@charset "UTF-8";
/* ------------------------------
　　common
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: "";
  width: 1px;
  height: 200%;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

p + p {
  margin-top: 1em;
}

nav ul {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
}
dl + dl {
  margin-top: 30px;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

strong, .strong {
  font-weight: 800;
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

/* リンクの設定 */
a {
  color: #333;
  text-decoration: none;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inline-block;
}

.f-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.f-mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

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

.text-left {
  text-align: left;
}

.word-break {
  display: inline-block;
}

/* コンテナ */
.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/site-bg_pc.png) repeat-y center/1440px auto;
  background-attachment: fixed;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 390px) / 2) 0 390px 0 calc((100% - 390px) / 2);
  grid-template-columns: calc((100% - 390px) / 2) 390px calc((100% - 390px) / 2);
  gap: 0;
}
@media screen and (min-width: 1441px) {
  .l-grid {
    background: url(../images/site-bg_pc.png) repeat-y center/contain;
  }
}

.l-center {
  width: 390px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 390px) / 2);
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.sidebar .container {
  max-width: 440px;
  padding: 0 20px;
}

.container_s {
  padding: 0 10.26%;
}

.container_m {
  padding: 0 7.69%;
}

.container_l {
  padding: 0 5.13%;
}

.section {
  padding: 100px 0;
}

.grid-wrap {
  display: -ms-grid;
  display: grid;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ボタン */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  width: 320px;
  max-width: 100%;
  height: 60px;
  font-size: clamp(16px, 4.615vw, 18px);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  color: #FFF;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 6px;
  border: 2px solid #FFF;
  background: linear-gradient(178deg, #FFB81D 1.64%, #EC481F 98.26%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  position: relative;
}
.btn:hover {
  opacity: 0.6;
  color: #FFF;
}
.btn:visited, .btn:active {
  color: #FFF;
}
.btn > * {
  display: contents;
}
.btn strong {
  font-weight: 800;
}
.btn.__border {
  border-radius: 6px;
  border: 1px solid #1D50A2;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.__border:hover {
  opacity: 1;
  color: #333;
  background: #E9FAFF;
}
.btn.__border:visited, .btn.__border:active {
  color: #333;
}
.btn.__black {
  background: -webkit-gradient(linear, left top, left bottom, from(#858892), to(#000));
  background: linear-gradient(180deg, #858892 0%, #000 100%);
}
.btn.__black:visited, .btn.__black:active {
  color: #FFF;
}

.doc-btn {
  font-size: clamp(16px, 4.615vw, 18px);
  font-weight: 800;
}

/* アニメーション */
.fadeup {
  opacity: 0;
  visibility: hidden;
}
.fadeup.animated {
  -webkit-animation: fadeUp 1s forwards;
          animation: fadeUp 1s forwards;
}
@media screen and (min-width: 768px) {
  .fadeup.animated.__02 {
    -webkit-animation: fadeUp 1s 0.2s forwards;
            animation: fadeUp 1s 0.2s forwards;
  }
  .fadeup.animated.__03 {
    -webkit-animation: fadeUp 1s 0.4s forwards;
            animation: fadeUp 1s 0.4s forwards;
  }
  .fadeup.animated.__04 {
    -webkit-animation: fadeUp 1s 0.6s forwards;
            animation: fadeUp 1s 0.6s forwards;
  }
  .fadeup.animated.__05 {
    -webkit-animation: fadeUp 1s 0.8s forwards;
            animation: fadeUp 1s 0.8s forwards;
  }
  .fadeup.animated.__06 {
    -webkit-animation: fadeUp 1s 1s forwards;
            animation: fadeUp 1s 1s forwards;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
}
.fadein.animated {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
.fadein.animated.__02 {
  -webkit-animation: fadeIn 1s 0.5s forwards;
          animation: fadeIn 1s 0.5s forwards;
}
.fadein.animated.__03 {
  -webkit-animation: fadeIn 1s 1s forwards;
          animation: fadeIn 1s 1s forwards;
}

.smooth {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  height: auto;
}
.smooth.animated {
  -webkit-animation: smooth 1s 0.5s forwards;
          animation: smooth 1s 0.5s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: hidden;
  }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    visibility: hidden;
  }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0%;
    visibility: hidden;
  }
  100% {
    opacity: 100%;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0%;
    visibility: hidden;
  }
  100% {
    opacity: 100%;
    visibility: visible;
  }
}
@-webkit-keyframes smooth {
  0% {
    opacity: 100%;
    visibility: visible;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 100%;
    visibility: visible;
    clip-path: inset(0);
  }
}
@keyframes smooth {
  0% {
    opacity: 100%;
    visibility: visible;
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 100%;
    visibility: visible;
    clip-path: inset(0);
  }
}
@media screen and (max-width: 1080px) {
  .l-grid {
    display: block;
  }
  .l-center {
    width: 100%;
    max-width: 768px;
  }
  .sidebar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
  .hide-pc {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}
/*  side
------------------------------ */
.sidebar__left {
  left: 0;
}

.side-left-ttl {
  margin: 0;
  padding: 0 8%;
  position: relative;
}
.side-left-ttl img:last-child {
  width: 16%;
  position: absolute;
  left: 8%;
  bottom: clamp(30px, 2.92vw, 42px);
}

.side-left-bottom {
  border-radius: 12px;
  background: #FFFDDC;
  padding: 20px 5% 30px;
  text-align: center;
}
.side-left-bottom p {
  margin: 0 auto 10px;
  max-width: 317px;
}
.side-left-bottom .trial-btn {
  font-size: 22px;
}
.side-left-bottom .trial-btn strong {
  font-size: 109%;
}
.side-left-bottom .doc-btn {
  margin-top: 10px;
  width: 260px;
  height: 52px;
  font-size: 20px;
}

.sidebar__right {
  right: 0;
}
.sidebar__right .container {
  max-width: 400px;
}
.sidebar__right .kubojyuku-logo {
  width: clamp(100px, 40.83%, 147px);
  text-align: center;
  margin: 0 auto clamp(30px, 3.125vw, 45px);
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 12px;
  background: #E1E8F1;
  padding: 40px 11.11%;
}
.nav-wrap .btn {
  width: 280px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.25vw, 18px);
  color: #333;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  padding: 0 16px;
  height: 48px;
}
.nav-wrap .btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow-circle.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nav-wrap .btn + .btn {
  margin-top: 20px;
}
.nav-wrap a:last-child {
  display: block;
  text-align: center;
  color: #1D50A2;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  margin: 20px auto 0;
}
.nav-wrap a:last-child:hover {
  opacity: 0.6;
}
.nav-wrap a:last-child img {
  vertical-align: -2px;
  margin-left: 5px;
}

@media screen and (max-width: 1269px) {
  .sidebar {
    padding: 0;
  }
  .side-left-bottom .trial-btn {
    font-size: clamp(18px, 1.73vw, 22px);
    padding: max(0.5em, 7px) 20px;
  }
}
/*  header
------------------------------ */
header {
  width: 100%;
}

.header-description {
  font-size: clamp(9px, 2.564vw, 10px);
  font-weight: 500;
  color: #FFF;
  background: #1D50A2;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  height: 24px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.header-logo {
  background: #FFF;
  margin: 0;
  height: 59px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.header-logo + .group-logo {
  max-width: 200px;
  margin: -5px auto 0;
  padding: 0 0 10px;
  line-height: 1;
}
.header-logo img {
  height: 40px;
}

/*  footer
------------------------------ */
footer {
  background: #1D50A2;
  color: #FFF;
  text-align: center;
  padding: 30px 20px 20px;
}
footer p {
  max-width: 924px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 0 auto 40px;
}
footer p.group-logo {
  margin-bottom: 20px;
  text-align: center;
}
footer small {
  font-size: 10px;
  line-height: 2.72px;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  display: block;
  font-size: 0;
  opacity: 0;
}
.page-top-btn:hover {
  opacity: 0.6;
}
.page-top-btn img {
  width: 100%;
}

.page-top-btn-appear {
  opacity: 1;
}

/*  mv
------------------------------ */
.mv h1 {
  margin: 0;
}
.mv .mv-top {
  position: relative;
}
.mv .mv-top > img {
  position: absolute;
}
.mv .mv-top > img:nth-child(2) {
  width: 26.54%;
  left: 22.05128205%;
  bottom: 3.91221374%;
}
.mv .mv-top > img:nth-child(3) {
  width: 29.36%;
  left: 44.74358974%;
  bottom: 4.961832061%;
}
.mv .mv-top > img:nth-child(4) {
  width: 31.67%;
  right: 4.29389313%;
  bottom: 4.487179487%;
}

.mv-contact {
  position: relative;
  background: linear-gradient(168deg, #1D50A2 3.06%, #0077BC 100%);
  padding: 40px 5.13% 24px;
}
.mv-contact .pop {
  width: 280px;
  max-width: 90%;
  margin: 0 auto;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.mv-contact p:last-child {
  color: #FFF;
  font-size: 12px;
  margin: 1rem auto 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .mv-contact {
    padding-top: 10.26%;
    padding-bottom: 6.15%;
  }
  .mv-contact .pop {
    width: 71.79%;
    top: clamp(-45px, -6.15vw, -20px);
  }
  .mv-contact p:last-child {
    font-size: clamp(12px, 3.1vw, 24px);
  }
}
/*  reason
------------------------------ */
.reason {
  background: #FFF;
  padding-bottom: 40px;
}

.reason-ttl {
  margin: 0 auto 10px;
}

.reason-item {
  border: 2px solid #1D50A2;
}
.reason-item + .reason-item {
  margin-top: clamp(10px, 2.56%, 17px);
}

.reason-item-ttl {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 104px;
  margin: 0 auto;
  padding: 17px 7.57% 17px 19.39%;
  background: #1D50A2 url(../images/reason-item-ttl.jpg) no-repeat center right/85.45% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.reason-item-ttl > img {
  width: 9.7%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 2.1%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.reason-item-ttl .f-bigger {
  color: #F10098;
  font-size: 160%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
.reason-item-ttl strong {
  color: #1D50A2;
  font-size: 120%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.reason-item-txt {
  margin: 0;
  padding: 20px 6.1% 24px;
}
.reason-item-txt sup {
  font-size: 70%;
  vertical-align: 5px;
}
.reason-item-txt .note {
  font-size: 14px;
}

.reason-record-list {
  padding: 0 4.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reason-record-list li {
  width: 50%;
  color: #1D50A2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  padding-left: calc(12.93% + 5px);
  margin-bottom: 16px;
  position: relative;
}
.reason-record-list li:nth-child(2n) {
  padding-left: 16.73%;
}
.reason-record-list li:nth-child(2n)::before {
  left: 3.72%;
}
.reason-record-list li::before {
  width: 25.85%;
  aspect-ratio: 38/36;
  content: "";
  background: url(../images/blossom.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.reason-record-list li .end {
  display: block;
  text-align: right;
  font-size: 83.33%;
  line-height: 1.3;
}
.reason-record-list + p {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: -3px auto 37px;
}

@media screen and (max-width: 1080px) {
  .reason {
    padding-bottom: clamp(40px, 10.26vw, 79px);
  }
  .reason-item-ttl {
    min-height: clamp(95px, 26.67vw, 205px);
    font-size: clamp(18px, 5.13vw, 39px);
  }
  .reason-item-txt {
    font-size: clamp(17px, 4.1vw, 31px);
    padding: clamp(20px, 6.06%, 40px) 6.1% clamp(24px, 7.27%, 47px);
  }
  .reason-item-txt .note {
    font-size: clamp(14px, 3.59vw, 28px);
  }
  .reason-record-list li {
    font-size: clamp(18px, 6.15vw, 47px);
    margin-bottom: max(16px, 4.1vw);
  }
  .reason-record-list + p {
    font-size: clamp(14px, 3.59vw, 28px);
  }
}
/*  contact-contents
------------------------------ */
.contact-contents {
  padding: 18px 0 24px;
  background: linear-gradient(168deg, #1D50A2 3.06%, #0077BC 100%);
}
.contact-contents h2 {
  margin: 0 auto 16px;
  padding: 0 3.43%;
}

.contact-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-btn-wrap .btn {
  width: auto;
  height: 56px;
  margin: 0;
  white-space: nowrap;
}
.contact-btn-wrap .btn + .btn {
  margin-left: 10px;
}
.contact-btn-wrap .trial-btn {
  padding: 0 10px;
}
.contact-btn-wrap .doc-btn {
  padding: 0 25px;
}

@media screen and (max-width: 1080px) {
  .contact-contents {
    padding: 21px 0 24px;
  }
  .contact-btn-wrap .btn {
    font-size: clamp(14px, 4.62vw, 35px);
    min-height: clamp(56px, 13.33vw, 102px);
  }
  .contact-btn-wrap .btn + .btn {
    margin-left: 2.564vw;
  }
  .contact-btn-wrap .trial-btn {
    width: clamp(180px, 56.41vw, 433px);
  }
  .contact-btn-wrap .doc-btn {
    width: 30.77vw;
  }
}
/*  point
------------------------------ */
.point {
  background: #E9FAFF;
  padding-bottom: 40px;
}

.point-ttl {
  margin: 0 auto 27px;
}

.point-item + .point-item {
  margin-top: 30px;
}

.point-item-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1D50A2;
  background: #FFF;
  border: 2px solid #1D50A2;
  padding: 12px 4% 9px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  position: relative;
}
.point-item-ttl::after {
  content: "";
  height: 90px;
  position: absolute;
  bottom: 0;
}
.__01 .point-item-ttl::after {
  aspect-ratio: 66/90;
  background: url(../images/point-chara01.png) no-repeat center/cover;
  right: 0;
}
.__02 .point-item-ttl::after {
  aspect-ratio: 75/85;
  background: url(../images/point-chara02.png) no-repeat center/cover;
  right: 0.79%;
}
.__03 .point-item-ttl::after {
  aspect-ratio: 74/85;
  background: url(../images/point-chara03.png) no-repeat center/cover;
  right: 0.97%;
}
.__04 .point-item-ttl::after {
  aspect-ratio: 70/90;
  background: url(../images/point-chara04.png) no-repeat center/cover;
  right: 1.14%;
}
.__05 .point-item-ttl::after {
  aspect-ratio: 66/90;
  background: url(../images/point-chara05.png) no-repeat center/cover;
  right: -2px;
}

.point-item-inner {
  border: 2px solid #1D50A2;
  background: #FFF;
  margin-left: 5.71%;
}

.point-detail-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 20px;
  background: #1D50A2;
  color: #FFF;
  text-align: left;
  padding: 15px 5% 15px 13.33%;
  margin: 0;
  position: relative;
}
.point-detail-ttl img {
  width: 16.56%;
  position: absolute;
  left: -6.75%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.point-detail-list {
  padding: 24px 5.45%;
}
.point-detail-list li {
  border-radius: 6px;
  background: #FFFDDC;
  font-weight: 500;
  color: #000;
  min-height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 4.14%;
}
.point-detail-list li strong {
  color: #F10098;
  font-weight: 700;
}
.point-detail-list li + li {
  margin-top: 5px;
}
.point-detail-list li p {
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .point {
    padding-bottom: clamp(40px, 10.26vw, 79px);
  }
  .point-ttl {
    margin-bottom: clamp(27px, 6.92vw, 53px);
  }
  .point-item + .point-item {
    margin-top: clamp(30px, 7.69vw, 59px);
  }
  .point-item-ttl {
    font-size: clamp(13px, 4.1vw, 31px);
    padding: clamp(12px, 3.64%, 25px) 4% clamp(9px, 2.73%, 19px);
    min-height: clamp(70px, 20.51vw, 158px);
  }
  .point-item-ttl::after {
    height: clamp(80px, 23.08vw, 177px);
  }
  .point-detail-ttl {
    font-size: clamp(16px, 5.13vw, 39px);
    padding: clamp(12px, 3.85vw, 30px) 5% clamp(12px, 3.85vw, 30px) 13.33%;
  }
  .point-detail-list {
    padding: clamp(24px, 7.27%, 47px) 5.45%;
  }
  .point-detail-list li {
    font-size: clamp(16px, 4.1vw, 31px);
    min-height: clamp(73px, 18.71vw, 144px);
  }
  .point-detail-list li + li {
    margin-top: clamp(5px, 1.28vw, 10px);
  }
}
/*  voice
------------------------------ */
.voice {
  padding: 30px 0 0;
  background: url(../images/site-bg_sp.png) repeat-y center/100% auto;
}

.voice-ttl {
  width: 71.79%;
  margin: 0 auto 16px;
}

.voice-item {
  border-radius: 6px;
  border: 2px solid #1D50A2;
  background: #FFF;
}
.voice-item.__main {
  padding: 30px 5.52%;
}
.voice-item.__main .detail-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-item.__main .detail-txt-wrap > img {
  width: 34.48%;
}
.voice-item.__main .detail-txt-wrap > div {
  width: 58.62%;
}
.voice-item.__main .school-name {
  font-size: 18px;
}
.voice-item.__main .student-name {
  font-size: 14px;
  border-radius: 6px;
  background: #FFFDDC;
  padding: 3px 5px;
  text-align: center;
}
.voice-item-list .voice-item {
  margin: 0 10px;
}
.voice-item-list .voice-item .student-name {
  padding-left: 34px;
  margin-top: 5px;
}
.voice-item-list .voice-item .voice-item-txt {
  line-height: 1.5;
}
.voice-item .school-name {
  color: #1D50A2;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.voice-item .school-name img {
  margin-right: 5px;
}
.voice-item .student-name {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}
.voice-item .student-name .small {
  font-size: 10px;
  font-weight: 500;
}

.voice-item-inner {
  padding: 23px 6.45% 38px;
}

.voice-item-catch {
  color: #ED6D1F;
  font-size: 18px;
  font-weight: 700;
  margin: 14px 0 10px;
}

.voice-item-txt {
  color: #000;
  margin-bottom: 0;
}

.voice-slider-wrap {
  background: #D3EDFB;
  padding: 30px 0;
  margin-top: 30px;
}
.voice-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-slider-wrap .slick-slide {
  height: auto !important;
}
.voice-slider-wrap .slide-arrow {
  width: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.voice-slider-wrap .slide-arrow:hover {
  opacity: 0.75;
}
.voice-slider-wrap .slide-arrow.prev-arrow {
  left: 4px;
}
.voice-slider-wrap .slide-arrow.next-arrow {
  right: 4px;
}

@media screen and (max-width: 1080px) {
  .voice {
    padding: clamp(30px, 7.69vw, 100px) 0 0;
  }
  .voice-ttl {
    margin-bottom: clamp(16px, 4.1vw, 31px);
  }
  .voice-item {
    font-size: clamp(15px, 4.1vw, 31px);
  }
  .voice-item.__main .school-name {
    font-size: clamp(16px, 4.62vw, 35px);
  }
  .voice-item.__main .student-name {
    font-size: clamp(14px, 3.59vw, 28px);
  }
  .voice-item-list .voice-item .student-name {
    padding-left: clamp(34px, 8.72vw, 67px);
    margin-top: clamp(5px, 1.28vw, 10px);
  }
  .voice-item .school-name img {
    width: clamp(29px, 7.44vw, 57px);
    margin-right: clamp(5px, 1.28vw, 10px);
  }
  .voice-item .student-name {
    font-size: clamp(12px, 3.08vw, 24px);
  }
  .voice-item .student-name .small {
    font-size: clamp(10px, 2.56vw, 20px);
  }
  .voice-item-catch {
    font-size: clamp(18px, 4.62vw, 35px);
    margin: clamp(14px, 3.59vw, 28px) 0 clamp(10px, 2.56vw, 20px);
  }
  .voice-item-txt {
    font-size: clamp(15px, 4.1vw, 31px);
  }
  .voice-slider-wrap .slide-arrow {
    width: clamp(50px, 12.82vw, 98px);
  }
  .voice-slider-wrap .slide-arrow.prev-arrow {
    left: clamp(4px, 1.03vw, 8px);
  }
  .voice-slider-wrap .slide-arrow.next-arrow {
    right: clamp(4px, 1.03vw, 8px);
  }
}
/*  classroom
------------------------------ */
.classroom {
  padding: 49px 0 40px;
  background: #F5F5F5;
}
.classroom .accordion-item button::after {
  right: 20px;
}

.classroom-ttl {
  width: 112.9%;
  margin: 0 -6.45%;
}
.classroom-ttl + p {
  font-size: 18px;
  margin: 24px 0;
}

.accordion-item {
  position: relative;
  border-radius: 6px;
  border: 2px solid #1D50A2;
  background: #FFF;
}
.accordion-item + .accordion-item {
  margin-top: 10px;
}
.accordion-item button {
  width: 100%;
  cursor: pointer;
  display: block;
  line-height: 64px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 5.81%;
  background: transparent;
  outline: none;
  border: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, border-radius 0.15s ease;
  border-radius: 6px;
  text-align: left;
  position: relative;
}
.accordion-item button[aria-expanded=true] .icon {
  background: #666;
}
.accordion-item button[aria-expanded=true] .icon::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.accordion-item button .icon {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 4px;
  background: #1D50A2;
  position: absolute;
  top: 50%;
  right: 5.81%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.accordion-item button .icon::before, .accordion-item button .icon::after {
  content: "";
  width: 50%;
  height: 9.375%;
  background: #FFF;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.accordion-item button .icon::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}

.accordion-header {
  margin: 0;
}

.accordion-inner {
  padding: 0 5.81% 38px;
  display: none;
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.information-list {
  border-top: 1px solid #1D50A2;
  padding-top: 20px;
}
.information-list li + li {
  margin-top: 11.11%;
}
.information-list li .c-bar-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1D50A2;
  padding: 0 0 0 13px;
  margin: 0 auto 13px;
  position: relative;
}
.information-list li .c-bar-ttl::before {
  content: "";
  width: 3px;
  height: 32px;
  background: #00C8FF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.information-list li .address {
  margin: 0;
}
.information-list li .map-link {
  margin: 15px 0;
}
.information-list li .map-link .icon-map {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-map.svg) no-repeat center/cover;
  vertical-align: -7px;
  margin: 0 5px 0 0;
}
.information-list li .map-link a {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1D50A2;
  border: 2px solid #D9D9D9;
  border-radius: 20px;
  padding: 5px 18px;
}
.information-list li .map-link a:hover {
  color: #FFF;
  background: #1D50A2;
  border: 2px solid #1D50A2;
}
.information-list li .bg-gry-txt {
  background: #F5F5F5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 8px;
  padding: 20px;
  margin: 1.5rem 0 0;
}
.information-list li .tel {
  margin: -5px 0 20px;
}
.information-list li .tel .icon-tel {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-tel.svg) no-repeat center/cover;
  vertical-align: -2px;
  margin: 0 9px 0 0;
}
.information-list li .tel a {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #F10098;
  text-decoration: underline;
}

.color-bar-list {
  width: 100%;
}
.color-bar-list li {
  border-radius: 6px;
  padding: 20px 7.41%;
  background: #E9FAFF;
}
.color-bar-list li + li {
  margin-top: 10px;
}
.color-bar-list li p {
  margin: 0;
}
.color-bar-list li p + p {
  margin-top: 6px;
}
.color-bar-list li p:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #1D50A2;
}

@media screen and (max-width: 1080px) {
  .classroom {
    padding: clamp(49px, 12.56vw, 96px) 0 clamp(40px, 10.26vw, 79px);
  }
  .classroom-ttl + p {
    font-size: clamp(16px, 4.62vw, 30px);
    text-align: left;
  }
  .accordion-item + .accordion-item {
    margin-top: clamp(10px, 2.56vw, 20px);
  }
  .accordion-item button {
    font-size: clamp(18px, 4.62vw, 35px);
    line-height: clamp(64px, 16.41vw, 126px);
  }
  .accordion-item button .icon {
    width: clamp(32px, 8.21vw, 63px);
    height: clamp(32px, 8.21vw, 63px);
  }
  .accordion-inner {
    padding: 0 5.81% clamp(38px, 9.75vw, 75px);
  }
  .information-list li .c-bar-ttl {
    font-size: clamp(18px, 5.13vw, 39px);
    padding: 0 0 0 clamp(13px, 3.33vw, 26px);
    margin: clamp(13px, 3.33vw, 26px) auto;
  }
  .information-list li .c-bar-ttl::before {
    width: 0.967%;
    height: 1.5em;
    top: 0.1em;
  }
  .information-list li .address {
    font-size: clamp(16px, 4.1vw, 31px);
  }
  .information-list li .map-link {
    margin: clamp(16px, 4.1vw, 31px) 0 0;
  }
  .information-list li .map-link a {
    font-size: clamp(16px, 4.1vw, 31px);
    border-radius: clamp(20px, 5.13vw, 39px);
    padding: clamp(5px, 1.28vw, 76px) clamp(18px, 4.72vw, 36px);
  }
  .information-list li .map-link .icon-map {
    width: clamp(24px, 6.15vw, 47px);
    height: clamp(24px, 6.15vw, 47px);
    vertical-align: -0.4em;
  }
  .information-list li .bg-gry-txt {
    font-size: clamp(16px, 4.1vw, 31px);
    padding: clamp(18px, 5.13vw, 39px);
    margin: clamp(16px, 4.1vw, 31px) 0 0;
  }
  .information-list li .tel a {
    font-size: clamp(23px, 6.15vw, 47px);
  }
  .information-list li .tel .icon-tel {
    width: min(6.15vw, 47px);
    height: min(6.15vw, 47px);
    margin-right: clamp(9px, 2.3vw, 18px);
  }
  .color-bar-list li {
    font-size: clamp(15px, 4.1vw, 16px);
    padding: clamp(20px, 5.13vw, 39px) 7.41%;
  }
  .color-bar-list li + li {
    margin-top: clamp(10px, 2.56vw, 100px);
  }
  .color-bar-list li p {
    font-size: clamp(16px, 4.1vw, 31px);
  }
  .color-bar-list li p + p {
    margin-top: clamp(6px, 1.5vw, 12px);
  }
}
/*  faq
------------------------------ */
.faq {
  background: #FFF;
  padding: 60px 0 50px;
}
.faq .accordion-item {
  padding: 24px 3.23%;
  border: none;
  border-bottom: 2px solid #CCC;
  border-radius: 0;
}
.faq .accordion-item + .accordion-item {
  margin-top: 0;
}
.faq .accordion-item button {
  line-height: 1.7;
  font-size: 16px;
  padding: 0 12.26% 0 0;
}
.faq .accordion-item button .icon {
  width: 28px;
  height: 28px;
  top: 0.8em;
  right: 0;
}
.faq .accordion-inner {
  margin-top: 16px;
  padding: 10px 0 0;
  background: transparent;
  border: none;
}
.faq .accordion-inner p {
  margin: -10px 0 0;
}
.faq .accordion-inner p strong {
  font-weight: bold;
  color: #F10098;
}
.faq .accordion-inner p a {
  color: #1D50A2;
  text-decoration: underline;
}

.faq-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #1D50A2;
  text-align: center;
  margin: 0 auto 12px;
}

@media screen and (max-width: 1080px) {
  .faq {
    padding: clamp(60px, 15.38vw, 118px) 0 clamp(50px, 12.38vw, 90px);
  }
  .faq .accordion-item {
    padding: clamp(24px, 6.15vw, 47px) 3.23%;
  }
  .faq .accordion-item button {
    font-size: clamp(15px, 4.1vw, 31px);
  }
  .faq .accordion-item button .icon {
    width: clamp(28px, 7.18vw, 55px);
    height: clamp(28px, 7.18vw, 55px);
  }
  .faq .accordion-inner p {
    font-size: clamp(15px, 4.1vw, 31px);
    margin-top: -5px;
  }
  .faq-ttl {
    font-size: clamp(26px, 6.67vw, 51px);
    margin: 0 auto clamp(12px, 3.08vw, 24px);
  }
}
/*  step
------------------------------ */
.step {
  background: linear-gradient(168deg, #1D50A2 3.06%, #0077BC 100%);
  padding: 40px 0 94px;
}

.step-ttl {
  width: 100%;
  margin: 0 auto 30px;
}

.step-item-list {
  background: #FFF;
  border-radius: 16px;
  border: 4px solid #00C8FF;
  padding: 36px 7.6%;
}
.step-item-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step-item-list li > img {
  width: 20.76%;
  aspect-ratio: 60/131;
}
.step-item-list li > div {
  width: 76.12%;
  padding: 20px 2.38% 30px;
  background-size: 8px 2px;
  background-image: linear-gradient(to right, #00C8FF 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.step-item-list li .step-item-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1D50A2;
  margin: 0 auto 10px;
}
.step-item-list li p:not(.step-item-ttl) {
  margin: 0;
}
.step-item-list li p:not(.step-item-ttl) strong {
  color: #F10098;
}
.step-item-list li:first-child > div {
  padding-top: 0;
}
.step-item-list li:nth-child(n+2) > img {
  margin-top: 20px;
}

@media screen and (max-width: 1080px) {
  .step {
    padding: clamp(40px, 10.26vw, 79px) 0 clamp(94px, 24.1vw, 185px);
  }
  .step-ttl {
    margin: 0 auto clamp(30px, 7.69vw, 59px);
  }
  .step-item-list {
    padding: clamp(36px, 9.23vw, 71px) 7.6%;
  }
  .step-item-list li > div {
    padding: clamp(20px, 5.1vw, 39px) 2.38% clamp(30px, 7.69vw, 50px);
    background-size: clamp(8px, 2.1vw, 16px) clamp(2px, 0.5vw, 4px);
    background-image: linear-gradient(to right, #00C8FF clamp(4px, 1vw, 8px), transparent clamp(4px, 1vw, 8px));
    min-height: clamp(120px, 38.46vw, 295px);
  }
  .step-item-list li .step-item-ttl {
    font-size: clamp(18px, 5.13vw, 39px);
  }
  .step-item-list li p:not(.step-item-ttl) {
    font-size: clamp(14px, 4.1vw, 31px);
  }
  .step-item-list li:nth-child(n+2) > img {
    margin-top: clamp(20px, 5.1vw, 39px);
  }
}
/*# sourceMappingURL=style.css.map */