@charset "utf-8";
/* ======================
service fv
====================== */
.pg-fv--service {
  padding-bottom: clamp(2.5rem, -1.75rem + 8.854vw, 8.875rem);
  background-color: #fff;
  border-bottom: none;
}
.pg-fv--service .pg-fv__container {
  padding-top: clamp(0.375rem, 0.125rem + 0.521vw, 0.75rem);
  padding-right: clamp(0.625rem, -2.958rem + 7.465vw, 6rem);
  padding-left: clamp(0.625rem, -2.958rem + 7.465vw, 6rem);
}
.pg-fv--service .vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  gap: clamp(0.5rem, 0.167rem + 0.694vw, 1rem);
  margin-top: clamp(2.5rem, 2.167rem + 0.694vw, 3rem);
}
.pg-fv--service .vertical > p {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.625rem, 0.375rem + 0.521vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}
.pg-fv--service .vertical > h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.125rem, 0.542rem + 1.215vw, 2rem);
  color: #000;
}
.pg-fv--service .vertical > h1 strong {
  font-size: clamp(2rem, 1rem + 2.083vw, 3.5rem);
  font-weight: 400;
  line-height: clamp(2.5rem, 1.5rem + 2.083vw, 4rem);
}
/* ======================
service swiper
====================== */
.swiper1 {
  overflow: hidden;
  height: clamp(15.125rem, 2rem + 27.344vw, 34.8125rem);
}
.swiper1 > .swiper-wrapper + .swiper-wrapper {
  display: none;
}
.swiper1 .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: linear;
}
.swiper1 .swiper1-slide--1,
.swiper1 .swiper1-slide--3 {
  width: clamp(17.25rem, 2.208rem + 31.337vw, 39.8125rem);
  aspect-ratio: 637 / 388;
}
.swiper1 .swiper1-slide--2 {
  width: clamp(11.5625rem, 1.521rem + 20.92vw, 26.625rem);
  aspect-ratio: 426 / 423;
  margin-top: clamp(3.625rem, 0.458rem + 6.597vw, 8.375rem);
}
.swiper1 .swiper1-slide--4 {
  width: clamp(9.3125rem, 1.271rem + 16.753vw, 21.375rem);
  aspect-ratio: 342 / 448;
  margin-top: clamp(0.25rem, 0.042rem + 0.434vw, 0.5625rem);
}
.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
/* admin */
#wrapper .swiper1 {
  overflow: visible;
  height: auto;
}
#wrapper .swiper1 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  transform: none !important;
}
#wrapper .swiper1 .swiper-slide {
  width: 180px;
  margin-top: 0;
  aspect-ratio: auto;
}
#wrapper .swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ======================
service
====================== */
.service {
  padding-top: clamp(3.0625rem, 1.771rem + 2.691vw, 5rem);
  background-color: #fff;
}
.service__inner {
  padding-right: 20px;
  padding-left: 20px;
}
.service__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 1.042vw, 2rem);
  font-weight: 400;
  line-height: clamp(1.8125rem, 0.729rem + 2.257vw, 3.4375rem);
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.service__text {
  max-width: 586px;
  margin-top: clamp(0.875rem, 0.458rem + 0.868vw, 1.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #000;
}
.service__line {
  width: 1px;
  height: 134px;
  margin-top: 40px;
  background-color: #000;
}
/* ======================
list
====================== */
.list {
  padding-top: clamp(2.5rem, 0.833rem + 3.472vw, 5rem);
  padding-bottom: clamp(5rem, 2.5rem + 5.208vw, 10rem);
  background-color: #fff;
}
.list__inner {
  padding: 0;
}
.list__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-right: clamp(1.25rem, -5.917rem + 14.931vw, 12rem);
  padding-left: clamp(1.25rem, -5.917rem + 14.931vw, 12rem);
}
.list__left {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  flex-shrink: 0;
}
.list__cate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list-cate__title {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.071;
  color: #000;
}
.list-cate__items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.list-cate__items > a {
  display: block;
}
.list-cate__item {
  position: relative;
  display: block;
  padding-right: 49px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.708rem + 0.347vw, 1.125rem);
  font-weight: 400;
  line-height: 1.444;
  color: #000;
  transition: opacity 0.5s;
}
.list-cate__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #446974;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.list-cate__items > a:hover .list-cate__item::after {
  opacity: 1;
}
.list__right {
  flex: 0 1 1152px;
  width: 100%;
  max-width: 1152px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: clamp(3.75rem, 1.25rem + 5.208vw, 7.5rem);
}
.list__item {
  scroll-margin-top: 80px;
}
.list-item__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 9px;
}
.list-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.625rem + 0.521vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  color: #000;
}
.list-item__sub {
  display: block;
  width: auto;
  height: clamp(1.875rem, 0.417rem + 3.038vw, 4.0625rem);
}
.list-item__box {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(0.375rem, 0.125rem + 0.521vw, 0.5625rem);
  margin-top: clamp(0.625rem, 0.208rem + 0.868vw, 1.25rem);
}
.content-group {
  flex: 1031 1 0;
  min-width: 0;
}
.content-box {
  display: none;
  width: 100%;
}
.content-box:first-child {
  display: flex;
}
.content-box img,
.content__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1031 / 537;
  object-fit: cover;
}
.tab {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 112 1 0;
  min-width: 0;
}
.tab-list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.375rem, 0.125rem + 0.521vw, 0.5625rem);
  width: 100%;
}
.tab-menu {
  flex-shrink: 0;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.5s;
}
.tab-menu:hover {
  opacity: 0.7;
}
.tab-menu__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.list-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: clamp(1.5rem, 0.833rem + 1.389vw, 2.5rem);
}
.list-item__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
}
.list-item__bottom > a {
  display: block;
  margin-top: clamp(1.25rem, 0.667rem + 1.215vw, 2.125rem);
}
.list-item__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  width: fit-content;
  min-height: clamp(3.8125rem, 3.271rem + 1.128vw, 4.625rem);
  padding: 16px 20px;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 0.5s, color 0.5s;
}
.list-item-btn__text {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(1rem, 0.833rem + 0.347vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  transition: color 0.5s;
}
.list-item-btn__icon {
  flex-shrink: 0;
  width: 21px;
  height: auto;
  transition: opacity 0.5s;
}
.list-item__btn:hover {
  background-color: #446974;
}
.list-item__btn:hover .list-item-btn__text {
  color: #fff;
}
/* admin */
#wrapper .content-box {
  display: flex !important;
}
#wrapper .tab-list {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .list__container {
    flex-direction: column;
    gap: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .list__left {
    position: static;
    top: auto;
    align-self: auto;
    width: 100%;
  }
  .list-cate__title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.25;
  }
  .list-cate__items {
    row-gap: 8px;
  }
  .list-cate__item {
    font-size: 14px;
    line-height: 1.071;
  }
  .list__right {
    flex: none;
    max-width: none;
    row-gap: 60px;
  }
  .list-item__box {
    margin-top: 16px;
  }
  .list-item__bottom {
    margin-top: 16px;
    align-items: center;
  }
  .list-item__text {
    line-height: 1.7;
  }
  .list-item__bottom > a {
    margin-top: 20px;
  }
  .list-item__btn {
    width: 100%;
    min-height: 61px;
    padding: 12px 8px;
  }
  .list-item-btn__text {
    font-size: clamp(0.75rem, 0.603rem + 0.57vw, 0.875rem);
  }
}

@media (max-width: 374px) {
  .service__title {
    font-size: 18px;
  }
  .list-item__text {
    font-size: 12px;
  }
}