@charset "UTF-8";
/* common
-------------------------------------------- */
.link-txt {
  color: #D61518;
  text-decoration: underline;
  display: inline-block;
}

.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;
  margin-bottom: 24px;
  padding: 56px 56px 24px;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5% 24px;
  }
}

.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;
}
@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: 12px;
}
.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:not(:last-child){
  margin-bottom: 24px;
}

.section__ol-list-ttl {
  color: #D61518;
  font-size: 1.8rem;
  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 {
    font-size: 1.6rem;
    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: 2px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #D61518;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  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/gogaku/gogaku-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/gogaku/gogaku-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: 3rem;
  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;
  }
}

/* kinds
-------------------------------------------- */
.kinds__text-wrap {
  margin-bottom: 56px;
}
.kinds__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .kinds__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .kinds__text-wrap {
    margin-bottom: 24px;
  }
}

.kinds__image .images__inr {
  margin-bottom: 24px;
}

/* course
-------------------------------------------- */
.course__list {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .course__list {
    margin-bottom: 24px;
  }
}

.course__inr > p {
  margin-bottom: 16px;
}

.course__list-box {
  background: #FCF8F7;
  padding: 24px 56px;
}
.course__list-box:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .course__list-box:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .course__list-box {
    padding: 16px 5%;
  }
}

.course__list-ttl {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .course__list-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.course__image {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .course__image {
    margin-bottom: 24px;
  }
}

/* cost
-------------------------------------------- */
.cost__text-wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .cost__text-wrap {
    margin-bottom: 24px;
  }
}
.cost__text-wrap p:not(:last-child) {
  margin-bottom: 16px;
}

.cost-table {
  margin: 30px 0;
}

.cost-table table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 576px) {
  .cost-table table {
    font-size: 1.2rem;
    table-layout: auto;
  }
}

.cost-table th:first-child,
.cost-table td:first-child {
  width: 25%;
}
@media (max-width: 576px) {
  .cost-table th:first-child,
  .cost-table td:first-child {
    width: auto;
  }
}

.cost-table th {
  padding: 10px;
  border: 1px solid #BDBDBD; 
  background: #f2f2f2;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 576px) {
  .cost-table th {
    padding: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.cost-table td {
  padding: 8px 24px;
  border: 1px solid #BDBDBD; 
  vertical-align: middle;
}
@media (max-width: 576px) {
  .cost-table td {
    padding: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.cost-table th:not(:first-child) {
  background: #D61518;
  color: #fff;
}

.cost-table th:not(:first-child) {
  border-top-color: #D61518;
}

.cost-table th:last-child,
.cost-table td:last-child {
  border-right-color: #D61518;
}

.cost-table tr:last-child > td:not(:first-child) {
  border-bottom-color: #D61518;
}

.cost-table th:first-child,
.cost-table td:first-child {
  border-right-color: #D61518;
}

.cost-table th.title {
  text-align: center;
}

.cost-table + p {
  text-align: center;
  color: #D61518;
  font-weight: bold;
  margin-top: 20px;
}

/* visa
-------------------------------------------- */
.visa__text-wrap {
  margin-bottom: 56px;
}
.visa__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .visa__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .visa__text-wrap {
    margin-bottom: 24px;
  }
}

.visa__image .images__inr {
  margin-bottom: 56px;
}

/* EXPERIENCE
-------------------------------------------- */
.experience-wrap {
  max-width: 1048px;
  margin: 60px auto; 
  padding: 56px; 
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .experience-wrap {
    width: 100%;
    margin: 40px 0;
    padding: 40px 5%;
  }
}

.experience-wrap .experience__raw {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start; 
}
@media screen and (max-width: 1024px) {
  .experience-wrap .experience__raw {
    display: block;
    margin-bottom: 24px;
  }
}

.experience-wrap .experience__image {
  width: 360px;
  margin-right: 40px; 
  flex-shrink: 0; 
}
@media screen and (max-width: 1024px) {
  .experience-wrap .experience__image {
    width: 60%;
    margin: 0 auto 16px; 
  }
}
@media screen and (max-width: 768px) {
    .experience-wrap .experience__image {
        width: 80%;
    }
}
.experience-wrap .experience__image img {
    width: 100%;
    height: auto;
}

.experience-wrap .experience__detail {
  flex: 1;
}

.experience-wrap .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) {
  .experience-wrap .experience__name {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 12px;
  }
}

.experience-wrap .experience__detail-raw {
  display: flex;
  align-items: center; /* タグとテキストを中央揃え */
}
@media screen and (max-width: 1024px) {
  .experience-wrap .experience__detail-raw {
    display: block;
  }
}
.experience-wrap .experience__detail-raw:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .experience-wrap .experience__detail-raw:not(:last-child) {
    margin-bottom: 16px;
  }
}

.experience-wrap .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;
  min-width: 100px; /* 最小幅を確保 */
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .experience-wrap .experience__title-tag {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

.experience-wrap .experience__plan,
.experience-wrap .experience__school,
.experience-wrap .experience__course {
  line-height: 1.8;
}
.experience-wrap .experience__plan {
  font-size: 2rem;
  font-weight: bold;
  color: #D61518;
}
.experience-wrap .experience__school {
  font-size: 1.6rem;
}
.experience-wrap .experience__course {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .experience-wrap .experience__plan {
    font-size: 1.6rem;
  }
  .experience-wrap .experience__school,
  .experience-wrap .experience__course {
    line-height: 1.6;
  }
}

/* Q&A
-------------------------------------------- */
.qa {
  width: 100%;
  background: #fff;
  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: 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;
}

.time-schedule {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .time-schedule {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.time-schedule table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 150%;
}
.time-schedule th {
  text-align: center;
  padding: 12px;
  border: 1px solid #BDBDBD;
  background: hsl(12deg, 45%, 98%);
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .time-schedule th {
    padding: 6px;
  }
}
.time-schedule .space {
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #ffffff;
  font-weight: normal;
  color: #333;
}
.time-schedule .time {
  height: 60px;
  border: 1px solid #BDBDBD;
  background: #FCF8F7;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .time-schedule .time {
    font-size: 1.2rem;
    padding: 4px;
  }
}
.time-schedule td {
  width: 16.6666666667%;
  text-align: center;
  padding: 10px;
  border: 1px solid #BDBDBD;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .time-schedule td {
    padding: 4px;
    font-size: 1.2rem;
  }
}