@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*------------------------------
 共通
------------------------------*/
.body {
  color: #344B5C;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.body .normal {
  font-weight: 400;
}
.body .medium {
  font-weight: 500;
}
.body .bold {
  font-weight: 700;
}
.body .black {
  font-weight: 900;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper .pc-only {
  display: none;
}

.container {
  width: 100%;
  padding-top: 65px;
  box-sizing: border-box;
}

.contents {
  width: 100%;
}

.button {
  max-width: 284px;
  margin: 0 auto;
}

.button__link {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.35px;
  text-align: center;
  text-decoration: none;
  background-color: #03C850;
  border-radius: 24px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 10px;
  box-sizing: border-box;
}
.is-active .button__link {
  animation-name: poyon;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}

.button__text {
  display: inline-block;
}

.button-anchor {
  max-width: 284px;
  margin: 26px auto 26px;
}

.button-anchor__link {
  display: block;
  width: 100%;
  color: #344B5C;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 10px;
  box-sizing: border-box;
}

.button-anchor__text {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.button-anchor__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 9.5px;
  background-image: url(../img/contents/bottom-arrow.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.button-small {
  max-width: 190px;
  margin: 25px auto 0;
}

.button-small__link {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.35px;
  text-align: center;
  text-decoration: none;
  background-color: #D5D5D5;
  border-radius: 22px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 5px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.button-small__text {
  display: inline-block;
}

.tel-link,
.mail-link {
  color: #1a73e8;
  text-decoration: underline;
}
.tel-link:hover,
.mail-link:hover {
  text-decoration: none;
}

/*------------------------------
 header
------------------------------*/
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.header .button {
  min-width: 152px;
  margin: 0 0 0 auto;
}
.header .button__link {
  font-size: 11px;
  line-height: 20px;
  box-shadow: none;
  padding: 8px 10px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 20px;
  box-sizing: border-box;
}

.header__logo-box {
  width: 142px;
  font-size: 0;
  line-height: 0;
}

.header__logo-box__image {
  width: 100%;
  height: auto;
}

/*------------------------------
 main-contents
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  width: 100%;
}

.swiper-main-visual-slider {
  position: relative;
  height: 122.308vw;
  overflow: hidden;
  z-index: 1;
}
.swiper-main-visual-slider.swiper-initialized {
  height: auto;
  overflow: initial;
}

.main-visual__swiper__picture-box {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.main-visual__swiper__picture-image {
  width: 100%;
  height: auto;
}

.main-visual__inner {
  background-color: #E1EFF9;
  padding: 0 0 45px;
}

.main-visual__content {
  position: relative;
  width: 100%;
  margin-top: -92px;
  z-index: 2;
}

.main-visual__main-box {
  position: relative;
  background-color: #FFE200;
  border-radius: 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 24px;
  margin: 0 33px 26px 41px;
}

.main-visual__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 0 auto 14px;
  box-sizing: border-box;
}

.main-visual__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  gap: 6px;
  margin: 0;
}

.main-visual__lead-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.main-visual__lead-text-segment {
  display: inline-block;
  background-image: linear-gradient(to right, #E95532 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 6px;
}

.main-visual__picture-box {
  display: block;
  font-size: 0;
  line-height: 0;
}

.main-visual__picture-image {
  width: 100%;
  height: auto;
}

.main-visual__illustration-hello {
  position: absolute;
  top: -29px;
  right: -12px;
  width: 68px;
  animation-name: pikopiko;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, start);
  animation-delay: 0s;
  margin: 0;
  z-index: 1;
}

.main-visual__illustration-flower-compass {
  position: absolute;
  left: -22px;
  bottom: -6px;
  width: 65px;
  animation-name: pikopiko;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, start);
  animation-delay: 0.4s;
  margin: 0;
  z-index: 1;
}

.main-visual__illustration-flask {
  position: absolute;
  right: -12px;
  bottom: 9px;
  width: 31px;
  animation-name: pikopiko;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, start);
  animation-delay: 0.8s;
  margin: 0;
  z-index: 1;
}

.main-visual__item-box {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.main-visual__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 7px 20px 8px;
  margin: 0 auto 31px;
  box-sizing: border-box;
}
.main-visual__item:nth-of-type(1) {
  padding-right: 80px;
}
.main-visual__item:nth-of-type(2) {
  padding-left: 100px;
  padding-right: 10px;
}
.main-visual__item:nth-of-type(3) {
  padding-right: 50px;
}
.main-visual__item:last-of-type {
  margin-bottom: 0;
}

.main-visual__item-text {
  font-size: 13px;
  line-height: 22px;
  margin: 0 auto;
}

.main-visual__item-text--bold {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.main-visual__item-text--bold.left-space {
  margin-left: 4.8em;
}

.main-visual__item-picture-box {
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
.is-active .main-visual__item-picture-box {
  animation-name: poyon;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.main-visual__item:nth-of-type(1) .main-visual__item-picture-box {
  top: -24px;
  right: -8px;
  width: 105.5px;
  animation-delay: 0.5s;
}
.main-visual__item:nth-of-type(2) .main-visual__item-picture-box {
  top: -17px;
  left: -2px;
  width: 93.5px;
  animation-delay: 1.5s;
}
.main-visual__item:nth-of-type(3) .main-visual__item-picture-box {
  top: -33px;
  right: 10px;
  width: 101.5px;
  animation-delay: 2.5s;
}

.main-visual__item-picture-image {
  width: 100%;
  height: auto;
}

/* at-pendemy
------------------------------*/
.at-pendemy {
  position: relative;
  width: 100%;
  padding: 88px 0 28px;
}
.at-pendemy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 40px solid #E1EFF9;
  border-bottom: 0;
}

.at-pendemy__inner {
  width: 100%;
}

.at-pendemy__content {
  width: 100%;
}

.at-pendemy__title {
  margin: 0 14px 52px 12px;
}

.at-pendemy__picture-box {
  display: block;
  font-size: 0;
  line-height: 0;
}

.at-pendemy__picture-image {
  width: 100%;
  height: auto;
}

.at-pendemy__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto;
}

.at-pendemy__text--bold {
  font-size: 15px;
  font-weight: 600;
}

/* point
------------------------------*/
.point {
  position: relative;
  background-color: #E1EFF9;
  padding: 65px 0 145px;
  box-sizing: border-box;
}
.point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 40px solid #FFFFFF;
  border-bottom: 0;
}
.point .swiper-slide {
  width: calc(100% - 82px);
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.point__inner {
  width: 100%;
}

.point__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto 22px;
}

.point__title-large {
  font-size: 30px;
}

.swiper-point-slider {
  height: 84.5vw;
  padding: 0 42px;
  margin-bottom: 26px;
  overflow: hidden;
}
.swiper-point-slider.swiper-initialized {
  height: auto;
  overflow: initial;
}
.swiper-point-slider .swiper-slide {
  height: auto;
}
.swiper-point-slider .swiper-slide__box {
  height: 100%;
}

.point__swiper__picture-box {
  display: block;
  position: relative;
  width: auto;
  font-size: 0;
  line-height: 0;
  margin: 20px 34px 19px;
  box-sizing: border-box;
  overflow: hidden;
}
.point__swiper__picture-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #E1EFF9;
  transform: translateX(0);
  transition: transform 0.4s ease-out 0.2s;
  will-change: transform;
}
.is-active .swiper-slide-active .point__swiper__picture-box::before {
  transform: translateX(100%);
}

.point__swiper__picture-image {
  width: 100%;
  height: auto;
}

.point__sub-title {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 0;
  max-width: calc(100% - 68px);
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.5px;
  background-color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  transform: translateX(-101%);
  transition: transform 0.4s ease-out 0.8s;
  will-change: transform;
  padding: 8px 10px;
  margin: 0;
}
.is-active .swiper-slide-active .point__sub-title {
  transform: translateX(0);
}

.point__text-box {
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #707070 3px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 24px 0 35px;
  margin: 0 26px;
}

.point__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0;
}

/* classroom
------------------------------*/
.classroom {
  width: 100%;
  margin: -70px auto 52px;
}

.classroom__title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-align: center;
  background-color: #FFE200;
  border-radius: 16px 16px 0 0;
  padding: 16px 10px;
  margin: 0 82px;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
}

.classroom__title-text {
  display: inline-block;
  transform: translateY(80px);
  transition: transform 0.4s ease-out 0.5s;
  will-change: transform;
}
.is-active .classroom__title-text {
  transform: translateY(0);
}

.classroom__inner {
  position: relative;
  background-color: #FFE200;
  padding: 25px 20px 20px;
  border-radius: 25px;
  box-sizing: border-box;
  z-index: 1;
}

.classroom__caption {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto 15px;
}

.classroom__content-wrap {
  width: 100%;
}

.classroom__content {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px 32px 28px;
  margin: 0 auto 22px;
  box-sizing: border-box;
}
.classroom__content:last-of-type {
  margin-bottom: 0;
}

.classroom__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto 20px;
}
.color-type-blue .classroom__content-title {
  color: #0074C9;
}
.color-type-red .classroom__content-title {
  color: #BF0016;
}
.color-type-orange .classroom__content-title {
  color: #FF6600;
}

.classroom__item-box {
  width: 100%;
}

.classroom__item,
.classroom__sub-item {
  position: relative;
  margin-bottom: 15px;
}
.classroom__item:last-of-type,
.classroom__sub-item:last-of-type {
  margin-bottom: 0;
}
.classroom__item:last-of-type::before,
.classroom__sub-item:last-of-type::before {
  display: none;
}

.classroom__item-title,
.classroom__sub-item-title {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.2px;
  text-align: center;
  border-radius: 5px;
  padding: 9px 5px;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.color-type-blue .classroom__item-title,
.color-type-blue .classroom__sub-item-title {
  background-color: rgba(0, 116, 201, 0.5);
}
.color-type-red .classroom__item-title,
.color-type-red .classroom__sub-item-title {
  background-color: #BF0016;
}

.classroom__sub-item-wrap {
  width: 100%;
}

.classroom__sub-item-box {
  height: 0;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.classroom__sub-item {
  position: relative;
  margin-bottom: 56px;
}
.classroom__sub-item::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  height: 2px;
  width: calc(100% + 32px);
  background-image: linear-gradient(to right, #707070 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  transform: translateX(-50%);
}

.classroom__sub-item-button {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.2px;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 9px 5px;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
}
.color-type-blue .classroom__sub-item-button {
  background-color: rgba(0, 116, 201, 0.5);
}
.color-type-blue .classroom__sub-item-button:hover {
  background-color: rgba(0, 116, 201, 0.4);
}
.color-type-red .classroom__sub-item-button {
  background-color: rgba(191, 0, 22, 0.5);
}
.color-type-red .classroom__sub-item-button:hover {
  background-color: rgba(191, 0, 22, 0.4);
}
.classroom__sub-item-button::before, .classroom__sub-item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5px;
  height: 8px;
  background-color: #FFFFFF;
  transition: all 0.5s ease 0s;
  margin-top: -4px;
}
.classroom__sub-item-button::before {
  right: 15px;
  transform: rotate(-135deg);
}
.classroom__sub-item-button::after {
  right: 20px;
  transform: rotate(135deg);
}
.classroom__sub-item-wrap.is-active .classroom__sub-item-button {
  background-color: rgb(213, 213, 213);
  margin: 15px auto 0;
}
.classroom__sub-item-wrap.is-active .classroom__sub-item-button::before {
  transform: rotate(-45deg);
  transition: transform 0.5s ease 0s;
}
.classroom__sub-item-wrap.is-active .classroom__sub-item-button::after {
  transform: rotate(45deg);
  transition: transform 0.5s ease 0s;
}

.classroom__picture-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 10px;
  overflow: hidden;
}
.classroom__picture-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #FFE200;
  transform: translateX(0);
  transition: transform 0.4s ease-out 0.5s;
  will-change: transform;
}
.is-active .classroom__picture-box::before {
  transform: translateX(100%);
}
.classroom__item:nth-of-type(2) .classroom__picture-box::before, .classroom__sub-item:nth-of-type(2) .classroom__picture-box::before {
  transition: transform 0.4s ease-out 0.9s;
}
.classroom__content:nth-of-type(2) .classroom__picture-box::before {
  transition: transform 0.4s ease-out 0.9s;
}
.classroom__content:nth-of-type(3) .classroom__picture-box::before {
  transition: transform 0.4s ease-out 1.2s;
}
.classroom__picture-image {
  width: 100%;
  height: auto;
}

.classroom__target-age {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin: 0 auto 4px;
}

.classroom__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin: 0 auto;
}

/* participants-comments
------------------------------*/
.participants-comments {
  margin: 0 auto 62px;
}

.participants-comments__inner {
  margin: 0 20px;
}

.participants-comments__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.35px;
  text-align: center;
  margin: 0 auto 30px;
}

.participants-comments__item-box {
  width: 100%;
}

.participants-comments__item {
  padding: 0 22px 25px;
  margin: 0 auto 36px;
  box-sizing: border-box;
}
.participants-comments__item:nth-last-child {
  margin-bottom: 0;
}
.participants-comments__item.type-woman {
  background-color: #FFEBEB;
}
.participants-comments__item.type-man {
  background-color: #E1EFF9;
}

.participants-comments__sub-title-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #344B5C;
  padding: 6px 0 0;
  margin: 0 -16px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.participants-comments__picture-box {
  display: block;
  font-size: 0;
  line-height: 0;
}
.participants-comments__item:nth-of-type(odd) .participants-comments__picture-box {
  order: 1;
  margin-right: 8px;
}
.participants-comments__item:nth-of-type(even) .participants-comments__picture-box {
  order: 2;
}
.type-woman .participants-comments__picture-box {
  width: 56px;
}
.type-man .participants-comments__picture-box {
  width: 61px;
}
.is-active .participants-comments__picture-box {
  animation-name: poyon;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}

.participants-comments__picture-image {
  width: 100%;
  height: auto;
}

.participants-comments__sub-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding-bottom: 6px;
  margin: 0;
}
.participants-comments__item:nth-of-type(odd) .participants-comments__sub-title {
  order: 2;
}
.participants-comments__item:nth-of-type(even) .participants-comments__sub-title {
  order: 1;
}
.type-woman .participants-comments__sub-title {
  color: #BF0016;
}
.type-man .participants-comments__sub-title {
  color: #0074C9;
}

.participants-comments__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
  margin: 0 auto;
}

.participants-comments__text--bold {
  font-weight: 700;
  transition: color 0.4s ease-out 1.5s;
}
.type-woman.is-active .participants-comments__text--bold {
  color: #BF0016;
}
.type-man.is-active .participants-comments__text--bold {
  color: #0074C9;
}

.participants-comments__reviews {
  margin-top: 10px;
}

.participants-comments__reviews-caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  margin: 0 auto 20px;
}

.participants-comments__reviews-group {
  margin-bottom: 28px;
}

.participants-comments__reviews-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 6px;
  margin: 0 0 14px;
}
.type-programming .participants-comments__reviews-title {
  color: #0074C9;
}
.type-science .participants-comments__reviews-title {
  color: #BF0016;
}
.type-craft .participants-comments__reviews-title {
  color: #FF6600;
}

.participants-comments__review {
  border-radius: 11px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.participants-comments__review:last-of-type {
  margin-bottom: 0;
}
.type-programming .participants-comments__review {
  background-color: #E1EFF9;
}
.type-science .participants-comments__review {
  background-color: #FFEBEB;
}
.type-craft .participants-comments__review {
  background-color: #FFF3E5;
}

.participants-comments__review-stars {
  color: #FFB400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3px;
  margin: 0 0 8px;
}

.participants-comments__review-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1px;
  margin: 0;
}

.participants-comments__reviews-notes {
  color: #5A666F;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 8px auto 0;
}

/* fees-timetable
------------------------------*/
.fees-timetable {
  width: 100%;
  margin: 0 auto 58px;
}

.fees-timetable__title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-align: center;
  background-color: #FFE200;
  border-radius: 16px 16px 0 0;
  padding: 16px 10px;
  margin: 0 82px;
  box-sizing: border-box;
  z-index: 0;
  overflow: hidden;
}

.fees-timetable__title-text {
  display: inline-block;
  transform: translateY(80px);
  transition: transform 0.4s ease-out 0.5s;
  will-change: transform;
}
.is-active .fees-timetable__title-text {
  transform: translateY(0);
}

.fees-timetable__inner {
  position: relative;
  background-color: #FFE200;
  padding: 30px 20px 45px;
  border-radius: 25px;
  box-sizing: border-box;
  z-index: 1;
}

.fees-timetable__sub-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.1px;
  text-align: center;
  background-image: linear-gradient(to right, #707070 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 10px 0;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.fees-timetable__content-wrap {
  width: 100%;
  margin-bottom: 46px;
}
.fees-timetable__content-wrap:last-of-type {
  margin-bottom: 0;
}

.fees-timetable__content {
  margin-bottom: 46px;
}
.fees-timetable__content:last-of-type {
  margin-bottom: 0;
}

.fees-timetable__content-inner-wrap {
  width: 100%;
}

.fees-timetable__content-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px 36px 22px;
  margin: 0 auto 22px;
  box-sizing: border-box;
  overflow: hidden;
}
.fees-timetable__content-inner:nth-of-type(1)::before {
  transition: transform 0.4s ease-out 0.5s;
}
.fees-timetable__content-inner:nth-of-type(2)::before {
  transition: transform 0.4s ease-out 0.9s;
}
.fees-timetable__content-inner:nth-of-type(3)::before {
  transition: transform 0.4s ease-out 1.2s;
}
.fees-timetable__content-inner:last-of-type {
  margin-bottom: 10px;
}
.fees-timetable__content-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #FFE200;
  border-radius: 15px;
  transform: translateX(0);
  will-change: transform;
}
.is-active .fees-timetable__content-inner::before {
  transform: translateX(100%);
}

.fees-timetable__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto 15px;
}
.color-type-blue .fees-timetable__content-title {
  color: #0074C9;
}
.color-type-red .fees-timetable__content-title {
  color: #BF0016;
}
.color-type-orange .classroom__content-title,
.color-type-orange .fees-timetable__content-title {
  color: #FF6600; /* オレンジ色 */
}

.color-type-orange .fees-timetable__prices-box-title {
  background-color: rgba(255, 102, 0, 0.5);
}

.fees-timetable__content-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0 auto 15px;
}

.fees-timetable__content-text--large {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-align: left;
  margin: 0 auto 20px;
}
.fees-timetable__content-text--large:last-of-type {
  margin-bottom: 0;
}

.fees-timetable__content-item-box {
  display: flex;
  justify-content: space-between;
}

.fees-timetable__content-item {
  width: calc(50% - 16px);
}

.fees-timetable__prices-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.fees-timetable__content-item .fees-timetable__prices-box {
  display: block;
}

.fees-timetable__prices-box-title {
  width: calc(50% - 16px);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: center;
  border-radius: 5px;
  padding: 6px 4px;
  margin: 0;
  box-sizing: border-box;
}
.color-type-blue .fees-timetable__prices-box-title {
  background-color: rgba(0, 116, 201, 0.5);
}
.color-type-red .fees-timetable__prices-box-title {
  background-color: rgba(191, 0, 22, 0.5);
}
.fees-timetable__content-item .fees-timetable__prices-box-title {
  width: 100%;
  margin-bottom: 10px;
}

.fees-timetable__prices-box-title-text {
  display: inline-block;
}

.fees-timetable__prices-box-text {
  width: calc(50% - 16px);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0;
}
.fees-timetable__content-item .fees-timetable__prices-box-text {
  width: 100%;
}

.fees-timetable__prices-box-text--bold {
  font-size: 26px;
  margin: 0 3px;
}

.fees-timetable__content-notes {
  color: #5A666F;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.2px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}
.fees-timetable__content-notes.space-top {
  margin-top: 6px;
}

.fees-timetable__content-notes-link {
  color: #0074C9;
  text-decoration: underline;
}
.fees-timetable__content-notes-link:hover {
  text-decoration: none;
}

.fees-timetable__prices-box + .fees-timetable__prices-box {
  margin-top: 10px;
}

.fees-timetable__plan-badge {
  display: inline-block;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  padding: 5px 12px;
  margin: 12px 0 8px;
}
.color-type-blue .fees-timetable__plan-badge {
  background-color: #0074C9;
}
.color-type-red .fees-timetable__plan-badge {
  background-color: #BF0016;
}

.fees-timetable__prices-box--sub {
  opacity: 0.85;
}
.fees-timetable__content-inner .fees-timetable__prices-box--sub .fees-timetable__prices-box-title {
  background-color: #A8B4BC;
}

.fees-timetable__prices-box-text--sub {
  font-size: 16px;
  font-weight: 700;
  margin: 0 4px;
}

.fees-timetable__set-discount {
  background-color: #FFFFFF;
  border: 2px dashed #E95532;
  border-radius: 11px;
  text-align: center;
  padding: 16px 16px 18px;
  margin: 20px 0;
}

.fees-timetable__set-discount-title {
  color: #E95532;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 8px;
}

.fees-timetable__set-discount-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

.fees-timetable__set-discount-strong {
  color: #E95532;
  font-size: 15px;
}

.fees-timetable__set-discount-example {
  color: #5A666F;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}

.fees-timetable__set-discount-price {
  display: inline-block;
  color: #344B5C;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 2px;
}

/* classroom-information exterior
------------------------------*/
.classroom-information__exterior {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 8px;
}

.classroom-information__exterior-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 11px;
}

.classroom-information__exterior-caption {
  color: #5A666F;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin: 0 0 20px;
}

/* coming-soon modal
------------------------------*/
.coming-soon-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.coming-soon-modal.is-open {
  display: block;
}

.coming-soon-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 75, 92, 0.6);
}

.coming-soon-modal__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 48px);
  max-width: 440px;
  background-color: #FFFFFF;
  border-radius: 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 28px 22px 24px;
  box-sizing: border-box;
}

.coming-soon-modal__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px;
}

.coming-soon-modal__text {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 18px;
}

.coming-soon-modal__close {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: inherit;
  background-color: #344B5C;
  border: none;
  border-radius: 24px;
  padding: 13px 40px;
  cursor: pointer;
}

/* teacher
------------------------------*/
.teacher {
  width: 100%;
  margin: 0 auto 40px;
}

.teacher__inner {
  margin: 0 44px;
}

.teacher__content {
  width: 100%;
}

.teacher__content-inner {
  width: 100%;
}
.teacher__content-inner + .teacher__content-inner {
  margin-top: 36px;
}
.teacher__title--second {
  margin-top: 44px;
}

.teacher__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.35px;
  text-align: center;
  margin: 0 auto 30px;
}

.teacher__picture-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  margin: 0 26px 20px;
  overflow: hidden;
}
.teacher__picture-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #FFFFFF;
  border-radius: 10px;
  transform: translateX(0);
  transition: transform 0.4s ease-out 0.5s;
  will-change: transform;
}
.is-active .teacher__picture-box::before {
  transform: translateX(100%);
}

.teacher__picture-image {
  width: 100%;
  height: auto;
}

.teacher__text-box {
  width: 100%;
}

.teacher__sub-title {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.35px;
  margin: 0 auto 10px;
}

.teacher__name {
  display: inline-block;
  font-weight: 600;
  margin-right: 3px;
}

.teacher__job-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.teacher__text {
  font-size: 12px;
  line-height: 20px;
  margin: 0 auto;
}

/* classroom-information
------------------------------*/
.classroom-information {
  margin-bottom: 76px;
}
.classroom-information .swiper-wrap {
  position: relative;
  padding-bottom: 22px;
  margin: 0 auto 30px;
}
.classroom-information .swiper-pagination {
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.classroom-information .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  margin: 0 4px;
  box-sizing: border-box;
}
.classroom-information .swiper-pagination-bullet-active {
  background-color: #344B5C;
  border: 1px solid #344B5C;
}

.classroom-information__inner {
  width: 100%;
}

.classroom-information__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.35px;
  text-align: center;
  margin: 0 auto 30px;
}

.swiper-classroom-information-slider {
  height: 38.463vw;
  overflow: hidden;
}
.swiper-classroom-information-slider.swiper-initialized {
  height: auto;
  overflow: initial;
}

.classroom-information__swiper__picture-box {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  padding: 0 70px;
  box-sizing: border-box;
}

.classroom-information__swiper__picture-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.classroom-information__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  margin: 0 auto 24px;
}

.classroom-information__text--bold {
  font-weight: 600;
}

.classroom-information__detail-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  margin: 0 20px;
}

/* what-i-value
------------------------------*/
.what-i-value {
  background-color: #FFEBEB;
  border-radius: 25px;
  padding: 18px 0 25px;
  margin: 0 auto 54px;
  box-sizing: border-box;
}

.what-i-value__inner {
  width: 100%;
}

.what-i-value__title {
  margin: 0 48px 12px;
}

.what-i-value__picture-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  overflow: hidden;
}
.what-i-value__picture-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  transform: translateX(0);
  transition: transform 0.4s ease-out 0.5s;
  will-change: transform;
}
.color-type-yellow .what-i-value__picture-box::before {
  background-color: #FFE200;
}
.color-type-blue .what-i-value__picture-box::before {
  background-color: #0074C9;
}
.color-type-red .what-i-value__picture-box::before {
  background-color: #E95532;
}
.is-active .what-i-value__picture-box::before {
  transform: translateX(100%);
}

.what-i-value__picture-image {
  width: 100%;
  height: auto;
}

.what-i-value__main-text-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 18px 18px 13px;
  margin: 0 20px 32px;
  box-sizing: border-box;
}

.what-i-value__sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto 16px;
  box-sizing: border-box;
}

.what-i-value__sub-title-inner {
  display: inline-block;
  position: relative;
}
.what-i-value__sub-title-inner::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -81px;
  width: 81px;
  height: 75px;
  background-image: url(../img/contents/illustration_what_i_value_1.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.is-active .what-i-value__sub-title-inner::before {
  animation-name: poyon;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}

.what-i-value__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto;
}

.what-i-value__item-wrap {
  width: 100%;
}

.what-i-value__item-box {
  list-style: none;
  padding: 0;
  margin: 0;
}

.what-i-value__item {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto 45px 24px;
}
.what-i-value__item:nth-of-type(2n) {
  margin: 0 20px 45px auto;
}
.what-i-value__item:last-child {
  margin-bottom: 0;
}
.what-i-value__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 30vw;
  right: -100.5px;
  width: 101.5px;
  height: 244.5px;
  background-image: url(../img/contents/illustration_what_i_value_2.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.what-i-value__item:nth-of-type(1) .what-i-value__item-image-box::before {
  content: "01";
}
.what-i-value__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 28vw;
  left: -118.5px;
  width: 119.5px;
  height: 246.5px;
  background-image: url(../img/contents/illustration_what_i_value_3.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.what-i-value__item:nth-of-type(2) .what-i-value__item-image-box::before {
  content: "02";
}
.what-i-value__item:nth-of-type(3) .what-i-value__item-image-box::before {
  content: "03";
}

.what-i-value__item-image-box {
  position: relative;
  margin: 0 auto 26px;
}
.what-i-value__item-image-box::before {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  bottom: -18px;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 1.2px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
.is-active .what-i-value__item-image-box::before {
  animation-name: poyon;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}
.color-type-yellow .what-i-value__item-image-box::before {
  background-color: #FFE200;
}
.color-type-blue .what-i-value__item-image-box::before {
  background-color: #0074C9;
}
.color-type-red .what-i-value__item-image-box::before {
  background-color: #E95532;
}
.what-i-value__item-image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transform: translate(0, 0);
  transition: transform 0.5s ease 1.5s;
  will-change: transform;
}
.is-active .what-i-value__item-image-box::after {
  transform: translate(8px, 8px);
}
.color-type-yellow .what-i-value__item-image-box::after {
  background-color: #FFE200;
}
.color-type-blue .what-i-value__item-image-box::after {
  background-color: #0074C9;
}
.color-type-red .what-i-value__item-image-box::after {
  background-color: #E95532;
}

.what-i-value__item-text-box {
  width: 100%;
}

.what-i-value__item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  background-image: linear-gradient(to right, #707070 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 0 11px 0;
  margin: 0 auto 11px;
  box-sizing: border-box;
}

.what-i-value__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.1px;
  text-align: center;
  margin: 0 auto;
}

/* free-trial
------------------------------*/
.free-trial {
  width: 100%;
  margin: 0 auto 82px;
}
.free-trial .button {
  max-width: 260px;
}
.free-trial .button__link {
  font-size: 13px;
  line-height: 20px;
}
.free-trial .button-small {
  margin-top: 19px;
}

.free-trial__inner {
  max-width: 300px;
  margin: 0 auto;
}

.free-trial__top {
  width: 100%;
  margin-bottom: 20px;
}

.free-trial__flow {
  background-color: #FFFFFF;
  border-radius: 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 18px;
  margin-bottom: 24px;
}

.free-trial__flow-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 16px;
}

.free-trial__step-box {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.free-trial__step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.free-trial__step:last-of-type {
  margin-bottom: 0;
}

.free-trial__step-number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #0074C9;
  border-radius: 50%;
}

.free-trial__step:nth-of-type(2) .free-trial__step-number {
  background-color: #FF6600;
}

.free-trial__step:nth-of-type(3) .free-trial__step-number {
  background-color: #E95532;
}

.free-trial__step-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 2px;
}

.free-trial__step-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.free-trial__note-box {
  list-style: none;
  background-color: #E1EFF9;
  border-radius: 8px;
  padding: 12px 14px;
  margin: 0;
}

.free-trial__note {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  padding-left: 18px;
  margin-bottom: 6px;
}

.free-trial__note:last-of-type {
  margin-bottom: 0;
}

.free-trial__note::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #03C850;
  border-bottom: 2px solid #03C850;
  transform: rotate(45deg);
}

.free-trial__attention {
  color: #5A666F;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 20px;
}

.free-trial__center {
  width: 100%;
}

.free-trial__bottom {
  width: 100%;
  margin-top: 13px;
}

.free-trial__picture-box {
  font-size: 0;
  line-height: 0;
}

.free-trial__picture-image {
  width: 100%;
  height: auto;
}

/* faq
------------------------------*/
.faq {
  width: 100%;
}

.faq__inner {
  margin: 0 20px;
}

.faq__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.35px;
  text-align: center;
  margin: 0 auto 22px;
}

.faq__item-box {
  width: 100%;
}

/*------------------------------
 google-maps
------------------------------*/
.google-maps {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto 15px;
}

.google-maps__iframe {
  width: 100%;
  max-width: 100%;
}

/*------------------------------
 accordion
------------------------------*/
.accordion {
  width: 100%;
  margin: 0 auto 14px;
  overflow: hidden;
}
.accordion:last-of-type {
  margin-bottom: 0;
}
.accordion.is-active {
  overflow-y: auto;
}

.accordion__button {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #3E5973;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
}

.accordion__button-text {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 25px 10px 18px;
}

.accordion__button-icon {
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translatey(-50%);
}
.accordion__button-icon::before, .accordion__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease 0s;
}
.accordion__button-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* is-open時の切り替え（＋、－） */
.accordion.is-active .accordion__button {
  border-radius: 5px 5px 0 0;
}

.accordion.is-active .accordion__button-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__content {
  position: relative;
  height: 0;
  border-radius: 0 0 5px 5px;
  background-color: rgb(225, 235, 244);
  transition: height 0.5s ease 0s;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

.accordion__text {
  font-size: 12px;
  line-height: 22px;
  padding: 18px;
  margin: 0 auto;
}

/*------------------------------
 footer
------------------------------*/
.footer {
  width: 100%;
  margin: 26px auto 0;
}

.footer__inner {
  width: 100%;
}

.footer__logo-box {
  width: 107px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 17px;
}

.footer__logo-box__image {
  width: 100%;
  height: auto;
}

.footer__text {
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  margin: 0 auto;
}

.footer__copyright {
  width: 100%;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  background-color: #484848;
  padding: 12px 10px;
  margin: 20px auto 0;
  box-sizing: border-box;
}

.footer__copyright-text {
  display: inline-block;
  color: #FFFFFF;
}

.footer__copyright-text-link {
  color: #FFFFFF;
  text-decoration: none;
}

/*------------------------------
 PC
------------------------------*/
@media screen and (min-width: 768px) {
  /* 768pxより大きい幅の場合に適応される */
  /*------------------------------
   共通
  ------------------------------*/
  .wrapper .pc-only {
    display: inline-block;
  }
  .wrapper .sp-only {
    display: none;
  }
  .button {
    max-width: 400px;
  }
  .button__link {
    font-size: 18px;
    line-height: 36px;
    border-radius: 50px;
  }
  .button-anchor {
    max-width: 400px;
  }
  .button-anchor__link {
    font-size: 18px;
    line-height: 36px;
    border-radius: 50px;
  }
  .button-small {
    max-width: 250px;
  }
  .button-small__link {
    font-size: 15px;
    line-height: 30px;
    border-radius: 50px;
  }
  /*------------------------------
   header
  ------------------------------*/
  .header__inner {
    width: 90%;
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
  /*------------------------------
   main-contents
  ------------------------------*/
  /* main-visual
  ------------------------------*/
  .main-visual__content {
    width: 90%;
    max-width: 980px;
    margin: -92px auto 0;
  }
  .main-visual__main-box {
    padding: 40px 50px 44px 50px;
    margin-bottom: 50px;
  }
  .main-visual__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
  }
  .main-visual__title br {
    display: none;
  }
  .main-visual__title-segment {
    display: inline-block;
  }
  .main-visual__lead {
    gap: 12px;
  }
  .main-visual__lead-text {
    font-size: 16px;
    line-height: 22px;
  }
  .main-visual__illustration-hello {
    top: -44px;
    width: 105px;
  }
  .main-visual__illustration-flower-compass {
    left: -60px;
    bottom: -14px;
    width: 95px;
  }
  .main-visual__illustration-flask {
    bottom: -8px;
    width: 60px;
  }
  .main-visual__item {
    border-radius: 100px;
    padding: 39px 55px 38px 160px;
    margin-bottom: 40px;
  }
  .main-visual__item:nth-of-type(1) {
    padding-right: 160px;
  }
  .main-visual__item:nth-of-type(2) {
    padding-left: 160px;
  }
  .main-visual__item:nth-of-type(3) {
    padding-right: 160px;
  }
  .main-visual__item-text {
    font-size: 20px;
    line-height: 26px;
  }
  .main-visual__item-text br {
    display: none;
  }
  .main-visual__item-text--bold {
    font-size: 28px;
  }
  .main-visual__item-text--bold.left-space {
    margin-left: 0;
  }
  .main-visual__item:nth-of-type(1) .main-visual__item-picture-box {
    top: -36px;
    width: 175px;
  }
  .main-visual__item:nth-of-type(2) .main-visual__item-picture-box {
    top: -22px;
    left: -5px;
    width: 151px;
  }
  .main-visual__item:nth-of-type(3) .main-visual__item-picture-box {
    top: -60px;
    right: -10px;
    width: 190px;
  }
  /* at-pendemy
  ------------------------------*/
  .at-pendemy {
    padding: 105px 0 50px;
  }
  .at-pendemy__inner {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
  }
  .at-pendemy__title {
    margin: 0 auto 52px;
  }
  .at-pendemy__text {
    font-size: 20px;
    line-height: 40px;
  }
  .at-pendemy__text--bold {
    font-size: 22px;
  }
  /* point
  ------------------------------*/
  .point {
    padding: 105px 0 165px;
  }
  .point__inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .point__title {
    font-size: 26px;
    line-height: 30px;
  }
  .point__title-large {
    font-size: 40px;
  }
  .swiper-point-slider {
    padding: 0;
    margin-bottom: 40px;
  }
  .point__swiper__picture-box {
    margin: 25px 30px 25px;
  }
  .is-active .swiper-slide:nth-of-type(2) .point__swiper__picture-box::before {
    transition: transform 0.4s ease-out 0.6s;
    transform: translateX(100%);
  }
  .is-active .swiper-slide:nth-of-type(3) .point__swiper__picture-box::before {
    transition: transform 0.4s ease-out 1s;
    transform: translateX(100%);
  }
  .point__sub-title {
    font-size: 17px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .is-active .swiper-slide:nth-of-type(2) .point__sub-title {
    transition: transform 0.4s ease-out 1.2s;
    transform: translateX(0);
  }
  .is-active .swiper-slide:nth-of-type(3) .point__sub-title {
    transition: transform 0.4s ease-out 1.6s;
    transform: translateX(0);
  }
  .point__text {
    font-size: 16px;
    line-height: 30px;
  }
  /* classroom
  ------------------------------*/
  .classroom {
    width: 90%;
    max-width: 1080px;
    margin: -86px auto 80px;
  }
  .classroom__title {
    font-size: 26px;
    line-height: 30px;
  }
  .classroom__inner {
    padding: 30px 20px 40px;
  }
  .classroom__caption {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .classroom__content-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
  }
  .classroom__content {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
  .classroom__content-title {
    font-size: 20px;
    line-height: 24px;
  }
  .classroom__item,
  .classroom__sub-item {
    margin-bottom: 20px;
  }
  .classroom__sub-item {
    margin-bottom: 60px;
  }
  .classroom__sub-item:last-of-type {
    margin-bottom: 0;
  }
  .classroom__sub-item-title {
    font-size: 18px;
    line-height: 20px;
  }
  .classroom__sub-item-button {
    font-size: 18px;
    line-height: 22px;
  }
  .classroom__sub-item-wrap.is-active .classroom__sub-item-button {
    margin-top: 30px;
  }
  .classroom__target-age {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 6px;
  }
  .classroom__text {
    font-size: 16px;
    line-height: 24px;
  }
  /* participants-comments
  ------------------------------*/
  .participants-comments {
    width: 90%;
    max-width: 1080px;
    margin-bottom: 80px;
  }
  .participants-comments__inner {
    margin: 0;
  }
  .participants-comments__title {
    font-size: 26px;
    line-height: 30px;
  }
  .participants-comments__item-box {
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
  }
  .participants-comments__item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
  .type-man .participants-comments__sub-title-box {
    padding-top: 13px;
  }
  .participants-comments__sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .participants-comments__text {
    font-size: 16px;
    line-height: 28px;
  }
  .participants-comments__reviews {
    margin-top: 30px;
  }
  .participants-comments__reviews-caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .participants-comments__reviews-wrap {
    display: flex;
    align-items: flex-start;
    gap: 22px;
  }
  .participants-comments__reviews-group {
    flex: 1;
    margin-bottom: 0;
  }
  .participants-comments__reviews-title {
    font-size: 17px;
    line-height: 24px;
  }
  .participants-comments__review {
    padding: 16px 18px;
  }
  .participants-comments__review-text {
    font-size: 14px;
    line-height: 23px;
  }
  .participants-comments__reviews-notes {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  /* fees-timetable
  ------------------------------*/
  .fees-timetable {
    width: 90%;
    max-width: 1080px;
    margin-bottom: 80px;
  }
  .fees-timetable__title {
    font-size: 26px;
    line-height: 30px;
  }
  .fees-timetable__inner {
    padding: 40px 40px 40px;
  }
  .fees-timetable__sub-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .fees-timetable__content-wrap {
    margin-bottom: 30px;
  }
  .fees-timetable__content-wrap:last-of-type {
    margin-bottom: 0;
  }
  .fees-timetable__content-inner-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
    margin-bottom: 10px;
  }
  .fees-timetable__content-inner {
    width: calc((100% - 40px) / 2);
    margin: 0;
  }
  .fees-timetable__content-inner:last-of-type {
    margin-bottom: 0;
  }
  .fees-timetable__content-title {
    font-size: 20px;
    line-height: 24px;
  }
  .fees-timetable__content-text {
    font-size: 16px;
    line-height: 24px;
  }
  .fees-timetable__content-text--large {
    font-size: 16px;
    line-height: 24px;
  }
  .fees-timetable__prices-box-title {
    font-size: 15px;
    line-height: 22px;
  }
  .fees-timetable__prices-box-text {
    font-size: 16px;
    line-height: 28px;
  }
  .fees-timetable__prices-box-text--bold {
    font-size: 30px;
    margin: 0 5px;
  }
  .fees-timetable__plan-badge {
    font-size: 12px;
    padding: 6px 14px;
  }
  .fees-timetable__prices-box-text--sub {
    font-size: 20px;
    margin: 0 5px;
  }
  .fees-timetable__content-notes {
    font-size: 12px;
    line-height: 18px;
  }
  .fees-timetable__content-notes.space-top {
    margin-top: 15px;
  }
  .fees-timetable__set-discount {
    padding: 24px 30px 26px;
    margin: 10px 0 24px;
  }
  .fees-timetable__set-discount-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .fees-timetable__set-discount-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .fees-timetable__set-discount-strong {
    font-size: 19px;
  }
  .fees-timetable__set-discount-example {
    font-size: 13px;
    line-height: 20px;
  }
  .fees-timetable__set-discount-price {
    font-size: 16px;
    line-height: 26px;
  }
  /* teacher
  ------------------------------*/
  .teacher {
    width: 90%;
    max-width: 960px;
    margin-bottom: 80px;
  }
  .teacher__inner {
    margin: 0 auto;
  }
  .teacher__content-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
  }
  .teacher__content-inner + .teacher__content-inner {
    margin-top: 50px;
  }
  .teacher__title--second {
    margin-top: 70px;
  }
  .teacher__title {
    font-size: 26px;
    line-height: 30px;
  }
  .teacher__picture-box {
    width: calc(50% - 40px);
    margin: 0;
  }
  .teacher__text-box {
    width: calc(50% - 0px);
  }
  .teacher__sub-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .teacher__name {
    margin-right: 5px;
  }
  .teacher__job-title {
    font-size: 16px;
    line-height: 18px;
  }
  .teacher__text {
    font-size: 16px;
    line-height: 28px;
  }
  /* classroom-information
  ------------------------------*/
  .classroom-information {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 80px;
  }
  .classroom-information .swiper-wrap {
    max-width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .classroom-information__title {
    font-size: 26px;
    line-height: 30px;
  }
  .classroom-information__swiper__picture-box {
    padding: 0;
  }
  .classroom-information__text {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-bottom: 60px;
  }
  .classroom-information__detail-text {
    font-size: 18px;
    line-height: 32px;
  }
  /* what-i-value
  ------------------------------*/
  .what-i-value {
    width: 90%;
    max-width: 1080px;
    padding: 60px 40px 80px;
    margin: 0 auto 80px;
  }
  .what-i-value__title {
    width: 66%;
    margin: 0 auto 30px;
  }
  .what-i-value__main-text-box {
    width: 84%;
    padding: 30px 18px 30px 13px;
    margin: 0 auto 60px;
  }
  .what-i-value__sub-title {
    font-size: 20px;
  }
  .what-i-value__sub-title br {
    display: none;
  }
  .what-i-value__sub-title-inner::before {
    top: 10px;
    right: -100px;
    width: 142px;
    height: 134px;
  }
  .what-i-value__text {
    font-size: 16px;
    line-height: 30px;
  }
  .what-i-value__item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 84%;
    gap: 0 40px;
    margin: 0 auto 60px;
  }
  .what-i-value__item:nth-of-type(2n) {
    margin: 0 auto 60px;
  }
  .what-i-value__item:nth-of-type(1)::before {
    display: none;
  }
  .what-i-value__item:nth-of-type(2)::before {
    display: none;
  }
  .what-i-value__item-image-box {
    width: calc(50% - 40px);
    margin: 0 20px 0 0;
  }
  .what-i-value__item-image-box::before {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 48px;
  }
  .color-type-blue .what-i-value__item-image-box {
    order: 2;
  }
  .what-i-value__item-text-box {
    width: calc(50% - 20px);
  }
  .color-type-blue .what-i-value__item-text-box {
    order: 1;
  }
  .what-i-value__item-title {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .what-i-value__item-text {
    font-size: 20px;
    line-height: 38px;
  }
  /* free-trial
  ------------------------------*/
  .free-trial {
    width: 90%;
  }
  .free-trial .button {
    max-width: 400px;
  }
  .free-trial .button__link {
    font-size: 16px;
    line-height: 36px;
  }
  .free-trial__inner {
    max-width: 700px;
  }
  .free-trial__flow {
    padding: 30px 40px;
    margin-bottom: 30px;
  }
  .free-trial__flow-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .free-trial__step {
    gap: 14px;
    margin-bottom: 18px;
  }
  .free-trial__step-number {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
  .free-trial__step-title {
    font-size: 17px;
    line-height: 24px;
  }
  .free-trial__step-text {
    font-size: 14px;
    line-height: 21px;
  }
  .free-trial__note-box {
    padding: 16px 20px;
  }
  .free-trial__note {
    font-size: 14px;
    line-height: 21px;
    padding-left: 22px;
  }
  .free-trial__note::before {
    left: 3px;
    top: 4px;
    width: 6px;
    height: 11px;
  }
  .free-trial__attention {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .free-trial__bottom {
    margin-top: 30px;
  }
  /* faq
  ------------------------------*/
  .faq {
    margin-bottom: 100px;
  }
  .faq__inner {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
  .faq__title {
    font-size: 26px;
    line-height: 30px;
  }
  /*------------------------------
  google-maps
  ------------------------------*/
  .google-maps {
    max-width: initial;
  }
  /*------------------------------
  accordion
  ------------------------------*/
  .accordion__button-text {
    font-size: 16px;
    line-height: 30px;
  }
  .accordion__text {
    font-size: 14px;
    line-height: 30px;
  }
  /*------------------------------
  footer
  ------------------------------*/
  .footer__inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .footer__logo-box {
    width: 214px;
  }
  .footer__text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__copyright {
    font-size: 12px;
    padding: 19px 10px;
  }
}
/*------------------------------
 iPad、iPad Mini、iPad Air向け（画面幅が768pxから820px）
------------------------------*/
@media screen and (min-width: 768px) and (max-width: 820px) {
  /*------------------------------
   main-contents
  ------------------------------*/
  /* main-visual
  ------------------------------*/
  .main-visual__content {
    margin-top: -52px;
  }
  .main-visual__main-box {
    padding: 30px 50px 34px 50px;
  }
  .main-visual__title {
    margin-bottom: 20px;
  }
  .main-visual__item:nth-of-type(1) {
    padding-left: 50px;
  }
  .main-visual__item:nth-of-type(3) {
    padding-left: 50px;
  }
  /* at-pendemy
  ------------------------------*/
  /* point
  ------------------------------*/
  .point__swiper__picture-box {
    margin: 25px 20px 25px;
  }
  .point__sub-title {
    max-width: 90%;
    font-size: 16px;
  }
  /* classroom
  ------------------------------*/
  /* participants-comments
  ------------------------------*/
  .participants-comments__sub-title {
    font-size: 16px;
    line-height: 26px;
  }
  /* fees-timetable
  ------------------------------*/
  .fees-timetable__content-inner {
    padding: 20px 20px 22px;
  }
  .fees-timetable__content-item-box {
    display: block;
  }
  .fees-timetable__content-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .fees-timetable__content-item:last-of-type {
    margin-bottom: 0;
  }
  .fees-timetable__prices-box-text {
    font-size: 14px;
  }
  .fees-timetable__prices-box-text--bold {
    font-size: 25px;
    margin: 0 3px;
  }
  /* teacher
  ------------------------------*/
  .teacher__text {
    font-size: 14px;
  }
  /* classroom-information
  ------------------------------*/
  /* what-i-value
  ------------------------------*/
  .what-i-value__main-text-box {
    width: 100%;
  }
  .what-i-value__sub-title {
    font-size: 19px;
  }
  .what-i-value__sub-title-inner::before {
    top: 38px;
    right: -46px;
    width: 116px;
    height: 110px;
  }
  .what-i-value__item {
    width: 100%;
  }
  .what-i-value__item-text {
    font-size: 16px;
    line-height: 32px;
  }
}
/*------------------------------
 keyframes
------------------------------*/
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

/*------------------------------
 Googleカレンダー調整
------------------------------*/
.google-calendar {
  width: 100%;
  margin: 0 auto 20px;
}

.google-calendar iframe {
  display: block;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .google-calendar iframe {
    height: 600px;
  }
}

@media screen and (min-width: 768px) {
  /* 教室カード・料金カードのレイアウト共通設定 */
  .classroom__content-wrap,
  .fees-timetable__content-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 15px; /* 縦：40px（行間）、横：20px（列間） */
  }

  /* 3列で左寄せ */
  .classroom__content,
  .fees-timetable__content-inner {
    flex: 1 1 calc(33.33% - 10px); /* 3列構成 */
    margin: 0;
    box-sizing: border-box;
  }
}

/* #time-schedule .fees-timetable__content-inner .fees-timetable__content-text--large{
  text-align: center;
} */