html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::after,
::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #393939;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}
body.is-checked {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.u-hidden-sp {
  display: none;
}
.u-hidden-pc {
  display: flex;
}
.l-inner {
  padding-inline: 20px;
}
.l-inner-top {
  padding-inline: 20px;
}
.l-header {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 51;
}
.l-header.is-checked {
  background-color: #0060a0;
}
.l-header__inner {
  padding-inline: 20px;
  padding-block: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo-link.is-checked .l-header__logo-img {
  display: none;
}
.l-header__logo-link.is-checked .l-header__logo--drawer-img {
  display: block;
}
.l-header__logo-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__logo--drawer-img {
  display: none;
}
.l-header__logo--drawer-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__contents {
  display: none;
}
.l-header__nav {
  padding-block: 6px;
}
.l-header__nav-list {
  list-style: none;
  display: flex;
  gap: 24px;
}
.l-header__nav-link {
  position: relative;
  padding-bottom: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.l-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 2px;
  background: #1391e6;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.l-header__nav-item.is-current .l-header__nav-link .l-header__nav-icon path,
.l-header__nav-link:hover .l-header__nav-icon path {
  fill: #1391e6;
}
.l-header__nav-item.is-current .l-header__nav-link .l-header__nav-text,
.l-header__nav-link:hover .l-header__nav-text {
  color: #1391e6;
}
.l-header__nav-item.is-current .l-header__nav-link::after,
.l-header__nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.l-header__nav-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__nav-text {
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
}
.l-header__tel {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-style: normal;
}
.l-header__address {
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
}
.l-header__button {
  position: relative;
  width: 32px;
  height: 32px;
}
.l-header__button.is-checked .l-header__button-bar {
  background-color: #fff;
}
.l-header__button.is-checked .l-header__button-bar:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}
.l-header__button.is-checked .l-header__button-bar:nth-of-type(2) {
  display: none;
}
.l-header__button.is-checked .l-header__button-bar:nth-of-type(3) {
  top: 18px;
  transform: rotate(-45deg);
}
.l-header__button-bar {
  position: absolute;
  width: 27px;
  height: 2px;
  border-radius: 5px;
  background-color: #1391e6;
  left: 3px;
}
.l-header__button-bar:nth-of-type(1) {
  top: 8px;
}
.l-header__button-bar:nth-of-type(2) {
  top: 15px;
}
.l-header__button-bar:nth-of-type(3) {
  top: 22px;
}
.l-header__reserve {
  display: none;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.l-header__reserve-btn {
  padding: 20px 17px;
  border-radius: 20px 0 0 20px;
  background-color: #1391e6;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  transition: background-color 0.3s;
}
.l-header__reserve-btn:hover {
  background-color: #0060a0;
}
.l-header__reserve-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__reserve-text {
  color: #fff;
  font-weight: 700;
  line-height: 130%;
}
.l-header__drawer {
  width: 100%;
  height: calc(100% - 60px);
  padding-block: 110px;
  padding-inline: 60px;
  position: fixed;
  top: 60px;
  background-color: #0060a0;
  z-index: 11;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}
.l-header__drawer.is-checked {
  transform: translateX(0);
}
.l-header__drawer-nav {
  display: flex;
  flex-direction: column;
}
.l-header__drawer-link {
  display: flex;
  gap: 14px;
  text-decoration: none;
  align-items: center;
  padding-block: 15px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
.l-header__drawer-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__drawer-text {
  color: #fff;
  line-height: 150%;
}
.l-footer {
  position: relative;
  padding-top: 32px;
  padding-bottom: 56px;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(../img/webp/deco-wave.webp) repeat-x;
  background-size: contain;
}
.l-footer__inner {
  padding-inline: 10px;
  background-color: #dff1fd;
}
.l-footer__body {
  padding-top: 13px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  gap: 47px;
  position: relative;
}
.l-footer__access {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__access-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.l-footer__logo {
  width: 309px;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__address {
  display: flex;
  align-items: center;
  gap: 14px;
}
.l-footer__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-footer__time {
  font-size: 12px;
  color: #1391e6;
  margin-top: -4px;
}
.l-footer__buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.l-footer__access-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__map {
  width: calc(100% - 20px);
}
.l-footer__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 315/315;
}
.l-footer__nav {
  padding-inline: 10px;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.l-footer__nav-item {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.l-footer__nav-link {
  font-size: 16px;
  font-weight: 700;
}
.l-footer__nav-link-sub {
  position: relative;
  font-size: 16px;
  padding-left: 12px;
}
.l-footer__nav-link-sub::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/footer-nav-icon.svg) no-repeat;
}
.l-footer__nav-link-columns {
  display: flex;
  gap: 20px;
}
.l-footer__nav-link-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__pagetop {
  position: fixed;
  bottom: 140px;
  right: 10px;
  width: 52px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  z-index: 100;
}
.footer__pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.footer__pagetop-link {
  width: 100%;
}
.footer__pagetop-link img {
  display: block;
  width: 100%;
}
.l-footer__copyright {
  padding-block: 13px;
  background-color: #1391e6;
  color: #fff;
  text-align: center;
}
.l-footer__copyright small {
  font-size: 14px;
}
.l-footer__reserve {
  display: flex;
  padding: 6px 16px;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.l-footer__reserve.is-checked {
  background-color: #dff1fd;
  opacity: 0.85;
}
.l-footer__reserve-tel {
  width: 170px;
}
.l-footer__reserve-time {
  font-size: 10px;
  line-height: 150%;
  text-align: center;
}
.l-footer__reserve-web {
  display: flex;
  width: 157px;
  height: 47px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #1391e6;
  text-decoration: none;
}
.l-footer__reserve-web-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}
.l-footer__reserve-web-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.l-footer__reserve-web-text--small {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.l-page-top {
  padding-top: 20px;
}
.l-page-top__content {
  position: relative;
}
.l-page-top__img {
  position: relative;
}
.l-page-top__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}
.l-page-top__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.l-page-top__titles {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
.l-page-top__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 4.8px;
  color: #fff;
}
.l-page-top__title-sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.l-page-top__breadcrumb {
  padding-top: 9px;
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  overflow: hidden;
}
.l-page-top__breadcrumb a {
  color: #888;
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.l-page-top__breadcrumb .current-item {
  color: #393939;
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.bcn-sep {
  color: #393939;
  font-family: "Rounded Mplus 1c";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.l-sidebar__body {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.l-sidebar__item {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.l-sidebar__item-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #393939;
}
.l-sidebar__item-head-logo {
  width: 24px;
  height: 24px;
}
.l-sidebar__item-head-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.l-sidebar__clinic {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-sidebar__clinic-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-sidebar__clinic-contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-sidebar__clinic-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.l-sidebar__clinic-link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #1391e6;
  position: relative;
}
.l-sidebar__clinic-link::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background: url(../img/sidebar-arrow.svg) no-repeat center center/contain;
}
.l-sidebar__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-sidebar__card {
  width: 100%;
}
.l-sidebar__card-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.l-sidebar__card-info-title {
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
  min-height: 42px;
}
.l-sidebar__card-info-date {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
}
.l-sidebar__card-img {
  flex: 0 0 auto;
  width: 133px;
  height: 101px;
}
.l-sidebar__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-sidebar__card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.l-sidebar__category {
  padding-left: 20px;
}
.l-sidebar__category-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.l-sidebar__category-item {
  list-style: none;
}
.l-sidebar__category-link {
  text-decoration: none;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.l-sidebar__category-link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/footer-nav-icon.svg) no-repeat center center/contain;
}
.c-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.c-tel--left {
  justify-content: flex-start;
}
.c-tel__icon {
  display: block;
  width: 28px;
  height: 28px;
}
.c-tel__icon--small {
  width: 18px;
  height: 18px;
}
.c-tel__number {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.64px;
  color: #1391e6;
  font-size: 32px;
}
.c-tel__number--small {
  font-size: 20px;
  color: #1391e6;
  font-weight: 700;
  line-height: 130%;
}
.c-schedule {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  z-index: 1;
}
.c-schedule img {
  display: block;
  width: 100%;
  height: auto;
}
.c-btn {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  padding: 10px 9px 10px 45px;
  border-radius: 24px;
  border: 1px solid #1391e6;
  background-color: #fff;
  text-decoration: none;
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  transition:
    background-color 0.3s,
    gap 0.3s,
    padding 0.3s;
}
.c-btn:hover {
  background-color: #1391e6;
  gap: 27px;
  padding-right: 7px;
}
.c-btn:hover svg path {
  stroke: #fff;
}
.c-btn:hover .c-btn__text {
  color: #fff;
}
.c-btn__text {
  color: #1391e6;
  line-height: 150%;
}
.c-btn--reserve {
  display: flex;
  width: 150px;
  height: 38px;
  padding: 8px 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  background-color: #1391e6;
  color: #fff;
  transition: background-color 0.3s;
}
.c-btn--reserve:hover {
  background-color: #0060a0;
}
.c-btn--reserve--wh {
  color: #1391e6;
  border: 1px solid #1391e6;
  background-color: #fff;
}
.c-btn--reserve--wh:hover {
  color: #fff;
  background-color: #1391e6;
}
.c-btn--reserve--wh:hover svg path {
  stroke: #fff;
}
.c-btn-icon--sp {
  display: flex;
}
.c-btn-icon--pc {
  display: none;
}
.c-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-align: center;
}
.c-head::before {
  content: "";
  display: block;
  width: 49px;
  height: 15px;
  background: url(../img/c-head-deco.svg) no-repeat center center/contain;
}
.c-head::after {
  content: "";
  width: 49px;
  height: 15px;
  background: url(../img/c-head-deco.svg) no-repeat center center/contain;
}
.c-tag,
.c-tag--sidebar,
.c-tag--single {
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  background-color: #1391e6;
  font-size: 10px;
  line-height: 150%;
}
.c-tag--single {
  padding: 6px 12px;
  font-size: 11px;
}
.c-form {
  border-top: 1px solid #c2c2c2;
}
.c-form__fields {
  border-top: 1px solid #c2c2c2;
}
.c-form__field {
  padding-block: 24px;
  border-bottom: 1px solid #c2c2c2;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.c-form__field-heads {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-form__field-head {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-form__field-notice {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}
.c-form__field-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.c-form__field-tag {
  padding: 3px 6px;
  color: #fff;
  background-color: #ee5a6d;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.c-form__field-main {
  background-color: #f6f6f6;
  padding: 12px 16px;
  max-height: 160px;
}
.c-form__field-main--wh {
  background-color: #fff;
  padding: 0 0;
}
.wpcf7-form-control::-moz-placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.wpcf7-form-control::placeholder {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio {
  display: flex;
  gap: 32px;
}
.c-form__field-radio {
  position: relative;
}
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.c-form__field-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.c-form__field-checkbox {
  position: relative;
}
.c-form__field-select {
  position: relative;
}
.c-form__field-select::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/form-select-icon.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
.c-form__field-days {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.c-form__field-day {
  position: relative;
}
.c-form__field-day::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/form-day-icon.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}
.form-text {
  width: 100%;
}
.form-text::-moz-placeholder {
  color: #c2c2c2;
}
.form-text::placeholder {
  color: #c2c2c2;
}
.form-textarea {
  width: 100%;
  height: 136px;
}
.form-textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form-textarea::placeholder {
  color: #c2c2c2;
}
.form-radio {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio:checked + .form-radio-label .form-radio__text::after {
  opacity: 1;
}
.form-radio__text {
  padding-left: 32px;
}
.form-radio__text::after,
.form-radio__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border: 1px solid #1391e6;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  left: 6px;
  background-color: #1391e6;
  opacity: 0;
}
.form-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox:checked + .form-checkbox-label .form-checkbox__text::after {
  opacity: 1;
}
.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  display: none;
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type="radio"] + .wpcf7-list-item-label {
  padding-left: 32px;
}
input[type="radio"] + .wpcf7-list-item-label::after,
input[type="radio"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
input[type="radio"] + .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  left: 0;
  border: 1px solid #1391e6;
}
input[type="radio"] + .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  left: 6px;
  background-color: #1391e6;
  opacity: 0;
}
input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
}
input[type="checkbox"] + .wpcf7-list-item-label::after,
input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"] + .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  left: 0;
  border: 1px solid #1391e6;
}
input[type="checkbox"] + .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  left: 6px;
  background: url(../img/form-checkbox-icon.svg) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text {
  position: relative;
  padding-left: 32px;
}
.form-checkbox__text::after,
.form-checkbox__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border: 1px solid #1391e6;
}
.form-checkbox__text::after {
  width: 12px;
  height: 12px;
  left: 6px;
  background: url(../img/form-checkbox-icon.svg) no-repeat center center/contain;
  opacity: 0;
}
.form-select {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
}
.form-day {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  background-color: #f6f6f6;
  padding: 12px 16px;
}
.form-day::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-form__submit {
  margin-top: 38px;
  text-align: center;
}
.c-form__btn {
  color: #1391e6;
  padding: 7px 114px;
  border-radius: 24px;
  border: 1px solid #1391e6;
  background: #fff;
  text-align: center;
  letter-spacing: 1.12px;
}
.c-form__btn:hover {
  color: #fff;
  background: #1391e6;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.p-home-mv {
  padding-top: 15px;
  padding-bottom: 60px;
}
.p-home-mv__top {
  position: relative;
}
.p-home-mv__img {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-home-mv__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.p-home-mv__img img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-container {
  position: relative;
  overflow: visible;
}
.swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  bottom: 18px !important;
  left: -17px !important;
  width: 14px !important;
  height: 32px !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #888 !important;
}
.swiper-pagination-bullet-active {
  background: #1391e6 !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 51%;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev {
  left: -16px;
}
.swiper-button-next {
  right: -16px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  background: url(../img/swiper-arrow.svg) no-repeat center center/contain;
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}
.p-home-mv__texts {
  position: absolute;
  bottom: 42px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 1;
}
.p-home-mv__text {
  color: #fff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4' fill='none'%3E%3Ccircle cx='2' cy='2' r='2' fill='white'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 8px 4px;
  padding-bottom: 1px;
}
.p-home-mv__bottom {
  position: relative;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 39px;
}
.p-home-mv__news {
  width: 100%;
}
.p-home-mv__news-head {
  display: flex;
  padding-left: 12px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #393939;
}
.p-home-mv__news-title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.p-home-mv__news-title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-home-mv__news-title--sub {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.1px;
}
.p-home-mv__news-archive-text {
  color: #888;
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.p-home-mv__news-link:hover .p-home-mv__news-date,
.p-home-mv__news-link:hover .p-home-mv__news-text {
  color: #1391e6;
}
.p-home-mv__news-link:hover .p-home-mv__news-arrow {
  right: 0;
}
.p-home-mv__news-link:hover .p-home-mv__news-arrow path {
  stroke: #1391e6;
}
.p-home-mv__news-item {
  position: relative;
  display: flex;
  padding: 9px 30px 9px 6px;
  align-items: center;
  gap: 23px;
  border-bottom: 1px solid #393939;
}
.p-home-mv__news-date {
  font-size: 12px;
  line-height: 150%;
  transition: color 0.3s;
}
.p-home-mv__news-text {
  font-weight: 600;
  line-height: 150%;
  transition: color 0.3s;
}
.p-home-mv__news-arrow {
  position: absolute;
  right: 6px;
  transition: right 0.25s ease;
}
.p-home-concept {
  position: relative;
  overflow: hidden;
}
.p-home-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  aspect-ratio: 556/308;
  width: 148vw;
  background: url(../img/webp/deco01.webp) no-repeat center center/contain;
  z-index: -1;
}
.p-home-concept__inner {
  padding-top: 110px;
}
.p-home-concept__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-home-concept__contents {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-home-concept__title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-home-concept__title--sub {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.p-home-concept__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-home-concept__img {
  flex-shrink: 0;
  border-radius: 0 20px 20px 0;
  width: 89%;
  aspect-ratio: 334/230;
}
.p-home-concept__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-recommend {
  padding-block: 100px;
}
.p-home-recommend__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-home-recommend__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 62px;
  padding-inline: 22px;
}
.p-home-recommend__item {
  max-width: 290px;
  max-height: 420px;
  margin-inline: auto;
}
.p-home-recommend__item-title {
  display: flex;
}
.p-home-recommend__item-title img {
  display: block;
  width: 100%;
}
.p-home-recommend__item-img {
  display: flex;
  margin-top: 15px;
}
.p-home-recommend__item-img img {
  display: block;
  width: 100%;
}
.p-home-recommend__item-text {
  margin-top: 22px;
}
.p-home-recommend__item-text--acc {
  color: #ee5a6d;
}
.p-home-information {
  margin-top: 88px;
  background: #dff1fd;
  position: relative;
}
.p-home-information::before {
  content: "";
  position: absolute;
  top: -23.5vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  aspect-ratio: 375/88;
  width: 100%;
  background: url(../img/webp/deco02.webp) no-repeat center center/contain;
}
.p-home-information::after {
  content: "";
  position: absolute;
  bottom: -7.1vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  aspect-ratio: 375/82;
  width: 100%;
  background: url(../img/webp/deco03.webp) no-repeat center center/contain;
}
.p-home-information__body {
  padding-top: 30px;
  padding-bottom: 62px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-home-information__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-home-information__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 335px;
  aspect-ratio: 335/210;
}
.p-home-information__card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: 0.4s ease;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0;
  inset: 10px;
  z-index: 3;
}
.p-home-information__card:hover::after {
  opacity: 1;
  transform: scale(1);
}
.p-home-information__card:hover .p-home-information__card-img {
  transform: scale(1.1);
}
.p-home-information__card:hover .p-home-information__card-img::after {
  background: rgba(0, 0, 0, 0.4);
}
.p-home-information__card-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.p-home-information__card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  pointer-events: none;
}
.p-home-information__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.p-home-information__card-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 51%;
  transform: translateY(-50%);
}
.p-home-information__card-title {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
}
.p-home-information__card-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.p-home-information__card-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-align: center;
  line-height: 1.5;
  margin-top: 47px;
}
.p-home-information__texts {
  padding: 17px 20px;
  background: #fff;
}
.p-home-information__text--acc {
  color: #ee5a6d;
}
.p-home-blog {
  margin-top: 30px;
  padding-block: 100px;
}
.p-home-blog__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-home-blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-home-blog__card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  cursor: pointer;
}
.p-home-blog__card:hover .p-home-blog__card-title {
  color: #1391e6;
}
.p-home-blog__card-img {
  aspect-ratio: 133/101;
  width: 133px;
  height: auto;
}
.p-home-blog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-home-blog__card-contents {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.p-home-blog__card-tag {
  font-size: 10px;
  line-height: 150%;
}
.p-home-blog__card-title {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-home-blog__card-time {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}
.p-home-blog__btn {
  text-align: center;
}
.p-about {
  padding-top: 58px;
  padding-bottom: 101px;
}
.p-about-policy__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-about-policy__items {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}
.p-about-policy__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  aspect-ratio: 556/308;
  width: 148vw;
  background: url(../img/webp/deco01.webp) no-repeat center center/contain;
  z-index: -1;
}
.p-about-policy__item,
.p-about-policy__item--right {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.p-about-policy__contents {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-about-policy__title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-about-policy__title--sub {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.1px;
}
.p-about-policy__title--main {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-about-policy__texts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-about-policy__img,
.p-about-policy__img--right {
  flex-shrink: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 89%;
  aspect-ratio: 334/230;
}
.p-about-policy__img img,
.p-about-policy__img--right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-policy__img--right {
  margin-left: auto;
  border-radius: 20px 0 0 20px;
}
.p-about-state {
  margin-top: 100px;
}
.p-about-state__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-about-state__pictures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}
.p-about-state__picture {
  border-radius: 20px;
  overflow: hidden;
}
.p-about-state__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-medical {
  padding-top: 58px;
  padding-bottom: 126px;
}
.p-medical-nav__body {
  display: flex;
  flex-direction: column;
  gap: 81px;
}
.p-medical-nav__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-medical-nav__label {
  display: flex;
  align-items: center;
  gap: 23px;
}
.p-medical-nav__label-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-medical-nav__label-tag,
.p-medical-nav__label-tag--acc {
  display: inline-block;
  padding: 5px 11px;
  background-color: #1391e6;
  border-radius: 24px;
  color: #fff;
  letter-spacing: 1.12px;
}
.p-medical-nav__label-tag--acc {
  background-color: #ee5a6d;
}
.p-medical-nav__btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-medical-nav__link {
  text-decoration: none;
  position: relative;
  border: 1px solid #1391e6;
  border-radius: 12px;
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  padding: 14px 19px;
  text-align: center;
  background: #fff;
}
.p-medical-nav__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/medical-link-arrow.svg) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  opacity: 0;
  transition: 0.3s ease;
}
.p-medical-nav__link:hover {
  background: #dff1fd;
  padding-block: 7px;
}
.p-medical-nav__link:hover::after {
  opacity: 1;
}
.p-medical-department {
  margin-top: 188px;
}
.p-medical-department__body {
  display: flex;
  flex-direction: column;
  gap: 216px;
}
.p-medical-department__items {
  background-color: #dff1fd;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 20px 62px 20px;
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.p-medical-department__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  aspect-ratio: 375/88;
  width: 100%;
  max-width: 640px;
  background: url(../img/webp/deco02.webp) no-repeat center center/contain;
}
.p-medical-department__items::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 34%);
  display: block;
  aspect-ratio: 375/82;
  width: 100%;
  max-width: 640px;
  background: url(../img/webp/deco03.webp) no-repeat center center/contain;
}
.p-medical-department__cards {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.p-medical-department__card,
.p-medical-department__card--cost {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-medical-department__card--cost::before,
.p-medical-department__card::before {
  content: "";
  position: absolute;
  background: url(../img/medical_card-tag01.svg) no-repeat center center/contain;
  top: 0;
  right: 20px;
  width: 80px;
  height: 60px;
}
.p-medical-department__card--cost::before {
  background: url(../img/medical_card-tag02.svg) no-repeat center center/contain;
}
.p-medical-department__card-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #888;
}
.p-medical-department__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
}
.p-medical-department__card-explanation {
  color: #1391e6;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.12px;
}
.p-medical-department__card-contents {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.p-medical-department__card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-medical-department__card-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 295/221;
  flex-shrink: 0;
}
.p-medical-department__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-staff-director {
  padding-top: 57px;
}
.p-staff-director__body {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}
.p-staff-director__message {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-staff-director__message-concept {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-staff-director__message-texts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-staff-director__message-sign {
  text-align: right;
}
.p-staff-director__img {
  background-color: #ececec;
  border-radius: 20px;
}
.p-staff-director__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-staff-director__profile {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-staff-director__profile-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-staff-director__profile-head {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #393939;
}
.p-staff-director__profile-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-staff-director__profile-texts {
  display: flex;
  gap: 14px;
}
.p-staff-swiper {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-staff-swiper_slide img {
  display: block;
  width: 100%;
  height: auto;
}
.p-staff-staff {
  margin-block: 100px;
}
.p-staff-staff__body {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.p-staff-staff__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-staff-staff__list-head {
  padding-bottom: 6px;
  border-bottom: 1px solid #393939;
  font-size: 16px;
  line-height: 150%;
}
.p-staff-staff__cards {
  display: grid;
  gap: 38px;
}
.p-staff-staff__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-staff-staff__img {
  border-radius: 20px;
  width: 100%;
}
.p-staff-staff__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-staff-staff__names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.p-staff-staff__position {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.96px;
  padding-top: 3px;
}
.p-staff-staff__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
}
.p-staff-staff__info {
  border-collapse: separate;
  border-spacing: 0 1px;
}
.p-staff-staff__info tbody {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.p-staff-staff__info tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.p-staff-staff__info th {
  background-color: #dff1fd;
  display: flex;
  max-width: 140px;
  padding: 17px 20px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  text-align: left;
  font-weight: 500;
  line-height: 150%;
}
.p-staff-staff__info td {
  display: flex;
  padding: 17px 20px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  text-align: left;
  font-weight: 500;
  line-height: 150%;
}
.p-archive {
  padding-top: 57px;
  padding-bottom: 100px;
}
.p-archive__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: auto;
  margin-right: auto;
}
.p-archive-table__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-archive__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.p-archive__card {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.p-archive__card-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-archive__card-img,
.p-archive__card-img--sidebar {
  flex: 0 0 auto;
  width: 133px;
  height: 101px;
}
.p-archive__card-img img,
.p-archive__card-img--sidebar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-archive__card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-archive__card-info-title {
  height: 42px;
  min-height: 42px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-archive__card-info-date {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}
.p-archive-table__pagenation {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nav-links {
  display: flex;
  margin-inline: auto;
  align-items: center;
  gap: 10px;
}
.nav-links a {
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #1391e6;
  color: #1391e6;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.page-numbers {
  position: relative;
}
.page-numbers.current {
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #1391e6;
  background: #1391e6;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.page-numbers.next {
  display: flex;
  width: 71px;
  height: 30px;
  padding: 7px 32px 7px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #1391e6;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
}
.page-numbers.next::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pagenation-next-icon.svg) no-repeat center
    center/contain;
}
.p-category {
  padding-top: 57px;
  padding-bottom: 100px;
}
.p-category__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-category-table__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-category__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.p-category__card {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.p-category__card-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-category__card-img,
.p-category__card-img--sidebar {
  flex: 0 0 auto;
  width: 133px;
  height: 101px;
}
.p-category__card-img img,
.p-category__card-img--sidebar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-category__card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-category__card-info-title {
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-category__card-info-date {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}
.p-category-table__pagenation {
  width: 151px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-single {
  padding-top: 57px;
  padding-bottom: 100px;
}
.p-single__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: auto;
  margin-right: auto;
}
.p-single-contents__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-single-contents__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-single-contents__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.p-single-contents__info-date {
  position: relative;
  color: #1391e6;
  font-size: 16px;
  line-height: 150%;
  padding-left: 20px;
}
.p-single-contents__info-date::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/single-time-icon.svg) no-repeat center center/contain;
}
.p-single-contents__main {
  margin-top: 40px;
}
.p-single-contents__main h2 {
  padding-left: 16px;
  color: #1391e6;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  border-left: 6px solid #1391e6;
}
.p-single-contents__main h3 {
  color: #1391e6;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1391e6;
}
.p-single-contents__main h4 {
  color: #1391e6;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
}
.wp-block-heading {
  color: #1391e6;
}
.wp-block-list {
  margin-left: 20px;
}
.p-single-contents__pagenation {
  margin-top: 42px;
}
.p-single-nav-links {
  display: flex;
  width: 324px;
  margin-inline: auto;
  align-items: center;
  gap: 10px;
}
.nav-previous {
  position: relative;
  display: flex;
}
.nav-previous a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 7px 14px 7px 40px;
  border-radius: 4px;
  background: #1391e6;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.nav-previous a:hover {
  opacity: 0.8;
}
.nav-previous a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pagenation-prev-icon.svg) no-repeat center
    center/contain;
}
.nav-archive {
  display: flex;
}
.nav-archive a {
  display: flex;
  height: 36px;
  padding: 0 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #1391e6;
  color: #1391e6;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
.nav-next {
  position: relative;
  display: flex;
}
.nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 7px 40px 7px 14px;
  border-radius: 4px;
  background: #1391e6;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.nav-next a:hover {
  opacity: 0.8;
}
.nav-next a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/pagenation-next-icon.svg) no-repeat center
    center/contain;
}
.p-contact {
  padding-top: 58px;
  padding-bottom: 60px;
}
.p-contact__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.p-contact__text--acc {
  color: #ee5a6d;
}
.p-contact-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-contact-thanks {
  padding-top: 57px;
  padding-bottom: 100px;
}
.p-contact-thanks__text--acc {
  color: #ee5a6d;
}
.p-reserve {
  padding-top: 58px;
  padding-bottom: 100px;
}
.p-reserve-text__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-reserve-text__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-reserve-text__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.p-reserve-text__tel {
  width: -moz-fit-content;
  width: fit-content;
}
.p-reserve-text__tel-text {
  font-size: 12px;
  line-height: 150%;
  color: #1391e6;
  text-align: center;
}
.p-reserve-form {
  margin-top: 102px;
}
.p-reserve-form__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-reserve-thanks {
  padding-top: 57px;
  padding-bottom: 100px;
}
.p-reserve-thanks__text--acc {
  color: #ee5a6d;
}
@media (min-width: 768px) {
  .l-inner {
    padding-inline: 140px;
  }
  .l-inner-top {
    padding-inline: 60px;
  }
  .l-footer__body {
    padding-top: 56px;
    padding-bottom: 56px;
    gap: 44px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__access {
    max-width: 720px;
    border-radius: 20px;
    padding: 40px 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer__map {
    width: 330px;
    height: 330px;
  }
  .l-footer__nav {
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__nav-list {
    flex-direction: row;
    gap: 14px;
  }
  .c-schedule {
    max-width: 540px;
  }
  .p-home-mv {
    padding-top: 40px;
  }
  .p-home-mv__img {
    border-radius: 20px;
  }
  .p-home-mv__text {
    font-size: 32px;
    letter-spacing: 2.56px;
    background-size: 12px 4px;
    padding-bottom: 2px;
  }
  .p-home-mv__news {
    max-width: 542px;
  }
  .p-home-mv__news-title--sub {
    font-size: 12px;
  }
  .p-home-mv__news-archive-text {
    font-size: 12px;
  }
  .p-home-mv__news-arrow {
    right: 9px;
  }
  .p-home-concept::before {
    width: 98vw;
    left: calc(50% - 190px);
    background: url(../img/webp/deco01-pc.webp) no-repeat center center/contain;
  }
  .p-home-concept__inner {
    padding-bottom: 108px;
  }
  .p-home-concept__body {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 35px;
  }
  .p-home-concept__contents {
    padding-inline: 0;
    padding-right: 20px;
    gap: 20px;
  }
  .p-home-concept__title {
    gap: 24px;
  }
  .p-home-concept__btn {
    align-self: flex-start;
  }
  .p-home-concept__img {
    width: 50%;
    max-width: 640px;
  }
  .p-home-information::before {
    top: -15.7vw;
    aspect-ratio: 1280/203;
    background: url(../img/webp/deco02-pc.webp) no-repeat center center/contain;
  }
  .p-home-information::after {
    bottom: -10.1vw;
    background: url(../img/webp/deco03-pc.webp) no-repeat center center/contain;
  }
  .p-home-information__cards {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
  .p-home-information__card {
    max-width: 460px;
    aspect-ratio: 460/290;
  }
  .p-about-policy__items::before {
    width: 98vw;
    left: calc(50% - 190px);
    background: url(../img/webp/deco01-pc.webp) no-repeat center center/contain;
  }
  .p-about-policy__item,
  .p-about-policy__item--right {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 35px;
  }
  .p-about-policy__item--right {
    flex-direction: row;
  }
  .p-about-policy__contents {
    gap: 20px;
  }
  .p-about-policy__title {
    gap: 24px;
  }
  .p-about-policy__img,
  .p-about-policy__img--right {
    aspect-ratio: 640/438;
    width: 50%;
  }
  .p-about-policy__img--right {
    margin-left: 0;
  }
  .p-medical-nav__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .p-staff-staff {
    margin-block: 158px;
  }
  .p-staff-staff__body {
    margin-top: 58px;
    gap: 59px;
  }
  .p-staff-staff__cards {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    row-gap: 60px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .p-staff-staff__card {
    gap: 14px;
  }
  .p-archive__card {
    width: 500px;
  }
  .nav-links a {
    width: 36px;
    height: 36px;
  }
  .page-numbers.current {
    width: 36px;
    height: 36px;
  }
  .page-numbers.next {
    width: 82px;
    height: 36px;
    gap: 10px;
    font-size: 14px;
    padding: 8px 38px 7px 10px;
  }
  .p-category__card {
    width: 500px;
  }
  .p-single-contents__pagenation {
    margin-top: 74px;
  }
  .p-single-nav-links {
    min-width: 352px;
  }
}
@media (min-width: 1200px) {
  .u-hidden-sp {
    display: flex;
  }
  .u-hidden-pc {
    display: none;
  }
  .l-header {
    height: 80px;
  }
  .l-header__inner {
    padding-inline: 41px;
    padding-block: 10px;
  }
  .l-header__contents {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .l-header__button {
    display: none;
  }
  .l-header__reserve {
    display: block;
    top: 170px;
  }
  .l-footer {
    padding-bottom: 0;
  }
  .l-footer__inner {
    padding-inline: 140px;
  }
  .l-footer__access {
    padding: 40px 49px;
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer__access-left {
    gap: 17px;
  }
  .l-footer__logo {
    width: 405px;
  }
  .l-footer__buttons {
    gap: 20px;
  }
  .l-footer__map {
    width: 385px;
    height: 385px;
  }
  .l-footer__map iframe {
    aspect-ratio: 385/385;
  }
  .l-footer__nav-list {
    gap: 40px;
  }
  .footer__pagetop {
    right: 20px;
    bottom: 40px;
  }
  .l-footer__copyright {
    padding-block: 16px;
  }
  .l-page-top {
    padding-top: 40px;
  }
  .l-page-top__title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
  .l-page-top__title-sub {
    font-size: 14px;
  }
  .l-page-top__breadcrumb {
    padding-left: 30px;
  }
  .l-sidebar {
    width: 300px;
  }
  .l-sidebar__clinic-img {
    height: 188px;
    aspect-ratio: 75/47;
  }
  .l-sidebar__card-img {
    width: 120px;
    height: 90px;
  }
  .c-schedule {
    width: 477px;
    height: 166px;
  }
  .c-btn--reserve {
    width: 220px;
    height: 56px;
    padding: 16px 10px;
  }
  .c-btn--reserve span {
    font-size: 16px;
  }
  .c-btn--reserve--wh span {
    font-size: 16px;
  }
  .c-btn-icon--sp {
    display: none;
  }
  .c-btn-icon--pc {
    display: block;
  }
  .c-head {
    gap: 28px;
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .c-head::before {
    width: 67px;
    height: 20px;
  }
  .c-head::after {
    width: 67px;
    height: 20px;
  }
  .c-tag {
    padding: 6px 12px;
    font-size: 11px;
  }
  .c-form__field {
    padding-block: 29px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .c-form__field-main {
    width: 488px;
    max-height: 200px;
  }
  .wpcf7-checkbox {
    gap: 15px 32px;
  }
  .c-form__field-checkboxes {
    gap: 32px 16px;
  }
  .form-textarea {
    height: 176px;
  }
  .form-day {
    width: 488px;
    padding: 11px 16px;
  }
  .c-form__submit {
    margin-top: 68px;
  }
  .c-form__btn {
    padding: 16px 154px;
    font-size: 16px;
    border-radius: 28px;
  }
  .swiper-pagination {
    gap: 10px;
    left: -26px !important;
    bottom: -3px !important;
    width: 18px !important;
    height: 52px !important;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev {
    left: -23px;
  }
  .swiper-button-next {
    right: -27px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    background: url(../img/swiper-arrow-pc.svg) no-repeat center center/contain;
    width: 15px;
    height: 27px;
  }
  .p-home-mv__texts {
    left: 62px;
    bottom: 58px;
    gap: 17px;
  }
  .p-home-mv__bottom {
    flex-direction: row-reverse;
    gap: 60px;
    margin-top: -25px;
  }
  .p-home-mv__news-item {
    padding: 9px 30px 9px 9px;
  }
  .p-home-concept::before {
    width: 102vw;
    max-width: 1310px;
  }
  .p-home-concept__inner {
    padding-top: 179px;
  }
  .p-home-concept__body {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    gap: 93px;
  }
  .p-home-concept__contents {
    padding-right: 0;
    gap: 39px;
  }
  .p-home-concept__title--sub {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .p-home-concept__title--main {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-home-recommend {
    padding-block: 119px;
  }
  .p-home-recommend__body {
    gap: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home-recommend__items {
    flex-direction: row;
    gap: 10px;
    padding-inline: 0;
    justify-content: space-between;
    align-self: stretch;
    flex: 1;
  }
  .p-home-recommend__item {
    margin-inline: 0;
  }
  .p-home-information {
    margin-top: 203px;
  }
  .p-home-information__body {
    padding-top: 0;
    padding-bottom: 85px;
    gap: 61px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home-information__card-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-home-information__card-title::after {
    width: 40px;
    height: 2px;
    bottom: -30px;
  }
  .p-home-information__card-text {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 49px;
  }
  .p-home-information__texts {
    padding: 35px 40px;
  }
  .p-home-blog {
    margin-top: 97px;
    padding-block: 120px;
  }
  .p-home-blog__body {
    gap: 61px;
  }
  .p-home-blog__cards {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 62px;
    max-width: 1000px;
  }
  .p-home-blog__card {
    flex-direction: column;
    gap: 0;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding-bottom: 12px;
    border-radius: 20px;
  }
  .p-home-blog__card-img {
    aspect-ratio: 300/188;
    width: 300px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .p-home-blog__card-contents {
    gap: 7px;
    margin: -14px;
    padding: 0 24px 12px;
  }
  .p-home-blog__card-tag {
    font-size: 11px;
  }
  .p-home-blog__card-title {
    font-size: 16px;
    line-height: 1.5;
    min-height: 72px;
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .p-about {
    padding-top: 78px;
    padding-bottom: 160px;
  }
  .p-about-policy__body {
    gap: 60px;
  }
  .p-about-policy__items {
    padding-top: 180px;
    gap: 228px;
  }
  .p-about-policy__items::before {
    width: 102vw;
    max-width: 1310px;
  }
  .p-about-policy__item,
  .p-about-policy__item--right {
    gap: 93px;
  }
  .p-about-policy__contents {
    padding-inline: 0;
    gap: 39px;
    max-width: 407px;
  }
  .p-about-policy__title--sub {
    font-size: 14px;
  }
  .p-about-policy__title--main {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-about-state {
    margin-top: 120px;
  }
  .p-about-state__body {
    gap: 60px;
  }
  .p-about-state__pictures {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .p-medical {
    padding-top: 78px;
    padding-bottom: 257px;
  }
  .p-medical-nav__label-text {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-medical-nav__btn {
    flex-direction: row;
  }
  .p-medical-nav__link {
    width: auto;
    border: 2px solid #1391e6;
    font-size: 24px;
    letter-spacing: 1.92px;
    padding: 15px 29px;
  }
  .p-medical-department {
    margin-top: 366px;
  }
  .p-medical-department__body {
    gap: 460px;
  }
  .p-medical-department__items {
    max-width: 1280px;
    gap: 60px;
    padding: 0 140px 85px 140px;
  }
  .p-medical-department__items::before {
    max-width: 1280px;
    aspect-ratio: 1280/203;
    background: url(../img/webp/deco02-pc.webp) no-repeat center center/contain;
  }
  .p-medical-department__items::after {
    max-width: 1280px;
    transform: translate(-50%, 45%);
    aspect-ratio: 1280/214;
    background: url(../img/webp/deco03-pc.webp) no-repeat center center/contain;
  }
  .p-medical-department__cards {
    gap: 41px;
  }
  .p-medical-department__card,
  .p-medical-department__card--cost {
    gap: 36px;
    padding-inline: 60px;
    padding-top: 66px;
    padding-bottom: 60px;
    max-width: 1000px;
  }
  .p-medical-department__card--cost::before,
  .p-medical-department__card::before {
    background: url(../img/medical_card-tag01-pc.svg) no-repeat center
      center/contain;
    width: 100px;
    height: 80px;
    right: 60px;
  }
  .p-medical-department__card--cost::before {
    background: url(../img/medical_card-tag02-pc.svg) no-repeat center
      center/contain;
  }
  .p-medical-department__card-head {
    flex-direction: row;
    gap: 38px;
    align-items: center;
    padding-bottom: 42px;
  }
  .p-medical-department__card-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-medical-department__card-contents {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-medical-department__card-text {
    width: 420px;
  }
  .p-medical-department__card-img {
    aspect-ratio: 420/315;
    width: 420px;
  }
  .p-staff-director {
    padding-top: 78px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-staff-director__body {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 60px 80px;
  }
  .p-staff-director__message {
    grid-column: 1;
    gap: 40px;
  }
  .p-staff-director__message-concept {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-staff-director__img {
    grid-column: 2;
    grid-row: 1/3;
  }
  .p-staff-director__profile {
    grid-column: 1;
  }
  .p-staff-swiper {
    margin-top: 160px;
    margin-bottom: 155px;
  }
  .p-staff-staff__cards {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    row-gap: 60px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .p-archive {
    padding-top: 77px;
    padding-bottom: 160px;
  }
  .p-archive__body {
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .p-archive-table__body {
    max-width: 1000px;
    gap: 100px;
  }
  .p-archive__card {
    width: 670px;
  }
  .p-archive__card-link {
    gap: 20px;
  }
  .p-archive__card-img,
  .p-archive__card-img--sidebar {
    width: 264px;
    height: 153px;
  }
  .p-archive__card-img--sidebar {
    width: 120px;
    height: 90px;
  }
  .p-archive__card-info {
    gap: 14px;
  }
  .p-archive__card-info-title {
    font-size: 16px;
    height: 48px;
    min-height: 48px;
  }
  .p-category {
    padding-top: 77px;
    padding-bottom: 160px;
  }
  .p-category__body {
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .p-category-table__body {
    max-width: 1000px;
    gap: 100px;
  }
  .p-category__card {
    width: 670px;
  }
  .p-category__card-link {
    gap: 20px;
  }
  .p-category__card-img,
  .p-category__card-img--sidebar {
    width: 264px;
    height: 153px;
  }
  .p-category__card-img--sidebar {
    width: 120px;
    height: 90px;
  }
  .p-category__card-info {
    gap: 14px;
  }
  .p-category__card-info-title {
    font-size: 16px;
    height: 48px;
    min-height: 48px;
  }
  .p-category-table__pagenation {
    width: 174px;
    height: 36px;
  }
  .p-single {
    padding-top: 77px;
    padding-bottom: 160px;
  }
  .p-single__body {
    max-width: 1000px;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .p-single-contents {
    width: 670px;
  }
  .p-single-contents__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-single-contents__main h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
  }
  .p-single-contents__main h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .p-single-contents__main h4 {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .nav-previous a {
    font-size: 14px;
  }
  .nav-archive a {
    font-size: 14px;
  }
  .p-contact {
    padding-top: 77px;
    padding-bottom: 91px;
  }
  .p-contact__body {
    gap: 150px;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-contact-form {
    gap: 69px;
  }
  .p-contact-thanks {
    padding-top: 78px;
    padding-bottom: 160px;
  }
  .p-contact-thanks__inner {
    padding-inline: 276px;
  }
  .p-reserve {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .p-reserve-text__body {
    width: 728px;
    margin-inline: auto;
  }
  .p-reserve-text__contents {
    gap: 23px;
  }
  .p-reserve-text__head {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
  .p-reserve-form {
    margin-top: 153px;
  }
  .p-reserve-form__body {
    gap: 66px;
    max-width: 728px;
    margin-inline: auto;
  }
  .p-reserve-thanks {
    padding-top: 78px;
    padding-bottom: 160px;
  }
  .p-reserve-thanks__inner {
    padding-inline: 276px;
  }
}
