@charset "UTF-8";
/* ------------------------------------
 * 変数
   ------------------------------------ */
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "HiraginoUDSansR";
  font-display: swap;
  src: url("../font/HiraginoUDSansR-W4.woff2") format("woff2"), url("../font/HiraginoUDSansR-W4.woff") format("woff"), url("../font/HiraginoUDSansR-W4.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "ShueiMGo";
  font-display: swap;
  src: url("../font/ShueiMGo-L.woff2") format("woff2"), url("../font/ShueiMGo-L.woff") format("woff"), url("../font/ShueiMGo-L.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "ShueiMGo";
  font-display: swap;
  src: url("../font/ShueiMGo-B.woff2") format("woff2"), url("../font/ShueiMGo-B.woff") format("woff"), url("../font/ShueiMGo-B.otf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "ShueiNMGo";
  font-display: swap;
  src: url("../font/ShueiNMGo-B.woff2") format("woff2"), url("../font/ShueiNMGo-B.woff") format("woff"), url("../font/ShueiNMGo-B.otf") format("truetype");
}
/* ------------------------------------
 * ベース
   ------------------------------------ */
body {
  color: #004971;
  font-weight: bold;
  font-size: 4.4444444444vw;
  font-family: "ShueiMGo", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.375rem;
  }
}
body rt {
  font-size: 2.7777777778vw;
  font-family: "HiraginoUDSansR";
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  body rt {
    font-size: 0.625rem;
  }
}

main {
  background-color: #fff;
  transition: all 0.3s;
}

footer {
  transition: all 0.3s;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.uc {
  text-transform: uppercase;
}

/* ------------------------------------
 * フッター
   ------------------------------------ */
.footer {
  background-image: repeating-linear-gradient(-45deg, #fffdf2, #fffdf2 5px, transparent 0, transparent 26px);
  background-color: #fffae4;
}

.footer__wrap {
  padding-top: 11.1111111111vw;
  padding-bottom: 11.1111111111vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.3333333333vw;
  padding-left: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    max-width: 1380px;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    display: flex;
    gap: 12%;
  }
}

@media screen and (min-width: 1024px) {
  .footer__cont {
    width: 52%;
  }
}

.footer__block:not(:first-of-type) {
  padding-top: 6.9444444444vw;
}
@media screen and (min-width: 768px) {
  .footer__block:not(:first-of-type) {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__block:nth-of-type(2) {
    display: flex;
    gap: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__block:nth-of-type(4) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
  }
}

.footer__title {
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 1.375rem;
  }
}

.footer__title--en {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 768px) {
  .footer__title--en {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.footer__text {
  font-weight: normal;
  font-size: 3.6111111111vw;
  letter-spacing: 0.03em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 0.875rem;
  }
}
.footer__text span {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__text span {
    display: inline-block;
    margin-left: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__list {
    max-width: 20rem;
  }
}

.footer__item {
  display: flex;
  justify-content: space-between;
  gap: 3.6111111111vw;
}
@media screen and (min-width: 768px) {
  .footer__item {
    gap: 1rem;
  }
}

.footer__link {
  display: block;
  transition: all 0.3s;
}
.footer__link img {
  width: 100%;
}
.footer__link:nth-of-type(2) {
  max-width: 35.5555555556vw;
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer__link:nth-of-type(2) {
    max-width: 8rem;
  }
}
.footer__link:hover {
  opacity: 0.6;
}

.footer__link + .footer__link {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 768px) {
  .footer__link + .footer__link {
    margin-top: 0;
  }
}

.footer__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    display: block;
    width: 36%;
  }
}

.fnav__item {
  line-height: 1.2;
}
.fnav__item a {
  position: relative;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.fnav__item a:hover {
  opacity: 0.6;
}
.fnav__item a::before {
  display: block;
  position: absolute;
  top: 0;
  left: -0.8125rem;
  width: 0.25rem;
  height: 100%;
  background-color: #7daadb;
  content: "";
}
.fnav__item:not(:first-of-type) {
  margin-top: 1.6875rem;
}

.footer__copyright {
  padding: 5vw 0;
  background-color: #fff;
  font-weight: normal;
  font-size: 3.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding: 2.5rem 0;
    font-size: 1rem;
  }
}

/* ------------------------------------
 * ヘッダー
 ------------------------------------ */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.header__wrap {
  position: relative;
}

.header__top-btn {
  left: -9.7222222222vw;
  background-color: rgba(241, 159, 148, 0.7);
  transition: all 0.3s;
  z-index: 30;
  position: absolute;
  top: -9.7222222222vw;
  width: 38.8888888889vw;
  height: 38.8888888889vw;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__top-btn {
    top: -6.25rem;
    width: 17.5rem;
    height: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header__top-btn {
    left: -3.75rem;
  }
}
.header__top-btn img {
  width: 8.3333333333vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__top-btn img {
    width: 2.8125rem;
  }
}
.header__top-btn .btn__inner {
  left: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .header__top-btn .btn__inner {
    left: 0.9375rem;
  }
}
.header__top-btn:hover {
  transform: scale(1.1);
}

.header__text {
  color: #fff;
  font-size: 2.7777777778vw;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .header__text {
    font-size: 1rem;
  }
}

.btn__inner {
  position: relative;
  top: 2.7777777778vw;
  max-width: 17.7777777778vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn__inner {
    top: 2.5rem;
    max-width: 6.375rem;
  }
}

.drawer {
  right: -9.7222222222vw;
  background-color: rgba(125, 191, 146, 0.6);
  transition: all 0.3s;
  z-index: 1000;
  position: absolute;
  top: -9.7222222222vw;
  width: 38.8888888889vw;
  height: 38.8888888889vw;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .drawer {
    top: -6.25rem;
    width: 17.5rem;
    height: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .drawer {
    right: -3.75rem;
  }
}
.drawer:hover {
  transform: scale(1.1);
}
.drawer span {
  display: block;
  position: relative;
  height: 3px;
  background-color: #fff;
  transition: ease 0.4s;
}
.drawer .header__text {
  padding-top: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .drawer .header__text {
    padding-top: 0.875rem;
  }
}
.drawer .btn__inner {
  right: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .drawer .btn__inner {
    right: 0.9375rem;
  }
}

.drawer.-active {
  background-color: transparent;
}

.-three-line span {
  left: 4px;
  width: 80%;
}
.-three-line span:nth-child(1) {
  top: 0;
}
.-three-line span:nth-child(2) {
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
  .-three-line span:nth-child(2) {
    margin: 10px 0;
  }
}
.-three-line span:nth-child(3) {
  top: 0;
}

.-three-line.-active span:nth-child(1) {
  top: 5px;
  transform: rotate(35deg);
}
.-three-line.-active span:nth-child(2) {
  opacity: 0;
}
.-three-line.-active span:nth-child(3) {
  top: -13px;
  transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .-three-line.-active span:nth-child(3) {
    top: -21px;
  }
}

.dnav {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 4.375rem;
  background-color: #7dbf92;
  transition: ease 0.4s;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .dnav {
    top: -150px;
    right: -150px;
    left: auto;
    width: 820px;
    height: 100vh;
    height: 820px;
    padding-bottom: 0;
    border-radius: 50%;
  }
}

.dnav.-active {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  background-color: rgba(125, 191, 146, 0.9);
}
@media screen and (min-width: 768px) {
  .dnav.-active {
    background-color: rgba(125, 191, 146, 0.7);
  }
}

.dnav__list {
  display: flex;
  flex-direction: column;
  gap: 6.9444444444vw;
  margin: auto;
  padding: 27.7777777778vw 0 9.7222222222vw 0;
}
@media screen and (min-width: 768px) {
  .dnav__list {
    gap: 1.25rem;
    position: relative;
    top: 5rem;
    left: -3.125rem;
    padding: 0;
  }
}

.dnav__item {
  position: relative;
  color: #fff;
  line-height: 1.7;
}
.dnav__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: -3.3333333333vw;
  width: 1.1111111111vw;
  height: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 768px) {
  .dnav__item::before {
    left: -0.9375rem;
    width: 0.25rem;
  }
}
.dnav__item:last-of-type:before {
  content: none;
}
.dnav__item a {
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 768px) {
  .dnav__item a {
    font-size: 1.125rem;
  }
}
.dnav__item:last-of-type {
  text-align: right;
}
.dnav__item:last-of-type a:before {
  content: none;
}

/* ------------------------------------
 * ローディング
   ------------------------------------ */
.loading {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: #fff;
  transition: all 1s;
}

.loading.js-loading-active {
  visibility: hidden;
  opacity: 0;
}

.loading__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #004971;
  transition: all 1s;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading__pic img {
  opacity: 0;
  -webkit-animation: opacity 1.5s ease-in-out 1;
          animation: opacity 1.5s ease-in-out 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loading__pic.js-loading-active {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------
 * メインビジュアル
   ------------------------------------ */
.mv {
  background-image: repeating-linear-gradient(-45deg, #fffdf2, #fffdf2 5px, transparent 0, transparent 26px);
  background-color: #fffae4;
}

.mv__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100svh;
}

.mv__pic {
  max-width: 720px;
}

.container {
  background-image: url(../img/bg-sp.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .container {
    background-image: url(../img/bg-pc.png);
  }
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 2%;
  }
  100% {
    bottom: 1%;
  }
}
.scrolldown {
  position: absolute;
  bottom: 5.5555555556vw;
  left: 5.5555555556vw;
  -webkit-animation: arrowmove 1.5s ease-in-out infinite;
          animation: arrowmove 1.5s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    bottom: 1%;
    left: 2.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrolldown {
    left: 4.375rem;
  }
}

/* ------------------------------------
 * セクション内
 ------------------------------------ */
.sec h2 {
  padding-top: 8.3333333333vw;
  font-size: 5.2777777778vw;
  font-family: "ShueiNMGo";
  text-align: center;
  line-height: 1.75;
}
.sec h2::before, .sec h2::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.sec h2::before {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.sec h2::after {
  margin-top: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 768px) {
  .sec h2 {
    padding-top: 3.125rem;
    font-size: 2.5rem;
    line-height: 1.625;
    letter-spacing: 0.03em;
  }
  .sec h2::before, .sec h2::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .sec h2::before {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
  .sec h2::after {
    margin-top: calc((1 - 1.625) * 0.5em);
  }
}
@media screen and (min-width: 1024px) {
  .sec h2 {
    padding-top: 0;
  }
}
.sec p {
  line-height: 2.125;
}
.sec p::before, .sec p::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
}
.sec p::before {
  margin-bottom: calc((1 - 2.125) * 0.5em);
}
.sec p::after {
  margin-top: calc((1 - 2.125) * 0.5em);
}
@media screen and (min-width: 768px) {
  .sec p {
    line-height: 1.6363636364;
    letter-spacing: 0.03em;
  }
  .sec p::before, .sec p::after {
    display: block;
    width: 0;
    height: 1px;
    content: "";
  }
  .sec p::before {
    margin-bottom: calc((1 - 1.6363636364) * 0.5em);
  }
  .sec p::after {
    margin-top: calc((1 - 1.6363636364) * 0.5em);
  }
}
.sec p + p {
  padding-top: 2.5em;
}
@media screen and (min-width: 768px) {
  .sec p + p {
    padding-top: 1.5em;
  }
}

.sec__wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.3333333333vw;
  padding-left: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__wrap {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec__wrap {
    max-width: 1160px;
  }
}

.sec__cont {
  padding-top: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__cont {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .sec__pic {
    position: absolute;
  }
}

.sec__pic img {
  width: 100%;
  height: auto;
}

.sec__btn {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__btn {
    max-width: 45rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.sec__btn a {
  display: block;
  position: relative;
  border-radius: 13.8888888889vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .sec__btn a {
    border-radius: 3.125rem;
  }
}
.sec__btn a:hover {
  opacity: 0.8;
}

.sec__btn--icon {
  position: absolute;
  top: 34%;
  right: 4.1666666667vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (min-width: 768px) {
  .sec__btn--icon {
    top: 1.0625rem;
    right: 2.5rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

/* ------------------------------------
 * セクション1
 ------------------------------------ */
.sec1 {
  padding-top: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec1 {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec1 {
    padding-top: 12.5rem;
  }
}
.sec1 .sec__pic {
  width: 42.2222222222vw;
}
@media screen and (min-width: 768px) {
  .sec1 .sec__pic {
    width: 16.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec1 .sec__pic {
    top: -6.25rem;
    left: 0;
  }
}

/* ------------------------------------
 * セクション2
 ------------------------------------ */
.sec2 {
  padding-top: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec2 {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec2 {
    padding-top: 14.375rem;
  }
}
.sec2 .sec__pic {
  width: 30vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .sec2 .sec__pic {
    width: 10.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec2 .sec__pic {
    top: -7.5rem;
    right: 0;
  }
}
.sec2 a {
  padding: 8.3333333333vw 0;
  background-color: #004971;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec2 a {
    padding: 1.125rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec2 .-last {
    margin-top: 1.5625rem;
  }
}
.sec2 .-last a {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec2 .-last a {
    padding: 1.125rem 0;
  }
}

/* ------------------------------------
 * セクション3
 ------------------------------------ */
.sec3 {
  padding-top: 16.6666666667vw;
  padding-bottom: 27.7777777778vw;
}
@media screen and (min-width: 768px) {
  .sec3 {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec3 {
    padding-top: 15rem;
    padding-bottom: 13.75rem;
  }
}
.sec3 .sec__pic {
  width: 42.5vw;
}
@media screen and (min-width: 768px) {
  .sec3 .sec__pic {
    width: 17.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec3 .sec__pic {
    top: -13.125rem;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec3 .sec__btn {
    max-width: 31.25rem;
  }
}
.sec3 a {
  padding: 3.0555555556vw 0;
  border: 3px solid #004971;
  background-color: #fcf6c2;
  color: #004971;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec3 a {
    padding: 0.9375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .sec3 .sec__btn--icon {
    top: 0.8125rem;
  }
}