@charset "utf-8";

: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;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
p,
form {
  margin: 0;
}

h2,
h3,
h4 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
hr {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;

  border-top-width: 1px;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
button,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  appearance: none;
}
button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
::file-upload-button {
  font: inherit;

  appearance: button;
}

*[class^="u-"],
*[class^="p-"] {
  box-sizing: border-box;
  line-height: 1;
  font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;

  * {
    box-sizing: border-box;
    line-height: 1;
    font-family: "Noto Sans JP", "noto-sans-cjk-jp", sans-serif;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
dl {
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

body {
  font-family: auto;
  font-size: 12px;
  font-family: sans-serif;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  width: 100%;
}

#description {
  clear: right;
  font-size: 12px;
  padding: 5px 0px 0px 10px;
  float: right;
  width: 280px;
  line-height: 1.3;
}

*:first-child + html #description {
  font-size: 12px;
  padding: 35px 0px 0px 10px;
  float: left;
  width: 300px;
  line-height: 1.3;
}
.spOnly {
  display: block;
}
@media screen and (min-width: 1080px) {
  .spOnly {
    display: none !important;
  }
}

.main {
  width: 760px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.footer-wrapper {
  width: 100%;
  padding: 25px 0;
  box-sizing: border-box;
  line-height: 1.5;
}

.footer__content--anchor {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}

.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" on;
  text-align: center;
  color: #666;
  letter-spacing: 1.2px;
  margin-top: 10px;
  @media (min-width: 1080px) {
    margin-top: 6px;
    font-size: 12px;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
hr {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: silver;
  z-index: 1000;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop {
    padding: 10px 0 6px;
  }
}
.container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
.p-top {
  &.__search {
    .u-wrap {
      position: relative;
      z-index: 2;
      @media screen and (max-width: 768px) {
        padding: 0;
      }
    }

    &.__wrap {
      max-width: 870px;
      padding: 40px;
      margin: 0 auto;
      @media screen and (max-width: 768px) {
        max-width: inherit;
        margin-top: 15px;
        padding: 20px 30px 30px 30px;
      }
    }

    &.__heading {
      p {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.025em;
        text-align: center;
        @media screen and (max-width: 768px) {
          font-size: 16px;
        }
      }

      h2 {
        margin-top: 2px;
        color: #fcee21;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.26;
        text-align: center;
        @media screen and (max-width: 768px) {
          font-size: 5vw;
        }

        span {
          display: inline-block;
          padding: 6px 26px;
          position: relative;

          @media screen and (max-width: 768px) {
            padding: 7px 13px 2px;
          }

          &::before,
          &::after {
            content: "";
            display: block;
            width: 3px;
            height: 36px;
            background: #fff;
            border-radius: 1.5px;
            pointer-events: none;
            position: absolute;
            top: 0;
          }

          &::before {
            left: 0;
            transform: rotate(-31.1deg);
          }

          &::after {
            right: 0;
            transform: rotate(31.1deg);
          }

          @media screen and (max-width: 768px) {
            &::before,
            &::after {
              width: 2px;
              height: 31px;
            }

            &::before {
              left: 0;
              transform: rotate(-31.1deg);
            }

            &::after {
              right: 0;
              transform: rotate(31.1deg);
            }
          }
        }
      }
    }

    &.__box {
      margin-top: 57px;

      @media screen and (max-width: 768px) {
        margin-top: 34px;
      }
    }
  }

  &.__offer {
    &.__wrap {
      padding-top: 50px;
      padding-bottom: 50px;

      @media screen and (max-width: 768px) {
        padding: 40px 30px;
      }
    }

    &.__box {
      position: relative;

      &::before,
      &::after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        pointer-events: none;
        background: #38a8e5;
        position: absolute;
        z-index: 2;
      }

      &::before {
        top: -6px;
        right: -6px;
      }

      &::after {
        left: -6px;
        bottom: -6px;
      }

      @media screen and (max-width: 768px) {
        &::before,
        &::after {
          width: 20px;
          height: 20px;
        }

        &::before {
          top: -6px;
          right: -6px;
        }

        &::after {
          left: -6px;
          bottom: -6px;
        }
      }
    }

    &.__border {
      padding: 40px 25px 27px 25px;
      border: 6px solid;
      border-top-color: #fcee21;
      border-left-color: #fcee21;
      border-right-color: #0f5cbd;
      border-bottom-color: #0f5cbd;
      border-radius: 40px;
      overflow: hidden;
      position: relative;
      z-index: 1;

      @media screen and (max-width: 768px) {
        padding: 36px 5px 21px 5px;
        border: 4px solid;
        border-top-color: #fcee21;
        border-left-color: #fcee21;
        border-right-color: #0f5cbd;
        border-bottom-color: #0f5cbd;
        border-radius: 16px;
      }
    }

    &.__heading {
      p {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.025em;
        text-align: center;

        @media screen and (max-width: 768px) {
          font-size: 18px;
        }

        span {
          display: inline-block;
          padding: 10px 41px;
          position: relative;

          &::before,
          &::after {
            content: "";
            display: block;
            width: 33.5px;
            height: 40px;
            background: no-repeat top left / 100% 100%;
            pointer-events: none;
            position: absolute;
            top: 0;
          }

          &::before {
            background-image: url("../img/offer_bg_heading_before.webp");
            left: 0;
          }

          &::after {
            background-image: url("../img/offer_bg_heading_after.webp");
            right: 0;
          }
        }
      }
      h2 {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.025em;
        text-align: center;

        @media screen and (max-width: 768px) {
          margin-top: 8px;
          font-size: 24px;
        }
      }
    }

    &.__buttons {
      display: -webkit-box;
      display: flex;

      @media screen and (max-width: 768px) {
        display: block;
        margin-top: 10px;
        text-align: center;
      }

      a {
        margin-top: 15px;
        display: inline-block;

        @media screen and (max-width: 768px) {
          margin-top: 0;
        }
      }
    }

    &.__search {
      max-width: 100%;
      padding: 0 20px;
      margin: 73px auto 0 auto;

      @media screen and (max-width: 768px) {
        padding: 0;
        margin-top: 58px;
      }
    }
  }
}
#c-box-search {
  @media screen and (max-width: 768px) {
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
  }
}

.c-box-search {
  &.__box {
    padding: 35px 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;

    @media screen and (max-width: 768px) {
      padding: 30px 15px;
      border-radius: 5px;
    }
  }

  &.__heading {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -27px;
    left: 0;

    @media screen and (max-width: 768px) {
      top: -18px;
    }

    span {
      display: inline-block;
      padding: 10px 21px;
      background: #fff;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      color: #004f9f;
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.005em;

      @media screen and (max-width: 768px) {
        padding: 8px 21px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 20px;
      }
    }
  }

  &.__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;

    @media screen and (max-width: 768px) {
      flex-wrap: wrap;
    }

    .__subheading {
      padding-top: 14px;
      width: 150px;
      color: #333;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.3;

      @media screen and (max-width: 768px) {
        padding-top: 0;
        padding-bottom: 4px;
        width: 100%;
        font-size: 15px;
      }
    }

    input[type="text"] {
      width: calc(100% - 150px - 156px);
      height: 56px;
      padding: 16px;
      background: #fff;
      border: 1px solid #333;
      border-radius: 8px;
      outline: none;
      color: #333;
      font-size: 14px;
      font-weight: 500;

      @media screen and (max-width: 768px) {
        width: calc(100% - 84px);
        height: 40px;
        border-radius: 4px;
      }

      &::placeholder {
        color: #bbb;
      }
    }

    button[type="submit"] {
      width: 140px;
      padding: 0;
      margin: 0;
      background: none;
      border: 0;
      cursor: pointer;

      @media screen and (max-width: 768px) {
        width: 72px;
      }
    }
  }

  &.__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: 16px;
    border-top: 1px solid #999;

    @media screen and (max-width: 1080px) {
      display: block;
      text-align: center;
      padding-top: 20px;
      margin-top: 20px;

      @media screen and (max-width: 768px) {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
      }
    }

    a {
      width: calc(50% - 10px);
      margin-top: 10px;

      @media screen and (max-width: 1080px) {
        display: inline-block;
        width: auto;
        margin: 10px 20px 0 20px;

        @media screen and (max-width: 768px) {
          display: block;
          width: calc(50% - 1px);
          margin: 0;
        }
      }

      img {
        width: 100%;
      }
    }
  }
}
.u-wrap {
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  margin: auto;

  @media screen and (max-width: 768px) {
    max-width: inherit;
    padding: 0 15px;
  }
}

.u-hover {
  &.--fade {
    opacity: 1;
    transition: opacity 0.3s ease;

    @media screen and (max-width: 768px) {
      transition: none;
    }
  }
}

.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;
}

*,
*: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;
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  background: var(--white-color);
  color: var(--base-color-medium);
}
section {
  padding: 20px 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;
}

h2 {
  font-size: min(6vw, 30px);
  font-weight: bold;
}
#lessonfee.lessonfee {
  padding: 1rem 0 4rem;
}
.paleyellow_bg {
  background-color: var(--back-color-yellow);
}

.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: bold;
  display: inline-block;
  text-align: center;
}

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

.common_schoolimage {
  .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;
    }
    .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("../img/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;
      }
    }
  }
  .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: bold;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }
  }
}
.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;
}

.principal2 {
  padding: 0;

  .pri_bg {
    background: url(../img/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: bold;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }

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

.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;
}

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

    .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 {
    .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(../img/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(../img/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: bold;
      letter-spacing: 3px;
      padding-bottom: 1em;
    }

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

.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;
}

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

    .white_bg {
      .principal_txt {
        font-size: 14px;
        &::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 {
    .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;
        font-size: 16px;
        &::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(../img/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: bold;
      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;
    }

    &.is-more {
      .student-voices {
        &.__button {
          background-image: url("../img/student-voices_icon_more-close.svg");
        }
      }
    }
  }

  &.__subheading {
    min-height: 68px;
    padding-left: 110px;
    margin-top: 10px;
    color: #0f5cbd;
    font-size: 14px;
    font-weight: bold;
    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;
    }
  }

  &.__button {
    display: inline-block;
    padding-left: 17px;
    background: url("../img/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: 1920px) {
  .principal2 {
    .pri_bg {
      background-size: auto;
      background-color: #37b2d3;
    }
  }
}

.tab-item {
  width: 33%;
  padding: 10px 0;
  background-color: #ddd;
  color: #999;
  font-weight: bold;
  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;
  }
  &.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-item {
  display: none;
  width: 100%;
  background-color: var(--back-color-paleblue);
  &.is-active {
    display: block;
    animation: panel-show 0.3s ease-in-out forwards;
  }
}

.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: 100;
}
.readmore-content.is_open:before {
  display: none;
}

.panel-item .shiryo_btn {
  max-width: 400px;
}
#footer {
  margin-bottom: 110px;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 750px) {
  .principal {
    .pri_bg {
      h2 {
        top: 290px;
      }
    }
    .white_bg {
      .principal_img.kai {
        top: -210px;
      }
    }
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding: 84px 0;
  }
  .pc_on {
    display: block;
  }
  .principal {
    .pri_bg {
      width: 100%;
      max-width: 100%;
      height: 476px;
      background: url("../img/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;
        }
      }
    }
  }
  #lessonfee {
    &.lessonfee {
      padding: 50px 0;
    }
  }
}

section {
  margin: 0 auto;
  min-width: auto !important;
  width: 100%;
}

header {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: 70px;
  height: 16vw;
}

.header__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16vw;
}

.header__logo img {
  width: 47%;
}

.header__tel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc((120 / 750) * 100vw), 120px);
}

.header__main-container {
  max-width: 750px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #fff;
  padding: 0.7rem 0 0;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.header__main {
  width: min(calc((690 / 750) * 100vw), 690px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header__main--btn3 button,
.header__main--btn4 button {
  margin: 0;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .header__tel {
    display: none;
  }
}

@media (max-width: 1079px) {
  .header__main {
    display: none;
  }
}

@media (min-width: 750px) {
  header {
    height: 120px;
  }

  .header__logo {
    height: 120px;
  }
}

@media (min-width: 1080px) {
  header {
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: none;
    background: #fff;
    width: 100%;
    height: 80px;
  }

  .header__wrapper {
    max-width: 1080px;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }

  .header__logo {
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
    padding: 20px 0;
  }

  .header__logo img {
    width: 25%;
  }

  .header__main-container {
    width: 580px;
    box-shadow: none;
    bottom: initial;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0.6rem 0 0;
  }

  .header__main {
    width: auto;
    gap: 4px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

section.message {
  all: initial;
  display: block;
}
.messageBoxInner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.messageBox .messageTxt {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.06em;
  padding: 40px 20px;
}

.messageBox .messageTxt span {
  color: #0f5cbd;
  font-weight: bold;
  font-size: 21px;
}

.messageBox .messageTxt h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
}

.messageBox .messageTxt p {
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
  .messageBox {
    width: 1920px;
    overflow: hidden;
  }

  .messageBox.bg01 {
    background: url(../img/message_img01.webp) no-repeat left top;
    margin-bottom: 50px;
  }

  .messageBox.bg02 {
    background: url(../img/message_img02.webp) no-repeat left top;
    margin-bottom: 80px;
  }

  .messageBoxInner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .messageBox .messageTxt {
    height: 630px;
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.06em;
  }

  .messageBox.bg01 {
    padding: 80px 20px 0 20px;
  }

  .messageBox.bg02 {
    padding: 40px 20px 0 20px;
  }

  .messageBox .messageTxt span {
    color: #0f5cbd;
    font-weight: bold;
    font-size: 21px;
  }

  .messageBox .messageTxt h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 30px;
  }

  .messageBox .messageTxt p {
    margin-bottom: 20px;
  }
}

.floating-menu {
  width: 100%;
  height: 63px;
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-menu__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 94%;
  max-width: 600px;
  margin: auto;
}

.floating-menu__btn1 {
  width: min(calc((170 / 750) * 100vw), 170px);
  transition: filter 0.3s;
}

.floating-menu__btn2 {
  width: min(calc((170 / 750) * 100vw), 170px);
  transition: filter 0.3s;
}

.floating-menu__btn3 {
  width: min(calc((170 / 750) * 100vw), 170px);
  transition: filter 0.3s;
}

.floating-menu__btn4 {
  width: min(calc((170 / 750) * 100vw), 170px);
  transition: filter 0.3s;
}

.floating-menu__btn3 button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.floating-menu__btn4 button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

@media (min-width: 750px) {
  .floating-menu {
    height: 120px;
  }
}

@media (min-width: 1080px) {
  .floating-menu {
    display: none;
  }
}

@media (max-width: 1080px) {
  .floating-menu {
    height: auto;
    padding: 3vw 0 2vw 0;
  }
}

.modal-price-Area {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 0;
}

.modal-price-Bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.modal-price-Wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 90%;
  max-width: 450px;
  height: 90%;
  box-sizing: border-box;
}

.modal-price-Wrapper-inner {
  padding: 0;
  /*height: 100%;*/
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.modal-price-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 48px;
  z-index: 1;
}

.modal-price-close img {
  width: 100%;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media (max-width: 1080px) {
  .modal-price-Wrapper {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    max-height: 100vh;
    height: 100vh;
    overflow: scroll;
  }

  .modal-price-close {
    top: 0.2rem;
    right: 0.2rem;
    width: min(calc((80 / 750) * 100vw), 80px);
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

@media (max-width: 1080px) {
  .modal-price-Wrapper {
    top: 48%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 90vh;
    background-color: rgba(0, 0, 0, 0);
  }
}
.modal-school-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal-school-search__bg {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.modal-school-search__inner-wrapper {
  width: min(calc((630 / 750) * 100vw), 630px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.modal-school-search__content {
  position: relative;
}

.modal-school-search__content--form {
  position: absolute;
  width: min(calc((578 / 750) * 100vw), 578px);
  top: min(calc((142 / 750) * 100vw), 142px);
  left: min(calc((30 / 750) * 100vw), 30px);
}

.modal-school-search__content--form__input {
  position: relative;
  background: #ffffff;
  border: min(calc((2 / 750) * 100vw), 2px) solid #333333;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  width: min(calc((410 / 750) * 100vw), 410px);
  height: min(calc((80 / 750) * 100vw), 80px);
  padding-left: min(calc((16 / 750) * 100vw), 16px);
  font-size: min(calc((26 / 750) * 100vw), 26px);
  color: #000;
}

.modal-school-search__content--form__button {
  position: absolute;
  width: min(calc((144 / 750) * 100vw), 144px);
  top: 0;
  left: min(calc((430 / 750) * 100vw), 430px);
  background: none;
  border: none;
  padding: 0;
}

.modal-school-search__content--btn2 {
  position: absolute;
  width: min(calc((282 / 750) * 100vw), 282px);
  top: min(calc((302 / 750) * 100vw), 302px);
  left: min(calc((26 / 750) * 100vw), 26px);
}

.modal-school-search__content--btn3 {
  position: absolute;
  width: min(calc((282 / 750) * 100vw), 282px);
  top: min(calc((302 / 750) * 100vw), 302px);
  left: min(calc((322 / 750) * 100vw), 322px);
}

.modal-school-search__cls-btn {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.modal-school-search__cls-btn-container {
  position: absolute;
  width: min(calc((60 / 750) * 100vw), 60px);
  right: -15px;
  top: min(calc((5 / 750) * 100vw), 5px);
}
.modal-school-search__content img {
  width: 100%;
}

@media (min-width: 1080px) {
  .modal-school-search__inner-wrapper {
    width: min(calc((920 / 1080) * 100vw), 920px);
  }

  .modal-school-search__content--form {
    position: absolute;
    width: min(calc((868 / 1080) * 100vw), 868px);
    top: min(calc((101 / 1080) * 100vw), 101px);
    left: min(calc((30 / 1080) * 100vw), 30px);
  }

  .modal-school-search__content--form__input {
    position: relative;
    background: #ffffff;
    border: min(calc((1 / 1080) * 100vw), 1px) solid #333333;
    border-radius: min(calc((8 / 1080) * 100vw), 8px);
    box-sizing: border-box;
    display: block;
    width: min(calc((708 / 1080) * 100vw), 708px);
    height: min(calc((56 / 1080) * 100vw), 56px);
    padding-left: min(calc((16 / 1080) * 100vw), 16px);
    font-size: min(calc((14 / 1080) * 100vw), 14px);
    color: #bbbbbb;
  }

  .modal-school-search__content--form__button {
    position: absolute;
    width: min(calc((144 / 1080) * 100vw), 144px);
    top: 0;
    left: min(calc((720 / 1080) * 100vw), 720px);
    background: none;
    border: none;
    padding: 0;
  }

  .modal-school-search__content--btn2 {
    position: absolute;
    width: min(calc((418 / 1080) * 100vw), 418px);
    top: min(calc((221 / 1080) * 100vw), 221px);
    left: min(calc((26 / 1080) * 100vw), 26px);
  }

  .modal-school-search__content--btn3 {
    position: absolute;
    width: min(calc((418 / 1080) * 100vw), 418px);
    top: min(calc((221 / 1080) * 100vw), 221px);
    left: min(calc((476 / 1080) * 100vw), 476px);
  }
}

.__offer h2.offer_tit::before {
  content: "";
  display: block;
  width: 140px;
  height: 40px;
  background: url(../img/offer_subtitle.webp) no-repeat;
  background-size: contain;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  main {
    max-width: inherit;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
}

.principal2 h2.title {
  width: 100%;
}
.principal2 h2.title img {
  width: 100%;
}

@media (min-width: 1080px) {
  .principal2 h2.title .pcOnly {
    width: 100%;
    background: #105cbe;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }

  .principal2 h2.title .pcOnly img {
    max-width: 900px;
  }
}

.course {
  padding: 0 0 30px 0;
  .course_bg {
    width: 100%;
    background: url("../img/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: bold;
    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.42vw, 20px);
    font-style: normal;
    font-weight: bold;
    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: 0 0 10px 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: bold;
    line-height: 160%;
    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%;
    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: bold;
  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;
  }
  &.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%;
  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: 20px;
    }
  }
  .guide {
    padding: 20px;
    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%);
    }
  }
}

@media screen and (min-width: 750px) {
  .course {
    padding: 0 0 50px 0;
    .course_bg {
      width: 100%;
      background: url("../img/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: 30px 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%);
      }
    }
  }
}
.flow {
  padding: 20px 15px;
  box-sizing: border-box;
}
.flow ul li .flow-icon img {
  max-width: inherit;
  width: 100%;
}
.flow h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.flow h2::before {
  font-size: 24px;
  content: "FLOW";
  color: #0f5cbd;
  display: block;
  line-height: 1.8;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 15px;
}

.flow ul {
  margin: 40px auto 0px auto;
  max-width: 640px;
  width: 100%;
  padding: 0;
}

.flow ul li {
  display: flex;
  justify-content: left;
  position: relative;
  line-height: 1.4;
  letter-spacing: 1.6px;
  padding-bottom: 1.3rem;
  box-sizing: border-box;
}

.flow ul li:not(:first-child)::before {
  content: "";
  background: #0f5cbd;
  width: 4px;
  height: 120%;
  position: absolute;
  bottom: 0px;
  left: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
}

.flow ul li .flow-icon {
  width: 90px;
  height: 90px;
  padding: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 90px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.flow ul li .flow-icon img {
  width: 50px;
  height: 50px;
  vertical-align: top;
}

.flow .flow-desp {
  padding-left: 20px;
  box-sizing: border-box;
}

.flow .flow-desp h3 {
  font-size: 20px;
  text-align: left;
  color: #0f5cbd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.flow .flow-desp p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-feature-settings: "palt" on;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 1080px) {
  .flow {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
    box-sizing: border-box;
  }

  .flow h2 {
    font-size: 38px;
  }

  .flow h2::before {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .flow ul {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    max-width: 1000px;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }

  .flow ul li {
    display: block;
    width: 23%;
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-top: 1.3rem;
    overflow: visible;
  }

  .flow ul li:not(:last-child)::before {
    content: "";
    background: #0f5cbd;
    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;
  }

  .flow ul li:last-child::before {
    content: none;
  }

  .flow ul li .flow-icon {
    width: 140px;
    height: 140px;
    padding: 45px;
  }

  .flow .flow-desp {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    box-sizing: border-box;
  }

  .flow .flow-desp h3 {
    font-size: 20px;
    text-align: center;
  }

  .flow .flow-desp p {
    text-align: left;
    font-size: 16px;
  }
}

.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: bold;
      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;
    }

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

        &.__button {
          background-image: url("../img/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: bold;
      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: bold;
    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, 0.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, 0.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("../img/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;
    }
  }
}
.realvoice {
  padding: 0;
  margin: 0;
}
.realvoice > .student-voices {
  padding: 40px 20px;
}

.realvoice h2.title {
  background: url(../img/realvoice_tit_sp_bg.webp) repeat-x;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.realvoice h2.title img {
  width: 100%;
  max-width: 640px;
}

@media (min-width: 1080px) {
  .realvoice h2.title {
    background: url(../img/realvoice_tit_pc_bg.webp) repeat-x;
  }
  .realvoice h2.title .pcOnly img {
    width: 800px;
    max-width: 800px;
  }
  .realvoice > .student-voices {
    padding: 0px 20px 40px 20px;
    margin-top: -20px;
  }
}
.hougan-back {
  background: #fff;
  background-image: linear-gradient(0deg, transparent 15px, #e2e2e2 16px),
    linear-gradient(90deg, transparent 15px, #e2e2e2 16px);
  background-size: 16px 16px;
  position: relative;
}

.fv-kana {
  margin-top: 0px;
  padding: 0;
  text-align: center;
}

.fv-kana img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .fv-kana {
    margin-top: 0;
    padding: 0;
  }

  .fv-kana img {
    width: 100%;
    max-width: 1800px;
    min-height: 640px;
    height: 640px;
    object-fit: cover;
    margin-top: 0px;
  }
}

.under-fv-kana {
  width: 100%;
  margin: 0 auto;
  padding: 40px 5px;
  text-align: center;
  background: #eef9fe;
  max-width: 1080px;
}
.under-fv-kana img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}
.under-fv-kanaInner {
  padding: 0 30px;
}
@media (min-width: 1080px) {
  .under-fv-kana {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1800px;
  }

  .under-fv-kana img {
    width: 100%;
    max-width: 1800px;
    min-height: 1220px;
    height: 1220px;
    object-fit: cover;
  }
}

.kanagawa-no1,
.kanagawa-no1_2 {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 750px;
}

.kanagawa-no1 img,
.kanagawa-no1_2 img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .kanagawa-no1,
  .kanagawa-no1_2 {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1800px;
  }

  .kanagawa-no1 img {
    width: 100%;
    max-width: 1800px;
    min-height: 658px;
    height: 658px;
    object-fit: cover;
  }

  .kanagawa-no1_2 img {
    width: 100%;
    max-width: 1800px;
    height: 1621px;
    object-fit: cover;
  }
}

.sec_concerns {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: 750px;
}

.sec_concerns img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .sec_concerns {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1800px;
  }
  .sec_concerns img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .sec_concerns #confident01 img {
    height: 620px;
  }
  .sec_concerns #confident02 img {
    height: 620px;
  }
  .sec_concerns #sengen01 img {
    height: 800px;
  }
  .sec_concerns #sengen02_1 img {
    height: 1120px;
  }
  .sec_concerns #sengen02_2 img {
    height: 1620px;
  }
  .sec_concerns #sengen03 img {
    height: 1000px;
  }
  .sec_concerns #sengen04 img {
    height: 1180px;
  }
  .sec_concerns #sengen05 img {
    height: 1030px;
  }
}

.sengen04 {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 40px 0px;
  text-align: center;
  background: #eef9fe;
  max-width: 1080px;
}
.sengen04Inner {
  padding: 0px 30px;
  margin-top: -20px;
}

.sengen04 img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}

.eyebrow-wrap {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.eyebrow {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  background: #eef9fe;
  border-bottom: 2px solid #2b2b2b;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
}
.eyebrow-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #eef9fe;
  border-left: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transform: translateX(-50%) rotate(-45deg);
}

.headline {
  display: block;
  margin: 0 auto 1.4rem;
  line-height: 1.1;
  font-weight: bold;
  font-size: 40px;
}
h2.headline {
  position: relative;
  display: inline-block;
  color: #0b60d1;
  z-index: 0;
}
.headline span::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 5px;
  width: 92%;
  height: 15px;
  background: #f7f129;
  z-index: -1;
}

.under-fv-kana .lead {
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 15px;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
}

.lessonfee_boxWrap {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lessonfee_boxWrap > span {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0f5cbd;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}

.lessonfee_box {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 60px auto 0;
  padding: 40px 0px;
  border: 10px solid #0f5cbd;
  border-radius: 30px;
}

.lessonfee_tit {
  width: 100%;
  padding: 10px;
  font-size: min(8vw, 36px);
  font-weight: bold;
}
.lessonfee_tit span {
  font-size: 21px;
}

.lessonfee_price {
  width: 100%;
  border-left: 0;
}
.lessonfee_price p.fee {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: #f03a3a;
  font-size: clamp(28px, 2.2vw, 30px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.lessonfee_price p.fee strong {
  position: relative;
  display: inline-block;
  font-size: clamp(54px, 2.2vw, 64px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.lessonfee_price p.fee strong::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -30px;
  width: 34.5px;
  height: 36.5px;
  background: url(../img/price_bg_before.webp) no-repeat 0 0 / 100% 100%;
  pointer-events: none;
}
.lessonfee_price p span {
  display: block;
  padding-top: 5px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lessonfee_price p.fee span {
  position: absolute;
  right: -20px;
  bottom: 25px;
  color: #f03a3a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.lessonfee_boxWrap p.notice {
  display: block;
  margin: 0 auto;
  padding: 10px 0 30px 0;
  text-align: center;
  font-size: 12px;
}
.lessonfee_hikaku {
  max-width: 750px;
  width: 100%;
  margin: 5px auto 0px auto;
  text-align: center;
  padding: 0;
}

.lessonfee_hikaku img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1080px) {
  .under-fv-kana {
    padding: 80px 0;
  }
  .under-fv-kana .lead {
    text-align: center;
  }
  .sengen04 {
    padding: 0 0 80px 0;
    max-width: 1800px;
  }
  .sengen04Inner {
    margin-top: 0px;
  }
  .headline {
    font-size: 56px;
  }

  .lessonfee_box {
    display: flex;
    max-width: 1080px;
    margin: 60px auto 0;
    padding: 20px;
    align-items: center;
  }
  .lessonfee_tit {
    width: calc(100% - 560px);
    padding: 0 0 0 120px;
    font-weight: bold;
  }

  .lessonfee_price {
    width: 550px;
  }

  .lessonfee_price p.fee {
    font-size: 48px;
    margin-top: 20px;
  }
  .lessonfee_price p.fee strong {
    font-size: 94px;
  }
  .lessonfee_price p.fee strong::before {
    top: -15px;
    right: -30px;
  }
  .lessonfee_price p.fee span {
    right: -15px;
    bottom: 40px;
    font-size: 16px;
  }

  .lessonfee_hikaku {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
  }
  .lessonfee_hikaku img {
    max-width: 100%;
    min-height: auto;
  }
}

.sengen01 h2.sengenTit,
.sengen02 h2.sengenTit,
.sengen03 h2.sengenTit,
.sengen04 h2.sengenTit,
.sengen05 h2.sengenTit {
  background: #0f5cbd;
}
.sengen03 {
  padding: 0;
  text-align: center;
}
.sengen03Inner {
  background: #feffdf;
  padding: 20px 0 40px 0;
}

.sengen03Inner picture {
  max-width: 750px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 0 20px;
  display: block;
}
.sengen03Inner picture img {
  width: 100%;
  max-width: 750px;
  height: auto;
  object-fit: cover;
}
.sengen03Inner .noncog {
  padding: 30px 20px;
}
.sengen03Inner .noncog__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.sengen03Inner .noncog__text p {
  color: #222;
  line-height: 2;
  margin: 10px 0 0;
  font-size: 16px;
  text-align: left;
}
.sengen03Inner .noncog__text p.noncog__lead {
  color: #ff5aa3;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 5px;
}

.sengen03Inner .noncog__note {
  border: 6px solid #ffe04a;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  margin-top: 20px;
}
.sengen03Inner .noncog__note-lead {
  color: #2a56a3;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 5px;
}
.sengen03Inner .noncog__note-strong {
  color: #2a56a3;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
}
@media (min-width: 1080px) {
  .sengen03Inner picture {
    max-width: 1080px;
    margin: 0px auto;
    padding: 0;
  }
  .sengen03Inner picture img {
    max-width: 1080px;
    min-height: auto;
  }

  .sengen03Inner .noncog {
    padding: 50px 0;
  }
  .sengen03Inner .noncog__inner {
    flex-direction: row;
    align-items: center;
  }
  .sengen03Inner .noncog__text {
    padding-right: 40px;
    width: 580px;
  }
  .sengen03Inner .noncog__note {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    height: 100%;
    min-height: 280px;
  }
}
.sengen03Inner > span {
  display: block;
  width: 100px;
  margin: 0px auto 10px;
}
.sengen03Inner h3 {
  display: block;
  color: #0b60d1;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
}
.sengen03Inner h3 span {
  font-size: 24px;
}
.sengen03Inner h3 em {
  background: linear-gradient(transparent 60%, #f7f129 10%);
  display: inline-block;
  font-style: normal;
}
@media (min-width: 1080px) {
  .sengen03Inner .noncog__note-lead {
    font-size: 21px;
  }
  .sengen03Inner .noncog__note-strong {
    font-size: 32px;
  }
  .sengen03Inner h3 {
    margin: 40px auto;
    font-size: 21px;
  }
  .sengen03Inner h3 span {
    font-size: 32px;
  }

  .sengenTit img {
    width: 100%;
    max-width: 1080px;
  }
}

.merit {
  text-align: center;
  padding: 40px 0px 10px;
}

.pill {
  display: inline-block;
  position: relative;
  margin: 0 auto 22px;
  padding: 0;
  line-height: 1;
}
.pill > span {
  display: inline-block;
  background: #1c65ce;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.04em;
}
.pill > span strong {
  color: #ffe76b;
  font-weight: bold;
}
.pill > span em {
  font-style: normal;
  font-size: 18px;
}
.pill::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 14px;
  height: 14px;
  background: #1c65ce;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}

.title {
  margin: 0 auto;
  color: #0b60d1;
  font-weight: bold;
  line-height: 1.25;
  font-size: 42px;
}
.title .big {
  font-size: 1.25em;
  /* 先頭の「3」を少し大きめに */
}

.leadline {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin: 0 0 20px 0;
  color: #0b60d1;
  flex-wrap: nowrap;
}
.leadline .eyecap {
  color: #0b60d1;
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 0.08em;
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  text-align: center;
}

.leadline .numIcon {
  width: 60px;
}
.leadline .numIcon img {
  width: 100%;
  vertical-align: bottom;
}

.leadline .leadtext {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.05em;
  width: 100%;
  text-align: center;
}

.meritBox {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  padding: 20px;
}
.meritBox.rv {
  background: #ffffdf;
}

.meritTxtBox {
  width: 100%;
  text-align: left;
  padding: 0px;
  margin-top: 20px;
}
.meritImg {
  max-width: 750px;
  width: 100%;
}
.meritImg img {
  width: 100%;
}

.meritTxt {
  background: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.6;
  margin-top: 10px;
}
.meritTxt p {
  padding: 5px 0;
  letter-spacing: 0.05em;
}

@media (min-width: 1080px) {
  .merit {
    padding: 40px 20px 10px;
  }

  .pill {
    display: inline-block;
    position: relative;
    margin: 0 auto 22px;
    padding: 0;
    line-height: 1;
  }
  .pill > span {
    display: inline-block;
    background: #1c65ce;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 0.04em;
  }
  .pill > span strong {
    color: #ffe76b;
    font-weight: bold;
  }
  .pill > span em {
    font-style: normal;
    font-size: 28px;
  }
  .pill::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 14px;
    height: 14px;
    background: #1c65ce;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
  }

  .title {
    margin: 0 auto 28px;
    color: #0b60d1;
    font-weight: bold;
    line-height: 1.25;
    font-size: 64px;
  }
  .title .big {
    font-size: 1.25em;
  }

  .leadline {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    color: #0b60d1;
    flex-wrap: wrap;
  }
  .leadline .eyecap {
    color: #0b60d1;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    position: absolute;
    top: -15px;
    left: 0;
    width: 60px;
    text-align: center;
  }

  .leadline .numIcon {
    width: 70px;
  }
  .leadline .numIcon img {
    width: 100%;
  }

  .leadline .leadtext {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: -0.075em;
    width: auto;
  }

  .meritBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1080px;
    flex-direction: row;
  }

  .meritBox.rv {
    flex-direction: row-reverse;
    background: none;
  }
  .meritTxtBox {
    width: 480px;
    text-align: left;
    padding: 0;
  }
  .meritImg {
    max-width: 580px;
    width: 100%;
    padding: 20px;
  }
  .meritImg img {
    width: 100%;
  }
  .merit {
    padding: 48px 24px 12px;
  }
  .pill {
    margin-bottom: 26px;
  }

  .meritTxt {
    background: #eafcff;
    padding: 10px 20px 0px 20px;
    font-size: 21px;
    line-height: 1.6;
    margin: 10px 0;
    letter-spacing: -0.05em;
  }
  .meritTxt p {
    padding: 5px 0;
  }
}

.kana-no1 {
  padding: 30px 15px 10px;
  background: url(../img/kanagawa-no1_bg_sp.webp) no-repeat center top;
  background-size: contain;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

.kana-no1::before {
  content: "";
  display: block;
  padding-bottom: calc(1253 / 750 * 100%);
}

.kana-no1__inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.kana-no1__intro {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.kana-no1__panel {
  margin: 10px auto;
  width: 100%;
  max-width: 750px;
  display: block;
}

.kana-no1__panel img {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
}

.kana-no1__catch {
  margin: 10px auto;
  color: #0b60d1;
  font-weight: bold;
  line-height: 1.25;
  font-size: 30px;
  text-align: left;
  width: 100%;
  max-width: 300px;
}

.kana-no1__catch .hl {
  display: inline-block;
  background: #f7f129;
  padding: 3px 7px 2px 7px;
  margin: 2px;
  border-radius: 2px;
  border: 1px solid #0b60d1;
}

.kana-no1__catch .main {
  display: inline;
  font-weight: bold;
  font-size: 48px;
  background: linear-gradient(transparent 60%, #f7f129 10%);
  display: inline-block;
  font-style: normal;
  width: unset;
  padding-top: 5px;
}

.kana-no1__note {
  margin: 10px auto 0;
  font-size: 10px;
  color: #666;
}

@media (min-width: 1080px) {
  .kana-no1 {
    padding: 30px 15px 10px;
    background: url(../img/kanagawa-no1_bg_pc.webp) no-repeat center top;
    background-size: cover;
    min-height: 660px;
  }

  .kana-no1::before {
    content: none;
  }

  .kana-no1__inner {
    max-width: 1080px;
  }

  .kana-no1__intro {
    font-size: 20px;
  }

  .kana-no1__panel {
    margin: 10px auto 20px;
    width: 100%;
    max-width: 560px;
  }

  .kana-no1__panel img {
    max-width: 560px;
  }

  .kana-no1__catch {
    margin: 0 auto 10px;
    font-size: 42px;
    width: 420px;
    max-width: 420px;
  }

  .kana-no1__catch .main {
    font-size: 63px;
    padding-top: 5px;
  }

  .kana-no1__note {
    font-size: 12px;
  }
}

.result {
  position: relative;
  background: #0b59a7;
  color: #fff;
  text-align: center;
  overflow: visible;
  padding: 30px 0 50px;
}
.result__inner {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.result__inner img {
  width: 100%;
  margin: 0 auto;
}

.result__triangle {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #0b59a7;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.result__catch {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  transform: translateY(-5px);
}

.result__triangle__wrap {
  position: relative;
  height: 80px;
  padding: 0 0 80px 0;
  margin: 0;
}

@media (min-width: 1080px) {
  .result {
    position: relative;
    background: #0b59a7;
    color: #fff;
    text-align: center;
    overflow: visible;
    padding: 30px 0 50px;
  }
  .result__inner {
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .result__inner img {
    width: 100%;
    margin: 0 auto;
  }

  .result__triangle {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #0b59a7;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .result__catch {
    font-size: 24px;
  }

  .result__triangle__wrap {
    position: relative;
    height: 80px;
    padding: 0 0 80px 0;
    margin: 0;
  }
}

.individual-instruction {
  text-align: center;
  margin: 0;
  padding: 0;
}
.individual-instruction img {
  width: 80%;
  max-width: 500px;
  margin: 40px 0 0 0;
}

.individual-instruction__inner {
  padding: 30px 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
}

.individual-instruction__inner .lead {
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
}

.individual-instruction__inner .balloon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border: 2px solid #000;
  border-radius: 9999px;
  position: relative;
  margin: 0px auto 20px auto;
  max-width: 750px;
}

.individual-instruction__inner .balloon span {
  font-weight: bold;
  font-size: 18px;
  color: #1e73d5;
  letter-spacing: 0.02em;
}

.individual-instruction__inner .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.individual-instruction__inner .sub span {
  color: #ff63ac;
  font-weight: bold;
  margin: 10px 0 0;
}
@media (min-width: 1080px) {
  .individual-instruction__inner {
    font-size: 18px;
    width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .individual-instruction__inner .lead {
    text-align: center;
  }

  .individual-instruction__inner .balloon span {
    font-size: 24px;
  }
}

.feature {
  background: #feffe1;
  padding: 40px 30px 20px 30px;
}

.feature-card {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid #1f68c6;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.feature-card__head {
  background: #1f68c6;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
}

.feature-card__head p {
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
  font-size: min(4.75vw, 21px);
  padding-bottom: 5px;
}

.mark {
  padding: 0;
  margin: 0 5px;
  background: #fcee21;
  color: #1f68c6;
  display: inline-block;
}

.feature-card__body {
  text-align: center;
  padding: 20px 10px;
  line-height: 1.6;
  font-size: min(4.75vw, 18px);
  font-weight: bold;
}

.feature-card__body span {
  color: #1f68c6;
}

.feature-img {
  margin: 20px auto;
  width: 100%;
  max-width: 750px;
}

.feature-img img {
  width: 100%;
}

@media (min-width: 1080px) {
  .feature {
    padding: 80px 0px;
  }

  .feature-card {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }

  .feature-card__head {
    padding: 15px;
  }

  .feature-card__head p {
    font-size: 24px;
  }

  .feature-card__body {
    font-size: 24px;
  }

  .feature-img {
    margin: 40px auto 0px auto;
    width: 100%;
    max-width: 980px;
  }

  .feature-img img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sengen01 {
  background: #feffe1;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.sengen01 .sengenTit {
  text-align: center;
}

.sengenTit img {
  width: 100%;
  max-width: 750px;
}

.sengen01BoxInner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 20px;
}

.sengen01BoxInner .catch {
  width: 80%;
  max-width: 412px;
  margin: 20px auto;
}

.sengen01BoxInner .catch img {
  width: 100%;
  max-width: 412px;
}
.sengen01Box .sengen01Txt {
  padding: 0 20px 20px 20px;
}

.sengen01Box .sengen01Txt p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.06em;
  padding: 20px 0;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .sengen01Box {
    width: 100%;
    margin-bottom: 80px;
    padding: 60px 20px 0 20px;
    max-width: 1920px;
    position: relative;
  }

  .sengen01BoxBg {
    background: url(../img/sengen01_img_pc.webp) no-repeat right top;
    background-size: contain;
    min-width: 1280px;
    max-width: 1980px;
    display: block;
  }

  .sengen01Box .sengen01BoxInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .sengen01Box .sengen01Txt {
    width: 580px;
    padding: 0 40px 0 0;
    box-sizing: border-box;
  }

  .sengen01Box .sengen01Txt p {
    padding: 20px 0 0 0;
    font-size: 21px;
    line-height: 36px;
    font-weight: 550;
  }
}

@media (min-width: 1080px) {
  .sengenTit img {
    max-width: 1080px;
  }
}

.sengen02 {
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0px;
  width: 100%;
}
.testmae-waku__wrapper {
  padding: 10px 15px;
}
.sengen02 .testmae-waku {
  position: relative;
  margin: 0px auto;
  max-width: 750px;
}

.sengen02 .testmae-waku__innner {
  border: 3px solid #0f5cbd;
  padding: 2rem 2rem;
  background: #fff;
}

.pc_ab::after {
  content: "";
  background: url(../img/testmae_bg_sp.webp) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sengen02 .testmae-waku h3 {
  color: #0f5cbd;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.sengen02 .testmae-waku p {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

.sengen02 .testmae-waku h3 span {
  font-size: 21px;
  line-height: 1.7;
}

.sengen02 span.underline {
  background: linear-gradient(transparent 70%, #fcee21 30%);
  display: inline-block;
  padding-bottom: 0;
  margin: 0;
}

.testmae-waku .pink {
  font-weight: 700;
  color: #fb75b0;
}

.sengen02 .blue-txt {
  color: #0f5cbd;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.kyouzai2 {
  margin: 10px 0;
  padding: 0 20px;
}

.testmae-waku,
.pc_ab {
  width: 100%;
}

.testmae-waku,
.pc_ab img {
  margin-top: -40px;
  position: relative;
}

.pc_ab .blue-txt {
  text-align: center;
  font-size: 21px;
  line-height: 1.4;
}

.hosoku {
  font-size: 12px;
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  .sengen02 {
    margin: 0;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0px 0 30px 0;
    width: 100%;
  }

  .testmae-waku__wrapper {
    display: flex;
    margin: 20px auto;
    max-width: 1080px;
  }

  .sengen02 .testmae-waku {
    position: relative;
  }

  .sengen02 .testmae-waku__innner {
    border: 3px solid #0f5cbd;
    padding: 2rem 1rem 2rem;
    /* margin: 2rem 0; */
    background: #fff;
  }
  .testmae-waku,
  .pc_ab img {
    margin-top: 0px;
  }

  .pc_ab::after {
    content: "";
    background: url(../img/testmae_bg_sp.webp) no-repeat center center;
    background-size: 1080px auto;
    position: absolute;
    z-index: -1;
    top: 80px;
    left: 0;
    bottom: 240px;
    right: 0;
  }

  .sengen02 .testmae-waku h3 {
    color: #0f5cbd;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .sengen02 .testmae-waku p {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
  }

  .sengen02 .testmae-waku h3 span {
    font-size: 21px;
    line-height: 1.7;
  }

  .sengen02 span.underline {
    background: linear-gradient(transparent 70%, #fcee21 30%);
    display: inline-block;
    padding-bottom: 0;
    margin: 0;
  }

  .testmae-waku .pink {
    font-weight: 700;
    color: #fb75b0;
  }

  .sengen02 .blue-txt {
    color: #0f5cbd;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  .kyouzai2 {
    position: absolute;
    left: 30px;
    width: 500px;
    top: 290px;
    margin: 0;
  }

  .testmae-waku,
  .pc_ab {
    width: 500px;
  }

  .pc_ab .blue-txt {
    text-align: center;
    padding-top: 20px;
  }

  .hosoku {
    font-size: 12px;
    display: inline-block;
  }
}

.sengen05 {
  background: #effafd;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sengen05 .sengenTit {
  text-align: center;
}

.supports {
  margin: 0;
  padding: 40px 30px;
}

.head-img img {
  height: auto;
  width: 100%;
}

.supports .desc {
  margin: 10px 0 0;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.8;
  padding-left: 10px;
}

.supports .supports__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}

.supports .footnotes {
  padding-left: 40px;
}

@media screen and (min-width: 1080px) {
  .supports {
    margin: 0;
    padding: 0px 10px 40px 10px;
  }
  .supports .supports__inner {
    width: 680px;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
  }
}

.title-img {
  text-align: center;
  padding-bottom: 20px;
}

.head-img img {
  width: auto;
}

.supports .support-list {
  list-style: none;
  margin: clamp(8px, 1.5vw, 12px) 0 0;
  padding: 0;
  display: grid;
  gap: clamp(14px, 2.6vw, 20px);
}

.supports .support-item {
  padding: 0;
}

.supports .desc {
  margin: 10px 0 0;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.8;
  padding-left: 40px;
}

.supports .footnotes,
.supports .desc small {
  margin: 1.2em 0 0;
  color: #777;
  font-size: 12px;
}

.sengen05 .kv-shot__wrapper,
.sengen05 .doc-shot__wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.sengen05 .doc-shot__wrapper .lead {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.sengen05 .doc-shot__wrapper .desc {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 30px;
}

.sengen05 .kv-shot img,
.sengen05 .doc-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.sengen05 .lead {
  margin: 10px 0 0;
  color: #0f5cbd;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}

.sengen05 .lead .mark-y {
  background: linear-gradient(transparent 60%, #fcee21 60%);
}

.sengen05 .desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}

.sengen05 .desc .mark-p {
  color: #fb75b0;
  font-weight: bold;
}

@media screen and (min-width: 1080px) {
  .sengen05 .kv-shot__wrapper,
  .sengen05 .doc-shot__wrapper {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }

  .sengen05 .kv-shot__wrapper .desc {
    position: absolute;
    display: block;
    right: 5%;
    bottom: 5%;
    width: 440px;
    text-align: left;
  }

  .sengen05 .doc-shot__wrapper .lead {
    position: absolute;
    display: block;
    left: 5%;
    bottom: 5%;
    width: 440px;
    text-align: left;
  }

  .sengen05 .kv-shot img,
  .sengen05 .doc-shot img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sengen05 .lead {
    margin: 0;
    font-size: 21px;
  }

  .sengen05 .desc {
    font-size: 16px;
  }
}

.panel-item .underline {
  background: linear-gradient(transparent 70%, #fcee21 30%);
  display: inline-block;
  padding-bottom: 0;
  margin: 0;
}

@media screen and (min-width: 1080px) {
  .meritBox#merit02 .leadtext,
  .meritBox#merit03 .leadtext {
    letter-spacing: 0;
  }

  .meritBox#merit03 {
    margin-bottom: 10px !important;
  }
  .meritBox#merit01 .meritTxt {
    min-height: 220px;
  }
  .meritBox#merit02 .meritTxt {
    min-height: 310px;
  }
  .meritBox#merit03 .meritTxt {
    min-height: 220px;
  }

  .meritBox#merit01 .leadline .leadtext {
    font-size: 40px;
  }
}

.panel-item img.graphImg {
  padding: 25px 0;
}

.course {
  dl {
    padding: 0.5em 0 1em 0;
  }
  dt {
    line-height: 1.8;
  }
  dd {
    padding: 0.5em 0;
    line-height: 1.8;
  }
}

@media screen and (min-width: 750px) {
  #panel-item-high dl {
    margin-top: -15px;
  }
}

.ctaBox {
  background: #50b4eb url("../img/cta_bg.webp") center center no-repeat;
  background-size: cover;
}
