.section {
  width: 100%;
}

.anchor_link {
  padding-top: 120px;
  margin-top: -120px;
  margin-left: 240px;
}
@media screen and (min-width: 1100px) {
  .anchor_link {
    padding-top: 170px;
    margin-top: -170px;
  }
}
.anchor_link--course {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (min-width: 1100px) {
  .anchor_link--course {
    padding-top: 200px;
    margin-top: -150px;
  }
}

.keyvisual {
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
}
.keyvisual__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  background-image: none;
  padding: 40px 3%;
}
@media screen and (min-width: 768px) {
  .keyvisual__inner {
    background-image: url(../images/content/keyvisual_img-kids.jpg);
    background-size: 750px 750px;
    background-repeat: no-repeat;
    background-position: top 20px right;
    padding: 40px 3%;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual__inner {
    padding: 40px 0;
  }
}
.keyvisual__keyvisual--sp {
  display: block;
  position: absolute;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .keyvisual__keyvisual--sp {
    display: none;
  }
}
.keyvisual__keyvisual--sp img {
  width: 100%;
  height: auto;
}
.keyvisual__title {
  font-weight: bold;
  margin-bottom: 1.4925373134vw;
  font-size: 3rem;
  line-height: 1.34;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px #483C30;
  text-stroke: 1px #483C30;
}
@media screen and (min-width: 520px) {
  .keyvisual__title {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.keyvisual__text {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .keyvisual__text {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.keyvisual__buttons {
  display: flex;
  margin-bottom: 10px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .keyvisual__buttons {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.keyvisual__button {
  border-radius: 33px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .keyvisual__button {
    width: 230px;
    height: 50px;
  }
}
.keyvisual__button:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.keyvisual__button img {
  width: 100%;
  height: auto;
}
.keyvisual__link {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .keyvisual__link {
    margin-bottom: 70px;
  }
}
.keyvisual__link a {
  font-weight: bold;
  color: #f4950f;
  position: relative;
  padding: 0 1.5em 0.5em 0;
}
.keyvisual__link a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.keyvisual__link a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f4950f;
}
.keyvisual__link a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f4950f;
  border-bottom: 2px solid #f4950f;
  transform: rotate(-45deg);
}
.keyvisual__cta-button {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  border-radius: 33px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .keyvisual__cta-button {
    position: fixed;
    width: 312px;
    height: 60px;
    bottom: 50px;
    right: 50px;
  }
}
.keyvisual__cta-button:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.keyvisual__cta-button img {
  width: 100%;
  height: auto;
}

.card {
  width: 100%;
  position: relative;
  border: 2px solid #f4950f;
  border-radius: 30px;
  margin: 85vw 0 40px 0;
  margin-top:99vw;
}
@media screen and (min-width: 520px) {
  .card {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .card {
    width: 480px;
    margin: 0;
  }
}
.card__title {
  display: inline-block;
  position: absolute;
  background-color: #f4950f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 24px;
  text-align: center;
  top: -18px;
  left: 20px;
  padding: 7px 50px;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 2.2rem;
    top: -28px;
    padding: 7px 55px;
  }
}
.card__subtitle {
  background-color: #ffffff;
  color: #f4950f;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 30px 30px 0 0;
  text-align: left;
  padding: 20px 0 10px 30px;
}
@media screen and (min-width: 520px) {
  .card__subtitle {
    font-size: 3rem;
    padding: 40px 10px 16px 30px;
  }
}
.card__subtitle .br_sm {
  display: block;
}
@media screen and (min-width: 520px) {
  .card__subtitle .br_sm {
    display: none;
  }
}
.card__container {
  background-color: #f4950f;
  border-radius: 0 0 25px 25px;
  padding: 20px;
}
.card__text {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .card__text {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .card__text {
    font-size: 1.6rem;
  }
}
.card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.card__item {
  display: inline-block;
}
.card__item a {
  position: relative;
  background-color: #ffffff;
  color: #f4950f;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 21px;
  padding: 3px 35px 3px 12px;
}
@media screen and (min-width: 520px) {
  .card__item a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .card__item a {
    font-size: 1.6rem;
    border-radius: 15px;
    padding: 5px 25px 5px 12px;
  }
}
.card__item a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.card__item a::after {
  content: "";
  display: block;
  width: 5.57px;
  height: 5.57px;
  border-right: 2px solid #f4950f;
  border-bottom: 2px solid #f4950f;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}

.feature {
  width: 100%;
}
.feature__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.9701492537vw 4%;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding: 40px 4%;
  }
}
@media screen and (min-width: 1100px) {
  .feature__inner {
    padding: 40px 0;
  }
}
.feature__title {
  color: #483C30;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2.9850746269vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.feature__title span {
  font-weight: bold;
  font-size: 4.5rem;
}
@media screen and (min-width: 768px) {
  .feature__title span {
    font-size: 4rem;
  }
}
.feature__title strong {
  color: #ED6D00;
}
.feature__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
}
.feature__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__item {
    width: auto;
  }
}
.feature__item img {
  width: 100%;
  height: auto;
}
.feature__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature__img--pc {
    display: block;
  }
}
.feature__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .feature__img--sp {
    display: none;
  }
}

.course {
  width: 100%;
  background: linear-gradient(to bottom, #F49411 0%, #F8EBCF 100%);
  overflow: hidden;
}
.course__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 3%;
}
@media screen and (min-width: 768px) {
  .course__inner {
    padding: 80px 3%;
  }
}
@media screen and (min-width: 1100px) {
  .course__inner {
    padding: 80px 0;
  }
}
.course__title {
  font-weight: bold;
  margin-bottom: 1.4925373134vw;
  font-size: 2.2rem;
  line-height: 1.34;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 520px) {
  .course__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.course__title span {
  font-size: 4.5rem;
}
@media screen and (min-width: 520px) {
  .course__title span {
    font-size: 4rem;
  }
}
.course__text {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .course__text {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.course__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .course__list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.course__item {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.course__img img {
  width: 100%;
  height: auto;
}
.course__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.detail {
  width: 100%;
}
.detail__container {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .detail__container {
    gap: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .detail__container {
    gap: 50px;
  }
}
.detail__container--right {
  border-radius: 50px 0px 0px 50px;
  background-color: #ffffff;
  position: relative;
  margin-right: calc(50% - 50vw);
  padding: 30px 50px 30px 25px;
}
@media screen and (min-width: 768px) {
  .detail__container--right {
    padding: 30px 50px 30px 25px;
  }
}
@media screen and (min-width: 1100px) {
  .detail__container--right {
    padding: 40px 90px;
  }
}
.detail__container--left {
  border-radius: 0 50px 50px 0;
  background-color: #F8EBCF;
  position: relative;
  margin-left: calc(50% - 50vw);
  padding: 30px 25px 30px 50px;
}
@media screen and (min-width: 768px) {
  .detail__container--left {
    padding: 30px 25px 30px 50px;
  }
}
@media screen and (min-width: 1100px) {
  .detail__container--left {
    padding: 40px 90px;
  }
}
.detail__wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .detail__wrapper {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .detail__wrapper {
    gap: 50px;
  }
}
.detail__wrapper--right {
  justify-content: left;
}
.detail__wrapper--left {
  justify-content: right;
}
.detail #expert {
  margin-bottom: 0;
}
.detail__unit {
  flex-shrink: 0.3;
}
.detail__title {
  font-weight: bold;
  margin-bottom: 1.4925373134vw;
  font-size: 2.8rem;
  line-height: 1.34;
  letter-spacing: 0em;
  text-align: left;
  color: #ED6D00;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 520px) {
  .detail__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .detail__title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .detail__title {
    font-size: 3rem;
  }
}
.detail__subtitle {
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 14px;
  background: #f4950f;
  color: #ffffff;
  text-align: center;
  max-width: 300px;
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .detail__subtitle {
    max-width: 200px;
    font-size: 1.6rem;
  }
}
.detail__list {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail__list {
    font-size: 1.6rem;
  }
}
.detail__text {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail__text {
    font-size: 1.6rem;
  }
}
.detail__buttons {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1100px) {
  .detail__buttons {
    gap: 20px;
  }
}
.detail__button:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.detail__pic {
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .detail__pic {
    max-width: 550px;
    margin-bottom: 0;
  }
}
.detail__pic--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .detail__pic--pc {
    display: block;
  }
}
.detail__pic--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .detail__pic--sp {
    display: none;
  }
}
.detail__pic img {
  width: 100%;
  height: auto;
}
.detail__link {
  margin-top: 15px;
}
.detail__link a {
  color: #f4950f;
  position: relative;
  padding: 0 1.5em 0.5em 0;
  font-weight: bold;
}
.detail__link a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.detail__link a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f4950f;
}
.detail__link a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f4950f;
  border-bottom: 2px solid #f4950f;
  transform: rotate(-45deg);
}

.lineup {
  width: 100%;
  padding: 80px 3% 0 3%;
}
@media screen and (min-width: 1100px) {
  .lineup {
    padding: 80px 0 0 0;
  }
}
.lineup__title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #483C30;
}
@media screen and (min-width: 768px) {
  .lineup__title {
    font-size: 1.6rem;
  }
}
.lineup__title span {
  font-size: 3rem;
  color: #ED6D00;
}
@media screen and (min-width: 520px) {
  .lineup__title span {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup__title span {
    font-size: 4rem;
  }
}
.lineup__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .lineup__list {
    gap: 10px;
  }
}
.lineup__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup__img--pc {
    display: block;
  }
}
.lineup__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .lineup__img--sp {
    display: none;
  }
}
.lineup__text {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.875;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineup__text {
    font-size: 1.6rem;
  }
}
.lineup__text--orange {
  color: #ED6D00;
}
.lineup__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lineup__button:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}

.discount {
  width: 100%;
  background-color: #F49411;
}
.discount__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3%;
}
@media screen and (min-width: 1100px) {
  .discount__inner {
    padding: 80px 0;
  }
}
.discount__title {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .discount__title {
    font-size: 1.6rem;
  }
}
.discount__title span {
  font-size: 4.5rem;
}
@media screen and (min-width: 520px) {
  .discount__title span {
    font-size: 4rem;
  }
}
.discount__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .discount__list {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
  }
}
.discount__item {
  display: flex;
  justify-content: center;
}
.discount__img {
  width: 100%;
  height: auto;
}
.discount__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .discount__img--pc {
    display: block;
  }
}
.discount__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .discount__img--sp {
    display: none;
  }
}
.discount__text {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.875;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .discount__text {
    font-size: 1.6rem;
  }
}
.discount__text--orange {
  color: #ED6D00;
}

.fee {
  width: 100%;
  background-color: #F8EBCF;
}
.fee__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3%;
}
@media screen and (min-width: 1100px) {
  .fee__inner {
    padding: 80px 0;
  }
}
.fee__title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
  color: #ED6D00;
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .fee__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .fee__title {
    font-size: 4rem;
  }
}
.fee__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fee__list {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
  }
}
.fee__item {
  max-width: 350px;
}
.fee__img {
  width: 100%;
  height: auto;
}
.fee__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fee__img--pc {
    display: block;
  }
}
.fee__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .fee__img--sp {
    display: none;
  }
}

.steps {
  width: 100%;
  background-color: #F8EBCF;
  padding: 0 3%;
}
@media screen and (min-width: 1100px) {
  .steps {
    padding: 0;
  }
}
.steps__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3%;
  background-image: url(../images/content/steps_bg_pic1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F49411;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1100px) {
  .steps__inner {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.steps__title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .steps__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .steps__title {
    font-size: 4rem;
  }
}
.steps__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps__img {
  width: 100%;
  height: auto;
}
.steps__img--pc {
  display: none;
  max-width: 846px;
}
@media screen and (min-width: 768px) {
  .steps__img--pc {
    display: block;
  }
}
.steps__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .steps__img--sp {
    display: none;
  }
}

.teacher {
  width: 100%;
  background-color: #F8EBCF;
}
.teacher__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3%;
}
@media screen and (min-width: 1100px) {
  .teacher__inner {
    padding: 80px 0;
  }
}
.teacher__title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
  color: #ED6D00;
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .teacher__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .teacher__title {
    font-size: 4rem;
  }
}
.teacher__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .teacher__list {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
  }
}
.teacher__item {
  max-width: 350px;
}
.teacher__img {
  width: 100%;
  height: auto;
}
.teacher__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .teacher__img--pc {
    display: block;
  }
}
.teacher__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .teacher__img--sp {
    display: none;
  }
}

.faq {
  width: 100%;
  background-color: #F49411;
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3% 0 3%;
}
@media screen and (min-width: 1100px) {
  .faq__inner {
    padding: 80px 0 0 0;
  }
}
.faq__title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .faq__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 4rem;
  }
}
.faq__list {
  margin-bottom: 0;
}
.faq__item {
  border-radius: 20px;
  transition: 0.3s;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .faq__item {
    box-shadow: none;
  }
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item--open {
  background-color: #ffffff;
  transition: 0.3s;
}
.faq__question {
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 25px 50px 25px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  gap: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq__question {
    padding: 25px 75px 25px 40px;
    font-size: 2rem;
  }
}
.faq__question::before {
  content: "Q";
  font-family: "DIN 2014", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ED6D00;
}
@media screen and (min-width: 768px) {
  .faq__question::before {
    font-size: 2.2rem;
  }
}
.faq__question::after {
  content: "+";
  position: absolute;
  right: 20px;
  width: 27px;
  font-family: "DIN 2014", sans-serif;
  font-size: 5rem;
  line-height: 0;
  color: #ED6D00;
}
@media screen and (min-width: 768px) {
  .faq__question::after {
    right: 40px;
  }
}
.faq__question--open {
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  position: relative;
  transition: 0.3s;
  color: #ED6D00;
}
.faq__question--open::after {
  content: "-";
  width: 27px;
  font-family: "DIN 2014", sans-serif;
  font-size: 5rem;
  line-height: 0;
  color: #ED6D00;
}
.faq__answer {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  transition: 0.5s;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: 1.6rem;
  }
}
.faq__answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 92%;
  height: 1px;
  background-color: #ED6D00;
}
.faq__answer .faq__text {
  height: 0;
  opacity: 0;
  padding-left: 2em;
  position: relative;
  font-weight: bold;
}
.faq__answer .faq__text::before {
  position: absolute;
  content: "A";
  font-family: "DIN 2014", sans-serif;
  font-weight: bold;
  left: 0;
  font-size: 2.2rem;
  color: #ED6D00;
}
.faq__answer--open {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 25px 40px;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  transition: 0.3s;
}
.faq__answer--open .faq__text {
  height: auto;
  opacity: 1;
  transition: 0.5s;
}
.faq__text {
  font-size: 1.3rem;
  line-height: 1.6em;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .faq__text {
    font-size: 1.5rem;
  }
}
.faq__button--blue {
  margin-top: 7.4626865672vw;
}
@media screen and (min-width: 768px) {
  .faq__button--blue {
    margin-top: 50px;
  }
}
.faq__button--blue a {
  margin: 0 auto;
}
.faq__link {
  text-decoration: underline;
  cursor: pointer;
}

.school {
  width: 100%;
  background-color: #F49411;
}
.school__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 3%;
}
@media screen and (min-width: 1100px) {
  .school__inner {
    padding: 80px 0;
  }
}
.school__title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .school__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .school__title {
    font-size: 4rem;
  }
}
.school__container {
  background-color: #ffffff;
  border-radius: 20px;
}
.school__tab-wrapper {
  display: flex;
  border-radius: 20px 20px 0px 0px;
  background: #F8EBCF;
  flex-wrap: wrap;
  border-bottom: 2px solid #ED6D00;
}
@media screen and (min-width: 960px) {
  .school__tab-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.school__tab {
  font-weight: bold;
  font-size: 2.4rem;
  background-color: transparent;
  padding: 20px 10px;
  border-radius: 20px 20px 0px 0px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .school__tab {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .school__tab {
    padding: 20px;
  }
}
.school__tab--active {
  background-color: #ED6D00;
  border: 2px solid #ffffff;
  border-bottom: none;
  color: #ffffff;
}
.school__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 0px 0px 20px 20px;
}
@media screen and (min-width: 1100px) {
  .school__content {
    flex-direction: row;
    font-size: 1.6rem;
  }
}
.school__content--hidden {
  display: none;
}
.school__name {
  font-size: 3rem;
  font-weight: bold;
}
.school__text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 15px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .school__text {
    font-size: 1.6rem;
    max-width: 520px;
  }
}
.school__text span {
  color: #ED6D00;
}
@media screen and (min-width: 1100px) {
  .school__text:last-child {
    margin-bottom: 0;
  }
}
.school__buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.school__button {
  cursor: pointer;
}
.school__button:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.school__img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .school__img {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
.school__img img {
  width: 100%;
  height: auto;
}
.school__map iframe {
  width: 100%;
  aspect-ratio: 556/200;
  border-radius: 20px;
}
@media screen and (min-width: 1100px) {
  .school__map iframe {
    max-width: 500px;
    height: 180px;
  }
}