@charset "UTF-8";

.fv {
  background-image: url(../images/top-fv_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 111px;
  padding-top: 40px;
}

.fv__contents {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  margin-inline: auto;
  max-width: 1366px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
}

.fv-title {
  grid-row: 2/2;
  margin-top: auto;
}

.fv-title__head {
  color: #292929;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(55 / 40);
}

.fv-title__body {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: calc(30 / 16);
  margin-top: 10px;
}

.fv-slide {
  width: 100%;
}

.fv-slide__swiper .swiper-wrapper {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.fv-slide__swiper .swiper-slide {
  aspect-ratio: 480/480;
  width: 100%;
}

.fv-pict {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  margin-left: auto;
  width: 70%;
}

.fv-pict__item {
  border-radius: 10px;
  filter: blur(1px);
  overflow: hidden;
  width: 100%;
}
.fv-pict__item:nth-of-type(1) {
  aspect-ratio: 235/164;
  margin-left: auto;
}
.fv-pict__item:nth-of-type(2) {
  aspect-ratio: 240/167;
  margin-right: auto;
  margin-top: 20px;
}

.about {
  background-color: #f8fbfb;
  border-radius: 40px 40px 0 0;
  margin-top: -55px;
  padding-bottom: 229px;
  padding-inline: 20px;
  padding-top: 60px;
  position: relative;
}

.about__inner {
  margin-inline: auto;
  max-width: 1022px;
}

.about__texts {
  position: relative;
  z-index: 2;
}

.about__head {
  margin-top: 40px;
}

.about__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 2.14;
  margin-top: 10px;
  max-width: 550px;
}

.about__btn {
  margin-top: 45px;
}
.about__pict {
  align-items: flex-start;
  bottom: 100px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  z-index: 1;
}

.about__pict-item {
  aspect-ratio: 242/502;
  border-radius: 5px;
  opacity: 0.3;
  overflow: hidden;
  width: 20%;
}
.about__pict-item:nth-of-type(1) {
  margin-top: 60px;
}

.service {
  background-image: linear-gradient(to left, #edf7ea 100%, #f7fcf5 0%);
  border-radius: 40px 40px 0 0;
  margin-top: -80px;
  padding: 60px 0 140px;
  position: relative;
}

.service__inner {
  padding-inline: 20px;
}

.service__title.c-section-title {
  align-items: center;
  justify-content: center;
}
.service__sections {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1366px;
}

.service-section {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.service-section__img {
  aspect-ratio: 517/517;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 517px;
  overflow: hidden;
  width: 100%;
}

.service-section__contents {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
}

.service-section__boxs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 33px;
}

.service-section__box {
  align-items: center;
  border-left: solid 1px #bfcdbc;
  border-radius: 10px 0 0 0;
  border-top: solid 1px #bfcdbc;
  display: inline-flex;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
  padding: 10px 20px;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.service-section__box:hover {
  opacity: 1;
}
.service-section__box::after {
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}
.service-section__box:nth-child(5n+1)::after {
  background-color: #e13b57;
}
.service-section__box:nth-child(5n+1):hover {
  border-left: solid 1px #e13b57;
  border-top: solid 1px #e13b57;
}
.service-section__box:nth-child(5n+2)::after {
  background-color: #00457e;
}
.service-section__box:nth-child(5n+2):hover {
  border-left: solid 1px #00457e;
  border-top: solid 1px #00457e;
}
.service-section__box:nth-child(5n+3)::after {
  background-color: #e8a50a;
}
.service-section__box:nth-child(5n+3):hover {
  border-left: solid 1px #e8a50a;
  border-top: solid 1px #e8a50a;
}
.service-section__box:nth-child(5n+4)::after {
  background-color: #81207b;
}
.service-section__box:nth-child(5n+4):hover {
  border-left: solid 1px #81207b;
  border-top: solid 1px #81207b;
}
.service-section__box:nth-child(5n+5)::after {
  background-color: #409225;
}
.service-section__box:nth-child(5n+5):hover {
  border-left: solid 1px #409225;
  border-top: solid 1px #409225;
}

.service-section__box-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.service-section__box-num {
  color: #409225;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: calc(16 / 12);
}

.service-section__box-title {
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  line-height: calc(25 / 17);
}

.product {
  background-color: #f8fbfb;
  border-radius: 40px 40px 0 0;
  margin-top: -63px;
  padding: 60px 0 100px;
  position: relative;
}

.product__inner {
  padding-inline: 20px;
}

.product__title.c-section-title {
  align-items: center;
  justify-content: center;
}
.product__boxs {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 50px;
  max-width: 1170px;
}

.product__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product__box-img {
  aspect-ratio: 363/250;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.product__box-title {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(25 / 17);
}

.company__inner {
  padding-inline: 20px;
}

.company__contents {
  background-color: #edf2ea;
  border-radius: 20px;
  margin-inline: auto;
  max-width: 1284px;
  position: relative;
}

.company__container {
  padding: 40px 20px;
}

.company__title .c-section-title__jp {
  color: #333;
}

.company-table {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.company-table__list {
  align-items: center;
  border-top: solid 1px #bfcdbc;
  display: flex;
  padding-block: 4px;
}
.company-table__list:nth-last-child(1) {
  border-bottom: solid 1px #bfcdbc;
}

.company-table__head {
  flex-shrink: 0;
  font-size: 15px;
  max-width: 100px;
  padding-right: 10px;
  width: 100%;
}

.company-table__body {
  align-items: center;
  border-left: 2px dotted #beccbd;
  display: flex;
  font-size: 13px;
  padding-block: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.company-slide__swiper .swiper-slide {
  aspect-ratio: 378/364;
  overflow: hidden;
  width: 100%;
}
.company-slide__swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.map {
  padding-bottom: 262px;
  padding-top: 100px;
}
.map__contents {
  aspect-ratio: 375/250;
  width: 100%;
}
.map__contents > div {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .fv {
    padding-top: 57px;
  }
  .fv__contents {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-left: calc(58 / 1366 * 100vw);
    padding-right: calc(80 / 1366 * 100vw);
  }
  .fv-title {
    margin-bottom: 55px;
  }
  .fv-title__head {
    font-size: calc(40 / 1366 * 100vw);
  }
  .fv-title__body {
    font-size: calc(16 / 1366 * 100vw);
    margin-top: 20px;
    width: calc(334 / 1366 * 100vw);
  }
  .fv-slide {
    flex-shrink: 0;
    width: calc(480 / 1366 * 100vw);
  }
  .fv-slide__swiper .swiper-slide {
    aspect-ratio: 480/654;
  }
  .fv-pict {
    flex-direction: column;
    gap: calc(122 / 1366 * 100vw);
    margin-top: 102px;
    width: calc(312 / 1366 * 100vw);
  }
  .fv-pict__item {
    border-radius: 20px;
  }
  .fv-pict__item:nth-of-type(1) {
    width: calc(235 / 1366 * 100vw);
  }
  .fv-pict__item:nth-of-type(2) {
    width: calc(240 / 1366 * 100vw);
  }
  .about {
    padding-top: 129px;
  }
  .about__contents {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-left: 10px;
  }
  .about__texts {
    margin-top: 48px;
  }
  .about__head {
    margin-top: 60px;
  }
  .about__pict {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    gap: 27px;
    height: 100%;
    position: relative;
    right: 0;
  }
  .about__pict-item {
    opacity: 1;
    width: calc(242 / 1366 * 100vw);
  }
  .about__pict-item:nth-of-type(1) {
    margin-top: 130px;
  }
  .service-section__boxs {
    -moz-column-gap: 23px;
         column-gap: 23px;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .about__body {
    gap: 20px;
    margin-top: 30px;
    max-width: 395px;
  }
  .service {
    padding: 100px 0 194px;
  }
  .service__inner {
    padding-inline: 0;
  }
  .service__sections {
    margin-top: 80px;
  }
  .service-section {
    flex-direction: row;
  }
  .service-section:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .service-section:nth-of-type(2) .service-section__desc {
    max-width: 400px;
  }
  .service-section__img {
    aspect-ratio: 517/609;
  }
  .service-section__contents {
    flex-shrink: 0;
    margin-inline: 4.7584187408%;
    margin-top: 26px;
    max-width: 50.2196193265%;
  }
  .service-section__title {
    margin-top: 11px;
  }
  .service-section__desc {
    margin-top: 23px;
    max-width: 400px;
  }
  .service-section__box {
    padding: 25.4px 20px 23.5px 26.8px;
  }
  .product {
    padding: 100px 0 120px;
  }
  .product__boxs {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .product__box {
    gap: 18px;
  }
  .product__box-title {
    font-size: 17px;
  }
  .company__inner {
    margin-right: 8px;
  }
  .company__contents {
    border-radius: 40px;
    padding-inline: 20px;
  }
  .company__container {
    padding-bottom: 110px;
    padding-top: 102px;
    width: 59.4280607685%;
  }
  .company-table__head {
    max-width: 122px;
  }
  .company-table__body {
    line-height: calc(30 / 13);
    padding-block: 15px;
    padding-left: 40px;
    padding-right: 20px;
  }
  .company-slide {
    height: 100%;
    position: absolute;
    right: 55px;
    top: 0;
    width: 29.4392523364%;
  }
  .company-slide__container {
    height: 100%;
  }
  .company-slide__swiper {
    height: 100%;
  }
  .company-slide__swiper .swiper-slide {
    height: auto;
  }
  .map {
    padding-top: 160px;
  }
  .map__contents {
    aspect-ratio: 1366/500;
  }
}
@media (min-width: 1366px) {
  .fv__contents {
    padding-left: 58px;
    padding-right: 80px;
  }
  .fv-title__head {
    font-size: 40px;
  }
  .fv-title__body {
    font-size: 16px;
    max-width: 334px;
    width: 100%;
  }
  .fv-slide {
    width: 480px;
  }
  .fv-pict {
    gap: 122px;
    width: 312px;
  }
  .fv-pict__item:nth-of-type(1) {
    width: 235px;
  }
  .fv-pict__item:nth-of-type(2) {
    width: 240px;
  }
  .about__pict-item {
    width: 242px;
  }
  .service-section:nth-of-type(2) .service-section__desc {
    max-width: 585px;
  }
  .service-section__desc {
    max-width: 555px;
  }
  .company__contents {
    padding-left: 8.1775700935%;
    padding-right: 4.2834890966%;
  }
}