@charset "UTF-8";

/*----------------------------------------------

冬季講習2023

---------------------------------------------*/
._win25 {
  overflow: hidden;
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  color: #000;
}

.fixed-banner {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 130px;
}

.fixed-banner a {
  display: block;
  transition: 0.4s;
  cursor: pointer;
}

.win25-header {
  position: relative;
}

.win25-header__head {
  margin: 0;
}

.win25-header__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  line-height: 1;
}

.win25-outline {
  display: none;
  padding: 24px 40px 40px;
  background-color: #DAEBF6;
}

.win25-outline__head {
  text-align: center;
  color: #02528E;
  font-size: 24px;
  margin: 0;
}

.win25-outline__inner {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.win25-outline__timeline {
  width: 525px;
  background-color: #fff;
}

.win25-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}

.win25-timeline::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  display: block;
  width: calc(240 / 1440 * 100vw);
  height: calc(240 / 1440 * 100vw);
  max-width: 240px;
  max-height: 240px;
  background-image: url(../../images/_win25/chara-timeline.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1060px) {
  .win25-timeline::after {
    width: calc(200 / 1440 * 100vw);
    height: calc(200 / 1440 * 100vw);
  }
}

.win25-timeline__head {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  background-color: #02528E;
  margin: 0;
}

.win25-timeline__body {
  padding: 15px 35px;
  background-color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
}

.win25-timeline__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: fit-content;
  font-size: 16px;
  line-height: 1.45;
  color: #02528E;
}

.win25-timeline__unit {
  font-size: 12px;
}

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

.win25-outline__price {
  width: 600px;
}

.win25-price {
  background-color: #fff;
}

.win25-price__head {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  background-color: #02528E;
  margin: 0;
}

.win25-price__head span {
  font-size: 16px;
}

.win25-price__body {
  padding: 15px 35px;
  background-color: #fff;
}

.win25-price__desc {
  font-size: 16px;
  text-align: center;
  color: #02528E;
  margin: 0;

}

.win25-price__table {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}

.win25-price__tableItem {
  flex: 1;
  margin: 0;
}

.win25-price__tableItem dt {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  background-color: #eee;
  text-align: center;
  font-weight: normal;
}

.win25-price__tableItem dd {
  padding: 10px 0 0 0;
  font-size: 14px;
  margin: 0 auto;
  width: fit-content;
}

.win25-price__tableItem--class1 dt {
  background-color: #45A274;
}

.win25-price__tableItem--class1 dd {
  color: #45A274;
}

.win25-price__tableItem--class2 dt {
  background-color: #824590;
}

.win25-price__tableItem--class2 dd {
  color: #824590;
}

.win25-price__tableItem--class3 dt {
  background-color: #5C9FB0;
}

.win25-price__tableItem--class3 dd {
  color: #5C9FB0;
}

.win25-price__caution {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .win25-outline {
    display: block;
  }
}

.header-period {
  color: #115d82;
  line-height: 1.3;
  width: 60vw;
  margin-top: 0.75em;
}

.header-period__main {
  margin: 0.5em 0 0;
  line-height: 1;
  font-size: clamp(1.5rem, 1.3944rem + 0.33vw, 1.8rem);
}

.header-period__main strong {
  color: #d95277;
}

.header-period__main ._large-text {
  font-size: 1.5em;
}

.header-period__sub {
  margin: 0.5em 0 0;
  font-size: clamp(1.225rem, 1.16416rem + 0.19vw, 1.4rem);
  line-height: 1.3;
}

.win23-outline {
  padding: 0 clamp(1rem, -0.0432rem + 3.26vw, 4rem);
  margin-top: clamp(1rem, -0.0432rem + 3.26vw, 4rem);
}

.win23-outline__inner {
  margin: auto;
  max-width: 640px;
}

.win23-outline__heading {
  color: #115d82;
  font-size: clamp(3.2rem, 2.992rem + 0.65vw, 3.8rem);
  text-align: center;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.04em;
}

.win23-outline__heading span {
  background: rgb(246, 233, 0);
  background: linear-gradient(0deg, rgb(246, 233, 0) 0%, rgb(246, 233, 0) 49%, rgba(246, 233, 0, 0) 50%, rgba(246, 233, 0, 0) 100%);
  display: inline-block;
}

.win23-outline__items {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, -0.0864rem + 6.52vw, 8rem);
  margin-top: clamp(1rem, -0.0432rem + 3.26vw, 4rem);
}

.win23-outline__item {
  border-left: 6px solid #115d82;
  padding-left: 1em;
}

.win23-outline__sub-heading {
  color: #115d82;
  font-size: clamp(1.8rem, 1.7296rem + 0.22vw, 2rem);
  margin: 0;
}

.win23-outline__lead {
  margin: 0.5em 0 0;
}

.win25-plan {
  padding: 0 clamp(1rem, -0.0432rem + 3.26vw, 4rem);
}

.win25-plan__header {
  background: #115d82;
  color: #fff;
  margin: 0 calc(clamp(1rem, -0.0432rem + 3.26vw, 4rem) * -1);
  text-align: center;
  padding: 0.5em;
}

.win25-plan__heading {
  margin: 0;
  font-size: clamp(2.2rem, 2.0624rem + 0.43vw, 2.6rem);
  letter-spacing: 0.18em;
  font-weight: normal;
}

.win25-plan__lead {
  margin: 0;
  font-size: clamp(1.2rem, 1.0624rem + 0.43vw, 1.6rem);
}

.plan-nav {
  margin: auto;
}

.plan-nav__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75em 2em;
  margin-top: 2em;
  box-sizing: border-box;
}

.plan-nav__item {
  box-sizing: border-box;
  text-align: center;
  width: calc(50% - 1em);
}

.plan-nav__item--no4 {
  display: block;
}

.plan-nav__item--no5 {
  width: fit-content;
}

.plan-nav__item--no6 {
  width: auto;
}

.plan-nav__item--no7 {
  width: fit-content;
}

.plan-nav__item a {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  line-height: 1;
  font-size: 14px;
}

.plan-nav__item a::after {
  content: "v";
  margin-left: 1em;
  padding-right: 0.25em;
}

.plan-contents {
  margin-top: clamp(1rem, -0.0432rem + 3.26vw, 4rem);
}

.plan-contents__inner {
  margin-top: calc(clamp(1rem, -0.0432rem + 3.26vw, 4rem) * 2);
}

.plan-contents__heading {
  margin: 0 calc(clamp(1rem, -0.0432rem + 3.26vw, 4rem) * -1);
  background: #54af81;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: clamp(1.5rem, 1.4296rem + 0.22vw, 1.7rem);
}

#win25-junior .plan-contents__heading {
  background: #a673ae;
}

#win25-high .plan-contents__heading {
  background: #5ea7b8;
}

.plan-contents__items {
  margin: calc(clamp(1rem, -0.0432rem + 3.26vw, 4rem) * 2) 0 0;
}

.plan-contents__item {
  margin: clamp(1rem, -0.0432rem + 3.26vw, 4rem) 0 0;
}

.plan-contents__header {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.plan-contents__sub-heading {
  background: #54af81;
  color: #fff;
  margin: 0;
  padding: 0.25em 0.5em;
  font-size: clamp(1.5rem, 1.3944rem + 0.33vw, 1.8rem);
  grid-area: 1/1/2/2;
}

#win25-junior .plan-contents__sub-heading {
  background: #a673ae;
}

#win25-high .plan-contents__sub-heading {
  background: #5ea7b8;
}

.plan-contents__price {
  color: #54af81;
  margin: 0 auto 0 0;
  padding: 0.25em 0.5em 0.25em 1em;
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
  grid-area: 1/2/2/3;
}

.plan-contents__price .price-line {
  margin: 0;
  display: inline;
}

.plan-contents__price ._number {
  font-size: 1.25em;
}

.plan-contents__price ._yen {
  font-size: 0.75em;
}

.plan-contents__price ._tax {
  font-size: 0.625em;
}

#win25-junior .plan-contents__price {
  color: #a673ae;
}

#win25-high .plan-contents__price {
  color: #5ea7b8;
}

.plan-contents__subject {
  margin: 0;
  grid-area: 2/1/3/3;
}

.plan-contents__subject span {
  display: inline-block;
  background: rgba(84, 175, 129, 0.3);
  padding: 0.25em 0.5em;
}

#win25-junior .plan-contents__subject span {
  background: rgba(166, 115, 174, 0.3);
}

#win25-high .plan-contents__subject span {
  background: rgba(94, 167, 184, 0.3);
}

.plan-contents__lead {
  margin: clamp(1rem, 0.6512rem + 1.09vw, 2rem) 9.5em 0 0;
}

.plan-contents__lead strong {
  font-weight: normal;
  color: #d95277;
}

.plan-sample {
  margin-top: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
}

.plan-sample__heading {
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  color: #54af81;
  margin: 0;
}

#win25-junior .plan-sample__heading {
  color: #a673ae;
}

#win25-high .plan-sample__heading {
  color: #5ea7b8;
}

.plan-sample__contents {
  overflow: scroll hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 0 clamp(1rem, -0.0432rem + 3.26vw, 4rem);
  margin: 0.25em calc(clamp(1rem, -0.0432rem + 3.26vw, 4rem) * -1) 0;
}

.plan-sample__contents::-webkit-scrollbar {
  display: none;
}

.plan-sample__table {
  min-width: 640px;
}

.plan-sample__table-inner {
  border: 2px solid #54af81;
  background: #fff;
  display: block;
  padding: 20px;
  border-radius: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
}

#win25-junior .plan-sample__table-inner,
.plan-sample__table-inner._junior {
  border-color: #a673ae;
}

#win25-high .plan-sample__table-inner {
  border-color: #5ea7b8;
}

.plan-sample__caption {
  font-size: clamp(1.1rem, 1.0648rem + 0.11vw, 1.2rem);
  margin: 0.5em 0 0;
  text-align: right;
  width: 100%;
}

.plan-sample__caption span {
  color: #d85277;
  margin-left: 1em;
}

.plan-detail {
  margin-top: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
}

.plan-detail__heading {
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  font-weight: normal;
  margin: 0;
}

.plan-detail__items {
  list-style: none;
  padding: 0;
  margin: 0.25em 0 0;
  display: table;
}

.plan-detail__item {
  display: table-row;
}

.plan-detail__title,
.plan-detail__data {
  display: table-cell;
}

.plan-detail__title {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.plan-detail__title::after {
  content: "";
  margin: 0 0.5em 0 0.25em;
  border-bottom: 2px dotted #000;
  flex-basis: 100%;
  min-width: 1em;
}

.plan-detail__price {
  background: #54af81;
  margin: clamp(1rem, 0.6512rem + 1.09vw, 2rem) 0 0;
  color: #fff;
  padding: 0.5em 1em;
  font-weight: bold;
}

#win25-junior .plan-detail__price {
  background: #a673ae;
}

#win25-high .plan-detail__price {
  background: #5ea7b8;
}

/*----------------------------------------------

冬季講習2023 - ダイアログ

---------------------------------------------*/
._dialog-win25 .modal-dialog__inner {
  background: #fff url("../../images/_win23/win23_dialog_bg_sp.svg") center no-repeat;
  background-size: cover;
}

._dialog-win25 .modal-dialog__heading {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: clamp(1.8rem, 1.592rem + 0.65vw, 2.4rem);
}

._dialog-win25 .modal-dialog__lead {
  margin-top: 1.5em;
}

._dialog-win25 .modal-dialog__subheading {
  margin: 1.5em 0 0;
  padding: 0;
  font-size: clamp(1.2rem, 1.1296rem + 0.22vw, 1.4rem);
  font-weight: normal;
}

._dialog-win25 .modal-dialog__subheading span {
  color: #d95277;
}

._dialog-win25 .modal-dialog__text ._small {
  font-size: 80%;
}

._dialog-win25 .modal-dialog__text strong._color {
  color: #d95277;
}

._dialog-win25 .modal-dialog__footer {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

@media only screen and (min-width: 480px) {
  .plan-contents__price {
    position: absolute;
    right: 0;
    top: -0.5em;
    text-align: center;
    font-weight: bold;
    background: #54af81;
    color: #fff;
    width: 8.5em;
    height: 8.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100vw;
    padding: 0;
    font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  }

  #win25-junior .plan-contents__price {
    background: #a673ae;
    color: #fff;
  }

  #win25-high .plan-contents__price {
    background: #5ea7b8;
    color: #fff;
  }

  .plan-contents__price .price-line {
    display: block;
  }

  ._dialog-win25 .modal-dialog__inner {
    background-image: url("../../images/_win23/win23_dialog_bg.svg");
  }
}

@media only screen and (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .fixed-banner {
    right: 0;
    left: auto;
    bottom: auto;
    top: 60px;
    width: 14vw;
    max-width: 180px;
  }

  .plan-nav {
    max-width: 720px;
  }

  .plan-nav__items {
    gap: 40px 60px;
    justify-content: center;
  }

  .plan-nav__item {
    width: auto;
  }

  .plan-nav__item--no4 {
    display: none;
  }

  .plan-nav__item a {
    font-size: 16px;
  }

  .plan-contents__inner:first-of-type {
    margin-top: clamp(1rem, -0.0432rem + 3.26vw, 4rem);
  }
}

@media only screen and (min-width: 960px) {
  .fixed-banner {
    top: 80px;
  }

  .plan-contents__items {
    display: flex;
    gap: 30px;
    max-width: 1280px;
    margin: auto;
  }

  .plan-contents__item {
    flex-basis: 50%;
  }

  .plan-sample__table {
    min-width: initial;
  }
}

@media (any-hover: hover) {
  .fixed-banner a:hover {
    opacity: 0.7;
  }
}


.sm24-flow {
  padding: clamp(2rem, 1.3056rem + 2.17vw, 4rem) clamp(2rem, 1.3056rem + 2.17vw, 4rem);
}

.sm24-flow__inner {
  background: #fff;
  border-radius: clamp(1rem, 0.6512rem + 1.09vw, 2rem);
  position: relative;
  padding: clamp(2rem, 1.3056rem + 2.17vw, 4rem) clamp(1.6rem, 0.416rem + 3.7vw, 5rem);
  border: 1px solid #02528e;
  max-width: 820px;
  box-sizing: border-box;
  margin: auto;
}

.sm24-flow__catch {
  font-weight: bold;
  text-align: center;
  color: #02528e;
  letter-spacing: 0.08em;
  margin: 0;
}

.sm24-flow__buttons {
  text-align: center;
  border-bottom: 1px solid #02528e;
  padding: 1em 0 1.5em;
}

.sm24-flow__buttons .button {
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  margin: 0;
  font-weight: bold;
  padding: 1em;
  background: #2c86bf;
}

.sm24-flow__contents {
  padding: 0 clamp(0rem, -1.7376rem + 5.43vw, 5rem);
}

.sm24-flow__heading {
  font-size: clamp(2.1rem, 1.9944rem + 0.33vw, 2.4rem);
  letter-spacing: 0.14em;
  color: #2c86bf;
  text-align: center;
}

.sm24-flow__items {
  list-style: none;
  padding: 0;
  counter-reset: li;
}

.sm24-flow__item {
  position: relative;
  padding-left: 4em;
}

.sm24-flow__item::before {
  position: absolute;
  counter-increment: li;
  content: "step" counter(li);
  font-weight: bold;
  color: #2c86bf;
  left: 0;
}

.sm24-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #e1d400;
  margin: 0.5em 0;
}

.sm24-flow__sub-title {
  color: #2c86bf;
  font-size: clamp(1.4rem, 1.3296rem + 0.22vw, 1.6rem);
  margin: 0;
}

.sm24-flow__contact {
  max-width: 300px;
}

.sm24-flow__contact a {
  display: block;
}

.sm24-flow__text {
  margin: 0;
}

.sm24-flow__contact img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sm24-flow {
    padding: clamp(4rem, 2.9568rem + 3.26vw, 7rem) clamp(2rem, 1.3056rem + 2.17vw, 4rem);
  }

  .sm24-flow__contact {
    display: flex;
    gap: 1em;
    max-width: initial;
  }

  .sm24-flow__contact a {
    flex-grow: 1;
  }

  .sm24-flow__contact a._mail {
    flex-basis: 55%;
  }

  .sm24-flow__contact a._tel {
    flex-basis: 45%;
  }
}

.compare__head {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  background-color: #3D8E9D;
  padding: 20px;
  color: #fff;
  margin: 0;
}

.compare__body {
  position: relative;
  padding: 20px 10px;
  background-color: #ECF2F3;
}

.compare__body dl dt {
  display: flex;
  align-items: center;
  color: #3D8E9D;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.compare__body dl dd {
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  padding: 0;
}

.compare__body dl dd span {
  background: linear-gradient(transparent 20%, #EFE528 20%);
}

.contents-banners {
  margin-top: 0;
}

.front-section__title br.u-pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .compare__head {
    font-size: 28px;
  }

  .compare__body {
    padding: 30px 50px;
  }

  .compare__body::after {
    position: absolute;
    bottom: 0;
    right: 20px;
    content: "";
    display: block;
    width: 125px;
    height: 155px;
    background-image: url(../../images/_win25/chara-compare.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .compare__body dl dt {
    font-size: 16px;
    gap: 10px;
  }

  .compare__body dl dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    border-bottom: 1px dashed #3D8E9D;
  }

  .compare__body dl dd {
    font-size: 14px;
  }

  .compare__list {
    width: 1060px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

.common-contact2 {
  padding: 40px 20px;
  margin-top: 30px;
  background-image: url(../../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.common-contact2__inner {
  max-width: 900px;
  width: 100%;
  padding: 10px 0 15px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
}

.common-contact2__head {
  font-size: 18px;
  margin: 0;
  text-align: center;
  color: #00568A;
  font-weight: bold;
  letter-spacing: .12em;

}

.common-contact2__open {
  margin: 10px 0 0;
  text-align: center;
  color: #00568A;
  font-weight: bold;
  font-size: 14px;
}

.common-contact2__number {
  margin: 10px 0 0;
}

.common-contact2__number img {
  display: block;
  width: 240px;
  margin-inline: auto;
}

.common-contact2__caution {
  margin: 10px 0 0;
  font-size: 12px;
  text-align: center;
  color: #00568A;
  font-weight: bold;
  letter-spacing: .12em;
}

@media only screen and (min-width: 768px) {
  .common-contact2 {
    padding: 100px 60px 70px;
    margin-top: 60px;
    background-image: url(../../images/contact-bg.jpg);
  }

  .common-contact2__head {
    font-size: 24px;
  }

  .common-contact2__open {
    font-size: 16px;
  }

  .common-contact2__number img {
    width: 308px;
  }

  .common-contact2__caution {
    font-size: 17px;
  }
}

.site-footer {
  margin-top: 0;
}