html {
  scroll-padding-top: 108px;
  font-size: 62.5%;
}

@media screen and (min-width: 769px) {
  html { scroll-padding-top: 160px; }
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
picture { display: block; position: relative; width: 100%; }

/* utility
------------------------------------------------ */
.u-r-lists { margin: 0; padding: 0; list-style: none; }
.u-r-btn { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; position: relative; padding: 0; background: none; border: none; border-radius: 0; box-shadow: none; font-family: inherit; cursor: pointer; }
.u-object-fit { width: 100%; height: 100%; max-width: inherit; object-fit: cover; font-family: 'object-fit: cover;'; }

.u-f-Inter { font-family: 'Inter', sans-serif; font-weight: 400; }

.u-change-bg { transition: background 0.8s ease; }
.u-change-bg.is-changed { background-color: #000; color: #fff; }
/* .u-change-bg.is-changed * { transition: color 0.2s ease; } */
.u-change-bg.is-changed a { color: #fff; }
.u-change-bg.is-changed .title-2::before { background-color: #fff; }

.u-lazy-opacity { transition: opacity 0.2s ease-in; opacity: 0; }
.u-lazy-opacity.u-lazy-done { opacity: 1; }

.u-lazy-span > span { display: inline-block; vertical-align: top; }
.u-lazy-span > span { transition: 0.2s ease; transform: translateY(16px); opacity: 0; }
.u-lazy-span.u-lazy-done > span { transform: translateY(0); opacity: 1; }

.u-shape { pointer-events: none; position: absolute; }
.u-shape stop { transition: stop-color 0.4s ease; }
.u-shape path { visibility: hidden; }
.u-shape path.u-shape1-path1,
.u-shape path.u-shape2-path1,
.u-shape path.u-shape3-path1,
.u-shape path.u-shape4-path1,
.u-shape path.u-shape5-path1 { visibility: visible; }
.u-shape1 { z-index: -5; }
.u-shape2 { z-index: -3; }
.u-shape3 { z-index: -4; }
.u-shape4 { z-index: -1; }
.u-shape5 { display: none; z-index: -2; }

@media screen and (max-width: 768px) {
  .u-d-mobile { display: inherit !important; }
  .u-d-desktop { display: none !important; }
}

@media screen and (min-width: 769px) {
  .u-d-mobile { display: none !important; }
  .u-d-desktop { display: inherit !important; }
}

/* component
------------------------------------------------ */
/* link */
.link-skipcontent { position: absolute; margin: -1px; width: 1px; height: 1px; overflow: hidden; }

/* title */
.title-page { position: relative; padding: 200px 0 42px; overflow: hidden; }
.title-page::after { content: ''; pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: left top; background-size: 100%; z-index: -1; }
.title-page-en,
.title-page-ja,
.title-page-text { position: relative; margin: 0; z-index: 2; }
.title-page-en { width: fit-content; font-family: 'Inter', sans-serif; font-size: 5rem; font-weight: 200; letter-spacing: 0.01em; line-height: 1.04; }
.title-page-ja { margin-top: 7px; font-size: 1.4rem; font-weight: 400; letter-spacing: 0.12em; line-height: 1.92857142857; }
.title-page-text { margin-top: 67px; font-size: 1.2rem; letter-spacing: 0.1em; line-height: 1.9166666666; }
.title-1-en,
.title-1-ja { margin: 0; }
.title-1-en { width: fit-content; font-family: 'Inter', sans-serif; font-size: 4rem; font-weight: 200; letter-spacing: 0.03em; line-height: 1; }

.title-1-ja { font-size: 1.4rem; font-weight: 400; letter-spacing: 0.08em; line-height: 2.8571428571; }
.title-2 { position: relative; margin: 0; padding-left: 13px; font-family: 'Inter', sans-serif; font-size: 1.8rem; font-weight: 300; letter-spacing: -0.02em; line-height: 0.7222222222; }
.title-2::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 5px; height: 5px; background-color: #000; border-radius: 50%; }

@media screen and (max-width: 768px) {
  .title-page > .l-wrap { padding: 0 40px; }
}

@media screen and (min-width: 769px) {
  .title-page { padding: 366px 0 118px; }
  .title-page::after { background-size: cover; }
  .title-page.has-text { padding-bottom: 100px; }
  .title-page > .l-wrap { max-width: 1206px; }
  .title-page-en { font-size: 9.5rem; line-height: 1.1578947368; }
  .title-page-ja { margin-top: 15px; font-size: 2rem; line-height: 1.65; }
  .title-page-text { margin-top: 50px; font-size: 1.4rem; line-height: 2.1428571428; }
  .title-1-en { font-size: 7.5rem; }
  .title-1-ja { font-size: 1.6rem; line-height: 3.125; }
  .title-2 { padding-left: 23px; font-size: 2.7rem; line-height: 1.8518518518; }
  .title-2::before { width: 10px; height: 10px; }
}

/* button */
.btn-1 { margin: 0; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 200; letter-spacing: 0.02em; line-height: 1; }
.btn-1 > a,
.btn-1 > button { display: inline-flex; justify-content: center; align-items: center; position: relative; padding: 0 10px; width: 183px; height: 45px; background-color: #000; border: 1px solid #000; border-radius: 40px; color: #fff; overflow: hidden; }
.btn-1 > a { text-decoration: none; }
.btn-1 > a span.is-text,
.btn-1 > button span.is-text { display: block; position: relative; overflow: hidden; z-index: 2; }
.btn-1 > a span.is-circle,
.btn-1 > button span.is-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); aspect-ratio: 1 / 1; width: 0; border: 1px solid #000; border-radius: 50%; z-index: 1; }

.u-device-click .btn-1 > a,
.u-device-click .btn-1 > button { transition: 0.4s ease; }
.u-device-click .btn-1 > a span.is-circle,
.u-device-click .btn-1 > button span.is-circle { display: block; transition: 1s ease; }
.u-device-click .btn-1 > a span.is-circle:nth-of-type(2),
.u-device-click .btn-1 > button span.is-circle:nth-of-type(2) { transition-duration: 0.8s; }
.u-device-click .btn-1 > a:hover,
.u-device-click .btn-1 > button:hover { background-color: #fff; color: #000; }
.u-device-click .btn-1 > a:hover span.is-circle,
.u-device-click .btn-1 > button:hover span.is-circle { width: 102%; opacity: 0; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .btn-1 { font-size: 1.8rem; }
  .btn-1 > a,
  .btn-1 > button { width: 219px; height: 45px; }
}

/* container
------------------------------------------------ */
.l-container { position: relative; }
.l-main { position: relative; }
.l-wrap { position: relative; }

@media screen and (min-width: 769px) {
  .l-wrap { margin: 0 auto; padding: 0 20px; max-width: 1306px; }
}

/* header
------------------------------------------------ */
.l-hd { position: fixed; top: 0; left: 0; transition-property: transform, background-color; transition-duration: 1s; transition-timing-function: ease; width: 100%; height: 82px; z-index: 10; }
.l-hd-logo { position: absolute; top: 33px; left: 20px; margin: 0; width: 122px; font-size: 1rem; line-height: 1.2; z-index: 3; }
.l-hd-logo > a { display: block; width: 100%; }
.l-hd-logo > a img { width: 100%; max-width: inherit; }
.l-hd-info { display: flex; align-items: center; position: absolute; top: 22px; right: 20px; }
.l-hd-links { display: flex; gap: 48px; }
.l-hd-links__item { font-family: 'Inter', sans-serif; font-size: 1.8rem; font-weight: 300; letter-spacing: 0.02em; line-height: 1.6666666666; }
.l-hd-links__item > a { display: inline-block; position: relative; text-decoration: none; vertical-align: top; color: #000; overflow: hidden; }
.l-hd-links__item > a span { display: inline-block; vertical-align: top; }
.l-hd-links__item > a span:nth-of-type(2) { position: absolute; top: 0; left: 0; transform: translateY(100%); }
.l-hd-color { display: block; width: 34px; height: 34px; }
.l-hd-color img { transition: opacity 0.4s ease; width: 100%; max-width: inherit; }
.l-hd-color::before { content: ''; position: absolute; top: 0; left: 0; transition: opacity 0.4s ease; width: 100%; height: 100%; background: url(../img/icon/star1.svg) no-repeat center center; background-size: 100%; opacity: 0; }
.l-hd-contact { margin: 0 0 0 38px; text-align: center; font-family: 'Inter', sans-serif; font-size: 1.8rem; font-weight: 300; letter-spacing: 0.02em; line-height: 1.6666666666; }
.l-hd-contact > a { display: block; position: relative; padding: 4px; min-width: 166px; border: 1px solid #000; background-color: #000; border-radius: 200px; text-decoration: none; color: #fff; overflow: hidden; }
.l-hd-contact > a span.is-text { display: block; position: relative; overflow: hidden; z-index: 2; }
.l-hd-contact > a span.is-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); aspect-ratio: 1 / 1; width: 0; border: 1px solid #000; border-radius: 50%; z-index: 1; }
.l-hd-menu { display: block; position: relative; margin-left: 20px; width: 38px; height: 38px; z-index: 3; }
.l-hd-menu > span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.l-hd-menu > span::before,
.l-hd-menu > span::after { content: ''; position: absolute; left: 0; transition: 0.4s ease; width: 100%; height: 1px; background-color: #000; }
.l-hd-menu > span::before { top: 14px; }
.l-hd-menu > span::after { top: 23px; }
.l-hd-menu[aria-expanded=true] > span::before,
.l-hd-menu[aria-expanded=true] > span::after { top: 50%; background-color: #fff; }
.l-hd-menu[aria-expanded=true] > span::before { transform: rotate(135deg); }
.l-hd-menu[aria-expanded=true] > span::after { transform: rotate(-135deg); }

.body-hd-show .l-hd { transform: translateY(0); background-color: rgba(255, 255, 255, 0.9); }
/* .body-hd-hidden .l-hd { transform: translateY(-100%); } */

.u-device-click .l-hd-links__item > a:hover span:nth-of-type(1),
.u-device-click .l-hd-links__item > a:hover span:nth-of-type(2) { transition: transform 0.4s ease; }
.u-device-click .l-hd-links__item > a:hover span:nth-of-type(1) { transform: translateY(-100%); }
.u-device-click .l-hd-links__item > a:hover span:nth-of-type(2) { transform: translateY(0); }
.u-device-click .l-hd-contact > a { transition: 0.4s ease; }
.u-device-click .l-hd-contact > a span.is-circle { display: block; transition: 1s ease; }
.u-device-click .l-hd-contact > a span.is-circle:nth-of-type(2) { transition-duration: 0.8s; }
.u-device-click .l-hd-contact > a:hover { background-color: #fff; color: #000; }
.u-device-click .l-hd-contact > a:hover span.is-circle { width: 102%; opacity: 0; }

@media screen and (max-width: 768px) {
  .l-hd-links,
  .l-hd-contact { display: none; }
  .is-gnav-open .l-hd-logo > a { background: url(../img/share/logo-white.svg) no-repeat center center; background-size: 100%; }
  .is-gnav-open .l-hd-logo > a img { opacity: 0; }
}

@media screen and (min-width: 769px) {
  .l-hd { height: 90px; }
  .l-hd-logo { top: 38px; left: 50px; width: 165px; }
  .l-hd-color { margin-left: 60px; width: 34px; height: 34px; }
  .l-hd-menu { display: none; }
}

/* gnav */
.l-gnav { pointer-events: none; position: absolute; top: 0; left: 0; transition: opacity 0.4s ease; padding: 126px 40px 75px; width: 100%; height: 100dvh; background-color: #000; color: #fff; overflow-y: auto; overscroll-behavior-y: contain; opacity: 0; z-index: 2; }
.l-gnav[aria-hidden=false] { pointer-events: inherit; opacity: 1; }
.l-gnav a { color: #fff; }
.l-gnav-box { margin: 0; }
.l-gnav-box__title { margin-bottom: 15px; font-family: 'Inter', sans-serif; font-size: 2.8rem; font-weight: 300; letter-spacing: -0.01em; line-height: 0.7142857142; }
.l-gnav-box__title > a { display: inline-block; text-decoration: none; vertical-align: top; }
.l-gnav-box__title:not(:first-child) { margin-top: 40px; }
.l-gnav-box__content { margin: 0; }
.l-gnav-links__item { font-size: 1.4rem; letter-spacing: 0.1em; line-height: 2.7142857142; }
.l-gnav-links__item > a { display: inline-block; text-decoration: none; vertical-align: top; }
.l-gnav-btns { display: flex; justify-content: space-between; margin-top: 33px; padding-top: 33px; border-top: 0.5px solid #707070; }
.l-gnav-btns__item { font-family: 'Inter', sans-serif; font-size: 2rem; font-weight: 300; letter-spacing: 0.02em; line-height: 1.5; }
.l-gnav-btns__item > a { display: inline-block; text-decoration: none; vertical-align: top; }

@media screen and (min-width: 769px) {
  .l-gnav { display: none !important; }
}

/* top
------------------------------------------------ */
/* common */
.page-home .l-ft-contact > .l-wrap::before { display: none; }

/* above */
.top-above { position: relative; overflow: hidden; }

@media screen and (max-width: 768px) {
  .top-shape-2-desktop { display: none; }
  .top-shape-1 { top: calc((10.04 * 100 / 375) * -1vw); left: calc((49.22 * 100 / 375) * -1vw); transform-origin: center center; transform: rotate(-16.43deg); width: calc((268.85 * 100 / 375) * 1vw); height: calc((119.78 * 100 / 375) * 1vw); }
  .top-shape-2-mobile { top: calc((553 * 100 / 375) * 1vw); left: calc((38.74 * 100 / 375) * -1vw); transform: scale(-1, 1); width: calc((341.45 * 100 / 375) * 1vw); height: calc((140.05 * 100 / 375) * 1vw); }
  .top-shape-3 { top: calc((217 * 100 / 375) * 1vw); left: calc((89 * 100 / 375) * -1vw); width: calc((481 * 100 / 375) * 1vw); height: calc((197 * 100 / 375) * 1vw); }
  .top-shape-4,
  .top-shape-5 { top: calc((138.69 * 100 / 375) * 1vw); left: calc((126.03 * 100 / 375) * 1vw); width: calc((321 * 100 / 375) * 1vw); height: calc((246 * 100 / 375) * 1vw); }

  .top-shape-1.anm-floating { animation: topShape1Floating 3s ease-in-out infinite alternate-reverse; }
  .top-shape-2-mobile.anm-floating { animation: topShapeMobileFloating 2s ease-in-out infinite alternate-reverse; }
  .top-shape-3.anm-floating { animation: topShapeFloating 3s ease-in-out infinite alternate-reverse; }
  .top-shape-4.anm-floating,
  .top-shape-5.anm-floating { animation: topShapeFloating 2s ease-in-out infinite alternate-reverse; }

  @keyframes topShapeFloating {
    0% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes topShape1Floating {
    0% {
      transform: translateY(-10px) rotate(-16.43deg);
    }
    100% {
      transform: translateY(0) rotate(-16.43deg);
    }
  }
  @keyframes topShapeMobileFloating {
    0% {
      transform: translateY(-10px) scale(-1, 1);
    }
    100% {
      transform: translateY(0) scale(-1, 1);
    }
  }
}

@media screen and (min-width: 769px) {
  .top-shape-2-mobile { display: none; }
  .top-shape-1 { top: -114.16px; left: -66.73px; transform-origin: center center; transform: rotate(-29.91deg); width: 828.69px; height: 369.2px; }
  .top-shape-2-desktop { top: 225px; right: -22px; width: 749px; height: 1404px; }
  .top-shape-3 { top: 628px; right: -94px; width: 1293px; height: 530px; }
  .top-shape-4,
  .top-shape-5 { top: 187px; right: -164px; width: 863px; height: 662px; }

  .top-shape-1.anm-floating { animation: topShape1Floating 3s ease-in-out infinite alternate-reverse; }
  .top-shape-2-desktop.anm-floating { animation: topShapeFloating 2s ease-in-out infinite alternate-reverse; }
  .top-shape-3.anm-floating { animation: topShapeFloating 3s ease-in-out infinite alternate-reverse; }
  .top-shape-4.anm-floating,
  .top-shape-5.anm-floating { animation: topShapeFloating 2s ease-in-out infinite alternate-reverse; }

  @keyframes topShapeFloating {
    0% {
      transform: translateY(-18px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes topShape1Floating {
    0% {
      transform: translateY(-18px) rotate(-29.91deg);
    }
    100% {
      transform: translateY(0) rotate(-29.91deg);
    }
  }
}

/* visual */
.top-visual { position: relative; padding: calc((370 * 100 / 375) * 1vw) 0 calc((125 * 100 / 375) * 1vw); z-index: 2; }
.top-visual-copy__en,
.top-visual-copy__ja { margin: 0; }
.top-visual-copy__en { font-family: 'Inter', sans-serif; font-size: 5rem; font-weight: 200; letter-spacing: 0.01em; line-height: 1.04; }
.top-visual-copy__en span.is-focus { font-weight: 400; }
.top-visual-copy__ja { margin-top: 15px; font-size: 1.7rem; letter-spacing: 0.11em; line-height: 1.5882352941; }

@media screen and (max-width: 768px) {
  .top-visual > .l-wrap { padding: 0 40px; }
}

@media screen and (min-width: 769px) {
  .top-visual { padding: 424px 0 176px; }
  .top-visual > .l-wrap { max-width: 1206px; }
  .top-visual-copy__en { font-size: 8.5rem; line-height: 1.1764705882; }
  .top-visual-copy__ja { margin-top: 20px; font-size: 2.4rem; line-height: 2.625; }
}

/* scroll */
.top-scroll-down { position: absolute; top: calc(100dvh - 20px); right: 50px; transition: opacity 0.4s ease; transform-origin: right bottom; transform: translateY(-100%) rotate(90deg); margin: 0; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 300; line-height: 1.875; z-index: 5; }
.top-scroll-down > a { display: inline-block; position: relative; padding-right: 112px; text-decoration: none; vertical-align: top; color: #000; }
.top-scroll-down > a::before,
.top-scroll-down > a::after { content: ''; position: absolute; top: 50%; right: 0; width: 100px; height: 1px; }
.top-scroll-down > a::before { background-color: #707070; z-index: 1; }
.top-scroll-down > a::after { animation: topScrollDown 2s ease infinite; transform-origin: left; transform: scaleX(0); background-color: #000; z-index: 2; }
.top-scroll-down.is-hidden { pointer-events: none; opacity: 0; }

@keyframes topScrollDown {
  0% {
    transform: scaleX(0);
  }
  35% {
    transform-origin: left;
    transform: scaleX(1);
  }
  45% {
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
  }
  85% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .top-scroll-down { right: 110px; font-size: 1.8rem; line-height: 1.6666666666; }
  .top-scroll-down > a { padding-right: 154px; }
  .top-scroll-down > a::before,
  .top-scroll-down > a::after { width: 140px; }
}

/* about */
.top-about { position: relative; padding: 40px 0 80px; z-index: 2; }
.top-about .title-1 { margin-bottom: 30px; }
.top-about-copy { margin: 0; font-size: 2.5rem; letter-spacing: 0.06em; line-height: 1.56; }
.top-about-text { margin: 20px 0 0; font-size: 1.4rem; letter-spacing: 0.1em; line-height: 1.8571428571; }
.top-about .btn-1 { margin-top: 30px; }

@media screen and (max-width: 768px) {
  .top-about > .l-wrap { padding: 0 40px; }
}

@media screen and (min-width: 769px) {
  .top-about { padding: 80px 0 200px; }
  .top-about > .l-wrap { max-width: 1206px; }
  .top-about .title-1 { margin-bottom: 50px; }
  .top-about-copy { font-size: 4rem; line-height: 1.625; }
  .top-about-text { margin-top: 45px; font-size: 1.4rem; line-height: 2.1428571428; }
  .top-about .btn-1 { margin-top: 50px; }
}

/* mid */
.top-mid { position: relative; padding: 60px 0 70px; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .top-mid { padding: 125px 0 150px; }
}

/* service */
.top-service { position: relative; }
.top-service .title-1 { margin-bottom: 30px; }
.top-service-chart { position: relative; aspect-ratio: 1087 / 155; margin: 0 auto 114px; max-width: 1087px; overflow: hidden; }
.top-service-chart__title,
.top-service-chart__circle,
.top-service-chart__line { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.top-service-chart__title > p { position: absolute; margin: 0; text-align: center; font-family: 'Inter', sans-serif; font-size: 2.2rem; font-weight: 300; line-height: 1.3181818181; }
.top-service-chart__title > p:nth-of-type(1) { top: 15px; left: 0; }
.top-service-chart__title > p:nth-of-type(2) { bottom: 0; left: 233px; }
.top-service-chart__title > p:nth-of-type(3) { top: 0; left: 478px; }
.top-service-chart__title > p:nth-of-type(4) { top: 92px; left: 827px; }
.top-service-chart__title > p:nth-of-type(5) { top: 15px; right: 0; }
.top-service-chart__circle > i { position: absolute; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; z-index: 2; }
.top-service-chart__circle > i:nth-of-type(1) { top: 99px; left: 50px; }
.top-service-chart__circle > i:nth-of-type(2) { top: 22px; left: 340px; }
.top-service-chart__circle > i:nth-of-type(3) { top: 116px; left: 561px; }
.top-service-chart__circle > i:nth-of-type(4) { top: 22px; left: 854px; }
.top-service-chart__circle > i:nth-of-type(5) { top: 116px; left: 1041px; }
.top-service-chart__line > i { position: absolute; transform-origin: left top; height: 0; z-index: 1; }
.top-service-chart__line > i::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; border-top: 1px solid #777; }
.top-service-chart__line > i:nth-of-type(1) { top: 102px; left: 53px; transform: rotate(-15deg); width: 300px; }
.top-service-chart__line > i:nth-of-type(2) { top: 24px; left: 343px; transform: rotate(23deg); width: 240px; }
.top-service-chart__line > i:nth-of-type(3) { top: 119px; left: 564px; transform: rotate(-18deg); width: 308px; }
.top-service-chart__line > i:nth-of-type(4) { top: 24px; left: 857px; transform: rotate(26.7deg); width: 210px; }

.top-service-chart.u-lazy .top-service-chart__line > i::after { transition: width 0.4s linear; }
.top-service-chart.u-lazy-done .top-service-chart__line > i::after { width: 100%; }
.top-service-chart.u-lazy-done .top-service-chart__line > i:nth-of-type(2)::after { transition-delay: 0.4s; }
.top-service-chart.u-lazy-done .top-service-chart__line > i:nth-of-type(3)::after { transition-delay: 0.8s; }
.top-service-chart.u-lazy-done .top-service-chart__line > i:nth-of-type(4)::after { transition-delay: 1.2s; }

.top-service-lists { counter-reset: topServiceNumber 0; }
.top-service-lists__item { border-bottom: 1px solid #777777; }
.top-service-lists__item:first-child { border-top: 1px solid #777; }
.top-service-lists__item > a { display: block; position: relative; text-decoration: none; padding: 25px 20px; color: #000; }
.top-service-lists__item > a::before,
.top-service-lists__item > a::after { content: ''; position: absolute; top: 25px; height: 33px; }
.top-service-lists__item > a::before { right: 31px; width: 10px; background: url(../img/icon/arrow1-white.svg) no-repeat center center; background-size: 100%; z-index: 2; }
.top-service-lists__item > a::after { right: 20px; width: 33px; height: 33px; border: 1px solid #fff; border-radius: 50%; z-index: 1; }
.top-service-lists__title { position: relative; padding-left: 30px; }
.top-service-lists__title::before { content: '0'counter(topServiceNumber); counter-increment: topServiceNumber 1; position: absolute; top: 0; left: 0; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 300; letter-spacing: -0.03em; line-height: 1.75; }
.top-service-lists__title__en,
.top-service-lists__title__ja { margin: 0; }
.top-service-lists__title__en { font-family: 'Inter', sans-serif; font-size: 2.3rem; font-weight: 300; letter-spacing: 0.01em; line-height: 1.0869565217; }
.top-service-lists__title__ja { font-size: 1.2rem; font-weight: 400; letter-spacing: 0.1em; line-height: 2.0833333333; }
.top-service-lists__text { margin: 0; font-size: 1.2rem; letter-spacing: 0.1em; line-height: 2.1666666666; }

.u-device-click .top-service-lists__item > a::after { transition: background-color 0.4s ease; }
.u-device-click .top-service-lists__item > a:hover::before { background-image: url(../img/icon/arrow1.svg); }
.u-device-click .top-service-lists__item > a:hover::after { background-color: #fff; }

@media screen and (max-width: 768px) {
  .top-service > .l-wrap { padding: 0 20px; }
  .top-service .title-1 { padding: 0 20px; }
  .top-service-chart { display: none; }
  .top-service-lists__title__ja { margin-top: 5px; }
  .top-service-lists__text { margin-top: 10px; }
}

@media screen and (min-width: 769px) {
  .top-service > .l-wrap { max-width: 1206px; }
  .top-service .title-1 { margin-bottom: 84px; }
  .top-service-lists__item > a { display: flex; justify-content: space-between; align-items: center; padding: 50px 132px 50px 40px; }
  .top-service-lists__item > a::before,
  .top-service-lists__item > a::after { top: 50%; transform: translateY(-50%); height: 36px; }
  .top-service-lists__item > a::before { right: 51px; width: 12px; }
  .top-service-lists__item > a::after { right: 40px; width: 36px; }
  .top-service-lists__title { padding-left: 70px; width: 100%; overflow: hidden; }
  .top-service-lists__title::before { top: 50%; transform: translateY(-50%); font-size: 1.9rem; line-height: 1.5789473684; }
  .top-service-lists__title__en { font-size: 3.8rem; letter-spacing: -0.01em; line-height: 1.3157894736; }
  .top-service-lists__title__ja { position: absolute; top: 100%; left: 70px; transform: translateY(0); width: 100%; white-space: nowrap; font-size: 2.16rem; letter-spacing: 0.04em; line-height: 2.0833333333; }
  .top-service-lists__text { max-width: 352px; font-size: 1.4rem; line-height: 2.1428571428; }

  .u-device-click .top-service-lists__title__en,
  .u-device-click .top-service-lists__title__ja { transition: 0.8s ease; }
  .u-device-click .top-service-lists__item > a:hover .top-service-lists__title__en { transform: translateY(-100%); }
  .u-device-click .top-service-lists__item > a:hover .top-service-lists__title__ja { top: 50%; transform: translateY(-50%); }
}

@media screen and (min-width: 769px) and (max-width: 1127px) {
  .top-service-chart__title > p { font-size: calc((22 * 100 / 1127) * 1vw); }
  .top-service-chart__title > p:nth-of-type(1) { top: calc((15 * 100 / 1127) * 1vw); }
  .top-service-chart__title > p:nth-of-type(2) { left: calc((233 * 100 / 1127) * 1vw); }
  .top-service-chart__title > p:nth-of-type(3) { left: calc((478 * 100 / 1127) * 1vw); }
  .top-service-chart__title > p:nth-of-type(4) { top: calc((92 * 100 / 1127) * 1vw); left: calc((827 * 100 / 1127) * 1vw); }
  .top-service-chart__title > p:nth-of-type(5) { top: calc((15 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i { width: calc((6 * 100 / 1127) * 1vw); height: calc((6 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i:nth-of-type(1) { top: calc((99 * 100 / 1127) * 1vw); left: calc((50 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i:nth-of-type(2) { top: calc((22 * 100 / 1127) * 1vw); left: calc((340 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i:nth-of-type(3) { top: calc((116 * 100 / 1127) * 1vw); left: calc((561 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i:nth-of-type(4) { top: calc((22 * 100 / 1127) * 1vw); left: calc((854 * 100 / 1127) * 1vw); }
  .top-service-chart__circle > i:nth-of-type(5) { top: calc((116 * 100 / 1127) * 1vw); left: calc((1041 * 100 / 1127) * 1vw); }
  .top-service-chart__line > i { height: calc((1 * 100 / 1127) * 1vw); }
  .top-service-chart__line > i:nth-of-type(1) { top: calc((102 * 100 / 1127) * 1vw); left: calc((53 * 100 / 1127) * 1vw); width: calc((300 * 100 / 1127) * 1vw); }
  .top-service-chart__line > i:nth-of-type(2) { top: calc((24 * 100 / 1127) * 1vw); left: calc((343 * 100 / 1127) * 1vw); width: calc((240 * 100 / 1127) * 1vw); }
  .top-service-chart__line > i:nth-of-type(3) { top: calc((119 * 100 / 1127) * 1vw); left: calc((564 * 100 / 1127) * 1vw); width: calc((308 * 100 / 1127) * 1vw); }
  .top-service-chart__line > i:nth-of-type(4) { top: calc((24 * 100 / 1127) * 1vw); left: calc((857 * 100 / 1127) * 1vw); width: calc((210 * 100 / 1127) * 1vw); }
}

/* client */
.top-client { margin-top: 50px; }
.top-client .title-2 { margin-bottom: 45px; }
.top-client-lists { display: grid; align-items: center; row-gap: 34px; column-gap: 20px; grid-template-columns: repeat(3,calc((100% / 3) - (20px / (3 / 2)))); }

@media screen and (max-width: 768px) {
  .top-client > .l-wrap { padding: 0 40px; }
}

@media screen and (min-width: 769px) {
  .top-client { margin-top: 190px; }
  .top-client > .l-wrap { max-width: 1206px; }
  .top-client .title-2 { margin-bottom: 65px; }
  .top-client-lists { row-gap: 70px; column-gap: 100px; grid-template-columns: repeat(5,calc((100% / 5) - (100px / (5 / 4)))); margin: 0 auto; max-width: 1086px; }
}

/* recruit */
.top-recruit { position: relative; padding: 50px 0; background-color: #F2F2F2; overflow: hidden; }
.top-recruit > .l-wrap { z-index: 2; }
.top-recruit .title-1 { margin-bottom: 15px; }
.top-recruit-text { margin: 0; font-size: 1.2rem; letter-spacing: 0.1em; line-height: 2.3333333333; }
.top-recruit .btn-1 { text-align: right; }
.top-recruit-shape--1,
.top-recruit-shape--2 { opacity: 0.2; z-index: 1; }

@media screen and (max-width: 768px) {
  .top-recruit > .l-wrap { padding: 0 40px; }
  .top-recruit .btn-1 { margin-top: 30px; }
  .top-recruit-shape--1,
  .top-recruit-shape--2 { top: -6.25px; left: calc((76.07 * 100 / 375) * -1vw); transform-origin: center center; transform: rotate(137.56deg); width: calc((446.17 * 100 / 375) * 1vw); height: calc((341.95 * 100 / 375) * 1vw); }

  .top-recruit-shape--1.anm-floating,
  .top-recruit-shape--2.anm-floating { animation: topRecruitShapeFloating 2s ease-in-out infinite alternate-reverse; }

  @keyframes topRecruitShapeFloating {
    0% {
      transform: translateY(-10px) rotate(137.56deg);
    }
    100% {
      transform: translateY(0) rotate(137.56deg);
    }
  }
}

@media screen and (min-width: 769px) {
  .top-recruit { padding: 130px 0 124px; }
  .top-recruit > .l-wrap { display: grid; align-items: flex-end; max-width: 1220px; }
  .top-recruit .title-1 { grid-row: 1; grid-column: 1 / 3; margin-bottom: 32px; }
  .top-recruit-text { grid-row: 2; grid-column: 1; font-size: 1.6rem; line-height: 2.25; }
  .top-recruit .btn-1 { grid-row: 2; grid-column: 2; margin-bottom: 10px; }
  .top-recruit-shape--1,
  .top-recruit-shape--2 { top: -150.24px; right: 143px; transform-origin: center center; transform: rotate(138.87deg); width: 987.72px; height: 757px; }

  .top-recruit-shape--1.anm-floating,
  .top-recruit-shape--2.anm-floating { animation: topRecruitShapeFloating 2s ease-in-out infinite alternate-reverse; }

  @keyframes topRecruitShapeFloating {
    0% {
      transform: translateY(-18px) rotate(138.87deg);
    }
    100% {
      transform: translateY(0) rotate(138.87deg);
    }
  }
}

/* about
------------------------------------------------ */
/* common */
@media screen and (max-width: 768px) {
  .about-shape-1 { top: calc((11.91 * 100 / 375) * -1vw); left: calc((36.74 * 100 / 375) * -1vw); transform-origin: center center; transform: rotate(-26.23deg); width: calc((282.3 * 100 / 375) * 1vw); height: calc((125.77 * 100 / 375) * 1vw); }
  .about-shape-2 { top: calc((148.31 * 100 / 375) * 1vw); left: calc((175.26 * 100 / 375) * 1vw); transform-origin: center center; transform: rotate(0.13deg); width: calc((280.08 * 100 / 375) * 1vw); height: calc((114.88 * 100 / 375) * 1vw); }
  .about-shape-3,
  .about-shape-4 { top: calc((61.2 * 100 / 375) * 1vw); left: calc((220.79 * 100 / 375) * 1vw); transform-origin: center center; transform: rotate(-15deg) scale(1, -1); width: calc((216.57 * 100 / 375) * 1vw); height: calc((165.96 * 100 / 375) * 1vw); }

  .about-shape-1.anm-floating { animation: aboutShape1Floating 3s ease-in-out infinite alternate-reverse; }
  .about-shape-2.anm-floating { animation: aboutShape2Floating 2s ease-in-out infinite alternate-reverse; }
  .about-shape-3.anm-floating,
  .about-shape-4.anm-floating { animation: aboutShape34Floating 2s ease-in-out infinite alternate-reverse; }

  @keyframes aboutShape1Floating {
    0% {
      transform: translateY(-18px) rotate(-26.23deg);
    }
    100% {
      transform: translateY(0) rotate(-26.23deg);
    }
  }
  @keyframes aboutShape2Floating {
    0% {
      transform: translateY(-18px) rotate(0.13deg);
    }
    100% {
      transform: translateY(0) rotate(0.13deg);
    }
  }
  @keyframes aboutShape34Floating {
    0% {
      transform: translateY(-18px) rotate(-15deg) scale(1, -1);
    }
    100% {
      transform: translateY(0) rotate(-15deg) scale(1, -1);
    }
  }
}

@media screen and (min-width: 769px) {
  .about-shape-1 { top: -114.16px; left: -66.73px; transform-origin: center center; transform: rotate(-29.91deg); width: 828.69px; height: 369.2px; }
  .about-shape-2 { top: -31.81px; right: -806.08px; transform-origin: center center; transform: rotate(-16.87deg); width: 1293px; height: 530px; }
  .about-shape-3,
  .about-shape-4 { top: -1.85px; left: 321px; transform-origin: center center; transform: rotate(-174.61deg); width: 622.25px; height: 476.83px; }

  .about-shape-1.anm-floating { animation: aboutShape1Floating 3s ease-in-out infinite alternate-reverse; }
  .about-shape-2.anm-floating { animation: aboutShape2Floating 2s ease-in-out infinite alternate-reverse; }
  .about-shape-3.anm-floating,
  .about-shape-4.anm-floating { animation: aboutShape34Floating 2s ease-in-out infinite alternate-reverse; }

  @keyframes aboutShape1Floating {
    0% {
      transform: translateY(-18px) rotate(-29.91deg);
    }
    100% {
      transform: translateY(0) rotate(-29.91deg);
    }
  }
  @keyframes aboutShape2Floating {
    0% {
      transform: translateY(-18px) rotate(-16.87deg);
    }
    100% {
      transform: translateY(0) rotate(-16.87deg);
    }
  }
  @keyframes aboutShape34Floating {
    0% {
      transform: translateY(-18px) rotate(-174.61deg);
    }
    100% {
      transform: translateY(0) rotate(-174.61deg);
    }
  }
}

/* message */
.about-message { position: relative; padding: 70px 0 60px; }
.about-message .title-2 { margin-bottom: 40px; }
.about-message-copy { margin: 0 0 32px; font-size: 1.8rem; letter-spacing: 0.12em; line-height: 1.5; }
.about-message-text { font-size: 1.2rem; letter-spacing: 0.1em; line-height: 2.1666666666; }
.about-message-text > p { margin: 0; }
.about-message-text > p + p { margin-top: 2.1666666666em; }
.about-message-name { display: flex; justify-content: flex-end; align-items: center; gap: 20px; margin: 40px 0 0; }
.about-message-text.u-lazy-done + .about-message-name { opacity: 1; }
.about-message-name > span { font-size: 1.3rem; letter-spacing: 0.15em; line-height: 2.3076923076; }
.about-message-name > strong { font-size: 1.6rem; font-weight: 400; letter-spacing: 0.15em; line-height: 1.875; }

@media screen and (max-width: 768px) {
  .about-message > .l-wrap { padding: 0 40px; }
}

@media screen and (min-width: 769px) {
  .about-message { padding: 92px 0 152px; }
  .about-message > .l-wrap { max-width: 1126px; }
  .about-message .title-2 { margin-bottom: 80px; }
  .about-message-content { margin: 0 auto; max-width: 835px; }
  .about-message-copy,
  .about-message-text { padding-right: 62px; }
  .about-message-copy { margin-bottom: 50px; font-size: 2.5rem; line-height: 2; }
  .about-message-text { font-size: 1.4rem; line-height: 2.1428571428; }
  .about-message-text > p + p { margin-top: 2.1428571428em; }
  .about-message-name { gap: 30px; margin-top: 60px; }
  .about-message-name > span { font-size: 1.4rem; line-height: 2.1428571428; }
  .about-message-name > strong { font-size: 2.3rem; line-height: 1.7217391304; }
}

/* company */
.about-company { position: relative; padding-top: 70px; }
.about-company .title-2 { margin-bottom: 60px; }
.about-company-box { margin: 0; }
.about-company-box__title { font-size: 1.4rem; font-weight: 500; letter-spacing: 0.1em; line-height: 2.1428571428; }
.about-company-box__text { margin: 0; font-size: 1.4rem; letter-spacing: 0.1em; line-height: 1.7857142857; }
.about-company-location { position: relative; }
.about-company-location + .about-company-location { margin-top: 27px; }
.about-company-location__name { margin: 0; font-size: 1.4rem; letter-spacing: 0.1em; line-height: 1.7857142857; }
.about-company-location__address { margin: 5px 0 0; font-size: 1.4rem; letter-spacing: 0.1em; line-height: 1.7857142857; }
.about-company-location__map { margin: 5px 0 0; font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 500; letter-spacing: 0.1em; line-height: 2.1428571428; }
.about-company-location__map > a { display: inline-block; position: relative; text-decoration: none; vertical-align: top; color: #000; }
.about-company-location__map > a::after { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 0.5px; background-color: #000; }

.u-device-click .about-company-location__map > a { transition: opacity 0.4s ease; }
.u-device-click .about-company-location__map > a:hover { opacity: 0.5; }

@media screen and (max-width: 768px) {
  .about-company > .l-wrap { padding: 0 20px; }
  .about-company-box__title,
  .about-company-box__text { padding: 0 20px; }
  .about-company-box__title:not(:first-child) { padding-top: 20px; }
  .about-company-box__text { margin-top: 5px; padding-bottom: 22px; }
  .about-company-box__text:not(:last-child) { border-bottom: 0.5px solid #707070; }
}

@media screen and (min-width: 769px) {
  .about-company { padding: 150px 0; }
  .about-company > .l-wrap { max-width: 1126px; }
  .about-company .title-2 { margin-bottom: 80px; }
  .about-company-content { margin: 0 auto; max-width: 762px; }
  .about-company-box { display: grid; grid-template-columns: 210px calc(100% - 210px); }
  .about-company-box__title { padding: 0 52px; font-size: 1.4rem; line-height: 2.1428571428; }
  .about-company-box__text { font-size: 1.4rem; line-height: 2.1428571428; }
  .about-company-box__title:not(:last-of-type),
  .about-company-box__text:not(:last-child) { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 0.5px solid #707070; }
  .about-company-location + .about-company-location { margin-top: 37px; }
  .about-company-location__name { font-size: 1.4rem; line-height: 2.1428571428; }
  .about-company-location__address { margin-top: 5px; font-size: 1.4rem; line-height: 2.1428571428; }
  .about-company-location__map { margin-top: -1px; font-size: 1.4rem; line-height: 2.1428571428; }
}

/* service
------------------------------------------------ */
/* common */
.service-shape { pointer-events: none; position: absolute; z-index: -1; }

@media screen and (max-width: 768px) {
  .service-shape-1,
  .service-shape-2 { top: calc((40.57 * 100 / 375) * -1vw); left: calc((1.67 * 100 / 375) * 1vw); transform-origin: center center; transform: rotate(-172.51deg); width: calc((249.09 * 100 / 375) * 1vw); height: calc((190.88 * 100 / 375) * 1vw); }
  .service-shape-3 { top: calc((132.43 * 100 / 375) * 1vw); left: calc((167.81 * 100 / 375) * 1vw); transform-origin: center center; transform: rotate(-14.36deg); width: calc((335.37 * 100 / 375) * 1vw); height: calc((137.47 * 100 / 375) * 1vw); }
  .service-shape-4 { display: none; }

  .service-shape-1.anm-floating,
  .service-shape-2.anm-floating { animation: serviceShape12Floating 2s ease-in-out infinite alternate-reverse; }
  .service-shape-3.anm-floating { animation: serviceShape3Floating 3s ease-in-out infinite alternate-reverse; }

  @keyframes serviceShape12Floating {
    0% {
      transform: translateY(-10px) rotate(-172.51deg);
    }
    100% {
      transform: translateY(0) rotate(-172.51deg);
    }
  }
  @keyframes serviceShape3Floating {
    0% {
      transform: translateY(-10px) rotate(-14.36deg);
    }
    100% {
      transform: translateY(0) rotate(-14.36deg);
    }
  }
}

@media screen and (min-width: 769px) {
  .service-shape-1,
  .service-shape-2 { top: -131.84px; left: -15.45px; transform-origin: center center; transform: rotate(-174.61deg); width: 556.11px; height: 426.14px; }
  .service-shape-3 { top: 178.6px; right: -348.42px; transform-origin: center center; transform: rotate(-8.97deg); width: 1293px; height: 530px; }
  .service-shape-4 { top: 382.27px; right: 254.58px; transform-origin: center center; transform: rotate(-162.46deg); width: 902.86px; height: 402.24px; }

  .service-shape-1.anm-floating,
  .service-shape-2.anm-floating { animation: serviceShape12Floating 2s ease-in-out infinite alternate-reverse; }
  .service-shape-3.anm-floating { animation: serviceShape3Floating 3s ease-in-out infinite alternate-reverse; }
  .service-shape-4.anm-floating { animation: serviceShape4Floating 2s ease-in-out infinite alternate-reverse; }

  @keyframes serviceShape12Floating {
    0% {
      transform: translateY(-18px) rotate(-174.61deg);
    }
    100% {
      transform: translateY(0) rotate(-174.61deg);
    }
  }
  @keyframes serviceShape3Floating {
    0% {
      transform: translateY(-18px) rotate(-8.97deg);
    }
    100% {
      transform: translateY(0) rotate(-8.97deg);
    }
  }
  @keyframes serviceShape4Floating {
    0% {
      transform: translateY(-18px) rotate(-162.46deg);
    }
    100% {
      transform: translateY(0) rotate(-162.46deg);
    }
  }
}

/* detail */
.service { position: relative; padding: 70px 0; background-color: #000; color: #fff; }
.service a { color: #fff; }
.service .title-2 { margin-bottom: 50px; }
.service .title-2::before { background-color: #fff; }
.service-nav-links__item { font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 300; letter-spacing: -0.01em; line-height: 1.25; }
.service-nav-links__item > a { display: inline-block; position: relative; position: relative; text-decoration: none; }
.service-lists { counter-reset: serviceNumber 0; }
.service-lists-item { position: relative; }
.service-lists-item:not(:first-child) { margin-top: 50px; }
.service-lists-title { position: relative; margin: 0 0 20px; padding: 0 0 12px 30px; border-bottom: 1px solid rgba(119, 119, 119, 0.466667); }
.service-lists-title::before { content: '0'counter(serviceNumber); counter-increment: serviceNumber 1; position: absolute; top: 2px; left: 0; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 300; letter-spacing: -0.03em; line-height: 1.875; }
.service-lists-title__ja,
.service-lists-title__en { margin: 0; }
.service-lists-title__ja { font-size: 1.8rem; font-weight: 400; letter-spacing: 0.1em; line-height: 1.6666666666; }
.service-lists-title__en { font-family: 'Inter', sans-serif; font-weight: 400; }
.service-lists-text { text-align: justify; font-size: 1.2rem; letter-spacing: 0.1em; line-height: 1.9166666666; }
.service-lists-text > p { margin: 0; }
.service-lists-text > p + p { margin-top: 1.9166666666em; }
.service-subject { margin-top: 16px; }
.service-subject-lists__item { position: relative; padding-left: 8px; font-size: 1.2rem; letter-spacing: 0.09em; line-height: 2.5; }
.service-subject-lists__item::before { content: ''; position: absolute; top: 50%; left: 0; width: 0.5px; transform: translateY(-50%); height: calc(100% - 16px); background-color: #fff; }
.service-lists-box { margin: 35px 0 0; }
.service-lists-box__title { position: relative; margin-bottom: 12px; padding-left: 17px; font-size: 1.5rem; letter-spacing: 0.1em; line-height: 1.6666666666; }
.service-lists-box__title:not(:first-child) { margin-top: 35px; }
.service-lists-box__title::before { content: ''; position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background-color: #fff; }
.service-lists-box__content { margin: 0; }

@media screen and (max-width: 768px) {
  .service > .l-wrap { padding: 0 40px; }
  .service-nav-links { display: grid; row-gap: 20px; column-gap: 25px; grid-template-columns: 61.0169491525% calc(100% - (61.0169491525% + 25px)); margin-bottom: 95px; }
  .service-nav-links__item { display: flex; align-items: flex-end; border-bottom: 0.5px solid #fff; }
  .service-nav-links__item:nth-of-type(1) { grid-row: 1; grid-column: 1; }
  .service-nav-links__item:nth-of-type(2) { grid-row: 2; grid-column: 1; }
  .service-nav-links__item:nth-of-type(3) { grid-row: 3; grid-column: 1; }
  .service-nav-links__item:nth-of-type(4) { grid-row: 1; grid-column: 2; }
  .service-nav-links__item:nth-of-type(5) { grid-row: 2; grid-column: 2; }
  .service-nav-links__item > a { display: block; padding-bottom: 10px; width: 100%; }
  .service-nav-links__item > a::after { content: ''; position: absolute; bottom: 14px; right: 8px; width: 11px; height: 6px; background: url(../img/icon/arrow_down1-white.svg) no-repeat center center; background-size: 100%; }
  .service-nav-circle,
  .service-nav-line { display: none; }
  .service-lists-title__en { display: none; }
  .service-subject-lists + .service-subject-lists,
  .service-subject-lists__item:not(:first-child) { margin-top: -3px; }
}

@media screen and (min-width: 769px) {
  .service { padding: 150px 0; }
  .service > .l-wrap { display: grid; align-items: flex-start; grid-template-columns: calc(100% - 63.7200736648%) 63.7200736648%; max-width: 1126px; }
  .service .title-2 { grid-row: 1; grid-column: 1 / 3; margin-bottom: 80px; }
  .service-nav { grid-row: 2; grid-column: 1; position: sticky; top: calc(((100dvh - 639px) + 65px) / 2); left: 0; transform: translateY(10px); aspect-ratio: 1 / 1.8849557522; max-width: 339px; }
  .service-nav-links,
  .service-nav-circle,
  .service-nav-line { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .service-nav-circle,
  .service-nav-line { pointer-events: none; }
  .service-nav-links__item { position: absolute; text-align: center; font-size: 2rem; letter-spacing: 0; line-height: 1.45; }
  .service-nav-links__item:nth-of-type(1) { top: 0; left: 48px; }
  .service-nav-links__item:nth-of-type(2) { top: 167px; right: 0; }
  .service-nav-links__item:nth-of-type(3) { top: 300px; left: 31px; }
  .service-nav-links__item:nth-of-type(4) { top: 495px; left: 126px; }
  .service-nav-links__item:nth-of-type(5) { top: 611px; left: 31px; }
  .service-nav-links__item > a { transition: color 0.4s ease; color: #3C3C3C; }
  .service-nav-links__item > a.is-active { color: #fff }
  .service-nav-circle > i { position: absolute; transition: background 0.4s ease; width: 6px; height: 6px; background-color: #3C3C3C; border-radius: 50%; z-index: 2; }
  .service-nav-circle > i.is-active { background-color: #fff; }
  .service-nav-circle > i:nth-of-type(1) { top: 10px; left: 18px; }
  .service-nav-circle > i:nth-of-type(2) { top: 188px; left: 95px; }
  .service-nav-circle > i:nth-of-type(3) { top: 325px; left: 0; }
  .service-nav-circle > i:nth-of-type(4) { top: 506px; left: 95px; }
  .service-nav-circle > i:nth-of-type(5) { top: 622px; left: 0; }
  .service-nav-line > i { position: absolute; transition: background 0.4s ease; transform-origin: left top; height: 1.5px; background-color: #3C3C3C; z-index: 1; }
  .service-nav-line > i.is-active { background-color: #fff; }
  .service-nav-line > i:nth-of-type(1) { top: 12px; left: 20px; transform: rotate(66.566554163271deg); width: 195px; }
  .service-nav-line > i:nth-of-type(2) { top: 191px; left: 99px; transform: rotate(124.870270734464deg); width: 166px; }
  .service-nav-line > i:nth-of-type(3) { top: 328px; left: 3px; transform: rotate(62.326257899552deg); width: 204px; }
  .service-nav-line > i:nth-of-type(4) { top: 508px; left: 99px; transform: rotate(129.260672099484deg); width: 150px; }
  .service-lists { grid-row: 2; grid-column: 2; max-width: 692px; }
  .service-lists-item { padding-left: 52px; }
  .service-lists-item:not(:first-child) { margin-top: 125px; }
  .service-lists-title { display: flex; align-items: flex-start; gap: 35px; margin-bottom: 27px; padding: 0 0 20px 55px; }
  .service-lists-title::before { top: 11px; left: 0; font-size: 2rem; line-height: 1.5; }
  .service-lists-title__ja { font-size: 2.8rem; letter-spacing: 0.04em; line-height: 1.7857142857; }
  .service-lists-title__en { padding-top: 13px; font-size: 2rem; line-height: 1.5; opacity: 0.6; }
  .service-lists-text { max-width: 622px; font-size: 1.4rem; line-height: 2; }
  .service-lists-text > p + p { margin-top: 2em; }
  .service-subject { display: grid; align-items: flex-start; margin-top: 20px; }
  .service-subject-lists__item { margin-top: -1px; padding-left: 8px; font-size: 1.2rem; line-height: 2.5; }
  .service-subject-lists__item::before { height: calc(100% - 16px); }
  .service-subject.is-service1-subjects1 { grid-template-columns: 37.4598070739% 29.5819935691% calc(100% - (37.4598070739% + 29.5819935691%)); }
  .service-subject.is-service2-subjects1 { grid-template-columns: 43.5691318327% calc(100% - 43.5691318327%); }
  .service-subject.is-service2-subjects2 { grid-template-columns: 37.4598070739% calc(100% - 37.4598070739%); }
  .service-lists-box { margin-top: 40px; max-width: 622px; }
  .service-lists-box__title { margin-bottom: 20px; padding-left: 19px; font-size: 1.8rem; letter-spacing: 0.08em; line-height: 1.6666666666; }
  .service-lists-box__title:not(:first-child) { margin-top: 45px; }
  .service-lists-box__title::before { top: 11px; width: 9px; height: 9px; }
  .service-lists-box__content { margin: 0; }
}

@media screen and (min-width: 769px) and (max-width: 975px) {
  .service-nav-links__item { font-size: calc((22 * 100 / 975) * 1vw); }
  .service-nav-links__item:nth-of-type(1) { left: calc((48 * 100 / 975) * 1vw); }
  .service-nav-links__item:nth-of-type(2) { top: calc((167 * 100 / 975) * 1vw); }
  .service-nav-links__item:nth-of-type(3) { top: calc((300 * 100 / 975) * 1vw); left: calc((31 * 100 / 975) * 1vw); }
  .service-nav-links__item:nth-of-type(4) { top: calc((495 * 100 / 975) * 1vw); left: calc((126 * 100 / 975) * 1vw); }
  .service-nav-links__item:nth-of-type(5) { top: calc((611 * 100 / 975) * 1vw); left: calc((31 * 100 / 975) * 1vw); }
  .service-nav-circle > i { width: calc((6 * 100 / 975) * 1vw); height: calc((6 * 100 / 975) * 1vw); }
  .service-nav-circle > i:nth-of-type(1) { top: calc((10 * 100 / 975) * 1vw); left: calc((18 * 100 / 975) * 1vw); }
  .service-nav-circle > i:nth-of-type(2) { top: calc((188 * 100 / 975) * 1vw); left: calc((95 * 100 / 975) * 1vw); }
  .service-nav-circle > i:nth-of-type(3) { top: calc((325 * 100 / 975) * 1vw); }
  .service-nav-circle > i:nth-of-type(4) { top: calc((506 * 100 / 975) * 1vw); left: calc((95 * 100 / 975) * 1vw); }
  .service-nav-circle > i:nth-of-type(5) { top: calc((622 * 100 / 975) * 1vw); }
  .service-nav-line > i { height: calc((1.5 * 100 / 975) * 1vw); }
  .service-nav-line > i:nth-of-type(1) { top: calc((12 * 100 / 975) * 1vw); left: calc((20 * 100 / 975) * 1vw); width: calc((195 * 100 / 975) * 1vw); }
  .service-nav-line > i:nth-of-type(2) { top: calc((191 * 100 / 975) * 1vw); left: calc((99 * 100 / 975) * 1vw); width: calc((166 * 100 / 975) * 1vw); }
  .service-nav-line > i:nth-of-type(3) { top: calc((328 * 100 / 975) * 1vw); left: calc((3 * 100 / 975) * 1vw); width: calc((204 * 100 / 975) * 1vw); }
  .service-nav-line > i:nth-of-type(4) { top: calc((508 * 100 / 975) * 1vw); left: calc((99 * 100 / 975) * 1vw); width: calc((150 * 100 / 975) * 1vw); }
}

/* privacy
------------------------------------------------ */
/* common */
.privacy-shape { pointer-events: none; position: absolute; z-index: -1; }

@media screen and (max-width: 768px) {
  .privacy-shape-1 { top: calc((58.42 * 100 / 375) * 1vw); left: calc((78.83 * 100 / 375) * -1vw); transform-origin: center center; transform: rotate(179.87deg) scale(1, -1); width: calc((379.11 * 100 / 375) * 1vw); height: calc((155.49 * 100 / 375) * 1vw); }
  .privacy-shape-2,
  .privacy-shape-3 { top: calc((49.83 * 100 / 375) * 1vw); left: calc((116.94 * 100 / 375) * 1vw); transform-origin: center center; transform: rotate(-28.65deg); width: calc((211.74 * 100 / 375) * 1vw); height: calc((162.25 * 100 / 375) * 1vw); }

  .privacy-shape-1.anm-floating { animation: privacyShape12Floating 3s ease-in-out infinite alternate-reverse; }
  .privacy-shape-2.anm-floating,
  .privacy-shape-3.anm-floating { animation: privacyShape3Floating 2s ease-in-out infinite alternate-reverse; }

  @keyframes privacyShape12Floating {
    0% {
      transform: translateY(-10px) rotate(179.87deg) scale(1, -1);
    }
    100% {
      transform: translateY(0) rotate(179.87deg) scale(1, -1);
    }
  }
  @keyframes privacyShape3Floating {
    0% {
      transform: translateY(-10px) rotate(-28.65deg);
    }
    100% {
      transform: translateY(0) rotate(-28.65deg);
    }
  }
}

@media screen and (min-width: 769px) {
  .privacy-shape-1 { top: 68px; left: -53px; transform-origin: center center; transform: rotate(175deg) scale(1, -1); width: 1293px; height: 530px; }
  .privacy-shape-2,
  .privacy-shape-3 { top: 97.95px; right: -102.03px; transform-origin: center center; transform: rotate(-2.05deg) scale(1, -1); width: 649.32px; height: 497.58px; }

  .privacy-shape-1.anm-floating { animation: privacyShape12Floating 3s ease-in-out infinite alternate-reverse; }
  .privacy-shape-2.anm-floating,
  .privacy-shape-3.anm-floating { animation: privacyShape3Floating 2s ease-in-out infinite alternate-reverse; }

  @keyframes privacyShape12Floating {
    0% {
      transform: translateY(-18px) rotate(175deg) scale(1, -1);
    }
    100% {
      transform: translateY(0) rotate(175deg) scale(1, -1);
    }
  }
  @keyframes privacyShape3Floating {
    0% {
      transform: translateY(-18px) rotate(-2.05deg) scale(1, -1);
    }
    100% {
      transform: translateY(0) rotate(-2.05deg) scale(1, -1);
    }
  }
}

/* detail */
.privacy { position: relative; padding-bottom: 70px; }
.privacy-lists { counter-reset: privacyNumber 0; }
.privacy-lists-item { position: relative; }
.privacy-lists-item:not(:first-child) { margin-top: 25px; }
.privacy-lists-item:not(:last-child) { padding-bottom: 25px; border-bottom: 0.5px solid rgba(0,0,0,0.3); }
.privacy-lists-title { position: relative; margin: 0 0 9px; font-size: 1.4rem; font-weight: 500; letter-spacing: 0.1em; line-height: 2.1428571428; }
.privacy-lists-title::before { content: '0'counter(privacyNumber); counter-increment: privacyNumber 1; position: absolute; top: 1px; left: 0; font-family: 'Inter', sans-serif; font-size: 1.6rem; font-weight: 300; letter-spacing: -0.03em; line-height: 1.875; }
.privacy-lists-text { margin: 0; font-size: 1.2rem; letter-spacing: 0.06em; line-height: 1.9166666666; }

@media screen and (max-width: 768px) {
  .privacy > .l-wrap { padding: 0 40px; }
  .privacy-lists-title { padding-left: 42px; }
}

@media screen and (min-width: 769px) {
  .privacy { padding-bottom: 150px; }
  .privacy > .l-wrap { max-width: 1208px; }
  .privacy-lists-item { padding: 0 40px 0 100px; }
  .privacy-lists-item:not(:first-child) { margin-top: 50px; }
  .privacy-lists-item:not(:last-child) { padding-bottom: 50px; }
  .privacy-lists-title { margin-bottom: 0; font-size: 1.8rem; line-height: 2.7777777777; }
  .privacy-lists-title::before { top: 10px; left: -60px; font-size: 1.9rem; line-height: 1.5789473684; }
  .privacy-lists-text { font-size: 1.4rem; line-height: 2.1428571428; }
}

/* footer
------------------------------------------------ */
.l-ft { position: relative; }
.l-ft-contact { position: relative; }
.l-ft-contact > .l-wrap::before,
.l-ft-contact > .l-wrap::after { content: ''; position: absolute; height: 0.5px; background-color: #707070; }
.l-ft-contact > .l-wrap::before { top: 0; }
.l-ft-contact > .l-wrap::after { bottom: 0; }
.l-ft-contact__link { margin: 0; text-align: center; font-family: 'Inter', sans-serif; font-size: 4rem; font-weight: 400; line-height: 1.575; }
.l-ft-contact__link > a { display: inline-block; position: relative; transition: color 0.4s ease; padding: 0 6px; text-decoration: none; vertical-align: top; color: #000; }
.l-ft-contact__link > a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3.6px; background-color: #000; }
.l-ft-contact__text { margin: 25px 0 0; text-align: center; font-size: 1.4rem; letter-spacing: 0.15em; line-height: 2.1428571428; }
.l-ft-content { position: relative; padding: 60px 0 24px; }
.l-ft-logo { margin: 0; width: 214px; font-size: 1rem; line-height: 1.2; }
.l-ft-logo > a { display: block; width: 100%; }
.l-ft-logo > a img { width: 100%; max-width: inherit; }
.l-ft-box { margin: 0; }
.l-ft-box__title { margin-bottom: 5px; font-family: 'Inter', sans-serif; font-size: 2rem; font-weight: 300; letter-spacing: 0.02em; line-height: 1.5; }
.l-ft-box__title > a { display: inline-block; text-decoration: none; vertical-align: top; color: #000; }
.l-ft-box__content { margin: 0; }
.l-ft-links__item { font-size: 1.2rem; letter-spacing: 0.05em; line-height: 3; }
.l-ft-links__item > a { display: inline-block; text-decoration: none; vertical-align: top; color: #595959; }
.l-ft-others__item { font-family: 'Inter', sans-serif; font-size: 2rem; font-weight: 300; letter-spacing: 0.02em; line-height: 1.5; }
.l-ft-others__item:not(:first-child) { margin-top: 15px; }
.l-ft-others__item > a { display: inline-block; text-decoration: none; vertical-align: top; color: #000; }
.l-ft-pagetop { position: absolute; bottom: 10px; right: 40px; margin: 0; width: 33px; height: 33px; }
.l-ft-pagetop > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.l-ft-pagetop > a::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-90deg); width: 11px; height: 10px; background: url(../img/icon/arrow1.svg) no-repeat center center; background-size: 100%; }
.l-ft-copyright { margin: 0; font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 300; letter-spacing: 0.01em; line-height: 2.5; }
.l-ft-copyright > small { font-size: inherit; }

.u-device-click .l-ft-contact__link > a::after { transition: transform 0.2s ease; transform-origin: top right; transform: scaleX(0); }
.u-device-click .l-ft-contact__link > a:hover::after { transform-origin: top left; transform: scaleX(1); }
.u-device-click .l-ft-box__title > a,
.u-device-click .l-ft-others__item > a,
.u-device-click .l-ft-links__item > a { transition: opacity 0.4s ease; }
.u-device-click .l-ft-box__title > a:hover,
.u-device-click .l-ft-others__item > a:hover,
.u-device-click .l-ft-links__item > a:hover { opacity: 0.4; }

.u-device-click .l-ft-pagetop > a { transition: background-color 0.4s ease; }
.u-device-click .l-ft-pagetop > a:hover { background-color: #000; }
.u-device-click .l-ft-pagetop > a:hover::before { background-image: url(../img/icon/arrow1-white.svg); }

@media screen and (max-width: 768px) {
  .l-ft-contact > .l-wrap { padding: 65px 20px 50px; }
  .l-ft-contact > .l-wrap::before,
  .l-ft-contact > .l-wrap::after { left: 20px; width: calc(100% - 40px); }
  .l-ft-content > .l-wrap { padding: 0 40px; }
  .l-ft-logo { margin-bottom: 48px; }
  .l-ft-nav { display: grid; }
  .l-ft-box:nth-of-type(1) { grid-row: 1; grid-column: 1; }
  .l-ft-box:nth-of-type(2) { grid-row: 1 / 3; grid-column: 2; }
  .l-ft-others { grid-row: 2; grid-column: 1; margin-top: 38px; }
  .l-ft-copyright { margin-top: 54px; }
}

@media screen and (min-width: 769px) {
  .l-ft-contact > .l-wrap { padding-top: 116px; padding-bottom: 128px; }
  .l-ft-contact > .l-wrap::before,
  .l-ft-contact > .l-wrap::after { left: 20px; width: calc(100% - 40px); }
  .l-ft-content { padding: 66px 0 48px; }
  .l-ft-contact__link { margin-top: 22px; font-size: 10rem; line-height: 1.3; }
  .l-ft-contact__link > a { padding: 0 32px 3px; }
  .l-ft-contact__link > a::after { bottom: 0; height: 4px; }
  .l-ft-contact__text { margin-top: 50px; font-size: 1.8rem; line-height: 1.6666666666; }
  .l-ft-content { position: relative; padding: 60px 0 24px; }
  .l-ft-logo { position: absolute; top: 0; left: 70px; width: 228px; }
  .l-ft-nav { display: flex; justify-content: flex-end; margin-left: auto; width: calc(100% - 228px); }
  .l-ft-box:not(:first-child) { margin-left: 70px; }
  .l-ft-box__title { margin-bottom: 20px; font-size: 1.8rem; line-height: 1.6666666666; }
  .l-ft-box__content { display: flex; gap: 48px; }
  .l-ft-links__item { font-size: 1.2rem; line-height: 2.25; }
  .l-ft-others { margin-left: 66px; }
  .l-ft-others__item { font-size: 1.8rem; line-height: 1.6666666666; }
  .l-ft-others__item:not(:first-child) { margin-top: 23px; }
  .l-ft-pagetop { bottom: 12px; right: 20px; width: 43px; height: 43px; }
  .l-ft-pagetop > a::before { width: 14px; height: 13px; }
  .l-ft-copyright { margin-top: 112px; text-align: center; font-size: 1.4rem; line-height: 2.1428571428; }
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
  .l-ft-nav { padding-top: 60px; width: 100%; }
}

/* switch color
------------------------------------------------ */
.body-switch-color .l-hd-color img { opacity: 0; }
.body-switch-color .l-hd-color::before { opacity: 1; }
.body-switch-color .l-hd-contact > a { background-color: #C5BD9D; border-color: #C5BD9D; }
.body-switch-color .l-hd-contact > a span.is-circle { border-color: #C5BD9D; }
.body-switch-color .top-visual-copy__en span.is-focus { color: #C5BD9D; }
.body-switch-color .top-about .btn-1 > a { background-color: #C5BD9D; border-color: #C5BD9D; }
.body-switch-color .top-about .btn-1 > a span.is-circle,
.body-switch-color .top-about .btn-1 > button span.is-circle { border-color: #C5BD9D; }
.body-switch-color .top-service-chart__circle > i { background-color: rgba(183, 173, 132, 0.8); }
.body-switch-color .top-service-chart__line > i::after { background-color: rgba(183, 173, 132, 0.8); }
.body-switch-color .top-service-lists__item > a::before { background-image: url(../img/icon/arrow1-gold.svg); }
.body-switch-color .top-service-lists__item > a::after { border-color: rgba(183, 173, 132, 0.8); }
.body-switch-color .top-service-lists__title::before { color: rgba(183, 173, 132, 0.8); }
.body-switch-color.u-device-click .top-service-lists__item > a:hover::before { background-image: url(../img/icon/arrow1.svg); }
.body-switch-color.u-device-click .top-service-lists__item > a:hover::after { background-color: #C5BD9D; }
.body-switch-color .top-recruit { background-color: #C5BD9D; }
.body-switch-color .top-recruit-shape--1,
.body-switch-color .top-recruit-shape--2 { opacity: 1; }
.body-switch-color #u-shape4-gradation-recruit stop,
.body-switch-color #u-shape5-gradation-recruit stop { stop-color: #fff !important; }
.body-switch-color .about-message.u-change-bg.is-changed { background-color: #C5BD9D; color: #000; }
.body-switch-color .about-message.u-change-bg.is-changed a { color: #000; }
.body-switch-color .about-message.u-change-bg.is-changed .title-2::before { background-color: #000; }
.body-switch-color .service-lists-title { border-bottom: 1px solid rgba(183, 173, 132, 0.8); color: rgba(183, 173, 132, 0.8); }
.body-switch-color .service-nav-links__item > a.is-active { color: rgba(183, 173, 132, 0.8); }
.body-switch-color .service-lists-box__title { color: rgba(183, 173, 132, 0.8); }
.body-switch-color .service-lists-box__title::before { background-color: rgba(183, 173, 132, 0.8); }
.body-switch-color .l-ft-contact__link > a { color: #C5BD9D; }
.body-switch-color .l-ft-contact__link > a::after { background-color: #C5BD9D; }

.body-switch-color.u-device-click .top-about .btn-1 > a:hover,
.body-switch-color.u-device-click .top-about .btn-1 > button:hover { background-color: #fff; color: #000; }
.body-switch-color.u-device-click .l-ft-links__item > a { transition: color 0.4s ease; }
.body-switch-color.u-device-click .l-ft-links__item > a:hover { color: #C5BD9D; opacity: 1; }

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 769px) {
  .body-switch-color .service-nav-circle > i.is-active { background-color: rgba(183, 173, 132, 0.8); }
  .body-switch-color .service-nav-line > i.is-active { background-color: rgba(183, 173, 132, 0.8); }
}