@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #BAA27C;
  --primary-dark: #867252;
  --accent: #F4A103;
  --success: #4caf50;
  --warning: #ff9800;
  --error: #f44336;
  --disabled: #999;
  --emphasis: #cc3300;
  --text: #333333;
  --text-emphasis: #E39500;
  --text-gray: #666;
  --text-pale: #888;
  --border: #D0D1D3;
  --border-light: #e5e5e5;
  --border-dark: #999;
  --bg-base: #F0EDE7;
  --bg-primary: #BAA27C;
  --cell: #e5e5e5;
  --highlight: #E39500;
  --white: #fff;
  --black: #222;
}

:root {
  --page-title: clamp(2.25rem, 1.3928571429rem + 2.1428571429vw, 3rem);
  --section-heading: clamp(1.5rem, 1.2142857143rem + 0.7142857143vw, 1.75rem);
  --section-heading-eng: clamp(3rem, 0.7142857143rem + 5.7142857143vw, 5rem);
  --subsection-heading: clamp(1.25rem, 0.6785714286rem + 1.4285714286vw, 1.75rem);
  --card-heading: 1.125rem;
  --inline-heading: 1rem;
  --lead: 1.125rem;
  --body: 1rem;
  --note: 0.75rem;
  --small: 0.625rem;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.page-title {
  font-size: clamp(1.5rem, 0.3571428571rem + 2.8571428571vw, 2.5rem);
  line-height: 1.4;
}

.section-heading {
  font-size: clamp(1.5rem, 1.2142857143rem + 0.7142857143vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-heading::before {
  content: attr(data-heading);
  font-size: var(--section-heading-eng);
  font-weight: 400;
  font-family: "Newsreader", serif;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #D5CBBB;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media (max-width: 767px) {
  .section-heading::before {
    white-space: inherit;
  }
}
.section-heading.white::before {
  color: #fff;
  opacity: 1;
}
.section-heading.bar-bottom {
  position: relative;
}
.section-heading.bar-bottom::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.parts-heading {
  font-size: clamp(1.125rem, 0.6964285714rem + 1.0714285714vw, 1.5rem);
  line-height: 1.4;
}

.card-heading {
  font-size: var(--card-heading);
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-heading {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.5;
}

.lead {
  font-size: clamp(1rem, 0.8571428571rem + 0.3571428571vw, 1.125rem);
  line-height: 1.8;
}

.text {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.8;
}

.text-table {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.note {
  font-size: 0.875rem;
  line-height: 1.6;
}

.text-s {
  font-size: clamp(0.625rem, 0.4821428571rem + 0.3571428571vw, 0.75rem);
  line-height: 1;
}

.primary-color {
  color: var(--primary);
}

.primary-dark-color {
  color: var(--primary-dark);
}

.accent-color {
  color: var(--accent);
}

.text-gray {
  color: var(--text-gray);
}

.text-white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.strong {
  color: var(--text-emphasis);
  font-weight: 700;
}

.marker {
  background: linear-gradient(to top, var(--marker) 50%, transparent 50%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.kome::before {
  content: "※";
}

.header {
  width: 100%;
  height: 90px;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header > .inner {
  width: min(1200px, 87.2%);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  width: clamp(142px, 18.8333333333vw, 226px);
}

@media (max-width: 1024px) {
  .gnav-wrap {
    height: calc(100dvh - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
  }
  .gnav-wrap.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
@media (max-width: 1024px) {
  .gnav-wrap .gnav {
    height: 100%;
    overflow: auto;
  }
}
.gnav-wrap .gnav > .main-nav {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 100%;
  background: linear-gradient(to right, #BAA27C, #CDA971);
}
@media (max-width: 1024px) {
  .gnav-wrap .gnav > .main-nav {
    position: initial;
    background: #fff;
    height: auto;
  }
}
.gnav-wrap .gnav > .main-nav > .inner {
  display: flex;
  width: min(1200px, 87.2%);
  height: 100%;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .gnav-wrap .gnav > .main-nav > .inner {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #cdcdcd;
    margin-inline: calc(50% - 50cqi);
    width: 100cqi;
  }
}
.gnav-wrap .gnav > .main-nav > .inner > li {
  flex: 1;
  height: 100%;
}
@media (max-width: 1024px) {
  .gnav-wrap .gnav > .main-nav > .inner > li {
    height: auto;
  }
}
.gnav-wrap .gnav > .main-nav > .inner > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 0 24px rgba(112, 69, 0, 0.6);
  position: relative;
  transition: all 0.3s ease-out;
}
.gnav-wrap .gnav > .main-nav > .inner > li > a::before {
  content: "";
  width: 0;
  height: 4px;
  background: var(--accent);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .gnav-wrap .gnav > .main-nav > .inner > li > a::before {
    display: none;
  }
}
.gnav-wrap .gnav > .main-nav > .inner > li > a:hover::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .gnav-wrap .gnav > .main-nav > .inner > li > a {
    color: var(--text);
    text-align: left;
    justify-content: flex-start;
    text-shadow: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 24px;
    font-size: 1.125rem;
  }
}

.h-cta-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .h-cta-wrap {
    flex-direction: column;
    justify-content: center;
    padding-inline: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
  }
}
.h-cta-wrap .tel-number {
  color: var(--text);
  font-size: 2rem;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .h-cta-wrap .tel-number {
    pointer-events: all;
  }
}
.h-cta-wrap .tel-number span {
  padding-left: 1em;
  position: relative;
}
.h-cta-wrap .tel-number span::before {
  content: "";
  width: 0.75em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-phone.svg) no-repeat center/contain;
          mask: url(images/icon-phone.svg) no-repeat center/contain;
  background: var(--text);
  position: absolute;
  top: calc(0.5lh - 0.15em);
  left: 0;
}
.h-cta-wrap .text-hour {
  color: var(--text);
  font-size: 0.75rem;
  text-align: center;
  line-height: 2;
}

.toggle {
  display: none;
}
@media (max-width: 1024px) {
  .toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--text);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -6px;
    left: 0;
  }
  .toggle span::after {
    top: 6px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.footer {
  position: relative;
  background: var(--text);
}
.footer .f-container {
  padding: 60px 0 30px;
  width: min(1200px, 87.2%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .f-container {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 0;
  }
}
.footer .f-container-bottom {
  background: var(--black);
  padding: 16px 0;
}
.footer .f-container-bottom .copyright {
  text-align: center;
  color: #999;
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  letter-spacing: 0;
}

.f-site-info .f-site-logo {
  width: clamp(276px, 28.3333333333vw, 340px);
}

.f-site-info-text {
  color: #b3b3b3;
}

.f-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .f-nav {
    margin-inline: calc(50% - 50cqi);
    grid-template-columns: 1fr;
  }
}
.f-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 767px) {
  .f-nav ul {
    gap: 0;
  }
}
.f-nav ul li a {
  color: #ccc;
  padding: 0.25em 0;
  padding-left: 1em;
  font-size: 1rem;
  position: relative;
  transition: all 0.3s ease-out;
}
.f-nav ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .f-nav ul li a {
    padding: 1em 1.5em;
    font-size: 1.125rem;
    color: #fff;
    border-top: 1px solid #646464;
    display: block;
  }
}
.f-nav ul li a::before {
  content: "";
  width: 8px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .f-nav ul li a::before {
    display: none;
  }
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}

.list-counter {
  counter-reset: list-counter;
}
.list-counter > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1em;
}
.list-counter > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  inset: 0;
}

.link-text {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.link-text-outside {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  padding-right: 1.25em;
  position: relative;
  display: inline-block;
}
.link-text-outside::after {
  content: "";
  width: 1em;
  height: 1lh;
  background: url(images/outside-link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-primary {
  color: var(--text);
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--primary-dark);
  transition: all 0.3s ease-out;
}
.btn-primary > span {
  padding-right: 1.25em;
  position: relative;
}
.btn-primary > span::after {
  content: "";
  width: 0.9375em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--primary-dark);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.btn-cta {
  width: 340px;
  max-width: 100%;
  height: 70px;
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.btn-cta span {
  position: relative;
  padding-right: 1.5em;
}
.btn-cta span::after {
  content: "";
  width: 0.88em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn-cta:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.btn-cta:hover span::after {
  transform: translate(0.25em, -50%);
}

.btn-h-cta {
  width: 200px;
  height: 50px;
  border-radius: 4px;
  background: var(--text);
  color: var(--white);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .btn-h-cta {
    width: 100%;
  }
}
.btn-h-cta span {
  position: relative;
  padding-right: 1.5em;
}
.btn-h-cta span::after {
  content: "";
  width: 0.88em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.btn-h-cta:hover span::after {
  transform: translate(0.25em, -50%);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.sec {
  container-type: inline-size;
  padding: clamp(60px, 8.3333333333vw, 100px) 0;
}
.sec .container {
  width: min(1200px, 87.2%);
  margin-inline: auto;
}

.fullwide {
  margin-inline: calc(50% - 50cqi);
  width: 100cqi;
}

.left-content {
  margin-left: calc(50% - 50cqi);
}

.right-content {
  margin-right: calc(50% - 50cqi);
}

.w960 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.w800 {
  width: min(800px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.bg-base {
  background: var(--bg-base);
}
.bg-base.border-bottom {
  border-bottom: 4px solid var(--primary);
}

.bg-concept {
  background: url(images/bg-top-concept.webp) no-repeat center/cover;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}
.grid.grid41 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid41 {
    grid-template-columns: 1fr;
  }
}
.grid.grid42 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid42 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid12fr {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .grid.grid12fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid13fr {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 767px) {
  .grid.grid13fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid21fr {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid31fr {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid31fr {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-sp-block {
  display: flex;
}
@media (max-width: 767px) {
  .flex-sp-block {
    flex-direction: column;
  }
}

.flex-block {
  display: flex;
  flex-direction: column;
}

.jc-center {
  justify-content: center;
}

.jc-right {
  justify-content: flex-end;
}

.al-center {
  align-items: center;
}

.flex1 {
  flex: 1;
}

.gap48 {
  gap: clamp(16px, 4vw, 48px);
}

.gap32 {
  gap: clamp(16px, 2.6666666667vw, 32px);
}

.gap24 {
  gap: clamp(16px, 2vw, 24px);
}

.gap16 {
  gap: clamp(8px, 1.3333333333vw, 16px);
}

.gap8 {
  gap: 8px;
}

.mt96 {
  margin-top: clamp(64px, 8vw, 96px);
}

.mt80 {
  margin-top: clamp(56px, 6.6666666667vw, 80px);
}

.mt64 {
  margin-top: clamp(40px, 5.3333333333vw, 64px);
}

.mt48 {
  margin-top: clamp(36px, 4vw, 48px);
}

.mt40 {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
}

.mt32 {
  margin-top: clamp(24px, 2.6666666667vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 2vw, 24px);
}

.mt16 {
  margin-top: clamp(12px, 1.3333333333vw, 16px);
}

.mt8 {
  margin-top: 8px;
}

.mt4 {
  margin-top: 4px;
}

.tab-primary {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--text);
}
.tab-primary > li {
  flex: 1 1 auto;
  cursor: pointer;
}

.tab-primary-content > li {
  display: none;
}
.tab-primary-content > li.is-active {
  display: initial;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 60px;
  }
}
html.lock {
  overflow: hidden;
}

body {
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
  font-optical-sizing: auto;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  overflow-x: clip;
  padding-top: 150px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

.sec-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 144/52;
}
.sec-hero .splide {
  width: 100%;
  height: 100%;
}
.sec-hero .splide .splide__track,
.sec-hero .splide .splide__slide {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-hero {
    aspect-ratio: 375/520;
  }
}
.sec-hero .hero-mask {
  content: "";
  width: 100%;
  aspect-ratio: 1440/60;
  background: url(images/top-slide-bottom.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sec-hero .hero-mask {
    background-size: 1440px;
    height: 56px;
    aspect-ratio: initial;
  }
}

.catch-wrap {
  position: absolute;
  top: 50%;
  right: 10cqi;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .catch-wrap {
    right: 0;
    top: 64%;
  }
}
.catch-wrap .subcatch,
.catch-wrap .maincatch {
  background: var(--white);
  padding: 0.25em 0.5em;
  padding-right: 8px;
  border-radius: 4px;
  text-align: right;
  letter-spacing: 0.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .catch-wrap .subcatch,
.catch-wrap .maincatch {
    border-radius: 4px 0 0 4px;
  }
}
.catch-wrap .subcatch {
  font-size: clamp(1.0625rem, 0.2767857143rem + 1.9642857143vw, 1.75rem);
  margin-bottom: -4px;
}
.catch-wrap .maincatch {
  font-size: clamp(1.5rem, 0.3571428571rem + 2.8571428571vw, 2.5rem);
}
.catch-wrap .maincatch > p {
  background: linear-gradient(to right, #875300, #9B5F00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catch-wrap .maincatch span {
  font-size: 1.175em;
}

.splide__slide img, .splide__slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-feature-wrap {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  bottom: -4vw;
  left: 10cqi;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-feature-wrap {
    bottom: 0;
    left: 16px;
  }
}
.hero-feature-wrap .feature-item {
  width: clamp(110px, 12.5vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--black);
  display: grid;
  place-items: center;
  padding-bottom: 5%;
  box-shadow: 6px 6px 0 #F4A103;
}
.hero-feature-wrap .feature-item span {
  color: var(--white);
  text-align: center;
  font-size: clamp(0.8125rem, 0.4553571429rem + 0.8928571429vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.2em;
  padding-top: 1.7em;
  position: relative;
}
.hero-feature-wrap .feature-item span::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-checkmark.svg) no-repeat center/contain;
          mask: url(images/icon-checkmark.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-sns-wrap {
  position: absolute;
  bottom: 32px;
  right: 2cqi;
  display: inline-flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .hero-sns-wrap {
    right: 16px;
    bottom: 60px;
  }
}
.hero-sns-wrap img {
  filter: drop-shadow(0 4px 8px #4c1c00);
}

.news-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5.3333333333vw, 64px);
}
@media (max-width: 767px) {
  .news-wrap {
    grid-template-columns: 1fr;
  }
}
.news-wrap > div {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.news-wrap > div h3 {
  font-size: clamp(1rem, 0.7142857143rem + 0.7142857143vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 98px;
  padding-bottom: 0.125em;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.75rem;
}
.news-wrap > div .more-link {
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 0.75rem;
  color: var(--primary-dark);
  padding-left: 1em;
}
.news-wrap > div .more-link::before {
  content: "";
  width: 0.75em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--primary-dark);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-wrap > div ul li a {
  display: block;
  padding: 0.5em 0;
  color: var(--text);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.4;
}
.news-wrap > div ul li a:hover {
  opacity: 0.7;
}

.news-list-wrap {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-list-wrap > li > a {
  display: flex;
  gap: 1em;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  transition: opacity 0.3s ease-out;
}
.news-list-wrap > li > a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-list-wrap > li > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.news-list-wrap > li > a time {
  width: 5.5em;
  color: var(--primary-dark);
}
.news-list-wrap > li > a .news-cate {
  width: 88px;
  background: var(--primary-dark);
  color: var(--white);
  text-align: center;
  padding: 0.125em;
  font-size: 0.75rem;
  border-radius: 4px;
}
.news-list-wrap > li > a .news-title {
  flex: 1;
  color: var(--text);
}

.treatment-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media (max-width: 767px) {
  .treatment-list-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.treatment-list-wrap > li {
  background: var(--white);
  box-shadow: -12px 12px 0 #e9e5dd;
}
.treatment-list-wrap > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.treatment-list-wrap > li > a:hover img {
  transform: scale(1.05);
}
.treatment-list-wrap > li > a > figure {
  width: 100%;
  aspect-ratio: 384/190;
  overflow: hidden;
}
.treatment-list-wrap > li > a > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.treatment-list-wrap > li > a .text-box {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.treatment-list-wrap > li > a .text-box .card-heading {
  text-align: center;
  padding-bottom: 0.66em;
  position: relative;
  color: var(--text);
}
.treatment-list-wrap > li > a .text-box .card-heading::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.treatment-list-wrap > li > a .text-box > p {
  color: var(--text-pale);
}

.profile-wrap {
  display: grid;
  grid-template-columns: 42fr 72fr;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 60px);
}
@media (max-width: 767px) {
  .profile-wrap {
    grid-template-columns: 1fr;
  }
}
.profile-wrap .photo {
  box-shadow: -24px 24px 0 #f0f0f0;
}
@media (max-width: 767px) {
  .profile-wrap .photo {
    width: 190px;
    margin-inline: auto;
  }
}
.profile-wrap .profile-name {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 6px;
  padding-bottom: 0.9em;
  position: relative;
}
.profile-wrap .profile-name::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1rem;
  border-left: 3px solid var(--primary-dark);
  color: var(--primary-dark);
}

.career-list {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--primary-dark);
}
.career-list:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .career-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.career-list dt, .career-list dd {
  padding: 12px 0;
}
.career-list dt {
  font-weight: 700;
}
@media (max-width: 767px) {
  .career-list dt {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .career-list dd {
    padding-top: 0;
  }
}

.concept-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .concept-list {
    grid-template-columns: 1fr;
  }
}
.concept-list > li {
  position: relative;
}
.concept-list > li figure {
  width: 100%;
  aspect-ratio: 59/50;
  overflow: hidden;
}
@media (max-width: 767px) {
  .concept-list > li figure {
    aspect-ratio: 2/1;
  }
}
.concept-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.concept-list > li .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 36px 28px;
}
@media (max-width: 767px) {
  .concept-list > li .text-box {
    position: static;
    background: #fff;
    padding: 24px;
  }
}
.concept-list > li .text-box .num {
  font-size: clamp(2.25rem, 0.8214285714rem + 3.5714285714vw, 3.5rem);
  font-family: "newsreader", serif;
  line-height: 1;
  color: var(--accent);
  padding-bottom: 0.25em;
  margin-bottom: 1rem;
  position: relative;
}
.concept-list > li .text-box .num::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.concept-heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .voice-list {
    grid-template-columns: 1fr;
  }
}
.voice-list > li {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  background: var(--white);
  box-shadow: -12px 12px 0 #E9E5DD;
  padding: 24px;
  display: grid;
  grid-template-rows: subgrid;
  gap: 1rem;
  grid-row: span 4;
}
.voice-list > li .user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.voice-list > li .user > figure {
  width: 40px;
  aspect-ratio: 1;
}

.evaluation {
  width: 6em;
  padding: 0 0.25em 0.25em;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  position: relative;
  z-index: 1;
}
.evaluation::before {
  content: attr(data-star);
  position: absolute;
  top: 0;
  left: 0;
  color: #EAE3D8;
  z-index: -1;
  padding: 0 0.25em 0.25em;
}

.access-wrap {
  display: flex;
  gap: clamp(24px, 4vw, 48px);
}
@media (max-width: 767px) {
  .access-wrap {
    flex-direction: column;
  }
}
.access-wrap > .text-box,
.access-wrap > .map {
  flex: 1;
}
@media (max-width: 767px) {
  .access-wrap {
    grid-template-columns: 1fr;
  }
}

.access-heading {
  font-size: clamp(1.375rem, 1.0892857143rem + 0.7142857143vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2rem;
}
.access-heading::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.access-info-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.access-info-list > li {
  background: #F9F7F4;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 80px 1fr;
}

.map {
  aspect-ratio: 576/420;
}
.map > iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.clinic-photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .clinic-photo-list {
    grid-template-columns: 1fr;
  }
}

.hour-table-wrap .hour-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
.hour-table-wrap .hour-table thead {
  background: linear-gradient(to right, #BAA27C, #CDA971);
  height: clamp(40px, 6.6666666667vw, 80px);
}
.hour-table-wrap .hour-table th, .hour-table-wrap .hour-table td {
  padding: 12px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .hour-table-wrap .hour-table th, .hour-table-wrap .hour-table td {
    font-size: 0.75rem;
  }
}
.hour-table-wrap .hour-table th {
  color: var(--white);
  width: 10.714%;
}
.hour-table-wrap .hour-table th.time {
  width: 25%;
}
@media (max-width: 767px) {
  .hour-table-wrap .hour-table th:last-of-type {
    line-height: 0.9;
  }
}
.hour-table-wrap .hour-table tbody {
  background: var(--white);
}
.hour-table-wrap .hour-table tbody tr {
  height: 64px;
}
.hour-table-wrap .hour-table tbody tr:first-of-type {
  background: #FAF8F5;
}
.hour-table-wrap .hour-table tbody td:first-of-type {
  font-weight: 700;
  color: var(--text);
}

.sec-cta {
  padding: 80px 0;
  background: var(--bg-primary);
  border-radius: 4px 4px 0 0;
  position: relative;
  box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3);
}
.sec-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-base);
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cta-wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  .cta-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.cta-wrap .tel-number a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .cta-wrap .tel-number a {
    pointer-events: all;
  }
}
.cta-wrap .tel-number a span {
  padding-left: 1.1em;
  position: relative;
}
.cta-wrap .tel-number a span::before {
  content: "";
  width: 0.85em;
  aspect-ratio: 1;
  -webkit-mask: url(images/icon-phone.svg) no-repeat center/contain;
          mask: url(images/icon-phone.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  top: calc(0.5lh - 0.15em);
  left: 0;
}
.cta-wrap .text-hour {
  color: var(--white);
  margin-top: 16px;
  text-align: center;
  font-size: 0.75rem;
}
/*# sourceMappingURL=home.css.map */