@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

p,
a {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  color: #313131;
}

a,
img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

img {
  max-width: 100% !important;
}

/* ================================
  ▼ スマホ、PCの表示切り替えのCSS
 ================================ */
.u-sp {
  display: block !important;
}
@media screen and (max-width: 765px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media screen and (max-width: 765px) {
  .u-pc {
    display: block !important;
  }
}

/* ================================
  ▼ ラッパーのCSS
 ================================ */
.l-wrapper {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    width: 100%;
    max-width: 84.167vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 765px) {
  .l-wrapper {
    width: 100%;
    max-width: 87.867vw;
    margin: 0 auto;
  }
}

/* ================================
  ▼ セクションタイトルのCSS
 ================================ */
.c-section-ttl {
  font-size: 60px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #313131;
  letter-spacing: 0.075em;
}
.c-section-ttl span {
  display: block;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  .c-section-ttl {
    font-size: 5vw;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #313131;
  }
  .c-section-ttl span {
    display: block;
    font-size: 1.833vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (max-width: 765px) {
  .c-section-ttl {
    font-size: 8vw;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #313131;
  }
  .c-section-ttl span {
    display: block;
    font-size: 2.933vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
}

/* ================================
  ▼ 角丸ボタンのCSS
 ================================ */
.c-round-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #313131;
  border-radius: 40px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  width: 100%;
  max-width: 303px;
  height: 50px;
  position: relative;
  box-sizing: border-box;
  margin: 122px auto 0 auto;
  transition: 0.3s;
}

.c-round-btn:after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/categori--item__arrow@2x.webp);
  mask-image: url(../img/categori--item__arrow@2x.webp);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 16px;
  height: 19px;
  right: 15px;
  background-color: #313131;
  transition: 0.3s;
}

.c-round-btn:hover {
  background: #313131;
  color: #fff;
}

.c-round-btn:hover:after {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .c-round-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #313131;
    border-radius: 3.333vw;
    font-size: 1.5vw;
    color: #333;
    text-decoration: none;
    width: 100%;
    max-width: 25.25vw;
    height: 4.167vw;
    position: relative;
    box-sizing: border-box;
    margin: 10.167vw auto 0 auto;
  }
  .c-round-btn:after {
    width: 1.333vw;
    height: 1.583vw;
    right: 1.25vw;
  }
}

@media screen and (max-width: 765px) {
  .c-round-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #313131;
    border-radius: 5.333vw;
    font-size: 3.733vw;
    color: #333;
    text-decoration: none;
    width: 100%;
    max-width: 52.133vw;
    height: 8.533vw;
    position: relative;
    box-sizing: border-box;
    margin: 12vw auto 0 auto;
  }
  .c-round-btn:after {
    width: 2.133vw;
    height: 2.533vw;
    right: 2vw;
  }
}
/* ================================
  ▼ 四角形ボタンのCSS
 ================================ */
.c-square-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b1b;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 327px;
  height: 51px;
  position: relative;
  box-sizing: border-box;
  margin: 55px auto 0 auto;
  border: 1px solid #1b1b1b;
  transition: 0.3s;
}
.c-square-btn:after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/doctor--btn-arrow@2x.webp);
  mask-image: url(../img/doctor--btn-arrow@2x.webp);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 16px;
  height: 19px;
  right: 15px;
  background: #fff;
  transition: 0.3s;
}
.c-square-btn:hover {
  background: #fff;
  color: #1b1b1b;
}
.c-square-btn:hover:after {
  background-color: #1b1b1b;
}

@media screen and (max-width: 1200px) {
  .c-square-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
    font-size: 1.833vw;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 27.25vw;
    height: 4.25vw;
    position: relative;
    box-sizing: border-box;
    margin: 55px auto 0 auto;
  }
  .c-square-btn:after {
    width: 1.333vw;
    height: 1.583vw;
    right: 1.25vw;
  }
}

@media screen and (max-width: 765px) {
  .c-square-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b1b1b;
    font-size: 3.467vw;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 51.2vw;
    height: 8vw;
    position: relative;
    box-sizing: border-box;
    margin: 14.8vw auto 0 auto;
  }
  .c-square-btn:after {
    width: 2.533vw;
    height: 3.067vw;
    right: 1.733vw;
  }
}

/* ================================
  ▼ 逆順のCSS
 ================================ */
.u-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .u-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 765px) {
}

/* ================================
  ▼ TOPに戻るボタン（固定位置、最初は非表示）のCSS
 ================================ */
.c-back-to-top {
  display: block;
  position: fixed;
  right: 42px;
  bottom: 30px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 100;
}

/* 表示された状態 */
.c-back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.c-sp-bottombtnarea {
  display: none;
  z-index: 10;
}

.c-sp-bottombtnarea img {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .c-back-to-top {
    display: block;
    position: fixed;
    right: 1vw;
    bottom: 2.5vw;
    width: 4.25vw;
    height: 4.25vw;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 100;
  }
  /* 表示された状態 */
  .c-back-to-top.show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 765px) {
  .c-sp-bottombtnarea {
    display: flex;
    position: fixed;
    bottom: 0;
  }
  .c-sp-bottombtnarea .sp-btn-line {
    display: block;
    width: 50%;
    height: auto;
  }
  .c-sp-bottombtnarea .sp-btn-reserve {
    display: block;
    width: 50%;
    height: auto;
  }
  /* TOPに戻るボタン（固定位置、最初は非表示） */
  .c-back-to-top {
    right: 5vw;
    bottom: 18vw;
    width: 10vw;
    height: 10vw;
  }
}

/* ================================
  ▼ フッター固定ボタンのCSS
 ================================ */
.c-footer__link-area {
  position: fixed;
  right: 19px;
  bottom: 20%;
  z-index: 10;
}
.c-footer__link-area .link-line {
  margin-bottom: 10px;
}
.c-footer__link-area a {
  display: block;
  width: 101px;
  aspect-ratio: 1/1;
  height: auto;
  transition: 0.4s;
}
.c-footer__link-area a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .c-footer__link-area {
    position: fixed;
    right: 1.583vw;
    bottom: 20%;
  }
  .c-footer__link-area .link-line {
    margin-bottom: 0.833vw;
  }
  .c-footer__link-area a {
    display: block;
    width: 8.417vw;
    aspect-ratio: 1/1;
    height: auto;
  }
}
@media screen and (max-width: 765px) {
  .c-footer__link-area {
    display: none;
  }
}

/* ================================
  ▼ ヘッダーのCSS
 ================================ */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-block: 16px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 105px;
}
.l-header__inner .logo {
  width: 88px;
  height: 43px;
  margin-right: 97px;
  flex-shrink: 0;
  transition: 0.4s;
}
.l-header__inner #g-nav {
  width: 100%;
}
.l-header__inner #g-nav > #g-nav-list > ul {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
.l-header__inner #g-nav > #g-nav-list > ul a {
  display: block;
  font-size: min(19px, 1.25vw);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.4s;
}
.l-header__inner #g-nav > #g-nav-list > ul a:hover,
.l-header__inner #g-nav > #g-nav-list > ul li.is-current a {
  color: #91d2d1;
}
.l-header__inner #g-nav {
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
  /*hoverしたら表示*/
  /*ナビゲーションaタグの形状*/
}
.l-header__inner #g-nav #g-nav-list ul li {
  position: relative;
}
.l-header__inner #g-nav #g-nav-list ul ul {
  display: block;
}
.l-header__inner #g-nav #g-nav-list li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: rgba(54, 54, 54, 0.88);
  width: 340px;
  height: auto;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  padding: 24px 30px 0 30px;
}
.l-header__inner #g-nav #g-nav-list li.has-child:hover > ul,
.l-header__inner #g-nav #g-nav-list li.has-child ul li:hover > ul,
.l-header__inner #g-nav #g-nav-list li.has-child:active > ul,
.l-header__inner #g-nav #g-nav-list li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.l-header__inner #g-nav #g-nav-list li.has-child ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding: 4px 0;
  margin-bottom: 8px;
  font-size: 14px;
}
.l-header__inner #g-nav #g-nav-list li.has-child ul li a:after {
  position: absolute;
  content: "";
  background: url(../img/polygon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  right: 0;
}
.l-header__inner #g-nav #g-nav-list li.has-child ul li:last-child > a {
  border-bottom: none;
}
.l-header .cta-area {
  display: none;
}

/* ================================
   ▼ スクロール後（campaign エリアに入ったとき）
   ================================ */
.l-header.scrolled {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.l-header.scrolled .l-header__inner .logo img {
  content: url("../img/logo-black.webp");
}
.l-header.scrolled .l-header__inner #g-nav > div > ul > li > a {
  color: #000 !important;
}
.l-header.scrolled .l-header__inner #g-nav > div > ul > li.is-current > a,
.l-header__inner #g-nav > #g-nav-list > ul a:hover {
  color: #91d2d1 !important;
}
.l-header.scrolled .l-header__inner .openbtn span {
  background: #000;
}

@media screen and (max-width: 1200px) {
  .l-header {
    width: 100%;
    position: fixed;
    padding-block: 1.417vw;
    z-index: 999;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .l-header__inner .logo {
    width: 7.333vw;
    height: 3.583vw;
    margin-right: 8.083vw;
  }
  .l-header__inner #g-nav {
    width: 100%;
  }
  .l-header__inner #g-nav > #g-nav-list > ul {
    display: flex;
    justify-content: flex-end;
    gap: 2vw;
    align-items: center;
  }
  .l-header__inner #g-nav > #g-nav-list > ul a {
    display: block;
    font-size: 1.583vw;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 0.3s;
  }
  .l-header__inner #g-nav > #g-nav-list > ul a:hover {
    color: #91d2d1;
  }
  .l-header__inner #g-nav {
    /*== 2・3階層目の共通設定 */
    /*下の階層を持っているulの指定*/
    /*hoverしたら表示*/
    /*ナビゲーションaタグの形状*/
  }
  .l-header__inner #g-nav #g-nav-list ul li {
    position: relative;
  }
  .l-header__inner #g-nav #g-nav-list ul ul {
    display: block;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 5.167vw;
    z-index: 4;
    /*形状を指定*/
    background: rgba(54, 54, 54, 0.88);
    width: 28.333vw;
    height: 13.333vw;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all 0.3s;
    padding: 2vw 2.5vw 0 2.5vw;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child:hover > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:hover > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child:active > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 0.333vw 0;
    margin-bottom: 0.667vw;
    font-size: 1.167vw;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li a:after {
    position: absolute;
    content: "";
    background: url(../img/polygon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.583vw;
    height: 0.917vw;
    right: 0;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:last-child > a {
    border-bottom: none;
  }
}
@media screen and (max-width: 765px) {
  .l-header {
    width: 100%;
    position: fixed;
    padding-block: 3.2vw;
    z-index: 999;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 160vw;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .l-header__inner .logo {
    width: 16.4vw;
    height: 7.867vw;
    margin-right: 0;
  }
  .l-header__inner #g-nav {
    width: 100%;
  }
  .l-header__inner #g-nav > #g-nav-list > ul {
    display: block;
    align-items: center;
    margin: 6.667vw 8vw 0 8vw;
  }
  .l-header__inner #g-nav > #g-nav-list > ul a {
    display: block;
    font-size: 4.267vw;
    color: #313131;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 0.3s;
  }
  .l-header__inner #g-nav > #g-nav-list > ul a:hover {
    color: #91d2d1;
  }
  .l-header__inner #g-nav > #g-nav-list > ul button {
    display: block;
    font-size: 4.267vw;
    color: #313131;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 0.3s;
  }
  .l-header__inner #g-nav > #g-nav-list > ul button:hover {
    color: #91d2d1;
  }
  .l-header__inner #g-nav {
    /*== 2・3階層目の共通設定 */
    /*下の階層を持っているulの指定*/
    /*hoverしたら表示*/
    /*ナビゲーションaタグの形状*/
  }
  .l-header__inner #g-nav #g-nav-list ul li {
    position: relative;
    border-bottom: solid 1px #c3c3c3;
    padding: 6.667vw 0;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 8.267vw;
    z-index: 4;
    /*形状を指定*/
    background: rgba(54, 54, 54, 0.88);
    width: 45.333vw;
    height: 21.333vw;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all 0.3s;
    padding: 3.2vw 4vw 0 4vw;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child:hover > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:hover > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child:active > ul,
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 0.533vw 0;
    margin-bottom: 1.067vw;
    font-size: 1.867vw;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li a:after {
    position: absolute;
    content: "";
    background: url(../img/polygon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.933vw;
    height: 1.467vw;
    right: 0;
  }
  .l-header__inner #g-nav #g-nav-list li.has-child ul li:last-child > a {
    border-bottom: none;
  }
  .l-header .cta-area {
    width: 84vw;
    display: flex;
    justify-content: space-between;
    margin: 8vw auto 0 auto;
    padding-bottom: 10vw;
  }
  .l-header .cta-area a {
    display: block;
    width: 39.6vw;
    height: 12.4vw;
  }
  .l-header .cta-area a img {
    border-radius: 5.933vw;
  }

  .l-header__inner #g-nav.panelactive .cta-area {
    -webkit-animation: menuFadeUp 0.3s ease forwards;
    animation: menuFadeUp 0.3s ease forwards;
  }

  /*========= ナビゲーションのためのCSS ===============*/
  .l-header__inner #g-nav {
    position: fixed;
    top: 0;
    bottom: inherit;
    right: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  /*アクティブクラスがついたら位置を0に*/
  .l-header__inner #g-nav.panelactive {
    pointer-events: auto;
    opacity: 1;
  }
  /*ナビゲーションの縦スクロール*/
  .l-header__inner #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100dvh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6.667vw;
  }
  /* ▼ ここが今回の変更（メニューだけのフェードイン） */
  .l-header__inner #g-nav.panelactive #g-nav-list > ul {
    opacity: 0;
    transform: translateY(60px);
    -webkit-animation: menuFadeUp 0.3s ease forwards;
    animation: menuFadeUp 0.3s ease forwards;
  }
  @-webkit-keyframes menuFadeUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes menuFadeUp {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*========= ボタンのためのCSS ===============*/
  .l-header__inner .openbtn {
    position: relative;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 35px;
    height: 28px;
  }
  /*×に変化*/
  .l-header__inner .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 100vmax;
    background-color: #91d2d1;
    width: 35px;
  }
  .l-header__inner .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .l-header__inner .openbtn span:nth-of-type(2) {
    top: 12px;
  }
  .l-header__inner .openbtn span:nth-of-type(3) {
    top: 24px;
  }
  .l-header__inner .openbtn.active span:nth-of-type(1) {
    transform: translate(0, 12px) rotate(-45deg);
  }
  .l-header__inner .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__inner .openbtn.active span:nth-of-type(3) {
    transform: translate(0, -12px) rotate(45deg);
  }
  .l-header__inner .humberger-logo {
    width: 16.4vw;
    height: 8vw;
    margin: 3.2vw 0 0 4vw;
  }
  /*アコーディオンタイトル*/
  .l-header__inner .header-accordion-area-title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    display: block;
    font-size: 4.267vw;
    color: #313131;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 0.3s;
  }
  /*アイコンの＋と×*/
  .l-header__inner .header-accordion-area-title::before,
  .l-header__inner .header-accordion-area-title::after {
    position: absolute;
    content: "";
    width: 3.067vw;
    height: 0.4vw;
    background-color: #91d2d1;
    transition: 0.3s;
  }
  .l-header__inner .header-accordion-area-title::before {
    top: 48%;
    right: 4vw;
    transform: rotate(0deg);
  }
  .l-header__inner .header-accordion-area-title::after {
    top: 48%;
    right: 4vw;
    transform: rotate(90deg);
  }
  /*アコーディオンで現れるエリア*/
  .l-header__inner .header-accordion-area-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .l-header__inner .header-accordion-area-box li {
    border-bottom: inherit !important;
    padding: 1vw 0 !important;
  }
  .l-header__inner .header-accordion-area-box__inner {
    margin-top: 3vw;
  }
  .l-header__inner .header-accordion-area-box li a {
    display: flex !important;
    align-items: center;
    position: relative;
    font-size: 3.733vw !important;
    padding: 2vw 0 2vw 5.2vw;
  }
  .l-header__inner .header-accordion-area-box li a:before {
    position: absolute;
    content: "";
    width: 2.667vw;
    height: 0.267vw;
    background: #313131;
    left: 0;
  }
  .l-header__inner .header-accordion-area-title.is-active::before {
    transform: rotate(180deg);
  }
  .l-header__inner .header-accordion-area-title.is-active::after {
    transform: rotate(270deg);
    opacity: 0;
  }
}

/* ================================
  ▼ フロントページのCSS
 ================================ */
.p-fv {
  background: url(../img/fv@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fv__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15vw 0 6vw 0;
}
.p-fv__catch {
  font-size: 56px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.p-fv__logo {
  width: 207px;
  height: 101px;
  margin: 87px auto 0 auto;
}
.p-fv__text {
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
  padding-top: 87px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
  .p-fv {
    background: url(../img/fv@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-fv__inner {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 15vw 0 3.167vw 0;
  }
  .p-fv__catch {
    font-size: 4.667vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
  }
  .p-fv__logo {
    width: 17.25vw;
    height: 8.417vw;
    margin: 7.25vw auto 0 auto;
  }
  .p-fv__text {
    font-size: 1.667vw;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding-top: 7.25vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 765px) {
  .p-fv {
    background: url(../img/fv-sp@2x.webp);
    background-position-x: 60%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-fv__inner {
    position: relative;
    width: 100%;
    max-width: 160vw;
    margin: 0 auto;
    padding: 10vh 0 5vh 0;
  }
  .p-fv__catch {
    font-size: 9vw;
    color: #fff;
    line-height: 1.15;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.82);
  }
  .p-fv__logo {
    display: none;
  }
  .p-fv__text {
    font-size: 4vw;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding-top: 3.5vh;
    line-height: 1.25;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.82);
  }
}

/* ================================
  ▼ キャンペーンのCSS
 ================================ */
.p-campaign {
  padding: 79px 0 173px 0;
}
.p-campaign__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-campaign__inner .c-section-ttl {
  text-align: center;
}

.p-campaign__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 822px;
}
.p-campaign__inner:after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  content: "";
  background: url(../img/campaign__border@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-campaign__inner:after {
    height: 8.333vw;
  }
}
@media screen and (max-width: 765px) {
  .p-campaign__inner:after {
    height: 13.333vw;
  }
}

/* ▼ ここが一番重要 ▼ */
.p-campaign__swiper-block {
  width: 100%; /* 親幅をページに合わせる */
  max-width: 1200px; /* （好きな値でOK） */
  margin: 0 auto;
  position: relative;
}

.p-campaign__swiper {
  width: 100%; /*  swiper本体も幅100% */
  overflow: hidden; /* 余計なスクロールを発生させない */
}

/* 画像サイズをスライドにフィットさせる */
.p-campaign__item {
  height: auto !important;
}

.p-campaign__item a {
  transition: 0.4s;
}

.p-campaign__item a:hover {
  opacity: 0.7;
}

.p-campaign__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block; /* inline余白を消す */
  pointer-events: none; /* ← 画像のクリック/ドラッグでsliderがズレるの保護（任意） */
}

.p-campaign__swiper-block {
  width: 100%;
  max-width: 1400px; /* ここはお好みでOK */
  margin: 0 auto;
  position: relative;
}

/* ❗ ここがポイント：swiper本体には margin ではなく 100% */
.p-campaign__swiper {
  width: 100%;
}

/* ただし画像コンテナ自体のpaddingを少し入れれば見た目の間隔を補助できる（任意） */
.p-campaign__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1200px) {
  .p-campaign {
    padding: 6.583vw 0 14.417vw 0;
  }
  .p-campaign__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-campaign__inner .c-section-ttl {
    text-align: center;
  }
  .p-campaign__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 4.167vw auto 0 auto;
    width: 100%;
    max-width: 68.5vw;
  }
  .p-campaign__content:after {
    position: absolute;
    left: 50%;
    bottom: -4.167vw;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    content: "";
    background: url(../../img/campaign__border@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 8.333vw;
    z-index: -1;
  }
}
@media screen and (max-width: 765px) {
  .p-campaign {
    padding: 9.067vw 0 29vw 0;
  }
  .p-campaign__inner {
    width: 100%;
    max-width: 160vw;
    margin: 0 auto;
  }
  .p-campaign__inner .c-section-ttl {
    text-align: center;
  }
  .p-campaign__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 6.667vw auto 0 auto;
    width: 100%;
    max-width: 109.6vw;
  }
  .p-campaign__content:after {
    position: absolute;
    left: 50%;
    bottom: -6.667vw;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    content: "";
    background: url(../img/campaign__border@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 13.333vw;
    z-index: -1;
  }
}
.p-campaign__swiper-block {
  position: relative;
  padding: 0 70px;
  margin-top: 40px;
}

/* スライド画像 */
.p-campaign__item img {
  width: 100%;
  height: auto;
}

/* キャンペーンバナーナビ */
.p-campaign__swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 32px;
  top: 80px;
}

.p-campaign__swiper-nav .swiper-pagination {
  position: static;
  white-space: nowrap;
}

/* 画像ボタン */
.p-campaign__swiper-prev,
.p-campaign__swiper-next {
  transition: 0.4s;
}

.p-campaign__swiper-prev img,
.p-campaign__swiper-next img {
  width: 184px;
  display: block;
}

.p-campaign__swiper-prev {
  transform: scaleX(-1);
}

.p-campaign__swiper-prev:hover,
.p-campaign__swiper-next:hover {
  opacity: 0.6;
}

.p-campaign__nav {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.p-campaign__pagination {
  margin-top: 12px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.p-campaign__swiper-nav .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  opacity: 1 !important;
}

.p-campaign__swiper-nav .swiper-pagination-bullet-active {
  background: #000 !important;
}

@media screen and (max-width: 1200px) {
  .p-campaign__swiper-block {
    position: relative;
    padding: 0 5.833vw;
    margin-top: 3.333vw;
  }
  /* スライド画像 */
  .p-campaign__item img {
    width: 100%;
    height: auto;
  }
  /* 画像ボタン */
  .p-campaign__swiper-prev img,
  .p-campaign__swiper-next img {
    width: 15.333333333333332vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-campaign__swiper-nav .swiper-pagination {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%);
    top: -36px !important;
  }
}
@media screen and (max-width: 765px) {
  .p-campaign__swiper-block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    margin-top: 13.333vw;
    margin-bottom: 0;
  }
  .p-campaign__swiper-nav {
    width: 96%;
    margin-inline: auto;
  }
  .p-campaign__swiper-prev img,
  .p-campaign__swiper-next img {
    width: 25vw;
  }
  .p-campaign__swiper-nav .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 8px !important;
    height: 8px !important;
  }
}

/* ================================
  ▼ コンセプトのCSS
 ================================ */
.p-concept {
  background: url(../img/consept__backimg@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-concept__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 294px;
}
.p-concept__block {
  display: flex;
}
.p-concept__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
}
.p-concept__catch {
  font-size: 56px;
  color: #313131;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-left: 90px;
  margin-top: -8px;
  line-height: 1.45;
  white-space: nowrap;
}
.p-concept__text1 {
  margin-top: 80px;
  max-width: 500px;
  margin-left: auto;
}
.p-concept__text2 {
  margin-top: 40px;
  max-width: 464px;
  margin-left: auto;
  margin-right: -14px;
}
.p-concept__heading {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-concept__desc {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  margin-top: 16px;
}
.p-concept__img1 {
  position: absolute;
  left: 0;
  bottom: 200px;
  display: block;
  width: 412px;
  height: 576px;
  background: url(../img/consept__img1@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-concept__img2 {
  position: absolute;
  left: 168px;
  bottom: 110px;
  display: block;
  width: 434px;
  height: 394px;
  background: url(../img/consept__img2@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .p-concept {
    background: url(../img/consept__backimg@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-concept__inner {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 5vw 0 21vw;
  }
  .p-concept__block {
    display: flex;
  }
  .p-concept__ttl {
    font-size: 3.4vw;
  }
  .p-concept__catch {
    font-size: 4.7vw;
    letter-spacing: 0.08em;
    margin-left: 7vw;
    margin-top: -0.75vw;
    line-height: 1.45;
  }
  .p-concept__text1 {
    margin-top: 7.5vw;
    max-width: 41.5vw;
  }
  .p-concept__text2 {
    margin-top: 4vw;
    max-width: 39vw;
  }
  .p-concept__heading {
  	font-size: 2.35vw;
  }
  .p-concept__desc {
    font-size: 1.5vw;
    margin-top: 1.4vw;
   }
  .p-concept__img1 {
    position: absolute;
    left: 0;
    bottom: 14vw;
    display: block;
    width: 34.333vw;
    height: 48vw;
    background: url(../img/consept__img1@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-concept__img2 {
    position: absolute;
    left: 14vw;
    bottom: 6vw;
    display: block;
    width: 36.167vw;
    height: 32.833vw;
    background: url(../img/consept__img2@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 765px) {
  .p-concept {
    background: url(../img/consept__backimg@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-concept__inner {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 10vw 0 110vw 0;
  }
  .p-concept__block {
    display: block;
    margin: 0 auto;
  }
  .p-concept__ttl {
    text-align: center;
    font-size: 5.5vw;
  }
  .p-concept__catch {
    margin-top: 7.5vw;
    font-size: 9.5vw;
    line-height: 1.3;
    text-align: center;
    margin-left: 0;
  }
  .p-concept__text1 {
    max-width: 100%;
  }
  .p-concept__text2 {
    max-width: 100%;
    margin-right: 0;
    margin-top: 8vw;
  }
  .p-concept__heading {
    font-size: 5vw;
  }
  .p-concept__desc {
    font-size: 3.8vw;
    margin-top: 4vw;
  }
  .p-concept__img1 {
    position: absolute;
    left: 0;
    bottom: 17.067vw;
    display: block;
    width: 54.933vw;
    height: 76.8vw;
    background: url(../img/consept__img1@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-concept__img2 {
    position: absolute;
    left: inherit;
    right: 0;
    bottom: 14.667vw;
    display: block;
    width: 57.867vw;
    height: 52.533vw;
    background: url(../img/consept__img2@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* ================================
  ▼ 施術一覧のCSS
 ================================ */
.p-treatment {
  padding: 95px 0 115px 0;
}
.p-treatment__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-treatment__inner h2 {
  text-align: center;
}
.p-treatment__inner .area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  margin-top: 78px;
}
.p-treatment__inner .area.is-active {
  display: grid;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-treatment__inner #category3 .category-item {
  width: 100vw;
  max-width: 1010px;
}
.category-item a {
  transition: 0.4s;
}
.category-item a:hover {
  opacity: 0.7;
}
.p-treatment__inner #category3 .category-item .category-links {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-treatment__inner .category-list {
  grid-template-columns: 1fr 1fr;
  gap: 80px 60px;
}
.p-treatment__inner .category-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 24px 22px;
}
.p-treatment__inner .category-links li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 41px;
  padding-bottom: 5px;
  border-bottom: 1px solid #313131;
}
.p-treatment__inner .category-links a {
  flex: 1;
  font-size: 19px;
  color: #313131;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  height: auto;
}
.p-treatment__inner .category-links li::after {
  content: "";
  background: url(../img/categori--item__arrow@2x.webp);
  width: 15px;
  height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.p-treatment__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 97px;
}
.p-treatment__tab li {
  width: 33%;
}
.p-treatment__tab .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 69px;
  background: #e5e5e5;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 38px;
}
.p-treatment__tab li.is-active .tab {
  background: #313131;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .p-treatment {
    padding: 7.917vw 0 9.583vw 0;
  }
  .p-treatment__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-treatment__inner h2 {
    text-align: center;
  }
  .p-treatment__inner .area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
    background: #fff;
    margin-top: 6.5vw;
  }
  .p-treatment__inner #category3 .category-item {
    width: 100vw;
    max-width: 84.167vw;
  }
  .p-treatment__inner #category3 .category-item .category-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-treatment__inner .category-list {
    grid-template-columns: 1fr 1fr;
    gap: 6.667vw 5vw;
  }
  .p-treatment__inner .category-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5vw;
    gap: 2vw 1.833vw;
  }
  .p-treatment__inner .category-links li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.417vw;
    padding-bottom: 0.417vw;
    border-bottom: 1px solid #313131;
  }
  .p-treatment__inner .category-links a {
    flex: 1;
    font-size: 1.583vw;
    color: #313131;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    height: auto;
  }
  .p-treatment__inner .category-links li::after {
    content: "";
    background: url(../img/categori--item__arrow@2x.webp);
    width: 1.25vw;
    height: 1.583vw;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0.833vw;
  }
  .p-treatment__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8.083vw;
  }
  .p-treatment__tab li {
    width: 33%;
  }
  .p-treatment__tab .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.75vw;
    background: #e5e5e5;
    font-size: 3.167vw;
  }
}
@media screen and (max-width: 765px) {
  .p-treatment {
    padding: 12.667vw 0 15.333vw 0;
  }
  .p-treatment__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-treatment__inner h2 {
    text-align: center;
  }
  .p-treatment__inner .area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
    background: #fff;
    margin-top: 6.5vw;
  }
  .p-treatment__inner #category3 .category-item {
    width: 100vw;
    max-width: 87.867vw;
  }
  .p-treatment__inner #category3 .category-item__banner {
    height: auto;
  }
  .p-treatment__inner #category3 .category-item .category-links {
    grid-template-columns: 1fr 1fr;
  }
  .p-treatment__inner .category-list {
    grid-template-columns: 1fr;
    gap: 6.667vw 5vw;
  }
  .p-treatment__inner .category-item {
    margin-bottom: 9vw;
  }
  .p-treatment__inner .category-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 6vw;
    gap: 5.333vw 4vw;
  }
  .p-treatment__inner .category-links li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 2.4vw;
    border-bottom: 1px solid #313131;
  }
  .p-treatment__inner .category-links a {
    flex: 1;
    font-size: 3.333vw;
    color: #313131;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    height: auto;
  }
  .p-treatment__inner .category-links li::after {
    content: "";
    background: url(../img/categori--item__arrow@2x.webp);
    width: 2.8vw;
    height: 3.333vw;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 3.733vw;
  }
  .p-treatment__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10vw;
  }
  .p-treatment__tab li {
    width: 33%;
  }
  .p-treatment__tab .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.933vw;
    background: #e5e5e5;
    font-size: 4vw;
  }
}

/* ================================
  ▼ 施術ケースのCSS
 ================================ */
.p-case {
  background-color: rgb(229, 229, 229);
  padding: 104px 0 130px 0;
}
.p-case__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-case__inner h2 {
  text-align: center;
}
.p-case__tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 120px 30px 0 30px;
  gap: 25px;
}
.p-case__tab li {
  position: relative;
  display: flex;
  align-items: center;
  width: 303px;
}
.p-case__tab li .tab {
  display: flex;
  width: 100%;
  height: 49px;
  justify-content: center;
  align-items: center;
  border: 1px solid #313131;
  border-radius: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 22px;
  background: #fff;
  color: #313131;
}
.p-case__tab li:first-child:before {
  position: absolute;
  content: "";
  background: url(../img/double-eyelid-b.webp) no-repeat center center / contain;
  width: 33px;
  height: 23px;
  left: 23px;
}
.p-case__tab li:nth-child(2):before {
  position: absolute;
  content: "";
  background: url(../img/around-eyes_b.webp) no-repeat center center / contain;
  width: 38px;
  height: 22px;
  left: 23px;
}
.p-case__tab li:nth-child(3):before {
  position: absolute;
  content: "";
  background: url(../img/small-face_b.webp) no-repeat center center / contain;
  width: 22px;
  height: 32px;
  left: 23px;
}
.p-case__tab li:nth-child(4):before {
  position: absolute;
  content: "";
  background: url(../img/nose_b.webp) no-repeat center center / contain;
  width: 18px;
  height: 34px;
  left: 23px;
}
.p-case__tab li:nth-child(5):before {
  position: absolute;
  content: "";
  background: url(../img/liposuction_b.webp) no-repeat center center / contain;
  width: 36px;
  height: 34px;
  left: 23px;
}
.p-case__tab li:nth-child(6):before {
  position: absolute;
  content: "";
  background: url(../img/breast-augmentation_b.webp) no-repeat center center /
    contain;
  width: 29px;
  height: 35px;
  left: 23px;
}
.p-case__tab li.is-active .tab {
  background: #313131;
  color: #fff;
  border-radius: 24px;
}
.p-case__tab li.is-active:first-child:before {
  background: url(../img/double-eyelid_s.webp) no-repeat center center / contain;
}
.p-case__tab li.is-active:nth-child(2):before {
  background: url(../img/around-eyes_s.webp) no-repeat center center / contain;
}
.p-case__tab li.is-active:nth-child(3):before {
  background: url(../img/small-face.webp) no-repeat center center / contain;
}
.p-case__tab li.is-active:nth-child(4):before {
  background: url(../img/nose_s.webp) no-repeat center center / contain;
}
.p-case__tab li.is-active:nth-child(5):before {
  background: url(../img/liposuction_s.webp) no-repeat center center / contain;
}
.p-case__tab li.is-active:nth-child(6):before {
  background: url(../img/breast-augmentation_s.webp) no-repeat center center /
    contain;
}
.p-case__list {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
.p-case__list.is-active {
  display: flex;
  justify-content: space-between;
  width: 822px;
  margin: 36px auto 0 auto;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.p-case__item-image {
  width: 100%;
  height: 280px;
}
.p-case__item-title {
  font-size: 23px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.05em;
  color: #313131;
}
.p-case__detail {
  margin-top: 26px;
}
.p-case__detail .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.p-case__detail .row dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 31px;
  font-size: 18px;
  background: #313131;
  color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
  font-weight: 400;
}
.p-case__detail .row dd {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  margin-top: -7px;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .p-case {
    background-color: rgb(229, 229, 229);
    padding: 8.667vw 0 10.833vw 0;
  }
  .p-case__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-case__inner h2 {
    text-align: center;
  }
  .p-case__tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10vw 2.5vw 0 2.5vw;
    gap: 2.083vw;
  }
  .p-case__tab li {
    position: relative;
    display: flex;
    align-items: center;
    width: 25.25vw;
  }
  .p-case__tab li .tab {
    display: flex;
    width: 100%;
    height: 4.083vw;
    justify-content: center;
    align-items: center;
    border: 1px solid #313131;
    border-radius: 2vw;
    font-size: 1.833vw;
    background: #fff;
  }
  .p-case__tab li:first-child:before {
    position: absolute;
    width: 2.75vw;
    height: 1.917vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(2):before {
    position: absolute;
    width: 3.167vw;
    height: 1.833vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(3):before {
    position: absolute;
    width: 1.833vw;
    height: 2.667vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(4):before {
    position: absolute;
    width: 1.5vw;
    height: 2.833vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(5):before {
    position: absolute;
    width: 3vw;
    height: 2.833vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(6):before {
    position: absolute;
    width: 2.417vw;
    height: 2.917vw;
    left: 1.917vw;
  }
  .p-case__tab li.is-active .tab {
    background: #313131;
    color: #fff;
    border-radius: 2vw;
  }
  .p-case__list {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
  }
  .p-case__list.is-active {
    display: flex;
    justify-content: space-between;
    width: 68.5vw;
    margin: 36px auto 0 auto;
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .p-case__item-image {
    width: 100%;
    height: 23.333vw;
  }
  .p-case__item-title {
    font-size: 1.917vw;
    text-align: center;
    margin-top: 1.667vw;
    letter-spacing: 0.05em;
  }
  .p-case__detail {
    margin-top: 2.167vw;
  }
  .p-case__detail .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.667vw;
  }
  .p-case__detail .row dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.333vw;
    height: 2.583vw;
    font-size: 1.5vw;
    background: #313131;
    color: #fff;
    flex-shrink: 0;
    margin-right: 1vw;
    font-weight: 400;
  }
  .p-case__detail .row dd {
    font-size: 1.417vw;
    line-height: 1.65;
    font-weight: 400;
    margin-top: -0.583vw;
  }
  @-webkit-keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 765px) {
  .p-case {
    background-color: rgb(229, 229, 229);
    padding: 16vw 0 21.067vw 0;
  }
  .p-case__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-case__inner h2 {
    text-align: center;
  }
  .p-case__tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 10vw 0;
    gap: 3.733vw 3.467vw;
  }
  .p-case__tab li {
    width: 100%;
  }
  .p-case__tab li .tab {
    display: flex;
    width: 44vw;
    height: 9.333vw;
    justify-content: center;
    align-items: center;
    border: 1px solid #313131;
    border-radius: 2vw;
    font-size: 3.467vw;
    padding-inline: 6vw 4vw;
  }
  .p-case__tab li.is-active .tab {
    background: #313131;
    color: #fff;
    border-radius: 2vw;
  }
  .p-case__list {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
  }
  .p-case__list.is-active {
    display: flex;
    justify-content: space-between;
    width: 68.5vw;
    margin: 36px auto 0 auto;
    -webkit-animation-name: displayAnime;
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .p-case__tab li:first-child:before {
    position: absolute;
    width: 4.667vw;
    height: 3.333vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(2):before {
    position: absolute;
    width: 5.6vw;
    height: 3.333vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(3):before {
    position: absolute;
    width: 3.333vw;
    height: 4.667vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(4):before {
    position: absolute;
    width: 2.667vw;
    height: 4.933vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(5):before {
    position: absolute;
    width: 5.2vw;
    height: 4.933vw;
    left: 1.917vw;
  }
  .p-case__tab li:nth-child(6):before {
    position: absolute;
    width: 4.133vw;
    height: 5.067vw;
    left: 1.917vw;
  }
  .p-case__item-image {
    width: 100%;
    height: 51.2vw;
  }
  .p-case__item-title {
    font-size: 4.533vw;
    text-align: center;
    margin-top: 6.667vw;
    letter-spacing: 0.05em;
  }
  .p-case__detail {
    margin-top: 5.2vw;
  }
  .p-case__detail .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5.333vw;
  }
  .p-case__detail .row dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21.867vw;
    height: 6.133vw;
    font-size: 3.333vw;
    background: #313131;
    color: #fff;
    flex-shrink: 0;
    margin-right: 2.267vw;
  }
  .p-case__detail .row dd {
    font-size: 3.333vw;
    line-height: 1.35;
  }
  @-webkit-keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.p-case__slider-block {
  position: relative;
  width: 100%;
  max-width: 750px; /* ← 2枚表示が綺麗に見える基準。必要なら調整OK */
  margin: 40px auto 0;
  padding: 0;
}

.p-case__item-image {
  width: 100%;
  aspect-ratio: 1/1;
}

.p-case__item-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* 外側ボタン（absolute基準はcase-slider-blockにする） */
.p-case__slider-button {
  position: absolute;
  top: 17%;
  transform: translateY(-50%);
  z-index: 50;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}

.p-case__slider-button:hover {
  opacity: 0.6;
}

.p-case__slider-button img {
  width: 46px;
  height: 46px;
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-case__prev {
  left: calc(37% - 400px); /* 中央から左右均等に置くための位置指定 */
}

.p-case__prev img {
  transform: scaleX(-1);
}

.p-case__next {
  right: calc(37% - 400px);
}

/* pagination中央 */
.p-case__swiper-pagination {
  display: none;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* スライダーが不要な場合 */
.p-case__swiper.no-slider .swiper-wrapper {
  gap: 24px;
}

.p-case__swiper.no-slider .swiper-slide {
  flex-shrink: 1 !important;
}

@media screen and (max-width: 1200px) {
  .p-case__swiper-block {
    position: relative;
    width: 100%;
    max-width: 62.5vw; /* ← 2枚表示が綺麗に見える基準。必要なら調整OK */
    margin: 3.333vw auto 0;
    padding: 0;
  }
  .p-case__item-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
  /* 外側ボタン（absolute基準はcase-slider-blockにする） */
  .p-case__slider-button {
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
    z-index: 50;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .p-case__slider-button img {
    width: 3.833vw;
    height: 3.833vw;
    display: block;
    transition: 0.3s;
  }
  .p-case__prev {
    left: calc(37% - 33.333vw); /* 中央から左右均等に置くための位置指定 */
  }
  .p-case__next {
    right: calc(37% - 33.333vw);
  }
  .p-case__slider-button:hover img {
    opacity: 0.6;
  }
  /* pagination中央 */
  .p-case__swiper-pagination {
    position: absolute;
    bottom: -2.833vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (max-width: 765px) {
  .p-case__next {
    right: -12vw;
  }
  .p-case__prev {
    left: -12vw;
  }
  .p-case__slider-button img {
    width: 10vw;
    height: 10vw;
  }
}

/* ================================
  ▼ グループのCSS
 ================================ */
.p-clinic {
  background: #1b1b1b;
  padding: 107px 0 119px 0;
}
.p-clinic__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-clinic__inner h2 {
  text-align: center;
  color: #fff;
}
.p-clinic__inner h2 span {
  color: #fff;
}
.p-clinic__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 80px;
}
.p-clinic__content-item {
  display: block;
  width: 309px;
  height: 434px;
  transition: 0.3s;
}
.p-clinic__content-item:hover {
  scale: 1.05;
}

.p-clinic__content-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-clinic__content-item.tokyo {
  background-image: url(../img/group-tokyo@2x.webp);
}
.p-clinic__content-item.ikebukuro {
  background-image: url(../img/group-ikebukuro@2x.png);
}
.p-clinic__content-item.yokohama {
  background-image: url(../img/group-yokohama@2x.webp);
}
.p-clinic__content-item.oosaka {
  background-image: url(../img/group-oosaka@2x.webp);
}
.p-clinic__content-item.nagoya {
  background-image: url(../img/group-nagoya@2x.webp);
}
.p-clinic__content-item.fukuoka {
  background-image: url(../img/group-fukuoka@2x.webp);
}
.p-clinic__btn {
  border: 1px solid #fff;
  background: #fff;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1200px) {
  .p-clinic {
    background: #1b1b1b;
    padding: 8.917vw 0 9.917vw 0;
  }
  .p-clinic__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-clinic__inner h2 {
    text-align: center;
    color: #fff;
  }
  .p-clinic__inner h2 span {
    color: #fff;
  }
  .p-clinic__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10vw;
    gap: 3vw;
  }
  .p-clinic__content-item {
    display: block;
    width: 25.75vw;
    height: 36.167vw;
  }
  .p-clinic__btn {
    border: 1px solid #fff;
    background: #fff;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 765px) {
  .p-clinic {
    background: #1b1b1b;
    padding: 16vw 0 11.067vw 0;
  }
  .p-clinic__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-clinic__inner h2 {
    text-align: center;
    color: #fff;
  }
  .p-clinic__content {
    display: block;
    margin-top: 16vw;
  }
  .p-clinic__content-item {
    display: block;
    width: 56.8vw;
    height: 79.733vw;
    margin: 0 auto 50px auto;
  }
  .p-clinic__btn {
    border: 1px solid #fff;
    background: #fff;
  }
}

/* ================================
  ▼ ドクター紹介のCSS
 ================================ */
.p-doctor {
  background: url(../img/doctor-bk@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 106px 0;
}
.p-doctor__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-doctor__inner h2 {
  text-align: center;
  margin-bottom: 120px;
}
.p-doctor__main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 133px 0;
}
.p-doctor__main-photo {
  width: 484px;
  height: 460px;
}
.p-doctor__main .name-box {
  margin-top: 43px;
}
.p-doctor__main .name-box .jp {
  font-size: 35px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.p-doctor__main .name-box .name {
  font-size: 30px;
  text-align: center;
  margin-top: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.p-doctor__main .name-box .name span {
  font-size: 22px;
}
.p-doctor__main .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.p-doctor__main .sns a {
  margin-right: 29px;
}
.p-doctor__main .sns .insta {
  width: 46px;
  height: auto;
}
.p-doctor__main .sns .youtube {
  width: 45px;
  height: 32px;
}
.p-doctor__main .sns .tiktok {
  width: 37px;
  height: 40px;
}
.p-doctor__main .sns .x {
  width: 40px;
  height: 37px;
}
.p-doctor__main-content {
  width: 48%;
}
.p-doctor__main-content .catch {
  font-size: 30px;
  line-height: 1.25;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 13px;
  margin-left: 29px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-doctor__main-content .intro {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 35px;
  margin-left: 29px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
.p-doctor__main-content .career-title {
  margin-top: 42px;
  margin-left: 29px;
  font-size: 25px;
  border-bottom: 1px solid #313131;
  padding-bottom: 11px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #313131;
}
.p-doctor__main-content .career {
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
  margin-left: 29px;
  color: #313131;
}
.p-doctor__main-content .career dd,
.p-doctor__main-content .career dt,
.p-doctor__main-content .career p {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
}
.p-doctor__main-content .career dt {
  width: 17%;
}
.p-doctor__main-content .career dd {
  width: 83%;
}
.p-doctor__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /*
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  */
}

.p-doctor__sub > * {
    width: calc((100% - 32px) / 3);
}
/*
.p-doctor__sub-item {
  width: 309px;
}
*/

.p-doctor__sub-item img {
  height: min(369px, 30vw);
  object-fit: cover;
  border-radius: 30px;
}
.p-doctor__sub-item .role {
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
}
.p-doctor__sub-item .name-jp {
  font-size: 35px;
  text-align: center;
  margin-top: 16px;
}
.p-doctor__sub-item .name-en {
  font-size: 24px;
  text-align: center;
  margin-top: 19px;
}
.p-doctor__sub-item .c-square-btn {
  margin-top: 35px;
  width: 271px;
  height: 43px;
}

@media screen and (max-width: 1200px) {
  .p-doctor {
    background: url(../img/doctor-bk@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8.833vw 0;
  }
  .p-doctor__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-doctor__inner h2 {
    text-align: center;
    margin-bottom: 10vw;
  }
  .p-doctor__main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 11.083vw 0;
  }
  .p-doctor__main-photo {
    width: 40.333vw;
    height: 38.333vw;
  }
  .p-doctor__main .name-box {
    margin-top: 3.583vw;
  }
  .p-doctor__main .name-box .jp {
    font-size: 2.917vw;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .p-doctor__main .name-box .name {
    font-size: 2.5vw;
    text-align: center;
    margin-top: 1.167vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .p-doctor__main .name-box .name span {
    font-size: 1.833vw;
  }
  .p-doctor__main .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
  }
  .p-doctor__main .sns a {
    margin-right: 2.417vw;
  }
  .p-doctor__main .sns .insta {
    width: 3.833vw;
    height: auto;
  }
  .p-doctor__main .sns .youtube {
    width: 3.75vw;
    height: 2.667vw;
  }
  .p-doctor__main .sns .tiktok {
    width: 3.083vw;
    height: 3.333vw;
  }
  .p-doctor__main .sns .x {
    width: 3.333vw;
    height: 3.083vw;
  }
  .p-doctor__main-content {
    width: 48%;
  }
  .p-doctor__main-content .catch {
    font-size: 2.5vw;
    line-height: 1.25;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 1.083vw;
    margin-left: 2.417vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .p-doctor__main-content .intro {
    font-size: 1.5vw;
    line-height: 1.7;
    margin-top: 2.917vw;
    margin-left: 2.417vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .p-doctor__main-content .career-title {
    margin-top: 3.5vw;
    margin-left: 2.417vw;
    font-size: 2.083vw;
    border-bottom: 1px solid #313131;
    padding-bottom: 0.917vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #313131;
  }
  .p-doctor__main-content .career {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.917vw;
    margin-left: 2.417vw;
    color: #313131;
  }
  .p-doctor__main-content .career dd,
  .p-doctor__main-content .career dt,
  .p-doctor__main-content .career p {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
  }
  .p-doctor__main-content .career dt {
    width: 17%;
  }
  .p-doctor__main-content .career dd {
    width: 83%;
  }
  .p-doctor__sub {
    display: flex;
    /*justify-content: space-between;*/
  }
  .p-doctor__sub-item {
    /*width: 25.75vw;*/
  }
  .p-doctor__sub-item .role {
    font-size: 2vw;
    text-align: center;
    margin-top: 1.25vw;
  }
  .p-doctor__sub-item .name-jp {
    font-size: 2.917vw;
    text-align: center;
    margin-top: 1.333vw;
  }
  .p-doctor__sub-item .name-en {
    font-size: 2vw;
    text-align: center;
    margin-top: 1.583vw;
  }
  .p-doctor__sub-item .c-square-btn {
    margin-top: 2.917vw;
    width: 22.583vw;
    height: 3.583vw;
  }
}
@media screen and (max-width: 765px) {
  .p-doctor {
    background: url(../img/doctor-bk-sp@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 17.067vw 0 11.333vw 0;
  }
  .p-doctor__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-doctor__inner h2 {
    text-align: center;
  }
  .p-doctor__main {
    display: block;
    justify-content: space-between;
    margin: 13.067vw 0 16vw 0;
  }
  .p-doctor__main-photo {
    width: 76vw;
    height: 72.133vw;
    margin: 0 auto;
  }
  .p-doctor__main .name-box {
    margin-top: 6.8vw;
  }
  .p-doctor__main .name-box .jp {
    font-size: 4.667vw;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .p-doctor__main .name-box .name {
    font-size: 4.667vw;
    text-align: center;
    margin-top: 2.133vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .p-doctor__main .name-box .name span {
    font-size: 3.467vw;
    margin-left: 4.4vw;
  }
  .p-doctor__main .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.6vw;
  }
  .p-doctor__main .sns a {
    margin-right: 2.417vw;
  }
  .p-doctor__main .sns .insta {
    width: 7.2vw;
    height: auto;
  }
  .p-doctor__main .sns .youtube {
    width: 7.067vw;
    height: 5.067vw;
  }
  .p-doctor__main .sns .tiktok {
    width: 5.733vw;
    height: 6.267vw;
  }
  .p-doctor__main .sns .x {
    width: 6.267vw;
    height: 5.733vw;
  }
  .p-doctor__main-content {
    width: 71.467vw;
    margin: 50px auto 0 auto;
  }
  .p-doctor__main-content .catch {
    font-size: 4.667vw;
    line-height: 6vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
  }
  .p-doctor__main-content .intro {
    font-size: 3.333vw;
    line-height: 1.6;
    margin-top: 7.2vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .p-doctor__main-content .career-title {
    margin-top: 7.333vw;
    font-size: 4vw;
    border-bottom: 1px solid #313131;
    padding-bottom: 1.733vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #313131;
  }
  .p-doctor__main-content .career {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.917vw;
    color: #313131;
  }
  .p-doctor__main-content .career dd,
  .p-doctor__main-content .career dt,
  .p-doctor__main-content .career p {
    font-size: 2.8vw;
    margin-bottom: 0.833vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
  }
  .p-doctor__main-content .career dt {
    width: 17%;
  }
  .p-doctor__main-content .career dd {
    width: 83%;
  }
  .p-doctor__sub {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }
  .p-doctor__sub-item {
    width: 41.2vw;
    margin-bottom: 15.467vw;
  }
  .p-doctor__sub-item img {
    height: auto;
  }
  .p-doctor__sub-item .role {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 1.25vw;
  }
  .p-doctor__sub-item .name-jp {
    font-size: 4.667vw;
    text-align: center;
    margin-top: 1.333vw;
  }
  .p-doctor__sub-item .name-en {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 1.583vw;
  }
  .p-doctor__sub-item .c-square-btn {
    margin-top: 5.333vw;
    width: 36.133vw;
    height: 5.733vw;
  }
}

/* ================================
  ▼ ニュースのCSS
 ================================ */
.p-news {
  padding: 110px 0 120px 0;
}
.p-news__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-news__inner .l-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news__inner .l-wrapper h2 {
  text-align: center;
}
.p-news__list {
  margin-top: 35px;
  margin-right: 123px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-news__item {
  padding-bottom: 35px;
  border-bottom: 1px solid #1b1b1b;
  transition: 0.3s;
}
.p-news__item:hover {
  opacity: 0.7;
}
.p-news__date {
  font-size: 18px;
  margin-right: 35px;
}
.p-news__text {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #313131;
}

@media screen and (max-width: 1200px) {
  .p-news {
    padding: 9.167vw 0 10vw 0;
  }
  .p-news__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-news__inner .l-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-news__inner .l-wrapper h2 {
    text-align: center;
  }
  .p-news__list {
    margin-top: 2.917vw;
    margin-right: 10.25vw;
  }
  .p-news__item {
    padding-bottom: 2.917vw;
    border-bottom: 1px solid #1b1b1b;
  }
  .p-news__date {
    font-size: 1.5vw;
    margin-right: 2.917vw;
  }
  .p-news__text {
    font-size: 1.5vw;
    padding-bottom: 0.833vw;
    border-bottom: solid 1px #313131;
  }
}
@media screen and (max-width: 765px) {
  .p-news {
    padding: 11.467vw 0 20.667vw 0;
  }
  .p-news__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-news__inner .l-wrapper {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .p-news__inner .l-wrapper h2 {
    text-align: center;
  }
  .p-news__list {
    margin-top: 13.333vw;
    margin-right: 0;
  }
  .p-news__item {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    padding-bottom: 5.333vw;
    border-bottom: 1px solid #1b1b1b;
  }
  .p-news__date {
    font-size: 3.2vw;
    margin-right: 0;
  }
  .p-news__text {
    font-size: 3.2vw;
    padding-bottom: 2vw;
    border-bottom: solid 1px #313131;
  }
}

/* ================================
  ▼ Q&AのCSS
 ================================ */
.p-qa {
  padding: 120px 0;
  background: url(../img/qa-bk@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-qa__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-qa__inner h2 {
  text-align: center;
}
.p-qa__inner .accordion-area {
  list-style: none;
  width: 100%;
  margin: 118px auto 0 auto;
  border: solid 1px #1b1b1b;
  background: #fff;
  padding-bottom: 62px;
}
.p-qa__inner .accordion-area li {
  width: 822px;
  margin: 0 auto;
}
.p-qa__inner .title {
  display: flex;
  align-items: center;
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 18px;
  padding: 45px 65px 45px;
  font-weight: normal;
  transition: all 0.5s ease;
  border-bottom: solid 1px #1b1b1b;
}
.p-qa__inner .title::before,
.p-qa__inner .title::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 4px;
  background-color: rgb(27, 27, 27);
}
.p-qa__inner .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.p-qa__inner .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.p-qa__inner .title span {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
}
.p-qa__inner .box {
  position: relative;
}
.p-qa__inner .box .box-inner {
  padding: 25px 0;
  padding-left: 65px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
}
.p-qa__inner .box span {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .p-qa {
    padding: 10vw 0;
    background: url(../img/qa-bk@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-qa__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-qa__inner h2 {
    text-align: center;
  }
  .p-qa__inner .accordion-area {
    list-style: none;
    width: 100%;
    margin: 9.833vw auto 0 auto;
    border: solid 1px #1b1b1b;
    background: #fff;
    padding-bottom: 5.167vw;
  }
  .p-qa__inner .accordion-area li {
    width: 68.5vw;
    margin: 0 auto;
  }
  .p-qa__inner .title {
    display: flex;
    align-items: center;
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.5vw;
    padding: 3.75vw 5.417vw 3.75vw;
    font-weight: normal;
    transition: all 0.5s ease;
    border-bottom: solid 1px #1b1b1b;
  }
  .p-qa__inner .title::before,
  .p-qa__inner .title::after {
    position: absolute;
    content: "";
    width: 1.583vw;
    height: 0.333vw;
    background-color: rgb(27, 27, 27);
  }
  .p-qa__inner .title::before {
    top: 48%;
    right: 1.25vw;
    transform: rotate(0deg);
  }
  .p-qa__inner .title::after {
    top: 48%;
    right: 1.25vw;
    transform: rotate(90deg);
  }
  .p-qa__inner .title span {
    position: absolute;
    width: 3.333vw;
    height: 3.333vw;
    left: 0;
  }
  .p-qa__inner .title.close::before {
    display: none;
  }
  .p-qa__inner .title.close::after {
    transform: rotate(0);
  }
  .p-qa__inner .box .box-inner {
    padding: 2.083vw 0;
    display: flex;
    align-items: center;
    font-size: 1.5vw;
    padding-left: 5.417vw;
    line-height: 1.4;
  }
  .p-qa__inner .box span {
    position: absolute;
    width: 3.333vw;
    height: 3.333vw;
    left: 0;
  }
}
@media screen and (max-width: 765px) {
  .p-qa {
    padding: 15.867vw 0;
    background: url(../img/qa-bk@2x.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-qa__inner {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .p-qa__inner h2 {
    text-align: center;
  }
  .p-qa__inner .accordion-area {
    list-style: none;
    width: 100%;
    margin: 15.867vw auto 0 auto;
    border: solid 1px #1b1b1b;
    background: #fff;
    padding-bottom: 5.167vw;
  }
  .p-qa__inner .accordion-area li {
    width: 100%;
    margin: 0 0 0 2.133vw;
    max-width: 84vw;
  }
  .p-qa__inner .title {
    display: flex;
    align-items: center;
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 3.467vw;
    padding: 3.75vw 10.133vw 3.75vw;
    font-weight: normal;
    transition: all 0.5s ease;
    border-bottom: solid 1px #1b1b1b;
  }
  .p-qa__inner .title::before,
  .p-qa__inner .title::after {
    position: absolute;
    content: "";
    width: 4vw;
    height: 0.533vw;
    background-color: rgb(27, 27, 27);
  }
  .p-qa__inner .title::before {
    top: 48%;
    right: 5.333vw;
    transform: rotate(0deg);
  }
  .p-qa__inner .title::after {
    top: 48%;
    right: 5.333vw;
    transform: rotate(90deg);
  }
  .p-qa__inner .title span {
    position: absolute;
    width: 8vw;
    height: 8vw;
    left: 0;
  }
  .p-qa__inner .title.close::before {
    display: none;
  }
  .p-qa__inner .title.close::after {
    transform: rotate(0);
  }
  .p-qa__inner .box .box-inner {
    padding: 4.8vw 2vw 4.8vw 0;
    display: flex;
    align-items: center;
    font-size: 3.467vw;
    padding-left: 10.133vw;
    line-height: 1.4;
  }
  .p-qa__inner .box span {
    position: absolute;
    width: 8vw;
    height: 8vw;
    left: 0;
  }
}

/* ================================
  ▼ アコーディオンのCSS
 ================================ */
.accordion-area li .box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-area li .title::before,
.accordion-area li .title::after {
  transition: 0.3s;
}
.accordion-area li.is-active .title::before {
  transform: rotate(180deg);
}
.accordion-area li.is-active .title::after {
  transform: rotate(270deg);
  opacity: 0;
}

/* ================================
  ▼ ループスライダーのCSS
 ================================ */
.p-loop-slider {
  width: 100%;
  margin: 120px 0;
}

.p-loop-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.p-loop-slider .swiper-slide {
  width: 412px;
  height: 310px;
}

.p-loop-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 47px;
}

@media screen and (max-width: 1200px) {
  .p-loop-slider {
    overflow: hidden;
    width: 100%;
    margin: 10vw 0;
  }
  .p-loop-slider .swiper-slide {
    width: 34.333vw;
    height: 25.833vw; /* サイズは自由に変更 */
  }
  .p-loop-slider img {
    border-radius: 3.917vw;
  }
}
@media screen and (max-width: 765px) {
  .p-loop-slider {
    width: 100%;
    margin: 10.133vw 0 20.933vw 0;
  }

  .p-loop-slider .swiper-slide {
    width: 62vw;
    height: 41.333vw; /* サイズは自由に変更 */
    border-radius: 6.267vw;
  }

  .p-loop-slider img {
    border-radius: 6.267vw;
  }
}

/* ================================
  ▼ フッターのCSS
 ================================ */
.l-footer {
  background: #1b1b1b;
}
.l-footer a {
  transition: 0.3s;
}
.l-footer a:hover {
  opacity: 0.7;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
}
.l-footer__logo {
  width: 102px;
  height: 50px;
}
.l-footer__btns {
  display: flex;
}
.l-footer .f-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 37px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-left: 10px;
}
.l-footer__menu {
  display: flex;
  margin-top: 35px;
}
.l-footer__menu li {
  margin-right: 20px;
}
.l-footer__menu li a {
  color: #fff;
  font-size: 16px;
}
.l-footer__group {
  margin-top: 43px;
}
.l-footer__group h3 {
  font-size: 16px;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.l-footer__clinic {
  margin-top: 15px;
  display: flex;
}
.l-footer__clinic li {
  margin-right: 10px;
}
.l-footer__clinic a {
  color: #fff;
  font-size: 16px;
}
.l-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px 20px;
  margin-top: 45px;
  margin-bottom: 60px;
}
.l-footer__links a {
  color: #fff;
  font-size: 16px;
}
.l-footer__copy {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0 25px 0;
}

@media screen and (max-width: 1200px) {
  .l-footer {
    background: #1b1b1b;
  }
  .l-footer__content {
    display: flex;
    justify-content: space-between;
    padding-top: 4.583vw;
  }
  .l-footer__logo {
    width: 8.5vw;
    height: 4.167vw;
  }
  .l-footer__btns {
    display: flex;
  }
  .l-footer .f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.333vw;
    height: 3.083vw;
    color: #fff;
    font-size: 1.333vw;
    border: 1px solid #fff;
    border-radius: 0.75vw;
    margin-left: 0.833vw;
  }
  .l-footer__menu {
    display: flex;
    margin-top: 2.917vw;
  }
  .l-footer__menu li {
    margin-right: 1.667vw;
  }
  .l-footer__menu li a {
    color: #fff;
    font-size: 1.333vw;
  }
  .l-footer__group {
    margin-top: 3.583vw;
  }
  .l-footer__group h3 {
    font-size: 1.333vw;
    color: #fff;
  }
  .l-footer__clinic {
    margin-top: 1.25vw;
    display: flex;
  }
  .l-footer__clinic a {
    color: #fff;
    font-size: 1.333vw;
  }
  .l-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.25vw 1.667vw;
    margin-top: 3.75vw;
    margin-bottom: 5vw;
  }
  .l-footer__links a {
    color: #fff;
    font-size: 1.333vw;
  }
  .l-footer__copy {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 1.333vw;
    text-align: center;
    background-color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    padding: 1.667vw 0 2.083vw 0;
  }
}
@media screen and (max-width: 765px) {
  .l-footer {
    background: #1b1b1b;
    padding-bottom: 14vw;
  }
  .l-footer__content {
    display: flex;
    justify-content: space-between;
    padding-top: 4.583vw;
  }
  .l-footer__logo {
    width: 17.2vw;
    height: 8.4vw;
  }
  .l-footer__btns {
    display: flex;
  }
  .l-footer .f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22.933vw;
    height: 5.733vw;
    color: #fff;
    font-size: 2.4vw;
    border: 1px solid #fff;
    border-radius: 1.2vw;
    margin-left: 1.6vw;
  }
  .l-footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.667vw 0;
    margin-top: 10.667vw;
  }
  .l-footer__menu li {
    margin-right: 1.667vw;
  }
  .l-footer__menu li a {
    color: #fff;
    font-size: 2.667vw;
  }
  .l-footer__group {
    margin-top: 6.4vw;
  }
  .l-footer__group h3 {
    font-size: 2.667vw;
    color: #fff;
  }
  .l-footer__clinic {
    margin-top: 2.667vw;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .l-footer__clinic a {
    color: #fff;
    font-size: 2.667vw;
  }
  .l-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.667vw 5.333vw;
    margin-top: 7.333vw;
    margin-bottom: 10.667vw;
  }
  .l-footer__links a {
    color: #fff;
    font-size: 2.667vw;
  }
  .l-footer__copy {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 2.667vw;
    text-align: center;
    background-color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    padding: 3.333vw 0 2.8vw 0;
  }
}