.main { background-color: #F4F8FC; }

.ino-bg figure { display: none; position: relative; aspect-ratio: 192 / 63; overflow: hidden; }
.ino-bg figure img { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; }
.ino-bg figure img._zoom { animation: zoomin 7s linear 1; }
.ino-bg figure figcaption { position: absolute; bottom: 0; right: 0; min-width: 60rem; margin-bottom: 6.5rem; padding: 1rem 6rem 1rem 9rem; background: rgba(255, 255, 255, 0.1); background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%); font-size: 4.0rem; font-weight: 600; text-align: right; }
.ino-bg.swiper-initialized figure { display: block; }

@keyframes zoomin { 0% { transform: scale(1.2); }
  100% { transform: scale(1); } }
.ino-area { z-index: 99; position: relative; width: 93.75%; margin: -2.5rem auto 0; padding-bottom: 2.4rem; overflow: hidden; }
.ino-area .swiper-slide { height: auto; }
.ino-area .ino-area-box { display: none; position: relative; height: 100%; background-color: #fff; cursor: pointer; }
.ino-area .ino-area-box figure { position: relative; }
.ino-area .ino-area-box figure img { aspect-ratio: 9 / 5; object-fit: contain; }
.ino-area .ino-area-box figure figcaption { position: absolute; bottom: 0; left: 0; width: 7.5rem; padding: 0.5rem; background-color: #1b1c80; color: #fff; font-size: 1.4rem; font-weight: 600; text-align: center; }
.ino-area .ino-area-box dl { padding: 1rem 1.5rem 2rem; line-height: 1.6; }
.ino-area .ino-area-box dl dt { margin-bottom: 0.5rem; font-size: 1.8rem; font-weight: 700; }
.ino-area .ino-area-box dl dd { font-size: 1.4rem; }
.ino-area .ino-area-box .ino-area-bar { display: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 0.8rem; margin-bottom: -1.6rem; border-radius: 0.4rem; background-color: #D9D9D9; overflow: hidden; }
.ino-area .ino-area-box .ino-area-bar p { width: 0; height: 100%; background-color: #1B1C80; transition: 0.1s all; }
.ino-area.swiper-initialized .ino-area-box { display: block; }
.ino-area .swiper-slide-active .ino-area-box .ino-area-bar { display: block; }

.js-modalopen { overflow: hidden; }

.modal-sec .modal-con { width: 93.75%; padding: 6rem; }
.modal-sec .modal-close { display: flex; justify-content: center; align-items: center; column-gap: 1.3rem; width: fit-content; margin-inline: auto; cursor: pointer; }
.modal-sec .modal-close .ico { width: 3.6rem; }
.modal-sec .modal-close span { font-size: 2.0rem; font-weight: 700; color: #1B1C80; }
.modal-sec .modal-box { display: none; }
.modal-sec .modal-box._show { display: block; }
.modal-sec .modal-top { display: flex; align-items: center; column-gap: 1.2rem; }
.modal-sec .modal-top .modal-area { width: 9rem; padding: 0.5rem 1rem; background-color: #1b1c80; color: #fff; font-weight: 600; text-align: center; }
.modal-sec .modal-top .modal-spot { font-weight: 600; }
.modal-sec .modal-ttl { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #D9D9D9; line-height: 1.6; }
.modal-sec .modal-ttl .modal-ttl-h { flex: 1; font-size: 4.2rem; font-weight: 600; }
.modal-sec .modal-ttl .modal-date { width: fit-content; font-size: 1.8rem; text-align: right; }
.modal-sec .modal-main { display: flex; justify-content: space-between; column-gap: 5rem; margin-bottom: 4rem; }
.modal-sec .modal-main .modal-item { flex: 1; line-height: 1.6; }
.modal-sec .modal-main .modal-item .modal-heading { font-size: 2.8rem; font-weight: 600; }
.modal-sec .modal-main .modal-item .modal-txt { margin-top: 4rem; font-size: 1.8rem; }
.modal-sec .modal-main .modal-item .modal-txt dl { display: flex; }
.modal-sec .modal-main .modal-item .modal-txt dl dt { white-space: nowrap; }
.modal-sec .modal-main .modal-item .modal-txt dl dd { flex: 1; }
.modal-sec .modal-main .modal-photo { display: flex; column-gap: 2rem; width: 84rem; }
.modal-sec .modal-main .modal-photo img { aspect-ratio: 660 / 495; }
.modal-sec .modal-main .modal-photo .swiper-main { overflow: hidden; width: 66rem; }
.modal-sec .modal-main .modal-photo .swiper-sub { overflow: hidden; width: 16rem; height: 49.5rem; }
.modal-sec .modal-main .modal-photo .swiper-sub .swiper-slide-thumb-active { position: relative; }
.modal-sec .modal-main .modal-photo .swiper-sub .swiper-slide-thumb-active::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0.5rem solid #FFFF00; box-sizing: border-box; }

/*# sourceMappingURL=innovation.css.map */
