@charset "UTF-8";
/* =========================================
Font（mixinから参照するため、ここで定義）
========================================== */
/* =========================================
Media
========================================== */
/* =========================================
Layout
========================================== */
/* =========================================
Font
========================================== */
:root {
  --color-white: #fff;
  /* モノトーン基調（紺のインク） */
  --color-ink: #15243b;
  --color-text: #15243b;
  --color-navy: #15243b;
  --color-navy-deep: #101c2e;
  /* 単一アクセント（ロゴ由来のオレンジ） */
  --color-accent: #df5a26;
  /* 面・罫線 */
  --color-paper: #f5f4f1;
  --color-line: #d7d7d0;
  --color-line-ink: rgba(21, 36, 59, 0.14);
  --color-line-on-dark: rgba(255, 255, 255, 0.18);
  --color-muted: #646d7c;
  /* LINEブランド（お問い合わせCTAのみ） */
  --color-line-brand: #06c755;
  /* フォーム検証 */
  --color-error: #c0392b;
  --color-error-bg: #faf0ee;
  --fw-100: 100;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-900: 900;
  --liquid-lgDesignSize: calc(1440 / 10);
  --liquid-mdDesignSize: calc(768 / 10);
  --liquid-smDesignSize: calc(390 / 10);
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignSize));
  --header-height: 8rem;
}

@media screen and (max-width: 768px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignSize));
    --header-height: 6.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignSize));
  }
}
/* フォント変数（$font-NotoSansJP / $font-en）は global/_mixin.scss で定義 */
/* =========================================
dis - hide
========================================== */
/* 初期状態：全て非表示 */
.view-pc,
.view-tb,
.view-sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .view-pc {
    display: block;
  }
}
@media screen and (min-width: 561px) and (max-width: 768px) {
  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .view-sp {
    display: block;
  }
}
/* #region body */
html {
  font-size: var(--liquid-htmlroot);
  scroll-behavior: smooth;
  /* 固定ヘッダー分だけアンカー位置をずらす */
  scroll-padding-top: var(--header-height);
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "Noto Sans JP", "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: var(--color-ink);
  background: var(--color-white);
  padding: 0;
  margin: 0;
  /* コンテンツが少なくてもフッターを画面下端に固定する（sticky footer） */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  /* ドロワー表示中は背面のスクロールを止める */
}
body.is-drawer-open {
  overflow: hidden;
}

/* main を伸縮させてフッターを押し下げる */
.main {
  flex: 1 0 auto;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: var(--color-accent);
  color: var(--color-white);
}

::selection {
  background: var(--color-accent);
  color: var(--color-white);
}

a {
  color: inherit;
  transition: opacity 0.2s, color 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* <picture> をレイアウト上は透過させ、中の img に既存のサイズ指定を効かせる */
picture {
  display: contents;
}

h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, dl, li, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  list-style-type: none;
}

/* スクロール連動のフェードイン表示（JSが .is-revealed を付与）
   JS無効環境で不可視にならないよう .is-js（header.phpのインラインスクリプトが付与）配下のみ初期非表示 */
.is-js .js-reveal {
  opacity: 0;
  translate: 0 1.6rem;
  transition: opacity 0.9s ease, translate 0.9s ease;
}
.is-js .js-reveal.is-revealed {
  opacity: 1;
  translate: 0 0;
}

/* 罫線が左から引かれる演出 */
.is-js .js-rule {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s ease;
}
.is-js .js-rule.is-revealed {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .is-js .js-reveal {
    opacity: 1;
    translate: none;
    transition: none;
  }
  .is-js .js-rule {
    transform: none;
    transition: none;
  }
}
/* スクリーンリーダー向けに残しつつ視覚的に隠す */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* #endregion */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* region breadcrumb（英字パンくず。区切りはオレンジのスラッシュ） */
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.2rem;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.1em;
  color: var(--color-muted);
  /* 区切り（最初の項目以外の前にスラッシュ） */
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  margin-right: 1.2rem;
  color: var(--color-accent);
}
.breadcrumb__item[aria-current=page] {
  color: var(--color-ink);
  font-weight: var(--fw-600);
}
.breadcrumb__link {
  color: var(--color-muted);
  transition: color 0.2s;
}
.breadcrumb__link:hover {
  opacity: 1;
  color: var(--color-accent);
}

/* end region */
/* region contact-form（Contact Form 7 内のマークアップ用。フォーム本体は docs/cf7-form.md 参照） */
.contact-form {
  display: grid;
  gap: 3.2rem;
  margin-top: 3.2rem;
  /* 枠＋淡い地色で「入力欄」と分かるラインスタイル */
  /* CF7のバリデーションエラー（項目ごと） */
  /* 確認画面（page-contact-confirm.php） */
}
.contact-form__field {
  display: grid;
  gap: 1.2rem;
}
.contact-form__label {
  font-size: 1.5rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.04em;
}
.contact-form__required {
  margin-left: 0.4rem;
  color: var(--color-accent);
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--color-line);
  border-radius: 0;
  background: var(--color-paper);
  font-family: inherit;
  font-size: 1.6rem;
  color: var(--color-ink);
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
  /* フォーカス時はオレンジの枠で入力中を明示 */
}
.contact-form input[type=text]:hover,
.contact-form input[type=email]:hover,
.contact-form textarea:hover {
  border-color: #b4b8bf;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-accent);
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #aab0b9;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder {
  color: #aab0b9;
}
.contact-form textarea {
  min-height: 18rem;
  resize: vertical;
}
.contact-form__agree {
  font-size: 1.4rem;
}
.contact-form__policy {
  height: 22rem;
  margin-top: 1.2rem;
  padding: 2rem;
  overflow-y: auto;
  border: 1px solid var(--color-line);
  background: var(--color-paper);
  font-size: 1.3rem;
  line-height: 1.9;
}
.contact-form__policy h4 {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-weight: var(--fw-700);
  color: var(--color-ink);
}
.contact-form__policy h4:first-child {
  margin-top: 0;
}
.contact-form__policy p {
  margin-top: 0.4rem;
  color: var(--color-muted);
}
.contact-form__agree-checkbox {
  margin-top: 2rem;
  text-align: center;
}
.contact-form__agree-checkbox input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  accent-color: var(--color-accent);
  translate: 0 0.2rem;
}
.contact-form__agree-checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form__submit {
  margin-top: 0.8rem;
  text-align: center;
}
.contact-form__submit input[type=submit],
.contact-form__submit button[type=submit] {
  min-width: 28rem;
  padding: 1.8rem 4rem;
  border: 1px solid var(--color-navy);
  border-radius: 0;
  background: var(--color-navy);
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.08em;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
.contact-form__submit input[type=submit]:hover,
.contact-form__submit button[type=submit]:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
@media screen and (max-width: 560px) {
  .contact-form__submit input[type=submit],
  .contact-form__submit button[type=submit] {
    min-width: 0;
    width: 100%;
    padding: 1.6rem 2rem;
  }
}
.contact-form input.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
  border-bottom-color: var(--color-error);
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: var(--fw-500);
  color: var(--color-error);
}
.contact-form__confirm-lead {
  font-size: 1.5rem;
  line-height: 1.9;
}
.contact-form__confirm-list {
  border-top: 1px solid var(--color-ink);
}
.contact-form__confirm-row {
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 2rem;
  padding: 2.4rem 0.4rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .contact-form__confirm-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}
.contact-form__confirm-term {
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  color: var(--color-ink);
}
.contact-form__confirm-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.contact-form__submit--confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem 2.4rem;
  /* [previous] が出力する戻るボタン（アウトライン） */
}
.contact-form__submit--confirm input[type=button],
.contact-form__submit--confirm button[type=button] {
  min-width: 22rem;
  padding: 1.8rem 4rem;
  border: 1px solid var(--color-navy);
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.08em;
  color: var(--color-navy);
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
.contact-form__submit--confirm input[type=button]:hover,
.contact-form__submit--confirm button[type=button]:hover {
  background: var(--color-navy);
  color: var(--color-white);
}
@media screen and (max-width: 560px) {
  .contact-form__submit--confirm input[type=button],
  .contact-form__submit--confirm button[type=button] {
    min-width: 0;
    width: 100%;
    padding: 1.6rem 2rem;
  }
}

/* CF7の送信結果メッセージ（フォーム下部のアラート。ラインスタイル） */
.contact .wpcf7 form .wpcf7-response-output,
.contact--page .wpcf7 form .wpcf7-response-output {
  margin: 3.2rem 0 0;
  padding: 1.8rem 2rem;
  border: 1px solid var(--color-line);
  border-left: 3px solid var(--color-muted);
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-ink);
}

.contact .wpcf7 form.sent .wpcf7-response-output,
.contact--page .wpcf7 form.sent .wpcf7-response-output {
  border-left-color: var(--color-navy);
}

.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.failed .wpcf7-response-output,
.contact .wpcf7 form.spam .wpcf7-response-output,
.contact--page .wpcf7 form.invalid .wpcf7-response-output,
.contact--page .wpcf7 form.unaccepted .wpcf7-response-output,
.contact--page .wpcf7 form.failed .wpcf7-response-output,
.contact--page .wpcf7 form.spam .wpcf7-response-output {
  border-left-color: var(--color-error);
  color: var(--color-error);
}

/* 確認ページ（固定ヘッダー分の余白＋単一カラム） */
.contact--page {
  padding-top: calc(var(--header-height) + 8rem);
  /* 直接アクセス時のガードメッセージ（フォーム本体が文言のみに置き換わる） */
}
.contact--page .contact__inner {
  display: block;
}
.contact--page .contact__head {
  /* 確認ページは単一カラムのため sticky を解除（本文と重なるのを防ぐ） */
  position: static;
  margin-bottom: 4rem;
}
.contact--page .wpcf7 form > p {
  padding: 2.8rem 2rem;
  border: 1px solid var(--color-line);
  border-left: 3px solid var(--color-accent);
  font-size: 1.5rem;
  line-height: 2;
}

/* end region */
/* region footer */
.footer {
  position: relative;
  background: var(--color-navy-deep);
  padding: 4.8rem 0 3.6rem;
  /* 上端の細いオレンジ罫線（アクセント1点） */
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
}
.footer__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: min(100% - 4rem, 116rem);
  }
}
@media screen and (max-width: 560px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer__privacy-link {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--color-white);
}
.footer__privacy-link:hover {
  opacity: 1;
  color: var(--color-accent);
}
.footer__copyright-text {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

/* ページトップへ戻る（角丸・影を使わない方形ボタン） */
.pagetop {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 5.2rem;
  background: var(--color-navy);
  border: 1px solid var(--color-line-on-dark);
  opacity: 0;
  visibility: hidden;
  translate: 0 1rem;
  transition: opacity 0.3s, visibility 0.3s, translate 0.3s, background-color 0.25s;
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.pagetop:hover {
  opacity: 1;
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.pagetop__arrow {
  width: 1rem;
  height: 1rem;
  translate: 0 0.2rem;
  rotate: -45deg;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 1.6rem;
    bottom: 1.6rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

/* end region */
/* region header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height);
}
.header__inner {
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: 4rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-inline: 2rem;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-link {
  display: block;
}
.header__logo-image {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .header__logo-image {
    height: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__drawer-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer-button {
    display: flex;
  }
}

.gnav__list {
  display: flex;
  align-items: center;
  gap: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .gnav__list {
    gap: 2.4rem;
  }
}
.gnav__link {
  position: relative;
  padding-block: 0.6rem;
  font-size: 1.5rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.04em;
  color: var(--color-ink);
  /* オレンジの下線が左から引かれる */
}
.gnav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.3s;
}
.gnav__link:hover {
  opacity: 1;
}
.gnav__link:hover::after {
  scale: 1 1;
}

.drawer-button {
  z-index: 110;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  /* 開いてもヘッダーバー（白背景）は前面に残るため、アイコン・ラベルはinkのまま */
}
.drawer-button__lines {
  display: grid;
  gap: 0.7rem;
  width: 2.6rem;
}
.drawer-button__line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-ink);
  transition: translate 0.25s, rotate 0.25s, opacity 0.25s, background-color 0.25s;
}
.drawer-button__label {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink);
}
.drawer-button.is-open .drawer-button__line:nth-child(1) {
  translate: 0 0.4rem;
  rotate: 45deg;
}
.drawer-button.is-open .drawer-button__line:nth-child(2) {
  translate: 0 -0.4rem;
  rotate: -45deg;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: flex;
  align-items: center;
  padding: var(--header-height) 2.4rem 4rem;
  background: var(--color-navy-deep);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
}
.drawer.is-open {
  visibility: visible;
  opacity: 1;
}
.drawer__list {
  width: 100%;
  border-top: 1px solid var(--color-line-on-dark);
}
.drawer__item {
  border-bottom: 1px solid var(--color-line-on-dark);
}
.drawer__link {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
  padding: 2.4rem 0.4rem;
  color: var(--color-white);
}
.drawer__link:hover {
  opacity: 1;
}
.drawer__link:hover .drawer__ja {
  color: var(--color-accent);
}
.drawer__index {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.drawer__ja {
  font-size: 2rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.04em;
  transition: color 0.25s;
}
.drawer__en {
  margin-left: auto;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

/* end region */
/* region page（下層ページ共通：プライバシーポリシー等） */
/* 読みやすさ優先の本文カラム幅 */
.privacy {
  /* hero：紙面色の帯。固定ヘッダー分を上に確保 */
  /* 本文ブロック */
  /* a〜e の方針項目（オレンジの連番） */
  /* 大セクション（お問合せ窓口 / 公表文） */
  /* h2：手前に短いオレンジの縦罫線 */
  /* h3 */
  /* h4：英字オーバーライン風の短罫線つき */
  /* h5 */
  /* 連絡先などのボックス（紙面色＋細罫線） */
  /* dt/dd の連絡先リスト */
  /* 一般のテーブル（分類／利用目的） */
  /* 番号つき手続きリスト */
  /* 安全管理措置（見出し付きの番号リスト） */
  /* 定義リスト（資料の種別） */
  /* 中黒風の箇条書き */
  /* ラベル直下に単独で続くリスト（②代理人様ご自身を証明する資料 等）は
     ラベルからぶら下がるよう左に余白を取る */
  /* 注釈（小さく・ミュート） */
}
.privacy__hero {
  padding-top: calc(var(--header-height) + 8rem);
  padding-bottom: 6rem;
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .privacy__hero {
    padding-top: calc(var(--header-height) + 4.8rem);
    padding-bottom: 4rem;
  }
}
.privacy__hero-inner {
  width: min(100% - 12rem, 84rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .privacy__hero-inner {
    width: min(100% - 8rem, 84rem);
  }
}
@media screen and (max-width: 768px) {
  .privacy__hero-inner {
    width: min(100% - 4rem, 84rem);
  }
}
.privacy__meta {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .privacy__meta {
    margin-top: 2.4rem;
  }
}
.privacy__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
}
.privacy__meta-row + .privacy__meta-row {
  margin-top: 0.8rem;
}
.privacy__meta-term {
  min-width: 11rem;
  font-size: 1.3rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__meta-desc {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: var(--color-muted);
}
.privacy__org {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__org-name {
  margin-left: 2rem;
  font-weight: var(--fw-500);
}
@media screen and (max-width: 560px) {
  .privacy__org-name {
    display: block;
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
.privacy__body {
  width: min(100% - 12rem, 84rem);
  margin-inline: auto;
  padding-block: 8rem 12rem;
}
@media screen and (max-width: 1024px) {
  .privacy__body {
    width: min(100% - 8rem, 84rem);
  }
}
@media screen and (max-width: 768px) {
  .privacy__body {
    width: min(100% - 4rem, 84rem);
  }
}
@media screen and (max-width: 768px) {
  .privacy__body {
    padding-block: 5.6rem 8rem;
  }
}
.privacy__lead {
  font-size: 1.6rem;
  line-height: 2.1;
  color: var(--color-text);
}
@media screen and (max-width: 768px) {
  .privacy__lead {
    font-size: 1.5rem;
  }
}
.privacy__policy {
  margin-top: 4rem;
  border-top: 1px solid var(--color-ink);
  counter-reset: policy;
}
.privacy__policy-item {
  position: relative;
  padding: 2.8rem 0 2.8rem 4.4rem;
  border-bottom: 1px solid var(--color-line);
  font-size: 1.5rem;
  line-height: 2;
  color: var(--color-text);
  counter-increment: policy;
}
.privacy__policy-item::before {
  content: counter(policy, lower-alpha);
  position: absolute;
  top: 2.8rem;
  left: 0;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  line-height: 1.9;
  color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .privacy__policy-item {
    padding-left: 3.6rem;
    font-size: 1.45rem;
  }
}
.privacy__closing {
  margin-top: 3.2rem;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--color-muted);
}
.privacy__section {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .privacy__section {
    margin-top: 5.6rem;
  }
}
.privacy__heading {
  position: relative;
  padding: 0 0 1.8rem 1.8rem;
  border-bottom: 1px solid var(--color-ink);
  font-size: 2.4rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__heading::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.4rem;
  height: 2.2rem;
  background: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .privacy__heading {
    font-size: 2rem;
  }
}
.privacy__group + .privacy__group {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .privacy__group + .privacy__group {
    margin-top: 4rem;
  }
}
.privacy__subheading {
  margin-top: 4rem;
  font-size: 1.9rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
@media screen and (max-width: 768px) {
  .privacy__subheading {
    font-size: 1.7rem;
  }
}
.privacy__item-title {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__item-title::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 1px;
  translate: 0 -0.5rem;
  background: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .privacy__item-title {
    font-size: 1.5rem;
  }
}
.privacy__item-subtitle {
  margin-top: 2.8rem;
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--color-text);
}
.privacy__text + .privacy__text {
  margin-top: 1.2rem;
}
.privacy__text--label {
  font-weight: var(--fw-700);
  color: var(--color-ink);
}
.privacy__link {
  color: var(--color-ink);
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: var(--color-line);
  transition: color 0.2s, text-decoration-color 0.2s;
}
.privacy__link:hover {
  opacity: 1;
  color: var(--color-accent);
  text-decoration-color: var(--color-accent);
}
.privacy__card {
  margin-top: 2rem;
  padding: 3.2rem 3.6rem;
  background: var(--color-paper);
  border: 1px solid var(--color-line);
}
.privacy__card + .privacy__card {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .privacy__card {
    padding: 2.4rem 2rem;
  }
}
.privacy__card-title {
  font-size: 1.55rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: var(--color-ink);
}
.privacy__contact {
  margin-top: 2rem;
}
.privacy__contact--plain {
  margin-top: 1.6rem;
}
.privacy__contact-row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 0.4rem 2rem;
  padding: 1rem 0;
}
.privacy__contact-row + .privacy__contact-row {
  border-top: 1px solid var(--color-line-ink);
}
@media screen and (max-width: 560px) {
  .privacy__contact-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.privacy__contact-term {
  font-size: 1.4rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.privacy__contact-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--color-text);
}
.privacy__table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border-top: 2px solid var(--color-ink);
  font-size: 1.45rem;
  line-height: 1.9;
}
.privacy__table th,
.privacy__table td {
  padding: 1.8rem 2rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .privacy__table th,
  .privacy__table td {
    padding: 1.4rem 1.2rem;
  }
}
.privacy__table thead th {
  font-weight: var(--fw-700);
  letter-spacing: 0.08em;
  color: var(--color-white);
  background: var(--color-navy);
  border-bottom: none;
}
.privacy__table tbody th {
  width: 38%;
  font-weight: var(--fw-700);
  color: var(--color-ink);
  background: var(--color-paper);
}
@media screen and (max-width: 560px) {
  .privacy__table tbody th {
    width: 40%;
  }
}
.privacy__table td {
  color: var(--color-text);
}
.privacy__table-list {
  display: grid;
  gap: 0.6rem;
}
.privacy__table-list li {
  position: relative;
  padding-left: 1.4rem;
}
.privacy__table-list li::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0;
  width: 0.6rem;
  height: 1px;
  background: var(--color-accent);
}
.privacy__steps {
  margin-top: 1.6rem;
  counter-reset: steps;
}
.privacy__steps li {
  position: relative;
  padding: 0 0 0 3.2rem;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--color-text);
  counter-increment: steps;
}
.privacy__steps li + li {
  margin-top: 1.2rem;
}
.privacy__steps li::before {
  content: counter(steps);
  position: absolute;
  top: 0.35em;
  left: 0;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: var(--fw-600);
  color: var(--color-white);
  background: var(--color-accent);
}
.privacy__measures {
  margin-top: 2rem;
  counter-reset: measures;
}
.privacy__measures > li {
  position: relative;
  padding: 2.4rem 0 2.4rem 4.4rem;
  border-top: 1px solid var(--color-line);
  font-size: 1.5rem;
  line-height: 2;
  color: var(--color-text);
  counter-increment: measures;
  /* 番号は見出し1行目に天地を合わせる（line-heightを見出しと揃える） */
}
.privacy__measures > li:last-child {
  border-bottom: 1px solid var(--color-line);
}
.privacy__measures > li::before {
  content: counter(measures, decimal-leading-zero);
  position: absolute;
  top: 2.4rem;
  left: 0;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  line-height: 1.55;
  color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .privacy__measures > li {
    padding-left: 3.6rem;
  }
}
.privacy__measures-title {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  line-height: 1.5;
  color: var(--color-ink);
}
.privacy__deflist {
  margin-top: 1.6rem;
  border-top: 1px solid var(--color-line);
}
.privacy__deflist-term {
  margin-top: 1.6rem;
  font-size: 1.45rem;
  font-weight: var(--fw-700);
  color: var(--color-ink);
}
.privacy__deflist-desc {
  padding: 0.8rem 0 1.6rem;
  border-bottom: 1px solid var(--color-line);
  font-size: 1.45rem;
  line-height: 1.9;
  color: var(--color-text);
}
.privacy__inline-list {
  display: grid;
  gap: 0.8rem;
}
.privacy__inline-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.45rem;
  line-height: 1.9;
  color: var(--color-text);
}
.privacy__inline-list li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 0.7rem;
  height: 1px;
  background: var(--color-accent);
}
.privacy__text--label + .privacy__inline-list {
  margin-top: 1.2rem;
  padding-left: 4rem;
}
.privacy__note {
  margin-top: 1.6rem;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--color-muted);
}
.privacy__note-inline {
  color: var(--color-accent);
}
.privacy__notes {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.6rem;
}
.privacy__notes li {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--color-muted);
}

/* end region */
/* region sec-title（左寄せの編集的セクション見出し：英字ラベル＋日本語見出し） */
.sec-title {
  text-align: left;
}
.sec-title__en {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-ink);
}
.sec-title__en::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: var(--color-accent);
}
.sec-title__ja {
  display: block;
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--color-ink);
}
@media screen and (max-width: 768px) {
  .sec-title__ja {
    margin-top: 1.6rem;
    font-size: 2.8rem;
  }
}

/* end region */
/* region single */
/* end region */
/* 共通：テキストリンク（罫線が伸びる） */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  font-weight: var(--fw-500);
  color: var(--color-ink);
}
.arrow-link::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s;
}
.arrow-link:hover {
  opacity: 1;
}
.arrow-link:hover::after {
  width: 4rem;
}

/* 共通：左カラム見出し＋右カラム本文の2カラム */
.contact__inner, .company__inner, .strength__inner, .news__inner {
  display: grid;
  grid-template-columns: 26rem 1fr;
  gap: 4rem 6rem;
}
@media screen and (max-width: 1024px) {
  .contact__inner, .company__inner, .strength__inner, .news__inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__inner, .company__inner, .strength__inner, .news__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

.contact__head, .company__head, .strength__head, .news__head {
  align-self: start;
}
@media screen and (max-width: 768px) {
  .contact__head, .company__head, .strength__head, .news__head {
    position: static;
  }
}
@media (min-width: 769px) {
  .contact__head, .company__head, .strength__head, .news__head {
    position: sticky;
    top: calc(var(--header-height) + 4rem);
  }
}

/* region fv */
@keyframes fv-fade-up {
  from {
    opacity: 0;
    translate: 0 2rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fv-scroll-line {
  0% {
    scale: 1 0;
    transform-origin: top;
  }
  45% {
    scale: 1 1;
    transform-origin: top;
  }
  55% {
    scale: 1 1;
    transform-origin: bottom;
  }
  100% {
    scale: 1 0;
    transform-origin: bottom;
  }
}
.fv {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  /* 紺のデュオトーンで写真をモノトーン寄りに */
}
.fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 28, 46, 0.82) 0%, rgba(16, 28, 46, 0.5) 55%, rgba(16, 28, 46, 0.35) 100%);
}
.fv__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.4);
}
.fv__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .fv__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.fv__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  animation: fv-fade-up 1s 0.1s both;
}
.fv__eyebrow::before {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: var(--color-accent);
}
.fv__copy {
  margin-top: 3.2rem;
  font-size: 6.4rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  line-height: 1.4;
  animation: fv-fade-up 1.1s 0.3s both;
}
@media screen and (max-width: 768px) {
  .fv__copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .fv__copy {
    font-size: 3.2rem;
  }
}
.fv__text {
  margin-top: 3.2rem;
  font-size: 1.7rem;
  font-weight: var(--fw-400);
  letter-spacing: 0.04em;
  line-height: 2;
  animation: fv-fade-up 1.1s 0.6s both;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 1.5rem;
  }
}
.fv__scroll {
  position: absolute;
  right: 4rem;
  bottom: 0;
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  color: var(--color-white);
  animation: fv-fade-up 1s 1s both;
}
.fv__scroll::after {
  content: "";
  width: 1px;
  height: 7.2rem;
  background: rgba(255, 255, 255, 0.6);
  animation: fv-scroll-line 2.2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .fv__scroll {
    right: 2rem;
  }
}
.fv__scroll-text {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media (prefers-reduced-motion: reduce) {
  .fv__eyebrow,
  .fv__copy,
  .fv__text,
  .fv__scroll {
    animation: none;
  }
  .fv__scroll::after {
    animation: none;
  }
}
/* end region */
/* region news */
.news {
  padding-block: 14rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 8rem;
  }
}
.news__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .news__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .news__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.news__body {
  padding-top: 3.2rem;
  border-top: 1px solid var(--color-ink);
}
@media screen and (max-width: 768px) {
  .news__body {
    padding-top: 2.4rem;
  }
}
.news__date {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: var(--fw-500);
  letter-spacing: 0.08em;
  color: var(--color-accent);
}
.news__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .news__text {
    font-size: 1.5rem;
  }
}
.news__link {
  margin-top: 3.2rem;
}

/* end region */
/* region service */
.service {
  padding-block: 14rem;
  background: var(--color-paper);
}
@media screen and (max-width: 768px) {
  .service {
    padding-block: 8rem;
  }
}
.service__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .service__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .service__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.4rem;
  border-top: 1px solid var(--color-ink);
}
@media screen and (max-width: 768px) {
  .service__list {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.service__item {
  padding: 4rem 3.2rem;
  border-bottom: 1px solid var(--color-line);
}
.service__item + .service__item {
  border-left: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .service__item {
    padding: 3.2rem 0;
  }
  .service__item + .service__item {
    border-left: none;
  }
}
.service__num {
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: var(--fw-600);
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.service__image {
  margin-top: 2rem;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.5s, scale 0.6s;
}
.service__item:hover .service__image img {
  filter: grayscale(0);
  scale: 1.04;
}
.service__heading {
  margin-top: 2.4rem;
  font-size: 1.9rem;
  font-weight: var(--fw-700);
  line-height: 1.5;
  color: var(--color-ink);
}
@media screen and (max-width: 768px) {
  .service__heading {
    font-size: 1.8rem;
  }
}

/* end region */
/* region strength */
.strength {
  padding-block: 14rem;
}
@media screen and (max-width: 768px) {
  .strength {
    padding-block: 8rem;
  }
}
.strength__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .strength__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .strength__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.strength__list {
  border-top: 1px solid var(--color-ink);
}
.strength__item {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 3.2rem 0.4rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 560px) {
  .strength__item {
    gap: 2rem;
    padding: 2.8rem 0.4rem;
  }
}
.strength__num {
  flex-shrink: 0;
  font-family: "Archivo", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: var(--fw-700);
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-accent);
}
@media screen and (max-width: 560px) {
  .strength__num {
    font-size: 2.8rem;
  }
}
.strength__text {
  font-size: 1.8rem;
  font-weight: var(--fw-500);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .strength__text {
    font-size: 1.6rem;
  }
}
.strength__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 4.8rem;
  padding: 3.6rem 4rem;
  background: var(--color-navy);
  color: var(--color-white);
}
@media screen and (max-width: 560px) {
  .strength__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 3.2rem 2.4rem;
  }
}
.strength__cta-text {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.strength__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--color-white);
}
.strength__cta-link::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s;
}
.strength__cta-link:hover {
  opacity: 1;
}
.strength__cta-link:hover::after {
  width: 4.8rem;
}
.strength__cta-name {
  font-size: 1.8rem;
  font-weight: var(--fw-700);
}
.strength__cta-name small {
  font-size: 1.3rem;
  font-weight: var(--fw-400);
}

/* end region */
/* region company */
.company {
  padding-block: 14rem;
  background: var(--color-paper);
}
@media screen and (max-width: 768px) {
  .company {
    padding-block: 8rem;
  }
}
.company__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .company__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .company__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.company__table {
  border-top: 1px solid var(--color-ink);
}
.company__row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  padding: 2.4rem 0.4rem;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 768px) {
  .company__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 2rem 0.4rem;
  }
}
.company__term {
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.company__desc {
  font-size: 1.5rem;
  line-height: 1.9;
  color: var(--color-text);
}
.company__desc-note {
  display: inline-block;
  font-size: 1.3rem;
  color: var(--color-muted);
}
.company__note {
  margin-top: 3.2rem;
  font-size: 1.3rem;
  color: var(--color-muted);
}
.company__privacy {
  margin-top: 1.6rem;
}
.company__privacy-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  font-weight: var(--fw-500);
  color: var(--color-ink);
  font-size: 1.4rem;
}
.company__privacy-link::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s;
}
.company__privacy-link:hover {
  opacity: 1;
}
.company__privacy-link:hover::after {
  width: 4rem;
}

/* end region */
/* region contact（フォーム要素のスタイルは partials/_contact.scss） */
.contact {
  padding-block: 14rem;
  /* LINE / メール の各問い合わせ手段。手段ごとに区切る */
  /* 小見出し（手前に短いオレンジ罫線） */
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 8rem;
  }
}
.contact__inner {
  width: min(100% - 12rem, 116rem);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .contact__inner {
    width: min(100% - 8rem, 116rem);
  }
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: min(100% - 4rem, 116rem);
  }
}
.contact__lead {
  font-size: 1.5rem;
  line-height: 2.1;
}
.contact__lead-note {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: var(--color-muted);
}
.contact__block {
  margin-top: 6.4rem;
}
.contact__block:first-of-type {
  margin-top: 4.8rem;
}
.contact__heading {
  padding: 0 0 1.6rem 1.8rem;
  border-bottom: 1px solid var(--color-ink);
  font-size: 2rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
  position: relative;
}
.contact__heading::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.4rem;
  height: 1.8rem;
  background: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 1.8rem;
  }
}
.contact__method {
  margin-top: 3.6rem;
  /* 2つ目以降（メール）は上にヘアラインを引いて境界を明確に */
}
.contact__method + .contact__method {
  margin-top: 4.8rem;
  padding-top: 4.8rem;
  border-top: 1px solid var(--color-line);
}
.contact__subheading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.7rem;
  font-weight: var(--fw-700);
  letter-spacing: 0.04em;
  color: var(--color-ink);
}
.contact__subheading::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: var(--color-accent);
}
.contact__method-text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.9;
}
.contact__line-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.4rem 4rem;
  background: var(--color-line-brand);
  font-size: 1.5rem;
  font-weight: var(--fw-700);
  color: var(--color-white);
  transition: opacity 0.25s;
}
@media screen and (max-width: 560px) {
  .contact__line-button {
    width: 100%;
    justify-content: center;
  }
}
.contact__required-note {
  margin-top: 2rem;
  font-size: 1.3rem;
  color: var(--color-muted);
}
.contact__required {
  color: var(--color-accent);
}
.contact__travel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding: 3.2rem 4rem;
  background: var(--color-navy);
  color: var(--color-white);
}
@media screen and (max-width: 560px) {
  .contact__travel {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2.8rem 2.4rem;
  }
}
.contact__travel-text {
  font-size: 1.5rem;
}
.contact__travel-link {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: var(--fw-700);
  color: var(--color-white);
}
.contact__travel-link::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s;
}
.contact__travel-link:hover {
  opacity: 1;
}
.contact__travel-link:hover::after {
  width: 4.8rem;
}

/* end region */
/*# sourceMappingURL=app.css.map */
