.fv {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 74.6666666667vw;
    background-position: center;
  }
}
.fv__slider {
  width: 100%;
  height: 100%;
}
.fv__slider .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .fv__slider .swiper-slide {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.fv__slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    height: 100%;
    max-width: 94%;
  }
}
.fv__title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 5.8666666667vw;
  }
}

.about {
  padding: 100px 40px 45px;
  background: url(../img/top/about-bg.webp) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../img/top/about-bg-sp.webp) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 18.6666666667vw 4vw;
  }
}
.about__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.about .section__subTitle {
  color: #fff;
}
.about__title {
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 2.6666666667vw;
  }
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about__box {
    display: block;
    margin-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }
}
.about__main {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__main {
    width: 100%;
  }
}
.about__main h3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__main h3 {
    line-height: 1.7;
    font-size: 5.8666666667vw;
  }
}
.about__sub {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about__sub {
    width: 100%;
  }
}
.about__text {
  color: #fff;
  font-size: 19px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin: 5.3333333333vw 0 0;
    font-size: 3.2vw;
  }
}
.about .more__btn {
  margin-left: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .about .more__btn {
    margin: 0 auto;
  }
}

.message {
  padding: 100px 40px;
  background-image: url(../img/top/bg_about.webp);
  background-repeat: no-repeat;
  background-position: top 20% right;
  background-color: #f3f3f3;
  background-size: 45%;
}
@media screen and (max-width: 768px) {
  .message {
    background-image: none;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.message__inner {
  max-width: 90%;
  margin: 0 auto;

}
@media screen and (max-width: 768px) {
  .message__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.message .section__subTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message .section__subTitle {
    margin-bottom: 8vw;
  }
}
.message__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__box {
    display: block;
  }
}
.message__img {
  width: 40%;
  text-align: right;
}
.message__img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 90%;
    margin: 0 auto;
  }
}
.message__contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
    margin-top: 8vw;
  }
}
.message__contents p {
  font-size: 19px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 3.4666666667vw;
  }
}

.service {
  background: #0e224f;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 60px;
  }
}
.service .service__title, .service .section__subTitle {
  color: #fff;
}
.service__box {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service__box {
    display: block;
    margin-top: 8vw;
  }
}
.service__item {
  width: 50%;
  aspect-ratio: 1.7;
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__item {
    width: 100%;
    padding: 24vw 8vw 9.3333333333vw;
    aspect-ratio: 1.3;
  }
}
.service__item h3 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__item h3 {
    font-size: 4.5333333333vw;
  }
}
.service__item p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__item p {
    font-size: 2.6666666667vw;
  }
}
.service__item .more {
  font-size: 14px;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  position: absolute;
  bottom: 10px;
  right: 40px;
  border: 1px solid #ffffff;
  border-radius: 18px;
  color: #fff;
  width: 195px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}
.service__item .more::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 20px;
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_wh.png);
  background-repeat: no-repeat;
}
.service__item .more:hover {
  opacity: 1;
  background: #fff;
  color: #0e224f;
}
.service__item .more:hover::after {
  background-size: 63px;
  background-image: url(../img/common/icon_arrow_double.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .service__item .more {
    position: relative;
    margin: 65px auto 0;
    transform: translateX(30px);
  }
}
.service__item:nth-child(1) {
  background: url(../img/top/service-bg-01.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(2) {
  background: url(../img/top/service-bg-02.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(2) {
  background: url(../img/top/service-bg-02.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(3) {
  background: url(../img/top/service-bg-03.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(4) {
  background: url(../img/top/service-bg-04.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(5) {
  background: url(../img/top/service-bg-05.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(6) {
  background: url(../img/top/service-bg-06.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.topics {
  padding: 80px 40px 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 12vw 5.3333333333vw 24vw;
  }
}
.topics__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.topics__titleArea {
  position: relative;
}
.topics__titleArea .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topics__slider {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics__slider {
    padding-bottom: 12vw;
    margin-bottom: 9.3333333333vw;
  }
}
.topics__slider .swiper-pagination {
  top: unset;
  bottom: 0;
}
.topics__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #383838;
}
.topics__slider .swiper-pagination-progressbar {
  background: #ddd;
}
.topics__slider .swiper-horizontal > .swiper-pagination-progressbar,
.topics__slider .swiper-pagination-progressbar.swiper-pagination-horizontal,
.topics__slider .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.topics__slider .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.topics__list .date {
  display: block;
  color: #cacaca;
  font-size: 19px;
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .topics__list .date {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
.topics__list .title {
  display: block;
  font-size: 19px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .topics__list .title {
    -webkit-line-clamp: 4;
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
  }
}
.topics__list .text {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topics__list .text {
    -webkit-line-clamp: 3;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .topics .more {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
  }
}

.company {
  background: #f3f3f3;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}
.company__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.company__table {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company__table {
    margin-top: 8vw;
  }
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table th {
  text-align: left;
  font-size: 17px;
  padding: 25px 30px;
  box-sizing: border-box;
  line-height: 2;
  border-bottom: 1px solid #000000;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .company__table th {
    padding: 20px 25px;
    font-size: 13px;
    background: #e6e6e6;
    border: none;
  }
}
.company__table th.bt {
  border-top: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .company__table th.bt {
    border: none;
  }
}
.company__table td {
  line-height: 2;
  font-size: 17px;
  padding: 25px 30px;
  padding-left: 10%;
  box-sizing: border-box;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .company__table td {
    padding: 20px 25px;
    font-size: 13px;
    border: none;
  }
}
.company__table td ul {
  padding-left: 20px;
}
.company__table td ul li {
  list-style-type: disc;
}
.company__table td.bt {
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 768px) {
  .company__table td.bt {
    border: none;
  }
}
.company__table td iframe {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .company__table td iframe {
    height: 250px;
  }
}/*# sourceMappingURL=top.css.map */