@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: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  color: #5D6671;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 5.4rem;
  }
}

body.is-fixed {
  overflow: hidden;
}

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

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

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

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

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

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

/* =========================================================
   ヘッダー（FV上のオーバーレイ）
========================================================= */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 8rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .l-header {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    padding: 0 1.6rem;
    background: transparent;
  }
}

/* メインビジュアルを過ぎたら白背景に切り替え（SP・PC共通でトリガー、見た目は各々で指定） */
@media (min-width: 768px) {
  .l-header.is-active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .l-header.is-active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

/* PC：メインビジュアルを過ぎたらヘッダー内テキスト・装飾をブルーに切り替え */
@media (min-width: 768px) {
  .l-header.is-active .l-header__mark {
    filter: none;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__name-ja {
    color: #3E6EB4;
    text-shadow: none;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__name-en {
    color: #3E6EB4;
    text-shadow: none;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__address {
    filter: none;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__address-bar {
    background: #3E6EB4;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__address-text {
    color: #3E6EB4;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__tel {
    border-color: #3E6EB4;
    color: #3E6EB4;
    text-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .l-header.is-active .l-header__insta img {
    filter: brightness(0.42);
  }
}

.l-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 4rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1rem 0;
  }
}

.l-header__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.l-header__logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__logo {
    gap: 0.8rem;
  }
}

.l-header__mark {
  width: 5.6rem;
  height: auto;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.35));
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__mark {
    width: 4rem;
  }
}

.l-header__name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.l-header__name-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__name-ja {
    font-size: 2rem;
    color: #385A7F;
    text-shadow: none;
  }
}

.l-header__name-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__name-en {
    font-size: 1rem;
    color: #385A7F;
    text-shadow: none;
  }
}

.l-header__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 3.6rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__badge {
    width: auto;
    height: auto;
    padding: 0.2rem 0.6rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    text-align: center;
  }
}

/* メインビジュアルを過ぎたらバッジを切り替え（PC=ブルー、SP=ネイビー） */
@media (min-width: 768px) {
  .l-header.is-active .l-header__badge {
    border-color: #3E6EB4;
    color: #3E6EB4;
    text-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .l-header.is-active .l-header__badge {
    border-color: #385A7F;
    color: #385A7F;
    text-shadow: none;
    box-shadow: none;
  }
}

.l-header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 6rem;
}

.l-header__address {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.6));
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__address {
    display: none;
  }
}

.l-header__address-pin {
  width: 1.5rem;
  height: auto;
  flex-shrink: 0;
}

.l-header__address-bar {
  width: 1px;
  height: 4rem;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.l-header__address-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.l-header__tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  height: 6rem;
  padding: 1.8rem 3rem 2rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__tel {
    display: none;
  }
}

.l-header__tel-label {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.l-header__tel-num {
  font-size: 2rem;
}

.l-header__insta {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-header__insta {
    display: none;
  }
}
.l-header__insta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
  transition: filter 0.3s ease;
}

/* ハンバーガーボタン */
.l-header__hamburger {
  position: relative;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  background: #385A7F;
  border: none;
  cursor: pointer;
  z-index: 10010;
}
@media (max-width: 767px) {
  .l-header__hamburger {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 50%;
  width: 2.8rem;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__hamburger span {
    width: 2.2rem;
  }
}
.l-header__hamburger span:nth-child(1) {
  top: calc(50% - 0.8rem);
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
}
.l-header__hamburger span:nth-child(3) {
  top: calc(50% + 0.8rem);
}
.l-header__hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =========================================================
   グローバルナビ（ハンバーガーメニュー）
========================================================= */
.gnav {
  position: fixed;
  inset: 0;
  z-index: 9990;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.gnav.is-open {
  visibility: visible;
  opacity: 1;
}

.gnav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}

.gnav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 51rem;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
  padding: 16rem 5rem 4rem 7rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.gnav.is-open .gnav__panel {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .gnav__panel {
    width: 100%;
    padding: 9rem 2.4rem 4rem;
  }
}

.gnav__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  list-style: none;
}
@media (max-width: 767px) {
  .gnav__list {
    gap: 3rem;
  }
}

.gnav__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #5D6671;
  text-decoration: none;
}
.gnav__link::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1rem solid #6E9FC0;
}
.gnav__link:hover {
  opacity: 0.6;
}

/* =========================================================
   フッター
========================================================= */
.l-footer {
  position: relative;
  background: url("../img/top/official-bg.webp") no-repeat center center/cover;
}
.l-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(52, 62, 72, 0.72);
  z-index: 0;
}

.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 136rem;
  margin: 0 auto;
  padding: 8rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 4rem;
    padding: 5rem 2rem;
  }
}

.l-footer__info {
  flex-shrink: 0;
  width: 56rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}

/* ロゴ（ヘッダーと同じ：マスコット＋丸ゴシック院名・白） */
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
}

.l-footer__logo-mark {
  width: 6rem;
  height: auto;
  flex-shrink: 0;
}

.l-footer__logo-name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.l-footer__logo-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.l-footer__logo-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}

.l-footer__address {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.l-footer__address-pin {
  width: 1.5rem;
  height: auto;
  flex-shrink: 0;
}

.l-footer__address-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 26rem;
  height: 6rem;
  border: 2px solid #fff;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  text-decoration: none;
}

.l-footer__tel-label {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.l-footer__tel-num {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer__tel-num {
    font-size: 1.6rem;
  }
}

/* OFFICIAL SITE バナー */
.l-footer__official {
  position: relative;
  display: block;
  width: 40rem;
  max-width: 100%;
  height: 18rem;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__official {
    width: 90%;
    margin: 0 auto;
  }
}
.l-footer__official::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
  background-repeat: no-repeat;
  background-size: 5rem 1px, 1px 5rem, 5rem 1px, 1px 5rem;
  background-position: left 0 top 1.5rem, left 1.5rem top 0, right 0 bottom 1.5rem, right 1.5rem bottom 0;
}

.l-footer__official-overlay {
  position: absolute;
  inset: 0;
  background: rgba(80, 97, 109, 0.5);
}

.l-footer__official-inner {
  position: absolute;
  top: 50%;
  left: 8.5rem;
  transform: translateY(-50%);
  z-index: 1;
  width: 22.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .l-footer__official-inner {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-footer__official-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  text-align: center;
}

.l-footer__official-logo-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.l-footer__official-logo-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.l-footer__official-band {
  width: 100%;
  padding: 0.5rem 0 0.3rem;
  background: #A3CAE9;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2;
}

/* 診療時間表（白ボックス） */
.l-footer__hours {
  width: 56rem;
  max-width: 100%;
  background: #fff;
  padding: 3rem 2rem 2.4rem;
}
@media (max-width: 767px) {
  .l-footer__hours {
    padding: 1rem;
  }
}

.l-footer__hours-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
  color: #5D6671;
}
.l-footer__hours-table th,
.l-footer__hours-table td {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 0.2rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table th,
  .l-footer__hours-table td {
    font-size: 1.4rem;
    padding: 0.8rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .l-footer__hours-table th {
    font-size: 1rem;
  }
}
.l-footer__hours-table tbody tr {
  border-top: 1px solid #d4dade;
}
.l-footer__hours-table .is-label {
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-footer__hours-table .is-label {
    font-size: 1rem;
  }
}
.l-footer__hours-table thead .is-label {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .l-footer__hours-table thead .is-label {
    font-size: 1rem;
  }
}
.l-footer__hours-table .is-note {
  color: #5D6671;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-footer__hours-table .is-note {
    font-size: 1.4rem;
  }
}

.l-footer__hours-text {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #5D6671;
}
@media (max-width: 767px) {
  .l-footer__hours-text {
    font-size: 1rem;
  }
}

/* 地図 */
.l-footer__map {
  flex-shrink: 0;
  width: 64rem;
  height: 64rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-footer__map {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-footer__map img,
.l-footer__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

/* コピーライト */
.l-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .l-copyright {
    font-size: 1.1rem;
    padding: 1.4rem 2rem;
  }
}

/* ページトップ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 9rem;
  width: 5rem;
  height: 5rem;
  background: #385A7F;
  border: none;
  cursor: pointer;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .to-top {
    width: 4.2rem;
    height: 4.2rem;
    bottom: 8.5rem;
  }
}

/* =========================================================
   ページ下部に追従するアクションバー（アクセス／TEL／Instagram）
   メインビジュアルを過ぎたら背景にグレーを敷く（.is-active）
========================================================= */
.float-actions {
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: transparent;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .float-actions {
    display: none;
  }
}

.float-actions.is-active {
  background: rgba(172, 172, 172, 0.92);
}

.float-actions__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* アクセス（グレーボックス＋白ピン＋白文字） */
.float-actions__access {
  gap: 1rem;
  width: 13rem;
  height: 4.5rem;
  padding: 1rem 3rem;
  background: #acacac;
}
@media (max-width: 767px) {
  .float-actions__access {
    width: auto;
    padding: 1rem 2rem;
  }
}

.float-actions__pin {
  width: 1.1rem;
  height: auto;
  flex-shrink: 0;
}

.float-actions__access-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}

/* TEL.（ライトブルー） */
.float-actions__tel {
  width: 8rem;
  height: 4.5rem;
  background: #A3CAE9;
}
@media (max-width: 767px) {
  .float-actions__tel {
    width: 6rem;
  }
}

.float-actions__tel-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

/* Instagram（ボタンより少し背が高い） */
.float-actions__insta {
  width: 5.4rem;
  height: auto;
}

.float-actions__insta-img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   SP用 下固定追従バー（白背景・アクセス / TEL / Instagram）
   全ページ共通。PCでは非表示（PCは .float-actions のまま）
========================================================= */
.sp-float-actions {
  display: none;
}
@media (max-width: 767px) {
  .sp-float-actions {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 950;
    width: 100%;
    background: #fff;
    box-shadow: 0 -0.2rem 0.8rem rgba(0, 0, 0, 0.12);
  }
}

.sp-float-action {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 5.4rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  color: #5D6671;
  text-decoration: none;
  border-right: 1px solid #e0e4e7;
}
.sp-float-action:last-child {
  border-right: none;
}
.sp-float-action img {
  width: auto;
  height: 2.2rem;
  filter: brightness(0.42);
}

.sp-float-action-tel {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

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

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

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

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

/* =========================================================
   トップページ共通
========================================================= */
.index {
  background: #fff;
  overflow-x: hidden;
}

/* ---------- 共通セクションタイトル ----------
   左右に三角形（疑似要素）／英字の左右にボーダー（疑似要素）
-------------------------------------------------- */
.sec-title {
  position: relative;
  width: 100%;
  min-height: 20.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .sec-title {
    min-height: 7rem;
    margin-bottom: 3rem;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22.22%;
  height: 18rem;
  background: #97a0a8;
}
@media (max-width: 767px) {
  .sec-title::before, .sec-title::after {
    width: 20%;
    height: 4rem;
  }
}
.sec-title::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sec-title::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.sec-title__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.sec-title__en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #8B9399 0%, #E8ECEF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec-title__en {
    font-size: 3.4rem;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.sec-title__en::before, .sec-title__en::after {
  content: "";
  flex: 1 1 0;
  width: 54rem;
  height: 1px;
  background: #5D6671;
}
@media (max-width: 767px) {
  .sec-title__en::before, .sec-title__en::after {
    width: 12rem;
  }
}

.sec-title__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #5D6671;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-title__ja {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

/* TROUBLE専用の見出し：SPはグレー背景・明色テキスト・濃いグレーの三角（PCは標準の白見出しのまま） */
@media (max-width: 767px) {
  .sec-title--trouble {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .sec-title--trouble::before, .sec-title--trouble::after {
    background: #7d868c;
  }
}

@media (max-width: 767px) {
  .sec-title--trouble .sec-title__en {
    background: linear-gradient(180deg, #8b9399 0%, #e8ecef 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
@media (max-width: 767px) {
  .sec-title--trouble .sec-title__en::before, .sec-title--trouble .sec-title__en::after {
    background: #5D6671;
  }
}

@media (max-width: 767px) {
  .sec-title--trouble .sec-title__ja {
    color: #fff;
  }
}

/* =========================================================
   FV（スライダー）
========================================================= */
.fv {
  position: relative;
  width: 100%;
  height: 68rem;
  padding: 2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .fv {
    height: auto;
    padding: 1rem;
  }
}

.fv__slider {
  position: absolute;
  inset: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv__slider {
    position: relative;
    inset: auto;
    width: 100%;
    height: 71rem;
  }
}

.fv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.fv__slide.is-active {
  opacity: 1;
}

/* SP：メインビジュアルを縦長のSP用写真に差し替え
   （PCはインラインstyleの mv1/2/3.webp のまま。インライン指定を上書きするため !important） */
@media (max-width: 767px) {
  .fv__slide--1 {
    background-image: url("../img/top/mv1-sp.webp") !important;
  }
}

@media (max-width: 767px) {
  .fv__slide--2 {
    background-image: url("../img/top/mv2-sp.webp") !important;
  }
}

@media (max-width: 767px) {
  .fv__slide--3 {
    background-image: url("../img/top/mv3-sp.webp") !important;
  }
}

.fv__catch {
  position: absolute;
  top: 50%;
  left: 46%;
  width: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .fv__catch {
    top: 50%;
    left: auto;
    right: 2rem;
    width: auto;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.fv__catch-main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fv__catch-main {
    writing-mode: vertical-rl;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.fv__catch-sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fv__catch-sub {
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 7.4rem;
  }
}

.fv__catch-band {
  width: 100%;
  padding: 1rem;
  background: #6E9FC0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fv__catch-band {
    writing-mode: vertical-rl;
    width: auto;
    padding: 1rem 0.6rem;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

.fv__badges {
  position: absolute;
  left: 3rem;
  bottom: 5rem;
  display: flex;
  gap: 1rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .fv__badges {
    left: 50%;
    bottom: 3rem;
    transform: translateX(-50%);
  }
}

.fv__badge {
  position: relative;
  width: 16rem;
  height: 16rem;
  background: url("../img/top/badge-bg.svg") center/contain no-repeat;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .fv__badge {
    width: 11rem;
    height: 11rem;
    font-size: 1.6rem;
  }
}

.fv__badge-lg {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .fv__badge-lg {
    font-size: 1.9rem;
  }
}

/* =========================================================
   TROUBLE
========================================================= */
@media (max-width: 767px) {
  .trouble {
    background: linear-gradient(270deg, #B7C2C4 22.73%, #949792 49.92%, #9EA8A9 99.89%);
    margin-top: 1rem;
  }
}

.trouble__body {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .trouble__body {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}

.trouble__photo {
  width: 100%;
}
.trouble__photo picture {
  display: block;
}
.trouble__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .trouble__photo {
    order: 2;
    position: relative;
    margin: 0;
    background: transparent;
  }
}

.trouble__list {
  position: absolute;
  top: 5%;
  right: 0;
  width: 62%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .trouble__list {
    order: 1;
    position: static;
    transform: none;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 2rem;
    margin: 1.5rem 0 2rem;
  }
}

.trouble__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 24rem;
  padding: 3rem 2rem;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .trouble__card {
    min-height: 13.5rem;
    gap: 0.3rem;
    padding: 1.6rem 1.1rem;
  }
}
.trouble__card::before, .trouble__card::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-image: linear-gradient(#9aa3ab, #9aa3ab), linear-gradient(#9aa3ab, #9aa3ab);
  background-repeat: no-repeat;
  background-size: 5rem 1px, 1px 5rem;
}
@media (max-width: 767px) {
  .trouble__card::before, .trouble__card::after {
    width: 3rem;
    height: 3rem;
    background-size: 3rem 1px, 1px 3rem;
  }
}
.trouble__card::before {
  top: 0;
  left: 0;
  background-position: 0 1.5rem, 1.5rem 0;
}
@media (max-width: 767px) {
  .trouble__card::before {
    background-position: 0 0.9rem, 0.9rem 0;
  }
}
.trouble__card::after {
  right: 0;
  bottom: 0;
  background-position: right 0 bottom 1.5rem, right 1.5rem bottom 0;
}
@media (max-width: 767px) {
  .trouble__card::after {
    background-position: right 0 bottom 0.9rem, right 0.9rem bottom 0;
  }
}

.trouble__num {
  font-family: "Cinzel", serif;
  font-size: 5.4rem;
  line-height: 1;
  color: #8aa0b8;
}
@media (max-width: 767px) {
  .trouble__num {
    font-size: 2.7rem;
    line-height: 1.2;
    color: #6E9FC0;
  }
}

.trouble__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #5D6671;
}
@media (max-width: 767px) {
  .trouble__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.trouble__message {
  position: relative;
  z-index: 0;
  margin-top: -16%;
  padding: 20% 2rem 8%;
  background: #385a7f;
  overflow: hidden;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .trouble__message {
    font-size: 1.6rem;
    margin-top: -8.8%;
    padding: 4rem 2rem;
  }
}
.trouble__message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../img/top/trouble-blue.webp") no-repeat left center/cover;
  mix-blend-mode: color-burn;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 767px) {
  .trouble__message::before {
    background-size: 100% 100%;
  }
}
.trouble__message .strong {
  font-size: 4.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .trouble__message .strong {
    font-size: 2.4rem;
  }
}

/* =========================================================
   FLOW
========================================================= */
.flow {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .flow {
    margin-top: 4rem;
  }
}

.flow__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .flow__step {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
  }
}
.flow__step:nth-child(odd) {
  background: #e8ecef;
}
.flow__step:nth-child(even) {
  background: #fff;
}
.flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 4rem solid #e8ecef;
  z-index: 2;
}
@media (max-width: 767px) {
  .flow__step:not(:last-child)::after {
    border-left-width: 2.8rem;
    border-right-width: 2.8rem;
    border-top-width: 2rem;
  }
}
.flow__step:nth-child(even):not(:last-child)::after {
  border-top-color: #fff;
}

.flow__text-area {
  flex: 1;
  max-width: 64rem;
}

.flow__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #5D6671;
}

.flow__num {
  font-family: "Cinzel", serif;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #5D6671;
}
@media (max-width: 767px) {
  .flow__num {
    font-size: 3.8rem;
  }
}

.flow__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #5D6671;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 2.2rem;
  }
}

.flow__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5D6671;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 1.4rem;
  }
}

.flow__image {
  width: 40rem;
  height: 28rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .flow__image {
    width: 100%;
    height: auto;
    aspect-ratio: 400/280;
  }
}
.flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   BLUE RADICAL
========================================================= */
@media (max-width: 767px) {
  .blueradical .br-intro {
    flex-direction: column-reverse;
  }
}

.br-intro,
.br-app {
  display: flex;
  align-items: center;
  gap: 6rem;
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .br-intro,
  .br-app {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2rem;
  }
}

.br-intro__text-area,
.br-app__text-area {
  flex: 1;
}

.br-intro__title,
.br-app__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  line-height: 1.5;
  color: #5D6671;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .br-intro__title,
  .br-app__title {
    font-size: 1.8rem;
  }
}

.br-intro__text,
.br-app__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .br-intro__text,
  .br-app__text {
    font-size: 1.3rem;
  }
}

.br-intro__image,
.br-app__image {
  width: 56rem;
  height: 40rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .br-intro__image,
  .br-app__image {
    width: 100%;
    height: auto;
    aspect-ratio: 560/400;
  }
}
.br-intro__image img,
.br-app__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 認定・TV見出しバナー（リボン装飾） */
.br-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
  width: 128rem;
  max-width: 100%;
  margin: 7rem auto 0;
  padding: 6rem 2rem;
  border: 1px solid #5d6671;
}
@media (max-width: 767px) {
  .br-banner {
    width: 90%;
    margin: 4rem auto 0;
    gap: 2.4rem;
    padding: 4rem 1.5rem;
  }
}

.br-banner__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96rem;
  max-width: 100%;
  min-height: 7.5rem;
  margin: 0 auto;
  padding: 1.5rem 13rem;
  background: #8b9399;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .br-banner__title {
    min-height: 6rem;
    padding: 1.2rem 7.5rem;
    font-size: 1.9rem;
  }
}

.br-banner__left,
.br-banner__right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10.8rem;
}
@media (max-width: 767px) {
  .br-banner__left,
  .br-banner__right {
    width: 7rem;
  }
}

.br-banner__left {
  left: 0;
}

.br-banner__right {
  right: 0;
}

.br-banner__left::before,
.br-banner__left::after,
.br-banner__right::before,
.br-banner__right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(84, 92, 98, 0.8);
}

.br-banner__left::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.br-banner__left::after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.br-banner__right::before {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.br-banner__right::after {
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.br-banner__text {
  width: 96rem;
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5D6671;
  text-align: left;
}
@media (max-width: 767px) {
  .br-banner__text {
    font-size: 1.4rem;
  }
}

.br-banner__text--center {
  text-align: center;
}

.br-banner__movie {
  position: relative;
  display: block;
  width: 96rem;
  max-width: 100%;
  aspect-ratio: 960/530;
}

.br-banner__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* =========================================================
   DIFFERENCE
========================================================= */
.difference {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .difference {
    margin-top: 4rem;
  }
}

.difference__cards {
  display: flex;
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .difference__cards {
    flex-direction: column;
    padding: 0 2rem;
  }
}

.diff-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
}
@media (max-width: 767px) {
  .diff-card {
    gap: 1.5rem;
    padding: 2.4rem;
  }
}

.diff-card--conventional {
  background: #e8ecef;
}

.diff-card--blueradical {
  background: #e7f4fe;
}

.diff-card__image {
  width: 100%;
  aspect-ratio: 560/380;
  background: #fff;
}
.diff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.diff-card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #5d6671;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  color: #5D6671;
}
@media (max-width: 767px) {
  .diff-card__title {
    font-size: 2.2rem;
  }
}

.diff-card__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5D6671;
}
@media (max-width: 767px) {
  .diff-card__text {
    font-size: 1.4rem;
  }
}

.difference__lead {
  display: block;
  margin: 5rem auto 0;
  width: fit-content;
  padding: 1rem 1rem 2rem;
  border-bottom: 3px solid #6E9FC0;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #5D6671;
  text-align: center;
}
@media (max-width: 767px) {
  .difference__lead {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

/* =========================================================
   MERIT
========================================================= */
.merit {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .merit {
    margin-top: 4rem;
  }
}

.merit__item {
  display: flex;
  align-items: stretch;
  gap: 6rem;
  max-width: 144rem;
  margin: 0 auto;
  padding: 5rem 6rem;
}
@media (max-width: 767px) {
  .merit__item {
    flex-direction: column-reverse;
    gap: 5rem;
    padding: 1rem 2rem;
  }
}
.merit__item--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .merit__item--rev {
    flex-direction: column-reverse;
  }
}

.merit__text-area {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #5d6671;
  padding: 7rem 4rem 5rem;
  text-align: center;
  transform: translateY(4rem);
}
@media (max-width: 767px) {
  .merit__text-area {
    padding: 6rem 2rem 3rem;
    transform: translateY(0);
  }
}

.merit__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 4rem;
  background: #fff;
  font-family: "Cinzel", serif;
  font-size: 9.6rem;
  line-height: 1;
  color: #5D6671;
}
@media (max-width: 767px) {
  .merit__num {
    font-size: 6rem;
    padding: 0 2rem;
  }
}
.merit__num span {
  color: #6E9FC0;
}

.merit__title {
  width: 100%;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #5d6671;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #5D6671;
}
@media (max-width: 767px) {
  .merit__title {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.merit__text {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5D6671;
  text-align: left;
}
@media (max-width: 767px) {
  .merit__text {
    font-size: 1.4rem;
  }
}

.merit__image {
  width: 64rem;
  height: 48rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .merit__image {
    width: 100%;
    height: auto;
    aspect-ratio: 680/480;
  }
}
.merit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   CAUTION
========================================================= */
.caution {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .caution {
    margin-top: 4rem;
  }
}

.caution__box {
  position: relative;
  max-width: 128rem;
  margin: 4rem auto 8rem;
  padding: 0 8rem 6rem;
  background: #f2f2f2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .caution__box {
    margin: 3rem 1.5rem 6rem;
    padding: 0 2rem 4rem;
  }
}
.caution__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #e3e3e3;
  clip-path: polygon(0 0, 100% 0, 100% 36.7%, 50% 82.1%, 0 36.7%);
}
.caution__box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#9aa3ab, #9aa3ab), linear-gradient(#9aa3ab, #9aa3ab), linear-gradient(#9aa3ab, #9aa3ab), linear-gradient(#9aa3ab, #9aa3ab);
  background-repeat: no-repeat;
  background-size: 5rem 1px, 1px 5rem, 5rem 1px, 1px 5rem;
  background-position: left 0 top 1.5rem, left 1.5rem top 0, right 0 bottom 1.5rem, right 1.5rem bottom 0;
}
@media (max-width: 767px) {
  .caution__box::after {
    display: none;
  }
}

.caution__head {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  padding: 2rem;
  background: #6E9FC0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .caution__head {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }
}

.caution__cols {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .caution__cols {
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
  }
}

.caution__col {
  flex: 1;
  list-style: none;
}

.caution__item {
  position: relative;
  padding: 2rem 0 2rem 3rem;
  border-bottom: 1px solid #5d6671;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5D6671;
}
@media (max-width: 767px) {
  .caution__item {
    font-size: 1.5rem;
  }
}
.caution__item::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/icon-check.svg") no-repeat center center/contain;
}

.caution__sub {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #5D6671;
}
@media (max-width: 767px) {
  .caution__sub {
    font-size: 1.4rem;
  }
}

/* =========================================================
   SIDE EFFECTS
========================================================= */
.sideeffects {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .sideeffects {
    margin-top: 4rem;
  }
}

.sideeffects__bg {
  position: relative;
  margin-top: 1rem;
  padding: 6rem 8rem;
  background: url("../img/top/sideeffects-bg.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sideeffects__bg {
    padding: 4rem 2rem;
  }
}
.sideeffects__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 40, 0.35);
}

.sideeffects__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sideeffects__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.sideeffects__card {
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sideeffects__card {
    font-size: 1.4rem;
    padding: 2rem;
  }
}

/* =========================================================
   MESSAGE
========================================================= */
.message {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .message {
    margin-top: 4rem;
  }
}

.message__body {
  display: flex;
  align-items: center;
  gap: 6rem;
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .message__body {
    flex-direction: column-reverse;
    gap: 2.4rem;
    padding: 0 2rem;
  }
}

.message__text-area {
  flex: 1;
}

.message__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 1.4rem;
  }
}

.message__image {
  width: 56rem;
  height: 35.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
    height: auto;
    aspect-ratio: 560/352;
  }
}
.message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   POLICY
========================================================= */
.policy {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .policy {
    margin-top: 4rem;
  }
}

.policy__body {
  position: relative;
  margin-top: 1rem;
  padding: 9rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .policy__body {
    padding: 5rem 2rem;
  }
}
.policy__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.42);
}

.policy__text {
  position: relative;
  z-index: 1;
  max-width: 78rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.1;
  color: #5D6671;
  text-align: center;
}
@media (max-width: 767px) {
  .policy__text {
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: left;
  }
}

/* =========================================================
   CANCELLATION POLICY
========================================================= */
.cancellation {
  position: relative;
  z-index: 0;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .cancellation {
    margin-top: 4rem;
    padding-bottom: 5rem;
  }
}
.cancellation .sec-title {
  background: transparent;
}
@media (max-width: 767px) {
  .cancellation .sec-title__en {
    text-align: center;
  }
}

.cancellation__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 112rem;
  min-height: 50rem;
  margin: 4rem auto 0;
  padding: 4rem;
  background: #fff;
  border: 1px solid #5d6671;
}
@media (max-width: 767px) {
  .cancellation__box {
    min-height: 0;
    margin: 3rem 1.5rem 0;
    padding: 3rem 2rem;
  }
}
.cancellation__box::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/top/cta-bg.webp") center center/cover;
}
@media (max-width: 767px) {
  .cancellation__box::before {
    top: 1.5rem;
    left: 1.5rem;
  }
}

.cancellation__text {
  width: 72rem;
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.6;
  color: #5D6671;
  text-align: center;
}
@media (max-width: 767px) {
  .cancellation__text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
}

/* =========================================================
   CONTACT バナー（template-parts/cta-contact）
========================================================= */
.cta {
  position: relative;
  margin-top: 8rem;
  padding: 4rem 0 6rem;
  background: #d7d7d7;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta {
    margin: 2rem auto 4rem;
    padding: 3rem 0 4rem;
  }
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/cta-bg.webp") no-repeat center center/cover;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.cta__inner {
  position: relative;
  z-index: 1;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .cta__inner {
    padding: 0 1.5rem;
  }
}

.cta__head {
  position: relative;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta__head {
    height: 7rem;
  }
}

.cta__title-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.4em;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cta__title-en {
    font-size: 4rem;
    letter-spacing: 0.25em;
  }
}

.cta__title-ja {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  color: #5D6671;
}
@media (max-width: 767px) {
  .cta__title-ja {
    font-size: 1.8rem;
  }
}

.cta__panel {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding: 4rem;
  background: #fff;
}
@media (max-width: 767px) {
  .cta__panel {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
    padding: 2.4rem 2rem;
  }
}

.cta__panel-left {
  flex: 1;
}

.cta__label {
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  padding: 1rem;
  background: #385A7F;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.cta__label + .cta__label {
  margin-top: 2.4rem;
}

.cta__reception {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #5D6671;
}
@media (max-width: 767px) {
  .cta__reception {
    font-size: 1.6rem;
    text-align: center;
  }
}

.cta__reception-note {
  margin: 1rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #5D6671;
}
@media (max-width: 767px) {
  .cta__reception-note {
    font-size: 1.3rem;
  }
}

.cta__notes {
  list-style: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #5D6671;
}
@media (max-width: 767px) {
  .cta__notes {
    font-size: 1.3rem;
  }
}
.cta__notes li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.cta__notes li::before {
  content: "・";
}

.cta__panel-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 56rem;
  min-height: 23rem;
  max-width: 100%;
  padding: 4rem 2rem;
  margin-top: 2rem;
  background: #6E9FC0;
}
@media (max-width: 767px) {
  .cta__panel-right {
    width: 100%;
    min-height: 11rem;
    padding: 2rem 1.5rem;
  }
}

.cta__table {
  width: 100%;
  flex: 1;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.cta__table th, .cta__table td {
  width: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 0.2rem;
}
@media (max-width: 767px) {
  .cta__table th, .cta__table td {
    font-size: 1.4rem;
    padding: 0.8rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .cta__table th {
    font-size: 1rem;
  }
}
.cta__table tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.cta__table .is-label {
  width: 13rem;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cta__table .is-label {
    width: 7.5rem;
    font-size: 1rem;
  }
}
.cta__table .is-note {
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .cta__table .is-note {
    font-size: 1.4rem;
  }
}

.cta__gray {
  margin-top: 2rem;
  padding: 4rem 2rem;
  background: #8b9399;
}
@media (max-width: 767px) {
  .cta__gray {
    margin-top: 1.5rem;
    padding: 3rem 1.5rem;
  }
}

.cta__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 3rem 8rem;
  background: #fff;
}
@media (max-width: 767px) {
  .cta__contact {
    padding: 2.4rem 2rem;
    gap: 1.5rem;
  }
}

.cta__contact-label {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  color: #5D6671;
}
@media (max-width: 767px) {
  .cta__contact-label {
    font-size: 1.8rem;
  }
}

.cta__contact-line {
  width: 40rem;
  max-width: 100%;
  height: 1px;
  background: #c3ccd2;
}

.cta__contact-tel {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #5D6671;
  text-decoration: none;
}

.cta__contact-tel-label {
  font-size: 2.4rem;
}

.cta__contact-tel-num {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .cta__contact-tel-num {
    font-size: 2.4rem;
  }
}

.page-404 {
  background: #fff;
}

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

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

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

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

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

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

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

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