/* winter-top.css */
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
.lpWinterTop {
  margin: 0;
  width: 100%;
  color: #333;
}

a {
  text-decoration: none;
  color: #0074d9;
}

.p-search-contents {
  position: relative;
  background: #deedfc;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 80px;
}

.p-search-contents__heading {
  font-size: 2.5rem;
  margin: 80px 0 40px;
}

.p-search-contents__heading--sm {
  display: block;
  font-size: 1rem;
  margin: 5px 0 15px;
}

.p-contact-block + .p-search-contents {
  margin-top: 0;
}

.p-search {
  background-color: #fff;
  margin: 10px 0;
  overflow: hidden;
}

.p-search__parent {
  position: relative;
  border-top: 1px solid #ccc;
  padding: 30px;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
  cursor: pointer;
}

.p-search__prefecture {
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 21px 30px 21px 30px;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
}

@media (any-hover: hover) {
  .p-search__prefecture:hover {
    background-color: #f2f8fe;
  }
}

.p-search__prefecture::after,
.p-search__prefecture::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: -10px;
}

.p-search__prefecture::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-search__prefecture.active::before {
  opacity: 0;
}

.p-search__prefecture.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-search__city-wrapper {
  padding: 0 30px;
}

.p-search__city-wrapper > *:first-of-type {
  margin-top: 0px;
}

.p-search__city-wrapper > *:last-of-type {
  margin-bottom: 40px;
}

.p-search__city {
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  background: rgba(0, 116, 217, 0.06);
  padding: 22px 30px 22px 30px;
  margin-top: 30px;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s, background-image 0.3s, border 0.3s;
}

@media (any-hover: hover) {
  .p-search__city:hover {
    background: rgba(0, 116, 217, 0.12);
  }
}

.p-search__city::after,
.p-search__city::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-search__city::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-search__city.active::before {
  opacity: 0;
}

.p-search__city.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-search__ward-anchor {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px 20px 15px;
  margin: 0;
  line-height: 1;
}

.p-search__ward-anchor-item {
  margin: 0;
  line-height: 1;
  text-indent: 0;
  padding-left: 0;
}

.p-search__ward-anchor-item::before {
  content: none;
}

.p-search__ward-anchor-item:first-child {
  margin-top: inherit;
}

.p-search__ward-anchor-item a {
  font-size: 0.875rem;
  border-right: 1px solid #ccc;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 0 15px;
}

.p-search__classroom-wrap {
  padding: 0;
}

.p-search__classroom-wrap > :last-of-type {
  border-bottom: 1px solid #e6e6e6;
}

.p-search__classroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e6e6;
  margin: 0 60px 0 0;
}

.p-search__classroom-dt {
  width: 135px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 15px 18px 30px;
  font-weight: 600;
}

.p-search__classroom-dt a {
  color: #333;
  font-size: 0.875rem;
}

.p-search__classroom-dd {
  font-size: 0.875rem;
  padding: 18px 15px 18px 0;
}

.p-search__classroom-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 0;
  line-height: 1;
}

.p-search__classroom-item {
  margin: 0;
  line-height: 1.6;
  text-indent: 0;
  padding-left: 0;
}

.p-search__classroom-item::before {
  content: none;
}

.p-search__classroom-item a {
  font-size: 0.875rem;
  font-weight: 600;
  text-underline-offset: 5px;
}

.p-search--wide {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.p-search--wide .p-search__prefecture {
  border-top: 1px solid #ccc;
  padding: 30px 30px 30px 30px;
}

.p-search--wide .p-search__ward-wrapper {
  margin: 0 !important;
}

.p-search--wide .p-search__ward-anchor {
  border-top: 1px solid #ccc;
  padding: 30px 0 30px 0;
}

.p-search--wide .p-search__ward-anchor-item a {
  font-size: 1rem;
}

.p-search--wide .p-search__ward-wrapper {
  margin: 0;
}

.p-search--wide .p-search__classroom-wrap {
  padding: 0;
  margin: 0;
}

.p-search--wide .p-search__classroom-wrap > :last-of-type {
  border-bottom: none;
}

.p-search--wide .p-search__classroom {
  margin: 0;
}

.p-search--wide .p-search__classroom-dt {
  font-size: 1rem;
  line-height: 1.6;
}

.p-search--wide .p-search__classroom-item a {
  font-size: 1rem;
}

.js-accordion--target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.p-footer-corporate {
  padding: 40px 0 140px;
  background: #005bab;
}

.l-inner {
  max-width: 1110px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-search-contents {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .p-search-contents__heading {
    font-size: 1.625rem;
    margin: 60px 0 25px;
    line-height: 1.4;
  }
  .p-search-contents__heading--sm {
    font-size: 0.875rem;
    margin: 5px 0 8px;
  }
  .p-search {
    margin: 15px 0;
  }
  .p-search__prefecture {
    font-size: 1rem;
    padding: 15px;
  }
  .p-search__prefecture::after,
  .p-search__prefecture::before {
    right: 15px;
    margin-right: 0;
  }
  .p-search__city-wrapper {
    padding: 0 15px;
  }
  .p-search__city-wrapper > *:first-of-type {
    margin-top: 0px;
  }
  .p-search__city-wrapper > *:last-of-type {
    margin-bottom: 20px;
  }
  .p-search__city {
    font-size: 0.75rem;
    padding: 18px 15px 18px 15px;
    margin-top: 20px;
  }
  .p-search__city::after,
  .p-search__city::before {
    right: 15px;
  }
  .p-search__ward-anchor {
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
    margin-left: -10px;
  }
  .p-search__ward-anchor-item a {
    text-underline-offset: 3px;
    padding: 0 18px;
  }
  .p-search__id {
    display: block;
    padding-top: 77px;
    margin-top: -77px;
  }
  .p-search__classroom-wrap {
    border-bottom: 1px solid #e6e6e6;
  }
  .p-search__classroom-wrap > :last-of-type {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
  }
  .p-search__classroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #e6e6e6;
  }
  .p-search__classroom-dt {
    width: 72px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.75rem;
    padding: 18px 15px 15px 15px;
  }
  .p-search__classroom-dd {
    font-size: 0.75rem;
    padding: 18px 15px 15px 0;
  }
  .p-search__classroom-list {
    gap: 15px 20px;
  }
  .p-search--wide {
    margin: 0;
  }
  .p-search--wide .p-search__prefecture {
    padding: 15px;
    font-size: 1rem;
  }
  .p-search--wide .p-search__classroom-wrap {
    margin: 0 0 60px 0;
  }
  .p-search--wide .p-search__ward-anchor {
    border-top: 1px solid #ccc;
    padding: 20px 0 20px 0;
  }
  .p-search--wide .p-search__ward-anchor-item a {
    font-size: 0.875rem;
  }
  .p-search--wide .p-search__classroom-dt {
    font-size: 0.875rem;
    line-height: 1.4;
    width: 100px;
  }
  .p-search--wide .p-search__classroom-item a {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-footer-corporate {
    padding: 30px 0 120px;
  }
  .l-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .p-search__ward-anchor-item a {
    text-underline-offset: 3px;
    padding: 0 18px;
  }
  .p-search__classroom-wrap {
    border-bottom: 1px solid #e6e6e6;
  }
  .p-search__classroom-list {
    gap: 15px 20px;
  }
  ul {
    margin-top: 30px;
    text-indent: -0.2em;
    padding-left: 0.2em;
  }
  .p-search__classroom-dd {
    font-size: 0.75rem;
    padding: 18px 15px 15px 0;
  }
}
.p-search__classroom-dd {
  margin: 0;
  line-height: 1.6;
  text-indent: 0;
  padding-left: 0;
}

.l-header {
  position: fixed;
  width: 100%;
  height: auto;
  max-width: 1110px;
  z-index: 4;
  inset: auto 0;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.p-header__lp-contact-link-text {
  font-size: 13px;
  font-weight: 500;
}
.p-header-lp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.p-header-lp img {
  display: block;
  height: 50px;
  width: auto;
}
.p-header-lp a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  justify-content: space-evenly;
}
.p-header-lp-nav {
  margin: 0;
  height: auto;
}
.p-header-lp-nav__list {
  gap: 1px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.p-header-lp-nav__link--winter {
  background: #ffffff;
  background: linear-gradient(0deg, rgba(0, 118, 216, 1) 10%, rgba(255, 255, 255, 1) 10%);
  border: none;
}
.p-header-lp-nav__link {
  align-items: center;
  background-color: #0076d8;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 47px;
  justify-content: center;
}
.p-header-lp-nav__link--winter {
  color: #0076d8;
}

.l-main {
  padding-top: 118px;
  background-color: #f4f9fd;
}
.l-main h1.Kv {
  margin: 0;
}

/* ctaボタン */
.Cta {
  padding: 4px 0 20px;
  margin-top: 0;
}
.cta_ttl {
  font-weight: 600;
  line-height: 1;
  color: #f56b3d;
  font-size: 1.1rem;
  text-align: center;
  margin: 16px;
}

.Cta .Cta__btn.-primary a {
  border-radius: 2px;
  background-color: #f24f18;
  background-image: radial-gradient(91.14% 95.42% at 50% 4.58%, #f34e18 70%, #e64e1c 71%);
  color: #fff;
  transition: 300ms;
}
.Cta .Cta__btn.-secondary a {
  border-radius: 2px;
  background-color: #fff;
  background-image: radial-gradient(138.28% 100% at 50% 0%, #fff 70%, #fbfbfb 71%);
  color: #0074d9;
  transition: 300ms;
}
.Cta .Cta__btn {
  box-shadow: none;
  margin-bottom: 15px;
}
.Cta .Cta__btn a {
  text-decoration: none;
  display: block;
  border-radius: 8px;
  box-shadow: #00000030 0px 1px 12px;
}
.Cta .Cta__btn a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 21px 30px;
}
.Cta .Cta__btn span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.Cta .Cta__btnText {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.contentSection {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.contentSection__title {
  color: #0074d9;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #0074d9;
  border-bottom: 1px solid #0074d9;
  display: inline-block;
  width: auto;
  margin: 0 auto 16px;
  padding: 8px 16px;
}
.contentSection__title span {
  font-size: 18px;
  font-weight: 600;
}
.contentSection__title.-campaign {
  border: none;
  margin-bottom: 16px;
  position: relative;
}
.contentSection__title.-campaign::before {
  content: "";
  background: url("/lp/winter/assets/img/cmp_l-01.svg") no-repeat center;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.contentSection__title.-campaign::after {
  content: "";
  background: url("/lp/winter/assets/img/cmp_r-01.svg") no-repeat center;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: 0px;
}
.contentSection__btns h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.contentSection__btns h3 a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-shadow: #00000033 0px 1px 2px;
  position: relative;
  margin-bottom: 8px;
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.1) inset, 2px 2px 2px 0 rgba(255, 255, 255, 0.3) inset;
}
.contentSection__btns h3 a::after {
  content: "";
  background: url("/lp/winter/assets/img/arrow_r.svg") no-repeat center;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  filter: drop-shadow(#00000033 0px 1px 2px);
}
.contentSection__btn.-elementary {
  background-color: #8fcc00;
  transition: 300ms;
}
.contentSection__btn.-junior {
  background-color: #f5ab00;
  transition: 300ms;
}
.contentSection__btn.-high {
  background-color: #eb6e90;
  transition: 300ms;
}
.anchorBlock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
li.anchorBlock__item {
  width: 30%;
  padding: 16px 0 8px;
  display: block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #0074d9;
  background-color: #fff;
  background-image: radial-gradient(139.6% 100% at 50% 0%, rgba(255, 255, 255, 0) 72%, rgba(244, 249, 253, 0.4) 73%);
  transition: 300ms;
}
li.anchorBlock__item a span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #0074d9;
}

li.anchorBlock__item a::after {
  content: "";
  background: url("/lp/winter/assets/img/arrow_u.svg") no-repeat center;
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px auto 0;
}
.contentSection#schedule {
  padding: 16px 24px;
}
.scheduleContent__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.scheduleContent {
  position: relative;
  display: flex;
  width: auto;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(2, 65, 154, 0.1);
}
.scheduleContent.--12th {
  border: 1px solid #02419a;
  margin-top: 16px;
}
.scheduleContent.--1st {
  border: 1px solid #916e1b;
  margin-top: 16px;
}
.scheduleContent__notice,
.tabContent__notice {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin: 0;
  padding: 0 8px;
}
.scheduleContent__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  padding: 6px 36px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -36px;
}
.scheduleContent__title.--12th {
  border-radius: 22.5px;
  background: linear-gradient(0deg, #013278 0%, #02419a 100%);
}
.scheduleContent__title.--1st {
  border-radius: 22.5px;
  background: linear-gradient(180deg, #916e1b 0%, #785a15 100%);
}
.scheduleContent__label {
  font-size: 16px;
}
.scheduleContent__date {
  color: #000;
  text-align: center;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.scheduleContent__date span {
  font-size: 32px;
}
.scheduleContent.--12th .scheduleContent__label {
  color: #02419a;
}
.scheduleContent.--1st .scheduleContent__label {
  color: #916e1b;
}

/* --------------------
 * TabBtns
 * -------------------- */
.TabBtns {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 15px 0;
  position: relative;
  z-index: 1;
}
.TabBtns .TabBtns__btn {
  background-color: #fff;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-radius: 10px 10px 0 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 2px;
  cursor: pointer;
  flex: 0 0 calc(32% - 2px);
  height: 34px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.TabBtns .TabBtns__btn > span {
  font-size: 16px;
}
.TabBtns .TabBtns__btn:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  width: calc(100% - 4px);
}
.TabBtns .TabBtns__btn.-elementary {
  border-color: #43a700;
  color: #43a700;
}
.TabBtns .TabBtns__btn.-elementary.-hide {
  background-color: #8fcc00;
  border-color: #8fcc00;
}
.TabBtns .TabBtns__btn.-junior {
  border-color: #ce8000;
}
.TabBtns .TabBtns__btn.-junior {
  color: #ce8000;
  font-weight: 600;
}
.TabBtns .TabBtns__btn.-junior.-hide {
  background-color: #f5ab00;
  border-color: #f5ab00;
}

.TabBtns .TabBtns__btn.-high {
  border-color: #eb6e90;
}

.TabBtns .TabBtns__btn.-high {
  color: #eb6e90;
  font-weight: 600;
}
.TabBtns .TabBtns__btn.-high.-hide {
  background-color: #eb6e90;
}
.TabBtns .TabBtns__btn.-hide {
  color: #fff;
  height: 32px;
}
.TabBtns .TabBtns__btn.-hide:after {
  content: none;
}
/* --------------------
 * TabContents
 * -------------------- */
.TabContents {
  background-color: #fff;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  margin-top: -2px;
  padding: 15px;
  position: relative;
  z-index: 0;
}
.TabContents.-elementary {
  border-color: #43a700;
  color: #43a700;
}
.TabContents.-elementary .TabContents__subTitle {
  background-color: #eef7d9;
  color: #43a700;
}
.TabContents.-elementary .TabContents__subTitle:before,
.TabContents.-elementary .TabContents__subTitle:after {
  background-color: #8fcc00;
}
.TabContents.-junior {
  border-color: #ce8000;
  color: #ce8000;
}
.TabContents.-junior .TabContents__subTitle {
  background-color: #fef2d9;
  color: #ce8000;
}
.TabContents.-junior .TabContents__subTitle:before,
.TabContents.-junior .TabContents__subTitle:after {
  background-color: #ce8000;
}
.TabContents.-high {
  border-color: #eb6e90;
  color: #eb6e90;
}
.TabContents.-high .TabContents__subTitle {
  background-color: #fff1f1;
  color: #eb6e90;
}
.TabContents.-high .TabContents__subTitle:before,
.TabContents.-high .TabContents__subTitle:after {
  background-color: #eb6e90;
}
.TabContents.-hide {
  display: none;
}
.TabContents .TabContents__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}
.TabContents .TabContents__detail {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px auto 16px;
  padding: 0;
  text-align: center;
  width: 250px;
}
.TabContents .TabContents__subTitle {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.TabContents .TabContents__subTitle:before,
.TabContents .TabContents__subTitle:after {
  background-color: #999;
  content: "";
  height: 2px;
  margin-right: -10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 12px;
}
.TabContents .TabContents__subTitle::after {
  transform: translateY(-50%) rotate(90deg);
}
.TabContents .TabContents__subTitle.active::after {
  transform: translateY(-50%) rotate(0);
}
.TabContents .TabContents__lead {
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 20px 0;
  text-align: left;
}
.TabContents .TabContents__subject {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.TabContents .TabContents__subject dt {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 40px;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  justify-content: center;
  line-height: 1;
}

.TabContents .TabContents__subject dt.-social {
  background-color: #b672ea;
}
.TabContents .TabContents__subject dt.-science {
  background-color: #62a23e;
}
.TabContents .TabContents__subject dt.-math {
  background-color: #6eace0;
}
.TabContents .TabContents__subject dt.-japanese {
  background-color: #f79857;
}
.TabContents .TabContents__subject dt.-english {
  background-color: #ea7171;
}
.TabContents .TabContents__subject dd {
  flex: 0 1 calc(100% - 50px);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: #666666;
}

/* --------------------
 * Slider
 * -------------------- */
.review-swiper-wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 16px 0 32px;
  background-color: #e7eef6;
  position: relative;
}
.js-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
  justify-content: center;
  height: 11rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.js-slider .swiper-slide .slide-inner {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.js-slider .swiper-slide .review-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  line-height: 1.5;
}
.js-slider .swiper-slide .source-url {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.75rem;
}
.swiper-slide .review-content h3 {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  padding: 0;
}
.js-slider .swiper-slide img {
  width: auto;
  height: 80px;
  border-radius: 8px;
}
.js-slider .swiper-slide .review-content h3 {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  z-index: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 32px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.source-url a span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url(/lp/winter/assets/img/outlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* --------------------
 * Faq
 * -------------------- */
.p-faq {
  background-color: #fff;
  padding: 0px;
  margin-top: 0;
}
dl.p-faq dt.p-faq__q {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0 16px 12px;
  border-top: 1px solid #e6e6e6;
}
dl.p-faq dt.p-faq__q:first-of-type {
  border-top: none;
}
dl.p-faq dt.p-faq__q img {
  width: 30px;
  height: 30px;
}
dl.p-faq dt.p-faq__q h3 {
  font-size: 13px;
  letter-spacing: -0.014rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(13, 87, 162);
  margin: 0;
  max-width: 260px;
}
dd.p-faq__a.js-accordion--target {
  margin-left: 0;
}
dd.p-faq__a.js-accordion--target h4 {
  font-size: 13px;
  font-weight: 600;
  padding: 0 16px 8px;
  line-height: 1.5;
  color: #444;
  margin: 0 0 0 16px;
}
dd.p-faq__a.js-accordion--target p {
  font-size: 12px;
  margin-left: 32px;
  color: #666;
}
dd.p-faq__a.js-accordion--target p:last-of-type {
  margin-bottom: 16px;
}
.p-footer-corporate__cr {
  text-align: center;
  font-size: 0.5625rem;
  color: #fff;
  margin-top: 10px;
}
.p-faq__a a,
.source-url a {
  text-decoration: underline;
}
.p-faq__q::after,
.p-faq__q::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #999;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  transition: opacity 0.3s;
}
.p-faq__q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.p-faq__q.active::before {
  opacity: 0;
}
.p-faq__q.active::after {
  transform: translateY(-50%) rotate(180deg);
}
/* --------------------
 * ctaボタン
 * -------------------- */
.floatBanner__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.price-btn {
  position: relative;
  display: block;
  background-color: #0074d9;
  background-image: radial-gradient(91.14% 95.42% at 50% 4.58%, #0074d9 70%, #0169c4 71%);
  color: #fff;
  border-radius: 2px;
  padding: 18px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  width: 140px;
  box-shadow: #0000004f 0px 1px 12px;
  transition: 0.3s;
}
.exceperience-btn {
  display: inline-block;
  background-color: #f34e18;
  background-image: radial-gradient(91.14% 95.42% at 50% 4.58%, #f34e18 70%, #e64e1c 71%);
  color: #fff;
  border-radius: 2px;
  padding: 18px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  width: 140px;
  box-shadow: #0000004f 0px 1px 12px;
  transition: 0.3s;
}

.floatBanner__contents .pc {
  display: block;
}
.price-btn::before {
  content: '簡単"60秒"でお問い合わせ！';
  display: block;
  width: 170px;
  color: #0074d9;
  background-color: #fefefe;
  border-radius: 16px;
  border: 1px solid #0074d9;
  padding: 4px 0;
  font-size: 11px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price-btn::after {
  content: ""; /* 擬似要素にコンテンツを必要とする */
  position: absolute;
  top: -3px; /* 吹き出しの下部から10px下に出す */
  left: 70px; /* 三角形の横位置を調整 */
  border-width: 10px 10px 0; /* 上辺が底辺（三角形の底面）、両サイドが透明 */
  border-style: solid;
  border-color: #fefefe transparent transparent transparent; /* 背景色と同じ色で三角形を作る */
}
a.price-btn small::after {
  content: "";
  display: block;
  opacity: 0.6;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  background-size: contain;
  background-image: url(/lp/winter/assets/img/icon-bullet-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
a.exceperience-btn small::after {
  content: "";
  display: block;
  opacity: 0.6;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  background-size: contain;
  background-image: url(/lp/winter/assets/img/icon-bullet-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#contact-block-contents {
  z-index: 10;
  position: fixed;
  bottom: -120px; /* 初期は画面外に隠す */
  left: 50%;
  transform: translate(-50%);
  transition: bottom 0.3s ease;
}

#contact-block-contents.is-visible {
  bottom: 0px; /* 表示位置 */
  display: inline-flex;
}

@media screen and (min-width: 768px) {
  .p-header-lp,
  .p-header-lp-nav__list {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .Cta {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 16px 0 32px;
    margin-bottom: 16px;
  }
  .Cta .Cta__btn {
    width: 320px;
    margin-bottom: 0;
  }
  .Cta .Cta__btns {
    display: flex;
    justify-content: center;
    gap: 4%;
  }
  .Cta .Cta__inner {
    max-width: 720px;
  }
  .Cta .Cta__iconMail {
    height: 24px;
    transition: 300ms;
    width: 30px;
  }
  .Cta .Cta__btn span {
    font-size: 20px;
  }
  .contentSection {
    margin-bottom: 32px;
  }
  .contentSection.-campaign a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contentSection.-campaign a img {
    width: 50%;
  }
  .scheduleContent__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 0;
    justify-content: center;
  }
  .scheduleContent {
    width: 38%;
  }
  .TabBtns {
    justify-content: center;
    gap: 4px;
  }

  .TabBtns .TabBtns__btn {
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 3px;
    flex: 0 0 calc(28% - 5px);
    height: 50px;
    padding: 0;
    position: relative;
  }
  .TabBtns .TabBtns__btn.-hide {
    height: 47px;
  }

  .TabContents {
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    max-width: 750px;
    padding: 30px;
  }
  .TabContents .TabContents__title {
    font-size: 20px;
  }
  .TabContents .TabContents__lead {
    font-size: 18px;
    margin-top: 30px;
  }
  .TabContents .TabContents__subject {
    margin-bottom: 50px;
  }
  .TabContents .TabContents__subject dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 14px;
    height: 30px;
  }
  .TabContents .TabContents__subject dd {
    flex: 0 1 calc(90% - 0px);
    font-size: 14px;
    line-height: 1.5;
  }
  dl.p-faq dt.p-faq__q {
    padding: 24px 0 24px 24px;
  }
  dl.p-faq dt.p-faq__q h3 {
    max-width: initial;
    font-size: 16px;
  }
  .contentSection#faq {
    width: 90%;
    margin: 0 auto;
  }
  .contentSection__title {
    font-size: 16px;
    margin: 0 auto 32px;
  }
  .contentSection__title span {
    font-size: 24px;
    font-weight: 600;
  }
  .l-header {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: initial;
  }

  .price-btn,
  .exceperience-btn {
    padding: 24px 0;
    font-size: 24px;
    width: 400px;
    text-align: center;
    font-weight: 600;
  }
  .price-btn::before {
    width: 300px;
    font-size: 16px;
  }
  .price-btn::after {
    top: 0;
    left: 48%;
  }
  a.price-btn small::after {
    right: 16px;
  }
  a.exceperience-btn small::after {
    right: 24px;
  }
  dd.p-faq__a.js-accordion--target h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
  }
  .Cta .Cta__btn span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }

  .floatBanner__contents .pc {
    display: none;
  }

  .p-header__lp-contact {
    background-color: #f34e18;
    transition: 300ms;
  }
  .p-header__lp-contact:hover {
    background-color: #ff8a00;
  }
  .Cta .Cta__btn.-primary a:hover {
    background: rgba(255, 138, 0, 1);
  }
  .Cta .Cta__btn.-secondary a:hover {
    background: rgba(229, 243, 255, 1);
  }
  li.anchorBlock__item:hover {
    background: rgba(229, 243, 255, 1);
  }
  .contentSection__btn.-elementary:hover {
    background-color: #b0ed23;
  }
  .contentSection__btn.-junior:hover {
    background-color: #fabd2f;
  }
  .contentSection__btn.-high:hover {
    background-color: #ff8cab;
  }
  .price-btn:hover {
    background: #2d8edd;
  }
  .exceperience-btn:hover {
    background: #ff8a00;
  }
}
.js-accordion--target {
  max-height: 0; /* 初期は閉じる */
  overflow: hidden; /* はみ出しを隠す */
  transition: max-height 0.3s ease; /* ここがアニメーション */
}

#schedule:target,
#curriculum:target,
#review:target {
  scroll-margin-top: 110px; /* デフォルト: SPのヘッダー高さ */
}

@media screen and (min-width: 768px) {
  #schedule:target,
  #curriculum:target,
  #review:target {
    scroll-margin-top: 128px; /* PCのヘッダー高さ */
  }
}
@media screen and (min-width: 768px) {
  .Cta .Cta__btn.-primary {
    margin-bottom: 0px;
  }
}
.Cta .Cta__btn.-primary {
  margin-bottom: 0px;
}
