@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 Maru Gothic", "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;
  }
}

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

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

body.fixed {
  overflow: hidden;
}

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

.main {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .main {
    padding-top: 7.3rem;
  }
}

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);
}

.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;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@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;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.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;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 1.6rem;
  filter: drop-shadow(0 0.4rem 0.3rem rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 900;
    padding: 0;
    background: #FFFFFF;
    border-bottom: 0.1rem solid #E5E7EB;
    filter: none;
  }
}

.l-header__pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header__pc {
    display: none;
  }
}

.l-header__top {
  width: 124rem;
  max-width: 100%;
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #FFFFFF;
}

.l-header__tel-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.l-header__tel-num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 2rem;
}

.l-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.l-header__logo-main {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}

.l-header__logo-sub {
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.l-header__contact {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 18rem;
  height: 3.6rem;
  padding: 0 1.6rem;
  border-radius: 9999px;
  background: #FF6B81;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
.l-header__contact:hover {
  opacity: 0.8;
}

.l-header__contact-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.l-header__contact-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}

.l-header__nav {
  width: 100%;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.l-header__nav-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: color 0.3s;
}
.l-header__nav-link:hover {
  color: #FFFFFF;
}

.l-header__nav-link--current {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .l-header--page {
    position: relative;
    padding: 0;
    background: #FFFFFF;
    border-bottom: 0.1rem solid #E5E7EB;
    filter: none;
  }
}

.l-header__page {
  position: relative;
  display: flex;
  align-items: center;
  height: 6.8rem;
  padding: 0 12.8rem;
}
@media (max-width: 767px) {
  .l-header__page {
    display: none;
  }
}

.l-header__page-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15.5rem;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #101828;
  text-align: center;
}

.l-header__page-logo-main {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}

.l-header__page-logo-sub {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}

.l-header__page-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.l-header__page-list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.l-header__page-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.l-header__page-link:hover {
  opacity: 0.7;
}

.l-header__page-contact {
  display: flex;
  align-items: center;
  height: 3.6rem;
  padding: 0 2.4rem;
  border-radius: 9999px;
  background: #FB64B6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #FFFFFF;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.l-header__page-contact:hover {
  opacity: 0.8;
}

.l-header__page-sns {
  display: block;
  width: 2.9rem;
  flex-shrink: 0;
  margin-left: 3.2rem;
}

.l-header__page-sns-icon {
  width: 100%;
  height: auto;
}

.l-header__sp {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7.2rem;
    padding: 0 1.6rem;
  }
}

.l-header__sp-logo {
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

.l-header__sp-logo-main {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}

.l-header__sp-logo-sub {
  font-size: 1.8rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
}

.hamburger__bar {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #333333;
}

.hamburger-menu {
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    overflow-y: auto;
  }
  .hamburger-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(151deg, rgba(135, 206, 235, 0.2) 1.12%, rgba(255, 182, 193, 0.2) 50.56%, rgba(144, 238, 144, 0.2) 100%);
    pointer-events: none;
  }
}

.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu__inner {
  position: relative;
  z-index: 1;
  padding: 7.2rem 1.6rem 4rem;
}

.hamburger-menu__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-menu__close-bar {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background: #333333;
}

.hamburger-menu__close-bar:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger-menu__close-bar:nth-child(2) {
  transform: rotate(-45deg);
}

.hamburger-menu__logo {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #333333;
}

.hamburger-menu__logo-main {
  font-size: 2rem;
  line-height: 2.5rem;
}

.hamburger-menu__logo-sub {
  font-size: 1.6rem;
  line-height: 2rem;
}

.hamburger-menu__lead {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
}

.hamburger-menu__nav {
  margin-top: 3.2rem;
}

.hamburger-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.hamburger-menu__listLink {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
}

.hamburger-menu__contact {
  margin-top: 5.5rem;
}

.hamburger-menu__contact-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #333333;
}

.hamburger-menu__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  color: #333333;
}

.hamburger-menu__tel-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.hamburger-menu__tel-num {
  font-size: 1.4rem;
  line-height: 2rem;
}

.l-footer {
  padding: 4.8rem 1.6rem 0;
  background: linear-gradient(166.24deg, rgba(135, 206, 235, 0.2) 0%, rgba(255, 182, 193, 0.2) 50%, rgba(144, 238, 144, 0.2) 100%);
}

.l-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
  }
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
}

.l-footer__logo {
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}
@media (max-width: 767px) {
  .l-footer__logo {
    flex-direction: row;
    gap: 0.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
  }
}

.l-footer__logo-main {
  font-size: 2.6rem;
  line-height: 2.5rem;
}
@media (max-width: 767px) {
  .l-footer__logo-main {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.l-footer__logo-sub {
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .l-footer__logo-sub {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.l-footer__lead {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #666666;
}

.l-footer__lead-sp {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__nav {
    justify-content: flex-start;
  }
}

.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.l-footer__link {
  display: block;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #333333;
  transition: opacity 0.3s;
}
.l-footer__link::before {
  content: "▸";
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.l-footer__contact-title {
  font-size: 2rem;
  line-height: 2.7rem;
  color: #333333;
}
@media (max-width: 767px) {
  .l-footer__contact-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
  }
}

.l-footer__contact-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #333333;
  transition: opacity 0.3s;
}
.l-footer__contact-link:hover {
  opacity: 0.7;
}

.l-footer__contact-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.l-footer__sns {
  display: block;
  width: 2.9rem;
  margin-top: 1.6rem;
}

.l-footer__sns-icon {
  width: 100%;
  height: auto;
}

.l-copyright {
  margin-top: 3.2rem;
  padding: 2.5rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
}

@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;
  }
}

.page-about {
  background: #FFFFFF;
}

.page-about-body {
  padding: 6.4rem 0 8rem;
}
@media (max-width: 767px) {
  .page-about-body {
    padding: 4rem 0 5rem;
  }
}

.page-about-body__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}
@media (max-width: 767px) {
  .page-about-body__inner {
    padding: 0 2rem;
  }
}

.page-about-intro__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .page-about-intro__top {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.page-about-intro__text {
  flex: 1;
  min-width: 0;
}

.page-about-intro__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-about-intro__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-about-intro__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .page-about-intro__desc {
    margin-top: 1.6rem;
  }
}

.page-about-intro__desc-p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-about-intro__desc-p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.page-about-intro__figure {
  flex-shrink: 0;
  width: 58.4rem;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-about-intro__figure {
    width: 100%;
  }
}

.page-about-intro__img {
  display: block;
  width: 100%;
  height: 38.4rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-about-intro__img {
    height: auto;
    aspect-ratio: 584/384;
  }
}

.page-about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-about-cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}

.page-about-card {
  padding: 2.4rem;
  border-radius: 1rem;
  background: linear-gradient(157.38deg, #FDF2F8 0%, #FFF7ED 100%);
}
@media (max-width: 767px) {
  .page-about-card {
    padding: 2rem;
  }
}

.page-about-card__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-about-card__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.page-about-card__text {
  margin-top: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-about-card__text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.page-about-cta {
  margin-top: 6.4rem;
  padding: 4.8rem 4.8rem 5.5rem;
  border-radius: 1rem;
  text-align: center;
  background: linear-gradient(162.99deg, #FFEDD4 0%, #FCE7F3 100%);
}
@media (max-width: 767px) {
  .page-about-cta {
    margin-top: 4rem;
    padding: 3.2rem 2rem 3.6rem;
  }
}

.page-about-cta__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-about-cta__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-about-cta__text {
  max-width: 76.8rem;
  margin: 1.6rem auto 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-about-cta__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.page-about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32.9rem;
  height: 6rem;
  margin-top: 4rem;
  padding: 0 2.4rem;
  border-radius: 9999px;
  background: #FB64B6;
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .page-about-cta__btn {
    min-width: 0;
    width: 100%;
    max-width: 32.9rem;
    height: 5.2rem;
    margin-top: 2.8rem;
    font-size: 1.6rem;
  }
}
.page-about-cta__btn:hover {
  opacity: 0.85;
}

.page-about-privacy {
  padding: 5rem 12.8rem;
  background: #FEF5F2;
}
@media (max-width: 767px) {
  .page-about-privacy {
    padding: 4rem 2rem;
    scroll-margin-top: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-about-privacy {
    scroll-margin-top: 9rem;
  }
}

.page-about-privacy__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 6rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .page-about-privacy__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.page-about-privacy__inner {
  max-width: 128rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .page-about-privacy__inner {
    margin-top: 3rem;
  }
}

.page-recruit {
  background: #FFFFFF;
}

.page-recruit-body__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 6.4rem 2rem 8rem;
}
@media (max-width: 767px) {
  .page-recruit-body__inner {
    padding: 4rem 2rem 5rem;
  }
}

.page-recruit-intro {
  max-width: 76.8rem;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #364153;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit-intro {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.page-recruit-features {
  max-width: 121.6rem;
  margin: 4.8rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .page-recruit-features {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }
}

.page-recruit-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-recruit-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #FCE7F3 0%, #FFE4E6 100%);
  color: #F6339A;
}
@media (max-width: 767px) {
  .page-recruit-features__icon {
    width: 5rem;
    height: 5rem;
  }
}
.page-recruit-features__icon svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 767px) {
  .page-recruit-features__icon svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.page-recruit-features__heading {
  margin-top: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-recruit-features__heading {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.page-recruit-features__text {
  margin-top: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
}

.page-recruit-highlight {
  max-width: 121.6rem;
  margin: 6.4rem auto 0;
  padding: 3.2rem;
  border-radius: 1rem;
  background: linear-gradient(170.84deg, #FB64B6 0%, #FF637E 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit-highlight {
    margin-top: 4rem;
    padding: 2.4rem 2rem;
  }
}

.page-recruit-highlight__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-recruit-highlight__title {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}

.page-recruit-highlight__text {
  margin-top: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-recruit-highlight__text {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.page-recruit-jobs {
  max-width: 100rem;
  margin: 6.4rem auto 0;
}
@media (max-width: 767px) {
  .page-recruit-jobs {
    margin-top: 4rem;
  }
}

.page-recruit-jobs__title {
  margin-bottom: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #101828;
  text-align: center;
}
@media (max-width: 767px) {
  .page-recruit-jobs__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.page-recruit-table {
  overflow: hidden;
  border: 0.1rem solid #E5E7EB;
  border-radius: 1rem;
  background: #FFFFFF;
}

.page-recruit-table__head {
  padding: 1.6rem 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FB64B6 0%, #FF637E 100%);
}
@media (max-width: 767px) {
  .page-recruit-table__head {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.page-recruit-table__body {
  width: 100%;
  border-collapse: collapse;
}

.page-recruit-table__row {
  border-bottom: 0.1rem solid #E5E7EB;
}
.page-recruit-table__row:nth-child(even) {
  background: #F9FAFB;
}
.page-recruit-table__row:last-child {
  border-bottom: none;
}

.page-recruit-table__th {
  width: 31rem;
  padding: 1.4rem 1.6rem 1.4rem 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #101828;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-recruit-table__th {
    width: 9.5rem;
    padding: 1.2rem 1rem 1.2rem 1.6rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}

.page-recruit-table__td {
  padding: 1.4rem 2.4rem 1.4rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #364153;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-recruit-table__td {
    padding: 1.2rem 1.6rem 1.2rem 0;
    font-size: 1.4rem;
  }
}

.page-recruit-table__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
}

.page-recruit-table__li {
  line-height: 2.4rem;
}

.page-partner {
  background: #fff;
}
.page-partner .btn-more {
  min-width: 25rem;
  background: #2B7FFF;
}

.page-partner-intro {
  padding: 6.4rem 0 7rem;
}
@media (max-width: 767px) {
  .page-partner-intro {
    padding: 4rem 0 4.4rem;
  }
}

.page-partner-intro__inner {
  width: 100%;
  max-width: 125.6rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-partner-intro__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #101828;
  text-align: center;
}
@media (max-width: 767px) {
  .page-partner-intro__title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-partner-intro__lead {
  margin-top: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #364153;
  text-align: center;
}
@media (max-width: 767px) {
  .page-partner-intro__lead {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

.page-partner-intro__cards {
  display: flex;
  gap: 4.8rem;
  margin-top: 5.8rem;
}
@media (max-width: 767px) {
  .page-partner-intro__cards {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.2rem;
  }
}

.page-partner-intro__card {
  flex: 1 1 0;
  min-width: 0;
  padding: 2.5rem;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.page-partner-intro__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-partner-intro__card-title {
    font-size: 1.6rem;
  }
}

.page-partner-intro__card-text {
  margin-top: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
}

.page-partner-intro__banner {
  margin-top: 4.8rem;
  padding: 3.2rem;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-partner-intro__banner {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
  }
}

.page-partner-intro__banner-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #101828;
  text-align: center;
}
@media (max-width: 767px) {
  .page-partner-intro__banner-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.page-partner-flow {
  padding: 6.4rem 0 8rem;
  background: #F5F9FC;
}
@media (max-width: 767px) {
  .page-partner-flow {
    padding: 4rem 0 5rem;
  }
}

.page-partner-flow__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-partner-flow__head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #4A77A4;
  text-align: center;
}
@media (max-width: 767px) {
  .page-partner-flow__head {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-partner-flow__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .page-partner-flow__timeline {
    gap: 3.2rem;
    margin-top: 4rem;
  }
}

.page-partner-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4.8rem 1fr;
  column-gap: 4.6rem;
  align-items: start;
}
@media (max-width: 767px) {
  .page-partner-flow__step {
    grid-template-columns: 4rem 1fr;
    column-gap: 1.6rem;
  }
}
.page-partner-flow__step::before {
  content: "";
  position: absolute;
  top: 3.4rem;
  bottom: -10.6rem;
  left: 50%;
  width: 0.4rem;
  transform: translateX(-50%);
  background: rgba(123, 164, 203, 0.3);
}
@media (max-width: 767px) {
  .page-partner-flow__step::before {
    bottom: -5.6rem;
    left: 2rem;
    transform: none;
  }
}
.page-partner-flow__step:last-child::before {
  content: none;
}

.page-partner-flow__num {
  grid-row: 1;
  grid-column: 2;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 3.4rem;
  border: 0.4rem solid #F5F9FC;
  border-radius: 50%;
  background: #7BA4CB;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-partner-flow__num {
    grid-column: 1;
    justify-self: center;
    margin-top: 0;
  }
}

.page-partner-flow__num--goal {
  background: #FB64B6;
  box-shadow: 0 0 0.75rem rgba(244, 114, 182, 0.5);
}

.page-partner-flow__body {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .page-partner-flow__body {
    grid-column: 2;
  }
}

.page-partner-flow__step--right .page-partner-flow__body {
  grid-column: 3;
}
@media (max-width: 767px) {
  .page-partner-flow__step--right .page-partner-flow__body {
    grid-column: 2;
  }
}

.page-partner-flow__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #4A77A4;
  text-align: right;
}
@media (max-width: 767px) {
  .page-partner-flow__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
}

.page-partner-flow__step--right .page-partner-flow__title {
  text-align: left;
}

.page-partner-flow__title--goal {
  color: #FB64B6;
}

.page-partner-flow__card {
  padding: 1.5rem 1.6rem;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  background: #FFFFFF;
  box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.page-partner-flow__card--goal {
  border-color: #FCE7F3;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.page-partner-flow__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.275rem;
  color: #4A5565;
}

.page-partner-flow__icon {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 3.4rem;
}
@media (max-width: 767px) {
  .page-partner-flow__icon {
    display: none;
  }
}

.page-partner-flow__step--right .page-partner-flow__icon {
  grid-column: 1;
  justify-content: flex-end;
}

.page-partner-flow__icon-svg {
  width: 4.8rem;
  height: 4.8rem;
  color: #99A1AF;
  opacity: 0.2;
}

.page-partner-flow__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .page-partner-flow__cta-wrap {
    margin-top: 4rem;
  }
}

.page-access {
  background: #fff;
}

.page-access__body {
  padding: 6.4rem 0 10.4rem;
}
@media (max-width: 767px) {
  .page-access__body {
    padding: 4rem 0 6rem;
  }
}

.page-access__inner {
  max-width: 125.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .page-access__inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.page-access__col {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .page-access__col {
    gap: 2rem;
  }
}

.page-access__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-access__heading {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.page-access__card {
  padding: 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .page-access__card {
    padding: 2rem;
  }
}

.page-access__card--green {
  background: linear-gradient(156deg, #F0FDF4 0%, #ECFDF5 100%);
}

.page-access__card--gray {
  background: #F9FAFB;
}

.page-access__card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-access__card-title {
    font-size: 1.8rem;
  }
}

.page-access__card-title--sm {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .page-access__card-title--sm {
    font-size: 1.6rem;
  }
}

.page-access__info {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.page-access__row {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.page-access__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.4rem;
  color: #5CBE5C;
}
.page-access__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-access__row-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-access__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-access__text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.page-access__mail {
  color: #364153;
  text-decoration: none;
}
.page-access__mail:hover {
  text-decoration: underline;
}

.page-access__row-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-access__row-label {
    font-size: 1.4rem;
  }
}

.page-access__row-desc {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #364153;
}

.page-access__map {
  border-radius: 1rem;
  overflow: hidden;
}

.page-access__map-frame {
  display: block;
  width: 100%;
  aspect-ratio: 584/384;
  border: 0;
}
@media (max-width: 767px) {
  .page-access__map-frame {
    aspect-ratio: 4/3;
  }
}

.page-care-room {
  background: #fff;
}

.page-care-room__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
  max-width: 117.6rem;
  margin: 0 auto;
  padding: 6.4rem 2rem 8rem;
}
@media (max-width: 767px) {
  .page-care-room__inner {
    gap: 4rem;
    padding: 4rem 2rem 5rem;
  }
}

.page-care-room__block {
  overflow: hidden;
  border: 1px solid #E5E7EB;
  background: #fff;
}

.page-care-room__block--alert {
  border-color: #FF6467;
}

.page-care-room__head {
  padding: 1.2rem 1.6rem;
  background: #00BBA7;
  text-align: center;
}

.page-care-room__head--alert {
  background: #FF6467;
}

.page-care-room__head-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-care-room__head-text {
    font-size: 2rem;
  }
}

.page-care-room__body {
  padding: 3.2rem;
}
@media (max-width: 767px) {
  .page-care-room__body {
    padding: 2rem;
  }
}

.page-care-room__body--intro {
  background: #F0FDFA;
}

.page-care-room__body--flush {
  padding: 0;
}

.page-care-room__em {
  color: #E7000B;
}

.page-care-room__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1E2939;
  text-align: center;
}
@media (max-width: 767px) {
  .page-care-room__lead {
    font-size: 1.4rem;
  }
}

.page-care-room__table {
  width: 100%;
  border-collapse: collapse;
}

.page-care-room__table-th {
  width: 27.7rem;
  padding: 1.6rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #101828;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-care-room__table-th {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem;
    text-align: left;
  }
}

.page-care-room__table-td {
  padding: 1.4rem 2.4rem;
  border-bottom: 1px solid #E5E7EB;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #364153;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .page-care-room__table-td {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem 1.6rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.page-care-room__table tr:last-child .page-care-room__table-th,
.page-care-room__table tr:last-child .page-care-room__table-td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .page-care-room__table,
  .page-care-room__table tbody,
  .page-care-room__table tr {
    display: block;
  }
  .page-care-room__table tr:last-child .page-care-room__table-th {
    border-bottom: 1px solid #E5E7EB;
  }
}
.page-care-room__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.page-care-room__list--alert {
  gap: 1.6rem;
}

.page-care-room__list-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.page-care-room__list-mark {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #009689;
}

.page-care-room__list-mark--alert {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #E7000B;
}

.page-care-room__list-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__list-text {
    font-size: 1.4rem;
  }
}

.page-care-room__list-text--alert {
  line-height: 2.6rem;
  color: #1E2939;
}

.page-care-room__note {
  margin-top: 2.4rem;
  padding-top: 1.7rem;
  border-top: 1px solid #E5E7EB;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
}

.page-care-room__org {
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__org {
    font-size: 1.4rem;
  }
}

.page-care-room__doc-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid #96F7E4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #00786F;
}
@media (max-width: 767px) {
  .page-care-room__doc-title {
    font-size: 1.6rem;
  }
}

.page-care-room__doc-box {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  margin-top: 3.2rem;
  padding: 2.6rem;
  background: #F0FDFA;
  border: 2px solid #96F7E4;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .page-care-room__doc-box {
    padding: 2rem 1.6rem;
  }
}

.page-care-room__doc-icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.4rem;
}

.page-care-room__doc-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page-care-room__doc-heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #101828;
}

.page-care-room__doc-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.page-care-room__doc-link {
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #155DFC;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-care-room__doc-link {
    font-size: 1.4rem;
  }
}

.page-care-room__doc-link:hover {
  text-decoration: underline;
}

.page-care-room__flow {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.page-care-room__flow-step {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .page-care-room__flow-step {
    gap: 1.2rem;
  }
}

.page-care-room__flow-num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #00BBA7;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-care-room__flow-num {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
  }
}

.page-care-room__flow-body {
  flex: 1;
  min-width: 0;
}

.page-care-room__flow-heading {
  margin-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-care-room__flow-heading {
    font-size: 1.8rem;
  }
}

.page-care-room__flow-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__flow-text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.page-care-room__flow-text + .page-care-room__flow-text {
  margin-top: 1.6rem;
}

.page-care-room__flow-text.page-care-room__em {
  color: #E7000B;
}

.page-care-room__flow-box {
  margin: 1.6rem 0;
  padding: 1.6rem 2.4rem;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .page-care-room__flow-box {
    padding: 1.2rem 1.6rem;
  }
}

.page-care-room__flow-box-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-care-room__flow-box-text {
    font-size: 1.4rem;
  }
}

.page-care-room__faq-item {
  padding: 2.4rem;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .page-care-room__faq-item {
    padding: 2rem;
  }
}

.page-care-room__faq-item:last-child {
  border-bottom: none;
}

.page-care-room__faq-q {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.page-care-room__faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.6rem;
  height: 2.8rem;
  margin-left: auto;
}
.page-care-room__faq-icon::before, .page-care-room__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background: #00BBA7;
  transition: transform 0.3s;
}
.page-care-room__faq-icon::before {
  transform: translateY(-50%);
}
.page-care-room__faq-icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.page-care-room__faq-item.is-open .page-care-room__faq-icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.page-care-room__faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.page-care-room__faq-item.is-open .page-care-room__faq-answer {
  grid-template-rows: 1fr;
}

.page-care-room__faq-answer-inner {
  overflow: hidden;
  min-height: 0;
}

.page-care-room__faq-q-label {
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #00786F;
}
@media (max-width: 767px) {
  .page-care-room__faq-q-label {
    font-size: 1.6rem;
  }
}

.page-care-room__faq-q-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #00786F;
}
@media (max-width: 767px) {
  .page-care-room__faq-q-text {
    font-size: 1.6rem;
  }
}

.page-care-room__faq-a {
  padding-top: 1.2rem;
  padding-left: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__faq-a {
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
}

.page-care-room__faq-a-label {
  margin-right: 0.4rem;
  color: #009689;
}

.page-care-room__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3.4rem;
  border: 2px solid #00BBA7;
  border-radius: 1rem;
  background: linear-gradient(162deg, #EFF6FF 0%, #ECFEFF 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .page-care-room__contact {
    padding: 2.4rem 2rem;
  }
}

.page-care-room__contact-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #101828;
}
@media (max-width: 767px) {
  .page-care-room__contact-title {
    font-size: 2rem;
  }
}

.page-care-room__contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page-care-room__contact-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__contact-name {
    font-size: 1.6rem;
  }
}

.page-care-room__contact-line {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .page-care-room__contact-line {
    font-size: 1.6rem;
  }
}

.page-care-room__contact-note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
}

.page-care-room__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32.9rem;
  height: 6rem;
  padding: 0 2.4rem;
  border-radius: 5rem;
  background: #FB64B6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .page-care-room__contact-btn {
    min-width: 0;
    width: 100%;
    height: 5.4rem;
    font-size: 1.6rem;
  }
}

.page-care-room__contact-btn:hover {
  opacity: 0.8;
}

.index-mv {
  position: relative;
  width: 100%;
  height: 86.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index-mv {
    height: 60rem;
  }
}

.index-mv__slider {
  width: 100%;
  height: 100%;
}

.index-mv__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
@media (max-width: 767px) {
  .index-mv__overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}

.index-mv__copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  pointer-events: none;
}

.index-mv__catch {
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 8rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index-mv__catch {
    font-size: 3.6rem;
    line-height: 4.5rem;
    white-space: normal;
    max-width: 34.3rem;
  }
}

.index-about {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .index-about {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .index-about .index-heading__en {
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .index-about .index-heading__sub {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}

.index-about__lead {
  margin-top: 5.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .index-about__lead {
    margin-top: 2.6rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
  }
}

.index-about__button {
  margin-top: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-about__button {
    margin-top: 4.4rem;
  }
}

.index-partner {
  display: flex;
  min-height: 55rem;
  box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .index-partner {
    flex-direction: column;
    min-height: 0;
  }
}
.index-partner .btn-more {
  align-self: flex-start;
  background: #436DA2;
}

.index-partner__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  width: 50%;
  padding: 4rem 4rem 4rem 4.8rem;
  background: #6CB5D8;
}
@media (max-width: 767px) {
  .index-partner__panel {
    width: 100%;
    gap: 2.4rem;
    padding: 3rem 2rem 4rem;
  }
}

.index-partner__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-partner__title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.index-partner__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-partner__text {
    font-size: 1.6rem;
  }
}

.index-partner__visual {
  width: 50%;
}
@media (max-width: 767px) {
  .index-partner__visual {
    order: -1;
    width: 100%;
    aspect-ratio: 420/327;
  }
}

.index-partner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-care-room {
  display: flex;
  width: 100%;
  box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .index-care-room {
    flex-direction: column;
  }
}

.index-care-room__photo {
  width: 50%;
}
@media (max-width: 767px) {
  .index-care-room__photo {
    width: 100%;
    aspect-ratio: 420/314;
  }
}

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

.index-care-room__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 55rem;
  padding: 0 4rem 0 4.8rem;
  background: #FF6B81;
}
@media (max-width: 767px) {
  .index-care-room__panel {
    width: 100%;
    min-height: 0;
    padding: 2.5rem 2rem 4.2rem;
    justify-content: flex-start;
  }
}
.index-care-room__panel .btn-more {
  background: #B85969;
}

.index-care-room__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-care-room__title {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.04em;
  }
}

.index-care-room__text {
  margin-top: 4rem;
  max-width: 68rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-care-room__text {
    margin-top: 2.4rem;
    max-width: none;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.index-care-room__button {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .index-care-room__button {
    margin-top: 6rem;
  }
}

.index-recruit {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .index-recruit {
    padding: 4rem 0;
  }
}
.index-recruit .index-heading__en {
  line-height: 4rem;
  color: #FFB84D;
}
.index-recruit .btn-more {
  min-width: 12.9rem;
  background: #FFB84D;
  color: #333333;
}

.index-recruit__inner {
  max-width: 109.6rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.index-recruit__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.2rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .index-recruit__content {
    flex-direction: column;
    gap: 1.8rem;
    margin-top: 4rem;
  }
}

.index-recruit__image {
  width: 51.2rem;
  flex-shrink: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .index-recruit__image {
    width: 100%;
    border-radius: 1rem;
  }
}
.index-recruit__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 512/300;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .index-recruit__image img {
    aspect-ratio: 388/320;
  }
}

.index-recruit__textarea {
  width: 51.2rem;
}
@media (max-width: 767px) {
  .index-recruit__textarea {
    width: 100%;
  }
}

.index-recruit__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
}
@media (max-width: 767px) {
  .index-recruit__text {
    line-height: 2.6rem;
  }
}

.index-recruit__text + .index-recruit__text {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .index-recruit__text + .index-recruit__text {
    margin-top: 2.6rem;
  }
}

.index-recruit__button {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-recruit__button {
    margin-top: 3rem;
    text-align: left;
  }
}

.index-access {
  padding: 6.9rem 0;
}
@media (max-width: 767px) {
  .index-access {
    padding: 6.4rem 0;
  }
}
.index-access .index-heading__en {
  color: #5CBE5C;
  line-height: 4rem;
}
@media (max-width: 767px) {
  .index-access .index-heading__en {
    line-height: 3.6rem;
  }
}

.index-access__inner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .index-access__inner {
    gap: 1.6rem;
  }
}

.index-access__map {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 1rem 1.5rem -0.3rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem -0.4rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .index-access__map {
    border-radius: 1rem;
  }
}

.index-access__map-frame {
  display: block;
  width: 100%;
  aspect-ratio: 1240/450;
  border: 0;
}
@media (max-width: 767px) {
  .index-access__map-frame {
    aspect-ratio: 388/256;
  }
}

.index-access__info-area {
  text-align: center;
}

.index-access__info {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
}

.index-access__note {
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.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: #FFFFFF;
}

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

.not-found__inner {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.not-found__code {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FB64B6;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #101828;
}
@media (max-width: 767px) {
  .not-found__lead {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .not-found__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.not-found__btn-area {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .not-found__btn-area {
    margin-top: 3.2rem;
  }
}

.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;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.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;
}
@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;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.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;
}
@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 {
  font-size: 2rem;
  line-height: 2;
}
.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;
  }
}
@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;
  }
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 15.6rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  border-radius: 9999px;
  background: #FF6B81;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .btn-more {
    min-width: 13rem;
    height: 4rem;
    padding: 0 1.6rem;
  }
}
.btn-more:hover {
  opacity: 0.8;
}

.btn-more__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn-more__text {
    font-size: 1.4rem;
  }
}

.btn-more__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .btn-more__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.index-heading {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.index-heading__en {
  display: block;
  font-size: 5rem;
  line-height: 6rem;
  color: #333333;
}
@media (max-width: 767px) {
  .index-heading__en {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.index-heading__sub {
  display: block;
  font-size: 3.6rem;
  line-height: 6rem;
  color: #FF6B81;
}
@media (max-width: 767px) {
  .index-heading__sub {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

.pastel-bg {
  position: relative;
  z-index: 0;
}
.pastel-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/top/bg-colorful.webp) center top/100% auto no-repeat;
  pointer-events: none;
}

.page-title {
  padding: 6.4rem 12.8rem;
  background: linear-gradient(172.29deg, #FCE7F3 0%, #FFF1F2 100%);
}
@media (max-width: 767px) {
  .page-title {
    padding: 4rem 2rem;
  }
}

.page-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  min-height: 8rem;
  padding: 0 3.2rem;
}
@media (max-width: 767px) {
  .page-title__inner {
    gap: 1rem;
    min-height: 0;
    padding: 0;
  }
}

.page-title__main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #101828;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title__main {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.page-title__lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #364153;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title__lead {
    font-size: 1.4rem;
  }
}

.contact-form-section {
  max-width: 100rem;
  margin: 6.4rem auto 0;
  padding: 3.3rem;
  border: 0.1rem solid #E5E7EB;
  border-radius: 1rem;
  background: #FFFFFF;
  scroll-margin-top: 2rem;
}
@media (max-width: 767px) {
  .contact-form-section {
    margin-top: 4rem;
    padding: 2.4rem 1.6rem;
    scroll-margin-top: 9rem;
  }
}

.contact-form-section__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #101828;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form-section__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.contact-form .wpcf7-form {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-form {
    margin-top: 2.4rem;
  }
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}

.contact-form__field--full {
  grid-column: 1/-1;
}

.contact-form__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #364153;
}

.contact-form__req {
  margin-left: 0.4rem;
  color: #FB2C36;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form input[type=number],
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 1.2rem;
  border: 1px solid #D1D5DC;
  border-radius: 1rem;
  background: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  transition: border-color 0.2s;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form input[type=number],
.contact-form select {
  height: 4.2rem;
}

.contact-form input[type=date] {
  min-height: 4.2rem;
}

.contact-form input[type=date]::-webkit-date-and-time-value {
  width: 100%;
  margin: 0;
  text-align: left;
}

.contact-form textarea {
  height: 16.2rem;
  padding: 0.8rem 1.6rem;
  line-height: 2.4rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #FB64B6;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(10, 10, 10, 0.5);
}

.contact-form select {
  padding-right: 3.6rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236A7282' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.2rem 0.8rem;
}

.contact-form__note {
  margin-top: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4A5565;
}
@media (max-width: 767px) {
  .contact-form__note {
    font-size: 1.3rem;
  }
}

.contact-form__note-link {
  color: #FB64B6;
  text-decoration: underline;
}
.contact-form__note-link:hover {
  opacity: 0.8;
}

.contact-form__submit {
  margin-top: 2.4rem;
  text-align: center;
}

.contact-form__submit input[type=submit],
.contact-form__submit button[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  width: 38.5rem;
  max-width: 100%;
  height: 4.8rem;
  border: none;
  border-radius: 9999px;
  background: #FB64B6;
  color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.contact-form__submit input[type=submit]:hover,
.contact-form__submit button[type=submit]:hover {
  opacity: 0.85;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}

.contact-form .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;
  line-height: 2.2rem;
}

.contact-form .wpcf7-form p {
  margin: 0;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  .modal {
    padding: 2rem 1.6rem;
  }
}

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

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

.modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90rem;
  max-height: 100%;
  border-radius: 1rem;
  background: #FFFFFF;
  overflow: hidden;
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 2rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.modal__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 1.6rem;
  }
}

.modal__close {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.modal__close-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background: #333333;
}

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

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

.modal__body {
  flex: 1;
  min-height: 0;
  padding: 2.4rem 3.2rem 3.2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .modal__body {
    padding: 2rem 1.6rem 2.4rem;
  }
}

.pdf-modal__viewer {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #F9FAFB;
}

.pdf-modal__frame {
  flex: 1;
  width: 100%;
  min-height: 50rem;
  border: 0;
}
@media (max-width: 767px) {
  .pdf-modal__frame {
    min-height: 30rem;
  }
}

.pdf-modal__note {
  padding: 1.2rem 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
  text-align: center;
}
@media (max-width: 767px) {
  .pdf-modal__note {
    font-size: 1.3rem;
  }
}

.pdf-modal__foot {
  display: flex;
  justify-content: center;
  padding: 1.6rem 2rem;
  border-top: 0.1rem solid #E5E7EB;
}

.pdf-modal__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 24rem;
  height: 4.8rem;
  padding: 0 2.4rem;
  border-radius: 9999px;
  background: #FB64B6;
  color: #FFFFFF;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .pdf-modal__download {
    min-width: 0;
    width: 100%;
    height: 4.4rem;
  }
}
.pdf-modal__download:hover {
  opacity: 0.85;
}

.pdf-modal__download-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.pdf-modal__download-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .pdf-modal__download-text {
    font-size: 1.4rem;
  }
}

.privacy-policy__intro {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .privacy-policy__intro {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.privacy-policy__block {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .privacy-policy__block {
    margin-top: 2.4rem;
  }
}

.privacy-policy__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #101828;
}
@media (max-width: 767px) {
  .privacy-policy__heading {
    font-size: 1.6rem;
  }
}

.privacy-policy__body {
  margin-top: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .privacy-policy__body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.privacy-policy__list {
  margin-top: 0.8rem;
  padding-left: 2rem;
  list-style: disc;
}

.privacy-policy__list-item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #364153;
}
@media (max-width: 767px) {
  .privacy-policy__list-item {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

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