@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*------------------------------mixin フォント------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+JP:wght@400;700;800&display=swap");
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------基本設定------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw !important;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.694444444vw !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  color: #000;
  font-size: 1.6rem;
}

img, source {
  width: 100%;
  height: 100%;
}

header{
  display: none!important;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

main {
  flex: 1;
  width: 100%;
  margin-top: 96px;
}
@media screen and (max-width: 720px) {
main {
    margin-top: 65px;
}
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

picture {
  display: block;
}

.body_text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.875;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #009795;
}

.pink {
  color: #EB0158;
}

.yellow {
  color: #FFE474;
}

.font-en {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
}

h2 {
  text-align: center;
}
h2 .sub {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h2 .sub {
    font-size: 2rem;
  }
}
h2 .main {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  h2 .main {
    font-size: 4.6rem;
  }
}
h2 .main .small {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  h2 .main .small {
    font-size: 3.8rem;
  }
}
h2 .main .font-en {
  font-size: 3.4rem;
}
@media only screen and (min-width: 768px) {
  h2 .main .font-en {
    font-size: 5.2rem;
  }
}

/* -------------- FV ---------------- */
#fv {
  background-image: url(../img/fv_2_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: FV;
  padding-top: 18rem;
}
@supports (background-image: url(../img/fv_2_sp.webp)) {
  #fv {
    background-image: url(../img/fv_2_sp.webp);
  }
}
@media only screen and (min-width: 768px) {
  #fv {
    background-image: url(../img/fv_2_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-left: 20rem;
    padding-bottom: 5.4rem;
  }
  @supports (background-image: url(../img/fv_2_pc.webp)) {
    #fv {
      background-image: url(../img/fv_2_pc.webp);
    }
  }
}
#fv h1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #fv h1 {
    text-align: left;
  }
}
#fv h1 .sub {
  width: 24.8rem;
  margin: 0 auto;
  border-radius: 0.3rem;
  /*box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);*/
}
@media only screen and (min-width: 768px) {
  #fv h1 .sub {
    width: 47.8rem;
    border-radius: 0.5rem;
    margin: 0;
  }
}
#fv h1 .main {
  font-size: 3.6rem;
  text-shadow: 0 0 1rem white;
  margin-top: 1.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#fv h1 .main::before{
  content:"";
  position: absolute;
	width:125px;
	height:38px;
	background:url(/form/ml2025_lp/img/fv_obi_3_b.png) no-repeat left;
  top: -25px;
  left: -30px;
}
@media (max-width: 1500px) {
  #fv h1 .main::before {
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  #fv h1 .main::before {
    transform: scale(0.7);
  }
}

@media (max-width: 740px) {
  #fv h1 .main::before {
    transform: scale(0.6);
    top: -20px;
    left: 15%;
  }
}

@media only screen and (min-width: 768px) {
  #fv h1 .main {
    font-size: 6.5rem;
    margin-top: 3rem;
  }
}
#fv h1 .main .small {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #fv h1 .main .small {
    font-size: 5rem;
  }
}
#fv h1 .main .pink {
  font-size: 6rem;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  #fv h1 .main .pink {
    font-size: 8.5rem;
  }
}
#fv h1 .main .kerning {
  letter-spacing: -0.1em;
}
#fv ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.5rem auto 2.4rem;
}
@media only screen and (min-width: 768px) {
  #fv ul {
    gap: 1rem;
    margin: 2.5rem 0 0;
    justify-content: flex-start;
  }
}
#fv ul li {
  background: #02B7B4;
  border-radius: 99px;
  width: 11.4rem;
  height: 11.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  #fv ul li {
    width: 15.2rem;
    height: 15.2rem;
    font-size: 1.8rem;
  }
}
#fv ul li::before {
  content: "";
  border-radius: 999px;
  border: 0.1rem solid #79CDD8;
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #fv ul li::before {
    width: 14.1rem;
    height: 14.1rem;
  }
}
#fv ul li .font-en.font-18 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  #fv ul li .font-en.font-18 {
    font-size: 2.35rem;
  }
}
#fv ul li .font-en.font-30 {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #fv ul li .font-en.font-30 {
    font-size: 3.8rem;
  }
}
#fv ul li .font-en.font-22 {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  #fv ul li .font-en.font-22 {
    font-size: 2.7rem;
  }
}
#fv ul li .font-en.font-20 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #fv ul li .font-en.font-20 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #fv picture {
    width: 29.2rem;
    position: absolute;
    right: 3rem;
    bottom: 3rem;
  }
}

/* -------------- CTA ---------------- */
#cta {
  background-image: url(../img/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.6rem 3rem 6rem;
  text-align: center;
}
@supports (background-image: url(../img/cta_bg.webp)) {
  #cta{
    background-image: url(../img/cta_bg.webp);
    background-size: 100%;
    background-repeat: repeat;
  }
}
/* -------------- 入学金免除ここから ---------------- */
/*
 #cta::after{
  content: "";
  position: absolute;
  width: 455px;
  height: 112px;
  background: url(/form/ml2025_lp/img/cpn2025.png) no-repeat left;
  top: 15%;
  margin-left: 15%;
}
@media screen and (min-width: 721px) and (max-width: 950px) {
#cta::after{
    content: "";
    position: absolute;
    width: 455px;
    height: 112px;
    background: url(/form/ml2025_lp/img/cpn2025.png) no-repeat left;
    top: 0;
    margin-left: 15%;
    background-size: 80%;
  }
}
@media screen and (max-width: 720px) {
  #cta::after{
    content: "";
    position: absolute;
    background: url(/form/ml2025_lp/img/cpn2025_sp.png) no-repeat;
    top: 85%;
    left: 50%;
    background-size: 100%;
    width: 60%;
    transform: translateY(-50%) translateX(-50%);
    margin-left: initial;
    height: 60px;
  }
} 
*/
/* -------------- 入学金免除ここまで ---------------- */
@media only screen and (min-width: 768px) {
  #cta {
    background-image: url(../img/cta_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 27rem;
  }
  @supports (background-image: url(../img/cta_bg_pc.webp)) {
    #cta {
      background-image: url(../img/cta_bg_pc.webp);
    }
  }
}
#cta .bubble {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
#cta .bubble::before, #cta .bubble::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2.5rem;
  background: #000;
  transform: rotate(40deg);
  position: absolute;
  right: -1rem;
  bottom: 0.8rem;
}
#cta .bubble::after {
  left: -1rem;
  bottom: 0.8rem;
  transform: rotate(-40deg);
}
#cta .bubble .font-en {
  font-size: 2.4rem;
}
#cta a {
  display: block;
  background: #EB0158;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 33rem;
  height: 7rem;
  border-radius: 99px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 768px) {
  #cta a {
    width: 40rem;
    margin: 0 auto;
  }
}
#cta a::before {
  content: "";
  background: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
#cta a:hover {
  background: #F63B81;
  opacity: 1 !important;
  text-decoration: none !important;
}

/* -------------- worry 悩み ---------------- */
#worry .top_wrap {
  background: #e4efee;
  padding: 4rem 3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap {
    padding: 7rem 56.8rem 7rem 45.2rem;
  }
}
#worry .top_wrap::before {
  content: "";
  background: url(../img/worry_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 11.1rem;
  height: 23.3rem;
  position: absolute;
  right: 2.5rem;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap::before {
    width: 14.2rem;
    height: 29.9rem;
    right: 45rem;
  }
}
#worry .top_wrap .top {
  background: #fff;
  border-radius: 99px;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap .top {
    font-size: 2.6rem;
  }
}
#worry .top_wrap ul {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap ul {
    margin-top: 2.5rem;
    margin-left: 5rem;
    gap: 1.2rem;
  }
}
#worry .top_wrap ul li {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 2.3rem;
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap ul li {
    padding-left: 2.8rem;
  }
}
#worry .top_wrap ul li::before {
  content: "";
  background: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.2rem;
  top: 0.7rem;
}
#worry .top_wrap ul .line {
  display: block;
  background: #afafaf;
  height: 0.1rem;
  width: 20.3rem;
}
@media only screen and (min-width: 768px) {
  #worry .top_wrap ul .line {
    width: 29.5rem;
  }
}
#worry .bottom_wrap {
  padding: 2.2rem 0;
  background: #F34686;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #worry .bottom_wrap {
    padding: 3.8rem 0;
  }
}
#worry .bottom_wrap .big {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #worry .bottom_wrap .big {
    font-size: 3.8rem;
  }
}
#worry .bottom_wrap .big .font-en {
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  #worry .bottom_wrap .big .font-en {
    font-size: 4rem;
  }
}
#worry .bottom_wrap .dotted {
  position: relative;
}
#worry .bottom_wrap .dotted::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0.5rem;
  background: radial-gradient(circle 0.4rem, #fff 50%, transparent 50%);
}
#worry .bottom_wrap .kerning {
  letter-spacing: -0.2em;
}
#worry .bottom_wrap .middle {
  font-size: 2.6rem;
}

/* -------------- lesson レッスン ---------------- */
#lesson {
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  #lesson {
    padding: 10rem 22rem;
  }
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .text_wrap {
    flex: 1;
  }
}
#lesson .top_wrap .text_wrap h2 figure {
  width: 33rem;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .text_wrap h2 figure {
    width: 36.8rem;
  }
}
#lesson .top_wrap .text_wrap h2 .main {
  white-space: nowrap;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .text_wrap h2 .main {
    margin-top: 1rem;
    text-align: left;
    line-height: 1.1;
  }
}
#lesson .top_wrap .text_wrap h2 .main .kerning {
  letter-spacing: -0.05em;
}
#lesson .top_wrap .text_wrap .body_text {
  margin-top: 1.9rem;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .text_wrap .body_text {
    font-size: 1.6rem;
  }
}
#lesson .top_wrap .text_wrap .body_text .bold {
  background: #FFF6D1;
}
#lesson .top_wrap .image_wrap {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .image_wrap {
    position: relative;
    margin-top: 0;
  }
}
#lesson .top_wrap .image_wrap .bubble {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .image_wrap .bubble {
    font-size: 1.6rem;
    position: absolute;
    bottom: 0rem;
    width: 100%;
    left: 0;
    height: 4rem;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#lesson .top_wrap .image_wrap .bubble::before, #lesson .top_wrap .image_wrap .bubble::after {
  content: "";
  display: block;
  background: #009795;
  width: 0.1rem;
  height: 5rem;
  position: absolute;
  left: -2rem;
  bottom: 0;
  transform: rotate(-25deg);
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .image_wrap .bubble::before, #lesson .top_wrap .image_wrap .bubble::after {
    display: none;
  }
}
#lesson .top_wrap .image_wrap .bubble::after {
  left: auto;
  right: -2rem;
  transform: rotate(25deg);
}
#lesson .top_wrap .image_wrap picture {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  #lesson .top_wrap .image_wrap picture {
    width: 55.6rem;
    margin: 0;
  }
}
#lesson .bottom_wrap {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap {
    margin-top: 8rem;
  }
}
#lesson .bottom_wrap .bubble {
  border-radius: 0.5rem;
  background: #EB0158;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
  line-height: 1.4;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap .bubble {
    width: 70rem;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
#lesson .bottom_wrap .bubble::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #EB0158;
}
#lesson .bottom_wrap .bubble .yellow {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap .bubble .yellow {
    font-size: 3rem;
  }
}
#lesson .bottom_wrap .bubble .yellow .font-en {
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap .bubble .yellow .font-en {
    font-size: 4rem;
  }
}
#lesson .bottom_wrap .scene_text {
  margin-top: 4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap .scene_text {
    margin-top: 5rem;
  }
}
#lesson .bottom_wrap .scene_text::before, #lesson .bottom_wrap .scene_text::after {
  content: "";
  background: #dadada;
  width: 7.2rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap .scene_text::before, #lesson .bottom_wrap .scene_text::after {
    width: 40rem;
  }
}
#lesson .bottom_wrap .scene_text::after {
  left: auto;
  right: 0;
}
#lesson .bottom_wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  row-gap: 2rem;
  column-gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap ul {
    margin-top: 3.8rem;
    gap: 2.5rem;
  }
}
#lesson .bottom_wrap ul li {
  width: calc((100% - 1rem) / 2);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap ul li {
    width: 20.5rem;
  }
}
#lesson .bottom_wrap ul li p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  #lesson .bottom_wrap ul li p {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}

/* -------------- point 5つのポイント ---------------- */
#point {
  background: #FFF6D1;
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  #point {
    padding: 8rem 22rem;
  }
}
#point h2 {
  text-align: center;
}
#point h2 .sub {
  position: relative;
  display: inline-block;
}
#point h2 .sub::before, #point h2 .sub::after {
  content: "";
  display: block;
  background: #000;
  width: 0.1rem;
  height: 100%;
  transform: rotate(-40deg);
  position: absolute;
  left: -1rem;
  bottom: 0;
}
#point h2 .sub::after {
  left: auto;
  right: -1rem;
  transform: rotate(40deg);
}
#point h2 .main {
  text-align: left;
  margin-left: 3rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #point h2 .main {
    margin-left: 7.4rem;
    margin-top: 1rem;
  }
  #point h2 .main .font-en {
    font-size: 6rem;
  }
}
#point .content_wrap {
  margin-top: 2rem;
  background: #fff;
  padding: 3rem;
  position: relative;
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  #point .content_wrap {
    margin-top: 3rem;
    padding: 6rem 0;
    text-align: center;
  }
}
#point .content_wrap::before {
  content: "";
  background: url(../img/point_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10.9rem;
  height: 10.5rem;
  position: absolute;
  right: 3rem;
  top: 0rem;
  transform: translateY(-100%);
}
@media only screen and (min-width: 768px) {
  #point .content_wrap::before {
    width: 17.4rem;
    height: 16.5rem;
    right: 7.4rem;
  }
}
#point .content_wrap .body_text {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #point .content_wrap .body_text {
    text-align: center;
  }
}
#point .content_wrap .list_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #point .content_wrap .list_wrap {
    margin-top: 4rem;
    gap: 3rem;
  }
}
#point .content_wrap .list_wrap li {
  width: 10rem;
  height: 6rem;
  background: #02B7B4;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  line-height: 1.3;
  text-align: center;
}
#point .content_wrap .list_wrap li p{
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #point .content_wrap .list_wrap li {
    background: none;
    flex-direction: column;
    width: auto;
    height: auto;
    font-size: 1.8rem;
    border-radius: 0;
  }
  #point .content_wrap .list_wrap li figure {
    width: 10rem;
    margin-bottom: 1rem;
  }
  #point .content_wrap .list_wrap li p {
    color: #009795;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#point .content_wrap .accordion-area {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #point .content_wrap .accordion-area {
    margin: 0 auto;
    margin-top: 5rem;
    width: 50rem;
  }
}
#point .content_wrap .accordion-area .title {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#point .content_wrap .accordion-area .title::before {
  content: "";
  background: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}
#point .content_wrap .accordion-area .title.close::before {
  background: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#point .content_wrap .accordion-area .box {
  display: none;
  background: #fff;
  padding: 2.2rem 0 0;
}
#point .content_wrap .accordion-area .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 1.8rem;
}
#point .content_wrap .accordion-area .box ul li figure {
  width: 6rem;
  height: 6rem;
}
#point .content_wrap .accordion-area .box ul li .body_text {
  flex: 1;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  #point .content_wrap .accordion-area .box ul li .body_text {
    text-align: justify;
    font-size: 1.4rem;
  }
}
#point .content_wrap .accordion-area .box ul li .body_text .blue {
  font-size: 1.8rem;
}
#point .content_wrap .accordion-area .box ul li + li {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: #dadada solid 0.1rem;
}

/* -------------- table 比較表 ---------------- */
#table {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 768px) {
  #table {
    padding: 10rem 32rem;
  }
}
#table table {
  width: 100%;
  margin-top: 3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #table table {
    margin-top: 4rem;
  }
}
#table table::before {
  content: "";
  display: block;
  width: calc(25% - 0.5rem);
  height: calc(100% - 0.5rem);
  border: solid #EB0158 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
#table table th, #table table td {
  width: 25%;
  height: 5.8rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
  border: solid #C9C9C9 0.1rem;
}
@media only screen and (min-width: 768px) {
  #table table th, #table table td {
    font-size: 1.6rem;
    height: 6.4rem;
  }
}
#table table th .small, #table table td .small {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #table table th .small, #table table td .small {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  #table table th .pc-small, #table table td .pc-small {
    font-size: 1.4rem;
  }
}
#table table th .big, #table table td .big {
  font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
  #table table th .big, #table table td .big {
    font-size: 3rem;
  }
}
#table table thead {
  background: #CCECEB;
}
#table table thead th {
  border-top: none;
}
#table table thead th:first-child {
  border-left: none;
}
#table table thead th.ecc {
  border-right: none;
  background: #EB0158;
  color: #fff;
  font-size: 2rem;
  position: relative;
}
#table table tbody th {
  background: #02B7B4;
  color: #fff;
  border-left: none;
  line-height: 1.3;
}
#table table tbody th.last {
  border-bottom: none;
}
#table table tbody td {
  background: #F6F6F6;
}
#table table tbody td figure {
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 2rem;
}
@media only screen and (min-width: 768px) {
  #table table tbody td figure {
    margin-bottom: 0;
    width: 3.2rem;
  }
}
#table table tbody td.ecc {
  border-right: none;
  background: #FFF6D1;
}
#table table tbody td.last {
  border-bottom: none;
}
#table .to_school {
  background-color: #fff;
  color: #02B7B4;
  border: #02B7B4 solid 0.3rem;
  display: block;
  margin-top: 2rem;
  height: 6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#table .to_school::after{
  content: "";
  background: url(../img/arrow_line_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #table .to_school {
    display: block;
    width: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 0;
  }
}

/* -------------- reason 選ばれる理由 ---------------- */
#reason {
  padding: 4rem 0 0;
}
@media only screen and (min-width: 768px) {
  #reason {
    padding: 10rem 26rem;
  }
}
#reason .swiper-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #reason .swiper-container {
    overflow: hidden;
  }
}
#reason .swiper-container .swiper-pagination {
  bottom: -2.5rem !important;
}
@media only screen and (min-width: 768px) {
  #reason .swiper-container .swiper-pagination {
    bottom: 0.5rem !important;
  }
}
#reason .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #E2E2E2;
  opacity: 1;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.75rem;
}
#reason .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8F8F8F !important;
}
#reason .swiper1 {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #reason .swiper1 {
    margin: 3rem 0 4rem;
  }
}
#reason .swiper1 .swiper-wrapper .swiper-slide {
  transform: scale(0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#reason .swiper1 .swiper-wrapper .swiper-slide .reason_content {
  width: 29rem !important;
  background: #FFF4F7;
  padding: 2rem 1.2rem;
  border-top: solid #EB0158 0.2rem;
  text-align: center;
  transform-origin: center;
}
#reason .swiper1 .swiper-wrapper .swiper-slide .slide_top {
  color: #EB0158;
  font-size: 1.6rem;
}
#reason .swiper1 .swiper-wrapper .swiper-slide .head {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
}
#reason .swiper1 .swiper-wrapper .swiper-slide .head .sub {
  font-size: 1.5rem;
}
#reason .swiper1 .swiper-wrapper .swiper-slide picture {
  width: 25rem;
  margin: 0 auto;
  margin-top: 2rem;
}
#reason .swiper1 .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
  transition: 0.5s;
}
#reason .swiper1 .swiper-button-prev::after, #reason .swiper1 .swiper-button-next::after {
  content: "";
  background: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #reason .swiper1 .swiper-button-prev::after, #reason .swiper1 .swiper-button-next::after {
    right: 28rem;
  }
}
#reason .swiper1 .swiper-button-prev::after {
  right: auto;
  left: 2rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 768px) {
  #reason .swiper1 .swiper-button-prev::after {
    left: 28rem;
  }
}
#reason .reason_bottom {
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  #reason .reason_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.5rem;
    margin-top: 7rem;
  }
}
#reason .reason_bottom .text_wrap {
  margin: 0 3rem;
  background: #EB0158;
  padding: 2rem 0;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #reason .reason_bottom .text_wrap {
    width: 45rem;
    height: 15rem;
    padding: 2rem 0;
    font-size: 1.8rem;
    position: relative;
  }
  #reason .reason_bottom .text_wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 99%;
    margin-top: -2rem;
    border: 2rem solid transparent;
    border-left: 2rem solid #EB0158;
  }
}
#reason .reason_bottom .text_wrap .yellow {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  #reason .reason_bottom .text_wrap .yellow {
    font-size: 3rem;
  }
}
#reason .reason_bottom figure {
  width: 26.5rem;
  margin: 0 auto;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 768px) {
  #reason .reason_bottom figure {
    width: 30.5rem;
    margin: 0;
  }
}

/* -------------- voice 受講者の声 ---------------- */
#voice {
  background: #02B7B4;
  padding: 4rem 3rem 6rem;
}
@media only screen and (min-width: 768px) {
  #voice {
    padding: 8rem 22rem;
  }
}
#voice h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #voice h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
#voice h2 .sub {
  display: inline-block;
  background: #fff;
  padding: 0.8rem 2rem;
  border-radius: 99px;
}
@media only screen and (min-width: 768px) {
  #voice h2 .sub {
    padding: 1.2rem 1.5rem;
  }
}
#voice h2 .main {
  color: #fff;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  #voice h2 .main {
    display: inline-block;
    margin: 0;
  }
}
#voice .swiper-container {
  position: relative;
}
#voice .swiper-container .swiper-pagination2 {
  position: absolute;
  bottom: -2.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#voice .swiper-container .swiper-pagination2 .swiper-pagination-bullet {
  background: #74D4D2;
  opacity: 1;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.75rem;
}
#voice .swiper-container .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
#voice .swiper2 {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #voice .swiper2 {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  #voice .swiper2 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
#voice .swiper2 .swiper-slide {
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  #voice .swiper2 .swiper-slide {
    width: calc((100% - 4rem) / 3);
  }
}
#voice .swiper2 .swiper-slide .top_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
#voice .swiper2 .swiper-slide .top_wrap figure {
  width: 11.2rem;
}
#voice .swiper2 .swiper-slide .top_wrap p {
  flex: 1;
  font-weight: bold;
}
#voice .swiper2 .swiper-slide .top_wrap p .name {
  font-size: 1.8rem;
}
#voice .swiper2 .swiper-slide .body_text {
  margin-top: 2rem;
}
#voice .swiper2 .swiper-button-prev2::after, #voice .swiper2 .swiper-button-next2::after {
  content: "";
  background: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #voice .swiper2 .swiper-button-prev2::after, #voice .swiper2 .swiper-button-next2::after {
    display: none;
  }
}
#voice .swiper2 .swiper-button-prev2::after {
  right: auto;
  left: -1rem;
  transform: translateY(-50%) scale(-1, 1);
}

@media only screen and (min-width: 768px) {
  #voice .swiper-container .swiper-pagination2 {
    display: none !important;
  }
}

/* -------------- flow カウンセリングの流れ ---------------- */
#flow {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 768px) {
  #flow {
    padding: 10rem 25rem;
  }
}
@media only screen and (min-width: 768px) {
  #flow .pc_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 7rem;
    margin-top: 7rem;
  }
}
#flow .pc_flex picture {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #flow .pc_flex picture {
    width: 53rem;
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  #flow .pc_flex .text_wrap {
    flex: 1;
  }
}
#flow .pc_flex .text_wrap ul {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #flow .pc_flex .text_wrap ul {
    margin-top: 0;
  }
}
#flow .pc_flex .text_wrap ul .flow_item .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
#flow .pc_flex .text_wrap ul .flow_item .flex figure {
  width: 7rem;
}
#flow .pc_flex .text_wrap ul .flow_item .flex p {
  flex: 1;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
#flow .pc_flex .text_wrap ul .flow_item .flex p .small {
  font-size: 1.4rem;
}
#flow .pc_flex .text_wrap ul .flow_item .flex p .note {
  display: inline;
  margin-top: 0;
  font-weight: normal;
  font-size: 1rem;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area {
  margin-top: 1.5rem;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .title {
  background: #000;
  color: #fff;
  font-weight: bold;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .title::before {
  content: "";
  background: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .title.close::before {
  background: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .box {
  padding: 2.2rem 1rem 0;
  display: none;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .box ol li {
  font-size: 1.4rem;
  line-height: 1.785;
  text-align: justify;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .box ol li .blue {
  font-size: 1.8rem;
  font-weight: bold;
}
#flow .pc_flex .text_wrap ul .flow_item .accordion-area .box ol li + li {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: #dadada solid 0.1rem;
}
#flow .pc_flex .text_wrap ul .flow_item + li {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid #dadada 0.1rem;
}
#flow .pc_flex .text_wrap .note {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* -------------- school 教室一覧　---------------- */
#school {
  background: #02B7B4;
  padding: 4rem 3rem 6rem;
}
@media only screen and (min-width: 768px) {
  #school {
    padding: 8rem 22rem;
  }
}
#school h2 .main {
  color: #fff;
}
#school .content {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  #school .content {
    margin-top: 5rem;
  }
}
#school .accordion-area .title_1 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #009795;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .title_1 {
    font-size: 2rem;
    height: 6rem;
  }
}
#school .accordion-area .title_1::after{
  content: "";
  background: url(../img/icon_plus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .title_1::after{
    width: 2.7rem;
    height: 2.7rem;
    right: 3rem;
  }
}
#school .accordion-area.area_wrap + .area_wrap{
  margin-top: 2rem;
}
#school .accordion-area .title_1.close::after{
  background: url(../img/icon_minus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#school .accordion-area .box_1{
  background: #fff;
  padding: 0.5rem 2rem 2rem;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1{
    padding: 1rem 5rem 3.5rem;
  }
}
#school .accordion-area .box_1 .prefectures_wrap {
  border-bottom: #dadada solid 0.1rem;
}
#school .accordion-area .box_1 .prefectures_wrap .title_2 {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1.3rem 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1 .prefectures_wrap .title_2 {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
}
#school .accordion-area .box_1 .prefectures_wrap .title_2::after {
  content: "";
  background: url(../img/icon_plus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1 .prefectures_wrap .title_2::after {
    width: 2.7rem;
    height: 2.7rem;
  }
}
#school .accordion-area .box_1 .prefectures_wrap .title_2.close::after{
  background: url(../img/icon_minus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 {
  padding-bottom: 1.3rem;
  display: none;
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 .btn_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1 .prefectures_wrap .box_2 {
    padding-bottom: 2.5rem;
    gap: 1.5rem;
  }
  #school .accordion-area .box_1 .prefectures_wrap .box_2 .btn_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen {
  background: #CCECEB;
  width: calc((100% - 0.8rem) / 2);
  height: 5rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
  color: #000;
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen p {
  color: #000;
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen.small {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen {
    background: #CCECEB;
    width: calc((100% - 3rem) / 3);
    font-size: 1.5rem;
    height: 5.6rem;
  }
  #school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen.small {
    font-size: 1.5rem;
  }
}
#school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen::before {
  content: '';
  background: url(../img/search_plus.svg) no-repeat center / contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  #school .accordion-area .box_1 .prefectures_wrap .box_2 .modalOpen::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.modal {
  display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.modal .modal-box{
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 2rem;
  width: 33rem;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px){
  .modal .modal-box{
    padding: 5rem 9.5rem;
    width: 100rem;
  }
}
.modal .modal-box .modalClose{
  width: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .modal .modal-box .modalClose{
    width: 2rem;
    top: 2rem;
    right: 2rem;
  }
}
.modal .modal-box h3{
  color: #EB0057;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 0.2rem #EB0057;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .modal .modal-box h3{
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.modal .modal-box .pc_flex iframe {
  width: 29rem;
  height: 16.8rem;
}
@media only screen and (min-width: 768px) {
  .modal .modal-box .pc_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .modal .modal-box .pc_flex iframe {
    width: 43rem;
    height: 24.8rem;
  }
}
.modal .modal-box .pc_flex .text_wrap{
  margin-top: 2rem;
}
@media only screen and (min-width: 768px){
  .modal .modal-box .pc_flex .text_wrap{
    flex: 1;
    margin-top: 0rem;
  }
}
.modal .modal-box .pc_flex .text_wrap .mark_list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.modal .modal-box .pc_flex .text_wrap .mark_list figure{
  width: 2.8rem;
}
.modal .modal-box .pc_flex .text_wrap p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  flex: 1;
}
@media only screen and (min-width: 768px){
  .modal .modal-box .pc_flex .text_wrap p {
    font-size: 1.4rem;
  }
}
.modal .modal-box .pc_flex .text_wrap .address {
  margin-top: 0.8rem;
}
.modal .modal-box .pc_flex .text_wrap .phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.modal .modal-box .pc_flex .text_wrap .phone figure{
  width: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-box .pc_flex .text_wrap .train {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
}
.modal .modal-box .pc_flex .text_wrap .train figure{
  width: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0.3rem);
}
/* -------------- FAQ よくある質問 ---------------- */
#faq {
  background: #FFF4F7;
  padding: 4rem 3rem;
}
@media only screen and (min-width: 768px) {
  #faq {
    padding: 10rem 32rem;
  }
}
#faq h2 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #faq h2 {
    margin-bottom: 7rem;
  }
}
#faq .accordion-area .title {
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 4.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #faq .accordion-area .title {
    font-size: 1.8rem;
  }
}
#faq .accordion-area .title::before {
  content: "Q";
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #EB0158;
  color: #fff;
  border-radius: 99px;
}
#faq .accordion-area .title::after {
  content: "";
  background: url(../img/icon_plus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#faq .accordion-area .title.close::after {
  background: url(../img/icon_minus_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#faq .accordion-area .box {
  display: none;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  #faq .accordion-area .box {
    margin-top: 1.5rem;
  }
}
#faq .accordion-area .box a {
  text-decoration: underline;
}
#faq .line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #dadada;
  margin: 1.5rem 0;
}

.row, .row_medium, .row_large {
  margin: 0 !important;
  padding: 0 15px 30px !important;
}
@media only screen and (min-width: 768px) {
  .row, .row_medium, .row_large {
    margin: 0 auto 60px !important;
    padding: 0 !important;
  }
}

.row_border_top {
  border-top: none !important;
}/*# sourceMappingURL=style_d.css.map */
