@charset "UTF-8";
/* ===============================================
# 共通部分
=============================================== */
img {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

.inner1 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner2 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .inner2 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.section-title {
  font-size: 50px;
}
.section-title-ja {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-title-ja {
    margin-top: 15px;
    font-size: 16px;
  }
}

.btn {
  display: block;
}
.btn__link {
  display: inline-block;
  color: #fff;
  background-color: rgba(5, 126, 232, 0.94);
  padding: 10px;
  width: 200px;
  text-align: center;
  border-radius: 28px;
  max-width: 100%;
}

/* ===============================================
# header
=============================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 60px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.header__inner {
  width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
}
.header__title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .header__title {
    font-size: 18px;
  }
}

.hamb {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.hamb__container {
  width: 40%;
  padding-top: 10px;
}
.hamb__title {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.hamb__list {
  margin-top: 30px;
}
.hamb__list-item {
  font-size: 15px;
  padding-left: 20px;
}
.hamb__list-item + .hamb__list-item {
  margin-top: 30px;
}

.hamburger-button {
  top: 13px;
}
@media (max-width: 767px) {
  .hamburger-button {
    top: 8px;
  }
}

/* ===============================================
# main
=============================================== */
.main {
  padding-top: 60px;
}
.main__btn {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .main__btn {
    margin-top: 230px;
  }
}
.main__btn a {
  padding: 15px;
  width: 300px;
}

.mv {
  position: relative;
  padding-top: 270px;
}
@media (max-width: 767px) {
  .mv {
    padding-top: 210px;
  }
}
.mv__inner {
  padding-right: 0;
}
@media (max-width: 767px) {
  .mv__inner {
    padding-left: 20px;
  }
}
.mv__head-2 {
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  .mv__head-2 {
    margin-top: 20px;
  }
}
.mv__head span {
  position: relative;
  background-color: #fff;
  font-size: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .mv__head span {
    font-size: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.mv__img {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  height: 750px;
}
@media (max-width: 767px) {
  .mv__img {
    width: 90%;
    height: 580px;
  }
}
.mv__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 80px;
}
@media (max-width: 767px) {
  .mv__img img {
    border-radius: 0 0 0 60px;
  }
}
.mv__btn {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .mv__btn {
    margin-top: 65px;
  }
}
.mv__btn a {
  font-size: 25px;
}

.catch {
  margin-top: 310px;
  text-align: center;
}
@media (max-width: 767px) {
  .catch {
    margin-top: 250px;
  }
}
.catch__inner {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catch__inner {
    padding: 0 3%;
  }
}
.catch__main {
  color: rgba(5, 126, 232, 0.94);
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .catch__main {
    font-size: 35px;
  }
}
.catch__sub {
  margin-top: 40px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .catch__sub {
    font-size: 18px;
  }
}
.catch__sub span {
  color: rgba(5, 126, 232, 0.94);
}
.catch__text {
  margin-top: 30px;
  line-height: 1.7;
  font-size: 18px;
}
@media (max-width: 767px) {
  .catch__text {
    font-size: 15px;
  }
}

.main-card {
  margin-top: 80px;
  padding-bottom: 100px;
}
.main-card__item {
  display: flex;
  position: relative;
}
.main-card__item + .main-card__item {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main-card__item + .main-card__item {
    margin-top: 240px;
  }
}
.main-card__img {
  width: 75%;
}
@media (max-width: 767px) {
  .main-card__img {
    width: 100%;
  }
}
.main-card__img.reverse {
  margin-left: auto;
}
.main-card__img img {
  width: 100%;
}
.main-card-text-contents {
  position: absolute;
  width: 45%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  right: 0;
  bottom: -30px;
}
@media (max-width: 767px) {
  .main-card-text-contents {
    width: 94%;
    padding: 20px 10px 20px;
    bottom: -180px;
    margin: 0 auto;
    left: 0;
  }
}
.main-card-text-contents.reverse {
  left: 0;
}
.main-card-text-contents__title {
  color: rgba(5, 126, 232, 0.94);
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .main-card-text-contents__title {
    font-size: 20px;
  }
}
.main-card-text-contents__title--ja {
  margin-top: 30px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .main-card-text-contents__title--ja {
    margin-top: 15px;
    font-size: 22px;
  }
}
.main-card-text-contents__text {
  line-height: 1.7;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .main-card-text-contents__text {
    margin-top: 18px;
    font-size: 14px;
  }
}

/* ===============================================
# member
=============================================== */
.member {
  background-color: rgba(5, 126, 232, 0.94);
  padding: 150px 0;
}
@media (max-width: 767px) {
  .member {
    padding: 100px 0;
  }
}
.member .section-title,
.member .section-title-ja {
  color: #fff;
}

.tab {
  margin-top: 30px;
}
.tab__list {
  border-bottom: none !important;
  display: flex;
}
.tab__item {
  background-color: transparent !important;
  color: #fff;
  margin: 0 !important;
  width: 50%;
  text-align: center;
}
.tab__item.selected {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
}
.tab__wrapper {
  margin-top: 40px;
}
.tab__container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tab__container {
    gap: 15px 10px;
  }
}
.tab__card {
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.3% - 13.3333333333px);
}
@media (max-width: 767px) {
  .tab__card {
    width: calc(50% - 5px);
  }
}
.tab__card-img img {
  border-radius: 10px 10px 0 0;
}
.tab__card-name {
  text-align: center;
  padding: 25px 10px;
}

/* ===============================================
# about
=============================================== */
.about {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .about .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.swiper-container {
  position: relative;
}

.slider {
  margin-top: 30px;
}
.slider__item-img img {
  width: 100%;
}
.slider__title {
  font-size: 20px;
  margin-top: 5px;
}
.slider__text {
  font-size: 15px;
  width: 50%;
  margin-top: 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .slider__text {
    width: 65%;
    font-size: 14px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 275px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 122px;
    bottom: 55px;
  }
}

.swiper-pagination,
.swiper-pagination-bullets,
.swiper-pagination-horizontal {
  width: 30%;
  left: 70%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 20%;
  left: auto;
  right: 50px;
}

.swiper-button-next {
  background: url(../img/arrow-right.png) no-repeat center center/contain;
  left: auto;
  right: 18px;
  top: auto;
  bottom: 30px;
}
@media (max-width: 767px) {
  .swiper-button-next {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 12px;
  }
}

.swiper-button-prev {
  left: auto;
  right: 70px;
  top: auto;
  bottom: 30px;
  background: url(../img/arrow-left.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 12px;
  }
}

/* ===============================================
# faq
=============================================== */
.faq {
  background-color: rgba(5, 126, 232, 0.94);
  padding: 150px 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 100px 0;
  }
}
.faq .section-title,
.faq .section-title-ja {
  color: #fff;
}
.faq .section-title-ja {
  font-size: 16px;
}
.faq__contents {
  background-color: rgb(167, 212, 244);
  margin-top: 30px;
}

.accordion + .accordion {
  border-top: 1px solid #fff;
}
.accordion__wrapper {
  padding: 20px;
}
.accordion__wrapper-q {
  cursor: pointer;
}
.accordion__title {
  color: rgba(5, 126, 232, 0.94);
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
.accordion__text {
  line-height: 1.7;
}

/* ===============================================
# contact
=============================================== */
.contact {
  background: url(../img/cta.jpg) no-repeat center center/cover;
  height: 400px;
}
@media (max-width: 767px) {
  .contact {
    height: 340px;
  }
}
.contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
}
.contact__message {
  font-size: 42px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact__message {
    font-size: 23px;
  }
}
.contact__btn {
  margin-top: 30px;
}
.contact__btn a {
  padding: 16px;
  width: 300px;
}

/* ===============================================
# footer
=============================================== */
.footer {
  background-color: rgba(5, 126, 232, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
@media (max-width: 767px) {
  .footer {
    height: 100px;
  }
}
.footer__copy {
  color: #fff;
}