@charset "UTF-8";
body {
  background-color: #fafafa;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #132219;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.inner {
  padding: 0 25px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    margin: auto;
    padding: 0 20px;
    max-width: 40rem;
    width: 100%;
  }
}

.top-recruit__inner {
  max-width: 68.75rem;
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-main {
  overflow: hidden;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .layout-main {
    padding-top: 3.0625rem;
  }
}

.layout-main.layout-main--archive-news {
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .layout-main.layout-main--archive-news {
    padding-top: 3.0625rem;
  }
}

.top-online-consultation-layout {
  margin-top: 14.6875rem;
}
@media screen and (max-width: 767px) {
  .top-online-consultation-layout {
    margin-top: 1.875rem;
  }
}

.top-news-layout {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .top-news-layout {
    margin-top: 5rem;
  }
}

.top-disease-layout {
  margin-top: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .top-disease-layout {
    margin-top: 6.25rem;
  }
}

.top-nutrition-layout {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .top-nutrition-layout {
    margin-top: 1.875rem;
  }
}

.top-access-layout {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .top-access-layout {
    margin-top: 5rem;
  }
}

.top-dermatology-layout {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology-layout {
    margin-top: 5rem;
  }
}

.top-equipment-layout {
  margin-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .top-equipment-layout {
    margin-top: 6.25rem;
  }
}

.top-cta-layout {
  margin-top: 8.1875rem;
}
@media screen and (max-width: 767px) {
  .top-cta-layout {
    margin-top: 2.5rem;
  }
}

.breadcrumb {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 0.625rem;
  }
}

.breadcrumb_inner {
  max-width: 78.125rem;
}

.btn {
  padding: 1.375rem 3.75rem 1.375rem 1.875rem;
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #35493D;
  color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 14.625rem;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
  }
}

.btn--reservation {
  padding: 1.25rem 1.875rem 1.25rem 1.0625rem;
}

.btn--reservation02 {
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
}

.btn--shop {
  padding: 1.40625rem 3.4375rem 1.40625rem 0.9375rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
}

.btn p {
  text-align: center;
  width: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .btn p {
    width: 100%;
  }
}

.btn--shop p {
  width: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .btn--shop p {
    width: 100%;
  }
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.btn--reservation::before {
  right: 2.6875rem;
}

.btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn:hover {
    opacity: 1;
  }
}

.btn:hover::before {
  right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .btn:hover::before {
    right: 0.9375rem;
  }
}

.circle-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 2.5rem 1.5rem 3.8125rem;
  background-color: #35493d;
  border-radius: 6.1875rem;
  text-decoration: none;
  max-width: 23.75rem;
}
@media screen and (max-width: 375px) {
  .circle-arrow-btn {
    padding: 1.5rem 1.25rem 1.5rem 2.5rem;
  }
}

.circle-arrow-btn-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.75;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .circle-arrow-btn-text {
    font-size: 1.5rem;
  }
}

.circle-arrow-btn-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #fff;
}

.circle-arrow-btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #35493d;
  border-right: 1px solid #35493d;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.recruit__button-wrap {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit__button-wrap {
    flex-direction: column;
    margin-top: 1.25rem;
    gap: 2.5rem;
  }
}

.recruit__button {
  max-width: 31.25rem;
  width: 100%;
  padding: 3.625rem 5.625rem;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(2, 69, 137, 0.1);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .recruit__button {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 375px) {
  .recruit__button {
    padding: 1.875rem 1.875rem;
  }
}

.recruit__button:hover {
  background-color: #35493D;
  opacity: 1;
}

.recruit__button:hover .recruit__button-text--requirements {
  color: #fff;
}

.recruit__button:hover svg path {
  fill: #fff;
}

.recruit__button:hover .arrow-wrap {
  background-color: #fff;
}

.recruit__button:hover .arrow, .recruit__button:hover .arrow::before, .recruit__button:hover .arrow::after {
  background-color: #35493D;
}

.sub-mv {
  position: relative;
  height: 21.25rem;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 12.5rem;
  }
}

.sub-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.625rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .sub-mv__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .sub-mv__title {
    font-size: 1.5rem;
  }
}

.sub-mv__bg {
  width: 100%;
  height: inherit;
  border-radius: 0 0 3.125rem 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-mv__bg {
    border-radius: 0;
  }
}

.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/340;
}
@media screen and (max-width: 767px) {
  .sub-mv__bg img {
    -o-object-position: 0%;
       object-position: 0%;
  }
}

.sub-page__line-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  padding: 0.625rem 0 0.9375rem 1.5625rem;
  border-left: 6px solid #35493D;
}
@media screen and (max-width: 767px) {
  .sub-page__line-title {
    font-size: 1.25rem;
  }
}

.about-policy {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-policy {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.about-policy__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about-policy__inner {
    max-width: 40rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.about-policy__icon {
  position: absolute;
  top: -2.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.1875rem;
  height: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .about-policy__icon {
    top: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.about-policy__icon img {
  width: 100%;
  height: 100%;
}

.about-policy__title {
  font-size: clamp(24px, 2.54vw, 36px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}

.about-policy__list {
  display: flex;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .about-policy__list {
    margin-top: 1.875rem;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}

.about-policy__item {
  width: 100%;
  max-width: 20rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .about-policy__item {
    max-width: 100%;
  }
}

.about-policy__item.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-policy__item img {
  aspect-ratio: 320/250;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-policy__text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-policy__text {
    margin-top: 0.9375rem;
  }
}

.cta {
  padding: 5.3125rem 0;
  background-image: url(../images/top/contact-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 5.3125rem 0;
  }
}

.cta-reservation__inner {
  max-width: 75rem;
  padding: 5rem 6.25rem 5.625rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .cta-reservation__inner {
    padding: 5.3125rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-reservation__inner {
    padding: 2.5rem 1.25rem;
  }
}

.cta-reservation__content {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .cta-reservation__content {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-reservation__content {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.cta-reservation__text-block {
  max-width: 30.625rem;
  width: 100%;
}

.cta-reservation__title {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .cta-reservation__title {
    font-size: clamp(24px, 5.5vw, 36px);
  }
}

.cta-reservation__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin-top: 0.5rem;
}

.cta-reservation__text {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin-top: 1.875rem;
}

.cta-reservation__btn-wrap {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .cta-reservation__btn-wrap {
    max-width: 100%;
  }
}

.cta-reservation__btn {
  max-width: 28.125rem;
  width: 100%;
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: 600;
  padding: 2.5rem 2.5rem 2.5rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .cta-reservation__btn {
    font-size: clamp(14px, 1.56vw, 20px);
    max-width: 100%;
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-reservation__btn {
    font-size: clamp(16px, 1.56vw, 20px);
    padding: 2.5rem 2.5rem 2.5rem 1.875rem;
  }
}

.cta-reservation__btn + .cta-reservation__btn {
  margin-top: 1.25rem;
}

.cta-reservation__btn--web {
  background-color: #d38184;
}

.cta-reservation__btn--counseling {
  background-color: #43a9d1;
}

.cta-reservation__phone {
  margin-top: 1rem;
}

.cta-reservation__phone-link {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.cta-reservation__phone img {
  width: 2.5rem;
  height: 2.5rem;
}

.cta-reservation__phone p {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta-reservation__phone p {
    font-size: 1.875rem;
  }
}

.cta-reservation__hours {
  font-size: 1.4375rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 0.75rem;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta-reservation__hours {
    font-size: 1.125rem;
  }
}

.cta-reservation__hours span {
  font-family: "Noto Sans JP", sans-serif;
}

.cta-line-contact__inner {
  max-width: 75rem;
  padding: 5rem 5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .cta-line-contact__inner {
    padding: 5.3125rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-line-contact__inner {
    padding: 2.5rem 1.25rem;
  }
}

.cta-line-contact__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta-line-contact__content {
    flex-direction: column;
  }
}

.cta-line-contact__text-block {
  max-width: 34.375rem;
  width: 100%;
}

.cta-line-contact__header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.cta-line-contact__header img {
  width: 2.875rem;
  height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .cta-line-contact__header img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.cta-line-contact__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta-line-contact__title {
    font-size: clamp(18px, 5.5vw, 36px);
  }
}

.cta-line-contact__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cta-line-contact__text {
    font-size: 1rem;
  }
}

.cta-line-contact__btn-wrap {
  max-width: 28.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta-line-contact__btn-wrap {
    max-width: 100%;
  }
}

.cta-line-contact__btn {
  max-width: 28.125rem;
  width: 100%;
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: 600;
  padding: 2.5rem 2.5rem 2.5rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .cta-line-contact__btn {
    font-size: clamp(14px, 1.56vw, 20px);
    max-width: 100%;
    padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-line-contact__btn {
    font-size: clamp(16px, 1.56vw, 20px);
    padding: 2.5rem 2.5rem 2.5rem 1.875rem;
  }
}

.cta-line-contact__btn--line {
  background-color: #19ba04;
}

.cta-line-contact-layout {
  margin-top: 1.5625rem;
}

.disease-list__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .disease-list__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.disease-list__items.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.disease-list__item-link {
  display: inline-block;
  text-align: center;
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 2.125rem 0.625rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 0 rgba(33, 79, 61, 0.1);
  width: 100%;
  max-width: 14.6875rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .disease-list__item-link {
    font-size: 1.125rem;
    max-width: 100%;
  }
}

.faq__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 2.5rem 1.25rem;
    max-width: 100%;
  }
}

.faq__list-wrap {
  max-width: 75rem;
  margin-top: 4.375rem;
  padding: 5rem 6.25rem;
  background-color: #F0ECE8;
}
@media screen and (max-width: 767px) {
  .faq__list-wrap {
    padding: 2.5rem 1.25rem;
  }
}

.faq-list {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq-list {
    max-width: 37.5rem;
  }
}

.faq-list__item {
  color: #333;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.faq-list__item + .faq-list__item {
  margin-top: 1.5rem;
}

.faq-list__item-question {
  padding: 1.375rem 3.75rem 1.375rem 1.25rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question {
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }
}

.faq-list__item-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-top: 0.1875rem solid #35493D;
  border-right: 0.1875rem solid #35493D;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.faq-list__item-question.is-open::before {
  transform: translateY(-50%) rotate(315deg);
}

.faq-list__item-question span {
  margin-right: 1.25rem;
  display: inline-block;
  color: #fff;
  background-color: #35493D;
  padding: 0.375rem 0.625rem;
  border-radius: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
  text-align: end;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question span {
    margin-right: 0.625rem;
  }
}

.faq-list__item-question .faq-list__item-question-border {
  display: inline-block;
  width: 1.25rem;
  height: 1px;
  background-color: #35493D;
  border-radius: 0;
  padding: 0;
}

.faq-list__item-question p {
  line-height: 1.2;
}

.faq-list__item-answer {
  padding: 0rem 1rem 1.3125rem 7.1875rem;
  display: none;
  font-size: 1rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    font-size: 0.9375rem;
  }
}

.dermatology__faq {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__faq {
    margin-top: 0rem;
  }
}

.dermatology__first-visit-wrap {
  margin-top: 6.25rem;
}

.first-visit__inner {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #eff4f2;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .first-visit__inner {
    padding: 2.5rem 1.25rem;
  }
}

.first-visit__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #35493D;
}
@media screen and (max-width: 767px) {
  .first-visit__title {
    font-size: 1.75rem;
  }
}

.first-visit__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  max-width: 50rem;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .first-visit__text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.first-visit__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .first-visit__buttons {
    flex-direction: column;
  }
}

.first-visit__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 1.125rem;
  width: 100%;
  max-width: 25rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 4px 0px rgba(61, 172, 216, 0.25);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .first-visit__button {
    padding: 1.25rem 0.9375rem;
  }
}
.first-visit__button:hover {
  opacity: 0.8;
}

.first-visit__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.first-visit__button:hover::before {
  right: 1.5625rem;
}

.first-visit__button--reserve {
  background-color: #d38184;
}

.first-visit__button--counseling {
  background-color: #43a9d1;
}

.first-visit__button-label {
  transform: translateX(-17px);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 1.25rem;
}
.first-visit__button-label::before, .first-visit__button-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.9375rem;
  height: 1px;
  background-color: #fff;
}
.first-visit__button-label::before {
  left: 0;
  transform: rotate(60deg);
}
.first-visit__button-label::after {
  right: 0;
  transform: rotate(-60deg);
}

.first-visit__button-text {
  transform: translateX(-17px);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .first-visit__button-text {
    font-size: 1.125rem;
  }
}

.footer {
  background-color: #EFF4F2;
  padding: 3.75rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.8125rem 0 5.3125rem;
  }
}

.footer__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 53.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 1.25rem;
    max-width: 39.375rem;
  }
}

.footer__logo {
  max-width: 17.1875rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 12.5rem;
  }
}

.footer__logo a {
  padding: 0.9375rem 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    padding: 0.625rem 0;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-direction: column-reverse;
    margin-top: 1.5625rem;
    padding: 0 0.625rem;
  }
}

.footer__right {
  max-width: 34.375rem;
  width: 100%;
}
.footer__nav {
  display: grid;
  grid-template-columns: 6.5rem 10.125rem 10.125rem;
  gap: 1.5625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    grid-template-columns: auto minmax(140px, 1fr);
    gap: 1.25rem;
    margin-left: 0;
  }
}

.footer__nav-items {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__nav-items {
    display: none;
  }
}

.footer__nav-items-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__nav-items-sp {
    display: block;
    min-width: 70px;
  }
}

.footer__nav-item {
  width: -moz-fit-content;
  width: fit-content;
}

.footer__nav-item a {
  padding: 0.25rem 0.625rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .footer__nav-item a {
    font-size: 0.875rem;
    padding: 0.25rem 0.9375rem;
  }
}

.footer__nav-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .footer__nav-item a::before {
    width: 0.625rem;
  }
}

.footer__sns {
  margin-top: 1.875rem;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 1.5625rem;
    justify-content: left;
  }
}

.footer__sns-icon {
  display: block;
  max-width: 1.25rem;
  width: 100%;
}

.footer__sns-icon + .footer__sns-icon {
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-icon + .footer__sns-icon {
    margin-left: 0.9375rem;
  }
}

.footer__sns-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__left {
  width: 100%;
  margin-top: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .footer__left {
    margin-top: 1.875rem;
  }
}

.footer__clinic-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0;
}

.footer__address {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.footer__tel {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.footer__email {
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__email {
    font-size: 0.75rem;
  }
}

.footer__copy {
  margin-top: 2.5rem;
  padding: 0.625rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #35493D;
  letter-spacing: 0.14em;
}
.footer_cta-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_cta-btn {
    display: block;
  }
}

.footer__cta-btn-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 5.3125rem;
  margin: 0 calc(50% - 50vw) 0;
  z-index: 1000;
}

.footer__cta-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__cta-btn--counseling {
  background-color: #43A9D1;
}

.footer__cta-btn-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.footer__cta-btn-text {
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.footer__cta-btn--reservation {
  background-color: #D38184;
}

.footer__cta-btn--contact {
  background-color: #35493D;
}

.footer__cta-btn--line {
  background-color: #00B900;
}

.form__wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .form__wrap {
    display: block;
    align-items: initial;
    padding-bottom: 1.25rem;
    padding-left: 0;
  }
}

.form .form__wrap.form__wrap--checkbox {
  margin-top: 2.5rem;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .form .form__wrap.form__wrap--checkbox dt {
    align-items: flex-start;
  }
}

.form .form__wrap.form__wrap--introduce {
  margin-top: 0.9375rem;
  border-bottom: none;
}

.form .form__wrap.form__wrap--other {
  margin-top: 0.3125rem;
  padding-bottom: 2.1875rem;
}

.form .form__wrap.form__wrap--radio {
  align-items: flex-start;
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
}

.form .form__wrap.form__wrap--textarea {
  margin-top: 1.875rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form .form__wrap.form__wrap--textarea {
    align-items: initial;
  }
}

.form__wrap + .form__wrap {
  margin-top: 2.1875rem;
}

.form__label {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  max-width: 23.5rem;
  width: 100%;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__label {
    margin-right: 0;
    max-width: none;
    width: auto;
  }
}

.form__label p {
  width: 100%;
  max-width: 20rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .form__label p {
    max-width: none;
    width: auto;
  }
}

.form__wrap.form__wrap--textarea .form__label {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0;
  }
}

.form__label span {
  padding: 0.3125rem 0.875rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  background-color: #35493D;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .form__label span {
    margin-left: 0.625rem;
  }
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
  max-width: 39rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .form__input,
  .form__select,
  .form__radio,
  .form__checkbox,
  .form__textarea {
    margin-top: 0.625rem;
  }
}

.form__input,
.form__textarea {
  flex-grow: 1;
}

.form__submit {
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 1.875rem;
  }
}

.form-input input {
  max-width: 39rem;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ECECEC;
  background-image: none;
}

.form-input input:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-radio label {
  display: block;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .form-radio label {
    display: block;
    margin-left: 0;
  }
}

.form-radio label:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form-radio label:not(:first-of-type) {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.form-radio input {
  display: none;
}

.form-radio input + span {
  padding: 0 0 0 2.1875rem;
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .form-radio input + span {
    display: block;
  }
}

.form-radio input + span::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.form-radio input + span::after {
  content: "";
  padding: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}

.form-radio input:checked + span::after {
  opacity: 1;
}

.form-checkbox label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form-checkbox label {
    display: block;
    margin-left: 0;
  }
}

.form-checkbox label:not(:first-of-type) {
  margin-top: 0;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .form-checkbox label:not(:first-of-type) {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.form-checkbox input {
  display: none;
}

.form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.form-checkbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.form-checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  transition: 0.3s;
  opacity: 0;
}

.form-checkbox input:checked + span::after {
  opacity: 1;
}

.form-textarea textarea {
  max-width: 39rem;
  margin-top: 0.3125rem;
  padding: 0.9375rem 0.9375rem;
  width: 100%;
  height: 9.375rem;
  font-size: 0.9375rem;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ECECEC;
  background-image: none;
}

.form-textarea textarea:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-submit input {
  padding: 1.25rem 3.75rem 1.25rem 3.4375rem;
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #35493D;
  color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 16.25rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 767px) {
  .form-submit input {
    max-width: 100%;
  }
}

.form-submit-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .form-submit-wrap {
    max-width: 100%;
  }
}

.form-submit-wrap::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.form-submit input:hover,
.form-submit input:focus {
  outline: none;
}

.form-submit input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .form-submit input:hover {
    opacity: 1;
  }
}

.form-submit input:hover::before {
  right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .form-submit input:hover::before {
    right: 0.9375rem;
  }
}

.form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.form-submit input:disabled {
  pointer-events: none;
  background-color: #ECECEC;
  color: #35493D;
  border: 1px solid #35493D;
}

.wpcf7-list-item {
  margin: 0 1rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    display: block;
  }
}

.wpcf7-radio span {
  display: block;
  margin-left: 0rem;
}

.wpcf7-radio span:not(:first-of-type) {
  margin-top: 0.4375rem;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.fv-swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: calc(100vh - 180px);
  overflow: hidden;
  min-height: 500px;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;
}

.fv__mv {
  width: 100%;
  height: 100%;
  border-radius: 0 0 6.25rem 6.25rem;
  overflow: hidden;
}

.fv__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/748;
}

.fv-swiper.swiper-slide.swiper-slide-prev {
  display: none;
}

.fv-swiper.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 39%;
  transform: rotate(90deg);
  left: 95%;
}
@media screen and (max-width: 767px) {
  .fv-swiper.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 57%;
    transform: rotate(90deg);
    left: 89%;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #9EDBD6;
  opacity: 1;
}

.header {
  height: 11.25rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.125rem;
  }
}

.header__inner {
  padding: 0.875rem 5rem 1.875rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1310px) {
  .header__inner {
    padding: 0.875rem 3.125rem 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0.875rem 1.875rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.46875rem 0.3125rem 0.46875rem 0.9375rem;
    align-items: center;
  }
}

.header__info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__logo {
  max-width: 17.1875rem;
  width: 100%;
  height: inherit;
  margin-top: 0.875rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 11.25rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__clinic-info {
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .header__clinic-info {
    display: none;
  }
}

.header__clinic-info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header__clinic-info-item + .header__clinic-info-item {
  margin-top: 0.25rem;
}

.header__clinic-info-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background-color: #35493D;
  width: 6.25rem;
  max-width: 4.25rem;
  text-align: center;
  padding: 0.09375rem 0;
}

.header__clinic-info-text {
  font-size: 1rem;
  font-size: clamp(10px, 1.27vw, 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
}

.header__clinic-info-text--closed {
  letter-spacing: 0;
}

.header__nav {
  display: block;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: 100%;
  position: relative;
}

.header__nav-item--current::after {
  content: "";
  background-image: url(../images/common/nav-current.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 52%;
  left: -0.375rem;
  transform: translateY(-50%);
}

.header__nav-item a {
  padding: 0 0.96875rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-size: clamp(12px, 1.27vw, 18px);
  font-weight: 600;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .header__nav-item a {
    padding: 0 0.625rem;
  }
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 2.8125rem;
  height: inherit;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 1px;
  background-color: #35493D;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.5rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  margin-top: 3.125rem;
  padding: 1.5625rem 2.5rem 1.25rem 2.5rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fafafa;
  overflow-y: scroll;
  scrollbar-width: none;
  box-shadow: inset 0 4px 10px 0 rgba(79, 79, 79, 0.08);
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  margin: auto;
  width: 100%;
}

.header__drawer-item a {
  padding: 1.0625rem 0;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.14em;
  color: #333;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.header__drawer-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid #111111;
  border-right: 0.0625rem solid #111111;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.js-drawer-scroll {
  height: 100%;
  overflow: hidden;
}

.header__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .header__contents {
    display: none;
  }
}

.header__cta {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.header__cta-btn {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.458vw;
  gap: 0.375rem;
  border-radius: 0.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1441px) {
  .header__cta-btn {
    padding: 1.5rem 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__cta-btn {
    padding: 1rem 0.5625rem;
  }
}

.header__cta-btn--tel {
  padding: 1rem 0.5625rem;
  background-color: #FAFAFA;
  max-width: 16.25rem;
  border-radius: 0.375rem;
  gap: 0.5rem;
}

.header__cta-btn--web {
  gap: 0.9375rem;
  background-color: #D38184;
  color: #fff;
  max-width: 10rem;
}

.header__cta-btn--counseling {
  gap: 0.5rem;
  background-color: #43A9D1;
  color: #fff;
  max-width: 15.625rem;
}

.header__cta-btn--contact {
  gap: 0.5rem;
  background-color: #35493D;
  color: #fff;
  max-width: 11.6875rem;
}

.header__cta-btn-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}

.header__cta-btn-icon--tel {
  width: 2.625rem;
  height: 2.625rem;
}

.header__cta-btn-text {
  font-size: 1.25rem;
  font-size: clamp(12px, 1.27vw, 20px);
  font-weight: 600;
  line-height: 1;
}

.header__cta-btn-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.0625rem;
  justify-content: center;
  align-items: center;
}

.header__cta-btn-text--tel-number {
  font-size: 1.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #333;
  font-size: clamp(18px, 2vw, 28px);
}

.header__cta-btn-text--tel-hours {
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
}

.header__cta-btn-text--tel-hours span {
  font-family: "Noto Sans JP", sans-serif;
}

.header__cta-btn-text--tel-closed {
  font-size: 0.5625rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
}

.news-list__item a {
  padding: 1rem 2.5rem 1rem 1rem;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #D7D7D7;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-list__item a {
    display: block;
    padding: 1rem 1rem 1rem 1rem;
  }
}

.news-list__item:last-child {
  border-bottom: 1px solid #D7D7D7;
}

.news-list__item-meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-list__item-meta {
    display: block;
  }
}

.news-list__item-date {
  font-size: 1rem;
  line-height: 1.6;
  color: #35493D;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  margin-right: 1.25rem;
}

.news-list__item-category-wrap {
  display: flex;
  align-items: center;
}

.news-list__item-category {
  padding: 0.375rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #35493D;
  text-align: center;
}

.news-list__item-category + .news-list__item-category {
  margin-left: 0.8125rem;
}

.news-list__item-title {
  margin-top: 0;
  margin-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.042em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .news-list__item-title {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

.price {
  padding: 7.5rem 0 3.75rem;
}

.price-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}

.price-title {
  margin-bottom: 3.75rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .price-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

.price .tablepress {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.875rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  /* 👇 ラップされた tbody の中の table にも幅を指定 */
}
.price .tablepress thead:nth-child(2) {
  margin-top: 1.25rem;
}
.price .tablepress thead {
  cursor: pointer;
  position: relative;
}
.price .tablepress .tbody-wrap {
  display: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.price .tablepress tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.price .tablepress .row-1 th {
  background-color: #35493D;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price .tablepress .row-1 th {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .price .tablepress .row-1 th {
    padding: 0.625rem 1.25rem;
  }
}
.price .tablepress .row-1 th::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.8125rem;
  height: 0.8125rem;
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .price .tablepress .row-1 th::before {
    width: 0.625rem;
    height: 0.625rem;
    right: 0.625rem;
  }
}
.price .tablepress .row-1 th.is-open::before {
  transform: translateY(-50%) rotate(315deg);
}
.price .tablepress td {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #606060;
  border: 1px solid #fff;
}
.price .tablepress tr:nth-child(even) {
  background-color: #f5f5f5;
}
.price .tablepress tr:nth-child(odd) {
  background-color: #fff;
}
.price .tablepress .column-1 {
  width: 70%;
  padding: 0.275rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .price .tablepress .column-1 {
    padding: 0.1875rem 1.25rem;
  }
}
.price .tablepress .column-2 {
  width: 30%;
  text-align: right;
  padding: 0.275rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .price .tablepress .column-2 {
    padding: 0.1875rem 0.625rem;
  }
}
.price .tablepress caption {
  display: none;
}

.price .tablepress.nutrition-table tr:nth-child(1) td,
.price .tablepress.nutrition-table tr:nth-child(2) td {
  font-size: 0.875rem;
  padding: 0.1875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .price .tablepress.nutrition-table tr:nth-child(1) td,
  .price .tablepress.nutrition-table tr:nth-child(2) td {
    font-size: 0.875rem;
    padding: 0.1875rem 1.25rem;
  }
}

.price .tablepress.nutrition-table tr:nth-child(1) .column-2,
.price .tablepress.nutrition-table tr:nth-child(2) .column-2 {
  font-size: 0.875rem;
  padding: 0.1875rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .price .tablepress.nutrition-table tr:nth-child(1) .column-2,
  .price .tablepress.nutrition-table tr:nth-child(2) .column-2 {
    font-size: 0.875rem;
    padding: 0.1875rem 0.625rem;
  }
}

.price .tablepress.kinesiology-table tr:nth-child(1) td,
.price .tablepress.kinesiology-table tr:nth-child(2) td {
  font-size: 0.875rem;
  padding: 0.1875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .price .tablepress.kinesiology-table tr:nth-child(1) td,
  .price .tablepress.kinesiology-table tr:nth-child(2) td {
    font-size: 0.875rem;
    padding: 0.1875rem 1.25rem;
  }
}

.dermatology__price-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: -1.5rem;
  margin-bottom: 1.875rem;
}

.shop {
  padding: 7.5rem 0 8.125rem;
  background-color: #fff;
}

.shop__inner {
  max-width: 59.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop__inner {
    max-width: 37.5rem;
  }
}

.shop__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .shop__title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

.shop__description {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .shop__description {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}

.shop__list {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .shop__list {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.shop__item {
  width: 100%;
  background-color: #f0ece8;
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop__item-image {
  width: 100%;
  max-width: 25.3125rem;
}
.shop__item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 405/151;
}

.shop__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #333333;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shop__item-title {
    font-size: 1.25rem;
  }
}

.shop__item-button {
  position: relative;
  background-color: #35493D;
  color: #fff;
  padding: 1.6875rem 1.875rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 21.25rem;
  transition: opacity 0.3s;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .shop__item-button {
    font-size: 1rem;
    padding: 0.75rem 1.5625rem;
  }
}
.shop__item-button:hover {
  opacity: 0.8;
}

.shop__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.875rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.shop__item-button:hover::before {
  right: 2.5rem;
}

.shop__item-note {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shop__item-note {
    font-size: 0.75rem;
  }
}

.sub-page__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sub-page__title {
    font-size: 1.75rem;
  }
}

.about {
  background-color: #fafafa;
}

.about-section-title {
  font-size: clamp(24px, 2.54vw, 36px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #132219;
}

.about__policy {
  background-color: inherit;
}

/* 根本原因にアプローチ */
.about__approach {
  padding: 5rem 0rem 5rem 0rem;
  background-color: #eff5f7;
}
@media screen and (max-width: 767px) {
  .about__approach {
    padding: 3.75rem 0rem 3.75rem 0rem;
  }
}

.about__approach-image {
  margin-top: 3.75rem;
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .about__approach-image {
    margin-top: 2.5rem;
    max-width: 100%;
  }
}

.about__approach-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/571;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__approach-text {
  margin-top: 2.8125rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .about__approach-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.about__approach-text + .about__approach-text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about__approach-text + .about__approach-text {
    margin-top: 1.25rem;
  }
}

/* 当院で行っていること */
.about__activities {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .about__activities {
    margin-top: 3.75rem;
  }
}

.about__activities-blocks {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .about__activities-blocks {
    margin-top: 3.75rem;
  }
}

.about__activities-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .about__activities-block {
    flex-direction: column;
  }
}

.about__activities-block + .about__activities-block {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .about__activities-block + .about__activities-block {
    margin-top: 2.5rem;
  }
}

.about__activities-block--examination {
  flex-direction: column;
  gap: 2.8125rem;
}

.about__activities-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about__activities-heading {
  display: flex;
  align-items: center;
  padding: 0.8125rem 0rem 0.8125rem 1.5625rem;
  border-left: 6px solid #35493d;
}
@media screen and (max-width: 767px) {
  .about__activities-heading {
    padding: 0.625rem 0rem 0.625rem 0.625rem;
  }
}

.about__activities-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about__activities-title {
    font-size: 1.25rem;
  }
}

.about__activities-description {
  margin-top: 1.875rem;
  max-width: 43.75rem;
}
@media screen and (max-width: 767px) {
  .about__activities-description {
    margin-top: 1.25rem;
  }
}

.about__activities-description--examination {
  max-width: 100%;
}

.about__activities-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about__activities-text {
    font-size: 1rem;
  }
}

.about__activities-text + .about__activities-text {
  margin-top: 1.875rem;
}

.about__activities-image {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .about__activities-image {
    max-width: 100%;
  }
}

.about__activities-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/360;
}

.about__activities-graph-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about__activities-graph {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about__activities-graph {
    flex-direction: column;
  }
}

.about__activities-graph-image {
  width: 100%;
  max-width: 36.5625rem;
}

.about__activities-graph-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 585/358.13;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__activities-graph-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: 1.1875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about__activities-graph-caption {
    margin-top: 0.625rem;
    font-size: clamp(9px, 2.2vw, 14px);
  }
}
@media screen and (max-width: 375px) {
  .about__activities-graph-caption {
    font-size: 0.5625rem;
  }
}

.about__activities-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .about__activities-note {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

/* 対応している症状 */
.about__symptom {
  margin-top: 9.375rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .about__symptom {
    margin-top: 5rem;
  }
}

.about__symptom-inner {
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__symptom-inner {
    max-width: 37.5rem;
  }
}

.about__symptom-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__symptom-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.about__symptom-cards {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 2.1875rem 2.0625rem;
  justify-content: space-between;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .about__symptom-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.about__symptom-cards__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
}

.about__symptom-cards__item.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.about__symptom-cards__item a:hover {
  opacity: 0.8;
}
.about__symptom-cards__item a:hover .about__symptom-cards__image img {
  transform: scale(1.05);
}

.about__symptom-cards__image {
  width: 100%;
  max-width: 15.625rem;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .about__symptom-cards__image {
    max-width: 100%;
  }
}

.about__symptom-cards__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 250/156;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

.about__symptom-cards__label {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .about__symptom-cards__label {
    margin-top: 0.625rem;
  }
}

.about__symptom-cards__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__symptom-cards__text {
    font-size: 1rem;
  }
}

/* このような方が受診されています */
.about__examinee {
  padding: 5.3125rem 0rem 9.0625rem 0rem;
  background-color: #eff5f7;
  margin: 0 calc(100% - 100vw);
}
@media screen and (max-width: 767px) {
  .about__examinee {
    padding: 3.125rem 0rem;
  }
}

.about__examinee-inner {
  max-width: 78.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__examinee-inner {
    max-width: 37.5rem;
  }
}

.about__examinee-graph-area {
  display: flex;
  justify-content: space-between;
  padding: 3.75rem;
  margin-top: 4.375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about__examinee-graph-area {
    flex-direction: column;
    padding: 1.25rem;
    margin-top: 2.5rem;
  }
}

.about__examinee-graph-image {
  width: 100%;
  max-width: 31.375rem;
}
@media screen and (max-width: 767px) {
  .about__examinee-graph-image {
    max-width: 100%;
  }
}

.about__examinee-graph-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 502/375.87;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about__examinee-graph-image:nth-child(2) {
    margin-top: 0.9375rem;
  }
}

.about__examinee-graph-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__examinee-graph-caption {
    margin-top: 0.625rem;
    font-size: clamp(10px, 2.9vw, 14px);
  }
}
@media screen and (max-width: 375px) {
  .about__examinee-graph-caption {
    font-size: 0.625rem;
  }
}

.about__examinee-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__examinee-text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.about__examinee-text + .about__examinee-text {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .about__examinee-text + .about__examinee-text {
    margin-top: 1.25rem;
  }
}

/* 診療予約方法 */
.about__reservation {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .about__reservation {
    margin-top: 3.125rem;
  }
}

.about__reservation-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__reservation-inner {
    max-width: 37.5rem;
  }
}

.about__reservation-banner-wrapper {
  padding: 1.875rem 2.78125rem 2.5rem;
  background-image: url(../images/about/reservation-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__reservation-banner-wrapper {
    padding: 1.4375rem 1.25rem;
  }
}

.about__reservation-banner-text {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .about__reservation-banner-text {
    font-size: 1.5rem;
  }
}

.about__reservation-banner-subtext {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 0.75rem;
  padding-left: 0.625rem;
}

.about__reservation-banner-button {
  width: 100%;
  max-width: 19.8125rem;
  border-radius: 6.1875rem;
  border: 1px solid #000;
  padding: 0.79375rem 0.625rem 0.79375rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about__reservation-banner-button {
    margin-right: auto;
    padding: 0.79375rem 1.875rem;
    justify-content: space-around;
    margin-top: 1.25rem;
  }
}

.about__reservation-banner-button-icon {
  position: relative;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6.1875rem;
  background-color: #35493d;
}

.about__reservation-banner-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.about__reservation-banner-button-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .about__reservation-banner-button-text {
    font-size: 1.5rem;
  }
}

.about__reservation-info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .about__reservation-info {
    margin-top: 0.625rem;
  }
}

/* 問診から受診までの流れ */
.about__flow {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .about__flow {
    margin-top: 5rem;
  }
}

.about__flow-inner {
  max-width: 58.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__flow-inner {
    max-width: 37.5rem;
  }
}

.about__flow-steps {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .about__flow-steps {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.about__flow-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6%;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.875rem 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .about__flow-step {
    flex-direction: column;
    padding: 1.25rem 1.25rem;
  }
}

.about__flow-step.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about__flow-step-icon {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .about__flow-step-icon {
    max-width: 2.5rem;
  }
}

.about__flow-step-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 150/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__flow-step-number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #35493d;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .about__flow-step-number {
    font-size: 1rem;
  }
}

.about__flow-step-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #35493d;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__flow-step-title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.about__flow-step-image-wrapper {
  position: relative;
}

.about__flow-step-image {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 33.770625rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .about__flow-step-image {
    margin-top: 1rem;
    max-width: 100%;
    padding-top: 0.625rem;
    background-color: #0279d1;
  }
}

.about__flow-step-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 540.33/135.08;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__flow-step-download-wrapper {
  position: absolute;
  top: 52%;
  right: 1.5625rem;
  transform: translateY(-50%);
  background-color: #0279d1;
}
@media screen and (max-width: 767px) {
  .about__flow-step-download-wrapper {
    position: static;
    transform: translateY(-1px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    gap: 0.625rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

.about__flow-step-download-apple {
  display: block;
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about__flow-step-download-apple {
    max-width: 100%;
  }
}

.about__flow-step-download-apple img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/37;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about__flow-step-download-apple img {
    aspect-ratio: 100/30;
    overflow: hidden;
  }
}

.about__flow-step-download-google {
  display: block;
  width: 100%;
  max-width: 6.25rem;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .about__flow-step-download-google {
    max-width: 100%;
  }
}

.about__flow-step-download-google img {
  width: 100%;
  height: auto;
  aspect-ratio: 100/30;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__flow-step-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .about__flow-step-text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.about__flow-indent {
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .about__flow-indent {
    margin-left: 1em;
  }
}

.about__flow-step-text--step01 {
  max-width: 33.770625rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .about__flow-step-text--step01 {
    max-width: 100%;
  }
}

.about__flow-step-text-bold {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.about__flow-step-text-bold--second {
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .about__flow-step-text-bold--second {
    margin-left: 0;
  }
}

.about__flow-step-arrow {
  width: 100%;
  max-width: 1.5rem;
  text-align: center;
  opacity: 0;
}

.about__flow-step-arrow.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about__flow-step-arrow img {
  width: 100%;
  height: auto;
  aspect-ratio: 30/24;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__contact {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .about__contact {
    margin-top: 3.75rem;
  }
}

.access__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .access__content {
    margin-top: 2.5rem;
  }
}

.access__content-inner {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access__content-inner {
    max-width: 37.5rem;
  }
}

.access__info-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access__info-title {
    font-size: 1.5rem;
  }
}

.access__info-content {
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .access__info-content {
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}

.access__info-wrapper {
  width: 100%;
  max-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .access__info-wrapper {
    max-width: 100%;
  }
}

.access__info-address-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.access__info-address-text {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.access__info-station {
  margin-top: 1.5625rem;
}

.access__info-station-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.access__info-station-list {
  list-style: none;
  margin-top: 1rem;
}

.access__info-station-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4375rem 0;
  border-bottom: 1px dashed #35493D;
}
@media screen and (max-width: 767px) {
  .access__info-station-item {
    padding: 0.625rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.access__info-station-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333;
}

.access__info-station-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-align: right;
  min-width: 3.75rem;
}

.access__map {
  max-width: 26.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__map {
    max-width: 100%;
  }
}

.access__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 430/305;
}

.access__route {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .access__route {
    margin-top: 2.5rem;
  }
}

.access__route-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #35493D;
  padding: 0.875rem 0;
  width: 100%;
}

.access__route-steps {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5625rem 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__route-steps {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

.access__route-image-wrap {
  width: 100%;
  max-width: 29.6875rem;
}
@media screen and (max-width: 767px) {
  .access__route-image-wrap {
    max-width: 100%;
  }
}

.access__route-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 475/356.25;
}

.access__route-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .access__route-desc {
    margin-top: 0.625rem;
  }
}

.access__contact {
  margin-top: 8.660625rem;
}
@media screen and (max-width: 767px) {
  .access__contact {
    margin-top: 2.5rem;
  }
}

.blog__list {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .blog__list {
    margin-top: 3.75rem;
  }
}

.blog__list-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog__list-inner {
    max-width: 37.5rem;
  }
}

.blog__list-items {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .blog__list-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8125rem 3.125rem;
  }
}

.blog__list-item {
  max-width: 18.75rem;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog__list-item {
    max-width: 100%;
    gap: 0.625rem;
  }
}

.blog__list-item:hover {
  opacity: 0.8;
}
.blog__list-item:hover .blog__list-item-img {
  transform: scale(1.05);
}

.blog__list-item-img {
  width: 100%;
  max-width: 18.75rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .blog__list-item-img {
    max-width: 100%;
  }
}

.blog__list-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/187.5;
}

.blog__list-item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #132219;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .blog__list-item-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .blog__list-item-title {
    font-size: 0.875rem;
  }
}

.blog__list-item-category {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #35493D;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__list-item-meta {
  display: flex;
  gap: 1.25rem;
}

.blog__list-item-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #132219;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .blog__list-item-text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .blog__list-item-text {
    font-size: 0.75rem;
  }
}

.blog__contact {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .blog__contact {
    margin-top: 3.75rem;
  }
}

.blog__pagination {
  display: flex;
  justify-content: center;
  margin: 3.75rem 0;
  gap: 0.5rem;
}
.blog__pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.125rem;
  border-radius: 0.25rem;
  background: #f5f5f5;
  color: #333;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.blog__pagination .page-numbers.current {
  background: #35493D;
  color: #fff;
  font-weight: bold;
}
.blog__pagination .page-numbers:hover:not(.current) {
  background: #e0e0e0;
  color: #35493D;
}

.term-label {
  display: inline-flex;
  align-items: center;
  margin: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.term-label input[type=checkbox] {
  margin-right: 0.375rem;
  transform: scale(1.2);
}

.term-label--child {
  margin-left: 1.25rem;
}

.blog__category-search {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .blog__category-search {
    margin-top: 2.5rem;
  }
}

.blog__category-inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  border: 2px solid #5b4432;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .blog__category-inner {
    width: 100%;
    max-width: 37.5rem;
  }
}

.blog__category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.blog__category-inner.internal-active {
  border-color: #5b4432;
  background-color: rgba(91, 68, 50, 0.1);
}

.blog__category-inner.cosmetic-active {
  border: 2px solid #3d587b;
  background-color: rgba(61, 88, 123, 0.1);
}

.blog__category-tabs .tab-button {
  font-size: 1.5rem;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  cursor: pointer;
  min-width: 9.375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .blog__category-tabs .tab-button {
    font-size: 1.125rem;
    padding: 0.375rem 0.75rem;
    min-width: 7.5rem;
  }
}

.blog__category-tabs .tab-button--internal.is-active {
  background-color: #5b4432;
  color: #fff;
  border-color: #5b4432;
}

.blog__category-tabs .tab-button--cosmetic.is-active {
  background-color: #3d587b;
  color: #fff;
  border-color: #3d587b;
}

.blog__category-instruction {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .blog__category-instruction {
    font-size: 0.75rem;
  }
}

.blog__category-button button {
  background-color: #2f4035;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
  margin: 0.75rem 1rem 0 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .blog__category-button button {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    margin: 0.625rem 0.75rem 0 0;
  }
}

.blog__category-button button:hover {
  background-color: #1f2d26;
}

.blog__category-button .btn--secondary {
  background-color: #3b4b42;
}

.blog__category-panels .blog__category-panel {
  display: none;
}

.blog__category-panels .blog__category-panel.is-active {
  display: block;
}

.blog__category-panels .blog__category-panel-inner {
  margin-top: 1.25rem;
}

.blog__category-panels .blog__category-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .blog__category-panels .blog__category-panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .blog__category-panels .blog__category-panel-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog__category-panel-col {
  display: flex;
  flex-direction: column;
}

#cosmetic .term-label--parent {
  font-weight: 700;
}

.blog__category-selected {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #132219;
  padding: 0.625rem 0.625rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blog__category-selected {
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem;
  }
}

.blog__category-selected strong {
  display: inline-block;
  padding: 0.3125rem 0rem;
}

.selected-tag {
  display: inline;
  background: #f0f0f0;
  border-radius: 1.25rem;
  padding: 0.25rem 0.625rem;
  margin: 0rem 0.3125rem 0 0.3125rem;
  font-size: 0.875rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .selected-tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem;
    margin: 0rem 0.3125rem 0 0.3125rem;
  }
}

.selected-tag a.remove-tag {
  margin-left: 0.375rem;
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

.contact__lead {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    margin-top: 2.5rem;
  }
}

.contact__lead-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__lead-inner {
    max-width: 37.5rem;
  }
}

.contact__lead-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__lead-text {
    font-size: 1rem;
  }
}

.contact__lead-text + .contact__lead-text {
  margin-top: 2rem;
}

.contact__consultation {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation {
    margin-top: 5rem;
  }
}

.contact__consultation-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__consultation-inner {
    max-width: 37.5rem;
  }
}

.contact__consultation-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-title {
    font-size: 1.5rem;
  }
}

.contact__consultation-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-wrapper {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}

.contact__consultation-image {
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-image {
    max-width: 100%;
  }
}

.contact__consultation-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/347;
}

.contact__consultation-content {
  max-width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-content {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

.contact__consultation-content-text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__consultation-content-text {
    font-size: 1rem;
    text-align: center;
  }
}

.contact__consultation-content-text + .contact__consultation-content-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-content-text + .contact__consultation-content-text {
    margin-top: 1.25rem;
  }
}

.contact__consultation-zoom {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5625rem;
  display: flex;
  align-items: flex-start;
  padding: 0.9375rem 0.9375rem 1.625rem 0.9375rem;
  border: 1px solid #D2D2D2;
}
@media screen and (max-width: 767px) {
  .contact__consultation-zoom {
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 25rem;
  }
}

.contact__consultation-zoom-text {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 600;
}

.contact__consultation-zoom-date-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact__consultation-zoom-date-wrap {
    flex-direction: row;
  }
}

.contact__consultation-zoom-date {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 400;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-zoom-date {
    margin-left: 0;
  }
}

.contact__consultation-zoom-date-indent {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .contact__consultation-zoom-date-indent {
    margin-left: 0;
  }
}

.contact__consultation-zoom-date + .contact__consultation-zoom-date {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .contact__consultation-zoom-date + .contact__consultation-zoom-date {
    margin-left: 0;
  }
}

.contact__consultation-button-wrap {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__consultation-button-wrap {
    margin: 2.5rem auto 0;
  }
}

.contact__consultation-button {
  margin: 0 auto;
}

.contact__mail-consultation {
  margin-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__mail-consultation {
    margin-top: 5rem;
  }
}

.contact__mail-consultation-inner {
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__mail-consultation-inner {
    max-width: 37.5rem;
  }
}

.contact__mail-consultation-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__mail-consultation-title {
    font-size: 1.5rem;
  }
}

.contact__mail-consultation-text {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__mail-consultation-text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.contact__mail-consultation-text + .contact__mail-consultation-text {
  margin-top: 1.5625rem;
}

.contact__mail-consultation-text-bold {
  font-weight: 700;
}

.contact__mail-consultation-text a {
  color: #35493D;
  text-decoration: underline;
}

.contact__form {
  margin-top: 3.75rem;
  border-top: 1px solid #D2D2D2;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 2.5rem;
  }
}

.contact__form-inner {
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form-inner {
    max-width: 37.5rem;
  }
}

.contact__contact {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .contact__contact {
    margin-top: 3.125rem;
  }
}

.counseling__content {
  margin-top: 6.25rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .counseling__content {
    margin-top: 5rem;
  }
}

/* 無料オンラインカウンセリング バナー */
.counseling__info-banner {
  max-width: 62.5rem;
  margin: 0 auto;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner {
    margin-top: 2.5rem;
  }
}

.counseling__info-banner-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-inner {
    max-width: 37.5rem;
  }
}

.counseling__info-banner-wrapper {
  padding: 1.875rem 2.1875rem 1.6875rem;
  background-image: url(../images/counseling/counseling-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-wrapper {
    padding: 1.4375rem 1.25rem;
  }
}

.counseling__info-banner-sub-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #35493d;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.counseling__info-banner-text {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 0.3125rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .counseling__info-banner-text {
    font-size: 1.125rem;
  }
}

.counseling__info-banner-button-wrapper {
  margin-top: 1.6875rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button-wrapper {
    margin-top: 1.25rem;
    margin-right: auto;
  }
}

.counseling__info-banner-button-description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.counseling__info-banner-button {
  margin-top: 0.75rem;
  width: 100%;
  max-width: 19.8125rem;
  border-radius: 6.1875rem;
  padding: 0.79375rem 1.25rem 0.79375rem 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button {
    margin-right: auto;
    padding: 0.79375rem 1.875rem;
    justify-content: space-around;
  }
}

.counseling__info-banner-button-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #35493d;
  margin-left: 1.25rem;
}

.counseling__info-banner-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.counseling__info-banner-button-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -2px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button-text {
    font-size: 1.5rem;
  }
}

/* こんなお悩みありませんか？ */
.counseling__worries {
  margin-top: 5rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .counseling__worries {
    margin-top: 2.5rem;
  }
}

.counseling__worries-lead {
  margin-top: 2.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .counseling__worries-lead {
    margin-top: 2.5rem;
  }
}

.counseling__worries-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  list-style: disc inside;
}
@media screen and (max-width: 767px) {
  .counseling__worries-list {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
  }
}

.counseling__worries-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}

.counseling__worries-footer {
  margin-top: 1.25rem;
  padding: 0.3125rem 1rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
}

.counseling__worries-footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .counseling__worries-footer-text {
    font-size: 1rem;
  }
}

/* 京橋ウェルネスクリニックの無料オンラインカウンセリングとは？ */
.counseling__description {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__description {
    margin-top: 2.5rem;
  }
}

.counseling__description-content {
  margin-top: 2.5rem;
}

.counseling__description-table {
  padding: 1.25rem 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .counseling__description-table {
    padding: 0rem 0rem;
  }
}

.counseling__description-table-container {
  width: 100%;
}

.counseling__description-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}

.counseling__description-table-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.625rem 0;
  border-bottom: 1px dashed #35493d;
}

.counseling__description-table-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  min-width: 12.5rem;
  text-align: left;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__description-table-label {
    min-width: 6.25rem;
  }
}

.counseling__description-table-cell {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 1.375rem;
}

.counseling__description-table-cell--list {
  padding-left: 0.625rem;
}

.counseling__description-message {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0.9375rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .counseling__description-message {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.counseling__description-message-sub {
  margin-top: 0.9375rem;
}

/* ご相談後の流れ */
.counseling__flow {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow {
    margin-top: 2.5rem;
  }
}

.counseling__flow-inner {
  max-width: 58.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__flow-inner {
    max-width: 37.5rem;
  }
}

.counseling__flow-steps {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-steps {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.counseling__flow-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5.45%;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.875rem 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step {
    flex-direction: column;
    padding: 1.25rem 1.25rem;
  }
}

.counseling__flow-step.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.counseling__flow-step-icon {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-icon {
    max-width: 3.125rem;
  }
}

.counseling__flow-step-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 150/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__flow-step-number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #35493d;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-number {
    font-size: 1rem;
  }
}

.counseling__flow-step-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #35493d;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-title {
    font-size: 1.25rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
}

.counseling__flow-step-image-wrapper {
  position: relative;
}

.counseling__flow-step-image {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 33.770625rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-image {
    margin-top: 1rem;
    max-width: 100%;
  }
}

.counseling__flow-step-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 540.33/135.08;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__flow-step-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.counseling__flow-step-text-bold {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.counseling__flow-step-arrow {
  width: 100%;
  max-width: 1.5rem;
  text-align: center;
  opacity: 0;
}

.counseling__flow-step-arrow.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.counseling__flow-step-arrow img {
  width: 100%;
  height: auto;
  aspect-ratio: 30/24;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__reservation {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation {
    margin-top: 3.75rem;
  }
}

.counseling__reservation-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-inner {
    max-width: 37.5rem;
  }
}

.counseling__reservation-heading {
  padding: 0 0 0.3125rem 1.875rem;
  border-left: 6px solid #35493d;
}

.counseling__reservation-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-columns {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.counseling__reservation-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-left {
    padding: 0rem 0rem;
  }
}

.counseling__reservation-table-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #222222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.counseling__reservation-table-body {
  margin-top: 1.5625rem;
}

.counseling__reservation-table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #35493d;
}

.counseling__reservation-table-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  min-width: 12.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-table-label {
    font-size: 1rem;
    min-width: 8.75rem;
  }
}

.counseling__reservation-table-cell {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-left: 1.25rem;
}

.counseling__reservation-right {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 23.8125rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-right {
    align-items: center;
    width: 100%;
    padding-bottom: 0rem;
  }
}

/* よくあるご質問 */
.counseling__faq {
  margin-top: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__faq {
    margin-top: 5rem;
  }
}

.counseling__contact {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__contact {
    margin-top: 2.5rem;
  }
}

/* 当院の特徴 */
.dermatology__features {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__features {
    padding-top: 3.75rem;
  }
}

.dermatology__features-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__features-inner {
    max-width: 37.5rem;
  }
}

.dermatology__features-image-wrapper {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .dermatology__features-image-wrapper {
    margin-top: 2.5rem;
  }
}

.dermatology__features-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.dermatology__features-image {
  width: 100%;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__features-image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 250px;
  }
}

.dermatology__features-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1000/430;
}
@media screen and (max-width: 767px) {
  .dermatology__features-image img {
    height: 100%;
    -o-object-position: 100%;
       object-position: 100%;
  }
}

.dermatology__features-lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
  font-family: "Noto Serif JP", serif;
  color: #35493D;
  border-bottom: 1px solid #35493D;
  max-width: 36.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__features-lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__features-lead {
    font-size: 1.125rem;
  }
}

.dermatology__features-labels {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .dermatology__features-labels {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__features-labels {
    font-size: 0.75rem;
  }
}

.dermatology__features-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
  padding: 0 0.625rem;
  background-color: #35493D;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .dermatology__features-label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__features-label {
    font-size: 0.75rem;
  }
}

.dermatology__features-subtext {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .dermatology__features-subtext {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__features-subtext {
    font-size: 0.75rem;
  }
}

.dermatology__features-description {
  text-align: center;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .dermatology__features-description {
    margin-top: 1.875rem;
  }
}

.dermatology__features-paragraph {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.4px;
  text-align: center;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .dermatology__features-paragraph {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__features-paragraph {
    font-size: 1rem;
  }
}

.dermatology__features-paragraph + .dermatology__features-paragraph {
  margin-top: 1.875rem;
}

.dermatology__features-paragraph-bold {
  font-weight: 700;
}

/* お悩み別対応疾患 */
.dermatology__treatments {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__treatments {
    margin-top: 3.75rem;
  }
}

.dermatology__treatments-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-inner {
    max-width: 37.5rem;
  }
}

.dermatology__treatments-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.dermatology__treatments-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-subtitle {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__treatments-subtitle {
    font-size: 0.875rem;
    margin-top: 1.5625rem;
  }
}

.dermatology__treatments-subtitle-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-subtitle-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__treatments-subtitle-text {
    font-size: 0.875rem;
  }
}

.dermatology__treatments-items {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8125rem 3.125rem;
  }
}

.dermatology__treatments-item {
  max-width: 18.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-item {
    max-width: 100%;
    gap: 0.625rem;
  }
}

.dermatology__treatments-item.is-active {
  animation: fadeIn 0.9s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dermatology__treatments-item:hover {
  opacity: 0.8;
}
.dermatology__treatments-item:hover .dermatology__treatments-item-img {
  transform: scale(1.05);
}
.dermatology__treatments-item:hover .dermatology__treatments-item-body {
  opacity: 0.7;
}

.dermatology__treatments-item-img {
  width: 100%;
  max-width: 18.75rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-item-img {
    max-width: 100%;
  }
}

.dermatology__treatments-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/187.5;
}

.dermatology__treatments-item-body {
  display: flex;
  flex-direction: column;
}

.dermatology__treatments-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-item-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__treatments-item-title {
    font-size: 1.25rem;
  }
}

.dermatology__treatments-item-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #132219;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .dermatology__treatments-item-text {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__treatments-item-text {
    font-size: 1rem;
  }
}

/* 治療メニュー */
.dermatology__menu {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .dermatology__menu {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__menu {
    padding-top: 3.75rem;
  }
}

.dermatology__menu-inner {
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__menu-inner {
    max-width: 37.5rem;
  }
}

.dermatology__menu-items {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .dermatology__menu-items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__menu-items {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.dermatology__menu-item {
  max-width: 15.625rem;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0.625rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .dermatology__menu-item {
    max-width: 100%;
  }
}

.dermatology__menu-item.is-active {
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.dermatology__menu-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  padding: 1.875rem 1.25rem;
  height: 100%;
  transition: 0.3s;
}

.dermatology__menu-item:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.dermatology__menu-item-img {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dermatology__menu-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dermatology__menu-item-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.dermatology__menu-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #132219;
}

.dermatology__menu-item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #132219;
}

/* お役立ち情報 */
.dermatology__info-banner {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__info-banner {
    margin-top: 5rem;
  }
}

.dermatology__info-banner-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner-inner {
    max-width: 37.5rem;
  }
}

.dermatology__info-banner-wrapper {
  padding: 1.875rem 2.78125rem 2.5rem;
  background-image: url(../images/dermatology/info-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner-wrapper {
    padding: 1.4375rem 1.25rem;
  }
}

.dermatology__info-banner-text {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner-text {
    font-size: 1.5rem;
  }
}

.dermatology__info-banner-button {
  margin-top: 2.1875rem;
  width: 100%;
  max-width: 19.8125rem;
  border-radius: 6.1875rem;
  border: 1px solid #000;
  padding: 0.79375rem 2.5rem 0.79375rem 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner-button {
    margin-right: auto;
    padding: 0.79375rem 1.875rem;
    justify-content: space-around;
  }
}

.dermatology__info-banner-button-icon {
  position: relative;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6.1875rem;
  background-color: #35493d;
}

.dermatology__info-banner-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.dermatology__info-banner-button-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .dermatology__info-banner-button-text {
    font-size: 1.5rem;
  }
}

/* 症例モニター */
.dermatology__case-monitor {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .dermatology__case-monitor {
    margin-top: 1.25rem;
  }
}

.dermatology__case-monitor-inner {
  max-width: 53.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor-inner {
    max-width: 37.5rem;
  }
}

.dermatology__case-monitor-wrapper {
  padding: 1.875rem 2.78125rem 2.8125rem;
  background-image: url(../images/dermatology/case-monitor.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor-wrapper {
    padding: 1.4375rem 1.25rem;
  }
}

.dermatology__case-monitor-text {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #fff;
  text-shadow: 0 0 10px rgba(71, 61, 50, 0.5);
  text-align: center;
  max-width: 20.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor-text {
    font-size: 1.5rem;
  }
}

.dermatology__case-monitor-button {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 17.5rem;
  border-radius: 6.1875rem;
  border: 1px solid #000;
  padding: 0.5375rem 0.65625rem 0.5375rem 1.96875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor-button {
    margin-right: auto;
    padding: 0.79375rem 1.875rem;
    justify-content: space-around;
  }
}

.dermatology__case-monitor-button-text {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.0833333333;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .dermatology__case-monitor-button-text {
    font-size: 1.5rem;
  }
}

.dermatology__case-monitor-button-icon {
  position: relative;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6.1875rem;
  background-color: #35493d;
}

.dermatology__case-monitor-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.doctor__content {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .doctor__content {
    margin-top: 5rem;
  }
}

.doctor__content-inner {
  width: 100%;
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .doctor__content-inner {
    max-width: 37.5rem;
  }
}

.doctor__profile {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .doctor__profile {
    flex-direction: column;
  }
}

.doctor__profile + .doctor__profile {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .doctor__profile + .doctor__profile {
    margin-top: 5rem;
  }
}

.doctor__profile:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .doctor__profile:nth-child(2n) {
    flex-direction: column;
  }
}

.doctor__profile-wrapper {
  width: 100%;
  max-width: 41.25rem;
}

.doctor__profile-header {
  border-left: 6px solid #35493d;
  padding: 0 0 0rem 1.5rem;
}

.doctor__profile-name-label {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.05em;
}

.doctor__profile-name-text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  display: block;
  margin-top: 0.3125rem;
}

.doctor__profile-content {
  margin-top: 1.8125rem;
}

.doctor__profile-role {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}

.doctor__profile-text {
  margin-top: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}

.doctor__profile-schedule {
  margin-top: 1.8125rem;
  border: 1px solid #d2d2d2;
  padding: 0.3125rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.doctor__profile-schedule-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #35493d;
}

.doctor__profile-schedule-text-label {
  font-weight: 700;
}

.doctor__profile-image {
  width: 100%;
  max-width: 22.916875rem;
}
@media screen and (max-width: 767px) {
  .doctor__profile-image {
    margin-top: 1.875rem;
    max-width: 100%;
  }
}

.doctor__profile-image--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .doctor__profile-image--pc {
    display: none;
  }
}

.doctor__profile-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .doctor__profile-image--sp {
    display: block;
  }
}

.doctor__profile-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 366.67/450;
}

.doctor__contact {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .doctor__contact {
    margin-top: 5rem;
  }
}

.monitor__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .monitor__content {
    margin-top: 2.5rem;
  }
}

.monitor__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .monitor__content-title {
    font-size: 1.5rem;
  }
}

.monitor__info {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .monitor__info {
    margin-top: 1.25rem;
  }
}

.monitor__info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .monitor__info-text {
    font-size: 1.125rem;
  }
}

.monitor__course-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .monitor__course-table {
    margin-top: 1.25rem;
  }
}

.monitor__course-table-header {
  background: #35493D;
  padding: 0.875rem 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.monitor__course-table-header-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .monitor__course-table-header-title {
    font-size: 1.125rem;
  }
}

.monitor__course-table-body {
  padding: 0.4375rem 0.625rem 1rem 0.625rem;
  display: flex;
  flex-direction: column;
}

.monitor__course-table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #35493D;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .monitor__course-table-row {
    flex-direction: column;
  }
}

.monitor__course-table-th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #606060;
  text-align: left;
  padding: 0rem 1.25rem;
  min-width: 12.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .monitor__course-table-th {
    justify-content: center;
    font-size: 1rem;
    padding: 0.3125rem 0rem;
  }
}

.monitor__course-table-td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #606060;
  text-align: right;
  padding: 0rem 1.25rem;
  min-width: 16.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .monitor__course-table-td {
    justify-content: center;
  }
}

.monitor__price-block {
  background: #fff;
  border: 8px solid #F0ECE8;
  padding: 1.875rem 3.75rem 2.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 56.25rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .monitor__price-block {
    margin-top: 1.25rem;
    padding: 1.25rem 1.25rem;
  }
}

.monitor__price-block-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .monitor__price-block-main {
    flex-direction: column;
  }
}

.monitor__price-block-normal {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitor__price-block-normal-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.monitor__price-block-normal-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.monitor__price-block-normal-value-unit {
  font-size: 1rem;
}

.monitor__price-block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .monitor__price-block-arrow {
    transform: rotate(90deg);
  }
}

.monitor__price-block-arrow-img {
  width: 2.5rem;
  height: 2.5rem;
}

.monitor__price-block-monitor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitor__price-block-monitor-label {
  background: #35493D;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 0.125rem 2.5rem;
}

.monitor__price-block-monitor-value {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .monitor__price-block-monitor-value {
    font-size: 2.25rem;
  }
}

.monitor__price-block-monitor-value-unit {
  font-size: 1.5rem;
}

.monitor__price-block-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .monitor__price-block-note {
    font-size: 1rem;
  }
}

.monitor__application-conditions {
  background: #fff;
  margin-top: 3.75rem;
  padding: 2.5rem 5rem 3.4375rem;
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .monitor__application-conditions {
    margin-top: 2.5rem;
    padding: 1.25rem 1.25rem;
  }
}

.monitor__application-conditions-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3125rem;
}

.monitor__application-conditions-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}

.monitor__application-conditions-list {
  margin-top: 3.4375rem;
  display: flex;
  flex-direction: column;
  list-style: disc;
}

.monitor__application-conditions-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-left: 1.875rem;
}

.monitor__contact-info {
  margin-top: 1.5625rem;
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.monitor__contact-info-message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}

.monitor__contact-info-email {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
  margin-top: 0.625rem;
}

.monitor__contact-info-email-link {
  color: #333333;
  text-decoration: underline;
}

.monitor__contact {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .monitor__contact {
    margin-top: 6.25rem;
  }
}

.news__wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news__wrap {
    margin-top: 2.5rem;
  }
}

.news__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news__content {
    margin-top: 2.5rem;
  }
}

.news__content__inner {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .news__content__inner {
    max-width: 100%;
  }
}

.news-content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}

.news-content__wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .news-content__wrapper {
    margin-top: 2.5rem;
  }
}

.news-content__wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-content__wrapper p {
    font-size: 0.875rem;
    padding-left: 0rem;
  }
}

.news__contact {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news__contact {
    margin-top: 2.5rem;
  }
}

.nutrition__breadcrumb {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .nutrition__breadcrumb {
    margin-top: 0.625rem;
  }
}

.nutrition__treatment {
  padding: 5rem 0;
}

.nutrition__treatment-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}

.nutrition__treatment-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #333333;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

.nutrition__treatment-description {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-description {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}

.nutrition__treatment-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9375rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-list {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.nutrition__treatment-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  padding: 1.875rem 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  width: calc((100% - 6.25rem) / 3);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-item {
    width: 100%;
    padding: 1.25rem 1.5625rem;
  }
}

.nutrition__treatment-item.is-active {
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nutrition__treatment-item-image {
  width: 100%;
  max-width: 5.5rem;
}

.nutrition__treatment-item-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 88/88;
  -o-object-fit: cover;
     object-fit: cover;
}

.nutrition__treatment-item-arrow {
  width: 100%;
  max-width: 1.375rem;
  transform: translateY(31px);
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-item-arrow {
    transform: translateY(0) rotate(90deg);
  }
}

.nutrition__treatment-item-arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 22/11;
}

.nutrition__treatment-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #222222;
  position: relative;
  padding-bottom: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-item-title {
    font-size: 1.25rem;
  }
}

.nutrition__treatment-item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.125rem;
  height: 1px;
  background-color: #35493d;
}

.nutrition__treatment-item-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .nutrition__treatment-item-text {
    font-size: 0.875rem;
  }
}

.nutrition__disease {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nutrition__disease {
    padding-top: 2.5rem;
  }
}

.nutrition__disease-inner {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.nutrition__disease-description {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-description {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.nutrition__disease-list {
  max-width: 56.25rem;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}

.nutrition__disease-item {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-item {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.nutrition__disease-item:hover {
  opacity: 0.8;
}
.nutrition__disease-item:hover .nutrition__disease-item-image img {
  transform: scale(1.05);
}

.nutrition__disease-item-image {
  max-width: 20rem;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-item-image {
    max-width: 100%;
  }
}

.nutrition__disease-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/200;
  transition: 0.3s;
}

.nutrition__disease-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.nutrition__disease-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.nutrition__disease-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-item-title {
    font-size: 1.25rem;
  }
}

.nutrition__disease-item-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-item-subtitle {
    font-size: 1rem;
  }
}

.nutrition__disease-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.nutrition__disease-item-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.nutrition__disease-item-label {
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #35493D;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0.1875rem 0.5625rem;
}

.nutrition__disease-item-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .nutrition__disease-item-text {
    font-size: 0.875rem;
  }
}

.nutrition__case {
  padding-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__case {
    padding-top: 5rem;
  }
}

.nutrition__case-list {
  max-width: 60rem;
  margin-top: 3.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__case-list {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}

.nutrition__case-button {
  padding: 1.8125rem 1.5625rem 1.8125rem 0.9375rem;
  position: relative;
  display: inline-block;
  background-color: #35493D;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .nutrition__case-button {
    max-width: 100%;
  }
}

.nutrition__case-button p {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.nutrition__case-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.nutrition__case-button:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .nutrition__case-button:hover {
    opacity: 1;
  }
}

.nutrition__case-button:hover::before {
  right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .nutrition__case-button:hover::before {
    right: 0.9375rem;
  }
}

.nutrition__examination {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .nutrition__examination {
    padding-top: 5rem;
  }
}

.nutrition__examination-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-inner {
    max-width: 37.5rem;
  }
}

.nutrition__examination-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #333333;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.nutrition__examination-description {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-description {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.nutrition__examination-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2.1875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.nutrition__examination-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-item {
    height: 18.75rem;
  }
}

.nutrition__examination-item:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.nutrition__examination-item.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.nutrition__examination-item-link {
  display: block;
  padding: 1.875rem 2.1875rem;
  height: 21.375rem;
}

.nutrition__examination-item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nutrition__examination-item-image--01 {
  width: 100%;
  max-width: 5.5rem;
  aspect-ratio: 88/88;
}

.nutrition__examination-item-image--02 {
  width: 100%;
  max-width: 7.375rem;
  aspect-ratio: 118/88;
}

.nutrition__examination-item-image--03 {
  width: 100%;
  max-width: 4.4375rem;
  aspect-ratio: 71/88;
}

.nutrition__examination-item-image--04 {
  width: 100%;
  max-width: 5.625rem;
  aspect-ratio: 90/88;
}

.nutrition__examination-item-image--05 {
  width: 100%;
  max-width: 5.6875rem;
  aspect-ratio: 91/88;
}

.nutrition__examination-item-image--06 {
  width: 100%;
  max-width: 5.5rem;
  aspect-ratio: 88/88;
}

.nutrition__examination-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.nutrition__examination-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-item-title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.nutrition__examination-item-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nutrition__examination-item-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.counseling__content {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .counseling__content {
    margin-top: 5rem;
  }
}

/* 無料オンラインカウンセリング バナー */
.counseling__info-banner {
  max-width: 62.5rem;
  margin: 0 auto;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner {
    margin-top: 2.5rem;
  }
}

.counseling__info-banner-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-inner {
    max-width: 37.5rem;
  }
}

.counseling__info-banner-wrapper {
  padding: 1.875rem 2.1875rem 1.6875rem;
  background-image: url(../images/counseling/counseling-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-wrapper {
    padding: 1.4375rem 1.25rem;
  }
}

.counseling__info-banner-sub-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #35493d;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.counseling__info-banner-text {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .counseling__info-banner-text {
    font-size: 1.125rem;
  }
}

.counseling__info-banner-button-wrapper {
  margin-top: 1.875rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button-wrapper {
    margin-top: 1.25rem;
    margin-right: auto;
  }
}

.counseling__info-banner-button-description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.counseling__info-banner-button {
  margin-top: 0.75rem;
  width: 100%;
  max-width: 19.8125rem;
  border-radius: 6.1875rem;
  border: 1px solid #000;
  padding: 0.79375rem 1.25rem 0.79375rem 2.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button {
    margin-right: auto;
    padding: 0.79375rem 1.875rem;
    justify-content: space-around;
  }
}

.counseling__info-banner-button-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #35493d;
  margin-left: 1.25rem;
}

.counseling__info-banner-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.counseling__info-banner-button-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -2px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}
@media screen and (max-width: 767px) {
  .counseling__info-banner-button-text {
    font-size: 1.5rem;
  }
}

/* こんなお悩みありませんか？ */
.counseling__worries {
  margin-top: 5rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .counseling__worries {
    margin-top: 2.5rem;
  }
}

.counseling__worries-lead {
  margin-top: 2.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .counseling__worries-lead {
    margin-top: 2.5rem;
  }
}

.counseling__worries-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  list-style: disc inside;
}
@media screen and (max-width: 767px) {
  .counseling__worries-list {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
  }
}

.counseling__worries-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}

.counseling__worries-footer {
  margin-top: 1.25rem;
  padding: 0.3125rem 1rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
}

.counseling__worries-footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .counseling__worries-footer-text {
    font-size: 1rem;
  }
}

/* 京橋ウェルネスクリニックの無料オンラインカウンセリングとは？ */
.counseling__description {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__description {
    margin-top: 2.5rem;
  }
}

.counseling__description-content {
  margin-top: 2.5rem;
}

.counseling__description-table {
  padding: 1.25rem 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .counseling__description-table {
    padding: 0rem 0rem;
  }
}

.counseling__description-table-container {
  width: 100%;
}

.counseling__description-table-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}

.counseling__description-table-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.625rem 0;
  border-bottom: 1px dashed #35493d;
}

.counseling__description-table-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  min-width: 12.5rem;
  text-align: left;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__description-table-label {
    min-width: 6.25rem;
  }
}

.counseling__description-table-cell {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 1.375rem;
}

.counseling__description-table-cell--list {
  padding-left: 0.625rem;
}

.counseling__description-message {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0.9375rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .counseling__description-message {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.counseling__description-message-sub {
  margin-top: 0.9375rem;
}

/* ご相談後の流れ */
.counseling__flow {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow {
    margin-top: 2.5rem;
  }
}

.counseling__flow-inner {
  max-width: 58.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__flow-inner {
    max-width: 37.5rem;
  }
}

.counseling__flow-steps {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-steps {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.counseling__flow-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5.45%;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step {
    flex-direction: column;
    padding: 1.25rem 1.25rem;
  }
}

.counseling__flow-step-icon {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-icon {
    max-width: 3.125rem;
  }
}

.counseling__flow-step-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 150/150;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__flow-step-number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #35493d;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-number {
    font-size: 1rem;
  }
}

.counseling__flow-step-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #35493d;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-title {
    font-size: 1.25rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
}

.counseling__flow-step-image-wrapper {
  position: relative;
}

.counseling__flow-step-image {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 33.770625rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-image {
    margin-top: 1rem;
    max-width: 100%;
  }
}

.counseling__flow-step-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 540.33/135.08;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__flow-step-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__flow-step-text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.counseling__flow-step-text-bold {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.counseling__flow-step-arrow {
  width: 100%;
  max-width: 1.5rem;
  text-align: center;
}

.counseling__flow-step-arrow img {
  width: 100%;
  height: auto;
  aspect-ratio: 30/24;
  -o-object-fit: cover;
     object-fit: cover;
}

.counseling__reservation {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation {
    margin-top: 3.75rem;
  }
}

.counseling__reservation-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-inner {
    max-width: 37.5rem;
  }
}

.counseling__reservation-heading {
  padding: 0 0 0.3125rem 1.875rem;
  border-left: 6px solid #35493d;
}

.counseling__reservation-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-columns {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.counseling__reservation-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-left {
    padding: 0rem 0rem;
  }
}

.counseling__reservation-table-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #222222;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222222;
}

.counseling__reservation-table-body {
  margin-top: 1.5625rem;
}

.counseling__reservation-table-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #35493d;
}

.counseling__reservation-table-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  min-width: 12.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-table-label {
    font-size: 1rem;
    min-width: 8.75rem;
  }
}

.counseling__reservation-table-cell {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
  margin-left: 1.25rem;
}

.counseling__reservation-right {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 23.8125rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-right {
    width: 100%;
  }
}

.counseling__reservation-button-wrapper {
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .counseling__reservation-button-wrapper {
    margin: 2.5rem auto 0;
  }
}

/* よくあるご質問 */
.counseling__faq {
  margin-top: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .counseling__faq {
    margin-top: 5rem;
  }
}

.counseling__contact {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .counseling__contact {
    margin-top: 2.5rem;
  }
}

.policy__section {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .policy__section {
    padding: 2.5rem 0;
  }
}

.policy__section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #35493D;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .policy__section-title {
    font-size: 1.125rem;
  }
}

.policy__section-content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .policy__section-content {
    margin-top: 1.875rem;
  }
}

.policy__section-content-title {
  margin-top: 2.5rem;
}

.policy__section-content-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #132219;
  text-align: left;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .policy__section-content-text {
    font-size: 0.75rem;
  }
}

.policy__section-content-list {
  margin-top: 1.875rem;
}

.policy__section-content-item {
  font-size: 1rem;
}

.reservation__guidance {
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .reservation__guidance {
    margin-top: 5rem;
  }
}

.reservation__guidance-wrap {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 45.375rem;
  margin: 0 auto;
  padding: 2.5rem 3.75rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .reservation__guidance-wrap {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    gap: 1.25rem;
    align-items: center;
  }
}

.reservation__guidance-icon {
  max-width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .reservation__guidance-icon {
    max-width: 5rem;
  }
}

.reservation__guidance-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 100/100;
}

.reservation__guidance-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__guidance-text {
    font-size: 1rem;
  }
}

.reservation__info {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .reservation__info {
    margin-top: 5rem;
  }
}

.reservation__info-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}

.reservation__info-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  padding: 0.625rem 0rem 1rem 1.5rem;
  border-left: 6px solid #35493d;
}
@media screen and (max-width: 767px) {
  .reservation__info-title {
    font-size: 1.25rem;
  }
}

.reservation__info-wrap {
  margin-top: 2.5rem;
}

.reservation__info-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}

.reservation__info-subtitle--cancel {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .reservation__info-subtitle--cancel {
    margin-top: 1.25rem;
  }
}

.reservation__info-subtitle--change {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .reservation__info-subtitle--change {
    margin-top: 1.25rem;
  }
}

.reservation__info-initial-fee {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #35493d;
  padding: 0.625rem 1.875rem 0.625rem 0rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .reservation__info-initial-fee {
    margin-left: 1.25rem;
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
}

.reservation__info-initial-fee:last-of-type {
  margin-top: 0rem;
}

.reservation__info-initial-fee-doctor {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__info-initial-fee-doctor {
    font-size: 1rem;
  }
}

.reservation__info-initial-fee-price {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Open Sans", sans-serif;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .reservation__info-initial-fee-price {
    margin-left: 1.25rem;
  }
}

.reservation__info-initial-fee-price-tax {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}

.reservation__info-initial-caution {
  margin-top: 1.875rem;
  margin-left: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__info-initial-caution {
    font-size: 0.875rem;
    margin-left: 1.25rem;
  }
}

.reservation__info-cancel-policy {
  margin-top: 1.25rem;
  margin-left: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__info-cancel-policy {
    margin-left: 1.25rem;
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.reservation__info-change-policy {
  margin-top: 1.25rem;
  margin-left: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__info-change-policy {
    margin-left: 1.25rem;
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.reservation__info-caution {
  margin-top: 2.5rem;
  padding: 1rem;
  border: 1px solid #d2d2d2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  max-width: 61.875rem;
}
@media screen and (max-width: 767px) {
  .reservation__info-caution {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.reservation__info-caution-bold {
  font-weight: 700;
}

.reservation__outpatient {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient {
    margin-top: 2.5rem;
  }
}

.reservation__outpatient-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}

.reservation__outpatient-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

.reservation__outpatient-table {
  margin-top: 3.125rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
}

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

.reservation__outpatient-table .tablepress th,
.reservation__outpatient-table .tablepress td {
  border: 1px solid #d2d2d2;
  padding: 0.75rem 0.5rem;
  text-align: center;
  height: 6.25rem;
}

.reservation__outpatient-table .tablepress th {
  background: #f0ece8;
  color: #333;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-table .tablepress th {
    width: 3.75rem;
    font-size: 1.125rem;
  }
}

.reservation__outpatient-table .tablepress th.column-1 {
  width: 9.5rem;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-table .tablepress th.column-1 {
    width: 5.625rem;
  }
}

.reservation__outpatient-table .tablepress td {
  background: #fff;
  color: #333;
  font-weight: 400;
  font-size: 1.25rem;
  vertical-align: middle;
  min-width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-table .tablepress td {
    font-size: 1rem;
  }
}

.reservation__outpatient-table .tablepress caption {
  display: none;
}

.reservation__outpatient-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-button-wrap {
    flex-direction: column;
  }
}

.reservation__outpatient-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 1.875rem 1.125rem 2.5rem;
  background-color: #35493d;
  border-radius: 6.1875rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-button {
    width: 100%;
    max-width: 25rem;
    gap: 0.625rem;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .reservation__outpatient-button--dermatology {
    padding: 0.875rem 1.25rem 0.875rem 1.25rem;
  }
}

.reservation__outpatient-button-text {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservation__outpatient-button-text {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}

.reservation__outpatient-button-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #fff;
  flex-shrink: 0;
}

.reservation__outpatient-button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #35493d;
  border-right: 1px solid #35493d;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: 0.3s;
}

.reservation__nutrition {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition {
    padding-top: 6.25rem;
  }
}

.reservation__nutrition-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-inner {
    max-width: 37.5rem;
  }
}

.reservation__nutrition-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #35493d;
  padding: 1.25rem 0;
  width: 100%;
}

.reservation__nutrition-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.reservation__nutrition-card {
  width: 100%;
  max-width: 13.28125rem;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-card {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reservation__nutrition-card:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

.reservation__nutrition-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
}

.reservation__nutrition-card-image {
  width: 100%;
  margin-top: 0.75rem;
}

.reservation__nutrition-card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 212.5/260.8;
}

.reservation__nutrition-card-link {
  margin-top: 1.0625rem;
}

.reservation__nutrition-list {
  padding: 0rem 0.625rem 0rem 0rem;
}

.reservation__nutrition-list-item {
  margin-top: 3.75rem;
}

.reservation__nutrition-list-item:not(:first-of-type) {
  margin-top: 4.875rem;
}

.reservation__nutrition-list-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left;
  padding: 0.15625rem 0rem 0.15625rem 1.5625rem;
  border-left: 6px solid #35493d;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-list-item-title {
    font-size: 1.25rem;
  }
}

.reservation__nutrition-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0rem 1.25rem 1.875rem;
  border-bottom: 1px dashed #35493d;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-list-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.reservation__nutrition-list-content:nth-of-type(2) {
  margin-top: 0rem;
}

.reservation__nutrition-list-item-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__nutrition-list-item-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .reservation__nutrition-list-link {
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
  }
}

.reservation__dermatology {
  padding-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .reservation__dermatology {
    padding-top: 5rem;
  }
}

.reservation__dermatology-inner {
  max-width: 65.625rem;
  margin: 0 auto;
}

.reservation__dermatology-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #35493d;
  padding: 1.25rem 0;
  width: 100%;
}

.reservation__dermatology-list {
  margin-top: 2.5rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
}

.reservation__dermatology-list-item {
  margin-top: 1.5625rem;
}

.reservation__dermatology-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0rem 1.25rem 1.25rem;
  border-bottom: 1px dashed #35493d;
}
@media screen and (max-width: 767px) {
  .reservation__dermatology-list-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 1.5625rem 0rem 1.5625rem 0rem;
  }
}

.reservation__dermatology-list-item-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__dermatology-list-item-text {
    font-size: 1rem;
  }
}

.reservation__dermatology-list-item-text-sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reservation__dermatology-list-item-text-sub {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .reservation__dermatology-list-link {
    width: 100%;
    max-width: 25rem;
    margin-left: auto;
  }
}

.reservation__flow {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .reservation__flow {
    margin-top: 2.5rem;
  }
}

.reservation__flow-inner {
  max-width: 40rem;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.875rem 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .reservation__flow-inner {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}

.reservation__flow-header {
  background: #f0ece8;
  border-radius: 0.3125rem;
  padding: 0.625rem 0rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.reservation__flow-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #35493d;
}

.reservation__flow-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reservation__flow-body {
    padding: 0rem 0rem 0rem;
    gap: 1.25rem;
  }
}

.reservation__flow-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5.375rem;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(to right, #35493d 2px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .reservation__flow-body::before {
    left: 1.44rem;
    width: 2px;
    height: 100%;
    transform: none;
    background-image: linear-gradient(to bottom, #35493d 2px, transparent 1px);
    background-size: 1px 4px;
    background-repeat: repeat-y;
    background-position: center top;
  }
}

.reservation__flow-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.reservation__flow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #35493d;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reservation__flow-icon {
    width: 3rem;
    height: 3rem;
  }
}

.reservation__flow-icon-number {
  display: block;
  text-align: center;
  width: 100%;
}

.reservation__flow-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__flow-text {
    font-size: 1rem;
  }
}

.reservation__flow-note {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .reservation__flow-note {
    margin-top: 0.625rem;
  }
}

.reservation__flow-note-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .reservation__flow-note-mark {
    font-size: 0.875rem;
  }
}

.reservation__flow-note-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .reservation__flow-note-text {
    font-size: 0.875rem;
  }
}

.reservation__contact {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .reservation__contact {
    margin-top: 6.25rem;
  }
}

.blog-content {
  padding: 5rem 0 5.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-content {
    padding: 3.75rem 0 3.75rem;
  }
}

.blog-content__inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog-content__inner {
    max-width: 40rem;
  }
}

.blog-content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
}

.blog-content__wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .blog-content__wrapper {
    margin-top: 2.5rem;
  }
}

.blog-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  border-left: 6px solid #3d587b;
  padding-left: 1.875rem;
  padding-top: 0.5rem;
  padding-bottom: 1.1875rem;
  margin-bottom: 1.5625rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .blog-content h2 {
    font-size: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 1rem;
    margin-top: 2.5rem;
  }
}

.blog-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .blog-content h3 {
    font-size: 1.125rem;
    padding-left: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 1rem;
    margin-top: 2.5rem;
  }
}

.blog-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #35493d;
  margin-bottom: 0.9375rem;
  position: relative;
  margin-top: 1.875rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .blog-content h4 {
    font-size: 1rem;
    margin-left: 0rem;
  }
}

.blog-content h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/worries/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: calc((1.6em - 1.125rem) / 2);
}
@media screen and (max-width: 767px) {
  .blog-content h4::before {
    width: 1rem;
    height: 1rem;
    left: 0rem;
  }
}

.blog-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .blog-content p {
    font-size: 0.875rem;
    padding-left: 0rem;
  }
}

.blog-content ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .blog-content ul {
    padding-left: 1.25rem;
  }
}

.blog-content ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .blog-content ul li {
    padding-left: 0rem;
  }
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.875rem;
}

.blog-content table thead tr {
  display: flex;
  background-color: #3d587b;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.48;
}

.blog-content table thead tr th {
  flex: 1;
  padding: 0.84375rem;
  text-align: center;
  border: 1px solid #b3b3b3;
}

.blog-content table thead tr th:first-child {
  max-width: 21.875rem;
}

.blog-content table tbody tr {
  display: flex;
  background-color: #fff;
}

.blog-content table tbody td {
  flex: 1;
  padding: 0.8125rem;
  text-align: center;
  border: 1px solid #b3b3b3;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blog-content table tbody td {
    font-size: 0.875rem;
  }
}

.blog-content table tbody td:first-child {
  max-width: 21.875rem;
}

.wp-block-table {
  margin-bottom: 3.75rem;
}

.wp-block-table thead {
  border-bottom: none;
}

.blog-content__case {
  background-color: #fff;
  padding: 1.875rem 2.5rem 0.9375rem 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .blog-content__case {
    padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.blog-content__case .blog-content__case-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #35493d;
  margin-bottom: 1.5625rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .blog-content__case .blog-content__case-title {
    font-size: 1.125rem;
    padding-left: 0rem;
    text-indent: initial;
  }
}

.blog-content__case-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .blog-content__case-content {
    flex-direction: column;
  }
}

.blog-content__case-image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 20.1875rem;
}

.blog-content__case-image {
  flex: 1;
}

.blog-content__case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 323/334;
}

.blog-content__case-image-item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 323/334;
}

.blog-content__case-image .blog-content__case-image-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  padding-left: 0rem;
}

.blog-content__case-treatment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .blog-content__case-treatment {
    gap: 0rem;
    flex-direction: row;
  }
}

.blog-content__case-content .blog-content__case-treatment p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  padding-left: 0rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .blog-content__case-content .blog-content__case-treatment p {
    font-size: 0.875rem;
  }
}

.blog-content__case-treatment-arrow {
  position: relative;
  display: inline-block;
  width: 12.125rem;
  height: 0.4375rem;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .blog-content__case-treatment-arrow {
    width: 3.75rem;
    height: 0.375rem;
    transform: rotate(90deg);
    margin-top: -0.9375rem;
  }
}

.blog-content__case-treatment-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 1.875rem;
  height: 0.4375rem;
  border-radius: 9999px;
  background-color: #d2d2d2;
  transform: rotate(45deg);
  transform-origin: calc(100% - 3px) 50%;
}
@media screen and (max-width: 767px) {
  .blog-content__case-treatment-arrow::before {
    width: 1.25rem;
    height: 0.375rem;
    transform: rotate(45deg);
    transform-origin: calc(100% - 3px) 50%;
  }
}

.blog-content__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.blog-content__cta-banner {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  background-color: #43a9d1;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.1875rem;
  padding: 1.875rem 1.875rem 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .blog-content__cta-banner {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}

.blog-content__cta-banner-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.blog-content__cta-banner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding-left: 0rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
}

.blog-content__cta-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 0.375rem;
}

.blog-content__cta-list p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/worries/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-content__text-block-border {
  padding: 1.875rem 2.5rem;
  border: 1px solid #35493d;
}

.blog-content__text-block-border .blog-content__text-block-border-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.blog-content__text-block-border--small {
  padding: 0.28125rem 1rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.75rem;
}

.wp-block-button--reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 2.5rem 1.5rem 3.8125rem;
  background-color: #35493d;
  border-radius: 99px;
  text-decoration: none;
  max-width: 23.75rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .wp-block-button--reservation {
    margin: 2.5rem auto 0;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }
}

.wp-block-button__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.75em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wp-block-button__text {
    font-size: 1.375rem;
  }
}

.wp-block-button__icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #fff;
}

.wp-block-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #35493d;
  border-right: 0.125rem solid #35493d;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.indent {
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .wp-block-group-is-layout-flex {
    display: block !important;
  }
}

.case-content {
  padding: 5rem 0 5.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .case-content {
    padding: 3.75rem 0 3.75rem;
  }
}

.case-content__inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-content__inner {
    max-width: 40rem;
  }
}

.case-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  border-left: 6px solid #66543C;
  padding-left: 1.875rem;
  padding-top: 0.5rem;
  padding-bottom: 1.1875rem;
  margin-bottom: 1.5625rem;
  margin-top: 3.75rem;
}

.case-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.875rem;
}

.case-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #35493d;
  margin-bottom: 0.9375rem;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .case-content h4 {
    margin-left: 0rem;
  }
}

.case-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.125rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/worries/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.case-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .case-content p {
    padding-left: 0rem;
  }
}

.case-content ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .case-content ul {
    padding-left: 1.25rem;
  }
}

.case-content ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .case-content ul li {
    padding-left: 0rem;
  }
}

.case-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.875rem;
}

.case-content table thead tr {
  display: flex;
  background-color: #66543C;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.48;
}

.case-content table thead tr th {
  flex: 1;
  padding: 0.84375rem;
  text-align: center;
  border: 1px solid #b3b3b3;
}

.case-content table thead tr th:first-child {
  max-width: 21.875rem;
}

.case-content table tbody tr {
  display: flex;
  background-color: #fff;
}

.case-content table tbody td {
  flex: 1;
  padding: 0.8125rem;
  text-align: center;
  border: 1px solid #b3b3b3;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-content table tbody td:first-child {
  max-width: 21.875rem;
}

.wp-block-table {
  margin-bottom: 3.75rem;
}

.wp-block-table thead {
  border-bottom: none;
}

.worries-content {
  padding: 5rem 0 5.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .worries-content {
    padding: 3.75rem 0 3.75rem;
  }
}

.worries-content__inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worries-content__inner {
    max-width: 40rem;
  }
}

.worries-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  border-left: 6px solid #3d587b;
  padding-left: 1.875rem;
  padding-top: 0.5rem;
  padding-bottom: 1.1875rem;
  margin-bottom: 1.5625rem;
  margin-top: 3.75rem;
}

.worries-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.875rem;
}

.worries-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #35493d;
  margin-bottom: 0.9375rem;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .worries-content h4 {
    margin-left: 0rem;
  }
}

.worries-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.125rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/worries/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .worries-content h4::before {
    width: 1rem;
    height: 1rem;
    left: 0rem;
  }
}

.worries-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .worries-content p {
    padding-left: 0rem;
  }
}

.worries-content ul {
  padding-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .worries-content ul {
    padding-left: 1.25rem;
  }
}

.worries-content ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .worries-content ul li {
    padding-left: 0rem;
  }
}

.worries-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.875rem;
}

.worries-content table thead tr {
  display: flex;
  background-color: #3d587b;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.48;
}

.worries-content table thead tr th {
  flex: 1;
  padding: 0.84375rem;
  text-align: center;
  border: 1px solid #b3b3b3;
}

.worries-content table thead tr th:first-child {
  max-width: 21.875rem;
}

.worries-content table tbody tr {
  display: flex;
  background-color: #fff;
}

.worries-content table tbody td {
  flex: 1;
  padding: 0.8125rem;
  text-align: center;
  border: 1px solid #b3b3b3;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.worries-content table tbody td:first-child {
  max-width: 21.875rem;
}

.wp-block-table {
  margin-bottom: 3.75rem;
}

.wp-block-table thead {
  border-bottom: none;
}

.worries-content__case {
  background-color: #fff;
  padding: 1.875rem 2.5rem 0.9375rem 2.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .worries-content__case {
    padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.worries-content__case .worries-content__case-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #35493d;
  margin-bottom: 1.5625rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .worries-content__case .worries-content__case-title {
    padding-left: 0rem;
    text-indent: initial;
  }
}

.worries-content__case-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .worries-content__case-content {
    flex-direction: column;
  }
}

.worries-content__case-image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 20.1875rem;
}

.worries-content__case-image {
  flex: 1;
}

.worries-content__case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 323/334;
}

.worries-content__case-image-item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 323/334;
}

.worries-content__case-image .worries-content__case-image-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  padding-left: 0rem;
}

.worries-content__case-treatment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .worries-content__case-treatment {
    gap: 0rem;
    flex-direction: row;
  }
}

.worries-content__case-content .worries-content__case-treatment p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  padding-left: 0rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .worries-content__case-content .worries-content__case-treatment p {
    font-size: 0.875rem;
  }
}

.worries-content__case-treatment-arrow {
  position: relative;
  display: inline-block;
  width: 12.125rem;
  height: 0.4375rem;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .worries-content__case-treatment-arrow {
    width: 3.75rem;
    height: 0.375rem;
    transform: rotate(90deg);
    margin-top: -0.9375rem;
  }
}

.worries-content__case-treatment-arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 1.875rem;
  height: 0.4375rem;
  border-radius: 9999px;
  background-color: #d2d2d2;
  transform: rotate(45deg);
  transform-origin: calc(100% - 3px) 50%;
}
@media screen and (max-width: 767px) {
  .worries-content__case-treatment-arrow::before {
    width: 1.25rem;
    height: 0.375rem;
    transform: rotate(45deg);
    transform-origin: calc(100% - 3px) 50%;
  }
}

.worries-content__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.worries-content__cta-banner {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  background-color: #43a9d1;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.1875rem;
  padding: 1.875rem 1.875rem 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .worries-content__cta-banner {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}

.worries-content__cta-banner-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.worries-content__cta-banner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding-left: 0rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
}

.worries-content__cta-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 0.375rem;
}

.worries-content__cta-list p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../images/worries/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.worries-content__text-block-border {
  padding: 1.875rem 2.5rem !important;
  border: 1px solid #35493d;
}
@media screen and (max-width: 767px) {
  .worries-content__text-block-border {
    padding: 1.875rem 1.25rem !important;
  }
}

.worries-content__text-block-border .worries-content__text-block-border-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.worries-content__text-block-border--small {
  padding: 0.28125rem 1rem;
  border: 1px solid #d2d2d2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .worries-content__text-block-border--small {
    padding: 0.28125rem 1rem !important;
  }
}

.wp-block-button--reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 2.5rem 1.5rem 3.8125rem;
  background-color: #35493d;
  border-radius: 99px;
  text-decoration: none;
  max-width: 23.75rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .wp-block-button--reservation {
    margin: 2.5rem auto 0;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  }
}

.wp-block-button__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.75em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wp-block-button__text {
    font-size: 1.375rem;
  }
}

.wp-block-button__icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  background-color: #fff;
}

.wp-block-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid #35493d;
  border-right: 0.125rem solid #35493d;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.wp-block-button {
  width: 100%;
}

.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  background-color: #35493d;
  border-radius: 99px;
  text-decoration: none;
  max-width: 23.75rem;
  margin: 1.25rem auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .wp-block-button .wp-block-button__link {
    font-size: 1.125rem;
  }
}

.indent {
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .wp-block-group-is-layout-flex {
    display: block !important;
  }
}

.thanks__section {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .thanks__section {
    padding: 2.5rem 0;
  }
}

.thanks__section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #35493D;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .thanks__section-title {
    font-size: 1.125rem;
  }
}

.thanks__section-content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__section-content {
    margin-top: 1.875rem;
  }
}

.thanks__section-content-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #132219;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks__section-content-text {
    font-size: 0.75rem;
  }
}

.thanks__section-content-text + .thanks__section-content-text {
  margin-top: 1.25rem;
}

.top-section-title {
  font-size: clamp(24px, 2.54vw, 36px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #132219;
}

.top-section-title.top-section-title--top-disease {
  color: #322313;
}

.top-clinic-intro {
  padding-left: 5.0625rem;
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -29.1875rem;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro {
    padding-left: initial;
    margin-top: -11.6875rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 1.25rem;
  }
}

.top-clinic-intro::before {
  content: "";
  position: absolute;
  top: 2.1875rem;
  left: 0;
  width: 41.5625rem;
  height: 19rem;
  background-color: #eff4f2;
  border-radius: 0 15.625rem 15.625rem 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro::before {
    width: 88.8%;
    border-radius: 1.25rem;
    height: 12rem;
    left: 50%;
    transform: translateX(-50%);
    top: 1.25rem;
  }
}

.top-clinic-intro__subtitle {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  padding: 0.75rem 2.375rem;
  background-color: #fff;
  border-radius: 3.125rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__subtitle {
    padding: 0.3125rem 1.25rem;
    font-size: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-clinic-intro__stats {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #132219;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 0rem;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__stats {
    margin-top: 1.1875rem;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5rem;
  }
}

.top-clinic-intro__stats::before {
  content: "";
  position: absolute;
  bottom: -1.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #132219;
}

.top-clinic-intro__stats-number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #132219;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__stats-number {
    font-size: 0.8125rem;
  }
}

.top-clinic-intro__number {
  font-size: 4.625rem;
  font-weight: 600;
  letter-spacing: -0.001em;
  line-height: 1.2;
  color: #132219;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__number {
    font-size: 2rem;
  }
}

.top-clinic-intro__number-unit {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #132219;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__number-unit {
    font-size: 1.25rem;
  }
}

.top-clinic-intro__description {
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1.4;
  color: #132219;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__description {
    font-size: 0.9375rem;
    margin-top: 1.75rem;
  }
}

.top-clinic-intro__highlight {
  font-size: 1.625rem;
  color: #fff;
  background-color: #132219;
  padding: 0 0.125rem 0.0625rem 0.3125rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__highlight {
    font-size: 0.9375rem;
  }
}

.top-clinic-intro__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__buttons {
    gap: 0.3125rem;
    margin-top: 1.625rem;
    padding: 0 1.125rem;
  }
}

.top-clinic-intro__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  gap: 0.375rem;
  border-radius: 0.5rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__button {
    flex-direction: column;
    padding: 0.625rem 0.625rem;
    font-size: 0.875rem;
    gap: 0;
  }
}

.top-clinic-intro__button img {
  width: 1.5625rem;
  height: 1.5625rem;
}

.top-clinic-intro__button--web {
  gap: 0.9375rem;
  background-color: #d38184;
  color: #fff;
  max-width: 15.1875rem;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__button--web {
    max-width: 100%;
    gap: 0.5rem;
  }
}

.top-clinic-intro__button--counseling {
  gap: 0.5rem;
  background-color: #43a9d1;
  color: #fff;
  max-width: 15.1875rem;
}
@media screen and (max-width: 767px) {
  .top-clinic-intro__button--counseling {
    max-width: 100%;
  }
}

.top-online-consultation {
  position: relative;
}

.top-online-consultation__bg {
  position: absolute;
  top: -225%;
  left: -23%;
  width: 140vw;
  max-width: 126.4375rem;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__bg {
    top: -103%;
    left: -10%;
    width: 130vw;
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 375px) {
  .top-online-consultation__bg {
    top: -120%;
    left: -10%;
    width: 130vw;
    max-width: 88.75rem;
  }
}

.top-online-consultation__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 2023/1754;
}

.top-online-consultation__inner {
  max-width: 65.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__inner {
    max-width: 37.5rem;
  }
}

.top-online-consultation__content {
  padding: 1.875rem 0.625rem;
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/top/online-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__content {
    padding: 0.875rem 1.25rem;
  }
}

.top-online-consultation__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  background-color: #8f8029;
  padding: 0.625rem 3.75rem;
  border-radius: 1.5rem;
  max-width: 31.25rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__header {
    padding: 0.25rem 0.75rem;
    gap: 0.625rem;
    max-width: 21.875rem;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-online-consultation__header img {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__header img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.top-online-consultation__text {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__text {
    font-size: clamp(12px, 2.54vw, 16px);
  }
}

.top-online-consultation__description {
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__description {
    margin-top: 0.625rem;
    line-height: 1.4;
    font-size: clamp(13px, 2.54vw, 20px);
  }
}

.top-online-consultation__button-wrap {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__button-wrap {
    margin-top: 0.3125rem;
  }
}

.top-online-consultation__button {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding: 0.6875rem 1.5rem 0.6875rem 2.5rem;
  max-width: 21.5rem;
  width: 100%;
  border-radius: 6.1875rem;
  background-color: #fff;
  color: #35493D;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__button {
    max-width: 10rem;
    font-size: 1rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
}

.top-online-consultation__button-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}

.top-online-consultation__button-contents img {
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .top-online-consultation__button-contents img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.top-news__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 65.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

.top-news__title {
  text-align: left;
}

.top-news__title-ja {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #35493D;
  font-family: "Noto Serif JP", serif;
}

.top-news__title-en {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #35493D;
  font-family: "Open Sans", sans-serif;
  margin-left: 0.9375rem;
}

.top-news__list {
  margin-top: 1.875rem;
}

.top-disease {
  background-color: #f0ece8;
}

.top-disease__inner {
  max-width: 65.625rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top-disease__inner {
    max-width: 40rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.top-disease__list {
  margin-top: 2.1875rem;
}

.top-policy {
  background-color: #fff;
}

.top-policy__inner {
  max-width: 63.125rem;
  margin: 0 auto;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-policy__inner {
    max-width: 40rem;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.top-policy-content {
  position: relative;
  padding: 3.125rem 0rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-policy-content {
    padding: 1.875rem 0.625rem;
  }
}

.top-policy__icon {
  position: absolute;
  top: -2.5625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.1875rem;
  height: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .top-policy__icon {
    top: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.top-policy__icon img {
  width: 100%;
  height: 100%;
}

.top-policy__list {
  display: flex;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-policy__list {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}

.top-policy__item {
  width: 100%;
  max-width: 20rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-policy__item {
    max-width: 100%;
  }
}

.top-policy__item.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-policy__item img {
  aspect-ratio: 320/250;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-policy__text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-policy__text {
    margin-top: 0.9375rem;
  }
}

.top-policy__button-wrap {
  text-align: center;
  margin-top: 3.75rem;
}

.top-policy__button {
  max-width: 17.5rem;
  padding: 1.5625rem 3.75rem 1.5625rem 3.75rem;
}

.top-policy__button::before {
  right: 1.125rem;
}

.top-nutrition {
  position: relative;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-nutrition {
    padding-bottom: 5rem;
  }
}

.top-nutrition::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93vw;
  height: 100%;
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 18%, rgb(239, 244, 242) 18%, rgb(239, 244, 242) 100%);
  z-index: -1;
  border-radius: 0 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .top-nutrition::before {
    width: 100%;
    border-radius: 0;
    background: #EFF4F2;
  }
}

.top-nutrition__inner {
  max-width: 77rem;
}

.top-nutrition__content {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-nutrition__content {
    flex-direction: column;
  }
}

.top-nutrition__content.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-nutrition__text-block {
  max-width: 28.875rem;
  width: 100%;
  margin: 9.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-nutrition__text-block {
    max-width: 100%;
    margin: 5rem auto 0;
  }
}

.top-nutrition__tag {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.top-nutrition__tag img {
  width: 0.4375rem;
  height: 0.4375rem;
}

.top-nutrition__tag p {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.top-nutrition__title {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #132219;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top-nutrition__title {
    font-size: clamp(32px, 7.5vw, 42px);
  }
}
@media screen and (max-width: 375px) {
  .top-nutrition__title {
    font-size: 2.25rem;
  }
}

.top-nutrition__text-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-nutrition__text-wrap {
    margin-top: 1.875rem;
  }
}

.top-nutrition__description {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #35493D;
}
@media screen and (max-width: 767px) {
  .top-nutrition__description {
    font-size: 1.5rem;
  }
}

.top-nutrition__text {
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-nutrition__text {
    font-size: 1.125rem;
  }
}

.top-nutrition__recommendation {
  margin-top: 1.875rem;
}

.top-nutrition__recommendation-title {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.top-nutrition__recommendation-title img {
  width: 1.125rem;
  height: 2.0625rem;
}

.top-nutrition__recommendation-title p {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #35493D;
}
@media screen and (max-width: 767px) {
  .top-nutrition__recommendation-title p {
    font-size: 1.25rem;
  }
}

.top-nutrition__list {
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
}

.top-nutrition__item {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}

.top-nutrition__item + .top-nutrition__item {
  margin-top: 0.625rem;
}

.top-nutrition__item img {
  width: 1.125rem;
  height: 1.375rem;
}

.top-nutrition__item p {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-nutrition__item p {
    font-size: 1rem;
  }
}

.top-nutrition__image {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-nutrition__image {
    margin: initial;
    max-width: 53.75rem;
    width: 100%;
  }
}

.top-nutrition__image img {
  border-radius: 3.125rem 0 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 818/552;
  transition: transform 0.5s ease-out;
  height: 200%;
}
@media screen and (max-width: 767px) {
  .top-nutrition__image img {
    border-radius: 0rem;
  }
}

.top-nutrition__button-wrap {
  max-width: 40rem;
  margin-top: 3.125rem;
  margin-left: 15.6vw;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .top-nutrition__button-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}

.top-dermatology {
  position: relative;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology {
    padding-bottom: 5rem;
  }
}

.top-dermatology::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93vw;
  height: 100%;
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 18%, rgb(239, 244, 242) 18%, rgb(239, 244, 242) 100%);
  z-index: -1;
  border-radius: 0 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology::before {
    background: #EFF4F2;
    width: 100%;
    border-radius: 0;
  }
}

.top-dermatology__inner {
  max-width: 81.25rem;
}

.top-dermatology__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3.5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-dermatology__content {
    flex-direction: column;
  }
}

.top-dermatology__content.is-active {
  animation: fadeIn 1s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-dermatology__text-block {
  max-width: 29.6875rem;
  width: 100%;
  margin: 9.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-dermatology__text-block {
    max-width: 100%;
    margin: 5rem auto 0;
  }
}

.top-dermatology__tag {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.top-dermatology__tag img {
  width: 0.4375rem;
  height: 0.4375rem;
}

.top-dermatology__tag p {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.top-dermatology__title {
  font-size: 2.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #132219;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .top-dermatology__title {
    font-size: clamp(32px, 7.5vw, 42px);
  }
}
@media screen and (max-width: 375px) {
  .top-dermatology__title {
    font-size: 2.25rem;
  }
}

.top-dermatology__text-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology__text-wrap {
    margin-top: 1.875rem;
  }
}

.top-dermatology__description {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #35493D;
}
@media screen and (max-width: 767px) {
  .top-dermatology__description {
    font-size: 1.5rem;
  }
}

.top-dermatology__text {
  padding-left: 2rem;
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-dermatology__text {
    font-size: 1.125rem;
  }
}

.top-dermatology__recommendation {
  margin-top: 1.5625rem;
}

.top-dermatology__recommendation-title {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.top-dermatology__recommendation-title img {
  width: 1.125rem;
  height: 2.0625rem;
}

.top-dermatology__recommendation-title p {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #35493D;
}
@media screen and (max-width: 767px) {
  .top-dermatology__recommendation-title p {
    font-size: 1.25rem;
  }
}

.top-dermatology__list {
  margin-top: 0.9375rem;
  padding-left: 0.625rem;
}

.top-dermatology__item {
  display: flex;
  align-items: flex-start;
  gap: 0.4375rem;
}

.top-dermatology__item + .top-dermatology__item {
  margin-top: 0.625rem;
}

.top-dermatology__item img {
  width: 1.125rem;
  height: 1.375rem;
}

.top-dermatology__item p {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-dermatology__item p {
    font-size: 1rem;
  }
}

.top-dermatology__image {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-dermatology__image {
    margin: initial;
    max-width: 53.75rem;
    width: 100%;
  }
}

.top-dermatology__image img {
  border-radius: 0 6.25rem 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 818/552;
  transition: transform 0.5s ease-out;
  height: 200%;
}
@media screen and (max-width: 767px) {
  .top-dermatology__image img {
    border-radius: 0rem;
  }
}

.top-dermatology__concern-search {
  padding: 2.1875rem 1.25rem 2.5rem;
  max-width: 31.25rem;
  margin-top: 3rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology__concern-search {
    margin-right: auto;
  }
}

.top-dermatology__concern-search-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #35493D;
}

.top-dermatology__concern-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
  margin-top: 1.5625rem;
}

.top-dermatology__concern-search-tag {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #35493D;
  color: #fff;
  background-color: #35493D;
  padding: 0.3125rem 0.75rem 0.4375rem 0.75rem;
  border-radius: 6.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
}

.top-dermatology__buttons {
  max-width: 40rem;
  margin-top: 3.9375rem;
  margin-left: auto;
  margin-right: 18vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .top-dermatology__buttons {
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
  }
}

.top-access__inner {
  max-width: 71.5625rem;
}
@media screen and (max-width: 767px) {
  .top-access__inner {
    max-width: 37.5rem;
  }
}

.top-access__title {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}

.top-access__content {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .top-access__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.top-access__map {
  width: 100%;
  max-width: 32.5rem;
}

.top-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 520/409;
}

.top-access__item {
  display: flex;
  align-items: flex-start;
  gap: 1.375rem;
}

.top-access__item + .top-access__item {
  margin-top: 3.4375rem;
}

.top-access__icon {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .top-access__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.top-access__label {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #35493D;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-access__label {
    font-size: 1.25rem;
  }
}

.top-access__text {
  margin-top: 1rem;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-access__text {
    font-size: 0.875rem;
  }
}

.top-access__btn-wrap {
  margin-top: 6.6875rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-access__btn-wrap {
    margin-top: 2.5rem;
  }
}

.top-access__btn {
  max-width: 22.9375rem;
  width: 100%;
  text-align: left;
  padding: 1.625rem;
  font-size: clamp(16px, 1.56vw, 20px);
}
@media screen and (max-width: 1024px) {
  .top-access__btn {
    max-width: 28.125rem;
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .top-access__btn {
    font-size: clamp(16px, 1.56vw, 20px);
    padding: 2.5rem 3.125rem 2.5rem 1.875rem;
    max-width: 100%;
  }
}

.top-equipment {
  position: relative;
}

.top-equipment__inner {
  max-width: 79.375rem;
}

.top-equipment__bg02 {
  position: absolute;
  top: -59%;
  left: 13%;
  width: 100%;
  max-width: 88.75rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-equipment__bg02 {
    top: -24%;
    left: 13%;
  }
}
@media screen and (max-width: 375px) {
  .top-equipment__bg02 {
    top: -20%;
    left: 13%;
  }
}

.top-equipment__bg02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1420/1182;
}

.top-equipment__swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
  margin-top: 4.125rem;
  height: 28.125rem;
}
@media screen and (max-width: 767px) {
  .top-equipment__swiper-container {
    overflow: hidden;
    margin-top: 1.25rem;
    flex-direction: column;
    height: 100%;
    gap: 0.625rem;
  }
}

.top-equipment__swiper {
  width: 100%;
  max-width: 37.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-equipment__swiper {
    overflow: visible;
  }
}

.swiper-slide.top-equipment__swiper-slide {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 37.5rem;
  overflow: hidden;
  border-radius: 1.875rem 0 0 0;
}

.top-equipment__swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/450;
}

.top-equipment__swiper .swiper-button-next,
.top-equipment__swiper .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-equipment__swiper .swiper-button-next,
  .top-equipment__swiper .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    background-image: none;
    cursor: pointer;
  }
}

.top-equipment__swiper .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 4px solid #35493d;
  border-right: 4px solid #35493d;
  transform: translateY(-50%) rotate(45deg);
}

.top-equipment__swiper .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 4px solid #35493d;
  border-right: 4px solid #35493d;
  transform: translateY(-50%) rotate(-135deg);
}

.top-equipment__thumbs-container {
  position: relative;
  width: 100%;
  max-width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: inherit;
  clip-path: inset(0 -12.5rem -1.875rem 0); /* 左側50pxをカット */
}
@media screen and (max-width: 767px) {
  .top-equipment__thumbs-container {
    max-width: 100%;
    align-items: center;
    clip-path: initial; /* 左側50pxをカット */
  }
}

.top-equipment__swiper-thumbs {
  position: relative;
  margin-left: 2rem;
  max-width: 15.625rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-equipment__swiper-thumbs {
    display: none;
    margin-left: initial;
    max-width: 100%;
  }
}

.top-equipment__swiper-thumbs {
  width: 100%;
}

.top-equipment__swiper-thumbs .swiper-slide {
  width: 100px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}

.top-equipment__swiper-thumbs .swiper-slide img {
  border-radius: 1.875rem 0 0 0;
  width: 100%;
  max-width: 15.625rem;
  height: auto;
  aspect-ratio: 250/187.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide--equipment {
  width: 100%;
  border-radius: 8px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide.top-equipment__swiper-slide {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 37.5rem;
}

.swiper-slide.top-equipment__swiper-slide img {
  border-radius: 1.875rem 0 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 600/450.67;
  -o-object-fit: cover;
     object-fit: cover;
}

/* サムネイルナビゲーションボタン */
.swiper-button-prev-thumbs,
.swiper-button-next-thumbs {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background: #35493d;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev-thumbs,
  .swiper-button-next-thumbs {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.swiper-button-prev-thumbs {
  left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev-thumbs {
    left: 16.3vw;
  }
}
@media screen and (max-width: 375px) {
  .swiper-button-prev-thumbs {
    left: 16.3vw;
  }
}

.swiper-button-next-thumbs {
  right: calc(-0.4vw - 2rem);
}
@media screen and (min-width: 1441px) {
  .swiper-button-next-thumbs {
    right: -2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next-thumbs {
    right: calc(16.3vw - 2rem);
  }
}
@media screen and (max-width: 375px) {
  .swiper-button-next-thumbs {
    right: calc(16.3vw - 2rem);
  }
}

.swiper-button-prev-thumbs:after {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.swiper-button-next-thumbs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .top-equipment__slide-description {
    max-width: 37.5rem;
    text-align: left;
    margin: auto;
    width: 100%;
  }
}

.top-equipment__slide-description__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .top-equipment__slide-description__title {
    font-size: 1.25rem;
  }
}

.top-equipment__slide-description__text {
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .top-equipment__slide-description__text {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.u-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sm {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .u-sm {
    display: block;
  }
}

.u-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .u-md {
    display: block;
  }
}

.u-lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-lg {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.pc-only2 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only2 {
    display: none;
  }
}

.lg-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lg-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
