@charset "UTF-8";
/******************************
/*メインビジュアル
******************************/
body {
  background-image: url("/wp-content/package/page/top/img/firstview_bg.svg?urridx3hm");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center; }

#contents {
  padding-top: 0; }

#shortcod_section-3 .c-section-widget__lead {
  margin-top: 0; }
  #shortcod_section-3 .c-section-widget__lead .firstview img {
    width: 100%; }
#shortcod_section-3 .firstview_slider {
  background-image: url("/wp-content/package/page/top/img/firstview_slider_bg.svg?urridx3hv");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 0; }
  #shortcod_section-3 .firstview_slider .slick-list {
    margin: 0 -10px; }
  #shortcod_section-3 .firstview_slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box; }

#shortcod_section-12 .c-section-widget__title {
  color: #81b749; }

#link_box_section-3 {
  background-image: url("/wp-content/package/page/top/img/links_bg_diagon.svg?urridx3i1");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center; }
  #link_box_section-3 .link-box__item {
    background-color: transparent; }
    @media (max-width: 767px) {
      #link_box_section-3 .link-box__item {
        margin-bottom: 0;
        padding-bottom: 0; } }
  #link_box_section-3 .u-shadow-none {
    box-shadow: none;
    transform: none; }
  #link_box_section-3 .u-text-align-center > div {
    position: relative; }
    #link_box_section-3 .u-text-align-center > div::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translate(-200%, -200%);
      display: block;
      transition: 0.3s;
      width: 1.5em;
      height: 1.5em;
      background-color: #fff;
      mask-image: url("/wp-content/package/module/_parts/icon/arrow-right.svg?urridx3ib");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain; }
    #link_box_section-3 .u-text-align-center > div:hover::after {
      right: -0.25em; }

#shortcod_section-6 {
  position: relative; }
  @media (max-width: 767px) {
    #shortcod_section-6 {
      height: 120vw; }
      #shortcod_section-6::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 100vw;
        background-image: url("/wp-content/package/page/top/img/information-bg-sp.png?urridx3il");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; }
      #shortcod_section-6 .rectangle {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; } }
  @media (min-width: 768px) {
    #shortcod_section-6 {
      height: 25vw; }
      #shortcod_section-6::before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 90%;
        height: 100%;
        border-radius: 0 3em 3em 0;
        background-image: url("/wp-content/package/page/top/img/information-bg.png?urridx3iq");
        background-size: 90% auto;
        background-repeat: no-repeat;
        background-position: left bottom; }
      #shortcod_section-6 .rectangle {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 35%; } }
  #shortcod_section-6::before {
    content: "";
    position: absolute; }
  #shortcod_section-6 .c-section-widget__inner,
  #shortcod_section-6 .l-content-widget,
  #shortcod_section-6 .normal,
  #shortcod_section-6 .wrapper-column {
    height: 100%; }
  #shortcod_section-6 .shortcod-content {
    position: relative;
    width: 100%; }
    #shortcod_section-6 .shortcod-content .rectangle {
      position: absolute;
      display: block;
      /*透過（暫定）*/
      			/*右ずれ
      			&::after {
      				content: "";
      				position: absolute;
      				top: 67.5%;
      				left: 49.5%;
      				transform: translate(-50%, -68%);
      				display: block;
      				transition: 0.3s;
      				width: 1.5em;
      				height: 1.5em;
      				background-color: #fff;
      				@include bg-image("information-btn-arrow.svg");
      			}
      
      			&:hover::after {
      				left: 50.5%;
      			}*/ }
      #shortcod_section-6 .shortcod-content .rectangle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        background-image: url("/wp-content/package/page/top/img/information-btn-hover.svg?urridx3it");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0; }
      #shortcod_section-6 .shortcod-content .rectangle:hover::after {
        opacity: 1; }

#shortcod_section-14 {
  background-image: url("/wp-content/package/page/top/img/message_bg.svg?urridx3j0");
  background-size: cover;
  background-position: bottom center; }
  #shortcod_section-14 .c-section-widget__title {
    color: #4bafaf;
    text-align: center; }
  #shortcod_section-14 .l-content-widget {
    background-color: #fff;
    border-radius: calc(8px * 3);
    box-shadow: 0 0 calc(8px * 2.5) rgba(16, 203, 203, 0.16); }
    @media (max-width: 767px) {
      #shortcod_section-14 .l-content-widget {
        border-radius: 2.5vw; } }
    @media (min-width: 768px) {
      #shortcod_section-14 .l-content-widget {
        padding: calc(8px * 8); } }
    @media (max-width: 767px) {
      #shortcod_section-14 .l-content-widget {
        padding: 6vw; } }
  #shortcod_section-14 .ncButton {
    justify-content: flex-end; }
    #shortcod_section-14 .ncButton_btn {
      min-width: initial;
      width: fit-content;
      padding: 0 3.5em 0 0;
      border-bottom: 2px solid #4bafaf;
      border-radius: 0; }
      #shortcod_section-14 .ncButton_btn::before {
        background-color: #7ecbcb; }
  @media (max-width: 767px) {
    #shortcod_section-14 .-mini {
      width: 80%;
      margin: auto; } }

#news_section-3::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/190;
  background-image: url("/wp-content/package/page/top/img/news_bg.svg?urridx3j3");
  background-size: cover; }
#news_section-3 .u-shadow-hover {
  transform: translate(0); }
#news_section-3 .c-section-widget__inner {
  background-color: #ffebd0; }
#news_section-3 .archive-list {
  background-color: #fff;
  border-radius: calc(8px * 3);
  box-shadow: 0 0 calc(8px * 2.5) rgba(16, 203, 203, 0.16); }
  @media (max-width: 767px) {
    #news_section-3 .archive-list {
      border-radius: 2.5vw; } }
#news_section-3 .article-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center; }
  @media (min-width: 768px) {
    #news_section-3 .article-info {
      padding: calc(8px * 3); } }
  @media (max-width: 767px) {
    #news_section-3 .article-info {
      padding: 2vw; } }
  #news_section-3 .article-info::before, #news_section-3 .article-info::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    transition: 0.3s; }
  #news_section-3 .article-info::before {
    right: 0.5em;
    width: 2.5em;
    height: 2.5em;
    background-color: #f1b36a;
    border-radius: 50%; }
  #news_section-3 .article-info::after {
    right: 1.25em;
    width: 1em;
    height: 1em;
    background-color: #fff;
    mask-image: url("/wp-content/package/module/_parts/icon/arrow-right.svg?urridx3j7");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  #news_section-3 .article-info:hover::after {
    right: 1em; }
#news_section-3 .article-title {
  font-weight: 400; }
#news_section-3 .article-meta {
  position: static !important;
  margin-top: 0;
  font-weight: 900; }
  @media (min-width: 768px) {
    #news_section-3 .article-meta {
      margin-bottom: calc(8px * 2); } }
  @media (min-width: 768px) {
    #news_section-3 .article-meta {
      margin-bottom: 1vw; } }

#post_slider_section-3 {
  background-image: url("/wp-content/package/page/top/img/blog_bg_diagon.svg?urridx3je");
  background-size: cover;
  background-position: center; }
  #post_slider_section-3 .c-btn {
    background-color: #fff;
    padding: 1em;
    min-width: 15em;
    border-radius: 2em;
    background-color: #fff;
    color: #524138; }
    #post_slider_section-3 .c-btn::before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      transition: 0.3s;
      right: 0.5em;
      width: 2.5em;
      height: 2.5em;
      background-color: #f1b36a;
      border-radius: 50%; }
  #post_slider_section-3 .slick-list > .u-row {
    justify-content: space-between; }
  #post_slider_section-3 .slick-slide {
    width: 28% !important;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: calc(8px * 3);
    box-shadow: 0 0 calc(8px * 2.5) rgba(16, 203, 203, 0.16); }
    @media (max-width: 767px) {
      #post_slider_section-3 .slick-slide {
        border-radius: 2.5vw; } }
    #post_slider_section-3 .slick-slide .post-slider__item__thumbnail {
      aspect-ratio: 10/8; }
      #post_slider_section-3 .slick-slide .post-slider__item__thumbnail img {
        width: 100%;
        height: 100%;
        max-width: initial;
        object-fit: cover; }
    #post_slider_section-3 .slick-slide .post-slider__item__info {
      padding: 1em; }

#shortcod_section-7 .c-section-widget__inner {
  padding-top: 150px; }
#shortcod_section-7 h2 {
  color: #4bafaf; }
#shortcod_section-7 .ncIcon {
  display: flex;
  align-items: center;
  padding-left: 2.5em; }
  #shortcod_section-7 .ncIcon::before {
    background-color: #4bafaf; }
#shortcod_section-7 .shortcod-content {
  position: relative; }
#shortcod_section-7 .header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: calc(8px * 3);
  box-shadow: 0 0 calc(8px * 2.5) rgba(16, 203, 203, 0.16);
  padding: calc(8px * 3); }
  @media (max-width: 767px) {
    #shortcod_section-7 .header {
      border-radius: 2.5vw; } }
  @media (min-width: 768px) {
    #shortcod_section-7 .header {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #shortcod_section-7 .header {
      max-width: 800px; } }

  @media (max-width: 767px) {
    #shortcod_section-7 .header {
      width: 95vw; } }
#shortcod_section-7 iframe {
  width: 100%;
  border: 0; }
  @media (min-width: 768px) {
    #shortcod_section-7 iframe {
      aspect-ratio: 1920/800; } }
  @media (max-width: 767px) {
    #shortcod_section-7 iframe {
      aspect-ratio: 375/500; } }

#link_box_section-5 .u-row,
#link_box_section-6 .u-row {
  justify-content: space-around; }
#link_box_section-5 .link-box__item,
#link_box_section-6 .link-box__item {
  background-color: transparent; }
  @media (min-width: 768px) {
    #link_box_section-5 .link-box__item,
    #link_box_section-6 .link-box__item {
      max-width: 320px; } }

#shortcod_section-20 {
  position: relative;
  z-index: 2; }
  #shortcod_section-20::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #e3f7ce 50%, #dff8f3 50% 100%); }
  #shortcod_section-20 .slick-list {
    margin: 0 -10px; }
  #shortcod_section-20 .slick-slide {
    padding: 0 10px;
    box-sizing: border-box; }

#shortcod_section-10 {
  z-index: 2;
  font-family: "Zen Maru Gothic", sans-serif; }
  #shortcod_section-10 .shortcod-content {
    background-color: #fff;
    border-radius: calc(8px * 3);
    box-shadow: 0 0 calc(8px * 2.5) rgba(16, 203, 203, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(8px * 4) 0; }
    @media (max-width: 767px) {
      #shortcod_section-10 .shortcod-content {
        border-radius: 2.5vw; } }
    #shortcod_section-10 .shortcod-content a {
      color: #524138; }
    #shortcod_section-10 .shortcod-content:nth-of-type(1) h3 {
      color: #81b749; }
      #shortcod_section-10 .shortcod-content:nth-of-type(1) h3::before {
        background-color: #81b749; }
    #shortcod_section-10 .shortcod-content:nth-of-type(1) .large {
      font-size: 200%;
      font-weight: 900; }
    #shortcod_section-10 .shortcod-content:nth-of-type(2) h3 {
      color: #4bafaf; }
      #shortcod_section-10 .shortcod-content:nth-of-type(2) h3::before {
        background-color: #4bafaf; }
    #shortcod_section-10 .shortcod-content:nth-of-type(2) .ncButton {
      margin: calc(8px * 2) 0; }
      #shortcod_section-10 .shortcod-content:nth-of-type(2) .ncButton_btn {
        background-color: #4bafaf;
        color: #fff;
        font-weight: 900; }
        #shortcod_section-10 .shortcod-content:nth-of-type(2) .ncButton_btn::before {
          content: none; }
    #shortcod_section-10 .shortcod-content p {
      margin-bottom: 0; }

/**/
#shortcod_section-20 .c-section-widget__inner,
#shortcod_section-10 .c-section-widget__inner {
  position: relative;
  overflow: hidden; }
  #shortcod_section-20 .c-section-widget__inner::before,
  #shortcod_section-10 .c-section-widget__inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: max(50%, 600px);
    background-size: cover;
    background-position: top center; }

#shortcod_section-20 .c-section-widget__inner::before {
  bottom: 0;
  aspect-ratio: 762/130;
  background-image: url("/wp-content/package/page/top/img/contact_bg01.svg?urridx3jm"); }

#shortcod_section-10 .c-section-widget__inner::before {
  top: 0;
  aspect-ratio: 762/632;
  background-image: url("/wp-content/package/page/top/img/contact_bg02.svg?urridx3jv"); }

/**/
/**/
.l-footer {
  z-index: 2; }
  .l-footer__inner {
    padding-top: 0; }
