:root {
  --base-color: #000;
  --base-color-medium: #333;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --back-color-yellow: #feffdf;
  --back-color-paleblue: #eef9fe;
  --border-color: #ccc;
  --white-color: #fff;
  --nav-color: #333;
  --base-blue-cta-bg: #50b4eb;
  --accent-yellow: #fcee21;
  --accent-blue-medium: #0f5cbd;
  --accent-sky: #3072d6;
  --accent-red: #f03a3a;
  --accent-pink: #fb75b0;
  --accent-sky2: #0991e3;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  height: auto;
}
.modal__content5 {
  width: min(calc((550 / 750) * 100vw), 550px);
  margin: 10% auto;
}
.modal__content2 {
  width: min(calc((690 / 750) * 100vw), 690px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.modal_inner5 {
  position: absolute;
  width: min(calc((80 / 750) * 100vw), 40px);
  right: -17px;
  top: -18px;
}
.modal_inner2 {
  position: absolute;
  width: min(calc((80 / 750) * 100vw), 80px);
  right: -16px;
  top: -20px;
}
.modal_cv {
  position: relative;
  width: auto !important;
}
#modal05 {
  z-index: 20000;
  .offer_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#modal02 {
  z-index: 20000;
}
@media (min-width: 750px) {
  .modal__content5 {
    width: 400px;
  }
  .modal__content2 {
    width: min(calc((640 / 1080) * 100vw), 640px);
  }
}
@media (min-width: 1080px) {
  .modal__content5 {
    width: min(calc((700 / 1080) * 100vw), 700px);
  }
  .modal__content2 {
    width: min(calc((422 / 1080) * 100vw), 422px);
  }
}
/* 共通
      /* –––––––––––––––––––––––––––––––––––––––––––––––––– */

*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pc_on {
  display: none;
}
.sp_on {
  display: block;
}
.site-main {
  font-size: 14px;
  p {
    line-height: 1.64;
  }
}
body {
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-style: normal;
  background: var(--white-color);
  color: var(--base-color-medium);
}
section {
  padding: 48px 0;
}
.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 1.5rem;
}
.txt_c {
  text-align: center;
}
.btn_kobetsu:hover,
.btn_pri:hover {
  cursor: pointer;
}
.breadcrumbs {
  margin-top: 20px;
  list-style: none;
  font-size: 10px;
  background: #fff;
  white-space: nowrap;
  overflow: auto;
  width: auto;
  display: block;
  ul {
    background-color: #fff;
    padding: 5px 3px 5px 3px;
    margin: 5px 0px 20px 0px;
    li {
      margin: 0 5px 5px 0;
    }
  }
  a:link,
  a:visited {
    color: var(--accent-blue-medium);
    text-decoration: underline;
  }
}
.hosoku {
  font-size: min(0.7em, 12px);
}
.sp_mail {
  margin-left: 52px;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.school_info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  h1 {
    font-size: min(5vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.92px;
  }
}
h2 {
  font-size: min(6vw, 30px);
  font-weight: 700;
}
h1 .bar {
  color: var(--base-color);
}
.bar {
  position: relative;
  display: inline-block;
  padding: 8px 55px 0;
  font-size: min(5vw, 24px);
}
.bar::before,
.bar::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--accent-blue-medium);
}
h1 .bar::before {
  left: 0;
}
h1 .bar::after {
  right: 0;
}
h1 big {
  color: var(--accent-blue-medium);
  font-size: min(9vw, 46px);
}
h1 .big {
  color: var(--accent-blue-medium);
  font-size: min(9vw, 46px);
}
.school_info__previous-name {
  color: var(--accent-blue-medium);
  font-size: min(3.5vw, 18px);
  margin-bottom: 5px;
}
.kakomimozi span {
  color: var(--accent-yellow);
  background-color: var(--accent-blue-medium);
  font-size: min(5vw, 30px);
  margin: 1px;
  padding: 0 0.2em;
}
.mv {
  padding: 10px 0 1em;
}
.mv .school_title p {
  font-weight: 700;
  background-color: var(--back-color-paleblue);
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0.3em 0 2em;
}
.mv .school_img {
  aspect-ratio: 375 / 244;
}
.mv .school_img img {
  width: 100%;
  max-width: 700px;
  height: 65vw;
  max-height: 400px;
  object-fit: cover;
  vertical-align: top;
}
.mv_lessonfee .price .flex_d {
  border-radius: 20px 20px 20px 20px;
  border: 6px solid #0f5cbd;
  background: #fff;
}
.overview h2,
.nearby_schools h2 {
  background-color: var(--accent-blue-medium);
  color: var(--white-color);
  font-size: min(6vw, 30px);
  font-weight: 700;
  padding: 1rem 0em;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.nearby_schools {
  padding: 2em 0 0;
}
.lessonfee {
  padding: 1rem 0 4rem;
}
#lessonfee-fv.lessonfee {
  padding: 0 0 50px;
}
.lessonfee_content h2 {
  background-color: var(--accent-blue-medium);
  font-size: min(5.3vw, 28px);
  color: var(--white-color);
  font-weight: 700;
  text-align: left;
  padding: 0.7em 1.8em;
  border-radius: 0 20px 20px 0;
  display: inline-block;
  transform: translate(-67px, 40px);
  z-index: 2;
  position: relative;
  /* width: min(68vw, 400px); */
  white-space: nowrap;
  /* min-width: 330px;*/
}
.lessonfee_frame {
  border: 6px solid var(--accent-blue-medium);
  border-radius: 20px;
  max-width: 530px;
  margin: 0 auto;
  padding: 2.3rem 0 1rem;
}
.lessonfee_price_text {
  font-size: min(6vw, 32px);
  color: var(--accent-blue-medium);
}
.lessonfee_price_yen {
  font-size: 2.5rem;
  color: var(--accent-red);
  position: relative;
  display: inline-block;
  line-height: 1.2 !important;
  font-weight: 600;
}
.lessonfee_price_yen > span.fs_l {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: inherit;
}
.lessonfee_price .taxin {
  position: absolute;
  top: 33%;
  font-size: 0.3em;
  right: 0px;
}
.bar.lessonfee_price_text::before {
  transform: translateX(-55px);
}
.lessonfee_price_yen {
  position: relative;
  &::after {
    content: '';
    width: 0.7em;
    height: 0.7em;
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/lesson_fee_three_lines.webp)
      top / contain no-repeat;
    position: absolute;
    top: -5px;
    right: 1.4em;
  }
}
#mv_lessonfee {
  margin-top: -6rem;
  padding-bottom: 1em;
  /* margin-top: -5rem; */
}
#itemA p {
  color: var(--accent-blue-medium);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
#grid_contents {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 63%;
  max-width: 800px;
  padding: 0 1rem;
}
#itemA {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  padding: 0.5em 0;
  text-align: center;
}
#itemB {
  grid-row: 2/ 3;
  grid-column: 1 / 2;
  text-align: center;
  padding: 1rem 0 0;
}
#itemC {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  text-align: center;
}
#itemB img {
  width: 80%;
  height: auto;
}
.mv_result {
  padding: 0;
  .hosoku {
    color: var(--accent-blue-medium);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 0;
    transform: translate(0px, -10px);
    padding: 0 0 0 1rem;
    font-size: clamp(8px, 2vw, 12px);
  }
}
.overview {
  padding: 1em 0 0 0;
}
.overview_table .item {
  padding: 20px 0 20px;
  border-bottom: 1px solid #ccc;
}
.overview_table .item p {
  line-height: 2em;
}
.overview_table .item h3 {
  color: var(--accent-blue-medium);
  font-weight: 700;
  background-color: var(--back-color-paleblue);
  padding: 0.1em 0.2em;
  display: inline-block;
  margin-bottom: 1em;
  letter-spacing: 1.12px;
  line-height: 150%;
}
.overview_table .item h4 {
  color: var(--accent-blue-medium);
  font-weight: 700;
  padding: 1em 0;
}
.overview_table .item.border_none {
  border: none;
}
.item.div4 {
  padding: 0;
  h3 {
    background: transparent;
    border-left: solid 2px var(--accent-blue-medium);
  }
  div {
    background-color: var(--back-color-paleblue);
    border-radius: 4px;
    padding: 1em;
  }
}
.item.div2,
.item.div4 {
  border: none;
}
.item.div3 iframe {
  max-width: 1070px;
  height: 280px;
  width: 100%;
}
.item.div6 {
  li {
    display: inline;
    padding-right: 1em;
  }
  a {
    color: #333;
    border-bottom: 1px solid var(--accent-blue-medium);
    padding-bottom: 3px;
  }
}
.item.div9 {
  h3 {
    margin: 0 0 0.5em 0;
  }
  h4 {
    padding: 0em 0.8em;
    border-left: 0.3em solid var(--accent-blue-medium);
    text-align: left;
    margin: 1em 0 0.6em;
  }
}
.nearby_bg {
  /* width: 100%; */
  /* height: 400px; */
  background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/nearby_bg_sp.webp)
    top center / cover no-repeat;
  background-color: var(--back-color-paleblue);
}
.nearby_container {
  width: 100%;
  padding: 3rem 1rem 6rem 1rem;
  max-width: 690px;
  margin: 0 auto;
}
.nearby_container h3 {
  padding: 0.3em 0;
  font-size: min(4vw, 24px);
  border-radius: 20px 20px 0px 0px;
  background: #e5db7b;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}
.nearby_container h3:nth-of-type(2) {
  background: #da7a69;
  color: #fff;
}
.nearby_container h3:nth-of-type(3) {
  background: #518edd;
  color: #fff;
}
.nearby_container ul {
  padding: 0.1em;
  font-size: min(14px, 16px);
  border-radius: 0px 0px 20px 20px;
  background: #ffffff;
  text-align: left;
  /* display: flex; */
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  padding: 1em;
  li {
    line-height: 2;
  }
}
.blue_bg {
  background-color: #50b4eb;
}
.paleyellow_bg {
  background-color: var(--back-color-yellow);
}
.voice h2,
.common_schoolimage h2 {
  background-color: #fff;
  border-radius: 10px;
  color: var(--accent-blue-medium);
  padding: 0.3em 0.3em;
  font-size: min(6vw, 30px);
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
/* h2 {
              background-color: #fff;
              color: var(--accent-blue-medium);
              padding: 0.3em 0.3em;
              font-size: min(6vw, 30px);
              font-weight: 700;
              display: inline-block;
              text-align: center;
            }
          }  */

/*-----------------
  講習バナー関連
-----------------*/
@media (min-width: 750px) {
  .Seasonlesson {
    translate: 0 20px;
  }
}

.Seasonlesson-inner {
  width: min(calc((630 / 750) * 100vw), 630px);
  margin: 0 auto;
  padding: 00px;
  display: flex;
  border: none;
  background-color: transparent;
}
.floating-Seasonlesson {
  position: fixed;
  bottom: min(calc((130 / 750) * 100vw), 130px);
  /* max-width: 750px; */
  width: 100%;
  height: min(calc((120 / 750) * 100vw), 120px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  left: 50%;
  translate: -50% 0;
}
@media (min-width: 767px) {
  .floating-Seasonlesson {
    bottom: 0;
  }
}
.floating-inner {
  position: absolute;
  width: min(calc((690 / 750) * 100vw), 690px);
  left: 50%;
  top: min(calc((10 / 750) * 100vw), 10px);
  translate: -50% 0;
  border: none;
  background-color: transparent;
}

.Seasonlesson-banner-image {
  width: 100%;
}

.floating-Seasonlesson-banner-image {
  width: 100%;
}

@media (min-width: 1080px) {
  .Seasonlesson-inner {
    width: min(calc((650 / 1080) * 100vw), 650px);
  }
  .Seasonlesson-inner:hover {
    cursor: pointer;
    filter: brightness(95%);
  }
  .floating-Seasonlesson {
    left: 50%;
    translate: -50% 0;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    height: min(calc((120 / 750) * 100vw), 120px);
  }
  .floating-inner {
    width: 930px;
    top: min(calc((10 / 1920) * 100vw), 10px);
    left: 50%;
    translate: -50% 0;
  }
  .floating-inner:hover {
    cursor: pointer;
  }
}

.modal {
  z-index: 1000000 !important;
}

.modal__content6 {
  width: min(calc((630 / 750) * 100vw), 630px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  margin: 0px auto;
}
.modal_inner6 {
  position: absolute;
  width: min(calc((80 / 750) * 100vw), 80px);
  right: min(calc((-20 / 750) * 100vw), -20px);
  top: min(calc((-20 / 750) * 100vw), -20px);
  z-index: 1;
}
.modal_pack6 {
  height: 100%;
  overflow: scroll;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.modal_btn6 {
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  translate: -50% 0%;
  width: min(calc((560 / 750) * 100vw), 560px);
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .modal_inner6 {
    width: min(calc((48 / 1080) * 100vw), 48px);
    right: -24px;
    top: min(calc((-20 / 1080) * 100vw), -20px);
  }
  .modal__content6 {
    width: min(calc((1000 / 1080) * 100vw), 1000px);
    height: 85%;
  }
  .modal_btn6 {
    width: min(calc((600 / 1080) * 100vw), 600px);
    margin: 0 auto;
  }
}

.common_schoolimage {
  /* padding: 5em 0; */
  .slider-container {
    width: min(100%, 560px) !important;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 1rem;
    @media screen and (min-width: 1080px) {
      width: 560px;
    }
  }
  #slider {
    img {
      border-radius: 10px !important;
    }
    .slick-track {
      p {
        text-align: left;
        padding: 0.3em 0 1em 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.08em;
      }
    }
  }
  #thumbs {
    .slick-track {
      transform: unset !important;
    }
    .slick-slide {
      margin-right: 4px;
      width: calc((100% -20px) / 6) !important;
      &:nth-child(6) {
        margin-right: 0px;
      }
    }
    .slick-current img {
      border: 3px solid #da7a69;
      border-radius: 5px;
    }
  }

  .slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
  }
  .schoolimage_txt {
    max-width: 920px;
    p {
      font-size: 15px;
      text-align: left;
      font-weight: 500;
      letter-spacing: 0.06em;
      line-height: 1.7;
      @media screen and (min-width: 1080px) {
        font-size: 16px;
        margin: 1em 0;
      }
    }
  }
}
.paleblue_bg {
  background-color: var(--back-color-paleblue);
}
.principal {
  padding: 0 0 48px 0;
  .container {
    padding: 0 1rem;
  }
  .pri_bg {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 0;
    position: relative;
    padding-top: calc(615 / 750 * 100%);
    background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_sp.webp')
      top / contain no-repeat;
    h2 {
      position: absolute;
      top: 37vw;
      left: 50%;
      transform: translate(-50%);
      color: #fff;
      text-align: center;
      font-size: min(6vw, 42px);
      line-height: 1.8;
      .circle {
        display: inline-block;
        background: #fb75b0;
        border-radius: 50%;
        width: min(8vw, 73px);
        height: min(8vw, 73px);
        color: #fff;
        font-size: min(6vw, 49px);
        text-align: center;
        line-height: min(8vw, 73px);
        margin-right: 4px;
      }
    }
  }
  .slantblue_bg {
    background-color: var(--accent-blue-medium);
    background-image: repeating-linear-gradient(
      -55deg,
      var(--accent-blue-medium),
      var(--accent-blue-medium) 6px,
      #ffffff15 1px,
      #ffffff15 7px
    );
    padding: 80px 0 100px;
    h2 {
      color: #fff;
      text-align: center;
    }
  }
  .white_bg {
    width: 100%;
    position: relative;
    padding: 1em 0;
    text-align: center;
    background-color: #fff;
    .principal_img {
      z-index: 2;
      position: absolute;
      top: max(-23vw, -190px);
      left: 50%;
      width: 200px;
      height: 200px;
      transform: translateX(-50%);
    }
    .principal_img.kai {
      top: -90px;
      width: min(42vw, 300px);
      height: min(42vw, 300px);
    }
    .principal_txt {
      background-color: #fff;
      position: relative;
      z-index: 1;
      padding: 1em 1em 2em 1em;
      border-radius: 10px;
      &::before {
        content: '';
        width: 100%;
        height: 120px;
        background: #fff;
        display: block;
      }
      p {
        text-align: left;
        line-height: 1.7;
      }
    }
    h3 {
      color: var(--accent-blue-medium);
      font-size: min(4vw, 30px);
      font-weight: 700;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }
  }
}
.slashtitle {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  /* font-size: 2.5rem; */
}
.slashtitle:before,
.slashtitle:after {
  position: relative;
  display: inline-block;
  content: '';
  background: #fff;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.slashtitle:before {
  transform: rotate(-35deg);
}
.slashtitle:after {
  transform: rotate(35deg);
}
.dots {
  background-image: radial-gradient(
    circle at center,
    var(--accent-pink) 20%,
    transparent 20%
  );
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}
.about_principal {
  margin-top: 2rem;
  .title_wrap {
    background: #fff;
    padding: 0 0 1em 0;
    border-radius: 15px 15px 0 0;
  }
  .about_principal_title {
    max-width: 690px;
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/about_principal_title.webp)
      top center / contain no-repeat;
    margin: 0 auto;
    height: 186px;
    position: relative;
    p {
      position: absolute;
      top: 106px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      font-size: min(calc(36 / 750 * 100vw), 36px);
      font-weight: 700;
      text-align: center;
      width: 100%;
    }
  }
  h3 {
    width: 90%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 29px;
    margin: 0 auto;
    font-family: 'fot-tsukuardgothic-std', sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
.principal_qa {
  /* max-width: 920px; */
  padding: 2rem 1rem 1rem !important;
  background: #fff;
  border-radius: 0 0 15px 15px;
  .fukidashi_shita {
    display: flex;
    /* max-width: 630px; */
    padding: 15px 19px 28px 19px;
    align-items: flex-start;
    border-radius: 20px;
    background: #0f5cbd;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 1.65;
    letter-spacing: 1.5px;
    &::before {
      content: 'Q';
      color: #fff;
      font-size: 1em;
      font-weight: 700;
      background-color: var(--base-blue-cta-bg);
      width: 2.5em;
      height: 2.5em;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1em;
      border-radius: 50%;
      padding: 1em;
    }
    &::after {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      left: calc(50% - 15px);
      bottom: -15px;
      border-style: solid;
      border-color: var(--accent-blue-medium) transparent transparent
        transparent;
      border-width: 30px 15px 0px;
    }
  }
  p {
    padding: 2em 1em;
    position: relative;
    line-height: 1.7;
    &::before {
      content: '';
      width: 100px;
      height: 50px;
      position: absolute;
      top: -35px;
      right: 20px;
    }
  }
  .qa_a1::before {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_01.webp)
      center top / contain no-repeat;
    width: 80px;
  }
  .qa_a2::before {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_02.webp)
      center top / contain no-repeat;
    width: 100px;
    height: 78px;
    top: -49px;
  }
  .qa_a3::before {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_03.webp)
      center top / contain no-repeat;
    top: -35px;
  }
  .qa_a4::before {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_04.webp)
      center top / contain no-repeat;
  }
}

.principal2 {
  padding: 0;

  .pri_bg {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_sp.webp)
      top / contain no-repeat;
    aspect-ratio: 750 / 615;
    padding-top: 0;
    width: 100%;
    position: relative;
    height: auto;
    max-width: 750px;
    margin: 0 auto;

    h2 {
      position: absolute;
      top: 37vw;
      left: 50%;
      transform: translate(-50%);
      color: #fff;
      text-align: center;
      font-size: min(6vw, 42px);
      line-height: 1.8;

      .circle {
        display: inline-block;
        background: #fb75b0;
        border-radius: 50%;
        width: min(8vw, 73px);
        height: min(8vw, 73px);
        color: #fff;
        font-size: min(6vw, 49px);
        text-align: center;
        line-height: min(8vw, 73px);
        margin-right: 4px;
      }
    }
  }

  .container {
    padding: 0 1rem 60px;
  }

  .white_bg {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;

    .principal_img.kai {
      z-index: 2;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(min(42vw, 300px) / -2);
      width: min(42vw, 300px);
      height: min(42vw, 300px);
    }
  }

  .principal_txt {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 1em 1em 2em 1em;
    border-radius: 0;

    &::before {
      content: '';
      width: 100%;
      height: calc(min(42vw, 300px) / 2);
      display: block;
    }

    h3 {
      color: var(--accent-blue-medium);
      font-size: min(4vw, 30px);
      font-weight: 700;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }

    p {
      text-align: left;
      line-height: 1.7;
    }
  }

  .principal_qa {
    border-radius: 0 0 15px 15px;
    background: none;
    padding: 0 !important;

    .bg_w {
      background: #fff;
      padding: 0em 1em 0;
      margin: 0.5em 0;
      border-radius: 20px;

      &:first-child {
        border-radius: 0 0 20px 20px;
        padding: 0 1em 0em;
        margin: 0;
      }
    }

    .fukidashi_shita {
      padding: 16px 19px 24px 19px;
      text-align: left;
    }

    p {
      text-align: left;
    }
  }

  .about_principal {
    margin-top: 0;

    .title_wrap {
      padding: 0 0 1em 0;
      border-radius: 0;
    }

    h3 {
      background: none;
      display: block;
      width: 100%;
      height: auto;
      font-size: min(8vw, 50px);
      color: #333;
      margin: 0 auto;
      font-family: 'fot-tsukuardgothic-std', sans-serif;
      font-weight: 700;
      font-style: normal;

      &::after {
        content: '';
        vertical-align: middle;
        width: 40px;
        height: 50px;
        display: inline-block;
        background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_mic_bg.webp)
          center / contain no-repeat;
      }
    }
  }
}

.readmore1 {
  position: relative;
  padding: 0px 0px;

  .btn_pri {
    width: 270px;
    height: auto;
    margin: 0 auto;
    margin-top: 1em;
  }
}

.readmore1-content {
  position: relative;
  height: 212px;
  transition: all 0.4s;
  overflow: hidden;
  background-color: white;
}

.readmore1-content::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 100px;
  transition: all 0.4s;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  z-index: 9;
}

.readmore1-content.is_open:before {
  display: none;
}

.slashtitle2 {
  font-size: min(5vw, 30px);
  color: #0f5cbd;
  border-top: 2.5px solid #deedff;
  padding-top: 1em;
  font-weight: bold;
  margin: 0px 1em;
}

.slashtitle2:before,
.slashtitle2:after {
  position: relative;
  display: inline-block;
  content: '';
  background: #0f5cbd;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slashtitle2:before {
  transform: rotate(-35deg);
}

.slashtitle2:after {
  transform: rotate(35deg);
}

@media screen and (min-width: 750px) {
  .principal2 {
    .container {
      max-width: 750px;
      padding: 0 0em 70px;
    }

    .principal_qa {
      .bg_w {
        background: #fff;
        padding: 1em 1em 0;
        margin: 1em 0;
        border-radius: 20px;
      }
    }

    .white_bg {
      .principal_txt {
        &::before {
          content: '';
          width: 100%;
          height: 160px;
          display: block;
        }
      }

      .principal_img.kai {
        top: -150px;
        width: 300px;
        height: 300px;
      }
    }

    .pri_bg {
      h2 {
        top: 270px;
      }
    }
  }
}

@media screen and (min-width: 1080px) {
  .principal2 {
    .principal_qa {
      .bg_w {
        padding: 0em 2em 0;

        &:first-child {
          padding: 0 2em 1em;
        }
      }

      .fukidashi_shita {
        font-size: 18px;
        line-height: 48px;
        padding: 24px 19px 24px 19px;
      }
    }

    .container {
      max-width: 1000px;
    }

    .white_bg {
      display: block;

      .principal_img.kai {
        top: -50px;
        left: 230px;
        width: 400px;
        height: 400px;
      }

      .principal_txt {
        min-height: 390px;
        padding: 2em 30px 2em 470px;

        &::before {
          content: none;
          width: 100%;
          height: 0;
        }

        h3 {
          text-align: left;

          &::after {
            width: 60px;
            height: 70px;
          }
        }
      }
    }

    .pri_bg {
      width: 100%;
      max-width: 100%;
      height: 476px;
      background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_pc.webp)
        top / cover no-repeat;
      padding-top: 0;

      h2 {
        top: 264px;
      }
    }
  }

  .readmore1-content::before {
    bottom: 0px;
    height: 90px;
  }

  .readmore1 {
    .btn_pri {
      width: auto;
      margin-top: 2em;
    }
  }

  .section-common_schoolimage {
    padding: 50px 0;
  }
}

/*-----------------
      2024/6/4追加分
    ------------------*/
.principal2 {
  padding: 0;

  .pri_bg {
    background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_sp.webp)
      top / contain no-repeat;
    aspect-ratio: 750 / 615;
    padding-top: 0;
    width: 100%;
    position: relative;
    height: auto;
    max-width: 750px;
    margin: 0 auto;

    h2 {
      position: absolute;
      top: 37vw;
      left: 50%;
      transform: translate(-50%);
      color: #fff;
      text-align: center;
      font-size: min(6vw, 42px);
      line-height: 1.8;

      .circle {
        display: inline-block;
        background: #fb75b0;
        border-radius: 50%;
        width: min(8vw, 73px);
        height: min(8vw, 73px);
        color: #fff;
        font-size: min(6vw, 49px);
        text-align: center;
        line-height: min(8vw, 73px);
        margin-right: 4px;
      }
    }
  }

  .container {
    padding: 0 1rem 60px;
  }

  .white_bg {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;

    .principal_img.kai {
      z-index: 2;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(min(42vw, 300px) / -2);
      width: min(42vw, 300px);
      height: min(42vw, 300px);
    }
  }

  .principal_txt {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 1em 1em 2em 1em;
    border-radius: 0;

    &::before {
      content: '';
      width: 100%;
      height: calc(min(42vw, 300px) / 2);
      display: block;
    }

    h3 {
      color: var(--accent-blue-medium);
      font-size: min(4vw, 30px);
      font-weight: 700;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }

    p {
      text-align: left;
      line-height: 1.7;
    }
  }

  .principal_qa {
    border-radius: 0 0 15px 15px;
    background: none;
    padding: 0 !important;

    .bg_w {
      background: #fff;
      padding: 0em 1em 0;
      margin: 0.5em 0;
      border-radius: 20px;

      &:first-child {
        border-radius: 0 0 20px 20px;
        padding: 0 1em 0em;
        margin: 0;
      }
    }

    .fukidashi_shita {
      padding: 16px 19px 24px 19px;
      text-align: left;
    }

    p {
      text-align: left;
    }
  }

  .about_principal {
    margin-top: 0;

    .title_wrap {
      padding: 0 0 1em 0;
      border-radius: 0;
    }

    h3 {
      background: none;
      display: block;
      width: 100%;
      height: auto;
      font-size: min(8vw, 50px);
      color: #333;
      margin: 0 auto;
      font-family: 'fot-tsukuardgothic-std', sans-serif;
      font-weight: 700;
      font-style: normal;

      &::after {
        content: '';
        vertical-align: middle;
        width: 40px;
        height: 50px;
        display: inline-block;
        background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/interview_mic_bg.webp)
          center / contain no-repeat;
      }
    }
  }
}

.readmore1 {
  position: relative;
  padding: 0px 0px;

  .btn_pri {
    width: 270px;
    height: auto;
    margin: 0 auto;
    margin-top: 1em;
  }
}

.readmore1-content {
  position: relative;
  height: 212px;
  transition: all 0.4s;
  overflow: hidden;
  background-color: white;
}

.readmore1-content::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 100px;
  transition: all 0.4s;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  z-index: 1000;
}

.readmore1-content.is_open:before {
  display: none;
}

.slashtitle2 {
  font-size: min(5vw, 30px);
  color: #0f5cbd;
  border-top: 2.5px solid #deedff;
  padding-top: 1em;
  font-weight: bold;
  margin: 0px 1em;
}

.slashtitle2:before,
.slashtitle2:after {
  position: relative;
  display: inline-block;
  content: '';
  background: #0f5cbd;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slashtitle2:before {
  transform: rotate(-35deg);
}

.slashtitle2:after {
  transform: rotate(35deg);
}

@media screen and (min-width: 750px) {
  .principal2 {
    .container {
      max-width: 750px;
      padding: 0 0em 70px;
    }

    .principal_qa {
      .bg_w {
        background: #fff;
        padding: 1em 1em 0;
        margin: 0;
        border-radius: 20px;
      }
    }

    .white_bg {
      .principal_txt {
        &::before {
          content: '';
          width: 100%;
          height: 160px;
          display: block;
        }
      }

      .principal_img.kai {
        top: -150px;
        width: 300px;
        height: 300px;
      }
    }

    .pri_bg {
      h2 {
        top: 270px;
      }
    }
  }
}

@media screen and (min-width: 1080px) {
  .principal2 {
    .principal_qa {
      .bg_w {
        padding: 0em 2em 0;

        &:first-child {
          padding: 0 2em 1em;
        }
      }

      .fukidashi_shita {
        font-size: 18px;
        line-height: 48px;
        padding: 24px 19px 24px 19px;
      }
    }

    .container {
      max-width: 1000px;
    }

    .white_bg {
      display: block;

      .principal_img.kai {
        top: -50px;
        left: 230px;
        width: 400px;
        height: 400px;
      }

      .principal_txt {
        min-height: 390px;
        padding: 2em 30px 2em 470px;

        &::before {
          content: none;
          width: 100%;
          height: 0;
        }

        h3 {
          text-align: left;

          &::after {
            width: 60px;
            height: 70px;
          }
        }
      }
    }

    .pri_bg {
      width: 100%;
      max-width: 100%;
      height: 476px;
      background: url(https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_pc.webp)
        top / cover no-repeat;
      padding-top: 0;

      h2 {
        top: 264px;
      }
    }
  }

  .readmore1-content::before {
    bottom: 0px;
    height: 90px;
  }

  .readmore1 {
    .btn_pri {
      width: auto;
      margin-top: 2em;
    }
  }
}

/*-----------------
  生徒の声 .student-voices
-----------------*/
.student-voices {
  &.__wrap {
    padding: 0 15px;
    margin: 0 auto;

    @media screen and (min-width: 1080px) {
      max-width: 1048px;
      padding: 0 24px;
    }
  }

  &.__heading {
    text-align: center;

    span {
      display: inline-block;
      padding: 4px 10px 2px 10px;
      background-color: #fff;
      border-radius: 5px;
      color: #0f5cbd;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.33;
      letter-spacing: 0.045rem;

      @media screen and (min-width: 1080px) {
        font-size: 32px;
        padding: 5px 20px 7px 20px;
      }
    }
  }

  &.__box {
    overflow: hidden;
    padding: 10px 12.5px;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;

    @media screen and (min-width: 1080px) {
      display: -webkit-box;
      display: flex;
      padding: 18px 20px;
      margin-top: 24px;
      border-width: 2px;
      border-radius: 16px;
    }

    &:first-of-type {
      margin-top: 30px;

      @media screen and (min-width: 1080px) {
        margin-top: 32px;
      }
    }

    /* .is-more */
    &.is-more {
      .student-voices {
        &.__more {
          height: auto;
          background: transparent;
        }

        &.__button {
          background-image: url("../../images/school/student-voices_icon_more-close.svg");
        }
      }
    }
  }

  &.__img {
    position: absolute;
    top: 15px;
    left: 12.5px;

    @media screen and (min-width: 1080px) {
      position: static;
      width: 181px;
    }

    img {
      width: 100px;
      height: 100px;
      object-fit: cover;

      @media screen and (min-width: 1080px) {
        width: 181px;
        height: 181px;
      }
    }
  }

  &.__meta {
    @media screen and (min-width: 1080px) {
      width: calc(100% - 181px);
      padding-left: 20px;
    }
  }

  &.__category {
    text-align: right;

    span {
      display: inline-block;
      width: 81.5px;
      padding: 3px 0;
      border-radius: 13px;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.025em;
      text-align: center;

      @media screen and (min-width: 1080px) {
        width: 100px;
        border-radius: 25px;
        padding: 5px 0;
        font-size: 14px;
      }
    }

    /* 小学生 */
    &.--shogakusei {
      span {
        background: #ef9e01;
      }
    }

    /* 中学生 */
    &.--chugakusei {
      span {
        background: #0fbd40;
      }
    }

    /* 高校生 */
    &.--kokosei {
      span {
        background: #3164e6;
      }
    }
  }

  &.__subheading {
    min-height: 68px;
    padding-left: 110px;
    margin-top: 10px;
    color: #0f5cbd;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.025em;

    @media screen and (min-width: 1080px) {
      min-height: inherit;
      padding-left: 0;
      padding-bottom: 8px;
      margin-top: 5px;
      border-bottom: 2px solid #0f5cbd;
      font-size: 18px;
    }
  }

  &.__read {
    margin-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.025em;

    @media screen and (min-width: 1080px) {
      padding-bottom: 10px;
      margin-top: 8px;
      font-size: 18px;
    }
  }

  &.__more {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    width: calc(100% - 20px);
    height: 75px;
    padding-bottom: 8px;
    margin: auto;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, .7) 70%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;

    @media screen and (min-width: 1080px) {
      -webkit-box-pack: end;
      justify-content: flex-end;
      width: calc(100% - 241px);
      height: 82px;
      padding-bottom: 20px;
      background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, .7) 70%, rgba(255, 255, 255, 0) 100%);
      text-align: right;
      left: auto;
      right: 20px;
      bottom: 0;
    }
  }

  &.__button {
    display: inline-block;
    padding-left: 17px;
    background: url("../../images/school/student-voices_icon_more.svg") no-repeat top 9px left / 12px 12px;
    border: 0;
    cursor: pointer;
    outline: none;
    color: #0f5cbd;
    font-family: 'noto-sans-cjk-jp', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.025em;
    text-decoration: underline;
    position: relative;

    @media screen and (min-width: 1080px) {
      padding-left: 28px;
      background-position: top 9px left;
      background-size: 18px 18px;
      font-size: 18px;
    }
  }
}

@media (min-width: 1080px) {
  .section-student-voices {
    padding: 50px 0;
  }
}

/*-----------------
      2024/6/6追加分
    ------------------*/
@media (min-width: 1920px) {
  .principal2 {
    .pri_bg {
      background-size: auto;
      background-color: #37b2d3;
    }
  }
}

.voice {
  padding: 5em 0;
  .slider-container {
    width: 100%;
    height: auto;
    margin: 1rem auto;
    @media screen and (min-width: 1080px) {
      width: 100%;
    }
  }
  #simple_slider {
    /* border-radius: 10px !important; */
    /* margin: 0 auto;
              max-width: 100%;
              width: 80%; */
    .voice_slider_img {
      width: auto !important;
      margin: 0 10px;
      background: #fff;
      border-radius: 10px;
      img {
        /* height: auto; */
        width: 100%;
        border-radius: 10px 10px 0 0 !important;
        /* width: 280px; */
        height: 145px;
        object-fit: cover;
        @media screen and (min-width: 1080px) {
          /* width: 320px; */
          height: 155px;
        }
      }
      p {
        margin: 0.8em;
        text-align: left;
      }
      .bottom {
        border-top: 1px solid #ddd;
        margin: 0.5em 0;
        display: flex;
        justify-content: flex-end;
        padding: 0.5em 0.3em;
        font-size: 0.9em;
      }
    }
  }
  .voice p {
    font-size: 14px;
    max-width: 920px;
    @media screen and (min-width: 1080px) {
      font-size: 16px;
    }
  }
  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    color: var(--accent-blue-medium);
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
  .slick_dots {
    bottom: -30px !important;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
    color: var(--accent-blue-medium) !important;
    opacity: 1;
  }
  .slick-prev {
    left: 25px !important;
    background-color: #fff;
  }
  .slick-next {
    right: 25px !important;
    background-color: #fff;
  }
}
.lessonfee_price {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  .lessonfee_kakomi {
    .kakomimozi span {
      font-size: min(8vw, 30px);
      /* padding: 0 0.23em; */
    }
    .tate {
      font-size: 0.7em;
      writing-mode: vertical-rl;
      transform: translateY(7px);
    }
  }
  .lessonfee_price_text {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}
#lessonfee .lessonfee_price_text {
  color: #333;
}
.btn.modal_btn {
  margin: 0 auto;
}
.btn_shiryo__img {
  width: 360px;
  height: auto;
}
#common_result {
  padding: 60px 0 30px;
  h2.image {
    margin: 0;
    &::before {
      content: none;
    }
  }
}
#common_result {
  padding: 20px 0 10px;
}
#common_result.section-arrow::after {
  display: none;
}
#common_sengen {
  padding: 48px 0 0;
}
.common_sengen {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  p {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.04em;
    font-feature-settings: 'palt' on;
    img {
      padding: 0.4em;
    }
    .pink {
      font-weight: 700;
    }
  }
}
.common_studytips {
  h2 {
    margin: 0;
    &::before {
      content: none;
    }
  }
  .studytips-img div {
    position: relative;
    p {
      border-radius: 12px;
      color: var(--accent-blue-medium);
      border: 3px solid var(--base-333, #333);
      background: var(--accent-yellow, #fcee21);
      font-size: 20px;
      padding: 8px 0;
      text-align: center;
      font-weight: 700;
      line-height: 1.4;
      position: absolute;
      top: 75%;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      span {
        display: block;
        font-size: 16px;
        color: #333;
      }
    }
  }
  .studytips-txt {
    margin-top: 4rem;
  }
}

.seisyain-txt {
  p > img {
    width: 90%;
    max-width: 364px;
  }
}
.common_faq {
  padding: 45px 0;
  h2 {
    color: #333333;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  .faq_contents {
    margin-top: 1.8em;
    max-width: 920px;
    .details {
      background: #fff;
      border-radius: 20px;
      margin-bottom: 1.5rem;
      letter-spacing: 0.64px;
      .details-summary {
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: block;
        padding: 1em 2.3em 1em 12px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        background-color: var(--accent-sky2);
        display: flex;
        align-items: center;
        &::before {
          content: 'Q';
          display: block;
          color: var(--accent-blue-medium);
          font-size: 1em;
          font-weight: 700;
          background-color: #fff;
          border-radius: 50%;
          width: 2.5em;
          height: 2.5em;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 1em;
          padding: 1em;
        }
        &:hover {
          cursor: pointer;
          opacity: 0.8;
        }
        .btn {
          position: absolute;
          top: 37%;
          right: 3%;
          width: 20px;
          height: 20px;
          transform-origin: center center;
          transition-duration: 0.2s;
          background: var(--accent-blue-medium);
          border-radius: 50%;
          &:before,
          &:after {
            content: '';
            background-color: #fff;
            border-radius: 10px;
            width: 12px;
            height: 2px;
            position: absolute;
            top: 9px;
            left: 4px;
            transform-origin: center center;
          }
          &:before {
            width: 2px;
            height: 12px;
            top: 4px;
            left: 9px;
          }
        }
        &.is-active {
          .btn {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            &:before {
              content: none;
            }
          }
        }
      }
      .details-summary::-webkit-details-marker {
        display: none;
      }
      .details-content {
        display: flex;
        padding: 1em 12px;
        &::before {
          content: 'A';
          display: block;
          color: #fff;
          font-size: 1em;
          font-weight: 700;
          background-color: var(--accent-pink);
          border-radius: 50%;
          width: 2.5em;
          height: 2.5em;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 1em;
          padding: 1em;
        }
        p {
          margin: 0 0 20px;
          color: #000;
          font-size: 14px;
          font-weight: 400;
          text-align: left;
          &:last-of-type {
            margin: 0 0 0;
          }
        }
      }
    }
  }
}

.common_faq__header::before {
  font-size: 1.6rem;
  content: 'FAQ';
  color: var(--accent-blue-medium);
  display: block;
  line-height: 1.8;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.course {
  padding: 0 0 48px 0;
  .course_bg {
    width: 100%;
    /* height: 400px; */
    background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/feature_bg_sp.webp')
      top / contain no-repeat;
  }
  h2 {
    color: var(--accent-yellow, #fcee21);
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.56px;
    background-color: var(--accent-blue-medium);
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 1.7em 0;
    transform: translateY(70px);
    .dots {
      background-image: radial-gradient(
        circle at center,
        var(--accent-yellow) 20%,
        transparent 20%
      );
    }
  }
  h3 {
    color: var(--accent-blue-medium, #0f5cbd);
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: min(4.5vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.28px;
    border-top: 2px solid var(--accent-blue-medium, #0f5cbd);
    border-bottom: 2px solid var(--accent-blue-medium, #0f5cbd);
    padding: 0.7em 0em;
    margin: 1rem 0;
  }
  dl {
    padding: 0.5em 0;
  }
  dt {
    color: var(--accent-pink, #fb75b0);
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 48px */
    letter-spacing: 2.4px;
  }
  dd {
    color: var(--base-333, #333);
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 54px */
    letter-spacing: 2.4px;
    img {
      width: 100%;
      height: auto;
    }
  }

  .tab-wrap {
    margin: 100px auto 0;
  }
}

/* タブ */
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-item {
  width: 33%;
  padding: 10px 0;
  background-color: #ddd;
  color: #999;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-size: min(5vw, 20px);
  &::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/eye catch_off.svg')
      center / contain no-repeat;
    margin: 4px auto 0;
  }
  &:hover {
    /* opacity: 0.7; */
  }
  &.is-active {
    background-color: var(--base-blue-cta-bg);
    color: var(--accent-yellow);
  }
  &.is-active {
    position: relative;
    &::after {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/eye catch_on.svg')
        center / contain no-repeat;
      margin: 4px auto 0;
    }
    &::before {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      height: 0;
      width: 0;
      border-style: solid;
      border-color: transparent;
      border-top-color: var(--base-blue-cta-bg);
      border-width: 8px;
      content: '';
    }
  }
}

/* タブをクリックした時 ホバーした時 */
/* パネル */
.panel-list {
  margin-top: 1.5em;
  background-color: #fff;
}
.panel-item {
  display: none;
  width: 100%;
  /* padding: 40px 30px; */
  background-color: var(--back-color-paleblue);
  &.is-active {
    display: block;
    animation: panel-show 0.3s ease-in-out forwards;
  }
  .flex_d {
    gap: 30px;
    align-items: flex-start;
    .text {
      padding: 1em;
    }
    img {
      /* width: 100%;
                height: auto; */
    }
  }
  .guide {
    padding: 1em;
    position: relative;
    img {
      width: 100%;
      height: auto;
    }
    .shiryo_btn {
      position: absolute;
      width: min(calc((510 / 750) * 100vw), 510px);
      bottom: min(calc((70 / 750) * 100vw), 70px);
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
.kobetsu {
  padding: 0;
}
.saidaikyu {
  padding: 2rem 0 48px;
  h3 {
    font-size: min(7vw, 30px);
    font-size: 15px;
    font-feature-settings: 'palt' on;
    text-align: left;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  p {
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .hosoku {
    font-size: min(0.7em, 20px);
  }
}
.pink {
  color: var(--accent-pink);
}
#nyushitaisaku {
  padding: 10px 0 20px;
}
.nyushitaisaku h2,
.tvsyoukai .waku .subtitle {
  font-feature-settings: 'palt' on;
  font-size: min(6.3vw, 24px);
  font-weight: 700;
  color: var(--accent-blue-medium);
  text-align: left;
  margin: 0.5em 0;
  line-height: 1.4;
  text-wrap: nowrap;
}
.nyushitaisaku {
  h2 .fs-s {
    font-size: 0.8em;
    display: block;
    /* font-weight: 500; */
  }
  h3 {
    font-weight: 700;
    font-size: 15px;
    font-feature-settings: 'palt' on;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  p {
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .nyushi_wrap2 {
    margin: 1.5em 0;
  }
  .waku {
    background-color: var(--accent-blue-medium);
    padding: 1.5rem;
    color: var(--accent-yellow);
    font-size: min(6vw, 24px);
    font-weight: 700;
    text-align: center;
    margin: 0.5em 0;
    border-radius: 2rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' on;
  }
  .waku span:nth-child(1) {
    font-size: 0.8em;
    display: block;
    font-weight: 700;
  }
}
/* .nyushitaisaku_text_tokyo {
  font-size: 0.8em;
  display: block;
} */
#tvsyoukai {
  padding: 60px 0 0px;
  position: relative;
  z-index: 0;
}
.dot-back {
  background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/dot_bg_sp.webp')
    center / cover no-repeat;
}
.tvsyoukai {
  .waku {
    border: 6px solid var(--accent-blue-medium);
    padding: 4rem 1rem 1.5rem;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
  }
  .kakomimozi.pink-waku span {
    color: var(--white-color);
    background-color: var(--accent-pink);
    border-radius: 3px;
    font-size: 22px;
    font-weight: 700;
  }
  .kakomimozi {
    font-size: min(7vw, 20px);
    span {
      /* padding: 0 0.2em; */
      margin: 0 0.1rem;
    }
  }
  .waku .subtitle {
    text-align: center;
  }
  .image {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .text {
    transform: translate(0px, -50px);
    position: relative;
    z-index: -1;
  }
}
.price_appeal {
  /* padding: 4rem 0 2rem; */
  .lessonfee {
    h2 {
      width: 80%;
      height: auto;
      margin: 0 auto;
    }
    .lessonfee_frame {
      color: var(--accent-blue-medium);
      font-weight: 700;
      padding: 1rem 0;
    }
    .lessonfee_kakomi {
      p {
        font-size: 15px;
      }
      .kakomimozi span {
        font-size: min(7vw, 30px);
      }
      .kakomimozi span:nth-child(5),
      .kakomimozi span:nth-child(6) {
        color: var(--accent-blue-medium);
        background-color: var(--accent-yellow);
      }
    }
    .bar.lessonfee_price_text::before {
      /* margin-top: 1rem; */
    }
  }
}
.hikaku {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1080px) {
  .hikaku {
    margin: 0 auto 60px;
  }
}
.offer_btn {
  width: 90%;
  margin: 0 auto;
}
.common_offer {
  margin: 4em auto;
}
@media (min-width: 1080px) {
  .common_offer {
    margin: 0 auto;
  }
}
#common_offer,
#common_offer2 {
  padding: 0.5rem 0;
}
.common-offer-hikaku {
  margin: 4em auto 0;
}
@media (min-width: 1080px) {
  .common-offer-hikaku {
    margin: 4em auto;
  }
}
#flow {
  padding: 45px 0;
}
.flow {
  /* padding: 3rem 2rem; */
  h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    &::before {
      font-size: 1.6rem;
      content: 'FLOW';
      color: var(--accent-blue-medium);
      display: block;
      line-height: 1.8;
      font-family: roboto, sans-serif;
      font-weight: 700;
      font-style: normal;
    }
  }
  ul {
    margin-top: 2rem;
  }
  ul h3 {
    color: var(--accent-blue-medium);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 1.6px;
  }
  ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-top: 1.3rem;
  }
  ul li .flow-icon {
    width: 30%;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 90px;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    z-index: 1;
    padding: 20px;
  }
  ul li .flow-icon img {
    width: 50px;
    height: 50px;
  }
  .flow-desp {
    width: 65%;
    p {
      line-height: 1.8;
      font-weight: 500;
      font-feature-settings: 'palt' on;
      letter-spacing: 0.06em;
    }
  }
  ul li:not(:last-child)::before {
    content: '';
    background: var(--accent-blue-medium);
    width: 4px;
    height: 100%;
    position: absolute;
    top: 90px;
    left: 45px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
  }
}

/* btn_more 「勉強の仕方」もっと見る */
.readmore {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.readmore-content {
  position: relative;
  height: 1160px;
  transition: all 0.4s;
  overflow: hidden;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  transition: all 0.4s;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    #fff 100%
  );
  z-index: 9;
}
.readmore-content.is_open:before {
  display: none;
}
.readmore button {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.4s;
}
.readmore .btn_kobetsu,
.readmore2 .btn_pri {
  width: 270px;
  height: auto;
  margin: 0 auto;
}
.readmore2 {
  position: relative;
  margin: 0 auto;
}

.readmore2-hide {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.kanagawa_kibo {
  padding: 0;
  position: relative;
  h2 {
    max-width: 1000px;
    margin: 0 auto;
  }
  img {
    vertical-align: bottom;
    width: 100%;
  }
  .container.flex_c {
    position: absolute;
    top: 60%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 1rem;
    padding: 1em 0.7em;
  }
}
.ad_band {
  background-color: var(--accent-blue-medium);
  padding: 8px 0;
  margin: 0 auto;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 2rem;
  p {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    > span:nth-child(1) {
      background: #f03a3a;
      padding: 0 0.8rem;
      margin-right: 0.5em;
      font-size: 0.9em;
    }
    > span:nth-child(2) {
      color: var(--accent-yellow);
      margin-left: 0.5em;
    }
  }
}
.btn_kaikou {
  text-align: center;
  width: min(calc((680 / 750) * 100vw), 680px);
  margin: 0 auto 2rem;
}
/* #footer_sp .foot_privacy {
  margin-bottom: 50px;
} */

/*季節講習フローティングバナー用のスタイル*/
#footer {
  margin-bottom: 110px;
}

@media (max-width: 499px) {
  #footer_sp {
      margin-bottom: 157px;
  }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 500px) {
  .kanagawa_kibo {
    .container.flex_c {
      /* font-size: 30px; */
      /* max-width: 690px;
                width: 100%;
                margin: 0 auto;
                left: 50%;
                transform: translate(-50%, 0px); */
      padding: 1em 1.5em;
      margin: 0 1.5rem;
    }
  }
  .saidaikyu {
    .flex_c {
      max-width: 920px;
      margin: 0 auto;
    }
    h3 {
      font-size: min(3vw, 30px);
    }
    p {
      font-size: min(3vw, 30px);
    }
  }
}
@media screen and (min-width: 720px) {
  .mv_lessonfee h2 {
    transform: translate(-154px, 50px);
  }
  #mv_lessonfee > div > div > div > div > p.bar.lessonfee_price_text {
    display: inherit;
  }
  .nyushitaisaku {
    max-width: 620px;
  }
}
@media screen and (min-width: 750px) {
  #common_offer,
  #common_offer2 {
    padding: 50px 0;
  }
  .offer-waku {
    position: relative;
    padding: 0em;
    margin: 2em 0;
    color: #fff;
    z-index: 1;
  }
  #common_sengen {
    padding: 108px 0 30px;
  }
  .kanagawa_kibo {
    .container.flex_c {
      margin: 0 3rem;
    }
  }
  .course {
    padding: 0 0 50px 0;
    .course_bg {
      width: 100%;
      background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/feature_bg_pc.webp')
        top / cover no-repeat;
    }
    h2 {
      width: 320px;
      height: 320px;
      font-size: 48px;
      transform: translateY(160px);
    }
    .tab-wrap {
      margin-top: 200px;
      padding: 0;
    }
  }
  .panel-item {
    .flex_d {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      .image {
        width: 50%;
        img {
          width: 100%;
          height: auto;
        }
      }
      .text {
        width: 50%;
        padding: 15px 40px 0 0;
      }
    }
    .guide {
      padding: 40px;
      .shiryo_btn {
        position: absolute;
        width: max(calc((350 / 1000) * 100vw), 350px);
        bottom: min(calc((80 / 1000) * 100vw), 80px);
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
  .principal {
    .pri_bg {
      /* width: 100%;
            max-width: 100%;
            height: 476px;
            background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_pc.webp')
              top / cover no-repeat;
            padding-top: 0; */
      h2 {
        top: 290px;
      }
    }
    .white_bg {
      .principal_img.kai {
        top: -210px;
      }
    }
  }
  .about_principal {
    .about_principal_title {
      height: 382px;
      p {
        top: min(calc(220 / 750 * 100vw), 220px);
      }
    }
    h3 {
      height: 100px;
      font-size: 40px;
    }
  }
}
@media screen and (min-width: 820px) {
  .guide {
    .shiryo_btn {
      width: max(calc((410 / 1000) * 100vw), 410px);
      bottom: min(calc((70 / 1000) * 100vw), 70px);
    }
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding: 84px 0;
  }
  .pc_on {
    display: block;
  }
  .sp_on {
    display: none;
  }
  #primary {
    font-size: 16px;
  }
  .breadcrumbs {
    margin-top: 0px;
    width: 1000px;
    margin: 0 auto;
    font-size: inherit;
  }

  .flex_d {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv {
    padding: 10px 0 3em;
  }
  .mv.flex_d {
    flex-direction: row-reverse;
  }
  .school_title {
    width: 44%;
    text-align: center;
  }
  .school_img {
    width: 54%;
  }
  .mv .school_img img {
    height: 360px;
  }
  .mv_lessonfee .container {
    padding: 0;
  }
  h2.fee_title {
    transform: translate(0px, 0px);
    width: 50%;
    display: block;
    background: #0f5cbd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    border-radius: 20px 0 0 20px;
    transform: translate(0px, 0px);
    height: 236px;
    padding: 70px 0;
    small {
      font-size: 1em;
    }
  }
  #mv_lessonfee {
    margin-top: 0px;
    padding: 0;
  }
  .lessonfee_frame {
    border-radius: 0 20px 20px 0;
    padding: 0;
    width: 50%;
    height: 236px;
    padding: 33px;
  }
  .lessonfee_price .taxin {
    top: 40%;
  }
  #mv_lessonfee > div > div > div > div > p.bar.lessonfee_price_text {
    display: inherit;
  }
  #lessonfee-fv.lessonfee {
    padding: 25px 0 75px;
  }
  .lessonfee-fv .lessonfee_content.flex_d {
    height: 400px;
  }
  .lessonfee-fv .fs_l {
    font-size: 83px;
  }
  .lessonfee-fv .lessonfee_frame {
    height: 400px;
    padding: 30px;
  }
  .lessonfee-fv .fee_title {
    height: 100%;
    padding: 145px 0;
  }
  .mv_result {
    padding: 34px 0 50px;
  }
  #grid_contents {
    grid-template-columns: 45%;
    grid-gap: 0 20px;
  }
  #itemA {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    padding: 0.5em 0;
    text-align: center;
  }
  #itemB {
    grid-row: 2/ 3;
    grid-column: 1 / 2;
    padding: 0.5em 0;
    text-align: center;
  }
  #itemC {
    grid-row: 2/ 3;
    grid-column: 2 / 3;
    text-align: center;
  }
  #itemA p {
    font-size: 20px;
  }
  #itemB img {
    width: 100%;
  }
  .mv_result .hosoku {
    max-width: 770px;
    margin: 0 auto;
    transform: translate(0);
    margin-top: 4em;
    display: flex;
    justify-content: center;
  }
  .mv_result .hosoku p {
    float: left;
  }
  .item.div3 iframe {
    max-width: 460px;
    height: 300px;
  }
  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 10px;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div3 {
    grid-area: 1 / 2 / 3 / 3;
  }
  .div4 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .div5 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .div6 {
    grid-area: 4 / 2 / 5 / 3;
  }
  .div7 {
    grid-area: 5 / 1 / 6 / 3;
  }
  .div8 {
    grid-area: 6 / 1 / 7 / 3;
  }
  .div9 {
    grid-area: 7 / 1 / 8 / 3;
  }
  .overview .container {
    padding: 1em 0;
  }
  .overview_table .item {
    padding: 20px 0 40px;
    border-bottom: 1px solid #ccc;
  }
  .item.div2,
  .item.div3 {
    border: none;
  }
  .item.div4 {
    padding: 0px 0 40px;
  }
  .item.div3 {
    padding: 30px 0 20px;
  }
  .item.div8 {
    .small {
      font-size: 0.8em;
    }
  }
  .item.div8 {
    position: relative;
    height: 290px;
    .table_image {
      position: absolute;
      top: 0;
      right: 0;
    }
  }
  .contentover_box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .nearby_bg {
    background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/nearby_bg_pc.webp')
      center / cover no-repeat;
    background-color: var(--back-color-paleblue);
  }
  .nearby_container {
    padding: 40px 0 90px;
  }
  .nearby_container h3 {
    margin-top: 40px;
  }
  .nearby_container ul {
    li {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 40px; /* 222.222% */
      letter-spacing: 0.72px;
    }
  }
  .offer-waku {
    padding: 4px 0;
  }
  .principal {
    .pri_bg {
      width: 100%;
      max-width: 100%;
      height: 476px;
      background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/pri_bg_pc.webp')
        top / cover no-repeat;
      padding-top: 0;
      h2 {
        bottom: 80px;
        font-size: 32px;
        .circle {
          font-size: 40px;
          width: 60px;
          height: 60px;
          line-height: 60px;
        }
      }
    }
    .container {
      padding: 0 !important;
    }
    .white_bg {
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      padding-bottom: 0;
      min-height: 350px;
      .principal_img {
        transform: translateX(0px);
        z-index: 2;
        left: 30px;
        top: -70px;

        img {
          max-width: 394px;
          width: 394px;
          height: 394px;
        }
      }
      .principal_img.kai {
        top: -60px;
      }
      .principal_txt {
        transform: translate(0);
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 1em 30px 2em 470px;
        text-align: left;
        &::before {
          content: none;
          width: 100%;
          height: 0;
        }
      }
    }
    .btn_more {
      width: 414px;
      height: 60px;
      margin: 2rem auto;
    }
    .about_principal {
      .about_principal_title {
        height: 347px;
        > p {
          font-size: 36px;
          top: 195px;
        }
      }
      h3 {
        width: 630px;
        height: 138px;
        font-size: 59px;
      }
      .principal_qa {
        margin: auto;
        padding: 2rem 40px !important;
        .fukidashi_shita {
          padding: 35px 40px;
          font-size: 18px;
        }
        p {
          padding: 60px;
          font-size: 16px;
        }
      }
    }
  }
  .principal_qa {
    .qa_a1::before {
      width: 100px;
      height: 70px;
      right: 40px;
    }
    .qa_a2::before {
      top: -90px;
      width: 170px;
      height: 130px;
      right: 0;
    }
    .qa_a3::before {
      top: -50px;
      width: 100px;
      height: 70px;
      right: 40px;
    }
    .qa_a4::before {
      top: -50px;
      width: 100px;
      height: 80px;
      right: 40px;
    }
  }
  .lessonfee {
    &.lessonfee {
      padding: 50px 0;
    }
    .lessonfee_content h2 {
      width: 42%;
      height: 438px;
      transform: translate(0px, 0px);
      padding: 160px 0px;
      font-size: 40px;
    }
    .lessonfee_frame {
      width: 58%;
      height: 438px;
      max-width: 100%;
      padding: 20px 0;
      .lessonfee_price {
        font-size: 26px;
        .lessonfee_kakomi {
          .kakomimozi span {
            font-size: 38px;
          }
        }
        .lessonfee_price_yen {
          font-size: 3rem;
        }
        .lessonfee_price_text {
          font-size: 26px;
        }
      }
    }
  }
  #common_result {
    padding: 50px 0;
  }
  #common_sengen {
    padding: 48px 0 35px;
  }
  .common_sengen {
    margin-top: 120px;
    margin-bottom: 0;
    .flex_row {
      align-items: center;
    }
    p {
      font-size: 18px;
    }
  }
  .common_studytips {
    padding: 50px 0;
    h2 {
      width: 412px;
    }
  }
  #common_testmae {
    padding-top: 50px;
    margin-top: 0;
  }
  .common_faq {
    padding: 50px 0;
    .common_faq__header {
      font-size: 38px;
    }
    .faq_contents {
      margin-top: 30px;
      .details {
        margin-bottom: 36px;
        .details-summary {
          font-size: 18px;
          padding: 1em 2.3em 1em 1.5em;
          &::before {
            font-size: 20px;
          }
        }
        .details-content {
          padding: 1.2em 1.5em;
          &::before {
            font-size: 20px;
          }
          p {
            font-size: 16px;
          }
        }
      }
    }
  }
  .saidaikyu {
    /* padding: 80px 0 106px; */
    h3 {
      font-size: 20px;
      width: 41%;
    }
    .flex_c {
      display: flex;
      justify-content: space-between;
      max-width: 1080px;
      padding-top: 20px;
    }
    p {
      width: 66%;
      font-size: 16px;
      padding-top: 4px;
      line-height: 2;
    }
  }
  .saidaikyu-grass {
    padding: 50px 0;
  }
  #nyushitaisaku {
    padding: 50px 0;
  }
  .nyushitaisaku {
    max-width: 1000px;
    h2,
    h2 span {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.4; /* 44.8px */
      letter-spacing: 1.28px;
      font-feature-settings: 'palt' on;
    }
    /* .nyushitaisaku_text_tokyo {
      font-size: 0.8em;
    } */
    h3 {
      font-size: 20px;
    }
    .nyushi_wrap1,
    .nyushi_wrap2 {
      display: flex;
      justify-content: space-between;
    }
    .nyushi_wrap1 {
      .image {
        width: 40%;
      }
      .text {
        width: 56%;
      }
    }
    .nyushi_wrap2 {
      .image {
        width: 47%;
      }
      .text {
        width: 47%;
        .waku {
          font-size: 32px;
          span:nth-child(1) {
            font-size: 20px;
          }
        }
        .hosoku {
          text-align: center;
        }
      }
    }
  }
  .common_seisyain picture img {
    margin-top: -30px;
  }
  #tvsyoukai {
    padding: 50px 0 80px;
  }
  .dot-back {
    background: url('https://www.souei.net/wp/wp-content/themes/souei_seminar/images/school/dot_bg_pc.webp')
      center / cover no-repeat;
  }

  .tv_wrap {
    display: flex;
    justify-content: space-between;
    .image {
      width: 50%;
    }
    .text {
      width: 50%;
      transform: translate(-30px, 60px);
      .kakomimozi span {
        font-size: 24px;
      }
      .subtitle {
        font-size: 28px;
      }
    }
  }
  .offer_btn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    .btn {
      width: 440px;
      height: auto;
    }
  }
  .price_appeal {
    padding: 4rem 0 1.5rem;
    .lessonfee {
      h2 {
        width: 296px;
      }
      .lessonfee_frame {
        border-radius: 20px;
        padding: 1rem;
        width: 100%;
        max-width: 1000px;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }
      .lessonfee_price {
        width: 50%;
      }
      .lessonfee_kakomi {
        width: 50%;
        p:nth-child(1) {
          font-size: 18px;
          margin-bottom: 0.7em;
        }
        .kakomimozi span {
          font-size: 48px;
        }
      }
    }
  }
  .bar.lessonfee_price_text {
    font-size: 24px;
  }
  .bar.lessonfee_price_text::before {
    margin-top: 0;
  }
  .lessonfee_price_yen {
    font-size: 48px;
    span.fs_l {
      font-size: 104px;
    }
  }
  .common_result .flex_row {
    align-items: flex-end;
  }
  #flow {
    padding: 50px 0;
  }
  .flow {
    h2 {
      font-size: 38px;
    }
    ul {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
    }
    ul li {
      display: block;
      width: 23%;
      text-align: center;
      position: relative;
      z-index: 1;
      .flow-icon {
        width: 140px;
        height: 140px;
        padding: 45px;
      }
      .flow-desp {
        width: 100%;
        margin-top: 1rem;
        h3 {
          font-size: 20px;
          text-align: center;
        }
        .flow-text {
          text-align: left;
        }
      }
      &:not(:last-child)::before {
        width: 100%;
        height: 3px;
        position: absolute;
        top: 4.5rem;
        left: calc(50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: -1;
      }
    }
  }
  .readmore .btn_kobetsu,
  .readmore2 .btn_pri {
    width: 540px;
    height: auto;
    margin: 10px auto 0;
  }
  .kanagawa_kibo {
    background: url('https://www.souei.net/img/school/common/kanagawa_no1_bg.webp')
      center / cover no-repeat;
    img {
      vertical-align: bottom;
    }
    .flex_c.container {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 1000px;
      margin: 2rem 0;
      top: 63%;
      max-width: 1000px;
    }
  }

  .ad_band {
    margin-top: 0;
    p {
      font-size: 30px;
    }
  }
  .btn_kaikou {
    text-align: center;
    width: 617px;
  }
  .panel-item .guide {
    .shiryo_btn {
      width: 480px;
      bottom: 60px;
    }
  }
}
