@charset "UTF-8";
.fv {
  overflow: hidden;
  padding-left: calc(20 / 375 * 100vw);
  padding-top: 85px;
  position: relative;
}

.fv_textloop {
  left: 0;
  position: absolute;
  top: calc(100 / 375 * 100vw);
  z-index: 1;
}
.fv_textloop .bg-text {
  -webkit-text-stroke: 1px #163b86;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: calc(318 / 1366 * 100vw);
  font-weight: bold;
  letter-spacing: 12.72px;
  opacity: 0.2;
}

.fv-contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.fv-contents__text {
  display: flex;
  flex-direction: column;
  gap: calc(31 / 1366 * 100vw);
  justify-content: center;
}
.fv-contents__text h1 {
  color: #505050;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 800;
  letter-spacing: 0.86px;
  line-height: 1.4;
}
.fv-contents__text p {
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 0.7px;
  line-height: 2;
}

.fv-swiper {
  width: 50%;
}

.fv-contents__img {
  aspect-ratio: 795/768;
  flex-shrink: 0;
  overflow: hidden;
}

.fv__news {
  background-color: #fff;
  margin-bottom: calc(20 / 375 * 100vw);
  margin-inline: auto;
  margin-top: calc(20 / 375 * 100vw);
  width: calc(300 / 375 * 100vw);
}

.fv__news-inner {
  display: flex;
  padding: calc(23.5 / 1366 * 100vw) calc(39 / 1366 * 100vw) calc(23.5 / 1366 * 100vw) calc(49 / 1366 * 100vw);
}

.fv__news-title {
  align-items: center;
  border-right: 1px solid #e0e0e0;
  display: flex;
  padding-right: calc(43.5 / 1366 * 100vw);
}
.fv__news-title p {
  color: #163b85;
  font-family: "Lato", sans-serif;
  font-size: calc(10 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 2.52px;
  line-height: 1.2142857143;
}

.fv__news-data {
  width: 100%;
}
.fv__news-data a {
  padding-left: calc(40 / 1366 * 100vw);
  width: 100%;
}

.about {
  padding-bottom: calc(200 / 1366 * 100vw);
}

.about-top {
  background: linear-gradient(to right, transparent calc(20 / 375 * 100vw), #ffffff calc(20 / 375 * 100vw));
  display: flex;
  flex-direction: column;
  gap: calc(30 / 375 * 100vw);
  padding-bottom: calc(85 / 1366 * 100vw);
  padding-top: calc(141 / 1366 * 100vw);
  position: relative;
}

.about-top__img {
  aspect-ratio: 510/730;
  flex-shrink: 0;
  overflow: hidden;
  width: calc(510 / 1366 * 100vw);
}

.about-top__contents {
  display: flex;
  flex-direction: column;
}

.about-top__contents-title {
  left: calc(170 / 375 * 100vw);
  position: absolute;
  top: calc(90 / 375 * 100vw);
}
.about-top__contents-title > p {
  color: #505050;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 800;
  letter-spacing: 0.66px;
  line-height: 1.67;
  width: 95%;
}
.about-top__contents-title > h2 {
  margin-top: calc(38 / 1366 * 100vw);
}

.about-top__contents-text {
  display: flex;
  flex-direction: column;
  gap: calc(14 / 1366 * 100vw);
  padding-inline: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw);
}
.about-top__contents-text > p {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0.8px;
  line-height: 2;
}

.about-top__contents-btn {
  margin: calc(60 / 375 * 100vw);
  text-align: center;
}

.about-bottom {
  margin-top: calc(-100 / 1366 * 100vw);
  overflow: hidden;
  position: relative;
}

.about-bottom__img {
  aspect-ratio: 548/368;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: calc(548 / 1366 * 100vw);
  z-index: 2;
}

.about-bottom__textloop {
  bottom: calc(-10 / 1366 * 100vw);
  position: absolute;
}
.about-bottom__textloop .bg-text {
  -webkit-text-stroke: 1px #163b86;
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
  color: transparent;
  font-family: "Lato", sans-serif;
  font-size: calc(180 / 1366 * 100vw);
  font-weight: bold;
  letter-spacing: 12.72px;
  opacity: 0.2;
}

.service {
  background: #ffffff;
  position: relative;
}

.service__img {
  aspect-ratio: 1276/400;
  width: 100%;
}

.service__texts {
  display: flex;
  flex-direction: column;
  padding-bottom: calc(50 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
  padding-top: calc(50 / 375 * 100vw);
}
.service__texts .c-text-description {
  margin-top: calc(38 / 1366 * 100vw);
}

.service__text-btn {
  margin-top: calc(40 / 375 * 100vw);
  text-align: center;
}
.service__container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.16);
  margin-inline: auto;
  max-width: 90%;
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
  width: 100%;
}

.service__boxs {
  display: flex;
  flex-direction: column;
  margin-top: calc(25 / 375 * 100vw);
  row-gap: calc(20 / 375 * 100vw);
}

.service-box > a {
  align-items: center;
  display: inline-flex;
  gap: calc(15 / 375 * 100vw);
  padding-bottom: calc(22 / 1366 * 100vw);
  padding-inline: calc(15 / 1366 * 100vw);
  position: relative;
  transition: border-bottom 0.3s ease;
  width: 100%;
}
.service-box > a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/arrow_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(8 / 375 * 100vw);
  width: calc(8 / 375 * 100vw);
}
.service-box > a::before {
  background-image: linear-gradient(to right, #163b85 0%, #163b85 100%), linear-gradient(to left, rgba(22, 59, 133, 0.25) 0%, rgba(22, 59, 133, 0.25) 100%);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 0% 100%, 100% 100%;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: background-size 0.4s ease;
  width: 100%;
}
.service-box > a:hover {
  opacity: 1;
}
.service-box > a:hover::before {
  background-size: 100% 100%, 100% 100%;
}

.service-box__icon {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  width: calc(25 / 375 * 100vw);
}
.service-box__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.service-box__body {
  display: flex;
  flex-direction: column;
  gap: calc(12 / 1366 * 100vw);
  width: 100%;
}
.service-box__body > h3 {
  color: #163b85;
  font-size: calc(16 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.4444444444;
}
.service-box__body > p {
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 0.6px;
  line-height: 1.4166666667;
}

.works {
  padding-top: calc(100 / 375 * 100vw);
}

.works__head {
  display: flex;
  flex-direction: column;
  gap: calc(11 / 1366 * 100vw);
  padding-left: calc(90 / 1366 * 100vw);
}
.works-data {
  margin-top: calc(30 / 375 * 100vw);
}

.works-data__swiper {
  margin-left: auto;
  margin-right: 0;
  width: calc(1186 / 1366 * 100vw);
}

.works-data__swiper-prev {
  position: relative;
}

.works-data__swiper-next {
  position: relative;
}

.works__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: calc(45 / 375 * 100vw);
}
.works-data__swiper-next,
.works-data__swiper-prev {
  bottom: 0;
  height: calc(30 / 375 * 100vw);
  position: relative;
  width: calc(30 / 375 * 100vw);
}

.works-data__swiper-next::after,
.works-data__swiper-prev::after {
  background-image: url("../images/work_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(30 / 375 * 100vw);
  margin: auto;
  width: calc(30 / 375 * 100vw);
}

.works-data__swiper-btn {
  align-items: center;
  display: flex;
  gap: calc(20 / 375 * 100vw);
  justify-content: center;
  margin-top: calc(50 / 375 * 100vw);
}

.works-data__swiper-border {
  border-top: 1px solid #163b85;
  width: calc(295 / 1366 * 100vw);
}

.works-data__swiper-prev::after {
  transform: scale(-1, 1);
}

.news {
  padding-bottom: calc(100 / 375 * 100vw);
  padding-inline: calc(20 / 375 * 100vw);
  padding-top: calc(100 / 375 * 100vw);
}

.news__wrap {
  display: flex;
  flex-direction: column;
  row-gap: calc(45 / 375 * 100vw);
}

.news__texts .c-title-line {
  gap: calc(24 / 1366 * 100vw);
}
.news__texts .c-text-copy {
  margin-top: calc(6 / 1366 * 100vw);
}
.news__texts .c-text-description {
  margin-top: calc(38 / 1366 * 100vw);
}

.news__btn {
  margin-top: calc(55 / 1366 * 100vw);
}
.works-data__swiper-prev,
.works-data__swiper-next {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media (min-width: 1024px) {
  .fv {
    padding-left: calc(90 / 1366 * 100vw);
    padding-top: 0;
  }
  .fv_textloop {
    top: calc(212 / 1366 * 100vw);
  }
  .fv-contents__text {
    padding-top: calc(35 / 1366 * 100vw);
  }
  .fv-contents__text h1 {
    font-size: calc(43 / 1366 * 100vw);
  }
  .fv-contents__text p {
    font-size: calc(14 / 1366 * 100vw);
  }
  .fv-swiper {
    min-height: calc(768 / 1366 * 100vw);
    width: calc(755 / 1366 * 100vw);
  }
  .fv-contents__img {
    aspect-ratio: 755/768;
  }
  .fv__news {
    bottom: calc(-5 / 1366 * 100vw);
    margin: 0;
    position: absolute;
    width: calc(506 / 1366 * 100vw);
    z-index: 3;
  }
  .fv__news-title p {
    font-size: calc(14 / 1366 * 100vw);
  }
  .about-top {
    background: linear-gradient(to right, transparent calc(90 / 1366 * 100vw), #ffffff calc(90 / 1366 * 100vw));
    flex-direction: row;
    gap: calc(105 / 1366 * 100vw);
  }
  .about-top__contents {
    padding-top: calc(92 / 1366 * 100vw);
  }
  .about-top__contents-title {
    left: 0;
    position: relative;
    top: 0;
  }
  .about-top__contents-title > p {
    font-size: calc(33 / 1366 * 100vw);
    width: 100%;
  }
  .about-top__contents-text {
    margin-top: calc(38 / 1366 * 100vw);
    padding: 0;
  }
  .about-top__contents-text > p {
    font-size: calc(16 / 1366 * 100vw);
    max-width: calc(420 / 1366 * 100vw);
  }
  .about-top__contents-text > p:nth-of-type(2) {
    max-width: calc(396 / 1366 * 100vw);
  }
  .about-top__contents-btn {
    margin: 0;
    margin-top: calc(36 / 1366 * 100vw);
    text-align: left;
  }
  .service__texts {
    padding-bottom: calc(113 / 1366 * 100vw);
    padding-left: calc(90 / 1366 * 100vw);
    padding-right: calc(90 / 1366 * 100vw);
    padding-top: calc(90 / 1366 * 100vw);
  }
  .service__texts .c-text-description {
    width: calc(322 / 1366 * 100vw);
  }
  .service__text-btn {
    margin-top: calc(44 / 1366 * 100vw);
    text-align: left;
  }
  .service__container {
    bottom: calc(200 / 1366 * 100vw);
    max-width: calc(741 / 1366 * 100vw);
    padding: calc(75 / 1366 * 100vw) calc(70 / 1366 * 100vw) calc(72 / 1366 * 100vw);
    position: absolute;
    right: calc(40 / 1366 * 100vw);
    z-index: 1;
  }
  .service__boxs {
    -moz-column-gap: calc(40 / 1366 * 100vw);
         column-gap: calc(40 / 1366 * 100vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: calc(44 / 1366 * 100vw);
    row-gap: calc(45 / 1366 * 100vw);
  }
  .service-box > a {
    gap: calc(15 / 1366 * 100vw);
  }
  .service-box > a::after {
    height: calc(8 / 1366 * 100vw);
    width: calc(8 / 1366 * 100vw);
  }
  .service-box__icon {
    width: calc(33 / 1366 * 100vw);
  }
  .service-box__body > h3 {
    font-size: calc(18 / 1366 * 100vw);
  }
  .service-box__body > p {
    font-size: calc(12 / 1366 * 100vw);
  }
  .works {
    padding-top: calc(130 / 1366 * 100vw);
  }
  .works-data {
    margin-top: calc(47 / 1366 * 100vw);
  }
  .works__btn {
    margin-top: calc(55 / 1366 * 100vw);
  }
  .works-data__swiper-next,
  .works-data__swiper-prev {
    height: calc(50 / 1366 * 100vw);
    width: calc(50 / 1366 * 100vw);
  }
  .works-data__swiper-next::after,
  .works-data__swiper-prev::after {
    height: calc(50 / 1366 * 100vw);
    width: calc(50 / 1366 * 100vw);
  }
  .news {
    padding-bottom: calc(15 / 1366 * 100vw);
    padding-left: calc(90 / 1366 * 100vw);
    padding-right: calc(41 / 1366 * 100vw);
    padding-top: calc(156 / 1366 * 100vw);
  }
  .news__wrap {
    -moz-column-gap: calc(65 / 1366 * 100vw);
         column-gap: calc(65 / 1366 * 100vw);
    flex-direction: row;
    row-gap: 0;
  }
  .news__texts .c-text-description {
    width: calc(271 / 1366 * 100vw);
  }
}
@media (min-width: 1366px) {
  .fv-swiper {
    width: calc(795 / 1366 * 100vw);
  }
  .fv-contents__img {
    aspect-ratio: 795/768;
  }
}
@media (min-width: 768px) {
  .works-data__swiper-btn {
    gap: calc(40 / 1366 * 100vw);
    margin-top: calc(58 / 1366 * 100vw);
  }
}