@charset "UTF-8";
/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※

Class名について…
 親テーマと区別するため、頭に「nnc(Nagano Npo Center)」を付与
========================================= */
/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Be+Vietnam+Pro:wght@400;800&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
:root {
  --nnc-color--brown: #4e2714;
  --nnc-color--lightblue: #3ec5d8;
  --nnc-color--gray: #868686;
  --fontfamily-serif: "Noto Sans JP", sans-serif;
  --fontfamily-maru: "Zen Maru Gothic", serif;
  --fontfamily-en: "Be Vietnam Pro", sans-serif;
}

/*! =======================================
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※

Class名について…
 親テーマと区別するため、頭に「nnc(Nagano Npo Center)」を付与
========================================= */
.font-maru {
  font-family: var(--fontfamily-maru);
  font-weight: 900;
}

.wp-block-columns.--gap-none {
  --wp-column-gap: 0;
}

.wp-block-columns.--gap-xsmall {
  --wp-column-gap: 0.5rem;
}

.wp-block-columns.--gap-small {
  --wp-column-gap: 1rem;
}

h2.wp-block-heading,
h3.wp-block-heading {
  font-family: var(--fontfamily-maru);
}

h3.wp-block-heading {
  color: var(--color_main);
}

.post_content :where(ul:not([type])) li::marker {
  color: var(--color_main);
}

.nnc-button {
  padding: 1em;
  text-align: center;
}
.nnc-button a {
  display: inline-block;
  width: 100%;
  padding: 0.6rem 1rem;
  background: var(--color_deep04);
  border: 0.2em solid var(--color_deep04);
  border-radius: 10em;
  outline: 0.15em solid white;
  outline-offset: -0.3em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  transition: all 0.3s;
}
@media (min-width: 650px) {
  .nnc-button a {
    width: auto;
    min-width: 20em;
  }
}
.nnc-button a::after {
  content: "≫";
  display: inline-block;
  margin-left: 1em;
}
.nnc-button a:hover {
  background: white;
  color: var(--color_deep04);
}

body {
  background-image: url(../images/back_clouds.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 900px auto;
}
@media (min-width: 650px) {
  body {
    background-size: auto;
  }
}

@media (min-width: 1258px) {
  .l-header {
    background: none;
  }
}

.l-topTitleArea {
  align-items: stretch;
  max-width: var(--container_size);
  margin-left: auto;
  margin-right: auto;
  border-radius: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
.l-topTitleArea img {
  object-position: right 40%;
}
.l-topTitleArea .l-topTitleArea__body {
  width: 65%;
  margin-left: 0;
  background-color: var(--color_main);
  display: flex;
  align-items: center;
}
@media (min-width: 650px) {
  .l-topTitleArea .l-topTitleArea__body {
    width: 50%;
  }
}
@media (min-width: 1258px) {
  .l-topTitleArea .l-topTitleArea__body {
    width: 40%;
  }
}

.nnc-m-title {
  position: relative;
  line-height: 1.4;
  font-family: var(--fontfamily-maru);
  color: var(--nnc-color--brown);
  text-indent: -3em;
  padding-left: 3em;
}
.nnc-m-title::before {
  content: "";
  width: 3em;
  height: 1.3em;
  display: inline-block;
  background: url(../images/logomark.svg) no-repeat left center;
  background-size: contain;
  vertical-align: text-top;
}

@media (min-width: 650px) {
  #body_wrap.home::after {
    content: "";
    width: 9.2em;
    height: 8.8em;
    display: inline-block;
    background: url(../images/pic_branches.svg) no-repeat left center;
    background-size: contain;
    position: absolute;
    bottom: 6em;
    right: 0;
  }
}

.nnc-front-mainContent {
  --article_size: 1050px;
}

.nnc-front-sectitle {
  position: relative;
  padding: 3em 0;
  margin-bottom: 1em;
  text-align: center;
}
.nnc-front-sectitle p {
  line-height: 1.3;
  font-family: var(--fontfamily-en);
  font-weight: 800;
  font-size: 3em;
  color: var(--nnc-color--brown);
  letter-spacing: 0.05em;
}
.nnc-front-sectitle h2 {
  margin-top: 0;
  font-size: 1.35em;
  font-family: var(--fontfamily-maru);
  color: var(--nnc-color--brown);
}
.nnc-front-sectitle h2::before {
  content: "";
  width: 2.6em;
  height: 1.1em;
  display: inline-block;
  background: url(../images/logomark.svg) no-repeat left center;
  background-size: contain;
  vertical-align: -0.15em;
}
.nnc-front-sectitle::before, .nnc-front-sectitle::after {
  position: absolute;
  top: 0;
}

.nnc-front-hero {
  margin-bottom: 4em;
}
@media (max-width: 1499px) {
  .nnc-front-hero.alignwide {
    left: calc(var(--swl-pad_container) * -1);
    width: calc(100% + var(--swl-pad_container) + var(--swl-pad_container));
  }
}

.nnc-front-purpose {
  margin-top: 1em;
}
.nnc-front-purpose .nnc-front-purpose__wrap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  align-items: end;
}
@media (min-width: 960px) {
  .nnc-front-purpose .nnc-front-purpose__wrap-grid {
    grid-template-columns: 3fr 2fr;
  }
}
.nnc-front-purpose .nnc-front-purpose__vmbox {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  padding-bottom: 2em;
  margin-top: 3em;
}
@media (min-width: 1258px) {
  .nnc-front-purpose .nnc-front-purpose__vmbox {
    flex-wrap: nowrap;
  }
}
.nnc-front-purpose .nnc-front-purpose__vmbox > div {
  width: 85%;
  margin: auto;
}
@media (min-width: 1258px) {
  .nnc-front-purpose .nnc-front-purpose__vmbox > div:nth-child(1) {
    width: 47%;
  }
  .nnc-front-purpose .nnc-front-purpose__vmbox > div:nth-child(2) {
    width: 53%;
  }
}
.nnc-front-purpose .nnc-front-purpose__vmbox-title {
  max-width: 90%;
}
@media (min-width: 650px) {
  .nnc-front-purpose .nnc-front-purpose__vmbox-title {
    max-width: 280px;
  }
}
.nnc-front-purpose .nnc-front-purpose__vmbox-text {
  background: linear-gradient(to right, var(--color_deep02) 0%, var(--color_deep03) 100%);
  padding: 1em;
  border-radius: 1em;
  font-size: 1.1em;
  font-family: var(--fontfamily-maru);
  font-weight: 600;
  color: white;
}
@media (min-width: 650px) {
  .nnc-front-purpose .nnc-front-purpose__vmbox-text {
    font-size: 1em;
  }
}
.nnc-front-purpose .nnc-front-purpose__connectbox {
  position: relative;
  text-align: right;
}
@media (min-width: 650px) {
  .nnc-front-purpose .nnc-front-purpose__connectbox {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .nnc-front-purpose .nnc-front-purpose__connectbox {
    text-align: right;
  }
}
.nnc-front-purpose .nnc-front-purpose__connectbox::before {
  content: "";
  width: 13em;
  height: 7.8em;
  display: inline-block;
  background: url(../images/pic_go_future.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1258px) {
  .nnc-front-purpose .nnc-front-purpose__connectbox::before {
    top: 1em;
    left: -3em;
  }
}
.nnc-front-purpose .nnc-front-purpose__connectbox-hub {
  width: 87%;
  max-width: 500px;
  padding-top: 6em;
}

.nnc-front-approach {
  background-color: var(--color_bg);
  padding-top: 2em;
  margin-top: 5em;
}
@media (min-width: 960px) {
  .nnc-front-approach {
    background-image: url(../images/pic_grass.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 130px auto;
  }
}
.nnc-front-approach .nnc-front-approach__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  position: relative;
  margin-top: 3em;
}
@media (min-width: 650px) {
  .nnc-front-approach .nnc-front-approach__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1258px) {
  .nnc-front-approach .nnc-front-approach__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.nnc-front-approach .nnc-front-approach__item {
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 9%, white 9%);
  padding: 0 1.2em 2em;
}
.nnc-front-approach .nnc-front-approach__item .item-head {
  padding-left: 40%;
  margin-bottom: 0.5em;
}
.nnc-front-approach .nnc-front-approach__item .approach-num {
  width: 40%;
  max-width: 4.5em;
}
.nnc-front-approach .nnc-front-approach__item .approach-pic {
  position: absolute;
  top: 6em;
  right: 0;
  width: 33%;
  max-width: 7em;
}
@media (min-width: 1258px) {
  .nnc-front-approach .nnc-front-approach__item .approach-pic {
    top: 0.5em;
  }
}
.nnc-front-approach .nnc-front-approach__item .core-focus {
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid var(--nnc-color--brown);
  line-height: 1.4;
  font-family: var(--fontfamily-maru);
  font-size: 1.2em;
  font-weight: 700;
  color: var(--nnc-color--brown);
}
@media (min-width: 1258px) {
  .nnc-front-approach .nnc-front-approach__item .core-focus {
    font-size: 1.05em;
  }
}
.nnc-front-approach .nnc-front-approach__item .item-description {
  font-size: 0.85em;
  line-height: 1.7;
}

.nnc-front-centernews {
  margin-top: 6em;
}
.nnc-front-centernews .nnc-front-sectitle::before {
  content: "";
  width: 30vw;
  height: 5.5em;
  display: inline-block;
  background: url(../images/pic_ride_balloon.svg) no-repeat left center;
  background-size: contain;
  background-position-x: 20%;
  top: -2em;
  left: 0;
}
@media (min-width: 960px) {
  .nnc-front-centernews .nnc-front-sectitle::before {
    top: 1.5em;
    height: 9em;
  }
}
.nnc-front-centernews .nnc-front-sectitle::after {
  content: "";
  width: 40vw;
  height: 4.5em;
  display: inline-block;
  background: url(../images/pic_ride_cloud.svg) no-repeat left center;
  background-size: contain;
  background-position-x: right;
  top: -1.5em;
  right: 0;
}
@media (min-width: 960px) {
  .nnc-front-centernews .nnc-front-sectitle::after {
    width: 13em;
    height: 10em;
  }
}
.nnc-front-centernews .nnc-front-centernews__slide {
  margin-bottom: 3em;
}
.nnc-front-centernews .nnc-front-centernews__slide .p-postList__title {
  font-size: 0.9em;
}
.nnc-front-centernews .splide__slide {
  padding: 0.6em;
  background: white;
  border-radius: 0.5em;
}
.nnc-front-centernews .splide__pagination {
  bottom: -3em;
}
.nnc-front-centernews .splide__arrow {
  background: var(--color_deep04);
}
.nnc-front-centernews .splide__arrow svg {
  fill: white;
}

.nnc-front-info {
  margin-top: 7em;
}
.nnc-front-info .nnc-front-sectitle::before {
  content: "";
  width: 40vw;
  height: 5em;
  display: inline-block;
  background: url(../images/pic_two_trees.svg) no-repeat left center;
  background-size: contain;
  background-position-x: 20%;
  top: -2em;
  left: 0;
}
@media (min-width: 960px) {
  .nnc-front-info .nnc-front-sectitle::before {
    top: 1.5em;
    height: 8em;
  }
}
.nnc-front-info .nnc-front-sectitle::after {
  content: "";
  width: 50vw;
  height: 5em;
  display: inline-block;
  background: url(../images/pic_children_cat.svg) no-repeat left center;
  background-size: contain;
  background-position-x: right;
  top: -2em;
  right: 0;
}
@media (min-width: 960px) {
  .nnc-front-info .nnc-front-sectitle::after {
    top: 2em;
    width: 18em;
    height: 8em;
  }
}
.nnc-front-info .nnc-front-info__tabbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  border-bottom: 1px solid var(--nnc-color--brown);
  margin-bottom: 2em;
}
@media (min-width: 650px) {
  .nnc-front-info .nnc-front-info__tabbox {
    justify-content: center;
  }
}
.nnc-front-info .nnc-front-info__tabbox .tabindex {
  display: block;
  position: relative;
  background-color: var(--nnc-color--gray);
  padding: 0.4em 0.3em 0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  cursor: pointer;
  text-align: center;
}
.nnc-front-info .nnc-front-info__tabbox .tabindex > span {
  display: block;
  padding: 0.3em 1.5em 0.5em;
  background-color: white;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #4e413b;
  font-weight: 700;
  white-space: nowrap;
}
.nnc-front-info .nnc-front-info__tabbox .tabindex:hover > span, .nnc-front-info .nnc-front-info__tabbox .tabindex.selected > span {
  color: white;
  background-color: transparent;
}
.nnc-front-info .nnc-front-info__posts {
  margin-bottom: 3em;
}
.nnc-front-info .nnc-front-info__posts-group {
  display: none;
}
.nnc-front-info .nnc-front-info__posts-group.selected {
  display: block;
}
.nnc-front-info .nnc-front-info__item {
  margin-top: 0.5em;
  border-bottom: 1px solid var(--nnc-color--brown);
  padding-bottom: 0.5em;
}
.nnc-front-info .nnc-front-info__item a:hover {
  opacity: 0.5;
}
@media (min-width: 650px) {
  .nnc-front-info .nnc-front-info__item .info-postmeta {
    display: flex;
    gap: 1.5em;
  }
}
.nnc-front-info .nnc-front-info__item .info-postmeta.post-sticky time::before {
  content: "";
  width: 1.1em;
  height: 100%;
  display: inline-block;
  background: url(../images/dummy.svg) no-repeat left center;
  background-size: contain;
}
.nnc-front-info .nnc-front-info__item .info-postcate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em 0.5em;
}
.nnc-front-info .nnc-front-info__item .info-postcate li a {
  display: inline-block;
  background-color: var(--nnc-color--gray);
  padding: 0 1em;
  border-radius: 2em;
  text-decoration: none;
  font-size: 0.85em;
  color: white;
  white-space: nowrap;
}
.nnc-front-info .nnc-front-info__item .info-posttitle a {
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
  color: var(--color_text);
}

.nnc-front-projects {
  margin-top: 4em;
}
.nnc-front-projects .nnc-front-sectitle p {
  font-size: 2.6em;
  letter-spacing: 0;
}
.nnc-front-projects .nnc-front-sectitle::before {
  content: "";
  width: 40vw;
  height: 5.5em;
  display: inline-block;
  background: url(../images/pic_family.svg) no-repeat left center;
  background-size: contain;
  top: -2em;
  left: 0;
}
@media (min-width: 960px) {
  .nnc-front-projects .nnc-front-sectitle::before {
    top: 0;
    width: 12em;
    height: 11em;
  }
}
.nnc-front-projects .nnc-front-sectitle::after {
  content: "";
  width: 40vw;
  height: 5em;
  display: inline-block;
  background: url(../images/pic_tree.svg) no-repeat left center;
  background-size: contain;
  background-position-x: right;
  top: -2em;
  right: 0;
}
@media (min-width: 960px) {
  .nnc-front-projects .nnc-front-sectitle::after {
    top: 2em;
    height: 8em;
  }
}
.nnc-front-projects .nnc-front-projects__items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 0.1em solid gray;
  border-left: 0.1em solid gray;
}
.nnc-front-projects .nnc-front-projects__item {
  width: 50%;
  padding: 1em 1em 0.3em;
  display: flex;
  flex-direction: column;
  border-right: 0.1em solid gray;
  border-bottom: 0.1em solid gray;
}
@media (min-width: 650px) {
  .nnc-front-projects .nnc-front-projects__item {
    width: 33%;
  }
}
.nnc-front-projects .nnc-front-projects__item figure {
  background-color: white;
}
.nnc-front-projects .nnc-front-projects__item img {
  aspect-ratio: 8/5;
  margin-bottom: 1em;
}
.nnc-front-projects .nnc-front-projects__item h3 {
  font-size: 1.1em;
}
.nnc-front-projects .nnc-front-projects__item .nnc-button {
  text-align: right;
  margin-top: auto;
  padding-right: 0;
}
.nnc-front-projects .nnc-front-projects__item .nnc-button a {
  min-width: 75%;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.nnc-project {
  margin-bottom: 5em;
}
.nnc-project .nnc-project__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  align-items: center;
  margin-bottom: 1em;
  border-top: 0.6em solid var(--color_main);
}
@media (min-width: 960px) {
  .nnc-project .nnc-project__head {
    grid-template-columns: 1fr 3fr;
  }
}
.nnc-project .nnc-project__head h2 {
  margin-top: 0;
  font-size: 1.5em;
  font-family: var(--fontfamily-maru);
  color: var(--color_main);
}
.nnc-project .nnc-project__head img {
  border: 1px solid var(--color_border);
  max-width: 350px;
}
.nnc-project p {
  margin-bottom: var(--swl-block-margin, 2em);
}

.w-beforeFooter {
  overflow: visible;
  margin-top: 15em;
}
.w-beforeFooter .l-container {
  position: relative;
}
.w-beforeFooter .l-container::after {
  content: "";
  width: 4em;
  height: 7em;
  display: inline-block;
  background: url(../images/pic_bird.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: -8em;
  right: 25%;
}
@media (min-width: 650px) {
  .w-beforeFooter .l-container::after {
    top: -6em;
    right: 15%;
    width: 6em;
    height: 10.5em;
  }
}

.l-footer {
  --color_footer_bg: rgba(255,255,255,0);
  background-image: url(../images/pic_rainbow.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50% auto;
}
@media (min-width: 960px) {
  .l-footer {
    background-size: 400px auto;
  }
}
.l-footer .l-footer__foot {
  margin-top: 5em;
}
.l-footer .l-footer__foot .copyright {
  display: none;
}
.l-footer .l-footer__foot .copyright-nnc {
  text-align: center;
  font-size: 0.8em;
}

.w-footer .w-footer__box .c-listMenu a {
  padding: 0.4em 0;
  border: none;
}
@media (min-width: 1258px) {
  .w-footer .w-footer__box .c-listMenu a {
    font-size: 0.9em;
  }
}
.w-footer .w-footer__box .c-listMenu a::before {
  content: none;
}
.w-footer .w-footer__box .c-listMenu a:hover {
  background-color: transparent;
}
.w-footer .w-footer__box .c-listMenu ul.menu > li > a {
  font-weight: 600;
}
.w-footer .w-footer__box .c-listMenu ul.menu > li > .sub-menu {
  margin-bottom: 0.5em;
}
.w-footer .w-footer__box .c-listMenu ul.menu > li > .sub-menu > li > a {
  position: relative;
  font-weight: 400;
}
.w-footer .w-footer__box .c-listMenu ul.menu > li > .sub-menu > li > a::before {
  content: "・";
  position: relative;
  top: 0;
  left: 0;
  display: inline;
}
@media (min-width: 1258px) {
  .w-footer .w-footer__box .c-listMenu ul.menu > li > .sub-menu > li > a {
    font-size: 0.8em;
  }
}
.w-footer.-col3 div:nth-child(1) {
  flex: 1.5;
}/*# sourceMappingURL=nnc.css.map */