@charset "UTF-8";

/* 源ノ明朝（Source Han Serif）— テーマ直下 /fonts に配置したファイル名に合わせて調整 */
@font-face {
  font-family: 'Source Han Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/SourceHanSerifJP-Regular.woff2') format('woff2'),
    url('../fonts/SourceHanSerifJP-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Source Han Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/SourceHanSerifJP-Bold.woff2') format('woff2'),
    url('../fonts/SourceHanSerifJP-Bold.otf') format('opentype');
  font-display: swap;
}

:root {
  font-size: 10px;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #242424;
}

body.site-women {
  color: var(--brown1);
  letter-spacing: 0.1em;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセチE�� */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
/* ==========================================
  共通スタイル
========================================== */
:root {
  font-size: 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a {
  transition: opacity .2s ease-in-out;
}

a:hover {
  opacity: 0.75;
}

.inline-block {
  display: inline-block;
}

/* ==========================================
  共通パーツ
  ========================================= */
.pc-only {
  display: none;
}

@media screen and (min-width:768px) {
  .pc-only {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .sp-only {
    display: none;
  }
}

.common-inner {
  max-width: 120rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}

@media screen and (min-width: 768px) {
  .common-inner {
    padding: 0 6rem;
  }
}

.common-inner--top {
  max-width: 40rem;
  padding: 0 1rem;
}

@media screen and (min-width:768px) {
  .common-inner--top {
    max-width: 170rem;
    padding: 0 3rem;
  }
}

@media screen and (min-width:1280px) {
  .common-inner--top {
    padding: 0 17rem 0 10rem;
  }
}

.common-inner--narrow {
  max-width: 50rem;
}

@media screen and (min-width:768px) {
  .common-inner--narrow {
    max-width: 92rem;
  }
}

.common-inner--philosophy {
  max-width: 72.8rem;
}

.common-inner--women {
  padding: 0 1.6rem;
}

@media screen and (min-width:768px) {
  .common-inner--women {
    padding: 0 6rem;
  }
}

.common-inner--wide {
  max-width: 128rem;
  padding: 0;
}

/* ==========================================
  ヘッダー
========================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.5rem;
  background-color: #fff;
  z-index: 5;
}

.site-women .header {
  color: var(--brown1);
}

@media screen and (min-width:768px) {
  .header {
    height: 10rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
  height: 100%;
}

@media screen and (min-width:1280px) {
  .header__inner {
    padding: 0 6rem;
  }
}

.header__hamburger {

}

.header-nav {
  width: 100%;
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

@media screen and (min-width:1280px) {
  .header-nav__list {
    gap: 2.6%;
  }
}

.header-nav__item {

}

.header-nav__item--line {
  margin-left: 0;
  background-color: #06DE5D;
  padding: 1rem 1.6rem;
  border-radius: 4px;
}

@media screen and (min-width:1280px) {
  .header-nav__item--line {
    margin-left: 0.8rem;
  }
}


.header-nav__link {
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width:1280px) {
  .header-nav__link {
    font-size: 1.4rem;
  }
}


.header-nav__item--line .header-nav__link {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (min-width:1280px) {
  .header-nav__item--line .header-nav__link {
    font-size: 1.8rem;
  }
}

/* ナビメニュー（ハンバーガー：左スライド） */
.nav-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  /* 閉じるとき：パネルの transform 終了後に visibility を隠す（中身がパッと消えるのを防ぐ） */
  transition: visibility 0s linear 0.3s;
}

.nav-menu.is-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s;
}

body.nav-menu-open {
  overflow: hidden;
}

.nav-menu__nav {
  max-width: 24rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6rem;
}

@media screen and (min-width:768px) {
  .nav-menu__nav {
    max-width: 48rem;
    margin-top: 6.4rem;
    padding-left: 3rem;
  }
}

.nav-menu__backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.45);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-menu.is-open .nav-menu__backdrop {
  opacity: 1;
}

.nav-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 44rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0.4rem 0 1.6rem rgba(0, 0, 0, 0.08);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  animation: none;
}

@media screen and (min-width:768px) {
  .nav-menu__panel {
    max-width: 144rem;
  }
}

.nav-menu.is-open .nav-menu__panel {
  transform: translateX(0);
}

.nav-menu__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media screen and (min-width:768px) {
  .nav-menu__content {
    flex-direction: row;
  }
}

.nav-menu__primary {
  flex: 0 0 auto;
  padding: 2.4rem 1.6rem 6rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .nav-menu__primary {
    width: 50%;
    padding: 5rem 3.2% 4rem;
  }
}

.nav-menu__head {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (min-width:768px) {
  .nav-menu__head {
    gap: 8%;
  }
}

.nav-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #cfcfcf;
  background: #efefef;
  color: #666;
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

@media screen and (min-width:768px) {
  .nav-menu__close {
    width: 5rem;
    height: 5rem;
  }
}

.nav-menu__clinic {
  min-width: 0;
}

.nav-menu__clinic-lead {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (min-width:768x) {
  .nav-menu__clinic-lead {
    font-size: 1.6rem;
  }
}

.nav-menu__clinic-name {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}

@media screen and (min-width:768px) {
  .nav-menu__clinic-name {
    font-size: 2rem;
  }
}

.nav-menu__secondary {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 100%;
  padding: 6rem 1.6rem 2rem;
  background-color: #FDF9F2;
}

@media screen and (min-width:768px) {
  .nav-menu__secondary {
    padding: 17rem 1.5rem 4rem;
    width: 50%;
    gap: 2.2rem;
  }
}

@media screen and (min-width:1280px) {
  .nav-menu__secondary {
    padding: 17rem 5.6% 4rem;
  }
}

.nav-menu__info-block {
  border: 1px solid #dcdcdc;
  min-height: 8rem;
  padding: 1.2rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

/* 診療時間（テーブル） */
.nav-menu__schedule {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #242424;
}

@media screen and (min-width:768px) {
  .nav-menu__schedule {
    font-size: 1.6rem;
  }
}

.nav-menu__hours-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.nav-menu__hours-table thead tr {
  border-bottom: 1px solid #242424;
}

.nav-menu__hours-table tbody tr {
  border-bottom: 1px solid #242424;
}

.nav-menu__hours-table th,
.nav-menu__hours-table td {
  padding: 1.6rem 0.2rem;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (min-width:768px) {
  .nav-menu__hours-table th,
  .nav-menu__hours-table td {
    font-size: 1.6rem;
  }
}

@media screen and (min-width:1280px) {
  .nav-menu__hours-table th,
  .nav-menu__hours-table td {
    font-size: 2rem;
  }
}

.nav-menu__hours-corner,
.nav-menu__hours-time {
  text-align: left;
  font-weight: 400;
  width: 11.8rem;
}

@media screen and (min-width:1280px) {
  .nav-menu__hours-corner,
  .nav-menu__hours-time {
    width: 18.4rem;
  }
}

.nav-menu__hours-day,
.nav-menu__hours-mark {
  text-align: center;
  width: 11%;
}

.nav-menu__schedule-legend {
  margin-top: 2rem;
  padding: 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width:768px) {
  .nav-menu__schedule-legend {
    font-size: 1.6rem;
  }
}

.nav-menu__schedule-note {
  margin-top: 0.6em;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width:768px) {
  .nav-menu__schedule-note {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}

/* Web予約・連絡先 */
.nav-menu__contact {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #242424;
}

@media screen and (min-width:768px) {
  .nav-menu__contact {
    font-size: 1.6rem;
  }
}

.nav-menu__reservation-box {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  border: 1px solid #a6a6a6;
}

@media screen and (min-width:768px) {
  .nav-menu__reservation-box {
    padding: 1rem 1.2rem;
  }
}

.nav-menu__reservation-label {
  flex-shrink: 0;
  width: 10.7rem;
  text-align: center;
}

.nav-menu__reservation-detail {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:1280px) {
  .nav-menu__reservation-detail {
    flex-direction: row;
  }
}

.nav-menu__contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 2rem;
}

@media screen and (min-width: 1280px) {
  .nav-menu__contact-actions {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
    margin-top: 3rem;
  }

  .nav-menu__tel-wrap {
    border-left: 1px solid #a6a6a6;
    padding-left: 2rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .nav-menu__tel-wrap {
    width: 100%;
    padding-top: 1.6rem;
    position: relative;
    border-top: none;
  }

  .nav-menu__tel-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    max-width: 40%;
    height: 3px;
    background-color: #C0C0C0;
  }
}

.nav-menu__web-btn,
.men-reservation__web-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  font-size: 2rem;
}

.men-reservation__web-link {
  font-size: 2.4rem;
}

.nav-menu__web-btn:hover,
.men-reservation__web-link:hover {
  opacity: 0.75;
}

.nav-menu__web-btn-icon,
.men-reservation__web-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}

.nav-menu__web-btn-icon img,
.men-reservation__web-icon img {
  display: block;
  width: auto;
  max-width: none;
  height: 2.8rem;
}

.nav-menu__tel {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.4rem;
  text-decoration: none;
  color: inherit;
}

.nav-menu__tel-prefix {
  font-size: 1.6rem;
  font-weight: 400;
}

.nav-menu__tel-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.nav-menu__address {
  margin: 2rem 0 0;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width:768px) {
  .nav-menu__address {
    margin-top: 3.4rem;
  }
}

.nav-menu__address-line {
  margin: 0;
}

.nav-menu__sns {
  margin-top: 2.4rem;
  width: 100%;
}

.nav-menu__sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu__sns-link {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.nav-menu__sns-link:hover {
  opacity: 0.85;
}

.nav-menu__sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu__link {
  display: block;
  padding: 1rem 0;
  font-size: 2rem;
}

.nav-menu__switch {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  max-width: 24rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .nav-menu__switch {
    flex-direction: row;
    gap: 1.6rem;
    max-width: 48rem;
    margin-top: 3rem;
  }
}

@media screen and (min-width:1280px) {
  .nav-menu__switch {
    padding-left: 3rem;
  }
}

.nav-menu__switch-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  min-height: 4.4rem;
  padding: 1rem 1.6rem;
  gap: 1.2rem;
}

@media screen and (min-width:768px) {
  .nav-menu__switch-btn {
    flex: 1 1 0;
  }
}

.nav-menu__switch-btn--men {
  background-color: #5f6f89;
}

.nav-menu__switch-btn--women {
  background-color: #c8a253;
}

.nav-menu__switch-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.nav-menu__switch-arrow {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}

.nav-menu__footer {
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.6rem;
  margin-top: 6.4rem;
}

@media screen and (min-width:768px) {
  .nav-menu__footer {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.nav-menu__footer--primary {
  display: none;
}

@media screen and (min-width:768px) {
  .nav-menu__footer--primary {
    display: flex;
    justify-content: center;
  }
}

.nav-menu__footer--secondary {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .nav-menu__footer--secondary {
    display: none;
  }
}

.nav-menu__footer-copyright {
  margin: 0;
  font-size: 1.4rem;
}

.nav-menu__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: inherit;
  font-size: 1.4rem;
}

.nav-menu__footer-link::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url('../images/common/icon_another-tab.webp') no-repeat center / contain;
}


/* ==========================================
  サイドバー
========================================== */
.side-bar {
  width: 9rem;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  height: 100%;
  display: none;
}

.site-men .side-bar {
  border-right: 1px solid #A6A6A6;
}

@media screen and (min-width: 768px) {
  .side-bar {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width:1280px) {
  .side-bar {
    width: 16rem;
  }
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 0.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.side-bar .hamburger {
  margin-top: 2.4rem;
}

@media screen and (min-width:1280px) {
  .side-bar .hamburger {
    margin-top: 4.5rem;
  }
}

.hamburger:hover {
  opacity: 0.75;
}

.hamburger:focus-visible {
  outline: 2px solid #1c1c1c;
  outline-offset: 4px;
}

.hamburger__icon {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  width: 3.4rem;
}

@media screen and (min-width:768px) {
  .hamburger__icon {
    width: 4.2rem;
    gap: 1.2rem;
  }
}

@media screen and (min-width:1280px) {
  .hamburger__icon {
    gap: 1.5rem;
    width: 5rem;
  }
}

.hamburger__line {
  display: block;
  height: 1px;
}

.site-men .hamburger__line {
  background-color: #000;
}

.site-women .hamburger__line {
  background-color: var(--brown1);
}

.hamburger__label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  min-width: 4.4rem;
}

@media screen and (min-width:768px) {
  .hamburger__label {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:1280px) {
  .hamburger__label {
    font-size: 1.4rem;
  }
}

.site-women .hamburger__label {
  color: var(--brown1);
}


/* ==========================================
  フッター
========================================== */
.footer {
  padding: 2rem 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 5.6rem 0 4rem;
  }
}

.site-men .footer {
  border-top: 1px solid #A6A6A6;
  background-color: #E8EEF3;
}

.site-women .footer {
  background-color: #fff;
  background: url("../images/common/women_footer_bg_sp.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  text-align: center;
}

@media screen and (min-width:768px) {
  .site-women .footer {
    background: url("../images/common/women_footer_bg_pc.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.footer__inner {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 6rem;
  }
}

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}

@media screen and (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12%;
  }
}

.site-women .footer__top {
  gap: 4.2rem;
}

.footer__info {
  min-width: 18rem;
  flex-shrink: 0;
}

.footer__name {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.site-women .footer__name {
  letter-spacing: 0.1em;
}

.footer__address {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (min-width:768px) {
  .footer__address {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.footer__address-line {
  margin: 0;
}

.footer__sns {
  margin-top: 1.2rem;
}

@media screen and (min-width:768px) {
  .footer__sns {
    margin-top: 3.2rem;
  }
}

.site-women .footer__sns {
  margin-top: 3.4rem;
}

.footer__sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width:768px) {
  .footer__sns-list {
    gap: 1rem;
  }
}

.footer__sns-link {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}

.footer__sns-link:hover {
  opacity: 0.85;
}

.footer__sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    display: flex;
    flex-direction: row;
    gap: 18%;
  }
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-item + .footer__nav-item {
  margin-top: 2.2rem;
}

.footer__nav-link {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 4.4rem;
  text-align: center;
}

@media screen and (min-width:768px) {
  .footer__bottom {
    margin-top: 2.4rem;
  }
}

.footer__policy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .footer__policy {
    font-size: 1.4rem;
  }

}

@media screen and (min-width:768px) {
  .footer__policy {
    margin-left: 0;
    margin-right: auto;
  }
}

.footer__policy::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url('../images/common/icon_another-tab.webp') no-repeat center / contain;
}

.footer__copyright {
  margin: 0;
  font-size: 1.2rem;
}

@media screen and (min-width:768px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}


/* ==========================================
  メインコンテンツ
========================================== */
.main-wrapper {
  padding-top: 8.5rem;
  padding-left: 0;
}

@media screen and (min-width:768px) {
  .main-wrapper {
    padding-top: 10rem;
    padding-left: 9rem;
  }
}

@media screen and (min-width:1280px) {
  .main-wrapper {
    padding-left: 16rem;
  }
}

.site-women .main-wrapper {
  background-image: url('../images/common/women-bg_sp.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
  .site-women .main-wrapper {
    background-image: url('../images/common/women-bg_pc.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

/* ==========================================
  女性向け 共通セクション見出し
========================================== */
.women-common-section-title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
}

.women-common-section-title--news {
  padding-top: 7.6rem;
}

@media screen and (min-width:768px) {
  .women-common-section-title--news {
    padding-top: 5rem;
  }
}

@media screen and (min-width:1280px) {
  .women-common-section-title--news {
    padding-top: 11rem;
  }
}

.women-common-section-title__title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--brown1);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1280px) {
  .women-common-section-title__title {
    font-size: 3.6rem;
  }
}

/* 下：波線あしらい（共通画像） */
.women-common-section-title__title::after {
  content: '';
  display: block;
  width: min(100%, 28rem);
  height: 1.2rem;
  margin: 2.5rem auto 0;
  background-image: url('../images/common/women_title_deco.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title::after {
    width: min(100%, 36rem);
    margin-top: 3rem;
  }
}

/* Q&A はサブタイトル後に波線（.women-qa__title-deco）のため h2 の共通 ::after は出さない */
.women-common-section-title__title--qa::after {
  content: none;
}

/* News は上に独自装飾（::before）があるため、共通の ::after（波線）は出さない */
.women-common-section-title__title--news::after {
  content: none;
}

/* 上：News 装飾（h2 は block、::before は relative 基準で absolute） */
.women-common-section-title__title--news {
  display: block;
  text-align: center;
  padding-top: 4.8rem
}

@media screen and (min-width:1280px) {
  .women-common-section-title__title--news {
    padding-top: 3.8rem;
  }
}

.women-common-section-title__title--news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_news.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--news::before {
    height: 3.6rem;
  }
}

/* 上：About 装飾（News と同様・画像のみ差し替え） */
.women-common-section-title__title--about {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4.6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_aboutus.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--about {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--about::before {
    height: 5.2rem;
  }
}

/* 上：Philosophy 装飾（News と同様・画像のみ差し替え） */
.women-common-section-title__title--philosophy {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--philosophy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5.4rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_philosophy.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--philosophy {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--philosophy::before {
    height: 5.2rem;
  }
}

/* 上：Introduction 装飾（News と同様・画像のみ差し替え） */
.women-common-section-title__title--introduction {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--introduction::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6.6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_introduction.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--introduction {
    padding-top: calc(4.2rem + 2.2rem);
  }

  .women-common-section-title__title--introduction::before {
    height: 6.8rem;
  }
}

/* 上：Features 装飾（News と同様・画像のみ差し替え） */
.women-common-section-title__title--features {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4.6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_features.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--features {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--features::before {
    height: 5.2rem;
  }
}

/* 上：Information 装飾（News と同様・画像のみ差し替え） */
.women-common-section-title__title--information {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--information::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  height: 6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_information.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--information {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--information::before {
    height: 6.9rem;
  }
}

/* 上：Access 装飾 */
.women-common-section-title__title--access {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--access::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.6rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_access.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--access {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--access::before {
    height: 5.2rem;
  }
}

/* 上：Column 装飾 */
.women-common-section-title__title--column {
  display: block;
  text-align: center;
  padding-top: calc(3.6rem + 1.2rem);
}

.women-common-section-title__title--column::before {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 3.8rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_column.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--column {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--column::before {
    height: 5.2rem;
  }
}

/* 女性向け ご予約（見出しブロック） */
.women-common-section-title--reservation {
  display: block;
  width: 100%;
  text-align: center;
}

.women-common-section-title__title--reservation {
  display: block;
  text-align: center;
  padding-top: 5.5rem;
}

.women-common-section-title__title--reservation::before {
  content: '';
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  height: 5.8rem;
  aspect-ratio: 3 / 1;
  max-width: 100%;
  background-image: url('../images/women/women_title_deco_reservation.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-common-section-title__title--reservation {
    padding-top: calc(4.2rem + 1.2rem);
  }

  .women-common-section-title__title--reservation::before {
    height: 6.2rem;
  }
}

/* 女性向け Q&A 見出し */
.women-common-section-title--qa {
  display: block;
  text-align: center;
}

.women-common-section-title__title--qa {
  margin: 0;
}

.women-qa__subtitle {
  margin: 0.8rem 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--brown2);
}

@media screen and (min-width: 768px) {
  .women-qa__subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.women-qa__title-deco {
  width: min(100%, 28rem);
  height: 1.6rem;
  margin-top: 1.4rem;
  background-image: url('../images/common/women_title_deco.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .women-qa__title-deco {
    width: min(100%, 36rem);
    height: 2rem;
    margin-top: 1.6rem;
  }
}

.main {
  overflow: hidden;
}

/* ==========================================
  男性向け 共通セクション見出し
========================================== */
.men-common-section-title {
  position: relative;
}

.men-common-section-title__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #323BA4;
}

@media screen and (min-width: 768px) {
  .men-common-section-title__title {
    font-size: 4rem;
  }
}

.men-common-section-title__title::after {
  content: '';
  position: absolute;
  left: 2rem;
  bottom: -1.6rem;
  width: 12.5rem;
  height: 1.6rem;
  background-image: url('../images/common/men_title-deco.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-common-section-title__title::after {
    height: 2rem;
    width: 20rem;
    bottom: -1.8rem;
    right: -7rem;
    left: unset;
  }
}

.men-common-section-title__title--medical::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width:768px) {
  .men-common-section-title__title--medical::after  {
    left: unset;
    right: 2rem;
    transform: none;
  }
}

.men-common-section-title__title--about::after {
  bottom: -2rem;
  left: 0;
}

@media screen and (min-width:768px) {
  .men-common-section-title__title--about::after {
    bottom: -2.5rem;
    left: auto;
    right: -1rem;
  }
}

/* ==========================================
  男性向け 共通ボタン
========================================== */
.men-common-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.2rem;
  border-radius: 0.5rem;
  background-color: #546277;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  max-width: 31rem;
  width: 100%;
}

.men-common-button__label {
  flex: 1;
  text-align: center;
}

.men-common-button__icon {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .men-common-button__icon {
    right: 2rem;
    width: 2rem;
  }
}

.men-common-button--news {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .men-common-button--news {
    margin-top: 6rem;
  }
}

.men-common-button--treatment-guide {
  margin-top: 2.8rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .men-common-button--treatment-guide {
    margin-top: 4rem;
  }
}

.men-common-button--back .men-common-button__icon {
  right: auto;
  left: 1.6rem;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (min-width: 768px) {
  .men-common-button--back .men-common-button__icon {
    left: 2rem;
  }
}

.men-news-single__back {
  margin: 7.2rem auto 0;
}

/* ==========================================
  男性 新着情報一覧ページ タイトル
========================================== */
.men-news-archive {
  padding-bottom: 6rem;
}

@media screen and (min-width:768px) {
  .men-news-archive {
    padding-bottom: 8rem;
  }
}

.men-news-archive__head {
  text-align: center;
}

.men-news-archive__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #323BA4;
}

@media screen and (min-width: 768px) {
  .men-news-archive__title {
    font-size: 7.2rem;
  }
}

.men-news-archive__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #D2D6DC;
}

@media screen and (min-width: 768px) {
  .men-news-archive__subtitle {
    font-size: 4rem;
  }
}

/* ==========================================
  男性 新着情報一覧ページ カード一覧
========================================== */
.men-news-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem 2.4rem;
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .men-news-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1080px) {
  .men-news-archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.men-news-archive__item {
  list-style: none;
}

.men-news-archive__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #E8EEF3;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.men-news-archive__link:hover {
  opacity: 0.75;
}

.men-news-archive__thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #E9ECEF;
}

.men-news-archive__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.men-news-archive__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.8rem;
  padding: 1.6rem 1.4rem 2rem;
}

.men-news-archive__date {
  font-size: 1.3rem;
  color: #8A8A8A;
}

.men-news-archive__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  height: 5.12rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.men-news-archive__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
}

/* ==========================================
  男性 新着情報一覧ページ ページネーション
========================================== */
.news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}

.news-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 0.4rem;
  border: 1px solid #D9DCE3;
  background-color: #fff;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}

.news-pagination .page-numbers.current {
  background-color: #4B5568;
  border-color: #4B5568;
  color: #fff;
}

.news-pagination .page-numbers.dots {
  border-color: #D9DCE3;
  color: #999;
}

/* ==========================================
  女性 新着情報一覧ページ カード一覧
========================================== */
.women-news-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem 2.4rem;
  margin: 6rem 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .women-news-archive__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 8rem 0 0;
  }
}

@media screen and (min-width: 1080px) {
  .women-news-archive__list {
    grid-template-columns: repeat(3, 1fr);
    margin: 10rem 0 0;
  }
}

.women-news-archive__item {
  list-style: none;
}

.women-news-archive__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-women);
  color: var(--brown1);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.women-news-archive__link:hover {
  opacity: 0.75;
}

.women-news-archive__thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f4f4f4;
}

.women-news-archive__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.women-news-archive__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.8rem;
  padding: 1.6rem 1.6rem 2rem;
}

.women-news-archive__date {
  font-size: 1.6rem;
  color: rgba(112, 112, 112, 0.5);
}

.women-news-archive__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--gold);
}

.women-news-archive__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* ==========================================
  女性 新着情報一覧ページ ページネーション
========================================== */
.news-pagination--women .page-numbers {
  border-radius: 50%;
  border-color: var(--pink2);
  color: var(--pink2);
  background-color: #fff;
}

.news-pagination--women .page-numbers.current {
  background-image: linear-gradient(135deg, var(--pink1) 0%, var(--pink2) 100%);
  border-color: transparent;
  color: #fff;
}

.news-pagination--women .page-numbers.dots {
  border-color: var(--pink2);
  color: var(--pink2);
}

/* ==========================================
  男性 新着情報
========================================== */
.men-news {
  position: relative;
  margin-top: 10.8rem;
}

.men-news::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 5.5rem;
  width: 100vw;
  background-image: url('../images/men/head-bg_news.webp');
  background-repeat: no-repeat;
  background-position: 46.7% center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-news {
    margin-top: 11rem;
  }
}

@media screen and (min-width: 7680px) {
  .men-news::after {
    top: -3.6rem;
    background-position: 44% center;
  }
}

@media screen and (min-width: 1280px) {
  .men-news::after {
    height: 8rem;
    top: -3.6rem;
    background-position: 40.8% center;
  }
}

.men-news__inner {
  position: relative;
  z-index: 1;
}

.men-news__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .men-news__list {
    margin-top: 1.6rem;
  }
}

.men-news__item {
  border-bottom: 1px solid #8A8A8A;
}

.men-news__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.men-news__link:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .men-news__link {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.4rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.men-news__date {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-news__date {
    min-width: 9.6rem;
    font-size: 1.6rem;
  }
}

.men-news__body {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-news__body {
    font-size: 1.6rem;
    flex: 1;
  }
}

/* ==========================================
  男性 神戸ルミヴィアクリニックについて
========================================== */
.men-about {
  position: relative;
  margin-top: 3.4rem;
  padding-top: 6.4rem;
  padding-bottom: 9.6rem;
  background-color: transparent;
}

/* 薄いブルーグレー：上辺と下辺は同じ深さ（角−中央の Y 差）で対称の弧 */
.men-about::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #e8eef6;
  clip-path: polygon(
    0% 9%,
    12.5% 8.5%,
    25% 8.2%,
    37.5% 8.05%,
    50% 7.95%,
    62.5% 8.05%,
    75% 8.2%,
    87.5% 8.5%,
    100% 9%,
    100% 98.75%,
    87.5% 99.15%,
    75% 99.45%,
    62.5% 99.65%,
    50% 99.72%,
    37.5% 99.65%,
    25% 99.45%,
    12.5% 99.15%,
    0% 98.75%
  );
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-about::before {
    clip-path: polygon(
      0% 14%,
      12.5% 11.2%,
      25% 9.3%,
      37.5% 8.2%,
      50% 7.8%,
      62.5% 8.2%,
      75% 9.3%,
      87.5% 11.2%,
      100% 14%,
      100% 93.8%,
      87.5% 96.6%,
      75% 98.5%,
      62.5% 99.6%,
      50% 100%,
      37.5% 99.6%,
      25% 98.5%,
      12.5% 96.6%,
      0% 93.8%
    );
  }
}

.men-about::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 5.5rem;
  background-image: url('../images/men/head-bg_about.webp');
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-about {
    margin-top: 6rem;
    padding-top: 8.8rem;
    padding-bottom: 12.2rem;
  }
}

@media screen and (min-width: 768px) {
  .men-about::after {
    top: 6.4rem;
    background-position: 51% center;
  }
}

@media screen and (min-width: 1280px) {
  .men-about::after {
    height: 8rem;
    top: 4.4rem;
    background-position: 40% center;
  }
}

.men-about__inner {
  position: relative;
  z-index: 1;
}

.men-about__title {
  display: block;
  width: 100%;
}


.men-about__title-break {
  display: inline;
}

@media screen and (min-width: 768px) {
  .men-about__title-break {
    display: none;
  }
}

.men-about__grid {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

@media screen and (min-width: 768px) {
  .men-about__grid {
    margin-top: 4.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 3.6rem;
    align-items: start;
  }
}

.men-about__col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .men-about__col--left .men-about__figure {
    margin-top: 1.6rem;
  }

  .men-about__col--right {
    margin-top: 3.2rem;
  }

  .men-about__col--right .men-about__figure {
    margin-top: 0.8rem;
  }
}

.men-about__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.85;
  color: #333;
}

.men-about__figure {
  margin: 0;
}

.men-about__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  object-fit: cover;
}

.men-about__text--footer {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .men-about__text--footer {
    margin-top: 2.6rem;
  }
}

/* ==========================================
  男性 ルミヴィアクリニックの特徴
========================================== */
.men-features {
  position: relative;
  margin-top: 11.6rem;
  padding-bottom: 6.4rem;
}

.men-features::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100vw;
  left: 50%;
  top: -2.6rem;
  height: 5.5rem;
  transform: translateX(-50%);
  background-image: url('../images/men/head-bg_features.webp');
  background-repeat: no-repeat;
  background-position: 51.6% center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-features {
    padding-bottom: 8rem;
  }
}

@media screen and (min-width:768px) {
  .men-features::after {
    background-position: 34.6% center;
  }
}

@media screen and (min-width: 1280px) {
  .men-features::after {
    height: 8rem;
    top: -4.4rem;
    background-position: 46.3% center;
  }
}

.men-features__inner {
  position: relative;
  z-index: 1;
}

.men-features__title {
  display: block;
  width: 100%;
  text-align: left;
}

.men-features__grid {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media screen and (min-width: 768px) {
  .men-features__grid {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .men-feature-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .men-features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

.men-feature-card {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 32.9rem;
  aspect-ratio: 329 / 384;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1280px) {
  .men-feature-card {
    max-width: 34.3rem;
    aspect-ratio: 343 / 423;
  }
}

.men-feature-card__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}

.men-feature-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.men-feature-card__body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width:1024px) {
  .men-feature-card__body {
    top: 49%;
  }
}

.men-feature-card__heading {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #1772CD;
}

.men-feature-card__text {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 8.6rem;
}

/* ==========================================
  男性 診療案内
========================================== */
.men-treatment-guide {
  position: relative;
  margin-top: 5.6rem;
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .men-treatment-guide {
    margin-top: 4.2rem;
    padding-bottom: 3.2rem;
  }
}

/* INFORMATION あしらい（カードの外側：タイトル付近） */
.men-treatment-guide::after {
  content: '';
  position: absolute;
  z-index: 0;
  height: 5.5rem;
  width: 100vw;
  top: -3.6rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: url('../images/men/head-bg_information.webp');
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: auto 100%;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .men-treatment-guide::after {
    height: 8rem;
    background-position: 51% center;
  }
}

.men-treatment-guide__inner {
  position: relative;
  z-index: 1;
}

.men-treatment-guide__card {
  margin-top: 3.8rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 1.6rem 0.2rem rgba(0, 0, 0, 0.1);
  z-index: -5;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__card {
    margin-top: 4.4rem;
  }
}

.men-treatment-guide__title {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.men-treatment-guide__hero-media {
  margin: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.men-treatment-guide__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 329 / 194;
  object-fit: cover;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__hero-img {
    aspect-ratio: 650 / 383;
  }
}

.men-treatment-guide__hero-panel {
  width: calc(100% - 4.2rem);
  margin-top: 43vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 1rem 2.2rem;
  background-color: rgba(235, 241, 245, 0.96);
}

@media screen and (min-width: 768px) {
  .men-treatment-guide__hero-panel {
    margin-top: 38vw;
    width: calc(100% - 6.4rem);
    padding: 2rem 2.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .men-treatment-guide__hero-panel {
    margin-top: 41rem;
  }
}

.men-treatment-guide__hero-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .men-treatment-guide__hero-text {
    font-size: 1.6rem;
  }
}

.men-treatment-guide__content {
  padding: 2rem 2rem 3rem;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__content {
    padding: 3rem 2rem 4rem;
  }
}

@media screen and (min-width:1024px) {
  .men-treatment-guide__content {
    padding: 3rem 5rem 4rem;
    font-size: 1.6rem;
  }
}

.men-treatment-guide__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .men-treatment-guide__meta {
    margin-top: 0;
    grid-template-columns: 1.85fr 1fr;
    gap: 1rem;
    align-items: end;
  }
}

@media screen and (min-width:1024px) {
  .men-treatment-guide__meta {
    gap: 4rem;
  }
}

.men-treatment-guide__schedule {
  min-width: 0;
  width: 100%;
}

.men-treatment-guide__table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__table {
    font-size: 1.6rem;
  }
}

.men-treatment-guide__table thead tr,
.men-treatment-guide__table tbody tr {
  border-bottom: 1px solid #bababa;
}

.men-treatment-guide__table th,
.men-treatment-guide__table td {
  padding: 1.2rem 0.4rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__table th,
  .men-treatment-guide__table td {
    padding: 2.2rem 1.1rem;
  }
}

.men-treatment-guide__table th:first-child,
.men-treatment-guide__table td:first-child {
  text-align: left;
  padding-left: 0;
}

.men-treatment-guide__legend {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .men-treatment-guide__legend {
    margin-top: 0.6rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width:1024px) {
  .men-treatment-guide__legend {
    flex-direction: row;
    gap: 3rem;
  }
}

.men-treatment-guide__legend-mark {
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
}

.men-treatment-guide__closed {
  margin: 1.2rem 0 0;
  line-height: 1.7;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__closed {
    font-size: 1.6rem;
  }
}

.men-treatment-guide__booking {
  text-align: center;
  padding-top: 0.4rem;
}

.men-treatment-guide__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6rem;
  height: 9.6rem;
  margin: 0 auto 0.6rem;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .men-treatment-guide__badge {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 1.6rem;
  }
}

.men-treatment-guide__booking-lead {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__booking-lead {
    font-size: 1.6rem;
  }
}

.men-treatment-guide__booking-note {
  margin: 0.6rem 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .men-treatment-guide__booking-note {
    font-size: 1.6rem;
  }
}

/* ==========================================
  男性 アクセス
========================================== */
.men-access {
  position: relative;
  margin-top: 9.6rem;
  padding-bottom: 6.4rem;
}

.men-access::after {
  content: '';
  position: absolute;
  z-index: 0;
  height: 5.5rem;
  width: 100vw;
  top: -2.6rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: url('../images/men/head-bg_access.webp');
  background-repeat: no-repeat;
  background-position: 56.8% center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .men-access {
    margin-top: 7.2rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .men-access::after {
    background-position: 58% center;
  }
}

@media screen and (min-width: 1280px) {
  .men-access::after {
    height: 8rem;
    top: -3.8rem;
    background-position: 55.6% center;
  }
}

.men-access__inner {
  position: relative;
  z-index: 1;
}

.men-access__title {
  display: block;
  width: 100%;
  text-align: left;
}

.men-access__map {
  margin-top: 3.2rem;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.men-access__map iframe {
  display: block;
  width: 100%;
  max-width: 80rem;
  height: 26rem;
  border: 0;
}

@media screen and (min-width: 768px) {
  .men-access__map {
    margin-top: 4rem;
  }

  .men-access__map iframe {
    height: 32rem;
  }
}

.men-access__address {
  margin-top: 2.4rem;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1,5;
}

@media screen and (min-width: 768px) {
  .men-access__address {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
}

.men-access__routes {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}

@media screen and (min-width: 768px) {
  .men-access__routes {
    margin-top: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 3.6rem;
    align-items: start;
  }
}

.men-access__route-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1772CD;
}

@media screen and (min-width: 768px) {
  .men-access__route-title {
    font-size: 2rem;
  }
}

.men-access__route-text {
  margin: 1.2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .men-access__route-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ==========================================
  男性 コラム
========================================== */
.men-column {
  /* position: relative; */
  margin-top: 5.6rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .men-column {
    margin-top: 4.2rem;
  }
}

@media screen and (min-width:1280px) {
  .men-column {
    padding-bottom: 0;
  }
}

.men-column__inner {
  position: relative;
  z-index: 1;
}

.men-column__grid {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  position: relative;
}

@media screen and (min-width:768px) {
  .men-column__grid {
    gap: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .men-column__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3.6rem;
    align-items: start;
  }
}

.men-column__grid::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 5.5rem;
  z-index: 2;
  top: -3.8rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: url('../images/men/head-bg_column.webp');
  background-repeat: no-repeat;
  background-position: 27.8% center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width:768px) {
  .men-column__grid::after {
    height: 5.5rem;
    background-position: 47.8% center;
  }
}

@media screen and (min-width:1280px) {
  .men-column__grid::after {
    height: 7.9rem;
    background-position: 55.8% center;
  }
}

.men-column__main {
  padding-right: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media screen and (min-width:768px) {
  .men-column__main {
    padding-right: 0;
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
  }
}

.men-column__head {
  padding-left: 3rem;
}

@media screen and (min-width:1280px) {
  .men-column__head {
    padding-left: 0;
  }
}

.men-column__head--sp-only {
  display: block;
}

@media screen and (min-width:768px) {
  .men-column__head--sp-only {
    margin-top: 8rem;
    padding-right: 6rem;
  }
}

@media screen and (min-width:1280px) {
  .men-column__head--sp-only {
    display: none;
  }
}

.men-column__head--pc-only {
  display: none;
}
@media screen and (min-width:1280px) {
  .men-column__head--pc-only {
    display: block;
  }
}

.men-column__right {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 3rem;
  z-index: 5;
}

@media screen and (min-width:768px) {
  .men-column__right {
    padding: 0 6rem;
  }
}

@media screen and (min-width:1280px) {
  .men-column__right {
    padding: 0 6rem 0 0;
    gap: 3.6rem;
  }
}

.men-column__right-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #323BA4;
}

@media screen and (min-width: 768px) {
  .men-column__right-title {
    font-size: 2rem;
  }
}

.men-column__right-desc {
  margin-top: 3.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.men-column__main-media {

}

.men-column__main-img {
  width: 100%;
  height: auto;
}

.men-column__main-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.men-column__notes {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.men-column-note {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  overflow: visible;
}

.men-column-note__media {
  flex: none;
  width: 22rem;
  flex-shrink: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 220 / 160;
  position: relative;
}

.men-column-note__body {
  padding: 0;
}

.men-column-note__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.men-column-note__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.men-column-note__text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .men-column-note {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }

  .men-column-note__body {
    padding-top: 0.2rem;
  }

  .men-column-note__text {
    margin-top: 0.6rem;
    line-height: 1.7;
  }
}

/* ==========================================
  男性 ご予約
========================================== */
.men-reservation {
  padding-top: 2rem;
  border-top: 1px solid #A6A6A6;
}

@media screen and (min-width:768px) {
  .men-reservation {
    padding-top: 0;
  }
}

.men-reservation__inner {
  margin-bottom: 2.4rem;
}

.men-reservation__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .men-reservation__card {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
  }
}

.men-reservation__info {
  padding: 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .men-reservation__info {
    padding: 3.2rem 0 2.8rem 3.2rem;
  }
}

@media screen and (min-width:1280px) {
  .men-reservation__info {
    padding: 4rem 0 2.8rem 10rem;
  }
}

.men-reservation__actions {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

@media screen and (min-width: 1024px) {
  .men-reservation__actions {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    margin-top: 7rem;
  }
}

.men-reservation__tel {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.8rem;
  border-left: none;
}

@media screen and (min-width:1024px) {
  .men-reservation__tel {
    flex-direction: column;
    padding-left: 2rem;
    border-left: 1px solid #A6A6A6;
  }
}

@media screen and (min-width: 1280px) {
  .men-reservation__tel {
    flex-direction: row;

  }
}

.men-reservation__tel::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  width: 3.5rem;
  height: 1px;
  background-color: #A6A6A6;
}

@media screen and (min-width: 1024px) {
  .men-reservation__tel::before {
    display: none;
  }
}

.men-reservation__tel-prefix {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline;
}

.men-reservation__tel-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #323BA4;
  text-decoration: none;
}

.men-reservation__tel-link-prefix {
  font-size: 1.6rem;
}

.men-reservation__tel-link-num {
  font-size: 2.4rem;
}

.men-reservation__time {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-reservation__time {
    margin-top: 2.4rem;
  }
}

.men-reservation__media {
  line-height: 0;
  padding: 2rem 3.2rem;
}

@media screen and (min-width: 768px) {
  .men-reservation__media {
    padding: 0;
    min-height: 18rem;
  }
}

.men-reservation__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================
  男性 診療案内ページ ヘッド
========================================== */
.men-page-head__title {
  display: block;
  max-width: 112rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  text-align: center;
  background: linear-gradient(to bottom, transparent 70%, #E8EEF3 70%);
  padding-top: 7.6rem;
}

@media screen and (min-width: 768px) {
  .men-page-head__title {
    text-align: left;
    position: relative;
    background: transparent;
    padding-top: 8.6rem;
  }
}

.men-page-head__title-text {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #323BA4;
}

@media screen and (min-width:768px) {
  .men-page-head__title-text {
    font-size: clamp(4.2rem, calc(9.6154vw - 5rem), 7.2rem);
  }
}

@media screen and (min-width: 1080px) {
  .men-page-head__title-text {
    width: fit-content;
    text-align: center;
  }
}

.men-page-head__content {
  background: #E8EEF3;
}

@media screen and (min-width: 768px) {
  .men-page-head__content {
    margin-top: 5rem;
    position: relative;
    background-color: #E8EEF3;
  }
}

@media screen and (min-width:768px) {
  .men-page-head__content--equipment {
    height: 14vw;
    max-height: 17rem;
  }
}

.men-page-head__content--equipment .men-common-section-title__text{
  padding: 0;
}

.men-page-head__wide-message {
  background-color: #E8EEF3;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .men-page-head__wide-message {
    padding: 2rem 0 6rem;
    min-height: 12rem;
  }
}

.men-page-head__wide-message-text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-page-head__wide-message-text {
    font-size: 2.4rem;
  }
}

.men-page-head__content-inner {
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .men-page-head__content-inner {
    position: relative;
    max-width: 112rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
  }
}

.men-page-head__thumb {
  z-index: 1;
  margin-top: 4rem;
}

@media screen and (min-width:768px) {
  .men-page-head__thumb {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 57.8%;
    margin-top: 0;
  }
}

.men-page-head__thumb-wrapper {
  position: relative;
}

.men-page-head__image {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  .men-page-head__image {
    border-radius: 60px 0 60px 0;
  }
}

.men-page-head__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.men-page-head__image-title {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .men-page-head__image-title {
    font-size: 6.4rem;
    bottom: -4.6rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1080px) {
  .men-page-head__image-title {
    font-size: 9.4rem;
  }
}

/* ==========================================
  女性 診療案内ページ ヘッド（SP）
========================================== */
.women-page-head {
  background: url("../images/women/women-medical-mv.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 45rem;
}

@media screen and (min-width:768px) {
  .women-page-head {
    min-height: 43rem;
  }
}

@media screen and (min-width:1080px) {
  .women-page-head {
    min-height: 47rem;
  }
}

.women-page-head__inner {
  padding: 9.6rem 1.5rem 5rem;

}

@media screen and (min-width:768px) {
  .women-page-head__inner {
    position: relative;
    padding: 8.6rem 2rem 8rem;
    max-width: 128rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .women-page-head__inner--non-text {
    padding-top: 11vw;
  }
}


.women-page-head__title {
  margin: 0 0 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;

}

@media screen and (min-width:768px) {
  .women-page-head__title {
    width: 47%;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
  }
}

.women-page-head__media {
  position: relative;
}

@media screen and (min-width: 768px) {
  .women-page-head__media {
    position: absolute;
    top: 5rem;
    left: 2rem;
    width: 48%;
  }
}

.women-page-head__image {
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  .women-page-head__image {
    border-radius: 6rem 0 6rem 0;
  }
}

.women-page-head__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.women-page-head__caption {
  position: absolute;
  left: 2rem;
  bottom: -1.4rem;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.8rem;
  color: rgba(255, 255, 255, .9);
  line-height: 1;
  text-shadow: 0 0 10px rgba(246, 181, 176, 0.8);
  letter-spacing: 0.1em;
}

@media screen and (min-width:768px) {
  .women-page-head__caption {
    font-size: 7.2rem;
  }
}

.women-page-head__body {
  margin-top: 3.2rem;
  padding: 3.2rem 2.4rem;
  background: #fff;
  border-radius: 5rem;
  box-shadow: var(--shadow-women);
}

.women-page-head__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (min-width:768px) {
  .women-page-head__text {
    width: 47%;
    margin-left: auto;
    margin-right: 0;
    font-size: 1.6rem;
  }
}

.women-page-head__message {
  font-size: 1.4rem;
  padding: 0 4rem;
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

@media screen and (min-width:768px) {
  .women-page-head__message {
    font-size: 2rem;
    max-width: 82rem;
    margin-top: 6rem;
  }
}

/* ==========================================
  女性 医師紹介
========================================== */
.women-doctor-main {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .women-doctor-main {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.women-doctor-main__list {
  display: flex;
  flex-direction: column;
}

.women-doctor-card:not(:first-child) {
  margin-top: 7.2rem;
}

@media screen and (min-width: 768px) {
  .women-doctor-card:not(:first-child) {
    margin-top: 9.6rem;
  }
}

.women-doctor-card__profile {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-doctor-card__profile {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}

.women-doctor-card__media {
  flex-shrink: 0;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .women-doctor-card__media {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    width: 37.5%;
  }
}

.women-doctor-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 450;
  object-fit: cover;
  border-radius: 0.4rem;
}

.women-doctor-card__info {
  flex: 1;
}

.women-doctor-card__position {
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (min-width:768px) {
  .women-doctor-card__position {
    font-size: 1.8rem;
  }
}

.women-doctor-card__department {
  margin-top: 0.4rem;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .women-doctor-card__department {
    font-size: 1.6rem;
  }
}

.women-doctor-card__name {
  margin-top: 0.8rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 3.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--gray1);
}

@media screen and (min-width:768px) {
  .women-doctor-card__name {
    padding-bottom: 3.2rem;
    font-size: 4rem;
  }
}

.women-doctor-card__meta {
  margin-top: 1.6rem;
}

.women-doctor-card__meta-row {
  display: flex;
  gap: 1.6rem;
  font-size: 1.3rem;
}

.women-doctor-card__meta-row:not(:first-child) {
  margin-top: 0.8rem;
}

.women-doctor-card__meta-label {
  flex-shrink: 0;
  width: 11rem;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) {
  .women-doctor-card__meta-label {
    font-size: 1.6rem;
    width: 13rem;
  }
}

.women-doctor-card__meta-value {
  margin: 0;
  line-height: 1.8;
  font-size: 1.2rem;
}

@media screen and (min-width:768px) {
  .women-doctor-card__meta-value {
    font-size: 1.4rem;
  }
}

.women-doctor-card__meta-value th {
  width: 5.2rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width:768px) {
  .women-doctor-card__meta-value th {
    width: 6.2rem;
  }
}

.women-doctor-card__message {
  margin-top: 3rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--gold);
}

@media screen and (min-width: 768px) {
  .women-doctor-card__message {
    font-size: 2.2rem;
  }
}

.women-doctor-card__contents {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (min-width:768px) {
  .women-doctor-card__contents {
    font-size: 1.6rem;
  }
}

.women-doctor-card__contents > :first-child {
  margin-top: 0;
}

.women-doctor-card__contents h3 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: var(--brown2);
  letter-spacing: 0.1em;
}

.women-doctor-card__contents p {
  margin-top: 1.2rem;
}

/* ==========================================
  女性 診療案内ページ ヘッド（PC）
========================================== */
.men-common-section-title__text {
  margin: 0;
  font-size: 1.6rem;
  padding: 6rem 2rem 2rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .men-common-section-title__text {
    width: 37%;
    padding: 5rem 0 4.5rem;
  }
}

@media screen and (min-width:1080px) {
  .men-common-section-title__text {
    width: 29.8%;
  }
}

/* ==========================================
  男性 診療案内一覧
========================================== */
.men-medical-list {
  padding: 2rem 0 8rem;
  background-color: #E8EEF3;
}

@media screen and (min-width: 768px) {
  .men-medical-list {
    padding: 3rem 0 10rem;
  }
}

.men-medical-list__head {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .men-medical-list__head {
    margin-bottom: 5.6rem;
  }
}

.men-medical-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.2rem;
}

@media screen and (min-width: 768px) {
  .men-medical-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 6.4rem;
  }
}

.men-medical-card {
  display: flex;
  flex-direction: column;
}

.men-medical-card__media {
  line-height: 0;
  flex-shrink: 0;
}

.men-medical-card__img {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
}

@media screen and (min-width: 768px) {
  .men-medical-card__img {
    height: 36rem;
  }
}

.men-medical-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.8rem 0 0;
}

.men-medical-card__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #323BA4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .men-medical-card__title {
    font-size: 3.2rem;
  }
}

.men-medical-card__note {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
  flex: 1;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .men-medical-card__note {
    
  }
}

.men-medical-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  align-self: center;
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 0.8rem;
}

@media screen and (min-width:768px) {
  .men-medical-card__link {
    
  }
}

.men-medical-card__link:hover {
  opacity: 0.75;
}

.men-medical-card__arrow {
  width: 3.4rem;
  height: auto;
  flex-shrink: 0;
}

/* ==========================================
  女性 診療案内一覧
========================================== */
.main-wrapper--medical-women {
  background-color: #fff !important;
  background-image: none !important;
}

.women-medical {
  padding: 11.6rem 0 7.2rem;
  background-image: url("../images/women/women-medical-mv-list.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .women-medical {
    padding: 13.6rem 0 10rem;
  }
}

.women-medical__head {
  margin-bottom: 2.4rem;
}

.women-medical__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
}

@media screen and (min-width:768px) {
  .women-medical__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem;
  }
}

@media screen and (min-width: 1280px) {
  .women-medical__grid {
    gap: 3.6rem;
  }
}

.women-medical-card {
  display: flex;
  flex-direction: column;
}

.women-medical-card__media {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0.8rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.women-medical-card__media a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.women-medical-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.women-medical-card__body {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .women-medical-card__body {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.women-medical-card__title {
  position: relative;
  margin: 0;
  padding-left: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gold);
}

@media screen and (min-width: 768px) {
  .women-medical-card__title {
    font-size: 3rem;
  }
}

.women-medical-card__title::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0;
  width: 0.5rem;
  background: linear-gradient(to bottom, var(--gray1) 0%, var(--gray1) 50%, var(--gold) 50%, var(--gold) 100%);
}

.women-medical-card__note {
  margin: 1.2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: var(--brown1);
  margin-bottom: 0.8rem;
}

@media screen and (min-width:768px) {
  .women-medical-card__note {
    font-size: 1.6rem;
  }
}

.women-medical-card__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--brown1);
  text-decoration: none;
  margin-top: auto;
}

@media screen and (min-width:768px) {
  .women-medical-card__link {
    font-size: 1.6rem;
  }
}

.women-medical-card__link::after {
  content: '';
  width: 4.8rem;
  height: 1px;
  background-color: var(--gold);
}

.women-medical-card__link:hover {
  opacity: 0.75;
}

/* ==========================================
  女性 診療時間・予約カード
========================================== */
.women-clinic-info {
  padding: 6rem 0;
}

@media screen and (min-width: 768px) {
  .women-clinic-info {
    padding: 7.2rem 0;
  }
}

.women-clinic-info__card {
  padding: 2.8rem 1rem;
  background-color: #fff;
  border-radius: 1.6rem;
}

@media screen and (min-width: 768px) {
  .women-clinic-info__card {
    padding: 4rem 4.8rem;
    box-shadow: var(--shadow-women);
  }
}

/* ==========================================
  男性 診療時間・予約カード
========================================== */
.men-clinic-info {
  padding: 8rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .men-clinic-info {
    padding: 8rem 0 10rem;
  }
}

.men-clinic-info__card {
  padding: 2.8rem 1rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .men-clinic-info__card {
    padding: 4rem 4.8rem;
  }
}

/* ==========================================
  男性 医師紹介
========================================== */
.men-doctor-main {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .men-doctor-main {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}

.men-doctor-main__list {
  display: flex;
  flex-direction: column;
}

.men-doctor-card:not(:first-child) {
  margin-top: 7.2rem;
}

@media screen and (min-width: 768px) {
  .men-doctor-card:not(:first-child) {
    margin-top: 9.6rem;
  }
}

.men-doctor-card__profile {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .men-doctor-card__profile {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}

.men-doctor-card__media {
  flex-shrink: 0;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .men-doctor-card__media {
    max-width: 30rem;
    margin-left: 0;
    margin-right: 0;
    width: 37.5%;
  }
}

.men-doctor-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 450;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
}

.men-doctor-card__info {
  flex: 1;
}

.men-doctor-card__position {
  margin: 0;
  font-size: 1.3rem;
  color: #666;
}

.men-doctor-card__department {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  color: #666;
}

.men-doctor-card__name {
  margin-top: 0.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #323BA4;
}

.men-doctor-card__meta {
  margin-top: 1.6rem;
}

.men-doctor-card__meta-row {
  display: flex;
  gap: 1.6rem;
  font-size: 1.3rem;
}

.men-doctor-card__meta-row:not(:first-child) {
  margin-top: 0.8rem;
}

.men-doctor-card__meta-label {
  flex-shrink: 0;
  width: 9.4rem;
  margin: 0;
  font-weight: 700;
  color: #333;
}

.men-doctor-card__meta-value {
  margin: 0;
  line-height: 1.8;
  color: #333;
}

.men-doctor-card__meta-value th {
  width: 5.2rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width:768px) {
  .men-doctor-card__meta-value th {
    width: 6.2rem;
  }
}

.men-doctor-card__message {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #323BA4;
}

@media screen and (min-width: 768px) {
  .men-doctor-card__message {
    font-size: 2.2rem;
  }
}

.men-doctor-card__contents {
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333;
}

.men-doctor-card__contents > :first-child {
  margin-top: 0;
}

.men-doctor-card__contents h3 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #323BA4;
}

.men-doctor-card__contents p {
  margin-top: 1.2rem;
}

/* ==========================================
  男性 治療機器一覧
========================================== */
.men-equipment {
  padding: 8rem 0 8rem;
  background-image: url('../images/men/bg_equipments.webp');
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .men-equipment {
    padding: 12rem 0 12rem;
  }
}

.men-equipment__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (min-width: 768px) {
  .men-equipment__list {
    gap: 7rem;
  }
}

.men-equipment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3rem;
  border: 4px solid #8FB7D7;
  padding: 6.2rem 2.4rem 4rem;
  overflow: visible;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .men-equipment__card {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    padding: 2rem 4rem 2rem 2rem;
  }
}

.men-equipment__deco {
  position: absolute;
  width: 21rem;
  height: auto;
  pointer-events: none;
}

.men-equipment__deco--left {
  top: -4px;
  left: -4px;
}

.men-equipment__deco--right {
  bottom: -4px;
  right: -4px;
}

.men-equipment__image-wrapper {
  flex-shrink: 0;
  width: 77%;
  max-width: 24rem;
  margin: 0 auto 3rem;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .men-equipment__image-wrapper {
    width: 26.6%;
    max-width: none;
    margin: 0;
    flex-shrink: 0;
  }
}

.men-equipment__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.men-equipment__content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.men-equipment__title {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #323BA4;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .men-equipment__title {
    text-align: left;
  }
}

.men-equipment__rule {
  border: none;
  border-top: 1px solid rgba(50, 59, 164, 0.3);
  margin: 0 0 1rem;
}

.men-equipment__text {
  margin: 0 0 1.4rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .men-equipment__text {
    font-size: 1.6rem;
  }
}

.men-equipment__modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-btn {
    align-self: center;
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}

.men-equipment__modal-btn:hover {
  opacity: 0.7;
}

.men-equipment__modal-icon {
  width: 2.3rem;
  height: 2.3rem;
  flex-shrink: 0;
}

/* ---- Modal ---- */
.men-equipment__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s;
}

.men-equipment__modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.men-equipment__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
}

.men-equipment__modal-window {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 3rem;
  border: 4px solid #8FB7D7;
  width: 85vw;
  max-width: 80rem;
  max-height: 85vh;
  overflow-y: auto;
  padding: 5rem 3rem 4rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.men-equipment__modal-window::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-window {
    padding: 3rem 4rem 5rem;
    border-radius: 4rem;
    border: 6px solid #8FB7D7;
  }
}

.men-equipment__modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
  padding: 0.4rem 0.8rem;
}

.men-equipment__modal-close:hover {
  opacity: 0.7;
}


body.men-equipment-modal-open {
  overflow: hidden;
}

/* ---- Modal interior ---- */
.men-equipment__modal-title {
  margin: 0 0 6.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #323BA4;
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.men-equipment__modal-top {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-top {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.men-equipment__modal-image-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 23rem;
  margin: 0 auto;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-image-wrapper {
    width: 48%;
    max-width: none;
    margin: 0;
  }
}

.men-equipment__modal-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.men-equipment__modal-recommend {
  flex: 1;
}

.men-equipment__modal-section-title {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-section-title {
    font-size: 1.8rem;
  }
}

.men-equipment__modal-recommend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.men-equipment__modal-recommend-list li {
  padding-left: 2.8rem;
  background: url('../images/common/icon_check.webp') no-repeat left 0.2em;
  background-size: 1.8rem auto;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-recommend-list li {
    font-size: 1.6rem;
  }
}

.men-equipment__modal-feature {
  margin-bottom: 3.2rem;
}

.men-equipment__modal-feature-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333;
}

@media screen and (min-width: 768px) {
  .men-equipment__modal-feature-text {
    font-size: 1.6rem;
  }
}

.men-equipment__modal-steps {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.men-equipment__modal-step {
  flex: 1;
  line-height: 0;
}

.men-equipment__modal-step img {
  display: block;
  width: 100%;
  height: auto;
}

.men-equipment__modal-footer {
  display: flex;
  justify-content: center;
  padding-top: 1.6rem;
}

.men-equipment__modal-close-bottom {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #333;
  padding: 0.8rem 1.6rem;
}

.men-equipment__modal-close-bottom:hover {
  opacity: 0.7;
}

.men-equipment__modal-close-icon {
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(45deg);
}

/* ==========================================
  女性 医療用治療機器一覧
========================================== */
.women-equipment {
  padding: 6rem 0 7.2rem;
}

@media screen and (min-width: 768px) {
  .women-equipment {
    padding: 8rem 0 10rem;
  }
}

.women-equipment__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

@media screen and (min-width: 768px) {
  .women-equipment__list {
    gap: 3.2rem;
  }
}

.women-equipment__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: var(--shadow-women);
  padding: 2.4rem 2rem;
}

@media screen and (min-width: 768px) {
  .women-equipment__card {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    padding: 3.2rem 4rem;
  }
}

.women-equipment__image-wrapper {
  flex-shrink: 0;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .women-equipment__image-wrapper {
    width: 30%;
    max-width: none;
    margin: 0;
  }
}

.women-equipment__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.women-equipment__content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.women-equipment__title {
  position: relative;
  margin: 0 0 1.2rem;
  padding-left: 1.6rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gold);
}

@media screen and (min-width:768px) {
  .women-equipment__title {
    font-size: 2.4rem;
  }
}

.women-equipment__title::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  width: 0.4rem;
  background: linear-gradient(to bottom, var(--gray1) 0%, var(--gray1) 50%, var(--gold) 50%, var(--gold) 100%);
}

.women-equipment__rule {
  border: none;
  border-top: 1px solid var(--gold);
  margin: 0 0 1.2rem;
}

.women-equipment__text {
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--brown1);
  flex: 1;
}

@media screen and (min-width:768px) {
  .women-equipment__text {
    font-size: 1.6rem;
  }
}

.women-equipment__modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--brown1);
  padding: 0;
}

.women-equipment__modal-btn:hover {
  opacity: 0.7;
}

.women-equipment__modal-icon {
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}

/* ---- Modal ---- */
.women-equipment__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s, visibility 0.25s;
}

.women-equipment__modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.women-equipment__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
}

.women-equipment__modal-window {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 2rem;
  box-shadow: var(--shadow-women);
  width: 85vw;
  max-width: 80rem;
  max-height: 85vh;
  overflow-y: auto;
  padding: 5rem 3rem 4rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.women-equipment__modal-window::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-window {
    padding: 3rem 4rem 5rem;
    border-radius: 3rem;
  }
}

.women-equipment__modal-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brown1);
  padding: 0.4rem 0.8rem;
}

.women-equipment__modal-close:hover {
  opacity: 0.7;
}

body.women-equipment-modal-open {
  overflow: hidden;
}

/* ---- Modal interior ---- */
.women-equipment__modal-title {
  margin: 0 0 6.4rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.women-equipment__modal-top {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-top {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.women-equipment__modal-image-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 23rem;
  margin: 0 auto;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-image-wrapper {
    width: 48%;
    max-width: none;
    margin: 0;
  }
}

.women-equipment__modal-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.women-equipment__modal-recommend {
  flex: 1;
}

.women-equipment__modal-section-title {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brown1);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-section-title {
    font-size: 1.8rem;
  }
}

.women-equipment__modal-recommend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.women-equipment__modal-recommend-list li {
  padding-left: 2.8rem;
  background: url('../images/women/icon_check_gold.png') no-repeat left 0.2em;
  background-size: 1.8rem auto;
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-recommend-list li {
    font-size: 1.6rem;
  }
}

.women-equipment__modal-feature {
  margin-bottom: 3.2rem;
}

.women-equipment__modal-feature-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-equipment__modal-feature-text {
    font-size: 1.6rem;
  }
}

.women-equipment__modal-steps {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

.women-equipment__modal-step {
  flex: 1;
  line-height: 0;
}

.women-equipment__modal-step img {
  display: block;
  width: 100%;
  height: auto;
}

.women-equipment__modal-footer {
  display: flex;
  justify-content: center;
  padding-top: 1.6rem;
}

.women-equipment__modal-close-bottom {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: var(--brown1);
  padding: 0.8rem 1.6rem;
}

.women-equipment__modal-close-bottom:hover {
  opacity: 0.7;
}

.women-equipment__modal-close-icon {
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(45deg);
}

/* ==========================================
  全幅バナー
========================================== */
.common-wide-image {
  width: 100%;
  overflow: hidden;
}

.common-wide-image__wrapper {
  width: 100%;
  aspect-ratio: 361 / 140;
}

@media screen and (min-width:768px) {
  .common-wide-image__wrapper {
    aspect-ratio: 1280 / 400;
  }
}

.common-wide-image__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================
  ガイドライン
========================================== */
.common-guideline {
  padding: 4rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .common-guideline {
    padding: 12rem 0 14rem;
  }
}

.common-guideline__box {
  background-color: #E8EEF3;
  padding: 1.4rem 2.4rem;
}

@media screen and (min-width: 768px) {
  .common-guideline__box {
    padding: 2.4rem 2.4rem;
  }
}

.common-guideline__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .common-guideline__text {
  }
}

/* ==========================================
  女性 施設紹介 医療広告ガイドライン
========================================== */
.women-guideline {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .women-guideline {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.women-guideline__box {
  background-color: #FAFAFA;
  border-radius: 1.6rem;
  box-shadow: var(--shadow-women);
  padding: 2rem 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-guideline__box {
    padding: 2.8rem 3.2rem;
  }
}

.women-guideline__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .women-guideline__text {
    font-size: 1.4rem;
  }
}

/* ==========================================
  施設紹介ページ
========================================== */
.philosophy {
  padding: 6rem 0;
  background: url("../images/men/bg_facility.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .philosophy {
    padding: 10rem 0;
  }
}

.philosophy__frame {
  position: relative;
  margin-top: 3rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0.1rem 0.3rem 0.8rem 0.2rem rgba(0, 0, 0, 0.15);
  padding: 4rem 0.4rem 4rem;
}

@media screen and (min-width: 768px) {
  .philosophy__frame {
    margin-top: 4rem;
    padding: 7rem 6rem 6rem;
  }
}

.philosophy__deco {
  position: absolute;
  width: 17.8rem;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .philosophy__deco {
    width: 26rem;
  }
}

.philosophy__deco--left {
  top: 0;
  left: 0;
}

.philosophy__deco--right {
  bottom: 0;
  right: 0;
}

.philosophy__heading {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 23rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .philosophy__heading {
    top: -4rem;
    left: -4rem;
    width: 34.6rem;
  }
}

.philosophy__body {
  position: relative;
}

.philosophy__quote {
  margin: 0 0 2.4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #323BA4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .philosophy__quote {
    font-size: 5.6rem;
  }
}

.philosophy__text {
  padding: 0 1.6rem;
}

.philosophy__text p {
  margin: 0 0 1.6rem;
  font-size: 1.4rem;
  line-height: 2;
}

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

/* ==========================================
  女性 施設紹介 クリニックの理念
========================================== */
.women-philosophy {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .women-philosophy {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }
}

.women-philosophy__frame {
  position: relative;
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-philosophy__frame {
    padding: 2rem 6rem;
  }
}

.women-philosophy__deco {
  position: absolute;
  width: 7rem;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-philosophy__deco {
    width: 11rem;
  }
}

.women-philosophy__deco--left {
  display: none;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .women-philosophy__deco--left {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .women-philosophy__deco--left {
    left: 3.5rem;
  }
}
.women-philosophy__deco--right {
  bottom: 0;
  right: 0;
}

@media screen and (min-width:1280px) {
  .women-philosophy__deco--right {
    right: 3.5rem;
  }
}

.women-philosophy__body {
  position: relative;
  margin-top: 3.2rem;
}

.women-philosophy__quote {
  margin: 0;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width:768px) {
  .women-philosophy__quote {
    font-size: 2.4rem;
  }
}

.women-philosophy__text {
  position: relative;
  max-width: 52.4rem;
  margin: 3.2rem auto 0;
  padding: 0.4rem 4rem 2rem;
}

@media screen and (min-width:768px) {
  .women-philosophy__text {
    margin: 1.2rem auto 0;
  }
}

.women-philosophy__text-deco {
  display: block;
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 7rem;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-philosophy__text-deco {
    display: none;
  }
}

.women-philosophy__text p {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 2;
}

.women-philosophy__text p:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .women-philosophy__text p {
    font-size: 1.6rem;
  }
}

/* ==========================================
  女性 施設紹介 施設一覧
========================================== */
.women-facility-intro {
  padding-top: 4.5rem;
  padding-bottom: 7.2rem;
}

@media screen and (min-width: 768px) {
  .women-facility-intro {
    padding-top: 5.5rem;
    padding-bottom: 10rem;
  }
}

.women-facility-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2.8rem;
}

@media screen and (min-width: 768px) {
  .women-facility-intro__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item2"
      "item3 item3"
      "item4 item5";
    gap: 3.8rem 3.2rem;
    margin-top: 3.4rem;
  }
}

.women-facility-intro__item {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .women-facility-intro__item--1 {
    grid-area: item1;
  }

  .women-facility-intro__item--2 {
    grid-area: item2;
  }

  .women-facility-intro__item--3 {
    grid-area: item3;
  }

  .women-facility-intro__item--4 {
    grid-area: item4;
  }

  .women-facility-intro__item--5 {
    grid-area: item5;
  }
}

.women-facility-intro__label {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-facility-intro__label {
    font-size: 2.4rem;
  }
}

.women-facility-intro__image-wrapper {
  margin-top: 0.6rem;
  aspect-ratio: 310 / 471;
  border-radius: 6rem 0 6rem 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .women-facility-intro__image-wrapper {
    aspect-ratio: 360 / 548;
  }
}

.women-facility-intro__item--3 .women-facility-intro__image-wrapper {
  aspect-ratio: 310 / 471;
}

@media screen and (min-width: 768px) {
  .women-facility-intro__item--3 .women-facility-intro__image-wrapper {
    aspect-ratio: 1560 / 1024;
  }
}

.women-facility-intro__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.women-facility-intro__text {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .women-facility-intro__text {
    font-size: 1.6rem;
  }
}

.facility-intro {
  padding: 6rem 0;
  border-bottom: 1px solid #A6A6A6;
}

@media screen and (min-width: 768px) {
  .facility-intro {
    padding: 10rem 0;
  }
}

.facility__men-common-section-title {
  text-align: center;
}

.facility__men-common-section-title .men-common-section-title__title::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width:768px) {
  .facility__men-common-section-title .men-common-section-title__title::after {
    left: unset;
    right: -2rem;
    transform: unset;
  }
}

.facility-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-top: 7rem;
}

@media screen and (min-width: 768px) {
  .facility-intro__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "item1 item2"
      "item3 item3"
      "item4 item5";
    gap: 5rem 3rem;
  }
}

.facility-intro__item {
  position: relative;
  margin: 0;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .facility-intro__item--1 {
    grid-area: item1;
  }

  .facility-intro__item--2 {
    grid-area: item2;
  }

  .facility-intro__item--3 {
    grid-area: item3;
  }

  .facility-intro__item--4 {
    grid-area: item4;
  }

  .facility-intro__item--5 {
    grid-area: item5;
  }
}

.facility-intro__image-wrapper {
  aspect-ratio: 310 / 471;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  .facility-intro__image-wrapper {
    aspect-ratio: 360 / 548;
    border-radius: 6rem 0 6rem 0;
  }
}

.facility-intro__item--3 .facility-intro__image-wrapper {
  aspect-ratio: 310 / 471;
}

@media screen and (min-width:768px) {
  .facility-intro__item--3 .facility-intro__image-wrapper {
    aspect-ratio: 1560 / 1024;
  }
}

.facility-intro__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-intro__label {
  position: absolute;
  top: .6rem;
  left: -0.8rem;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  letter-spacing: 0.5em;
}

@media screen and (min-width: 768px) {
  .facility-intro__label {
    font-size: 4rem;
  }
}

.facility-intro__text {
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (min-width:768px) {
  .facility-intro__text {
    font-size: 1.6rem;
  }
}

/* ==========================================
  よくある質問ページ
========================================== */
.qa-category {
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .qa-category {
    
  }
}

.qa-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .qa-category__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}

.qa-category__item {
  margin: 0;
}

.qa-category__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 100%;
  border: 0.1rem solid #323BA4;
  border-radius: 0.4rem;
  padding: 1.4rem 1rem;
  color: #323BA4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .qa-category__link {
    font-size: 1.4rem;
    padding: 1.4rem 0.4rem;
  }
}

.qa-category__icon {
  width: 1.4rem;
  height: auto;
  flex-shrink: 0;
}

/* ==========================================
  女性 よくある質問 質問カテゴリ
========================================== */
.women-qa-category {
  padding: 6rem 0 5rem;
  background-image: linear-gradient(180deg, rgba(247, 231, 214, 0.6) 0%, rgba(247, 231, 214, 0) 100%);
}

@media screen and (min-width: 768px) {
  .women-qa-category {
    padding: 8rem 0;
  }
}

.women-qa-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .women-qa-category__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}

.women-qa-category__item {
  margin: 0;
}

.women-qa-category__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid var(--gold);
  border-radius: 9999px;
  padding: 1rem 1.2rem 0.6rem;
  background-color: #fff;
  color: var(--brown1);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.women-qa-category__link:hover {
  opacity: 0.75;
}

.women-qa-category__icon {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: rotate(45deg) translateY(-0.1rem);
}

.qa-list {
  padding: 0 0 6rem;
}

@media screen and (min-width: 768px) {
  .qa-list {
    padding: 0 0 10rem;
  }
}

.qa-group {
  margin-top: 4rem;
  scroll-margin-top: 10rem;
}

.qa-group:first-child {
  margin-top: 0;
}

.qa-group__label {
  display: inline-block;
  border: 0.1rem solid #323BA4;
  border-radius: 10rem;
  padding: 0.4rem 2.4rem;
  color: #323BA4;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .qa-group__label {
    font-size: 1.6rem;
  }
}

.qa-group__items {
  margin-top: 2rem;
}

.qa-item {
  border-bottom: 0.1rem solid #DCE1E8;
}

.qa-item:first-child {
  border-top: 0.1rem solid #DCE1E8;
}

.qa-item__question {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  position: relative;
  margin: 0;
  border: none;
  background-color: #F3F5F8;
  padding: 1.6rem 1.6rem;
  font: inherit;
  text-align: left;
  cursor: default;
}

.qa-item__answer {
  max-height: none;
  overflow: visible;
}

.qa-item__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.6rem 1.6rem 2rem;
}

.qa-item__mark {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.qa-item__mark--q {
  color: #323BA4;
}

.qa-item__mark--a {
  color: #E2742B;
}

.qa-item__question .qa-item__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #1c1c1c;
  margin-top: 0.8rem;
}

.qa-item__answer .qa-item__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #1c1c1c;
  margin-top: 0.6rem;
}

@media screen and (min-width: 768px) {
  .qa-item__question .qa-item__text,
  .qa-item__answer .qa-item__text {
    font-size: 1.6rem;
  }
}

/* ==========================================
  女性 よくある質問 質問一覧
========================================== */
.women-qa-list {
  padding: 0 0 8rem;
}

@media screen and (min-width: 768px) {
  .women-qa-list {
    padding: 0 0 10rem;
  }
}

.women-qa-group {
  margin-top: 4rem;
  scroll-margin-top: 10rem;
}

@media screen and (min-width:768px) {
  .women-qa-group {
    margin-top: 6rem;
  }
}

.women-qa-group:first-child {
  margin-top: 0;
}

.women-qa-group__head {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #EEDA80 0%, var(--gold) 43%, var(--gold) 100%) 1;
  text-align: center;
}

.women-qa-group__label {
  display: block;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-qa-group__label {
    font-size: 2.8rem;
  }
}

.women-qa-group__deco {
  display: block;
  width: min(100%, 16rem);
  height: 1.2rem;
  margin: 1.6rem auto 0;
  background-image: url('../images/common/women_title_deco.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

.women-qa-group__items {
  margin-top: 0;
}

.women-qa-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #EEDA80 0%, var(--gold) 43%, var(--gold) 100%) 1;
}

.women-qa-item__q {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.women-qa-item__a {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.women-qa-item__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width:768px) {
  .women-qa-item__mark {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.8rem;
  }
}

.women-qa-item__mark--q {
  background-color: var(--brown1);
}

.women-qa-item__mark--a {
  background-color: var(--pink2);
}

.women-qa-item__q .women-qa-item__text {
  margin: 0.4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--brown2);
}

.women-qa-item__a .women-qa-item__text {
  margin: 0.4rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--brown1);
}

@media screen and (min-width:768px) {
  .women-qa-item__q .women-qa-item__text,
  .women-qa-item__a .women-qa-item__text {
    font-size: 1.6rem;
    margin: 0.8rem 0 0;
  }
}


/* ==========================================
  トップぺージ
========================================== */
.top-wrapper {
  min-height: 100vh;
}

.left-wrapper {
  position: fixed;
  width: 5.6rem;
  height: 100%;
  min-height: 100vh;
  border-right: 1px solid #A6A6A6;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .left-wrapper {
    width: 9rem;
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .left-wrapper {
    width: 16rem;
  }
}

.left-wrapper__logo {
  width: 0;
  height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  display: block;
}

.left-wrapper__logo::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100%;
  height: 100%;
  background-image: url('../images/common/logo.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  width: 14.5rem;
  height: 6rem;
}

@media screen and (min-width: 768px) {
  .left-wrapper__logo::before {
    top: 3rem;
    left: 3rem;
    width: 24.2rem;
    height: 10rem;
  }
}

@media screen and (min-width: 1280px) {
  .left-wrapper__logo::before {
    width: 30rem;
    height: 12.4rem;
  }
}

.right-wrapper {
  width: 100%;
  padding-left: 5.6rem;
}

@media screen and (min-width: 768px) {
  .right-wrapper {
    padding-left: 9rem;
  }
}

@media screen and (min-width: 1280px) {
  .right-wrapper {
    padding-left: 16rem;
  }
}

.top-main-content {
  background: url("../images/top/top_bg_sp.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .top-main-content {
    background: url("../images/top/top_bg_pc.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.top-left-message {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5em;
  /* display: grid; */
  place-items: center;
  padding-bottom: 10rem;
  height: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  .top-left-message {
    font-size: 2rem;
  }
}

.top-left-message--main {
  position: relative;

}

.top-left-arrow {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.top-left-arrow.is-active {
  opacity: 1;
}

.top-left-arrow__text {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 0.5em;
}

.top-left-arrow__text--1,
.top-left-arrow__text--2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.top-left-arrow__text--1 {
  padding-bottom: 5rem;
}

.top-left-arrow__text--1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 4.4rem;
  background-image: url('../images/common/arrow_down.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.top-left-arrow__text--2 {
  padding-top: 5rem;
}

.top-left-arrow__text--2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 4.4rem;
  background-image: url('../images/common/arrow_up.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
  .top-left-arrow {
    display: none;
  }
}

.top-title {
  color: var(--gold);
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-left: 0.8rem;
  padding-top: 11.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .top-title {
    font-size: 3.2rem;
    padding-top: 12.8rem;
    margin-left: 0;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1280px) {
  .top-title {
    padding-top: 5.9rem;
  }
}

/* トップ：女性／男性への導線（FV） */
.top-fv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  margin-top: 9.5rem;
}

@media screen and (min-width: 768px) {
  .top-fv-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 12.2rem;
  }
}

@media screen and (min-width:1280px) {
  .top-fv-wrapper {
    margin-top: 6.2rem;
    gap: 7.5rem;
  }
}

.top-fv__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-fv__column {
    flex: 1;
    width: 50%;
    min-width: 0;
  }
}

@media screen and (min-width: 1280px) {
  .top-fv__column {
    padding-left: 8rem;
  }
}

.top-fv__image {
  position: relative;
  line-height: 0;
  padding-left: 3.9rem;
}

@media screen and (min-width:768px) {
  .top-fv__image {
    padding-right: 2rem;
  }
}

@media screen and (min-width:1280px) {
  .top-fv__image {
    padding-left: 8rem;
    padding-right: 0rem;
  }
}

.top-fv__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 装飾（女性：左上） */
.top-fv__image--women::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  z-index: 1;
  width: 19.4rem;
  aspect-ratio: 1;
  background-image: url('../images/top/for-women.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width:768px) {
  .top-fv__image--women::before {
    top: -4.5rem;
    width: 22vw;
  }
}

@media screen and (min-width:1280px) {
  .top-fv__image--women::before {
    top: -5rem;
    width: min(32rem, 18vw);
    left: 5rem;
  }
}

/* 装飾（男性：左上・同様） */
.top-fv__image--men::before {
  content: '';
  position: absolute;
  top: -3.4rem;
  left: 0;
  z-index: 1;
  width: 16rem;
  aspect-ratio: 1;
  background-image: url('../images/top/for-men.webp');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  pointer-events: none;
}

@media screen and (min-width:768px) {
  .top-fv__image--men::before {
    top: -4.5rem;
    width: 19vw;
  }
}

@media screen and (min-width:1280px) {
  .top-fv__image--men::before {
    top: -3.4rem;
    left: 4.3rem;
    width: min(28rem, 14.3vw);
  }
}

.top-fv__title {
  position: absolute;
  bottom: -4.5rem;
  left: 0.6rem;
  z-index: 2;
  width: fit-content;
  margin: 0;
  font-size: 3rem;
  color: #1c1c1c;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top-fv__title {
    font-size: 3.2rem;
    bottom: -3.9rem;
    left: 0;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1280px) {
  .top-fv__title {
    bottom: 0.2rem;
    left: -3rem;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width:1400px) {
  .top-fv__title {
    font-size: 4.8rem;
  }
}

.top-fv__link {
  margin-top: 5rem;
  text-decoration: none;
  color: inherit;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  display: block;
  width: fit-content;
}

@media screen and (min-width:1028px) {
  .top-fv__link {
    margin-left: 4.5rem;
    font-size: 2.6rem;
  }
}

@media screen and (min-width:1280px) {
  .top-fv__link {
    margin-top: 1.5rem;
    margin-left: 7.5rem;
    font-size: 2.6rem;
  }
}

.top-fv__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -7rem;
    -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 6rem;
  height: 3.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width:392px) {
  .top-fv__link::after {
    right: -9rem;
    width: 8rem;
    height: 4.4rem;
  }
}

@media screen and (min-width:1280px) {
  .top-fv__link::after {
    width: 10.7rem;
    height: 6rem;
    right: -11rem;
  }
}

.top-fv__link--women {
  color: #BB9854;
}

.top-fv__link--women::after {
  background-image: url('../images/top/top_arrow_women.webp');
}

.top-fv__link--men {
  color: #4D5877;
}

.top-fv__link--men::after {
  background-image: url('../images/top/top_arrow_men.webp');
}

.top-footer {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
  margin-top: auto;
  margin-bottom: 0;
}

@media screen and (min-width:1280px) {
  .top-footer {
    padding-top: 3rem;
  }
}

.top-footer__copyright {
  font-size: 1.4rem;
}

/* ==========================================
  女性向け　トップページ
========================================== */
/* 女性向け 新着情報 */
.women-news {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .women-news {
    margin-top: 0;
  }
}


.women-news__inner {
  position: relative;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem;
}

.women-news__wrapper {
  background: url("../images/women/news_wrapper_sp.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 361/617;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.6rem;
}

@media screen and (min-width:768px) {
  .women-news__wrapper {
    background: url("../images/women/news_wrapper_tab.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 480/569;
    max-width: 54rem;
  }
}

@media screen and (min-width:1280px) {
  .women-news__wrapper {
    background: url("../images/women/news_wrapper_pc.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 800/742;
    max-width: none;
    padding: 0 3.6rem;
  }
}

.women-news__list {
  margin: 2.4rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gold);
}

@media screen and (min-width: 768px) {
  .women-news__list {
    margin-top: 3.2rem;
  }
}

.women-news__item {
  border-bottom: 1px solid var(--gray1);
}

.women-news__link {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.8rem 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.women-news__link:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .women-news__link {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 1.6rem 0;
  }
}

.women-news__date {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .women-news__date {
    min-width: 10rem;
  }
}

@media screen and (min-width:1280px) {
  .women-news__date {
    font-size: 1.6rem;
  }
}

.women-news__body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .women-news__body {
    flex: 1;
    min-width: 0;
  }
}

@media screen and (min-width:1280px) {
  .women-news__body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width:1280px) {
  .women-news__body {
    -webkit-line-clamp: 2;
  }
}

/* 女性向け 共通ボタン（ラッパー：中央寄せ・余白） */
.women-common-button {
  display: flex;
  justify-content: center;
  max-width: 19.8rem;
}

@media screen and (min-width: 768px) {
  .women-common-button {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width:1280px) {
  .women-common-button {
    max-width: 28rem;
  }
}

.women-common-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 36rem;
  padding: 1.2rem 2.8rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(90deg, var(--pink1) 0%, var(--pink2) 62%, var(--pink2) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--brown2);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
  letter-spacing: 0.1em;
}

@media screen and (min-width:1280px) {
  .women-common-button__link {
    font-size: 1.8rem;
  }
}

.women-common-button__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  background-image: url('../images/common/arrow_brown1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  letter-spacing: 0.1em;
}

.women-common-button__link:hover {
  opacity: 0.75;
}

.women-common-button__text {
  flex-shrink: 0;
}

@media screen and (min-width: 1280px) {
  .women-common-button__link {
    padding: 1.4rem 3.2rem 1.4rem 3.2rem;
    font-size: 1.8rem;
  }

  .women-common-button__link::after {
    right: 2.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.women-news__women-common-button {
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

.women-common-button--back .women-common-button__link::after {
  content: none;
}

.women-common-button--back .women-common-button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%) scaleX(-1);
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  background-image: url('../images/common/arrow_brown1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 1280px) {
  .women-common-button--back .women-common-button__link::before {
    left: 2.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.women-news-single__back {
  margin: 7.2rem auto 0;
}

@media screen and (min-width:392px) {
  .women-news__women-common-button {
    margin-top: 3.4rem;
  }
}

@media screen and (min-width:768px) {
  .women-news__women-common-button {
    margin-top: 3.6rem;
  }
}

/* 女性向け 神戸ルミヴィアクリニックについて（基礎レイアウト） */
.women-about {
  padding: 3rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .women-about {
    padding: 4.6rem 0 6rem;
  }
}

/* 女性向け ルミヴィアクリニックの特徴（セクションタイトル） */
.women-feaetures {
  padding-top: 2.4rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .women-feaetures {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
}

.women-feaetures__inner {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6rem;
}

@media screen and (min-width:768px) {
  .women-feaetures__inner {
    padding: 0 6rem;
  }
}

.women-feaetures__grid {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-feaetures__grid {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-feature-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .women-feaetures__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

.women-feature-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-self: center;
  width: 100%;
  max-width: 36.1rem;
  box-shadow: var(--shadow-women);
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  .women-feature-card {
    max-width: 34.3rem;
    background-color: #fff;
  }
}

.women-feature-card__media {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  aspect-ratio: 343 / 255;
  overflow: hidden;
  line-height: 0;
}

.women-feature-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.women-feature-card__body {
  position: relative;
  margin-top: 0.4rem;
  z-index: 1;
  padding: 2.2rem 1.6rem 2.6rem;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width:768px) {
  .women-feature-card__body {
    margin-top: 1.8rem;
    padding: 0.4rem 1.6rem 2.6rem;
  }
}

.women-feature-card__body::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
}

.women-feaetures__grid .women-feature-card:nth-child(1) .women-feature-card__body::before {
  background-image: url('../images/women/feature_icon1_sp.webp');
}

.women-feaetures__grid .women-feature-card:nth-child(2) .women-feature-card__body::before {
  background-image: url('../images/women/feature_icon2_sp.webp');
}

.women-feaetures__grid .women-feature-card:nth-child(3) .women-feature-card__body::before {
  background-image: url('../images/women/feature_icon3_sp.webp');
}

@media screen and (min-width:768px) {
  .women-feaetures__grid .women-feature-card:nth-child(1) .women-feature-card__body::before {
    background-image: url('../images/women/feature_icon1_pc.webp');
  }
  
  .women-feaetures__grid .women-feature-card:nth-child(2) .women-feature-card__body::before {
    background-image: url('../images/women/feature_icon2_pc.webp');
  }
  
  .women-feaetures__grid .women-feature-card:nth-child(3) .women-feature-card__body::before {
    background-image: url('../images/women/feature_icon3_pc.webp');
  }
}



.women-feature-card__heading {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--gold);
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
}

@media screen and (min-width:768px) {
  .women-feature-card__heading {
    min-height: 7rem;
  }
}

.women-feature-card__text {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--brown1);
}

@media screen and (min-width:768px) {
  .women-feature-card__text {
    margin-top: 0.6rem;
  }
}

/* ==========================================
 女性 診療案内
========================================== */
.women-treatment-guide {
  position: relative;
  margin-top: 5.6rem;
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-treatment-guide {
    margin-top: 4.2rem;
    padding-bottom: 3.2rem;
  }
}

.women-treatment-guide__inner {
  position: relative;
  z-index: 1;
}

.women-treatment-guide__card {
  margin-top: 1.8rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: var(--shadow-women);
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__card {
    margin-top: 3rem;
  }
}

.women-treatment-guide__title {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.women-treatment-guide__hero-media {
  margin: 0;
  line-height: 0;
}

.women-treatment-guide__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 361 / 236;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__hero-img {
    aspect-ratio: 650 / 338;
  }
}

.women-treatment-guide__hero-panel {
  position: absolute;
  left: 50%;
  top: 4rem;
  transform: translate(-50%, -50%);
  width: calc(100% - 4.2rem);
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__hero-panel {
    width: calc(100% - 12.8rem);
    padding: 2rem 1.4rem;
    top: -1rem;
  }
}

.women-treatment-guide__hero-text {
  margin: 0;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__hero-text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:1280px) {
  .women-treatment-guide__hero-text {
    font-size: 1.6rem;
  }
}

.women-treatment-guide__content {
  position: relative;
  padding: 13.6rem 2rem 3rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__content {
    padding: 9.8rem 1.6rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .women-treatment-guide__content {
    padding: 9.8rem 4.6rem 4rem;
    font-size: 1.6rem;
  }
}

.women-treatment-guide__meta {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}

@media screen and (min-width: 768px) {
  .women-treatment-guide__meta {
    flex-direction: row;
    gap: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .women-treatment-guide__meta {
    gap: 4rem;
  }
}

.women-treatment-guide__schedule {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__schedule {
    margin-left: initial;
    margin-right: initial;
    flex-shrink: 0;
  }
}

.women-treatment-guide__table {
  width: 100%;
  max-width: 33.8rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  border: none;
  box-shadow: var(--shadow-women);
}

.women-treatment-guide__table thead th {
  padding: 1.3rem 0.3rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border: none;
}

.women-treatment-guide__table thead th:first-child {
  background-image: linear-gradient(to right, var(--pink1) 0%, var(--pink2) 62%, var(--pink2) 100%);
  background-color: transparent;
  width: 35.3%;
  position: relative;
}
.women-treatment-guide__table thead th:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background-color: #fff;
  pointer-events: none;
}

.women-treatment-guide__table thead th:not(:first-child) {
  background-color: var(--pink2);
  background-image: none;
}

.women-treatment-guide__table tbody th,
.women-treatment-guide__table tbody td {
  padding: 1.3rem 0.3rem;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  border: none;
}

.women-treatment-guide__table tbody th {
  font-weight: 400;
  background-color: #fff;
}

.women-treatment-guide__table tbody th:first-child {
  position: relative;
}

.women-treatment-guide__table tbody th:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background-color: var(--gray1);
  pointer-events: none;
}

.women-treatment-guide__table tbody td {
  background-color: #fff;
}

.pink-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--pink2);
  vertical-align: middle;
}

.women-treatment-guide__table .pink-circle {
  font-size: 1.2rem;
}

.pink-circle--legend {
  vertical-align: -0.15em;
}

.women-treatment-guide__legend {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.7;
}

.women-treatment-guide__legend-mark {
  color: #e97d74;
}

.women-treatment-guide__closed {
  margin: 0.2rem 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
}

.women-treatment-guide__booking {
  position: relative;
  padding: 3rem 1.6rem 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: var(--shadow-women);
  text-align: center;
  max-width: 33.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__booking {
    margin-left: initial;
    margin-right: initial;
  }
}

.women-treatment-guide__booking-frame {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: 1.8rem;
  pointer-events: none;
}

.women-treatment-guide__booking-frame--upper-left {
  top: 1.6rem;
  left: 2.6rem;
}

.women-treatment-guide__booking-frame--upper-right {
  top: 1.6rem;
  right: 2.6rem;
}

.women-treatment-guide__booking-frame--lower-left {
  bottom: 1.6rem;
  left: 2.6rem;
}

.women-treatment-guide__booking-frame--lower-right {
  bottom: 1.6rem;
  right: 2.6rem;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__booking-frame {
    height: 2rem;
  }

  .women-treatment-guide__booking-frame--upper-left {
    top: 1.6rem;
    left: 2rem;
  }

  .women-treatment-guide__booking-frame--upper-right {
    top: 1.6rem;
    right: 2rem;
  }
  .women-treatment-guide__booking-frame--lower-left {
    bottom: 1.6rem;
    left: 2rem;
  }
  
  .women-treatment-guide__booking-frame--lower-right {
    bottom: 1.6rem;
    right: 2rem;
  }
}

.women-treatment-guide__booking-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.women-treatment-guide__booking-icon {
  display: block;
  width: 4.8rem;
  height: auto;
  margin: 0 0 1.2rem;
}

.women-treatment-guide__badge {
  margin: 0 0 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__badge {
    font-size: 1.4rem;
  }
}

.women-treatment-guide__booking-lead {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__booking-lead {
    font-size: 1.2rem;
  }
}

.women-treatment-guide__booking-note {
  margin: 0.2rem 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__booking-note {
    font-size: 1.2rem;
  }
}

.women-treatment-guide__button {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .women-treatment-guide__button {
    margin-top: 3.4rem;
  }
}

/* ==========================================
 女性 アクセス
========================================== */
.women-access {
  margin-top: 5.2rem;
  padding-bottom: 6.4rem;
}

@media screen and (min-width: 768px) {
  .women-access {
    margin-top: 8.8rem;
    padding-bottom: 8rem;
  }
}

.women-access__title {
  width: 100%;
}

.women-access__card {
  margin-top: 3.2rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: var(--shadow-women);
}

@media screen and (min-width: 768px) {
  .women-access__card {
    margin-top: 4rem;
  }
}

.women-access__map {
  line-height: 0;
}

.women-access__map iframe {
  display: block;
  width: 100%;
  height: 28rem;
  border: 0;
}

@media screen and (min-width: 768px) {
  .women-access__map iframe {
    height: 35rem;
  }
}

.women-access__address {
  margin: 0;
  padding: 3rem 2.2rem 0;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .women-access__address {
    padding: 1.5rem 2.8rem 0;
    font-size: 1.6rem;
  }
}

.women-access__routes {
  margin: 1.6rem 2.2rem 1.8rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid var(--brown1);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

@media screen and (min-width: 768px) {
  .women-access__routes {
    margin: 2.2rem 2.8rem 2rem;
    padding-top: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}

.women-access__route-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-family: 'Noto Serif JP', 'Source Han Serif JP', serif;
}

@media screen and (min-width: 768px) {
  .women-access__route-title {
    font-size: 2rem;
    min-height: 7.4rem;
  }
}

.women-access__route-text {
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .women-access__route-text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

/* ==========================================
 女性 コラム
========================================== */
.women-column {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .women-column {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
}

.women-column__inner {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6rem;
}

@media screen and (min-width: 768px) {
  .women-column__inner {
    padding: 0 6rem;
  }
}

.women-column__lead {
  margin: 2rem auto 0;
  max-width: 80rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--brown1);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .women-column__lead {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.women-column__grid {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-column__grid {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-column-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .women-column__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

.women-column-card {
  width: 100%;
  max-width: 36.1rem;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .women-column-card {
    max-width: 34.3rem;
  }
}

.women-column-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.women-column-card__media {
  margin: 0;
  line-height: 0;
  box-shadow: var(--shadow-women);
}

.women-column-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 361 / 262;
  object-fit: cover;
  object-position: center center;
}

.women-column-card__body {
  margin-top: 1.2rem;
}

.women-column-card__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.women-column-card__excerpt {
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  line-height: 1.85;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-column-card__title {
    font-size: 1.6rem;
  }

  .women-column-card__excerpt {
    font-size: 1.6rem;
  }
}

.women-about__inner {
  position: relative;
}

.women-about__stack {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

@media screen and (min-width: 768px) {
  .women-about__stack {
    margin-top: 3.2rem;
    gap: 4rem;
  }
}

.women-about__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-about__row {
    flex-direction: row;
    align-items: center;
    gap: 5%;
    position: relative;
  }

  .women-about__row--1::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: min(32vw, 14rem);
    height: min(32vw, 16rem);
    background: url("../images/common/women-deco-1.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
  }

  .women-about__row--2 {
    flex-direction: row-reverse;
  }

  .women-about__row--2::before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: min(32vw, 14rem);
    height: min(32vw, 16rem);
    background: url("../images/common/women-deco-2.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
  }
}

@media screen and (min-width:1280px) {
  .women-about__row--1::before {
    right: 7.6rem;
  }
  
  .women-about__row--2::before {
    left: 7.6rem;
  }
}

.women-about__media-wrapper {
  min-width: 30rem;
  flex-shrink: 0;
}

@media screen and (min-width:768px) {
  .women-about__media-wrapper {
    width: 48%;
  }
}

.women-about__media-wrapper--1 {
  margin-right: 1.6rem;
}

.women-about__media-wrapper--2 {
  margin-left: 1.6rem;
}

@media screen and (min-width:768px) {
  .women-about__media-wrapper--1,
  .women-about__media-wrapper--2 {
    margin: 0;
  }
}

.women-about__body {
  padding: 3.5rem 7.5rem;
  position: relative;
}

@media screen and (min-width:768px) {
  .women-about__body {
    padding: 0;
  }
}

.women-about__body::before,
.women-about__body::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: min(32vw, 10rem);
  height: min(32vw, 12rem);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

.women-about__body::before {
  top: 0;
  left: 0;
  transform: translate(-8%, -8%);
  background-image: url('../images/common/women-deco-3.webp');
}

.women-about__body::after {
  right: 1rem;
  bottom: 0;
  transform: translate(8%, 8%);
  background-image: url('../images/common/women-deco-4.webp');
}

@media screen and (min-width:768px) {
  .women-about__body::before,
  .women-about__body::after
  {
    display: none;
  }
}

.women-about__media {
  box-shadow: var(--shadow-women);
  width: 100%;
}
/* 
@media screen and (min-width:768px) {
  .women-about__media {
    width: 100%;
  }
} */

.women-about__media--1,
.women-about__media--1 .women-about__img {
  border-radius: 0 5rem 0.5rem 0;
}

.women-about__media--2,
.women-about__media--2 .women-about__img {
  border-radius: 5rem 0 0 0.5rem;
}

.women-about__img {
  display: block;
  width: 100%;
  height: auto;
}

.women-about__paragraph {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--brown1);
}

@media screen and (min-width:768px) {
  .women-about__paragraph {
    width: 61.4%;
  }
}

@media screen and (min-width:1280px) {
  .women-about__paragraph {
    font-size: 1.6rem;
    width: 60%;
  }
}

@media screen and (min-width:768px) {
  .women-about__row--2 .women-about__paragraph {
    margin-left: auto;
    margin-right: 0
}
}

/* ==========================================
  女性向け Q&A
========================================== */
.women-qa {
  position: relative;
  margin-top: 4.4rem;
  padding-top: 10.4rem;
  padding-bottom: 9.6rem;
  background-color: transparent;
}

/* 男性 .men-about::before と同形状の clip-path。中央が明るく周辺へ淡いピーチピンクへぼかすラジアル */
.women-qa::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(
    ellipse 125% 120% at 50% 42%,
    #fffcf9 0%,
    #fef1ee 38%,
    #f9dfda 72%,
    #f3cec7 100%
  );
  clip-path: polygon(
    0% 9%,
    12.5% 8.5%,
    25% 8.2%,
    37.5% 8.05%,
    50% 7.95%,
    62.5% 8.05%,
    75% 8.2%,
    87.5% 8.5%,
    100% 9%,
    100% 98.75%,
    87.5% 99.15%,
    75% 99.45%,
    62.5% 99.65%,
    50% 99.72%,
    37.5% 99.65%,
    25% 99.45%,
    12.5% 99.15%,
    0% 98.75%
  );
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .women-qa {
    margin-top: 6rem;
    padding-top: 12.8rem;
    padding-bottom: 12.2rem;
  }

  .women-qa::before {
    clip-path: polygon(
      0% 14%,
      12.5% 11.2%,
      25% 9.3%,
      37.5% 8.2%,
      50% 7.8%,
      62.5% 8.2%,
      75% 9.3%,
      87.5% 11.2%,
      100% 14%,
      100% 93.8%,
      87.5% 96.6%,
      75% 98.5%,
      62.5% 99.6%,
      50% 100%,
      37.5% 99.6%,
      25% 98.5%,
      12.5% 96.6%,
      0% 93.8%
    );
  }
}

.women-qa__inner {
  position: relative;
  z-index: 1;
}

.women-qa__title-block {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .women-qa__title-block {
    margin-bottom: 3.2rem;
  }
}

.women-qa__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gray1);
}

.women-qa__item {
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray1);
}

@media screen and (min-width: 768px) {
  .women-qa__item {
    padding: 2.4rem 0;
  }
}

.women-qa__q,
.women-qa__a {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.women-qa__a {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .women-qa__q,
  .women-qa__a {
    gap: 1.6rem;
  }

  .women-qa__a {
    margin-top: 1.8rem;
  }
}

.women-qa__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  font-family: 'Noto Serif JP', 'Source Han Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.women-qa__badge--q {
  background-color: var(--brown1);
}

.women-qa__badge--a {
  background-color: var(--pink2);
}

.women-qa__q-text,
.women-qa__a-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
}

.women-qa__q-text {
  font-weight: 600;
  color: var(--brown2);
}

.women-qa__a-text {
  font-weight: 400;
  color: #666;
}

@media screen and (min-width: 768px) {
  .women-qa__q-text,
  .women-qa__a-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ==========================================
  女性向け ご予約（フッター前・背景なし）
========================================== */
.women-reservation {
  margin-top: 4rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  background-image: url('../images/common/women_reservation_bg_sp.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .women-reservation {
    margin-top: 6rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    background-image: url('../images/common/women_reservation_bg_tab.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

@media screen and (min-width:1280px) {
  .women-reservation {
    background-image: url('../images/common/women_reservation_bg_pc.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

@media screen and (min-width:1800px) {
  .women-reservation {
    background-image: url('../images/common/women_reservation_bg_2000.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}

.women-reservation__inner {
  text-align: center;
}

.women-reservation__content {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .women-reservation__content {
    margin-top: 2.2rem;
    gap: 0.6rem;
  }
}

.women-reservation__tel-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.women-reservation__tel-icon {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}

.women-reservation__tel-img {
  display: block;
  width: 4.4rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .women-reservation__tel-img {
    width: 5rem;
  }
}

.women-reservation__tel-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
  letter-spacing: 0.1em;
}

.women-reservation__tel-num:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .women-reservation__tel-num {
    font-size: 4rem;
  }
}

.women-reservation__hours {
  margin-top: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .women-reservation__hours {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}

.women-reservation__cta {
  margin-top: 2.8rem;
  width: 24.5rem;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .women-reservation__cta {
    margin-top: 3.4rem;
    width: 28rem;
  }
}

.women-reservation__web-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 36rem;
  padding: 1.6rem 3.3rem 1.6rem 3.3rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, var(--pink1) 0%, var(--pink2) 43%, var(--pink2) 100%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.women-reservation__web-btn-text {
  display: block;
  width: 100%;
  text-align: center;
}

.women-reservation__web-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url('../images/common/common_arrow_white.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}

/* ==========================================
  news single（男性）
========================================== */
.men-news-single {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #E8EEF3;
}

.men-news-single__section-title {
  margin: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #c0c5cd;
  padding: 1.5rem 0 4rem;
}

@media screen and (min-width:768px) {
  .men-news-single__section-title {
    padding: 2rem 0 6rem;
  }
}

.men-news-single__article {
  margin-top: 3rem;
  background-color: #fff;
  padding: 2.4rem 2.2rem 3rem;
}

.men-news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #5e6268;
}

.men-news-single__title {
  margin: 2rem 0 0;
  font-size: 4rem;
  line-height: 1.45;
  color: #2f3135;
}

.men-news-single__thumb {
  margin: 2rem 0 0;
}

.men-news-single__img {
  display: block;
  width: 100%;
  height: auto;
}

.men-news-single__content {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #2f3135;
}

@media screen and (min-width: 768px) {
  .men-news-single__content {
    font-size: 1.6rem;
  }
}

.men-news-single__content p {
  margin: 0 0 2rem;
}

.men-news-single__content p:last-child {
  margin-bottom: 0;
}

.men-news-single__content h2 {
  margin: 3.2rem 0 2rem;
  padding: 1.6rem 2rem;
  background-color: #E8EEF3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2f3135;
}

@media screen and (min-width:768px) {
  .men-news-single__content h2 {
    font-size: 2.4rem;
  }
}

.men-news-single__content h3 {
  position: relative;
  margin: 3.2rem 0 1.6rem;
  padding-left: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #323BA4;
}

@media screen and (min-width:768px) {
  .men-news-single__content h3 {
    font-size: 2rem;
  }
}

.men-news-single__content h3::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  width: 0.4rem;
  background-color: #323BA4;
}

/* テーマ全体のリセットCSSで打ち消されるWP標準の見た目を、記事本文だけ復元する */
.men-news-single__content ul,
.men-news-single__content ol {
  margin: 1.6rem 0;
  padding-left: 2.2rem;
}

.men-news-single__content ul {
  list-style: disc;
}

.men-news-single__content ol {
  list-style: decimal;
}

.men-news-single__content li {
  margin: 0 0 0.6rem;
}

.men-news-single__content li:last-child {
  margin-bottom: 0;
}

.men-news-single__content li > ul,
.men-news-single__content li > ol {
  margin: 0.6rem 0 0;
}

.men-news-single__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.men-news-single__content figure {
  margin: 2rem 0;
}

.men-news-single__content figcaption {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

.men-news-single__content blockquote {
  margin: 2rem 0;
  padding-left: 1.6rem;
  border-left: 3px solid #323BA4;
  color: #555;
}

.men-news-single__content .alignleft {
  float: left;
  margin: 0.5em 1.6em 1.6em 0;
}

.men-news-single__content .alignright {
  float: right;
  margin: 0.5em 0 1.6em 1.6em;
}

.men-news-single__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================
  news single（女性）
========================================== */
.women-news-single {
  padding-top: 2.4rem;
  padding-bottom: 6rem;
  background-color: #fff;
}

.women-news-single__article {
  margin-top: 3.2rem;
  padding: 2rem 1.8rem 2.6rem;
  box-shadow: var(--shadow-women);
  border-radius: 1rem;
}

.women-news-single__date {
  display: block;
  font-size: 1.4rem;
  color: #b8b2ab;
}

.women-news-single__title {
  margin: 1.8rem 0 0;
  font-size: 4rem;
  line-height: 1.5;
  color: var(--gold);
}

.women-news-single__thumb {
  margin: 2.2rem 0 0;
}

.women-news-single__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.women-news-single__content {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
  color: var(--brown1);
}

@media screen and (min-width: 768px) {
  .women-news-single__content {
    font-size: 1.6rem;
  }
}

.women-news-single__content p {
  margin: 0 0 2rem;
}

.women-news-single__content p:last-child {
  margin-bottom: 0;
}

.women-news-single__content h2 {
  margin: 3.2rem 0 2rem;
  padding: 1.6rem 2rem;
  background-color: #F6F3EC;
  border-radius: 1rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width:768px) {
  .women-news-single__content h2 {
    font-size: 2.4rem;
  }
}

.women-news-single__content h3 {
  position: relative;
  margin: 3.2rem 0 1.6rem;
  padding-left: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--gold);
}

@media screen and (min-width:768px) {
  .women-news-single__content h3 {
    font-size: 2rem;
  }
}

.women-news-single__content h3::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  width: 0.4rem;
  background-color: var(--gold);
}

/* テーマ全体のリセットCSSで打ち消されるWP標準の見た目を、記事本文だけ復元する */
.women-news-single__content ul,
.women-news-single__content ol {
  margin: 1.6rem 0;
  padding-left: 2.2rem;
}

.women-news-single__content ul {
  list-style: disc;
}

.women-news-single__content ol {
  list-style: decimal;
}

.women-news-single__content li {
  margin: 0 0 0.6rem;
}

.women-news-single__content li:last-child {
  margin-bottom: 0;
}

.women-news-single__content li > ul,
.women-news-single__content li > ol {
  margin: 0.6rem 0 0;
}

.women-news-single__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.women-news-single__content figure {
  margin: 2rem 0;
}

.women-news-single__content figcaption {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #777;
  text-align: center;
}

.women-news-single__content blockquote {
  margin: 2rem 0;
  padding-left: 1.6rem;
  border-left: 3px solid var(--gold);
  color: #555;
}

.women-news-single__content .alignleft {
  float: left;
  margin: 0.5em 1.6em 1.6em 0;
}

.women-news-single__content .alignright {
  float: right;
  margin: 0.5em 0 1.6em 1.6em;
}

.women-news-single__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .women-reservation__web-btn::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .women-reservation__web-btn {
    max-width: 40rem;
    padding: 1.8rem 4rem 1.8rem 4rem;
    font-size: 1.8rem;
  }
}

/* ==========================================
  お問い合わせフォーム（CF7）
========================================== */
.men-contact-form {
  padding: 6rem 0 8rem;
}

.men-contact-form__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #242424;
  margin-bottom: 3rem;
}

.men-contact-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-top: 1rem;
}

.cf7-row {
  margin-bottom: 2.4rem;
}

.cf7-row p {
  margin: 0;
}

.cf7-row label {
  display: block;
  font-size: 1.4rem;
}

.cf7-required {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: #E85C33;
  border-radius: 0.3rem;
  vertical-align: middle;
}

.cf7-row .wpcf7-form-control.wpcf7-text,
.cf7-row .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  background: #F2F2F2;
  border-radius: 0.4rem;
}

.cf7-row .wpcf7-form-control.wpcf7-textarea {
  min-height: 14rem;
  resize: vertical;
}

.cf7-row .wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem;
  background: #fff url('../images/common/icon_arrow_down.png') no-repeat right 1.6rem center;
  background-size: 1.2rem auto;
  border: 1px solid #D7D7D7;
  border-radius: 0.4rem;
  max-width: 30rem;
}

.cf7-row--checkbox .wpcf7-list-item label,
.cf7-row--privacy .cf7-checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.cf7-row--checkbox .wpcf7-list-item-label {
  font-size: 1.3rem;
  font-weight: 400;
  color: #242424;
}

/* プライバシー同意文言は手動マークアップ側（cf7-checkbox-label内のテキスト・リンク）で表示するため、CF7が自動生成するラベル（value="agree"のテキスト）は非表示にする */
.cf7-row--privacy .wpcf7-list-item-label {
  display: none;
}

/* チェックボックスのデザイン自作（参考: https://kasumiblog.org/checkbox-css） */
.cf7-row--checkbox input[type="checkbox"],
.cf7-row--privacy input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}

.cf7-row--checkbox .wpcf7-list-item label::before,
.cf7-row--privacy .cf7-checkbox-label::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 0.2rem;
  transition: background-color 0.2s, border-color 0.2s;
}

.cf7-row--checkbox .wpcf7-list-item label::after,
.cf7-row--privacy .cf7-checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 0.9rem;
  height: 0.45rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.cf7-row--checkbox .wpcf7-list-item label:has(input:checked)::before,
.cf7-row--privacy .cf7-checkbox-label:has(input:checked)::before {
  background: #323BA4;
  border-color: #323BA4;
}

.cf7-row--checkbox .wpcf7-list-item label:has(input:checked)::after,
.cf7-row--privacy .cf7-checkbox-label:has(input:checked)::after {
  opacity: 1;
}

.cf7-row--privacy {
  text-align: center;
}

.cf7-row--privacy .cf7-checkbox-label {
  font-size: 1.3rem;
  font-weight: 400;
}

.cf7-row--privacy .cf7-checkbox-label a {
  margin-left: 0.8rem;
  color: #323BA4;
  text-decoration: underline;
}

/* バリデーションエラーはwpcf7-form-control-wrap内に強制挿入されるため、フローから外して行の下に固定表示し、チェック行のレイアウトへの影響を防ぐ */
.cf7-row--privacy .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8rem;
  white-space: nowrap;
}

.wpcf7-validates-as-required {
  display: none;
}

.cf7-row--submit {
  text-align: center;
  margin-bottom: 0;
}

.cf7-row--submit p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf7-row--submit .wpcf7-form-control.wpcf7-submit {
  width: 100%;
  max-width: 30rem;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #323BA4;
  border-radius: 0.6rem;
  cursor: pointer;
}

.cf7-row--submit .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.85;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #E85C33;
}

.wpcf7-response-output {
  margin-top: 2rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}

/* ==========================================
  女性 お問い合わせフォーム
========================================== */
.women-contact-form {
  padding: 6rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .women-contact-form {
    padding: 8rem 0 10rem;
  }
}

.women-contact-form__title {
  margin: 0 0 3rem;
  font-family: 'Source Han Serif JP', 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--brown1);
  text-align: center;
}

.women-contact-wrapper {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: var(--shadow-women);
  padding: 3.2rem 2rem;
}

@media screen and (min-width: 768px) {
  .women-contact-wrapper {
    padding: 4rem 4.8rem;
  }
}

.women-contact-wrapper .cf7-required {
  background: var(--pink2);
  border-radius: 999rem;
}

.women-contact-wrapper .cf7-row--checkbox .wpcf7-list-item label:has(input:checked)::before,
.women-contact-wrapper .cf7-row--privacy .cf7-checkbox-label:has(input:checked)::before {
  background: var(--gold);
  border-color: var(--gold);
}

.women-contact-wrapper .cf7-row--submit .wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(to right, var(--pink1) 0%, var(--pink2) 62%);
  border-radius: 9999px;
}