@charset "UTF-8";
body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  line-break: strict;
  overflow-wrap: anywhere;
  color: #4d4d4d;
}

a,
button {
  transition: opacity 0.3s;
}

@media (any-hover: hover) and (pointer: fine) {
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
a:focus-visible,
button:focus-visible {
  opacity: 0.7;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.l-about {
  overflow: hidden;
  padding-block: 46px 72px;
}

@media screen and (min-width: 992px) {
  .l-about {
    padding-block: 114px 117px;
  }
}
.l-footer {
  padding-block: 50px 52px;
}

@media screen and (min-width: 992px) {
  .l-footer {
    padding-block: 66px 64px;
  }
}
.l-greeting {
  padding-block: 54px 64px;
}

@media screen and (min-width: 992px) {
  .l-greeting {
    padding-block: 112px 120px;
  }
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.l-hours-access {
  overflow: hidden;
  padding-block-start: 46px;
}

@media screen and (min-width: 992px) {
  .l-hours-access {
    padding-block-start: 112px;
  }
}
.l-inner-lg {
  width: 100%;
  max-width: 730px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .l-inner-lg {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner-lg {
    max-width: 1320px;
  }
}
.l-inner {
  width: 100%;
  max-width: 730px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 576px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner {
    max-width: 1050px;
  }
}
.l-medical {
  padding-block: 56px 60px;
}

@media screen and (min-width: 992px) {
  .l-medical {
    padding-block: 112px 117px;
  }
}
.l-mv {
  block-size: 100%;
  overflow: hidden;
}

.l-recruitment {
  padding-block: 27px 57px;
}

@media screen and (min-width: 992px) {
  .l-recruitment {
    padding-block: 121px 118px;
  }
}
.c-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #c1639d;
  background-color: #fbfbfb;
  padding-inline: 0.75em;
  border: 0.5px solid;
  border-radius: 100vh;
  display: inline-block;
  min-inline-size: min(162px, 100%);
}

@media screen and (min-width: 992px) {
  .c-btn {
    font-size: 21px;
    letter-spacing: 0.16em;
    background-color: initial;
    border-width: 1px;
    min-inline-size: 242px;
  }
}
.c-name__main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

@media screen and (min-width: 992px) {
  .c-name__main {
    justify-content: center;
    gap: 0.75em;
  }
}
.c-name__sub {
  font: inherit;
  text-transform: uppercase;
}

.c-table-medical-hours {
  inline-size: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .c-table-medical-hours {
    font-size: 18px;
  }
}
.c-table-medical-hours__thead {
  background-color: #e9d1eb;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}

.c-table-medical-hours__tbody {
  background-color: #fff;
}

.c-table-medical-hours__header {
  font-weight: initial;
  text-align: center;
  vertical-align: middle;
  padding-block: 1.25em;
  padding-inline: 0.25em;
}

@media screen and (min-width: 992px) {
  .c-table-medical-hours__header {
    padding-block: 0.75em;
  }
}
.c-table-medical-hours__header.c-table-medical-hours__header--ttl,
.c-table-medical-hours__data.c-table-medical-hours__data--ttl {
  inline-size: 26.0869565217%;
}

@media screen and (min-width: 992px) {
  .c-table-medical-hours__header.c-table-medical-hours__header--ttl,
  .c-table-medical-hours__data.c-table-medical-hours__data--ttl {
    inline-size: 250px;
  }
}
@media screen and (min-width: 992px) {
  .c-table-medical-hours__data.c-table-medical-hours__data--ttl {
    letter-spacing: 0.075em;
  }
}
.c-table-medical-hours__header-wrap {
  display: flex;
}

@media screen and (min-width: 992px) {
  .c-table-medical-hours__header-wrap {
    display: contents;
  }
}
.c-table-medical-hours__data {
  font-weight: initial;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #4d4d4d;
  padding-block: 1em;
  vertical-align: middle;
  border-block-end: 0.5px solid #000;
}

@media screen and (min-width: 992px) {
  .c-table-medical-hours__data {
    font-size: 18px;
    letter-spacing: 0.06px;
    padding-inline: 0.5em;
    padding-block: 1.25em;
  }
}
.c-ttl {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.06em;
  word-break: auto-phrase;
  color: #c1639d;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

@media screen and (min-width: 992px) {
  .c-ttl {
    font-size: 35px;
  }
}
.c-ttl__img {
  flex-shrink: 0;
  inline-size: 100%;
  max-inline-size: 36px;
  block-size: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .c-ttl__img {
    max-inline-size: 42px;
  }
}
.c-ttl.c-ttl--center {
  justify-content: center;
}

.c-ttl2 {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #c1639d;
  word-break: auto-phrase;
  display: flex;
  gap: 0.75em;
  padding-block: 0.5em 0.75em;
  border-block-end: 1px solid;
}

@media screen and (min-width: 992px) {
  .c-ttl2 {
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: 0.025em;
  }
}
.c-ttl2::before {
  flex-shrink: 0;
  content: "";
  font-size: 28px;
  content: counter(number, decimal-leading-zero);
  margin-block-start: -4px;
}

@media screen and (min-width: 992px) {
  .c-ttl2::before {
    font-size: 48px;
    margin-block-start: calc(-0.25em - 4px);
  }
}
.c-ttl2__item {
  font-weight: 500;
  align-self: center;
}

.c-ttl2__item:has(wbr) {
  word-break: keep-all;
}

.c-ttl3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background-color: #c1639d;
  padding-block: 0.25em;
  padding-inline: 0.75em;
  display: inline-block;
  min-inline-size: min(266px, 100%);
}

@media screen and (min-width: 992px) {
  .c-ttl3 {
    font-size: 21px;
    min-inline-size: 314px;
    padding-block: 0.5em;
  }
}
.c-ttl4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background-color: #4d4d4d;
  padding-inline: 0.25em;
  display: inline-block;
  min-inline-size: min(142px, 100%);
}

.c-txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 992px) {
  .c-txt.c-txt--center-pc {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .c-txt.c-txt--line-height-lg-pc {
    line-height: 2.3125;
  }
}
.c-txt2 {
  font-size: 16px;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 992px) {
  .c-txt2 {
    font-size: 18px;
  }
}
.c-txt2__sub {
  font-size: 10px;
  margin-inline-start: -0.25em;
}

@media screen and (min-width: 992px) {
  .c-txt2__sub {
    font-size: inherit;
  }
}
@media screen and (min-width: 992px) {
  .c-txt2.c-txt2--letter-spacing-sm-pc {
    letter-spacing: -0.2em;
  }
}
@media screen and (min-width: 992px) {
  .c-txt2.c-txt2--letter-spacing-sm-pc .c-txt2__sub {
    letter-spacing: -0.175em;
  }
}
.p-about {
  position: relative;
  z-index: 0;
}

.p-about::before {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-about__inner {
  max-inline-size: initial;
}

@media screen and (min-width: 992px) {
  .p-about__inner {
    max-inline-size: 1050px;
  }
}
.p-about__body {
  margin-block-start: 56px;
}

@media screen and (min-width: 992px) {
  .p-about__body {
    margin-block-start: 128px;
  }
}
.p-bnr {
  display: grid;
  border: 1px solid #c1639d;
}

@media screen and (min-width: 992px) {
  .p-bnr {
    border-width: 2px;
  }
}
.p-bnr__body {
  grid-area: 1/1;
  justify-self: end;
  align-self: center;
  padding-inline: 19px;
  padding-block: 16px;
}

@media screen and (min-width: 992px) {
  .p-bnr__body {
    padding-inline: 70px;
  }
}
.p-bnr__txt-container {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.06em;
  color: #c1639d;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

@media screen and (min-width: 992px) {
  .p-bnr__txt-container {
    font-size: 44px;
  }
}
.p-bnr__txt-img {
  max-inline-size: 27px;
  display: flex;
}

@media screen and (min-width: 992px) {
  .p-bnr__txt-img {
    max-inline-size: 42px;
  }
}
.p-bnr__txt-img-item {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-bnr__txt-sub {
  margin-block-start: 0.5em;
}

@media screen and (min-width: 992px) {
  .p-bnr__txt-sub {
    margin-block-start: 0.75em;
  }
}
.p-bnr__img {
  grid-area: 1/1;
  z-index: -1;
}

.p-bnr__img-item {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 349/145;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-bnr__img-item {
    aspect-ratio: 1020/316;
  }
}
.p-box {
  background-color: #e9d1eb;
  padding-block: 24px 26px;
  padding-inline: 30px;
}

@media screen and (min-width: 1200px) {
  .p-box {
    display: grid;
    grid-template-columns: 312fr 342fr 260fr;
    padding-block: 36px 34px;
    padding-inline: 41px;
  }
}
.p-box__item:not(:last-child) {
  padding-block-end: 24px;
}

@media screen and (min-width: 1200px) {
  .p-box__item:not(:last-child) {
    padding-block-end: initial;
    padding-inline-end: 42px;
  }
}
.p-box__item:not(:first-child) {
  padding-block-start: 24px;
  border-block-start: 1px solid;
}

@media screen and (min-width: 1200px) {
  .p-box__item:not(:first-child) {
    border-block-start: initial;
    padding-block-start: initial;
    border-inline-start: 1px solid;
    padding-inline-start: 42px;
  }
}
.p-box__ttl {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.06em;
}

.p-box__list {
  margin-block-start: 14px;
}

@media screen and (min-width: 1200px) {
  .p-box__list {
    margin-block-start: 22px;
  }
}
.p-box2 {
  background: linear-gradient(to bottom, transparent 17px, #fff 17px);
  padding-inline: 14px;
  padding-block-end: 19px;
}

@media screen and (min-width: 992px) {
  .p-box2 {
    background: linear-gradient(to bottom, transparent 24px, #fff 24px);
    padding-inline: 122px;
    padding-block-end: 71px;
  }
}
.p-box2__ttl-container {
  text-align: center;
}

.p-box2__list {
  margin-block-start: 4px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(144px, 100%), 1fr));
  gap: 0 6px;
  align-items: start;
  transform: translateX(4px);
}

@media screen and (min-width: 992px) {
  .p-box2__list {
    margin-block-start: 26px;
    grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
    gap: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-box2__list:not(:has(> .p-box2__item:nth-child(5))) {
    grid-template-columns: repeat(auto-fit, minmax(min(221px, 100%), 1fr));
    max-inline-size: 740px;
    margin-inline: auto;
  }
}
.p-box2__item {
  padding-block: 0.75em 0.5em;
  border-block-end: 1px solid #4d4d4d;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-box2__item {
    padding-block: 1em;
  }
}
.p-bullet-points.p-bullet-points--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.p-bullet-points::before {
  content: "●";
  color: #c1639d;
}

.p-card {
  display: flex;
  flex-direction: column-reverse;
  counter-increment: number;
}

@media screen and (min-width: 992px) {
  .p-card {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 37px;
  }
}
@media screen and (min-width: 992px) {
  .p-card:nth-child(even) {
    flex-direction: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-card__txt-container {
    inline-size: 46.2%;
    min-inline-size: 400px;
    max-inline-size: 491px;
    flex-shrink: 0;
  }
}
.p-card__txt {
  margin-block-start: 0.5em;
}

.p-card__img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgba(126, 126, 127, 0.45);
}

@media screen and (min-width: 992px) {
  .p-card__img {
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(126, 126, 127, 0.45);
    inline-size: 50%;
  }
}
.p-card__img-item {
  inline-size: 100%;
  block-size: 100%;
  max-block-size: 380px;
  aspect-ratio: 345/165;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-card__img-item {
    max-block-size: initial;
  }
}
.p-card2 {
  display: grid;
  gap: 8px;
}

@media screen and (min-width: 576px) {
  .p-card2 {
    grid-template-columns: minmax(300px, 400fr) 580fr;
    gap: 57px 2.5%;
  }
}
.p-card2__img {
  order: -1;
}

@media screen and (min-width: 576px) {
  .p-card2__img {
    order: initial;
    align-self: start;
  }
}
.p-card2__img-item {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 581/421;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(343px, 100%), 1fr));
  gap: 56px 5.6%;
  align-items: start;
}

@media screen and (min-width: 992px) {
  .p-cards {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: initial;
  }
}
.p-cards__card {
  position: relative;
  max-inline-size: 450px;
  margin-inline: auto;
}

@media screen and (min-width: 992px) {
  .p-cards__card {
    max-inline-size: initial;
    margin-inline: initial;
  }
}
.p-cards__card::before {
  content: "";
  inline-size: 188px;
  block-size: 188px;
  background: url(../img/bg_circle-gradation.png) no-repeat center/contain;
  position: absolute;
  inset-inline-start: -94px;
  inset-block-start: -94px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .p-cards__card::before {
    inline-size: 378px;
    block-size: 378px;
    inset-inline-start: -187px;
    inset-block-start: -187px;
  }
}
.p-cards__card:nth-child(even)::before {
  inset-inline-start: auto;
  inset-inline-end: -94px;
}

@media screen and (min-width: 992px) {
  .p-cards__card:nth-child(even)::before {
    inset-inline-end: -187px;
  }
}
.p-footer {
  background-color: #f6edf7;
  color: #c1639d;
}

@media screen and (min-width: 992px) {
  .p-footer__inner {
    max-inline-size: 1487px;
  }
}
.p-footer__logo-container {
  text-align: center;
}

.p-footer__logo-link {
  display: inline-block;
  inline-size: 100%;
  max-inline-size: 263px;
}

@media screen and (min-width: 992px) {
  .p-footer__logo-link {
    max-inline-size: 329px;
  }
}
.p-footer__logo-item {
  inline-size: 100%;
  block-size: auto;
}

.p-footer__nav-container {
  margin-block-start: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 43px;
}

@media screen and (min-width: 992px) {
  .p-footer__nav-container {
    margin-block-start: 34px;
    flex-direction: initial;
    gap: 43px 108px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__nav {
    display: flex;
    gap: 43px;
  }
}
.p-footer__nav-list {
  list-style-type: "";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.5em;
}

@media screen and (min-width: 992px) {
  .p-footer__nav-list {
    font-size: 18px;
    gap: 1em 1.25em;
  }
}
.p-footer__nav-link {
  inline-size: 100%;
  display: inline-block;
  padding-block: 0.25em;
  margin-block: 2px;
}

@media screen and (min-width: 992px) {
  .p-footer__nav-link {
    inline-size: initial;
    padding-block: initial;
    padding-inline: 0.5em;
    margin-block: initial;
  }
}
.p-footer__note {
  margin-block-start: 26px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .p-footer__note {
    font-size: 16px;
    margin-block-start: 31px;
  }
}
.p-greeting {
  background-color: #f6edf7;
}

.p-greeting__body {
  margin-block-start: 22px;
}

@media screen and (min-width: 992px) {
  .p-greeting__body {
    margin-block-start: 24px;
  }
}
.p-greeting__signature {
  margin-block-start: 1.25em;
}

@media screen and (min-width: 992px) {
  .p-greeting__signature {
    margin-block-start: 0.75em;
  }
}
.p-greeting__box {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  min-inline-size: min(100%, 750px);
  margin-inline: auto;
  margin-block-start: 56px;
}

@media screen and (min-width: 1200px) {
  .p-greeting__box {
    max-inline-size: initial;
    min-inline-size: initial;
    margin-block-start: 58px;
  }
}
.p-header-nav {
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .p-header-nav {
    overflow: initial;
    padding: 0;
  }
}
.p-header-nav__wrapper {
  padding-block: 1px 2px;
  margin-bottom: 50px;
  background-color: #f6edf7;
}

@media screen and (min-width: 992px) {
  .p-header-nav__wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 8px;
    min-height: inherit;
    padding-block: inherit;
    margin-bottom: inherit;
    background-image: initial;
    background-color: initial;
    border: initial;
    margin-inline: initial;
    max-width: initial;
    padding-inline: initial;
  }
}
.p-header-nav__list {
  margin-inline: 4.347826087%;
  color: #c1639d;
}

@media screen and (min-width: 992px) {
  .p-header-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25em 0;
    min-height: 30px;
    margin-inline: initial;
    flex-wrap: wrap;
    margin-block-start: 12px;
  }
}
.p-header-nav__item {
  display: flex;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-header-nav__item {
    min-height: inherit;
    position: initial;
    border: initial;
    align-items: center;
  }
}
.p-header-nav__item:not(:last-child) {
  border-bottom: 1px solid #c1639d;
}

@media screen and (min-width: 992px) {
  .p-header-nav__item:not(:last-child) {
    border-bottom: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-header-nav__item:not(:first-child)::before {
    content: "｜";
    color: #4d4d4d;
  }
}
.p-header-nav__link {
  display: flex;
  align-items: center;
  gap: 0.75em;
  padding-block: 0.75em;
  margin-block: 3px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  inline-size: 100%;
}

@media screen and (min-width: 992px) {
  .p-header-nav__link {
    display: flex;
    align-items: center;
    padding-block: 0.25em;
    padding-inline: calc(1em + 2px);
    margin-block: initial;
    min-height: inherit;
    color: initial;
    font-weight: 500;
    font-size: 18px;
    color: #4d4d4d;
    inline-size: initial;
  }
}
.p-header-nav__icon {
  max-inline-size: 29px;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 992px) {
  .p-header-nav__icon {
    display: none;
  }
}
.p-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-inline-start: 11px;
  background-color: #fff;
  min-height: 57px;
}

@media screen and (min-width: 992px) {
  .p-header {
    gap: initial;
    padding-inline: initial;
    min-height: 112px;
  }
}
.p-header__inner {
  display: contents;
  min-height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 0.6821282401%;
    padding-inline: 4.0927694407% 20px;
  }
}
.p-header__logo-link {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .p-header__logo-link {
    width: 40.9276944065%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo-link {
    width: initial;
  }
}
.p-header__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  width: inherit;
  padding-block: 2px 6px;
}

@media screen and (min-width: 992px) {
  .p-header__logo-container {
    width: 100%;
  }
}
.p-header__logo-txt {
  font-size: 10px;
  letter-spacing: 0.02em;
  word-break: auto-phrase;
}

@media screen and (max-width: 575px) {
  .p-header__logo-txt {
    font-size: 8px;
  }
  .p-header__logo-txt span {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .p-header__logo-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logo-txt {
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}
.p-header__logo {
  max-width: 124px;
  margin-block-start: 4px;
}

@media screen and (min-width: 992px) {
  .p-header__logo {
    max-width: 247px;
    margin-block-start: 5px;
  }
}
/* Firefox */
@-moz-document url-prefix() {
  .p-header__logo {
    width: 100%;
  }
}
.p-header__logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 57px;
  min-height: inherit;
  z-index: 3;
  background-color: #c1639d;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .p-header__hamburger-btn {
    display: none;
  }
}
.p-header__hamburger-line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
}

.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}

.p-header__hamburger-line::before {
  top: -10px;
}

.p-header__hamburger-line::after {
  top: 10px;
}

.p-header__hamburger-btn[aria-expanded=true] {
  padding-top: 1px;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line {
  background-color: transparent;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before,
.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  top: 0;
  background-color: #fff;
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::before {
  transform: rotate(45deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  transform: rotate(-45deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-txt {
  display: none;
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 10;
  margin-top: 57px;
}

@media screen and (min-width: 992px) {
  .p-header__nav {
    display: block;
    height: initial;
    position: initial;
    width: initial;
    margin-top: initial;
    z-index: initial;
    min-height: inherit;
  }
}
@media screen and (min-width: 992px) {
  .p-header__nav.is-active {
    display: block !important;
  }
}
.p-hours-access__body {
  margin-block-start: 26px;
}

@media screen and (min-width: 992px) {
  .p-hours-access__body {
    margin-block-start: 42px;
  }
}
.p-hours-access__hours {
  margin-block-start: 28px;
}

@media screen and (min-width: 992px) {
  .p-hours-access__hours {
    margin-block-start: 70px;
  }
}
.p-hours-access__txt {
  font-size: 16px;
  line-height: 1.875;
  margin-block-start: 0.5em;
}

@media screen and (min-width: 992px) {
  .p-hours-access__txt {
    margin-block-start: 1.25em;
  }
}
.p-hours-access__txt-note {
  font: inherit;
}

.p-hours-access__access {
  margin-block-start: 52px;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 992px) {
  .p-hours-access__access {
    margin-block-start: 74px;
  }
}
.p-hours-access__map iframe {
  inline-size: 100%;
  block-size: 100%;
  max-block-size: 300px;
  aspect-ratio: 375/245;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-hours-access__map iframe {
    max-block-size: initial;
    aspect-ratio: 1536/350;
  }
}
.p-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .p-list {
    line-height: 1.625;
  }
}
.p-list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 0.5em 1.75em;
  grid-template-areas: "ttl txt";
}

.p-list__ttl {
  font-weight: initial;
  grid-column: ttl;
}

.p-list__txt {
  grid-column: txt;
}

.p-list2 {
  display: grid;
  gap: 4px;
}

.p-list3__item {
  font-size: 16px;
  line-height: 1.875;
  padding-block: 1.5em 1.25em;
}

@media screen and (min-width: 992px) {
  .p-list3__item {
    padding-block-end: 0.25em;
  }
}
@media screen and (min-width: 992px) {
  .p-list3__item:first-child {
    padding-block-start: initial;
  }
}
.p-list3__item:not(:first-child) {
  border-block-start: 1px solid #1a1a1a;
}

.p-list3__txt {
  margin-block-start: 0.75em;
}

.p-list3__sub-ttl {
  font-weight: initial;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .p-list3__sub-ttl {
    font-size: 18px;
  }
}
.p-list3__sub-txt {
  display: inline-block;
  text-indent: 0.5em;
}

@media screen and (min-width: 992px) {
  .p-list3__sub-txt {
    font-size: 16px;
    letter-spacing: normal;
  }
}
.p-list3__sub-txt::before {
  content: "・";
}

.p-list3__sub-item + .p-list3__sub-item {
  margin-block-start: 0.5em;
}

.p-medical {
  position: relative;
  z-index: 0;
}

.p-medical::before,
.p-medical::after {
  content: "";
  position: absolute;
}

.p-medical::before {
  inset-block-start: 0;
  inset-inline-end: 0;
  background: url(../img/bg_plant.svg) no-repeat center/contain;
  inline-size: 178px;
  block-size: 202px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .p-medical::before {
    inline-size: 421px;
    block-size: 478px;
  }
}
.p-medical::after {
  background-color: hsl(0, 0%, 100%);
  background-image: radial-gradient(circle at 97% 87%, hsl(300, 100%, 98%) 0px, transparent 50%), radial-gradient(circle at 2% 87%, hsl(289, 100%, 93%) 0px, transparent 50%), radial-gradient(circle at 96% 10%, hsl(288, 100%, 88%) 0px, transparent 50%), radial-gradient(circle at 3% 11%, hsl(300, 100%, 97%) 0px, transparent 50%);
  z-index: -2;
  inset: 0;
}

.p-medical__body {
  margin-block-start: 30px;
}

@media screen and (min-width: 992px) {
  .p-medical__body {
    margin-block-start: 58px;
  }
}
.p-medical__box:not(:first-child) {
  margin-block-start: 28px;
}

@media screen and (min-width: 992px) {
  .p-medical__box:not(:first-child) {
    margin-block-start: 71px;
  }
}
.p-mv {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
}

.p-mv::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  inline-size: 100%;
  block-size: 100%;
  background: url(../img/bg_plant2_sp.svg) no-repeat top center/contain;
}

@media screen and (min-width: 992px) {
  .p-mv::before {
    background-image: url(../img/bg_plant2.svg);
  }
}
.p-mv__inner {
  block-size: inherit;
  padding-inline: 21px;
  padding-block: 28px 48px;
  grid-area: 1/1;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 992px) {
  .p-mv__inner {
    align-items: center;
    max-inline-size: 1350px;
    padding-inline: 80px;
    padding-block: 73px 125px;
  }
}
.p-mv__box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 86px;
  padding-inline: 18px;
  padding-block: 20px 15px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .p-mv__box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-block-size: 547px;
    padding-inline: 60px;
    min-inline-size: 787px;
  }
}
.p-mv__ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  text-align: center;
  color: #c1639d;
}

@media screen and (min-width: 992px) {
  .p-mv__ttl {
    font-size: 20px;
  }
}
.p-mv__ttl:has(wbr) {
  word-break: keep-all;
}

.p-mv__logo {
  max-inline-size: 201px;
  inline-size: 100%;
  margin-inline: auto;
  margin-block-start: 12px;
}

@media screen and (min-width: 992px) {
  .p-mv__logo {
    max-inline-size: 633px;
  }
}
.p-mv__logo-item {
  inline-size: 100%;
  block-size: auto;
}

.p-mv__logo-txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #c1639d;
}

.p-mv__txt-container {
  margin-block-start: 15px;
}

@media screen and (min-width: 992px) {
  .p-mv__txt-container {
    margin-block-start: 28px;
  }
}
.p-mv__date {
  background-color: #c1639d;
  border-radius: 100vh;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  display: inline-block;
  margin-block-start: 5px;
  padding-block: 0 0.25em;
  padding-inline: 1.75em;
  min-inline-size: min(281px, 100%);
}

@media screen and (min-width: 992px) {
  .p-mv__date {
    font-size: 24px;
    line-height: 1.25;
    padding-block: 0 0.25em;
    padding-inline: 1em;
  }
}
.p-mv__date-accent {
  font-size: 22px;
  color: #ffff96;
}

@media screen and (min-width: 992px) {
  .p-mv__date-accent {
    font-size: 37px;
  }
}
.p-mv__date-sm {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .p-mv__date-sm {
    font-size: 19px;
  }
}
.p-mv__date-txt-accent {
  color: #ffff96;
}

.p-mv__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-block-start: 5px;
}

@media screen and (min-width: 992px) {
  .p-mv__preview {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-block-start: 0;
  }
}
.p-mv__preview-label {
  background-color: #e9d1eb;
  color: #c1639d;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: center;
  padding-block: 0;
  padding-inline: 0.5em;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .p-mv__preview-label {
    font-size: 18px;
    inline-size: auto;
    padding-block: 0;
    padding-inline: 0.25em;
    white-space: nowrap;
    transform: translateY(4px);
  }
}
.p-mv__preview-date {
  color: #c1639d;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .p-mv__preview-date {
    font-size: 24px;
  }
}
.p-mv__preview-date-accent {
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .p-mv__preview-date-accent {
    font-size: 37px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv__preview-date-accent--time {
    font-size: 22px;
  }
}
.p-mv__preview-date-sm {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .p-mv__preview-date-sm {
    font-size: 19px;
  }
}
.p-mv__txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-block-start: 0.5em;
}

@media screen and (min-width: 992px) {
  .p-mv__txt {
    font-size: 29px;
    margin-block-start: 0;
  }
}
.p-mv__en {
  position: absolute;
  inset-block-end: -12px;
  inset-inline-start: 10px;
  font-weight: 300;
  font-family: "Comfortaa", sans-serif;
  font-size: 85px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .p-mv__en {
    inset-inline-start: 50%;
    transform: translateX(-50%);
    text-align: center;
    inline-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv__en {
    font-size: 114px;
    white-space: initial;
  }
}
.p-mv__en-pc {
  display: none;
}

@media screen and (min-width: 992px) {
  .p-mv__en-pc {
    display: inline-block;
  }
}
.p-mv__img-container {
  block-size: inherit;
  grid-area: 1/1;
  z-index: -2;
  position: relative;
  inline-size: 100%;
  overflow: hidden;
}

.p-mv__img {
  block-size: inherit;
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: image-switch-animation 10s infinite;
}

/* 最初の画像だけ親要素の高さを確保させる */
.p-mv__img:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}

/* 2枚目以降の画像のアニメーション遅延 */
.p-mv__img:nth-child(2) {
  animation-delay: 5s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
    z-index: 2;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  /**
   * 画像が2枚のため1枚当たり50%
   * 1枚目->2枚目(50%・不透明から65%・透明)にフェードして切り替える
   * 表示されている画像が一番手前に来るように「z-index」で奥行きの並び順を変更
   */
  65% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-mv__img-item {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 375/583;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}

@media screen and (min-width: 576px) {
  .p-mv__img-item {
    aspect-ratio: 1536/745;
    -o-object-position: left;
    object-position: left;
  }
}
.p-signature {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #c1639d;
}

@media screen and (min-width: 992px) {
  .p-signature {
    font-size: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25em 1em;
  }
}
.u-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .u-mobile {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*# sourceMappingURL=styles.css.map */