@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
:root {
  /* サイトカラー */
  --theme-main: #003B8F;
  --theme-accent: #0b2852;
  --light-gray: #E5EEFB;
  /* font */
  --font-base: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Noto Sans JP", sans-serif;
  --font-en: "Syne", sans-serif;
  --font-num: "Figtree", sans-serif;
  /* header */
  --header-height-sm: 64px;
  --header-height-md: 72px;
  --header-height-lg: 104px;
  /* inner */
  --inner-max-width-sm: 960px;
  --inner-max-width-md: 1080px;
  --inner-max-width-lg: 1240px;
  --inner-max-width-xl: 1360px;
  /* carousel */
  --carousel-gap: 3rem;
  --carousel-duration: 50s;
}

/*======================
  reset
======================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

svg,
img,
picture {
  display: block;
  width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
/* -----------------------------------------------------------------
  ローディングアニメーション
----------------------------------------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.loading__text {
  font-family: var(--font-en);
  font-size: clamp(3.5rem, 2.714rem + 3.93vw, 6.25rem);
  /* 56 - 100 */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #F3F3F6;
  position: relative;
  opacity: 0;
  white-space: nowrap;
}
.loading__text::before {
  content: "TO YOU.";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-main);
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading__text.is-colored::before {
  width: 100%;
}

/* 無限カルーセル用（1行目: 右から左） */
@-webkit-keyframes carousel-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes carousel-loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* 無限カルーセル用（2行目: 左から左へ2周分） */
@-webkit-keyframes carousel-loop-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes carousel-loop-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes float-y {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@keyframes float-y {
  0%, 100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
/* -----------------------------------------------------------------
  スクロールアニメーション
----------------------------------------------------------------- */
/* クリップアニメーション */
.js-scroll-clip {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path var(--clip-duration, 1.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: clip-path var(--clip-duration, 1.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.js-scroll-clip.is-visible {
  clip-path: inset(0);
}

/* スケールアニメーション */
.js-scroll-scale {
  border-radius: 8px;
  overflow: hidden;
}
.js-scroll-scale img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: auto;
}
.js-scroll-scale.is-visible img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* フェードアップアニメーション */
.js-scroll-fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.js-scroll-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* フェードインアニメーション */
.js-scroll-fadein {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-scroll-fadein.is-visible {
  opacity: 1;
}

/*======================
  base
======================*/
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  color: var(--theme-main);
  font-family: var(--font-base);
  font-size: 0.9375rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-autospace: normal;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.svg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon_window {
  width: 16px;
  height: 16px;
  color: inherit;
}
.icon_window.icon_window--dark {
  color: var(--theme-accent);
}
.icon_window.icon_window--main {
  color: var(--theme-main);
}
.icon_window.icon_window--disabled {
  color: #ccc;
}

.icon_arrow {
  width: 12px;
  height: 12px;
  stroke: var(--theme-main);
}
.icon_arrow.rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 16px;
  height: 16px;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*======================
  header
======================*/
.l-header {
  position: fixed;
  left: 0;
  top: 10px;
  width: 100%;
  height: var(--header-height-sm);
  z-index: 990;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 16px;
    height: var(--header-height-md);
  }
}
@media screen and (min-width: 768px) {
  .l-header.is-hide {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: calc(100% - 1rem);
  height: 100%;
  margin-inline: auto;
  padding-inline: 0.875rem 0.625rem;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    width: calc(100% - 2rem);
    padding-inline: 1rem;
  }
}
.l-header__logo {
  display: block;
  width: 100%;
  max-width: clamp(12.5rem, 6.786rem + 11.9vw, 17.5rem);
  /* 200 - 280 */
  z-index: 995;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2%;
  font-size: clamp(0.75rem, 0.536rem + 0.45vw, 0.938rem);
  /* 12 - 15 */
  white-space: nowrap;
}
.l-header__nav-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1rem, -0.143rem + 2.38vw, 2rem);
    /* 16 - 32 */
  }
}
.l-header__nav-item {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-main)), to(var(--theme-main)));
  background-image: linear-gradient(90deg, var(--theme-main), var(--theme-main));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  font-family: var(--font-en);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.l-header__nav-item:hover {
  background-size: 100% 1px;
}
.l-header__nav-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  padding: 0.5rem 0.625rem 0.5rem 1.25rem;
  background-color: var(--theme-main);
  border-radius: calc(infinity * 1px);
  font-family: var(--font-base);
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  /* 13 - 14 */
  color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-header__nav-cta .text {
  display: inline-block;
  padding-bottom: 0.125rem;
}
.l-header__nav-cta .icon {
  width: 2rem;
  aspect-ratio: 1/1;
}
.l-header__nav-cta:hover {
  background-color: #29A040;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.l-navbtn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--theme-main);
  border-radius: 4px;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-navbtn {
    display: none;
  }
}
.l-navbtn.is-active .m-top {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  background: #fff;
}
.l-navbtn.is-active .m-middle {
  display: none;
}
.l-navbtn.is-active .m-bottom {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  background: #fff;
}
.l-navbtn__bar {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.l-navbtn__bar.m-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 996;
}
.l-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-nav__inner {
  margin-left: auto;
  height: 100svh;
}
.l-nav__wrap {
  padding: var(--header-height-sm) 1rem;
  background-color: #fff;
}
.l-nav__item {
  display: block;
  padding-block: 1rem;
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.l-nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding: 1.25rem 1rem;
  border-radius: 6px;
  border: 1px solid var(--theme-main);
}
.l-nav__cta .title {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  /* 16 - 18 */
  font-weight: 700;
  white-space: nowrap;
}
.l-nav__cta .title::before {
  content: "";
  background-image: url(../img/icon_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-nav__cta .lead {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: clamp(0.813rem, 0.723rem + 0.45vw, 0.938rem);
  /* 13 - 15 */
}

/*======================
  footer
======================*/
.l-footer {
  position: relative;
  background-color: var(--theme-accent);
  padding-block: 5rem 2.5rem;
  color: #fff;
  z-index: 500;
}
.l-footer__inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1240px;
    padding-inline: 2.5rem;
  }
}
.l-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 2.8%;
}
@media screen and (min-width: 1024px) {
  .l-footer__top {
    grid-template-columns: auto 1fr;
  }
}
.l-footer__title .ja {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 500;
}
.l-footer__title .ja::before {
  content: "";
  background-image: url(../img/icon_title.svg);
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__title .en {
  margin-top: 0.625rem;
  font-family: var(--font-en);
  font-size: clamp(2.625rem, 2.454rem + 0.85vw, 3rem);
  /* 42 - 48 */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .l-footer__title .en {
    font-size: clamp(3rem, 1.769rem + 1.92vw, 3.5rem);
    /* 48 - 56 */
  }
}
.l-footer__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__box {
    grid-template-columns: minmax(auto, 380px) minmax(auto, 380px);
    grid-template-rows: auto;
    justify-self: end;
  }
}
.l-footer__box-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border: 1px solid #98A4B5;
  border-radius: 8px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__box-item {
    padding: 1.25rem;
  }
}
.l-footer__box-item.link-line {
  padding: 1.5rem 1rem 1rem 1rem;
}
.l-footer__box-item.link-line .body {
  font-size: 0.8125rem;
  line-height: 1.8;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .l-footer__box-item.link-line .body {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.l-footer__box-item.link-line:hover {
  border-color: #fff;
}
.l-footer__box-item.link-line:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.l-footer__box-item.link-tel .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .l-footer__box-item.link-tel .body {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.l-footer__box-item.link-tel:hover {
  border-color: #fff;
}
.l-footer__box-item .head {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.l-footer__box-item .head > span {
  position: relative;
  padding-left: 1.25rem;
}
.l-footer__box-item .head > span::before {
  content: "";
  background-image: url(../img/icon_title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__box-item .body {
  margin-top: 1rem;
}
.l-footer__box-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.5rem;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__box-item .num {
  position: relative;
  padding-left: 1.875rem;
  font-family: var(--font-num);
  font-size: clamp(1.625rem, 1.454rem + 0.85vw, 2rem);
  /* 26 - 32 */
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .l-footer__box-item .num {
    padding-left: 2.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__box-item .num {
    font-size: clamp(1.75rem, 1.135rem + 0.96vw, 2rem);
    /* 28 - 32 */
  }
}
.l-footer__box-item .num::before {
  content: "";
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-footer__box-item .num::before {
    width: 2rem;
    height: 2rem;
  }
}
.l-footer__box-item .time {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.l-footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: clamp(3.5rem, 3.071rem + 2.14vw, 5rem);
  /* 56 - 80 */
  margin-top: clamp(3.5rem, 3.071rem + 2.14vw, 5rem);
  /* 56 - 80 */
  border-top: 1px solid #98A4B5;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom {
    grid-template-columns: 1fr 27.8125rem;
    grid-template-rows: auto auto;
  }
}
.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 17.5rem;
}
.l-footer__nav {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    margin-top: 0;
    grid-area: 1/2/2/3;
  }
}
.l-footer__nav-list, .l-footer__nav-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem clamp(0px, 7.2%, 32px);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list, .l-footer__nav-sublist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  font-family: var(--font-en);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-item:hover {
    background-size: 100% 1px;
  }
}
.l-footer__nav-sublist {
  margin-top: 2rem;
}
.l-footer__nav-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-subitem:hover {
    background-size: 100% 1px;
  }
}
.l-footer__copyright {
  margin-top: 6.25rem;
  font-family: var(--font-en);
  font-size: 0.625rem;
  color: #98A4B5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.75rem;
    text-align: left;
  }
}
.l-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  justify-self: end;
}
@media screen and (min-width: 1024px) {
  .l-footer__pagetop {
    margin-top: 6.25rem;
  }
}
.l-footer__pagetop .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__pagetop:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow-x: clip;
}

/*=======================
  container
=======================*/
.l-container {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-md);
  }
}

.l-container--sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--sm {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-sm);
  }
}

.l-container--lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--lg {
    padding-inline: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--lg {
    max-width: var(--inner-max-width-lg);
  }
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*======================
  btn
======================*/
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  background-color: var(--theme-main);
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  z-index: 1;
  font-family: var(--font-base);
  font-size: clamp(0.813rem, 0.768rem + 0.22vw, 0.875rem);
  /* 13 - 14 */
  line-height: 1.2;
  color: #fff;
}
.c-btn::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn .text {
  display: inline-block;
  white-space: nowrap;
}
.c-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    color: var(--theme-main);
  }
  .c-btn:hover .icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background-color: #E5EEFB;
  }
  .c-btn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.c-btn--disabled {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  background-color: #ccc;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  z-index: 1;
  font-family: var(--font-base);
  font-size: clamp(0.813rem, 0.768rem + 0.22vw, 0.875rem);
  /* 13 - 14 */
  line-height: 1.2;
  color: #fff;
  cursor: default;
}
.c-btn--disabled .text {
  display: inline-block;
}
.c-btn--disabled .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*=======================
  title
=======================*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-title .ja {
  position: relative;
  padding-inline: 1.25rem;
  font-weight: 500;
}
.c-title .ja::before {
  content: "";
  background-image: url(../img/icon_title.svg);
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-title .en {
  margin-top: 0.625rem;
  font-family: var(--font-en);
  font-size: clamp(2.875rem, 2.089rem + 3.93vw, 5.625rem);
  /* 46 - 90 */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
.c-title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title.sm .en {
  font-size: clamp(2.875rem, 2.411rem + 2.32vw, 4.5rem);
  /* 46 - 72 */
}

.c-title-inline {
  position: relative;
  padding-left: 1.25rem;
  font-family: var(--font-en);
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
.c-title-inline::before {
  content: "";
  background-image: url(../img/icon_title.svg);
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-title-inline .num {
  font-family: var(--font-num);
  font-weight: 600;
}

/*======================
  carousel
======================*/
.c-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.c-carousel__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  padding-left: var(--carousel-gap, 3rem);
  font-family: var(--font-en);
  font-size: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c-carousel__text:first-child {
  padding-left: 0;
}
.c-carousel__text:nth-child(odd) {
  -webkit-animation: carousel-loop var(--carousel-duration, 50s) -25s linear infinite;
          animation: carousel-loop var(--carousel-duration, 50s) -25s linear infinite;
}
.c-carousel__text:nth-child(even) {
  -webkit-animation: carousel-loop-2 var(--carousel-duration, 50s) linear infinite;
          animation: carousel-loop-2 var(--carousel-duration, 50s) linear infinite;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.u-color-accent {
  color: var(--theme-accent);
}

.u-mt-16 {
  margin-top: 1rem;
}

.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mt-32 {
  margin-top: 2rem;
}

.u-mt-40 {
  margin-top: 2.5rem;
}

.u-mt-56 {
  margin-top: 3.5rem;
}

.u-mt-64 {
  margin-top: 4rem;
}

.u-mt-80 {
  margin-top: 5rem;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.home-mv {
  padding-bottom: 2.5rem;
  background-color: #F0F0F4;
  position: sticky;
  top: 0;
}
.home-mv__container {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .home-mv__container {
    height: 100svh;
  }
}
.home-mv__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 1.25rem;
  height: 100%;
  padding-top: calc(var(--header-height-sm) + 2.5rem);
}
@media screen and (min-width: 768px) {
  .home-mv__inner {
    grid-template-columns: 1fr clamp(18.75rem, 32.3%, 25rem) 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 0;
    padding-top: calc(var(--header-height-md) + 16px);
  }
}
@media screen and (min-width: 1440px) {
  .home-mv__inner {
    grid-template-columns: 1fr 28% 1fr;
  }
}
.home-mv__carousel {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-mv__carousel {
    align-self: center;
    grid-area: 1/2/4/3;
  }
}
.home-mv__carousel .c-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100vw;
}
.home-mv__carousel .swiper {
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  width: 72%;
  max-width: 18.75rem;
  aspect-ratio: 400/600;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-mv__carousel .swiper {
    width: auto;
    max-width: none;
    max-height: 90svh;
  }
}
.home-mv__carousel .swiper-slide {
  position: relative;
  background-color: #fff;
}
.home-mv__carousel .swiper-slide .carousel-illust {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
}
.home-mv__carousel .swiper-slide .illlust01 {
  aspect-ratio: 402/155;
}
.home-mv__carousel .swiper-slide .illlust02 {
  aspect-ratio: 400/131;
}
.home-mv__carousel .swiper-slide .illlust03 {
  aspect-ratio: 402/123;
}
.home-mv__copy {
  padding-inline: 1.25rem;
  padding-bottom: 3.5rem;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (min-width: 768px) {
  .home-mv__copy {
    position: absolute;
    bottom: 2.5rem;
    left: 2.8%;
    padding-inline: 0;
    padding-bottom: 0;
  }
}
.home-mv__copy .main {
  margin-left: -2px;
  font-size: clamp(2rem, 1.463rem + 2.68vw, 2.75rem);
  /* 32 - 44 */
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .home-mv__copy .main {
    font-size: clamp(2.25rem, 1.679rem + 1.19vw, 2.75rem);
    /* 36 - 44 */
  }
}
.home-mv__copy .main .sp-only {
  display: block;
}
@media screen and (min-width: 600px) {
  .home-mv__copy .main .sp-only {
    display: none;
  }
}
.home-mv__copy .sub {
  margin-top: 0.75rem;
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  /* 16 - 20 */
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .home-mv__copy .sub {
    margin-top: 0.375rem;
    font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
    /* 16 - 20 */
  }
}
.home-mv__copy .en {
  margin-top: 0.75rem;
  font-family: var(--font-num);
  font-size: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem);
  /* 11 - 13 */
  font-weight: 300;
  color: #BDBDD3;
}
@media screen and (min-width: 768px) {
  .home-mv__copy .en {
    font-size: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem);
    /* 11 - 13 */
  }
}
.home-mv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.home-mv__scroll .text {
  font-family: var(--font-en);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.home-mv__scroll .icon {
  width: 1.25rem;
  aspect-ratio: 1/1;
  animation: float-y 1s ease-in-out infinite alternate-reverse;
}

.home-about {
  position: relative;
  background-color: var(--theme-main);
  overflow: clip;
  z-index: 500;
}
.home-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1920px) {
  .home-about__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-about__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 20 */
  width: 40%;
  max-width: 38.125rem;
  margin-left: 3.9%;
}
@media screen and (max-width: 767px) {
  .home-about__carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
.home-about__carousel .carousel-left,
.home-about__carousel .carousel-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.home-about__carousel .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .home-about__carousel .swiper {
    width: 100%;
    aspect-ratio: 3/4;
  }
}
.home-about__carousel .swiper-wrapper {
  gap: 1.25rem;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .home-about__carousel .swiper-wrapper {
    gap: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
    /* 10 - 20 */
  }
}
.home-about__carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home-about__carousel .swiper-slide {
    width: clamp(11.25rem, 7.671rem + 17.9vw, 16.25rem);
    /* 180 - 260 */
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.home-about__carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home-about__content {
  padding-top: clamp(6.25rem, 5.355rem + 4.47vw, 7.5rem);
  /* 100 - 120 */
  padding-bottom: clamp(2.5rem, -0.185rem + 13.42vw, 6.25rem);
  /* 40 - 100 */
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .home-about__content {
    padding-block: clamp(7.5rem, 4.643rem + 5.95vw, 10rem);
    /* 120 - 160 */
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .home-about__content {
    width: clamp(25rem, 39%, 32.5rem);
  }
}
.home-about__title {
  margin-top: 1.5rem;
  font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
  /* 28 - 32 */
  font-weight: 600;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (min-width: 768px) {
  .home-about__title {
    font-size: clamp(2rem, 1.571rem + 0.89vw, 2.375rem);
    /* 32 - 38 */
  }
}
.home-about__text {
  margin-top: 2.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
.home-about__text p + p {
  margin-top: 1.25rem;
}

.home-service {
  position: relative;
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background-color: #fff;
  z-index: 500;
}
.home-service__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  row-gap: 1.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .home-service__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.home-service__lead {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  /* 18 - 20 */
  white-space: nowrap;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
.home-service__lead .accent {
  position: relative;
}
.home-service__lead .accent::before {
  content: "";
  background-image: url(../img/service_lead.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 113/10;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.home-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .home-service__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-service__list {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .home-service__list {
    width: 52%;
  }
}
@media screen and (min-width: 1024px) {
  .home-service__list {
    width: 50%;
  }
}
.home-service__img {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .home-service__img {
    width: 43.2%;
  }
}
.home-service__img img {
  border-radius: 8px;
  overflow: hidden;
}
.home-service__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 1rem;
  padding-block: 2rem;
  background-size: 0 1px;
}
@media screen and (min-width: 390px) {
  .home-service__item {
    grid-template-columns: min(18.5%, 100px) 1fr 16px;
    grid-template-rows: auto;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .home-service__item {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.home-service__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9e2ef;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-service__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--theme-main);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home-service__item .svg-icon {
  display: none;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 390px) {
  .home-service__item .svg-icon {
    display: block;
  }
}
.home-service__item:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.home-service__item:hover .svg-icon {
  -webkit-transform: rotate(90deg) translateX(4px);
          transform: rotate(90deg) translateX(4px);
}
.home-service__icon {
  grid-area: 1/1/2/3;
  justify-self: center;
  width: 5rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 390px) {
  .home-service__icon {
    grid-area: 1/1/2/2;
    align-self: center;
    width: 100%;
  }
}
.home-service__body {
  -ms-flex-item-align: center;
      align-self: center;
}
.home-service__title {
  -ms-flex-item-align: end;
      align-self: end;
  font-family: var(--font-en);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 390px) {
  .home-service__title {
    text-align: left;
  }
}
.home-service__text {
  grid-area: 2/1/3/2;
  margin-top: 0.375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 390px) {
  .home-service__text {
    text-align: left;
  }
}
.home-service__text .sp-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .home-service__text .sp-only {
    display: none;
  }
}

.detail {
  position: relative;
  background-color: #E5EEFB;
  padding-block: clamp(4rem, 3rem + 5vw, 7.5rem);
  /* 64 - 120 */
  margin-inline: auto;
  width: calc(100% - 2.5rem);
  border-radius: 8px;
  overflow-x: clip;
}
.detail:not(:first-child) {
  margin-top: 1.5rem;
}
.detail__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .detail__inner {
    grid-template-columns: 1fr 32.3% 1fr;
    grid-template-rows: auto 180px auto;
  }
}
.detail__head {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .detail__head {
    grid-area: 1/1/2/2;
  }
}
.detail__head .lead {
  margin-top: 1rem;
  font-size: clamp(1.625rem, 1.357rem + 1.34vw, 2rem);
  /* 26 - 32 */
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .detail__head .lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .detail__head .lead {
    white-space: nowrap;
  }
}
.detail__head .sp-only {
  display: none;
}
@media screen and (min-width: 600px) {
  .detail__head .sp-only {
    display: block;
  }
}
.detail__head .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .detail__head .pc-only {
    display: block;
  }
}
.detail__carousel {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .detail__carousel {
    align-self: center;
    grid-area: 1/2/4/3;
  }
}
.detail__carousel .c-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100vw;
}
.detail__carousel .swiper {
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  width: 80%;
  max-width: 18.75rem;
  aspect-ratio: 400/600;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .detail__carousel .swiper {
    width: auto;
    max-width: none;
  }
}
.detail__carousel .swiper-slide {
  position: relative;
  background-color: #fff;
}
.detail__carousel .swiper-slide .carousel-illust {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
}
.detail__carousel .swiper-slide .illlust01 {
  aspect-ratio: 402/155;
}
.detail__carousel .swiper-slide .illlust02 {
  aspect-ratio: 400/131;
}
.detail__carousel .swiper-slide .illlust03 {
  aspect-ratio: 402/123;
}
.detail__desc {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .detail__desc {
    grid-area: 3/3/4/4;
    margin-left: 1.75rem;
  }
}
.detail__desc.service01 {
  font-size: clamp(1rem, 0.692rem + 0.48vw, 1.125rem);
  /* 16 - 18 */
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .detail__desc.service01 {
    margin-top: 3.5rem;
  }
}
.detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}
.detail .coming-soon {
  margin-right: 1rem;
  font-size: 0.8125rem;
  color: var(--theme-main);
  text-align: right;
}

.home-message {
  position: relative;
  padding-top: clamp(7.5rem, 6.786rem + 3.57vw, 10rem);
  /* 120 - 160 */
  background-color: #fff;
  z-index: 500;
}
.home-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem 6.7%;
}
@media screen and (min-width: 768px) {
  .home-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-message__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-message__img {
    width: 43.2%;
  }
}
.home-message__img img {
  border-radius: 8px;
  overflow: hidden;
}
.home-message__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-message__content {
    width: 50%;
  }
}
.home-message__text {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.home-message__text p + p {
  margin-top: 1.25rem;
}
.home-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  margin-top: 2rem;
}
.home-message__name .position {
  font-size: 0.8125rem;
}
.home-message__name .name {
  font-size: 1rem;
}

.home-company {
  position: relative;
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  padding-bottom: clamp(7.5rem, 6.786rem + 3.57vw, 10rem);
  /* 120 - 160 */
  background-color: #fff;
  z-index: 500;
}
.home-company__table {
  margin-top: 2.5rem;
  margin-inline: auto;
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .home-company__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
    padding-block: 1.5rem;
    border-bottom: 1px solid #C4C7CD;
  }
}
@media screen and (max-width: 767px) {
  .home-company__table tr:first-child {
    padding-top: 0;
  }
}
.home-company__table th {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .home-company__table th {
    display: table-cell;
    vertical-align: middle;
    width: 21.3%;
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--theme-main);
  }
}
.home-company__table td {
  display: block;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .home-company__table td {
    display: table-cell;
    width: auto;
    padding: 2rem 1.25rem;
    border-bottom: 1px solid #C4C7CD;
  }
}
.home-company__table td li {
  position: relative;
  padding-left: 1.25rem;
}
.home-company__table td li:not(:first-child) {
  margin-top: 0.5rem;
}
.home-company__table td li::before {
  content: "";
  background-color: var(--theme-main);
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 1px;
}