/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

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

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

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

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

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

caption {
  text-align: left;
}

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

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

/* style.css */

:root {
  /* Colors */
  --main: #0069af;
  --base-1: #ffffff;
  --base-2: #f7f7f7;
  --accent-1: #ff7c2e;
  --accent-2: #fccc42;
  --unnamed-color-1a1311: #1a1311;
  --unnamed-color-000000: #000000;
  --unnamed-color-ebe9e6: #ebe9e6;

  /* Font/text values */
  --unnamed-font-family-lato: Lato;
  --unnamed-font-family-zen-kaku-gothic-new: "Zen Kaku Gothic New";
  --unnamed-font-style-normal: normal;

  /* NOTE: XDの「900px」はおそらく誤出力なので数値に補正 */
  --unnamed-font-weight-900: 900;
  --unnamed-font-weight-bold: 700;
  --unnamed-font-weight-medium: 500;

  --unnamed-font-size-15: 15px;
  --unnamed-font-size-23: 23px;
  --unnamed-font-size-32: 32px;
  --unnamed-font-size-88: 88px;

  --unnamed-character-spacing-0: 0px;
  --unnamed-character-spacing-2-64: 2.64px;
  --unnamed-character-spacing-0-97: 0.97px;
  --unnamed-character-spacing-1-5: 1.5px;
  --unnamed-character-spacing-0-9: 0.9px;

  --unnamed-line-spacing-18: 18px;
  --unnamed-line-spacing-21: 21px;
  --unnamed-line-spacing-25: 25px;
  --unnamed-line-spacing-46: 46px;
  --unnamed-line-spacing-106: 106px;
  --unnamed-line-spacing-127: 127px;

  /* Layout tokens (LP用に追加) */
  --container: 1120px;
  --gutter: 20px;
  --radius: 16px;
  --line: rgba(26, 19, 17, 0.12);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ------------------------------------------------------------
  Base
------------------------------------------------------------ */

html {
  font-size: clamp(12px, calc(9px + 0.47vw), 18px);
}

body {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  color: var(--unnamed-color-1a1311);
  background: var(--base-1);
  margin: 0;
}

h2 {
  font-size: 2.87rem;
  line-height: 1.44;
}
.l-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

body {
  /* Layout grid overlay (editing aid) */
  --grid-columns: 10;
  --grid-column-width: 85px;
  --grid-gutter: 16px;
  --grid-margin-top: 0px;
  --grid-margin-right: 143px;
  --grid-margin-bottom: 0px;
  --grid-margin-left: 143px;
  --grid-overlay-color: rgba(0, 200, 255, 0.25);
  --grid-step: calc(var(--grid-column-width) + var(--grid-gutter));
  --grid-total-width: calc(
    var(--grid-columns) * var(--grid-column-width) + (var(--grid-columns) - 1) *
      var(--grid-gutter)
  );
}

body.has-grid::after {
  content: "";
  position: fixed;
  inset: 0;
  top: var(--grid-margin-top);
  bottom: var(--grid-margin-bottom);
  left: 50%;
  width: calc(
    var(--grid-total-width) + var(--grid-margin-left) + var(--grid-margin-right)
  );
  max-width: 100vw;
  transform: translateX(-50%);
  padding: 0 var(--grid-margin-right) 0 var(--grid-margin-left);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1200;
  background-image: repeating-linear-gradient(
    to right,
    var(--grid-overlay-color) 0,
    var(--grid-overlay-color) var(--grid-column-width),
    transparent var(--grid-column-width),
    transparent var(--grid-step)
  );
  background-origin: content-box;
  background-clip: content-box;
}

.bold {
  font-weight: bold;
}

/* ------------------------------------------------------------
  Scroll animations
------------------------------------------------------------ */
.sa-advanced {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: translateY(13%);
}

.sa-advanced.isActive {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1s var(--ease-out-cubic),
    transform 1s var(--ease-out-quint);
}

/* ------------------------------------------------------------
  Character Styles (XD -> CSS classes)
  ※XDの命名をWeb向けに軽く整形： .h1-jp など
------------------------------------------------------------ */
.h1-jp {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-88);
  line-height: var(--unnamed-line-spacing-127);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-000000);
}
.h2-jp {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-32);
  line-height: var(--unnamed-line-spacing-46);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-1a1311);
}
.h3-jp {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-23);
  line-height: var(--unnamed-line-spacing-21);
  letter-spacing: var(--unnamed-character-spacing-1-5);
  color: var(--base-1);
}
.h4-jp {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-15);
  line-height: var(--unnamed-line-spacing-21);
  letter-spacing: var(--unnamed-character-spacing-0-97);
  color: var(--base-1);
}
.h5-jp {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: var(--unnamed-font-size-15);
  line-height: var(--unnamed-line-spacing-25);
  letter-spacing: var(--unnamed-character-spacing-0-9);
  color: var(--unnamed-color-1a1311);
}

.tittle-en {
  font-family: var(--unnamed-font-family-lato);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-900);
  font-size: var(--unnamed-font-size-88);
  line-height: var(--unnamed-line-spacing-106);
  letter-spacing: var(--unnamed-character-spacing-2-64);
  color: var(--unnamed-color-ebe9e6);
}
.subtittle-en {
  font-family: var(--unnamed-font-family-lato);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: var(--unnamed-font-size-15);
  line-height: var(--unnamed-line-spacing-18);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--main);
}

/* ------------------------------------------------------------
  Layout / Components
------------------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-left: 3.5%;
}

.header__brand {
  width: clamp(188px, 22.3vw, 320px);
}

.header__brand img {
  width: 100%;
  display: block;
}

.header__burger {
  display: none;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.header__burgerBar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--main);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.header__burgerBar + .header__burgerBar {
  margin-top: 6px;
}

.header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 90;
}
body.is-nav-open .header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Center nav pill */
.header__nav {
  margin-left: 12px;
  margin-right: clamp(-54px, -2.2vw, 0px);
  display: flex;
  align-items: center;
  padding: 0.875em 2.375em;
  background: var(--base-1);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
}
.header__navList {
  display: flex;
  align-items: center;
  gap: 1.95em;
}
.header__navItem {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: clamp(13px, calc(9.8px + 0.41vw), 18px);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-1a1311);
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.6s ease;
}
.header__navItem:hover {
  opacity: 0.9;
  color: gray;
}

.header__navActions {
  display: none;
}
.header__navAction {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--unnamed-color-1a1311);
}
.header__navActionIcon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.header__navActionText {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1rem;
}

.headerCtas {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1fr;
  align-items: stretch;
  height: 122px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 0px 10px;
}

/* 左2つ（白）と右（青）の共通 */
.headerCtas__item {
  display: grid;
  grid-template-rows: 47px 1fr;
  justify-items: center;
  align-items: center;
  text-decoration: none;
  padding: 24px 25.3px 15px;
  color: var(--main);
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
}

.headerCtas__icon {
  height: 47px;
  object-fit: contain;
  display: block;
}

.headerCtas__label {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1rem;
  line-height: 1;
  color: #0057aa;
}

/* 縦区切り線（中央の薄い線） */
.headerCtas__divider {
  width: 2px;
  height: 52.5%;
  margin: auto;
  background: #bababa;
}

/* 右端：お問い合わせ（濃い青） */
.headerCtas__item--primary {
  color: var(--base-1);
  background: transparent linear-gradient(180deg, var(--main) 0%, #0ef4ff 100%)
    0% 0% no-repeat padding-box;
}

.headerCtas__item--primary .headerCtas__icon {
  height: 32px;
}

.headerCtas__item--primary .headerCtas__label {
  color: var(--base-1);
}

/* hover（気持ちだけ） */
.headerCtas__item:hover {
  filter: brightness(0.95);
}
.headerCtas__item--primary:hover {
  filter: brightness(1.1);
}

.footerSentinel {
  width: 100%;
  height: 1px;
}

/* =========================
   HERO（画像寄せ）
========================= */
.hero {
  padding: 180px 0 0px; /* ヘッダーぶんの上余白 */
  background: var(--base-1);
  margin-top: -122px;
  overflow: hidden;
}

/* 青い曲線（細い線） */
.hero__bgLine {
  position: absolute;
  border: 2px solid var(--main);
  border-right: none;
  border-radius: 999px;
  z-index: 0;
  width: 400px;
  height: 400px;
  left: -240px;
  top: 500px;
}

/* 中身 */
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4fr 0fr;
  gap: 0px;
  align-items: center;
  width: min(1500px, calc(100% - 21%));
  margin-inline: auto;
}

/* Left */
.hero__content {
  padding-left: 10px;
  z-index: 99;
}

.heroBadge {
  display: inline-block;
}

.hero__title {
  margin: 18px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: clamp(30px, calc(20px + 2.75vw), 70px); /* 基準 */
  line-height: 1.3;
  letter-spacing: 0em;
  color: var(--unnamed-color-000000);

  /* 画像の“うっすら影” */
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);

  /* 不要な隙間を減らす */
  word-break: keep-all;
}

/* 大きい文字（大阪/産廃/新しい正解） */
.hero__titleBig {
  font-size: 1em; /* 基準そのまま */
}

/* 小さめの助詞・句読点 */
.hero__titleParticle {
  font-size: 0.908em; /* ←ここが肝：少し小さく */
}

.hero__lead {
  margin: 5px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);

  color: var(--unnamed-color-1a1311);
  text-align: left;
  font-size: clamp(18px, calc(15.6px + 0.58vw), 25px);
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.48;
}

.hero__leadStrong {
  color: var(--main);
  font-weight: var(--unnamed-font-weight-bold);
}

/* CTA */
.hero__cta {
  margin-top: 48px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: flex-start;
}

.btnPill {
  max-width: 100%;
  padding: 8px 18px 8px 72px;

  border-radius: 32px;
  display: grid;
  grid-template-columns: 1fr 47px;
  justify-content: center;
  column-gap: 1.2px;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: visible;
  background: var(--accent-1);
  color: var(--base-1);
  box-shadow: 0px 3px 6px #00000029;
  width: fit-content;
  margin-inline: auto;
  transition: all 0.5s ease;
}

.btnPill:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.hero .btnPill {
  margin-inline: 0;
  width: 388px;
}

.btnPill__text {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btnPill__top {
  margin: 0;
  letter-spacing: 0.97px;
  font-size: 15px;
}

.btnPill__main {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  letter-spacing: var(--unnamed-character-spacing-1-5);
  color: var(--base-1);
  line-height: 1.5;
  font-size: 23px;
  text-align: center;
}

.btnPill__arrow {
  width: 47px;
  height: 47px;
  background: var(--base-1);
  border-radius: 999px;
  display: grid;
  place-items: center;
  position: relative;
}

.btnPill__arrow svg {
  width: 12px;
}

.hero .btnPill::after,
.ctaBand__actions .btnPill::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  transform: translateX(-50%);
  width: 24.5%;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  filter: blur(2px);
  opacity: 0.3;
  pointer-events: none;
  transition: all 0.5s ease;
}

/* オレンジ */
.btnPill--accent {
  background: var(--accent-1);
  color: var(--base-1);
}

.btnPill--accent .btnPill__arrow {
  background: var(--base-1);
  color: var(--accent-1);
}

/* グレー */
.btnPill--ghost {
  background: var(--unnamed-color-ebe9e6);
}

.btnPill--ghost .btnPill__top,
.btnPill--ghost .btnPill__main {
  color: var(--unnamed-color-1a1311);
}

.btnPill:hover::after {
  opacity: 0.4;
}

/* 円マスク（中身をクリップする“器”） */
.hero__truck {
  position: absolute;
  right: -36vw;
  top: 30%;
  transform: translateY(-50%);
  width: 72vw;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden;
  background: var(--base-1);
  z-index: 1;
  outline: 2px solid var(--main);
  outline-offset: 4.4em;
  max-width: 1600px;
}

/* JPGはcoverで円にフィット */
.hero__truck img {
  width: 100%;
  height: 84%;
  display: block;
  object-fit: cover;
  object-position: 148% center;
  transform: translateY(22%);
}

/* =========================
   CONCERNS（画像寄せ）
========================= */

.concerns__oval::before {
  border-radius: 50%;
  height: 100%;
  top: 0%;
  left: -50%;
  content: "";
  position: absolute;
  width: 200%;
  z-index: 1;
  background: var(--main);
  background: linear-gradient(180deg, #0069af 34%, #ffffff 40%);
}

.concerns__oval {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 67px 0 0;
  padding: 31px 0 65px;
}

/* タイトルと吹き出しを疑似要素より前面に載せる */
.concerns__title,
.concerns__bubbles {
  position: relative;
  z-index: 1;
}

/* 見出し（白） */
.concerns__title {
  margin: 0;
  text-align: center;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 28px;

  letter-spacing: var(--unnamed-character-spacing-0);
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 1.43;
}

/* 吹き出し3つ */
.concerns__bubbles {
  padding-top: 39px;
  overflow: hidden;
}

.concerns__track {
  display: flex;
  gap: 2.9rem;
  align-items: flex-start;
  width: max-content;
  animation: concerns-marquee 38s linear infinite;
}

.concerns__track:hover {
  animation-play-state: paused;
}

@keyframes concerns-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .concerns__track {
    animation: none;
  }
}

/* 白い吹き出し（角丸＋薄い影） */
.concernsBubble {
  background: #fff;
  border-radius: 10px;
  padding: 12px 24px 12px 16px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  line-height: 1.55;
  color: var(--unnamed-color-1a1311);
  position: relative;
  display: flex;
  gap: 22.7px;

  color: var(--unnamed-color-1a1311);
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  align-items: center;
  height: 4.4rem;
}

.concernsBubble img {
  width: 27px;
  object-fit: contain;
}

/* 左上の小さい青アクセント（画像の“処理”の青） */
.concernsBubble__accent {
  color: var(--main);
  font-weight: var(--unnamed-font-weight-bold);
}

/* 下の3指標（白地） */
.concerns__stats {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 66%;
  margin-inline: auto;
}

/* 1カラム */
.concernStat {
  text-align: center;
  position: relative;
}

/* 仕切り線（下半分のみ） */
.concernStat::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 32%;
  background: var(--line);
}

.concernStat:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 32%;
  background: var(--line);
}

/* アイコン */
.concernStat__illust {
  height: 128px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  position: relative;
}
.concernStat__illust img {
  height: 128px;
  width: auto;
  display: block;
  z-index: 1;
  padding-bottom: 8px;
}

.concernStat__illust::before {
  content: "";
  width: 160px;
  height: 30px;
  background-color: var(--main);
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.concernStat__illust::after {
  content: "";
  border-radius: 50%;

  position: absolute;
  left: 50%;
  top: calc(100% + 8.8px);
  transform: translateX(-50%);

  width: 16%;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  filter: blur(1px);
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}

/* ラベル（小） */
.concernStat__label {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  letter-spacing: 0.06em;

  color: var(--unnamed-color-1a1311);
  font-size: 1.2rem;
  letter-spacing: 0px;
  color: #1a1311;
}

/* 値（大） */
.concernStat__value {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 3.53rem;
  color: var(--unnamed-color-000000);
}
.concernStat__value span {
  color: var(--main);
}

.concernStat__num {
  letter-spacing: 0.02em;
  font-size: 4.6rem;
  line-height: 3.53rem;
}
.concernStat__value .concernStat__pct {
  font-size: 22px;
  margin-left: 2px;
  color: #1a1311;
}

/* WHY */
.why {
  padding: 82px 0 226px;
  background: var(--base-1);
  position: relative;
  overflow: hidden;
}

.why__head {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
  overflow: hidden;
}

.bgTitle {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 2em;
  --bgTitle-copies: 3; /* base: 3本（::before + 本文 + ::after） */
  --bgTitle-duration: 26s;
  min-width: calc(var(--bgTitle-copies) * 100%);
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
  font-size: clamp(54px, calc(37px + 3.4vw), 96px);
  letter-spacing: 2.64px;
  color: var(--unnamed-color-ebe9e6);
  opacity: 0.8;
  white-space: nowrap;
  animation: whyMarquee var(--bgTitle-duration) linear infinite;
  will-change: transform;
  pointer-events: none;
  user-select: none;
  left: 0;
}

.bgTitle::before,
.bgTitle::after {
  content: attr(data-marquee);
}

@keyframes whyMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-100% * (var(--bgTitle-copies) - 1) / var(--bgTitle-copies))
    );
  }
}

.why__bgTitle {
  top: -14px;
  animation: whyMarquee 46s linear infinite;
}

.recicle__bgTitle {
  top: 50px;
  animation: whyMarquee 38s linear infinite;
}

.voice__bgTitle,
.how__bgTitle,
.faq__bgTitle,
.contact__bgTitle {
  top: 4px;
}

.aboutBand__bgTitle {
  color: white;
  opacity: 0.3;
  top: calc(40px + 1.6rem);
}

.disposable__bgTitle {
  color: #e0e0e075;
  top: -1rem;
}

.location__bgTitle {
  top: 2px;
}

.why__title {
  position: relative;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  line-height: 1.4;
  color: var(--unnamed-color-000000);
}

.why__lead {
  margin: 24px auto 0;
  max-width: 760px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.65;

  letter-spacing: var(--unnamed-character-spacing-0-9);
  color: var(--unnamed-color-1a1311);
}

.why__list {
  display: grid;
  gap: 68px;
  width: 80%;
  max-width: 792px;
  margin-inline: auto;
}

/* Strength blocks */
.strength {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.strength--reverse {
  grid-template-columns: 0.8fr 1.2fr;
}

.strength--reverse .strength__text {
  order: 2;
}
.strength--reverse .strength__media {
  order: 1;
}

.strength__no {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-bold);
  margin: 0;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--main);
}

.dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--accent-1);
  display: inline-block;
}

.strength__title {
  margin-top: 16px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.87rem;
  line-height: 1.5;
  color: var(--unnamed-color-000000);
}

.strength__desc {
  margin-top: 35px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-1a1311);
  text-align: left;
  font-size: 1rem;
  width: 85.5%;
}

.strength__media {
  display: grid;
  place-items: center;
}

.strength__media img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin-top: 16px;
}

/* DISPOSABLE */
.disposable {
  position: relative;
  padding: 0 0 240px;
  color: var(--base-1);
  background:
    linear-gradient(rgba(0, 105, 175, 0.8), rgba(0, 105, 175, 0.8)),
    url("./img/disposable-bg.jpeg") center/cover no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding-top: 60px;
  margin-top: -20px;
}

/* ここが調整つまみ */
:root {
  --curve-height: 280px; /* SVGの高さ */
  --curve-round: 999px; /* 端の丸み（linecap用） */

  --line-w-b1: 3.8;
  --line-w-b2: 2.6;
  --line-w-b3: 2;

  --blue-1: rgba(0, 105, 175, 0.99);
  --blue-2: rgba(0, 105, 175, 0.65);
  --blue-3: rgba(0, 105, 175, 0.45);
}

/* カーブをセクション下に固定 */
.curve-sep {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px; /* 1pxだけ被せて隙間消す */
  height: var(--curve-height);
  pointer-events: none;
  overflow: hidden;
}

.curve-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 白い面 */
.curve-fill {
  fill: #fff;
}

/* 共通：線 */
.curve-line {
  fill: none;
  stroke-linecap: round;
}

/* 青線（必要なら。見本が青のラインなので再現） */
.curve-line--blue1 {
  stroke: var(--blue-1);
  stroke-width: calc(var(--line-w-b1) * 1px);
}
.curve-line--blue2 {
  stroke: var(--blue-2);
  stroke-width: calc(var(--line-w-b2) * 1px);
}
.curve-line--blue3 {
  stroke: var(--blue-3);
  stroke-width: calc(var(--line-w-b3) * 1px);
}

.why::before {
  content: "";
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: -1px;

  height: 120px;
  width: 110vw;

  background:
    linear-gradient(rgba(0, 105, 175, 0.8), rgba(0, 105, 175, 0.8)),
    url("./img/disposable-bg.jpeg") center/cover no-repeat;
  background-attachment: fixed;
  background-position: center top;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: 0;
  pointer-events: none;
}

/* 薄い英字 */
.disposable__bgWord {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
  font-size: 72px;
  letter-spacing: 2.2px;
  color: rgba(235, 233, 230, 0.55);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.disposable__inner {
  position: relative;
  z-index: 1;
}

.disposable .secHead {
  padding-top: 0;
  margin-bottom: 30px;
}

.disposable .secHead__title {
  color: white;
}

.disposable .secHead__line span {
  background: white;
}

.disposable__lead {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.disposable__card {
  margin: 30px auto 0;
  background: var(--base-1);
  color: var(--unnamed-color-1a1311);
  border-radius: 12px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.2);
  padding: 2rem 3.6rem;
  max-width: 860px;
}

.disposable__cardHead {
  padding-bottom: 13.5px;
  border-bottom: 3px solid #ebe9e6;
}

.disposable__cardTitle {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.87rem;
  color: var(--unnamed-color-1a1311);
}

/* 9 items grid */
.wasteGrid {
  /* 調整用 */
  --cols: 3;
  --line: #ebe9e6;
  --lineW: 3px;

  --cellH: 123px; /* 1行の高さ（固定） */
  --vInset: 19px; /* 縦線の上下の隙間 */

  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  position: relative;
}

.wasteItem {
  height: var(--cellH);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 27px 18.5px;
  position: relative;
  background: transparent; /* 背景はお好みで */
  text-decoration: none;
  color: inherit;
  justify-content: space-between;
}

.wasteItem:nth-child(n + 4) {
  border-top: 3px solid var(--line);
}

.wasteItem::after {
  content: "";
  position: absolute;
  right: 0;
  top: var(--vInset);
  bottom: var(--vInset);
  width: var(--lineW);
  background: var(--line);
  border-radius: calc(var(--lineW) / 2);
}
.wasteItem:nth-child(3n)::after {
  display: none;
}

.wasteItem__label {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 12px;
  color: rgba(26, 19, 17, 0.85);
}

.wasteItem__thumb {
  aspect-ratio: 129/71;
  height: 71px;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}

.wasteItem__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Catch text */
.disposable__catch {
  margin: 30px auto 0;
  text-align: center;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 2.55rem;
  color: var(--base-1);
  border-bottom: 3px solid white;
  width: fit-content;
  line-height: 1.3;
  padding-bottom: 3px;
}

/* Price cards */
.priceCards {
  margin: 62px auto 0;
  display: flex;
  justify-content: center;
  gap: 1.07rem;
}

.priceCard {
  background: var(--base-1);
  color: var(--unnamed-color-1a1311);
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

.priceCard__head {
  margin: 0;
  padding: 6px 3rem;
  background: var(--main);
  color: var(--base-1);
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.533rem;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
}

.priceCard__body {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 45px 1.55rem 25px 1.4rem;
}

.priceCard__meta {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 1.2rem;
  color: var(--unnamed-color-1a1311);
  text-align: center;
  letter-spacing: 1.17px;
  color: #1a1311;
  line-height: 1.304;
  border-right: 2px solid var(--line);
}

.priceCard__value {
  margin: 0;
  text-align: right;
  color: var(--main);
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 6px;
}

.priceCard__num {
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
  font-size: 3.33rem;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--main);
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 0px 3px 6px #00000029;
}

.priceCard__unit {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 13px;
  color: var(--unnamed-color-1a1311);
}

.disposable__note {
  text-align: left;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 0.87rem;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  position: absolute;
  right: 0.2rem;
  bottom: -1.8rem;
}

/* A) CTA帯 */
.ctaBand {
  background: #f7f7f7;
  padding: 105px 0 121px;
}
.ctaBand__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}
.ctaBand__copy p {
  margin: 0;
  text-align: center;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  line-height: 1.78;
  text-align: center;
  letter-spacing: 1.82px;
  font-size: 1.87rem;
  color: #1a1311;
}

.ctaBand__accent {
  position: relative;
  color: var(--main);
  font-size: 2.133rem;
}

.ctaBand__dot {
  padding-top: 0.4rem;
  background-position: top left -4px;
  background-repeat: repeat-x;
  background-size: 1.16em 0.3em;
  background-image: -webkit-radial-gradient(
    0.15em 0.15em at center center,
    var(--main),
    var(--main) 100%,
    transparent
  );
  background-image: radial-gradient(
    0.16em 0.16em at center center,
    var(--main),
    var(--main) 100%,
    transparent
  );
}

.ctaBand__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.ctaTel {
  position: relative;
  text-align: left;
  padding-left: 35px;
}
.ctaTel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: var(--line);
  border-radius: 99px;
}
.ctaTel__label {
  margin: 0;
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
  font-size: 2.532rem;
  letter-spacing: 2.47px;
  color: var(--unnamed-color-000000);
}
.ctaTel__note {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 0.88rem;

  color: var(--unnamed-color-1a1311);
  text-align: center;
  letter-spacing: 0.84px;
  color: #1a1311;
}

/* B) 写真セクション */
.redefine {
  background: var(--base-2);
}
.redefine__bg {
  position: relative;
  padding: 56px 0 133px;
  color: var(--base-1);
  background:
    linear-gradient(
      180deg,
      rgba(240, 248, 250, 0.82) 0%,
      rgba(0, 62, 146, 0.86) 100%
    ),
    url("./img/redefine-bg.jpeg") center/cover no-repeat;
  background-blend-mode: multiply;

  overflow: hidden;
}
.redefine__bgWord {
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
  font-size: 64px;
  letter-spacing: 2.2px;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.redefine__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
  padding-top: 133px;
  width: 77.8%;
  margin-inline: auto;
}
.redefine__catch {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 2.1rem;
  white-space: nowrap;
  line-height: 1.44;
}

.redefine__catch span {
  font-size: 2.86rem;
}

.redefine__box {
  margin-top: 40px;
  gap: 2.664rem;
  display: flex;
}

.redefine__box .locHead__line {
  gap: 5px;
}

.redefine__box .locHead__line span {
  background-color: white;
  width: 7px;
}

.redefine__box .locHead__line span:nth-child(2),
.redefine__box .locHead__line span:nth-child(3) {
  height: 26px;
}

.redefine__box p {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.88;
  color: rgba(255, 255, 255);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.redefine__box p span {
  font-size: 1.53rem;
  line-height: 1.3rem;
}

.redefine__box p:last-child {
  margin-bottom: 0;
}

.redefine__right {
  position: absolute;
  bottom: -4%;
  right: -10%;
}

/* 80リング */
.ring80 {
  position: relative;
  width: 560px;
  height: 560px;
  margin-left: auto;
}
.ring80__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-24deg);
}
.ring80__track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 24;
}
.ring80__value {
  fill: none;
  stroke: #00b7d6;
  stroke: url(#ring80Grad); /* ← グラデーションを使う */
  stroke-width: 24;
  stroke-linecap: round;
  stroke-dasharray: 540;
  stroke-dashoffset: calc(540 - (540 * 0.8));
}
.ring80__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #003e92;
  background: rgba(255, 255, 255, 0.9);
  background-image: url("./img/recycle.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 86% 16%;
  font-weight: var(--unnamed-font-weight-900);

  border-radius: 999px;
  width: 70%;
  height: 70%;
  font-size: 1.8rem;
}

.ring80__text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  width: 38%;
  height: 7px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  filter: blur(2px);
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}

.ring80__text p {
  margin-left: -1.6rem;
}

.ring80__num {
  font-weight: var(--unnamed-font-weight-900);
  font-size: 11.5rem;
  line-height: 0.7;
  letter-spacing: 0.04rem;
}
.ring80__pct {
  margin-top: -12px;
  font-weight: var(--unnamed-font-weight-900);
  font-size: 2.4rem;
}

/* C) 共通見出し */
.secHead {
  position: relative;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 24px;
  overflow: hidden;
}
.secHead__title {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  color: var(--unnamed-color-000000);
  z-index: 1;
  position: relative;
  line-height: 1.44;
}

.secHead__line {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px; /* 線と線の間隔 */
  width: fit-content;
  margin-inline: auto;
  padding-top: 26px;
}

.secHead__line span {
  height: 3px;
  background: var(--main);
  border-radius: 999px; /* 両端丸 */
  display: block;
}

.secHead__line--aboutBand span {
  background: white;
}

.secHead__line span:nth-child(1) {
  width: 54px;
}
.secHead__line span:nth-child(2) {
  width: 13px;
}
.secHead__line span:nth-child(3) {
  width: 13px;
}

/* C1) お客様の声 */
.voices {
  background: var(--base-1);
  padding: 62px 0 72px;
  overflow: hidden;
}
.voiceSlider {
  overflow: hidden;
  position: relative;
}
.voiceGrid {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  padding-top: 16px;
  animation: voiceMarquee 38s linear infinite;
}
.voiceGrid:hover {
  animation-play-state: paused;
}
.voiceCard {
  background: #efefef;
  border-radius: 10px;
  padding: 18px 18px 16px;
  flex: 0 0 auto;
  width: clamp(240px, 28vw, 360px);
}
.voiceCard__lead {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 12px;
  line-height: 1.9;
  color: rgba(26, 19, 17, 0.8);
  padding-left: 2.8rem;
}
.voiceCard__foot {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.voiceCard__mark {
  width: 26px;
  height: 26px;
}

.voiceCard__name {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 12px;
}

@keyframes voiceMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .voiceGrid {
    animation: none;
  }
}

/* C2) ご依頼の流れ */
.how {
  padding: 62px 0 62px;

  background: transparent
    linear-gradient(180deg, #f0f6fd00 0%, #f0f6fdb3 49%, #f0f6fd00 100%) 0% 0%
    no-repeat padding-box;
}
.how__sub {
  margin: 27px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.4;
}

.stepTabs {
  margin: 50px auto 0;
  width: fit-content;
  background: var(--main);
  color: var(--base-1);
  border-radius: 6px;
  padding: 1.38rem 2.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
}
.stepTabs__item {
  align-items: center;
  font-size: 1.2rem;
}

.stepTabs__num {
  font-size: 1rem;
  margin-right: 0.67rem;

  font-weight: var(--unnamed-font-weight-bold);
  font-family: var(--unnamed-font-family-lato);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--base-1);
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #ffffff;
}

.stepTabs__item.is-active {
  opacity: 1;
}

.stepTabs svg {
  width: 0.84rem;
}

.stepsV {
  margin: 55px auto 0;
  width: 60%;
  display: grid;
  gap: 40px;
}
.stepV {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: start;
}

.stepV__left {
  text-align: center;
  position: relative;
}

.stepV__left::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--main);

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  left: 50%;
  transform: rotate(90deg) translateY(50%);
  position: absolute;
  bottom: -28px;
}

/* Hide connector on last step */
.stepsV .stepV:last-child .stepV__left::after {
  display: none;
}

.stepV__no {
  margin: 0;
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--main);
  margin-bottom: 6px;
}

.stepV__icon {
  width: 5.66rem;
  height: 5.66rem;
  border-radius: 999px;
  background: var(--main);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.stepV__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}
.stepV__title {
  margin: 6px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.54rem;
}
.stepV__text {
  margin: 8px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  letter-spacing: var(--unnamed-character-spacing-0-9);
  color: var(--unnamed-color-1a1311);
  text-align: left;
  line-height: 1.533;
  padding: 10px 28px;
  background: var(--base-1) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

/* FAQ */
.faq {
  padding: 62px 0 80px;
  background: var(--base-1);
}

.faq__grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 288px 1fr;
  gap: 20px;
  align-items: start;
  width: 62%;
  margin-inline: auto;
}

.faqCats {
  display: grid;
  gap: 35px;
  padding-left: 2.2rem;
}

.faqCats__item {
  display: flex;
  align-items: center;
  gap: 0.933rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(26, 19, 17, 0.55);
}

.faqCats__item.is-active {
  color: rgba(26, 19, 17);
}

.faqCats__icon {
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  opacity: 0.6;
}

.faqCats__item.is-active .faqCats__icon {
  opacity: 1;
}

.faqCats__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.faqCats__label {
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0.1rem;
  display: inline-block;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.faqCats__label:hover {
  color: rgba(26, 19, 17);
  transform: translateY(-1px);
}

.faqItem {
  border-top: 3px solid #ebe9e6;
}
.faqItem:last-child {
  border-bottom: 3px solid #ebe9e6;
}

.faqQ {
  width: 100%;
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  gap: 24px;
  align-items: center;
  padding: 23px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.2rem;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  color: var(--unnamed-color-1a1311);
  letter-spacing: var(--unnamed-character-spacing-0);
}
.faqQ__q {
  font-weight: var(--unnamed-font-weight-bold);
}
.faqQ__text {
  transition: color 0.2s ease;
}
.faqQ:hover .faqQ__text {
  color: rgba(26, 19, 17, 0.65);
}
.faqQ__toggle {
  text-align: right;
  font-size: 1.2rem;
  font-weight: var(--unnamed-font-weight-bold);
}

.faqA {
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.32s ease,
    opacity 0.24s ease,
    padding 0.24s ease;
}
.faqA.is-open {
  padding: 8px 0 16px;
  opacity: 1;
}
.faqA__inner {
  background: var(--main);
  color: var(--base-1);
  border-radius: 10px;
  padding: 0.87rem 3.13rem 0.97rem 1.67rem;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  max-width: 520px;
  line-height: 1.5;
}
.faqA__a {
  font-family: var(--unnamed-font-family-lato);
  font-weight: var(--unnamed-font-weight-900);
}
.faqA__text {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  font-size: 1.2rem;
}

/* About band */
.aboutBand {
  background: var(--base-2);
}
.aboutBand__bg {
  position: relative;
  padding: 80px 0 60px;

  background-blend-mode: multiply;
  background:
    linear-gradient(180deg, #f0f8fac7 0%, #003e92 100%),
    url("./img/about-bg.jpg") center/cover no-repeat;
  overflow: hidden;
}

.aboutBand__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--base-1);
  text-align: center;
}
.aboutBand__title {
  margin: 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
}
.aboutBand__line {
  display: block;
  width: 36px;
  height: 3px;
  background: var(--base-1);
  margin: 12px auto 0;
  border-radius: 999px;
}
.aboutBand__text {
  margin: 35px auto 20px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.576;
}

/* orange button */
.aboutBand .btnPill {
  padding: 11.5px 18px 11.5px 107px;
  column-gap: 44px;
}

/* Contact */
.contact {
  background: var(--base-1);
  padding: 62px 0 120px;
}
.contact__lead {
  margin: 40px 0 0;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: 1.4;
  text-align: center;
}

.contactCard {
  margin: 65px auto 0;
  max-width: 1200px;
  width: 77.7%;
  background: var(--main);
  border-radius: 10px;
  padding: 4rem 6.74rem;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.14);
}

.smf-progress-tracker {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto 1.2rem;
}
.smf-progress-tracker__item {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.smf-progress-tracker__item[aria-current="true"] .smf-progress-tracker__item {
  color: rgba(0, 0, 0, 0.7);
}
.smf-progress-tracker__item__number {
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255);

  font-family: var(--unnamed-font-family-lato);
  text-align: center;
  font-size: 1.53rem;
  letter-spacing: 0.69px;
  background: var(--main) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.smf-progress-tracker__item[aria-current="true"]
  .smf-progress-tracker__item__number {
  background: var(--base-1) 0% 0% no-repeat padding-box;
  border-color: transparent;
  color: #0069af;
}
.smf-progress-tracker__item__text {
  display: block;
  margin-top: 8px;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  color: #ffffff;
}

.smf-progress-tracker__item[aria-current="true"]
  .smf-progress-tracker__item__text {
  color: white;
  font-weight: bold;
}

.smf-progress-tracker__item:before,
.smf-progress-tracker__item:after {
  background: rgba(255, 255, 255);
  height: 3px;
  top: 2.5rem;
}

/* form */
.smf-item {
  padding: 1.87rem 0;
  border-top: 1px solid rgba(255, 255, 255);
}
.smf-item:first-of-type {
  border-top: none;
}
.smf-item__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255);
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.2rem;
}

.smf-item__label__text {
  position: relative;
}

.required .smf-item__label__text::after {
  position: absolute;
  content: "必須";
  width: 48px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -64px;
  display: grid;
  place-items: center;

  margin-left: 6px;
  font-size: 12px;
  border-radius: 999px;
  background: #ff7c2e;
  color: rgba(255, 255, 255);
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  display: block;
  margin-top: 1.3rem;
  padding: 10px 16px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: var(--base-1);
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-medium);
  text-align: left;
  letter-spacing: 0px;
}

.smf-form .smf-text-control__control {
  width: min(520px, 100%);
}

.smf-form .smf-textarea-control__control {
  min-height: 200px;
  resize: vertical;
  width: 100%;
}

.smf-form .smf-text-control__control::placeholder,
.smf-form .smf-textarea-control__control::placeholder {
  color: #848484;
}

.smf-placeholder[data-name="postcode"] {
  display: flex;
  align-items: center;
  gap: 1.333rem;
}

.smf-text-control__control[name="postcode"] {
  width: 200px;
}

.smf-control-description {
  color: white;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  margin-top: 1.3rem;
}

.smf-form .smf-checkbox-control__control,
.smf-form .smf-radio-button-control__control,
.smf-checkbox-control__label,
.smf-radio-button-control__label {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  font-size: 1.2rem;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.smf-form .smf-checkbox-control,
.smf-form .smf-radio-button-control {
  align-items: center;
}

.smf-form .smf-checkbox-control__control {
  padding-right: 1rem;
}

.smf-form .smf-checkbox-control__control,
.smf-form .smf-radio-button-control__control {
  appearance: auto;
  width: 18px;
  height: 18px;
  accent-color: #0069af42;
}

.smf-form .smf-text-control__control[name="other-text"] {
  grid-column: 1 / -1;
  gap: 12px;
  width: min(520px, 100%) !important;
  height: auto !important;
  margin-top: 0;
}

.smf-checkboxes-control__control,
.smf-radio-buttons-control__control {
  margin-top: 1.333rem;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
}

.smf-form .smf-file-control {
  margin-top: 1.333rem;
}

.smf-form .smf-file-control__filename--no-file {
  color: rgba(255, 255, 255);
}

.smf-action .smf-button-control__control,
.smf-to-top .smf-button-control__control {
  margin-top: 40px;
  text-align: center;
  background: rgba(255, 255, 255);
  border: none;
  border-radius: 999px;
  padding: 1.4rem 8.8rem 1.4rem 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.8rem;
  cursor: pointer;
  color: var(--main);
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-inline: auto;
}

.smf-to-top .smf-button-control__control {
  margin-top: 60px;
}

.smf-to-top .smf-button-control__control {
  gap: 0;
}

.smf-action .smf-button-control__control::before,
.smf-to-top .smf-button-control__control::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--main);
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 50px;
}

.smf-action .smf-button-control__control::after,
.smf-to-top .smf-button-control__control::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid white;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 59px;
}

.smf-action .smf-button-control__control:hover,
.smf-to-top .smf-button-control__control:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

button.smf-button-control__control[data-action="back"] {
  background-color: var(--main);
  border: white 2px solid;
  padding: 1.4rem 6.2rem 1.4rem 6.2rem;
  color: white;
}

button.smf-button-control__control[data-action="back"]::before {
  display: none;
}

button.smf-button-control__control[data-action="back"]::after {
  display: none;
}

.smf-form .smf-checkbox-control__control:checked:before {
  visibility: hidden;
}

.smf-placeholder,
.smf-complete-content p {
  color: white;
  line-height: 1.7;
}

.smf-placeholder {
  margin-top: 1rem;
}

.smf-complete-content h2 {
  color: white;
  font-size: clamp(16px, calc(11px + 3vw), 28px);
  margin-bottom: 2rem;
  margin-top: 2.4rem;
  text-align: center;
}

.smf-complete-content p {
  margin-bottom: 1.6rem;
  text-align: center;
}

/* Footer */
.footer {
  background: var(--main);
  color: var(--base-1);
  padding: 31px 11.5% 37px;
}

.footer__brand img {
  height: 33px;
  width: auto;
  display: block;
  transition: opacity 0.2s ease;
}

.footer__brand img:hover {
  opacity: 0.8;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  padding-left: 2.6rem;
}

.footer__nav {
  display: flex;
  gap: 2.6rem;
  font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
  font-weight: var(--unnamed-font-weight-bold);
}
.footer__nav a {
  color: rgba(255, 255, 255, 1);
  transition: color 0.2s ease;
}

.footer__nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__copy {
  margin: 0;
  font-family: var(--unnamed-font-family-lato);
  color: rgba(255, 255, 255);
}

/* section */
.locations {
  position: relative;
  padding: 0 0;
  background: var(--base-1);
  overflow: hidden;
}

.locations__grid {
  position: relative;
  padding-bottom: 116px;
}

/* left slider area */
.locations__left {
  position: relative;
  width: 52%;
  margin: 56px auto 56px 20.5%;
  z-index: 1;
}

.locationSlider {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
  padding: 40px 32px;
  height: fit-content;
}

.locationSlider .slick-list {
  padding-bottom: 12px;
  margin-bottom: -12px;
  height: max-content !important;
}

.locCard {
  position: relative;
}

.location_logo {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: block;
  margin: 0 auto 20px;
  opacity: 0.5;
  object-fit: contain;
}

.locCard__title {
  margin: 0 0 16px;
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--unnamed-color-1a1311);
}

.locCard__inner {
  display: flex;
  margin-right: 1rem;
  width: 100%;
}

.locCard__inner {
  height: 100%;
}
.locHead__line {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; /* 線と線の間隔 */
  margin-inline: 0.1rem 1rem;

  width: 3px;
}

.locHead__line span {
  width: 3px;
  background: var(--main);
  border-radius: 999px; /* 両端丸 */
  display: block;
}

.locHead__line--aboutBand span {
  background: white;
}

.locHead__line span:nth-child(1) {
  flex: 1 1 auto; /* 余りの高さをすべて使う */
  min-height: 0;
}
.locHead__line span:nth-child(2) {
  height: 16px;
}
.locHead__line span:nth-child(3) {
  height: 16px;
}

.locCard__meta {
  margin: 0 0;
  font-size: 1rem;
  line-height: 1.6;
}

.locSteps {
  display: flex;
  justify-content: space-around;
  margin-top: 3.6%;
  margin-inline: 1rem 0.4rem;
}
.locStep {
  width: 48%;
  border-radius: 10px;
  padding: 1rem 0.5rem 0.8rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.locStep__no {
  font-family: var(--unnamed-font-family-lato);
  margin: 0;
  font-size: 1.3rem;
  color: var(--main);
  font-weight: 900;
  position: absolute;
  top: 0.6rem;
  left: 1rem;
}

.locStep__body {
  text-align: center;
}

.location_icon_wrap {
  place-items: center;
}

.location_icon_wrap img {
  width: 64px;
  height: 64px;
}

.locStep__ttl {
  margin: 6px 0 4px;
  font-size: 1.1rem;
  font-weight: 900;
}
.locStep__txt {
  margin: 0;
  font-size: 1rem;
  color: rgba(26, 19, 17, 0.75);
  line-height: 1.45;
}

/* nav buttons */
.locNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--main);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.locNav--prev {
  left: -56px;
}
.locNav--next {
  right: -56px;
}
.locNav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
}
.locNav--prev::before {
  transform: rotate(135deg);
  margin-right: -0.15rem;
}
.locNav--next::before {
  transform: rotate(-45deg);
  margin-left: -0.15rem;
}

.locNav:hover {
  background: var(--main);
  border-color: var(--main);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  transform: translateY(-50%) scale(1.05);
}

.locNav:hover::before {
  border-color: var(--base-1);
}

.locMap {
  position: absolute;
  right: 0.2vw;
  bottom: -32px;
  display: grid;
  place-items: center;
}
.locMap__svg {
  width: min(620px, 100%);
}
.locMap__svg svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  h2 {
    font-size: 2rem;
  }

  .l-container {
    width: calc(100% - 32px);
  }

  .btnPill {
    padding: 5px 10px 5px 24px;
    border-radius: 32px;
    grid-template-columns: 1fr 32px;
    column-gap: 0.9px;
    box-shadow: 0px 2.4px 4.8px #00000029;
  }

  .hero .btnPill {
    width: 70%;
    max-width: 320px;
    margin-inline: 0 auto;
  }

  .btnPill__top {
    letter-spacing: 0.7px;
    font-size: 11px;
  }

  .btnPill__main {
    font-size: 14px;
  }

  .btnPill__arrow {
    width: 32px;
    height: 32px;
  }

  .btnPill__arrow svg {
    width: 11px;
  }

  .hero .btnPill::after,
  .ctaBand__actions .btnPill::after {
    display: none;
  }

  .header {
    display: flex;
    align-items: center;
    height: 54px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  }

  .header__inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 100vh;
    width: 100vw;
    padding: 72px 10% 40px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.85) 60%,
      rgba(255, 255, 255, 0.8) 100%
    );
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    backdrop-filter: blur(6px);
    z-index: 110;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-22px);
    transition:
      opacity 0.4s var(--ease-out-cubic),
      transform 0.4s var(--ease-out-quint);
    border-radius: 0;
    margin: 0;
  }

  .header__navList {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header__navItem {
    font-size: 1.2rem;
    padding: 14px 16px 14px 0;
    border-bottom: 2px #00b7d6 solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    letter-spacing: 0.02em;
    transition:
      box-shadow 0.25s var(--ease-out-cubic),
      transform 0.25s var(--ease-out-quint);
  }

  .header__navItem:active {
    transform: translateY(1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }

  .header__navActions {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .header__navActionsGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .header__navAction {
    width: 94%;
    gap: 16px;
    margin-inline: auto;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 105, 175, 0.14);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    justify-content: center;
  }

  .header__navAction--primary {
    background: linear-gradient(135deg, var(--main) 0%, #0ef4ff 100%);
    color: var(--base-1);
    border: none;
    box-shadow: 0 18px 36px rgba(0, 105, 175, 0.35);
  }

  .header__navAction--primary .header__navActionText {
    color: var(--base-1);
  }

  .header__navActionText {
    font-size: 1.1rem;
  }

  .header__burger {
    display: grid;
    place-items: center;
    margin-left: auto;
    z-index: 120;
  }

  .header__overlay {
    top: 0;
  }

  body.is-nav-open {
    overflow: hidden;
  }

  body.is-nav-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.is-nav-open .header__burgerBar--top {
    transform: translateY(8px) rotate(45deg);
  }

  body.is-nav-open .header__burgerBar--middle {
    opacity: 0;
  }

  body.is-nav-open .header__burgerBar--bottom {
    transform: translateY(-8px) rotate(-45deg);
  }

  .headerCtas {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    height: 70px;
    border-radius: 0;
    z-index: 100;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .headerCtas.is-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
  }

  .headerCtas__item {
    grid-template-rows: auto;
    padding: 8px 4px;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .headerCtas__item:last-child {
    border-right: none;
    border-bottom: none;
  }

  .headerCtas__divider {
    display: none;
  }

  .headerCtas__icon {
    height: 32px;
  }

  .headerCtas__item--primary .headerCtas__icon {
    height: 23px;
  }

  .headerCtas__label {
    font-size: 0.7rem;
  }
  .hero {
    padding: 72px 0 0;
    margin-top: -54px;
  }
  .hero__bgLine {
    width: 200px;
    height: 200px;
    left: -120px;
    top: 300px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .hero__title {
    margin-top: 0;
    white-space: nowrap;
  }

  .hero__titleBig {
    font-size: 1.9rem;
  }

  .hero__titleParticle {
    font-size: 1.8rem;
  }

  .hero__content {
    padding-left: 0;
  }
  .heroBadge img {
    width: 90%;
    margin-left: -8px;
  }

  .hero__lead {
    font-size: clamp(14px, 4vw, 20px);
    margin-top: 12px;
  }

  .hero__cta {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    margin-top: 24px;
  }
  .hero__truck {
    outline-offset: 1em;
    width: 70vw;
    height: 70vw;
    top: 85%;
    right: -12vw;
  }
  .hero__truck img {
    height: 100%;
    object-position: center;
    transform: none;
  }

  .concerns__oval {
    margin: 48px 0 0;
    padding: 24px 0 40px;
  }

  .concerns__oval::before {
    background: linear-gradient(180deg, #0069af 38%, #fff 44%);
  }

  .concerns__title {
    font-size: 16px;
  }
  .concerns__bubbles {
    padding-top: 16px;
  }
  .concerns__track {
    gap: 1.5rem;
  }
  .concernsBubble {
    min-width: 240px;
    height: auto;
    min-height: 3.5rem;
    padding: 8px 12px;
    gap: 12px;
    font-size: 13px;
  }
  .concernsBubble img {
    width: 20px;
  }

  .concerns__stats {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
  }
  .concernStat::before {
    display: none;
  }
  .concernStat:last-child::after {
    display: none;
  }
  .concernStat__illust {
    height: 88px;
    margin-bottom: 12px;
  }
  .concernStat__illust img {
    height: 90px;
  }
  .concernStat__illust::before {
    width: 88px;
    height: 18px;
  }

  .concernStat__label {
    font-size: 1rem;
  }

  .concernStat__value {
    font-size: 1.8rem;
  }

  .concernStat__num {
    font-size: 2.3rem;
    line-height: 1.8rem;
  }

  .why {
    padding: 40px 0 100px;
  }
  .why__head {
    margin-bottom: 40px;
  }
  .bgTitle {
    font-size: clamp(32px, 10vw, 64px);
  }

  .why__bgTitle,
  .recicle__bgTitle {
    top: 20px;
  }
  .why__lead {
    padding-inline: 4%;
  }
  .why__list {
    gap: 48px;
  }

  .strength {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .strength--reverse {
    grid-template-columns: 1fr;
  }

  .strength--reverse .strength__text {
    order: 1;
  }

  .strength--reverse .strength__media {
    order: 2;
  }

  .strength__title {
    margin-top: 8px;
    font-size: 1.5rem;
  }

  .strength__desc {
    width: 100%;
    margin-top: 12px;
  }

  .strength__media img {
    max-width: 52%;
    margin-top: 0;
  }

  :root {
    --curve-height: 180px;
  }
  .why::before {
    height: 64px;
  }

  .disposable {
    padding-bottom: 160px;
  }

  .disposable .secHead {
    margin-bottom: 20px;
  }
  .disposable__bgTitle {
    top: -0.4rem;
  }

  .disposable__card {
    padding: 1.5rem 1rem 1.2rem 1rem;
    width: 90%;
    margin: 20px auto 0;
  }
  .disposable__cardHead {
    padding-bottom: 10px;
    border-bottom: none;
  }

  .disposable__cardTitle {
    font-size: 1.6rem;
  }

  .wasteGrid {
    --cols: 3;
    --cellH: auto;
  }
  .wasteItem {
    height: auto;
    padding: 12px 8px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    border-top: 2px solid var(--line);
  }

  .wasteItem::after {
    content: "";
    position: absolute;
    right: 0;
    top: var(--vInset);
    bottom: var(--vInset);
    width: 2px;
    background: var(--line);
    border-radius: 2px;
  }

  .wasteItem:nth-child(2n)::after {
    display: block;
  }

  .wasteItem:nth-child(n + 4) {
    border-top: 2px solid var(--line);
  }

  .wasteItem:nth-child(3n)::after {
    display: none;
  }

  .wasteItem__thumb {
    width: 100%;
    height: auto;
  }

  .disposable__catch {
    margin: 40px auto 0;
    font-size: 2rem;
    text-decoration: underline;
    border-bottom: none;
  }

  .priceCards {
    margin: 40px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .priceCard {
    max-width: 360px;
  }
  .priceCard__head {
    padding: 6px 1rem;
    font-size: 1.1rem;
  }

  .priceCard__body {
    padding: 20px 1rem 10px;
  }

  .priceCard__meta {
    font-size: 1rem;
  }

  .priceCard__num {
    font-size: 2.6rem;
  }

  .locations__grid {
    padding-bottom: 80px;
  }

  .locations__left {
    width: 80%;
    max-width: 540px;
    margin-inline: 9% auto;
    margin-top: 40px;
  }

  .locationSlider {
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
  }

  .locationSlider .slick-list {
    height: max-content !important;
  }

  .locCard__title {
    margin-bottom: 8px;
  }

  .location_logo {
    width: 72px;
    height: 72px;
  }

  .locCard__inner {
    margin-right: 0;
  }

  .locCard__inner .locHead__line {
    display: none;
  }

  .locCard__meta {
    font-size: 0.94rem;
    margin-bottom: 0px;
  }

  .locSteps {
    margin-inline: 0;
  }

  .location_icon_wrap img {
    width: 2.8rem;
    height: 2.8rem;
  }

  .locStep {
    padding: 0.8rem;
  }

  .locStep__ttl {
    margin: 3px 0 2px;
    font-size: 0.98rem;
  }

  .locStep__txt {
    font-size: 0.9rem;
  }

  .locNav {
    width: 28px;
    height: 28px;
  }

  .locNav::before {
    width: 8px;
    height: 8px;
  }

  .locNav--next {
    right: -30px;
  }

  .locNav--prev {
    left: -30px;
  }

  .locMap {
    right: -2.4vw;
  }

  .locMap__svg {
    width: 65%;
    margin-inline: auto 0;
  }

  .ctaBand {
    padding: 40px 0 60px;
  }
  .ctaBand__copy p {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
  }

  .ctaBand__dot {
    padding-top: 0.35rem;
    background-position: top left 0px;
    background-size: 1em 0.5em;
    background-image: -webkit-radial-gradient(
      0.15em 0.15em at center center,
      var(--main),
      var(--main) 100%,
      transparent
    );
    background-image: radial-gradient(
      0.13em 0.13em at center center,
      var(--main),
      var(--main) 100%,
      transparent
    );
  }

  .ctaBand__actions {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .ctaTel {
    padding-left: 0;
    text-align: center;
  }
  .ctaTel::before {
    display: none;
  }

  .ctaTel__label {
    letter-spacing: 1px;
  }
  .redefine__bg {
    padding: 32px 0 160px;
    background-attachment: scroll;
  }
  .redefine__inner {
    grid-template-columns: 1fr;
    width: 88%;
    padding-top: 60px;
  }
  .redefine__box {
    margin-top: 24px;
    padding-left: 0;
    gap: 1.5rem;
  }

  .redefine__box p {
    margin-bottom: 1.5rem;
  }

  .redefine__catch {
    font-size: 1.88rem;
  }

  .redefine__catch span {
    font-size: 2.1rem;
  }

  .redefine__right {
    bottom: -40px;
    right: -16%;
  }

  .ring80 {
    margin: 0 auto;
    width: 70vw;
    height: 70vw;
    max-width: 360px;
    max-height: 360px;
  }

  .ring80__track {
    stroke-width: 20;
  }

  .ring80__value {
    stroke-width: 20;
  }
  .ring80__text p {
    margin-left: -1rem;
    font-size: 1rem;
  }

  .ring80__num {
    font-size: 7.2rem;
  }

  .secHead {
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .secHead__line {
    padding-top: 16px;
  }
  .secHead__line span:nth-child(1) {
    width: 40px;
  }

  .secHead__line span:nth-child(2) {
    width: 10px;
  }

  .secHead__line span:nth-child(3) {
    width: 10px;
  }

  .voices {
    padding: 40px 0 48px;
  }
  .voiceSlider {
    margin: 0 -12px;
  }
  .voiceGrid {
    gap: 14px;
    padding: 8px 6px;
    animation-duration: 26s;
  }
  .voiceCard {
    padding: 16px;
    width: clamp(220px, 72vw, 320px);
  }

  .how {
    padding: 40px 0;
    background: transparent
      linear-gradient(180deg, #f0f6fd00 0%, #f0f6fdb3 98%, #f0f6fd00 100%) 0% 0%
      no-repeat padding-box;
  }

  .how__sub {
    margin: 16px 32px 0;
    text-align: left;
  }

  .stepTabs {
    width: 88%;
    padding: 1.2rem 1rem;
    gap: 0.4rem;
    margin: 24px auto 0;
  }
  .stepTabs__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 0.9rem;
  }

  .stepTabs__num {
    margin-right: 0;
  }

  .stepTabs__sep {
    display: none;
  }

  .stepsV {
    margin: 32px auto 0;
    gap: 24px;
    width: 80%;
  }
  .stepV {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stepV__left::after {
    display: none;
  }

  .stepV__no {
    font-size: 1rem;
  }

  .stepV__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
  }
  .stepV__icon img {
    width: 32px;
    height: 32px;
  }

  .stepV__title {
    text-align: center;
    font-size: 1.3rem;
  }

  .stepV__text {
    margin: 12px 0 0;
    padding: 12px 16px;
  }

  .faq {
    padding: 40px 0 48px;
  }

  .faq__bgTitle,
  .contact__bgTitle,
  .how__bgTitle,
  .voice__bgTitle {
    top: 8px;
  }

  .aboutBand__bgTitle {
    top: 44px;
  }

  .faq__grid {
    grid-template-columns: 1fr;
    width: 80%;
    gap: 24px;
    margin-top: 32px;
  }
  .faqCats {
    gap: 12px 8px;
    padding-top: 0;
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .faqCats__label {
    font-size: 0.9rem;
  }

  .faqItem {
    border-top: 1.6px solid #ebe9e6;
  }
  .faqItem:last-child {
    border-bottom: 1.6px solid #ebe9e6;
  }

  .faqCats__item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px;
    justify-content: center;
    height: min-content;
    gap: 0.4rem;
  }

  .faqCats__item.is-active {
    background: var(--main);
    color: white;
  }
  .faqCats__icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .faqQ {
    grid-template-columns: 18px 1fr 18px;
    gap: 8px;
    padding: 12px 4px;
  }

  .faqA {
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.32s ease,
      opacity 0.24s ease,
      padding 0.24s ease;
  }
  .faqA.is-open {
    padding: 8px 0 12px;
    opacity: 1;
  }
  .faqA__inner {
    grid-template-columns: 18px 1fr;
    gap: 8px;
    padding: 0.87rem 1.5rem 0.97rem 1rem;
    max-width: 100%;
  }

  .aboutBand__bg {
    padding: 48px 0 40px;
    background-attachment: scroll;
  }

  .aboutBand__text {
    margin: 24px auto 16px;
  }

  .aboutBand .btnPill {
    padding: 10px 12px 10px 16px;
    column-gap: 12px;
  }
  .contact {
    padding: 40px 0 100px;
  }
  .contact__lead {
    margin: 24px 32px 0;
    text-align: left;
  }

  .contactCard {
    width: calc(100% - 32px);
    padding: 2rem;
    margin: 20px auto 0;
  }

  .smf-progress-tracker {
    margin-bottom: 1.5rem;
  }

  .smf-progress-tracker__item__number {
    width: 4rem;
    height: 4rem;
  }

  .smf-item__label {
    gap: 8px;
    font-size: 1.1rem;
  }

  .formTextarea,
  .smf-form .smf-text-control__control,
  .smf-form .smf-textarea-control__control {
    padding: 8px 10px;
    margin-top: 1rem;
  }

  .smf-form .smf-checkbox-control__control,
  .smf-form .smf-radio-button-control__control {
    width: 12px;
    height: 12px;
  }

  .smf-form .smf-text-control__control[name="other-text"] {
    gap: 8px;
  }

  .formInput--zip {
    margin-top: 0;
  }

  .smf-form .smf-checkbox-control__control,
  .smf-form .smf-radio-button-control__control,
  .smf-checkbox-control__label,
  .smf-radio-button-control__label {
    font-size: 1rem;
  }

  .smf-action .smf-button-control__control {
    margin-top: 16px;
    padding: 1rem 5.4rem 1rem 3.8rem;
    gap: 2rem;
  }

  .smf-action .smf-button-control__control::before {
    width: 24px;
    height: 24px;
    right: 20px;
  }

  .smf-action .smf-button-control__control::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid white;
    right: 28px;
  }

  .footer {
    padding: 20px 6% 40px;
  }

  .footer__brand {
    width: 64%;
    display: block;
  }

  .footer__brand img {
    width: 100%;
    object-fit: contain;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    font-size: 0.7rem;
    margin-top: 10px;
  }
}

@media (min-width: 801px) and (max-width: 950px) {
  .btnPill {
    padding: 6px 10px 6px 36px;
  }

  .btnPill__main {
    font-size: 21px;
  }

  .btnPill__arrow {
    width: 44px;
    height: 44px;
  }

  .header__inner {
    gap: 1%;
    padding-left: 0.8rem;
  }

  .headerCtas {
    height: 88px;
  }

  .header__nav {
    padding-inline: 1.8rem;
  }

  .header__navList {
    gap: 1.1em;
  }

  .header__navItem {
    font-size: 13px;
  }

  .headerCtas__item {
    padding: 12px 8px 8px;
    grid-template-rows: 33px 1fr;
  }

  .headerCtas__label {
    font-size: 0.84rem;
  }

  .headerCtas__icon {
    height: 32px;
  }

  .headerCtas__item--primary .headerCtas__icon {
    height: 24px;
  }

  .locations__left {
    margin-inline: auto;
    width: 66%;
  }
}

@media (min-width: 700px) and (max-width: 950px) {
  .redefine__right {
    position: absolute;
    bottom: -11%;
    right: -15%;
  }

  .faq__grid {
    width: 80%;
  }

  .why__bgTitle {
    top: -14px;
  }

  .faq__bgTitle,
  .contact__bgTitle,
  .how__bgTitle,
  .voice__bgTitle,
  .location__bgTitle {
    top: -7px;
  }

  .aboutBand__bgTitle {
    top: 30px;
  }
}

.lp-company-page {
  .hero {
    padding: 0px 0 18rem; /* ヘッダーぶんの上余白 */
    overflow: hidden;
    width: 100vw;
    position: relative;

    background:
      linear-gradient(180deg, #f0f8fa 0%, #003e92 100%),
      url("./img/company_fv.jpg");
    background-position: bottom 0 left 0;
    background-size: 145%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }

  .hero__bgTitle {
    top: 19.5rem;
    opacity: 0.3;
    animation: whyMarquee 40s linear infinite;
  }

  .hero__title {
    padding-top: 20rem;
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    font-weight: var(--unnamed-font-weight-bold);
    line-height: 1.4;
    color: white;
    margin: 0 auto;
    text-align: center;
  }

  .hero .secHead__line span {
    background-color: white;
  }

  .hero-text {
    color: white;
    text-align: center;
    margin-top: 40px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }

  .mission {
    padding: 82px 0 75px;
    background: var(--base-1);
    position: relative;
    overflow: hidden;
  }

  .mission__inner {
    position: relative;
  }

  .mission__title {
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    font-weight: var(--unnamed-font-weight-bold);
    line-height: 1.4;
    color: var(--unnamed-color-000000);
    text-align: center;
    z-index: 9;
    position: relative;
  }

  .mission_slogan {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #1a1311;
    margin-top: 30px;
    line-height: 1.3925;
  }

  .mission_text {
    margin-top: 30px;
    text-align: center;
    line-height: 1.49;
    letter-spacing: 0.9px;
  }

  .message_inner {
    display: flex;
    justify-content: space-between;
    width: 77.65%;
    margin-inline: auto;
    padding-top: 24px;
  }

  .message__bgTitle,
  .voice__bgTitle {
    top: 0;
  }

  .mission__bgTitle {
    top: -14px;
  }

  .message_text_wrap {
    padding-left: 6.6rem;
    width: 60%;
  }

  .message_text {
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.52;
    letter-spacing: 0.9px;
  }

  .message_img_wrap {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .message_img_wrap img {
    width: 100%;
    aspect-ratio: 324/330;
    object-fit: cover;
  }

  .message__ceoName {
    margin-top: 3.8rem;
    text-align: right;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: var(--unnamed-font-family-zen-kaku-gothic-new);
    letter-spacing: 0px;
    color: #1a1311;
    white-space: nowrap;
  }

  .group {
    padding: 72px 0;
    background: #fff;
  }

  .group__inner {
    width: min(1100px, 92vw);
    margin: 0 auto;
  }

  .group_caption {
    text-align: center;
  }

  .group__lead {
    text-align: center;
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.8;
  }

  .groupCssTabs {
    gap: 2.2rem;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  /* radioは隠す */
  .groupCssTabs__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  /* ロゴ列 */
  .groupCssTabs__tab {
    width: 5.661rem;
    height: 5.661rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition:
      transform 0.12s ease,
      box-shadow 0.12s ease,
      border-color 0.12s ease;
    position: relative;
    z-index: 0;
  }

  .groupCssTabs__tab::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: calc(100% + 8.8px);
    transform: translateX(-50%);
    width: 60%;
    height: 7px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    filter: blur(1px);
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
  }

  .groupCssTabs__tab img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
  }

  .groupCssTabs__panels {
    flex-basis: 100%;
    margin-top: 60px;
  }

  /* パネル */
  .groupPanel {
    display: none;
    width: 72%;
    margin-inline: auto;
    background: #fff;
    will-change: opacity, transform;
  }

  @keyframes groupPanelFade {
    from {
      opacity: 0;
      transform: translateY(10px);
      filter: blur(3px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
  }

  .groupPanel__name {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.17px;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 44px;
    margin-bottom: 38px;
  }

  .groupPanel__name img {
    max-width: 84px;
    max-height: 48px;
    object-fit: contain;
  }

  .groupPanel__list {
    margin: 0;
    display: flex;
    padding-left: 4rem;
    min-height: 200px;
  }

  .groupPanel__list .locHead__line {
    width: 7px;
    gap: 10px;
    margin-inline: 0px 3rem;
  }

  .groupPanel__list .locHead__line span {
    width: 7px;
  }

  .groupPanel__list .locHead__line span:nth-child(2),
  .groupPanel__list .locHead__line span:nth-child(3) {
    height: 24px;
  }

  .groupPanel__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.9px;
    line-height: 1.5;
    padding-bottom: 35px;
    font-weight: normal;
  }

  .groupPanel__row dt {
    font-weight: normal;
  }

  .groupPanel__row:last-child {
    padding-bottom: 0;
  }

  /* 選択中の見た目（radio:checked + label） */
  #c0:checked + label,
  #c1:checked + label,
  #c2:checked + label,
  #c3:checked + label,
  #c4:checked + label,
  #c5:checked + label,
  #c6:checked + label {
    border: 2px solid #006fb8;

    transform: translateY(-1px);
  }

  /* 選択中のパネルだけ表示（radioが先、panelsが後ろ） */
  #c0:checked ~ .groupCssTabs__panels [data-panel="c0"],
  #c1:checked ~ .groupCssTabs__panels [data-panel="c1"],
  #c2:checked ~ .groupCssTabs__panels [data-panel="c2"],
  #c3:checked ~ .groupCssTabs__panels [data-panel="c3"],
  #c4:checked ~ .groupCssTabs__panels [data-panel="c4"],
  #c5:checked ~ .groupCssTabs__panels [data-panel="c5"],
  #c6:checked ~ .groupCssTabs__panels [data-panel="c6"] {
    display: block;
    animation: groupPanelFade 260ms ease;
  }

  @media (prefers-reduced-motion: reduce) {
    #c0:checked ~ .groupCssTabs__panels [data-panel="c0"],
    #c1:checked ~ .groupCssTabs__panels [data-panel="c1"],
    #c2:checked ~ .groupCssTabs__panels [data-panel="c2"],
    #c3:checked ~ .groupCssTabs__panels [data-panel="c3"],
    #c4:checked ~ .groupCssTabs__panels [data-panel="c4"],
    #c5:checked ~ .groupCssTabs__panels [data-panel="c5"],
    #c6:checked ~ .groupCssTabs__panels [data-panel="c6"] {
      animation: none;
    }
  }

  @media (max-width: 800px) {
    .hero {
      padding: 0px 0 60px;
      background-size: 155%;
    }
    .hero-text {
      line-height: 1.8;
    }

    .hero__title {
      font-size: 1.8rem;
      padding-top: 100px;
    }

    .hero__bgTitle {
      top: 94px;
    }
    .mission {
      padding-top: 64px;
    }

    .mission_slogan {
      font-size: 1.55rem;
      width: 78%;
      margin-inline: auto;
      text-align: left;
    }

    .mission_text {
      width: 78%;
      margin-inline: auto;
      text-align: left;
    }

    .mission__bgTitle {
      top: 12px;
    }

    .message__bgTitle,
    .voice__bgTitle {
      top: 8px;
    }

    .message_inner {
      flex-direction: column;
    }

    .message_text_wrap {
      padding-left: 0;
      margin-inline: auto;
      width: 100%;
    }

    .message_text {
      margin-bottom: 20px;
    }

    .message_img_wrap {
      width: 100%;
    }

    .message_img_wrap img {
      aspect-ratio: 400 / 280;
    }

    .message__ceoName {
      margin-top: 1rem;
      text-align: right;
      font-size: 1.6rem;
    }

    .groupCssTabs {
      gap: 1.2rem;
      margin-top: 32px;
    }

    .groupCssTabs__tab {
      width: 4.8rem;
      height: 4.8rem;
    }

    .groupCssTabs__tab::after {
      display: none;
    }

    .groupCssTabs__panels {
      margin-top: 24px;
    }

    .groupPanel {
      width: 88%;
    }

    .groupPanel__list {
      min-height: 160px;
    }
    .groupPanel__list .locHead__line span {
      width: 4.5px;
    }

    .groupPanel__name {
      margin-bottom: 24px;
      gap: 12px;
    }

    .groupPanel__name img {
      max-width: 72px;
      max-height: 35px;
    }

    .groupPanel__list {
      padding-left: 0;
    }

    .groupPanel__list .locHead__line {
      margin-inline: 0 1.5rem;
    }

    .groupPanel__row {
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }

  @media (min-width: 801px) and (max-width: 950px) {
    .hero__title {
      padding-top: 12rem;
    }

    .hero {
      padding-bottom: 10rem;
    }

    .hero__bgTitle {
      top: 11.5rem;
    }
  }
}

@media screen and (min-width: 480px) {
  .sp-only {
    display: none;
  }
}

.policy_inner {
  width: 84%;
  max-width: 960px;
  margin: 4rem auto;
}

.policy_inner p {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.policy_inner .bold {
  padding-top: 1rem;
  font-size: 1.3rem;
}
