@charset "UTF-8";
/* common
-------------------------------------------- */
.link-txt {
  color: #D61518;
  text-decoration: underline;
  display: inline-block;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 56px;
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 16px;
  }
}

.section__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 56px 56px 80px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}

.section__inr {
  max-width: 1160px;
  padding: 0 56px 80px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    padding: 0 5%;
    margin: 0 auto 56px;
  }
}

.section__heading {
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

.section__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.section__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__list-item {
    margin-bottom: 8px;
  }
}
.section__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.text-red {
  color: #D61518;
  font-style: normal;
}

.image-400 {
  width: 400px;
}

.section__inr-btn {
  width: 400px;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section__inr-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .section__inr-btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0;
  }
}

.section__inr-btn__row {
  display: flex;
  justify-content: center;
}
.section__inr-btn__row a:first-child {
  margin-right: 32px;
}
@media (max-width: 576px) {
  .section__inr-btn__row {
    display: block;
  }
  .section__inr-btn__row a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.section__ol-list-box {
  margin-bottom: 24px;
}

.section__ol-list-ttl {
  color: #D61518;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 30px;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section__ol-list-ttl {
    padding-left: 28px;
  }
}

ol.section__ol-list {
  counter-reset: li;
}
ol.section__ol-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
ol.section__ol-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #D61518;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ol.section__ol-list li::before {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/* mv
-------------------------------------------- */
.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
  background: url(/images/kango/kango-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/kango/kango-mv02.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #D61518;
}
@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}
.mv__title h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
}

/* introduction
-------------------------------------------- */
.introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin-bottom: 40px;
  }
}

.introduction__lead p {
  margin-bottom: 16px;
}
.introduction__lead p:last-child {
  margin-bottom: 0;
}

.introduction__lead-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__lead-title {
    font-size: 1.6rem;
  }
}

.introduction__btn {
  padding: 0 5%;
}

/* advantages
-------------------------------------------- */
.advantages__text-wrap {
  margin-bottom: 56px;
}
.advantages__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .advantages__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__text-wrap {
    margin-bottom: 24px;
  }
}

/* points
-------------------------------------------- */
.points {
  margin-bottom: 80px;
}

.points__text {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .points__text {
    margin-bottom: 8px;
  }
}

.points__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .points__list {
    margin-bottom: 24px;
  }
}

.points__list-box {
  background: #FCF8F7;
  padding: 32px 40px;
}
.points__list-box:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .points__list-box:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .points__list-box {
    padding: 24px 5%;
  }
}

.points__list-ttl {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .points__list-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.points__image {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .points__image {
    margin-bottom: 24px;
  }
}

.points__list-text {
  margin-bottom: 8px;
}
.points__list-text:last-child {
  margin-bottom: 0;
}

ol.list-half {
  counter-reset: li 3;
}

/* state-league
-------------------------------------------- */
.state-league__text-wrap {
  margin-bottom: 40px;
}
.state-league__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .state-league__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .state-league__text-wrap {
    margin-bottom: 24px;
  }
}

/* plans
-------------------------------------------- */
.plans__wrap {
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .plans__wrap {
    width: 100%;
    padding: 0;
  }
}

.plans__inr {
  max-width: 1160px;
  padding: 0 0 145px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .plans__inr {
    width: 100%;
    padding: 0;
    margin: 0 auto 56px;
  }
}

.plans__heading-text {
  margin-bottom: 40px;
  padding: 0 56px;
}
@media screen and (max-width: 1024px) {
  .plans__heading-text {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

.plans__inr-bg {
  padding: 80px 56px;
  background: #FCF8F7;
  position: relative;
  margin-right: 56px;
}
@media screen and (max-width: 1024px) {
  .plans__inr-bg {
    padding: 40px 5%;
    margin-right: 0;
  }
}

.plans__name {
  font-family: "Noto Sans", sans-serif;
  font-size: 8rem;
  color: #F7DFD4;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: -48px;
  left: 51px;
}
@media screen and (max-width: 1024px) {
  .plans__name {
    font-size: 4rem;
    top: -29px;
    left: 5%;
  }
}

.plans__inr-title {
  font-size: 2rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .plans__inr-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.plans__inr-text:not(:last-child) {
  margin-bottom: 8px;
}

.plans__inr-text-area {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .plans__inr-text-area {
    margin-bottom: 24px;
  }
}

.plans-raw {
  display: flex;
}
@media screen and (max-width: 768px) {
  .plans-raw {
    flex-direction: column-reverse;
  }
}

.plans-text-box {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .plans-text-box {
    margin-right: 0;
  }
}

.plans-images__inr {
  max-width: 400px;
  margin-right: -112px;
}
@media screen and (max-width: 768px) {
  .plans-images__inr {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.plans-text-tag {
  background: #D61518;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.plans-subject {
  margin-bottom: 24px;
}

/* plans__right
-------------------------------------------- */
.plans__name__right {
  font-family: "Noto Sans", sans-serif;
  font-size: 8rem;
  color: #F7DFD4;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: -48px;
  right: 51px;
}
@media screen and (max-width: 1024px) {
  .plans__name__right {
    font-size: 4rem;
    top: -29px;
    left: 5%;
  }
}

.plans__inr-bg__right {
  padding: 80px 56px;
  background: #FCF8F7;
  position: relative;
  margin-left: 56px;
}
@media screen and (max-width: 1024px) {
  .plans__inr-bg__right {
    padding: 40px 5%;
    margin-left: 0;
  }
}

.plans-images__inr__right {
  max-width: 400px;
  margin-left: -112px;
}
@media screen and (max-width: 768px) {
  .plans-images__inr__right {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}

.plans-text-box__right {
  margin-left: 56px;
}
@media screen and (max-width: 768px) {
  .plans-text-box__right {
    margin-left: 0;
  }
}

.plans-raw__right {
  display: flex;
}
@media screen and (max-width: 768px) {
  .plans-raw__right {
    flex-direction: column;
  }
}

.plans__d {
  max-width: 1160px;
  padding: 0;
  margin: 0 auto 56px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .plans__d {
    width: 100%;
    padding: 0;
    margin: 0 auto 32px;
  }
}
.plans__d h4 {
  font-size: 2rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .plans__d h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.plans__name__number {
  font-family: "Noto Sans", sans-serif;
  font-size: 7.2rem;
  color: #F7DFD4;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plans__name__number {
    font-size: 4rem;
    margin: 8px 0;
  }
}

.plans__right-lead {
  margin-bottom: 40px;
  margin-top: -18px;
}
@media screen and (max-width: 1024px) {
  .plans__right-lead {
    margin-bottom: 24px;
  }
}

.plans__02-lead {
  margin: 40px auto;
}

.plans__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .plans__list {
    margin-bottom: 16px;
  }
}

.plans__list2 {
  margin-bottom: 8px;
}

.plans__list-item {
  margin-bottom: 16px;
}

.plans__btn {
  padding: 0 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .plans__btn {
    margin-bottom: 40px;
  }
}

/* Q&A
-------------------------------------------- */
.qa {
  width: 100%;
  background: #FCF8F7;
  padding: 80px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 40px 0 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .qa__inr {
    padding: 0 5% 40px;
  }
}

.qa__wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}
.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.qa__answer {
  padding: 24px 56px 32px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}

.qa__answer__inr-bg {
  background: #FCF8F7;
  max-width: 1048px;
  padding: 24px 40px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__inr-bg {
    padding: 16px 5%;
    margin: 16px 0;
  }
}

.qa__answer__list-title {
  font-size: 1.6rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-title {
    font-size: 1.4rem;
  }
}

.qa__answer__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.qa__answer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item {
    margin-bottom: 4px;
  }
}
.qa__answer__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.qa__wrap-note {
  margin-top: 16px;
}

/* EXPERIENCE */

.custom-added-experience-section {
  margin-top: 60px; 
  margin-bottom: 60px; 
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.custom-added-experience-section .images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .custom-added-experience-section .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .custom-added-experience-section .images__inr picture {
    display: block;
    width: 100%;
  }
}
.custom-added-experience-section .images__inr picture:first-child {
  margin-right: 12%;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .images__inr picture:first-child {
    margin-right: 0; 
  }
}
@media (max-width: 576px) {
  .custom-added-experience-section .images__inr picture:first-child {
    margin-bottom: 8px;
  }
}

.custom-added-experience-section .section__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .section__heading {
    margin-bottom: 32px;
  }
}

.custom-added-experience-section .section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .section__heading-en {
    font-size: 4rem;
  }
}

.custom-added-experience-section .section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .section__heading-jp {
    font-size: 1.6rem;
  }
}

.custom-added-experience-section .experience__image {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__image {
    width: 60%;
    margin: 0 auto 8px; 
  }
}

.custom-added-experience-section .experience-wrap {
  background: #FFF; 
  border: none;
  border-radius: 8px;
  max-width: 1048px;
  margin: 0 auto 40px; 
  padding: 56px; 
  box-sizing: content-box; 
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience-wrap {
    width: 100%;
    padding: 40px 5%;
    margin: 0 0 24px;
    border: none;
    box-sizing: border-box; 
  }
}

.custom-added-experience-section .experience__raw {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__raw {
    display: block;
    margin-bottom: 24px;
  }
}

.custom-added-experience-section .experience__detail-raw {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__detail-raw {
    display: block;
  }
}
.custom-added-experience-section .experience__detail-raw:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__detail-raw:not(:last-child) {
    margin-bottom: 16px;
  }
}

.custom-added-experience-section .experience__detail {
  flex: 1;
}

.custom-added-experience-section .experience__name {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__name {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}

.custom-added-experience-section .experience__plan {
  font-size: 2rem;
  font-weight: bold;
  color: #D61518;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__plan {
    font-size: 1.6rem;
    width: 100%;
  }
}

.custom-added-experience-section .experience__title-tag {
  background: #D61518;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  border-radius: 3px;
  height: 30px;
  margin-right: 16px;
  flex-basis: 100px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__title-tag {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 4px;
    height: 27px;
  }
}

.custom-added-experience-section .experience__school {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__school {
    line-height: 1.6;
    width: 100%;
  }
}

.custom-added-experience-section .experience__course {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .experience__course {
    line-height: 1.6;
    width: 100%;
  }
}

/* Q&A */
.custom-added-experience-section .qa {
  width: 100%; 
  background: transparent; 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa {
    background: transparent;
    margin-bottom: 40px;
  }
}

.custom-added-experience-section .qa__wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa__wrap {
    margin-bottom: 24px;
  }
}

.custom-added-experience-section .qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}
.custom-added-experience-section .qa__box:last-child {
  margin: 0 auto;
}

.custom-added-experience-section .qa__question {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.custom-added-experience-section .qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.custom-added-experience-section .qa__answer {
  padding: 24px 56px 32px;
}
.custom-added-experience-section .qa__answer p:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .custom-added-experience-section .qa__answer {
    padding: 16px 5% 24px;
  }
}
.custom-added-experience-section .qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

@media (max-width: 576px) {
  .custom-added-experience-section p,
  .custom-added-experience-section li,
  .custom-added-experience-section a {
    line-height: 160%;
  }
}

/* schools
-------------------------------------------- */
.list-school {
  margin: 0 auto;
  width: 900px;
}
.list-school__item {
  padding: 0 0 20px 0;
  border-radius: 5px;
  border: 2px solid #D61518;
  list-style-type: none; 
}
.list-school__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.list-school__link {
  display: grid;
  padding: 20px 20px 0 20px;
  grid-template-columns: 475px 40px 290px;
  grid-template-rows: auto 1fr auto auto;
  gap: 0 25px;
}
.list-school__name {
  display: grid;
  margin-bottom: 10px;
  margin-right: 30px;
  grid-column: 1/3;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
}
.list-school__name br {
  display: none;
}
.list-school__name__ja {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #D61518;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  grid-row: 1;
  grid-column: 1;
}
.list-school__name__en {
  display: inline-block;
  color: #ac7f78;
  line-height: 1.5;
  font-weight: 700;
  font-size: 13px;
  grid-row: 2;
  grid-column: 1;
}
.list-school__name__state {
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #f4e929;
  font-weight: 400;
  color: #000;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 30px;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}
.list-school__photo {
  margin-bottom: 20px;
  grid-column: 3;
  grid-row: 1/3;
}
.list-school__comment {
  grid-column: 1/3;
  grid-row: 2;
  align-items: start;
}
.list-school__table {
  margin-top: 15px;
  grid-column: 1/4;
  grid-row: 3;
  align-items: center;
}
.list-school__table table {
  width: 100%;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}
.list-school__table caption {
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
}
.list-school__table th {
  padding: 5px 0;
  vertical-align: middle;
  border-bottom: 2px solid #D61518;
  font-weight: 400;
  width: 130px;
}
.list-school__table td {
  padding: 5px 0;
  vertical-align: middle;
  border-bottom: 2px solid #d9d9d9;
}

.list-school__para-button {
  text-align: center;
  margin-top: 15px;
  grid-column: 1/4;
  grid-row: 5;
}

.school-list {
  margin-bottom: 80px;
}
.school-list .btn--school-list {
  display: inline-block;
  width: 360px;
  position: relative;
  background-color: #D61518;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.school-list .btn--school-list::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
}
.school-list .btn--school-list:hover::after {
  border-color: #D61518;
}

.school-detail .btn--school-list {
  display: inline-block;
  width: 360px;
  position: relative;

}
.school-detail .btn--school-list::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
}


@media screen and (max-width: 1024px) {
  .list-school {
    width: auto;
  }
  .list-school__link {
    margin: 0 auto;
    padding: 15px 2.7% 0 2.7%;
    grid-template-columns: 56% 5% auto;
  }
}

@media screen and (max-width: 768px) {
  .list-school__comment {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .list-school__table table {
    font-size: 11px;
  }
  .list-school__table caption {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .list-school {
    margin: 0 0;
    width: auto;
  }
  .list-school__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .list-school__link {
    padding: 15px 15px 0 15px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto; /* Consolidated from 6 rows to 5 */
    gap: 0; /* New property from later declaration */
  }
  .list-school__name {
    margin: 0 0 10px 0;
    grid-column: 1;
    grid-row: 1;
  }
  .list-school__name__ja {
    font-size: 16px;
  }
  .list-school__name__en {
    font-size: 12px;
  }
  .list-school__photo {
    margin: 0 auto 20px auto; /* Margin-bottom changed from 0 to 20px in later declaration */
    width: 215px;
    grid-column: 1;
    grid-row: 4; /* Consolidated from grid-row: 5 */
  }
  .list-school__comment {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 2;
  }
  .list-school__table {
    margin: 0 0 20px 0;
    grid-column: 1;
    grid-row: 3;
  }
  .list-school__table table {
    font-size: 13px;
    table-layout: fixed;
    overflow-wrap: break-word;
  }
  .list-school__table caption {
    padding-bottom: 8px;
  }
  .list-school__table th {
    padding: 5px;
    font-weight: 400;
    width: 120px;
  }
  .list-school__table td {
    padding: 5px;
  }
  .list-school__para-button {
    margin: 0 0 20px 0; /* Consolidated from conflicting margin properties */
    grid-column: 1;
    grid-row: 5; /* Consolidated from grid-row: 6 */
    text-align: center;
  }

  .school-list {
    margin-bottom: 40px;
  }
  .school-list .btn--school-list {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    font-size: 1.4rem;
    border-radius: 50px; /* Redundant but keeping for clarity as it's also in desktop */
    letter-spacing: 0.08em; /* Redundant but keeping for clarity as it's also in desktop */
  }
  .school-list .btn--school-list::after {
    right: 15px;
  }
}