@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.f_news__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.alternates {
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.scale_image {
  scale: 0.7;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scale_image.__active {
  scale: 1;
  opacity: 1;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 501px) {
  .l_mv {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: clip;
    max-width: 100%;
    z-index: -1;
  }
}

.l_mv__image {
  display: block;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .l_mv__image {
    height: 100vh;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .l_mv__image {
    height: 480px;
  }
}
@media screen and (max-width: 500px) {
  .l_mv__image {
    height: 311px;
  }
}

.l_mv__head {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .l_mv__head {
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  .l_mv__head {
    top: 182px;
  }
}
@media screen and (min-width: 501px) {
  .l_mv__head {
    padding-left: clamp(14px, 8.8888888889vw, 80px);
    padding-right: clamp(14px, 8.8888888889vw, 80px);
  }
}
@media screen and (max-width: 500px) {
  .l_mv__head {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.l_mv__label {
  display: inline;
  font-size: clamp(1.5rem, 5.3333333333vw, 3rem);
  color: #011F5D;
  background-color: #fff;
  padding-top: 0.25em;
  padding-left: 0.4166666667em;
  padding-right: 0.4166666667em;
  padding-bottom: 0.25em;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.l_mv__label br {
  display: block;
}

.f_block {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (min-width: 769px) {
  .f_block + .f_block {
    margin-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  .f_block + .f_block {
    margin-top: 88px;
  }
}

.f_contents {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 501px) {
  .f_contents {
    padding-top: 110px;
    padding-bottom: 226px;
  }
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .f_contents {
    margin-top: clamp(350px, 87.7777777778vw, 790px);
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .f_contents {
    margin-top: 400px;
  }
}
@media screen and (max-width: 500px) {
  .f_contents {
    padding-top: 22px;
    padding-bottom: 88px;
  }
}
.f_contents::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  translate: 0 -100%;
  background-image: url("../images/common/kv_mask.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .f_contents::before {
    height: 130px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .f_contents::before {
    height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .f_contents::before {
    height: 50px;
  }
}

.f_head {
  color: #011F5D;
}
@media screen and (max-width: 768px) {
  .f_head {
    margin-bottom: 32px;
  }
}

.f_head__center {
  text-align: center;
  margin-bottom: clamp(32px, 6.2222222222vw, 56px);
}

.f_head__caption {
  font-size: clamp(3rem, 7.5555555556vw, 4.25rem);
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}

.f_head__label {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
}

@media screen and (min-width: 769px) {
  .f_block__odd {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .f_block__odd {
    -ms-grid-columns: auto 102px 618px;
    grid-template-columns: auto 618px;
    gap: 56px 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_block__odd {
    -ms-grid-columns: auto 56px 400px;
    grid-template-columns: auto 400px;
    gap: 56px;
  }
}
@media screen and (min-width: 769px) {
  .f_block__odd .f_block__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .f_block__odd .f_block__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
  .f_block__odd .f_block__inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}

@media screen and (min-width: 769px) {
  .f_block__even {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .f_block__even {
    -ms-grid-columns: 618px 102px auto;
    grid-template-columns: 618px auto;
    gap: 56px 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_block__even {
    -ms-grid-columns: 400px 56px auto;
    grid-template-columns: 400px auto;
    gap: 56px;
  }
}
@media screen and (min-width: 769px) {
  .f_block__even .f_block__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .f_block__even .f_block__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .f_block__even .f_block__inner {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}

.f_block__pic {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .f_block__pic {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 160px;
  }
}

.f_block__label {
  font-size: clamp(1.25rem, 3.5555555556vw, 2rem);
  color: #011F5D;
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}

.f_block__icons {
  position: absolute;
}

.f_block__icon1 {
  aspect-ratio: 1.9085872576;
  max-width: 689px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .f_block__icon1 {
    bottom: -240px;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .f_block__icon1 {
    bottom: -140px;
    left: 50%;
    translate: -50% 0;
  }
}
.f_block__icon1 .image1 {
  position: absolute;
  left: 0;
  bottom: 18.5595567867%;
  max-width: 17.8519593614%;
}
.f_block__icon1 .image2 {
  position: absolute;
  top: 0;
  right: 28.4470246734%;
  max-width: 36.8650217707%;
}
.f_block__icon1 .image3 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 21.0449927431%;
}

.f_block__icon2 {
  aspect-ratio: 1.7427536232;
  max-width: 481px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .f_block__icon2 {
    bottom: -210px;
    right: -38px;
  }
}
@media screen and (max-width: 1024px) {
  .f_block__icon2 {
    bottom: -130px;
    left: 50%;
    translate: -50% 0;
  }
}
.f_block__icon2 .image1 {
  position: absolute;
  top: 20.2898550725%;
  left: 0;
  max-width: 5.8212058212%;
}
.f_block__icon2 .image2 {
  position: absolute;
  top: 0;
  left: 9.7713097713%;
  max-width: 21.8295218295%;
}
.f_block__icon2 .image3 {
  position: absolute;
  top: 0;
  left: 38.2536382536%;
  max-width: 41.9958419958%;
}
.f_block__icon2 .image4 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 22.2453222453%;
}

.f_block__icon3 {
  aspect-ratio: 2.328042328;
  max-width: 440px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .f_block__icon3 {
    bottom: -154px;
    right: 84px;
  }
}
@media screen and (max-width: 1024px) {
  .f_block__icon3 {
    bottom: -97px;
    left: 50%;
    translate: -50% 0;
  }
}
.f_block__icon3 .image1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 48.8636363636%;
}
.f_block__icon3 .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 35%;
}

.f_block__circle {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 394px;
  height: auto;
  border-radius: 394px;
  overflow: clip;
  background-color: #F2FFEE;
  bottom: -137px;
  z-index: -1;
}
.f_block__circle.__left {
  left: -120px;
}
.f_block__circle.__right {
  right: -160px;
}

.f_news {
  background-color: #F2FFEE;
  padding-top: 30px;
  padding-bottom: 46px;
}

.f_news__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.f_news__tab + .f_news__tab {
  margin-top: clamp(16px, 2.6666666667vw, 24px);
}

.f_news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  overflow: clip;
  background-color: #fff;
  padding-top: clamp(24px, 2.8888888889vw, 26px);
  padding-left: clamp(28px, 3.5555555556vw, 32px);
  padding-right: clamp(28px, 3.8888888889vw, 35px);
  padding-bottom: clamp(24px, 2.8888888889vw, 26px);
}
.f_news__link:hover {
  opacity: 1;
}

.f_news__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 32px;
  overflow: clip;
  width: 32px;
  height: auto;
  background-color: #0E7863;
  -webkit-transition: inherit;
  transition: inherit;
}
.f_news__link:hover .f_news__ico {
  background-color: #011F5D;
}
@media screen and (max-width: 500px) {
  .f_news__ico {
    display: none;
  }
}

.f_news__time {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(0.8125rem, 1.5555555556vw, 0.875rem);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  color: #0E7863;
}

.f_news__label {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}