@charset "UTF-8";
.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-title__en {
  height: 66px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    height: 40px;
  }
}
.section-title__jp {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .section-title__jp {
    font-size: 24px;
  }
}

.main-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.focus {
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 530px;
  padding-bottom: 35.33%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .focus {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}
.focus::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1008/939;
  position: absolute;
  top: -217px;
  right: -15.2%;
  background: url(../../images/activity/focus-circle-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .focus::before {
    top: -100px;
    right: -60px;
  }
}
.focus::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  aspect-ratio: 1500/630;
  width: 100%;
  background: url(../../images/activity/focus-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .focus::after {
    height: 300px;
  }
}
.focus__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .focus__text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.focus__text-big {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .focus__text-big {
    font-size: 18px;
  }
}
.focus__imgs {
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .focus__imgs {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.focus__img {
  overflow: hidden;
  border-radius: 5px;
}
.focus__col2 {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .focus__col2 {
    flex-direction: column;
    gap: 30px;
  }
}
.focus__col2--mt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .focus__col2--mt {
    margin-top: 50px;
  }
}
.focus__col2-1 {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .focus__col2-1 {
    width: 100%;
  }
}
.focus__col2-2 {
  width: 50%;
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .focus__col2-2 {
    margin-top: 0;
    width: 100%;
  }
}
.focus__col2-2--dl {
  transition: opacity 0.3s;
}
@media (hover) {
  .focus__col2-2--dl:hover {
    opacity: 0.7;
  }
}
.focus__col2-title {
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0em;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .focus__col2-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.focus__col2-sub-title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .focus__col2-sub-title {
    font-size: 18px;
    margin-top: 15px;
  }
}
.focus__col2-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .focus__col2-text {
    font-size: 14px;
  }
}
.focus__col2-box {
  display: flex;
  gap: 25px;
}
.focus__col2-pdf {
  height: -moz-fit-content;
  height: fit-content;
  border: solid 3px #e1ebe8;
  min-width: 170px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 0;
  transition: opacity 0.3s;
}
@media (hover) {
  .focus__col2-pdf:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .focus__col2-pdf {
    min-width: 140px;
  }
}
.focus__col2-pdf-img {
  width: 82px;
}
@media screen and (max-width: 768px) {
  .focus__col2-pdf-img {
    width: 60px;
  }
}
.focus__col2-pdf-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .focus__col2-pdf-text {
    font-size: 12px;
  }
}

.swiper-container {
  overflow: hidden;
  position: relative;
  /* 選択されているページネーション */
}
.swiper-container .swiper-pagination {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.swiper-container .swiper-pagination-bullet {
  background-color: #c6c6c6;
  border-radius: 9999px;
  height: auto;
  opacity: 1;
  width: 10px;
  aspect-ratio: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-container .swiper {
  overflow: visible;
  /* 画像サイズ調整 */
}
.swiper-container .swiper .swiper-wrapper .swiper-slide {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.swiper-container .swiper .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.swiper-container .swiper .swiper-slide-caption {
  margin-top: 10px;
}

.activity {
  z-index: -2;
  position: relative;
  padding-top: 180px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .activity {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.activity::before {
  content: "";
  position: absolute;
  top: -590px;
  left: -5.3333333333%;
  background: url(../../images/activity/activity-bg-top.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 82.6666666667%;
  aspect-ratio: 1240/1215;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .activity::before {
    top: -100px;
  }
}
.activity::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  background: url(../../images/activity/activity-bg-top.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  aspect-ratio: 2250/2448;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .activity::after {
    bottom: -80px;
  }
}
.activity__text {
  margin-top: 40px;
  margin-bottom: 90px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .activity__text {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.activity__wraps {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .activity__wraps {
    gap: 40px;
  }
}

.activity-wrap__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .activity-wrap__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.activity-wrap__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 60px;
}
@media screen and (max-width: 768px) {
  .activity-wrap__list {
    gap: 10px;
  }
}
.activity-wrap__item {
  border-radius: 6px;
  overflow: hidden;
}

.future {
  height: 840px;
  background: url(../../images/activity/future_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .future {
    background: url(../../images/activity/future_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 750/600;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .future {
    aspect-ratio: 750/850;
  }
}
.future__inner {
  margin: 0 auto;
  height: 100%;
  width: 90%;
  max-width: 1260px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .future__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .future__contents {
    margin-top: 13.33%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .future__contents {
    margin-top: 19%;
  }
}
.future__text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .future__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
