.bg-gray {
  background: #efebe9;
}

.breadcrumb {
  padding: 2.8rem 0;
}

.pageHead {
  padding: 2.2rem 0 3.2rem;

  .inner {
    width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  .pageHead {
    padding: 17.8667vw 0 7vw;
  }

  .pageHead__title--ja {
    margin-left: 21vw;
  }
}

/* 白背景 オレンジ枠 角丸 */
.buttonGenreWrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

.buttonGenre {
  align-items: center;
  background: #fff;
  border: 0.2rem solid var(--color-orange);
  border-radius: 2rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.74);
  display: flex;
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  height: 6.6rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}

.buttonGenre:hover {
  background: var(--color-orange);
  color: #fff;
  opacity: 1;
}

.buttonGenre.column-2 {
  grid-column: span 2;
}

@media screen and (max-width: 767px) {
  .buttonGenreWrap {
    gap: 1.73vw 1.86vw;
    grid-template-columns: repeat(3, 1fr);
  }

  .buttonGenre {
    border-radius: 2.66vw;
    font-size: 3.73vw;
    height: 12.4vw;
  }
}

.orange {
  color: #eb6512;
}

.container {
  margin: 0 auto;
  max-width: 110rem;
}

.campaign {
  background: #fff;
  padding: 6rem 2rem 5.4rem;
}

.campaign .container {
  position: relative;
}

.campaign__disclaimer {
  position: absolute;
  right: 0;
  top: -3rem;
}

.campaign__hgroup {
  text-align: center;
}

.campaign__lead {
  font-size: 1.6rem;
  font-weight: 500;
}

.campaign__title {
  color: #eb6512;
  font-family: 'Rowdies', sans-serif;
  font-size: 4rem;
  font-weight: 300;
  margin-top: -0.6rem;
}

.swiperContainer {
  margin-top: 3rem;
  position: relative;
}

.campaign__swiper {
  margin: 0 auto;
}

.classes {
  background: #efebe9;
  padding: 9rem 2rem 5.6rem;
}

.classes__subtitle {
  border-bottom: 0.1rem solid #000;
  display: grid;
  font-size: 2.6rem;
  font-weight: 600;
  gap: 1.4rem;
  grid-template-columns: 1.4rem 1fr;
  justify-content: center;
  line-height: 1.8;
  padding-bottom: 1.6rem;
}

.classes__subtitleCircle {
  background: #eb6512;
  border-radius: 50%;
  display: block;
  height: 1.4rem;
  transform: translateY(1.4rem);
  width: 1.4rem;
}

.classes__navList {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  width: fit-content;
}

.classes__navLink {
  align-items: center;
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 1.4rem 1.6rem 2.6rem;
  width: 23.5rem;
}

.classes__navArrow img {
  max-width: 1.2rem;
}

.classes__navArrow {
  display: flex;
}

.innerSection {
  background: #fff;
  border-radius: 2.7rem;
  margin-top: 6.4rem;
  padding: 6.4rem 5rem;
}

.innerSection.trialInfo {
  margin-bottom: 3.5rem;
  margin-top: 0;
}

.fees__list {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  margin-top: 3rem;
}

.fees__article {
  background: #efebe9;
  display: grid;
  gap: 0 2.7rem;
  grid-template-columns: 66% 28.5%;
  grid-template-rows: 6.2rem auto;
  justify-content: space-between;
}

.standardClass {
  padding-bottom: 2.6rem;
}

.fees__articleHeading {
  border-left: 0.8rem solid;
  font-size: 2rem;
  font-weight: 600;
  grid-column: 1;
  grid-row: 1;
  padding: 1.8rem 0 1.8rem 3.4rem;
}

.fees__articleHeading strong {
  font-size: 2.2rem;
  font-weight: 700;
}

.littleClass .fees__articleHeading {
  border-color: #ec9f01;
}

.kidsClass .fees__articleHeading {
  border-color: #268360;
}

.standardClass .fees__articleHeading {
  border-color: #004fa8;
}

.littleClass .fees__articleHeading strong {
  color: #ec9f01;
}

.kidsClass .fees__articleHeading strong {
  color: #268360;
}

.standardClass .fees__articleHeading strong {
  color: #004fa8;
}

.fees__table {
  border-collapse: separate;
  border-spacing: 0.3rem;
  grid-column: 1;
  grid-row: 2;
  justify-self: flex-end;
  margin-top: 2rem;
  width: 95.45%;
}

.fees__table tbody,
.ticket__table tbody {
  transform: translateY(-0.3rem);
}

.fees__th {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  text-align: center;
}

/* .fees__th:nth-child(1) {
  width: 29.84%;
}

.fees__th:nth-child(2) {
  width: 24.43%;
}

.fees__th:nth-child(3) {
  width: 44.3%;
} */

.standardClass .fees__th:nth-child(1) {
  width: 23.47%;
}

.standardClass .fees__th:nth-child(2) {
  width: 24.58%;
}

.standardClass .fees__th:nth-child(3) {
  width: 51.14%;
}

.littleClass .fees__th {
  background: #ec9f01;
}

.kidsClass .fees__th {
  background: #268360;
}

.standardClass .fees__th {
  background: #004fa8;
}

.fees__td {
  align-content: center;
  background: #fff;
  font-size: 1.8rem;
  padding: 1.4rem 2rem;
  text-align: left;
  vertical-align: middle;
}

.fees__td em {
  color: #eb6512;
  font-style: normal;
  font-weight: 700;
}

.fees__td .amount {
  font-size: 2.2rem;
}

.fees__td .small {
  font-size: 1.6rem;
}

.kidsClass .fees__td:first-child,
.standardClassClass .fees__td:first-child,
.kidsClass .fees__td:nth-child(3),
.standardClassClass .fees__td:nth-child(3) {
  padding-left: 2rem;
  text-align: start;
}

.fees__td:nth-child(2) {
  text-align: right;
}

.fees__textArea {
  grid-column: 1;
  grid-row: 3;
  margin-top: 1.2rem;
  padding-left: 3.4rem;
}

.littleClass .fees__textArea,
.kidsClass .fees__textArea {
  padding-bottom: 2.4rem;
}

.fees__notice {
  font-weight: 700;
}

.fees__text {
  margin-top: 0.4rem;
}

.fees__text li {
  display: grid;
  font-weight: 400;
  grid-template-columns: auto 1fr;
}

.fees__image {
  grid-column: 2;
  grid-row: span 3;
}

.fees__image img {
  max-width: 28.5rem;
  width: 100%;
}

.ticket__table {
  border-collapse: separate;
  border-spacing: 0.3rem;
  margin: 3.6rem auto 0;
  width: 97%;
}

.ticket__table th {
  background: #434343;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  text-align: center;
}

.ticket__th1 {
  width: 21.62%;
}

.ticket__th2 {
  width: 22.74%;
}

.ticket__th3 {
  width: 15.92%;
}

.ticket__th4 {
  width: 38.7%;
}

.ticket__table td {
  align-content: center;
  background: #f7f6f6;
  font-size: 1.8rem;
  padding: 1.4rem 2rem;
  vertical-align: middle;
}

.ticket__table td .amount {
  font-size: 2.2rem;
}

.ticket__td1,
.ticket__td2 {
  padding-left: 2.2rem;
  text-align: start;
}

.ticket__td3 {
  padding-right: 2rem;
  text-align: end;
}

.ticket__td4 {
  padding-left: 6rem;
  text-align: start;
}

.ticket__textArea {
  margin: 2rem auto 0;
  max-width: 94rem;
}

.offer {
  padding: 7rem 2rem 6rem;
}

.offer__list {
  display: grid;
  gap: 2.6rem 3.4rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.offer__item {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0 1.3rem;
  position: relative;
  z-index: 1;
}

.offer__subtitle {
  color: #fff;
  font-size: 3rem;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}

.offer__subtitle .small {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: -1.2rem;
  text-align: end;
}

.offer__contents {
  margin: 1rem auto 0;
  width: fit-content;
}

.offer__contents:has(.offerCard) {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1fr 1fr;
}

.offer__contents:not(:has(.offerCard)) {
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.offerCard__heading {
  background: #652b09;
  border-radius: 0.7rem 0.7rem 0 0;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 0 0.3rem;
  text-align: center;
}

.offerCard__body {
  background: #c24f0b;
  border-radius: 0 0 0.7rem 0.7rem;
  height: 100%;
  padding: 0.6rem 0.8rem 0.7rem;
  text-align: center;
}

.offerCard {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 18.6rem;
}

.offerCard__lgNum {
  font-family: 'Outfit', sans-serif;
  font-size: 7rem;
  font-weight: 700;
  height: fit-content;
  line-height: 1;
  margin: 0 auto;
  margin-top: -0.5rem;
  position: relative;
  width: fit-content;
}

.offerCard__text.sm {
  font-size: 1.4rem;
}

.offerCard__text.lg {
  font-size: 1.8rem;
}

.offerCard__lgNum .yen {
  bottom: 1.2rem;
  font-size: 2rem;
  position: absolute;
  right: -1.9rem;
}

.offer__ticket {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.offerCard__number {
  font-family: 'Outfit', sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
}

.offerCard__number .yen {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  margin-left: 0.25rem;
}

.offer__discount10,
.offer__discount20,
.offer__family2Price {
  font-family: 'Outfit', sans-serif;
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 1;
}

.offer__discount10 {
  margin-top: -0.8rem;
}

.offer__discount20 {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}

.offer__discount10 .small {
  font-size: 6rem;
}

.offer__discount20 .small {
  font-size: 5.5rem;
}

.offer__text {
  font-weight: 600;
  margin-top: 1rem;
}

.offer__text.friend {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 37.8rem;
}

.offer__text-lgMargin {
  margin-top: 1.6rem;
}

.offer__label {
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 26rem;
  padding: 0.6rem 0;
  text-align: center;
  width: 100%;
}

.offer__label--green {
  background: #0e4e4c;
}

.offer__label--blue {
  background: #133f5d;
}

.offer__label--red {
  background: #651414;
}

.offer__tuitionNotice,
.offer__discountDisclaimer {
  color: #fff;
  font-weight: 600;
  text-align: end;
}

.offer__tuitionNotice {
  font-size: 2rem;
  margin-top: 0.4rem;
}

.offer__family2 {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  margin-top: 0.2rem;
}

.offer__family2Box {
  border: 0.1rem solid #fff;
  font-weight: 700;
  height: fit-content;
  line-height: 1.3125;
  padding: 0.6rem;
}

.offer__family2Price .yen {
  font-size: 3rem;
  margin-left: 0.25rem;
}

/* Trial */

.trial {
  position: relative;
  z-index: 1;
}

.trial__bg {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.trial__bgTop {
  height: 54.5rem;
  object-fit: cover;
  width: 100%;
}

.trial__bgBottom {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.trial .container {
  padding: 16.5rem 2rem 6rem;
}

.trial__token {
  align-items: center;
  display: flex;
  height: 25rem;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 25rem;
  z-index: 1;
}

.trial__tokenBg {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.trial__tokenText {
  font-size: 2.9rem;
  font-weight: 700;
}

.trial__container {
  display: grid;
  gap: 2rem 0;
  grid-template-columns: 1fr 1fr;
  margin: 4rem auto 0;
  max-width: 85.2rem;
}

.trial__card {
  background: #fff;
  border: 0.4rem solid #c24f0b;
  border-radius: 1.3rem;
  max-width: calc(100% - 0.3rem);
  padding: 2rem 0;
  text-align: center;
}

.trial__card:nth-child(2) {
  justify-self: flex-end;
  width: 100%;
}

.trial__cardHeading {
  border-radius: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: 17.5rem;
}

.trial__cardHeading--yellow {
  background: #feda26;
}

.trial__cardHeading--orange {
  background: #eb610f;
  color: #fff;
}

.trial__price {
  font-weight: 700;
  margin-top: 1.2rem;
}

.trial__price .number {
  font-family: 'Outfit', sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.trial__price .yen {
  font-size: 3rem;
}

.trial__cardText {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}

.trial__contents {
  grid-column: span 2;
}

.trial__subheading {
  border-bottom: 0.2rem solid #fff;
  color: #fff;
  display: grid;
  font-size: 2.6rem;
  font-weight: 600;
  gap: 0.8rem;
  grid-template-columns: 1.4rem 1fr;
  padding-bottom: 1.2rem;
}

.trial__subheading .dot {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 1.4rem;
  transform: translateY(1.4rem);
  width: 1.4rem;
}

.trial__list {
  display: grid;
  gap: 0.4rem;
  margin-top: 2.2rem;
}

.trial__item {
  color: #fff;
  display: grid;
  font-size: 1.8rem;
  gap: 0.2rem;
  grid-template-columns: auto 1fr;
}

.trialInfo__image {
  margin-top: 5.5rem;
}

.trial__cta {
  align-items: center;
  background: #3e3e3e;
  border-radius: 3.6rem;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1.4rem 1fr 3.2rem;
  margin-left: auto;
  margin-top: 3.2rem;
  max-width: 30.6rem;
  padding: 2.6rem 1.8rem 2.7rem 2.4rem;
  width: 100%;
}

.trial__ctaDot {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 1.4rem;
  width: 1.4rem;
}

.trial__ctaText {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  transform: translateY(0.1rem);
}

.trial__ctaArrow {
  display: flex;
}

.trial__ctaArrow img {
  max-width: 3.2rem;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .offer__list {
    gap: 1.7rem;
  }

  .offer__item:nth-child(3) {
    padding: 3rem 1rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .campaignPrev {
    background: url(../img/triallesson/icon-prev_button.png) no-repeat center / cover;
    color: transparent;
    height: 11.4667vw;
    left: -14.5vw;
    margin: 0;
    transform: translateY(-50%);
    width: 11.4667vw;
  }

  .campaignNext {
    background: url(../img/triallesson/icon-next_button.png) no-repeat center / cover;
    color: transparent;
    height: 11.4667vw;
    margin: 0;
    right: -14.5vw;
    transform: translateY(-50%);
    width: 11.4667vw;
  }

  .campaign__disclaimer {
    font-size: 2.9333vw;
    right: -9vw;
  }

  main {
    overflow: hidden;
  }

  .campaign {
    padding: 12vw 11.8667vw 7.3333vw;
  }

  .swiperContainer {
    margin-top: 5.3333vw;
  }

  .classes {
    padding: 9.3333vw 0 13.3333vw;
  }

  .container {
    max-width: 100%;
  }

  .classes__nav {
    gap: 1.8667vw;
  }

  .classes__navLink {
    border: 0.1333vw solid #000;
    border-radius: 1.3333vw;
    height: 5.7rem;
    padding: 2.6667vw 2.4vw 2.4vw 3.2vw;
    position: relative;
    width: 29.8667vw;
  }

  .classes__navArrow {
    bottom: 1.6vw;
    position: absolute;
    right: 2.4vw;
  }

  .classes__navArrow img {
    max-width: 1.9667vw;
  }

  .classes__navText {
    font-size: 3.7333vw;
    line-height: 1.3;
  }

  .innerSection {
    border-radius: 2.6667vw;
    margin: 12.9333vw auto 0;
    padding: 5.3333vw 4.8vw 6.6667vw;
    width: 94.4vw;
  }

  .classes__subtitle {
    border-bottom: 0.1333vw solid #000;
    font-size: 4.8vw;
    gap: 1.6vw;
    grid-template-columns: 2.1333vw 1fr;
    justify-content: center;
    line-height: 1.55;
    padding-bottom: 3.7333vw;
  }

  .classes__subtitleCircle {
    height: 2.1333vw;
    transform: translateY(2.3vw);
    width: 2.1333vw;
  }

  .fees__list {
    gap: 7.0667vw;
    margin-top: 5.3333vw;
  }

  .fees__article {
    background: #efebe9;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: unset;
  }

  .fees__articleHeading {
    border-left: 1.4667vw solid;
    font-size: 4.5333vw;
    line-height: 1;
    padding: 3.7333vw 0 2.4vw 3.3667vw;
  }

  .fees__articleHeading strong {
    font-size: 4.5333vw;
  }

  .fees__td,
  .fees__th,
  .ticket__table td,
  .ticket__table th {
    font-size: 3.7333vw;
    padding: 3.2vw 3.2vw 3.9333vw 2.9333vw !important;
    text-align: start !important;
  }

  .fees__td .smallYen {
    font-size: 2.4vw;
  }

  .fees__table.kids {
    margin: 4.2667vw auto 0;
    overflow-y: scroll;
    scrollbar-color: #ee5a11 #dcdbdb;
    width: 86vw;
  }

  .fees__table.standard {
    margin: 4.2667vw auto 0;
    overflow-y: scroll;
    scrollbar-color: #eb4d0d #dcdbdb;
    width: 86vw;
  }

  .fees__table.ticket {
    margin: 4.2667vw auto 0;
    overflow-y: scroll;
    scrollbar-color: #e9450b #dcdbdb;
    width: 86vw;
  }

  .fees__table tbody {
    display: grid;
    gap: 0.5333vw;
  }

  .hasTrack {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }

  /* width */
  .fees__table .hasTrack::-webkit-scrollbar {
    height: 1.2vw;
    width: 80%;
  }

  /* Track */
  .fees__table .hasTrack::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #c8c7c7, #e3e1e2);
    border: 0.1333vw solid #c9c8c8;
    border-radius: 1.6vw;
  }

  /* Handle */
  .fees__table .hasTrack::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #f06414, #e22802);
    border: 0.1333vw solid #5a7186;
    border-radius: 1.6vw;
  }

  /* Handle on hover */
  .fees__table .hasTrack::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to right, #d85b12, #cb2302);
  }

  .fees__table tr {
    display: flex;
  }

  .fees__table .fees__th,
  .standardClass .fees__th:nth-child(1) {
    align-content: center;
    width: 27.2vw;
  }

  .fees__table .fees__td {
    width: 58.6667vw;
  }

  .fees__table .fees__td:not(:nth-child(2)) {
    margin-left: 0.5333vw;
  }

  .fees__table tbody,
  .ticket__table tbody {
    transform: unset;
  }

  .fees__textArea {
    margin-top: 4.6667vw;
    padding: 0 4vw;
  }

  .fees__notice,
  .fees__text {
    font-size: 3.4667vw;
  }

  .fees__td .small {
    font-size: 3.2vw;
  }

  .fees__td .small:has(span) {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .campaign__lead {
    font-size: 2.9333vw;
  }

  .offer .campaign__lead {
    font-size: 4vw;
  }

  .campaign__title {
    font-size: 8.9333vw;
    margin-top: -2.5vw;
  }

  .offer__list {
    display: block;
    gap: 3.2vw;
    grid-template-columns: 1fr;
    margin-top: 12vw;
  }

  .offer__item {
    margin-bottom: 1.4rem;
    padding: 6.6333vw 0 5.8667vw;
  }

  .offer__subtitle {
    font-size: 6.8vw;
  }

  .offer__contents {
    margin-top: 1.9667vw;
  }

  .offer__contents:has(.offerCard) {
    gap: 1.0667vw;
  }

  .offerCard {
    width: 36vw;
  }

  .offerCard__heading {
    border-radius: 0.9333vw 0.9333vw 0 0;
    font-size: 4vw;
    padding: 1.1vw 0 0.5vw;
  }

  .offerCard__body {
    border-radius: 0 0 0.9333vw 0.9333vw;
    padding: 0.7333vw 1.0667vw 1.2vw;
    text-align: center;
  }

  .offerCard__text {
    font-size: 3.6vw;
  }

  .offerCard__lgNum {
    font-size: 18.8vw;
    margin-top: -0.6667vw;
  }

  .offerCard__lgNum .yen {
    bottom: 1.6vw;
    font-size: 4.5333vw;
    position: absolute;
    right: -4.5333vw;
  }

  .offerCard__text.sm {
    font-size: 3.2vw;
  }

  .offerCard__number {
    font-size: 8.8vw;
  }

  .offerCard__number .yen {
    font-size: 4.5333vw;
    margin-left: 0.8vw;
  }

  .offerCard__text.lg {
    font-size: 4vw;
  }

  .offer__label {
    border-radius: 1.0667vw;
    font-size: 4.2667vw;
    max-width: 58.6667vw;
    padding: 1.0667vw 0;
  }

  .offer__tuitionNotice {
    font-size: 4vw;
    margin-top: 0.8vw;
  }

  .offer__discount10,
  .offer__discount20,
  .offer__family2Price {
    font-size: 16.6667vw;
  }

  .offer__discount10 .small {
    font-size: 13.6vw;
  }

  .offer__discountDisclaimer {
    font-size: 3.2vw;
    margin-top: -0.8vw;
  }

  .offer__subtitle .small {
    font-size: 3.2vw;
    margin-top: -2.2vw;
  }

  .offer__contents:has(.offer__label--blue) {
    margin-top: 1.1vw;
  }

  .offer__family2 {
    gap: 2.4vw;
    margin-top: 0.8vw;
  }

  .offer__family2Box {
    border: 0.2667vw solid #fff;
    font-size: 3.7333vw;
    margin-top: 0.8vw;
    padding: 2.6667vw;
  }

  .offer__family2Price .yen {
    font-size: 5.2vw;
    margin-left: 1.6vw;
  }

  .offer__item:nth-child(3) {
    padding: 5.3333vw 4.6333vw 5.0667vw;
  }

  .offer__contents:has(.offer__label--red) {
    margin-top: 0.4vw;
  }

  .offer__discount20 {
    margin-top: 0.4vw;
  }

  .offer__discount20 .small {
    font-size: 12.4vw;
  }

  .offer__text {
    font-size: 3.7333vw;
    line-height: 1.4;
    margin-top: 0.6vw;
  }

  .trial__bgTop {
    height: 74vw;
  }

  .trial .container {
    padding: 34.6667vw 4vw 15.2vw;
  }

  .trial__token {
    height: 36.6667vw;
    width: 36.6667vw;
  }

  .trial__tokenText {
    font-size: 4.6667vw;
    line-height: 1.2;
  }

  .trial__container {
    display: flex;
    flex-direction: column;
    gap: 5.8667vw;
    margin: 9.3333vw auto 0;
    max-width: 85.2rem;
    width: 84.2667vw;
  }

  .trial__card {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 4.2vw;
    padding: 5.1333vw 5.3333vw 3.5vw;
    position: relative;
  }

  .trial__cardHeading {
    border-radius: 2.1333vw;
    font-size: 3.4667vw;
    left: 50%;
    position: absolute;
    top: -3vw;
    transform: translateX(-50%);
    width: 30.6667vw;
  }

  .trial__cardText {
    font-size: 3.7333vw;
    margin-top: unset;
    text-align: start;
  }

  .trial__price .number {
    font-size: 13.3333vw;
  }

  .trial__price .yen {
    font-size: 5.0267vw;
  }

  .trial__card:nth-child(2) {
    justify-content: center;
  }

  .trial__price {
    margin-top: 0;
  }

  .trial__subheading {
    border-bottom: 0.2667vw solid #fff;
    font-size: 4.8vw;
    gap: 2.4vw;
    grid-template-columns: 2.1333vw 1fr;
    padding-bottom: 1.6vw;
  }

  .trial__subheading .dot {
    height: 2.1333vw;
    transform: translateY(2.4vw);
    width: 2.1333vw;
  }

  .trial__list {
    gap: 0.8vw;
    margin-top: 4.8vw;
  }

  .trial__item {
    font-size: 3.7333vw;
    gap: 0.2667vw;
  }

  .trialInfo__image {
    margin-top: 3rem;
  }

  .trial__cta {
    border-radius: 7.3333vw;
    gap: 1.8667vw;
    grid-template-columns: 2.9333vw 1fr 5.8667vw;
    margin: 7.4667vw auto 0;
    max-width: 61.3333vw;
    padding: 5.5vw 4vw 5.5vw 5.6vw;
    width: 100%;
  }

  .trial__ctaDot {
    height: 2.6667vw;
    width: 2.6667vw;
  }

  .trial__ctaText {
    font-size: 3.7333vw;
    transform: translateY(0.1333vw);
  }

  .trial__ctaArrow img {
    max-width: 5.0667vw;
  }

  .offer__text.friend {
    width: 27.8rem;
  }
}

.trialInfo__box {
  display: flex;
  justify-content: space-between;
}

.trialInfo__list {
  margin-top: 5.5rem;
}

.trialInfo__text {
  font-size: 1.8rem;
  padding-left: 2rem;
  padding-right: 6rem;
  width: 50%;
}

.trialInfo__text h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.trialInfo__text p {
  font-weight: 400;
  margin-bottom: 2rem;
}

.trialInfo__photo {
  width: 50%;
}

.buttonArea__right {
  background: #ffe249;
  padding: 3.5rem 0 4.5rem;
  text-align: center;
}

.experience__lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.83;
  text-align: center;
}

.experience__lead span {
  font-size: 2.2rem;
  position: relative;
}

.experience__lead span::before {
  background: #000;
  content: '';
  height: 0.1rem;
  left: -4rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(55deg);
  width: 4rem;
}

.experience__lead span::after {
  background: #000;
  content: '';
  height: 0.1rem;
  margin-top: -0.5rem;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%) rotate(-55deg);
  width: 4rem;
}

.experience__buttonArea {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 2rem;
}

.experience__button {
  background: #268360;
  border-bottom: 1px solid #fff;
  border-radius: 1rem;
  border-top: 1px solid #268360;
  box-shadow: inset 0 1px 0 #fff;
  color: #fff;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 17.5rem;
  padding: 4rem 0 1rem;
  position: relative;
}

.experience__button::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: 0.8rem;
  transform: translateX(-50%);
  width: 2.5rem;
}

.experience__button--web::before {
  background-image: url(../img/triallesson/icon_04.png);
}

.experience__button--tel::before {
  background-image: url(../img/triallesson/icon_05.png);
}

.nowrap {
  white-space: nowrap;
}

.vertical {
  font-size: 2.8rem;
  padding-top: 0.4rem;
  writing-mode: vertical-rl;
}

.trialInfo__beginner,
.trialInfo__experienced {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.trialInfo__experienced {
  border-left: #efebe9 solid 1px;
}

.trialInfo__beginner .inner_titleH4,
.trialInfo__experienced .inner_titleH4 {
  align-items: center;
  border-radius: 20px;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: flex-start;
  margin-bottom: 2rem;
  min-height: 10.2rem;
  padding: 2rem 3.8rem;
}

.trialInfo__beginner .inner_titleH4 {
  background: #e0ece9;
}

.trialInfo__experienced .inner_titleH4 {
  background: #f2e9e3;
}

.title_icon {
  margin-right: 2.8rem;
}

.trialInfo__beginner p,
.trialInfo__experienced p {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.trialInfo__bottomList {
  font-weight: normal;
  margin-bottom: 2rem;
}

.trialInfo__beginnerBottom {
  border-bottom: #666 solid 1px;
  border-top: #666 solid 1px;
  margin-top: auto;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.trialInfo__beginner .trialInfo__beginnerBottom {
  border-bottom: #e0ece9 solid 1px;
  border-top: #e0ece9 solid 1px;
}

.trialInfo__experienced .trialInfo__beginnerBottom {
  border-bottom: #f2e9e3 solid 1px;
  border-top: #f2e9e3 solid 1px;
}

.trialInfo__beginnerBottom dt {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

.trialInfo__beginnerMark {
  margin-right: 1rem;
  width: 2.3rem;
  display: inline-block;
}

.trialInfo__genreLine {
  background: #f7f6f6;
  border: #dad8d7 solid 1px;
  border-radius: 10px;
  margin-top: 5rem;
  padding: 5rem 1.8rem 3rem 1.8rem;
}

.trialInfo__genreTitle {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.trialInfo__genreTitle span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.trialInfo__genreTitle span:before,
.trialInfo__genreTitle span:after {
  background: #000;
  border-radius: 999px;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.trialInfo__genreList {
  margin-top: 4rem;
}

.trialInfo__genreTitle span:before {
  margin-right: 0.6rem;
}

.trialInfo__genreTitle span:after {
  margin-left: 0.6rem;
}

.attention {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 2.8rem;
  text-align: right;
}

.trialInfo__genreBottom {
  margin-top: 5.4rem;
}

.trialInfo__genreBottomLink {
  align-items: center;
  display: flex;
  justify-content: center;
}

.trialInfo__genreBottomLink li {
  border: #62798f solid 2px;
  border-radius: 20px;
  line-height: 6.4rem;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 1.5rem;
}

.link_inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.level .link_inner:after,
.schedule .link_inner:after {
  background: url(../img/triallesson/icon_arrow_right.png) center center no-repeat;
  content: '';
  display: block;
  height: 16px;
  margin-left: 1.4rem;
  width: 20px;
}

.level .link_inner:before {
  background: url(../img/triallesson/icon_levellink.png) center center no-repeat;
  content: '';
  display: block;
  height: 27px;
  margin-right: 1.4rem;
  width: 27px;
}

.schedule .link_inner:before {
  background: url(../img/triallesson/icon_schedulelink.png) center center no-repeat;
  content: '';
  display: block;
  height: 27px;
  margin-right: 1.4rem;
  width: 26px;
}

.triallesson__contents_above {
  padding-bottom: 12.5rem;
}

.img_line {
  background: #efebe9 url(../img/triallesson/img-triallesson-02.jpg) center center no-repeat;
  background-size: cover;
  min-height: 460px;
  width: 100%;
}

.trialFlow {
  margin-top: 8.5rem;
  overflow: hidden;
  padding-bottom: 0;
}

.trialMessage_inner {
  align-content: space-between;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.trialMessage_photo {
  order: 2;
  width: 37rem;
}

.trialMessage_text {
  order: 1;
  padding-left: 3rem;
  padding-right: 5rem;
  width: calc(100% - 37rem);
}

.trialMessage_name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.triallesson__bottomLink {
  background: #ffe249;
  margin-top: 9.8rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.triallesson__bottomLinkInner {
  text-align: center;
}

.triallesson__bottomLinkTitle {
  font-size: 2.2rem;
  font-weight: bold;
}

.triallesson__bottomLinkTitle span {
  position: relative;
}

.triallesson__bottomLinkTitle span::before,
.triallesson__bottomLinkTitle span::after {
  background: #000;
  content: '';
  height: 0.1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 4rem;
}

.triallesson__bottomLinkTitle span::after {
  background: #000;
  content: '';
  height: 0.1rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 4rem;
}

.triallesson__bottomLinkTitle span::before {
  left: -4rem;
  transform: translateY(-50%) rotate(55deg);
}

.triallesson__bottomLinkTitle span::after {
  right: -4rem;
  transform: translateY(-50%) rotate(-55deg);
}

.triallesson__bottomLinkBox {
  margin-top: 2rem;
}

.triallesson__bottomLinkBox ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.triallesson__bottomLinkBox ul li {
  margin: 0 0.8rem;
}

.triallesson__bottomLinkBox a {
  background: #268360;
  border-bottom: 1px solid #fff;
  border-radius: 999px;
  border-top: 1px solid #268360;
  box-shadow: inset 0 1px 0 #fff;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0;
  position: relative;
  width: 30rem;
}

.website_link span,
.telephone_link span {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: center;
}

.website_link span:before {
  background-image: url(../img/triallesson/icon_04.png);
  content: '';
  display: inline-block;
  height: 22px;
  width: 30px;
}

.telephone_link span:before {
  background-image: url(../img/triallesson/icon_05.png);
  content: '';
  display: inline-block;
  height: 25px;
  width: 16px;
}

.trialFlow__interviewLine {
  background: #268360;
  margin-left: -5rem;
  margin-right: -5rem;
}

.trialFlow__interviewInner {
  margin-top: 6.2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4.5rem;
  position: relative;
}

.trialFlow__interviewInner:before {
  background: #268360;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: -8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: rotate(45deg);
  width: 16px;
}

.trialFlow__interviewTitle {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.trialFlow__interviewList {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.trialFlow__interviewList li {
  border-left: #fff solid 1px;
  padding: 0 3rem;
  width: calc(100% / 3);
}

.trialFlow__interviewList li:first-child {
  border-left: none;
}

.trialFlow__stepList .trialFlow__interviewInner dl {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trialFlow__stepList .trialFlow__interviewInner dt {
  display: block;
  position: static;
  text-align: center;
}

.trialFlow__interviewImg {
  text-align: center;
}

.trialFlow__interviewText {
  margin-top: 1.6rem;
}

.trialFlow__interviewText strong {
  color: #faee6e;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.trialFlow__interviewText p {
  color: #fff;
  line-height: 1.4;
  margin-top: 1rem;
}

.trialFlow__stepList {
  margin-top: 3.5rem;
}

.trialFlow__stepList dl {
  border-bottom: #dad8d7 solid 1px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.4rem;
  padding-bottom: 3.4rem;
}

.trialFlow__stepList dl.border_none {
  border-bottom: none;
}

.trialFlow__stepList dt {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  font-size: 2.2rem;
  font-weight: bold;
}

.trialFlow__text {
  font-size: 1.8rem;
  margin-top: 3.5rem;
  order: 2;
  padding-left: 13rem;
  padding-right: 3rem;
  width: calc(100% - 50rem);
}

.trialFlow__img {
  margin-top: -4rem;
  order: 3;
  width: 50rem;
}

.step__label {
  margin-right: 1.8rem;
  position: relative;
  z-index: 2;
}

.step1__group {
  border-bottom: #dad8d7 solid 1px;
  margin-bottom: 4rem;
  padding-bottom: 6rem;
}

.trialFlow__stepListWrap dl:last-child {
  border-bottom: none;
}

.trialFlow__stepListWrap {
  position: relative;
}

.trialFlow__stepListWrap dl {
  position: relative;
}

.trialFlow__stepListWrap dl:before {
  background: #eb610f;
  content: '';
  display: block;
  height: calc(100% + 3.5rem);
  left: 5.6rem;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
}

.trialFlow__stepListWrap dl:last-child::before {
  height: 100%;
}

.trialFlow__stepListWrap dl:last-child::after {
  background: url(../img/triallesson/arrow_orange.png) center center no-repeat;
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 4.7rem;
  position: absolute;
  width: 2.1rem;
}

.trialFlow__stepListWrap.second-half dl:last-child::before,
.trialFlow__stepListWrap.second-half dl:last-child::after {
  content: none;
}

.trialFlow__table {
  border-bottom: #000 solid 1px;
  border-top: #000 solid 1px;
  margin-top: 2rem;
}

.trialFlow__table th {
  font-weight: bold;
  padding: 1rem;
  padding-left: 0;
}

.trialFlow__table td {
  border-left: #000 solid 1px;
  padding: 1rem;
}

.trialFlow__table tr {
  border-bottom: #000 solid 1px;
}

@media screen and (max-width: 767px) {
  .vertical {
    font-size: 2.5rem;
  }

  .trialInfo__box {
    display: block;
  }

  .trialInfo__text {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .trialInfo__photo {
    width: 100%;
  }

  .trialInfo__list {
    margin-top: 3rem;
  }

  .trialInfo__text h4 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .trialInfo__text p {
    font-size: 1.4rem;
  }

  .experience__lead span {
    font-size: 1.4rem;
  }

  .experience__lead span::before {
    left: -3rem;
    margin-top: -0.3rem;
    width: 3rem;
  }

  .experience__lead span::after {
    margin-top: -0.3rem;
    right: -3rem;
    width: 3rem;
  }

  .experience__button {
    font-size: 3.33vw;
    max-width: 36.8vw;
    padding: 11vw 0 3vw;
  }

  .buttonArea__right {
    padding-bottom: 3rem;
  }

  .trialInfo__beginner,
  .trialInfo__experienced {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .trialInfo__beginner {
    margin-bottom: 3rem;
  }

  .trialInfo__beginner .inner_titleH4,
  .trialInfo__experienced .inner_titleH4 {
    font-size: 1.6rem;
    height: 7.5rem;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .trialInfo__beginner p,
  .trialInfo__experienced p {
    font-size: 1.4rem;
  }

  .trialInfo__beginnerBottom {
    padding-bottom: 3vw;
    dt {
      font-size: 1.5rem;
      padding-block: 0.8em 0.3em;
    }
    dd {
      font-size: 1.4rem;
    }
  }

  .trialInfo__bottomList {
    font-size: 1.3rem;
  }

  .trialInfo__beginnerMark {
    display: inline-block;
    width: 1.5rem;
  }

  .trialInfo__genreTitle {
    font-size: 1.6rem;
  }

  .trialInfo__genreTitle span::before,
  .trialInfo__genreTitle span::after {
    height: 12px;
    width: 12px;
  }

  .trialInfo__genreLine {
    border-radius: 0;
    margin-left: -4.8vw;
    margin-right: -4.8vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .attention {
    font-size: 1.2rem;
  }

  .trialInfo__genreBottomLink {
    display: block;
  }

  .trialInfo__genreBottom {
    margin-top: 3rem;
  }

  .trialInfo__genreBottomLink li {
    line-height: 5.5rem;
    margin-bottom: 1rem;
  }

  .triallesson__contents_above {
    padding-bottom: 0;
  }

  .trialFlow {
    margin-top: 3rem;
  }

  .trialFlow__stepList dt {
    font-size: 1.6rem;
    height: 3.6rem;
    margin-top: -3vw;
  }

  .trialFlow__stepListWrap dl::before {
    left: 9.5vw;
    top: 4vw;
  }

  .trialFlow__interviewLine {
    margin-left: -4.8vw;
    margin-right: -4.8vw;
  }

  .trialMessage_inner {
    display: block;
    margin-top: 3rem;
  }

  .trialMessage_photo {
    width: 100%;
  }

  .trialMessage_text {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .trialMessage_name {
    font-size: 1.5rem;
  }

  .trialMessage_text p {
    font-size: 1.4rem;
  }

  .trialFlow__img {
    margin-left: auto;
    margin-top: 0;
    order: 2;
    width: calc(100% - 22vw);
  }

  .step__label {
    top: 0;
  }

  .trialFlow__text {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 22vw);
  }

  .trialFlow__stepListWrap dl:last-child::after {
    left: 7vw;
    bottom: -4vw;
  }

  .trialFlow__text p {
    font-size: 1.4rem;
  }

  .trialFlow__table {
    font-size: 1.4rem;
  }

  .trialFlow__interviewList {
    display: block;
  }

  .trialFlow__interviewList li {
    border-left: none;
    width: 100%;
  }

  .trialFlow__stepList .trialFlow__interviewInner li {
    border-bottom: #fff solid 1px;
    padding: 3rem 0;
  }

  .trialFlow__stepList .trialFlow__interviewInner dl {
    flex-wrap: nowrap;
  }

  .trialFlow__stepList dt {
    margin-top: 0;
  }

  .trialFlow__interviewText {
    margin-top: 0;
    padding-left: 3rem;
  }

  .trialFlow__interviewText p {
    font-size: 1.4rem;
  }

  .trialFlow__interviewText strong {
    font-size: 1.7rem;
    text-align: left;
  }

  .triallesson__bottomLink {
    padding: 6vw 0;
    margin-top: 10vw;
  }

  .triallesson__bottomLinkTitle {
    font-size: 3.73vw;
  }

  .triallesson__bottomLinkTitle span::before,
  .triallesson__bottomLinkTitle span::after {
    width: 7vw;
  }

  .triallesson__bottomLinkBox {
    margin-top: 3vw;
  }

  .website_link span,
  .telephone_link span {
    flex-direction: column;
    gap: 2vw;
    height: unset;
  }

  .triallesson__bottomLinkBox a {
    border-radius: 2vw;
    font-size: 3.33vw;
    max-width: 36.8vw;
    padding: 2vw 0 3vw;
  }

  .website_link span:before {
    height: 6.66vw;
    width: 6.66vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.trialFaq .classes__subtitle {
  margin-bottom: 3rem;
}

/* 共通化させる */

.buttonArea__left {
  display: flex;
}

.buttonArea__left a {
  background: #fff;
  border: 1px solid #597086;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3rem 0 0 auto;
  max-width: 362px;
  width: 100%;
  padding: 2rem 0 1.8rem 6.5rem;
  position: relative;
  transition: 0.3s;
}

.buttonArea__left a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.buttonArea__left a::before {
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  width: 3rem;
  height: 3rem;
}

.buttonArea__left a::after {
  position: absolute;
  content: '';
  background-image: url(../img/triallesson/icon_arrow_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 1.5rem;
}

.buttonArea__left a:hover::after {
  background-image: url(../img/triallesson/icon_arrow_01_hover.png);
}

.buttonArea__link--flow::before {
  background-image: url(../img/triallesson/icon_02.png);
}

.buttonArea__link--flow:hover::before {
  background-image: url(../img/triallesson/icon_02_hover.png);
}

@media screen and (max-width: 767px) {
  .buttonArea__leftWrap {
    order: 4;
    width: 100%;
  }

  .buttonArea__left a {
    max-width: 73.6vw;
    font-size: 3.73vw;
    border-radius: 2vw;
    padding: 4vw 0 4vw 13vw;
    margin: 5vw auto 0;
  }

  .buttonArea__left a::before {
    width: 5vw;
    height: 5vw;
  }

  .buttonArea__left a::after {
    width: 3.86vw;
    height: 2.93vw;
  }
}
