@charset "UTF-8";
.fv {
  position: relative;
}
.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 36, 76, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fv__img img {
  width: 100%;
}
.fv__imgs img {
  vertical-align: bottom;
}
.fv__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.fv__title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 8.5333333333vw;
    text-align: center;
    line-height: 1.4;
  }
}
.fv__text {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 3.7333333333vw;
  }
}

.fv__imgs {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .fv__imgs {
    height: 70vh;
  }
}

.fv__imgs .top,
.fv__imgs .bottom {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 50%;
}

.fv__imgs img {
  width: auto;
  flex-shrink: 0;
}

/* ▼ top：左 → 右 */
.fv__imgs .top {
  animation: scroll-right 60s linear infinite;
}

/* ▼ bottom：右 → 左 */
.fv__imgs .bottom {
  animation: scroll-left 60s linear infinite;
}

/* 左から右へ動く */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 右から左へ動く */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about {
  padding: 80px 40px 60px;
  position: relative;
  background: #e8f1fa;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 4.2666666667vw;
  }
}
.about::before {
  content: "";
  position: absolute;
  background: #f3f9ff;
  height: 200%;
  top: -70%;
  right: -80%;
  width: 150%;
  transform: skewX(65deg);
}
@media screen and (max-width: 768px) {
  .about::before {
    right: -60%;
    width: 130%;
    transform: skewX(40deg);
  }
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about__title {
  font-size: 112px;
  font-weight: bold;
  color: #d8e6f4;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 19.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.about__title span {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 2.6666666667vw;
  }
}
.about__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-bottom: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.about__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about__lists {
    gap: 10px;
  }
}
.about__list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.about__list span {
  background: #0058bc;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .about__list span {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}
.about__list p {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .about__list p {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}
.about .more__btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .about .more__btn {
    margin: 9.3333333333vw auto 0;
  }
}

.support {
  padding: 100px 40px;
  /* PCのみ */
}
@media screen and (max-width: 768px) {
  .support {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.support__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.support__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support__box {
    display: block;
  }
}
.support__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .support__img {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .support__img .img02 {
    display: none;
  }
}
.support__img img {
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .support__img img {
    border-radius: 10px;
  }
}
.support__contents {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .support__contents {
    width: 100%;
  }
}
.support__contents--top {
  padding: 75px 35px;
}
@media screen and (max-width: 768px) {
  .support__contents--top {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.support__contents--top p {
  margin: 15px 0 30px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support__contents--top p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .support__contents--top .more__btn {
    margin: 0 auto;
  }
}
.support__contents--top:hover {
  border-radius: 10px;
  background: #f3f9ff;
}
.support__contents--top:hover .more__btn {
  background: linear-gradient(to right, #0058bd, #053d7d);
  color: #fff;
  font-weight: bold;
}
.support__contents--top:hover .more__btn::after {
  content: "";
  position: absolute;
  width: 15px;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-image: url(../img/common/icon_arrow_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.support__contents--top:hover .more__btn:hover {
  border: 1px solid #0058bc;
  color: #0058bc;
  background: #fff;
  opacity: 1;
}
.support__contents--top:hover .more__btn:hover::after {
  background-image: url(../img/common/icon_arrow_right_bl.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.support__contents--bottom {
  padding: 75px 35px;
  margin-top: 15px;
  position: relative;
}
.support__contents--bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cad7e7;
  position: absolute;
  top: -15px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .support__contents--bottom::before {
    display: none;
  }
}
.support__contents--bottom:hover {
  border-radius: 10px;
  background: #f3f9ff;
}
@media screen and (max-width: 768px) {
  .support__contents--bottom {
    padding: 0;
    border: 0;
    margin-top: 10.6666666667vw;
  }
}
.support__contents--bottom:hover {
  border-radius: 10px;
  background: #f3f9ff;
}
.support__contents--bottom p {
  margin: 15px 0 30px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support__contents--bottom p {
    font-size: 3.7333333333vw;
  }
}
.support__contents--bottom .img {
  margin-bottom: 20px;
}
.support__contents--bottom .img img {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .support__contents--bottom .img img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.support__contents--bottom .more__btn.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .support__contents--bottom .more__btn {
    margin: 0 auto;
  }
  .support__contents--bottom .more__btn.is-pc {
    display: none !important;
  }
  .support__contents--bottom .more__btn.is-sp {
    display: flex !important;
  }
}
.support__contents--bottom .more__btn {
  background: linear-gradient(to right, #0058bd, #053d7d);
  color: #fff;
  font-weight: bold;
}
.support__contents--bottom .more__btn::after {
  content: "";
  position: absolute;
  width: 15px;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  background-image: url(../img/common/icon_arrow_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.support__contents--bottom .more__btn:hover {
  border: 1px solid #0058bc;
  color: #0058bc;
  background: #fff;
  opacity: 1;
}
.support__contents--bottom .more__btn:hover::after {
  background-image: url(../img/common/icon_arrow_right_bl.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .support {
    /* スマホは hover 無効 */
  }
  .support .support__img .img02 {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .support .support__img .img01 {
    opacity: 1; /* デフォルト表示 */
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .support .support__img picture {
    opacity: 1 !important;
  }
}

.company {
  padding: 40px 40px 100px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 10.6666666667vw 4.2666666667vw 13.3333333333vw;
  }
}
.company__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .company__inner {
    border-radius: 10px;
    flex-direction: column-reverse;
  }
}
.company__contents {
  background: linear-gradient(to right, #0058bd, #053d7d);
  color: #fff;
  padding: 100px 7%;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .company__contents {
    width: 100%;
    padding: 10.6666666667vw 3.7333333333vw 8vw;
  }
}
.company__contents .section__title {
  color: #fff;
}
.company__contents .section__title span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company__contents .more__btn {
    margin: 0 auto;
  }
}
.company__logo {
  position: absolute;
  bottom: -20px;
  right: 20%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .company__logo {
    bottom: -10px;
    right: 10%;
  }
  .company__logo img {
    width: 53.3333333333vw;
  }
}
.company__text {
  margin: 15px 0 30px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company__text {
    font-size: 3.7333333333vw;
  }
}
.company__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .company__img {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
.company__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .company__img > img {
    aspect-ratio: 1.4;
    vertical-align: bottom;
  }
}/*# sourceMappingURL=top.css.map */