@charset "UTF-8";
/* index 経由の @forward だけだと sass --watch がパーシャル変更を拾わないことがあるため、ここで直接読み込む */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.btn {
  padding: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #63534a;
  font-size: 18px;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 766px) {
  .pc-none {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width:1024px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .sp-none {
    display: none !important;
  }
}

.btn {
  height: 45px;
  border-radius: 25px;
  width: 230px;
}
.btn a {
  display: inline-block;
  padding: 8px 18px 0 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.inner {
  padding-left: clamp(24px, 5vw + 12px, 100px);
  padding-right: clamp(24px, 5vw + 12px, 100px);
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wide-inner {
  padding-left: clamp(24px, 3vw + 24px, 60px);
  padding-right: clamp(24px, 3vw + 24px, 60px);
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .wide-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .wide-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixed-sp-btns {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: stretch;
  text-align: center;
  background: transparent;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}
.fixed-sp-btns__item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.fixed-sp-btns__item--tel {
  flex: 4.3 1 0;
  padding: 6px 4px;
  background: linear-gradient(90deg, #CDC5BC 0%, #A89A8B 100%);
}
.fixed-sp-btns__item--mid {
  flex: 2.1 1 0;
  padding: 4px 2px;
}
.fixed-sp-btns__item {
  /* 中央左・中央右（HTML順: tel → mid → mid → pagetop） */
}
.fixed-sp-btns__item--mid:nth-child(2) {
  background-color: #998675;
}
.fixed-sp-btns__item--mid:nth-child(3) {
  background-color: #736357;
}
.fixed-sp-btns__item--pagetop {
  flex: 1.3 1 0;
  padding: 4px 2px;
  background-color: #fff;
}
.fixed-sp-btns__tel-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: 100%;
  min-height: 48px;
  padding: 4px 6px;
  text-decoration: none;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}
.fixed-sp-btns__tel-link--static {
  pointer-events: none;
  opacity: 0.85;
}
.fixed-sp-btns__tel-caption {
  display: block;
  letter-spacing: 0.02em;
}
.fixed-sp-btns__tel-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fixed-sp-btns__tel-row img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.fixed-sp-btns__tel-num {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.fixed-sp-btns__mid-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 48px;
  padding: 6px 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.fixed-sp-btns__mid-link:active {
  opacity: 0.85;
}
.fixed-sp-btns__mid-text {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 9px;
  letter-spacing: 0.01rem;
}
.fixed-sp-btns__pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 48px;
  padding: 3px 2px 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #63534a;
  font-weight: 600;
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
}
.fixed-sp-btns__pagetop:active {
  opacity: 0.75;
}
.fixed-sp-btns__pagetop-caret {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 3px;
  padding: 0;
  flex-shrink: 0;
  /* 横長の山形（上向き・浅めの三角形） */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid currentColor;
}
.fixed-sp-btns__pagetop-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 1px;
  line-height: 1.2;
}
.fixed-sp-btns__pagetop-page, .fixed-sp-btns__pagetop-line2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.fixed-btns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  width: 90px;
  letter-spacing: 0.15rem;
}

.fixed-web {
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  width: 90px;
  padding: 20px 0;
}
.fixed-web a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  width: 100%;
  line-height: 1.4;
  transition: all 0.5s;
}
.fixed-web a:hover {
  opacity: 0.7;
}
.fixed-web a img {
  width: 35px;
  display: block;
  margin: 0 auto 10px auto;
}

.fixed-tel {
  background-color: #a89a8b;
  width: 90px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  transition: all 0.5s;
}
.fixed-tel:hover {
  opacity: 0.7;
}
.fixed-tel p {
  font-size: 18px;
  letter-spacing: 0.3rem;
}
.fixed-tel span {
  display: block;
}

.more-btn {
  background-color: #a89a8b;
  width: 230px;
  margin: 30px 40px 0 auto;
  transition: all 0.5s;
}
.more-btn:hover {
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}
@media (min-width: 767px) and (max-width:1024px) {
  .more-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 766px) {
  .more-btn {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.more-btn a {
  display: inline-block;
  letter-spacing: 0.2rem;
  padding-top: 8px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.more-btn a img {
  width: 30px;
  margin-left: 40px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.page-top-btn {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 40px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 766px) {
  .page-top-btn {
    display: none;
  }
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn img {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
.page-top-btn:hover {
  opacity: 0.7;
}

/* PCでは何もしない */
.sp-br {
  display: none;
}

/* スマホ（768px以下）の時だけ有効にする */
@media screen and (max-width: 768px) {
  .sp-br {
    display: block; /* 👈 ここをblockにすることで、強制的に改行が入ります */
    height: 0; /* 余計な隙間を作らない */
  }
}
header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 clamp(16px, 2.5vw + 8px, 40px);
}
@media (min-width: 767px) and (max-width:1024px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 766px) {
  header {
    position: fixed;
    /* 白ロゴのまま：明るいFV上でも視えるよう、ブランド色のすりガラス背景 */
    background: linear-gradient(180deg, rgba(99, 83, 74, 0.4) 0%, rgba(115, 99, 87, 0.38) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 16px rgba(55, 45, 40, 0.1);
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
  }
}

.header-inner {
  padding: clamp(12px, 1.2vw + 8px, 20px) clamp(8px, 1.5vw + 4px, 30px) clamp(12px, 1.2vw + 8px, 20px) 0;
  display: flex;
  align-items: center;
  min-width: 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-inner {
    padding: 0 0 5px 10px;
  }
}
@media screen and (max-width: 766px) {
  .header-inner {
    padding: 0;
  }
}

.header-left {
  position: relative;
  width: min(35%, 360px);
  min-width: 0;
  flex-shrink: 1;
  display: block;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-left {
    width: 250px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 766px) {
  .header-left {
    width: calc(100% - 140px);
    min-width: 150px;
    max-width: 265px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-left: 20px;
  }
}
.header-left .header-logo {
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 766px) {
  .header-left .header-logo {
    width: 100%;
  }
  .header-left .header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 766px) and (max-width: 766px) {
  .header-left .header-logo img {
    max-height: 40px;
  }
}
.header-left .header-company {
  width: 43%;
  margin-left: 20%;
  margin-top: 12px;
  min-width: 200px;
}

.header-btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw + 4px, 20px);
  min-width: 0;
  flex-shrink: 1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-btns {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .header-btns {
    display: none;
  }
}

/* FAQ・お問い合わせ等（電話ボタン以外）：狭いPC幅で縮小 */
.header-btns > .btn:not(.header-phone-btn) {
  flex-shrink: 1;
  min-width: 0;
  width: clamp(132px, 8vw + 72px, 230px);
  height: clamp(40px, 1.6vw + 34px, 45px);
  border-radius: clamp(20px, 1.8vw + 14px, 25px);
}
.header-btns > .btn:not(.header-phone-btn) a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2px, 0.45vw + 3px, 3px) clamp(4px, 0.7vw + 4px, 18px) 0;
  font-size: clamp(11px, 0.35vw + 10px, 15px);
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-sns-btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.header-sns-icon {
  width: 40px;
  transition: all 0.5s;
}
.header-sns-icon:hover {
  opacity: 0.7;
}

.green-btn {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
  border: 1px solid #fff;
}
.green-btn:hover {
  opacity: 0.7;
}
.green-btn a {
  color: #fff;
}

.white-btn {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
  border: 1px solid #fff;
}
.white-btn:hover {
  opacity: 0.7;
}
.white-btn a {
  color: #fff;
}

.header-btns .header-phone-btn {
  background-color: transparent;
  border: none;
  height: auto;
  width: auto;
  border-radius: 0;
  transition: opacity 0.6s;
  flex-shrink: 1;
  min-width: 0;
}
.header-btns .header-phone-btn:hover {
  opacity: 0.75;
}
.header-btns .header-phone-btn a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.6vw, 8px);
  padding: 4px 0;
  font-size: clamp(16px, 1.1vw + 0.55rem, 30px);
  letter-spacing: clamp(0.04em, 0.15vw + 0.02em, 0.2rem);
  width: auto;
  height: auto;
  text-align: left;
  font-weight: 500;
}
.header-btns .header-phone-btn a img {
  width: clamp(18px, 1.2vw + 12px, 22px);
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 0;
}

.header-parking a {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.header-parking a:hover {
  opacity: 0.7;
}
.header-parking a p {
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-wrap: nowrap;
}
.header-parking a img {
  width: 50px;
  margin-right: 10px;
}

.sp-header-btn {
  display: none;
}
@media (min-width: 767px) and (max-width:1024px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
  }
  .sp-header-btn a {
    font-size: 10px;
    color: #63534a;
  }
}
@media screen and (max-width: 766px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .sp-header-btn a {
    color: #63534a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01rem;
  }
}

.sp-header-tel {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  text-align: center;
}
.sp-header-tel img {
  width: 20px;
  display: block;
  margin: 5px auto;
}
@media screen and (max-width: 766px) {
  .sp-header-tel {
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(99, 83, 74, 0.14);
    color: #63534a;
  }
  .sp-header-tel span {
    color: #63534a;
    font-weight: 600;
    line-height: 1.2;
  }
  .sp-header-tel img {
    opacity: 0.95;
    filter: none;
  }
}

/* ハンバーガーアイコンの土台 */
.drawer-icon {
  width: 52px;
  height: 52px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 100;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 766px) {
  .drawer-icon {
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 1px solid rgba(99, 83, 74, 0.14);
  }
}
.drawer-icon .drawer-icon-bars {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 100%;
}
.drawer-icon [class^=drawer-icon-bar--] {
  width: 32px;
  height: 1px;
  background-color: #63534a;
  position: absolute;
  left: 0;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
@media screen and (max-width: 766px) {
  .drawer-icon [class^=drawer-icon-bar--] {
    height: 2px;
    border-radius: 1px;
    background-color: #63534a;
    box-shadow: none;
  }
}
.drawer-icon .drawer-icon-bar--1 {
  top: 15px;
}
.drawer-icon .drawer-icon-bar--2 {
  top: 26px;
}
.drawer-icon .drawer-icon-bar--3 {
  top: 37px;
}
.drawer-icon {
  /* ★クリックされた時（バツ印に変身） */
}
.drawer-icon.is-active .drawer-icon-bar--1 {
  top: 26px;
  transform: rotate(45deg);
}
.drawer-icon.is-active .drawer-icon-bar--2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar--3 {
  top: 26px;
  transform: rotate(-45deg);
}

/* ドロワーメニューの中身（ふわっと出現） */
.drawer-content {
  position: fixed;
  border-radius: 43px 0 0 0;
  top: 55px;
  left: 5%;
  width: 95%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 901;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* スマホでスルスル動くように追加 */
  /* 初期状態：隠す */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  padding: 40px;
  /* ★クリックされた時（表示） */
}
.drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-content .drawer-nav li {
  border-bottom: 1px solid #63534a;
}
.drawer-content .drawer-nav li a {
  position: relative;
  padding: 20px 50px 20px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.drawer-content .drawer-nav li a .drawer-sub-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before, .drawer-content .drawer-nav li a .drawer-sub-icon::after {
  content: "";
  position: absolute;
  background-color: #63534a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before {
  width: 100%;
  height: 2px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::after {
  width: 2px;
  height: 100%;
}
.drawer-content .drawer-nav li a.is-open .drawer-sub-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.drawer-content .drawer-tel-cta {
  width: 100%;
  margin-top: 28px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  overflow: hidden;
}
.drawer-content .drawer-tel-cta .drawer-tel-cta__link {
  min-height: 72px;
  padding: 16px 18px;
  box-sizing: border-box;
}
.drawer-content .drawer-tel-cta .fixed-sp-btns__tel-caption {
  font-size: 14px;
}
.drawer-content .drawer-tel-cta .fixed-sp-btns__tel-row img {
  width: 18px;
  height: 18px;
}
.drawer-content .drawer-sub-menu {
  display: none;
  background-color: #f9fbfc;
  list-style: none;
  padding: 20px;
}
.drawer-content .drawer-sub-menu li {
  border-bottom: none;
  padding: 0 !important;
}
.drawer-content .drawer-sub-menu li a {
  padding: 10px !important;
  font-size: 15px;
  font-weight: normal;
}
.drawer-content .drawer-sub-menu li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #63534a;
  border-right: 1px solid #63534a;
  transform: rotate(45deg);
  margin-right: 10px;
  display: inline-block;
}
.drawer-content .drawer-sub-menu:has(.drawer-sub-group) .drawer-sub-inner-list {
  padding-bottom: 20px !important;
}
.drawer-content .drawer-sub-menu:has(.drawer-sub-group) .drawer-sub-label {
  text-align: center !important;
  background-color: #63534a !important;
  color: #fff !important;
  padding: 10px 0;
}

.drawer-office-hour {
  padding: 0 15px;
}
.drawer-office-hour table th {
  text-align: left;
}

.drawer-banners {
  padding: 30px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.drawer-banners .drawer-banner-item a {
  display: block;
}
.drawer-banners .drawer-banner-item a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact {
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .contact {
    padding-top: 60px;
  }
}

.contact-box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .contact-box {
    display: block;
  }
}
.contact-box .footer-contact-title {
  letter-spacing: 0.2rem;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contact-box .footer-contact-btn {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-btn {
    padding-top: 10px;
  }
}
.contact-box .footer-contact-btn img {
  transition: all 0.7s;
  width: 15px;
  margin-left: 10px;
}

.contact-web {
  width: 50%;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(to right, #3fb7df, #86F4FD);
  transition: all 0.7s;
}
.contact-web:hover {
  opacity: 0.7;
}
.contact-web:hover .contact-icon {
  scale: 1.2;
}
.contact-web:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-web {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-web {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-web .contact-icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-web .footer-contact-label {
  background-color: #fff;
  color: #63534a;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-tel {
  width: 50%;
  padding: 80px 0;
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  text-align: center;
  transition: all 0.7s;
}
.contact-tel:hover {
  opacity: 0.7;
}
.contact-tel:hover .contact-icon {
  scale: 1.2;
}
.contact-tel:hover .footer-contact-btn {
  letter-spacing: 0.1rem;
}
.contact-tel:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-tel {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-tel {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-tel .contact-icon {
  width: 25px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-tel .footer-contact-label {
  background-color: #fff;
  color: #63534a;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
}

.banner-area {
  padding: 80px 0 0 0;
}

.banner-item-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.banner-item {
  width: calc((100% - 30px) / 3);
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .banner-item {
    width: 100%;
  }
}
.banner-item img {
  transition: all 0.5s;
}
.banner-item img:hover {
  scale: 1.1;
}

.footer-nav {
  padding-top: 60px;
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 766px) {
  .footer-nav {
    padding-bottom: 30px;
  }
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 766px) {
  .footer-nav ul {
    gap: 16px 24px;
  }
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #63534a;
}
@media screen and (max-width: 766px) {
  .footer-nav__item:not(:first-child)::before {
    left: -12px;
    height: 22px;
  }
}
.footer-nav__item a {
  display: inline-block;
  text-align: center;
  color: #63534a;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 766px) {
  .footer-nav__item a {
    font-size: 14px;
  }
}
.footer-nav__item a:hover {
  opacity: 0.6;
}
.footer-nav__item a span {
  display: block;
  margin-top: 6px;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 766px) {
  .footer-nav__item a span {
    font-size: 10px;
  }
}

footer {
  overflow: hidden;
}

.footer-sitemap-link {
  text-align: center;
  padding: 2rem 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 766px) {
  .footer-sitemap-link {
    padding: 1rem;
  }
}
.footer-sitemap-link a {
  color: #63534a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 766px) {
  .footer-sitemap-link a {
    font-size: 13px;
  }
}
.footer-sitemap-link a:hover {
  opacity: 0.65;
}

.footer-top {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 766px) {
  .footer-top {
    display: block;
  }
}

.footer-logo {
  width: 50%;
}
@media screen and (max-width: 766px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-logo-text {
  margin-left: 40px;
  font-size: 12px;
  margin-bottom: 10px;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}
@media screen and (max-width: 766px) {
  .footer-logo-text {
    margin-left: 0;
    font-size: 8px;
    padding-top: 5px;
    text-align: right;
  }
}

.footer-info-wrap {
  padding-top: 60px;
  display: flex;
  margin-left: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-info-wrap {
    margin-left: 0;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-info-wrap {
    display: block;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}

.footer-info-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 30px;
}

.footer-info-label {
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  letter-spacing: 0.1rem;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #63534a;
}
@media screen and (max-width: 766px) {
  .footer-info-label {
    font-size: 16px;
  }
}

.footer-info-text {
  padding-top: 10px;
}
.footer-info-text a {
  color: #63534a;
}

.map-btn {
  margin-top: 10px;
  width: 300px;
  height: 45px;
  margin-left: auto;
  border: 1px solid #63534a;
  border-radius: 22px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .map-btn {
    width: 250px;
    margin-top: 15px;
  }
}
.map-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #63534a;
  font-weight: 500;
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  .map-btn a {
    font-size: 16px;
  }
}
.map-btn a span {
  margin: 0 10px;
}
.map-btn a img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.footer-img {
  aspect-ratio: 10/2;
  margin-top: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-img {
    aspect-ratio: 10/3;
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-img {
    aspect-ratio: 10/4;
    margin-top: 40px;
  }
}
.footer-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-footer {
  text-align: center;
  color: #63534a;
  padding: 0 0 100px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .footer-footer {
    padding: 30px 0;
  }
}

.banner-footer-bottom .banner-area {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 80px 0;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 60px 0;
  }
}
.banner-footer-bottom .banner-area .banner-item-wrap {
  justify-content: center;
}
.banner-footer-bottom .banner-area .banner-item-wrap a {
  width: 15%;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area .banner-item-wrap a {
    width: 40%;
  }
}

.FV {
  height: 100%;
  width: 100%;
  aspect-ratio: 10/5;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .FV {
    /* タブレットは縦に伸びすぎない横長ヒーロー */
    aspect-ratio: 16/9;
    max-height: min(72vh, 620px);
  }
}
@media screen and (max-width: 766px) {
  .FV {
    /* 画面いっぱいから SP 固定ナビ分を除く（aspect-ratio より優先） */
    aspect-ratio: auto;
    height: calc(100vh - 56px);
  }
  @supports (height: 100dvh) {
    .FV {
      height: calc(100dvh - 56px);
    }
  }
}

.fv-wrap {
  display: flex;
  height: 100%;
}

.fv-media {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media {
    min-height: 0;
  }
}
.fv-media .FV-main {
  display: block;
  width: 100%;
  height: 100%;
}
.fv-media .FV-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-media .FV-full .fv-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
.fv-media .FV-catch {
  position: absolute;
  bottom: clamp(72px, 6vw + 48px, 200px);
  left: clamp(20px, 3vw + 12px, 60px);
  top: auto;
  right: auto;
  display: inline-block;
  padding: clamp(8px, 0.8vw + 4px, 12px) clamp(10px, 1vw + 6px, 16px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(32px, 2.2vw + 1.1rem, 60px);
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: clamp(0.06rem, 0.25vw + 0.02rem, 0.4rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 10;
  max-width: min(92vw, 1200px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .FV-catch {
    font-size: 34px;
    bottom: 150px;
    left: 40px;
    line-height: 1.35;
    letter-spacing: 0.12rem;
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 766px) {
  .fv-media .FV-catch {
    font-size: 28px;
    bottom: 260px;
    left: 20px;
    line-height: 1.8;
  }
}
.fv-media .FV-en-catch {
  position: absolute;
  left: clamp(20px, 3vw + 12px, 60px);
  bottom: clamp(56px, 5.5vw + 36px, 180px);
  top: auto;
  right: auto;
  font-size: clamp(11px, 0.2vw + 0.65rem, 14px);
  letter-spacing: clamp(0.04em, 0.08vw + 0.02em, 0.1rem);
  color: #fff;
  z-index: 10;
  max-width: min(92vw, 1200px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .FV-en-catch {
    font-size: 12px;
    left: 40px;
    bottom: 128px;
    line-height: 1.5;
    letter-spacing: 0.08rem;
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 766px) {
  .fv-media .FV-en-catch {
    font-size: 10px;
    left: 20px;
    line-height: 1.4;
    bottom: 240px;
    letter-spacing: 0.01rem;
  }
}
.fv-media .FV-catch-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.fv-media .FV-catch-overlay .FV-catch,
.fv-media .FV-catch-overlay .FV-en-catch,
.fv-media .FV-catch-overlay .fv-news {
  pointer-events: auto;
}
.fv-media .fv-news {
  position: absolute;
  right: clamp(16px, 4vw + 12px, 100px);
  bottom: clamp(20px, 3vw + 28px, 100px);
  z-index: 12;
  max-width: min(420px, 100% - clamp(32px, 6vw, 80px));
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .fv-news {
    right: 32px;
    bottom: 28px;
    max-width: min(320px, 100% - 80px);
  }
}
@media screen and (max-width: 766px) {
  .fv-media .fv-news {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 24px);
  }
}
.fv-media .fv-news__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(18px, 1.5vw + 12px, 30px);
  border-radius: 40px 40px 0 40px;
  background: linear-gradient(90deg, #CDC5BC 0%, #A89A8B 100%);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transition: opacity 0.25s ease;
}
.fv-media .fv-news__link:hover {
  opacity: 0.92;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .fv-news__link {
    padding: 22px 24px;
    border-radius: 32px 32px 0 32px;
    gap: 8px;
  }
}
@media screen and (max-width: 766px) {
  .fv-media .fv-news__link {
    padding: 20px;
  }
}
.fv-media .fv-news__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: none;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .fv-news__label {
    font-size: 18px;
  }
}
.fv-media .fv-news__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: #63534a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-media .fv-news__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 766px) {
  .fv-media .fv-news__title {
    font-size: 15px;
  }
}

.nav-item:nth-child(2) .sub-menu {
  left: -100px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(3) .sub-menu {
  left: -200px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(6) .sub-menu,
.nav-item:nth-child(7) .sub-menu {
  left: auto;
  right: -100px;
  transform: none; /* センター解除 */
}

.front-nav {
  padding: clamp(12px, 1.2vw + 8px, 20px) clamp(16px, 2.5vw + 8px, 60px) clamp(8px, 0.6vw + 6px, 10px);
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 767px) and (max-width:1024px) {
  .front-nav {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .front-nav {
    display: none;
  }
}
.front-nav ul > li.nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #63534a;
}
.front-nav ul {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.front-nav ul li {
  padding: 1px;
  width: clamp(200px, 12vw + 42px, 240px);
  flex: 0 1 auto;
  min-width: 0;
  text-align: center;
  position: relative;
}
.front-nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  transition: all 0.3s ease;
  /* 1列（3個以下）の時も、思い切って広く */
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.front-nav ul li .sub-menu {
  /* 2. 個別の位置調整（親のliの順番で指定） */
  /* ★ 4個以上の時：圧倒的に広くする */
}
.front-nav ul li .sub-menu:has(li:nth-child(4)) {
  display: grid;
  /* 各列を均等に、かつ最低でも400px（計800px以上）確保 */
  grid-template-columns: repeat(2, minmax(400px, 1fr));
  gap: 1px;
  /* 幅を「中身が収まる最大値」かつ「超ワイド」に強制 */
  width: -moz-max-content;
  width: max-content;
  min-width: 850px;
  max-width: calc(100vw - 40px); /* 画面端まで使い切る */
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .front-nav ul li .sub-menu:has(li:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(min(280px, 38vw), 1fr));
    width: min(100vw - 32px, 820px);
    min-width: 0;
  }
}
.nav-item:last-child .front-nav ul li .sub-menu {
  left: auto;
  right: 0;
}
.front-nav ul li .sub-menu li {
  width: 100%;
  border: none !important;
  border-left: none !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.front-nav ul li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1vw + 8px, 18px) clamp(12px, 1vw + 8px, 20px);
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  color: #63534a;
  font-size: clamp(14px, 0.35vw + 0.8rem, 17px);
  font-family: "Yu Gothic Medium", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.front-nav ul li .sub-menu li a:hover {
  background-color: #f0f0f0;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}
.front-nav ul li .sub-menu:has(.sub-menu-group) {
  display: flex !important;
  flex-direction: column !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: min(700px, 100vw - 32px);
  padding: 20px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .front-nav ul li .sub-menu:has(.sub-menu-group) {
    min-width: 0;
    width: min(100vw - 32px, 640px) !important;
    padding: 16px;
  }
}
.front-nav ul li .sub-menu:has(.sub-menu-group) {
  /* パターンAのグループ全体（li） */
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-group {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  align-items: flex-start;
  border-bottom: 1px solid #eee !important;
  padding: 10px 0 !important;
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-group .sub-menu-inner-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  flex-grow: 1;
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-group .sub-menu-inner-list li {
  width: auto !important;
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-group .sub-menu-inner-list li a {
  background-color: transparent !important;
  color: #63534a !important;
  justify-content: flex-start;
  padding: 10px 15px !important;
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-group .sub-menu-inner-list li a:hover {
  background-color: #f2f8ff !important;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%) !important;
}
.front-nav ul li .sub-menu:has(.sub-menu-group) .sub-menu-label {
  width: 180px;
  flex-shrink: 0;
  font-weight: bold;
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  text-align: center;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  padding: 12px;
  margin: 0;
}
.front-nav ul li {
  /* ホバーで表示 */
}
.front-nav ul li li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.front-nav ul li:not(:first-child):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.front-nav ul li:not(:first-child):hover .bottom-arrow {
  transition: transform 0.3s;
}
.front-nav ul li a {
  display: inline-block;
  text-align: center;
  font-size: clamp(14px, 0.55vw + 0.75rem, 18px);
  color: #63534a;
  font-weight: 400;
  line-height: 1.4;
  max-width: 100%;
}
.front-nav ul li a .nav-icon {
  width: clamp(22px, 1.5vw + 14px, 30px);
  height: clamp(30px, 2vw + 20px, 40px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.front-nav ul li a span {
  display: block;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  font-size: clamp(11px, 0.35vw + 0.55rem, 14px);
  padding-top: clamp(6px, 0.5vw + 4px, 10px);
}
.front-nav ul li a .bottom-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 6px auto 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #63534a;
}

.info {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info {
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 766px) {
  .info {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
}

.info-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 766px) {
  .info-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.info-img {
  flex: 0 0 38%;
  max-width: 420px;
  width: 100%;
  aspect-ratio: 5/5.5;
  overflow: hidden;
  align-self: flex-start;
}
.info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-img {
    flex: 0 0 auto;
    max-width: none;
    width: min(100%, 400px);
    margin-inline: auto;
    margin-bottom: 30px;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 766px) {
  .info-img {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
    margin-bottom: 24px;
    aspect-ratio: 4/3;
  }
}

.info-content {
  flex: 1;
  min-width: 0;
}
.info-content h2 {
  font-size: 38px;
  margin-bottom: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .info-content h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.info-content h2 span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  position: relative;
  color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .info-content h2 span {
    font-size: 13px;
    margin-top: 24px;
  }
}
.info-content h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 80px;
  height: 1px;
  background-color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .info-content h2 span::before {
    width: 60px;
    top: -12px;
  }
}
.info-content p {
  padding-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .info-content p {
    padding-bottom: 24px;
    font-size: 15px;
  }
}

.info-btns {
  margin-left: auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-btns {
    margin-left: 0;
  }
}
@media screen and (max-width: 766px) {
  .info-btns {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.info-btn {
  width: 250px;
  height: 40px;
  border: 1px solid #63534a;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 766px) {
  .info-btn {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }
}
.info-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 36px 0 16px;
  box-sizing: border-box;
  color: #63534a;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 766px) {
  .info-btn a {
    font-size: 14px;
  }
}
.info-btn__text {
  line-height: 1.2;
  text-align: center;
}
.info-btn__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  width: auto;
  max-width: 24px;
  height: auto;
  max-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-50%);
  transition: transform 0.28s ease;
}
.info-btn a:hover .info-btn__arrow {
  transform: translateY(-50%) translateX(6px);
}

.info-bg {
  position: absolute;
  height: 100%;
  width: 70%;
  right: 0;
  top: 0;
  background-color: #fff9f3;
  z-index: -1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-bg {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .info-bg {
    width: 100%;
  }
}

.info--reverse .info-bg {
  right: auto;
  left: 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info--reverse .info-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 766px) {
  .info--reverse .info-wrap {
    flex-direction: column-reverse;
  }
}
.info--reverse {
  /* 左カラム(.info-content)の幅は変えず、画像だけ右端まで伸ばす。
     .info-img の枠は元の flex 配分のまま、内側の <img> を absolute で右に拡張する。 */
}
.info--reverse .info-img {
  position: relative;
  overflow: visible;
  aspect-ratio: 16/14;
}
.info--reverse .info-img img {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: calc(100% + 100px + max(0px, (100vw - 1400px) / 2));
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info--reverse .info-img {
    overflow: hidden;
  }
  .info--reverse .info-img img {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .info--reverse .info-img {
    overflow: hidden;
  }
  .info--reverse .info-img img {
    position: static;
    width: 100%;
  }
}

.recruit .info-bg {
  background-color: #f3f3f3;
}

.clinic {
  width: 53%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic {
    width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .clinic {
    width: 100%;
    padding-top: 60px;
  }
}

.clinic-title {
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .clinic-title {
    margin-left: 0;
  }
}

.clinic-box {
  background-color: rgba(63, 183, 223, 0.1);
  border-radius: 30px 0 0 30px;
  padding: 60px 100px 80px 60px;
  margin-top: -10px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-box {
    padding: 10px 30px 30px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 766px) {
  .clinic-box {
    padding: 10px 10px 30px 10px;
    border-radius: 20px;
  }
}
.clinic-box p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clinic-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 766px) {
  .clinic-btn-wrap {
    gap: 40px;
  }
}

.clinic-btn-item a {
  font-weight: 400 !important;
}

.time-table-wrap {
  width: 100%;
  max-width: 750px;
}

.office-hour__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  table-layout: fixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 766px) {
  .office-hour__table {
    font-size: 14px;
  }
}
.office-hour__table th, .office-hour__table td {
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.office-hour__table th:last-child, .office-hour__table td:last-child {
  border-right: none;
}
.office-hour__table tr:first-child th, .office-hour__table tr:first-child td {
  font-weight: 400;
  color: #63534a;
}
.office-hour__table th {
  font-weight: 400;
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .office-hour__table th {
    width: 90px;
  }
}
.office-hour__table td {
  font-size: 18px;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}
@media screen and (max-width: 766px) {
  .office-hour__table td {
    font-size: 14px;
  }
}
.office-hour__table td.is-none {
  color: #63534a;
}

.clinic-text {
  padding: 20px;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  text-align: left !important;
  margin-top: 10px;
}

.about {
  padding-top: 80px;
  padding-bottom: 60px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .about {
    padding: 40px 0;
  }
}

.about-banners {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .about-banners {
    margin-bottom: 10px;
  }
}
.about-banners .about-big-img {
  margin-bottom: 0;
}

.about-big-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 766px) {
  .about-big-img {
    margin-bottom: 10px;
  }
}
.about-big-img img {
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 766px) {
  .about-big-img img {
    border-radius: 15px;
  }
}
.about-big-img img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.about-banners--two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .about-banners--two {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: 10px;
  }
}
.about-banners--two .about-big-img {
  margin-bottom: 0;
}
.about-banners--two img {
  width: 100%;
}

.about-en-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about-en-wrapper {
    opacity: 0.5;
  }
}
@media screen and (max-width: 766px) {
  .about-en-wrapper {
    display: none;
  }
}

.about-en-content {
  font-size: 120px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: rgba(63, 183, 223, 0.2);
  line-height: 1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about-en-content {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .about-en-content {
    font-size: 60px;
  }
}

.feature {
  background-color: #f3f3f3;
}

.system {
  position: relative;
  background: url(../img/top_03.webp) no-repeat center center/cover;
}
.system::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  z-index: 0;
}
.system > .inner {
  position: relative;
  z-index: 1;
}

.feature,
.system {
  padding: 120px 0;
  margin-bottom: 100px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature,
  .system {
    padding: 80px 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 766px) {
  .feature,
  .system {
    padding: 60px 0;
    margin-bottom: 50px;
  }
}
.feature h2,
.system h2 {
  font-size: 38px;
  margin-bottom: 40px;
  width: 50px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature h2,
  .system h2 {
    font-size: 30px;
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .feature h2,
  .system h2 {
    font-size: 24px;
    width: auto;
    margin-bottom: 24px;
  }
}
.feature h2 span,
.system h2 span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  position: relative;
  color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .feature h2 span,
  .system h2 span {
    font-size: 13px;
    margin-top: 24px;
  }
}
.feature h2 span::before,
.system h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 80px;
  height: 1px;
  background-color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .feature h2 span::before,
  .system h2 span::before {
    width: 60px;
    top: -12px;
  }
}

.feature-wrap,
.system-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-wrap,
  .system-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 766px) {
  .feature-wrap,
  .system-wrap {
    flex-direction: column;
    gap: 24px;
  }
}

.feature-lists,
.system-lists {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-lists,
  .system-lists {
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .feature-lists,
  .system-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }
}

.feature-list,
.system-list {
  width: calc((100% - 50px) / 3);
  border-radius: 25px;
  background-color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-list,
  .system-list {
    width: calc((100% - 20px) / 2);
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 766px) {
  .feature-list,
  .system-list {
    width: 100%;
    min-width: 0;
    padding: 16px 12px;
    border-radius: 14px;
  }
}
.feature-list h3,
.system-list h3 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-list h3,
  .system-list h3 {
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 766px) {
  .feature-list h3,
  .system-list h3 {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.feature-list h3::after,
.system-list h3::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #63534a;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 766px) {
  .feature-list h3::after,
  .system-list h3::after {
    width: 32px;
  }
}
@media screen and (max-width: 766px) {
  .feature-list p,
  .system-list p {
    font-size: 12px;
    line-height: 1.55;
  }
}

.feature-icon,
.system-icon {
  height: 70px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .feature-icon,
  .system-icon {
    height: 44px;
    margin: 8px auto;
  }
}
.feature-icon img,
.system-icon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.system-btn {
  margin-top: auto;
  text-align: center;
  padding-top: 8px;
}
.system-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 22px 8px 20px;
  border: 1px solid #63534a;
  border-radius: 22px;
  text-decoration: none;
  color: #63534a;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 766px) {
  .system-btn a {
    font-size: 11px;
    min-height: 34px;
    padding: 4px 10px;
    gap: 6px;
    border-radius: 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.system-btn a:hover {
  opacity: 0.85;
}
.system-btn__text {
  line-height: 1.3;
}
@media screen and (max-width: 766px) {
  .system-btn__text {
    font-size: 11px;
  }
}
.system-btn__arrow {
  width: auto;
  max-width: 20px;
  height: auto;
}
@media screen and (max-width: 766px) {
  .system-btn__arrow {
    max-width: 14px;
  }
}
.system-btn__arrow {
  max-height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
  transition: transform 0.28s ease;
}
.system-btn a:hover .system-btn__arrow {
  transform: translateX(5px);
}

.station {
  padding-top: 140px;
  padding-bottom: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  background: #cec4bb;
}
.station h2 {
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 767px) and (max-width:1024px) {
  .station h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .station h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.station h2 span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .station h2 span {
    font-size: 13px;
    margin-top: 24px;
  }
}
.station h2 span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 80px;
  height: 1px;
  background-color: #63534a;
}
@media screen and (max-width: 766px) {
  .station h2 span::before {
    width: 60px;
    top: -12px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .station {
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 766px) {
  .station {
    padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 60px 60px 0 0;
  }
}

.station-wrap {
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .station-wrap {
    padding-top: 24px;
  }
}

.station-tab {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #CDC5BC 0%, #A89A8B 100%);
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-tab {
    font-size: 20px;
    padding: 12px 18px;
  }
}
@media screen and (max-width: 766px) {
  .station-tab {
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 16px 16px 0 0;
  }
}

.station-box {
  background-color: #fff;
  border-radius: 0 38px 38px 38px;
  padding: 60px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-box {
    padding: 40px 30px;
    border-radius: 0 28px 28px 28px;
  }
}
@media screen and (max-width: 766px) {
  .station-box {
    padding: 24px 16px;
    border-radius: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 766px) {
  .station-map img {
    width: 100%;
    height: auto;
  }
}

.station-items {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-items {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .station-items {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}

.station-item {
  width: calc(50% - 15px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 766px) {
  .station-item {
    width: 100%;
  }
}
.station-item:first-child h3 {
  color: #e3b7ad;
}
.station-item:first-child .station-item-tab {
  background-color: #e3b7ad;
  color: #fff;
}
.station-item:last-child h3 {
  color: #96b999;
}
.station-item:last-child .station-item-tab {
  background-color: #96b999;
  color: #fff;
}

.station-item-tab {
  display: inline-block;
  border-radius: 20px 20px 0 0;
  padding: 5px 25px;
}
@media screen and (max-width: 766px) {
  .station-item-tab {
    padding: 5px 18px;
    font-size: 14px;
  }
}

.station-item-box {
  border: 1px solid #ab998c;
  padding: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-item-box {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 766px) {
  .station-item-box {
    padding: 20px 16px;
  }
}
.station-item-box h3 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width:1024px) {
  .station-item-box h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 766px) {
  .station-item-box h3 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

.station-more-btn {
  width: 200px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #ab998c;
  margin-left: auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .station-more-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
.station-more-btn a {
  display: inline-block;
  color: #63534a;
  text-align: center;
  padding-top: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .station-more-btn a {
    font-size: 14px;
    padding-top: 8px;
  }
}
.station-more-btn a img {
  width: 30px;
}

.blog-section {
  padding: 120px 0 140px;
}
@media screen and (max-width: 766px) {
  .blog-section {
    padding: 60px 0 80px;
  }
}

.blog-section-title {
  margin-bottom: 30px;
}

.blog-top-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .blog-top-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 766px) {
  .blog-top-list {
    grid-template-columns: 1fr;
  }
}
.blog-top-list .blog-item {
  width: auto;
}

.blog-section .more-btn {
  margin: 30px auto 0;
  display: block;
}
.blog-section .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-section .more-btn a img {
  margin: 0;
  vertical-align: middle;
}

.blog-empty {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.news {
  padding: 100px 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 766px) {
  .news {
    padding: 60px 0;
  }
}
.news h2 {
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .news h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.news h2 span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  position: relative;
  color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .news h2 span {
    font-size: 13px;
    margin-top: 24px;
  }
}
.news h2 span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 80px;
  height: 1px;
  background-color: #cec4bb;
}
@media screen and (max-width: 766px) {
  .news h2 span::before {
    width: 60px;
    top: -12px;
  }
}

.news-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.news-list__item {
  border-bottom: 1px solid #63534a;
}

.news-list__link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 25px 0;
  color: #63534a;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.news-list__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 766px) {
  .news-list__link {
    gap: 16px;
    padding: 14px 0;
  }
}

.news-list__date {
  flex: 0 0 auto;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .news-list__date {
    font-size: 14px;
  }
}

.news-list__title {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .news-list__title {
    font-size: 15px;
  }
}

.news-more {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .news-more {
    text-align: center;
  }
}

.news-more__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  padding: 0 36px 0 16px;
  box-sizing: border-box;
  border: 1px solid #63534a;
  border-radius: 20px;
  color: #63534a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 766px) {
  .news-more__link {
    width: 100%;
    max-width: 280px;
    font-size: 14px;
  }
}
.news-more__link:hover {
  opacity: 0.85;
}

.news-more__text {
  line-height: 1.2;
}

.news-more__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  width: auto;
  max-width: 24px;
  height: auto;
  max-height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-50%);
  transition: transform 0.28s ease;
}

.news-more__link:hover .news-more__arrow {
  transform: translateY(-50%) translateX(6px);
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #63534a;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

/* スムーズにスクロールさせる */
html {
  scroll-behavior: smooth;
}

/* アンカーリンクの着地点がヘッダー（例: 100px分）の下に隠れないように調整 */
.content-section {
  scroll-margin-top: 100px;
  margin-bottom: 60px; /* セクション同士の余白 */
}

/* 目次の簡易デザイン */
.anchor-nav {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* 全ての要素のアンカージャンプ位置をヘッダー分だけ上にずらす */
:target {
  scroll-margin-top: 150px; /* ヘッダーの高さ + 余裕分(25pxくらい) */
}
@media screen and (max-width: 766px) {
  :target {
    scroll-margin-top: 80px;
  }
}

/* または、セクションごとに指定する場合（こちらの方が確実な場合があります） */
section[id] {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 766px) {
  section[id] {
    scroll-margin-top: 80px;
  }
}

.anchor-nav-blog {
  background: #f9f9f9;
  padding: 30px;
  width: 100%;
  margin: 40px 0;
  border-radius: 8px;
}
.anchor-nav-blog p {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  border-bottom: 2px solid linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  margin-bottom: 10px;
}
.anchor-nav-blog ul {
  display: block;
  padding: 0;
}
.anchor-nav-blog ul li {
  list-style: none !important;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(135, 132, 135, 0.3);
}
.anchor-nav-blog ul li a {
  color: #63534a;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 12px 0 12px 25px;
  line-height: 1.6;
  transition: 0.3s;
}
.anchor-nav-blog ul li a:hover {
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  padding-left: 30px;
}
.anchor-nav-blog ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #63534a transparent transparent transparent;
  background: none;
}
.anchor-nav-blog ul li.is-h2 {
  font-weight: bold;
}
.anchor-nav-blog ul li.is-h2 a {
  font-size: 16px;
}
.anchor-nav-blog ul li.is-h3 {
  margin-left: 25px !important;
  border-bottom: 1px dashed rgba(135, 132, 135, 0.2);
}
.anchor-nav-blog ul li.is-h3 a {
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.anchor-nav-blog ul li.is-h3 a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #666 transparent transparent transparent;
  background: none;
  opacity: 1;
}
.anchor-nav-blog ul li:last-child {
  border-bottom: none;
}

.anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0 !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
.anchor-nav ul li {
  list-style: none !important;
  margin-left: 0 !important;
  width: calc(50% - 10px);
  border: 1px solid #63534a;
  transition: all 0.6s;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul li {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.anchor-nav ul li:hover {
  background-color: #63534a;
}
.anchor-nav ul li:hover a {
  color: #fff;
}
.anchor-nav ul li:hover a::before {
  border-color: #fff transparent transparent transparent;
  background-image: none;
}
.anchor-nav ul li a {
  color: #63534a;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 35px;
  width: 100%;
  height: 100%;
}
.anchor-nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #63534a transparent transparent transparent;
  background: none;
}

.page-top {
  position: relative;
  aspect-ratio: 10/2;
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top {
    margin-top: 75px;
    aspect-ratio: 10/3;
  }
}
@media screen and (max-width: 766px) {
  .page-top {
    margin-top: 60px;
    aspect-ratio: 10/4;
  }
}
.page-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 0;
}
.page-top h1 {
  font-size: 50px;
  letter-spacing: 0.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 766px) {
  .page-top h1 {
    font-size: 26px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top h1 {
    font-size: 40px;
  }
}

.page-top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news {
  padding-top: 140px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.page-news a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 766px) {
  .page-news {
    padding-top: 40px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-news {
    padding-top: 100px;
  }
}

.page-news-item {
  display: block;
  color: #63534a;
  padding: 40px 0;
  border-bottom: 2px solid #EDEDED;
}
.page-news-item h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .page-news-item h2 {
    font-size: 18px;
  }
}
.page-news-item p {
  line-height: 1.6;
}

.page-news-title {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .page-news-title {
    font-size: 18px;
  }
}

.news-back-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.news-back-btn .btn {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  /* 1. 通常時の線の状態（幅0） */
}
.news-back-btn .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a89a8b;
  /* 左を起点にして、最初は横幅を0に（見えない状態） */
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.news-back-btn .btn {
  /* 2. ホバー時に横幅を1（100%）に伸ばす */
}
.news-back-btn .btn:hover {
  opacity: 0.8;
}
.news-back-btn .btn:hover::after {
  transform: scaleX(1);
}

/* ページネーションの基本スタイル */
.pagination {
  margin-top: 40px;
  text-align: center;
  margin: 0 auto;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a, .pagination span {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.nav-links {
  display: flex;
  margin-top: 60px;
}

.pagination .current {
  background: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%); /* クリニックのテーマカラーに合わせて変更してください */
  color: #fff;
  border-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}

.blog-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .blog-wrap {
    display: block;
  }
}

.blog-main {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 766px) {
  .blog-main {
    width: 100%;
  }
}

.blog_category-news {
  width: 100%;
}

.blog-item {
  width: calc((100% - 30px) / 3);
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 15px;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #63534a;
}
@media (min-width: 767px) and (max-width:1024px) {
  .blog-item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  .blog-item h2 {
    font-size: 16px;
  }
}
.blog-item .blog-more-btn {
  font-weight: 700;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  margin-top: 30px;
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.blog-item .blog-more-btn:hover {
  opacity: 0.7;
}
.blog-item .blog-more-btn img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 10px;
}

.blog-date {
  padding-right: 10px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}

.blog-category {
  background-color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  margin-top: 10px;
}
.blog-category a {
  color: #fff;
}

.sidebar {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .sidebar {
    width: 100%;
    padding-top: 40px;
  }
}
.sidebar .side-widget .widget-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  position: relative;
}
.sidebar .side-banners {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar .side-banners .banner-item {
  transition: opacity 0.3s;
  width: 100%;
}
.sidebar .side-banners .banner-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.sidebar .side-banners .banner-item:hover {
  opacity: 0.8;
}
.sidebar .post-list {
  list-style: none;
  padding: 0;
}
.sidebar .post-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.sidebar .post-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .post-list li a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #63534a;
}
.sidebar .post-list li a:hover .post-text {
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
}
.sidebar .post-list li .post-img {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
}
.sidebar .post-list li .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.sidebar .post-list li .post-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}
.sidebar .post-list li .post-date {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
}
.sidebar .side-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .side-categories ul li {
  border-bottom: 1px solid #ececec;
}
.sidebar .side-categories ul li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 5px;
  text-decoration: none;
  color: #63534a;
  font-size: 0.95rem;
  transition: all 0.3s;
}
.sidebar .side-categories ul li a span {
  color: #888;
  font-size: 0.85rem;
}
.sidebar .side-categories ul li a:hover {
  color: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  padding-left: 10px;
}

.entry-content {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content h2 {
  color: #a89a8b;
  font-size: 30px;
  padding: 1em 0 1.5em 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 2em 0 1em;
  position: relative;
  z-index: 0;
}
.entry-content h2::after {
  width: 60px;
  height: 4px;
  background-color: #a89a8b;
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.entry-content h2::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/logo.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .entry-content h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3 {
  font-size: 24px;
  margin: 1.5em 0 1em;
  font-weight: 500;
  padding: 8px 0 8px 20px;
  border-left: 7px solid #a89a8b;
}
@media screen and (max-width: 766px) {
  .entry-content h3 {
    font-size: 1.2rem;
  }
}
.entry-content h4 {
  font-size: 20px;
  margin: 1em 0 1em;
  font-weight: 500;
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #a89a8b;
}
@media screen and (max-width: 766px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  font-size: 18px;
  margin: 1em 0 0.8em;
  font-weight: 600;
  padding: 0 0 0 1.2em;
  position: relative;
  display: flex;
  align-items: center;
}
.entry-content h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #a89a8b;
  transform: rotate(45deg);
}
@media screen and (max-width: 766px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content {
  /* リスト（箇条書き）のポッチを復活 */
}
.entry-content ul {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content ol {
  list-style: decimal;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ol li {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.entry-content {
  /* 太字 */
}
.entry-content strong, .entry-content b {
  font-weight: bold;
}
.entry-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/6;
}
.entry-content {
  /* リンク */
}
.entry-content a {
  text-decoration: underline;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content {
  /* 画像のレスポンシブ対応 */
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.entry-content .wp-block-button__link {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  color: #333 !important;
  background: none !important;
  border: none !important;
  padding: 0 70px 0 0;
  letter-spacing: 0.1em;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
  .entry-content .wp-block-button__link {
    font-size: 16px;
  }
}
.entry-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #a89a8b;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.4s;
  z-index: 1;
}
.entry-content .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 45px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) skewX(45deg);
  transition: 0.4s;
  z-index: 2;
}
.entry-content .wp-block-button__link {
  border-bottom: none;
}
.entry-content .wp-block-button__link:hover {
  color: #a89a8b !important;
  padding-right: 80px;
}
.entry-content .wp-block-button__link:hover::before {
  background: #333;
  opacity: 1;
  right: -5px;
}
.entry-content .wp-block-button__link:hover::after {
  right: 10px;
  width: 55px;
  border-color: #fff;
}

.wp-block-table {
  letter-spacing: 0.1rem;
}
.wp-block-table table thead {
  padding: 20px 0 !important;
}
.wp-block-table table thead tr {
  color: #fff;
  background-color: #a89a8b;
}
.wp-block-table table thead tr th {
  padding: 20px 0;
}
.wp-block-table table td {
  border-bottom: 1px solid #EDEDED !important;
}
.wp-block-table table td:not(:first-child) {
  color: #a89a8b;
}
.wp-block-table table td {
  text-align: center;
  padding: 20px 0;
}

.disease-simple-wrap {
  padding-top: 60px;
}

.disease-simple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list {
    gap: 10px;
  }
}
.disease-simple-list li {
  width: calc((100% - 40px) / 3);
  background-color: rgba(63, 183, 223, 0.8);
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li {
    padding: 30px 40px 30px 20px;
    width: calc((100% - 10px) / 2);
  }
}
.disease-simple-list li:hover {
  opacity: 0.6;
}
.disease-simple-list li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 50px 60px 50px 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) and (max-width:1024px) {
  .disease-simple-list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 766px) {
  .disease-simple-list li a {
    font-size: 16px;
    padding: 0;
  }
}
.disease-simple-list li img {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li img {
    right: 10px;
    width: 20px;
  }
}

.content-404 {
  padding-top: 60px;
}
.content-404 h2 {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
.content-404 p {
  line-height: 2;
}

/* グループブロックの全幅設定を物理的に端まで広げる */
.wp-block-group.alignwide {
  margin-top: 0;
  margin-bottom: 0;
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  /* 背景色を塗るための余白（必要に応じて調整） */
  padding: 60px 0;
}

/* 中身のコンテンツだけは元の幅（例：1100px）に収める */
.wp-block-group.alignwide > div {
  max-width: 1100px; /* サイトの基本コンテンツ幅に合わせる */
  margin: 0 auto;
  padding: 0 20px; /* スマホ用の余白 */
}

/* テーブルの外枠（スクロールコンテナ） */
.is-scroll-on-mobile {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* スマホ時のみテキストを表示 */
}
@media screen and (max-width: 766px) {
  .is-scroll-on-mobile::before {
    content: "※横にスクロールできます";
    display: block;
    font-size: 11px;
    color: #888;
    text-align: right;
    margin-bottom: 5px;
    font-weight: normal;
  }
}

/* --------------------------------------------------------------------------
   Contact Form 7（サイトトンマナ・レスポンシブ）
   -------------------------------------------------------------------------- */
.contact-form-wrap {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  border-top: 1px solid rgba(99, 83, 74, 0.12);
}
.contact-form-wrap .wpcf7 {
  max-width: min(36rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .contact-form-wrap .wpcf7 {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-form-wrap .wpcf7-form {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #63534a;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .contact-form-wrap .wpcf7-form {
    /* テキスト系：左ラベル列 + 右入力列（inner いっぱい）※送信行は除外 */
  }
  .contact-form-wrap .wpcf7-form > p:has(.wpcf7-form-control-wrap):not(:has(.wpcf7-acceptance)):not(:has(input[type=submit])) {
    display: grid;
    grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
    -moz-column-gap: clamp(1rem, 2vw, 2rem);
         column-gap: clamp(1rem, 2vw, 2rem);
    row-gap: 0.35rem;
    align-items: center;
  }
  .contact-form-wrap .wpcf7-form > p:has(textarea) {
    align-items: start;
  }
  .contact-form-wrap .wpcf7-form > p:has(.wpcf7-form-control-wrap):not(:has(.wpcf7-acceptance)):not(:has(input[type=submit])) > label {
    display: contents;
  }
  .contact-form-wrap .wpcf7-form > p:has(.wpcf7-form-control-wrap):not(:has(.wpcf7-acceptance)):not(:has(input[type=submit])) > label br {
    display: none;
  }
  .contact-form-wrap .wpcf7-form > p .wpcf7-not-valid-tip {
    grid-column: 1/-1;
  }
}
.contact-form-wrap {
  /* 送信ボタン行：常に左右中央（.wpcf7-form-control-wrap の width:100% だと flex でも見た目が左寄せになるため上書き） */
}
.contact-form-wrap .wpcf7-form p:has(input[type=submit]) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.contact-form-wrap .wpcf7-form p:has(input[type=submit]) .wpcf7-form-control-wrap {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.contact-form-wrap .wpcf7-form p:has(input[type=submit]) input[type=submit] {
  margin-top: 0;
}
.contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
}
@media screen and (min-width: 1025px) {
  .contact-form-wrap .wpcf7-form-control-wrap {
    margin-top: 0;
  }
}
.contact-form-wrap label {
  display: block;
  font-weight: 600;
  font-size: clamp(0.9rem, 0.2vw + 0.85rem, 1rem);
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
  color: #63534a;
  line-height: 1.5;
}
.contact-form-wrap p {
  margin: 0 0 1.35rem;
}
.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap input[type=tel],
.contact-form-wrap input[type=url],
.contact-form-wrap input[type=number],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.85rem 1rem;
  font-size: max(16px, 0.95rem);
  line-height: 1.5;
  font-family: inherit;
  color: #63534a;
  background-color: #fff;
  border: 1px solid rgba(99, 83, 74, 0.28);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-wrap input[type=text]:focus,
.contact-form-wrap input[type=email]:focus,
.contact-form-wrap input[type=tel]:focus,
.contact-form-wrap input[type=url]:focus,
.contact-form-wrap input[type=number]:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: #a89a8b;
  box-shadow: 0 0 0 3px rgba(168, 154, 139, 0.22);
}
.contact-form-wrap input[type=text]::-moz-placeholder, .contact-form-wrap input[type=email]::-moz-placeholder, .contact-form-wrap input[type=tel]::-moz-placeholder, .contact-form-wrap input[type=url]::-moz-placeholder, .contact-form-wrap input[type=number]::-moz-placeholder, .contact-form-wrap select::-moz-placeholder, .contact-form-wrap textarea::-moz-placeholder {
  color: rgba(99, 83, 74, 0.45);
}
.contact-form-wrap input[type=text]::placeholder,
.contact-form-wrap input[type=email]::placeholder,
.contact-form-wrap input[type=tel]::placeholder,
.contact-form-wrap input[type=url]::placeholder,
.contact-form-wrap input[type=number]::placeholder,
.contact-form-wrap select::placeholder,
.contact-form-wrap textarea::placeholder {
  color: rgba(99, 83, 74, 0.45);
}
.contact-form-wrap textarea {
  min-height: 10rem;
  resize: vertical;
}
.contact-form-wrap input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(280px, 100%);
  padding: 0.85rem 2.25rem;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  border: none;
  border-radius: 25px;
  background: linear-gradient(90deg, #cdc5bc 0%, #a89a8b 100%);
  transition: opacity 0.25s ease, transform 0.2s ease;
  box-sizing: border-box;
}
.contact-form-wrap input[type=submit]:hover {
  opacity: 0.9;
}
.contact-form-wrap input[type=submit]:focus-visible {
  outline: 2px solid #a89a8b;
  outline-offset: 3px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-form-wrap input[type=submit] {
    min-width: min(240px, 100%);
  }
}
@media screen and (max-width: 766px) {
  .contact-form-wrap input[type=submit] {
    width: min(250px, 100%);
    min-width: min(250px, 100%);
    max-width: 100%;
  }
}
.contact-form-wrap .wpcf7-acceptance {
  margin-top: 0.5rem;
}
.contact-form-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form-wrap .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-weight: 500;
  font-size: clamp(0.82rem, 0.15vw + 0.78rem, 0.92rem);
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.55;
  text-align: left;
}
.contact-form-wrap .wpcf7-acceptance input[type=checkbox] {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0;
  flex-shrink: 0;
  accent-color: #a89a8b;
}
.contact-form-wrap {
  /* 同意チェックを囲む p を中央寄せ */
}
.contact-form-wrap .wpcf7-form p:has(.wpcf7-acceptance) {
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact-form-wrap p.cf7-consent,
.contact-form-wrap .cf7-consent {
  font-size: clamp(0.82rem, 0.15vw + 0.78rem, 0.9rem);
  line-height: 1.65;
  margin: 0.75rem 0 1rem;
  color: rgba(99, 83, 74, 0.9);
  text-align: center;
}
.contact-form-wrap p.cf7-consent a,
.contact-form-wrap .cf7-consent a {
  color: #63534a;
  text-decoration: underline;
  font-weight: 500;
}
.contact-form-wrap p.cf7-consent a:hover,
.contact-form-wrap .cf7-consent a:hover {
  opacity: 0.75;
}
.contact-form-wrap .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 0.35rem;
  color: #b54a4a;
}
.contact-form-wrap .wpcf7-response-output {
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.55;
  border: 1px solid transparent;
}
.contact-form-wrap .wpcf7-validation-errors {
  border-color: rgba(181, 74, 74, 0.35);
  background: rgba(181, 74, 74, 0.06);
  color: #63534a;
}
.contact-form-wrap .wpcf7-mail-sent-ok {
  border-color: rgba(98, 183, 138, 0.45);
  background: rgba(98, 183, 138, 0.08);
  color: #63534a;
}
.contact-form-wrap .ajax-loader {
  margin-left: 0.75rem;
  vertical-align: middle;
}
@media screen and (max-width: 766px) {
  .contact-form-wrap {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* サイトマップ（テンプレート：サイトマップ）— シンプルなボーダー区切り */
.sitemap-page {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.sitemap-page .sitemap-list {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
  border-top: 1px solid rgba(99, 83, 74, 0.22);
}
.sitemap-page .sitemap-list__item {
  margin: 0;
  border-bottom: 1px solid rgba(99, 83, 74, 0.18);
}
.sitemap-page .sitemap-list__item a {
  display: block;
  padding: 0.95rem 0.35rem;
  color: #63534a;
  text-decoration: none;
  font-size: clamp(0.9rem, 0.2vw + 0.85rem, 1rem);
  line-height: 1.55;
  transition: background-color 0.15s ease;
}
.sitemap-page .sitemap-list__item a:hover {
  background-color: rgba(99, 83, 74, 0.05);
}
.sitemap-page .sitemap-empty {
  margin: 0 auto 2rem;
  max-width: min(40rem, 100%);
  padding: 1rem 0.35rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(99, 83, 74, 0.85);
}

/* プライバシーポリシー（テンプレート：プライバシーポリシー） */
.privacy-page {
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.privacy-page .l-privacy {
  max-width: min(48rem, 100%);
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #63534a;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.privacy-page .l-privacy__item {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(99, 83, 74, 0.12);
}
.privacy-page .l-privacy__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.privacy-page .l-privacy__item h3 {
  font-size: clamp(1.05rem, 0.3vw + 0.95rem, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0 0.35rem 0.85rem;
  border-left: 4px solid #a89a8b;
  color: #63534a;
}
.privacy-page .l-privacy__item p {
  margin: 0 0 0.75rem;
  font-size: clamp(0.9rem, 0.2vw + 0.82rem, 1rem);
  line-height: 1.85;
}
.privacy-page .l-privacy__item p:last-child {
  margin-bottom: 0;
}
.privacy-page .l-privacy__item ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style: disc;
}
.privacy-page .l-privacy__item ul li {
  margin-bottom: 0.45rem;
  font-size: clamp(0.9rem, 0.2vw + 0.82rem, 1rem);
  line-height: 1.75;
}
.privacy-page .l-privacy__item ul li:last-child {
  margin-bottom: 0;
}
.privacy-page .l-privacy__info {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.5rem);
  background: rgba(99, 83, 74, 0.05);
  border: 1px solid rgba(99, 83, 74, 0.12);
  border-radius: 12px;
}
.privacy-page .l-privacy__info p {
  margin: 0 0 0.55rem;
  font-size: clamp(0.9rem, 0.2vw + 0.82rem, 1rem);
  line-height: 1.75;
}
.privacy-page .l-privacy__info p:last-child {
  margin-bottom: 0;
}
.privacy-page .l-privacy__info p a {
  color: #63534a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-page .l-privacy__info p a:hover {
  opacity: 0.75;
}

/* 全幅ブロック自体の設定 */
.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  /* ↓ これが重要：中身を中央に寄せるための設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 全幅ブロックの直下にある要素（中身）を制限する */
.alignfull > * {
  width: 100%;
  max-width: 1100px; /* ここをtheme.jsonのcontentSizeと合わせる */
  margin-left: auto;
  margin-right: auto;
  /* スマホで端に張り付かないように余白を作る */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* 例外：画像ブロック自体が全幅の場合は、中身の制限を解除する */
.wp-block-image.alignfull > img {
  max-width: 100vw;
  padding: 0;
}/*# sourceMappingURL=main.css.map */