@import url("font.css");
@import url("style_2025f.css");
html {
  scrollbar-gutter: stable;
}

.section {
  scroll-margin-top: 80px;
}

.fall-2026 {
  font-family: "kigsans";
  word-break: keep-all;
}
.fall-2026 .img img {
  width: 100%;
}
.fall-2026 .slide {
  overflow: hidden;
}

.section02 {
  margin-top: 0;
  padding-top: 0;
}
.section02 .list-timetable {
  position: relative;
}
.section02 .list-timetable::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a99589;
  z-index: 0;
}
.section02 .list-timetable > li .con {
  position: relative;
  padding: 0 10% 7.5% 20%;
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 1;
}
.section02 .list-timetable > li:nth-child(1) .con {
  background-image: url("../images/img_sec02_bg01.png");
}
.section02 .list-timetable > li:nth-child(2) .con {
  background-image: url("../images/img_sec02_bg02.png");
}
.section02 .list-timetable > li:nth-child(3) .con {
  background-image: url("../images/img_sec02_bg03.png");
}
.section02 .list-timetable > li:nth-child(4) .con {
  background-image: url("../images/img_sec02_bg04.png");
}
.section02 .list-timetable > li:nth-child(5) .con {
  background-image: url("../images/img_sec02_bg05.png");
}
.section02 .list-timetable > li:nth-child(6) .con {
  background-image: url("../images/img_sec02_bg06.png");
}
.section02 .list-timetable > li .btn-toggle {
  z-index: 2;
}
.section02 .list-timetable > li .btn-toggle .tit {
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(16px, 4vw, 56px);
  color: #000035;
  font-weight: 700;
  text-align: center;
}
.section02 .list-timetable > li .btn-toggle .date {
  left: 13.8%;
  font-size: clamp(15px, 3.2vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.05em;
  font-weight: 600;
  text-align: center;
  width: 12.5%;
}
.section02 .list-program-01 {
  position: relative;
  z-index: 1;
  gap: 1.2%;
}
.section02 .list-program-01 * {
  color: #000035;
  font-family: "kigsans";
}
.section02 .list-program-01 .tit {
  background-color: #e6e9ec;
  font-weight: 800;
  justify-content: center;
  font-size: clamp(16px, 1.8vw, 34px);
  border-top: 4px solid #000035;
  background-color: #fff;
  min-height: clamp(50px, 5vw, 100px);
  line-height: 1.1;
}
.section02 .list-program-01 .tit::before {
  border-color: #000035;
  border-width: 4px;
}
.section02 .list-program-01 .btn {
  padding: clamp(10px, 1.4vw, 16px) 10px;
  font-size: clamp(15px, 1.7vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  min-height: clamp(50px, 4.4vw, 100px);
  justify-content: center;
  word-break: keep-all;
  text-align: center;
}
.section02 .list-program-01 .btn::before {
  border-color: #000035;
}
.section02 .list-program-01 > li {
  flex: 0 1 25%;
}

@media (max-width: 1024px) {
  .section02 .list-timetable > li .btn-toggle .date {
    left: 4.8%;
  }
  .section02 .list-program-01 {
    flex-direction: column;
    gap: 20px;
  }
  .section02 .list-program-01 > li + li {
    margin-top: 0;
  }
  .section02 .list-program-01 .tit,
  .section02 .list-program-01 .btn {
    justify-content: flex-start;
    text-align: left;
    padding: 10px 20px;
  }
  .section02 .list-program-01 .tit:before,
  .section02 .list-program-01 .tit {
    border-top: 0;
    border-width: 2px;
  }
  .section02 .list-program-01 .btn:before {
    border-width: 1px;
  }
  .section02 .list-timetable > li .con {
    padding: 0 8% 40px 10%;
  }
  .section02 .list-timetable > li:nth-child(1) .con {
    background-image: url("../images/img_sec02_bg01_mo.png");
  }
  .section02 .list-timetable > li:nth-child(2) .con {
    background-image: url("../images/img_sec02_bg02_mo.png");
  }
  .section02 .list-timetable > li:nth-child(3) .con {
    background-image: url("../images/img_sec02_bg03_mo.png");
  }
  .section02 .list-timetable > li:nth-child(4) .con {
    background-image: url("../images/img_sec02_bg04_mo.png");
  }
  .section02 .list-timetable > li:nth-child(5) .con {
    background-image: url("../images/img_sec02_bg05_mo.png");
  }
  .section02 .list-timetable > li:nth-child(6) .con {
    background-image: url("../images/img_sec02_bg06_mo.png");
  }
}
.section03 {
  margin: 0 auto;
}
.section03 .left,
.section03 .right {
  top: 0;
  margin: 0;
  width: 37.8%;
  height: 100%;
}
.section03 .left {
  left: 5.5%;
}
.section03 .right {
  right: 6%;
}
.section03 .right .title {
  margin: 0;
}
.section03 .title {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 10.4%;
  align-items: center;
  font-weight: 800;
  line-height: 1.3;
}
.section03 .list-program {
  width: 100%;
  height: 100%;
  margin-top: 10.6%;
}
.section03 .list-program li {
  height: 8.6%;
  padding: 0 5%;
}
.section03 .list-program .btn {
  font-weight: 800;
  height: 100%;
  font-size: clamp(20px, 2vw, 36px);
}
.section03 .list-program li + li {
  margin: 0;
}
.section03 .list-program li:nth-child(3) {
  height: 10.8%;
}

@media (max-width: 1024px) {
  .section03 .left {
    left: 50%;
    width: 100%;
  }
  .section03 .right {
    width: 100%;
    right: 0;
    top: 73.2%;
  }
  .section03 .right .list-program {
    margin-top: 5%;
  }
  .section03 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8%;
    width: 100%;
    margin-left: 0 !important;
  }
  .section03 .list-program {
    width: 76%;
    margin: 6% auto 0;
  }
  .section03 .list-program li {
    height: 6.6%;
  }
  .section03 .list-program li:nth-child(3) {
    height: 8%;
  }
  .section03 .list-program .btn {
    font-size: clamp(16px, 3.2vw, 32px);
  }
}
.section05 {
  margin: 0 auto;
}
.section05 .section-title {
  width: 100%;
  max-width: 38%;
  height: 13%;
  top: 3%;
}
.section05 .section-title span {
  font-size: clamp(20px, 4.2vw, 62px);
  font-weight: 800;
  inset: unset;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section05 .list-playbook {
  top: 18.8%;
  height: 100%;
}
.section05 .list-playbook .text-01 {
  line-height: 1.2;
  font-size: clamp(15px, 1.8vw, 32px);
  word-break: keep-all;
  font-weight: 700;
  height: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  max-width: calc(min(37.5vw, 720px) + 100px);
  margin-left: -50px;
}
.section05 .list-playbook .text-01 + a {
  font-size: clamp(18px, 2.4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.5%;
  height: 39%;
  max-width: min(37.5vw, 720px);
}
.section05 .list-playbook > li {
  text-align: center;
  height: 15%;
}
.section05 .list-playbook > li:nth-child(1) {
  margin-top: 6%;
  margin-left: 21.5%;
}
.section05 .list-playbook > li:nth-child(2) {
  margin-top: 6.2%;
  margin-left: 45%;
}
.section05 .list-playbook > li:nth-child(3) {
  margin-top: 5%;
  margin-left: 21.8%;
}
.section05 .list-playbook > li:nth-child(4) {
  margin-top: 6%;
  margin-left: 32.7%;
}

@media (max-width: 1024px) {
  .section05 .section-title {
    max-width: 100%;
    height: 7.8%;
    top: 0%;
  }
  .section05 .list-playbook {
    top: 7.8%;
  }
  .section05 .list-playbook .text-01 {
    height: 10%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    max-width: calc(100% - 30px);
    font-size: clamp(15px, 3vw, 32px);
    margin: 0 auto;
  }
  .section05 .list-playbook .text-01 + a {
    height: 20%;
    max-width: 80%;
    margin: 0 auto;
    font-size: clamp(18px, 4vw, 42px);
  }
  .section05 .list-playbook > li {
    height: 20%;
    margin-left: 0 !important;
  }
  .section05 .list-playbook > li:nth-child(1) {
    margin-top: 6.2%;
  }
  .section05 .list-playbook > li:nth-child(2) {
    margin-top: 13.6%;
  }
  .section05 .list-playbook > li:nth-child(3) {
    margin-top: 9.8%;
  }
  .section05 .list-playbook > li:nth-child(4) {
    margin-top: 12.6%;
  }
}
.section06 {
  margin: 0 auto;
  font-size: clamp(15px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.4;
  background-image: url(../images/igm_bg_line.png);
  background-repeat: repeat;
  background-size: 20px auto;
}
.section06 .wrapper {
  display: flex;
  position: relative;
  width: 100%;
  gap: clamp(10px, 1vw, 20px);
}
.section06 .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: clamp(8px, 1.4vw, 25px);
  background-image: url(../images/igm_bg_dot.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  bottom: 0;
  z-index: 1;
}
.section06 .wrapper .left,
.section06 .wrapper .right {
  position: relative;
  padding: clamp(20px, 5.2vw, 100px) clamp(8px, 1.2vw, 180px);
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 0;
}
.section06 .wrapper .left p,
.section06 .wrapper .right p {
  margin-top: 0;
}
.section06 .wrapper .left {
  background-color: #1996d8;
}
.section06 .wrapper .right {
  background-color: #fa59a5;
}
.section06 .bottom {
  width: 100%;
  text-align: center;
  border: none;
  font-weight: 800;
  background-color: #f5e4dc;
  padding: clamp(32px, 4vw, 78px) clamp(20px, 2vw, 40px) clamp(180px, 20.8vw, 400px);
}
@media (max-width: 1024px) {
  .section06 .bottom {
    padding-bottom: clamp(180px, 31.25vw, 320px);
  }
}
@media (max-width: 1024px) {
  .section06 .wrapper {
    flex-direction: column;
  }
  .section06 .right::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: clamp(-20px, -1vw, -10px);
    width: 100%;
    height: clamp(10px, 1vw, 20px);
    background-image: url(../images/igm_bg_line2_mo.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  .section06 .wrapper::before {
    background-image: url(../images/igm_bg_line_mo.png);
  }
}

.section-nav {
  width: 100%;
  bottom: 0;
  padding-bottom: clamp(60px, 6.75vw, 130px);
  background: linear-gradient(to top, #000032 clamp(20px, 2.6vw, 50px), #a99589 clamp(20px, 2.6vw, 50px) clamp(60px, 6.75vw, 130px), transparent clamp(60px, 6.75vw, 130px));
  overflow: hidden;
}
.section-nav ul {
  display: grid;
  width: 100%;
  padding-left: clamp(14px, 2.6vw, 50px);
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}
.section-nav ul li {
  max-width: 480px;
  height: clamp(45px, 9.4vw, 180px);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  flex: 1;
}
.section-nav ul li:nth-child(1) {
  background-image: url(../images/nav_bg01.png);
}
.section-nav ul li:nth-child(2) {
  background-image: url(../images/nav_bg02.png);
}
.section-nav ul li:nth-child(3) {
  background-image: url(../images/nav_bg03.png);
}
.section-nav ul li:nth-child(4) {
  background-image: url(../images/nav_bg04.png);
}
.section-nav ul li a.btn {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: clamp(12px, 2.2vw, 50px) clamp(10px, 1.2vw, 36px);
  font-size: clamp(12px, 2.4vw, 32px);
  font-weight: 800;
  max-width: 23vw;
}
@media (max-width: 1024px) {
  .section-nav ul {
    grid-template-columns: 40% 1fr;
    padding-left: 0;
    margin-left: clamp(14px, 2.6vw, 50px);
  }
  .section-nav ul li {
    background-size: 100% 100%;
  }
  .section-nav ul li:nth-child(1) {
    background-image: url(../images/nav_bg01_mo.png);
  }
  .section-nav ul li:nth-child(2) {
    background-image: url(../images/nav_bg02_mo.png);
  }
  .section-nav ul li:nth-child(3) {
    background-image: url(../images/nav_bg03_mo.png);
  }
  .section-nav ul li:nth-child(4) {
    background-image: url(../images/nav_bg04_mo.png);
  }
  .section-nav ul li a.btn {
    max-width: 35vw;
  }
}

.fall-2026.en .section05 .list-playbook > li .text-01 {
  font-size: clamp(14px, 2vw, 24px);
}
.fall-2026.en .section05 .list-playbook > li .text-01 + a {
  font-size: clamp(16px, 2vw, 34px);
}
@media (max-width: 1024px) {
  .fall-2026.en .section05 .list-playbook > li .text-01 {
    font-size: clamp(14px, 2.8vw, 24px);
  }
  .fall-2026.en .section05 .list-playbook > li .text-01 + a {
    font-size: clamp(18px, 3.2vw, 30px);
  }
}
@media (max-width: 1024px) {
  .fall-2026.en .section06 .wrapper::before {
    background-image: url(../images/igm_bg_line_en.png);
  }
}/*# sourceMappingURL=style.css.map */