@charset "UTF-8";
.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv__img {
  width: 100%;
  height: 100%;
}
.fv__img img {
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__title {
  position: absolute;
  text-align: center;
  top: 15%;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  z-index: 100;
  width: 100%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    top: 32vw;
    font-size: 6.4vw;
  }
}
.fv__title span {
  font-size: 80px;
}
@media screen and (max-width: 1320px) {
  .fv__title span {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 10.6666666667vw;
  }
}

.about {
  padding: 110px 20px 200px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .about {
    padding-bottom: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    overflow: hidden;
    padding: 8.5333333333vw 5.3333333333vw 21.3333333333vw;
  }
  .about .more__btn {
    margin: 0 auto;
  }
}
.about__inner {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .section__subTitle {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.about .section__title {
  color: #148FE8;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    text-align: center;
  }
}
.about .section__title span.blue {
  color: #2A2F4E;
  margin-left: 10px;
}
.about__box {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .about__box {
    margin-top: 6.4vw;
    display: block;
  }
}
.about__img {
  position: absolute;
  left: 0;
  width: 48%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__img {
    position: unset;
    width: 107%;
    margin-left: -6%;
    margin-bottom: 6.4vw;
  }
}
.about__contents {
  width: 55%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__contents h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 1320px) {
  .about__contents h3 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.about__contents h3 span {
  color: #3591D1;
}
.about__contents p {
  padding-left: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .about__contents p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.7333333333vw;
    padding: 0;
  }
}

.features {
  padding: 65px 40px;
  background: linear-gradient(to right, #148FE8, #0439BF);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 17.0666666667vw 5.3333333333vw 13.3333333333vw;
    border-radius: 20px;
  }
}
.features__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.features .section__title {
  color: #fff;
  text-align: center;
}
.features .section__subTitle {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.features__box {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features__box {
    margin-top: 6.4vw;
    display: block;
  }
}
.features__item {
  width: 49%;
  border-radius: 16px;
  background: #fff;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .features__item {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw;
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
.features__item--num {
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .features__item--num {
    margin-bottom: 3.7333333333vw;
  }
}
.features__item--img {
  text-align: center;
  margin-bottom: 24px;
}
.features__item--text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__item--text {
    font-size: 4.2666666667vw;
  }
}
.features__intro {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 1320px) {
  .features__intro {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .features__intro {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
    text-align: center;
  }
}
.features__intro span {
  font-size: 32px;
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 15px 30px;
}
@media screen and (max-width: 1320px) {
  .features__intro span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .features__intro span {
    font-size: 6.4vw;
    padding: 0;
    margin-top: 10px;
  }
}
.features__intro span::before {
  content: "";
  background: url(../img/top/ashirai01.svg) no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .features__intro span::before {
    display: none;
  }
}
.features__intro span::after {
  content: "";
  background: url(../img/top/ashirai02.svg) no-repeat;
  background-position: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .features__intro span::after {
    display: none;
  }
}
.features .arrow {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .features .arrow {
    margin-bottom: 6.4vw;
  }
}
.features__bottom {
  background: #fff;
  border-radius: 16px;
  padding: 24px 0;
}
.features__bottom--box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .features__bottom--box {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
.features__bottom .features__item--num {
  display: block;
  padding-left: 32px;
}
.features__bottom--item {
  width: 50%;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .features__bottom--item {
    width: 100%;
    padding: 0 4.2666666667vw 6.4vw;
  }
}
.features__bottom--item + .features__bottom--item {
  border-left: 1px solid rgba(42, 47, 78, 0.2);
}
@media screen and (max-width: 768px) {
  .features__bottom--item + .features__bottom--item {
    border: none;
    border-top: 1px solid rgba(42, 47, 78, 0.2);
    padding-top: 6.4vw;
  }
}
.features__bottom--item .subTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__bottom--item .subTitle {
    font-size: 4.2666666667vw;
  }
}
.features__bottom--item h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.features__bottom--item h3 span {
  font-size: 50px;
}
.features__bottom--item h3 span.en {
  font-size: 70px;
}
.features__bottom--item .text {
  font-weight: bold;
  color: #9497A6;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__bottom--item .text {
    font-size: 3.7333333333vw;
  }
}
.features__bottom--item .text span {
  color: #2A2F4E;
}

.area {
  padding: 110px 0 0;
  overflow: hidden;
  position: relative;
  background-image: url(../img/top/bg01.png), url(../img/top/bg02.png);
  background-repeat: no-repeat;
  background-position: right -20%, left 120%;
  background-size: 600px;
}
@media screen and (max-width: 768px) {
  .area {
    padding: 21.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .area__titleArea {
    text-align: center;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .area {
    background: none;
  }
}
.area__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .area__inner {
    padding: 0;
  }
}
.area__map {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area__map {
    display: flex;
    flex-direction: column-reverse;
    gap: 34px;
  }
}
.area__map img {
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .area__map img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .area__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.area__item {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #004AF9;
  width: 186px;
}
@media screen and (max-width: 768px) {
  .area__item {
    width: auto;
    position: unset;
  }
}
.area__item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px;
  text-align: center;
  background: #004AF9;
}
@media screen and (max-width: 768px) {
  .area__item h3 {
    font-size: 3.7333333333vw;
    padding: 10px 5px;
  }
}
.area__item p {
  background: #fff;
  padding: 20px 38px;
  text-align: center;
  font-size: 16px;
  color: #2A2F4E;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area__item p {
    font-size: 3.7333333333vw;
    padding: 15px 10px;
  }
}
.area__item p span {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .area__item p span {
    font-size: 5.3333333333vw;
  }
}
.area__item.area01 {
  border: 2px solid #0C235F;
  right: -20px;
}
.area__item.area01 h3 {
  background: #0C235F;
}
.area__item.area02 {
  border: 2px solid #0B389D;
  right: 40px;
  top: 240px;
}
.area__item.area02 h3 {
  background: #0B389D;
}
.area__item.area03 {
  border: 2px solid #0439BF;
  right: 40px;
  top: 490px;
}
.area__item.area03 h3 {
  background: #0439BF;
}
.area__item.area05 {
  border: 2px solid #0262FF;
  right: 340px;
  bottom: -10px;
}
.area__item.area05 h3 {
  background: #0262FF;
}
.area__item.area04 {
  border: 2px solid #004AF9;
  right: 490px;
  top: 220px;
}
.area__item.area04 h3 {
  background: #004AF9;
}
.area__item.area07 {
  border: 2px solid #45ABFF;
  left: 340px;
  bottom: -80px;
}
.area__item.area07 h3 {
  background: #45ABFF;
}
.area__item.area06 {
  border: 2px solid #1A85FF;
  left: 280px;
  top: 420px;
}
.area__item.area06 h3 {
  background: #1A85FF;
}
.area__item.area08 {
  border: 2px solid #80CAFF;
  left: -30px;
  top: 600px;
}
.area__item.area08 h3 {
  background: #80CAFF;
}

.gallary {
  padding-top: 160px;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 768px) {
  .gallary {
    padding-top: 21.3333333333vw;
  }
}
.gallary .swiper-wrapper {
  transition-timing-function: linear;
}
.gallary .swiper-slide img {
  height: auto;
  width: 100%;
}
.gallary .gallary__slider {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gallary .gallary__slider {
    margin-bottom: 5px;
  }
}

.sns {
  padding: 60px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sns {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.sns .section__titleArea {
  text-align: center;
}
.sns__lists {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sns__lists {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sns__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .sns__btns {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    padding: 0 5.3333333333vw;
  }
}
.sns__btns a {
  padding-left: 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sns__btns a {
    padding-left: 40px;
    font-size: 3.7333333333vw;
    width: 255px;
  }
}
.sns__btns a:nth-child(1)::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_twitter_wh.svg) no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.sns__btns a:nth-child(2)::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_instagram_wh.svg) no-repeat;
  background-position: left;
  display: block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.faq {
  padding: 80px 40px;
  background: rgba(0, 80, 153, 0.2);
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 12.8vw 4.2666666667vw;
  }
}
.faq__inner {
  max-width: 1350px;
  margin: 0 auto;
  background: #fff;
  padding: 55px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 10.6666666667vw 0;
  }
}
.faq .section__titleArea {
  text-align: center;
  margin-bottom: 40px;
}
.faq__lists {
  margin-bottom: 65px;
  border-bottom: 1px solid #D0D4D8;
}
@media screen and (max-width: 768px) {
  .faq__lists {
    margin-bottom: 10.6666666667vw;
  }
}
.faq .more__btn {
  margin: 0 auto;
}
.faq__item {
  padding: 32px 40px;
  border-top: 1px solid #D0D4D8;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 6.4vw 4.2666666667vw;
  }
}
.faq__item--title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    gap: 10px;
    background-size: 8.5333333333vw;
  }
}
.faq__item--title.active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title.active {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0439BF;
  border: 1px solid #0439BF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
.faq__item--title p {
  font-size: 20px;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 3.7333333333vw;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap {
    gap: 10px;
    padding-right: 0;
  }
}
.faq__item--textWrap span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0439BF;
  border: 1px solid #0439BF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 5.3333333333vw;
    min-width: 8%;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    font-size: 3.7333333333vw;
    max-width: 80%;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
  /* ← なめらかに */
}

.loading.fadeout {
  opacity: 0;
  /* 少し拡大しながら消える */
}

.loading__percent.fadeout {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loading01 {
  z-index: 2;
  /* 背景レベル */
}

.loading02 {
  z-index: 1;
  /* 一番奥 */
}

.loading01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tree01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tree01 {
    height: 80%;
    left: -70px;
  }
}
.tree01 img {
  height: 100%;
}

.tree02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tree02 {
    height: 80%;
    right: -70px;
  }
}
.tree02 img {
  height: 100%;
}

.loading02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.loading__logo {
  width: 159px;
  margin: 0 auto;
}
.loading__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .loading__logo {
    width: 30.9333333333vw;
  }
}

.loading__percent {
  font-size: 16px;
  margin-top: 24px;
  font-family: "Adamina", serif;
  color: #000;
}
.loading__percent span {
  font-size: 24px;
}

.loading__first {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.7s ease;
}

.loading__first {
  opacity: 1;
  transition: opacity 1.2s ease;
  /* フェードアウト時間を長めに */
  z-index: 4;
}

.loading__first.fadeout {
  opacity: 0;
}

.loading01,
.loading02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 4s ease;
}

.loading01 {
  opacity: 1;
  z-index: 2;
}

.loading02 {
  opacity: 0;
  z-index: 1;
}

.loading01.fadeout {
  opacity: 0;
}

.loading02.fadein {
  opacity: 1;
}

.tree01.fadeOut {
  animation: treeFadeOut01 1.5s ease-in-out forwards;
}

.tree02.fadeOut {
  animation: treeFadeOut02 1.5s ease-in-out forwards;
}

@keyframes treeFadeOut01 {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.4) translateX(-100%);
    /* 少し迫る感じ */
  }
}
@keyframes treeFadeOut02 {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.4) translateX(100%);
    /* 少し迫る感じ */
  }
}
.fv {
  opacity: 0;
  transition: 3s ease;
}

.fv.fadeIn {
  opacity: 1;
}

.fv__title {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease;
}

.fv__title.fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.header {
  opacity: 0;
  transition: 0.5s ease;
}

.header.fadeIn {
  opacity: 1;
}

#sbi_images {
  display: flex !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media screen and (max-width: 768px) {
  #sbi_images {
    padding: 0 5.3333333333vw !important;
  }
}

#sb_instagram {
  width: 100% !important;
  overflow: auto !important;
  margin: 50px auto !important;
}

.sbi_item {
  width: 27vw !important;
}
@media screen and (max-width: 768px) {
  .sbi_item {
    width: 75vw !important;
  }
}/*# sourceMappingURL=top.css.map */