@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

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

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

/* スクロールでビューに入ると小→現在サイズにズームインするタイトル画像用
   （js/zoomin.js が is-inview を付与） */
.js-zoomin {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s ease;
  will-change: transform;
}

.js-zoomin.is-inview {
  opacity: 1;
  transform: scale(1);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

/* 下層ページ共通のタイトル帯（ページ名＋淡い不死鳥の透かし・固定ヘッダー分の余白を確保）
   Figma 29:3014：ヘッダー下に余白を取り、タイトル中央・透かしはy90付近。コミックは約y398から */
.page-head {
  position: relative;
  width: 100%;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10rem 2rem 2rem;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-head {
    min-height: 30rem;
    padding: 7rem 2rem 2rem;
  }
}

.page-head__mark {
  position: absolute;
  top: calc(50% + 5rem);
  left: 50%;
  width: 54rem;
  transform: translate(-50%, -50%);
  opacity: 0.13;
  filter: grayscale(1);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-head__mark {
    top: calc(50% + 3.5rem);
    width: 32rem;
  }
}
.page-head__mark img {
  width: 100%;
  height: auto;
  display: block;
}

.page-head__title {
  position: relative;
  z-index: 1;
  font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #3D3638;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex {
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #AE8D47;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ============================================================
   ヘッダー（Red Phoenix）
   PC：白地・ロゴ＋グローバルナビ＋TEL/お問い合わせボタン（上部固定）
   SP：白地・ロゴ＋黒ハンバーガー
   ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header {
    height: 7rem;
  }
}

.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    gap: 0;
    padding: 0 2rem;
  }
}

.l-header__logo {
  display: block;
  width: 11.7rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 7.3rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- PC グローバルナビ --- */
@media (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
  list-style: none;
}

.gnav__link {
  font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #3D3638;
  white-space: nowrap;
}

/* --- TEL／お問い合わせボタン（PCヘッダー右・SPドロワー下部で共用） --- */
.l-header__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 6rem;
  padding: 1.5rem 2rem;
  background: #fff;
  border: 0.5rem solid #000;
  text-decoration: none;
  white-space: nowrap;
}

.header-btn--contact {
  width: 20rem;
}

.header-btn__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-btn--tel .header-btn__icon svg {
  width: 1.9rem;
  height: auto;
}

.header-btn--contact .header-btn__icon svg {
  width: 2.74rem;
  height: auto;
}

.header-btn__tel {
  font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  color: #BD091E;
}

.header-btn__text {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.18rem;
  color: #BD091E;
}

/* ============================================================
   SP ハンバーガーボタン（黒地・白3本線）
   ============================================================ */
.hamburger {
  display: none;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  border: none;
  background: #000;
  cursor: pointer;
  z-index: 9901;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  position: absolute;
  left: 50%;
  width: 2.8rem;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}
.hamburger span:nth-child(1) {
  top: calc(50% - 0.9rem);
}
.hamburger span:nth-child(2) {
  top: 50%;
}
.hamburger span:nth-child(3) {
  top: calc(50% + 0.9rem);
}

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

/* ============================================================
   SP ドロワー（黒・右からスライド）
   ============================================================ */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 31rem;
  height: 100vh;
  height: 100dvh;
  background: #000;
  z-index: 9990;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  display: none;
}
@media (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9980;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: none;
}
@media (max-width: 767px) {
  .drawer-overlay {
    display: block;
  }
}

.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.66rem;
  height: 2.66rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.drawer__close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 11rem 2rem 5rem;
  overflow-y: auto;
}

.drawer__logo {
  width: 13rem;
  margin-bottom: 6rem;
}
.drawer__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.drawer__nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.drawer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 17.5rem;
}

.drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.drawer__arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.5rem;
  border-color: transparent transparent transparent #fff;
}

.drawer__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 5rem;
}
.drawer__contact .header-btn {
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  border-width: 0.4rem;
  gap: 0.8rem;
}
.drawer__contact .header-btn--contact {
  width: 15.9rem;
}
.drawer__contact .header-btn__tel {
  font-size: 1.6rem;
}
.drawer__contact .header-btn__text {
  font-size: 1.43rem;
  letter-spacing: 0.143rem;
}
.drawer__contact .header-btn--tel .header-btn__icon svg {
  width: 1.5rem;
}
.drawer__contact .header-btn--contact .header-btn__icon svg {
  width: 2.17rem;
}

/* ============================================================
   フッター（全ページ共通・黒地）
   node 29:2968 / SP 2005:315
   ============================================================ */
.l-footer {
  background: #000;
  color: #fff;
  margin-top: 8rem;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem 3.4rem;
}

.l-footer__logo {
  width: 11.8rem;
  margin: 0 auto;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.l-footer__address {
  margin-top: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__address {
    font-size: 1.3rem;
  }
}

.l-footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .l-footer__contact {
    gap: 1rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn {
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    border-width: 0.4rem;
    gap: 0.8rem;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn--contact {
    width: auto;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn__tel {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn__text {
    font-size: 1.43rem;
    letter-spacing: 0.143rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn--tel .header-btn__icon svg {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contact .header-btn--contact .header-btn__icon svg {
    width: 2.17rem;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    width: 25.5rem;
    gap: 2rem;
    margin-top: 2.6rem;
  }
}

.l-footer__nav-link {
  font-family: "Roboto", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.l-copyright {
  margin: 0;
  padding: 2.2rem 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* ============================================================
   業務内容：定期配送／スポット便（アメコミ風コマ割りパネル）
   PC node 29:3014（2008:354 定期配送／2008:355 スポット便）
   - 背景＝装飾のみのコミック画像（青集中線＋緑ドット／オレンジドット＋緑集中線）
   - タイトル・本文・配送実績ボックスは全て実テキスト（焼き込みなし）
   - PCは1440×695フレームに絶対配置（rem＝Figma px÷10。液状で比例スケール）
   ============================================================ */
.page-service {
  background: #fff;
}

/* ---- パネル（セクション） ---- */
.svc-panel {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/695;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .svc-panel {
    aspect-ratio: auto;
    margin: 2.4rem 0;
    padding: 4.4rem 2rem 5rem;
    background-image: none;
    border: 0.7rem solid #000;
  }
}

.svc-panel--teiki {
  background-image: url("../img/service/teiki-bg.webp");
}
@media (max-width: 767px) {
  .svc-panel--teiki {
    background-color: #9CC038;
    background-image: repeating-linear-gradient(135deg, #9CC038 0 1.1rem, #B4D458 1.1rem 2.2rem);
  }
}

.svc-panel--spot {
  background-image: url("../img/service/spot-bg.webp");
}
@media (min-width: 768px) {
  .svc-panel--spot {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .svc-panel--spot {
    background-color: #F5C400;
    background-image: repeating-linear-gradient(135deg, #F5C400 0 1.1rem, #FAD95C 1.1rem 2.2rem);
  }
}

.svc-panel__inner {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .svc-panel__inner {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ---- タイトル（黄文字＋黒フチのロゴ画像。回転はラッパー／ズームは内側imgの.js-zoomin） ---- */
.svc-panel__title {
  position: absolute;
  margin: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .svc-panel__title {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}

.svc-panel__title img {
  display: block;
  width: 100%;
  height: auto;
}

.svc-panel__title--teiki {
  top: 2.5rem;
  left: 84.6rem;
  width: 51.8rem;
  transform: rotate(2.56deg);
}
@media (max-width: 767px) {
  .svc-panel__title--teiki {
    width: 26rem;
    transform: none;
  }
}

.svc-panel__title--spot {
  top: 3.2rem;
  left: 7.85rem;
  width: 56.2rem;
  transform: rotate(-2.25deg);
}
@media (max-width: 767px) {
  .svc-panel__title--spot {
    width: 28rem;
    transform: none;
  }
}

/* ---- 本文 ---- */
.svc-panel__body {
  position: absolute;
  width: 56rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3;
  color: #fff;
}
@media (max-width: 767px) {
  .svc-panel__body {
    position: static;
    width: 100%;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
    font-weight: 500;
  }
}

.svc-panel__body--teiki {
  top: 12.2rem;
  left: 10.2rem;
}

.svc-panel__body--spot {
  top: 11.5rem;
  left: 77.75rem;
}

/* ---- 配送実績ボックス（白・黒枠） ---- */
.svc-result {
  position: absolute;
  width: 42rem;
  padding: 3rem;
  background: #fff;
  border: 0.7rem solid #000;
}
@media (max-width: 767px) {
  .svc-result {
    position: static;
    width: 100%;
    max-width: 40rem;
    margin-top: 3rem;
    padding: 2.4rem;
  }
}

.svc-result--teiki {
  top: 24.9rem;
  left: 95rem;
}

.svc-result--spot {
  top: 22.4rem;
  left: 9.05rem;
}

.svc-result__title {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 767px) {
  .svc-result__title {
    font-size: 2.6rem;
  }
}

.svc-result__list {
  margin-top: 2.4rem;
}

.svc-result__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 767px) {
  .svc-result__item {
    font-size: 1.6rem;
  }
}
.svc-result__item::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #000;
}

.svc-result__item + .svc-result__item {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .svc-result__item + .svc-result__item {
    margin-top: 1.6rem;
  }
}

/* ============================================================
   キッチンカーページ
   PC node 2008:474（COME IN KITCHENBUS）/ 2008:479（出店情報・メニュー・エリア）
   ============================================================ */
/* COME IN KITCHENBUS：全幅写真＋右に暗グラデ＋白見出し・本文 */
.kc-comein {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/731;
  background: url("../img/kitchencar/comein-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kc-comein {
    aspect-ratio: auto;
    padding: 4rem 2rem 4.5rem;
  }
}
.kc-comein::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0));
}
@media (max-width: 767px) {
  .kc-comein::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

.kc-comein__text {
  position: absolute;
  top: 4rem;
  left: 79.6rem;
  width: 52rem;
  z-index: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .kc-comein__text {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.kc-comein__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 8.2rem;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .kc-comein__heading {
    font-size: 3.8rem;
  }
}

.kc-comein__body {
  margin-top: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .kc-comein__body {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* 共通セクション見出し（黒太字を少し右上がりに＋左右に斜めの点線アクセント） */
.kc-heading {
  position: relative;
  display: inline-block;
  padding: 0 5.5rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #2b2b2b;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .kc-heading {
    font-size: 3.4rem;
    padding: 0 3.2rem;
  }
}
.kc-heading::before, .kc-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 5.6rem;
  border-left: 4px dotted #2b2b2b;
}
@media (max-width: 767px) {
  .kc-heading::before, .kc-heading::after {
    height: 3.4rem;
    border-left-width: 3px;
  }
}
.kc-heading::before {
  left: -0.5rem;
  transform: translateY(-55%) rotate(-22deg);
}
.kc-heading::after {
  right: -0.5rem;
  transform: translateY(-45%) rotate(22deg);
}

/* 出店情報（淡黄ドット背景＋Googleカレンダー枠） */
.kc-shutten {
  width: 100%;
  background-color: #fff;
  background-image: radial-gradient(circle, #F6EAB4 0 0.85rem, transparent 0.95rem);
  background-size: 3.8rem 3.8rem;
}

.kc-shutten__inner {
  max-width: 132rem;
  margin: 0 auto;
  padding: 5rem 2rem 25rem;
}
@media (max-width: 767px) {
  .kc-shutten__inner {
    padding: 5rem 2rem 6rem;
  }
}

/* 出店情報 見出し（画像＝傾き＋斜め点線をそのまま再現） */
.kc-shutten__heading {
  width: 44rem;
  max-width: 70%;
  margin: 0 0 1rem 0.6rem;
}
@media (max-width: 767px) {
  .kc-shutten__heading {
    width: 24rem;
  }
}
.kc-shutten__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.kc-calendar {
  width: 96rem;
  max-width: 100%;
  margin: 3rem auto 0;
  padding: 6rem 8rem;
  background: #fff;
  border: 0.7rem solid #000;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .kc-calendar {
    padding: 2.5rem 2.5rem;
    border-radius: 1.6rem;
  }
}

.kc-calendar__screen {
  aspect-ratio: 800/560;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Googleカレンダーの iframe を入れたらそれを全面表示 */
}
.kc-calendar__screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.kc-calendar__placeholder {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #6c6c6c;
}
@media (max-width: 767px) {
  .kc-calendar__placeholder {
    font-size: 1.5rem;
  }
}

/* 黄色（INSTAGRAM セクションで使用） */
/* ============================================================
   メニュー（2012:413）：黄色＋稲穂装飾。文字は全て実テキスト
   見出し＝黒文字＋白フチ／品名＝白文字＋黒フチ／価格・説明＝黒
   形状＝上フラット・下は左下→右上の斜め(clip-path)。装飾＝個別透過画像
   ============================================================ */
.kc-menu {
  position: relative;
  width: 100%;
  height: 323.2rem;
  margin-top: -22.5rem;
  background: #EABD00;
  clip-path: polygon(0 0, 100% 22.5rem, 100% calc(100% - 29rem), 0 100%);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .kc-menu {
    height: auto;
    margin-top: -3rem;
    padding: 6rem 2rem 9rem;
    clip-path: polygon(0 0, 100% 3rem, 100% calc(100% - 6rem), 0 100%);
  }
}

.kc-menu__inner {
  position: relative;
  width: 144rem;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kc-menu__inner {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* 装飾（稲穂・米・しゃもじ・おにぎり）＝透過画像 */
.kc-menu__deco {
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .kc-menu__deco {
    display: none;
  }
}
.kc-menu__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.kc-menu__deco--shamoji {
  top: 39.8rem;
  left: 105.4rem;
  width: 51rem;
}

.kc-menu__deco--kome {
  top: 103.8rem;
  left: 110rem;
  width: 31rem;
}

.kc-menu__deco--maru {
  top: 77.5rem;
  left: -14.5rem;
  width: 49.1rem;
}

.kc-menu__deco--inaho {
  top: 186.9rem;
  left: -18.6rem;
  width: 49.2rem;
}

.kc-menu__deco--onigiri {
  top: 220rem;
  left: 123.9rem;
  width: 21.5rem;
}

/* 見出し（黒文字＋白フチ・コミック調） */
.kc-menu-head {
  position: absolute;
  z-index: 3;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #000;
  -webkit-text-stroke: 0.7rem #fff;
  paint-order: stroke fill;
}
@media (max-width: 767px) {
  .kc-menu-head {
    position: static;
    -webkit-text-stroke: 0.4rem #fff;
  }
}

.kc-menu-head__sm {
  display: block;
  font-size: 8.2rem;
}
@media (max-width: 767px) {
  .kc-menu-head__sm {
    font-size: 3.4rem;
  }
}

.kc-menu-head__lg {
  display: block;
  font-size: 12.8rem;
}
@media (max-width: 767px) {
  .kc-menu-head__lg {
    font-size: 5.4rem;
  }
}

.kc-menu-head--tendon {
  top: 18.4rem;
  left: 2.1rem;
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  .kc-menu-head--tendon {
    margin: 0 auto 2rem;
  }
}

.kc-menu-head--other {
  top: 140.4rem;
  left: 83.2rem;
  transform: rotate(3deg);
}
@media (max-width: 767px) {
  .kc-menu-head--other {
    margin: 4rem auto 2rem;
  }
}

/* あっかん米の天丼 写真＋テキスト */
.kc-menu__tendon-img {
  position: absolute;
  z-index: 1;
  top: 45.1rem;
  left: 24rem;
  width: 96rem;
}
@media (max-width: 767px) {
  .kc-menu__tendon-img {
    position: static;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.kc-menu__tendon-img img {
  width: 100%;
  height: auto;
  display: block;
}

.kc-menu__tendon-text {
  position: absolute;
  z-index: 1;
  top: 103.1rem;
  left: 38.4rem;
  width: 67.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .kc-menu__tendon-text {
    position: static;
    width: 100%;
  }
}

/* 品名・価格・説明（共通スタイル） */
.kc-menu__name {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.3;
  color: #fff;
  -webkit-text-stroke: 0.35rem #000;
  paint-order: stroke fill;
}
@media (max-width: 767px) {
  .kc-menu__name {
    font-size: 3rem;
    -webkit-text-stroke: 0.25rem #000;
  }
}

.kc-menu__price {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .kc-menu__price {
    font-size: 2.2rem;
  }
}

.kc-menu__desc {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}
@media (max-width: 767px) {
  .kc-menu__desc {
    font-size: 1.4rem;
  }
}

/* その他メニュー 各品（丸写真＋テキスト・縦並び中央） */
.kc-item {
  position: absolute;
  z-index: 1;
  width: 66.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .kc-item {
    position: static;
    width: 100%;
    max-width: 44rem;
    margin-top: 4rem;
  }
}

.kc-item--kakiage {
  top: 144.3rem;
  left: 5.2rem;
}

.kc-item--onigiri {
  top: 177.6rem;
  left: 72.3rem;
}

.kc-item--kodomo {
  top: 230.3rem;
  left: 5.2rem;
}

.kc-item__img {
  width: 48rem;
  margin: 0 auto 3rem;
}
@media (max-width: 767px) {
  .kc-item__img {
    width: 30rem;
  }
}
.kc-item__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.kc-item__name {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.3;
  color: #fff;
  -webkit-text-stroke: 0.35rem #000;
  paint-order: stroke fill;
}
@media (max-width: 767px) {
  .kc-item__name {
    font-size: 3rem;
    -webkit-text-stroke: 0.25rem #000;
  }
}

.kc-item__price {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .kc-item__price {
    font-size: 2.2rem;
  }
}

.kc-item__desc {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}
@media (max-width: 767px) {
  .kc-item__desc {
    font-size: 1.4rem;
  }
}

/* おにぎりの種類リスト（白＋淡黄ドット＋黒枠／● 付き） */
.kc-onigiri-list {
  width: 46rem;
  margin: 3rem auto 0;
  padding: 3rem 3.4rem;
  list-style: none;
  text-align: left;
  background-color: #fff;
  background-image: radial-gradient(circle, #F6EAB4 0 0.55rem, transparent 0.65rem);
  background-size: 2.6rem 2.6rem;
  border: 0.5rem solid #000;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .kc-onigiri-list {
    width: 100%;
    max-width: 38rem;
    padding: 2.5rem;
  }
}

.kc-onigiri-list__item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 767px) {
  .kc-onigiri-list__item {
    font-size: 1.7rem;
  }
}
.kc-onigiri-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #000;
}

/* ============================================================
   出店エリア（サンバースト背景＋雲バナー＋キッチンカー）
   ============================================================ */
.kc-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff url("../img/kitchencar/area-sunburst2.webp") no-repeat center center/cover;
  margin-top: -30rem;
}
@media (max-width: 767px) {
  .kc-area {
    padding: 4rem 0 5rem;
    background-size: cover;
    background-position: center top;
  }
}

.kc-area__inner {
  position: relative;
  width: 144rem;
  max-width: 100%;
  height: 81rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kc-area__inner {
    height: auto;
    padding: 25rem 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* 出店エリア 見出し（画像・右上） */
.kc-area__heading {
  position: absolute;
  top: 9.8rem;
  left: 88.6rem;
  width: 53.9rem;
}
@media (max-width: 767px) {
  .kc-area__heading {
    position: static;
    order: -1;
    width: 30rem;
    margin-bottom: 3rem;
  }
}
.kc-area__heading img {
  width: 100%;
  height: auto;
  display: block;
}

/* 雲バナー（現在出店先募集中／中央左） */
.kc-area__bubble {
  position: absolute;
  top: 28rem;
  left: 3.6rem;
  width: 85.1rem;
  aspect-ratio: 851/426;
  padding-bottom: 4rem;
  background: url("../img/kitchencar/area-bubble.webp") center/contain no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .kc-area__bubble {
    position: static;
    width: 100%;
    max-width: 46rem;
    padding-bottom: 3rem;
  }
}

.kc-area__recruit {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.3;
  color: #eabd00;
  -webkit-text-stroke: 0.15rem #000;
}
@media (max-width: 767px) {
  .kc-area__recruit {
    font-size: 3rem;
    -webkit-text-stroke: 0.08rem #000;
  }
}

.kc-area__region {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 767px) {
  .kc-area__region {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}

.kc-area__contact {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 767px) {
  .kc-area__contact {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}

/* 学校・病院… テキスト（右） */
.kc-area__note {
  position: absolute;
  top: 37rem;
  left: 93rem;
  width: 47rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.9;
  color: #3D3638;
}
@media (max-width: 767px) {
  .kc-area__note {
    position: static;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
}

/* キッチンカー写真（右下・下側だけ INSTAGRAM に重なる） */
.kc-area__car {
  position: absolute;
  top: 50rem;
  left: 77.5rem;
  width: 66.5rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .kc-area__car {
    position: static;
    width: 100%;
    max-width: 42rem;
    margin: 2.5rem auto 0;
  }
}
.kc-area__car img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   INSTAGRAM（黄色帯＋5枚の投稿サムネ。投稿はアタリ＝連携後に差し替え）
   ============================================================ */
.kc-insta {
  width: 100%;
  padding: 8rem 2rem 9rem;
  background: #EABD00;
}
@media (max-width: 767px) {
  .kc-insta {
    padding: 5rem 2rem 6rem;
  }
}

.kc-insta__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .kc-insta__heading {
    font-size: 3.6rem;
  }
}

.kc-insta__list {
  list-style: none;
  max-width: 128rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .kc-insta__list {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}

.kc-insta__item {
  flex: 1;
  max-width: 24rem;
  aspect-ratio: 1/1;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .kc-insta__item {
    flex: 0 0 calc((100% - 1rem) / 2);
    max-width: none;
  }
}
.kc-insta__item {
  /* 連携後：img や iframe を全面表示 */
}
.kc-insta__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   お問い合わせ（CF7）：黄色背景＋白パネル（黒枠）
   PC node 2014:600
   必須バッジ/タイトル/送信＝金 #EABD00／入力枠＝2px #b6b6b6／
   プライバシーBox＝淡黄 #F6EAB4
   ============================================================ */
.page-contact {
  background: #fff;
}

.contact {
  width: 100%;
  padding: 6rem 0 8rem;
  background: #EABD00;
}
@media (max-width: 767px) {
  .contact {
    padding: 4rem 1.6rem 5rem;
  }
}

.contact__panel {
  max-width: 128rem;
  margin: 0 auto;
  padding: 6rem 10rem 7rem;
  background: #fff;
  border: 0.3rem solid #000;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .contact__panel {
    padding: 4rem 2rem 4.5rem;
  }
}

.contact__title {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
  color: #EABD00;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2.8rem;
  }
}

/* フォーム本体（CF7出力／表示確認用フォーム 共通） */
.contact-form {
  max-width: 108rem;
  margin: 4.4rem auto 0;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 3rem;
  }
}

.contact-form__box {
  width: 100%;
}

.contact-form__row {
  display: flex;
  align-items: center;
  gap: 13rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem 0;
  }
}

.contact-form__row--textarea {
  align-items: flex-start;
}

.contact-form__label {
  flex-shrink: 0;
  width: 30rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    gap: 1.2rem;
  }
}

.contact-form__req {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  background: #EABD00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-form__req {
    font-size: 1.3rem;
    padding: 0.4rem 0.8rem;
  }
}

.contact-form__field {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-form__field {
    width: 100%;
  }
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 2px solid #b6b6b6;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  padding: 0 1.4rem;
  height: 5rem;
}
.contact-form__field textarea {
  height: 30.9rem;
  padding: 1.2rem 1.4rem;
  line-height: 1.7;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact-form__field textarea {
    height: 18rem;
  }
}

/* プライバシーポリシー */
.contact-form__privacy-head {
  margin-top: 5rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
  color: #EABD00;
}
@media (max-width: 767px) {
  .contact-form__privacy-head {
    margin-top: 4rem;
    font-size: 2.6rem;
  }
}

.contact-form__privacy {
  max-height: 28rem;
  margin-top: 3rem;
  padding: 3rem 6rem;
  overflow-y: auto;
  background: #F6EAB4;
}
@media (max-width: 767px) {
  .contact-form__privacy {
    padding: 2.4rem 2rem;
    max-height: 32rem;
  }
}

.contact-form__privacy-section + .contact-form__privacy-section {
  margin-top: 2.4rem;
}

.contact-form__privacy-title {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}
@media (max-width: 767px) {
  .contact-form__privacy-title {
    font-size: 1.6rem;
  }
}

.contact-form__privacy-text {
  margin-top: 0.8rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__privacy-text {
    font-size: 1.4rem;
  }
}

.contact-form__privacy-list {
  margin-top: 0.8rem;
  padding-left: 2rem;
  list-style: disc;
}
.contact-form__privacy-list li {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 767px) {
  .contact-form__privacy-list li {
    font-size: 1.4rem;
  }
}

/* 同意チェック */
.contact-form__agree {
  margin-top: 4rem;
  text-align: center;
}

.contact-form__agree-label {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  cursor: pointer;
}
.contact-form__agree-label input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.contact-form__agree-label input[type=checkbox]:checked {
  border-color: #EABD00;
  background: radial-gradient(#EABD00 0 45%, #fff 50% 100%);
}

/* 送信ボタン（<button> と CF7 [submit]=input[type=submit] 両対応） */
.contact-form__submit-area {
  margin-top: 2.4rem;
  text-align: center;
}

.contact-form__submit,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  min-width: 19rem;
  padding: 1.6rem 4rem;
  border-radius: 5rem;
  background: #EABD00;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contact-form__submit:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.85;
}

/* ===== CF7 出力ラッパ対応 ===== */
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.contact-form .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  text-align: center;
}

/* 同意（CF7 acceptance）のチェックボックスも円形に */
.contact-form__agree .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.contact-form__agree .wpcf7-list-item-label {
  font-size: 1.6rem;
  color: #333;
}

.contact-form__agree input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  vertical-align: middle;
  border: 2px solid #b6b6b6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.contact-form__agree input[type=checkbox]:checked {
  border-color: #EABD00;
  background: radial-gradient(#EABD00 0 45%, #fff 50% 100%);
}

/* ============================================================
   会社概要：緑ストライプ背景＋赤ラベルの会社情報テーブル＋所在地マップ
   PC node 29:6675
   ============================================================ */
.page-company {
  background: #fff;
}

/* ---- 会社情報セクション（緑の斜めストライプ） ---- */
.company-info {
  width: 100%;
  background-color: #9CC038;
  background-image: repeating-linear-gradient(135deg, #9CC038 0 1.1rem, #B4D458 1.1rem 2.2rem);
}

.company-info__inner {
  width: 114rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 6rem 0 9rem;
}
@media (max-width: 767px) {
  .company-info__inner {
    width: auto;
    padding: 4rem 0 6rem;
  }
}

/* 大見出し（黄＋白水玉のコミックロゴ画像。回転はラッパー／ズームは内側img） */
.company-info__title {
  display: block;
  width: 54rem;
  margin: 0 0 5rem -11rem;
  line-height: 0;
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .company-info__title {
    width: 24rem;
    margin: 0 auto 3rem;
    transform: none;
  }
}

.company-info__title img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- テーブル ---- */
.company-table {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.company-table__row {
  position: relative;
  min-height: 8.9rem;
}
@media (max-width: 767px) {
  .company-table__row {
    min-height: 0;
  }
}

.company-table__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 6rem;
  background: #DD2737;
  clip-path: polygon(0 0, 92% 0, 92% 87.5%, 100% 100%, 0 100%);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .company-table__label {
    position: static;
    width: 22rem;
    height: auto;
    padding: 0.8rem 0;
  }
}

.company-table__value {
  margin-left: 34rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  min-height: 5.9rem;
  padding: 1.5rem 3rem;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 767px) {
  .company-table__value {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    min-height: 0;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
  }
}

.company-table__note {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .company-table__note {
    font-size: 1.2rem;
  }
}

/* ---- 所在地マップ ---- */
.company-map {
  width: 100%;
  margin: 8rem 0;
}
@media (max-width: 767px) {
  .company-map {
    margin: 5rem 0;
  }
}

.company-map__frame {
  width: 100%;
  height: 60rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company-map__frame {
    height: 32rem;
  }
}

.company-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

/* ============================================================
   採用情報：ヒーロー（青/赤コミックパネル＋人物）＋特徴3ボックス＋募集要項テーブル
   PC node 30:7024
   ※募集要項テーブルは会社概要と同形式（.company-table* を流用）
   ============================================================ */
.page-recruit {
  background: #fff;
}

/* ---- ヒーロー ---- */
.rec-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/783;
  background: url("../img/recruit/hero-bg.webp") center center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rec-hero {
    aspect-ratio: auto;
    background: #BD0010;
    padding: 4rem 2rem 5rem;
  }
}

.rec-hero__person {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .rec-hero__person {
    position: static;
    height: auto;
    width: 70%;
    max-width: 32rem;
    margin: 0 auto;
    display: block;
  }
}

.rec-hero__title {
  position: absolute;
  top: 9rem;
  left: 70rem;
  width: 52rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .rec-hero__title {
    position: static;
    width: 24rem;
    margin: 0 auto 2.4rem;
  }
}

.rec-hero__title img {
  display: block;
  width: 100%;
  height: auto;
}

.rec-hero__lead {
  position: absolute;
  top: 33rem;
  left: 62.7rem;
  width: 72rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .rec-hero__lead {
    position: static;
    width: 100%;
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* ---- 特徴3ボックス ---- */
.rec-features {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 7rem 2rem 8rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .rec-features {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding: 4rem 2rem 5rem;
  }
}

.rec-feature {
  flex: 1;
  max-width: 46rem;
  padding: 4.5rem 3rem 4rem;
  border: 0.7rem solid #000;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .rec-feature {
    width: 100%;
  }
}

.rec-feature--kasegu {
  background-color: #9CC036;
  background-image: repeating-linear-gradient(135deg, #9CC036 0 1.1rem, #B4D25A 1.1rem 2.2rem);
}

.rec-feature--teichaku {
  background-color: #F6D23C;
  background-image: repeating-linear-gradient(135deg, #F6D23C 0 1.1rem, #FCE472 1.1rem 2.2rem);
}

.rec-feature--kyoiku {
  background-color: #54CCD8;
  background-image: repeating-linear-gradient(135deg, #54CCD8 0 1.1rem, #6CDEEA 1.1rem 2.2rem);
}

.rec-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
}

.rec-feature__icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 10rem;
  max-width: 14rem;
}

.rec-feature__title {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.rec-feature__body {
  margin-top: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}
@media (max-width: 767px) {
  .rec-feature__body {
    font-size: 1.4rem;
  }
}

/* ---- 募集要項（橙の斜めストライプ／テーブルは .company-table 流用） ---- */
.rec-youkou {
  width: 100%;
  background-color: #DC940C;
  background-image: repeating-linear-gradient(135deg, #DC940C 0 1.1rem, #E8A424 1.1rem 2.2rem);
}

.rec-youkou__inner {
  width: 114rem;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 6rem 0 9rem;
}
@media (max-width: 767px) {
  .rec-youkou__inner {
    width: auto;
    padding: 4rem 0 6rem;
  }
}

.rec-youkou__title {
  display: block;
  width: 54rem;
  margin: 0 0 5rem -11rem;
  line-height: 0;
  transform: rotate(-3deg);
}
@media (max-width: 767px) {
  .rec-youkou__title {
    width: 26rem;
    margin: 0 auto 3rem;
    transform: none;
  }
}

.rec-youkou__title img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
   メインビジュアル（白背景・ロゴ中央・キャッチ・発光ピル・走行車両）
   PC node 2002:207 / SP node 2002:214
   ============================================================ */
.mv {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 14rem 2rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .mv {
    padding: 9rem 2rem 4rem;
  }
}

.mv__inner {
  width: fit-content;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.mv__logo {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv__logo {
    width: 33.5rem;
  }
}
.mv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.mv__catch {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #3D3638;
}
@media (max-width: 767px) {
  .mv__catch {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

.mv__pill {
  display: inline-flex;
  margin-top: 3rem;
  padding: 2rem 5rem;
  background: #000;
  border-radius: 1.2rem;
  box-shadow: 0.5rem 0.4rem 0.7rem rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .mv__pill {
    margin-top: 2.4rem;
    padding: 1.15rem 2.9rem;
    border-radius: 0.7rem;
  }
}

.mv__pill-text {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff7da;
  text-shadow: 0 0 1rem rgba(255, 247, 218, 0.95), 0 0 2.2rem rgba(255, 247, 218, 0.7), 0 0 3.6rem rgba(255, 231, 160, 0.6);
  animation: mv-sparkle 1.8s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  .mv__pill-text {
    font-size: 2.77rem;
  }
}

@keyframes mv-sparkle {
  0% {
    text-shadow: 0 0 0.6rem rgba(255, 247, 218, 0.7), 0 0 1.4rem rgba(255, 247, 218, 0.5), 0 0 2.4rem rgba(255, 231, 160, 0.4);
  }
  100% {
    text-shadow: 0 0 1.2rem rgb(255, 247, 218), 0 0 2.6rem rgba(255, 247, 218, 0.85), 0 0 4.4rem rgba(255, 231, 160, 0.75);
  }
}
/* --- 走行する車両（右から入ってくる） --- */
.mv__cars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  animation: mv-drive 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@media (max-width: 767px) {
  .mv__cars {
    margin-top: 2.5rem;
    gap: 0.5rem;
  }
}

@keyframes mv-drive {
  0% {
    transform: translateX(90rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.mv__car {
  height: auto;
  display: block;
}

.mv__car--truck {
  width: 21.3rem;
  transform: rotate(-6.21deg);
}
@media (max-width: 767px) {
  .mv__car--truck {
    width: 11.3rem;
  }
}

.mv__car--kitchen {
  width: 21.5rem;
  transform: rotate(9.22deg);
}
@media (max-width: 767px) {
  .mv__car--kitchen {
    width: 11.2rem;
  }
}

/* ============================================================
   ABOUT US（アメコミ風：左=オレンジパネル＋人物／右=緑パネル＋本文）
   PC node 2002:208 / SP node 2002:216
   斜めコマ＋ハーフトーン＋黒枠の背景は about-bg.webp(PC) / about-bg-sp.webp(SP)
   ============================================================ */
.index-about {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  aspect-ratio: 1440/783;
  background: url("../img/top/about-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-about {
    aspect-ratio: 375/871;
    background: url("../img/top/about-bg-sp.webp") center/cover no-repeat;
  }
}

.index-about__person {
  position: absolute;
  left: 0;
  top: 8rem;
  width: 50.1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-about__person {
    left: 1.1rem;
    top: 0.1rem;
    width: 28.1rem;
  }
}
.index-about__person picture {
  display: block;
  width: 100%;
}
.index-about__person img {
  width: 100%;
  height: auto;
  display: block;
}

.index-about__title {
  position: absolute;
  top: 9rem;
  left: 77.2rem;
  width: 60.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-about__title {
    top: 29.7rem;
    left: 4.3rem;
    width: 27.3rem;
  }
}
.index-about__title img {
  width: 100%;
  height: auto;
  display: block;
}

.index-about__body {
  position: absolute;
  top: 30.7rem;
  left: 62rem;
  width: 72rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-about__body {
    top: 38.6rem;
    left: 2.2rem;
    width: 33.5rem;
  }
}

.index-about__lead {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .index-about__lead {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

/* ============================================================
   業務内容（アメコミ風：赤ドット背景／吹き出し／定期配送・スポット便ボタン）
   PC node 2003:221 / SP node 2003:222
   ============================================================ */
.index-service {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  aspect-ratio: 1440/917;
  background: #fff url("../img/top/svc-bg.webp") no-repeat center top/100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-service {
    aspect-ratio: 375/1070;
    background: url("../img/top/svc-bg-sp.webp") center/cover no-repeat;
  }
}

.index-service__heading {
  position: absolute;
  top: 4.5rem;
  left: 3.5rem;
  width: 47rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-service__heading {
    top: 3.7rem;
    left: 2rem;
    width: 21.6rem;
  }
}
.index-service__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.index-service__person {
  position: absolute;
  top: 13.2rem;
  left: 11.5rem;
  width: 49rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-service__person {
    top: 38.2rem;
    left: 5rem;
    width: 25.9rem;
  }
}
.index-service__person img {
  width: 100%;
  height: auto;
  display: block;
}

.index-service__bubble {
  position: absolute;
  top: 5rem;
  left: 52.4rem;
  width: 85.1rem;
  aspect-ratio: 851/426;
  background: url("../img/top/svc-bubble.webp") center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-service__bubble {
    top: 6.8rem;
    left: 1rem;
    width: 35.5rem;
    aspect-ratio: 355/356;
    background-image: url("../img/top/svc-bubble-sp.webp");
  }
}

.index-service__lead {
  width: 56rem;
  color: #3D3638;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.85;
}
@media (max-width: 767px) {
  .index-service__lead {
    width: 24rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.index-service__btn {
  position: absolute;
  display: block;
  z-index: 4;
  transition: transform 0.25s ease;
}
.index-service__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.index-service__btn:hover {
  opacity: 1;
  transform: scale(1.04);
}

.index-service__btn--teiki {
  left: 0.5rem;
  top: 55rem;
  width: 63.2rem;
}
@media (max-width: 767px) {
  .index-service__btn--teiki {
    left: calc(50% - 16.75rem);
    top: 57.3rem;
    width: 33.5rem;
  }
}

.index-service__btn--spot {
  right: 0;
  top: 53rem;
  width: 61.6rem;
}
@media (max-width: 767px) {
  .index-service__btn--spot {
    left: calc(50% - 16.75rem);
    right: auto;
    top: 79.5rem;
    width: 33.5rem;
  }
}

/* ============================================================
   キッチンカー（アメコミ風）
   背景＝青/緑パネル＋集中線（装飾画像）／タイトル・車写真は個別画像／本文は実テキスト
   PC node 2003:223 / SP node 2003:224
   ============================================================ */
.index-kitchen {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  aspect-ratio: 1440/695;
  background: url("../img/top/kitchen-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-kitchen {
    aspect-ratio: 375/787;
    background-image: url("../img/top/kitchen-bg-sp.webp");
  }
}

.index-kitchen__heading {
  position: absolute;
  top: 1.5rem;
  left: 70.5rem;
  width: 68.4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-kitchen__heading {
    top: 24.4rem;
    left: 3.7rem;
    width: 30.7rem;
  }
}
.index-kitchen__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.index-kitchen__car {
  position: absolute;
  top: 20.9rem;
  left: 76.3rem;
  width: 81.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-kitchen__car {
    top: 1.1rem;
    left: 2.4rem;
    width: 44.9rem;
  }
}
.index-kitchen__car img {
  width: 100%;
  height: auto;
  display: block;
}

.index-kitchen__textarea {
  position: absolute;
  top: 6rem;
  left: 10rem;
  width: 56rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-kitchen__textarea {
    top: 34.2rem;
    left: 2rem;
    width: 33.5rem;
  }
}

.index-kitchen__lead {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .index-kitchen__lead {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.index-kitchen__text {
  margin-top: 1rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .index-kitchen__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.index-kitchen__detail {
  position: absolute;
  top: 57.2rem;
  left: 26.4rem;
  z-index: 4;
}
@media (max-width: 767px) {
  .index-kitchen__detail {
    top: 61.9rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
}

/* ============================================================
   会社概要（アメコミ風：水色ストライプ／定義リスト／人物）＋ Googleマップ
   PC node 2005:316(Frame734) / SP node 2005:317(Frame735)
   背景の対角ストライプはCSSで再現（#58D1DD / #6DDEEA）
   ============================================================ */
.index-company {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  aspect-ratio: 1440/720;
  border: 1rem solid #000;
  background-color: #6DDEEA;
  background-image: repeating-linear-gradient(-45deg, #58D1DD 0, #58D1DD 0.7rem, #6DDEEA 0.7rem, #6DDEEA 1.4rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-company {
    aspect-ratio: 375/988;
    border-width: 0.6rem;
  }
}

.index-company__heading {
  position: absolute;
  top: 4.7rem;
  left: 3.1rem;
  width: 47.3rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-company__heading {
    top: 4.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 21.6rem;
  }
}
.index-company__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.index-company__person {
  position: absolute;
  top: 11.9rem;
  left: 5rem;
  width: 62.9rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .index-company__person {
    top: 69rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30.9rem;
  }
}
.index-company__person img {
  width: 100%;
  height: auto;
  display: block;
}

/* 定義リスト（編集可能なテキスト） */
.index-company__info {
  position: absolute;
  top: 9.5rem;
  left: 66rem;
  width: 70rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-company__info {
    top: 15.3rem;
    left: 4rem;
    width: 29.5rem;
  }
}

.company-list {
  display: flex;
  flex-direction: column;
  gap: 4.9rem;
  margin: 0;
}
@media (max-width: 767px) {
  .company-list {
    gap: 3.1rem;
  }
}

.company-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .company-row {
    gap: 1.5rem;
  }
}

.company-row__label {
  flex-shrink: 0;
  width: 32rem;
  height: 6rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2.6rem;
  background: #DD2737;
  clip-path: polygon(0 0, 92.02% 0, 92.02% 87.5%, 100% 100%, 0 100%);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .company-row__label {
    width: 10rem;
    height: 4.5rem;
    padding-right: 0.8rem;
    font-size: 1.3rem;
  }
}

.company-row__value {
  flex: 1;
  min-height: 6rem;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem 0.6rem 3rem;
  background: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .company-row__value {
    min-height: 4.5rem;
    padding: 0.5rem 0.6rem 0.5rem 1.4rem;
    font-size: 1.15rem;
  }
}

.index-company__contact {
  position: absolute;
  top: 61.3rem;
  left: 66rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-company__contact {
    top: 54.1rem;
    left: 2rem;
    right: 2rem;
    gap: 1rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn {
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
    border-width: 0.4rem;
    gap: 0.8rem;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn--contact {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn__tel {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn__text {
    font-size: 1.43rem;
    letter-spacing: 0.143rem;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn--tel .header-btn__icon svg {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  .index-company__contact .header-btn--contact .header-btn__icon svg {
    width: 2.17rem;
  }
}

/* 詳しくはこちら（黒い角丸ピル＋白三角） */
.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  height: 6.1rem;
  padding: 0 3rem;
  background: #000;
  border-radius: 5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-decoration: none;
  white-space: nowrap;
}
.detail-btn::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.5rem;
  border-color: transparent transparent transparent #fff;
}
.detail-btn:hover {
  opacity: 0.75;
}

.index-company__detail {
  position: absolute;
  top: 61.3rem;
  left: 112.4rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .index-company__detail {
    top: 61.9rem;
    left: 50%;
    transform: translateX(-50%);
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
}

/* Googleマップ */
.index-map {
  width: 100%;
  margin-top: 3rem;
  height: 60rem;
}
@media (max-width: 767px) {
  .index-map {
    height: 40rem;
  }
}

.index-map__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #AE8D47;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #AE8D47;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

.works-modal__player iframe,
.works-modal__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
.c-fee-table {
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
.c-fee-table-v2 {
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}