@charset "utf-8";@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@media screen and (min-width: 1073px) {
  .pc-none {
    display: none !important;
  }
}

.mv__text {
  padding-top: 10%;
}

@media screen and (max-width: 1024px) {
  .mv__text {
    padding-top: 15vw;
  }
}

@media screen and (max-width: 810px) {
  .mv__text {
    padding-top: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .mv__text {
    padding-top: 27vw;
  }
}

.mv__text.cw00 {
  padding-inline: 2.5%;
}

@media screen and (max-width: 1024px) {
  .mv__text.cw00 {
    padding-inline: 5%;
  }
}

@media screen and (min-width: 811px) {
  .mv__text .mv__text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3%;
  }
}

.mv__text .mv__main__text {
  width: 34%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mv__text .mv__main__text {
    width: 50%;
  }
}

@media screen and (max-width: 1432px) {
  .mv__text .mv__main__text .main__text04 {
    width: 33.3621%;
  }
}

.mv__text .text02 {
  margin-bottom: .3em;
  font-size: clamp(16px, 1.14583vw, 30px);
}

@media screen and (max-width: 768px) {
  .mv__text .text02 {
    font-size: 15px;
  }
}

.scene {
  position: relative;
  top: -36vw;
  z-index: 1;
  width: min(95%, 1760px);
  margin: 0 auto -31vw auto;
  line-height: 1.5;
  background-image: linear-gradient(40deg, #18246c, #005b92 30%, #059683);
  -webkit-filter: drop-shadow(0 0 14px rgba(13, 13, 163, 0.3));
          filter: drop-shadow(0 0 14px rgba(13, 13, 163, 0.3));
}

@media screen and (max-width: 1024px) {
  .scene {
    top: -26vw;
    margin-bottom: -18vw;
  }
}

@media screen and (max-width: 810px) {
  .scene {
    top: -36vw;
    margin-bottom: -34vw;
  }
}

@media screen and (max-width: 768px) {
  .scene {
    top: -50vw;
    width: 90%;
    margin-bottom: -42vw;
  }
}

.scene .scene_box_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.scene .scene_box {
  position: relative;
  padding: 1rem 12% 1.3rem 12%;
  display: grid;
  grid-row: span 7;
  grid-template-rows: subgrid;
}

@media screen and (max-width: 1072px) {
  .scene .scene_box {
    padding: 1rem 10% 1.3rem 10%;
  }
}

.scene .scene_box:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(24, 36, 108, 0.4);
  mix-blend-mode: multiply;
}

.scene .scene_box .scene_no {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: solid 1px #18246c;
  color: #18246c;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: .1em;
  mix-blend-mode: multiply;
  font-size: clamp(12px, 0.72917vw, 15px);
}

.scene .scene_box .scene_no span {
  margin-left: .2em;
  font-size: clamp(17px, 1.14583vw, 26px);
}

.scene .scene_box h1 {
  margin-top: 1.3em;
  color: #fff;
  font-weight: normal;
  font-size: clamp(13px, 0.78125vw, 17px);
}

.scene .scene_box .scene_mainimg {
  margin-top: 1.3em;
  width: 100%;
  aspect-ratio: 170/ 124;
}

.scene .scene_box .scene_mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.scene .scene_box .scene_ex {
  margin-top: .5em;
  color: #fff;
  font-size: clamp(12px, 0.67708vw, 15px);
}

.scene .scene_box h2 {
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: clamp(14px, 0.78125vw, 17px);
  letter-spacing: .15em;
}

.scene .scene_box .scene_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-top: .5rem;
}

.scene .scene_box .scene_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.scene .scene_box .scene_img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (hover: hover) {
  .scene .scene_box .scene_img a:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

.scene .scene_box ul {
  margin-top: 1em;
}

.scene .scene_box ul a {
  position: relative;
  display: block;
  padding: .3em 2.4em .3em 0;
  color: #fff;
  font-size: clamp(11px, 0.67708vw, 15px);
}

.scene .scene_box ul a .link__btn01__circle {
  position: absolute;
  inset: 0;
  margin: auto 0 auto auto;
  width: 1.6em;
  height: 1.6em;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}

.scene .scene_box ul a .link__btn01__circle::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50%;
  width: 1.6em;
  height: 1.6em;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left 40%/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scene .scene_box ul a .link__btn01__circle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (hover: hover) {
  .scene .scene_box ul a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .scene .scene_box ul a:hover .link__btn01__circle::before {
    left: calc(-50% + 4px);
  }
}

.scene .swiper-pagination {
  top: calc(100% + 1.5rem);
  bottom: auto;
}

.scene .swiper-pagination span {
  vertical-align: middle;
}

.scene .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #033b8c;
}

.scene .swiper-button-next, .scene .swiper-button-prev {
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  top: calc(100% + 2.5rem);
  border: solid 1px #033b8c;
  border-radius: 100vh;
  color: #033b8c;
}

.scene .swiper-button-prev, .scene .swiper-rtl .swiper-button-next {
  left: calc(50% - 7rem);
}

.scene .swiper-button-next, .scene .swiper-rtl .swiper-button-prev {
  right: calc(50% - 7rem);
}

.scene .swiper-button-next:after, .scene .swiper-button-prev:after {
  font-size: 0.8rem;
}

/*# sourceMappingURL=top_add.css.map */
