@charset "UTF-8";
.btn.btn--cta .btn__link {
  background: linear-gradient(90deg, #ff7f07 0, #ffc837 100%);
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn.btn--cta .btn__link__text {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}
.btn.btn--cta .btn__link__text::after,
.btn.btn--cta .btn__link__text::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn.btn--cta .btn__link__text::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M1.5 1L7.5 6.5L1.5 12" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn.btn--cta.btn--noicon .btn__link__text {
  padding-left: 0;
}
.btn.btn--cta.btn--noicon .btn__link__text::before {
  content: none;
}
.btn.btn--follow .btn__link {
  background: #e6380d;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn.btn--follow .btn__link__text {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}
.btn.btn--follow .btn__link__text::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M1.5 1L7.5 6.5L1.5 12" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn.btn--tel .btn__link {
  background: #0054ac;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn.btn--tel .btn__link__text {
  color: #fff;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}
.btn.btn--tel .btn__link__text::after,
.btn.btn--tel .btn__link__text::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn.btn--tel .btn__link__text::before {
  background-image: url(/zemi-kobetsu/assets/img/follow/icon_tel.svg);
  left: 0;
}
.btn.btn--tel .btn__link__text::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M1.5 1L7.5 6.5L1.5 12" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn.btn--tel.btn--noicon .btn__link__text {
  padding-left: 0;
}
.btn.btn--tel.btn--noicon .btn__link__text::before {
  content: none;
}
.btn.btn--simple .btn__link {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn.btn--simple .btn__link__text {
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.btn.btn--simple .btn__link__text::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn.btn--block .btn__link {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.btn.btn--block .btn__link::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="13" viewBox="0 0 9 13" fill="none"><path d="M1.5 1L7.5 6.5L1.5 12" stroke="%230075C1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.btn.btn--block .btn__link__text__main,
.btn.btn--block .btn__link__text__sub {
  display: block;
}
.btn.btn--block .btn__link__text__sub {
  color: #272727;
  line-height: 1.5;
}
.btn.btn--block .btn__link__text__main {
  border-bottom: 1px solid #0075c1;
  color: #0075c1;
  font-weight: 700;
  position: relative;
}
.btn.btn--block .btn__link__text__main::before {
  content: '';
  position: absolute;
  background-image: url(/zemi-kobetsu/assets/img/common/icon_pdf_bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.tel__link__text {
  display: block;
}
.tel__link__text.tel__link__text--title {
  font-weight: 700;
}
.tel__note__text {
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.section__wrap {
  position: relative;
  z-index: 0;
}
.section__wrap--bg {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.section__wrap--bg::after,
.section__wrap--bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section__wrap--bg::after {
  border-radius: 50%;
}
.section__group__head {
  position: relative;
}
.section__group__head::after,
.section__group__head::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
}
.section__group__head__text {
  color: #272727;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section__group.section__group--noborder {
  border-top: none;
}
.section__group .btn:first-child {
  margin-top: 0;
}
.section__box {
  background-color: #fff;
  border-radius: 4px;
}
.section.section--mv .section__inner {
  padding: 0;
  position: relative;
}
.section.section--mv .section__inner .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section.section--result .section__content {
  padding: 0;
}
.section.section--cta .section__inner {
  padding-bottom: 1px;
}
.section.section--cta .section__group {
  padding-top: 0;
}
.section.section--cta .accordion-head {
  color: #0075c1;
  text-align: center;
}
.section.section--cta .accordion-body {
  color: #5e5e5e;
  line-height: 1.5;
}
.section.section--gakunen .section__content {
  padding: 0;
}
.section.section--common .section__content {
  padding: 0;
}
.heading.heading--simple .heading__text {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.heading.heading--simple .heading__text--main,
.heading.heading--simple .heading__text--sub {
  display: block;
}
.heading.heading--simple .heading__text--sub {
  color: #272727;
}
.heading.heading--simple .heading__text--bot,
.heading.heading--simple .heading__text--top {
  display: block;
}
.heading.heading--simple .heading__text--top {
  line-height: 1.2;
}
.heading.heading--simple .heading__text--bot {
  color: #272727;
  line-height: 1.3;
}
.heading.heading--simple .heading__text--goukaku {
  color: #bd0300;
}
.heading.heading--simple .heading__text--kobetsu {
  color: #013ea7;
}
.heading.heading--simple .heading__text--zemi-classsupport {
  color: #004b23;
}
.heading.heading--lv3 .heading__text {
  line-height: 1.2;
}
.heading.heading--lv3 .heading__text--main {
  color: #272727;
}
.heading.heading--lv4 .heading__text {
  line-height: 1.2;
}
.heading.heading--lv4 .heading__text--sub {
  color: #272727;
}
.heading.heading--lv4 .heading__text--main {
  color: #272727;
}
.heading.heading--deco .heading__head {
  display: flex;
  align-items: center;
}
.heading.heading--deco .heading__head--number {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.heading.heading--deco .heading__head--text {
  font-weight: 700;
  line-height: 1.2;
}
.heading.heading--deco .heading__balloon__inner {
  position: relative;
  border-radius: 5px;
}
.heading.heading--deco .heading__balloon__inner::after,
.heading.heading--deco .heading__balloon__inner::before {
  content: '';
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
}
.heading.heading--deco .heading__balloon__inner::before {
  height: 3px;
  top: 100%;
}
.heading.heading--deco .heading__balloon__inner::after {
  top: 95%;
  width: 2px;
  border-radius: 2px;
  transform: rotate(45deg);
}
.heading.heading--deco .heading__balloon__inner__box {
  border-radius: 5px;
  margin: 5px 0 -8px 4px;
  position: relative;
  z-index: -1;
}
.heading.heading--deco .heading__balloon__inner__box__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.notes__contents .notes__ttl {
  text-align: left;
}
.notes__list .notes__list__item {
  color: #5e5e5e;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
.notes__list .notes__list__item::before {
  content: '※';
  position: absolute;
  left: 0;
}
.lead__text {
  color: #272727;
  line-height: 1.5;
}
.example:first-child {
  margin-top: 0;
}
.example__caption__text {
  color: #272727;
  font-weight: 700;
  line-height: 1.5;
}
.banner:first-child {
  margin-top: 0;
}
.message {
  text-align: center;
}
.message__text {
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
.message__text.message__text--sub {
  color: #272727;
  font-weight: 400;
}
.message__text.message__text--main {
  font-weight: 700;
}
.change__content--after {
  position: relative;
}
.change__content--after::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  color: #d9d9d9;
  width: 0;
  height: 0;
}
.flow:first-child {
  margin-top: 0;
}
.flow__list__item {
  margin-top: 0;
}
.flow__list__item--head {
  display: flex;
  align-items: center;
}
.flow__list__item--head__icon {
  border-radius: 5px;
  display: inline-block;
}
.flow__list__item--head__icon--main,
.flow__list__item--head__icon--sub {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.flow__list__item--head__text {
  color: #272727;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
}
.flow__list__item--content__text {
  color: #272727;
  font-weight: 700;
  line-height: 1.5;
}
.flow__list__item--content:first-child {
  margin-top: 0;
}
.flow__list__item--content__flex {
  display: flex;
  align-items: center;
}
.flow__list__item--content__checklist__item {
  border-radius: 4px;
}
.flow__list__item--content__checklist__item__text {
  color: #272727;
  line-height: 1.5;
  position: relative;
}
.flow__list__item--content__checklist__item__text::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.flow__list__item + .flow__list__item {
  position: relative;
}
.flow__list__item + .flow__list__item::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
.cost__caption__text {
  color: #272727;
  text-align: center;
}
.cost__table table {
  background-color: #fff;
  border-radius: 4px;
  line-height: 1;
  width: 100%;
}
.cost__table__th {
  color: #272727;
  text-align: center;
}
.cost__table__th--grade {
  border-radius: 4px 0 0 0;
}
.cost__table__th--sum {
  border-left: 1px solid #eee;
  border-radius: 0 4px 0 0;
}
.cost__table__td {
  border-top: 1px solid #eee;
  color: #272727;
  text-align: center;
}
.cost__table__td--sum {
  border-left: 1px solid #eee;
}
.modal_trigger {
  position: relative;
}
.modal_trigger_btn {
  border-radius: 50%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
}
.modal_trigger_btn_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.modal_trigger_btn_icon::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7719 12.7121H15.7241V9.6634C15.7241 8.97035 15.1611 8.4082 14.468 8.4082C13.7749 8.4082 13.2128 8.97035 13.2128 9.6634V12.7121H10.1641C9.47011 12.7121 8.90796 13.2742 8.90796 13.9682C8.90796 14.6613 9.47011 15.2234 10.1641 15.2234H13.2128V18.2721C13.2128 18.9652 13.7749 19.5273 14.468 19.5273C15.161 19.5273 15.7241 18.9652 15.7241 18.2721V15.2234H18.7719C19.4659 15.2234 20.0281 14.6613 20.0281 13.9682C20.028 13.2742 19.4659 12.7121 18.7719 12.7121Z" fill="%23FFFFFF"/><path d="M29.5129 24.246L26.4257 21.1588C27.7551 18.9505 28.4381 16.4557 28.4363 13.9673C28.4381 10.4023 27.0676 6.81157 24.3448 4.0906C21.6239 1.36874 18.0341 -0.00270317 14.4681 0.000988233C10.9021 -0.00364067 7.31235 1.36874 4.59137 4.0906C1.86858 6.81157 0.498069 10.4023 0.499885 13.9673C0.496194 17.5333 1.86858 21.124 4.59137 23.845C7.31141 26.5668 10.9021 27.9383 14.4681 27.9356C16.9565 27.9383 19.4504 27.2544 21.6596 25.926L24.7458 29.0113C26.0623 30.3278 28.1964 30.3278 29.5129 29.0113C30.8295 27.6957 30.8295 25.5616 29.5129 24.246ZM20.5316 20.0309C18.8498 21.7118 16.6718 22.5403 14.4681 22.5431C12.2645 22.5403 10.0873 21.7117 8.40459 20.0309C6.72453 18.349 5.89602 16.171 5.89326 13.9673C5.89602 11.7637 6.72459 9.58564 8.40453 7.90382C10.0863 6.22476 12.2644 5.39618 14.468 5.39255C16.6717 5.39624 18.8497 6.22476 20.5316 7.90382C22.2116 9.58564 23.0392 11.7637 23.0438 13.9673C23.0393 16.171 22.2116 18.349 20.5316 20.0309Z" fill="%23FFFFFF"/></svg>');
}
.modal_area {
  text-align: center;
}
.modal_link {
  color: #0075c1;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.modal_link::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M9.63237 0H5.16958C4.54121 0.00127136 3.93906 0.251833 3.49519 0.696606C3.05132 1.14138 2.80203 1.74402 2.80203 2.37239V3.34321H2.33284C1.7138 3.3448 1.12063 3.59175 0.68335 4.02993C0.246071 4.46811 0.000315584 5.06177 0 5.68081V9.66365C0.000315584 10.2827 0.246071 10.8763 0.68335 11.3145C1.12063 11.7527 1.7138 11.9997 2.33284 12.0012H6.7968C7.41594 12 8.00931 11.7531 8.44666 11.3149C8.884 10.8766 9.12964 10.2828 9.12964 9.66365V8.72886H9.63362C10.262 8.72759 10.8642 8.47703 11.3081 8.03225C11.752 7.58748 12.0012 6.98477 12.0012 6.3564V2.37363C12.0016 1.74485 11.7522 1.14167 11.3081 0.696606C10.8639 0.251539 10.2612 0.000954068 9.63237 0ZM7.90803 9.6624C7.90772 9.95724 7.79058 10.24 7.58232 10.4487C7.37407 10.6574 7.09163 10.7751 6.7968 10.7761H2.33284C2.03791 10.7754 1.75527 10.6578 1.54695 10.449C1.33863 10.2403 1.22161 9.95733 1.22161 9.6624V5.67964C1.22161 5.38471 1.33863 5.10179 1.54695 4.89302C1.75527 4.68425 2.03791 4.56663 2.33284 4.56599H2.80203V6.35164C2.80203 6.98 3.05132 7.58272 3.49519 8.02749C3.93906 8.47226 4.54121 8.72275 5.16958 8.72402H7.90803V9.6624Z" fill="%230075C1"/></svg>');
}
.modal_link:hover {
  cursor: pointer;
}
.lesson-intro_list-item {
  line-height: 1.5;
  position: relative;
}
.lesson-intro_list-item::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.lesson-step_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-step_list-item:not(:last-child) {
  position: relative;
}
.lesson-step_list-item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 2px;
  border: 1px dashed #b9b9b9;
  left: 50%;
  transform: translateX(-50%);
}
.lesson-step_list-item_icon {
  background-color: #fff;
  border: 2px solid #038cd0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lesson-step_list-item_icon span {
  color: #038cd0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
}
.lesson-step_list-item_ttl {
  background-color: #e9f5fa;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.lesson-step_list-item_txt {
  line-height: 1.5;
}
.lesson-acc_item {
  border-top: 1px solid #038cd0;
  border-bottom: 1px solid #038cd0;
}
.lesson-acc_item .lesson-acc_ttl[aria-expanded='true']::after {
  transform: rotate(90deg);
}
.lesson-acc_ttl {
  background-color: #fff;
  color: #038cd0;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.lesson-acc_ttl::after,
.lesson-acc_ttl::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #038cd0;
}
.lesson-acc_ttl::before {
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lesson-acc_ttl::after {
  width: 2px;
  top: 50%;
  transition: transform 0.3s;
}
.lesson-acc_content {
  /* display: none; */
  background-color: #fff;
}
.lesson-acc_content.is-active {
  display: block;
  border-bottom: 1px solid #038cd0;
  transition: 0.3s;
}
.lesson-acc-flow_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-acc-flow_list-item_icon {
  background-color: #fff;
  border: 2px solid #038cd0;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lesson-acc-flow_list-item_icon span {
  color: #038cd0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
}
.lesson-acc-flow_list-item_txt {
  display: block;
  line-height: 1.5;
  width: 100%;
}
.lesson-acc-flow_list-item_txt span {
  font-weight: 700;
}
.lesson-flow_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.lesson-flow_list-icon {
  background-color: #55a7ed;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lesson-flow_list-icon_txt {
  color: #fff;
  font-weight: 700;
  line-height: 1.172;
}
.lesson-flow_list:not(:last-child) .lesson-flow_list-icon::after {
  content: '';
  position: absolute;
  background: radial-gradient(
      ellipse at center,
      #b9b9b9 0,
      #b9b9b9 20%,
      transparent 20%,
      transparent 100%
    )
    center 0 repeat-y;
  display: block;
  width: 2px;
}
.lesson-flow_list-ttl {
  color: #038cd0;
  font-weight: 700;
  line-height: 1.448;
}
.lesson-flow_list-lead {
  line-height: 1.5;
}
.lesson-flow_list-notes_item {
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
.lesson-flow_list-notes_item::before {
  content: '※';
  position: absolute;
  left: 0;
}
.lesson-flow_list-btn_list-item.btn.btn--cta .btn__link__text {
  padding-right: 0;
}
.lesson-flow_list-btn_list-item.btn.btn--follow .btn__link__text {
  padding-right: 0;
}
.lesson-flow_list-btn_list-item.btn.btn--simple .btn__link__text {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.review_list {
  display: flex;
  justify-content: center;
}
.review_list .slick-track {
  display: flex;
}
.review_list .slide-dots {
  text-align: center;
}
.review_list .slide-dots li {
  display: inline-block;
}
.review_list .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.review_list .slide-dots li button::before {
  content: '';
  position: absolute;
  background-color: #fff;
  border: 1px solid #038cd0;
  border-radius: 50px;
  top: 0;
  left: 0;
}
.review_list .slide-dots li.slick-active button::before {
  background-color: #0080ca;
}
.review_list-item {
  background-color: #e9f5fa;
  height: auto !important;
}
.review_list-item_user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_list-item_user-thumb {
  width: 19.05%;
}
.review_list-item_user-data {
  width: 76.19%;
}
.review_list-item_user-data_txt {
  font-weight: 500;
  line-height: 1.5;
}
.review_list-item_txt {
  line-height: 1.5;
}
.review_list-item_txt span {
  font-weight: 700;
}
.support-point_list-item_ttl {
  position: relative;
}
.support-point_list-item_ttl-icon {
  background-color: #55a7ed;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.support-point_list-item_ttl-icon span {
  font-weight: 700;
}
.support-point_list-item_ttl-txt {
  background-color: #e9f5fa;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.support-point_list-item_ttl-txt span {
  color: #038cd0;
}
.support-point_list-item_cont-txt {
  line-height: 1.5;
}
.support-point_list-item_2col-item_ttl {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.support-point_list-item_2col-item_ttl span {
  color: #038cd0;
  display: block;
}
.fee_lead {
  line-height: 1.5;
}
.fee_note {
  line-height: 1.5;
  text-align: center;
}
.link {
  border-bottom: 1px solid #038cd0;
  color: #038cd0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.448;
  position: relative;
}
.link::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1.3125L5.5 5.3125L0.5 9.3125" stroke="%23038CD0" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.link_area {
  text-align: center;
}
.notes_list-item {
  color: #888;
  line-height: 1.448;
  padding-left: 1.2em;
  position: relative;
}
.notes_list-item::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.faq-acc_item {
  border-bottom: 1px solid #d9d9d9;
}
.faq-acc_item.active .faq-acc_ttl {
  border-bottom: 1px solid #fff;
}
.faq-acc_item .faq-acc_ttl[aria-expanded='true']::after {
  transform: rotate(90deg);
}
.faq-acc_ttl {
  position: relative;
}
.faq-acc_ttl::after,
.faq-acc_ttl::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #038cd0;
}
.faq-acc_ttl::before {
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq-acc_ttl::after {
  width: 2px;
  top: 50%;
  transition: transform 0.3s;
}
.faq-acc_ttl-icon {
  background-color: #55a7ed;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 0;
  position: absolute;
}
.faq-acc_ttl-icon span {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-top: -1px;
}
.faq-acc_ttl-txt {
  font-weight: 700;
  line-height: 1.5;
}
.faq-acc_content {
  /* display: none; */
  position: relative;
}
.faq-acc_content.is-active {
  display: block;
}
.faq-acc_content-icon {
  background-color: #ff943d;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 0;
  position: absolute;
}
.faq-acc_content-icon span {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-top: -1px;
}
.faq-acc_txt {
  line-height: 1.5;
}
.faq-acc_txt a {
  text-decoration: underline;
}
.faq-acc_link .link {
  font-weight: 400;
}
.anchor__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.anchor__list .cta {
  background-color: #015fc3;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 37, 69, 0.16);
}
.anchor__list .cta a {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 2;
  text-align: start;
  width: 100%;
  height: 100%;
}
.anchor__list .cta a::after {
  content: '';
  position: absolute;
  background: url(/zemi-kobetsu/assets/img/course/common/icon_anchor_cta.svg) no-repeat center/cover;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.anchor__list .cta_wrap_text {
  color: #035baa;
  text-align: center;
  line-height: 1.2;
}
.tab-feature__btn-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.tab-feature__btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background-color: #ddd;
  transition: opacity 0.3s ease;
  cursor: pointer;
  position: relative;
}
.tab-feature__btn-item.active {
  pointer-events: none;
  background-color: #fff;
  border-bottom: none;
}
.tab-feature__btn-item.active::before {
  content: '';
  display: block;
  width: 100%;
  color: #fff;
  background-color: #fff;
  position: absolute;
}
.tab-feature--goukaku .tab-feature__btn-item.active {
  color: #c5211e;
}
.tab-feature--kobetsu .tab-feature__btn-item.active {
  color: #013ea7;
}
.tab-feature--zemi-classsupport .tab-feature__btn-item.active {
  color: #004b23;
}
.tab-feature__btn-item span {
  display: block;
  font-weight: 400;
  text-align: center;
}
/* .tab-feature__content-item {
  display: none;
}
.tab-feature__content-item.show {
  display: block;
} */
@media screen and (min-width: 768px), print {
  .btn.btn--cta .btn__link {
    width: 600px;
    height: 64px;
    padding: 8px 98px;
  }
  .btn.btn--cta .btn__link__text {
    font-size: 24px;
    padding-left: 58px;
    padding-right: 58px;
    width: 404px;
  }
  .btn.btn--cta .btn__link__text::after {
    width: 13px;
    height: 20px;
    right: 18px;
  }
  .btn.btn--follow .btn__link {
    width: 600px;
    height: 64px;
    padding: 8px 98px;
  }
  .btn.btn--follow .btn__link__text {
    font-size: 24px;
    padding-right: 58px;
    width: 404px;
  }
  .btn.btn--follow .btn__link__text::after {
    width: 13px;
    height: 20px;
    right: 18px;
  }
  .btn.btn--tel .btn__link {
    width: 470px;
    height: 64px;
    padding: 8px 0;
  }
  .btn.btn--tel .btn__link__text {
    font-size: 20px;
    padding-left: 35px;
    padding-right: 58px;
  }
  .btn.btn--tel .btn__link__text::before {
    width: 25px;
    height: 25px;
  }
  .btn.btn--tel .btn__link__text::after {
    width: 13px;
    height: 20px;
    right: 18px;
  }
  .btn.btn--simple .btn__link {
    width: 442px;
    height: 70px;
    padding: 8px 86px;
  }
  .btn.btn--simple .btn__link__text {
    font-size: 24px;
    padding-right: 48px;
  }
  .btn.btn--simple .btn__link__text::after {
    width: 13px;
    height: 20px;
    right: 18px;
  }
  .btn.btn--block .btn__link {
    gap: 16px;
    width: 600px;
    height: 129px;
    padding: 24px 102px;
  }
  .btn.btn--block .btn__link::after {
    width: 12px;
    height: 22px;
    right: 114px;
  }
  .btn.btn--block .btn__link__thumb {
    width: 115px;
  }
  .btn.btn--block .btn__link__text {
    width: 203px;
  }
  .btn.btn--block .btn__link__text__sub {
    font-size: 16px;
  }
  .btn.btn--block .btn__link__text__main {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 8px;
    padding-left: 22px;
  }
  .btn.btn--block .btn__link__text__main::before {
    width: 18px;
    height: 18px;
  }
  .tel {
    margin-top: 32px;
  }
  .tel__link {
    display: block;
    margin: 0 auto;
    padding-left: 64px;
    position: relative;
    pointer-events: none;
    width: fit-content;
  }
  .tel__link::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="30" viewBox="0 0 22 30" fill="none"><path d="M9.87268 9.29102H2.80252C1.47367 9.29102 0.396484 10.368 0.396484 11.6971V26.1505C0.396484 28.2764 2.11973 30 4.24592 30H8.42928C10.5555 30 12.2787 28.2765 12.2787 26.1505V11.6971C12.2787 10.368 11.2015 9.29102 9.87268 9.29102ZM6.3376 28.7552C6.00924 28.7552 5.7434 28.4896 5.7434 28.1613C5.7434 27.8333 6.00924 27.5672 6.3376 27.5672C6.66572 27.5672 6.93156 27.8333 6.93156 28.1613C6.93156 28.4896 6.66572 28.7552 6.3376 28.7552ZM4.80982 10.1964H7.8649C8.03693 10.1964 8.17633 10.3358 8.17633 10.5078C8.17633 10.6793 8.03693 10.8191 7.8649 10.8191H4.80982C4.63779 10.8191 4.49863 10.6793 4.49863 10.5078C4.49863 10.3358 4.63785 10.1964 4.80982 10.1964ZM1.75457 26.1505V12.1766H10.9207V26.1505C10.9207 26.306 10.9046 26.4576 10.8773 26.6051H1.79775C1.77062 26.4576 1.75457 26.306 1.75457 26.1505Z" fill="%230075C1"/><path d="M12.2006 6.18298L11.7773 7.18201C12.9903 7.69505 13.9543 8.69021 14.435 9.92232L15.4455 9.52746C14.8576 8.02382 13.6859 6.81257 12.2006 6.18298Z" fill="%230075C1"/><path d="M12.491 3.06519L12.1758 4.10317C14.7456 4.88312 16.7658 6.94134 17.502 9.53077L18.545 9.23417C17.7064 6.28802 15.4167 3.95534 12.491 3.06519Z" fill="%230075C1"/><path d="M12.8049 0L12.541 1.05234C16.496 2.04328 19.6093 5.19328 20.5496 9.16816L21.605 8.9182C20.5685 4.54594 17.1556 1.0926 12.8049 0Z" fill="%230075C1"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto 0;
  }
  .tel__link__text.tel__link__text--title {
    color: #272727;
    font-size: 20px;
    line-height: 1.2;
  }
  .tel__link__text.tel__link__text--num {
    color: #0075c1;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    /* letter-spacing: 3.2px; */
  }
  .tel__note__text {
    font-size: 14px;
    margin-top: 4px;
  }
  .section {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section__wrap--bg {
    padding-bottom: 70px;
  }
  .section__wrap--bg::after,
  .section__wrap--bg::before {
    width: 1600px;
  }
  .section__wrap--bg::before {
    height: 127px;
  }
  .section__wrap--bg::after {
    height: 254px;
  }
  .section__inner {
    padding: 70px 0 0;
  }
  .section__content {
    max-width: 720px;
    margin: 0 auto;
  }
  .section__content.section__content--review {
    max-width: 1100px;
    margin: 0 auto;
  }
  .section__content + .section__content {
    margin-top: 32px;
    padding-top: 32px;
  }
  .section__group {
    padding-top: 24px;
  }
  .section__group__head {
    padding-bottom: 16px;
    margin-bottom: 34px;
  }
  .section__group__head::after {
    border: 20px solid;
    border-top: 17px solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -18px;
  }
  .section__group__head__text {
    font-size: 24px;
  }
  .section__group__head__thumb {
    margin-top: 16px;
  }
  .section__group + .section__group {
    margin-top: 32px;
    padding-top: 32px;
  }
  .section__group .btn {
    margin-top: 28px;
  }
  .section__box {
    margin-top: 16px;
    padding: 30px 60px;
  }
  .section__box__thumb {
    margin-top: 24px;
  }
  .section__box.section__box--small {
    padding: 30px 130px;
  }
  .section.section--mv .section__inner .btn {
    bottom: -34px;
  }
  .section.section--intro .banner .banner_wrap .banner_inner .banner_oricon {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .section.section--cta .section__group {
    margin: 0 auto;
    max-width: 600px;
  }
  .section.section--cta .contact {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
  }
  .section.section--cta .contact .tel {
    margin-top: 0;
    width: 378px;
  }
  .section.section--cta .contact .btn.btn--block {
    width: 315px;
  }
  .section.section--cta .accordion.personal-info {
    font-size: 14px;
    margin-top: 16px;
  }
  .section.section--cta .accordion-body {
    font-size: 12px;
  }
  .heading.heading--simple .heading__text--sub {
    font-size: 24px;
  }
  .heading.heading--simple .heading__text--main {
    font-size: 40px;
  }
  .heading.heading--simple .heading__text--top {
    font-size: 24px;
  }
  .heading.heading--simple .heading__text--bot {
    font-size: 24px;
    margin: 24px 0;
  }
  .heading.heading--lv3 .heading__text--main {
    font-size: 32px;
  }
  .heading.heading--lv4 .heading__text--sub {
    font-size: 20px;
  }
  .heading.heading--lv4 .heading__text--main {
    font-size: 24px;
  }
  .heading.heading--deco .heading__head {
    gap: 16px;
  }
  .heading.heading--deco .heading__head--number {
    font-size: 80px;
  }
  .heading.heading--deco .heading__head--text {
    font-size: 24px;
  }
  .heading.heading--deco .heading__balloon__inner {
    margin-bottom: 26px;
    width: 711px;
    min-height: 85px;
  }
  .heading.heading--deco .heading__balloon__inner::before {
    width: 32px;
  }
  .heading.heading--deco .heading__balloon__inner::after {
    height: 16px;
  }
  .heading.heading--deco .heading__balloon__inner__box {
    padding: 20px 20px 23px;
    width: 711px;
    min-height: 85px;
  }
  .heading.heading--deco .heading__balloon__inner__box__text {
    font-size: 32px;
    line-height: 1.3;
  }
  .heading + .section__content {
    padding-top: 2.4615384615%;
  }
  .heading + .lead__text {
    margin-top: 24px;
  }
  .notes__contents:not(:first-child) {
    margin-top: 32px;
  }
  .notes__contents .notes__ttl {
    font-size: 16px;
  }
  .notes__list:not(:first-child) {
    margin-top: 16px;
  }
  .notes__list .notes__list__item {
    font-size: 12px;
  }
  .lead__text {
    font-size: 16px;
  }
  .lead__text + .lead__text {
    margin-top: 16px;
  }
  .example {
    margin-top: 24px;
  }
  .example__caption__text {
    font-size: 20px;
  }
  .example__thumb {
    margin: 8px auto 0 !important;
    display: block;
    width: 460px;
  }
  .banner {
    margin-top: 24px;
  }
  .banner__item + .banner__item {
    margin-top: 24px;
  }
  .message {
    margin-top: 24px;
  }
  .message__text {
    font-size: 24px;
  }
  .message__text.message__text + .message__text {
    margin-top: 8px;
  }
  .change {
    display: flex;
    gap: 78px;
  }
  .change__content {
    width: 261px;
  }
  .change__content--after::before {
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    border-width: 15px 16px;
    border-left-color: currentColor;
  }
  .flow {
    margin-top: 24px;
  }
  .flow__list__item--head {
    gap: 8px;
  }
  .flow__list__item--head__icon {
    padding: 8px 11px 2px;
  }
  .flow__list__item--head__icon--sub {
    font-size: 11px;
  }
  .flow__list__item--head__icon--main {
    font-size: 23px;
    margin-top: -4px;
  }
  .flow__list__item--head__text {
    font-size: 20px;
  }
  .flow__list__item--content {
    margin-top: 16px;
    padding-left: 58px;
  }
  .flow__list__item--content__text {
    font-size: 16px;
  }
  .flow__list__item--content__text + .flow__list__item--content__flex {
    margin-top: 8px;
  }
  .flow__list__item--content__flex {
    gap: 16px;
  }
  .flow__list__item--content__flex .flow__list__item--content__thumb {
    width: 74px;
  }
  .flow__list__item--content__flex .flow__list__item--content__checklist {
    width: 452px;
  }
  .flow__list__item--content__checklist__item {
    padding: 8px 10px;
  }
  .flow__list__item--content__checklist__item__text {
    font-size: 14px;
    padding-left: 13px;
  }
  .flow__list__item--content__checklist__item__text::before {
    width: 9px;
    height: 18px;
  }
  .flow__list__item--content__checklist__item + .flow__list__item--content__checklist__item {
    margin-top: 8px;
  }
  .flow__list__item + .flow__list__item {
    padding-top: 51px;
  }
  .flow__list__item + .flow__list__item::before {
    width: 16px;
    height: 22px;
    top: 16px;
  }
  .cost {
    max-width: 600px;
    margin: 0 auto;
  }
  .cost__caption__text {
    font-size: 20px;
    line-height: 1.2;
  }
  .cost__table {
    margin-top: 16px;
  }
  .cost__table table {
    font-size: 21px;
  }
  .cost__table__th {
    padding: 17px 20px;
  }
  .cost__table__th--grade {
    width: 182px;
  }
  .cost__table__th--sum {
    width: 416px;
  }
  .cost__table__td {
    padding: 17px 20px;
  }
  .modal_trigger:hover {
    cursor: pointer;
  }
  .modal_trigger_btn {
    bottom: 9px;
    right: 9px;
    width: 60px;
    height: 60px;
  }
  .modal_trigger_btn_icon {
    width: 30px;
    height: 30px;
  }
  .modal_trigger_btn_icon::before {
    width: 30px;
    height: 30px;
  }
  .modal_area {
    margin-top: 16px;
  }
  .modal_link {
    font-size: 12px;
    padding-left: 16px;
  }
  .modal_link::before {
    width: 12px;
    height: 12px;
  }
  .lesson-intro_thumb {
    margin: 0 auto;
    width: 530px;
  }
  .lesson-intro_thumb + .lesson-intro_list {
    margin-top: 30px;
  }
  .lesson-intro_list {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    width: 530px;
  }
  .lesson-intro_list-item {
    font-size: 16px;
    padding-left: 20px;
    width: calc(50% - 20px);
  }
  .lesson-intro_list-item::before {
    width: 9px;
    height: 18px;
  }
  .lesson-step {
    margin-top: 30px;
  }
  .lesson-step_list {
    margin: 0 auto;
    max-width: 530px;
  }
  .lesson-step_list-item:not(:last-child) {
    padding-bottom: 45px;
  }
  .lesson-step_list-item:not(:last-child)::after {
    height: 30px;
    bottom: 15px;
  }
  .lesson-step_list-item_icon {
    border-radius: 65px;
    width: 80px;
    height: 30px;
  }
  .lesson-step_list-item_icon span {
    font-size: 20px;
  }
  .lesson-step_list-item_ttl {
    border-radius: 5px;
    font-size: 20px;
    margin-top: 10px;
    padding: 20px 0;
  }
  .lesson-step_list-item_txt {
    font-size: 16px;
    margin-top: 10px;
    min-height: 48px;
  }
  .lesson-acc {
    margin: 30px auto;
    width: 720px;
  }
  .lesson-acc_ttl {
    font-size: 16px;
    height: 44px;
    padding: 10px 0;
  }
  .lesson-acc_ttl:hover {
    cursor: pointer;
  }
  .lesson-acc_ttl::before {
    width: 20px;
  }
  .lesson-acc_ttl::after {
    height: 20px;
    right: 9px;
    margin-top: -10px;
  }
  .lesson-acc_content {
    padding: 10px 125px;
  }
  .lesson-acc-flow_list-item + .lesson-acc-flow_list-item {
    margin-top: 20px;
  }
  .lesson-acc-flow_list-item_icon {
    margin-bottom: 10px;
    width: 80px;
    height: 30px;
  }
  .lesson-acc-flow_list-item_icon span {
    font-size: 20px;
  }
  .lesson-acc-flow_list-item_txt {
    font-size: 14px;
  }
  .lesson-acc-flow_list-item_txt + .lesson-acc-flow_list-item_txt {
    margin-top: 10px;
  }
  .lesson-acc-flow_list-item_thumb {
    margin-top: 10px;
    width: 130px;
  }
  .lesson-flow {
    margin: 15px auto 0;
    width: 720px;
  }
  .lesson-flow_list {
    min-height: 130px;
  }
  .lesson-flow_list + .lesson-flow_list {
    margin-top: 20px;
  }
  .lesson-flow_list-icon {
    width: 100px;
    height: 100px;
  }
  .lesson-flow_list-icon img {
    width: 46px;
  }
  .lesson-flow_list-icon_txt {
    font-size: 17px;
  }
  .lesson-flow_list:not(:last-child) .lesson-flow_list-icon::after {
    background-size: 8px 4px;
    height: calc(100% - 110px);
    top: 110px;
    left: 50px;
  }
  .lesson-flow_list-cont {
    width: 600px;
  }
  .lesson-flow_list-ttl {
    font-size: 20px;
  }
  .lesson-flow_list-box {
    margin-top: 5px;
  }
  .lesson-flow_list-lead {
    font-size: 16px;
  }
  .lesson-flow_list-notes_item {
    font-size: 12px;
    margin-top: 10px;
  }
  .lesson-flow_list-btn_list {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
    width: 478px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link {
    padding: 8px 0;
    width: 234px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link__text {
    font-size: 16px;
    width: 234px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link__text::after {
    width: 10px;
    height: 14px;
    right: 15px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link {
    width: 234px;
    padding: 8px 0;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link__text {
    font-size: 16px;
    width: 234px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link__text::after {
    width: 10px;
    height: 14px;
    right: 15px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link {
    width: 234px;
    height: 65px;
    padding: 8px 0;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link__text {
    font-size: 16px;
    width: 228px;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link__text::after {
    width: 10px;
    height: 14px;
    right: 15px;
  }
  .lesson-flow_list-btn_list-item + .lesson-flow_list-btn_list-item {
    margin-top: 0;
  }
  .lesson-flow_list-thumb {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    width: 119px;
  }
  .review_list {
    gap: 40px;
    margin: 15px auto 0;
    max-width: 1100px;
  }
  .review_list .slide-dots li {
    margin: 0 13px;
  }
  .review_list .slide-dots li button::before {
    width: 15px;
    height: 15px;
  }
  .review_list-item {
    flex: 1;
    border-radius: 8px;
    margin: 0;
    padding: 30px 25px;
  }
  .review_list-item_user-data_txt {
    font-size: 16px;
  }
  .review_list-item_cont {
    margin-top: 20px;
  }
  .review_list-item_txt {
    font-size: 16px;
  }
  .support-point {
    margin: 25px auto 0;
    width: 530px;
  }
  .support-point_list-item + .support-point_list-item {
    margin-top: 55px;
  }
  .support-point_list-item_ttl-icon {
    width: 60px;
    height: 60px;
    left: 3.7px;
    top: -25px;
  }
  .support-point_list-item_ttl-icon span {
    font-size: 37px;
  }
  .support-point_list-item_ttl-txt {
    font-size: 20px;
    padding: 13px 0;
  }
  .support-point_list-item_cont {
    padding-top: 20px;
  }
  .support-point_list-item_cont-txt {
    font-size: 16px;
  }
  .support-point_list-item_cont-thumb {
    margin-top: 20px;
  }
  .support-point_list-item_2col {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  .support-point_list-item_2col-item_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 100px;
  }
  .support-point_list-item_2col-item_ttl span {
    font-size: 18px;
  }
  .fee {
    margin: 0 auto;
    width: 470px;
  }
  .fee_lead {
    font-size: 16px;
  }
  .fee_thumb {
    margin: 10px auto 0;
    width: 392px;
  }
  .fee_btn {
    margin-top: 10px;
  }
  .fee_note {
    font-size: 14px;
    margin-top: 10px;
  }
  .link {
    font-size: 16px;
    padding: 0 12px 0 5px;
  }
  .link::after {
    width: 6px;
    height: 10px;
  }
  .zemi-kobetsu .link_area {
    margin-top: 20px;
  }
  .notes_list-item {
    font-size: 14px;
  }
  .notes_list-item + .notes_list-item {
    margin-top: 10px;
  }
  .faq-acc_list {
    margin: 20px auto 0;
    width: 720px;
  }
  .zemi-kobetsu .faq-acc_item .faq-acc_ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 34px;
    padding-right: 29px;
  }
  .faq-acc_ttl:hover {
    cursor: pointer;
  }
  .faq-acc_ttl::before {
    width: 20px;
  }
  .faq-acc_ttl::after {
    height: 20px;
    right: 9px;
    margin-top: -10px;
  }
  .faq-acc_ttl-icon {
    width: 24px;
    height: 24px;
  }
  .faq-acc_ttl-icon span {
    font-size: 14px;
  }
  .faq-acc_ttl-txt {
    font-size: 16px;
  }
  .faq-content__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq-acc_content {
    padding-left: 34px;
    padding-right: 29px;
  }
  .faq-acc_content-icon {
    width: 24px;
    height: 24px;
  }
  .faq-acc_content-icon span {
    font-size: 14px;
  }
  .faq-acc_content .notes_list {
    margin-top: 10px;
  }
  .faq-acc_txt {
    font-size: 16px;
  }
  .anchor__list {
    gap: 15px;
    margin-top: 32px;
  }
  .anchor__list .cta {
    height: 64px;
    width: 230px;
    transition: opacity 0.3s;
  }
  .anchor__list .cta a {
    font-size: 20px;
    padding-left: 74px;
  }
  .anchor__list .cta a::after {
    height: 14px;
    width: 14px;
    right: 74px;
  }
  .anchor__list .cta_wrap_text {
    font-size: 20px;
    margin-top: 8px;
  }
  .tab-feature {
    margin-top: 32px;
  }
  .tab-feature--goukaku .tab-feature__btn-list {
    border-bottom: 2px solid #df0100;
  }
  .tab-feature--kobetsu .tab-feature__btn-list {
    border-bottom: 2px solid #015fc3;
  }
  .tab-feature--zemi-classsupport .tab-feature__btn-list {
    border-bottom: 2px solid #019027;
  }
  .tab-feature__btn-item {
    font-size: 20px;
    width: 350px;
    min-height: 65px;
    border-radius: 4px 4px 0 0;
  }
  .tab-feature__btn-item:not(:last-child) {
    margin-right: 20px;
  }
  .tab-feature__btn-item:hover {
    opacity: 0.8;
  }
  .tab-feature__btn-item.active::before {
    height: 5px;
    left: 0;
    bottom: -4px;
  }
  .tab-feature--goukaku .tab-feature__btn-item.active {
    border: 2px solid #df0100;
  }
  .tab-feature--kobetsu .tab-feature__btn-item.active {
    border: 2px solid #015fc3;
  }
  .tab-feature--zemi-classsupport .tab-feature__btn-item.active {
    border: 2px solid #019027;
  }
  .tab-feature__btn-item span {
    font-size: 14px;
  }
  .zemi-kobetsu .tab-feature__content-list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn--cta .btn__link {
    width: 84vw;
    height: 14.9333333333vw;
    padding: 2.1333333333vw 3.7333333333vw 2.1333333333vw 3.4666666667vw;
  }
  .btn.btn--cta .btn__link__text {
    font-size: 4.8vw;
    padding-left: 10.9333333333vw;
    padding-right: 7.2vw;
    width: 76.8vw;
  }
  .btn.btn--cta .btn__link__text::after {
    width: 2.4vw;
    height: 3.4666666667vw;
    right: 2.4vw;
  }
  .btn.btn--follow .btn__link {
    width: 84vw;
    height: 14.9333333333vw;
    padding: 2.1333333333vw 3.7333333333vw 2.1333333333vw 3.4666666667vw;
  }
  .btn.btn--follow .btn__link__text {
    font-size: 4.8vw;
    padding-right: 7.2vw;
    width: 76.8vw;
  }
  .btn.btn--follow .btn__link__text::after {
    width: 2.4vw;
    height: 3.4666666667vw;
    right: 2.4vw;
  }
  .btn.btn--tel .btn__link {
    padding: 4.5333333333vw 0 4.2666666667vw;
  }
  .btn.btn--tel .btn__link__text {
    font-size: 4.2666666667vw;
    padding-left: 9.3333333333vw;
    padding-right: 7.2vw;
  }
  .btn.btn--tel .btn__link__text::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .btn.btn--tel .btn__link__text::after {
    width: 2.4vw;
    height: 3.4666666667vw;
    right: 2.4vw;
  }
  .btn.btn--simple .btn__link {
    width: 76.8vw;
    height: 16vw;
    padding: 2.1333333333vw 12.8vw;
  }
  .btn.btn--simple .btn__link__text {
    font-size: 4.8vw;
    padding-right: 6.9333333333vw;
  }
  .btn.btn--simple .btn__link__text::after {
    width: 2.4vw;
    height: 3.4666666667vw;
    right: 2.4vw;
  }
  .btn.btn--block .btn__link {
    gap: 2.1333333333vw;
    width: 84vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 7.7333333333vw;
  }
  .btn.btn--block .btn__link::after {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    right: 4.2666666667vw;
  }
  .btn.btn--block .btn__link__thumb {
    width: 25.3333333333vw;
  }
  .btn.btn--block .btn__link__text {
    width: 44.5333333333vw;
  }
  .btn.btn--block .btn__link__text__sub {
    font-size: 3.2vw;
  }
  .btn.btn--block .btn__link__text__main {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
    padding-left: 5.8666666667vw;
  }
  .btn.btn--block .btn__link__text__main::before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .tel {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
  .tel__link {
    display: inline-block;
    border-bottom: 1px solid #0075c1;
  }
  .tel__link__text.tel__link__text--title {
    color: #0075c1;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-bottom: 0.8vw;
    padding-left: 7.4666666667vw;
    position: relative;
  }
  .tel__link__text.tel__link__text--title::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="30" viewBox="0 0 22 30" fill="none"><path d="M9.87268 9.29102H2.80252C1.47367 9.29102 0.396484 10.368 0.396484 11.6971V26.1505C0.396484 28.2764 2.11973 30 4.24592 30H8.42928C10.5555 30 12.2787 28.2765 12.2787 26.1505V11.6971C12.2787 10.368 11.2015 9.29102 9.87268 9.29102ZM6.3376 28.7552C6.00924 28.7552 5.7434 28.4896 5.7434 28.1613C5.7434 27.8333 6.00924 27.5672 6.3376 27.5672C6.66572 27.5672 6.93156 27.8333 6.93156 28.1613C6.93156 28.4896 6.66572 28.7552 6.3376 28.7552ZM4.80982 10.1964H7.8649C8.03693 10.1964 8.17633 10.3358 8.17633 10.5078C8.17633 10.6793 8.03693 10.8191 7.8649 10.8191H4.80982C4.63779 10.8191 4.49863 10.6793 4.49863 10.5078C4.49863 10.3358 4.63785 10.1964 4.80982 10.1964ZM1.75457 26.1505V12.1766H10.9207V26.1505C10.9207 26.306 10.9046 26.4576 10.8773 26.6051H1.79775C1.77062 26.4576 1.75457 26.306 1.75457 26.1505Z" fill="%230075C1"/><path d="M12.2006 6.18298L11.7773 7.18201C12.9903 7.69505 13.9543 8.69021 14.435 9.92232L15.4455 9.52746C14.8576 8.02382 13.6859 6.81257 12.2006 6.18298Z" fill="%230075C1"/><path d="M12.491 3.06519L12.1758 4.10317C14.7456 4.88312 16.7658 6.94134 17.502 9.53077L18.545 9.23417C17.7064 6.28802 15.4167 3.95534 12.491 3.06519Z" fill="%230075C1"/><path d="M12.8049 0L12.541 1.05234C16.496 2.04328 19.6093 5.19328 20.5496 9.16816L21.605 8.9182C20.5685 4.54594 17.1556 1.0926 12.8049 0Z" fill="%230075C1"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.8666666667vw;
    height: 8vw;
    bottom: 1.0666666667vw;
    left: 1.0666666667vw;
    margin: auto 0;
  }
  .tel__link__text.tel__link__text--num {
    display: none;
  }
  .tel__note__text {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
  .section__wrap--bg {
    padding-bottom: 10.6666666667vw;
  }
  .section__wrap--bg::after,
  .section__wrap--bg::before {
    width: 152.5333333333vw;
  }
  .section__wrap--bg::before {
    height: 32.5333333333vw;
  }
  .section__wrap--bg::after {
    height: 65.3333333333vw;
  }
  .section__inner {
    padding: 8vw 4vw 2.6666666667vw;
  }
  .section__content {
    padding: 0 4vw;
  }
  .section__content + .section__content {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .section__group {
    padding-top: 6.4vw;
  }
  .section__group__head {
    padding-bottom: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .section__group__head::after {
    border: 2.1333333333vw solid;
    border-color: transparent;
    border-top-color: #fff;
    margin-left: -2.1333333333vw;
  }
  .section__group__head__text {
    font-size: 5.3333333333vw;
  }
  .section__group__head__thumb {
    margin-top: 4.2666666667vw;
  }
  .section__group + .section__group {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .section__group .btn {
    margin-top: 4.2666666667vw;
  }
  .section__box {
    margin-top: 4.2666666667vw;
    padding: 6.4vw 4vw;
  }
  .section__box__thumb {
    margin-top: 6.4vw;
  }
  .section.section--mv .section__inner .btn {
    bottom: -5.3333333333vw;
    width: 84vw;
  }
  .section.section--intro .banner .banner_wrap .banner_inner .banner_oricon {
    margin: 0;
  }
  .section.section--cta .tel + .btn--block {
    margin-top: 4.2666666667vw;
  }
  .section.section--cta .accordion.personal-info {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
  .section.section--cta .accordion-body {
    font-size: 3.2vw;
  }
  .heading.heading--simple .heading__text--sub {
    font-size: 5.3333333333vw;
  }
  .heading.heading--simple .heading__text--main {
    font-size: 8.5333333333vw;
  }
  .heading.heading--simple .heading__text--top {
    font-size: 5.3333333333vw;
  }
  .heading.heading--simple .heading__text--bot {
    font-size: 4.2666666667vw;
    margin: 4.2666666667vw 0;
  }
  .heading.heading--lv3 .heading__text--main {
    font-size: 6.4vw;
  }
  .heading.heading--lv4 .heading__text--sub {
    font-size: 3.7333333333vw;
  }
  .heading.heading--lv4 .heading__text--main {
    font-size: 5.3333333333vw;
  }
  .heading.heading--deco .heading__head {
    gap: 5.0666666667vw;
  }
  .heading.heading--deco .heading__head--number {
    font-size: 17.3333333333vw;
  }
  .heading.heading--deco .heading__head--text {
    font-size: 4.8vw;
  }
  .heading.heading--deco .heading__balloon__inner {
    margin-top: 1.3333333333vw;
    margin-bottom: 5.6vw;
    width: 82.9333333333vw;
    min-height: 15.2vw;
  }
  .heading.heading--deco .heading__balloon__inner::before {
    width: 20px;
  }
  .heading.heading--deco .heading__balloon__inner::after {
    height: 3.4666666667vw;
  }
  .heading.heading--deco .heading__balloon__inner__box {
    margin: 1.3333333333vw 0 -2.1333333333vw 1.0666666667vw;
    padding: 3.4666666667vw 6.9333333333vw 4vw 5.6vw;
    width: 82.9333333333vw;
    min-height: 15.2vw;
  }
  .heading.heading--deco .heading__balloon__inner__box__text {
    font-size: 6.4vw;
    line-height: 1.2;
  }
  .heading + .section__content {
    padding-top: 6.4vw;
  }
  .heading + .lead__text {
    margin-top: 6.4vw;
  }
  .notes__contents:not(:first-child) {
    margin-top: 8.5333333333vw;
  }
  .notes__contents .notes__ttl {
    font-size: 3.7333333333vw;
  }
  .notes__list:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
  .notes__list .notes__list__item {
    font-size: 3.2vw;
  }
  .lead__text {
    font-size: 4.2666666667vw;
  }
  .lead__text + .lead__text {
    margin-top: 4.2666666667vw;
  }
  .example {
    margin-top: 6.4vw;
  }
  .example__caption__text {
    font-size: 4.2666666667vw;
  }
  .example__thumb {
    margin-top: 2.1333333333vw;
  }
  .banner {
    margin-top: 6.4vw;
  }
  .banner__item + .banner__item {
    margin-top: 6.4vw;
  }
  .message {
    margin-top: 4.2666666667vw;
  }
  .message__text.message__text + .message__text {
    margin-top: 2.1333333333vw;
  }
  .change__content + .change__content {
    padding-top: 12.8vw;
  }
  .change__content--after::before {
    top: 4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4.2666666667vw 4vw;
    border-top-color: currentColor;
  }
  .flow {
    margin-top: 6.4vw;
  }
  .flow__list__item--head {
    gap: 2.1333333333vw;
  }
  .flow__list__item--head__icon {
    padding: 2.4vw 2.6666666667vw 0.8vw;
  }
  .flow__list__item--head__icon--sub {
    font-size: 3.2vw;
  }
  .flow__list__item--head__icon--main {
    font-size: 6.1333333333vw;
    margin-top: -1.0666666667vw;
  }
  .flow__list__item--content {
    margin-top: 2.1333333333vw;
  }
  .flow__list__item--content__text {
    font-size: 3.7333333333vw;
  }
  .flow__list__item--content__text + .flow__list__item--content__flex {
    margin-top: 4.2666666667vw;
  }
  .flow__list__item--content__flex {
    gap: 2.1333333333vw;
  }
  .flow__list__item--content__flex .flow__list__item--content__thumb {
    width: 16vw;
  }
  .flow__list__item--content__flex .flow__list__item--content__checklist {
    width: 57.8666666667vw;
  }
  .flow__list__item--content__checklist__item {
    padding: 2.1333333333vw 2.6666666667vw;
  }
  .flow__list__item--content__checklist__item__text {
    font-size: 3.2vw;
    padding-left: 3.4666666667vw;
  }
  .flow__list__item--content__checklist__item__text::before {
    width: 2.4vw;
    height: 4.8vw;
  }
  .flow__list__item--content__checklist__item + .flow__list__item--content__checklist__item {
    margin-top: 2.1333333333vw;
  }
  .flow__list__item + .flow__list__item {
    padding-top: 12.8vw;
  }
  .flow__list__item + .flow__list__item::before {
    width: 3.4666666667vw;
    height: 4.8vw;
    top: 4.2666666667vw;
  }
  .cost__caption__text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .cost__table {
    margin-top: 2.1333333333vw;
  }
  .cost__table table {
    font-size: 3.2vw;
  }
  .cost__table__th {
    padding: 2.6666666667vw 3.2vw;
  }
  .cost__table__th--grade {
    width: 28vw;
  }
  .cost__table__th--sum {
    width: 64vw;
  }
  .cost__table__td {
    padding: 2.6666666667vw 3.2vw;
  }
  .modal_trigger_btn {
    bottom: 1.0666666667vw;
    right: 2.1333333333vw;
    width: 16vw;
    height: 16vw;
  }
  .modal_trigger_btn_icon {
    width: 8vw;
    height: 8vw;
  }
  .modal_trigger_btn_icon::before {
    width: 8vw;
    height: 8vw;
  }
  .modal_thumb.modal_thumb-scroll {
    overflow: scroll;
    margin-right: -5.8666666667vw;
  }
  .modal_thumb-scroll_image {
    display: flex;
    width: 575px;
    height: auto;
    padding-right: 5.8666666667vw;
  }
  .modal_area {
    margin-top: 4.2666666667vw;
  }
  .modal_link {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
  .modal_link::before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .lesson-intro_thumb + .lesson-intro_list {
    margin-top: 8vw;
  }
  .lesson-intro_list-item {
    font-size: 4.26666vw;
    padding-left: 5.3333333333vw;
  }
  .lesson-intro_list-item::before {
    width: 2.4vw;
    height: 4.8vw;
  }
  .lesson-step {
    margin-top: 8vw;
  }
  .lesson-step_list-item:not(:last-child) {
    padding-bottom: 12vw;
  }
  .lesson-step_list-item:not(:last-child)::after {
    height: 8vw;
    bottom: 4vw;
  }
  .lesson-step_list-item_icon {
    border-radius: 17.33333vw;
    width: 21.33333vw;
    height: 8vw;
  }
  .lesson-step_list-item_icon span {
    font-size: 5.33333vw;
  }
  .lesson-step_list-item_ttl {
    border-radius: 1.33333vw;
    font-size: 4.8vw;
    margin-top: 2.66666vw;
    padding: 2.13333vw 0;
  }
  .lesson-step_list-item_txt {
    font-size: 4.26666vw;
    margin-top: 2.66666vw;
  }
  .lesson-acc {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .lesson-acc_ttl {
    font-size: 4.26666vw;
    height: 12.26666vw;
    padding: 2.66666vw 0;
  }
  .lesson-acc_ttl::before {
    width: 5.33333vw;
  }
  .lesson-acc_ttl::after {
    height: 5.33333vw;
    right: 2.4vw;
    margin-top: -2.66666vw;
  }
  .lesson-acc_content {
    padding: 5.33333vw 4vw;
  }
  .lesson-acc-flow_list-item + .lesson-acc-flow_list-item {
    margin-top: 5.33333vw;
  }
  .lesson-acc-flow_list-item_icon {
    margin-bottom: 2.66666vw;
    width: 21.33333vw;
    height: 8vw;
  }
  .lesson-acc-flow_list-item_icon span {
    font-size: 5.33333vw;
  }
  .lesson-acc-flow_list-item_txt {
    font-size: 3.73333vw;
  }
  .lesson-acc-flow_list-item_txt + .lesson-acc-flow_list-item_txt {
    margin-top: 2.66666vw;
  }
  .lesson-acc-flow_list-item_thumb {
    margin-top: 2.66666vw;
    width: 34.66666vw;
  }
  .lesson-acc-flow_list-item .btn {
    width: 84vw;
  }
  .lesson-flow {
    margin-top: 5.33333vw;
  }
  .lesson-flow_list + .lesson-flow_list {
    margin-top: 4vw;
  }
  .lesson-flow_list-icon {
    width: 21.86666vw;
    height: 21.86666vw;
  }
  .lesson-flow_list-icon img {
    width: 11.46666vw;
  }
  .lesson-flow_list-icon_txt {
    font-size: 4.53333vw;
  }
  .lesson-flow_list:not(:last-child) .lesson-flow_list-icon::after {
    background-size: 2.13333vw 1.06666vw;
    height: calc(100% - 24.53333vw);
    top: 24.53333vw;
    left: 10.93333vw;
  }
  .lesson-flow_list-cont {
    width: 67.46666vw;
  }
  .lesson-flow_list-ttl {
    font-size: 4.8vw;
  }
  .lesson-flow_list-box {
    margin-top: 1.33333vw;
  }
  .lesson-flow_list-lead {
    font-size: 4.26666vw;
  }
  .lesson-flow_list-notes_item {
    font-size: 3.2vw;
    margin-top: 1.33333vw;
  }
  .lesson-flow_list-btn_list {
    margin-top: 2.66666vw;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link {
    padding: 2.1333333333vw 8vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link__text {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--cta .btn__link__text::after {
    right: 0;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link {
    padding: 2.1333333333vw 8vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link__text {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--follow .btn__link__text::after {
    right: 0;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link {
    padding: 2.1333333333vw 8vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link__text {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .lesson-flow_list-btn_list-item.btn.btn--simple .btn__link__text::after {
    right: 0;
  }
  .lesson-flow_list-btn_list-item + .lesson-flow_list-btn_list-item {
    margin-top: 2.66666vw;
  }
  .lesson-flow_list-thumb {
    margin: 4vw auto 0;
    width: 31.73333vw;
  }
  .review_list {
    margin: 5.33333vw -4vw 0;
    flex-direction: column;
    gap: 5.33333vw;
  }
  .review_list .slide-dots li {
    margin: 0 3.46666vw;
  }
  .review_list .slide-dots li button::before {
    width: 4vw;
    height: 4vw;
  }
  .review_list-item {
    border-radius: 2.13333vw;
    margin: 0 2vw;
    padding: 8vw 4vw;
  }
  .review_list-item_user-data_txt {
    font-size: 4.26666vw;
  }
  .review_list-item_cont {
    margin-top: 5.33333vw;
  }
  .review_list-item_txt {
    font-size: 4.26666vw;
  }
  .support-point {
    margin-top: 5.33333vw;
  }
  .support-point_list-item + .support-point_list-item {
    margin-top: 14.66666vw;
  }
  .support-point_list-item_ttl-icon {
    width: 10.66666vw;
    height: 10.66666vw;
    left: 0.8vw;
    top: -5.33333vw;
  }
  .support-point_list-item_ttl-icon span {
    font-size: 6.4vw;
  }
  .support-point_list-item_ttl-txt {
    font-size: 5.33333vw;
    padding: 1.6vw 0;
  }
  .support-point_list-item_cont {
    padding-top: 5.33333vw;
  }
  .support-point_list-item_cont-txt {
    font-size: 4.26666vw;
  }
  .support-point_list-item_cont-thumb {
    margin-top: 5.33333vw;
  }
  .support-point_list-item_2col {
    margin-top: 5.33333vw;
  }
  .support-point_list-item_2col-item_ttl {
    font-size: 4.26666vw;
    margin-bottom: 3.46666vw;
  }
  .support-point_list-item_2col-item_ttl span {
    font-size: 4.8vw;
  }
  .support-point_list-item_2col-item + .support-point_list-item_2col-item {
    margin-top: 5.33333vw;
  }
  .fee_lead {
    font-size: 4.26666vw;
  }
  .fee_thumb {
    margin-top: 4vw;
    padding: 0 2vw;
  }
  .fee_btn {
    margin-top: 4vw;
  }
  .fee_note {
    font-size: 2.66666vw;
    margin-top: 2.66666vw;
  }
  .link {
    font-size: 4.26666vw;
    padding: 0 3.2vw 0 1.33333vw;
  }
  .link::after {
    width: 1.6vw;
    height: 2.66666vw;
  }
  .link_area {
    margin-top: 5.33333vw !important;
  }
  .notes_list-item {
    font-size: 3.2vw;
  }
  .notes_list-item + .notes_list-item {
    margin-top: 2.66666vw;
  }
  .faq-acc_list {
    margin-top: 5.33333vw;
  }
  .zemi-kobetsu .faq-acc_item .faq-acc_ttl {
    padding-top: 2.66666vw;
    padding-bottom: 2.66666vw;
    padding-left: 9.06666vw;
    padding-right: 7.73333vw;
  }
  .faq-content__inner {
    padding-bottom: 10px;
  }
  .faq-acc_ttl::before {
    width: 5.33333vw;
  }
  .faq-acc_ttl::after {
    height: 5.33333vw;
    right: 2.4vw;
    margin-top: -2.66666vw;
  }
  .faq-acc_ttl-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .faq-acc_ttl-icon span {
    font-size: 3.73333vw;
  }
  .faq-acc_ttl-txt {
    font-size: 4.26666vw;
  }
  .faq-acc_content {
    /* margin-top: 2.66666vw; */
    padding-left: 9.06666vw;
    padding-right: 7.73333vw;
  }
  .faq-acc_content-icon {
    top: 0;
    width: 6.4vw;
    height: 6.4vw;
  }
  .faq-acc_content-icon span {
    font-size: 3.73333vw;
  }
  .faq-acc_content .notes_list {
    margin-top: 2.66666vw;
  }
  .faq-acc_txt {
    font-size: 4.26666vw;
  }
  .anchor__list {
    margin-top: 5.33333vw;
  }
  .anchor__list .cta {
    width: 28.533333vw;
    height: 17.07vw;
  }
  .anchor__list .cta a {
    font-size: 4.26667vw;
    padding-left: 5.6vw;
  }
  .anchor__list .cta a::after {
    width: 3.73333vw;
    height: 3.73333vw;
    bottom: 5.33333vw;
    right: 5.6vw;
  }
  .anchor__list .cta_wrap_text {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
  .tab-feature {
    margin-top: 10.667vw;
  }
  .tab-feature__btn-list::before {
    content: '';
    display: block;
    width: 100vw;
    height: 0.533vw;
    position: absolute;
    bottom: -0.533vw;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .tab-feature--goukaku .tab-feature__btn-list {
    border-bottom: 0.533vw solid #df0100;
  }
  .tab-feature--goukaku .tab-feature__btn-list::before {
    color: #df0100;
    background-color: #df0100;
  }
  .tab-feature--kobetsu .tab-feature__btn-list {
    border-bottom: 0.533vw solid #015fc3;
  }
  .tab-feature--kobetsu .tab-feature__btn-list::before {
    color: #015fc3;
    background-color: #015fc3;
  }
  .tab-feature--zemi-classsupport .tab-feature__btn-list {
    border-bottom: 0.533vw solid #019027;
  }
  .tab-feature--zemi-classsupport .tab-feature__btn-list::before {
    color: #019027;
    background-color: #019027;
  }
  .tab-feature__btn-item {
    font-size: 4.2666666667vw;
    width: 42.6666666667vw;
    min-height: 15.4666666667vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
  .tab-feature__btn-item:not(:last-child) {
    margin-right: 4.2666666667vw;
  }
  .tab-feature__btn-item.active::before {
    height: 2.333vw;
    left: 0;
    bottom: -1.333vw;
    z-index: 3;
  }
  .tab-feature--goukaku .tab-feature__btn-item.active {
    border: 0.533vw solid #df0100;
  }
  .tab-feature--kobetsu .tab-feature__btn-item.active {
    border: 0.533vw solid #015fc3;
  }
  .tab-feature--zemi-classsupport .tab-feature__btn-item.active {
    border: 0.533vw solid #019027;
  }
  .tab-feature__btn-item span {
    font-size: 3.7333333333vw;
  }
  .tab-feature__content-list {
    margin-top: 8vw;
  }
}
