@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

body {
  font-size: 18px;
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333333;
  position: relative;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/*  ---------------------------
		HEADER
---------------------------  */
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .header_inner {
  display: flex;
  align-items: center;
  height: 67px;
  max-width: 1034px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    height: 45px;
    padding-left: 5.0666666667vw;
    padding-right: 5.0666666667vw;
  }
}
header .header_inner .logo {
  width: 257px;
}
@media screen and (max-width: 768px) {
  header .header_inner .logo {
    width: calc(211 / 375 * 100vw);
    max-width: 211px;
  }
}
@media screen and (min-width: 769px) {
  header .header_inner .logo a {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  header .header_inner .logo a:hover {
    opacity: 0.7;
  }
}

/*  ---------------------------
		FOOTER
---------------------------  */
footer {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
footer .footer_inner {
  max-width: 1034px;
  margin-inline: auto;
  padding: 55px 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    padding-inline: calc(35 / 375 * 100vw);
  }
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 10px 1em;
  background-color: #333;
  font-size: 14px;
  transform: rotateZ(0.03deg);
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 9px;
  }
}
footer .copyright .copy {
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .footer_contact {
    margin-inline: auto;
  }
}
.footer_contact .contact_name {
  transform: rotateZ(0.03deg);
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_name {
    font-size: 16px;
  }
}
.footer_contact .contact_address {
  transform: rotateZ(0.03deg);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}
.footer_contact .contact_tel_mail {
  transform: rotateZ(0.03deg);
  font-size: 15px;
  color: #4D4D4D;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .footer_contact .contact_tel_mail a[href^="tel:"] {
    pointer-events: none;
  }
}

.footer_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer_column {
    flex-direction: column-reverse;
  }
}
.footer_column .footer_logo {
  max-width: 362px;
}
@media screen and (max-width: 768px) {
  .footer_column .footer_logo {
    max-width: 305px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .footer_column .footer_logo a {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  .footer_column .footer_logo a:hover {
    opacity: 0.7;
  }
}

/*  ---------------------------
		Float Button
---------------------------  */
.float_btn {
  position: fixed;
  top: -1px;
  right: 14px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .float_btn {
    right: 1.8666666667vw;
  }
}
.float_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 55px;
  background: url(../images/education/bt_stripe.png) repeat left bottom;
  border: 1px solid currentColor;
  border-radius: 0 0 14px 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 769px) {
  .float_btn a {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  .float_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .float_btn a {
    width: calc(105 / 375 * 100vw);
    font-size: min(12 / 375 * 100vw, 12px);
    max-width: 105px;
    height: 50px;
    border-radius: 0 0 7px 7px;
    text-align: left;
  }
}
.float_btn a > * {
  transform: rotateZ(0.03deg);
}

/*  ---------------------------
		To TOP Button
---------------------------  */
.bottom_right {
  position: fixed;
  bottom: 60px;
  right: 14px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bottom_right {
    bottom: 52px;
    right: calc(19 / 375 * 100vw);
  }
}

.to_top_btn {
  display: flex;
  position: relative;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffd736;
}
@media screen and (min-width: 769px) {
  .to_top_btn {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  .to_top_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .to_top_btn {
    width: 40px;
  }
}
.to_top_btn::after {
  position: absolute;
  top: 21px;
  top: calc(50% - 3px);
  left: 0;
  right: 0;
  margin-inline: auto;
  content: "";
  width: 15px;
  height: 15px;
  border-color: currentColor;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
}

/*  ---------------------------
		CONTENT
---------------------------  */
.inner {
  max-width: 1034px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 calc(19 / 375 * 100vw);
  }
}

.mv {
  background: url(../images/education/mv.png) no-repeat top center;
  background-color: #f5f0e9;
  height: 550px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv {
    background-size: 1998px auto;
    background-position-y: center;
  }
}
@media screen and (min-width: 1201px) {
  .mv {
    background-size: cover;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: calc(458 / 375 * 100vw);
    height: calc(473 / 375 * 100vw);
    background-image: url(../images/education/mv_sp.png);
    background-size: 100%;
  }
}
.mv::before {
  position: absolute;
  top: 100%;
  content: "";
  display: block;
  background-image: url("../images/education/pattern_gizagiza.png");
  background-repeat: repeat-x;
  background-size: 140px 10px;
  background-position: center bottom;
  width: 100%;
  height: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv::before {
    background-position-x: -16px;
  }
}
@media screen and (max-width: 768px) {
  .mv::after {
    position: relative;
    content: "";
    display: block;
    width: calc(350 / 375 * 100vw);
    height: calc(120 / 375 * 100vw);
    background: url(../images/education/ill_3kids_sp.png) no-repeat left top;
    background-size: cover;
    z-index: 2;
    margin: calc(8 / 375 * 100vw) auto 0;
  }
}
.mv .mv_inner {
  max-width: 1034px;
  margin-inline: auto;
  padding: 132px 20px 0;
}
@media screen and (max-width: 768px) {
  .mv .mv_inner {
    padding: calc(83 / 375 * 100vw) 0 0;
  }
}
.mv .mv_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.mv .mv_ttl .smaller {
  font-size: 33px;
  line-height: 1.8484848485;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl .smaller {
    font-size: calc(21 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    font-size: calc(36 / 375 * 100vw);
    text-align: center;
    line-height: 1.4444444444;
  }
  .mv .mv_ttl .sp_smaller {
    font-size: calc(28 / 375 * 100vw);
    margin-bottom: 0.5em;
  }
}
.mv .mv_ttl span {
  display: block;
}
.mv .mv_subttl {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin: 45px auto 0;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv .mv_subttl {
    font-size: calc(27 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
  }
}
.mv .mv_subttl .bdr_txt {
  font-size: 26px;
  border-bottom: 1px solid;
  margin-inline: auto;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .mv .mv_subttl .bdr_txt {
    font-size: calc(18 / 375 * 100vw);
    border-width: calc(1 / 375 * 100vw);
  }
}
.mv .mv_subttl span {
  display: block;
}

.slogan {
  background-color: #ffd736;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slogan {
    padding: 40px 0;
  }
}
.slogan .slogan_inner {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
.slogan .slogan_inner > * {
  max-width: 994px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slogan .slogan_inner {
    padding: 0;
  }
}
.slogan .slogan_inner::before, .slogan .slogan_inner::after {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .slogan .slogan_inner::before, .slogan .slogan_inner::after {
    display: none;
  }
}
.slogan .slogan_inner::before {
  top: -120px;
  right: 4px;
  background-image: url("../images/education/ill_girl.png");
  width: 19.5833333333%;
  aspect-ratio: 235/240;
  min-width: 168px;
  z-index: 1;
}
.slogan .slogan_inner::after {
  top: -40px;
  left: 3.5%;
  background-image: url("../images/education/ill_ruler.png");
  width: 14.25%;
  aspect-ratio: 171/156;
  min-width: 127px;
}
.slogan .slogan_ttl {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4074074074;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .slogan .slogan_ttl {
    font-size: min(22 / 375 * 100vw, 22px);
  }
}
.slogan .slogan_txt {
  font-size: 19px;
  font-weight: 400;
  transform: rotateZ(0.03deg);
  line-height: 1.7894736842;
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .slogan .slogan_txt {
    font-size: 17px;
    line-height: 1.5294117647;
    margin: 24px calc(18 / 375 * 100vw) 0;
  }
}

/*  ---------------------------
		Point
---------------------------  */
.point_sec {
  background-color: #f5f0e9;
  position: relative;
  overflow: hidden;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.point_sec::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-image: url("../images/education/pattern_gizagiza.png");
  background-repeat: repeat-x;
  background-size: 140px 10px;
  background-position: center bottom;
  width: 100%;
  height: 10px;
}
.point_sec .sec_ttl {
  color: #00984b;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto 17px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point_sec .sec_ttl {
    margin-bottom: 17px;
  }
}
.point_sec .sec_ttl::after {
  content: "";
  display: block;
  width: 286px;
  height: auto;
  aspect-ratio: 286/12;
  background: url(../images/education/titleline_green.png) no-repeat center top;
  background-size: contain;
  margin: 13px auto 0;
}
.point_sec .point_copy_ttl {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.335;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_sec .point_copy_ttl {
    font-size: min(26 / 375 * 100vw, 26px);
  }
}
.point_sec .point_copy_ttl .bg_txt {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding-inline: 0.3em;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .point_sec .point_copy_ttl .bg_txt {
    padding-inline: 0.1em;
  }
}
.point_sec .point_copy_ttl .bg_txt + .bg_txt {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .point_sec .point_copy_ttl .bg_txt + .bg_txt {
    margin-top: 0.23em;
  }
}
.point_sec .point_copy_ttl::before, .point_sec .point_copy_ttl::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point_sec .point_copy_ttl::before, .point_sec .point_copy_ttl::after {
    display: none;
  }
}
.point_sec .point_copy_ttl::before {
  background-image: url(../images/education/ill_star_left.png);
  width: 188px;
  aspect-ratio: 188/203;
  left: 10px;
}
.point_sec .point_copy_ttl::after {
  background-image: url(../images/education/ill_star_right.png);
  width: 195px;
  aspect-ratio: 195/150;
  right: -14px;
}
.point_sec .point_inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding: 55px 0;
}
.point_sec .point_inner::before, .point_sec .point_inner::after {
  position: absolute;
  top: 54px;
  content: "";
  background: url(../images/education/ill_whitedot.png) no-repeat center top;
  background-size: contain;
  display: block;
  width: 295px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .point_sec .point_inner::before, .point_sec .point_inner::after {
    top: 3px;
    width: 216px;
  }
}
.point_sec .point_inner::before {
  right: -154px;
}
@media screen and (max-width: 768px) {
  .point_sec .point_inner::before {
    right: -120px;
  }
}
.point_sec .point_inner::after {
  left: -151px;
}
@media screen and (max-width: 768px) {
  .point_sec .point_inner::after {
    left: -90px;
  }
}
.point_sec .circles_wrap {
  max-width: 866px;
  display: flex;
  justify-content: center;
  gap: 20px 3.233256351%;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point_sec .circles_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.point_sec .circles_wrap > * {
  max-width: 270px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_sec .circles_wrap > *.has_star::before {
    position: absolute;
    content: "";
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .point_sec .circles_wrap > *:nth-child(1)::before {
    background-image: url(../images/education/ill_star01_sp.png);
    width: 286px;
    height: 302px;
    top: -16px;
    left: -15px;
  }
  .point_sec .circles_wrap > *:nth-child(3)::before {
    background-image: url(../images/education/ill_star02_sp.png);
    width: 293px;
    height: 296px;
    top: -39px;
    left: -7px;
  }
}

/*  ---------------------------
		RECOMMENDATION
---------------------------  */
.rec_sec {
  background-color: #00984b;
  padding: 55px 0;
}
@media screen and (min-width: 769px) {
  .rec_sec {
    padding-bottom: 30px;
  }
}
.rec_sec .rec_inner {
  max-width: 1022px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rec_sec .rec_inner {
    padding: 0 calc(19 / 375 * 100vw);
  }
}
.rec_sec .sec_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .rec_sec .sec_ttl {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.rec_sec .sec_ttl::after {
  content: "";
  display: block;
  width: 209px;
  height: auto;
  aspect-ratio: 209/12;
  background: url(../images/education/titleline_white.png) no-repeat center top;
  background-size: contain;
  margin: 13px auto 0;
}
.rec_sec .rec_box .box_inner {
  background-color: #fff;
  padding: 25px 25px 30px;
  border-radius: 16px;
  max-width: 486px;
}
@media screen and (max-width: 768px) {
  .rec_sec .rec_box .box_inner {
    padding-inline: calc(16 / 375 * 100vw);
  }
}
.rec_sec .rec_box .course_detail > li {
  display: flex;
  align-items: flex-start;
  padding: 15px 0 0 0;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .rec_sec .rec_box .course_detail > li {
    display: block;
  }
}
.rec_sec .rec_box .course_detail > li .detail_label {
  flex-shrink: 0;
  width: 70px;
  background-color: #00984b;
  padding: 1px 10px;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
}
.rec_sec .rec_box .course_detail > li .detail_txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3846153846;
  color: #000;
}
@media screen and (max-width: 768px) {
  .rec_sec .rec_box .course_detail > li .detail_txt {
    margin-top: 8px;
  }
}
.rec_sec .rec_box .course_detail > li.course_name {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.rec_sec .rec_box .course_detail > li.course_name .course_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #00984b;
  text-align: center;
  margin-top: 10px;
}
.rec_sec .rec_box .course_detail > li.course_name .detail_txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.rec_sec .rec_box .course_btn {
  font-size: 15px;
  max-width: 296px;
  min-height: 46px;
  margin: 25px auto 0;
  padding: 5px 0.5em 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ef7c1f;
}
@media screen and (min-width: 769px) {
  .rec_sec .rec_box .course_btn {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  .rec_sec .rec_box .course_btn:hover {
    opacity: 0.7;
  }
}
.rec_sec .rec_box .course_btn .btn_txt {
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 0 1.9em 0 1.6em;
}
.rec_sec .rec_box .course_btn .btn_txt::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.rec_sec .rec_list > * {
  width: 100%;
  max-width: 486px;
  max-width: 491px;
  margin-inline: auto;
  padding: 0 2px 5px;
}
@media screen and (max-width: 1021px) {
  .rec_sec .rec_list > * {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .rec_sec .rec_list > * {
    padding: 0;
  }
}

/*  ---------------------------
		Banner
---------------------------  */
.banner_sec {
  background-color: #f5f0e9;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 55px 0;
}
.banner_sec .banner_column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px 10px;
}
.banner_sec .banner_column .banner_item {
  max-width: 470px;
}
.banner_sec .banner_column .banner_item .banner_txt {
  transform: rotateZ(0.03deg);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2777777778;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.banner_sec .banner_column .banner_item .banner_txt span {
  position: relative;
  display: inline-block;
}
.banner_sec .banner_column .banner_item .banner_txt span::before, .banner_sec .banner_column .banner_item .banner_txt span::after {
  position: absolute;
  content: "／";
  bottom: 1px;
}
.banner_sec .banner_column .banner_item .banner_txt span::before {
  left: -25px;
  transform: scale(-1, 1);
}
.banner_sec .banner_column .banner_item .banner_txt span::after {
  right: -25px;
}
@media screen and (min-width: 769px) {
  .banner_sec .banner_column .banner_item .banner_img {
    transition-duration: 0.5s;
    transition-property: opacity;
  }
  .banner_sec .banner_column .banner_item .banner_img:hover {
    opacity: 0.7;
  }
}
.banner_sec .banner_column .banner_item .has_bdr {
  position: relative;
}
.banner_sec .banner_column .banner_item .has_bdr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #c3c3c3;
  inset: 0;
}/*# sourceMappingURL=style_education.css.map */