@charset "UTF-8";
/* ==============================================
※※※※※※※※※※※※※※※※※※※※※
このcssファイルはSassから生成されています。
編集する際はSassファイルを編集してください。
※※※※※※※※※※※※※※※※※※※※※
=============================================== */
/* ----- header ----- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
}
.header.thanks {
  position: static;
}

.header__lay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120rem;
  height: 8rem;
  margin: 0 auto;
}

.logo {
  width: 14.3rem;
}

/* ----- fv ----- */
.fv {
  margin: 8rem 0 15vw;
  position: relative;
}

.fv__pic {
  width: 100%;
  height: 45vw;
}

.fv__ct {
  width: 63vw;
  height: 20vw;
  position: absolute;
  bottom: -10vw;
  left: 50%;
  transform: translateX(-50%);
}

/* ----- plan ----- */
.plan {
  padding: 12rem 0 4rem;
  background-image: url(../img/plan/plan_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.plan__20 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.plan__20::before {
  content: "";
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 44.4rem;
  height: 15.1rem;
  background-image: url(../img/plan/plan_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.plan__20 img {
  width: 6.3rem;
  margin: 0 0.5rem;
}

.plan__txt {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  margin-top: 4.3rem;
}

/* ----- worries ----- */
.worries-heading {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.2rem;
  padding: 5.9rem 0 8.2rem;
  background-color: #1e1e1e;
  letter-spacing: 0.05em;
  position: relative;
}
.worries-heading::before {
  content: "";
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.3rem;
  background-color: #fff;
}
.worries-heading span {
  font-size: 4.2rem;
  display: inline-block;
  margin-top: 2rem;
}

.worries {
  padding-top: 58.8rem;
  background: -moz-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
  background: -webkit-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
  background: linear-gradient(to bottom, #f0f0f1 80%, #fff 80.1%, #fff);
  position: relative;
}

.worries__items {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100.9rem;
}

.worries__item {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  width: 100%;
}
.worries__item span {
  font-size: 2.2rem;
  color: #d92e2e;
}

.worries__item--01 {
  top: 0;
  left: 10rem;
  background-image: url(../img/worries/worries_01.png);
  width: 47.5rem;
  height: 17.1rem;
  padding: 3.3rem 0 0 6.4rem;
}

.worries__item--02 {
  top: 18rem;
  right: 9.5rem;
  background-image: url(../img/worries/worries_02.png);
  width: 48.9rem;
  height: 9.7rem;
  padding: 0 0 0 2.5rem;
}

.worries__item--03 {
  top: 22rem;
  left: 0;
  background-image: url(../img/worries/worries_03.png);
  width: 39.5rem;
  height: 10.5rem;
  padding: 0 0 0 4rem;
}

.worries__item--04 {
  top: 31.6rem;
  right: 4.7rem;
  background-image: url(../img/worries/worries_04.png);
  width: 36.7rem;
  height: 12.7rem;
  padding: 0 0 0 4.5rem;
}

.worries__item--05 {
  top: 37rem;
  left: 12rem;
  background-image: url(../img/worries/worries_05.png);
  width: 46.1rem;
  height: 11rem;
  padding: 0 0 0 2.3rem;
}

.worries__item--06 {
  top: 49.3rem;
  right: 0;
  background-image: url(../img/worries/worries_06.png);
  width: 45.7rem;
  height: 16.4rem;
  padding: 2.5rem 0 0 8.5rem;
}

.worries__txt-wrap {
  padding: 48rem 0 8.4rem;
  background-image: url(../img/worries/worries_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.worries__txt-b {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}

.worries__txt-lg {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-top: 3rem;
}
.worries__txt-lg .yellow-line {
  line-height: 1;
}

.worries__txt {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #fff;
  width: 92rem;
  margin: 4rem auto 0;
}

@media (min-width: 1921px) {
  .worries__txt-wrap {
    padding: 28vw 0 6vw;
  }
  .worries__txt-lg {
    margin-top: 2vw;
  }
  .worries__txt {
    margin-top: 2vw;
  }
}
/* ----- example ----- */
.example {
  margin-top: 5rem;
  text-align: center;
}

.example .sub-ttl {
  width: 27rem;
}

.example .ttl {
  margin-top: 1.9rem;
}

.example__items {
  width: 105rem;
  display: flex;
  justify-content: space-between;
  margin: 5.7rem auto 0;
}

.example__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.example__item:nth-of-type(1) img {
  width: 19.2rem;
  height: 24.6rem;
}

.example__item:nth-of-type(2) img {
  width: 20.4rem;
  height: 27rem;
}

.example__item:nth-of-type(3) img {
  width: 20.7rem;
  height: 25.4rem;
}

.example__item-txt {
  font-size: 2rem;
  margin-top: 2.4rem;
  font-weight: 600;
}
.example__item-txt span {
  font-size: 2.6rem;
  display: inline-block;
  padding: 0.8rem 1rem;
  background-color: #0E5092;
  color: #fff;
  margin-top: 0.6rem;
}

.example__txt {
  margin-top: 7.9rem;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
.example__txt span {
  display: inline-block;
  font-size: 4.2rem;
  margin-top: 1.7rem;
}

.example__txt-sml {
  font-size: 2.2rem;
  margin-top: 3.6rem;
  font-weight: 600;
}

.cause {
  padding: 5.4rem 0 6.7rem;
  margin-top: 9.5rem;
  background-color: #EDF4FB;
  position: relative;
  font-weight: 600;
}
.cause::before {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8.2rem solid #EDF4FB;
  border-right: 12.25rem solid transparent;
  border-left: 12.25rem solid transparent;
}
.cause .circle {
  margin-top: 3.7rem;
}

.cause__heading {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 600;
}

.cause__txt {
  font-size: 3rem;
  letter-spacing: 0.03em;
}
.cause__txt span {
  font-size: 3.8rem;
  color: #2e83d9;
}

.cause__txt-sml {
  margin-top: 6.8rem;
  font-size: 2.2rem;
  line-height: 2;
}
.cause__txt-sml .cause__txt-lg {
  display: inline-block;
  font-size: 4rem;
}

/* ----- point ----- */
.point {
  padding: 8.5rem 0 8rem;
  background-image: url(../img/common/square_bg.png);
  background-repeat: repeat;
}

.point__items {
  width: 62rem;
  margin: 0 auto;
}

.point__item {
  margin-top: 16.3rem;
  border: 1px solid #2e83d9;
  background-color: #fff;
  padding: 26.4rem 4rem 4.5rem;
  position: relative;
}

.point__item-pic {
  position: absolute;
  top: -8.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 51.3rem;
  height: 31.7rem;
}
.point__item-pic span {
  position: absolute;
  top: -1.7rem;
  left: -2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #2e83d9;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
}

.point__item:nth-of-type(1) span {
  background-image: url(../img/point/point_num_01.png);
}

.point__item:nth-of-type(2) span {
  background-image: url(../img/point/point_num_02.png);
}

.point__item:nth-of-type(3) span {
  background-image: url(../img/point/point_num_03.png);
}

.point__item:nth-of-type(4) span {
  background-image: url(../img/point/point_num_04.png);
}

.point__item-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}
.point__item-ttl::before {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 1px;
  background-color: #2e83d9;
}

.point__item-txt {
  margin-top: 4.9rem;
  font-size: 1.8rem;
  line-height: 2;
}

/* ----- support ----- */
.system {
  background-color: #EDF4FB;
  padding: 5rem 0 8rem;
  text-align: center;
}

.system__txt {
  margin-top: 7.1rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.92;
}

.system__txt-lg {
  font-size: 3.8rem;
}

.system__ct {
  margin: 5.7rem auto 0;
  width: 124rem;
  padding-top: 64.2rem;
  position: relative;
}
.system__ct::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/support/support_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 64.4rem;
  height: 64.2rem;
  z-index: 2;
}

.system__ct-box {
  position: absolute;
  display: inline-block;
  width: 33rem;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1399px) {
  .system__ct-box {
    width: 30rem;
  }
}

.system__ct-box:nth-of-type(1) {
  top: 3rem;
  left: -1.5rem;
}
@media (max-width: 1399px) {
  .system__ct-box:nth-of-type(1) {
    left: 1.5rem;
  }
}

.system__ct-box:nth-of-type(2) {
  top: 3rem;
  right: -2rem;
}
@media (max-width: 1399px) {
  .system__ct-box:nth-of-type(2) {
    right: 2rem;
  }
}

.system__ct-box:nth-of-type(3) {
  bottom: -9rem;
  right: 10.5rem;
}
@media (max-width: 1399px) {
  .system__ct-box:nth-of-type(3) {
    bottom: -8rem;
    right: 13.5rem;
  }
}

.system__ct-txt {
  position: absolute;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #2e83d9;
  font-weight: 600;
  z-index: 3;
}

.system__ct-txt:nth-of-type(1) {
  top: 18rem;
  left: 36rem;
}

.system__ct-txt:nth-of-type(2) {
  top: 18rem;
  right: 35rem;
}

.system__ct-txt:nth-of-type(3) {
  bottom: 7rem;
  left: 56.1rem;
}

.system__txt-bot {
  padding: 3.5rem 0 2.5rem;
  margin: 13.2rem auto 0;
  width: 97.9rem;
  font-size: 2.8rem;
  line-height: 1.7;
  position: relative;
}
.system__txt-bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/support/support_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10rem;
  height: 10rem;
}
.system__txt-bot::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/support/support_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10rem;
  height: 10rem;
}

.system__txt-lg--blue {
  color: #2e83d9;
  font-size: 3.8rem;
}

.spt-ct {
  padding: 9rem 0 7rem;
}

.spt-ct__items {
  width: 65rem;
  margin: 8.4rem auto 0;
}

.spt-ct__item {
  border: 1px solid #2e83d9;
  background-color: #fff;
}
.spt-ct__item:not(:first-of-type) {
  margin-top: 6rem;
}

.spt-ct__item-pic {
  width: 100%;
  height: 38.1rem;
}

.spt-ct__item-info {
  padding: 2.3rem 4rem 4.5rem;
}

.spt-ct__item-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.spt-ct__item-ttl::before {
  content: "";
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: 1px;
  background-color: #2e83d9;
}

.spt-ct__item-ttl-lg {
  font-size: 3.2rem;
  line-height: 1.7;
  color: #2e83d9;
}

.spt-ct__item-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 5rem;
}

/* ----- service ----- */
.service-heading {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 600;
  padding: 3.3rem 0 3.6rem;
  background: -moz-linear-gradient(top, #656565, #1e1e1e);
  background: -webkit-linear-gradient(top, #656565, #1e1e1e);
  background: linear-gradient(to bottom, #656565, #1e1e1e);
}

.service__heading-lg {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(transparent 77%, #d92e2e 77%);
}

.service {
  padding: 11rem 0 8rem;
  background-image: url(../img/common/square_bg.png);
  background-repeat: repeat;
}

.service__items {
  width: 120rem;
  margin: 0 auto;
}

.service__item {
  display: flex;
  justify-content: space-between;
  margin-top: 13.3rem;
  padding: 4.9rem 5.4rem 5.5rem;
  min-height: 34.5rem;
  background: -moz-linear-gradient(top left, #edf4fb, #b0e3ff);
  background: -webkit-linear-gradient(top left, #edf4fb, #b0e3ff);
  background: linear-gradient(to bottom right, #edf4fb, #b0e3ff);
  position: relative;
}
.service__item::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service__item:nth-of-type(1)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_01.png);
  width: 11.5rem;
}
.service__item:nth-of-type(2)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_02.png);
  width: 12.1rem;
}
.service__item:nth-of-type(3)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_03.png);
  width: 12rem;
}
.service__item:nth-of-type(4)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_04.png);
  width: 12.5rem;
}
.service__item:nth-of-type(5)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_05.png);
  width: 12.3rem;
}
.service__item:nth-of-type(6)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_06.png);
  width: 12.3rem;
}
.service__item:nth-of-type(7)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_07.png);
  width: 12.4rem;
}
.service__item:nth-of-type(8)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_08.png);
  width: 12.2rem;
}
.service__item:nth-of-type(9)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_09.png);
  width: 12.3rem;
}
.service__item:nth-of-type(10)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_10.png);
  width: 12.2rem;
}
.service__item:nth-of-type(11)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_11.png);
  width: 12.3rem;
}
.service__item:nth-of-type(12)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_12.png);
  width: 12.2rem;
}
.service__item:nth-of-type(13)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_13.png);
  width: 12.3rem;
}
.service__item:nth-of-type(14)::before {
  right: 5.4rem;
  background-image: url(../img/service/service_num_14.png);
  width: 12.2rem;
}
.service__item:nth-of-type(15)::before {
  left: 5.4rem;
  background-image: url(../img/service/service_num_15.png);
  width: 12.3rem;
}
.service__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.service__item-pic {
  width: 44.7rem;
  position: relative;
}
.service__item-pic img {
  height: 27.6rem;
  position: absolute;
  top: -9.8rem;
  left: 0;
}

.service__item-info {
  width: 60.5rem;
}

.service__item-ttl {
  font-size: 2.4rem;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.service__item-ttl::before {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 0;
  width: 6rem;
  height: 1px;
  background-color: #2e83d9;
}

.service__item-txt {
  margin-top: 4.3rem;
  font-size: 2rem;
  line-height: 1.8;
}

/* ----- teacher ----- */
.teacher {
  padding: 8.4rem 0 5.3rem;
  background: -moz-linear-gradient(top, #fff 53.1%, #0E5092 53.2%);
  background: -webkit-linear-gradient(top, #fff 53.1%, #0E5092 53.2%);
  background: linear-gradient(to bottom, #fff 53.1%, #0E5092 53.2%);
}

.teacher__items {
  margin: 8.7rem auto 0;
  width: 105.6rem;
  display: flex;
  justify-content: space-between;
}

.teacher__item {
  width: 33.33%;
}

.teacher__item-info {
  padding: 2.9rem 2.5rem 0;
  color: #fff;
}

.teacher__item-name {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}
.teacher__item-name::before {
  content: "";
  position: absolute;
  bottom: -1.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 1px;
  background-color: #fff;
}

.teacher__item-txt {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-top: 3.5rem;
}

/* ----- school ----- */
.school {
  padding: 5.1rem 0 8rem;
  background-color: #EDF4FB;
}

.school .sub-ttl {
  width: 21rem;
  text-align: center;
}
.school .sub-ttl::before {
  left: -0.9rem;
}
.school .sub-ttl::after {
  right: 0;
}
.school .sub-ttl span::before {
  left: -2.1rem;
}
.school .sub-ttl span::after {
  right: -1.2rem;
}

.school .ttl {
  margin-top: 1.9rem;
}

.school__tb-sp {
  display: none;
}

.school__tb-pc {
  margin: 8.7rem auto 0;
  width: 84.7rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.school__tb-pc::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 27.4rem;
  width: 28rem;
  height: 77rem;
  border: 0.4rem solid #0E5092;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  z-index: 3;
}
.school__tb-pc::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 27.4rem;
  width: 28.8rem;
  height: 77.7rem;
  background-color: #fff;
  z-index: -1;
}
.school__tb-pc td {
  vertical-align: middle;
  padding: 2.5rem 0;
  position: relative;
  z-index: 2;
}

.school__td-blue {
  background-color: #0E5092;
  color: #fff;
  width: 27.4rem;
  font-size: 2.3rem;
  font-weight: 600;
}
.school__td-blue.bt {
  border-top: 1px solid #fff;
}

.school__td-white,
.school__td-gray {
  background-color: #fff;
  width: 28.5rem;
  font-size: 2.1rem;
}
.school__td-white.bt,
.school__td-gray.bt {
  border-top: 1px solid #e6e6e6;
}

.school__td-white {
  font-weight: 600;
  color: #0E5092;
}

.school__td-gray.br {
  border-right: 1px solid #e6e6e6;
}
.school__td-gray.bb {
  border-bottom: 1px solid #e6e6e6;
}

.school__tr-header .school__td-blue {
  empty-cells: hide;
  background-color: transparent;
}
.school__tr-header .school__td-white {
  padding: 0 0 2rem;
}
.school__tr-header .school__td-white img {
  width: 19.4rem;
  height: 5.5rem;
}
.school__tr-header .school__td-gray {
  padding: 1rem 0;
  background-color: #d1d1d1;
  font-weight: 600;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.school__txt {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 7.3rem;
}

.school__txt-blue-box {
  font-size: 3.3rem;
  padding: 2rem 3.1rem;
  background-color: #0E5092;
  color: #fff;
  display: inline-block;
  margin-top: 1.5rem;
}

/* ----- evt ----- */
.evt {
  padding-top: 6.2rem;
  text-align: center;
}

.evt__txt {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

.evt__txt-inner {
  display: inline-block;
  margin-top: 3rem;
}

.evt__ct {
  margin-top: 5.2rem;
  padding: 5.4rem 0 8.4rem;
  background-image: url(../img/common/square_bg.png);
  background-repeat: repeat;
}

.evt__items {
  margin: 11.2rem auto 0;
  width: 118rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.evt__item {
  font-size: 3.4rem;
  padding: 1.4rem 1.8rem;
  margin: 0 1.6rem;
  font-weight: 600;
  min-width: 19.6rem;
  border: 1px solid #8ac5f7;
  background-color: #fff;
  position: relative;
}
.evt__item:nth-of-type(n + 6) {
  margin-top: 4.5rem;
}
.evt__item::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: -1.6rem;
  background-image: url(../img/common/ico_sakura.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 4.1rem;
  height: 3.9rem;
}

.evt__txt-sml {
  font-size: 2.2rem;
  margin-top: 6.2rem;
  font-weight: 600;
}

/* ----- course ----- */
.course {
  padding: 5.4rem 0 47.6rem;
  background-color: #f0f0f1;
}

.course__items {
  width: 115rem;
  margin: 8.7rem auto 0;
}

.course__item {
  position: relative;
}
.course__item:not(:first-of-type) {
  margin-top: 45.3rem;
}

.course__item-pic {
  width: 51.3rem;
  height: 31.7rem;
}

.course__item-info {
  position: absolute;
  top: 23rem;
  right: 0;
  width: 73.9rem;
  padding: 4.7rem 5rem 4.3rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
}

.course__item-ttl {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #7cbef7;
}

.course__item-ttl-sml {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 2.2rem;
}
.course__item-ttl-sml:nth-of-type(2) {
  margin-top: 3.6rem;
}

.course__item-txt {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-top: 1.4rem;
}

.course__item-lists {
  display: flex;
  flex-wrap: wrap;
}

.course__item-list {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5rem 3rem 0 0;
  display: flex;
  align-items: center;
}
.course__item-list::before {
  content: "";
  background-image: url(../img/common/ico_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 1.23rem;
  height: 0.91rem;
  margin: 0 0.5rem 0 0;
}

/* ----- voice ----- */
.voice {
  padding: 8.4rem 0 8.55rem;
  background-color: #EDF4FB;
}

.voice__items {
  width: 86.2rem;
  margin: 21.2rem auto 0;
}

.voice__item {
  padding: 1.2rem 5rem 5rem;
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.16);
  position: relative;
}
.voice__item:not(:first-of-type) {
  margin-top: 20.5rem;
}

.voice__item-ttl-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2e83d9;
  padding-bottom: 1rem;
}
.voice__item-ttl-wrap img {
  width: 8.8rem;
  height: 8.8rem;
}

.voice__item-ttl {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
}
.voice__item-ttl span {
  font-size: 3.2rem;
  color: #2e83d9;
}

.voice__item-pic {
  position: absolute;
  top: -12.5rem;
  right: 5rem;
  width: 29.8rem;
  height: 21rem;
}

.voice__item-txt {
  font-size: 1.8rem;
  line-height: 1.88;
  margin-top: 2.5rem;
}

.voice__txt {
  text-align: center;
  margin-top: 10rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.64;
}

.voice__txt-n {
  text-align: center;
  margin-top: 3.5rem;
  font-size: 2.2rem;
  line-height: 1.64;
  font-family: "Noto Serif JP", serif;
}

.voice__txt-lg {
  text-align: center;
  margin-top: 3.5rem;
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif;
}

/* ----- flow ----- */
.flow {
  padding: 10.4rem 0 10rem;
}

.flow__items {
  margin: 8.7rem auto 0;
  width: 95.9rem;
}

.flow__item {
  display: flex;
  padding: 4.3rem 0;
  border-top: 1px solid #2e83d9;
}
.flow__item:last-of-type {
  border-bottom: 1px solid #2e83d9;
}

.step {
  width: 4.86rem;
}

.step__bg {
  display: none;
}

.flow__item-info-flex {
  display: flex;
  justify-content: space-between;
  margin-left: 6.7rem;
  max-width: 84.2rem;
  width: 100%;
}

.flow__item-info {
  width: 49.6rem;
}

.flow__item-ttl {
  font-size: 2.2rem;
  font-weight: 600;
}

.flow__item-txt {
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 1.9rem;
}

.flow__item-btn {
  display: inline-block;
  padding: 1.9rem 2.9rem;
  margin-top: 1.7rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  border-radius: 2.9rem;
  background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
  background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
  background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .flow__item-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.flow__item-pic {
  width: 27.6rem;
  height: 17.1rem;
}

/* ----- probability ----- */
.probability {
  padding: 5.3rem 0 6rem;
  background: -moz-linear-gradient(top, #0e5092, #072849);
  background: -webkit-linear-gradient(top, #0e5092, #072849);
  background: linear-gradient(to bottom, #0e5092, #072849);
  text-align: center;
}

.probability__txt {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
}

.probability__pic {
  width: 24.2rem;
  margin: 1.6rem auto 0;
}

.probability__btn {
  display: block;
  font-size: 3.4rem;
  font-weight: 600;
  color: #1e1e1e;
  background-color: #fff;
  width: 69rem;
  padding: 3.4rem 0;
  margin: 5rem auto 0;
  border-radius: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .probability__btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.probability__btn span {
  color: #0E5092;
}

/* ----- faq ----- */
.faq {
  padding: 10.4rem 0 8rem;
  background-color: #f0f0f1;
}

.faq__ct {
  width: 90rem;
  margin: 8.7rem auto 0;
}

.faq__ttl-wrap {
  background-color: #fff;
  padding: 2.9rem 0 3.5rem;
  margin-bottom: 4rem;
  cursor: pointer;
}
.faq__ttl-wrap:last-of-type {
  margin-bottom: 0;
}

.faq__ttl-item {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  padding: 0 9rem 0 2rem;
  position: relative;
}

.faq__ttl--q {
  font-size: 2.6rem;
  margin-right: 1rem;
  color: #2e83d9;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.faq__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.faq__txt-wrap {
  display: flex;
  align-items: flex-start;
  padding: 4.3rem 3rem 0 2rem;
}

.faq__txt--a {
  font-size: 2.6rem;
  margin-right: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.faq__txt {
  font-size: 1.8rem;
  line-height: 1.67;
}

/* accordion */
.faq__ttl-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(../img/common/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.8rem;
  height: 1.1rem;
  transition: all 0.3s;
}

.faq__ttl-item.is-active::before {
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s;
}

/* ----- location ----- */
.location {
  padding: 8.4rem 0 10rem;
}

.map {
  width: 120rem;
  height: 30rem;
  margin: 8.7rem auto 0;
}
.map iframe {
  width: 120rem;
  height: 30rem;
}

.location__txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 3rem;
}

.station {
  display: flex;
  justify-content: center;
}

.station__box {
  display: inline-block;
  border: 1px solid #2e83d9;
  padding: 3.5rem 3rem 3rem;
  margin-top: 4.6rem;
  position: relative;
}

.station__ttl {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 0;
  background-color: #fff;
  width: 25rem;
  text-align: center;
}
.station__ttl::before, .station__ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/ico_station.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.5rem;
  height: 2rem;
}
.station__ttl::before {
  left: 1.5rem;
}
.station__ttl::after {
  right: 1.5rem;
}

.station__item {
  font-size: 1.8rem;
  line-height: 1.8;
}
.station__item .blank {
  display: none;
}

/* ----- location ----- */
.consultation {
  padding: 10.4rem 0 10rem;
}

.detail {
  display: flex;
  justify-content: center;
}

.detail__box {
  display: inline-block;
  width: 84.4rem;
  border: 1px solid #2e83d9;
  padding: 4.7rem 3rem 3.3rem;
  margin-top: 6.9rem;
  position: relative;
}

.detail__ttl {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  font-weight: 600;
  padding: 1rem 0;
  background-color: #fff;
  width: 26.6rem;
  text-align: center;
  color: #2e83d9;
}

.detail__txt {
  font-size: 1.8rem;
  line-height: 1.78;
}

.video {
  width: 84.4rem;
  height: 47.2rem;
  margin: 5rem auto 0;
}
.video iframe {
  width: 84.4rem;
  height: 47.2rem;
}

/* ----- contact ----- */
.contact {
  padding: 5.4rem 0 12rem;
  background-color: #EDF4FB;
}

.form {
  width: 84.4rem;
  margin: 8.7rem auto 0;
}

.error-ttl {
  font-size: 1.8rem;
  text-align: center;
  color: red;
  font-weight: 600;
}

.form-item {
  display: flex;
  align-items: center;
  padding: 3.1rem 1.1rem;
  position: relative;
}
.form-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  transform: scale(0.5);
  background-color: #2e83d9;
}
.form-item .error {
  position: absolute;
  bottom: 2rem;
  left: 1.1rem;
  font-size: 1.4rem;
  color: red;
}

.form-label {
  font-size: 2rem;
  font-weight: 600;
  width: 38.6rem;
  display: flex;
  align-items: center;
}

.required {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  background-color: #d92e2e;
  font-size: 1.4rem;
  color: #fff;
  margin-left: 1rem;
}

.radio-label {
  font-size: 1.8rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.radio-label.mr {
  margin-right: 5rem;
}

input[type=radio].radio-part {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin: -0.4rem 0.5rem 0 0;
  position: relative;
}

input[type=radio].radio-part:checked {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2e83d9;
  border: 0.3rem solid #fff;
  box-shadow: 0 0 0 0.1rem #d1d1d1;
}

.form-part,
.radio-items {
  width: 43.8rem;
}

.form-part,
input[type=text].form-part,
input[type=email].form-part,
input[type=number].form-part {
  height: 4.4rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-part::placeholder,
input[type=text].form-part::placeholder,
input[type=email].form-part::placeholder,
input[type=number].form-part::placeholder {
  font-size: 1.8rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #d1d1d1;
}

.select-arrow {
  position: relative;
}
.select-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/common/ico_arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.5rem;
  height: 0.75rem;
  pointer-events: none;
}

div.ui-datepicker {
  font-size: 2rem;
}

.form-info {
  width: 100%;
  text-align: center;
  border: 1px solid #2e83d9;
  margin-top: 4rem;
  padding: 3.2rem 0 2.8rem;
  display: flex;
  justify-content: center;
}

.form-info__ttl {
  font-size: 2rem;
  font-weight: 600;
}

.privacy-item {
  margin-top: 2.5rem;
}
.privacy-item .error {
  font-size: 1.4rem;
  color: red;
  text-align: center;
  margin-bottom: 1rem;
}

.privacy-label {
  font-size: 1.8rem;
}

input[type=checkbox].privacy-part {
  border-radius: 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin: -0.4rem 0.5rem 0 0;
  position: relative;
}

input[type=checkbox].privacy-part:checked {
  border-radius: 0.2rem;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

input[type=checkbox].privacy-part:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.35rem;
  height: 1rem;
  background-image: url(../img/common/ico_check_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-info__txt {
  margin-top: 3.4rem;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}
.form-info__txt a {
  color: #d92e2e;
  text-decoration: underline;
}

.form-btn {
  margin: 8rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69rem;
  height: 10rem;
  border-radius: 5rem;
  background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
  background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
  background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .form-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.form-btn-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 600;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

/* ----- footer ----- */
.footer {
  background-color: #2e83d9;
  padding: 2.2rem 0;
  text-align: center;
}

.copy {
  font-size: 1.4rem;
  color: #fff;
}

/* ----- thanks page ----- */
.thanks-inner {
  max-width: 108rem;
  width: 100%;
  margin: 10rem auto 0;
  padding: 0 2rem;
}

.thanks-txt {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 5rem;
  word-break: break-all;
}

.thanks-link {
  display: block;
  font-size: 2rem;
  margin: 5rem auto 12rem;
}
@media (min-width: 1280px) {
  .thanks-link:hover {
    text-decoration: underline;
  }
}

/* ------------------------------------------
/* tablet
/* ------------------------------------------ */
@media (max-width: 1279px) {
  /* ----- header ----- */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  }
  .header__lay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .logo {
    width: 14.3rem;
  }
  /* ----- fv ----- */
  .fv {
    margin: 8rem 0 20vw;
    position: relative;
  }
  .fv__pic {
    width: 100%;
    height: 45vw;
  }
  .fv__ct {
    width: 80vw;
    height: 25.7vw;
    position: absolute;
    bottom: -16vw;
    left: 50%;
    transform: translateX(-50%);
  }
  /* ----- plan ----- */
  .plan {
    padding: 12rem 0 4rem;
    background-image: url(../img/plan/plan_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .plan__20 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  .plan__20::before {
    content: "";
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 44.4rem;
    height: 15.1rem;
    background-image: url(../img/plan/plan_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .plan__20 img {
    width: 6.3rem;
    margin: 0 0.5rem;
  }
  .plan__txt {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
    margin-top: 4.3rem;
  }
  /* ----- worries ----- */
  .worries-heading {
    font-size: 3.2rem;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 3.2rem;
    padding: 5.9rem 0 8.2rem;
    background-color: #1e1e1e;
    letter-spacing: 0.05em;
    position: relative;
  }
  .worries-heading::before {
    content: "";
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 0.3rem;
    background-color: #fff;
  }
  .worries-heading span {
    font-size: 4.2rem;
    display: inline-block;
    margin: 2rem 0 2rem;
  }
  .worries {
    padding-top: 58.8rem;
    background: -moz-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
    background: -webkit-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
    background: linear-gradient(to bottom, #f0f0f1 80%, #fff 80.1%, #fff);
    position: relative;
  }
  .worries__items {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100.9rem;
    background-color: #fff;
  }
  .worries__item {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
  }
  .worries__item span {
    font-size: 1.8rem;
    color: #d92e2e;
  }
  .worries__item--01 {
    top: 0;
    left: 16rem;
    background-image: url(../img/worries/worries_01.png);
    width: 42.5rem;
    height: 15.1rem;
    padding: 3.3rem 0 0 6.4rem;
  }
  .worries__item--02 {
    top: 16rem;
    right: 14.5rem;
    background-image: url(../img/worries/worries_02.png);
    width: 38.9rem;
    height: 7.7rem;
    padding: 0 0 0 2.5rem;
  }
  .worries__item--03 {
    top: 22rem;
    left: 13rem;
    background-image: url(../img/worries/worries_03.png);
    width: 34.5rem;
    height: 8.7rem;
    padding: 0 0 0 4rem;
  }
  .worries__item--04 {
    top: 31.6rem;
    right: 14.7rem;
    background-image: url(../img/worries/worries_04.png);
    width: 31.7rem;
    height: 8.7rem;
    padding: 0 0 0 4.5rem;
  }
  .worries__item--05 {
    top: 37rem;
    left: 15rem;
    background-image: url(../img/worries/worries_05.png);
    width: 37.1rem;
    height: 8.9rem;
    padding: 0 0 0 2.3rem;
  }
  .worries__item--06 {
    top: 45.3rem;
    right: 13rem;
    background-image: url(../img/worries/worries_06.png);
    width: 39.7rem;
    height: 13.4rem;
    padding: 2.5rem 0 0 8.5rem;
  }
  .worries__txt-wrap {
    padding: 52rem 0 8.4rem;
    background-image: url(../img/worries/worries_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .worries__txt-b {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin-top: 6rem;
  }
  .worries__txt-lg {
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    margin-top: 2rem;
    line-height: 1.5;
  }
  .worries__txt-lg .yellow-line {
    line-height: 1;
  }
  .worries__txt {
    font-size: 2.2rem;
    line-height: 1.8;
    color: #fff;
    width: 95%;
    margin: 4rem auto 0;
  }
  /* ----- example ----- */
  .example {
    margin-top: 5rem;
    text-align: center;
  }
  .example .sub-ttl {
    width: 27rem;
  }
  .example .ttl {
    margin-top: 1.9rem;
  }
  .example__items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 5.7rem auto 0;
  }
  .example__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .example__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .example__item:nth-of-type(1) img {
    width: 19.2rem;
    height: 24.6rem;
  }
  .example__item:nth-of-type(2) img {
    width: 20.4rem;
    height: 27rem;
  }
  .example__item:nth-of-type(3) img {
    width: 20.7rem;
    height: 25.4rem;
  }
  .example__item-txt {
    font-size: 2rem;
    margin-top: 2.4rem;
    font-weight: 600;
  }
  .example__item-txt span {
    font-size: 2.6rem;
    display: inline-block;
    padding: 0.8rem 1rem;
    background-color: #0E5092;
    color: #fff;
    margin-top: 0.6rem;
  }
  .example__txt {
    margin-top: 7.9rem;
    font-size: 3.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
  }
  .example__txt span {
    display: inline;
    font-size: 4.2rem;
    margin-top: 0;
  }
  .example__txt-sml {
    font-size: 2.2rem;
    margin-top: 3.6rem;
    font-weight: 600;
  }
  .cause {
    padding: 5.4rem 0 6.7rem;
    margin-top: 9.5rem;
    background-color: #EDF4FB;
    position: relative;
    font-weight: 600;
  }
  .cause::before {
    content: "";
    position: absolute;
    bottom: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8.2rem solid #EDF4FB;
    border-right: 12.25rem solid transparent;
    border-left: 12.25rem solid transparent;
  }
  .cause .circle {
    margin-top: 3.7rem;
  }
  .cause__heading {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.2rem;
    font-weight: 600;
  }
  .cause__txt {
    font-size: 3rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .cause__txt span {
    font-size: 3.8rem;
    color: #2e83d9;
  }
  .cause__txt-sml {
    margin-top: 6.8rem;
    font-size: 2.2rem;
    line-height: 2;
  }
  .cause__txt-sml .cause__txt-lg {
    display: inline-block;
    font-size: 4rem;
  }
  /* ----- point ----- */
  .point {
    padding: 8.5rem 0 8rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .point__items {
    width: 62rem;
    margin: 0 auto;
  }
  .point__item {
    margin-top: 16.3rem;
    border: 1px solid #2e83d9;
    background-color: #fff;
    padding: 26.4rem 4rem 4.5rem;
    position: relative;
  }
  .point__item-pic {
    position: absolute;
    top: -8.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 51.3rem;
    height: 31.7rem;
  }
  .point__item-pic span {
    position: absolute;
    top: -1.7rem;
    left: -2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #2e83d9;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  }
  .point__item:nth-of-type(1) span {
    background-image: url(../img/point/point_num_01.png);
  }
  .point__item:nth-of-type(2) span {
    background-image: url(../img/point/point_num_02.png);
  }
  .point__item:nth-of-type(3) span {
    background-image: url(../img/point/point_num_03.png);
  }
  .point__item:nth-of-type(4) span {
    background-image: url(../img/point/point_num_04.png);
  }
  .point__item-ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
  }
  .point__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .point__item-txt {
    margin-top: 4.9rem;
    font-size: 1.8rem;
    line-height: 2;
  }
  /* ----- support ----- */
  .system {
    background-color: #EDF4FB;
    padding: 5rem 0 8rem;
    text-align: center;
  }
  .system__txt {
    margin-top: 7.1rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.92;
  }
  .system__txt-lg {
    font-size: 3.8rem;
  }
  .system__ct {
    margin: 18rem auto 0;
    width: 76.8rem;
    padding-top: 90rem;
    position: relative;
  }
  .system__ct::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/support/support_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 73.8rem;
    height: 83.4rem;
    z-index: 2;
  }
  .system__ct-box {
    position: absolute;
    display: inline-block;
    width: 33rem;
    padding: 2rem 2rem 2.5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
  }
  /* ----- service ----- */
  /* ----- teacher ----- */
  /* ----- school ----- */
  /* ----- evt ----- */
  /* ----- course ----- */
  /* ----- voice ----- */
  /* ----- flow ----- */
  /* ----- probability ----- */
  /* ----- faq ----- */
  /* accordion */
  /* ----- location ----- */
  /* ----- location ----- */
  /* ----- contact ----- */
  /* ----- footer ----- */
}
@media (max-width: 1279px) and (max-width: 1399px) {
  .system__ct-box {
    width: 30rem;
  }
}
@media (max-width: 1279px) {
  .system__ct-box:nth-of-type(1) {
    top: -10rem;
    left: 4rem;
  }
  .system__ct-box:nth-of-type(2) {
    top: -10rem;
    right: 4rem;
  }
  .system__ct-box:nth-of-type(3) {
    bottom: -9rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .system__ct-txt {
    position: absolute;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #2e83d9;
    font-weight: 600;
    z-index: 3;
  }
  .system__ct-txt:nth-of-type(1) {
    top: 21rem;
    left: 9.5rem;
  }
  .system__ct-txt:nth-of-type(2) {
    top: 21rem;
    right: 6.6rem;
  }
  .system__ct-txt:nth-of-type(3) {
    bottom: 21.5rem;
    left: 31.6rem;
  }
  .system__txt-bot {
    padding: 3.5rem 0 2.5rem;
    margin: 13.2rem auto 0;
    width: 69.2rem;
    font-size: 2.8rem;
    line-height: 1.7;
    position: relative;
  }
  .system__txt-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/support/support_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10rem;
    height: 10rem;
  }
  .system__txt-bot::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/support/support_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10rem;
    height: 10rem;
  }
  .system__txt-lg--blue {
    color: #2e83d9;
    font-size: 3.8rem;
  }
  .spt-ct {
    padding: 9rem 0 7rem;
  }
  .spt-ct__items {
    width: 65rem;
    margin: 8.4rem auto 0;
  }
  .spt-ct__item {
    border: 1px solid #2e83d9;
    background-color: #fff;
  }
  .spt-ct__item:not(:first-of-type) {
    margin-top: 6rem;
  }
  .spt-ct__item-pic {
    width: 100%;
    height: 38.1rem;
  }
  .spt-ct__item-info {
    padding: 2.3rem 4rem 4.5rem;
  }
  .spt-ct__item-ttl {
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .spt-ct__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .spt-ct__item-ttl-lg {
    font-size: 3.2rem;
    line-height: 1.7;
    color: #2e83d9;
  }
  .spt-ct__item-txt {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 5rem;
  }
  .service-heading {
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    line-height: 1.7;
    font-weight: 600;
    padding: 3.3rem 0 3.6rem;
    background: -moz-linear-gradient(top, #656565, #1e1e1e);
    background: -webkit-linear-gradient(top, #656565, #1e1e1e);
    background: linear-gradient(to bottom, #656565, #1e1e1e);
  }
  .service__heading-lg {
    font-size: 3.8rem;
    font-family: "Noto Serif JP", serif;
    background: linear-gradient(transparent 77%, #d92e2e 77%);
  }
  .service {
    padding: 11rem 0 8rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .service__items {
    width: 70.8rem;
    margin: 0 auto;
  }
  .service__item {
    display: block;
    margin-top: 13.3rem;
    padding: 4.9rem 5.4rem 5.5rem;
    min-height: 34.5rem;
    background: -moz-linear-gradient(top left, #edf4fb, #b0e3ff);
    background: -webkit-linear-gradient(top left, #edf4fb, #b0e3ff);
    background: linear-gradient(to bottom right, #edf4fb, #b0e3ff);
    position: relative;
  }
  .service__item::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .service__item:nth-of-type(1)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_01.png);
    width: 11.5rem;
  }
  .service__item:nth-of-type(2)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_02.png);
    width: 12.1rem;
  }
  .service__item:nth-of-type(3)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_03.png);
    width: 12rem;
  }
  .service__item:nth-of-type(4)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_04.png);
    width: 12.5rem;
  }
  .service__item:nth-of-type(5)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_05.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(6)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_06.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(7)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_07.png);
    width: 12.4rem;
  }
  .service__item:nth-of-type(8)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_08.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(9)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_09.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(10)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_10.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(11)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_11.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(12)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_12.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(13)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_13.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(14)::before {
    right: auto;
    left: 5.4rem;
    background-image: url(../img/service/service_num_14.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(15)::before {
    left: 5.4rem;
    background-image: url(../img/service/service_num_15.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(odd) {
    flex-direction: row;
  }
  .service__item-pic {
    width: 100%;
    position: static;
  }
  .service__item-pic img {
    height: 100%;
    position: static;
  }
  .service__item-info {
    width: 100%;
  }
  .service__item-ttl {
    font-size: 2.4rem;
    line-height: 1.45;
    font-family: "Noto Serif JP", serif;
    margin-top: 3.5rem;
    position: relative;
  }
  .service__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -2.3rem;
    left: 0;
    width: 6rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .service__item-txt {
    margin-top: 4.3rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .teacher {
    padding: 8.4rem 0 0;
    background: none;
  }
  .teacher__items {
    margin: 8.7rem auto 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .teacher__item {
    width: 100%;
  }
  .teacher__item:not(:first-of-type) {
    margin-top: 5rem;
  }
  .teacher__item-pic {
    width: 38.4rem;
    height: 37.1rem;
    margin: 0 auto;
  }
  .teacher__item-info {
    padding: 2.9rem 5rem 3rem;
    margin-top: -3.8rem;
    color: #fff;
    background-color: #0E5092;
  }
  .teacher__item:nth-of-type(1) .teacher__item-info {
    margin-top: -3.1rem;
  }
  .teacher__item:nth-of-type(2) .teacher__item-info {
    margin-top: -3rem;
  }
  .teacher__item:nth-of-type(3) .teacher__item-info {
    margin-top: -3.3rem;
  }
  .teacher__item-name {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    position: relative;
  }
  .teacher__item-name::before {
    content: "";
    position: absolute;
    bottom: -1.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 1px;
    background-color: #fff;
  }
  .teacher__item-txt {
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 3.5rem;
  }
  .school {
    padding: 5.1rem 0 8rem;
    background-color: #EDF4FB;
  }
  .school .sub-ttl {
    width: 21rem;
    text-align: center;
  }
  .school .sub-ttl::before {
    left: -0.9rem;
  }
  .school .sub-ttl::after {
    right: 0;
  }
  .school .sub-ttl span::before {
    left: -2.1rem;
  }
  .school .sub-ttl span::after {
    right: -1.2rem;
  }
  .school .ttl {
    margin-top: 1.9rem;
  }
  .school__tb-sp {
    display: none;
  }
  .school__tb-pc-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 5rem;
    margin: 5rem auto 0;
  }
  .school__tb-pc {
    margin: 0 auto 0;
    width: 84.7rem;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow-y: auto;
  }
  .school__tb-pc::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 27.4rem;
    width: 28rem;
    height: 77rem;
    border: 0.4rem solid #0E5092;
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
    z-index: 3;
  }
  .school__tb-pc::after {
    content: "";
    position: absolute;
    top: -2rem;
    left: 27.4rem;
    width: 28.8rem;
    height: 77.7rem;
    background-color: #fff;
    z-index: -1;
  }
  .school__tb-pc td {
    vertical-align: middle;
    padding: 2.5rem 0;
    position: relative;
    z-index: 2;
  }
  .school__td-blue {
    background-color: #0E5092;
    color: #fff;
    width: 27.4rem;
    font-size: 2.3rem;
    font-weight: 600;
  }
  .school__td-blue.bt {
    border-top: 1px solid #fff;
  }
  .school__td-white,
  .school__td-gray {
    background-color: #fff;
    width: 28.5rem;
    font-size: 2.1rem;
  }
  .school__td-white.bt,
  .school__td-gray.bt {
    border-top: 1px solid #e6e6e6;
  }
  .school__td-white {
    font-weight: 600;
    color: #0E5092;
  }
  .school__td-gray.br {
    border-right: 1px solid #e6e6e6;
  }
  .school__td-gray.bb {
    border-bottom: 1px solid #e6e6e6;
  }
  .school__tr-header .school__td-blue {
    empty-cells: hide;
    background-color: transparent;
  }
  .school__tr-header .school__td-white {
    padding: 0 0 2rem;
  }
  .school__tr-header .school__td-white img {
    width: 19.4rem;
    height: 5.5rem;
  }
  .school__tr-header .school__td-gray {
    padding: 1rem 0;
    background-color: #d1d1d1;
    font-weight: 600;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
  }
  .school__txt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 7.3rem;
  }
  .school__txt-blue-box {
    font-size: 3.3rem;
    padding: 2rem 3.1rem;
    background-color: #0E5092;
    color: #fff;
    display: inline-block;
    margin-top: 1.5rem;
  }
  .evt {
    padding-top: 6.2rem;
    text-align: center;
  }
  .evt__txt {
    font-size: 4.2rem;
    font-family: "Noto Serif JP", serif;
  }
  .evt__txt-inner {
    display: inline-block;
    margin-top: 3rem;
  }
  .evt__ct {
    margin-top: 5.2rem;
    padding: 5.4rem 0 8.4rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .evt__items {
    margin: 11.2rem auto 0;
    width: 76.8rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .evt__item {
    font-size: 3.4rem;
    padding: 1.4rem 1.8rem;
    margin: 0 1.6rem;
    font-weight: 600;
    min-width: none;
    width: 20.8rem;
    border: 1px solid #8ac5f7;
    position: relative;
  }
  .evt__item:nth-of-type(n + 4) {
    margin-top: 3.2rem;
  }
  .evt__item::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1.6rem;
    background-image: url(../img/common/ico_sakura.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 4.1rem;
    height: 3.9rem;
  }
  .evt__txt-sml {
    font-size: 2.2rem;
    margin-top: 6.2rem;
    font-weight: 600;
  }
  .course {
    padding: 5.4rem 0 6rem;
    background-color: #f0f0f1;
  }
  .course__items {
    width: 70rem;
    margin: 6.7rem auto 0;
  }
  .course__item {
    position: relative;
  }
  .course__item:not(:first-of-type) {
    margin-top: 5rem;
  }
  .course__item-pic {
    width: 100%;
    height: auto;
  }
  .course__item-info {
    position: static;
    width: 100%;
    padding: 4.7rem 5rem 4.3rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  }
  .course__item-ttl {
    font-size: 2.8rem;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #7cbef7;
  }
  .course__item-ttl-sml {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 2.2rem;
  }
  .course__item-ttl-sml:nth-of-type(2) {
    margin-top: 3.6rem;
  }
  .course__item-txt {
    font-size: 1.8rem;
    line-height: 1.78;
    margin-top: 1.4rem;
  }
  .course__item-lists {
    display: flex;
    flex-wrap: wrap;
  }
  .course__item-list {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1.5rem 3rem 0 0;
    display: flex;
    align-items: center;
  }
  .course__item-list::before {
    content: "";
    background-image: url(../img/common/ico_check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 1.23rem;
    height: 0.91rem;
    margin: 0 0.5rem 0 0;
  }
  .voice {
    padding: 8.4rem 0 8.55rem;
    background-color: #EDF4FB;
  }
  .voice__items {
    width: 70rem;
    margin: 7rem auto 0;
  }
  .voice__item {
    padding: 1.2rem 5rem 5rem;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .voice__item:not(:first-of-type) {
    margin-top: 6rem;
  }
  .voice__item-ttl-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2e83d9;
    padding-bottom: 1rem;
  }
  .voice__item-ttl-wrap img {
    width: 8.8rem;
    height: 8.8rem;
  }
  .voice__item-ttl {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .voice__item-ttl span {
    font-size: 3.2rem;
    color: #2e83d9;
  }
  .voice__item-pic {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .voice__item-txt {
    font-size: 1.8rem;
    line-height: 1.88;
    margin-top: 2.5rem;
  }
  .voice__txt {
    text-align: center;
    margin-top: 10rem;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.64;
  }
  .voice__txt-n {
    text-align: center;
    margin-top: 3.5rem;
    font-size: 2.2rem;
    line-height: 1.64;
    font-family: "Noto Serif JP", serif;
  }
  .voice__txt-lg {
    text-align: center;
    margin-top: 3.5rem;
    font-size: 4.2rem;
    font-family: "Noto Serif JP", serif;
  }
  .flow {
    padding: 10.4rem 0 10rem;
  }
  .flow__items {
    margin: 8.7rem auto 0;
    width: 70rem;
  }
  .flow__item {
    display: flex;
    padding: 4.3rem 0;
    border-top: 1px solid #2e83d9;
  }
  .flow__item:last-of-type {
    border-bottom: 1px solid #2e83d9;
  }
  .step {
    width: 5.86rem;
    height: 18.5rem;
  }
  .flow__item-info-flex {
    display: flex;
    justify-content: space-between;
    margin-left: 3.7rem;
    max-width: 84.2rem;
    width: 100%;
  }
  .flow__item-info {
    width: 37rem;
  }
  .flow__item-ttl {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .flow__item-txt {
    font-size: 1.8rem;
    line-height: 1.67;
    margin-top: 1.9rem;
  }
  .flow__item-btn {
    display: inline-block;
    padding: 1.9rem 2.9rem;
    margin-top: 1.7rem;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 2.9rem;
    background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) and (min-width: 1280px) {
  .flow__item-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) {
  .flow__item-pic {
    width: 22.08rem;
    height: 13.6rem;
  }
  .probability {
    padding: 5.3rem 0 6rem;
    background: -moz-linear-gradient(top, #0e5092, #072849);
    background: -webkit-linear-gradient(top, #0e5092, #072849);
    background: linear-gradient(to bottom, #0e5092, #072849);
    text-align: center;
  }
  .probability__txt {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
  }
  .probability__pic {
    width: 24.2rem;
    margin: 1.6rem auto 0;
  }
  .probability__btn {
    display: block;
    font-size: 3.4rem;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #fff;
    width: 69rem;
    padding: 3.4rem 0;
    margin: 5rem auto 0;
    border-radius: 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) and (min-width: 1280px) {
  .probability__btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) {
  .probability__btn span {
    color: #0E5092;
  }
  .faq {
    padding: 10.4rem 0 8rem;
    background-color: #f0f0f1;
  }
  .faq__ct {
    width: 70rem;
    margin: 8.7rem auto 0;
  }
  .faq__ttl-wrap {
    background-color: #fff;
    padding: 2.9rem 0 3.5rem;
    margin-bottom: 4rem;
    cursor: pointer;
  }
  .faq__ttl-wrap:last-of-type {
    margin-bottom: 0;
  }
  .faq__ttl-item {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    padding: 0 9rem 0 2rem;
    position: relative;
  }
  .faq__ttl--q {
    font-size: 2.6rem;
    margin-right: 1rem;
    color: #2e83d9;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .faq__ttl {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .faq__txt-wrap {
    display: flex;
    align-items: flex-start;
    padding: 4.3rem 3rem 0 2rem;
  }
  .faq__txt--a {
    font-size: 2.6rem;
    margin-right: 1rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .faq__txt {
    font-size: 1.8rem;
    line-height: 1.67;
  }
  .faq__ttl-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%) rotate(-180deg);
    background-image: url(../img/common/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.8rem;
    height: 1.1rem;
    transition: all 0.3s;
  }
  .faq__ttl-item.is-active::before {
    transform: translateY(-50%) rotate(0);
    transition: all 0.3s;
  }
  .location {
    padding: 8.4rem 0 10rem;
  }
  .map {
    width: 100%;
    height: 39vw;
    margin: 8.7rem auto 0;
  }
  .map iframe {
    width: 100%;
    height: 39vw;
  }
  .location__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.67;
    margin-top: 3rem;
  }
  .station {
    display: flex;
    justify-content: center;
  }
  .station__box {
    display: inline-block;
    border: 1px solid #2e83d9;
    padding: 3.5rem 3rem 3rem;
    margin-top: 4.6rem;
    position: relative;
  }
  .station__ttl {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 0;
    background-color: #fff;
    width: 25rem;
    text-align: center;
  }
  .station__ttl::before, .station__ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/common/ico_station.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.5rem;
    height: 2rem;
  }
  .station__ttl::before {
    left: 1.5rem;
  }
  .station__ttl::after {
    right: 1.5rem;
  }
  .station__item {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .consultation {
    padding: 10.4rem 0 10rem;
  }
  .detail {
    display: flex;
    justify-content: center;
  }
  .detail__box {
    display: inline-block;
    width: 71.7rem;
    border: 1px solid #2e83d9;
    padding: 4.7rem 3rem 3.3rem;
    margin-top: 6.9rem;
    position: relative;
  }
  .detail__ttl {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: 600;
    padding: 1rem 0;
    background-color: #fff;
    width: 26.6rem;
    text-align: center;
    color: #2e83d9;
  }
  .detail__txt {
    font-size: 1.8rem;
    line-height: 1.78;
  }
  .video {
    width: 71.7rem;
    height: 40.3rem;
    margin: 5rem auto 0;
  }
  .video iframe {
    width: 71.7rem;
    height: 40.3rem;
  }
  .contact {
    padding: 5.4rem 0 12rem;
    background-color: #EDF4FB;
  }
  .form {
    width: 70rem;
    margin: 8.7rem auto 0;
  }
  .form-item {
    display: flex;
    align-items: center;
    padding: 3.1rem 1.1rem;
    position: relative;
  }
  .form-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    transform: scale(0.5);
    background-color: #2e83d9;
  }
  .form-label {
    font-size: 2rem;
    font-weight: 600;
    width: 28rem;
    display: flex;
    align-items: center;
  }
  .required {
    display: inline-block;
    padding: 0.5rem 0.7rem;
    background-color: #d92e2e;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 1rem;
  }
  .radio-label {
    font-size: 1.8rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
  }
  .radio-label.mr {
    margin-right: 5rem;
  }
  input[type=radio].radio-part {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin: -0.4rem 0.5rem 0 0;
    position: relative;
  }
  input[type=radio].radio-part:checked {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #2e83d9;
    border: 0.3rem solid #fff;
    box-shadow: 0 0 0 0.1rem #d1d1d1;
  }
  .form-part,
  .radio-items {
    width: 40rem;
  }
  .form-part,
  input[type=text].form-part,
  input[type=email].form-part,
  input[type=number].form-part {
    height: 4.4rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0.5rem;
    padding: 0 1rem;
    font-size: 1.8rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
  }
  .form-part::placeholder,
  input[type=text].form-part::placeholder,
  input[type=email].form-part::placeholder,
  input[type=number].form-part::placeholder {
    font-size: 1.8rem;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    color: #d1d1d1;
  }
  .select-arrow {
    position: relative;
  }
  .select-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(../img/common/ico_arrow_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.5rem;
    height: 0.75rem;
    pointer-events: none;
  }
  div.ui-datepicker {
    font-size: 2rem;
  }
  .form-info {
    width: 100%;
    text-align: center;
    border: 1px solid #2e83d9;
    margin-top: 4rem;
    padding: 3.2rem 0 2.8rem;
    display: flex;
    justify-content: center;
  }
  .form-info__ttl {
    font-size: 2rem;
    font-weight: 600;
  }
  .privacy-item {
    margin-top: 2.5rem;
  }
  .privacy-label {
    font-size: 1.8rem;
  }
  input[type=checkbox].privacy-part {
    border-radius: 0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin: -0.4rem 0.5rem 0 0;
    position: relative;
  }
  input[type=checkbox].privacy-part:checked {
    border-radius: 0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
  }
  input[type=checkbox].privacy-part:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.35rem;
    height: 1rem;
    background-image: url(../img/common/ico_check_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .form-info__txt {
    margin-top: 3.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
  }
  .form-info__txt a {
    color: #d92e2e;
    text-decoration: underline;
  }
  .form-btn {
    margin: 8rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69rem;
    height: 10rem;
    border-radius: 5rem;
    background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) and (min-width: 1280px) {
  .form-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 1279px) {
  .form-btn-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 3.4rem;
    color: #fff;
    font-weight: 600;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .footer {
    background-color: #2e83d9;
    padding: 2.2rem 0;
    text-align: center;
  }
  .copy {
    font-size: 1.4rem;
    color: #fff;
  }
}
/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {
  /* ----- header ----- */
  .header {
    position: static;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  }
  .header__lay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    padding: 1.5rem 10px;
  }
  /* ----- fv ----- */
  /* ----- plan ----- */
  /* ----- worries ----- */
  /* ----- example ----- */
  /* ----- point ----- */
  /* ----- support ----- */
  /* ----- service ----- */
  /* ----- teacher ----- */
  /* ----- school ----- */
  /* ----- evt ----- */
  /* ----- course ----- */
  /* ----- voice ----- */
  /* ----- flow ----- */
  /* ----- probability ----- */
  /* ----- faq ----- */
  /* accordion */
  /* ----- location ----- */
  /* ----- location ----- */
  /* ----- contact ----- */
  /* ----- ftb ----- */
  /* ----- footer ----- */
  /* ----- thanks page ----- */
}
@media (max-width: 767px) and (max-width: 360px) {
  .header__lay {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 10rem;
  }
  .fv {
    margin: 0 0 7rem;
    position: relative;
  }
  .fv__pic {
    width: 100%;
    height: 51.5rem;
  }
  .fv__ct {
    width: 33.5rem;
    height: 42rem;
    position: static;
    transform: translateX(0);
    margin: 0.8rem auto 0;
  }
  .plan {
    padding: 9.6rem 0 3rem;
    background-image: url(../img/plan/plan_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .plan__20 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }
  .plan__20::before {
    content: "";
    position: absolute;
    top: -6.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 31.4rem;
    height: 10.7rem;
    background-image: url(../img/plan/plan_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .plan__20 img {
    width: 5.2rem;
    margin: 0 0.3rem;
  }
  .plan__txt {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 2.2rem;
    line-height: 1.2;
  }
  .worries-heading {
    font-size: 18px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    padding: 3.5rem 0 4.3rem;
    background-color: #1e1e1e;
    letter-spacing: 0.05em;
    position: relative;
  }
  .worries-heading::before {
    content: "";
    position: absolute;
    bottom: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 0.15rem;
    background-color: #fff;
  }
  .worries-heading span {
    font-size: 32px;
    display: inline-block;
    margin: 1.5rem 0.2rem;
  }
  .worries {
    padding-top: 77.8rem;
    background: -moz-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
    background: -webkit-linear-gradient(top, #f0f0f1 80%, #fff 80.1%, #fff);
    background: linear-gradient(to bottom, #f0f0f1 80%, #fff 80.1%, #fff);
    position: relative;
  }
  .worries__items {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
  }
  .worries__item {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
  }
  .worries__item span {
    font-size: 1.8rem;
    color: #d92e2e;
  }
  .worries__item--01 {
    top: 0;
    left: 0;
    background-image: url(../img/worries/worries_01.png);
    width: 37.1rem;
    height: 11.4rem;
    padding: 1.7rem 0 0 3rem;
  }
  .worries__item--02 {
    top: 14.8rem;
    right: auto;
    left: 0rem;
    background-image: url(../img/worries/worries_02.png);
    width: 38.4rem;
    height: 7.5rem;
    padding: 0 0 0 1.5rem;
    margin-top: -1rem;
  }
  .worries__item--03 {
    top: 25rem;
    left: 2rem;
    background-image: url(../img/worries/worries_03.png);
    width: 32.6rem;
    height: 8.56rem;
    padding: 0 0 0 3rem;
    transform: rotate(4deg);
  }
  .worries__item--04 {
    top: 35.6rem;
    right: auto;
    left: 4rem;
    background-image: url(../img/worries/worries_04.png);
    width: 32.4rem;
    height: 10rem;
    padding: 1.5rem 0 0 4.5rem;
    transform: rotate(-6deg);
  }
  .worries__item--05 {
    top: 49rem;
    left: 1rem;
    background-image: url(../img/worries/worries_05.png);
    width: 36.5rem;
    height: 8.7rem;
    padding: 0 0 0 2.3rem;
    transform: rotate(6deg);
  }
  .worries__item--06 {
    top: 58rem;
    right: auto;
    left: 0.5rem;
    background-image: url(../img/worries/worries_06.png);
    width: 37rem;
    height: 15.2rem;
    padding: 3.5rem 0 0 6.5rem;
    transform: rotate(-2deg);
  }
  .worries__txt-wrap {
    padding: 0;
    background-image: url(../img/worries/worries_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 910px;
  }
  .worries__txt-b {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    padding-top: 380px;
  }
}
@media (max-width: 767px) and (min-width: 450px) {
  .worries__txt-wrap {
    height: 950px;
  }
  .worries__txt-b {
    padding-top: 415px;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .worries__txt-wrap {
    height: 68rem;
  }
  .worries__txt-b {
    padding-top: 28.5rem;
  }
}
@media (max-width: 767px) {
  .worries__txt-lg {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    margin-top: 1.5rem;
    line-height: 1.6;
  }
  .worries__txt-lg .yellow-line {
    line-height: 1;
  }
  .worries__txt {
    font-size: 20px;
    line-height: 1.68;
    color: #fff;
    width: 33.5rem;
    margin: 3rem auto 0;
  }
  .example {
    margin-top: 4.2rem;
    text-align: center;
  }
  .example .sub-ttl {
    width: 230px;
  }
  .example .ttl {
    margin-top: 1.4rem;
  }
  .example__items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 4.5rem auto 0;
  }
  .example__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .example__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .example__item:nth-of-type(1) img {
    width: 19.2rem;
    height: 24.6rem;
  }
  .example__item:nth-of-type(2) img {
    width: 20.4rem;
    height: 27rem;
  }
  .example__item:nth-of-type(3) img {
    width: 20.7rem;
    height: 25.4rem;
  }
  .example__item-txt {
    font-size: 20px;
    margin-top: 1.2rem;
    font-weight: 600;
  }
  .example__item-txt span {
    font-size: 24px;
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background-color: #0E5092;
    color: #fff;
    margin-top: 0.6rem;
    line-height: 1.2;
  }
  .example__txt {
    margin-top: 5.5rem;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    padding: 0 2rem;
  }
  .example__txt span {
    display: inline;
    font-size: 26px;
    margin-top: 0;
    line-height: 2;
  }
  .example__txt-sml {
    font-size: 20px;
    margin-top: 2rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 2rem;
  }
  .cause {
    padding: 4.5rem 2rem 3.3rem;
    margin-top: 6.8rem;
    background-color: #EDF4FB;
    position: relative;
    font-weight: 600;
  }
  .cause::before {
    content: "";
    position: absolute;
    bottom: -3.3rem;
    left: 50%;
    transform: translateX(-50%);
    border-top: 3.4rem solid #EDF4FB;
    border-right: 4.2rem solid transparent;
    border-left: 4.2rem solid transparent;
  }
  .cause .circle {
    margin-top: 2.5rem;
  }
  .cause__heading {
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 600;
  }
  .cause__txt {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
  .cause__txt span {
    font-size: 28px;
    color: #2e83d9;
  }
  .cause__txt-sml {
    margin-top: 6rem;
    font-size: 20px;
    line-height: 1.8;
  }
  .cause__txt-sml .cause__txt-lg {
    display: inline-block;
    font-size: 26px;
  }
  .point {
    padding: 6.6rem 0 6rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .point__items {
    width: 100%;
    margin: 0 auto;
  }
  .point__item {
    margin-top: 12.5rem;
    border: 1px solid #2e83d9;
    background-color: #fff;
    padding: 14.4rem 1.5rem 3.4rem;
    position: relative;
  }
  .point__item-pic {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 29.5rem;
    height: 18.2rem;
  }
  .point__item-pic span {
    position: absolute;
    top: -2.5rem;
    left: -2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #2e83d9;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  }
  .point__item:nth-of-type(1) span {
    background-image: url(../img/point/point_num_01.png);
  }
  .point__item:nth-of-type(2) span {
    background-image: url(../img/point/point_num_02.png);
  }
  .point__item:nth-of-type(3) span {
    background-image: url(../img/point/point_num_03.png);
  }
  .point__item:nth-of-type(4) span {
    background-image: url(../img/point/point_num_04.png);
  }
  .point__item-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
  }
  .point__item-ttl.ls {
    letter-spacing: -0.04em;
  }
  .point__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .point__item-txt {
    margin-top: 3.3rem;
    font-size: 20px;
    line-height: 1.75;
  }
  .system {
    background-color: #EDF4FB;
    padding: 4rem 0 6rem;
    text-align: center;
  }
  .system__txt {
    margin-top: 5.2rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.67;
    padding: 0 1rem;
  }
  .system__txt-lg {
    display: inline-block;
    margin: 0.5rem 0 1rem;
    font-size: 28px;
  }
  .system__ct {
    margin: 13rem auto 0;
    width: 100%;
    padding-top: 38.9rem;
    position: relative;
  }
  .system__ct::before {
    content: "";
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/support/support_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 36.9rem;
    height: 38.9rem;
    z-index: 2;
  }
  .system__ct .system__ct-box {
    position: absolute;
    display: inline-block;
    width: 16.3rem;
    padding: 1rem 1rem 1.4rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    min-height: 15rem;
  }
  .system__ct-box:nth-of-type(1) {
    top: -9.6rem;
    left: 1.7rem;
  }
  .system__ct-box:nth-of-type(2) {
    top: -9.6rem;
    right: 1.7rem;
  }
  .system__ct-box:nth-of-type(3) {
    bottom: -17.3rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 23rem;
    min-height: 0;
  }
  .system__ct-txt {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #2e83d9;
    font-weight: 600;
    z-index: 3;
  }
  .system__ct-txt:nth-of-type(1) {
    top: 14rem;
    left: 3.9rem;
  }
  .system__ct-txt:nth-of-type(2) {
    top: 14rem;
    right: 2.5rem;
  }
  .system__ct-txt:nth-of-type(3) {
    bottom: 1.1rem;
    left: 15rem;
  }
  .system__txt-bot {
    padding: 1.5rem 0 1.8rem;
    margin: 22rem auto 0;
    width: 34rem;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
  }
  .system__txt-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    background-image: url(../img/support/support_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 5.5rem;
    height: 5.5rem;
  }
  .system__txt-bot::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1rem;
    background-image: url(../img/support/support_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 5.5rem;
    height: 5.5rem;
  }
  .system__txt-lg--blue {
    color: #2e83d9;
    font-size: 28px;
    margin: 0;
  }
  .spt-ct {
    padding: 6.3rem 0 6rem;
  }
  .spt-ct .common-inner {
    padding: 0 1rem;
  }
  .spt-ct__items {
    width: 100%;
    margin: 4.3rem auto 0;
  }
  .spt-ct__item {
    border: 1px solid #2e83d9;
    background-color: #fff;
  }
  .spt-ct__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .spt-ct__item-pic {
    width: 100%;
    height: 19.6rem;
  }
  .spt-ct__item-info {
    padding: 2.2rem 1rem 3.4rem;
  }
  .spt-ct__item-ttl {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: 1.5;
  }
  .spt-ct__item-ttl.ls {
    letter-spacing: -0.04em;
  }
  .spt-ct__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .spt-ct__item-ttl-lg {
    font-size: 24px;
    line-height: 1.5;
    color: #2e83d9;
  }
  .spt-ct__item-txt {
    font-size: 20px;
    line-height: 1.7;
    margin-top: 2.8rem;
  }
  .service-heading {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    font-weight: 600;
    padding: 3.2rem 2rem 3.4rem;
    background: -moz-linear-gradient(top, #656565, #1e1e1e);
    background: -webkit-linear-gradient(top, #656565, #1e1e1e);
    background: linear-gradient(to bottom, #656565, #1e1e1e);
  }
  .service__heading-lg {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    background: linear-gradient(transparent 77%, #d92e2e 77%);
  }
  .service {
    padding: 6.3rem 0 6rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .service .common-inner {
    padding: 0 1.5rem;
  }
  .service .ttl {
    letter-spacing: -0.04em;
  }
  .service__items {
    width: 33.5rem;
    margin: 0 auto;
  }
  .service__item {
    display: block;
    margin-top: 8.1rem;
    padding: 2.3rem 2rem 4.4rem;
    min-height: none;
    background: -moz-linear-gradient(top left, #edf4fb, #b0e3ff);
    background: -webkit-linear-gradient(top left, #edf4fb, #b0e3ff);
    background: linear-gradient(to bottom right, #edf4fb, #b0e3ff);
    position: relative;
  }
  .service__item::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .service__item:nth-of-type(1)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_01.png);
    width: 11.5rem;
  }
  .service__item:nth-of-type(2)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_02.png);
    width: 12.1rem;
  }
  .service__item:nth-of-type(3)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_03.png);
    width: 12rem;
  }
  .service__item:nth-of-type(4)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_04.png);
    width: 12.5rem;
  }
  .service__item:nth-of-type(5)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_05.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(6)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_06.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(7)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_07.png);
    width: 12.4rem;
  }
  .service__item:nth-of-type(8)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_08.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(9)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_09.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(10)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_10.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(11)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_11.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(12)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_12.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(13)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_13.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(14)::before {
    right: auto;
    left: 2rem;
    background-image: url(../img/service/service_num_14.png);
    width: 12.2rem;
  }
  .service__item:nth-of-type(15)::before {
    left: 2rem;
    background-image: url(../img/service/service_num_15.png);
    width: 12.3rem;
  }
  .service__item:nth-of-type(odd) {
    flex-direction: row;
  }
  .service__item-pic {
    width: 100%;
    height: 18.2rem;
    position: static;
  }
  .service__item-pic img {
    height: 100%;
    position: static;
  }
  .service__item-info {
    width: 100%;
  }
  .service__item-ttl {
    font-size: 24px;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    margin-top: 3rem;
    position: relative;
  }
  .service__item-ttl::before {
    content: "";
    position: absolute;
    bottom: -2.3rem;
    left: 0;
    width: 6rem;
    height: 1px;
    background-color: #2e83d9;
  }
  .service__item-txt {
    margin-top: 4.3rem;
    font-size: 20px;
    line-height: 1.75;
  }
  .teacher {
    padding: 6.3rem 0 0;
    background: none;
  }
  .teacher__items {
    margin: 4.5rem auto 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .teacher__item {
    width: 100%;
  }
  .teacher__item:not(:first-of-type) {
    margin-top: 5rem;
  }
  .teacher__item-pic {
    width: 33.5rem;
    height: auto;
    margin: 0 auto;
  }
  .teacher__item-info {
    padding: 5rem 3.1rem 3.4rem;
    color: #fff;
    background-color: #0E5092;
  }
  .teacher__item:nth-of-type(1) .teacher__item-info {
    margin-top: -2.7rem;
  }
  .teacher__item:nth-of-type(2) .teacher__item-info {
    margin-top: -2.6rem;
  }
  .teacher__item:nth-of-type(3) .teacher__item-info {
    margin-top: -2.9rem;
  }
  .teacher__item-name {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
  }
  .teacher__item-name::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
    background-color: #fff;
  }
  .teacher__item-txt {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 3.5rem;
  }
  .school {
    padding: 5.1rem 0 8rem;
    background-color: #EDF4FB;
  }
  .school .common-inner {
    padding: 0 1.5rem;
  }
  .school .sub-ttl {
    width: 175px;
    text-align: center;
  }
  .school .sub-ttl::before {
    left: -9px;
  }
  .school .sub-ttl::after {
    right: 2px;
  }
  .school .sub-ttl span::before {
    left: -26px;
  }
  .school .sub-ttl span::after {
    right: -15px;
  }
  .school .ttl {
    margin-top: 1.4rem;
  }
  .school__tb-pc-wrap {
    display: none;
  }
  .school__tb-sp {
    display: block;
    width: 33.5rem;
    margin: 4.5rem auto 0;
  }
  .school__tb-flex {
    display: flex;
    align-items: flex-end;
  }
  .school__header-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.8rem;
    height: 9.6rem;
    background-color: #fff;
    border: 1px solid #0E5092;
    border-bottom: none;
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
  }
  .school__header-l img {
    width: 13.2rem;
    height: 3.7rem;
  }
  .school__header-r {
    width: 16.8rem;
    height: 5.8rem;
    background-color: #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
  }
  .school__tb-blue {
    background-color: #0E5092;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    height: 4.3rem;
    position: relative;
    z-index: 2;
  }
  .school__tb-td-l {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 16.8rem;
    height: 7rem;
    color: #0E5092;
    border-left: 1px solid #0E5092;
    border-right: 1px solid #0E5092;
    background-color: #fff;
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
  }
  .school__tb-td-l.bb {
    border-bottom: 1px solid #0E5092;
  }
  .school__tb-td-r {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    width: 16.8rem;
    height: 7rem;
    background-color: #fff;
  }
  .school__tb-td-r.lg {
    font-size: 30px;
  }
  .school__txt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-top: 5.2rem;
    letter-spacing: -0.02em;
  }
  .school__txt-blue-box {
    font-size: 28px;
    padding: 1.5rem 2.1rem;
    background-color: #0E5092;
    color: #fff;
    display: inline-block;
    margin-top: 1.5rem;
  }
  .evt {
    padding-top: 4.7rem;
    text-align: center;
  }
  .evt__txt {
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.6;
  }
  .evt__txt-inner {
    display: inline;
    margin-top: 0;
  }
  .evt__ct {
    margin-top: 4.1rem;
    padding: 4.3rem 0 6.3rem;
    background-image: url(../img/common/square_bg.png);
    background-repeat: repeat;
  }
  .evt__items {
    margin: 5.5rem auto 0;
    width: 33.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .evt__item {
    font-size: 24px;
    padding: 1rem 0;
    margin: 0;
    font-weight: 600;
    min-width: auto;
    width: 15.4rem;
    border: 1px solid #8ac5f7;
    position: relative;
  }
  .evt__item:nth-of-type(n + 3) {
    margin-top: 3.2rem;
  }
  .evt__item::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1.6rem;
    background-image: url(../img/common/ico_sakura.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 4.1rem;
    height: 3.9rem;
  }
  .evt__txt-sml {
    font-size: 20px;
    margin: 3.7rem auto 0;
    font-weight: 600;
    width: 30.8rem;
    line-height: 1.5;
  }
  .course {
    padding: 6.3rem 0 6rem;
    background-color: #f0f0f1;
  }
  .course__items {
    width: 100%;
    margin: 5.5rem auto 0;
  }
  .course__item {
    position: relative;
  }
  .course__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .course__item-pic {
    width: 100%;
    height: 20.7rem;
  }
  .course__item-info {
    position: static;
    width: 100%;
    padding: 2.6rem 1.3rem 3.2rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
  }
  .course__item-ttl {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #7cbef7;
  }
  .course__item-ttl-sml {
    font-size: 22px;
    font-weight: 600;
    margin-top: 2.2rem;
  }
  .course__item-ttl-sml:nth-of-type(2) {
    margin-top: 3.6rem;
  }
  .course__item-txt {
    font-size: 20px;
    line-height: 1.78;
    margin-top: 1.3rem;
  }
  .course__item-lists {
    display: flex;
    flex-wrap: wrap;
  }
  .course__item-list {
    font-size: 18px;
    font-weight: 600;
    margin: 1.5rem 1.5rem 0 0;
    display: flex;
    align-items: center;
  }
  .course__item-list::before {
    content: "";
    background-image: url(../img/common/ico_check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 1.23rem;
    height: 0.91rem;
    margin: 0 0.3rem 0 0;
  }
  .voice {
    padding: 6.3rem 0 6.1rem;
    background-color: #EDF4FB;
  }
  .voice .common-inner {
    padding: 0 1.5rem;
  }
  .voice__items {
    width: 100%;
    margin: 5.5rem auto 0;
  }
  .voice__item {
    padding: 2.2rem 1.5rem 3rem;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .voice__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .voice__item-ttl-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2e83d9;
    padding-bottom: 0.5rem;
  }
  .voice__item-ttl-wrap img {
    width: 7.2rem;
    height: 7.2rem;
  }
  .voice__item-ttl {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
  }
  .voice__item-ttl.ls {
    letter-spacing: -0.03em;
  }
  .voice__item-ttl span {
    font-size: 26px;
    color: #2e83d9;
  }
  .voice__item-pic {
    position: static;
    width: 100%;
    height: 20.7rem;
    height: auto;
    margin-top: 2rem;
  }
  .voice__item-txt {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 2rem;
  }
  .voice__txt {
    text-align: center;
    margin-top: 6rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.78;
  }
  .voice__txt-n {
    text-align: center;
    margin-top: 3.5rem;
    font-size: 20px;
    line-height: 1.78;
    font-family: "Noto Serif JP", serif;
  }
  .voice__txt-lg {
    text-align: center;
    margin-top: 2rem;
    font-size: 26px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.54;
  }
  .flow {
    padding: 6.3rem 0 6rem;
  }
  .flow__items {
    margin: 5.5rem auto 0;
    width: 100%;
  }
  .flow__item {
    display: flex;
    justify-content: space-between;
    padding: 2.2rem 0;
    border-top: 1px solid #2e83d9;
  }
  .flow__item:last-of-type {
    border-bottom: 1px solid #2e83d9;
  }
  .step {
    width: 4.3rem;
    height: auto;
    position: relative;
  }
  .step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 4.3rem;
    height: 5.3rem;
    background-color: #fff;
    z-index: 1;
  }
  .step::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    width: 1px;
    height: 200%;
    transform: translateX(-50%) scale(0.5);
    background-color: #2e83d9;
    z-index: -1;
  }
  .flow__item:nth-of-type(1) .step::before {
    background-image: url(../img/flow/step_01_sp.png);
  }
  .flow__item:nth-of-type(2) .step::before {
    background-image: url(../img/flow/step_02_sp.png);
  }
  .flow__item:nth-of-type(3) .step::before {
    background-image: url(../img/flow/step_03_sp.png);
  }
  .flow__item:nth-of-type(4) .step::before {
    background-image: url(../img/flow/step_04_sp.png);
  }
  .flow__item:nth-of-type(5) .step::before {
    background-image: url(../img/flow/step_05_sp.png);
  }
  .flow__item:nth-of-type(6) .step::before {
    background-image: url(../img/flow/step_06_sp.png);
  }
  .flow__item:nth-of-type(7) .step::before {
    background-image: url(../img/flow/step_07_sp.png);
  }
  .flow__item:nth-of-type(8) .step::before {
    background-image: url(../img/flow/step_08_sp.png);
  }
  .flow__item:nth-of-type(9) .step::before {
    background-image: url(../img/flow/step_09_sp.png);
  }
  .step__bg {
    display: block;
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    height: 5.3rem;
    background-color: #fff;
  }
  .flow__item-info-flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 0;
    max-width: 26rem;
    width: 100%;
  }
  .flow__item-info {
    width: 100%;
  }
  .flow__item-ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
  }
  .flow__item-txt {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 1rem;
  }
  .flow__item-btn {
    display: inline-block;
    width: 100%;
    padding: 1.6rem 0;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 2.9rem;
    background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
    transition: all 0.3s;
  }
  .flow__item-pic {
    width: 100%;
    height: 16.1rem;
    margin-top: 1.9rem;
  }
  .probability {
    padding: 3.2rem 0 4rem;
    background: -moz-linear-gradient(top, #0e5092, #072849);
    background: -webkit-linear-gradient(top, #0e5092, #072849);
    background: linear-gradient(to bottom, #0e5092, #072849);
    text-align: center;
  }
  .probability .common-inner {
    padding: 0 1rem;
  }
  .probability__txt {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
  }
  .probability__pic {
    width: 19.9rem;
    margin: 2.1rem auto 0;
  }
  .probability__btn {
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #fff;
    width: 34rem;
    padding: 2rem 0;
    margin: 3.2rem auto 0;
    border-radius: 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
  .probability__btn span {
    color: #0E5092;
  }
  .faq {
    padding: 6.3rem 0 6rem;
    background-color: #f0f0f1;
  }
  .faq__ct {
    width: 100%;
    margin: 5.5rem auto 0;
  }
  .faq__ttl-wrap {
    background-color: #fff;
    padding: 2.1rem 0 2.4rem;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  .faq__ttl-wrap:last-of-type {
    margin-bottom: 0;
  }
  .faq__ttl-item {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    padding: 0 4rem 0 1.5rem;
    position: relative;
  }
  .faq__ttl--q {
    font-size: 24px;
    margin-right: 0.5rem;
    color: #2e83d9;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .faq__ttl {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }
  .faq__txt-wrap {
    display: flex;
    align-items: flex-start;
    padding: 3.3rem 1.5rem 0 1.5rem;
  }
  .faq__txt--a {
    font-size: 24px;
    line-height: 1.4;
    margin-right: 0.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    align-self: flex-start;
  }
  .faq__txt {
    font-size: 20px;
    line-height: 1.75;
  }
  .faq__ttl-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(-180deg);
    background-image: url(../img/common/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.5rem;
    height: 0.75rem;
    transition: all 0.3s;
  }
  .faq__ttl-item.is-active::before {
    transform: translateY(-50%) rotate(0);
    transition: all 0.3s;
  }
  .location {
    padding: 6.3rem 0 6rem;
  }
  .map {
    width: 100%;
    height: 16rem;
    margin: 5.5rem auto 0;
  }
  .map iframe {
    width: 100%;
    height: 16rem;
  }
  .location__txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
    margin-top: 2.2rem;
  }
  .station {
    display: flex;
    justify-content: center;
  }
  .station__box {
    display: inline-block;
    border: 1px solid #2e83d9;
    padding: 3.5rem 3rem 3rem;
    margin-top: 4.6rem;
    position: relative;
  }
  .station__ttl {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 600;
    padding: 1rem 0;
    background-color: #fff;
    width: 270px;
    text-align: center;
  }
  .station__ttl::before, .station__ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/common/ico_station.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 24px;
  }
  .station__ttl::before {
    left: 13px;
  }
  .station__ttl::after {
    right: 13px;
  }
  .station__item {
    font-size: 18px;
    line-height: 1.8;
  }
  .station__item .blank {
    display: inline-block;
  }
  .consultation {
    padding: 6.3rem 0 6rem;
  }
  .detail {
    display: flex;
    justify-content: center;
  }
  .detail__box {
    display: inline-block;
    width: 100%;
    border: 1px solid #2e83d9;
    padding: 3.2rem 2rem 2.9rem;
    margin-top: 6.2rem;
    position: relative;
  }
  .detail__ttl {
    position: absolute;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 600;
    padding: 1rem 0;
    background-color: #fff;
    width: 220px;
    text-align: center;
    color: #2e83d9;
  }
  .detail__txt {
    font-size: 20px;
    line-height: 1.75;
  }
  .video {
    width: 100%;
    height: 18.7rem;
    margin: 3rem auto 0;
  }
  .video iframe {
    width: 100%;
    height: 18.7rem;
  }
  .contact {
    padding: 5.3rem 0 10rem;
    background-color: #EDF4FB;
  }
  .form {
    width: 100%;
    margin: 5.7rem auto 0;
  }
  .error-ttl {
    font-size: 20px;
    text-align: center;
    color: red;
    font-weight: 600;
    line-height: 1.2;
  }
  .form-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 2.2rem 0;
    position: relative;
  }
  .form-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    transform: scale(0.5);
    background-color: #2e83d9;
  }
  .form-item .error {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    font-size: 14px;
    color: red;
  }
  .form-label {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .required {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    background-color: #d92e2e;
    font-size: 14px;
    color: #fff;
    margin-left: 1rem;
  }
  .radio-label {
    font-size: 20px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
  }
  .radio-label.mr {
    margin-right: 3rem;
  }
  input[type=radio].radio-part {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin: -0.4rem 0.5rem 0 0;
    position: relative;
  }
  input[type=radio].radio-part:checked {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #2e83d9;
    border: 0.3rem solid #fff;
    box-shadow: 0 0 0 0.1rem #d1d1d1;
  }
  .form-part,
  .radio-items {
    width: 33.5rem;
  }
  .form-part,
  input[type=text].form-part,
  input[type=email].form-part,
  input[type=number].form-part {
    height: 4.2rem;
    color: #1e1e1e;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0.5rem;
    padding: 0 1rem;
    font-size: 18px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
  }
  .form-part::placeholder,
  input[type=text].form-part::placeholder,
  input[type=email].form-part::placeholder,
  input[type=number].form-part::placeholder {
    font-size: 18px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    color: #d1d1d1;
  }
  .select-arrow {
    position: relative;
  }
  .select-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(../img/common/ico_arrow_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1.2rem;
    height: 0.6rem;
    pointer-events: none;
  }
  div.ui-datepicker {
    font-size: 1.9rem;
  }
  .form-info {
    width: 100%;
    text-align: center;
    border: 1px solid #2e83d9;
    margin-top: 4rem;
    padding: 2.2rem 1rem 1.7rem;
    display: flex;
    justify-content: center;
  }
  .form-info__ttl {
    font-size: 24px;
    font-weight: 600;
  }
  .privacy-item {
    margin-top: 3.5rem;
  }
  .privacy-item .error {
    font-size: 14px;
    color: red;
    text-align: center;
    margin-bottom: 1rem;
  }
  .privacy-label {
    font-size: 22px;
    line-height: 1.2;
  }
  input[type=checkbox].privacy-part {
    border-radius: 0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    margin: -0.4rem 0.5rem 0 0;
    position: relative;
  }
  input[type=checkbox].privacy-part:checked {
    border-radius: 0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #fff;
    border: 1px solid #d1d1d1;
  }
  input[type=checkbox].privacy-part:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.35rem;
    height: 1rem;
    background-image: url(../img/common/ico_check_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .form-info__txt {
    margin-top: 3.3rem;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .form-info__txt a {
    color: #d92e2e;
    text-decoration: underline;
  }
  .form-btn {
    margin: 5rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    border-radius: 5rem;
    background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
  .form-btn-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .ftb {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: -moz-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: -webkit-linear-gradient(top left, #2e83d9, #8fd8ff);
    background: linear-gradient(to bottom right, #2e83d9, #8fd8ff);
    z-index: 10;
  }
  .ftb .ftb__txt {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
  }
  .ftb .ftb__txt span {
    color: #e6ce00;
  }
  .footer {
    background-color: #2e83d9;
    padding: 2rem 0;
    text-align: center;
  }
  .copy {
    font-size: 12px;
    color: #fff;
  }
  .thanks-inner {
    max-width: 100%;
    width: 100%;
    margin: 7rem auto 0;
    padding: 0 2rem;
  }
  .thanks-txt {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 4rem;
  }
  .thanks-link {
    display: block;
    font-size: 20px;
    margin: 5rem auto 10rem;
  }
}
/* ----- accordion ----- */
.accordion-trigger {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #2e83d9;
  border-right: 3px solid #2e83d9;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-image: none !important;
}

.accordion-trigger.open {
  transform: translateX(-50%) rotate(225deg);
}

.point__item-ttl,
.spt-ct__item-ttl {
  position: relative;
  cursor: default;
}

.point__item-txt,
.spt-ct__item-txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.spt-ct__item-ttl::before,
.point__item-ttl::before {
  display: none;
}

@media (max-width: 768px) {
  .service__item-ttl {
    position: relative;
    padding-right: 40px;
  }
  .plus-minus-trigger {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .plus-minus-trigger::before,
  .plus-minus-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #2e83d9;
    transition: transform 0.3s ease;
  }
  .plus-minus-trigger::before {
    width: 100%;
    height: 3px;
    transform: translate(-50%, -50%);
  }
  .plus-minus-trigger::after {
    width: 3px;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .plus-minus-trigger.open::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .service__item-txt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    margin-top: 15px;
  }
  .service__item {
    min-height: initial;
  }
  .service__item-ttl::before {
    display: none;
  }
  .service__item {
    margin-top: 4rem;
    padding: 1rem 2rem 2rem;
  }
}
/* ----- hamburger-menu ----- */
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  display: none;
}

.header__nav.active {
  display: block;
}

.nav-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
  text-align: center;
  margin-top: 150px;
  font-size: 24px;
  font-weight: bold;
}

.nav-items__item {
  width: 100%;
}

.nav-items__item a {
  color: #000;
}

.nav-items__item a:visited {
  color: #000;
}

.header__hamburger {
  position: fixed;
  top: 80px;
  right: 0;
  background: rgba(200, 200, 200, 0.8);
  z-index: 999;
  width: 80px;
  height: 80px;
}

.header__hamburger span:not(:last-child) {
  width: 70%;
  display: block;
  height: 5px;
  background: #000;
  margin: 0 auto;
}

.hamburger span:nth-child(2) {
  margin: 8px auto;
}

.hamburger span:last-child {
  display: none;
  font-size: 64px;
}

.hamburger.active span:not(:last-child) {
  display: none;
}

.hamburger.active span:last-child {
  display: block;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 769px) {
  .header__hamburger {
    top: 0;
    width: 15vw;
    height: 15vw;
  }
  .nav-items {
    margin-top: 10vw;
    gap: 7vw;
    font-size: 5vw;
  }
  .hamburger span:last-child {
    font-size: 15vw;
  }
}
