@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Roboto+Condensed&display=swap");
.site-header .global-nav-list > li .global-nav-name {
  color: #fff;
}

.vk-mobile-nav-menu-btn {
  background: url(../img/common/nav_btn_sp.png) center center/contain no-repeat;
  border: none;
}

.scrolled .vk-mobile-nav-menu-btn.menu-open {
  background: url(../img/common/nav_btn_sp_close.png) center center/contain no-repeat;
}

.fv {
  position: relative;
  background: url(../img/top/fv_bg.jpg) center center/cover no-repeat;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .fv {
    padding-bottom: 40px;
    background: url(../img/top/fv_bg_sp.jpg) center center/cover no-repeat;
  }
}
.fv .fv_subttl {
  font-size: 44px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .fv .fv_subttl {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .fv .fv_subttl {
    font-size: 24px;
    text-align: center;
  }
}
.fv .fv_ttl {
  margin-top: 30px;
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .fv .fv_ttl {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fv .fv_ttl {
    margin-top: 20px;
    font-size: 35px;
    text-align: center;
  }
}
.fv .fv_logo {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .fv .fv_logo {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .fv .fv_logo {
    width: 290px;
    margin: 10px auto 0;
  }
}
.fv .fv_btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fv .fv_btn {
    margin-top: 30px;
    text-align: center;
  }
}
.fv .fv_btn a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 1.3rem 3.8rem;
  border-radius: 35px;
  line-height: 1;
  background: linear-gradient(-90deg, rgb(216, 191, 128) 0%, rgb(159, 138, 85) 100%);
}
@media (max-width: 991px) {
  .fv .fv_btn a {
    font-size: 20px;
    padding: 1rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .fv .fv_btn a {
    font-size: 16px;
  }
}

.instructor {
  background: linear-gradient(120deg, #0f3761 0%, #0f3761 45%, #00254c 45%, #00254c 100%);
}
@media (max-width: 767px) {
  .instructor {
    padding: 20px 0 40px;
  }
}
.instructor .container {
  position: relative;
}
.instructor .instructor_text_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .instructor .instructor_text_wrap {
    padding: 0;
    text-align: center;
    margin-top: -1rem;
  }
}
.instructor .instructor_img {
  position: absolute;
  width: 400px;
  bottom: 0;
  right: 100px;
}
@media (max-width: 991px) {
  .instructor .instructor_img {
    right: 0;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .instructor .instructor_img {
    position: static;
    width: 220px;
    margin: 0 auto;
  }
}
.instructor .instructor_btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .instructor .instructor_btn {
    margin-top: 20px;
  }
}

.data {
  padding: 110px 0 80px;
  background: url(../img/top/data_bg.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .data {
    padding: 40px 0;
    background: url(../img/top/data_bg_sp.jpg) center center/cover no-repeat;
  }
}
.data .data_wrap {
  max-width: 1060px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .data .data_wrap {
    margin-top: 30px;
  }
}
.data .data_item {
  width: calc(50% - 15px);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 30px 0 40px 0;
  padding: 1.5rem 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .data .data_item {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.2rem 0;
  }
}

.change {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .change {
    padding: 50px 0 70px;
  }
}
.change .change_wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .change .change_wrap {
    margin-top: 40px;
  }
}
.change .change_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.change .change_item + .change_item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .change .change_item + .change_item {
    margin-top: 50px;
  }
}
.change .change_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.change .change_item_text_wrap {
  width: 48%;
}
@media (max-width: 767px) {
  .change .change_item_text_wrap {
    width: 100%;
  }
}
.change .change_item_img {
  width: 46%;
}
@media (max-width: 767px) {
  .change .change_item_img {
    width: 100%;
    margin-top: 20px;
  }
}
.change .change_item_num_wrap {
  background: #cbb376;
  padding: 0.6rem 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .change .change_item_num_wrap {
    margin: 0 auto;
  }
}
.change .change_item_ja {
  font-weight: bold;
  color: #00254c;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #00254c;
  line-height: 1;
}
@media (max-width: 767px) {
  .change .change_item_ja {
    font-size: 12px;
  }
}
.change .change_item_num {
  margin-left: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 54px;
  line-height: 1;
  color: #00254c;
}
@media (max-width: 767px) {
  .change .change_item_num {
    font-size: 36px;
  }
}
.change .change_item_ttl {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .change .change_item_ttl {
    font-size: 26px;
    text-align: center;
  }
}
.change .change_item_text {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .change .change_item_text {
    font-size: 16px;
  }
}

.comparison {
  padding: 90px 0 120px;
  background: #e8ebf0;
}
@media (max-width: 767px) {
  .comparison {
    padding: 50px 0 70px;
  }
}
@media (max-width: 991px) {
  .comparison .comparison_table_wrap {
    overflow-x: scroll;
  }
}
.comparison .comparison_table {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .comparison .comparison_table {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .comparison .comparison_table {
    margin-top: 30px;
  }
}
.comparison .comparison_item .comparison_item_ttl {
  height: 60px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .comparison .comparison_item .comparison_item_ttl {
    font-size: 16px;
    height: 50px;
  }
}
.comparison .comparison_item .comparison_item_text {
  height: 60px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .comparison .comparison_item .comparison_item_text {
    font-size: 14px;
    height: 50px;
  }
}
.comparison .comparison_item:nth-child(1) {
  width: 26%;
}
.comparison .comparison_item:nth-child(1) .comparison_item_ttl {
  background: #00254c;
  color: #fff;
}
.comparison .comparison_item:nth-child(1) .comparison_item_text {
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}
.comparison .comparison_item:nth-child(2) {
  width: 37%;
  background: linear-gradient(-144deg, rgb(216, 191, 128) 0%, rgb(159, 138, 85) 100%);
}
.comparison .comparison_item:nth-child(2) .comparison_item_ttl {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  height: 70px;
}
@media (max-width: 991px) {
  .comparison .comparison_item:nth-child(2) .comparison_item_ttl {
    font-size: 18px;
    height: 60px;
  }
}
.comparison .comparison_item:nth-child(2) .comparison_item_text {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.comparison .comparison_item:nth-child(2) .comparison_item_text:last-child {
  height: 70px;
}
@media (max-width: 991px) {
  .comparison .comparison_item:nth-child(2) .comparison_item_text:last-child {
    height: 60px;
  }
}
.comparison .comparison_item:nth-child(3) {
  width: 37%;
}
.comparison .comparison_item:nth-child(3) .comparison_item_ttl {
  background: #666666;
  color: #fff;
}
.comparison .comparison_item:nth-child(3) .comparison_item_text {
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}

.reason {
  padding: 90px 0 120px;
}
@media (max-width: 767px) {
  .reason {
    padding: 50px 0 70px;
  }
}
.reason .reason_wrap {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reason .reason_wrap {
    margin-top: 30px;
  }
}
.reason .reason_item {
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 40px;
  background: #e8ebf0;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .reason .reason_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding-left: 1rem;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .reason .reason_item {
    width: 100%;
    height: 110px;
  }
}
.reason .reason_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: #cbb376;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 767px) {
  .reason .reason_item::before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .reason .reason_item_ttl_num {
    font-size: 14px;
  }
}
.reason .reason_item_img {
  position: absolute;
  bottom: 0;
  right: -10px;
}
@media (max-width: 991px) {
  .reason .reason_item_img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .reason .reason_item_img {
    width: 52%;
  }
}
.reason .reason_btn {
  margin-top: 20px;
}
.reason .reason_btn_gold_l {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .reason .reason_btn_gold_l {
    margin-top: 40px;
  }
}

.plan {
  padding: 90px 0;
  background-color: #e8ebf0;
  background-image: linear-gradient(90deg, rgba(224, 228, 236, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(224, 228, 236, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
}
@media (max-width: 767px) {
  .plan {
    padding: 50px 0 70px;
  }
}
.plan .plan_wrap {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .plan .plan_wrap {
    margin-top: 30px;
  }
}
.plan .plan_item {
  width: 30%;
}
@media (max-width: 991px) {
  .plan .plan_item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .plan .plan_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.plan .plan_item .plan_item_baloon {
  background: #fff;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .plan .plan_item .plan_item_baloon {
    height: 90px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .plan .plan_item .plan_item_baloon {
    height: 76px;
  }
}
.plan .plan_item .plan_item_baloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #fff;
}
@media (max-width: 767px) {
  .plan .plan_item .plan_item_baloon::before {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 8px solid #fff;
  }
}
.plan .plan_item .plan_item_ttl_wrap {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .plan .plan_item .plan_item_ttl_wrap {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .plan .plan_item .plan_item_ttl_wrap {
    height: 120px;
    margin-top: 1rem;
  }
}
.plan .plan_item:nth-child(1) .plan_item_ttl_wrap {
  background: #479a90;
}
.plan .plan_item:nth-child(2) .plan_item_ttl_wrap {
  background: #d34b33;
}
.plan .plan_item:nth-child(3) .plan_item_ttl_wrap {
  background: #dab50f;
}
.plan .plan_btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .plan .plan_btn {
    margin-top: 10px;
  }
}

.occupation {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .occupation {
    padding: 50px 0 70px;
  }
}
.occupation .occupation_text {
  border: 2px solid #fff;
  width: fit-content;
  margin: 50px auto 0;
  line-height: 1.4;
  padding: 0.8rem 1rem;
}
@media (max-width: 767px) {
  .occupation .occupation_text {
    margin-top: 30px;
  }
}
.occupation .occupation_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .occupation .occupation_wrap {
    margin-top: 50px;
  }
}
.occupation .occupation_item {
  width: 31%;
  background: #fff;
  padding: 0 1.5rem 1.5rem;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .occupation .occupation_item {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .occupation .occupation_item {
    width: 100%;
    padding: 0 1rem 2rem;
  }
}
.occupation .occupation_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(-90deg, rgb(216, 191, 128) 0%, rgb(159, 138, 85) 100%);
}
@media (max-width: 767px) {
  .occupation .occupation_item::before {
    height: 6px;
  }
}
.occupation .occupation_item_img {
  margin: -2rem auto 0;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .occupation .occupation_item_img {
    margin-top: -1.5rem;
    width: 70px;
  }
}
.occupation .occupation_item_text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .occupation .occupation_item_text {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .occupation .occupation_btn a {
    max-width: 90%;
  }
}

.faq {
  padding: 90px 0;
  background: #e8ebf0;
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0 70px;
  }
}
.faq .container {
  max-width: 1000px;
}
.faq .faq_wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .faq .faq_wrap {
    margin-top: 40px;
  }
}
.faq .faq_item {
  background: #fff;
  cursor: pointer;
}
.faq .faq_item + .faq_item {
  margin-top: 20px;
}
.faq .faq_item .faq_item_q {
  padding: 1.2rem 2rem 1.2rem 4.1rem;
  position: relative;
  text-indent: -1.4em;
}
@media (max-width: 991px) {
  .faq .faq_item .faq_item_q {
    padding-left: 3.8rem;
  }
}
@media (max-width: 767px) {
  .faq .faq_item .faq_item_q {
    font-size: 16px;
    padding: 1rem 2.5rem 1rem 2.7rem;
  }
}
.faq .faq_item .faq_item_q::before, .faq .faq_item .faq_item_q::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #666666;
}
@media (max-width: 767px) {
  .faq .faq_item .faq_item_q::before, .faq .faq_item .faq_item_q::after {
    right: 1rem;
    width: 14px;
    height: 1px;
  }
}
.faq .faq_item .faq_item_q::before {
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(-90deg);
}
.faq .faq_item .faq_item_q::after {
  transform: translateY(-50%);
}
.faq .faq_item.is-active .faq_item_q::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq .faq_item_a {
  padding: 0 2rem 1.2rem 3.9rem;
  text-indent: -1.2em;
  display: none;
}
@media (max-width: 991px) {
  .faq .faq_item_a {
    padding-left: 3.6rem;
  }
}
@media (max-width: 767px) {
  .faq .faq_item_a {
    font-size: 16px;
    padding: 0 1rem 1rem 2.5rem;
  }
}
.faq .faq_btn {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .faq .faq_btn {
    margin-top: 40px;
  }
}