.fv {
  position: relative;
}
.fv__copy {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__copy {
    bottom: 18.6666666667vw;
  }
	.fv__slider .swiper-slide img {
		aspect-ratio:0.8;
		object-fit:cover;
	}
}

.about {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 18.6666666667vw 0;
  }
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1320px) {
  .about__box {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about__box {
    flex-direction: column;
    gap: 56px;
  }
}
.about .section__title {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    font-size: 8vw;
  }
}
.about__img {
  width: 56%;
}
@media screen and (max-width: 1320px) {
  .about__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
  }
}
.about__contents {
  width: 44%;
  padding: 0 35px 0 45px;
}
@media screen and (max-width: 1320px) {
  .about__contents {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
    padding: 0 4.2666666667vw;
  }
}
@media screen and (max-width: 1320px) {
  .about .section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about .section__title {
    font-size: 6.9333333333vw;
  }
}
.about .section__title--en {
  right: 0;
}
@media screen and (max-width: 1320px) {
  .about .section__title--en {
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .about .section__title--en {
    text-align: right;
    right: -40px;
  }
}
.about__text {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 15px;
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.about .more {
  padding: 17px 80px 17px 56px;
  background: #378BB2;
  color: #fff;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .about .more {
    margin: 30px auto 0;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
  }
}

.case {
  padding: 120px 40px 100px;
  background: #378BB2;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 26.6666666667vw 5.3333333333vw 18.6666666667vw;
  }
}
.case__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.case .section__title {
  color: #fff;
}
.case .section__title--en {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .case .section__title--en {
    left: -80px;
    top: -30px;
  }
}
.case__text {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .case__text {
    margin-top: 3.2vw;
    margin-bottom: 9.6vw;
  }
}
.case__slider {
  position: relative;
  padding-bottom: 80px;
}
.case__slider--img img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__slider--contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(39, 113, 148, 0.7);
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case__slider--contents {
    position: unset;
    opacity: 1;
    background: transparent;
    padding: 10px 0;
  }
}
.case__slider--contents h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case__slider--contents p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.case__slider--item {
  position: relative;
}
.case__slider--item:hover {
  opacity: 1;
}
.case__slider--item:hover .case__slider--contents {
  opacity: 1;
}
.case__slider .swiper-button-next, .case__slider .swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-button-next, .case__slider .swiper-button-prev {
    display: none;
  }
}
.case__slider .swiper-button-prev {
  margin-right: 15px;
}
.case__slider--nav {
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case__slider--nav {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.case__slider--nav .more {
  margin-left: 25px;
  padding: 17px 80px 17px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .case__slider--nav .more {
    margin-left: 0;
    padding: 15px 60px 15px 39px;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.service {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 26.6666666667vw 0 0;
  }
}
.service .section__title {
  text-align: center;
}
.service .section__title--en {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .service .section__title--en {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .service .section__title--en img {
    transform: scale(1.5);
  }
}
.service__box {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .service__box {
    margin-top: 30px;
    display: block;
  }
}
.service__item {
  width: 50%;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__item {
    display: block;
    width: 100%;
    padding: 70px 20px 90px;
  }
}
.service__item::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-repeat: no-repeat;
  background-size: 70px;
}
@media screen and (max-width: 768px) {
  .service__item::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    right: 23px;
    bottom: 15px;
  }
}
.service__item::after {
  transition: 0.3s ease;
  z-index: -1;
}
.service__item:nth-child(1)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/service-img-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/service-img-02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service__item:hover::after {
  transform: scale(1.05);
}
.service__item h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__item h3 {
    font-size: 6.4vw;
  }
}
.service__item p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service__item p {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

.career {
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .career {
    padding: 26.6666666667vw 0 18.6666666667vw;
  }
}
.career__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .career__box {
    flex-direction: column;
    gap: 30px;
  }
}
.career__contents {
  width: 25%;
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .career__contents {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.career__contents .titleArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .career__contents .titleArea {
    text-align: center;
  }
}
.career .section__title--en {
  left: -100px;
  top: -60px;
}
@media screen and (max-width: 1320px) {
  .career .section__title--en {
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .career .section__title--en {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .career .section__title--en img {
    transform: scale(1);
  }
}
.career__text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .career__text {
    text-align: center;
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.career__img {
  width: 65%;
}
@media screen and (max-width: 1320px) {
  .career__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .career__img {
    width: 100%;
  }
}
.career__button {
  padding: 17px 60px 17px 30px;
  background: #378BB2;
  color: #fff;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .career__button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */