@charset "UTF-8";
/******************************************************************
Theme Name: Sakura clinic Theme
Theme URI: https://dental-sakura.jp/
Description: 無限の可能性へ。
Version: 1.0.0
Author: VALUEPAGE
Author URI: https://vpage.co.jp/
******************************************************************/
/* ========================================
   CSS Variables
======================================== */
:root {
  /* Colors */
  --primary: #D1588E;
  --secondary: #FEF1F4;
  --color-accent: #B6FFA3;
  --black: #777777;
  --black-light: #908894;
  --color-border: #FCB7C6;
  --color-bg-pink: #FEE2E8;
  --color-gradient-start: #ff8aa8;
  --color-gradient-end: #FEE0E5;
  --color-bg-header: #ff8aa8;

  /* Typography */
  --font-size-base: 16px;
  --font-size-small: 14px;
  --font-size-medium: 18px;
  --font-size-large: 24px;
  --font-size-xlarge: 27px;
  --font-size-xxlarge: 30px;
  --font-size-xxxlarge: 36px;
  --font-size-huge: 48px;

  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-xxl: 64px;

  /* Layout */
  --container-width: 1272px;
  --content-padding: 324px;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 30px;
  --radius-lg: 50px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: .2s ease;
  --transition-normal: .3s ease;
}
/* ========================================
   CSS Reset
======================================== */
html {
  overflow-x: hidden;
}
body {
  color: var(--black);
  background-color: var(--bs-white);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, sans-serif;
  font-size: var(--font-size-base);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  margin: 0;
}
.number-font {
  font-family: Arial, Helvetica, sans-serif;
}
a:hover {
  opacity: .75;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
}
h2, .h2, .fs-xxl {
  font-size: clamp(1.5em, 1.5rem + 1.2vw, 2em);
  line-height: 1.3;
}
h3, .h3, .fs-xl {
  font-size: clamp(1.375em, 1.375rem + .4vw, 1.5em);
  line-height: 1.4;
}
h4, .h4, .fs-lg {
  font-size: clamp(1.25em, 1.25rem + .3vw, 1.333em);
  line-height: 1.5;
}
h5, .h5, .fs-md {
  font-size: clamp(1.125em, 1.125rem + .2vw, 1.166em);
  line-height: 1.6;
}
ul, ol {
  list-style: none;
}
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb ol li a::after {
  color: var(--black);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#breadcrumb li a {
  text-decoration: none;
}
button {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="email"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--bs-gray-400);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--bs-gray-400);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--bs-gray-100);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-primary {
  background-color: var(--primary);
}
.text-primary {
  color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.color-bg-header, .color-bg-footer {
  background-color: var(--color-bg-header);
  color: var(--bs-white);
}
.color-bg-header a , .color-bg-footer a {
  color: var(--bs-white);
}
::selection {
  color: var(--bs-white);
  background-color: var(--primary);
}
table {
  border-collapse: collapse;
}
table th, table td {
  width: 100%;
  display: inline-block;
  padding: .85em 0;
  text-align: left;
}
table th + td {
  padding-top: 0;
}
table td {
  border-bottom: 1px solid var(--bs-gray-400);
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: var(--font-size-medium);
  }
  table th, table td {
    display: table-cell;
    width: auto;
  }
  table tr {
    border-bottom: 1px solid var(--bs-gray-400);
  }
  table th + td {
    padding-top: 20px;
  }
  table td {
    border-bottom: none;
  }
}
/* ========================================
   Common Classes
======================================== */
.ms-4-large {
  margin-left: 30px;
}
.fs-base {
  font-size: clamp(16px, 1rem + 0.3vw, 18px);
}
.policy ul {
  list-style: none;
  padding-left: 0;
}
.policy ul li {
  position: relative;
  padding-left: 25px;
}
.policy ul li span {
  position: absolute;
  left: 0;
}
#page-top {
  left: 10px;
  z-index: 2;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}
#not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul::marker {
  color: var(--primary);
}
#not-found ul li a {
  text-decoration: underline;
}
#not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
#post-not-found {
  border: 1px solid var(--primary);
  padding: 40px 20px;
  border-radius: 20px;
}
#post-not-found ul {
  list-style-type: disc;
  list-style-type: disc;
  list-style-type: disc;
  margin-left: 15px;
  margin-left: 15px;
  margin-left: 15px;
}
#post-not-found ul::marker {
  color: var(--primary);
}
#post-not-found ul li a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
}
#post-not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#post-not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
table.form {
  margin-top: -15px;
}
table.sp-block-table tr {
  border-bottom: 1px solid var(--black-light);
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
table.sp-block-table tr th {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table input[type="text"], table.sp-block-table input[type="email"], select, textarea {
  background-color: #FAFAFB;
  border: none;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.contact-btn-flex-box button {
  margin: 0 7.5px;
}
.asterisk {
  color: var(--bs-red);
}
.category-name {
  padding: .2em .5em;
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  font-size: 65%;
}
.tel-area-number {
  position: relative;
  padding-left: 2.5rem;
}
.tel-area-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./library/images/icon/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
}
.tel-area-time {
  font-size: 14px;
  color: var(--black-light);
}
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
  #page-top {
    left: 20px;
  }
  #page-top img {
    height: 50px;
    width: 50px;
  }
  #not-found {
    padding: 40px;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 40px;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  table.sp-block-table tr th.text-top {
    vertical-align: text-top;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.form.sp-block-table tr th {
    padding: 20px 10px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
  .company-table th {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  .tel-area-number {
    padding-left: 3rem;
  }
  .tel-area-number::before {
    width: 36px;
    height: 36px;
  }
  table.form.sp-block-table tr th {
    width: 330px;
  }
}
/* ========================================
   Header
======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.header__top {
  height: auto;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.header__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.header-logo h2 {
  font-size: clamp(1.2em, 2.15vw, 1.666665em);
}
.header__hours {
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}
.header__hours-text {
  margin: 0;
  line-height: 1.4;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  font-size: var(--font-size-large);
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: var(--transition-fast);
  position: relative;
  padding-left: 2.5rem;
}
.header__phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./library/images/icon/icon-tel-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.header__phone:hover {
  opacity: .8;
}
.header__phone-number {
  letter-spacing: .6px;
}
.header__phone:hover {
  color: var(--primary);
  opacity: 1;
}
.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: 10px 30px;
  background-color: var(--color-accent);
  border-radius: var(--radius-lg);
  font-size: var(--font-size-medium);
  font-weight: 700;
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all var(--transition-normal);
}
.header__cta:hover {
  opacity: .85;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 252, 195, 0.4);
}
.header__cta-icon {
  position: relative;
  padding-left: 2rem;
}
.header__cta-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./library/images/icon/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.header-hamburger-btn {
  height: 60px;
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.header-hamburger-btn-line {
  height: 3px;
  width: 100%;
  background: var(--bs-white);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.header-hamburger-btn-line:nth-child(1) {
  top: calc(50% - 13px);
}
.header-hamburger-btn-line:nth-child(2) {
  transform: translateY(-50%);
}
.header-hamburger-btn-line:nth-child(3) {
  top: calc(50% + 10px);
}
.open .header-hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
  background: var(--black);
}
.open .header-hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
  background: var(--black);
}
.open .header-hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
  background: var(--black);
}
.header-hamburger-nav {
  position: fixed;
  right: -769px;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-hamburger-nav::-webkit-scrollbar {
  display: none;
}
.header-hamburger-nav-logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: var(--black);
}
.header-hamburger-nav-logo img {
  height: 30px;
}
.header-hamburger-nav-inner ul {
  list-style: none;
}
.header-hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.header-hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.header-hamburger-nav-inner a {
  display: block;
  padding: 15px 0;
  line-height: 1.2;
  border-bottom: 1px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  letter-spacing: 2px;
}
.header-hamburger-nav-inner .menu-item a.icon-clinic::before, .header-hamburger-nav-inner .menu-item a.icon-service::before, .header-hamburger-nav-inner .menu-item a.icon-recruit::before, .header-hamburger-nav-inner .menu-item a.icon-news::before {
  left: calc(50% - 5.5rem);
}
.header-hamburger-nav-inner .menu-item a.icon-phone::before {
  left: calc(50% - 5.5rem);
}
.header-hamburger-nav-inner .accordion_icon {
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  top: 0;
  z-index: 11;
  cursor: pointer;
  margin: 5px 0;
}
.header-hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--bs-white);
  border-right: 2px solid var(--bs-white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.header-hamburger-nav-inner .sub-menu {
  display: none;
  padding-left: 0;
}
.header-hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.header-hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-contact-btn {
  border-radius: 25px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.header__nav {
  background-color: var(--bs-white);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.header__nav-list {
  display: none;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: var(--spacing-sm) 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--bs-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__nav-list.is-active {
  display: flex;
}
.header__nav-item {
  margin: 0;
  width: 100%;
  max-width: calc(100% / 4);
  border-bottom: 1px solid rgba(70, 56, 77, 0.1);
}
.header__nav-item:last-child {
  border-bottom: none;
}
.header__nav > li.header__nav-item {
  display: flex;
}
.header__nav > li.header__nav-item .icon-clinic, .header__nav > li.header__nav-item .icon-service, .header__nav > li.header__nav-item .icon-recruit, .header__nav > li.header__nav-item .icon-news, .header__nav > li.header__nav-item .icon-phone {
  padding-left: 4rem;
  position: relative;
}
.menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.menu-item .icon-clinic::before {
  background-image: url(./library/images/icon/icon-clinic-p.svg);
  color: var(--black);
}
.menu-item .icon-service::before {
  background-image: url(./library/images/icon/icon-service-p.svg);
}
.menu-item .icon-recruit::before {
  background-image: url(./library/images/icon/icon-recruit-p.svg);
}
.menu-item .icon-news::before {
  background-image: url(./library/images/icon/icon-news-p.svg);
}
.menu-item .icon-phone::before {
  background-image: url(./library/images/icon/icon-tel-p.svg);
}
.header__nav-link {
  display: block;
  font-size: clamp(var(--font-size-base), 1.5vw, var(--font-size-medium));
  font-weight: 500;
  padding: var(--spacing-sm) var(--spacing-md);
  position: relative;
  transition: var(--transition-fast);
  text-align: center;
}
.header__nav-link::after {
  display: none;
}
.header__nav-link:hover {
  opacity: 1;
  color: var(--primary);
}
.header__nav-link:hover::after {
  width: 100%;
}
.sub-menu .header__nav-link:hover::after {
  width: 0;
}
@media print, screen and (min-width: 576px) {
  .header-hamburger-nav {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 80px;
  }
  .header__top-container {
    flex-direction: row;
    justify-content: space-between;
    gap: var(--spacing-lg);
  }
  .header__contact-wrapper {
    flex-direction: row;
    gap: var(--spacing-sm);
    width: auto;
  }
  .header__hours {
    text-align: left;
  }
  .header__logo {
    font-size: var(--font-size-large);
  }
  .header__phone {
    font-size: var(--font-size-large);
  }
  .header__nav {
    height: 46px;
  }
  .header__nav-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--spacing-md);
    position: static;
    padding: 0;
    box-shadow: none;
  }
  .header__nav-item {
    width: auto;
    border-bottom: none;
  }
  .header__nav-link {
    display: inline-block;
    padding: 12px 0;
    text-align: left;
  }
  .header__nav-link::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: width var(--transition-normal);
    display: block;
  }
  .header__nav-toggle {
    display: none;
  }
  .header__nav > li {
    padding: 0 15px;
    position: relative;
    list-style: none;
    letter-spacing: 2px;
  }
  .header__nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding-top: 6px;
    background: var(--bs-white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    width: 250px;
    padding-left: 0;
  }
  .header__nav > li:hover > ul.sub-menu {
    display: block;
  }
  .header__nav ul.sub-menu li {
    padding: 0;
    max-width: 100%;
  }
  .header__nav ul.sub-menu li a {
    padding: 10px;
    border: 1px solid var(--bs-gray-100);
    display: block;
    line-height: 1.2;
    margin-top: -1px;
    background: var(--bs-gray-100);
    text-align: left;
  }
  .header__nav ul.sub-menu li a:hover {
    background: var(--primary);
    color: var(--bs-white);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header__top {
    min-height: 72px;
  }
  .header__nav {
    height: 66px;
  }
  .header__nav-list {
    gap: 48px;
  }
  .header__contact-wrapper {
    gap: var(--spacing-md);
  }
  .header__top-container {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .header__phone {
    font-size: var(--font-size-xxlarge);
  }
  .header__nav-item {
    max-width: calc(100% / 6);
  }
}

@media (min-width: 1200px) {
  .header__nav > li {
    border-right: 1px dotted #eee;
    width: 100%;
  }
  .header__nav > li:last-child {
    border-right: none;
  }
}

/* ========================================
   Page Hero
======================================== */
.page-hero {
  padding-top: 100px;
}
.page-hero__content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-hero__title-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  padding: var(--spacing-xs) var(--spacing-sm);
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  width: fit-content;
  min-width: 150px;
}
.page-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--color-gradient-start) 18%, #FEC9D1 39%, #FED9DF 77%, var(--color-gradient-end) 100%);
  opacity: 0.9;
  z-index: -1;
}
.page-hero__title {
  font-weight: 500;
  color: var(--bs-white);
  margin: 0;
  line-height: 1;
  position: relative;
}
.page-hero__image-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  width: 90%;
  max-width: 992px;
}
.page-hero__image {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}
@media (min-width: 992px) {
  .page-hero {
    padding-top: 140px;
  }
  .page-hero__title-wrapper {
    min-width: 250px;
  }
  .page-hero__title {
    font-size: var(--font-size-xxxlarge);
  }
  .page-hero__image {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .page-hero__title-wrapper {
    padding: var(--spacing-md) var(--spacing-lg);
    min-width: 450px;
  }
  .page-hero__title {
    font-size: var(--font-size-huge);
  }
}
/* ========================================
   Footer
======================================== */
.footer__content {
  background-color: var(--bs-white);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
}
.footer__clinic-name {
  font-size: var(--font-size-xlarge);
  margin-bottom: 10px;
}
.footer__address {
  font-weight: 400;
  margin-bottom: var(--spacing-md);
}
.footer__hours-box {
  background-color: var(--secondary);
  border-radius: var(--radius-md);
  padding: var(--spacing-sm);
}
.footer__hours-note {
  font-size: var(--font-size-small);
}
.footer__schedule {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer__schedule-row {
  display: grid;
  grid-template-columns: 80px repeat(8, 1fr);
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}
.footer__schedule-row--header {
  border-bottom: 1px dashed rgba(70, 56, 77, .25);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.footer__schedule-row:not(.footer__schedule-row--header) {
  border-bottom: 1px dashed rgba(70, 56, 77, .25);
}
.footer__schedule-row:last-child {
  border-bottom: none;
}
.footer__schedule-label, .footer__schedule-time,.footer__schedule-day, .footer__schedule-mark {
  font-size: var(--font-size-small);
}
.footer__schedule-day, .footer__schedule-mark {
  text-align: center;
}
.footer__map iframe {
  width: 100%;
  height: 397px;
}
.footer__nav {
  padding: var(--spacing-md) 0;
  margin-top: var(--spacing-md);
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xs) var(--spacing-md);
}
.footer__nav-list li, .footer__nav-list li a {
  font-size: var(--font-size-medium);
  letter-spacing: 2px;
}
.footer__nav-list li a {
  display: flex;
}
.footer__nav-list li .icon-clinic, .footer__nav-list li .icon-service, .footer__nav-list li .icon-recruit, .footer__nav-list li .icon-news, .footer__nav-list li .icon-phone {
  padding-left: 4rem;
  position: relative;
}
.footer__nav-list li a:hover, .footer__links a:hover {
  color: var(--primary);
  opacity: 1;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  text-align: center;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: center;
}
.footer__link, .footer__copyright {
  font-size: var(--font-size-small);
}
@media print, screen and (min-width: 768px) {
  .footer__content {
    padding: var(--spacing-xl);
  }
  .footer__description {
    font-size: var(--font-size-base);
  }
  .footer__clinic-name {
    font-size: var(--font-size-xxlarge);
  }
  .footer__address {
    margin-bottom: 2em;
  }
  .footer__hours-box {
    padding: 30px;
  }
  .footer__schedule-row {
    grid-template-columns: 110px repeat(8, 1fr);
  }
  .footer__nav-list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: var(--spacing-md);
  }
  .footer__links {
    flex-direction: row;
    gap: var(--spacing-xl);
  }
}
@media print, screen and (min-width: 992px) {
  .footer__map iframe {
    height: 100%;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-xl);
  }
}
@media print, screen and (min-width: 1200px) {
  .footer__schedule-row {
    gap: var(--spacing-sm);
  }
  .footer__schedule-label,
  .footer__schedule-time,
  .footer__schedule-day,
  .footer__schedule-mark {
    font-size: var(--font-size-medium);
  }
}
@media print, screen and (min-width: 1400px) {
  .footer__description {
    font-size: var(--font-size-medium);
  }
  .footer__schedule-row {
    gap: var(--spacing-md);
  }
}
/* ========================================
   Buttons
======================================== */
.secondary-btn {
  display: block;
  padding: 10px 16px;
  background-color: var(--bs-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: var(--transition-normal);
  width: 100%;
  max-width: 300px;
  appearance: none;
  margin-left: auto;
  margin-right: auto;
}
.secondary-btn:hover {
  background-color: var(--secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(209, 88, 142, 0.2);
}
@media print, screen and (min-width: 768px) {
  .secondary-btn {
    width: auto;
    display: inline-block;
    max-width: none;
    min-width: 200px;
  }
}
/* ========================================
   Contact Section (共通)
======================================== */
.contact-section {
  position: relative;
  overflow: hidden;
  --y-0: 7%;
  --c-0: hsla(236.24999999999983, 65%, 95%, 1);
  --x-0: 24%;
  --x-1: 60%;
  --c-1: hsla(336.00000000000006, 100%, 82%, 1);
  --y-1: 24%;
  --c-2: hsla(236.2499999999999, 66%, 95%, 1);
  --y-2: 80%;
  --x-2: 85%;
  --y-3: 82%;
  --c-3: hsla(350.76923076923083, 100%, 87%, 0.5);
  --x-3: 13%;
  ;
  background-color: hsla(115, 0%, 100%, 1);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
}
@keyframes hero-gradient-animation {
  0% {
    --y-0: 7%;
    --c-0: hsla(236.24999999999983, 65%, 95%, 1);
    --x-0: 24%;
    --s-start-0: 13%;
    --s-end-0: 68%;
    --x-1: 60%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(336.00000000000006, 100%, 82%, 1);
    --y-1: 24%;
    --c-2: hsla(236.2499999999999, 66%, 95%, 1);
    --y-2: 80%;
    --x-2: 85%;
    --s-start-2: 9%;
    --s-end-2: 55%;
    --y-3: 82%;
    --c-3: hsla(350.76923076923083, 100%, 87%, 0.5);
    --x-3: 13%;
    --s-start-3: 5%;
    --s-end-3: 52%;
  }

  100% {
    --y-0: 92%;
    --c-0: hsla(236.2499999999999, 66%, 95%, 1);
    --x-0: 95%;
    --s-start-0: 13%;
    --s-end-0: 68%;
    --x-1: 2%;
    --s-start-1: 5%;
    --s-end-1: 72%;
    --c-1: hsla(337, 82%, 95%, 1);
    --y-1: 25%;
    --c-2: hsla(267, 52%, 83%, 1);
    --y-2: 94%;
    --x-2: 31%;
    --s-start-2: 9%;
    --s-end-2: 55%;
    --y-3: 20%;
    --c-3: hsla(350.76923076923083, 100%, 87%, 0.5);
    --x-3: 98%;
    --s-start-3: 5%;
    --s-end-3: 52%;
  }
}

@property --y-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 7%;
}
@property --c-0 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(236.24999999999983, 65%, 95%, 1);
}
@property --x-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 24%;
}
@property --s-start-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 13%;
}
@property --s-end-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 68%;
}
@property --x-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 60%;
}
@property --s-start-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 5%;
}
@property --s-end-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 72%;
}
@property --c-1 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(336.00000000000006, 100%, 82%, 1);
}
@property --y-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 24%;
}
@property --c-2 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(236.2499999999999, 66%, 95%, 1);
}
@property --y-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 80%;
}
@property --x-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 85%;
}
@property --s-start-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 9%;
}
@property --s-end-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 55%;
}
@property --y-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 82%;
}
@property --c-3 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(350.76923076923083, 100%, 87%, 0.5);
}
@property --x-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 13%;
}
@property --s-start-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 5%;
}
@property --s-end-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 52%;
}
.contact-section__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cherry-blossom {
  top: -12px;
  left: 12px;
  width: 60px;
  height: 60px;
}
.cherry-blossom-image {
  width: 100%;
  height: auto;
}
.contact-section__box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  width: 100%;
}
.contact-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-method__label {
  margin: 0 0 20px 0;
}
.contact-method__phone {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: var(--spacing-sm);
  transition: var(--transition-normal);
}
.contact-method__phone:hover {
  color: var(--primary);
  transform: translateY(-2px);
  opacity: 1;
}
.contact-method__phone-number, .contact-method__button-link {
  position: relative;
  padding-left: 1.35em;
}
.contact-method__phone-number::before, .contact-method__button-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-method__phone-number::before {
  width: 28px;
  height: 28px;
  background-image: url(./library/images/icon/icon-tel-b.svg);
}
.contact-method__hours, .contact-method__note {
  font-size: var(--font-size-base);
  margin: 0;
}
.contact-method__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  width: 100%;
  max-width: 320px;
  background-color: var(--color-accent);
  border-radius: var(--radius-full);
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-normal);
  margin-bottom: var(--spacing-sm);
  padding: 8px 24px;
}
.contact-method__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(153, 255, 165, 0.4);
}
.contact-method__button-link {
  padding-left: 2em;
}
.contact-method__button-link::before {
  width: 28px;
  height: 28px;
  background-image: url(./library/images/icon/icon-mail.svg);
}
.asterisk {
  background-color: var(--primary);
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 400;
  padding: .25rem .6rem;
  line-height: 1.2;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .contact-section__box {
    padding: 40px 60px;
  }
  .contact-method__phone {
    font-size: 48px;
    gap: 16px;
  }
  .contact-method__phone-number, .contact-method__button-link {
    padding-left: 1.25em;
  }
  .contact-method__phone-number::before {
    width: 48px;
    height: 48px;
  }
  .contact-method__button {
    max-width: 340px;
    width: 340px;
    font-size: 24px;
    padding: 10px 30px;
  }
  .contact-method__button-link {
    padding-left: 2em;
  }
  .contact-method__button-link::before {
    width: 36px;
    height: 36px;
    background-image: url(./library/images/icon/icon-mail.svg);
  }
}
@media (min-width: 992px) {
  .contact-method__label {
    margin: 0 0 26px 0;
  }
}
@media (min-width: 1200px) {
  .contact-section__box {
    padding: 60px 100px;
  }
  .cherry-blossom {
    top: -24px;
    width: 90.8px;
    height: 90.5px;
  }
  .contact-method__button {
    max-width: 360px;
    width: 360px;
    font-size: 27px;
    padding: 10px 70px 11px;
  }
}
@media (min-width: 1400px) {
  .contact-section__box {
    padding: 60px 180px;
  }
}
/* ========================================
   TOPページ・共通パーツ用CSS
======================================== */
/* Hero Section */
.hero {
  padding: 100px 0 0 0;
  position: relative;
  overflow: visible;
}
.hero__container {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.hero__image-wrapper {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 350px;
  width: 90%;
  margin-left: auto;
}
.hero__image {
  object-fit: cover;
  display: block;
}
.hero__text {
  position: absolute;
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.hero__catch {
  font-weight: 500;
  font-size: 24px;
  color: var(--bs-white);
  padding: var(--spacing-xs) var(--spacing-sm);
  position: relative;
  line-height: 1.3;
  margin: 0;
  width: fit-content;
}
.hero__catch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--color-gradient-start) 18%, #f2bec6 39%, #FED9DF 77%, var(--color-gradient-end) 100%);
  opacity: 0.9;
  z-index: -1;
}
.cherry-blossom-deco01 {
  top: -12px;
  left: -12px;
  width: 100px;
  height: 120px;
}
.cherry-blossom-deco02 {
  bottom: -12px;
  right: -12px;
  width: 90px;
  height: 100px;
}
.page-hero .cherry-blossom-deco01 {
  top: -24px;
  width: 80px;
  height: 91px;
}
.cherry-blossom-deco02 {
  width: 80px;
  height: 90px;
}
.cherry-blossom-deco03 {
  top: -12px;
  right: -12px;
  width: 100px;
  height: 85px;
}
/* Decorative Background Circles */
.section__bg-decoration::before, .section__bg-decoration::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: var(--radius-full);
  filter: blur(35px);
  pointer-events: none;
}
.section__bg-decoration-right::before {
  width: 400px;
  height: 400px;
  background: var(--color-bg-pink);
  right: 80px;
  bottom: -67px;
  z-index: -2;
}
.section__bg-decoration-right::after {
  width: 370px;
  height: 370px;
  background: var(--bs-white);
  opacity: .5;
  right: -80px;
  bottom: -234px;
  z-index: -1;
}
.section__bg-decoration-left::before {
  width: 707px;
  height: 707px;
  background: var(--color-bg-pink);
  left: -350px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}
.section__bg-decoration-left::after {
  width: 450px;
  height: 450px;
  background: var(--bs-white);
  opacity: .5;
  left: -145px;
  bottom: -100px;
  z-index: -1;
}
.hero__bg-decoration::before {
  width: 450px;
  height: 450px;
  background: var(--bs-white);
  opacity: .5;
  left: 150px;
  bottom: -125px;
  z-index: -1;
}
/* News Section */
.news__bg-decoration::before {
  width: 400px;
  height: 400px;
  background: var(--color-bg-pink);
  border-radius: var(--radius-full);
  left: 53px;
  top: -80px;
  z-index: -2;
}
.news__main {
  position: relative;
  flex: 1;
}
.news__list-wrapper {
  max-width: 100%;
}
.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--spacing-xl);
}
.news__item {
  padding: var(--spacing-xs) 20px var(--spacing-xs) 0;
  border-bottom: 1px solid rgba(70, 56, 77, 0.1);
  position: relative;
  transition: var(--transition-normal);
  border-bottom: none;
}
.news__item:hover {
  background-color: rgba(254, 241, 244, 0.5);
  padding-left: var(--spacing-sm);
}
.news__item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  transform: rotate(-45deg) translateY(-50%);
  flex-shrink: 0;
}
.news__date {
  font-weight: 400;
  flex-shrink: 0;
}
.news__title {
  flex: 1;
  position: relative;
}
.news__link {
  padding: var(--spacing-xs) 0;
  text-decoration: none;
  color: inherit;
  transition: var(--transition-normal);
  position: relative;
}
.news__link:hover {
  background-color: rgba(254, 241, 244, 0.3);
  padding-left: var(--spacing-sm);
}
/* Recruit Banner */
.recruit-banner {
  position: fixed !important;
  bottom: 50px !important;
  right: 15px !important;
  top: auto !important;
  left: auto !important;
  width: 180px;
  height: 147px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--spacing-sm);
  z-index: 2;
  cursor: pointer;
  transition: var(--transition-normal);
  text-decoration: none;
  border-radius: var(--radius-sm);
  overflow: hidden;
  opacity: 1;
  transform: translateY(20px);
}
.recruit-banner.visible {
  opacity: 1;
  transform: translateY(0);
}
.recruit-banner.relative {
  position: relative;
  bottom: auto;
  display: none;
}
a.recruit-banner.relative:hover {
  opacity: 0;
}
.recruit-banner.fade-out {
  opacity: 0;
  transform: translateY(20px);
}
.recruit-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.recruit-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.recruit-banner__title {
  font-size: 22px;
}
.recruit-banner__label {
  margin-top: .5rem;
}
.recruit-banner__separator {
  width: 60px;
  height: 4px;
  background-color: var(--color-border);
  margin: var(--spacing-xs) auto;
}
.recruit-banner__note {
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
/* Features Section */
.feature-card {
  background-color: rgba(254, 241, 244, 0.6);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.feature-card__number {
  position: absolute;
  top: 24px;
  left: 30px;
  font-size: var(--font-size-xxxlarge);
  font-weight: 700;
  color: var(--primary);
  width: 100%;
  display: block;
}
.feature-card__icon {
  width: 140px;
  height: 134px;
  margin: 0 auto;
}
.feature-card__icon-image {
  width: 100%;
  height: auto;
}
.feature-card__title {
  padding-bottom: var(--spacing-md);
  position: relative;
  line-height: 1.4;
}
.feature-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color-border);
}
.feature-card__text {
  line-height: 1.6;
}
/* Service Section */
.service-card, .quick-link-card {
  display: block;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bs-white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card {
  background: var(--secondary);
}
.service-card:hover, .quick-links-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(209, 88, 142, .1);
}
.service-card:focus-visible,
.quick-links-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(209, 88, 142, .2);
}
.service-card__body, .quick-links-card__body {
  padding: var(--spacing-xs) var(--spacing-md);
  background: var(--bs-white);
}
.service-card__body::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  transform: rotate(45deg) translateY(-50%);
  box-sizing: border-box;
}
.service-card__title {
  font-size: var(--font-size-large);
}
/* Quick Links Section */
.quick-links__grid {
  border-radius: var(--radius-md);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-md);
  padding: var(--spacing-lg);
}
.quick-links-card {
  display: block;
  text-decoration: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quick-links-card__body::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  transform: rotate(45deg) translateY(-50%);
  box-sizing: border-box;
}
.quick-links-card__title {
  font-size: var(--font-size-medium);
}
/* Recruit Section */
.recruit-section {
  padding: var(--spacing-xxl) 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right, transparent 50%, transparent 50%), url(../../../wp-content/uploads/2025/10/top-recruit-bg.jpg);
  background-size: 50% 100%, 50% 100%, cover;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.recruit-section__content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-lg);
  align-items: center;
  position: relative;
  z-index: 1;
}
.recruit-section__text {
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.recruit-section__catch-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.recruit-section__catch {
  font-size: 22px;
  padding: var(--spacing-xs) var(--spacing-sm);
  margin: 0;
  display: inline-block;
  width: fit-content;
  position: relative;
}
.recruit-section__catch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--color-gradient-start) 18%, #FEC9D1 39%, #FED9DF 77%, var(--color-gradient-end) 100%);
  opacity: 0.6;
  z-index: -1;
}
.recruit-section__description {
  line-height: 1.8;
}
.recruit-section__image-wrapper {
  order: -1;
}
.recruit-section__image--deco {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 33.333%;
  height: auto;
}
.recruit-section__image--main {
  z-index: -2;
  border-radius: var(--radius-md);
}
.w-60 {
  width: 60%;
}
.section__title {
  font-size: var(--font-size-large);
}
.section__title span {
  font-size: var(--font-size-small);
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-lg-4-large {
    margin-bottom: 30px;
  }
  /* TOP PAGE Responsive */
  .hero__container {
    justify-content: flex-end;
  }
  .hero__image-wrapper {
    height: 300px;
    width: 90%;
    margin: 0;
  }
  .hero__catch {
    font-size: calc(1.2rem + 0.5vw);
  }
  .section__title {
    font-size: var(--font-size-xxlarge);
  }
  .section__title span {
    font-size: 20px;
  }
  .news__content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }
  .news__header {
    width: 280px;
  }
  .news__item {
    display: flex;
    align-items: center;
    gap: var(--spacing-xl);
    padding: var(--spacing-xs) var(--spacing-lg) var(--spacing-xs) 0;
  }
  .news__link {
    display: flex;
    align-items: baseline;
    gap: var(--spacing-lg);
  }
  .service__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
  .service-card__body {
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .recruit-banner {
    right: 32px;
    width: 226px;
    height: 184px;
    padding: 20px;
  }
  .recruit-banner__title {
    font-size: 27px;
  }
  .recruit-banner__separator {
    margin: 0px auto 0px;
  }
  .quick-links__grid {
    padding: var(--spacing-lg);
  }
  .recruit-section__content {
    grid-template-columns: 387px 1fr;
    gap: 48px;
  }
  .recruit-section__image-wrapper {
    order: unset;
  }
  .recruit-section__image--deco {
    position: absolute;
    top: 0;
    left: 25%;
    width: 15%;
  }
  .recruit-section__image--main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .hero {
    padding: 140px 0 0 0;
  }
  .cherry-blossom-deco01, .page-hero .cherry-blossom-deco01 {
    top: 0;
    left: 12px;
  }
  .quick-links__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
  }
  .recruit-section__image--deco {
    top: -10px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .hero__image-wrapper {
    height: 400px;
  }
  .hero__catch {
    font-size: 30px;
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .section__title {
    font-size: var(--font-size-xxxlarge);
  }
  .news__link {
    gap: var(--spacing-lg);
  }
  .news__item {
    padding: var(--spacing-sm) var(--spacing-lg) var(--spacing-sm) 0;
  }
  .feature-card {
    padding: 40px 60px;
  }
  .service__grid {
    gap: 72px;
  }
  .service-card__title {
    font-size: var(--font-size-xxlarge);
  }
  .service-card__body, .quick-links-card__body {
    padding: var(--spacing-sm) var(--spacing-lg);
  }
  .quick-links__grid {
    padding: var(--spacing-xxl);
    gap: 72px;
  }
  .quick-links-card__title {
    font-size: var(--font-size-large);
  }
  .recruit-section__catch {
    font-size: 30px;
  }
  .recruit-section__content {
    grid-template-columns: 1fr 1fr;
  }
  .recruit-section__catch {
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .recruit-section__image--deco {
    top: -40px;
    left: 30%;
  }
  .recruit-section__image--main {
    max-width: 850px;
  }
}
@media (min-width: 1400px) {
  .hero__image-wrapper {
    height: 500px;
  }
  .hero__catch {
    font-size: 30px;
    padding: var(--spacing-sm) var(--spacing-md);
  }
  .cherry-blossom-deco01, .page-hero .cherry-blossom-deco01 {
    left: 2rem;
    width: 134px;
    height: 154px;
  }
  .cherry-blossom-deco02, .page-hero .cherry-blossom-deco02 {
    bottom: -1.2rem;
    right: -1.2rem;
    width: 130px;
    height: 147px;
  }
  .cherry-blossom-deco03 {
    width: 126px;
    height: 108px;
  }
}
/* ========================================
   下層ページ用CSS
======================================== */
/* clinic Page */
.clinic-feature--reverse {
  grid-template-columns: 1fr 612px;
}
.border-radius-md {
  border-radius: var(--radius-md);
}
.clinic-feature__image {
  width: 100%;
  height: auto;
  display: block;
}
/* Director Section */
.director__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-md);
  align-items: start;
}
.director__left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.director__logo {
  top: -12px;
  right: -12px;
  bottom: var(--spacing-xl);
  width: 126px;
  height: 108px;
}
.director__logo-image {
  width: 100%;
  height: auto;
}
.director__right {
  display: flex;
  flex-direction: column;
}
.director__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.director__profile-name {
  display: flex;
  align-items: baseline;
  gap: var(--spacing-sm);
}
.director__name {
  font-size: var(--font-size-xlarge);
  font-weight: 500;
}
.director__credentials {
  font-size: var(--font-size-small);
  color: var(--black-light);
  line-height: 1.6;
}
/* Facility Section */
.facility__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-md);
}
.facility__item {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition-normal);
}
.facility__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(209, 88, 142, 0.15);
}
.facility__image-wrapper {
  position: relative;
  background-color: #D9D9D9;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
  overflow: hidden;
}
.facility__image {
  width: 100%;
  object-fit: cover;
  display: block;
}
.facility__body {
  background-color: var(--bs-white);
  padding: var(--spacing-md);
}
.facility__title {
  font-size: var(--font-size-xxlarge);
  margin-bottom: var(--spacing-sm);
}
/* Service Page */
.service-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-sm);
  justify-content: center;
}
.service-detail-card {
  width: 100%;
  max-width: 576px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition-normal);
}
.service-detail-card__icon-wrapper {
  width: 140px;
  height: 140px;
  background-color: var(--color-bg-pink);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: -75px;
  position: relative;
}
.service-detail-card__icon-inner {
  width: 120px;
  height: 120px;
  background-color: var(--bs-white);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-detail-card__content {
  width: 100%;
  background-color: rgba(254, 241, 244, 0.6);
  border-radius: var(--radius-md);
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
.service-detail-card__header {
  background-color: var(--color-bg-pink);
  display: flex;
  align-items: center;
  padding: var(--radius-sm) var(--radius-md);
}
.service-detail-card__body {
  padding: var(--spacing-md) var(--radius-md) var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.service-detail-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.service-detail-card__list-item {
  padding-left: 40px;
  position: relative;
}
.service-detail-card__list-item::before {
  content: '';
  position: absolute;
  left: 4px;
  top: clamp(8px, 2vw, 11px);
  width: 20px;
  height: 20px;
  background-image: url(./library/images/icon/icon-petal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Service Page For New Patients Section */
.flow__steps {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.flow-step {
  width: 100%;
  min-height: auto;
  background-color: rgba(254, 241, 244, 0.6);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column; 
  align-items: center;
  padding: 40px var(--radius-md);
  gap: 30px; 
}
.flow-step__icon-wrapper {
  width: 100px;
  height: 100px;
  background-color: var(--bs-white);
  border-radius: var(--radius-full);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-step__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.flow-step__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* Service Page Flow Section */
.flow__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background-color: var(--bs-white);
  border-radius: 30px;
  padding: var(--spacing-md);
}
.flow__number {
  position: absolute;
  top: 6px;
  left: 16px;
  color: var(--primary);
  font-weight: 700;
  font-size: 30px;
}
.flow-step {
  width: 100%;
  height: auto;
  background-color: rgba(254, 241, 244, 0.6);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  gap: 30px;
}
.flow__step {
  flex: 1;
  background: var(--bs-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--spacing-sm);
}
.flow-step__number {
  position: absolute;
  top: 6px;
  left: 15px;
  color: var(--primary);
  font-size: var(--font-size-xxlarge);
}
.flow__icon {
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: var(--radius-full);
  margin: 0 auto var(--spacing-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__icon img {
  width: 30px;
  height: 30px;
}
.flow__step-title {
  position: relative;
  padding-bottom: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
  text-align: center;
}
.flow__step-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: var(--color-border);
  border-radius: 2px;
}
/* Price Page */
.text-note {
  position: relative;
  font-size: var(--font-size-small);
  line-height: 1.5;
  padding-left: var(--spacing-md);
}
.text-note span {
  position: absolute;
  left: 0;
  color: var(--primary);
}
/* Price Tables Section */
.border-ttl {
  border-bottom: 1px solid var(--black-light);
  padding-bottom: var(--spacing-md);
}
.price-table__thead {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin: var(--spacing-sm) 0;
}
.price-table__tbody {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.price-table__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: var(--spacing-xs) 0;
  align-items: center;
}
.price-table__desc {
  color: var(--black-light);
}
.price-table__price {
  text-align: right;
  color: var(--primary);
}
.price-table__note {
  font-size: var(--font-size-small);
  font-weight: 500;
  letter-spacing: 0.28px;
  color: var(--black);
  margin-top: 25px;
  line-height: 1.5;
}
.price-table__note span {
  color: var(--primary);
}
/* Payment Section */
.payment-section__bg-decoration::before {
  width: 536px;
  height: 536px;
  background: var(--color-bg-pink);
  right: -264px;
  top: -46px;
  z-index: -2;
}
.payment-section__bg-decoration::after {
  width: 340px;
  height: 340px;
  background: var(--bs-white);
  opacity: .5;
  right: 37px;
  top: 142px;
  z-index: -1;
}
.section__secondary-title {
  position: relative;
  padding-left: 40px;
}
.section__secondary-title::before {
  content: '';
  position: absolute;
  left: 4px;
  top: clamp(8px, 2vw, 11px);
  width: 20px;
  height: 20px;
  background-image: url(./library/images/icon/icon-petal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-type__icon {
  width: 20px;
  height: 19px;
  display: inline-block;
}
.payment-type__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-md);
}
.payment-type__grid--three {
  grid-template-columns: 1fr;
}
.payment-card {
  background: var(--bs-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--spacing-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.payment-card__icon {
  width: 60px;
  height: 60px;
  background: var(--secondary);
  border-radius: var(--radius-full);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-card__icon img {
  width: 30px;
  height: 30px;
}
.payment-card__title {
  position: relative;
  font-size: clamp(1.125em, 1.125rem + .2vw, 1.166em);
  padding-top: var(--spacing-sm);
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-xs);
}
.payment-card__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 40px;
  height: 4px;
  background-color: var(--color-border);
  border-radius: 2px;
}
/* Recruit Page */
.recruit-hero__container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.recruit-hero__image-wrapper {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 500px;
  width: 90%;
  max-width: 992px;
  margin-left: auto;
}
.recruit-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-hero__text {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.recruit-hero__catch {
  font-size: var(--font-size-large);
  padding: var(--spacing-xs) var(--spacing-sm);
  position: relative;
  display: inline-block;
  margin: 0;
  width: fit-content;
}
.recruit-hero__catch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--color-gradient-start) 18%, #FEC9D1 39%, #FED9DF 77%, var(--color-gradient-end) 100%);
  opacity: 0.6;
  z-index: -1;
}
/* Recruit Mission Section */
.recruit-mission__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
}
.recruit-mission__text-wrapper {
  flex: 1;
  max-width: 100%;
}
.recruit-mission__title {
  font-size: var(--font-size-xxlarge);
  margin-bottom: var(--spacing-md);
}
.recruit-mission__image-wrapper {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
}
.recruit-mission__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Recruit Appeals Section */
.recruit-appeals::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  pointer-events: none;
  background-color: hsla(115, 0%, 100%, 1); 
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
}
.appeal-wrapper {
  position: relative;
  background-color: transparent;
}
.appeal-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: -4;
}
.recruit-appeals > .appeal-wrapper:nth-child(2)::before {
  height: 50%; 
}
.recruit-appeals > .appeal-wrapper:nth-child(3)::before {
  top: auto;
  bottom: 0;
  height: 50%;
}
.recruit-appeals > .appeal-wrapper:nth-child(4)::before {
  height: 50%;
}
.recruit-appeals > .appeal-wrapper:nth-child(5)::before {
  top: auto;
  bottom: 0;
  height: 50%;
}
.appeal-card {
  z-index: 1;
}
.recruit-appeals__bg-decoration::before {
  width: 707px;
  height: 707px;
  transform: translateX(-50%);
  background: var(--color-bg-pink);
  left: 177px;
  top: -352px;
  z-index: -2;
}
.recruit-appeals__bg-decoration::after {
  width: 450px;
  height: 450px;
  background: var(--bs-white);
  opacity: .5;
  left: -225px;
  bottom: -219px;
  z-index: -1;
}
.recruit-appeals__subtitle {
  font-size: var(--font-size-medium);
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--primary);
  margin-bottom: var(--spacing-xs);
}
.recruit-appeals__title {
  font-size: var(--font-size-xxlarge);
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.25;
  color: var(--black);
}
/* Appeal Card */
.appeal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
}
.appeal-card--reverse {
  flex-direction: column;
}
.appeal-card__content {
  flex: 1;
  max-width: 100%;
  width: 100%;
  order: 1;
}
.appeal-card__number {
  font-size: var(--font-size-huge);
  font-weight: 700;
  line-height: .75;
  color: var(--primary);
  margin-bottom: var(--spacing-md);
}
.appeal-card__image-wrapper {
  width: 100%;
  flex-shrink: 0;
  order: 0;
}
/* Equipment Grid */
.equipment-grid {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-md);
}
/* Appeal Gallery */
.appeal-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  justify-content: space-between;
}
.appeal-gallery__item {
  width: calc(100% / 3 - var(--spacing-sm));
  border-radius: var(--radius-md);
  overflow: hidden;
}
.appeal-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Job Opportunities Section */
.job-opportunities__bg-decoration::before {
  width: 400px;
  height: 400px;
  background: var(--color-bg-pink);
  right: -246px;
  top: 30px;
  z-index: -1;
}
.job-opportunities__subtitle {
  font-size: var(--font-size-medium);
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--primary);
  margin-bottom: var(--spacing-xs);
}
.job-opportunities__title {
  font-size: var(--font-size-xxlarge);
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.25;
  color: var(--black);
}
/* Job Card */
.job-card__title-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
  flex-wrap: wrap;
}
.job-card__title {
  font-size: clamp(var(--font-size-large), 2vw, var(--font-size-xxlarge));
}
.job-card__badge {
  background: var(--primary);
  border-radius: var(--radius-full);
  padding: 2px var(--spacing-md) 4px;
  color: var(--bs-white);
  flex-shrink: 0;
  line-height: 1.5;
}
.job-card__salary {
  font-size: clamp(20px, 2vw, var(--font-size-xlarge));
}
.job-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.job-card__section {
  flex: 1;
  background: var(--secondary);
  border-radius: var(--radius-md);
  padding: var(--spacing-md);
}
.job-card__section-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.job-card__section-icon {
  width: 50px;
  height: 50px;
  background: var(--bs-white);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.job-card__section-icon img {
  width: 27px;
  height: 27px;
}
.job-card__section-title {
  font-size: var(--font-size-xlarge);
}
.job-card__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  padding: 0;
  margin: 0;
}
.job-card__list-item {
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 700;
  position: relative;
  padding-left: 2em;
  line-height: 1.6;
}
.job-card__list-item::before {
  content: '';
  position: absolute;
  left: 4px;
  top: clamp(0px, 1.5vw, 6px);
  width: 20px;
  height: 20px;
  background-image: url(./library/images/icon/icon-petal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* FAQ Page */
.faq-categories {
  padding: var(--spacing-lg) 0;
}
.faq-categories__grid {
  grid-template-columns: 1fr;
  gap: var(--spacing-sm);
}
.faq-categories__item {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition-normal);
  cursor: pointer;
}
.faq-categories__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(209, 88, 142, 0.15);
}
.faq-categories__title {
  line-height: 1.5;
}
.faq-categories__arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
  flex-shrink: 0;
}
/* FAQ Section */
.faq-section {
  padding: var(--spacing-xl) 0;
  background-color: var(--secondary);
}
.faq-section + .faq-section {
  padding-top: 0;
}
.faq-section__content {
  background: var(--bs-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid var(--color-border);
  transition: all var(--transition-normal);
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item__question {
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  gap: var(--spacing-xs);
}
.faq-item__question-content {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-item__q-label {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
}
.faq-item__question-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.faq-item__toggle {
  width: 26px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
}
.faq-item__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: translate(-50%, -50%) rotate(45deg); 
  transition: transform var(--transition-normal);
}
.faq-item.active .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out;
}
.faq-item.active .faq-item__answer {
  grid-template-rows: 1fr;
}
.faq-item__answer-wrapper {
  min-height: 0;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.3s ease-out, padding 0.3s ease-out;
}
.faq-item.active .faq-item__answer-wrapper {
  padding: 0 20px var(--spacing-md) 20px;
  opacity: 1;
}
.faq-item__answer-content {
  display: flex;
  gap: var(--spacing-sm);
  flex: 1;
}
.faq-item__a-label {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-border);
  flex-shrink: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  /* Clinic Page */
  .clinic-feature,
  .clinic-feature--reverse {
    grid-template-columns: 1fr;
  }
  .director__content {
    grid-template-columns: 376px 1fr;
    gap: var(--spacing-xl);
  }
  .director__left {
    align-items: center;
  }
  .director__image-wrapper {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .director__logo {
    top: -24px;
    right: -24px;
  }
  .director__role {
    font-size: var(--font-size-xlarge);
  }
  .facility__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-xl);
  }
  /* Service Page */
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
  /* Service Page For New Patients Section */
  .flow-step {
    padding: 40px;
  }
  .flow__step {
    position: relative;
    background-color: var(--bs-white);
    border: 2px solid var(--color-border);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow__number {
    font-size: 36px;
  }
  .flow__icon, .payment-card__icon {
    width: 80px;
    height: 80px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow__icon img, .payment-card__icon img {
    width: 46px;
    height: 46px;
  }
  .flow__step-title::after, .payment-card__title::after {
    width: 64px;
  }
  .payment-card {
    padding: 30px;
  }
  .payment-type__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-card__list-item {
    font-size: var(--font-size-xlarge);
  }
  .flow-step {
    flex-direction: row;
    align-items: center;
    min-height: 253px;
    padding: 50px;
    gap: 46px;
  }
  .flow-step__icon-wrapper {
    width: 128px;
    height: 128px;
  }
  .flow-step__icon {
    width: auto;
    height: auto;
  }
  .flow__container {
    grid-template-columns: repeat(2, 1fr);
    padding: var(--spacing-lg);
  }
  .recruit-hero__container {
    justify-content: flex-end;
  }
  .recruit-hero__text {
    left: var(--spacing-lg);
    top: 102px;
    bottom: inherit;
  }
  .recruit-hero__catch {
    font-size: var(--font-size-xxlarge);
  }
  /* Recruit Mission Section */
  .recruit-mission__content {
    flex-direction: row;
    gap: var(--spacing-xl);
    align-items: flex-start;
  }
  .recruit-mission__text-wrapper {
    order: 0;
  }
  .recruit-mission__image-wrapper {
    width: 40%;
    order: 1;
  }
  /* Appeal Card */
  .appeal-card {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-lg);
  }
  .appeal-card--reverse {
    flex-direction: row-reverse;
  }
  .appeal-card__number {
    font-size: var(--font-size-huge);
  }
  .appeal-card__description {
    font-size: var(--font-size-medium);
  }
  .appeal-card__content, .appeal-card__image-wrapper {
    width: calc(50% - 24px);
    order: unset;
  }
  /* Equipment Grid */
  .equipment-grid {
    gap: var(--spacing-md);
    margin-top: var(--spacing-lg);
  }
  /* Appeal Gallery */
  .appeal-gallery {
    flex-wrap: nowrap;
    gap: var(--spacing-md);
    width: calc(50% - 24px);
  }
  .appeal-gallery__item {
    width: calc(25% - var(--spacing-xs));
    height: 408px;
  }
  /* Job Opportunities Section */
  .job-opportunities__title {
    font-size: var(--font-size-xxxlarge);
  }
  /* Job Card */
  .job-card__content {
    flex-direction: row;
  }
  .job-card__section {
    padding: var(--spacing-lg);
  }
  .job-card__section-icon {
    width: 60px;
    height: 60px;
  }
  .job-card__section-icon img {
    width: 35px;
    height: 35px;
  }
  .job-card__section-title {
    font-size: var(--font-size-xlarge);
  }
  .flow-step__number {
    font-size: var(--font-size-xxxlarge);
  }
  .flow__icon {
    width: 80px;
    height: 80px;
  }
  .flow-step__title {
    font-size: var(--font-size-large);
  }
  /* FAQ Categories */
  .faq-categories {
    padding: var(--spacing-xl) 0;
  }
  .faq-categories__grid {
    gap: var(--spacing-md);
    grid-template-columns: repeat(2, 1fr);
    max-width: 850px;
  }
  .faq-categories__item {
    padding: 18px 36px;
  }
  .faq-categories__title {
    font-size: clamp(1.125em, 1.125rem + .2vw, 1.166em);
  }
  /* FAQ Section */
  .faq-item__question {
    padding: 0 40px;
  }
  .faq-item__question-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-item__answer-wrapper {
    padding: 0 40px;
  }
  .faq-item.active .faq-item__answer-wrapper {
    padding: 0 40px 36px 40px;
  }
  .faq-item__answer-text {
    line-height: 30px;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 992px) {
  .payment-type__grid {
    grid-template-columns: repeat(auto-fit, 300px);
  }
  .payment-type__grid--three {
    grid-template-columns: repeat(3, 300px);
  }
  .faq-section + .faq-section {
    padding-top: var(--spacing-xl);
  }
}
@media (min-width: 1200px) {
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-detail-card {
    width: 100%;
    max-width: none;
  }
  .flow-step {
    padding: 60px;
    gap: var(--spacing-xl);
  }
  .recruit-hero__image-wrapper {
    height: 600px;
  }
  .recruit-hero__text {
    top: 134px;
  }
  .recruit-hero__catch {
    font-size: var(--font-size-xlarge);
  }
  .recruit-mission__content {
    gap: 48px;
  }
  .recruit-mission__image-wrapper {
    width: 408px;
  }
  .appeal-card {
    gap: var(--spacing-xl);
  }
  .equipment-grid {
    margin-top: var(--spacing-xl);
  }
  .appeal-gallery__item {
    width: 198.66px;
    height: 408px;
  }
  .job-card__content {
    gap: var(--spacing-xl);
  }
  /* FAQ Categories */
  .faq-categories__grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: var(--container-width);
  }
  .faq-categories__grid .faq-categories__item:nth-child(4),
  .faq-categories__grid .faq-categories__item:nth-child(5) {
    grid-column: span 1;
  }
  .faq-categories__item {
    width: 100%;
  }
  /* FAQ Section */
  .faq-item__question {
    padding: 0 60px;
  }
  .faq-item__question-content {
    gap: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-item__q-label, .faq-item__question-text, .faq-item__a-label {
    font-size: 1.5em;
  }
  .faq-item__answer-wrapper {
    padding: 0 60px;
  }
  .faq-item.active .faq-item__answer-wrapper {
    padding: 0 60px var(--spacing-xl) 60px;
  }
  .faq-item__answer-content {
    display: flex;
    gap: 36px;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .flow__container {
    padding: 60px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
/* ========================================
   投稿用CSS
======================================== */
/* News List Section */
.news-list-section {
  padding: var(--spacing-xxl) 0;
}
/* News List */
.news-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  list-style: none;
  padding: 0;
  margin: 0;
}
/* News Item */
.news-item {
  background: var(--bs-white);
  border-radius: var(--radius-md);
  transition: all var(--transition-normal);
  cursor: pointer;
  position: relative;
  padding: 0;
}
.news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(70, 56, 77, 0.1);
}
.news-item__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-xs);
  text-decoration: none;
  color: inherit;
  padding: var(--spacing-md) var(--spacing-xl) var(--spacing-md) var(--spacing-md);
}
.news-item__date-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-shrink: 0;
  width: 100%;
}
.news-item__date {
  font-weight: 400;
  white-space: nowrap;
  padding-left: 1.75em;
  position: relative;
}
.news-item__date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url(./library/images/icon/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: var(--black);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-item__arrow {
  position: absolute;
  right: var(--spacing-lg);
  top: 50%;
  transform: translateY(-50%);
}
.news-item__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  width: 24px;
  height: 3px;
  background-color:  var(--black-light);
}
.news-item__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border-right: 3px solid var(--black-light);
  border-top: 3px solid var(--black-light);
  transform: translate(25%, -50%) rotate(45deg);
}
.news-detail-section {
  padding: 20px;
}
.news-detail-section .related-box li a {
  display: flex;
}
.news-detail-section .related-box li .date {
  font-size: inherit;
}
.news-detail-section .news-item__link {
  gap: 4px;
  padding: 15px 36px 15px 15px;
}
.news-detail-section .news-item__arrow::before {
  width: 18px;
  right: -15px;
}
.news-detail-section .news-item__arrow::after {
  width: 14px;
  height: 14px;
  right: -10px;
  transform: translate(50%, -50%) rotate(45deg);
}
@media (min-width: 768px) {
  .news-item__link {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-md);
    padding: 40px;
  }
  .news-item__date-wrapper {
    width: auto;
  }
  .news-item__title {
    font-size: 1.25rem;
    width: auto;
    flex: 1;
  }
  .news-item__arrow {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .news-detail-section {
    padding: 48px 30px;
  }
  .news-detail-section .news-item__link {
    gap: var(--spacing-sm);
    padding: 20px 36px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .news-list-section {
    padding: 96px 0;
  }
  .news-item__link {
    gap: var(--spacing-xl);
    padding: 60px;
  }
  .news-item__title {
    font-size: 1.333rem;
  }
  .news-item__arrow::before {
    width: 24px;
    right: 0;
  }
  .news-item__arrow::after {
    right: 8px;
    transform: translate(25%, -50%) rotate(45deg);
  }
}
@media (min-width: 1400px) {
  .news-detail-section .news-item__link {
    gap: var(--spacing-lg);
    padding: 30px 50px 30px 30px;
  }
  .news-detail-section .news-item__arrow::after {
    width: 20px;
    height: 20px;
    right: -6px;
  }
}
/* ========================================
   サイドバー用CSS
======================================== */
/* Sidebar */
.article-sidebar {
  display: flex;
  flex-direction: column;
}
/* Recent Posts Widget */
.sidebar-recent-posts {
  position: static;
}
.sidebar-recent-posts__title {
  font-size: 1.5rem;
  margin: 0 0 var(--spacing-lg) 0;
}
.sidebar-recent-posts__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-post-item {
  padding-bottom: var(--spacing-sm);
  border-bottom: 1px solid #CCCCCC;
}
.sidebar-post-item__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity var(--transition-normal);
}
.sidebar-post-item__link:hover {
  opacity: 0.7;
}
.sidebar-post-item__date-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.sidebar-post-item__icon {
  width: 12px;
  height: 12px;
  background: var(--primary);
  flex-shrink: 0;
}
.sidebar-post-item__date {
  font-size: .75rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.5em;
}
.sidebar-post-item__date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url(./library/images/icon/icon-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sidebar-post-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.sidebar-post-item__excerpt {
  font-size: .875rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  color: var(--black-light);
}
@media (min-width: 768px) {
  .sidebar-recent-posts {
    position: sticky;
    top: 138px;
  }
  .sidebar-recent-posts__title {
    font-size: 1.5rem;
  }
}