﻿/*!
foundation > base
------------------------------
*/
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}

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

@media (prefers-reduced-motion: reduce) {

  *,
  ::before,
  ::after,
  ::backdrop {
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    view-transition-name: none !important;
  }
}

:where(:root) {
  --is-support-lh: initial;
  --is-support-not-lh: ;
  --leading-trim: var(--is-support-lh, calc((1em - 1lh) / 2)) var(--is-support-not-lh, 0px);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "BIZ UDPGothic", meiryo, sans-serif;
  font-style: unset;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-spacing-trim: trim-start;
  word-break: initial;
  line-break: strict;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

:where(:lang(en)) {
  --leading-trim: var(--is-support-lh, calc((1cap - 1lh) / 2)) var(--is-support-not-lh, 0px);
}

@supports not (top: 1lh) {
  :where(:root) {
    --is-support-lh: ;
    --is-support-not-lh: initial;
  }
}

:where(body) {
  min-block-size: 100svb;
  margin: unset;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin-block: unset;
  font-size: unset;
}

:where(search) {
  display: block flow;
}

:where(p, blockquote, figure, pre, address, ul, ol, dl) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

:where(address):where(:lang(ja)) {
  font-style: unset;
}

:where(ul, ol) {
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: 700;
}

:where(dd) {
  margin-inline-start: unset;
}

:where(hr) {
  border-block-start-width: 1px;
}

:where(pre) {
  tab-size: 2;
}

:where(b, strong) {
  font-weight: 700;
}

:where(em):where(:lang(ja)) {
  font-weight: 700;
}

:where(i, cite, em, dfn, var):where(:lang(ja)) {
  font-style: unset;
}

:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  font-size: unset;
}

:where(cite, dfn)::before {
  content: var(--_quotation-start, "“");
}

:where(cite, dfn)::after {
  content: var(--_quotation-end, "”");
}

:where(cite, dfn):where(:lang(ja)) {
  --_quotation-start: "「";
  --_quotation-end: "」";
}

:where(var) {
  font-family: serif;
}

@supports (text-decoration-color: color-mix(in sRGB, Mark, transparent)) {
  :where(mark) {
    background-color: unset;
    color: unset;
    text-decoration-line: underline;
    text-decoration-color: color-mix(in sRGB, Mark, transparent 50%);
    text-decoration-thickness: 0.4em;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
  }
}

:where(:any-link) {
  background-color: unset;
  color: unset;
  text-decoration-line: none;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.25em;
}

:where(ins) {
  text-decoration-style: dashed;
  text-underline-offset: 0.4em;
}

:where(del) {
  text-decoration-style: double;
}

:where(img, video, canvas, audio, iframe, embed, object) {
  display: block flow;
  vertical-align: middle;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  vertical-align: middle;
}

:where(table) {
  border-collapse: collapse;
}

:where(caption) {
  text-align: start;
}

:where(td, th) {
  padding: unset;
  vertical-align: top;
}

:where(th) {
  font-weight: 700;
  text-align: start;
}

:where(button, input, select, textarea),
::file-selector-button {
  padding: unset;
  border-width: 1px;
  border-color: transparent;
  border-radius: unset;
  background-color: unset;
  color: unset;
  font: unset;
  vertical-align: middle;
  letter-spacing: unset;
  text-align: unset;
  text-transform: unset;
}

:where([type="radio" i], [type="checkbox" i]) {
  margin: unset;
}

:where([type="file" i]) {
  cursor: unset;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(button),
::file-selector-button {
  inline-size: fit-content;
  touch-action: manipulation;
}

:where(button)::-moz-focus-inner {
  padding: unset;
}

:where(button, label[for], select, [role="tab"], [role="button"]),
::file-selector-button {
  cursor: pointer;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(fieldset) {
  margin-inline: unset;
  padding: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(optgroup) {
  font: unset;
}

::placeholder {
  opacity: unset;
}

:where(summary) {
  display: block flow;
  cursor: pointer;
}

::-webkit-details-marker {
  display: none;
}

:where(dialog) {
  overflow: unset;
  inline-size: unset;
  block-size: unset;
  max-inline-size: unset;
  max-block-size: unset;
  padding: unset;
  background-color: unset;
  color: unset;
}

:where([popover]) {
  overflow: unset;
  inline-size: unset;
  block-size: unset;
  padding: unset;
  background-color: unset;
  color: unset;
}

::backdrop {
  background-color: unset;
}

:where(:-moz-focusring) {
  outline: auto;
}

:where(:focus-visible) {
  outline-offset: 2px;
}

:where(:focus:not(:focus-visible)) {
  outline: none;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

:where(:disabled) {
  cursor: default;
}

[hidden]:not([hidden="until-found"]) {
  display: none !important;
}

:where(:any-link, :enabled, summary) {
  --is-hover-true: ;
  --is-hover-false: initial;
}

:where(:where(:any-link, :enabled, summary):focus-visible) {
  --is-hover-true: initial;
  --is-hover-false: ;
}

@media (any-hover: hover) {
  :where(:where(:any-link, :enabled, summary):hover) {
    --is-hover-true: initial;
    --is-hover-false: ;
  }
}

.leading-trim::before,
.leading-trim::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}

.leading-trim::before {
  margin-block-end: var(--leading-trim);
}

.leading-trim::after {
  margin-block-start: var(--leading-trim);
}

.visually-hidden {
  position: fixed !important;
  inset: 0 !important;
  contain: strict !important;
  display: block flow !important;
  visibility: visible !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

ol,
ul {
  list-style-type: none;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1420px;
  --width-content-l: 1630px;
}

@font-face {
  font-family: "Noto Sans JP L";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP R";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP M";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP SB";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Platypi L";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Platypi-Light.ttf") format("truetype");
}

.en-Platypi {
  font-family: "Platypi L", serif;
  font-weight: 300;
  font-style: normal;
}

:root {
  --font-family-base: "Noto Sans JP R", sans-serif;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  overflow-x: hidden;
  -webkit-appearance: none;
  font-size: 62.5%;
}

main {
  flex: 1;
}

/* .page {
  main {
    padding-top: 50px;
  }
}

@media (width >=769px) {
  .page {
    main {
      padding-top: 0px;
    }
  }
} */

body {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  overflow: unset;
}

a,
button {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

a::before,
a::after,
button::before,
button::after {
  transition: all 0.5s ease-in-out;
}

a:hover,
button:hover {
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}

a:hover::before,
a:hover::after,
button:hover::before,
button:hover::after {
  transition: all 0.5s ease-in-out;
}

input[type="submit"] {
  cursor: pointer;
}

section {
  padding: 45px 0;
}

@media (width >=769px) {
  section {
    padding: 70px 0;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
table,
th,
td,
span {
  font-weight: unset;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-reverse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (width >=769px) {
  .flex-reverse {
    flex-direction: row-reverse;
  }
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.sp-none {
  display: none;
}

@media (width >=769px) {
  .sp-none {
    display: block;
  }
}

.pc-none {
  display: block;
}

@media (width >=769px) {
  .pc-none {
    display: none;
  }
}

.fwb {
  font-weight: 600;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.bgMain {
  background: #b9ab9f;
}

.bgGray {
  background: #f7f7f7;
}

.bgPartsGray {
  background: #787878;
}

.fontWhite {
  color: #fff;
}

.fontGray {
  color: #5f5e5e;
}

.en-upper {
  text-transform: uppercase;
}

a:focus-visible,
button:focus-visible {
  outline: 1px solid blue;
}

.thumbnail span {
  display: block;
  padding-top: 67%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi {
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  line-height: 40px;
  text-align: center;
  width: min(11vw, 50px);
  height: min(11vw, 50px);
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 3px 1px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: min(11vw, 50px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease-in-out;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}

@media (width >=769px) {
  .header_inner {
    padding: 20px 40px;
  }
}

.header_logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 120px;
}

@media (width >=769px) {
  .header_logo {
    width: 150px;
  }
}

.header_logo-img {
  width: 120px;
  height: auto;
}

@media (width >=769px) {
  .header_logo-img {
    width: 150px;
  }
}

.header_logo-text {
  margin-left: 10px;
}

.header_logo-text .logo-main {
  display: block;
  color: #c41e3a;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (width >=769px) {
  .header_logo-text .logo-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.header_logo-text .logo-sub {
  display: block;
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media (width >=769px) {
  .header_logo-text .logo-sub {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.header_nav {
  display: none;
}

@media (width >=992px) {
  .header_nav {
    display: flex;
    align-items: center;
  }
}

.header_nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (width >=1200px) {
  .header_nav-list {
    gap: 35px;
  }
}

.header_nav-list-item a {
  display: block;
  color: #000;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.5s ease-in-out;
}

@media (width >=1200px) {
  .header_nav-list-item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header_nav-list-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c41e3a;
  transition: all 0.5s ease-in-out;
}

.header_nav-list-item a:hover {
  color: #c41e3a;
}

.header_nav-list-item a:hover::after {
  width: 100%;
}

.header_hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
}

@media (width >=992px) {
  .header_hamburger {
    display: none;
  }
}

.header_hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.header_hamburger span::before,
.header_hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.5s ease-in-out;
}

.header_hamburger span::before {
  top: -8px;
}

.header_hamburger span::after {
  bottom: -8px;
}

.header_hamburger.active span {
  background: transparent;
}

.header_hamburger.active span::before {
  transform: rotate(45deg);
  top: 0;
  background: #fff;
}

.header_hamburger.active span::after {
  transform: rotate(-45deg);
  bottom: 0;
  background: #fff;
}

.header_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.header_mobile.active {
  opacity: 1;
  visibility: visible;
}

.header_mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 20px;
}

.header_mobile-list {
  text-align: center;
}

.header_mobile-list-item {}

.header_mobile-list-item:last-child {
  margin-bottom: 0;
}

.header_mobile-list-item a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
}

.header_mobile-list-item a:hover {
  color: #c41e3a;
}

/*!
layout > footer
------------------------------
*/
.btnTop {
  display: block;
  width: fit-content;
  margin: auto;
  color: rgba(95, 94, 94, 0.6);
  font-size: 18px;
  line-height: 1.5;
  padding-top: 70px;
  position: relative;
  margin: 20px auto;
}

.btnTop::before {
  content: "";
  background: #c8c8c8;
  width: 2px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
}

.footer_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #444;
}

.footer_fixed-list-item {
  width: 25%;
  position: relative;
}

.footer_fixed-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1.4em;
  margin: auto;
  background: #fff;
}

.footer_fixed-list-item:last-of-type::before {
  display: none;
}

.footer_fixed-list-item>a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  padding: 10px 0;
}

.footer {
  padding: 0px 0 50px;
}

@media (width >=769px) {
  .footer {
    padding: 0px 0 0;
  }
}

.footer_inner-logo {
  width: min(38%, 240px);
  order: 1;
}

@media (width >=769px) {
  .footer_inner-logo {
    width: 240px;
    margin: auto;
    order: unset;
  }
}

.footer_inner-sns {
  column-gap: 45px;
  margin: 40px 0 30px;
  justify-content: flex-start;
  align-items: center;
  order: 4;
}

@media (width >=769px) {
  .footer_inner-sns {
    margin: 55px 0;
    justify-content: center;
    order: unset;
  }
}

.footer_inner-sns-instagram {
  display: block;
  width: 32px;
}

.footer_inner-sns-youtube {
  display: block;
  width: 120px;
}

.footer_inner-company {
  display: block;
  width: fit-content;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  order: 3;
}

@media (width >=769px) {
  .footer_inner-company {
    margin: 40px auto 0;
    order: unset;
  }
}

.footer_inner-company::before {
  content: "";
  background-image: url(../img/icon_company.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105%;
  margin: auto;
}

.footer_inner-address {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  order: 2;
}

@media (width >=769px) {
  .footer_inner-address {
    text-align: center;
    margin: 10px auto 30px;
    order: unset;
  }
}

.footer_inner-privacy {
  display: block;
  width: fit-content;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  padding: 0 1.5em;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  order: 5;
}

@media (width >=769px) {
  .footer_inner-privacy {
    margin: auto;
    order: unset;
  }
}

.footer_inner-list {
  justify-content: center;
  gap: 15px 5em;
}

.footer_inner-list-item {
  width: fit-content;
  position: relative;
}

.footer_inner-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5em;
  width: 1px;
  height: 90%;
  margin: auto;
  background: #fff;
}

.footer_inner-list-item:last-of-type::before {
  display: none;
}

.footer_inner-list-item>a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.footer_inner-copyright {
  margin-top: 20px;
}

@media (width >=769px) {
  .footer_inner-copyright {
    text-align: center;
  }
}

/*!
utility > utility
------------------------------
*/
/*!
component > title
------------------------------
*/
.pageTtl h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0 0 25px 0;
}

@media screen and (min-width: 769px) {
  .pageTtl h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 25px;
  }
}

.pageTtl_txt {
  font-size: clamp(50px, 6vw, 86px);
  line-height: 1.2;
}

.secTtl {
  letter-spacing: 0.15em;
  text-align: center;
}

@media (width >=769px) {
  .secTtl {
    text-align: left;
  }
}

.secTtl h2 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #000;
  position: relative;
  font-weight: 500;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 769px) {
  .secTtl h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 25px 0;
  }
}

.secTtl_en {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}

@media (width >=769px) {
  .secTtl_en {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.48;
    margin-bottom: 5px;
  }
}

.secTtl_ja {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (width >=769px) {
  .secTtl_ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*!
component > button
------------------------------
*/
.btnBox .btnBorder {
  padding: 15px 70px;
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  min-width: 250px;
  width: fit-content;
  margin: auto;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
}

@media (width >=769px) {
  .btnBox .btnBorder {
    padding: 25px 70px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btnBox .btnBorder:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.btnBox .btnArrow {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0 45px 0 0;
}

@media (width >=769px) {
  .btnBox .btnArrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btnBox .btnArrow::before {
  content: "";
  background-image: url(../img/icon_btnArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 11px;
  display: block;
}

.btnBox .btnArrow:hover::before {
  right: -10px;
}

.btnBox .btnMain {
  padding: 15px 70px;
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 250px;
  margin: auto;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
}

@media (width >=769px) {
  .btnBox .btnMain {
    padding: 0 45px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    width: fit-content;
    margin: 0 0 0 auto;
    text-align: unset;
    border: none;
    background: none;
  }
}

.btnBox .btnMain::before {
  content: "";
  background-image: url(../img/icon_btnArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 11px;
  display: none;
}

@media (width >=769px) {
  .btnBox .btnMain::before {
    display: block;
  }
}

.btnBox .btnMain:hover {
  background: #000;
  color: #fff;
}

@media (width >=769px) {
  .btnBox .btnMain:hover {
    background: none;
    color: #000;
  }

  .btnBox .btnMain:hover::before {
    right: -10px;
  }
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 90%;
  margin: 0 auto;
}

.l-container {
  max-width: var(--width-content);
}

.l-container-l {
  width: 90%;
  margin: 0 auto;
}

.l-container-l {
  max-width: var(--width-content-l);
}

.footer_main {
  background: #f6f0e0;
  padding: 60px 0;
}

@media (width >=769px) {
  .footer_main {
    padding: 80px 0;
  }
}

.footer_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (width >=769px) {
  .footer_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
  }
}

.footer_logo-area {
  flex-shrink: 0;
  width: 120px;
}

.footer_logo {
  display: block;
  text-decoration: none;
}

.footer_logo-text {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  color: #c41e3a;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

@media (width >=769px) {
  .footer_logo-text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.footer_logo-sub {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  letter-spacing: 0.05em;
}

.footer_nav {
  flex: 1;
}

.footer_nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (width >=576px) {
  .footer_nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >=769px) {
  .footer_nav-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
  }
}

.footer_nav-item a {
  display: inline-block;
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 15px;
}

@media (width >=769px) {}

.footer_nav-item a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.footer_nav-item a:hover {
  color: #c41e3a;
}

.footer_bottom {
  background: #c41e3a;
  padding: 15px 0;
}

.footer_bottom-inner {
  text-align: center;
}

.footer_bottom-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (width >=769px) {
  .footer_bottom-list {
    gap: 40px;
  }
}

.footer_bottom-item a {
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}

@media (width >=769px) {}

.footer_bottom-item a:hover {
  text-decoration: underline;
}

.footer_bottom-item:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin-left: 20px;
}

@media (width >=769px) {
  .footer_bottom-item:not(:last-child)::after {
    margin-left: 40px;
  }
}

.footer_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #c41e3a;
}

.footer_fixed-list {
  display: flex;
  justify-content: space-around;
}

.footer_fixed-list-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_fixed-list-item:last-child {
  border-right: none;
}

.footer_fixed-list-item a {
  display: block;
  padding: 15px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.btnBox {}

.final-cta {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

@media (width >=769px) {
  .final-cta {
    padding: 100px 0;
  }
}

.final-cta_inner {
  position: relative;
  display: flex;
  align-items: stretch;
}

.final-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: #f5f0e8;
  display: none;
}

@media (width >=992px) {
  .final-cta::before {
    display: block;
  }
}

.final-cta_content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

@media (width >=992px) {
  .final-cta_content {
    text-align: left;
    padding-left: 30%;
  }
}

.final-cta_title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #c41e3a;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media (width >=769px) {
  .final-cta_title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.final-cta_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (width >=992px) {
  .final-cta_dots {
    justify-content: flex-start;
    margin-left: 0;
  }
}

.final-cta_dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  opacity: 0.6;
}

.final-cta_text {
  margin-bottom: 40px;
}

.final-cta_text p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 5px;
}

@media (width >=769px) {
  .final-cta_text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.final-cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

@media (width >=769px) {
  .final-cta_buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

@media (width >=992px) {
  .final-cta_buttons {
    justify-content: flex-start;
  }
}

.final-cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  border: 1px solid #000;
  background: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.final-cta_btn span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  letter-spacing: 0.1em;
}

.final-cta_btn:hover {
  background: #000;
}

.final-cta_btn:hover span {
  color: #fff;
}

/* ========================================
   無料カウンセリングセクション
   ======================================== */
.counseling {
  padding: 60px 0 0;
  background: #faf8f5;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../img/top/cv_bg.jpg) no-repeat;
  background-position: top;
  background-size: cover;
}

@media (width >=769px) {
  .counseling {
    padding: 80px 0 40px;
  }
}

/* 背景装飾 */
.counseling::before {
  display: none;
}

.counseling::after {
  display: none;
}

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

.counseling_content {
  width: 90% !important;
  background: rgba(255, 255, 255, .8);
  border-radius: 16px;
  padding: 40px 10px !important;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(139, 26, 45, 0.08);
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

@media (width >=769px) {
  .counseling_content {
    padding: 70px 60px !important;
    border-radius: 30px;
  }
}

/* 装飾（必要であれば） */
.counseling_decoration {
  display: none;
}

.counseling_title {
  font-size: clamp(18px, 4vw, 26px);
  color: #8b1a2d;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (width >=769px) {
  .counseling_title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}

.counseling_dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 25px 0 35px;
  flex-wrap: wrap;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.counseling_dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  box-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.counseling_text {
  max-width: 600px;
  margin: 0 auto;
}

.counseling_text p {
  font-size: 1.4rem;
  color: #555;
  line-height: 2.2;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.counseling_text p:first-child {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
}

@media (width >=769px) {
  .counseling_text p {
    font-size: 1.6rem;
  }

  .counseling_text p:first-child {
    font-size: 1.8rem;
  }
}

/* ボタンエリア */
.counseling_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 50px 20px 60px;
  margin-top: 0px;
  border-radius: 0 0 20px 20px;
}

@media (width >=769px) {
  .counseling_buttons {
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    padding: 60px 40px 80px;
    margin-top: 0px;
    border-radius: 0 0 30px 30px;
  }
}

.counseling_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  padding: 18px 25px;
  background: #fff;
  border: 2px solid #c41e3a;
  color: #c41e3a;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}

@media (width >=769px) {
  .counseling_btn {
    max-width: 300px;
    padding: 20px 30px;
    font-size: 1.6rem;
  }
}

/* ボタンホバーエフェクト */
.counseling_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.counseling_btn:hover::before {
  left: 100%;
}

.counseling_btn span {
  position: relative;
  z-index: 1;
  font-size: 14px;
}

@media (width >=769px) {
  .counseling_btn span {
    font-size: 16px;
  }
}

.counseling_btn:hover {
  background: #8b1a2d;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 26, 45, 0.3);
}

/* LINEボタン（緑） */
.counseling_btn:nth-child(1) {
  background: #06c755;
  border-color: #06c755;
  color: #fff;
}

.counseling_btn:nth-child(1):hover {
  background: #05b04c;
  border-color: #05b04c;
  box-shadow: 0 8px 25px rgba(6, 199, 85, 0.35);
}

/* メインCTAボタン（中央・最も目立つ） */
.counseling_btn:nth-child(2) {
  background: linear-gradient(135deg, #8b1a2d 0%, #a82035 100%);
  border: none;
  color: #fff;
  box-shadow: 0 8px 28px rgba(139, 26, 45, 0.35);
  transform: scale(1.05);
  padding: 22px 35px;
}

@media (width >=769px) {
  .counseling_btn:nth-child(2) {
    max-width: 340px;
    padding: 24px 40px;
    font-size: 1.8rem;
  }
}

.counseling_btn:nth-child(2):hover {
  background: linear-gradient(135deg, #6d1424 0%, #8b1a2d 100%);
  transform: scale(1.07) translateY(-3px);
  box-shadow: 0 12px 38px rgba(139, 26, 45, 0.45);
}

/* 電話ボタン */
.counseling_btn:nth-child(3) {
  background: #fff;
  border: 2px solid #333;
  color: #333;
}

.counseling_btn:nth-child(3):hover {
  background: #333;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  margin: 70px auto 0;
}

@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin: 130px auto 0;
  }
}

.breadcrumbs span {
  font-size: 1.2rem;
}

.adjacent-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-block: 40px;
}

.adjacent-nav__link {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  padding: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
    border-color 0.15s ease;
  background: #fff;
}

.adjacent-nav__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-color: #ddd;
}

.adjacent-nav__link--prev {
  justify-self: start;
}

.adjacent-nav__link--next {
  justify-self: end;
}

.adjacent-nav__thumb {
  position: relative;
}

.adjacent-nav__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #f3f4f6;
}

.adjacent-nav__meta {
  min-width: 0;
}

.adjacent-nav__label {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #374151;
  background: #fafafa;
  margin-bottom: 8px;
}

.adjacent-nav__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .adjacent-nav {
    grid-template-columns: 1fr;
  }

  .adjacent-nav__link {
    grid-template-columns: 110px 1fr;
    padding: 12px;
  }

  .adjacent-nav__title {
    font-size: 15px;
  }
}

.btnArea {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .btnArea {
    width: 40%;
  }
}

.btnArea .btn {
  position: relative;
  color: #fff;
  background: var(--Btn);
  padding: 10px 0;
  border-radius: 20px;
  width: 80%;
  display: block;
  max-width: 580px;
  text-align: center;
  transition: 0.3s;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .btnArea .btn {
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.btnArea .btn:hover {
  opacity: 0.7;
}

.btnArea .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.secTtl h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  display: block;
}

@media (width >=769px) {
  .secTtl h2 span {}
}

/****************************
CTA Button Common Styles
*****************************/
.cta_btn_mod {
  display: inline-block;
  padding: 18px 0;
  min-width: 300px;
  background: #8b1a2d;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 3px;
  transition: all 0.4s ease;
  border: none;
}

@media (width >=769px) {
  .cta_btn_mod {
    font-size: 1.6rem;
    padding: 22px 65px;
  }
}

.cta_btn_mod:hover {
  background: #6d1424;
  box-shadow: 0 8px 25px rgba(139, 26, 45, 0.3);
  transform: translateY(-2px);
}

/****************************
 Scroll Fade-in Animation
*****************************/
/* 初期状態：非表示 */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 表示状態 */
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延アニメーション用（カード等の連続表示） */
.js-fade-in-delay-1 {
  transition-delay: 0.1s;
}

.js-fade-in-delay-2 {
  transition-delay: 0.2s;
}

.js-fade-in-delay-3 {
  transition-delay: 0.3s;
}

.js-fade-in-delay-4 {
  transition-delay: 0.4s;
}

/* 左から右へのフェードイン */
.js-fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* 右から左へのフェードイン */
.js-fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade-in-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* スケールアップフェードイン */
.js-fade-in-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade-in-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/****************************
 Area Navigation Buttons
*****************************/
.area_inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

@media (width >=769px) {
  .area_inner-box {
    gap: 15px;
    margin-bottom: 60px;
  }
}

.area_inner-box .menu-item {
  list-style: none;
}

.square_btn {
  display: inline-block;
  padding: 10px 15px;
  min-width: 100px;
  background: #fff;
  color: #8b1a2d;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  border: 1px solid #8b1a2d;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: relative;
}

@media (width >=769px) {
  .square_btn {
    padding: 14px 28px;
    min-width: 130px;
    font-size: 1.4rem;
  }
}

.square_btn:hover {
  background: #8b1a2d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(139, 26, 45, 0.25);
}

/* 現在選択中のボタン */
.menu-item.current .square_btn {
  background: #8b1a2d;
  color: #fff;
  box-shadow: 0 4px 15px rgba(139, 26, 45, 0.25);
}

.menu-item.current .square_btn:hover {
  background: #6d1424;
}