@charset "UTF-8";
/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
/* 全体の設定 */
.main-visual {
  position: relative;
  height: 90dvh;
  overflow: hidden;
}

.slider {
  height: 100%;
}

/* slick-list と slick-track の高さを親要素にフィットさせる */
.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1.5s ease-in-out, transform 3s ease-in-out;
}

.overlay-text {
  position: absolute;
  bottom: 20%;
  padding: 0 60px;
}

@media print, screen and (max-width: 1099px) {
  .main-visual {
    height: 60vh;
  }
  .overlay-text {
    bottom: 10%;
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 499px) {
  .main-visual {
    height: 90vh;
  }
  .overlay-text {
    position: absolute;
    bottom: 5%;
    padding: 0 60px 0 20px;
  }
}
.information-wrap {
  padding: 150px 0 250px;
}
.information-wrap .white-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 130px;
  background: #ffffff;
  border-radius: 20px;
}
.information-wrap .white-box .scroll-box {
  width: 100%;
  height: 360px;
  overflow-y: auto;
  padding-right: 20px;
}
.information-wrap .white-box .scroll-box ul li {
  display: flex;
  gap: 90px;
  padding: 30px 20px;
  border-bottom: 1px dashed #cccccc;
}
.information-wrap .white-box .scroll-box ul li .date {
  display: flex;
  justify-content: space-between;
  width: 260px;
}
.information-wrap .white-box .scroll-box ul li .date .new {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 62px;
  height: 24px;
  padding-bottom: 1px;
  background: #144ad1;
}
.information-wrap .white-box .scroll-box ul li .info-txt {
  flex: 1;
}
.information-wrap .white-box .scroll-box ul li .info-txt a {
  font-size: 14px;
  color: #144ad1;
  text-decoration: underline;
}
@media print, screen and (max-width: 1440px) {
  .information-wrap .white-box {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media print, screen and (max-width: 991px) {
  .information-wrap {
    padding: 100px 0 150px;
  }
  .information-wrap .white-box {
    padding: 40px 20px;
  }
}
@media print, screen and (max-width: 991px) {
  .information-wrap {
    padding: 100px 0;
  }
  .information-wrap .white-box {
    padding: 30px 0;
    border-radius: 10px;
  }
  .information-wrap .white-box .scroll-box ul li {
    flex-direction: column;
    gap: 10px;
    padding: 30px 10px;
  }
  .information-wrap .white-box .scroll-box ul li .date {
    justify-content: space-between;
    width: 100%;
  }
  .information-wrap .white-box .scroll-box ul li .date .new {
    width: 50px;
    height: 20px;
    padding-bottom: 0;
  }
}

.contents-box .box {
  display: flex;
  gap: 80px;
}
.contents-box .box:nth-child(2) .img {
  order: 2;
}
.contents-box .box:nth-child(2) .txt-box {
  order: 1;
}
.contents-box .box:not(:last-child) {
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #cccccc;
}
.contents-box .box .img {
  width: 685px;
}
.contents-box .box .txt-box {
  flex: 1;
  padding-top: 50px;
}
.contents-box .box .txt-box .content-ttl {
  text-align: left;
}
.contents-box .box .txt-box .content-ttl .txt-en {
  justify-content: flex-start;
}
.contents-box .box .txt-box .txt-large {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
.contents-box .box .txt-box .more-btn {
  margin-top: 50px;
}
@media print, screen and (max-width: 1199px) {
  .contents-box .box {
    gap: 60px;
  }
  .contents-box .box .img {
    width: 500px;
    height: auto;
  }
  .contents-box .box .txt-box {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 991px) {
  .contents-box .box {
    flex-direction: column;
    gap: 50px;
  }
  .contents-box .box:nth-child(2) .img {
    order: 1;
  }
  .contents-box .box:nth-child(2) .txt-box {
    order: 2;
  }
  .contents-box .box:not(:last-child) {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
  .contents-box .box .img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contents-box .box .txt-box .txt-large {
    font-size: 18px;
  }
  .contents-box .box .txt-box .more-btn {
    margin-top: 40px;
  }
}

.koala {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  margin: 100px auto;
}
.koala .txt-box {
  margin: 60px 0;
  padding: 80px 120px 80px 80px;
  background: #e1eaff;
}
.koala img {
  max-width: 368px;
  margin: 0 20px 0 -60px;
}
@media print, screen and (max-width: 991px) {
  .koala .txt-box {
    margin: 60px 0;
    padding: 40px 120px 40px 40px;
    background: #e1eaff;
  }
}
@media print, screen and (max-width: 767px) {
  .koala {
    flex-direction: column;
    width: 100%;
    max-width: 1170px;
    margin: 100px auto;
  }
  .koala .txt-box {
    margin: 0;
    padding: 80px 20px;
    background: #e1eaff;
  }
  .koala img {
    width: calc(100% - 40px);
    margin: -60px 20px 0 20px;
  }
}