@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
/*改行*/
.span_br {
  display: inline-block;
}

.pc_none {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: inline;
  }
}

/*装飾など*/
/*基本*/
html {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

body {
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #wrap {
    width: 100%;
  }
}

p {
  line-height: 1.5;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h4, h5 {
  line-height: 1.3;
}
h1::before, h2::before, h3::before, h4::before, h4::before, h5::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
h1::after, h2::after, h3::after, h4::after, h4::after, h5::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.yoyaku_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .yoyaku_wrap {
    flex-wrap: wrap;
  }
}

/*TOP*/
.top {
  height: 34.0104166667vw;
  background: #fff;
  background-image: url("./img/pc/deco_top_bottom.svg"), url("./img/common/img_mother@2x.webp"), url("./img/common/img_father@2x.webp");
  background-repeat: no-repeat;
  background-position: center bottom, right 6.25vw top 12.5vw, right 15.1041666667vw top 11.1458333333vw;
  background-size: contain, 10.5729166667vw, 15.2604166667vw;
}
@media screen and (max-width: 750px) {
  .top {
    height: auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 60vw;
    background-image: url("./img/sp/deco_top_bottom.svg"), url("./img/common/img_mother@2x.webp"), url("./img/common/img_father_h@2x.webp");
    background-size: contain, 21.7333333333vw, 32.6666666667vw;
    background-position: center bottom, right -6.6666666667vw top 64.5333333333vw, left -6.6666666667vw top 60.4vw;
  }
}
.top .link_top {
  position: absolute;
  top: 2.0833333333vw;
  left: 2.6041666667vw;
  width: 14.5833333333vw;
}
@media screen and (max-width: 750px) {
  .top .link_top {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 46.6666666667vw;
    margin-inline: auto;
  }
}
.top h1 {
  position: absolute;
  top: 6.7708333333vw;
  left: 6.5104166667vw;
  width: 28.3854166667vw;
}
@media screen and (max-width: 750px) {
  .top h1 {
    position: relative;
    top: auto;
    left: auto;
    width: 74.6666666667vw;
    margin-inline: auto;
    margin-top: 4.6666666667vw;
  }
}
.top h2 {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.5625vw !important;
  color: #4F4F4F;
  font-size: 93px;
  font-size: 4.84375vw;
  z-index: 1;
  padding: 0 0.4em;
  background-image: url(./img/common/deco_h2.svg);
  background-size: 4.4791666667vw;
  background-position: left top 1.3020833333vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .top h2 {
    font-size: 93px;
    font-size: 12.4vw;
  }
}
@media screen and (max-width: 750px) {
  .top h2 {
    display: none;
  }
}
.top h2 .big {
  font-size: 1.5em;
}
.top h2 .small {
  font-size: 0.65em;
}
.top h2::after {
  content: "";
  width: 90%;
  position: absolute;
  z-index: -1;
  background-color: #FFDA30;
  height: 20px;
  border-radius: 22px;
  bottom: 1.5625vw;
  left: 50%;
  transform: translateX(-50%);
}

.deco_student {
  z-index: 2;
  position: absolute;
  width: 30.9895833333vw;
  top: 1.0416666667vw;
  left: 36.9791666667vw;
}
@media screen and (max-width: 750px) {
  .deco_student {
    width: 60.6666666667vw;
    top: 60.6666666667vw;
    left: 25.3333333333vw;
  }
}

/*info*/
.info {
  background-color: #7BABDB;
  color: #fff;
  text-align: center;
  position: relative;
  /*プレゼント*/
}
@media screen and (max-width: 750px) {
  .info {
    padding-top: 4vw;
  }
}
.info .place_name {
  font-size: 34px;
  font-size: 1.7708333333vw;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
  background-color: #FFDA30;
  width: 6.25vw;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
  transform: translateY(-1.8229166667vw);
}
@media screen and (max-width: 750px) {
  .info .place_name {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
.info .place_name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.info .place_name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  .info .place_name {
    font-size: 34px;
    font-size: 4.5333333333vw;
    width: 16vw;
    transform: translateY(0vw);
  }
}
.info .place_name::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 13px solid #FFDA30;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.info h2 {
  font-size: 48px;
  font-size: 2.5vw;
  text-shadow: 5px 5px 0px rgb(98, 137, 175);
}
@media screen and (max-width: 750px) {
  .info h2 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  .info h2 {
    margin-top: 2vw;
  }
}
.info .catch_h3 {
  font-size: 36px;
  font-size: 1.875vw;
  padding: 0.3em;
  display: inline-block;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .info .catch_h3 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  .info .catch_h3 {
    margin-top: 4vw;
    width: 90vw;
  }
}
.info .info_li_01 {
  display: flex;
  justify-content: center;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .info .info_li_01 {
    margin-top: 4vw;
    padding: 0 5vw;
  }
}
.info .info_li_01 li {
  width: 100%;
  max-width: 250px;
  margin: 0 1.0416666667vw;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 30px;
  font-size: 1.5625vw;
  border-radius: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .info .info_li_01 li {
    font-size: 30px;
    font-size: 4vw;
  }
}
.info .kaisai_p {
  display: inline-block;
  background-color: #93CB3F;
  font-size: 32px;
  font-size: 1.6666666667vw;
  padding: 0.56em 1.55em;
  border-radius: 50px;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .info .kaisai_p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .info .kaisai_p {
    margin-top: 2.6666666667vw;
  }
}
.info .link_school_p {
  margin-top: 0.5208333333vw;
  z-index: 1000;
  position: relative;
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 750px) {
  .info .link_school_p {
    margin-top: 2.6666666667vw;
    z-index: 5;
  }
}
@media screen and (max-width: 750px) {
  .info .link_school_p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.info .link_school_p a {
  color: #FFDA30;
  text-decoration: underline;
}
.info .day {
  font-size: 90px;
  font-size: 4.6875vw;
  color: #FFDA30;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .info .day {
    font-size: 90px;
    font-size: 12vw;
  }
}
.info .day::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.info .day::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  .info .day {
    margin-top: 4vw;
  }
}
.info .day .big {
  font-size: 1.5em;
}
.info .time_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.34375vw;
}
.info .time_wrap .time_left p {
  color: #FFDA30;
  font-size: 60px;
  font-size: 3.125vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .info .time_wrap .time_left p {
    font-size: 60px;
    font-size: 8vw;
  }
}
.info .time_wrap .time_left p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #FFDA30;
  border-bottom: 0;
  top: 5.46875vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .info .time_wrap .time_left p:before {
    top: 14vw;
  }
}
.info .time_wrap .time_right {
  text-align: left;
  margin-left: 1.3020833333vw;
}
@media screen and (max-width: 750px) {
  .info .time_wrap .time_right {
    margin-left: 3.3333333333vw;
  }
}
.info .time_wrap .time_right ul {
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .info .time_wrap .time_right ul {
    font-size: 30px;
    font-size: 4vw;
  }
}
.info .time_wrap .time_right ul li {
  margin-top: 0.3em;
}
.info .time_wrap .time_right ul li:first-of-type {
  margin-top: 0;
}
.info .time_wrap .time_right p {
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 750px) {
  .info .time_wrap .time_right p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.info .place_h3 {
  display: inline-block;
  font-size: 40px;
  font-size: 2.0833333333vw;
  padding: 1.3em 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 750px) {
  .info .place_h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .info .place_h3 {
    padding: 0.75em 0;
    margin-top: 6.6666666667vw;
  }
}
.info .present_top {
  background-color: #fff;
  border-radius: 1.0416666667vw;
  width: 52.0833333333vw;
  margin-inline: auto;
  margin-top: 3.6458333333vw;
  padding: 2.0833333333vw 4.1666666667vw 3.3854166667vw 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .info .present_top {
    width: 90%;
    border-radius: 2.6666666667vw;
    padding: 6vw 4.9333333333vw 8vw 4.9333333333vw;
    margin-top: 7.3333333333vw;
  }
}
.info .present_top ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .info .present_top ul {
    justify-content: space-around;
  }
}
.info .present_top ul li {
  margin: 0 0.78125vw;
  width: 8.0729166667vw;
}
@media screen and (max-width: 750px) {
  .info .present_top ul li {
    width: 24.8vw;
  }
}
.info .present_top .present_top_content {
  border: 2px solid #7BABDB;
  border-radius: 1.0416666667vw;
  margin-top: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content {
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.info .present_top .present_top_content .img_book {
  position: absolute;
  width: 8.8541666667vw;
  left: 2.6041666667vw;
  top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .img_book {
    width: 24.2666666667vw;
    transform: rotate(-10deg);
    left: 5.3333333333vw;
    top: -3.3333333333vw;
  }
}
.info .present_top .present_top_content .catch {
  background-color: #7BABDB;
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-size: 1.9791666667vw;
  border-radius: 0.78125vw 0.78125vw 0 0;
  padding: 1.0416666667vw 0 1.0416666667vw 12.5vw;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .catch {
    border-radius: 2vw 2vw 0 0;
    font-size: 45px;
    font-size: 6vw;
    text-align: center;
    padding: 4.6666666667vw 0 4.6666666667vw 30.6666666667vw;
  }
}
.info .present_top .present_top_content .catch span {
  color: #FFDA30;
}
.info .present_top .present_top_content .txt_area {
  padding-left: 12.5vw;
  color: #000;
  text-align: left;
  padding-top: 0.9375vw;
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .txt_area {
    padding-left: 0;
    text-align: center;
    padding-top: 2.6666666667vw;
    padding-bottom: 4.6666666667vw;
  }
}
.info .present_top .present_top_content .txt_area p {
  font-size: 26px;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .txt_area p {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.info .present_top .present_top_content .txt_area h3 {
  font-size: 40px;
  font-size: 2.0833333333vw;
  margin-top: 0.3em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .txt_area h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
.info .present_top .present_top_content .txt_area h3::before {
  content: "";
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background-image: url("../asset_new/img/common/icon_booksize.svg");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .info .present_top .present_top_content .txt_area h3::before {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
    bottom: 7.3333333333vw;
    right: 7.3333333333vw;
  }
}
.info .present_img_01 {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.90625vw;
}
@media screen and (max-width: 750px) {
  .info .present_img_01 {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .info .present_img_01 {
    margin-top: 8.6666666667vw;
  }
}
.info .yoyaku_wrap {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 750px) {
  .info .yoyaku_wrap {
    margin-top: 8vw;
  }
}

.yoyaku_wrap {
  display: flex;
  justify-content: center;
}
.yoyaku_wrap .yoyaku_btn {
  background: #93CB3F;
  color: #000;
  font-size: 26px;
  font-size: 1.3541666667vw;
  border: 3px solid #000;
  padding: 1.5em 3.8em;
  border-radius: 100px;
  background-image: url(../asset_new/img/common/icon_link.svg);
  background-size: 1.25vw;
  background-position: center right 1.5625vw;
  background-repeat: no-repeat;
  margin: 0 0.5208333333vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .yoyaku_wrap .yoyaku_btn {
    width: 100%;
    padding: 1.5em 0 !important;
    margin: 0 5vw !important;
    margin-top: 2.6666666667vw !important;
    background-size: 4.2666666667vw;
    background-position: center right 6.6666666667vw;
    border: 2px solid #000;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
  .yoyaku_wrap .yoyaku_btn:first-of-type {
    margin-top: 0 !important;
  }
}

/*お悩みでも*/
.worries {
  background: #fff;
  background-image: url("../asset_new/img/pc/deco_bg_blue.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 18.2291666667vw;
}
@media screen and (max-width: 750px) {
  .worries {
    background-image: url("../asset_new/img/sp/deco_bg_blue_sp.svg");
    padding-top: 44vw;
  }
}
.worries .worries_h2 {
  font-size: 50px;
  font-size: 2.6041666667vw;
  text-align: center;
  padding-top: 6.25vw;
  background-image: url("../asset_new/img/common/img_SUPPORT.svg");
  background-size: 13.5416666667vw;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .worries .worries_h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .worries .worries_h2 {
    background-size: 34.6666666667vw;
    padding-top: 16vw;
  }
}
.worries .wrap_ul {
  position: relative;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul {
    margin-top: 44.4vw;
  }
}
.worries .wrap_ul .wrap_ul_flex {
  background-color: #BDD5ED;
  width: 46.875vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul .wrap_ul_flex {
    width: 90vw;
  }
}
.worries .wrap_ul ul {
  padding: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul ul {
    padding: 23.3333333333vw 6.6666666667vw 9.3333333333vw 6.6666666667vw;
  }
}
.worries .wrap_ul ul li {
  font-size: 32px;
  font-size: 1.6666666667vw;
  padding: 0.2604166667vw 0 0.2604166667vw 1.8em;
  background-image: url("../asset_new/img/common/icon_list.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2.0833333333vw;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul ul li {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.worries .wrap_ul ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul ul li {
    background-size: 5.3333333333vw;
  }
}
.worries .wrap_ul .img_boy {
  position: absolute;
  bottom: 0;
  width: 12.3958333333vw;
  right: calc(50% + 25.5208333333vw);
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul .img_boy {
    width: 29.3333333333vw;
    right: auto;
    bottom: auto;
    left: 16vw;
    top: -40vw;
  }
}
.worries .wrap_ul .img_girl {
  position: absolute;
  left: calc(50% + 25.5208333333vw);
  bottom: 0;
  width: 18.4895833333vw;
}
@media screen and (max-width: 750px) {
  .worries .wrap_ul .img_girl {
    width: 44.6666666667vw;
    left: auto;
    bottom: auto;
    right: 6.6666666667vw;
    top: -38.2666666667vw;
  }
}
.worries .worries_img {
  width: 41.9270833333vw;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .worries .worries_img {
    width: 90vw;
    margin-top: 13.3333333333vw;
  }
}

/*選ばれる理由*/
.reason {
  /*講演会内容*/
  /*その他相談コーナー*/
  /*スライダー*/
}
.reason .maintitle_reason {
  padding-top: 10.4166666667vw;
  background: #FFDA30;
  background-image: url("../asset_new/img/pc/deco_bg_white.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .reason .maintitle_reason {
    background-image: url("../asset_new/img/sp/deco_bg_white_sp.svg");
    padding-top: 28.6666666667vw;
    padding-bottom: 15.3333333333vw;
  }
}
.reason .maintitle_reason h2 {
  width: 23.8020833333vw;
  margin-inline: auto;
  margin-top: 7.8125vw;
}
@media screen and (max-width: 750px) {
  .reason .maintitle_reason h2 {
    width: 60.9333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.reason .area_title_reason_yellow {
  background-color: #FFDA30;
  padding-bottom: 5px;
}
.reason .area_title_reason_yellow h3 {
  color: #fff;
  font-size: 32px;
  font-size: 1.6666666667vw;
  line-height: 1;
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  text-align: right;
  margin-bottom: -0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_yellow h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.reason .area_title_reason_yellow h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.reason .area_title_reason_yellow h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_yellow h3 {
    width: 100%;
    padding: 0 5vw;
  }
}
.reason .area_title_reason_yellow h3 span {
  font-size: 150px;
  font-size: 7.8125vw;
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_yellow h3 span {
    font-size: 150px;
    font-size: 20vw;
  }
}
.reason .area_title_reason_yellow .bd {
  display: block;
  border-top: 5px solid #fff;
  margin-bottom: 5px;
}
.reason .area_title_reason_yellow .bd:last-of-type {
  margin-bottom: 0;
}
.reason .area_title_reason_white {
  background-color: #fff;
  padding-bottom: 5px;
}
.reason .area_title_reason_white h3 {
  color: #FFDA30;
  font-size: 32px;
  font-size: 1.6666666667vw;
  line-height: 1;
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  text-align: right;
  margin-bottom: -0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_white h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.reason .area_title_reason_white h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.reason .area_title_reason_white h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_white h3 {
    width: 100%;
    padding: 0 5vw;
  }
}
.reason .area_title_reason_white h3 span {
  font-size: 150px;
  font-size: 7.8125vw;
}
@media screen and (max-width: 750px) {
  .reason .area_title_reason_white h3 span {
    font-size: 150px;
    font-size: 20vw;
  }
}
.reason .area_title_reason_white .bd {
  display: block;
  border-top: 5px solid #FFDA30;
  margin-bottom: 5px;
}
.reason .area_title_reason_white .bd:last-of-type {
  margin-bottom: 0;
}
.reason .reason_img {
  width: 57.2916666667vw;
  padding-top: 8.8541666667vw;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .reason .reason_img {
    width: 100%;
  }
}
.reason .content_reason_01 {
  background-color: #fff;
  text-align: center;
  padding-bottom: 7.8125vw;
}
.reason .content_reason_01 h4 {
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 750px) {
  .reason .content_reason_01 h4 {
    margin-top: 13.3333333333vw;
  }
}
.reason .h4_main {
  font-size: 36px;
  font-size: 1.875vw;
  background-image: url("../asset_new/img/common/deco_title_left.svg"), url("../asset_new/img/common/deco_title_right.svg");
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: contain;
  display: inline-block;
  padding: 1.1458333333vw 3em;
}
@media screen and (max-width: 750px) {
  .reason .h4_main {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
.reason .content_reason_02 {
  background-color: #FFDA30;
  text-align: center;
  padding-bottom: 7.8125vw;
}
.reason .content_reason_02 .h4_main {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 750px) {
  .reason .content_reason_02 .h4_main {
    margin-top: 14.6666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar {
  display: flex;
  justify-content: center;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar {
    flex-wrap: wrap;
    margin-top: 6.6666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item {
  background-color: #fff;
  width: 25vw;
  border-radius: 20px;
  margin: 0 0.5208333333vw;
  text-align: center;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item {
    width: 90%;
    padding: 6.6666666667vw;
  }
  .reason .main_seminar_wrap .wrap_seminar .item:last-of-type {
    margin-top: 4vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .time {
  display: inline-block;
  background-color: #7BABDB;
  color: #fff;
  font-size: 26px;
  font-size: 1.3541666667vw;
  padding: 0.3em 1em;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item .time {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item h5 {
  font-size: 30px;
  font-size: 1.5625vw;
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item h5 {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item h5 {
    margin-top: 1em;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .subtitle {
  margin-top: 0.5em;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item .subtitle {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .line {
  display: block;
  height: 6px;
  background-color: #FFDA30;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item .line {
    margin-top: 4.6666666667vw;
    height: 0.8vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .guest {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item .guest {
    margin-top: 4.6666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .name {
  font-size: 26px;
  font-size: 1.3541666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .reason .main_seminar_wrap .wrap_seminar .item .name {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.reason .main_seminar_wrap .wrap_seminar .item .name span {
  font-size: 0.7em;
}
.reason .other_seminar_wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap {
    flex-wrap: wrap;
    margin-top: 10.6666666667vw;
    padding: 0 5vw;
  }
}
.reason .other_seminar_wrap .item {
  width: 25vw;
  text-align: center;
  margin: 0 0.5208333333vw;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap .item {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .reason .other_seminar_wrap .item:first-of-type {
    margin-top: 0;
  }
}
.reason .other_seminar_wrap .item h4 {
  font-size: 24px;
  font-size: 1.25vw;
  background-image: url("../asset_new/img/common/deco_title_left.svg"), url("../asset_new/img/common/deco_title_right.svg");
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: contain;
  display: inline-block;
  padding: 1.1458333333vw 3em;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap .item h4 {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
.reason .other_seminar_wrap .item .inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5625vw;
  margin-top: 1.0416666667vw;
  height: 14.5833333333vw;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap .item .inner {
    height: auto;
    padding: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.reason .other_seminar_wrap .item .inner h5 {
  font-size: 24px;
  font-size: 1.25vw;
  background-color: #7BABDB;
  color: #fff;
  border-radius: 50px;
  padding: 0.3em;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap .item .inner h5 {
    font-size: 30px;
    font-size: 4vw;
    display: inline-block;
    padding: 0.5em 2em;
  }
}
.reason .other_seminar_wrap .item .inner p {
  margin-top: 1em;
  text-align: left;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .reason .other_seminar_wrap .item .inner p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.reason .content_reason_03 {
  margin-bottom: 0;
}
.reason .slider_wrap {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .reason .slider_wrap {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .reason .slider_wrap {
    margin-top: 5.3333333333vw;
  }
}
.reason .slider_pc {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .reason .slider_pc {
    width: 100%;
    padding: 0 5vw;
  }
}
.reason .slider_pc .item {
  width: 20vw;
}
.reason .slider_pc .item h4 {
  font-size: 20px;
  font-size: 1.0416666667vw;
  background-image: url("../asset_new/img/common/deco_title_left.svg"), url("../asset_new/img/common/deco_title_right.svg");
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: contain;
  display: inline-block;
  padding: 1.1458333333vw 3em;
}
@media screen and (max-width: 750px) {
  .reason .slider_pc .item h4 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
.reason .slider_pc .item img {
  width: 100%;
}
.reason .slider .item {
  padding: 0 16.53vw;
}
.reason .slider .item img {
  width: 100%;
}
.reason .slider .slick-prev {
  left: 6vw;
  background-image: url("../asset_new/img/common/icon_arrow_left.svg");
}
.reason .slider .slick-next {
  right: 6vw;
  background-image: url("../asset_new/img/common/icon_arrow_right.svg");
}

/*参加者の声*/
.voice {
  background: #BDD5ED;
  padding-top: 20.8333333333vw;
  padding-bottom: 8.8541666667vw;
  background-image: url("../asset_new/img/pc/deco_bg_yellow.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .voice {
    padding-top: 50vw;
    padding-bottom: 22.6666666667vw;
    background-image: url("../asset_new/img/sp/deco_bg_yellow.svg");
  }
}
.voice h2 {
  font-size: 50px;
  font-size: 2.6041666667vw;
  text-align: center;
  padding-top: 6.3020833333vw;
  background-image: url("../asset_new/img/common/img_VOICE.svg");
  background-size: 13.5416666667vw;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .voice h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .voice h2 {
    background-size: 34.6666666667vw;
    padding-top: 16vw;
  }
}
.voice .voice_wrap {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 4.4270833333vw;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap {
    margin-top: 10.6666666667vw;
  }
}
.voice .voice_wrap .item {
  width: 83.3%;
  background-color: #fff;
  border-radius: 20px;
  padding: 3.6458333333vw 2.6041666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item {
    width: 90%;
    padding: 6.6666666667vw 4vw 16vw 4vw;
    margin-inline: auto;
  }
}
.voice .voice_wrap .item h3 {
  font-size: 32px;
  font-size: 1.6666666667vw;
  color: #7BABDB;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item h3 {
    text-align: center;
  }
}
.voice .voice_wrap .item p {
  font-size: 24px;
  font-size: 1.25vw;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.voice .voice_wrap .item .voice_boy {
  position: absolute;
  width: 20.8333333333vw;
  bottom: -9.0104166667vw;
  right: -10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item .voice_boy {
    width: 47.7333333333vw;
    bottom: -33.3333333333vw;
    right: auto;
    left: 26.6666666667vw;
  }
}
.voice .voice_wrap .item .voice_girl {
  position: absolute;
  width: 16.8229166667vw;
  bottom: -5.8854166667vw;
  left: -9.53125vw;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .item .voice_girl {
    width: 42.6666666667vw;
    bottom: -34vw;
    right: auto;
    left: 4vw;
  }
}
.voice .voice_wrap .right {
  margin-left: auto;
  margin-top: 11.9791666667vw;
}
@media screen and (max-width: 750px) {
  .voice .voice_wrap .right {
    margin-top: 40vw;
  }
}
.voice .yoyaku_wrap {
  margin-top: 11.4583333333vw;
}
@media screen and (max-width: 750px) {
  .voice .yoyaku_wrap {
    margin-top: 48vw;
  }
}

/*特典*/
.tokuten {
  background-color: #fff;
  padding-bottom: 9.8958333333vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tokuten {
    padding-bottom: 37.3333333333vw;
  }
}
.tokuten h2 {
  text-align: center;
  transform: translateY(-2.0833333333vw);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .tokuten h2 {
    width: 57.3333333333vw;
    transform: translateY(-4vw);
  }
}
.tokuten h3 {
  font-size: 42px;
  font-size: 2.1875vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .tokuten h3 {
    font-size: 42px;
    font-size: 5.6vw;
  }
}
.tokuten h3 span {
  color: #FFDA30;
}
.tokuten .img_tokuten {
  width: 52.0833333333vw;
  margin-top: 2.0833333333vw;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tokuten .img_tokuten {
    width: 90vw;
    margin-top: 5.3333333333vw;
  }
}
.tokuten .img_tokuten .img_parent {
  position: absolute;
  width: 15.78125vw;
  right: -13.3854166667vw;
  bottom: -6.5104166667vw;
}
@media screen and (max-width: 750px) {
  .tokuten .img_tokuten .img_parent {
    width: 40vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -37.3333333333vw;
  }
}
.tokuten .img_tokuten_parent {
  position: absolute;
  width: 15.78125vw;
  right: 10.4166666667vw;
  bottom: 2.8645833333vw;
}
@media screen and (max-width: 750px) {
  .tokuten .img_tokuten_parent {
    width: 40.4vw;
    right: 30.6666666667vw;
    bottom: -2vw;
  }
}

.tokuten_new_wrap {
  width: 52.0833333333vw;
  margin-inline: auto;
  margin-top: 2.0833333333vw;
  display: flex;
  justify-content: center;
  padding: 3.90625vw 0;
  background-repeat: no-repeat, no-repeat;
  background-image: url("../asset_new/img/common/line_tokuten.svg"), url("../asset_new/img/common/line_tokuten.svg"), url("../asset_new/img/common/bg_left.svg"), url("../asset_new/img/common/bg_right.svg");
  background-position: center top, center bottom, center left, center right;
  background-size: 100%, 100%, 3.2291666667vw, 3.2291666667vw;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap {
    width: 90vw;
    margin-top: 5.3333333333vw;
    padding: 8.6666666667vw 0;
    flex-wrap: wrap;
    background-size: 100%, 100%, 8.2666666667vw, 8.2666666667vw;
    background-position: center top, center bottom, top 25.3333333333vw left 8vw, top 24vw right 8vw;
  }
}
.tokuten_new_wrap .img_book {
  width: 16.6666666667vw;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap .img_book {
    width: 42.6666666667vw;
  }
}
.tokuten_new_wrap .txt_area {
  text-align: center;
  margin-left: 1.8229166667vw;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap .txt_area {
    margin: 0;
    margin-top: 5.3333333333vw;
  }
}
.tokuten_new_wrap .txt_area img {
  width: 14.0625vw;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap .txt_area img {
    width: 36vw;
  }
}
.tokuten_new_wrap .txt_area p {
  font-size: 28px;
  font-size: 1.4583333333vw;
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap .txt_area p {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
.tokuten_new_wrap .txt_area h3 {
  font-size: 42px;
  font-size: 2.1875vw;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .tokuten_new_wrap .txt_area h3 {
    font-size: 42px;
    font-size: 5.6vw;
  }
}

/*アクセス*/
.access {
  background: #7BABDB;
  color: #fff;
  text-align: center;
  padding-top: 19.2708333333vw;
  padding-bottom: 4.6875vw;
  background-image: url("../asset_new/img/pc/deco_bg_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  /*ほかリンク*/
}
@media screen and (max-width: 750px) {
  .access {
    padding-top: 41.3333333333vw;
    background-image: url("../asset_new/img/sp/deco_bg_white_sp.svg");
    padding-bottom: 13.3333333333vw;
  }
}
.access h2 {
  display: inline-block;
  color: #000;
  font-size: 36px;
  font-size: 1.875vw;
  padding: 0 2.4em;
  padding-bottom: 3.125vw;
  background-image: url(../asset_new/img/common/deco_sb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 750px) {
  .access h2 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  .access h2 {
    padding-bottom: 8vw;
  }
}
.access .line {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  display: block;
  height: 4px;
  background-color: #fff;
  margin-top: 4.4270833333vw;
}
@media screen and (max-width: 750px) {
  .access .line {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .access .line {
    width: 80vw;
    margin-top: 8vw;
  }
}
.access .address h3 {
  color: #FFDA30;
  font-size: 48px;
  font-size: 2.5vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .access .address h3 {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
.access .address p {
  font-size: 32px;
  font-size: 1.6666666667vw;
  margin-top: 0.8em;
}
@media screen and (max-width: 750px) {
  .access .address p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.access .map {
  margin-top: 3.90625vw;
}
@media screen and (max-width: 750px) {
  .access .map {
    margin-top: 10vw;
    padding: 0 5vw;
  }
}
.access .map ul {
  margin-top: 3.125vw;
  text-align: center;
}
.access .map ul li {
  font-size: 26px;
  font-size: 1.3541666667vw;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .access .map ul li {
    font-size: 32px;
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.5;
  }
  .access .map ul li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .access .map ul li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.access .map ul li:first-of-type {
  margin-top: 0;
}
.access .map ul li span {
  color: #FFDA30;
}
.access .map .g_map {
  width: 52.0833333333vw;
  margin-inline: auto;
  height: 26.8229166667vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .access .map .g_map {
    width: 100%;
    height: 68.6666666667vw;
  }
}
.access .map p {
  font-size: 24px;
  font-size: 1.25vw;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .access .map p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.access .img_school {
  width: 42.1875vw;
  display: block;
  margin-inline: auto;
  margin-top: 5.9895833333vw;
}
@media screen and (max-width: 750px) {
  .access .img_school {
    width: 100%;
    padding: 0 5vw;
    margin-top: 14vw;
  }
}
.access .yoyaku_wrap {
  margin-top: 7.5520833333vw;
}
@media screen and (max-width: 750px) {
  .access .yoyaku_wrap {
    margin-top: 11.3333333333vw;
  }
}
.access .other_links {
  display: flex;
  justify-content: center;
  margin-top: 3.6458333333vw;
}
@media screen and (max-width: 750px) {
  .access .other_links {
    flex-wrap: wrap;
  }
}
.access .other_links a {
  color: #000;
  font-size: 26px;
  font-size: 1.3541666667vw;
  border: 3px solid #000;
  padding: 1.5em 3.8em;
  border-radius: 100px;
  background-image: url(../asset_new/img/common/icon_link.svg);
  background-size: 1.25vw;
  background-position: center right 1.5625vw;
  background-repeat: no-repeat;
  margin: 0 0.5208333333vw;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  font-size: 1.25vw;
  padding: 1em 3.8em;
}
@media screen and (max-width: 750px) {
  .access .other_links a {
    width: 100%;
    padding: 1.5em 0 !important;
    margin: 0 5vw !important;
    margin-top: 2.6666666667vw !important;
    background-size: 4.2666666667vw;
    background-position: center right 6.6666666667vw;
    border: 2px solid #000;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
  .access .other_links a:first-of-type {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .access .other_links a {
    font-size: 40px;
    font-size: 5.3333333333vw;
    padding: 0.5em 3.8em;
    width: 100%;
    margin: 0 5vw;
    margin-top: 4vw;
  }
  .access .other_links a:first-of-type {
    margin-top: 0;
  }
}
.access .other_links a span {
  display: block;
  font-size: 0.7em;
  margin-top: 0.2em;
}

.school_list {
  background-color: #7BABDB;
  padding-bottom: 7.8125vw;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .school_list {
    padding-bottom: 13.3333333333vw;
  }
}
.school_list .h2_school {
  background-image: url("../asset_new/img/common/deco_title_left.svg"), url("../asset_new/img/common/deco_title_right.svg");
  background-repeat: no-repeat;
  background-position: center left, center right;
  background-size: contain;
  display: inline-block;
  padding: 1.1458333333vw 3em;
  font-size: 36px;
  font-size: 1.875vw;
}
@media screen and (max-width: 750px) {
  .school_list .h2_school {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
.school_list .wrap_school_list {
  width: 62.5vw;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.125vw;
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list {
    margin-top: 6.6666666667vw;
  }
}
.school_list .wrap_school_list .item {
  text-align: center;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list .item {
    margin-bottom: 6.6666666667vw;
    text-align: left;
  }
}
.school_list .wrap_school_list .item:last-of-type {
  margin-bottom: 0;
}
.school_list .wrap_school_list .item h3 {
  display: inline-block;
  background-color: #93CB3F;
  border: 2px solid #fff;
  font-size: 24px;
  font-size: 1.25vw;
  padding: 0.5em 1.5em;
  border-radius: 3em;
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list .item h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.school_list .wrap_school_list .item ul {
  margin-top: 0.5em;
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list .item ul {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.school_list .wrap_school_list .item ul li {
  text-align: center;
  padding-top: 0.5em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .school_list .wrap_school_list .item ul li {
    display: inline;
    line-height: 1.5;
  }
}
.school_list .wrap_school_list .item ul li:after {
  content: "／";
}
.school_list .wrap_school_list .item ul li:last-of-type:after {
  content: none;
}
.school_list .link_tsushin {
  display: block;
  width: 26.0416666667vw;
  margin-inline: auto;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .school_list .link_tsushin {
    margin-top: 14vw;
    width: 80vw;
  }
}

footer {
  background-color: #fff;
}
footer p {
  text-align: center;
  font-size: 20px;
  font-size: 1.0416666667vw;
  padding: 2em;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
footer .wrap_span span {
  display: block;
  background-color: #7BABDB;
  height: 5px;
  margin-top: 5px;
}

/*固定ボタン*/
.fixed_btn {
  position: fixed;
  width: 13.0208333333vw;
  bottom: 2.6041666667vw;
  right: 2.6041666667vw;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .fixed_btn {
    width: 40vw;
    right: 5vw;
    bottom: 6.6666666667vw;
  }
}

/*後付け*/
.syusai {
  margin-top: 1em;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .syusai {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}

/*資料請求ページ*/
@media screen and (max-width: 750px) {
  .material_wrap .top {
    background-position: center bottom, right -6.6666666667vw top 48vw, left -6.6666666667vw top 48vw;
  }
}
.material_wrap .material_h1 {
  font-size: 50px;
  font-size: 2.6041666667vw;
  line-height: 1.5;
  width: auto;
  top: 10.9375vw;
}
@media screen and (max-width: 750px) {
  .material_wrap .material_h1 {
    font-size: 45px;
    font-size: 6vw;
    text-align: center;
    top: 0.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .material_wrap .deco_student {
    top: 35.3333333333vw;
  }
}

.wrap_list_m_school {
  background-color: #7BABDB;
  padding-top: 6.7708333333vw;
  padding-bottom: 7.8125vw;
}
@media screen and (max-width: 750px) {
  .wrap_list_m_school {
    padding-top: 20vw;
  }
}
.wrap_list_m_school h2 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 750px) {
  .wrap_list_m_school h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.wrap_list_m_school .hosoku {
  text-align: center;
  font-size: 22px;
  font-size: 1.1458333333vw;
  margin-top: 1em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .wrap_list_m_school .hosoku {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}

.ul_school_m_list {
  width: 57.2916666667vw;
  margin-inline: auto;
  margin-top: 3.125vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .ul_school_m_list {
    margin-top: 6.6666666667vw;
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
.ul_school_m_list li {
  width: 100%;
}
.ul_school_m_list li img {
  width: 100%;
}

.banner_free {
  background-color: #FFDA30;
  width: 57.2916666667vw;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 1.0416666667vw;
  margin-top: 3.125vw;
  padding: 2.6041666667vw 3.6458333333vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .banner_free {
    width: 90%;
    margin-top: 6.6666666667vw;
    padding: 6.6666666667vw 6.6666666667vw;
    border-radius: 2vw;
  }
}
.banner_free h3 {
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 750px) {
  .banner_free h3 {
    font-size: 45px;
    font-size: 6vw;
  }
}
.banner_free p {
  margin-top: 1em;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .banner_free p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.banner_free .img_parent_free {
  width: 18.2291666667vw;
  position: absolute;
  bottom: -2.0833333333vw;
  right: -1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .banner_free .img_parent_free {
    width: 28vw;
    bottom: -5.3333333333vw;
    right: -2.6666666667vw;
  }
}

/*下部固定リンク*/
.fixed_link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.fixed_link a {
  display: block;
  width: 100%;
  background-color: #93CB3F;
  padding: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .fixed_link a {
    padding: 4.6666666667vw;
  }
}
.fixed_link a p {
  font-size: 24px;
  font-size: 1.25vw;
  text-align: center;
  padding: 1.5625vw;
  background-color: #FFDA30;
  width: 16em;
  margin-inline: auto;
  border-radius: 200px;
  border: 3px solid #000;
  background-image: url(../asset_new/img/common/icon_link.svg);
  background-repeat: no-repeat;
  background-size: 1.0416666667vw;
  background-position: right 1.5625vw center;
}
@media screen and (max-width: 750px) {
  .fixed_link a p {
    padding: 4.6666666667vw;
    font-size: 30px;
    font-size: 4vw;
    background-size: 4vw;
    background-position: right 4vw center;
  }
}

.giftcard {
  width: 330px;
  height: 152px;
  background-color: #00B050;
  border-radius: 10px;
  margin: 30px auto;
  color: #fff;
  padding: 20px 5px;
  position: relative;
}

.gift_em {
  font-size: 26px;
  color: #FFDA30;
  line-height: 1.1;
  padding-top: 10px;
}

.price {
  color: #fff;
  background-color: #F53939;
  font-size: 30px;
  padding: 5px;
  margin: 10px 0;
  border-radius: 4px;
}

.price_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.giftcard img {
  width: 50px;
  position: absolute;
  right: 10px;
  bottom: 6px;
}/*# sourceMappingURL=common.css.map */