@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  line-break: strict;
  overflow-wrap: anywhere;
  color: #333;
}

a,
button {
  -webkit-transition: opacity 0.3s;
  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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  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: 80px 86px;
}
@media screen and (min-width: 768px) {
  .l-about {
    overflow: initial;
    padding-block: 80px 100px;
  }
}

.l-footer {
  padding-block: 35px 16px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 45px 26px;
  }
}

.l-greeting {
  padding-block: 80px 76px;
}
@media screen and (min-width: 768px) {
  .l-greeting {
    padding-block: 100px 96px;
  }
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.l-hours-access {
  -webkit-padding-after: 36px;
  padding-block-end: 36px;
}
@media screen and (min-width: 768px) {
  .l-hours-access {
    -webkit-padding-after: 46px;
    padding-block-end: 46px;
  }
}

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

.l-inner-sm {
  width: 100%;
  max-width: 430px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-sm {
    max-width: 880px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-inner {
  width: 100%;
  max-width: 430px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-medical {
  padding-block: 80px 75px;
}
@media screen and (min-width: 768px) {
  .l-medical {
    padding-block: 100px 99px;
  }
}

.l-mv {
  block-size: calc(100svh - 70px);
}
@media screen and (min-width: 768px) {
  .l-mv {
    block-size: 100%;
  }
}

.c-name {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-name.c-name--white {
  color: #fff;
}

.c-name__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-name__sub {
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 1px;
}

.c-table-medical-hours {
  inline-size: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #96c4dd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2.2857142857;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.c-table-medical-hours__caption {
  text-align: center;
  color: #1888dd;
  border: 1px solid #96c4dd;
  -webkit-border-after: initial;
  border-block-end: initial;
  background-color: #edf5fc;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__caption {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
  }
}

.c-table-medical-hours__thead {
  background-color: #edf5fc;
  letter-spacing: 0.15em;
  color: #333;
}

.c-table-medical-hours__item-wrap {
  -webkit-border-after: 1px solid #96c4dd;
  border-block-end: 1px solid #96c4dd;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__item-wrap {
    -webkit-border-after: initial;
    border-block-end: initial;
  }
}

.c-table-medical-hours__item-wrap th:not(:last-child),
.c-table-medical-hours__item-wrap td:not(:last-child) {
  -webkit-border-end: 1px solid #96c4dd;
  border-inline-end: 1px solid #96c4dd;
}

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

.c-table-medical-hours__header {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding-block: 0.25em;
  padding-inline: 0.25em;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__header {
    padding-block: 0.5em;
    -webkit-border-after: 1px solid #96c4dd;
    border-block-end: 1px solid #96c4dd;
  }
}

.c-table-medical-hours__header.c-table-medical-hours__header--ttl-sp,
.c-table-medical-hours__data.c-table-medical-hours__data--ttl-sp {
  font-weight: 500;
  inline-size: 87px;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__header.c-table-medical-hours__header--ttl-sp,
  .c-table-medical-hours__data.c-table-medical-hours__data--ttl-sp {
    inline-size: 130px;
  }
}

.c-table-medical-hours__header.c-table-medical-hours__header--ttl {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__header.c-table-medical-hours__header--ttl {
    display: revert;
    inline-size: 130px;
    -webkit-border-after: initial;
    border-block-end: initial;
  }
}

.c-table-medical-hours__header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__header-wrap {
    display: contents;
  }
}

.c-table-medical-hours__data {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  text-align: center;
  color: #333;
  padding-inline: 0.25em;
  padding-block: 1em;
  vertical-align: middle;
  color: #1888dd;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__data {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-inline: 0.5em;
    padding-block: 1.5em;
    -webkit-border-after: 1px solid #96c4dd;
    border-block-end: 1px solid #96c4dd;
  }
}

.c-table-medical-hours__data.c-table-medical-hours__data--ttl {
  display: none;
  font-weight: 500;
  background-color: #edf5fc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-table-medical-hours__data.c-table-medical-hours__data--ttl {
    display: revert;
    inline-size: 130px;
  }
}

@media screen and (min-width: 768px) {
  .c-table-medical-hours__data.c-table-medical-hours__data--ttl .c-table-medical-hours__data-wrap {
    display: inline-block;
    inline-size: 100%;
    position: absolute;
    inset-block-start: calc(50% - 20px);
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.c-table-medical-hours__data.c-table-medical-hours__data--ttl-sp {
  color: #333;
}

.c-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.1em;
  word-break: auto-phrase;
  text-align: center;
  color: #5cb3f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    font-size: 40px;
  }
}

.c-ttl.c-ttl--white {
  color: #fff;
}

.c-ttl::after {
  content: attr(data-en);
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.c-ttl2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  word-break: auto-phrase;
  display: inline-block;
  border-bottom: 3px solid #5cb3f4;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c-ttl2 {
    font-size: 30px;
  }
}

.c-txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 16px;
    line-height: 1.875;
  }
}

.c-txt2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .c-txt2 {
    font-size: 16px;
    line-height: 2.5;
  }
}

.c-txt2.c-txt2--white {
  color: #fff;
}

.c-txt3 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .c-txt3 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.p-about__body {
  -webkit-margin-before: 35px;
  margin-block-start: 35px;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    -webkit-margin-before: 45px;
    margin-block-start: 45px;
  }
}

.p-access__map-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 345/213;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-access__map-item {
    aspect-ratio: 830/344;
  }
}

.p-access__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  -webkit-margin-before: 9px;
  margin-block-start: 9px;
}
@media screen and (min-width: 768px) {
  .p-access__txt {
    font-size: 16px;
    line-height: 1.5;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}

.p-bullet-points::before {
  content: "●";
  color: #1888dd;
  -webkit-margin-end: 0.25em;
  margin-inline-end: 0.25em;
}

.p-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-card:nth-child(even) {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
}

.p-card__txt-container {
  background-color: #edf5fc;
  padding-inline: 20px;
  padding-block: 20px 21px;
  -webkit-margin-before: -80px;
  margin-block-start: -80px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-card__txt-container {
    padding-inline: 40px;
    padding-block: 40px 43px;
    inline-size: 49.1%;
    min-inline-size: 400px;
    max-inline-size: 491px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-block: 0 30px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }
}

.p-card__txt {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}

.p-card__img {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-card__img {
    margin-inline: 0 -15%;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-card:nth-child(even) .p-card__img {
    margin-inline: -15% 0;
  }
}

.p-card__img-item {
  inline-size: 100%;
  block-size: 100%;
  max-block-size: 380px;
  aspect-ratio: 376/232;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-card__img-item {
    max-block-size: initial;
    aspect-ratio: 491/255;
  }
}

.p-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .p-cards {
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-cards__card {
    max-inline-size: 1169px;
  }
}

@media screen and (min-width: 768px) {
  .p-cards__card:nth-child(even) {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}

.p-footer {
  background-color: #5cb3f4;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-inline-size: 1487px;
  }
}

.p-footer__logo-container {
  text-align: center;
}

.p-footer__logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 5px;
  inline-size: 90%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-link {
    display: inline-block;
    inline-size: initial;
  }
}

.p-footer__logo-img {
  max-inline-size: 223px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-img {
    max-inline-size: 279px;
  }
}

.p-footer__logo-img img {
  inline-size: 100%;
  block-size: auto;
}

.p-footer__nav-container {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 43px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-container {
    -webkit-margin-before: 25px;
    margin-block-start: 25px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    gap: 43px 108px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-footer__nav {
  inline-size: 72%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    inline-size: initial;
    margin-inline: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 43px;
  }
}

.p-footer__nav-list {
  list-style-type: "";
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25em 22px;
  }
}

.p-footer__nav-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    text-align: initial;
  }
}

.p-footer__nav-link {
  inline-size: 100%;
  display: inline-block;
  padding-block: 0.25em;
  margin-block: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    inline-size: initial;
    padding-block: initial;
    padding-inline: 0.5em;
    margin-block: initial;
  }
}

.p-footer__note {
  -webkit-margin-before: 33px;
  margin-block-start: 33px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__note {
    -webkit-margin-before: 31px;
    margin-block-start: 31px;
  }
}

.p-footer__note-item {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__note-item {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-greeting {
  background: url(../img/bg_01.jpg) no-repeat center/cover;
}

.p-greeting__body {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .p-greeting__body {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.p-greeting__name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-margin-before: 25px;
  margin-block-start: 25px;
}
@media screen and (min-width: 768px) {
  .p-greeting__name-container {
    -webkit-margin-before: 36px;
    margin-block-start: 36px;
  }
}

.p-greeting__name-sub {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  color: #fff;
}

.p-greeting__name {
  -webkit-padding-start: 0.5em;
  padding-inline-start: 0.5em;
  -webkit-border-start: 1px solid #fff;
  border-inline-start: 1px solid #fff;
  -webkit-margin-start: 0.5em;
  margin-inline-start: 0.5em;
}

.p-header-nav {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    overflow: initial;
    padding: 0;
  }
}

.p-header-nav__wrapper {
  padding-block: 10px 30px;
  margin-bottom: 50px;
  background-color: #5cb3f4;
}
@media screen and (min-width: 768px) {
  .p-header-nav__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: 10.1449275362%;
}
@media screen and (min-width: 768px) {
  .p-header-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.25em 22px;
    min-height: 30px;
    margin-inline: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-header-nav__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item {
    min-height: inherit;
    position: initial;
    border: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-header-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-header-nav__item {
    border-bottom: initial;
  }
}

.p-header-nav__link {
  display: block;
  padding: 15px 1em;
  margin-block: 5px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    margin-block: initial;
    min-height: inherit;
    color: initial;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875;
    text-align: initial;
    color: #333;
  }
}

.p-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 11px 5px;
  background-color: #fff;
  min-height: 70px;
}
@media screen and (min-width: 768px) {
  .p-header {
    gap: initial;
    padding-inline: initial;
    min-height: 80px;
  }
}

.p-header__inner {
  display: contents;
  min-height: 60px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 1.3550135501%;
    min-height: inherit;
    padding-inline: 30px 42px;
  }
}

.p-header__logo-link {
  min-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    width: 22.5609756098%;
    max-width: 333px;
    min-width: 265px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-header__logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: inherit;
  width: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__logo-container {
    width: 100%;
  }
}

.p-header__logo-txt {
  font-weight: 500;
  font-size: 8px;
  color: #646464;
}
@media screen and (min-width: 768px) {
  .p-header__logo-txt {
    font-size: 10px;
  }
}

.p-header__logo {
  max-width: 233px;
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 235px;
  }
}

/* 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  z-index: 3;
  background-color: #5cb3f4;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-btn {
    display: none;
  }
}

.p-header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

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

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

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

.p-header__hamburger-txt {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
}

.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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-header__hamburger-btn[aria-expanded=true] .p-header__hamburger-line::after {
  -webkit-transform: rotate(-45deg);
  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: 70px;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    height: initial;
    position: initial;
    width: 71.1382113821%;
    margin-top: initial;
    z-index: initial;
    min-height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav.is-active {
    display: block !important;
  }
}

.p-header__btn-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__btn-container {
    margin-top: 5px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    gap: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn {
    max-width: 200px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:has(a[href^=tel]) {
    max-width: 230px;
  }
}

.p-hours-access__img-item {
  inline-size: 100%;
  block-size: 100%;
  max-block-size: 205px;
  aspect-ratio: 375/155;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-hours-access__img-item {
    max-block-size: initial;
    aspect-ratio: 1536/420;
  }
}

.p-hours-access__inner {
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}
@media screen and (min-width: 768px) {
  .p-hours-access__inner {
    -webkit-margin-before: 100px;
    margin-block-start: 100px;
  }
}

.p-hours-access__body {
  -webkit-margin-before: 35px;
  margin-block-start: 35px;
}
@media screen and (min-width: 768px) {
  .p-hours-access__body {
    -webkit-margin-before: 56px;
    margin-block-start: 56px;
  }
}

.p-hours-access__access {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
  -webkit-border-before: 1px solid #e6e6e6;
  border-block-start: 1px solid #e6e6e6;
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .p-hours-access__access {
    -webkit-margin-before: 26px;
    margin-block-start: 26px;
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
  }
}

.p-hours__txt {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  color: #666666;
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
}
@media screen and (min-width: 768px) {
  .p-hours__txt {
    font-size: 14px;
    line-height: 1.5714285714;
    -webkit-margin-before: 9px;
    margin-block-start: 9px;
  }
}

.p-hours__txt {
  font: inherit;
}

.p-medical__body {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .p-medical__body {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.p-medical__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-medical__list {
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 20px;
  }
}

.p-medical__item {
  -webkit-padding-after: 0.5em;
  padding-block-end: 0.5em;
  -webkit-border-after: 1px solid #ddd8d0;
  border-block-end: 1px solid #ddd8d0;
}

.p-medical__txt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  word-break: auto-phrase;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 15px;
  -webkit-text-decoration-color: #dbfeff;
  text-decoration-color: #dbfeff;
  text-underline-offset: -0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .p-medical__txt {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-underline-offset: -0.25em;
    -webkit-margin-before: 52px;
    margin-block-start: 52px;
  }
}

.p-mv {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
}

.p-mv__inner {
  padding-inline: 21px;
  padding-block: 28px;
  grid-area: 1/1;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  block-size: inherit;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-inline-size: 1350px;
    padding-inline: 80px;
  }
}

.p-mv__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  word-break: auto-phrase;
  color: #fff;
  -webkit-margin-start: 41px;
  margin-inline-start: 41px;
}
@media screen and (min-width: 768px) {
  .p-mv__ttl {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 1.7647058824;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    -webkit-margin-end: 57px;
    margin-inline-end: 57px;
  }
}

.p-mv__txt-container {
  border-radius: 100vh;
  background: url(../img/bg_circle.png) no-repeat center/cover;
  min-inline-size: 180px;
  max-inline-size: 180px;
  min-block-size: 180px;
  border: 2px solid #83deff;
  display: grid;
  place-items: center;
  padding-block: 0.5em;
  padding-inline: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-mv__txt-container {
    min-inline-size: 217px;
    max-inline-size: 217px;
    min-block-size: 217px;
  }
}

.p-mv__date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.125em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__date {
    letter-spacing: 0.15em;
  }
}

.p-mv__date-accent {
  font-size: 31px;
}
@media screen and (min-width: 768px) {
  .p-mv__date-accent {
    font-size: 40px;
  }
}

.p-mv__date-sm {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .p-mv__date-sm {
    font-size: 24px;
  }
}

.p-mv__img {
  grid-area: 1/1;
  inline-size: 100%;
  block-size: 100%;
  z-index: -1;
  block-size: inherit;
}

.p-mv__img-item {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 376/752;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}
@media screen and (min-width: 768px) {
  .p-mv__img-item {
    aspect-ratio: 1536/783;
    -o-object-position: left;
    object-position: left;
  }
}

.p-mv__scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll {
    display: revert;
    position: absolute;
    left: 2.4739583333%;
    bottom: 30.3959131545%;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: end;
    line-height: 2.25;
    text-transform: uppercase;
    color: #1888dd;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; /*英数字も縦表示に*/
    text-orientation: sideways;
    min-inline-size: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    z-index: 1;
  }
}

.p-mv__scroll::after {
  content: "";
  display: inline-block;
  inline-size: 50px;
  block-size: 1px;
  background-color: #1888dd;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .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);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
/*# sourceMappingURL=styles.css.map */
