@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/NotoSansJP-Bold.woff2") format("woff2"), url("../webfonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/Jost-Medium.woff2") format("woff2"), url("../webfonts/Jost-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Antique";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/ZenAntique-Regular-Subset.woff2") format("woff2"), url("../webfonts/ZenAntique-Regular-Subset.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Cormorant-Regular.woff2") format("woff2"), url("../webfonts/Cormorant-Regular.woff") format("woff");
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (width >= 1024px) and (width <= 1280px) {
  html {
    font-size: 60%;
  }
}
@media screen and (width >= 768px) and (width <= 1023px) {
  html {
    font-size: 56%;
  }
}
@media screen and (width <= 767px) {
  html {
    font-size: 53%;
  }
}
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
/* ORBIT — CSS / SVG だけで描く球体と、円形のオープニング。 */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/EBGaramond-Regular.woff2") format("woff2");
  font-display: swap;
}
.loading {
  --ink: #173d42;
  --aperture: 0px;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  font-family: "Zen Antique", serif;
}

.loading[hidden] {
  display: none !important;
}

.loading__accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.loading__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 42%, #fffdf4 0%, #edf4ef 52%, #dbece8 100%);
}

.loading__glow {
  position: absolute;
  width: 95vmax;
  height: 95vmax;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.loading__glow--blue {
  left: -37vmax;
  top: -32vmax;
  background: radial-gradient(circle, rgba(117, 220, 237, 0.4392156863) 0%, rgba(117, 220, 237, 0) 64%);
}

.loading__glow--sun {
  bottom: -38vmax;
  right: -38vmax;
  background: radial-gradient(circle, rgba(255, 199, 144, 0.3960784314) 0%, rgba(255, 199, 144, 0) 63%);
}

.loading__universe {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  perspective: 1100px;
}

.loading__orbit, .loading__halo, .loading__sphere {
  grid-area: 1/1;
}

.loading__orbit {
  width: min(83vmin, 900px);
  height: min(83vmin, 900px);
  z-index: 2;
  opacity: 0;
  will-change: transform;
}

.loading__orbit-type {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: var(--ink);
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 49px;
}

.loading__halo {
  width: min(71vmin, 770px);
  height: min(71vmin, 770px);
  border: 1px solid rgba(57, 140, 145, 0.2196078431);
  border-radius: 50%;
  opacity: 0;
}

.loading__sphere {
  position: relative;
  width: min(36vmin, 390px);
  height: min(36vmin, 390px);
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  background: radial-gradient(circle at 31% 23%, #fffef5 0%, rgba(242, 252, 240, 0.7882352941) 15%, rgba(167, 240, 233, 0) 43%), radial-gradient(circle at 75% 74%, #257c95 0%, rgba(37, 124, 149, 0) 52%), radial-gradient(circle at 36% 26%, #e6f8e7 0%, #9fdde0 42%, #4ca4b5 75%, #276577 100%);
  box-shadow: inset -8px -12px 25px rgba(29, 84, 105, 0.1803921569), inset 2px 3px 10px rgba(255, 255, 255, 0.5333333333), 20px 28px 55px rgba(57, 123, 128, 0.1098039216);
  will-change: transform;
}

.loading__sphere-light {
  position: absolute;
  inset: -35%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.6) 42%, rgba(255, 255, 255, 0.0666666667) 53%, transparent 66%);
  transform: translateX(-75%);
}

.loading__sphere-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(11vmin, 119px);
  letter-spacing: -0.055em;
  text-indent: -0.055em;
  padding-bottom: 0.065em;
  color: #143d42;
}

.loading__thought {
  position: absolute;
  top: calc(50% + min(23vmin, 249px));
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-size: clamp(13px, 1.15vw, 18px);
  letter-spacing: 0.24em;
  opacity: 0;
}

.loading__brand {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.loading__brand-mark {
  display: block;
  width: clamp(66px, 8vmin, 94px);
  height: auto;
  margin-bottom: 22px;
}

.loading__brand-mask {
  overflow: hidden;
}

.loading__brand-name {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(58px, 10vw, 144px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  padding: 0.05em 0.06em 0.13em;
}

.loading__brand-rule {
  width: 40px;
  height: 2px;
  background: #2799ad;
  margin: 12px 0 22px;
  transform: scaleX(0);
}

.loading__brand-company {
  font-size: clamp(15px, 1.45vw, 22px);
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin: 0;
}

.loading__brand-caption {
  font-size: 12px;
  letter-spacing: 0.22em;
  margin-top: 18px;
  opacity: 0.6;
}

.loading__meta {
  position: absolute;
  bottom: clamp(22px, 3.5vw, 48px);
  left: clamp(24px, 4vw, 68px);
  right: clamp(24px, 4vw, 68px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(10px, 0.88vw, 14px);
  letter-spacing: 0.11em;
  opacity: 0;
}

html.is-opening .loading {
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--aperture), #000 calc(var(--aperture) + 1px));
  mask-image: radial-gradient(circle at 50% 50%, transparent var(--aperture), #000 calc(var(--aperture) + 1px));
}

.header .hero-line {
  display: block;
  overflow: hidden;
  padding: 0.06em 0;
  margin: -0.06em 0;
}

.header .hero-line-text {
  display: block;
}

@media (max-width: 600px) {
  .loading__orbit {
    width: 112vmin;
    height: 112vmin;
  }
  .loading__halo {
    width: 98vmin;
    height: 98vmin;
  }
  .loading__sphere {
    width: 50vmin;
    height: 50vmin;
  }
  .loading__sphere-word {
    font-size: 16vmin;
  }
  .loading__thought {
    top: calc(50% + 34vmin);
    font-size: 12px;
  }
  .loading__meta {
    justify-content: center;
    font-size: 10px;
  }
  .loading__meta span:last-child {
    display: none;
  }
}
/* OS のアニメーション設定に関係なく、通常の演出を再生する。 */
/*============================================
	― 変数設定
=============================================*/
/* =========================================================

HEADER / HERO

========================================================= */
/* =========================================
header
========================================= */
.header {
  position: relative;
  overflow: hidden;
}
.header .container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 40%), linear-gradient(135deg, #b8edfa 0%, #8bdff3 36%, #54c7e8 68%, #24b5df 100%);
}
.header {
  /* =========================================
  gnav
  ========================================= */
}
.header .gnav {
  position: absolute;
  top: 4.5rem;
  left: 3%;
  right: 2.5%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* logo
  ========================================= */
}
.header .gnav .logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .gnav .logo .mark {
  display: block;
  width: 7rem;
  height: auto;
}
.header .gnav .logo .letter h1 {
  margin: 0 0 0.4rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #101010;
}
.header .gnav .logo .letter .phrase {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #101010;
}
.header .gnav {
  /* nav
  ========================================= */
}
.header .gnav nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.header .gnav nav .normal {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .gnav nav .normal li {
  position: relative;
  display: flex;
  align-items: center;
}
.header .gnav nav .normal li:not(:last-child)::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 0 1.4rem;
  background: rgba(17, 17, 17, 0.6);
  transform: rotate(-55deg);
}
.header .gnav nav .normal li a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header .gnav nav .normal li a:hover {
  opacity: 0.55;
  transform: translateY(-2px);
}
.header .gnav nav .contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  height: 5.6rem;
  overflow: hidden;
  background: linear-gradient(90deg, #129bd0 0%, #37c6eb 100%);
  text-decoration: none;
}
.header .gnav nav .contact a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 48%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}
.header .gnav nav .contact a:hover::before {
  transform: translateX(120%);
}
.header .gnav nav .contact .main {
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #fff;
}
.header {
  /* =========================================
  hero
  ========================================= */
}
.header .hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 25% 10%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 32%), radial-gradient(circle at 60% 70%, rgba(0, 144, 199, 0.08) 0%, rgba(0, 144, 199, 0) 42%);
  pointer-events: none;
}
.header .hero {
  /* =========================================
  background effects
  ========================================= */
}
.header .hero .hero-effects {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.header .hero .hero-effects .light {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(1px);
  opacity: 0.45;
}
.header .hero .hero-effects .light-01 {
  top: 8%;
  left: 18%;
  width: 1rem;
  height: 1rem;
  box-shadow: 8rem 5rem 0 0.2rem rgba(255, 255, 255, 0.35), 18rem -1rem 0 0.4rem rgba(255, 255, 255, 0.2), 27rem 9rem 0 0.3rem rgba(255, 255, 255, 0.3), 38rem 2rem 0 0.5rem rgba(255, 255, 255, 0.15), 51rem 13rem 0 0.2rem rgba(255, 255, 255, 0.3), 68rem 4rem 0 0.4rem rgba(255, 255, 255, 0.2);
}
.header .hero .hero-effects .light-02 {
  top: 34%;
  left: 7%;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: 12rem 12rem 0 0.4rem rgba(255, 255, 255, 0.2), 24rem 5rem 0 0.2rem rgba(255, 255, 255, 0.3), 37rem 17rem 0 0.5rem rgba(255, 255, 255, 0.17), 50rem 7rem 0 0.3rem rgba(255, 255, 255, 0.28), 63rem 14rem 0 0.2rem rgba(255, 255, 255, 0.32);
}
.header .hero .hero-effects .light-03 {
  top: 62%;
  left: 32%;
  width: 1.5rem;
  height: 1.5rem;
  filter: blur(2px);
  box-shadow: 11rem 3rem 0 0.6rem rgba(255, 255, 255, 0.18), 24rem 9rem 0 0.8rem rgba(255, 255, 255, 0.14), 42rem -2rem 0 0.5rem rgba(255, 255, 255, 0.22), 58rem 10rem 0 0.6rem rgba(255, 255, 255, 0.12);
}
.header .hero .hero-effects .light-04 {
  top: 15%;
  right: 12%;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.13);
  filter: blur(20px);
  box-shadow: -28rem 8rem 0 2rem rgba(255, 255, 255, 0.08), -12rem 32rem 0 3rem rgba(255, 255, 255, 0.07);
}
.header .hero {
  /* =========================================
  logo mark background
  ========================================= */
}
.header .hero .logo-mark-bg {
  position: absolute;
  top: 16%;
  left: 25%;
  z-index: 2;
  width: 42rem;
  opacity: 0.13;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.header .hero .logo-mark-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.header .hero {
  /* =========================================
  text
  ========================================= */
}
.header .hero .text {
  position: absolute;
  top: 50%;
  left: 4.5%;
  z-index: 15;
  width: 43%;
  transform: translateY(-50%);
}
.header .hero .text .lead {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 3.8rem;
}
.header .hero .text .lead .line {
  display: block;
  width: 10rem;
  height: 1px;
  background: #20282c;
}
.header .hero .text .lead .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #222;
}
.header .hero .text h2 {
  margin: 0;
}
.header .hero .text h2 .catch {
  display: block;
  font-size: clamp(4.8rem, 3.7vw, 7rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: #1d2427;
}
.header .hero .text .sentence {
  margin-top: 4.7rem;
}
.header .hero .text .sentence p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.02em;
  color: #253136;
}
.header .hero {
  /* =========================================
  hero slider
  ========================================= */
}
.header .hero .hero-slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 58%;
  height: 100%;
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}
.header .hero .hero-slider .splide__track {
  height: 100%;
}
.header .hero .hero-slider .splide__list {
  height: 100%;
}
.header .hero .hero-slider .splide__slide {
  position: relative;
  height: 100%;
}
.header .hero .hero-slider .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 5;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}
.header .hero .hero-slider .splide__slide .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .hero .hero-slider .splide__slide .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(53, 190, 229, 0.16) 0%, rgba(255, 255, 255, 0) 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 151, 206, 0.06) 100%);
  pointer-events: none;
}
.header .hero .hero-slider .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.header .hero {
  /* =========================================
  english back
  ========================================= */
}
.header .hero .en-back {
  position: absolute;
  left: 18%;
  bottom: -3.5%;
  z-index: 12;
  pointer-events: none;
}
.header .hero .en-back .catch {
  display: block;
  font-family: "Cormorant", serif;
  font-size: clamp(11rem, 11vw, 20rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.04em;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(10, 137, 190, 0.26) 0%, rgba(13, 124, 181, 0.12) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .hero {
  /* =========================================
  ninka
  ========================================= */
}
.header .hero .ninka {
  position: absolute;
  right: 6%;
  bottom: 11%;
  z-index: 20;
  min-width: 35rem;
  text-align: center;
  color: #fff;
}
.header .hero .ninka .inner {
  display: inline-block;
  min-width: 100%;
  background: linear-gradient(90deg, rgba(13, 154, 211, 0.82) 0%, rgba(52, 197, 230, 0.65) 100%);
  backdrop-filter: blur(5px);
  padding: 0.1rem 0 0;
}
.header .hero .ninka .sub {
  display: flex;
  justify-content: center;
  margin-top: -1.3rem;
}
.header .hero .ninka .sub .catch {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.95);
  color: #169fd5;
}
.header .hero .ninka .main .catch {
  display: block;
  padding: 1.2rem 2.5rem 1.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .header .container {
    height: max(760px, 100svh);
  }
  .header .gnav {
    top: 24px;
    left: 3.5%;
    right: 3.5%;
    flex-wrap: wrap;
    gap: 18px;
  }
  .header .gnav .logo {
    gap: 12px;
  }
  .header .gnav .logo .mark {
    width: 54px;
  }
  .header .gnav .logo .letter h1 {
    font-size: 24px;
  }
  .header .gnav .logo .letter .phrase {
    font-size: 11px;
  }
  .header .gnav nav {
    width: 100%;
    justify-content: space-between;
    gap: 28px;
  }
  .header .gnav nav .normal li a {
    font-size: 15px;
    letter-spacing: 0.15em;
    padding: 16px 0;
  }
  .header .gnav nav .normal li:not(:last-child)::after {
    width: 20px;
    margin: 0 16px;
  }
  .header .gnav nav .contact a {
    min-width: 200px;
    height: 50px;
  }
  .header .gnav nav .contact .main {
    font-size: 17px;
  }
  .header .hero .logo-mark-bg {
    top: 25%;
    left: 20%;
    width: 320px;
  }
  .header .hero .text {
    top: 56%;
    left: 3.5%;
    width: 46%;
  }
  .header .hero .text .lead {
    gap: 12px;
    margin-bottom: 26px;
  }
  .header .hero .text .lead .line {
    width: 48px;
  }
  .header .hero .text .lead .catch {
    font-size: 19px;
  }
  .header .hero .text h2 .catch {
    font-size: clamp(37px, 3.7vw, 46px);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .header .hero .text .sentence {
    margin-top: 26px;
  }
  .header .hero .text .sentence p {
    font-size: 16px;
    line-height: 2.2;
  }
  .header .hero .text .sentence br {
    display: none;
  }
  .header .hero .hero-slider {
    width: 52%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .hero .en-back {
    left: 8%;
    bottom: -2%;
  }
  .header .hero .en-back .catch {
    font-size: 116px;
  }
  .header .hero .ninka {
    right: 3.5%;
    bottom: 10%;
    min-width: 280px;
  }
  .header .hero .ninka .sub .catch {
    padding: 5px 14px;
    font-size: 14px;
  }
  .header .hero .ninka .main .catch {
    padding: 14px 18px;
    font-size: 16px;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .header .container {
    height: max(820px, 100svh);
  }
  .header .gnav {
    top: 24px;
    left: 4%;
    right: 4%;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .header .gnav .logo {
    gap: 12px;
  }
  .header .gnav .logo .mark {
    width: 50px;
  }
  .header .gnav .logo .letter h1 {
    font-size: 23px;
  }
  .header .gnav .logo .letter .phrase {
    font-size: 10px;
  }
  .header .gnav nav {
    justify-content: space-between;
    gap: 16px;
  }
  .header .gnav nav .normal li a {
    padding: 16px 0;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .header .gnav nav .normal li:not(:last-child)::after {
    width: 12px;
    margin: 0 9px;
  }
  .header .gnav nav .contact a {
    min-width: 162px;
    height: 46px;
  }
  .header .gnav nav .contact .main {
    font-size: 14px;
  }
  .header .hero .logo-mark-bg {
    top: 26%;
    left: 12%;
    width: 280px;
  }
  .header .hero .text {
    top: 56%;
    left: 4%;
    width: 46%;
  }
  .header .hero .text .lead {
    gap: 10px;
    margin-bottom: 24px;
  }
  .header .hero .text .lead .line {
    width: 28px;
  }
  .header .hero .text .lead .catch {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .header .hero .text h2 .catch {
    font-size: clamp(29px, 3.8vw, 38px);
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
  .header .hero .text .sentence {
    margin-top: 24px;
  }
  .header .hero .text .sentence p {
    font-size: 15px;
    line-height: 2.2;
  }
  .header .hero .text .sentence br {
    display: none;
  }
  .header .hero .hero-slider {
    width: 52%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .hero .en-back {
    left: 4%;
    bottom: -1%;
  }
  .header .hero .en-back .catch {
    font-size: 92px;
  }
  .header .hero .ninka {
    right: 4%;
    bottom: 10%;
    min-width: 260px;
  }
  .header .hero .ninka .sub .catch {
    padding: 5px 12px;
    font-size: 13px;
  }
  .header .hero .ninka .main .catch {
    padding: 14px 16px;
    font-size: 14px;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .header .container {
    height: auto;
  }
  .header .gnav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 20px 5% 0;
  }
  .header .gnav .logo {
    gap: 10px;
  }
  .header .gnav .logo .mark {
    width: 42px;
  }
  .header .gnav .logo .letter h1 {
    font-size: clamp(18px, 5vw, 24px);
    line-height: 1.2;
  }
  .header .gnav .logo .letter .phrase {
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .header .gnav nav {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .header .gnav nav .normal {
    justify-content: space-between;
  }
  .header .gnav nav .normal li a {
    padding: 16px 0;
    font-size: clamp(10px, 2.6vw, 13px);
    letter-spacing: 0.06em;
  }
  .header .gnav nav .normal li:not(:last-child)::after {
    display: none;
  }
  .header .gnav nav .contact a {
    min-width: 0;
    height: 44px;
  }
  .header .gnav nav .contact .main {
    font-size: 15px;
  }
  .header .hero {
    height: auto;
  }
  .header .hero .logo-mark-bg {
    top: 24px;
    left: 38%;
    width: 240px;
  }
  .header .hero .text {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 38px 5% 28px;
    transform: none;
  }
  .header .hero .text .lead {
    gap: 10px;
    margin-bottom: 20px;
  }
  .header .hero .text .lead .line {
    width: 32px;
  }
  .header .hero .text .lead .catch {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .header .hero .text h2 .catch {
    font-size: clamp(29px, 7.5vw, 46px);
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
  .header .hero .text .sentence {
    margin-top: 20px;
  }
  .header .hero .text .sentence p {
    font-size: 15px;
    line-height: 2;
  }
  .header .hero .text .sentence br {
    display: none;
  }
  .header .hero .hero-slider {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: clamp(340px, 72vw, 500px);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
  .header .hero .en-back {
    left: 5%;
    bottom: 10px;
  }
  .header .hero .en-back .catch {
    font-size: clamp(44px, 11vw, 76px);
  }
  .header .hero .ninka {
    right: 5%;
    bottom: 68px;
    min-width: 0;
  }
  .header .hero .ninka .sub {
    margin-top: -12px;
  }
  .header .hero .ninka .sub .catch {
    padding: 5px 12px;
    font-size: 12px;
  }
  .header .hero .ninka .main .catch {
    padding: 14px 16px;
    font-size: 14px;
  }
}
/* =========================================================

INTRODUCTION

========================================================= */
.introduction {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 52% 37%, rgba(112, 211, 239, 0.96) 0%, rgba(62, 173, 218, 0.92) 28%, rgba(27, 130, 184, 0.96) 62%, rgb(8, 86, 139) 100%), linear-gradient(115deg, #075d94 0%, #3aadd8 48%, #075889 100%);
}
.introduction .overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 40%, rgba(64, 181, 222, 0.98) 0%, rgba(22, 135, 187, 0.99) 55%, rgb(5, 82, 133) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}
.introduction {
  /* -----------------------------------
  Grid
  ----------------------------------- */
}
.introduction .grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 11rem 11rem;
}
.introduction .container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 8rem 3.5%;
  /* -----------------------------------
  Background English
  ----------------------------------- */
}
.introduction .container .en-back {
  position: absolute;
  left: 0rem;
  top: 50%;
  z-index: 5;
  font-family: "Felix Titling", "EB Garamond", serif;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.08em;
  white-space: nowrap;
  writing-mode: vertical-lr;
  transform: translate(0%, -50%);
  transform-origin: center center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(215, 246, 255, 0.82) 45%, rgba(255, 255, 255, 0.42) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  pointer-events: none;
}
.introduction .container {
  /* -----------------------------------
  Visual
  ----------------------------------- */
}
.introduction .container .visual {
  position: relative;
  width: 75rem;
  height: 65rem;
}
.introduction .container .visual .rotate-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 54rem;
  height: 54rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.introduction .container .visual .rotate-line svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.introduction .container .visual .rotate-line svg circle {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.introduction .container .visual .rotate-line svg .all {
  stroke: rgba(180, 234, 249, 0.38);
  stroke-width: 1.4;
}
.introduction .container .visual .rotate-line svg .run {
  stroke: rgba(159, 232, 252, 0.98);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 320 1220;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 0.8rem rgba(131, 222, 248, 0.85));
}
.introduction .container .visual .row-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
}
.introduction .container .visual .row-wrapper .row {
  position: relative;
  display: flex;
  width: 100%;
}
.introduction .container .visual .row-wrapper .row.first {
  justify-content: center;
}
.introduction .container .visual .row-wrapper .row.second {
  justify-content: space-between;
}
.introduction .container .visual .row-wrapper .row.third {
  justify-content: center;
  gap: 8.5rem;
}
.introduction .container .visual .row-wrapper .row .mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
}
.introduction .container .visual .row-wrapper .row .mark .ball {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.introduction .container .visual .row-wrapper .row .mark .letter {
  position: relative;
  z-index: 5;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.introduction .container .visual .row-wrapper .row .mark .letter .main {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-shadow: 0 0.2rem 1rem rgba(5, 69, 110, 0.22);
}
.introduction .container .visual .row-wrapper .row .mark .letter .sub {
  margin: 0.5rem 0 0;
  font-family: "EB Garamond", serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  text-shadow: 0 0.2rem 1rem rgba(5, 69, 110, 0.22);
}
.introduction .container .visual .row-wrapper .first .mark {
  transform: translateX(-1rem);
}
.introduction .container .visual .row-wrapper .second {
  padding: 0 0.5rem;
}
.introduction .container .visual .row-wrapper .third {
  transform: translateY(-0.5rem);
}
.introduction .container .visual {
  /* -----------------------------------
  Center Logo
  ----------------------------------- */
}
.introduction .container .visual .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  transform: translate(-50%, -50%);
}
.introduction .container .visual .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.introduction .container {
  /* -----------------------------------
  Text
  ----------------------------------- */
}
.introduction .container .text {
  position: relative;
  z-index: 20;
  width: 44%;
  padding: 0 3rem 0 5rem;
  color: #ffffff;
}
.introduction .container .text .semi {
  margin-bottom: 4rem;
}
.introduction .container .text .semi .catch {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.94);
}
.introduction .container .text h2 {
  margin: 0 0 6rem;
}
.introduction .container .text h2 .catch {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-shadow: 0 0.3rem 2rem rgba(4, 65, 105, 0.1);
}
.introduction .container .text .sentence p {
  margin: 0 0 4.2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 0.2rem 1rem rgba(4, 65, 105, 0.1);
}
.introduction .container .text .sentence p:last-child {
  margin-bottom: 0;
}

/* =========================================================

SERVICE

========================================================= */
.service {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 0% 100%, rgba(41, 166, 214, 0.42) 0%, rgba(18, 112, 166, 0.32) 30%, transparent 52%), radial-gradient(circle at 88% 32%, rgba(61, 187, 228, 0.48) 0%, rgba(16, 120, 176, 0.52) 30%, transparent 52%), linear-gradient(135deg, #074f7d 0%, #063c66 32%, #075b88 55%, #043454 78%, #07527d 100%);
}
.service::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.75;
}
.service .overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}
.service .title {
  position: relative;
  height: 65vh;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
}
.service .title .bg-grade {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.3) 100%);
}
.service .title .visual {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.service .title .visual .thumb {
  position: relative;
  height: 100%;
}
.service .title .visual .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .title .text {
  position: relative;
  z-index: 4;
  padding: 0 3.5%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  mix-blend-mode: difference;
}
.service .title .text .en-copy .catch {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.4rem;
  opacity: 1;
  line-height: 1;
}
.service .title .text h2 {
  display: flex;
  align-items: center;
}
.service .title .text h2::before {
  content: "";
  width: 10rem;
  height: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(123, 123, 123) 50%, rgb(255, 255, 255) 100%);
  margin: 0 1.5rem 0 0;
}
.service .title .text h2 .catch {
  font-family: "Zen Antique";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5;
  font-size: 5rem;
  opacity: 1;
}
.service .title .text .right {
  width: 40%;
}
.service .title .text .right .sentence p {
  font-size: 2rem;
}
.service .container {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  padding: 1px 3.5% 10rem;
}
.service .container .box-wrapper {
  position: relative;
  z-index: 2;
  margin: -12rem 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.service .container .box-wrapper .box {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: calc(50% - 1.5rem);
  margin: 1.5rem 0 0 0;
  display: flex;
  align-items: center;
}
.service .container .box-wrapper .box .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 52% 37%, rgba(96, 198, 230, 0.94) 0%, rgba(56, 168, 214, 0.92) 28%, rgba(29, 136, 191, 0.94) 62%, rgba(24, 111, 170, 0.98) 100%), linear-gradient(115deg, #1e79b5 0%, #43b2dd 48%, #1970ac 100%);
  mix-blend-mode: multiply;
  opacity: 0.95;
}
.service .container .box-wrapper .box .en-back {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
.service .container .box-wrapper .box .en-back .catch {
  line-height: 1;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  opacity: 0.25;
  font-size: 6rem;
}
.service .container .box-wrapper .box .thumb {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 35rem;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.service .container .box-wrapper .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .container .box-wrapper .box .text {
  position: relative;
  z-index: 4;
  width: 60%;
  padding: 0 3rem 0 2rem;
  color: #fff;
}
.service .container .box-wrapper .box .text .number {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
}
.service .container .box-wrapper .box .text h3 .catch {
  font-weight: 500;
  font-size: 3rem;
}
.service .container .box-wrapper .box .text .sentence {
  margin: 2rem 0 0 0;
  padding: 0 0 0 0;
}
.service .container .box-wrapper .box .text .sentence p {
  font-size: 1.7rem;
}
.service .container .box-wrapper .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.service .container .box-wrapper .box:nth-child(2n) .thumb {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.service .container .box-wrapper .box:nth-child(2n) .text {
  padding: 0 2rem 0 4rem;
}
.service .container .box-wrapper .box:nth-child(2) .bg, .service .container .box-wrapper .box:nth-child(3) .bg {
  background: radial-gradient(circle at 44% 40%, rgba(84, 226, 221, 0.92) 0%, rgba(40, 201, 193, 0.92) 30%, rgba(22, 159, 180, 0.95) 63%, rgba(18, 136, 159, 0.99) 100%), linear-gradient(112deg, #17a99d 0%, #2fabcd 50%, #157d97 100%);
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
/* =========================================================

FEATURE

========================================================= */
.feature {
  background: radial-gradient(circle at 52% 37%, rgba(111, 205, 235, 0.9) 0%, rgba(62, 167, 215, 0.88) 28%, rgba(29, 128, 184, 0.93) 62%, rgba(20, 101, 158, 0.99) 100%), linear-gradient(115deg, #1b73ae 0%, #49add7 48%, #176ba5 100%);
  min-height: 100vh;
}
.feature .title {
  text-align: center;
  color: #ffffff;
  padding: 10rem 0 0 0;
}
.feature .title .en-back {
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
.feature .title h2 {
  font-weight: 500;
  font-size: 6rem;
}
.feature .box-wrapper {
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0rem 3.5% 6rem;
  gap: 2rem;
}
.feature .box-wrapper .box {
  margin: 12rem 0 0 0;
  position: relative;
  padding: 12rem 10rem;
}
.feature .box-wrapper .box .bg {
  position: absolute;
  z-index: 1;
  background: linear-gradient(135deg, #1a70aa 0%, #43a9d5 50%, #17679e 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.feature .box-wrapper .box .number {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: -12rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  font-size: 22rem;
  color: #fff;
  opacity: 0.4;
}
.feature .box-wrapper .box .thumb {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  opacity: 0.4;
  width: 80rem;
  height: 100%;
}
.feature .box-wrapper .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, #000 100%);
}
.feature .box-wrapper .box .text {
  position: relative;
  z-index: 2;
  color: #fff;
}
.feature .box-wrapper .box .text h3 {
  font-weight: 500;
  font-size: 4.5rem;
}
.feature .box-wrapper .box .text h4 {
  font-weight: 500;
  font-size: 3.5rem;
  color: rgba(255, 255, 255, 0.85);
}
.feature .box-wrapper .box .text ul {
  margin: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.feature .box-wrapper .box .text ul li {
  position: relative;
  font-size: 2.2rem;
  padding: 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.85);
}
.feature .box-wrapper .box .text ul li::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #72cceb 0%, #a9e4f6 45%, #248fc2 70%, #a9e4f6 85%, #72cceb 90% 100%);
  -o-border-image: linear-gradient(90deg, #72cceb 0%, #a9e4f6 45%, #248fc2 70%, #a9e4f6 85%, #72cceb 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}
.feature .box-wrapper .box .text .sentence {
  margin: 1.5rem 0 0 0;
}
.feature .box-wrapper .box .text .sentence p {
  font-size: 1.8rem;
  opacity: 0.8;
}

.construction {
  color: #26343b;
  background: radial-gradient(circle at 10% 10%, rgba(151, 222, 243, 0.28) 0%, transparent 38%), radial-gradient(circle at 88% 88%, rgba(98, 194, 226, 0.18) 0%, transparent 42%), linear-gradient(135deg, #f9fdff 0%, #f1faff 48%, #e8f6fb 100%);
  padding: clamp(72px, 8vw, 144px) 0;
  scroll-margin-top: 28px;
}
.construction .section-lead {
  color: #59717d;
}
.construction .section-container {
  width: 86%;
  max-width: 1600px;
  margin: 0 auto;
}
.construction .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(42px, 5vw, 80px);
}
.construction .section-en {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(52px, 7.8vw, 136px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
  background: linear-gradient(110deg, #0a4f79 0%, #087eae 50%, #0a9bca 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.construction .section-lead {
  max-width: 440px;
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.construction figure {
  margin: 0;
}
.construction a:focus-visible,
.construction button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
.construction h2 {
  margin: 22px 0 0;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.construction .construction-slider {
  padding-bottom: 80px;
}
.construction .works-photo {
  aspect-ratio: 1.24;
  overflow: hidden;
  background: #dcebf1;
}
.construction .works-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.construction .splide__arrow {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #2f8fba;
  border-radius: 0;
  transform: none;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 0;
  transform: none;
  background: transparent;
  opacity: 1;
}
.construction .splide__arrow svg {
  width: 17px;
  height: 17px;
  fill: #087eae;
}
.construction .splide__arrow:disabled {
  opacity: 0.3;
}
.construction .splide__arrow:hover:not(:disabled) {
  border-color: #0a9bca;
  background: rgba(95, 195, 228, 0.18);
}
.construction .splide__arrow--prev {
  right: 64px;
  left: auto;
}
.construction .splide__arrow--next {
  right: 0;
}
.construction .construction-slider:not(.is-initialized) {
  visibility: visible;
  padding-bottom: 24px;
}
.construction .construction-slider:not(.is-initialized) .splide__track {
  overflow-x: auto;
}
.construction .construction-slider:not(.is-initialized) .splide__list {
  display: flex;
  gap: 24px;
}
.construction .construction-slider:not(.is-initialized) .splide__slide {
  flex: 0 0 32%;
}
.construction .works-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid rgba(35, 108, 139, 0.2);
}
.construction .works-group {
  min-width: 0;
}
.construction .works-group h3 {
  padding-left: 14px;
  border-left: 2px solid #087eae;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
}
.construction .works-group ul {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
.construction .works-group li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.015em;
  color: #506873;
}
.construction .works-group li::before {
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 1px;
  content: "";
  background: #0a9bca;
}

@media (max-width: 1023px) {
  .construction .section-container {
    width: 90%;
  }
  .construction .section-heading {
    gap: 28px;
  }
  .construction .works-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }
}
@media (max-width: 767px) {
  .construction .section-container {
    width: calc(100% - 40px);
  }
  .construction .section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .construction .section-en {
    font-size: clamp(42px, 10vw, 74px);
  }
  .construction h2 {
    margin-top: 16px;
    font-size: 22px;
  }
  .construction .works-photo {
    aspect-ratio: 1.12;
  }
  .construction .works-list {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 26px;
    padding-top: 32px;
  }
  .construction .works-group li {
    font-size: 15px;
  }
  .construction .construction-slider:not(.is-initialized) .splide__slide {
    flex-basis: 85%;
  }
}
/* =========================================================
   OVERVIEW — 白、墨色、余白で構成する会社案内
   このセクション内だけに適用する。
========================================================= */
.overview {
  --overview-ink: #292e2d;
  --overview-muted: #626a67;
  --overview-line: #cfd3d0;
  position: relative;
  padding: clamp(72px, 8vw, 144px) 0 clamp(80px, 9vw, 160px);
  background: #f5f6f4;
  color: var(--overview-ink);
  scroll-margin-top: 40px;
}
.overview .container {
  width: 86%;
  max-width: 1600px;
  margin: 0 auto;
  scroll-margin-top: 40px;
}
.overview .title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: clamp(28px, 3vw, 48px);
  border-bottom: 1px solid var(--overview-line);
}
.overview .title .en-copy {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(56px, 8.7vw, 156px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}
.overview .title h2 {
  flex-shrink: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: 0.16em;
}
.overview .overview-content {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(40px, 7vw, 112px);
  margin-top: clamp(40px, 4.8vw, 76px);
}
.overview .overview-intro,
.overview .table {
  min-width: 0;
}
.overview .overview-visual {
  margin: 0;
  background: var(--overview-ink);
}
.overview .overview-photo {
  overflow: hidden;
  aspect-ratio: 1.08;
}
.overview .overview-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 60%;
  filter: grayscale(1) contrast(0.88);
}
.overview .overview-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  color: #fff;
}
.overview .overview-visual figcaption > img {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  opacity: 0.85;
}
.overview .overview-location {
  display: grid;
  gap: 8px;
}
.overview .overview-location-en {
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #c4cdc8;
}
.overview .overview-location-ja {
  font-size: 17px;
  letter-spacing: 0.13em;
}
.overview .overview-message {
  margin: 32px 0 0;
  padding-left: 22px;
  border-left: 1px solid #8a938d;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.13em;
}
.overview table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid var(--overview-ink);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.9;
  letter-spacing: 0.055em;
}
.overview table tr {
  border-bottom: 1px solid var(--overview-line);
}
.overview table tr:last-child {
  border-bottom-color: var(--overview-ink);
}
.overview table th,
.overview table td {
  padding: clamp(23px, 2.1vw, 34px) 0;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
}
.overview table th {
  width: 25%;
  padding-right: 20px;
  color: var(--overview-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.overview table .overview-company-name {
  font-size: clamp(19px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.035em;
}
.overview table ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.overview table li {
  position: relative;
  padding-left: 17px;
}
.overview table li::before {
  position: absolute;
  top: 0.95em;
  left: 0;
  width: 6px;
  height: 1px;
  background: #8a938d;
  content: "";
}

@media (max-width: 1023px) {
  .overview .container {
    width: 90%;
  }
  .overview .overview-content {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 32px;
  }
  .overview .overview-photo {
    aspect-ratio: 0.8;
  }
  .overview .overview-visual figcaption {
    padding: 20px 16px;
  }
  .overview .overview-visual figcaption > img {
    width: 32px;
    height: 32px;
  }
  .overview .overview-location-en {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .overview table th {
    width: 29%;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .overview .container {
    width: calc(100% - 40px);
  }
  .overview .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .overview .title .en-copy {
    font-size: clamp(42px, 11.2vw, 82px);
    line-height: 1;
  }
  .overview .title h2 {
    font-size: 22px;
  }
  .overview .overview-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    margin-top: 32px;
  }
  .overview .overview-photo {
    aspect-ratio: 1.65;
  }
  .overview .overview-visual figcaption {
    padding: 20px;
  }
  .overview .overview-message {
    margin-top: 24px;
    font-size: 22px;
  }
  .overview table {
    font-size: 16px;
  }
  .overview table th,
  .overview table td {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .overview table th {
    width: 28%;
    padding-right: 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .overview table .overview-company-name {
    font-size: 19px;
  }
}
@media (max-width: 374px) {
  .overview table th,
  .overview table td {
    display: block;
    width: 100%;
  }
  .overview table th {
    padding: 20px 0 6px;
  }
  .overview table td {
    padding: 0 0 20px;
  }
}
/* =========================================================
   CTA — エンジ色の面に、電話とフォームの導線をまとめる
========================================================= */
.cta {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 7.8vw, 140px) 0;
  color: #fff;
  background: radial-gradient(ellipse at 80% 0%, #238fbe 0%, transparent 65%), linear-gradient(135deg, #12598b 0%, #1f6a96 45%, #086d9c 100%);
  scroll-margin-top: 32px;
}
.cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 12.5% 100%;
  content: "";
  pointer-events: none;
}
.cta .container {
  width: 86%;
  max-width: 1600px;
  margin: 0 auto;
}
.cta .cta-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(40px, 7vw, 112px);
}
.cta .cta-en {
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(84px, 10.2vw, 176px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.cta .cta-eyebrow,
.cta .cta-channel {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.cta h2 {
  margin: 18px 0 0;
  font-size: clamp(28px, 2.9vw, 46px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.cta .cta-description {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #d9f1f9;
}
.cta .cta-mobile-break {
  display: none;
}
.cta .cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  margin-top: clamp(44px, 5.5vw, 88px);
  padding-top: clamp(32px, 3.5vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.cta .cta-phone,
.cta .cta-form {
  min-width: 0;
}
.cta .cta-phone-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 10px 0;
  color: #fff;
}
.cta .cta-phone-number {
  font-family: "Jost", Arial, sans-serif;
  font-size: clamp(34px, 4.1vw, 68px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
}
.cta .cta-arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 24px;
  transition: background-color 0.2s, transform 0.2s;
}
.cta .cta-hours,
.cta .cta-form-status {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  color: #d9f1f9;
}
.cta .cta-form-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 130px;
  padding: 28px clamp(24px, 3vw, 48px);
  border: 1px solid #fff;
  color: #07527d;
  background: #fff;
  text-align: left;
  transition: color 0.2s, background-color 0.2s;
}
.cta .cta-form-link:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.cta .cta-form-text {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.cta .cta-form-en {
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
}
.cta .cta-form-label {
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 500;
  letter-spacing: 0.055em;
  overflow-wrap: anywhere;
}
.cta .cta-form-arrow {
  flex-shrink: 0;
  font-family: Arial, sans-serif;
  font-size: 30px;
}
.cta .cta-form-status {
  margin: 13px 0 0;
}
.cta a:focus-visible,
.cta button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

@media (hover: hover) {
  .cta .cta-phone-link:hover .cta-arrow {
    transform: translate(2px, -2px);
    background: rgba(255, 255, 255, 0.15);
  }
  .cta .cta-form-link:not(:disabled):hover {
    color: #fff;
    background: transparent;
  }
}
@media (max-width: 1023px) {
  .cta .container {
    width: 90%;
  }
  .cta .cta-heading {
    gap: 32px;
  }
  .cta .cta-actions {
    gap: 28px;
  }
  .cta .cta-phone-number {
    font-size: clamp(30px, 3.8vw, 42px);
  }
  .cta .cta-arrow {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .cta .cta-form-link {
    padding: 26px 24px;
  }
}
@media (max-width: 767px) {
  .cta .container {
    width: calc(100% - 40px);
  }
  .cta .cta-heading,
  .cta .cta-actions {
    grid-template-columns: minmax(0, 1fr);
  }
  .cta .cta-heading {
    gap: 34px;
  }
  .cta .cta-en {
    font-size: clamp(80px, 19vw, 132px);
  }
  .cta h2 {
    font-size: clamp(23px, 5.9vw, 36px);
  }
  .cta .cta-mobile-break {
    display: block;
  }
  .cta .cta-actions {
    gap: 30px;
  }
  .cta .cta-phone-number {
    font-size: clamp(28px, 7.8vw, 52px);
  }
  .cta .cta-form-link {
    min-height: 112px;
  }
  .cta .cta-form-label {
    font-size: clamp(17px, 4.8vw, 22px);
  }
}
/* OS のアニメーション設定に関係なく、通常の演出を再生する。 */
/* =========================================================
   FOOTER — 墨色、明朝体、ゆっくり流れるブランドコピー
========================================================= */
.footer {
  position: relative;
  padding-top: clamp(64px, 6.8vw, 116px);
  color: #f5f6f4;
  background: #292e2d;
}
.footer .container {
  width: 86%;
  max-width: 1600px;
  margin: 0 auto;
}
.footer a {
  color: inherit;
}
.footer a:focus-visible {
  outline: 2px solid #f5f6f4;
  outline-offset: 6px;
}
.footer .footer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: clamp(44px, 5vw, 80px);
  border-bottom: 1px solid #505654;
}
.footer .footer-eyebrow {
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #c4cdc8;
}
.footer .footer-message {
  margin: 22px 0 0;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.footer .footer-top-link {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 8px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.footer .footer-top-arrow {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #87928c;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 30px;
  transition: color 0.25s, background-color 0.25s, transform 0.25s;
}
.footer .footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(40px, 8vw, 128px);
  padding-top: clamp(44px, 5vw, 80px);
}
.footer .footer-company,
.footer .footer-nav {
  min-width: 0;
}
.footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 100%;
}
.footer .footer-brand > img {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
}
.footer .footer-brand-text {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.footer .footer-brand-name {
  font-size: clamp(19px, 1.7vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.footer .footer-brand-en {
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #c4cdc8;
}
.footer .footer-address {
  margin-top: 28px;
  font-size: 15px;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.055em;
  color: #d7ddd9;
}
.footer .footer-address > a {
  display: inline-block;
  min-height: 44px;
  margin-top: 10px;
  padding: 7px 0;
  font-family: "Jost", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.footer .footer-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 64px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-nav li {
  min-width: 0;
  border-bottom: 1px solid #505654;
}
.footer .footer-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 98px;
  padding: 22px 28px 22px 0;
}
.footer .footer-nav-en {
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #c4cdc8;
}
.footer .footer-nav-ja {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.footer .footer-nav-arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  transform: translateY(-50%);
  transition: transform 0.25s;
}
.footer .footer-marquee {
  overflow: hidden;
  margin-top: clamp(64px, 7vw, 112px);
  padding: 8px 0 24px;
}
.footer .footer-marquee-track {
  display: flex;
  width: max-content;
  animation: footer-marquee-scroll 48s linear infinite;
}
.footer .footer-marquee-group {
  display: flex;
  flex: 0 0 auto;
  gap: 0.22em;
  padding-right: 0.22em;
  font-family: "EB Garamond", Georgia, serif;
  font-size: clamp(72px, 11.6vw, 210px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #8a9790;
}
.footer .footer-marquee-outline {
  color: transparent;
  -webkit-text-stroke: 1px #8a9790;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 22px 0 28px;
  border-top: 1px solid #505654;
}
.footer .footer-copyright {
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #c4cdc8;
}
.footer .footer-motion-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.footer .footer-motion-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #c4cdc8;
  cursor: pointer;
}
.footer .footer-motion-box {
  position: relative;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border: 1px solid #a3afa8;
}
.footer .footer-motion-toggle:checked ~ .footer-marquee .footer-marquee-track {
  animation-play-state: paused;
}
.footer .footer-motion-toggle:checked ~ .footer-bottom .footer-motion-box::after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border-right: 1px solid #f5f6f4;
  border-bottom: 1px solid #f5f6f4;
  transform: rotate(45deg);
  content: "";
}
.footer .footer-motion-toggle:focus-visible ~ .footer-bottom .footer-motion-control {
  outline: 2px solid #f5f6f4;
  outline-offset: 4px;
}

@keyframes footer-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (hover: hover) {
  .footer .footer-top-link:hover .footer-top-arrow {
    color: #292e2d;
    background: #f5f6f4;
    transform: translateY(-3px);
  }
  .footer .footer-nav a:hover .footer-nav-arrow {
    transform: translate(3px, calc(-50% - 3px));
  }
  .footer .footer-address a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .footer .footer-marquee:hover .footer-marquee-track {
    animation-play-state: paused;
  }
}
@media (max-width: 1023px) {
  .footer .container {
    width: 90%;
  }
  .footer .footer-main {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 32px;
  }
  .footer .footer-brand {
    gap: 14px;
  }
  .footer .footer-brand > img {
    width: 48px;
    height: 48px;
  }
  .footer .footer-brand-name {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .footer .container {
    width: calc(100% - 40px);
  }
  .footer .footer-heading {
    align-items: flex-end;
    gap: 12px;
  }
  .footer .footer-eyebrow {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .footer .footer-message {
    margin-top: 18px;
    font-size: clamp(20px, 5.4vw, 34px);
    letter-spacing: 0.045em;
  }
  .footer .footer-top-link {
    padding: 0;
  }
  .footer .footer-top-link > span:last-child {
    display: none;
  }
  .footer .footer-top-arrow {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .footer .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .footer .footer-brand-name {
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .footer .footer-brand {
    gap: 12px;
  }
  .footer .footer-nav ul {
    column-gap: 24px;
  }
  .footer .footer-nav a {
    min-height: 92px;
  }
  .footer .footer-nav-ja {
    font-size: 16px;
  }
  .footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .footer .footer-copyright {
    font-size: 12px;
    letter-spacing: 0;
  }
}
/* OS のアニメーション設定に関係なく、通常の演出を再生する。 */

/*# sourceMappingURL=style.css.map */
