﻿/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}@charset "utf-8";
@font-face {
  font-family: 'Tw Cen MT';
  src: url('../assets/fonts/TwCenMT-Regular.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT';
  src: url('../assets/fonts/TwCenMT-Italic.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT';
  src: url('../assets/fonts/TwCenMT-Bold.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT';
  src: url('../assets/fonts/TwCenMT-BoldItalic.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Condensed */
@font-face {
  font-family: 'Tw Cen MT Condensed';
  src: url('../assets/fonts/TwCenMT-Condensed.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-Condensed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tw Cen MT Condensed';
  src: url('../assets/fonts/TwCenMT-CondensedBold.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-CondensedBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold（別ファミリー） */
@font-face {
  font-family: 'Tw Cen MT Condensed Extra';
  src: url('../assets/fonts/TwCenMT-CondensedExtraBold.woff2') format('woff2'),
       url('../assets/fonts/TwCenMT-CondensedExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: 'Alibaba Sans JP';
  src: url('../assets/fonts/AlibabaSansJP-Regular.woff2') format('woff2'),
       url('../assets/fonts/AlibabaSansJP-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alibaba Sans JP';
  src: url('../assets/fonts/AlibabaSansJP-Medium.woff2') format('woff2'),
       url('../assets/fonts/AlibabaSansJP-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alibaba Sans JP';
  src: url('../assets/fonts/AlibabaSansJP-Bold.woff2') format('woff2'),
       url('../assets/fonts/AlibabaSansJP-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}*/

:root {
  --color-bg2: rgb(200, 235, 215);/* 明るいミントグリーン背景 */
  --color-bg1: rgb(228, 248, 195);/* 明るい黄緑背景 */
  --color1: 100, 200, 200;/* シアン/ターコイズ */
  --color2: 150, 210, 190;/* ミントグリーン */
  --color3: 180, 230, 160;/* 黄緑 */
  --color4: 150, 200, 150;/* グリーン */
  --color5: 120, 180, 200;/* ライトシアン */
  --color-interactive: 100, 200, 200;/* インタラクティブグリーン */
  --circle-size: 80%;
  --blending: screen;/* hard-light から screen に変更 */
}

/*
font-family: 'Tw Cen MT', sans-serif;
font-family: 'Tw Cen MT Condensed', sans-serif;
font-family: 'Tw Cen MT Condensed Extra', sans-serif;
*/

* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  background: transparent;
  border: none;
}

html, body {
  font-family: 'Alibaba Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background: #FFF;
  /*overflow: hidden;*/
}

h1, h2, h3 {
  font-weight: 700;
}


.fade-text span {
  display: inline-block;
  animation: flowFade 2.8s ease forwards;
  opacity: 0; /* 初期状態を透明に */
}

/* スペース用のspanは幅を確保 */
.fade-text span:has-text(" "),
.fade-text br + span {
  min-width: 0.3em;
  white-space: pre;
}

/* tetoma内のspanにも同じアニメーション適用 */
.tetoma span {
  display: inline-block;
  animation: flowFade 2.8s ease forwards;
  opacity: 0;
  font-family: 'Tw Cen MT', sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  font-feature-settings: "kern" 0;
}

.tetoma {
  font-family: 'Tw Cen MT', sans-serif;
  letter-spacing: 4px;
  font-weight: 600;
}
.fade-text span.space {
  display: inline-block;
  animation: flowFade 2.8s ease forwards;
  opacity: 0;
  min-width: 0.4em;
  white-space: pre;
}

.fade-text span:not(.space) {
  display: inline-block;
  animation: flowFade 2.8s ease forwards;
  opacity: 0;
}

@keyframes flowFade {
  0% {
    opacity: 0;
    color: #000;
    transform: translateX(-10px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    color: #fff;
    transform: translateX(0);
  }
}

/* PCでのみ表示（スマホでは非表示） */
.pc-only {
  display: block !important;          /* 通常時は表示 */
}

/* スマホでのみ表示（PCでは非表示） */
.sp-only {
  display: none !important;           /* 通常時は非表示 */
}

/* タブレット表示 - 768px〜1024px */
@media (min-width:768px) and (max-width:1024px) {
  .pc-only {
    display: none !important;        /* スマホサイズでは非表示 */
  }
  
  .sp-only {
    display: block !important;       /* スマホサイズでは表示 */
  }
}

/* スマホサイズ（768px未満）の設定 */
@media (max-width: 767px) {
  .pc-only {
    display: none !important;        /* スマホサイズでは非表示 */
  }
  
  .sp-only {
    display: block !important;       /* スマホサイズでは表示 */
  }
}

@charset "utf-8";

:root {
  --color-bg2: rgb(200, 235, 215);
  --color-bg1: rgb(228, 248, 195);
  --color1: 100, 200, 200;
  --color2: 150, 210, 190;
  --color3: 180, 230, 160;
  --color4: 150, 200, 150;
  --color5: 120, 180, 200;
  --color-interactive: 100, 200, 200;
  --circle-size: 80%;
  --blending: screen;
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}


html, body {
  color: #333;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
}
html,
html *,
body,
body * {
  cursor: none;  
}
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 99999;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #52A3B6;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(21, 178, 190, 0.5);
}

.container_04 {
  height: 300px;
  background-color: #cdb5b5;
  position: fixed;
  right: 50px;
  bottom: 20px;
}

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #001f3f;
  font-size: 1rem;
  font-weight: 600;
  font-family: "cormorant-infant", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #001f3f;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #001f3f;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0%  { bottom: 95px; }
  100%{ bottom: 0px; }
}

@keyframes cirlemovehide {
  0%  { opacity: 0; }
  50% { opacity: 1; }
  80% { opacity: 0.9; }
  100%{ opacity: 0; }
}


/* ============================================================
   BASE / SHARED
   ============================================================ */

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.tetoma {
  font-family: 'Tw Cen MT', sans-serif;
  letter-spacing: 4px;
  font-weight: 600;
}

.circle {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 1s 1s;
  pointer-events: none;
  z-index: 0;
}
.circle.is-loaded { opacity: 1; }

.orange {
  right: 0;
  width: 60vw;
  height: 60vw;
  background-image: radial-gradient(circle, rgba(228, 198, 113, 0.5), rgba(255,255,255,0) 60%);
  border-radius: 50%;
  filter: blur(10px);
}
.green {
  right: 0;
  width: 60vw;
  height: 60vw;
  background-image: radial-gradient(circle, rgba(125, 188, 152, 0.6), rgba(255,255,255,0) 60%);
  border-radius: 50%;
  filter: blur(10px);
}
.blue {
  right: 0;
  width: 60vw;
  height: 60vw;
  background-image: radial-gradient(circle, rgba(21, 178, 190, 0.5), rgba(255,255,255,0) 60%);
  border-radius: 50%;
  filter: blur(10px);
}

/* ---- Buttons ---- */
.btn-wrap { text-align: right; }
.btn-wrap.gray {
  margin: 2rem auto 0;
  text-align: center;
}

.btnArrow1 {
  background-color: #15b2be;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1em;
  font-family: "cormorant-infant", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  padding: .5rem .7rem .5rem 2rem;
  margin-left: auto;
  transition: all ease .5s;
  border-radius: 50px;
  letter-spacing: 5px;
}
.gray .btnArrow1 {
  background-color: #eff3f6;
  color: #15b2be;
  font-size: 1.4rem;
  padding: .3rem .7rem .3rem 2rem;
}
.btnArrow1:hover { background-color: #fff; transition: all ease .5s; }
.gray .btnArrow1:hover { background-color: #15b2be; color: #fff; transition: all ease .5s; }

.btnArrow1__icon {
  display: block;
  width: 1.8em;
  height: 1.8em;
  font-size: 0.9em;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}
.btnArrow1__arrow1,
.btnArrow1__arrow2 {
  position: absolute;
  top: 50%;
  left: 61%;
  transform: translate(-61%, -50%);
  transition: all ease .5s;
}
.btnArrow1__arrow1 { color: #15b2be; }
.btnArrow1__arrow2 { color: #15b2be; left: -50%; }
.btnArrow1:hover { color: #15b2be; }
.btnArrow1:hover .btnArrow1__icon { background-color: #fff; border-color: #15b2be; }
.btnArrow1:hover .btnArrow1__arrow1 { left: 150%; }
.btnArrow1:hover .btnArrow1__arrow2 { left: 61%; }


/* ---- Main ---- */
#main {
  position: relative;
  z-index: 50;
  background: white;
  margin-top: calc(100vh - 1500px);
  overflow: hidden;
}

section { margin-bottom: 8rem; }


/* ============================================================
   CONCEPT
   ============================================================ */
.concept {
  background: #fff;
  position: relative;
  padding: 1rem;
  min-height: 100vh;
  margin-bottom: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .circle.green { left: -12rem; z-index: 0; top: -14rem; }
.concept .circle.orange { right: -12rem; z-index: 0; top: 14rem; }

.concept__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  font-size: 0;
}
.concept__title-en {
  font-family: "cormorant-infant", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 8px;
  color: #15b2be;
}
.concept__title-ja {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  margin-top: 1rem;
}
.concept__content { line-height: 2; }
.concept__text {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.concept__text--emphasis { font-weight: 500; margin-bottom: 32px; }


/* ============================================================
   NEWS
   ============================================================ */
.header-title { margin-bottom: .7rem; }

.title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-size: 0;
  border-bottom: 1px dashed #ccc;
}
.title-en {
  font-family: "cormorant-infant", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 4px;
  color: #15b2be;
}
.title-ja {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 1.6rem;
  color: #333;
}

.news-list { margin-bottom: 40px; }
.news-item { padding: 0;
  border-bottom: 1px dashed #ccc;
  position: relative;
  overflow: hidden; }
.news-item a { display: grid;
  grid-template-columns: 110px 1fr 42px;
  color: #333;
  align-items: center;
  gap: 40px;
  padding: 22px 16px 22px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate; }
.news-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(82,163,182,.08);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.news-item a::after {
  content: "→";
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
  justify-self: end;
  color: #333;
  background: transparent;
  opacity: 1;
  transform: translateX(0);
  transition:
    color 0.3s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-date,
.news-headline {
  font-weight: normal;
  transition:
    color 0.3s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-item a:hover::before {
  transform: scaleX(1);
}

.news-item a:hover::after {
  color: #15b2be;
  background: #fff;
  border-color: #fff;
  transform: translateX(0);
}

.news-item a:hover .news-date,
.news-item a:hover .news-headline {
  color: #15b2be;
  transform: translateX(18px);
}

.news .circle.blue { left: -12rem; z-index: 0; top: 54rem; }


/* ============================================================
   SERVICE
   ============================================================ */
.service .title { border-bottom: 0; }

.service-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 40px;
}
.service-text { flex: 1; }
.service-description {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}
.service-list { list-style: none; padding: 0; margin-bottom: 25px; }
.service-list li { font-size: 1.2rem; color: #333; margin-bottom: 12px; }
.service p { font-size: 1.2rem; margin-bottom: 10px; }
.service-highlight { font-size: 1.2rem; color: #333; line-height: 1.6; }
.service-highlight strong { font-weight: bold; }

.service-logos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.logo-item { display: flex; align-items: center; justify-content: flex-end; min-height: 60px; }
.logo-item img { max-width: 200px; height: auto; }



/* ============================================================
   ONAYAMI
   ============================================================ */
.onayami .circle.green { right: -12rem; z-index: 0; top: 103rem; }

.onayami-header { margin-bottom: 40px; }
.onayami-title {
  font-size: 2rem;
  color: #15b2be;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.onayami-content {
  background-color: #f0f9fb;
  border-radius: 12px;
  padding: 60px 10px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.onayami-icon {
  position: absolute;
  top: -50px;
  left: 20px;
  width: 100px;
  height: 100px;
  z-index: 10;
}
.onayami-icon img { width: 100%; height: 100%; object-fit: contain; }

.onayami-list { flex: 1; }
.onayami-list ul { list-style: none; padding: 0; margin: 0; }
.onayami-list li {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1.6;
}
.onayami-list li:last-child { margin-bottom: 0; }

.checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15b2be;
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 20px;
  margin-right: .4rem;
}

.highlight {
  display: inline-block;
  background: linear-gradient(
    100deg,
    #ffff9900 5%, #ffff99 8.5%, #ffff99b3 11.7%, #ffff9940 93%,
    #ffff99d9 95%, #ffff9900 98%
  ),
  linear-gradient(182deg, #ffff9900, #ffff9980 28%, #ffff9900 25%);
}

.onayami-illustration {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  position: relative;
}
.onayami-illustration img { max-width: 100%; height: auto; display: block; position: absolute; }
.onayami-illustration img:first-child { top: -30px; left: 40px; }
.onayami-illustration img:last-child  { top: 50px; right: 80px; }

.onayami-arrow { display: flex; justify-content: center; margin-top: 40px; }
.arrow-svg { width: 50px; height: 50px; }


/* ============================================================
   POINT
   ============================================================ */
.point .circle.blue { left: 8rem; z-index: 0; top: 217rem; }

.point-title {
  text-align: center;
  font-size: 2.4rem;
  color: #15b2be;
  font-weight: 500;
  margin: 0 0 60px 0;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(90deg, #caf9f9 0%, #eafbfb 100%);
  background-position: 0 100%;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
.point-title span { font-size: 2.8rem; }

.point-items { display: flex; flex-direction: column; gap: 60px; }

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.point-number {
  font-size: 3.4rem;
  color: #15b2be;
  font-weight: bold;
  min-width: 80px;
  flex-shrink: 0;
  line-height: 0.8;
}
.point-content { flex: 1; margin-right: 3rem; }
.point-heading {
  font-size: 2rem;
  color: #15b2be;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.point-description { font-size: 1.1rem; color: #333; line-height: 1.8; margin: 0; }

.point-illustration {
  flex-shrink: 0;
  width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-illustration img { max-width: 85%; height: auto; display: block; }


/* ============================================================
   STEP
   ============================================================ */
.step .circle.green { left: -2rem; z-index: 0; top: 277rem; }

.step-title {
  text-align: center;
  font-size: 2.4rem;
  color: #15b2be;
  font-weight: bold;
  margin: 0 0 60px 0;
}

.step-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /*overflow-x: auto;*/
  padding-bottom: 20px;
}

.step-item {
  flex: 1;
  min-width: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.step-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-color: white;
  border: 3px solid #15b2be;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.step-label {
  font-size: 1.1rem;
  color: #15b2be;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: -.4rem;
  margin-top: -.7rem;
}
.step-number { font-size: 2.4rem; color: #15b2be; font-weight: bold; line-height: 1; }

.step-card {
  background: linear-gradient(135deg, #19aebf 0%, #14b1b6 100%);
  border-radius: 12px;
  padding: 70px 10px 10px 10px;
  text-align: center;
  width: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.step-item:nth-child(2) .step-card { background: linear-gradient(135deg, #229fb6 0%, #259db8 100%); }
.step-item:nth-child(3) .step-card { background: linear-gradient(135deg, #1d8faa 0%, #1e8faa 100%); }
.step-item:nth-child(4) .step-card { background: linear-gradient(135deg, #1c7e9e 0%, #19809b 100%); }
.step-item:last-child  .step-card { background: linear-gradient(135deg, #1d5780 0%, #1d5781 100%); }

.step-icon { margin-bottom: 15px; }
.step-icon img { height: 70px; object-fit: contain; }

.step-card-title {
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
  margin: 0 0 12px 0;
  letter-spacing: 3px;
}
.step-card-description { font-size: 1rem; color: white; line-height: 1.6; margin: 0; }


/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background-image:
    linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%),
    url('../images/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 20px;
  position: relative;
  margin-bottom: 0;
}
@supports (-webkit-touch-callout: none) {
  .contact { background-attachment: scroll; }
}
.contact::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.contact .inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.contact-title {
  font-size: 4rem;
  font-family: "cormorant-infant", sans-serif;
  color: #15b2be;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0 0 40px 0;
  text-align: left;
  text-shadow: 2px 1px 17px rgb(255 255 255 / 45%);
}
.contact-content { display: flex; flex-direction: column; gap: 16px; }
.contact-text:first-child { font-weight: 700; }
.contact-text { font-size: 1rem; color: white; line-height: 1.8; margin: 0; }
.contact .btn-wrap { margin-top: 1rem; text-align: left; }
.contact .btnArrow1 {
  position: relative;
  overflow: hidden;
}

.contact .btnArrow1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg);
  transition: left .7s cubic-bezier(.22, 1, .36, 1);
}

.contact .btnArrow1:hover::before {
  left: 130%;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-main { margin-bottom: 0; }

.footer-top {
  background: linear-gradient(to right, #73ba9d 0%, #15b0bd 40%, #b7c18e 85%, #cbc383 100%);
  padding: 60px 20px;
  position: relative;
}
.footer-top-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
}
.footer-logo { display: flex; justify-content: center; margin-left: 9rem; }
.footer-logo img { max-width: 200px; height: auto; display: block; }

.footer-links { display: flex; flex-direction: column; gap: 15px; align-items: flex-end; }
.footer-link {

  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-link:hover { opacity: 0.8; }

.footer-bottom { background-color: #9bebf2; padding: 60px 20px; }
.footer-bottom-content { max-width: 1200px; margin: 0 auto; text-align: center; }

.footer-bottom-title {
  margin: 0 0 50px 0;
  transform: skew(-10deg);
  display: inline-block;
}
.footer-bottom-title img { width: 60%; }

.footer-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.service-logo { display: flex; align-items: center; justify-content: center; min-height: 80px; }
.service-logo img { max-width: 200px; height: auto; display: block; }


/* ============================================================
   SOFT MOTIONS
   ============================================================ */

/* 背景circleをクラゲっぽく漂わせる */
.circle.is-loaded {
  opacity: 1;
  will-change: transform, filter, border-radius;
  animation-timing-function: ease-in-out;
}

.circle.is-loaded.orange {
  animation: jellyFloatOrange 9s ease-in-out infinite;
}

.circle.is-loaded.green {
  animation: jellyFloatGreen 7s ease-in-out infinite;
}

.circle.is-loaded.blue {
  animation: jellyFloatBlue 8s ease-in-out infinite;
}

@keyframes jellyFloatBlue {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 50% 48% 52% 50%;
    filter: blur(10px);
  }
  20% {
    transform: translate3d(70px, -52px, 0) scale(1.08, .94) rotate(2deg);
    border-radius: 46% 54% 50% 58%;
    filter: blur(13px);
  }
  45% {
    transform: translate3d(135px, 18px, 0) scale(.96, 1.12) rotate(-1deg);
    border-radius: 55% 45% 58% 44%;
    filter: blur(9px);
  }
  70% {
    transform: translate3d(42px, 90px, 0) scale(1.1, .97) rotate(1.5deg);
    border-radius: 48% 56% 44% 52%;
    filter: blur(14px);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 50% 48% 52% 50%;
    filter: blur(10px);
  }
}

@keyframes jellyFloatGreen {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 52% 48% 50% 54%;
    filter: blur(10px);
  }
  22% {
    transform: translate3d(62px, 68px, 0) scale(.95, 1.1) rotate(-1.5deg);
    border-radius: 44% 56% 54% 46%;
    filter: blur(14px);
  }
  48% {
    transform: translate3d(128px, -28px, 0) scale(1.12, .96) rotate(1deg);
    border-radius: 58% 42% 46% 55%;
    filter: blur(9px);
  }
  74% {
    transform: translate3d(28px, -98px, 0) scale(.98, 1.13) rotate(2deg);
    border-radius: 46% 55% 58% 43%;
    filter: blur(13px);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 52% 48% 50% 54%;
    filter: blur(10px);
  }
}

@keyframes jellyFloatOrange {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 50% 54% 48% 52%;
    filter: blur(10px);
  }
  20% {
    transform: translate3d(-64px, 58px, 0) scale(1.1, .96) rotate(-2deg);
    border-radius: 56% 44% 52% 46%;
    filter: blur(13px);
  }
  46% {
    transform: translate3d(-128px, -18px, 0) scale(.97, 1.12) rotate(1deg);
    border-radius: 45% 58% 44% 56%;
    filter: blur(9px);
  }
  72% {
    transform: translate3d(-40px, -86px, 0) scale(1.08, .95) rotate(-1.5deg);
    border-radius: 54% 46% 57% 43%;
    filter: blur(14px);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1) rotate(0deg);
    border-radius: 50% 54% 48% 52%;
    filter: blur(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .circle.is-loaded.orange,
  .circle.is-loaded.green,
  .circle.is-loaded.blue {
    animation: none;
  }
}





/* STEPカード：スクロール時に順番フェードイン */
.step-item {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--step-index, 0) * .12s);
}

.step-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 表示後に少しだけ立体感 */
.step-item.is-show .step-card {
  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    box-shadow .45s ease;
}

.step-item.is-show:hover .step-card {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(21, 178, 190, .12);
}

/* お悩みチェック：軽くポップ */
.checkmark {
  transform-origin: center;
}

.onayami-list li:hover .checkmark {
  animation: checkPop .42s cubic-bezier(.34, 1.56, .64, 1);
}

@keyframes checkPop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.42) rotate(-8deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* 動きが苦手な人向け */
@media (prefers-reduced-motion: reduce) {
  .circle.is-loaded,
  .onayami-list li:hover .checkmark {
    animation: none;
  }

  .step-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ============================================================
   SCROLL REVEAL MOTIONS
   ============================================================ */

/* お悩みイラスト：順番にフェードイン */
.onayami-illustration img {
  opacity: 0;
  transform: translateY(24px) scale(.96);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, 1, .36, 1);
}

.onayami-illustration.is-show img:first-child {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: .05s;
}

.onayami-illustration.is-show img:last-child {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: .35s;
}

/* POINT見出しの線：左から右に流れる */
.point-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #15b2be;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.15s cubic-bezier(.22, 1, .36, 1);
}


.point-item.is-show .point-heading::after {
  transform: scaleX(1);
}

/* POINTイラスト：フェードイン */
.point-illustration {
  opacity: 0;
  transform: translateY(26px) scale(.96);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22, 1, .36, 1);
  transition-delay: .28s;
}

.point-item.is-show .point-illustration {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .onayami-illustration img,
  .point-illustration {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .point-heading::after {
    transform: scaleX(1);
    transition: none;
  }
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ノートPC */
@media (max-width: 1366px) {
  .container {
    padding: 0 2rem;
  }

  .concept__title-en,
  .title-en {
    font-size: 4.2rem;
  }

  .point-item {
    padding: 30px;
  }

  .step-card {
    min-height: 300px;
  }

  .footer-logo {
    margin-left: 4rem;
  }

  .contact-title {
    font-size: 3.5rem;
  }

  .container_04 {
    right: 30px;
  }
}

/* タブレット横 */
@media (min-width: 900px) and (max-width: 1366px) and (orientation: landscape) {
  section {
    margin-bottom: 6rem;
  }

  .container {
    padding: 0 1.5rem;
  }

  .container_04 {
    display: none;
  }

  .concept {
    padding: 0;
  }

  .concept__title-en,
  .title-en {
    font-size: 3.8rem;
  }

  .service-content {
    gap: 40px;
  }

  .onayami-content {
    gap: 30px;
  }

  .point-item {
    padding: 25px;
  }

  .point-heading {
    font-size: 1.7rem;
  }

  .point-illustration {
    width: 160px;
    height: 140px;
  }

  .step-items {
    gap: 15px;
  }

  .step-card {
    min-height: 280px;
    padding: 60px 10px 15px;
  }

  .step-card-title {
    font-size: 1.1rem;
  }

  .step-card-description {
    font-size: .9rem;
  }

  .footer-top-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .footer-links {
    align-items: center;
  }
}

/* タブレット縦: iPad縦をここで拾う */
@media (min-width: 668px) and (max-width: 1024px) and (orientation: portrait) {
  section {
    margin-bottom: 5rem;
  }

  .container {
    padding: 0 1.5rem;
  }

  .container_04 {
    display: none;
  }

  .concept {
    padding: 3rem 0;
    min-height: auto;
    margin-bottom: 0;
  }

  .concept__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
  }

  .concept__title-en,
  .title-en {
    font-size: 3.4rem;
  }

  .concept__text,
  .concept__text--emphasis {
    font-size: 1.05rem;
  }

  .title-ja {
    font-size: 18px;
    margin-top: 1.2rem;
  }

  .news-item a {
    grid-template-columns: 1fr 42px;
    gap: 12px;
  }

  .news-date {
    grid-column: 1 / -1;
  }

  .service-content {
    flex-wrap: wrap;
    gap: 30px;
  }

  .service-text,
  .service-logos {
    width: 100%;
    flex: none;
  }

  .service-logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-item {
    justify-content: center;
    width: calc(33.333% - 20px);
  }

  .onayami-content {
    flex-direction: column;
    padding: 60px 30px 36px;
  }

  .onayami-illustration {
    display: none;
  }

  .point-item {
    padding: 24px;
    gap: 20px;
  }

  .point-number {
    font-size: 2.8rem;
    min-width: 64px;
  }

  .point-content {
    margin-right: 1rem;
  }

  .point-heading {
    font-size: 1.5rem;
  }

  .point-illustration {
    width: 130px;
    height: 120px;
  }

  .step-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 22px;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .step-item {
    min-width: 0;
    padding-top: 45px;
  }

  .step-card {
    min-height: 290px;
    padding: 55px 14px 16px;
  }

  .footer-top-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .footer-links {
    align-items: center;
  }

  .footer-bottom-title img {
    width: 75%;
  }
}

/* スマホ横 */
@media (max-width: 900px) and (orientation: landscape) {
  section {
    margin-bottom: 4rem;
  }

  .container {
    padding: 0 1.2rem;
  }

  .container_04 {
    display: none;
  }

  .concept {
    min-height: auto;
    padding: 2rem 0;
    margin-bottom: 0;
  }

  .concept__title-en,
  .title-en {
    font-size: 2.6rem;
  }

  .service-content,
  .onayami-content {
    flex-direction: column;
  }

  .point-item {
    flex-wrap: wrap;
  }

  .point-content {
    width: 100%;
    margin-right: 0;
  }

  .point-illustration {
    width: 100%;
    height: auto;
  }

  .point-illustration img {
    max-width: 35%;
  }

  .step-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
    overflow-x: visible;
  }
}

/* スマホ縦 */
@media (max-width: 667px) and (orientation: portrait) {
  section {
    margin-bottom: 4rem;
  }

  .container {
    padding: 0 1rem;
  }

  .btnArrow1 {
    font-size: 1.2rem;
    padding: .4rem .6rem .4rem 1.2rem;
    letter-spacing: 2px;
  }

  .concept {
    padding: 2rem 0;
    min-height: auto;
  }

  .concept__title-en,
  .title-en {
    font-size: 3.4rem;
    letter-spacing: 3px;
  }

  .concept__title-ja,
  .title-ja {
    font-size: 1rem;
  }

  .concept__text {
    font-size: .9rem;
  }
  
  .news-headline {
  font-size: .92rem;
  line-height: 1.65;
  letter-spacing: .03em;
}
  .news-item a {
    grid-template-columns: 1fr 34px;
    gap: 12px;
    padding: 16px 8px 16px 0;
  }

  .news-date {
    font-size: .82rem;
    grid-column: 1 / -1;
  }

  .service-content {
    flex-direction: column;
    gap: 28px;
  }

 
  .service-description {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .service-list li,
  .service p,
  .service-highlight {
    font-size: .98rem;
    line-height: 1.85;
  }

  .service-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .logo-item {
    min-height: auto;
    justify-content: center;
  }

  .logo-item img {
    max-width: 180px;
  }

  .onayami-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
.onayami-list {
  width: 100%;
}
  .onayami-icon img {
    width: 75%;
  }
.onayami-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 6px;
  align-items: start;
  font-size: .95rem;
  line-height: 1.9;
  letter-spacing: .04rem;
}

.onayami-list .checkmark {
  grid-column: 1;
  float: none;
  display: inline-flex;
  justify-content: center;
  margin: .18em 0 0;
}

.onayami-list .onayami-text {
  grid-column: 2;
  min-width: 0;
}

.onayami-list .highlight {
  display: inline;
  background: none;
  font-weight: 700;
  color: #15b2be;
}


  .onayami-content {
    padding: 56px 20px 30px;
  }

  .onayami-illustration {
    display: none;
  }
  .concept__content {
    margin-bottom: 5rem;
  }
  .point-title {
    font-size: 1.4rem;
  }

  .point-title span {
    font-size: 1.8rem;
  }

  .point-item {
    flex-wrap: wrap;
    padding: 18px;
  }

  .point-content {
    width: 100%;
    margin-right: 0;
  }

  .point-number {
    font-size: 2.2rem;
    min-width: 50px;
  }

  .point-heading {
    font-size: 1.2rem;
  }

  .point-description {
    font-size: .9rem;
  }

  .point-illustration {
    width: 100%;
    height: auto;
  }

  .point-illustration img {
    max-width: 40%;
  }
  .step-title {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 34px;
}

.step-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  overflow-x: visible;
}

.step-item {
  min-width: 0;
  padding-top: 38px;
}

.step-badge {
  width: 68px;
  height: 68px;
}

.step-label {
  font-size: .85rem;
  line-height: 1;
  margin-bottom: -.15rem;
}

.step-number {
  font-size: 1.9rem;
  line-height: 1;
}

.step-card {
  min-height: auto;
  padding: 46px 18px 22px;
}

.step-icon {
  margin-bottom: 12px;
}

.step-icon img {
  width: auto;
  height: 45px;
  object-fit: contain;
}

.step-item:nth-child(2) .step-icon img,
.step-item:nth-child(3) .step-icon img {
  height: 44px;
}

.step-card-title {
  font-size: 1.15rem;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.step-card-description {
  font-size: .9rem;
  line-height: 1.75;
}


  .contact {
    padding: 40px 16px;
  }

  .contact-title {
    font-size: 3rem;
  }

  .footer-top-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .footer-logo img {
    max-width: 130px;
  }

  .footer-links {
    align-items: center;
  }

  .footer-bottom-title img {
    width: 95%;
  }

  .footer-services {
    flex-direction: column;
    gap: 24px;
  }
}

@media (hover: none), (pointer: coarse) {
  html,
  html *,
  body,
  body * {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-dot-outline {
    display: none !important;
  }
}@charset "utf-8";

/* =====================================================
   SPLASH
   ===================================================== */
.abs-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body.splash-active {
  overflow: hidden;
}

#app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 999999;
  background: white;
}

#app.active {
  display: grid;
}


#app .bg {
  display: none; /* スプラッシュ表示中は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: radial-gradient(40% calc(50% * var(--p, 0)) at 50% 0%, rgb(244.8, 244.8, 244.8) 0%, #fff);
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: 0 calc(50% + 250px);
  background-color: #fff;
}

#app svg {
  margin: auto;
  width: 400px;
  height: auto;
  overflow: visible;
  transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

#app svg * {
  outline: none;
}

#logo-group {
  transform-origin: center;
  will-change: transform;
  isolation: isolate;
}

.stroke-line {
  shape-rendering: geometricPrecision;
  vector-effect: non-scaling-stroke;
}

.logo-part {
  transform-origin: center;
}


/* =====================================================
   HERO SECTION
   ===================================================== */
.hero-section {
  height: 300vh;
  position: relative;
  background: transparent;
}

.hero-trigger {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title-fixed {
  position: fixed;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
  max-width: 1200px;
  width: 90%;
  line-height: 1.2;
}

.hero-title-fixed h1 {
  color: #000f1f;
  font-size: 4rem;
  font-weight: 500;
  margin: 0;
  text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2);
}

.hero-title-fixed h1 span {
  font-size: 5rem;
  letter-spacing: 14px;
  color: #000f1f;
}

.hero-contents-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 51;
}

.hero-content {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.hero-content.active {
  opacity: 1;
  pointer-events: auto;
}

.card {
  position: relative;
  z-index: 51;
  max-width: 1200px;
  border-radius: 8px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card .noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.1;
}

.card .content {
  position: fixed;
  top: 50%;
  z-index: 2;
  text-shadow: -3px 0px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card .text {
  display: flex;
  flex-direction: column;
}

.card .content p {
  color: #000f1f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 6px;
}

.card .lead {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.text-sections-wrapper {
  position: relative;
  height: auto;
  min-height: 140px;
}

.text-section {
  opacity: 1;
}

.text-section-2 {
  opacity: 1;
}

.text-section.active {
  opacity: 1;
  pointer-events: auto;
}


/* =====================================================
   SCROLL IMAGE
   ===================================================== */
.scroll-image-container {
  position: fixed;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  opacity: 0;
  pointer-events: none;
  z-index: 52;
  transition: opacity 0.3s ease;
}

.scroll-image-container.active {
  opacity: 1;
  pointer-events: auto;
}

.scroll-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}




/* =====================================================
   GRADIENT BACKGROUND
   ===================================================== */
@keyframes moveInCircle {
  0%   { transform: rotate(0deg); }
  50%  { transform: rotate(180deg); }
  100% { transform: rotate(360deg); }
}

@keyframes moveVertical {
  0%   { transform: translateY(-50%); }
  50%  { transform: translateY(50%); }
  100% { transform: translateY(-50%); }
}

@keyframes moveHorizontal {
  0%   { transform: translateX(-50%) translateY(-10%); }
  50%  { transform: translateX(50%) translateY(10%); }
  100% { transform: translateX(-50%) translateY(-10%); }
}

.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  z-index: 49;
  pointer-events: none;
  opacity: .72;
}

.gradient-bg .svgBlur { display: none; }

.gradient-bg .noiseBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
  opacity: .18;
}

.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}

.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}

.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}

.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}

.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}

.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}

.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: .45;
}


/* =====================================================
   TEXT ANIMATION
   ===================================================== */
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(14px);
    color: #000f1f;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
  }

  28% {
    opacity: 1;
    transform: translateY(0);
    color: #000f1f;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
  }

  52% {
    opacity: 1;
    transform: translateY(0);
    color: #15b2be;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
  }

  76% {
    opacity: 1;
    transform: translateY(0);
    color: #7dbc98;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    color: #000f1f;
    text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
  }
}

body.hero-text-start .fade-text span {
  animation: fadeInText 1.4s cubic-bezier(.22, 1, .36, 1) forwards;
}






.hero-title-fixed h1,
.hero-title-fixed h1 span,
.card .content p {
  color: #001f3f;
  text-shadow: 0 2px 18px rgba(255, 255, 255, .55);
}





@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.fade-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  color: #fff;
  text-shadow:
    0 2px 12px rgba(0, 31, 63, .32),
    0 0 24px rgba(0, 31, 63, .18);
}



.fade-text .space {
  display: inline-block;
  width: 0.3em;
}
.fade-text {
  visibility: hidden;
}

body.hero-text-start .fade-text {
  visibility: visible;
}

.fade-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  color: #000f1f;
  text-shadow: 2px 1px 17px rgb(0 31 63 / 45%);
}





/* =====================================================
   VALUE CAROUSEL（回転アニメーション）
   ===================================================== */
.value {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 900px;
  margin: 0 auto;
}

/* 回転する線 */
.value_line {
  position: absolute;
}

.value_line--right {
  z-index: 4;
  width: 70vw;
  height: 70vw;
  left: -20vw;
  top: -20vw;
  animation: rotateClockwise 30s linear infinite;
}

.value_line--left {
  z-index: 5;
  width: 85vw;
  height: 85vw;
  left: -30vw;
  top: -20vw;
  animation: rotateCounterClockwise 40s linear infinite;
}

.value_line img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes rotateClockwise {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes rotateCounterClockwise {
  from { transform: rotate(360deg); }
  to   { transform: rotate(0deg); }
}

/* 3つの色画像 */
.value_core {
  position: absolute;
  transition: 2.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.value_core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Color 1（黄色） */
.value_core--color1 {
  z-index: 1;
  width: 20.1388888889vw;
  height: 11.1111111111vw;
}
.value_core--color1 > div {
  animation: core-1 4s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
[data-value-current="1"] .value_core--color1 { left: -5vw; top: 0vw; }
[data-value-current="2"] .value_core--color1 { transform: rotate(100deg); left: 22vw; top: 0vw; }
[data-value-current="3"] .value_core--color1 { transform: rotate(0deg); left: -3vw; top: 11vw; }
[data-value-current="4"] .value_core--color1 { transition-duration: 0s; transform: rotate(0deg); left: -5vw; top: 0vw; }

/* Color 2（緑） */
.value_core--color2 {
  z-index: 3;
  width: 6.8055555556vw;
  height: 18.9583333333vw;
}
.value_core--color2 > div {
  animation: core-2 5.3s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
[data-value-current="1"] .value_core--color2 { left: 22vw; top: 0vw; }
[data-value-current="2"] .value_core--color2 { transform: rotate(0deg); left: -3vw; top: 11vw; }
[data-value-current="3"] .value_core--color2 { transform: rotate(50deg); left: -5vw; top: 0vw; }
[data-value-current="4"] .value_core--color2 { transition-duration: 0s; transform: rotate(0deg); left: 22vw; top: 0vw; }

/* Color 3（青緑） */
.value_core--color3 {
  z-index: 2;
  width: 16.9444444444vw;
  height: 15vw;
}
.value_core--color3 > div {
  animation: core-3 4.8s ease-in-out infinite;
  width: 100%;
  height: 100%;
}
[data-value-current="1"] .value_core--color3 { left: -3vw; top: 11vw; }
[data-value-current="2"] .value_core--color3 { transform: rotate(240deg); left: -5vw; top: 0vw; }
[data-value-current="3"] .value_core--color3 { transform: rotate(0deg); left: 22vw; top: 0vw; }
[data-value-current="4"] .value_core--color3 { transition-duration: 0s; transform: rotate(0deg); left: -3vw; top: 11vw; }

/* テキスト */
.value_content {
  position: absolute;
  z-index: 10;
  width: 11.9444444444vw;
  height: 4.7916666667vw;
  left: 10.9027777778vw;
  top: 13.1944444444vw;
}

.value_title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 2.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateY(2.7777777778vw) rotateX(-90deg);
}

.value_title img {
  width: 330px;
  height: auto;
  object-fit: contain;
}

[data-value-current="1"] .value_title--text1 { opacity: 1; transform: none; }
[data-value-current="2"] .value_title--text2 { opacity: 1; transform: none; }
[data-value-current="3"] .value_title--text3 { opacity: 1; transform: none; }

/* 浮遊アニメーション */
@keyframes core-1 {
  0%   { transform: translateY(0) translateX(0); }
  50%  { transform: translateY(-0.8vw) translateX(0.1vw); }
  100% { transform: translateY(0) translateX(0); }
}
@keyframes core-2 {
  0%   { transform: translateY(0) translateX(0); }
  50%  { transform: translateY(-0.6vw) translateX(0.3vw); }
  100% { transform: translateY(0) translateX(0); }
}
@keyframes core-3 {
  0%   { transform: translateY(0) translateX(0); }
  50%  { transform: translateY(0.5vw) translateX(0.2vw); }
  100% { transform: translateY(0) translateX(0); }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

/* -----  スマホ縦（〜599px）  ----- */
@media (max-width: 599px) {
  .value { display: none; }

  .scroll-image-container { display: none; }

  .card {
    padding: 24px;
    flex-direction: column;
  }
  .card .content { width: 100%; }
  .card .content p { letter-spacing: 5px; font-size: 3.7vw; }

  .hero-content { top: 10px; }

  .hero-title-fixed h1 { font-size: 2.5rem; }
  .hero-title-fixed h1 span { font-size: 10vw; letter-spacing: .6rem; }

  .text-sections-wrapper { width: 90%; margin: 0 auto; }
}

/* -----  スマホ横 / 小型タブレット縦（600px〜767px）  ----- */
@media (min-width: 600px) and (max-width: 767px) {
  .scroll-image-container { display: none; }
 
  .card { padding: 24px; flex-direction: column; }
  .card .content { width: 100%; }
  .card .content p { letter-spacing: 5px; font-size: 4vw; }
 
  .hero-title-fixed h1 { font-size: 2.5rem; }
  .hero-title-fixed h1 span { font-size: 2.6rem; letter-spacing: .6rem; }
 
  .value_line--right { width: 160vw; height: 160vw; left: -50vw; top: -50vw; }
  .value_line--left  { width: 190vw; height: 190vw; left: -90vw; top: -50vw; }
 
  .value_core--color1 { width: 42vw; height: 23vw; }
  [data-value-current="1"] .value_core--color1 { left: -8vw; top: 2vw; }
  [data-value-current="2"] .value_core--color1 { left: 46vw; top: 2vw; }
  [data-value-current="3"] .value_core--color1 { left: -5vw; top: 24vw; }
 
  .value_core--color2 { width: 14vw; height: 39vw; }
  [data-value-current="1"] .value_core--color2 { left: 46vw; top: 2vw; }
  [data-value-current="2"] .value_core--color2 { left: -5vw; top: 24vw; }
  [data-value-current="3"] .value_core--color2 { left: -8vw; top: 2vw; }
 
  .value_core--color3 { width: 35vw; height: 31vw; }
  [data-value-current="1"] .value_core--color3 { left: -5vw; top: 24vw; }
  [data-value-current="2"] .value_core--color3 { left: -8vw; top: 2vw; }
  [data-value-current="3"] .value_core--color3 { left: 46vw; top: 2vw; }
 
  .value_content { width: 26vw; height: 10vw; left: 22vw; top: 28vw; }
}
 
/* -----  タブレット縦向き（768px〜1024px、portrait）  ----- */
/* iPad: 768px / iPad Air・Pro 11": 810px / iPad Pro 12.9": 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .scroll-image-container { right: 3%; width: 260px; height: 260px; }
 
  .card { padding: 24px; width: 95%;}
  .card .content p { letter-spacing: 5px; font-size: 2vw; }
 
  .hero-title-fixed h1 { font-size: 2.8rem; }
  .hero-title-fixed h1 span { font-size: 3rem; letter-spacing: .8rem; }
 
  .value_line--right { width: 130vw; height: 130vw; left: -40vw; top: -40vw; }
  .value_line--left  { width: 155vw; height: 155vw; left: -75vw; top: -40vw; }
 
  .value_core--color1 { width: 14vw; height: 20vw; }
  [data-value-current="1"] .value_core--color1 { left: -2vw; top: 0; }
  [data-value-current="2"] .value_core--color1 { left: 20vw; top: 1vw; }
  [data-value-current="3"] .value_core--color1 { left: 9vw; top: 22vw; transform: rotate(-120deg); }
 
  .value_core--color2 { width: 14vw; height: 33vw; }
  [data-value-current="1"] .value_core--color2 { left: 8vw; top: 17vw; }
  [data-value-current="2"] .value_core--color2 { left: 4vw; top: 14vw; }
  [data-value-current="3"] .value_core--color2 { left: -4vw; top: -2vw; }
 
  .value_core--color3 { width: 14vw; height: 26vw; }
  [data-value-current="1"] .value_core--color3 { left: 20vw; top: -3vw; }
  [data-value-current="2"] .value_core--color3 { left: -5vw; top: -8vw; }
  [data-value-current="3"] .value_core--color3 { left: 20vw; top: 0vw; }
  .value_title img { width: 190px; } 
  .value_content { width: 0; height: 9vw; left: 18vw; top: 14vw; }
}
 
/* -----  タブレット横向き（768px〜1080px、landscape）  ----- */
/* iPad横: 1024px / iPad Air横: 1080px */
@media (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  .scroll-image-container { right: 3%; width: 280px; height: 280px; }
 
  .card { padding: 24px; }
  .card .content p { letter-spacing: 5px; font-size: 1.8vw; }
 
  .hero-title-fixed h1 { font-size: 3rem; }
  .hero-title-fixed h1 span { font-size: 3.2rem; letter-spacing: 1rem; }
 
  .value_line--right { width: 90vw; height: 90vw; left: -28vw; top: -28vw; }
  .value_line--left  { width: 110vw; height: 110vw; left: -50vw; top: -28vw; }
 
  .value_core--color1 { width: 26vw; height: 14vw; }
  [data-value-current="1"] .value_core--color1 { left: -6vw; top: 0vw; }
  [data-value-current="2"] .value_core--color1 { left: 28vw; top: 0vw; }
  [data-value-current="3"] .value_core--color1 { left: -4vw; top: 15vw; }
 
  .value_core--color2 { width: 9vw; height: 25vw; }
  [data-value-current="1"] .value_core--color2 { left: 28vw; top: 0vw; }
  [data-value-current="2"] .value_core--color2 { left: -4vw; top: 15vw; }
  [data-value-current="3"] .value_core--color2 { left: -6vw; top: 0vw; }
 
  .value_core--color3 { width: 21vw; height: 19vw; }
  [data-value-current="1"] .value_core--color3 { left: -4vw; top: 15vw; }
  [data-value-current="2"] .value_core--color3 { left: -6vw; top: 0vw; }
  [data-value-current="3"] .value_core--color3 { left: 28vw; top: 0vw; }
 
  .value_content { width: 16vw; height: 6.5vw; left: 13vw; top: 17vw; }
}
 
/* -----  ノートPC（1025px〜1439px）  ----- */
/* タブレット横向きのlandscapeと重複しないよう1025px始まりに */
@media (min-width: 1025px) and (max-width: 1439px) {
  .card .content p { font-size: 1.2rem; }
 
  .value_line--right { width: 70vw; height: 70vw; left: -20vw; top: -20vw; }
  .value_line--left  { width: 85vw; height: 85vw; left: -30vw; top: -20vw; }
 
  .value_core--color1 { width: 20.14vw; height: 11.11vw; }
  [data-value-current="1"] .value_core--color1 { left: -5vw; top: 0vw; }
  [data-value-current="2"] .value_core--color1 { left: 12vw; top: 3vw; }
  [data-value-current="3"] .value_core--color1 { left: 3vw; top: 19vw; transform: rotate(-115deg); }
 
  .value_core--color2 { width: 9.81vw; height: 18.96vw; }
  [data-value-current="1"] .value_core--color2 { left: 22vw; top: 0vw; transform: rotate(-155deg); }
  [data-value-current="2"] .value_core--color2 { left: 10vw; top: 16vw; transform: rotate(15deg); }
  [data-value-current="3"] .value_core--color2 { left: -5vw; top: 0vw; transform: rotate(100deg); }
 
  .value_core--color3 { width: 16.94vw; height: 15vw; }
  [data-value-current="1"] .value_core--color3 { left: 7vw; top: 21vw; transform: rotate(115deg); }
  [data-value-current="2"] .value_core--color3 { left: -2vw; top: 0vw; }
  [data-value-current="3"] .value_core--color3 { left: 14vw; top: 0vw; transform: rotate(-30deg); }
 
  .value_content { width: 11.94vw; height: 4.79vw; left: 10.90vw; top: 13.19vw; }
}



/* -----  小さめノートPC（900px〜1099px）  ----- */
@media (min-width: 900px) and (max-width: 1099px) {
  .scroll-image-container { right: 3%; width: 300px; height: 300px; }

  /* value */
  .value_line--right { width: 70vw; height: 70vw; left: -20vw; top: -20vw; }
  .value_line--left  { width: 85vw; height: 85vw; left: -30vw; top: -20vw; }

  .value_core--color1 { width: 22vw; height: 12vw; }
  [data-value-current="1"] .value_core--color1 { left: -6vw; top: 0vw; }
  [data-value-current="2"] .value_core--color1 { left: 24vw; top: 0vw; }
  [data-value-current="3"] .value_core--color1 { left: -4vw; top: 12vw; }

  .value_core--color2 { width: 8vw; height: 21vw; }
  [data-value-current="1"] .value_core--color2 { left: 24vw; top: 0vw; }
  [data-value-current="2"] .value_core--color2 { left: -4vw; top: 12vw; }
  [data-value-current="3"] .value_core--color2 { left: -6vw; top: 0vw; }

  .value_core--color3 { width: 18vw; height: 16vw; }
  [data-value-current="1"] .value_core--color3 { left: -4vw; top: 12vw; }
  [data-value-current="2"] .value_core--color3 { left: -6vw; top: 0vw; }
  [data-value-current="3"] .value_core--color3 { left: 24vw; top: 0vw; }

  .value_content { width: 13vw; height: 5.5vw; left: 11.5vw; top: 14vw; }
  .hero-title-fixed h1 span { font-size: 4rem; }
  .card .content p { font-size: 1.2rem; }
}
/* ノートPC（900px〜1439px） */
@media (min-width: 901px) and (max-width: 1439px) {
  .value_line--right {
    width: 70vw;
    height: 70vw;
    left: -20vw;
    top: -20vw;
  }
  .value_line--left {
    width: 85vw;
    height: 85vw;
    left: -30vw;
    top: -20vw;
  }
  .value_core--color1 {
    width: 20.14vw;
    height: 11.11vw;
  }
  [data-value-current="1"] .value_core--color1 { left: -5vw; top: 0vw; }
  [data-value-current="2"] .value_core--color1 { left: 12vw;
        top: 3vw; }
  [data-value-current="3"] .value_core--color1 { left: 3vw;
        top: 19vw; transform: rotate(-115deg);}

  .value_core--color2 {
    width: 9.81vw;
    height: 18.96vw;
  }
  [data-value-current="1"] .value_core--color2 { 
    left: 22vw;
        top: 0vw;
        transform: rotate(-155deg) }
  [data-value-current="2"] .value_core--color2 { left: 10vw; top: 16vw; transform: rotate(15deg);}
  [data-value-current="3"] .value_core--color2 { left: -5vw; top: 0vw; transform: rotate(100deg);}

  .value_core--color3 {
    width: 16.94vw;
    height: 15vw;
  }
  [data-value-current="1"] .value_core--color3 { left: 7vw; top: 21vw; transform: rotate(115deg); }
  [data-value-current="2"] .value_core--color3 { left: -2vw; top: 0vw; }
  [data-value-current="3"] .value_core--color3 { left: 14vw; top: 0vw; transform: rotate(-30deg); }

  .value_content {
    width: 11.94vw;
    height: 4.79vw;
    left: 10.90vw;
    top: 13.19vw;
  }
  .scroll-image-container { 
    right: 4%;
  }
}

/* -----  ノートPC（1100px〜1439px）  ----- */
@media (min-width: 1100px) and (max-width: 1439px) {
  .card .content p { font-size: 1.2rem; }

  /* value */
  .value_line--right { width: 70vw; height: 70vw; left: -20vw; top: -20vw; }
  .value_line--left  { width: 85vw; height: 85vw; left: -30vw; top: -20vw; }

  .value_core--color1 { width: 20.14vw; height: 11.11vw; }
  [data-value-current="1"] .value_core--color1 { left: -5vw; top: 0vw; }
  [data-value-current="2"] .value_core--color1 { left: 12vw; top: 3vw; }
  [data-value-current="3"] .value_core--color1 { left: 3vw; top: 19vw; transform: rotate(-115deg); }

  .value_core--color2 { width: 9.81vw; height: 18.96vw; }
  [data-value-current="1"] .value_core--color2 { left: 22vw; top: 0vw; transform: rotate(-155deg); }
  [data-value-current="2"] .value_core--color2 { left: 10vw; top: 16vw; transform: rotate(15deg); }
  [data-value-current="3"] .value_core--color2 { left: -5vw; top: 0vw; transform: rotate(100deg); }

  .value_core--color3 { width: 16.94vw; height: 15vw; }
  [data-value-current="1"] .value_core--color3 { left: 7vw; top: 21vw; transform: rotate(115deg); }
  [data-value-current="2"] .value_core--color3 { left: -2vw; top: 0vw; }
  [data-value-current="3"] .value_core--color3 { left: 14vw; top: 0vw; transform: rotate(-30deg); }

  .value_content { width: 11.94vw; height: 4.79vw; left: 10.90vw; top: 13.19vw; }
}

/* -----  大画面（1440px〜）  ----- */
@media (min-width: 1440px) {
  .value_line--right { width: 1008px; height: 1008px; left: -504px; top: -504px; }
  .value_line--left  { width: 1204px; height: 1204px; left: -1440px; top: -504px; }

  .value_core--color1 { width: 320px; height: 200px; }
  [data-value-current="1"] .value_core--color1 { left: -72px; top: 0px; }
  [data-value-current="2"] .value_core--color1 { left: 246px; top: 100px; }
  [data-value-current="3"] .value_core--color1 { transform: rotate(240deg); left: 73px; top: 288px; }

  .value_core--color2 { width: 228px; height: 323px; }
  [data-value-current="1"] .value_core--color2 { left: 316px; top: 0px; transform: rotate(210deg); }
  [data-value-current="2"] .value_core--color2 { left: 33px; top: 258px; }
  [data-value-current="3"] .value_core--color2 { transform: rotate(100deg); left: -72px; top: 0px; }

  .value_core--color3 { width: 234px; height: 236px; }
  [data-value-current="1"] .value_core--color3 { left: 13px; top: 248px; transform: rotate(130deg); }
  [data-value-current="2"] .value_core--color3 { left: -72px; top: 0px; }
  [data-value-current="3"] .value_core--color3 { left: 316px; top: 0px; }

  .value_content { width: 312px; height: 69px; left: 67px; top: 180px; }
}@charset "utf-8";
#main h2.js-h2-flow {
  overflow: visible;
}

#main h2.js-h2-flow .h2-flow-mask {
  display: block;
}

#main h2.js-h2-flow .h2-flow-line {
  display: block;
}

#main h2.js-h2-flow .h2-char-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

#main h2.js-h2-flow .h2-char {
  display: inline-block;
  will-change: transform, opacity;
}

#main h2.js-h2-flow .h2-char-mask span:not(.h2-char) {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  #main h2.js-h2-flow .h2-char {
    transform: none !important;
    opacity: 1 !important;
  }
}
/* =========================
HEADER WRAPPER
========================= */
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

@media screen and (max-width: 799px) {
  .header-nav {
    padding: 0 15px;
    height: 60px;
  }
}

/* ==================== ロゴ ==================== */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}

.logo-img {
  width: auto;
}

@media screen and (max-width: 799px) {
  .logo-img {
    height: 35px;
  }
}

/* ==================== 右側ナビコンテナ ==================== */
.nav-right-container {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 40px;
  position: fixed;
  right: 40px;
  top: 10px;
  z-index: 101;
  transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;  /* ← transform 追加 */
  opacity: 1;
  transform: translateY(0);
}

.menu-open ~ .nav-right-container {
  z-index: 99;
}

@media screen and (max-width: 799px) {
  .nav-right-container {
    background: transparent;
    padding: 0;
    gap: 12px;
    position: fixed;
    right: 15px;
    top: 8px;
    z-index: 101;
  }
}

/* ==================== デスクトップナビ ==================== */
.nav-menu-desktop {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.nav-menu-desktop a {
  color: #001f3f;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease;
}

.nav-menu-desktop a:hover {
  color: #7fb6ca;
}

.nav-menu-desktop a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7fb6ca;
  transition: width 0.3s ease;
}

.nav-menu-desktop a:hover::after {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .nav-menu-desktop {
    display: none;
  }
}

/* ==================== MENUテキスト + アイコン ==================== */
.menu-wrapper {
  background: linear-gradient(225deg, #e3f8bf 0%, #9ccce0 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 1rem;
  transition: background 0.3s ease;
  min-width: 134px;
}

.menu-text {
  font-size: 14px;
  font-weight: 700;
  color: #001f3f;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  white-space: nowrap;
}

@media screen and (max-width: 799px) {
  .menu-text {
    font-size: 12px;
  }
  .menu-wrapper {
    min-width: 80px;
  }
}

/* =========================
HEADER BASE（元のコードをそのまま保持）
========================= */

nav .icon-menu {
  width: 48px;
  height: 48px;
  z-index: 9999;  /* ← 常に最前面 */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s ease;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
  background: transparent;
  border-radius: 0;
  position: relative;
}

nav .icon-menu span {
  display: flex;
  width: 22px;
  height: 2px;
  background-color: #000f1f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s 0.2s ease;
  position: absolute;
}

nav .icon-menu span:first-child {
  top: 28px;
}

nav .icon-menu span:last-child {
  bottom: 25px;
}

nav .icon-menu.icon-open span:first-child {
  transition: all 0.4s 0.2s ease;
  top: 24px;
  transform: rotate(45deg);
}

nav .icon-menu.icon-open span:last-child {
  transition: all 0.4s 0.3s ease;
  bottom: 23px;
  transform: rotate(-45deg);
}

nav .icon-menu:hover {
  transition: all 0.6s ease;
  box-shadow: inset 0px 0px 0px 25px rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

@media screen and (max-width: 799px) {
  nav .icon-menu:hover {
    box-shadow: none;
  }
}

nav .icon-menu.sticky {
  transition: all 0.6s ease;
  background: transparent;
  position: fixed;
  border-radius: 50px;
}


nav .icon-menu.icon-open span {
  width: 22px;
  transition: all 0.4s 0.2s ease;
}



nav .main-nav {
  display: none;
}

nav .main-nav .menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .main-nav .menu:before,
nav .main-nav .menu:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

nav .main-nav .menu:before {
  background-color: white;
  z-index: 2;
  opacity: 0.8;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

nav .main-nav .menu:after {
  background: linear-gradient(225deg, #e3f8bf 0%, #9ccce0 100%);
  z-index: 300;
}

nav .main-nav .menu .menu-items {
  z-index: 500;
}

nav .main-nav .menu .menu-items .item {
  color: #7fb6ca;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 50px;
  line-height: normal;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px white;
  z-index: 500;
  padding: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 799px) {
  nav .main-nav .menu .menu-items .item {
    font-size: 40px;
  }
}

nav .main-nav .menu .menu-items .item:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 60%;
  transition: width 0.6s ease, opacity 2s ease;
  z-index: -1;
  opacity: 0;
  background: #7fb6ca;
}

@media screen and (max-width: 799px) {
  nav .main-nav .menu .menu-items .item:before {
    display: none;
  }
}

nav .main-nav .menu .menu-items .item:hover {
  color: white;
}

@media screen and (max-width: 799px) {
  nav .main-nav .menu .menu-items .item:hover {
    color: transparent;
  }
}

nav .main-nav.menu-open {
  display: block;
}

nav .main-nav.menu-open .menu:before {
  animation: menuOpen 1s ease both;
}

nav .main-nav.menu-open .menu:after {
  animation: menuOpen 0.6s 0.3s ease both;
}

@keyframes menuOpen {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

nav .main-nav.menu-open .menu .menu-items .item {
  animation: itemMenu 0.4s 0.6s ease both;
}

@keyframes itemMenu {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(1) {
  animation-delay: 0.6s;
}
nav .main-nav.menu-open .menu .menu-items .item:nth-child(1):before {
  transform: translate(15px, -20px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(2) {
  animation-delay: 0.75s;
}
nav .main-nav.menu-open .menu .menu-items .item:nth-child(2):before {
  transform: translate(-50px, -12px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(3) {
  animation-delay: 0.9s;
}
nav .main-nav.menu-open .menu .menu-items .item:nth-child(3):before {
  transform: translate(28px, -14px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(4) {
  animation-delay: 1.05s;
}
nav .main-nav.menu-open .menu .menu-items .item:nth-child(4):before {
  transform: translate(-24px, -17px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(5) {
  animation-delay: 1.2s;
}
nav .main-nav.menu-open .menu .menu-items .item:nth-child(5):before {
  transform: translate(34px, -16px);
}


nav .main-nav.menu-open .menu .menu-items .item:hover:before {
  opacity: 1;
  width: 80%;
  height: 60%;
}

nav .main-nav.menu-open .menu .menu-items .item:hover:nth-child(2):before {
  width: 50%;
}

nav .main-nav.menu-open .menu .menu-items .item:hover:nth-child(3):before {
  width: 60%;
}

nav .main-nav.menu-close .menu:before {
  animation: menuClose 0.6s 0.3s ease both;
}

nav .main-nav.menu-close .menu:after {
  animation: menuClose 0.6s ease both;
}

@keyframes menuClose {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

nav .main-nav.menu-close .menu .menu-items .item {
  animation: itemClose 0.4s ease both;
}

nav .main-nav.menu-close .menu .menu-items .item:nth-child(1),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(2),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(3),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(4),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(5) {
  animation-delay: 0s;
}


@keyframes itemClose {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}



/* iPad portrait: logo + menu only */
@media screen and (min-width: 800px) and (max-width: 1024px) and (orientation: portrait) {
  .header-nav {
    height: 70px;
    padding: 0 28px;
  }

  .logo-img {
    height: 52px;
    width: auto;
  }

  .nav-right-container {
    right: 28px;
    top: 14px;
    padding: 0;
    background: transparent;
    gap: 0;
  }

  .nav-menu-desktop {
    display: none;
  }

  .menu-wrapper {
    min-width: 126px;
    height: 48px;
    padding: 0 18px;
    gap: 10px;
    background: linear-gradient(225deg, #e3f8bf 0%, #9ccce0 100%);
  }

  .menu-text {
    font-size: 14px;
  }

  nav .icon-menu {
    width: 40px;
    height: 40px;
  }

  nav .icon-menu span:first-child {
    top: 23px;
  }

  nav .icon-menu span:last-child {
    bottom: 21px;
  }

  nav .icon-menu.icon-open span:first-child {
    top: 20px;
  }

  nav .icon-menu.icon-open span:last-child {
    bottom: 18px;
  }
}


@media screen and (max-width: 1024px) {
  .header-nav .nav-menu-desktop,
  .header-nav.menu-open .nav-menu-desktop,
  .header-nav.menu-close .nav-menu-desktop,
  nav.menu-open .nav-menu-desktop,
  nav.menu-close .nav-menu-desktop,
  body .nav-menu-desktop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
