@charset "UTF-8";
:root {

  --footer-menu-sp-height:60px;
}
@media screen and (max-width: 1539px) and (min-width: 767px) {
  html {
    font-size: min(1600 / 1540 * 1vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(12px, 1600 / 375 * 1vw, 16px);
  }
}

body {
  color: #191919;
  font-family: "Noto Serif JP", serif;
  background: #fff;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #191919;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  color: inherit;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.l-header__inner--start {
  top: 20px;
  left: 50%;
  translate: -50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 95%;
  z-index: 80;
}
@media (max-width: 1200px) {
  .l-header__inner--start {
    display: none;
  }
}
@media (min-width: 1540px) {
  .l-header__inner--start {
    max-width: 1440px;
  }
}

.l-header__inner--start {
  position: absolute;
}

.l-header__inner--fixed {
  position: absolute;
  translate: 0 -100%;
  transition: translate 0.5s ease;
  z-index: 80;
}
.l-header__inner--fixed.js-scroll {
  position: fixed;
  translate: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .l-header__inner--fixed {
    display: none;
  }
}

.l-header__top {
  padding: 0.75rem 9.984375rem 0.609375rem 9.890625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__logo {
  aspect-ratio: 310/83;
  width: 19.375rem;
  height: auto;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}

.l-header__top-wrap {
  display: flex;
  align-items: center;
  gap: 2.390625rem;
}

.l-header__btns {
  display: flex;
  align-items: center;
  gap: 0.703125rem;
}

.l-header__btn {
  padding: 19px 20px 20px;
  border-radius: 0.3125rem;
  width: 164px;
  font-weight: 800;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-wrap: nowrap;
  text-align: center;
  border: 1px solid;
}
.l-header__btn:nth-of-type(1) {
  background: #64acd4;
}
@media (any-hover: hover) {
  .l-header__btn:nth-of-type(1):hover {
    background: #fff;
    color: #64acd4;
  }
}
.l-header__btn:nth-of-type(2) {
  background: #e6adbc;
}
@media (any-hover: hover) {
  .l-header__btn:nth-of-type(2):hover {
    background: #fff;
    color: #e6adbc;
  }
}

.l-header__top-tel {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.l-header__top-tel a {
  color: #64acd4;
  font-weight: 600;
  font-size: 30px;
}
.l-header__top-tel a span {
  font-size: 15px;
}

.l-header__nav {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.9375rem 9.984375rem 0.65625rem 9.890625rem;
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 5.015625rem;
  justify-content: center;
}
.l-header__list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .l-header__list li a:hover {
    opacity: 0.7;
  }
}

.l-header__list li a {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.l-header__list-main {
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

.l-header__list-sub {
  color: #64acd4;
  font-size: 10px;
  line-height: 1.5;
}
.l-header__mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 80px;
    padding: 0 15px;

  }

  .l-header__mobile-logo img {
    height: auto;
    width: auto;
    max-height: 40px;
  }

  .l-header__mobile-tel img {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 85px;
    top: 29px;
  }
}
.l-drawer__icon {
  display: none;
  position: fixed;
  z-index: 102;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  padding: 17px 10px;
}
@media (max-width: 1200px) {
  .l-drawer__icon {
    display: flex;
  }
}

.l-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #64acd4;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.l-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.l-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.l-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}

.l-drawer__list-main {
  font-size: 15px;
  line-height: 1.4;
}

.l-drawer__list-sub {
  color: #64acd4;
  font-size: 10px;
  line-height: 1.5;
  margin-left: 10px;
  text-transform: uppercase;
}

.l-header__item--menu {
  position: relative;
}

.l-header__sublist-wrap {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  translate: -50%;
  padding-top: 15px;
  display: none;
  width: 224px;
}

.l-header__sublist {
  position: relative;
  width: fit-content;
  height: auto;
  background-color: rgba(252, 252, 252, 0.6);
  width: 100%;
}
.l-header__sublist li a {
  display: block;
  padding: 13px;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
  text-align: left;
  color: #333;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-header__sublist li a:hover {
    background: rgba(208, 208, 208, 0.1607843137);
    opacity: 1;
  }
}

.l-header__sublist li:last-child a {
  border-bottom: none;
}

.l-drawer__btns {
  flex-direction: column;
  align-items: start;
}

.l-drawer__tel {
  text-align: left;
  margin-top: 30px;
  font-size: 12px;
}
.l-drawer__tel a {
  font-size: 25px;
}

.l-main {
  overflow: hidden;
}

.page-template-page-doctor .l-main {
  overflow: visible;
}

.page-template-page-doctor .p-treatment,
.page-template-page-doctor .p-symptoms .p-symptoms__wrap {
  position: relative;
  z-index: 11;
}

.page-template-page-doctor .p-symptoms .p-symptoms__wrap {
  background: #fff;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1540px;
  height: inherit;
  padding: 0 9.375rem;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .l-inner {
    padding: 0 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 550px;
    padding: 0 1.25rem;
  }
}

.p-treatment {
  padding-block: 3.625rem 13.8125rem;
  background: url("../assets/img/bg_topTreatment.png") center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-treatment {
    padding-block: 3.625rem 1.8rem;
  }
}

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

.p-treatment__text {
  max-width: 36.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-treatment__text {
    font-size: 0.8125rem;
  }
}

.p-treatment__bottom-wrap {
  margin-top: 3.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0625rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-treatment__bottom-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-treatment__bottom-item {
  width: 100%;
}
@media (any-hover: hover) {
  .p-treatment__bottom-item:hover {
    opacity: 0.7;
  }
}

.p-symptoms {
  padding-block: 3.8125rem 8.625rem;
}

.p-symptoms__wrap {
  border: 2px solid #64acd4;
  padding: 4.25rem 1.25rem 2.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-symptoms__wrap {
    padding: 4.25rem 1.25rem 2.5625rem 3.75rem;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 499px) {
  .p-symptoms__wrap {
    padding: 4.25rem 0.625rem 2.5625rem 1.25rem;
  }
}

.p-symptoms__title {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  translate: -50%;
  color: #062158;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.425;
  padding-inline: 3.125rem;
  background: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-symptoms__title {
    top: -0.8125rem;
    font-size: 1.625rem;
    padding-inline: 1.25rem;
  }
}

.p-symptoms__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-symptoms__lists {
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-symptoms__list {
    width: 45%;
  }
}
.p-symptoms__list span {
  font-size: max(1.25rem, 16px);
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-symptoms__list span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-symptoms__list img {
    width: 35% !important;
  }
}
.p-symptoms__list:nth-of-type(1) img {
  width: 5.5625rem;
}
.p-symptoms__list:nth-of-type(2) img {
  width: 6.125rem;
}
.p-symptoms__list:nth-of-type(3) img {
  width: 5.875rem;
}
.p-symptoms__list:nth-of-type(4) img {
  width: 6.1875rem;
}
.p-symptoms__list:nth-of-type(5) img {
  width: 5.8125rem;
}
.p-symptoms__list:nth-of-type(6) img {
  width: 8.125rem;
}
.p-symptoms__list:nth-of-type(7) img {
  width: 5.875rem;
}
.p-symptoms__list:nth-of-type(8) img {
  width: 6.75rem;
}
.p-symptoms__list:nth-of-type(9) img {
  width: 7.4375rem;
}

.p-symptoms__list a {
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .p-symptoms__list a:hover {
    opacity: 0.7;
  }
}

.p-symptoms__btn {
  margin-top: 2.1875rem;
  margin-inline: auto;
}

.p-access {
  padding-block: 4.9375rem 4.5625rem;
  background: #ecf7fc;
}

.p-access__wrap {
  margin-top: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.p-access__item {
  color: #595757;
  text-align: center;
}

.p-access__logo {
  aspect-ratio: 640/172;
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-access__logo {
    width: min(100%, 500px);
    margin-inline: auto;
  }
}

.p-access__add {
  margin-top: 2.0625rem;
  font-size: max(1.03125rem, 14px);
  line-height: 1.4090909091;
}
@media screen and (max-width: 767px) {
  .p-access__add {
    font-size: 1rem;
  }
}

.p-access__tel {
  margin-top: 0.625rem;
  color: #595757;
  font-size: max(1.921875rem, 26px);
  line-height: 1.4390243902;
}
@media screen and (max-width: 767px) {
  .p-access__tel {
    font-size: 2.1875rem;
  }
}
.p-access__tel span {
  margin-right: 1.25rem;
  font-size: max(1.03125rem, 14px);
  line-height: 1.4090909091;
}
@media screen and (max-width: 767px) {
  .p-access__tel span {
    font-size: 0.875rem;
  }
}

.p-access__text {
  margin-top: 1.125rem;
  font-size: max(1.359375rem, 18px);
  line-height: 1.4137931034;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 1.25rem;
  }
}

.p-access__map {
  aspect-ratio: 530/398;
  width: 33.125rem;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.l-footer {
  background: #64acd4;
  padding: 2.25rem 0 4.03125rem;
}

.l-footer__list {
  display: flex;
  align-items: center;
  gap: 5.015625rem;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-footer__list {
    gap: 4.078125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.l-footer__list li {
  text-align: center;
  text-transform: uppercase;
}
.l-footer__list li a {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (any-hover: hover) {
  .l-footer__list li a:hover {
    opacity: 0.7;
  }
}

.l-footer__list-main {
  font-size: max(0.9375rem, 13px);
  line-height: 1.4;
}

.l-footer__list-sub {
  font-size: 10px;
  line-height: 1.5;
}
.footer-menu-sp-space {
  height: var(--footer-menu-sp-height);
}

.footer-menu-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 16px;
}

@media (min-width: 767px) {
  .footer-menu-sp-space,
  .footer-menu-sp {
      display: none;
  }
}
.footer-menu-sp-bg {
  background-color: #64ACD4;
  height: var(--footer-menu-sp-height);
  padding:10px 0;
  border-top:1px solid #FFF;
}
.footer-menu-sp-inner {
  background-color: #FFF;
  gap:1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-menu-sp li {
  width: 33.333333%;
  height: 100%;
  background-color: #64ACD4;
}
.footer-menu-sp-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
.footer-menu-sp-img {
  width: 13px;
  height: auto;
  margin-right: 10px;
}

.pagetop-btn {
  position: fixed;
  z-index: 100;
  background: #64acd4;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom:150px;
  right: 15px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #64acd4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn img{
  width: 30px;
}
.pagetop-btn:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .pagetop-btn {
    width: 40px;
    height: 40px;
  }
  .pagetop-btn img{
    width: 20px;
  }
  .pagetop-btn {
    bottom:80px;
  }
}

.l-bg {
  position: relative;
  /* overflow: hidden; */
  z-index: 10;
}

.l-bg .l-bg__img {
  position: absolute;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.l-bg .l-bg__img.--left01 {
  width: 21.875rem;
  top: 3.125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-bg .l-bg__img.--left01 {
    width: 9.375rem;
    top: 34.375rem;
  }
}
.l-bg .l-bg__img.--left02 {
  width: 25.3125rem;
  top: 238.3125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-bg .l-bg__img.--left02 {
    width: 12.8125rem;
    top: 250rem;
  }
}
.l-bg .l-bg__img.--left03 {
  width: 18.75rem;
  top: 339.625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-bg .l-bg__img.--left03 {
    width: 6.25rem;
    top: 406.25rem;
  }
}
.l-bg .l-bg__img.--right01 {
  width: 20rem;
  top: 90.625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-bg .l-bg__img.--right01 {
    width: 7.5rem;
    top: 131.25rem;
  }
}
.l-bg .l-bg__img.--right02 {
  width: 33.5rem;
  top: 271.25rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-bg .l-bg__img.--right02 {
    width: 21rem;
    top: 293.75rem;
  }
}

.c-btn {
  display: block;
  width: max(13.75rem, 180px);
  border-radius: 25px;
  border: 1px solid #062158;
  padding: 0.8125rem 0;
  text-align: center;
  color: #062158;
  font-size: max(1rem, 14px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 11.25rem;
    padding: 0.625rem 0;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: #062158;
    color: #fff;
  }
}

.c-btn__border {
  display: block;
  width: 12.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  color: #062158;
  font-size: max(1rem, 12px);
  font-weight: 600;
  line-height: 3.4375;
  letter-spacing: 0.1em;
}
.c-btn__border::after {
  content: "";
  background: url("../assets/img/icon_arrow_blue.svg") center center/contain no-repeat;
  width: 2.0625rem;
  height: 2.0625rem;
}
@media (any-hover: hover) {
  .c-btn__border:hover {
    background: #edf5ff;
  }
}

.c-title__center {
  text-align: center;
  color: #062158;
}
.c-title__center .c-title__center-main {
  font-size: max(1.875rem, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.425;
  padding-bottom: 0.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__center .c-title__center-main {
    font-size: 1.4375rem;
    padding-bottom: 0.5rem;
  }
}
.c-title__center .c-title__center-main::after {
  content: "";
  position: absolute;
  width: 3.875rem;
  height: 2px;
  background: #e6adbc;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.c-title__center .c-title__center-sub {
  margin-top: 0.609375rem;
  text-transform: capitalize;
  font-size: 13.5px;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title__center .c-title__center-sub {
    margin-top: 0.4375rem;
    font-size: 14px;
  }
}

.c-title__left {
  text-align: left;
  color: #062158;
}
.c-title__left .c-title__left-sub {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-title__left .c-title__left-sub::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e6adbc;
}
.c-title__left .c-title__left-main {
  margin-top: 0.5rem;
  font-size: max(1.875rem, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.425;
}
@media screen and (max-width: 767px) {
  .c-title__left .c-title__left-main {
    font-size: 1.875rem;
  }
}

.c-head {
  padding-block: 16.8125rem 24.75rem;
  position: relative;
  background: #e2e2e2;
}
@media screen and (max-width: 767px) {
  .c-head {
    padding-block: 8.6875rem 12.25rem;
  }
}
@media (min-width: 1540px) {
  .c-head {
    padding-block: 16.8125rem 31rem;
  }
}

.c-head__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-clinic .c-head__bg {
  background-image: url('../assets/img/c-head-bg-clinic.jpg');
  background-size: cover;
  background-position: center;
}
.page-access .c-head__bg {
  background-image: url('../assets/img/c-head-bg-access.jpg');
  background-size: cover;
  background-position: center;
}
.page-doctor .c-head__bg {
  background-image: url('../assets/img/c-head-bg-doctor.jpg');
  background-size: cover;
  background-position: center;
}
.page-medical .c-head__bg{
  background-image: url('../assets/img/c-head-bg-medical.jpg');
  background-size: cover;
  background-position: center;
}
.page-medical-child .c-head__bg {
  background-image: url('../assets/img/c-head-bg-medical-child.jpg');
  background-size: cover;
  background-position: center;
}
.page-faq .c-head__bg {
  background-image: url('../assets/img/c-head-bg-faq.jpg');
  background-size: cover;
  background-position: center;
}
.page-first .c-head__bg {
  background-image: url('../assets/img/c-head-bg-first.jpg');
  background-size: cover;
  background-position: center;
}
.page-symptoms .c-head__bg {
  background-image: url('../assets/img/c-head-bg-symptoms.jpg');
  background-size: cover;
  background-position: center;
}
.page-symptoms-child .c-head__bg {
  background-image: url('../assets/img/c-head-bg-symptoms-child.jpg');
  background-size: cover;
  background-position: center;
}
.page-calendar2 .c-head__bg,
.page-calendar .c-head__bg,
.single .c-head__bg,
.post-type-archive .c-head__bg,
.page-news .c-head__bg {
  background-image: url('../assets/img/c-head-bg-news.jpg');
  background-size: cover;
  background-position: center;
}
.c-head__title {
  color: #595757;
  text-align: center;
  font-size: max(2.8125rem, 40px);
  font-weight: 500;
  line-height: 1.4333333333;
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 35px;
  }
}

.c-head__img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50%;
  width: 100%;
  height: auto;
}

.c-breadcrumb {
  margin-block: -10rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-block: -2.5rem 2.5rem;
  }
}

.c-breadcrumb__wrap {
  width: fit-content;
  color: #595757;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 8px 21px;
  background: #edf5ff;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrap {
    font-size: 12px;
    padding: 5px 12px;
  }
}
.c-breadcrumb__wrap .current-item {
  color: #aaaaaa;
}

.c-english {
  font-family: "Allura", cursive;
  font-size: 13.359375rem;
  line-height: 0.3438596491;
  color: rgba(100, 172, 212, 0.15);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-english {
    font-size: 5.3125rem;
  }
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
}

.p-fv__swiper-slide {
  aspect-ratio: 1920/981;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-slide {
    aspect-ratio: 375/470;
  }
}
.p-fv__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  top: 50%;
  translate: 0 -50%;
  right: 4.1875rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 1.25rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  box-shadow: 0 4px 10px rgba(112, 112, 112, 0.7);
  background: transparent;
  border: 3px solid #64acd4;
  margin: 8px 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  background: #64acd4;
}

.p-fv__contents {
  position: absolute;
  top: 14.0625rem;
  right: calc(50% - 14.0625rem);
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .p-fv__contents {
    top: 4.375rem;
    right: unset;
    left: 3.75rem;
  }
}
@media screen and (max-width: 499px) {
  .p-fv__contents {
    top: 3.125rem;
    left: 1.25rem;
  }
}

.p-fv__title {
  color: #062158;
  font-weight: 500;
}

.p-fv__date {
  font-size: 2.859375rem;
  line-height: 1.4262295082;
}
@media screen and (max-width: 767px) {
  .p-fv__date {
    font-size: 1.25rem;
  }
}

.p-fv__title-ja {
  margin-left: 1.59375rem;
  font-size: 3.703125rem;
  line-height: 1.4430379747;
}
@media screen and (max-width: 767px) {
  .p-fv__title-ja {
    margin-left: 0.625rem;
    font-size: 1.875rem;
  }
}

.p-fv__title-en {
  margin-left: 1.828125rem;
  font-size: 3.84375rem;
  line-height: 1.4268292683;
}
@media screen and (max-width: 767px) {
  .p-fv__title-en {
    display: block;
    margin-left: 0;
    font-size: 2.5rem;
  }
}

.p-fv__title-sub {
  color: #062158;
  font-size: 1.734375rem;
  font-weight: 500;
  line-height: 1.4594594595;
}
@media screen and (max-width: 767px) {
  .p-fv__title-sub {
    font-size: 1.125rem;
  }
}

.p-fv__text {
  margin-top: 3.5625rem;
  font-size: 1.265625rem;
  font-weight: 500;
  line-height: 2.1851851852;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-fv__wrap {
  margin-top: 2.15625rem;
  margin-left: -6.421875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-fv__wrap {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .p-fv__wrap {
    max-width: 70%;
    margin-inline: auto;
    transform: translateX(-0.625rem);
  }
}

.p-fv__item {
  aspect-ratio: 215/190;
  width: 10.78125rem;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    width: 9.375rem;
  }
}
@media screen and (max-width: 499px) {
  .p-fv__item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-fv__item a:hover {
    opacity: 0.7;
  }
}

.p-fv__left {
  aspect-ratio: 1920/1032;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -5rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-fv__left {
    width: auto;
    height: 100%;
    left: -21.875rem;
  }
}
@media screen and (max-width: 499px) {
  .p-fv__left {
    left: -9.375rem;
  }
}

.p-fv__bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -13.75rem;
  left: 60%;
  translate: -50%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom {
    bottom: -3.5rem;
  }
}
@media screen and (max-width: 499px) {
  .p-fv__bottom {
    bottom: -2.25rem;
  }
}

.p-topNews {
  padding-block: 6.8125rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding-block: 1rem  1rem;
  }
}
/* @media screen and (max-width: 499px) {
  .p-topNews {
    padding-block: 1rem  1rem;
  }
} */
section.p-topNews{
  padding-block: 4rem  1rem;
}

.p-topNews__head {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__head {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-topNews__title {
  font-size: max(1.875rem, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.425;
  color: #062158;
}
@media screen and (max-width: 767px) {
  .p-topNews__title {
    font-size: 1.875rem;
  }
}

.p-topNews__head-lists {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-topNews__head-lists {
    margin-top: 0.625rem;
  }
}

.p-topNews__head-title {
  color: #595757;
  font-size: max(0.84375rem, 14px);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.4444444444;
  text-transform: capitalize;
  margin-bottom: 0.890625rem;
}

.p-topNews__head-list {
  color: #062158;
  font-size: max(0.84375rem, 14px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 0.5625rem;
}
.p-topNews__head-list a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.p-topNews__head-list a::before {
  content: "・";
}
@media (any-hover: hover) {
  .p-topNews__head-list a:hover {
    opacity: 0.8;
  }
}

.p-topNews__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.p-topNews__item {
  width: 65.4634946678%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-topNews__item {
    width: 100%;
  }
}

.p-topNews__item ul {
  border-bottom: 1px solid #707070;
}

.p-topNews__list a {
  padding: 1.546875rem 3.28125rem 1.546875rem 0;
  /* border-bottom: 1px solid #707070; */
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topNews__list a {
    padding: 1.546875rem 2.34375rem 1.546875rem 0;
  }
}
.p-topNews__list a:first-of-type {
  border-top: 1px solid #707070;
}
.p-topNews__list a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url("../assets/img/icon_arrow_blue.svg") center center/contain no-repeat;
  width: 2.34375rem;
  height: 2.34375rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__list a::after {
    width: 1.40625rem;
    height: 1.40625rem;
  }
}
@media (any-hover: hover) {
  .p-topNews__list a:hover {
    background: #edf5ff;
  }
}

.p-topNews__meta {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}

.p-topNews__date {
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-topNews__tag {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-topNews__tag span {
  border-radius: 11px;
  background: #64acd4;
  color: #fff;
  padding: 0 0.8125rem 0 0.9375rem;
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topNews__tag span {
    font-size: 12px;
  }
}

.p-topNews__list-title {
  margin-top: 1.1875rem;
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topNews__list-title {
    -webkit-line-clamp: 2;
    margin-top: 0.625rem;
    font-size: 14px;
  }
}

.p-topNews__btn {
  margin-top: 2.5625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topNews__btn {
    margin-inline: auto;
  }
}

.p-topNews__deco {
  position: absolute;
  right: -2.75rem;
  bottom: -3.125rem;
  width: 65rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topNews__deco {
    width: 21.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
  }
}

.p-topTopics__wrap {
  padding: 1.453125rem 2.34375rem 3.09375rem;
  border-radius: 1.25rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-topTopics__wrap {
    padding: 1.453125rem 0.9375rem 3.09375rem;
  }
}
/*お知らせ*/
/* 
@media screen and (max-width: 767px) {
  .p-topTopics{
    margin-top: 210px;
  }
}
.p-topTopics__info {
  padding: 2.34375rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.16);
  margin-top: 24px;
}

.p-topTopics__info .c-title__center-main {
  font-size: 24px;
  color: #c9083b;
  padding-bottom: 0;
}

.p-topTopics__info .c-title__center .c-title__center-main::after {
  display: none;
} */
@media screen and (max-width: 1200px) {
  .p-topNotice{
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .p-topNotice{
    margin-top: 210px;
  }
}

.p-topNotice__block {
  padding: 2.34375rem;
  margin-top: 24px;
  border-radius: 1.25rem;
}

.notice-content{
  width: 33.3%;
}
@media screen and (max-width: 1200px) {
  .notice-content{
    width:50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:650px) {
  .notice-content{
    width:100%;
  }
}

.p-topNotice__block .notice-item{
  background: url("../assets/img/bg_blue.png") center center/cover;
  border-radius: 1.25rem;
  padding:30px 30px;
  margin: 0 10px ;
  height: 100%;
  border:#f1a0b5 solid 1px;
}
.p-topNotice__block .notice-item h2{
  line-height: 1.6;
  border-bottom:#f1a0b5 solid 1px;
  color:#0c2255;
  padding-bottom: 15px;
  margin-bottom:15px;
}

.p-topNotice__block .notice-item p{
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topNotice__block {
    padding: 1.453125rem 0.9375rem 0.9375rem;
    /* margin-top: 50vw; */
  }

}

/* notice */
.p-topTopics__notice{
  margin-top: 60px;
}
.p-topTopics__notice p{
  font-size: 16px;
  line-height: 1.6;
}
.p-topTopics__box {
  margin-top: 1.828125rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 2.015625rem 1.734375rem 1.59375rem;
}

.p-topTopics__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-topTopics__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.p-topTopics__img {
  aspect-ratio: 498/220;
}
.p-topTopics__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topTopics__date {
  margin-top: 0.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #062158;
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-topTopics__list-title {
  margin-top: 1rem;
  color: #062158;
  font-size: max(1.375rem, 16px);
  font-weight: 500;
  line-height: 1.4090909091;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topTopics__list-title {
    margin-top: 0.4375rem;
    font-size: 16px;
  }
}

.p-topTopics__list-text {
  margin-top: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topTopics__list-text {
    margin-top: 0.5rem;
    font-size: 12px;
  }
}

.p-topTopics__btn {
  margin-top: 1.25rem;
  margin-inline: auto;
}

.p-topSchedule {
  padding-block: 8.3125rem 15.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topSchedule {
    padding-block: 8.3125rem 8.9375rem;
  }
}

.p-topSchedule__wrap {
  margin-top: 2.8125rem;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 2.9375rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__wrap {
    flex-direction: column;
  }
}

.p-topSchedule__calender {
  width: 48%;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__calender {
    width: 100%;
  }
}

.p-topSchedule__calender__table{
  background: #64ACD4;
  color: #FFF;
  padding: 23px 30px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__calender__table{
    padding: 20px 10px;
  }
}
.table-01-wrap {
  background: #64ACD4;
  padding:20px 30px;
}
@media (min-width: 641px) {
  .table-01-wrap {
    padding:20px 10px;
  }
}

.table-01 {
  width: 100%;
  border-collapse: collapse;
  color:white;
}
.table-01 th,
.table-01 td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 641px) {
  .table-01 th,
  .table-01 td {
      padding: 10px;
  }
}
.br-01 {
  border-right: 1px solid #FFF;
}
.bb-01 {
  border-bottom: 1px solid #FFF;
}

.p-topSchedule__item {
  flex-shrink: 0;
  /* max-width: 100%; */
  width: 48%;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__item {
    width: 100%;
    /* width: min(100%, 500px); */
  }
}

.p-topSchedule__swiper-container,
.p-topSchedule__swiper,
.p-topSchedule__swiper-wrapper,
.p-topSchedule__swiper-slide {
  position: relative;
}

.p-topSchedule__swiper-container {
  /* width: 27.5625rem; */

  height: auto;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__swiper-container {
    width: 100%;
  }
}
.calendar_circle1,
.calendar_circle2,
.calendar_circle3 ,
.calendar_circle4 { text-shadow:
  -1px -1px 0 #FFF,
   1px -1px 0 #FFF,
  -1px  1px 0 #FFF,
   1px  1px 0 #FFF;}
.p-topSchedule__swiper-slide {
  background: #64acd4;
  padding: 1.125rem 1.5rem 1rem;
  color: #fff;
  text-align: center;
}
.p-topSchedule__swiper-slide .date {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__swiper-slide .date {
    font-size: 14px;
  }
}
.p-topSchedule__swiper-slide table {
  width: 100%;
  border-collapse: collapse;
}
.p-topSchedule__swiper-slide tr {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  padding-block: 1rem 1.0625rem;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__swiper-slide tr {
    padding-block: 0.75rem;
  }
}
.p-topSchedule__swiper-slide th {
  width: 40%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__swiper-slide th {
    font-size: 12px;
  }
}
.p-topSchedule__swiper-slide td {
  width: 60%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 900px) {
  .p-topSchedule__swiper-slide td {
    font-size: 14px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  bottom: calc(100% - 2.9375rem);
  width: 1.25rem;
  height: 1.8125rem;
}

.swiper-button-prev {
  background: url("../assets/img/icon_prev.svg") center top/cover;
  left: 1.5rem;
}

.swiper-button-next {
  background: url("../assets/img/icon_next.svg") center top/cover;
  right: 1.5rem;
}

.p-topSchedule__btn {
  margin-top: 1.5rem;
  margin-inline: auto;
}

.p-topSchedule__bottom {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  translate: -50%;
  font-family: "Allura", cursive;
  font-size: 17.8125rem;
  line-height: 0.3438596491;
  color: rgba(100, 172, 212, 0.15);
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topSchedule__bottom {
    bottom: 0;
    font-size: 5.3125rem;
  }
}

.p-topInfo {
  padding-block: 4.5625rem 11.5rem;
  background: url("../assets/img/bg_info.png") center top/cover;
}
@media screen and (max-width: 767px) {
  .p-topInfo {
    padding-block: 4.5625rem 5.25rem;
  }
}

.p-topInfo__wrap {
  margin-top: 3.1875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-topInfo__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
}

.p-topInfo__item {
  width: 100%;
  height: auto;
}

.p-topClinic {
  padding-block: 11.75rem 11.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topClinic {
    padding-block: 5.5rem 4.8125rem;
  }
}

.p-topClinic__deco {
  position: absolute;
  top: -8.25rem;
  left: -3rem;
  width: 66.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topClinic__deco {
    width: 21.875rem;
    top: -1.25rem;
    left: -1.25rem;
  }
}

.p-topClinic__wrap {
  display: flex;
  margin-right: calc(50% - 50vw);
  gap: 1.25rem;
}
@media screen and (max-width: 900px) {
  .p-topClinic__wrap {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topClinic__wrap {
    flex-direction: column;
    margin-right: 0;
  }
}

.p-topClinic__item-bottom {
  margin: 2.375rem 0 0 3rem;
}
@media screen and (max-width: 900px) {
  .p-topClinic__item-bottom {
    margin-left: 0;
  }
}

.p-topClinic__text {
  color: #062158;
  font-size: max(1.078125rem, 12px);
  font-weight: 600;
  line-height: 2.0869565217;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-topClinic__text {
    font-size: 14px;
  }
}

.p-topClinic__lists {
  margin-top: 3.75rem;
  max-width: 28.6875rem;
}
@media screen and (max-width: 767px) {
  .p-topClinic__lists {
    margin-inline: auto;
  }
}

.p-topClinic__list a {
  padding-block: 0.6875rem;
  border-bottom: 1px solid #707070;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 2.75rem;
  align-items: center;
  color: #062158;
  font-size: max(1rem, 12px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-topClinic__list a {
    padding-left: 0.625rem;
  }
}
.p-topClinic__list a::after {
  content: "";
  background: url("../assets/img/icon_arrow_blue.svg") center center/contain no-repeat;
  width: 2.0625rem;
  height: 2.0625rem;
}
@media (any-hover: hover) {
  .p-topClinic__list a:hover {
    background: #edf5ff;
  }
}

.p-topClinic__img {
  aspect-ratio: 975/752;
  max-width: 45.703125rem;
  height: 100%;
  position: relative;
}

.p-topClinic__en {
  position: absolute;
  top: -4.375rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topClinic__en {
    top: -1.25rem;
    right: -1.25rem;
  }
}

.p-topGreeting {
  padding-bottom: 9.125rem;
}

.p-topGreeting__wrap {
  margin-top: 7.25rem;
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__wrap {
    margin-top: 2.5rem;
  }
}

.p-topGreeting__en {
  position: absolute;
  top: -9.375rem;
  left: -12.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__en {
    top: -3.125rem;
    left: 0;
  }
}

.p-topGreeting__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__item {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.p-topGreeting__item.is-first {
  gap: 3.046875rem;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__item.is-first {
    gap: 2.5rem;
  }
}
.p-topGreeting__item.is-second {
  gap: 4.96875rem;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__item.is-second {
    gap: 2.5rem;
    flex-direction: column-reverse;
  }
}

.p-topGreeting__text {
  font-size: 16px;
  line-height: 1.7;
}
/* @media screen and (max-width: 767px) {
  .p-topGreeting__text {
    font-size: 14px;
  }
} */

.p-topGreeting__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__btn {
    margin-top: 1.5625rem;
    margin-inline: auto;
  }
}

.p-topGreeting__item.is-second .p-topGreeting__btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__item.is-second .p-topGreeting__btn {
    margin-left: unset;
    margin-inline: auto;
  }
}

.p-topGreeting__img {
  max-width: 29.5625rem;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
.p-topGreeting__img img {
}

.p-topGreeting__name {
  background: #fff;
  padding: 0.625rem 2.1875rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-topGreeting__item.is-second .p-topGreeting__name {
  left: unset;
  right: 0;
}

.p-topGreeting__name-ja {
  font-size: 1.6875rem;
  line-height: 1.2592592593;
  border-bottom: 1px solid #707070;
}
.p-topGreeting__name-ja span {
  font-size: max(1rem, 12px);
  line-height: 2.125;
  margin-right: 1.25rem;
}

.p-topGreeting__name-en {
  font-size: max(1rem, 12px);
  line-height: 2.125;
}

.p-topGreeting__deco {
  position: absolute;
  right: -2.375rem;
  bottom: -3.875rem;
  width: 83.6875rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topGreeting__deco {
    width: 28.125rem;
    right: -1.25rem;
    bottom: -1.25rem;
  }
}

.p-doctor {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .p-doctor {
    padding-bottom: 5rem;
  }
}

.p-doctor__wrap {
  margin-top: 3.6875rem;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 9.1875rem; */
}
@media screen and (max-width: 767px) {
  .p-doctor__wrap {
    margin-top: 5rem;
    /* gap: 2.9375rem; */
  }
}

#matsumoto.p-doctor__item {
  margin-top: 2.8125rem;
  padding-top: 6.1875rem;
}

@media screen and (max-width: 767px) {
  #matsumoto.p-doctor__item {
    margin-top: 0.8125rem;
    padding-top: 4.1875rem;
  }
}

#matsumoto.p-doctor__item .p-doctor__item-top-box {
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  #matsumoto.p-doctor__item .p-doctor__item-top-box {
    /* padding-top: 8.8rem; */
    padding-top: 6.2rem;
  }
}
.p-doctor__item-top {
  margin-top: 2.9375rem;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-top {
    flex-direction: column;
  }
}
.p-doctor__item-top img.doctor-img {
  width: 37.625rem;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-top img.doctor-img {
    width: 100%;
  }
}

.p-doctor__en {
  position: absolute;
  top: -1.875rem;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__en {
    top: -0.625rem;
    right: 0;
  }
}

.p-doctor__item:nth-of-type(2) .p-doctor__item-top .doctor-clinic {
  width: 40.625rem;
  height: auto;
  margin-left: -0.9375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(2) .p-doctor__item-top .doctor-clinic {
    width: 100%;
    margin-left: 0;
  }
}

.p-doctor__item:nth-of-type(2) .p-doctor__en {
  position: absolute;
  top: -1.875rem;
  left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(2) .p-doctor__en {
    top: -0.625rem;
    left: 0;
  }
}

.p-doctor__item-top-box {
  padding: 6.7rem 2.375rem 1.125rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-top-box {
    padding: 2.5rem 0.9375rem 1.25rem;
  }
}
.p-doctor__item-top-box p {
  /* margin-top: 4.75rem; */
  color: #062158;
  font-size: 18px;
  /* font-size: max(1.5rem, 12px); */
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-top-box p {
    font-size: 16px;
    /* margin-top: 1.625rem; */
    /* font-size: 14px; */
  }
}

/* .p-doctor__name {
  text-align: center;
} */

.p-doctor__name-ja {
  font-size: 2.5rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-doctor__name-ja {
    font-size: 1.875rem;
  }
}
.p-doctor__name-ja span {
  display: block;
  font-size: max(1.625rem, 16px);
  line-height: 2.0769230769;
}
@media screen and (max-width: 767px) {
  .p-doctor__name-ja span {
    font-size: 1rem;
  }
}

.p-doctor__name-en {
  font-size: max(1rem, 13px);
  line-height: 3.375;
}
@media screen and (max-width: 767px) {
  .p-doctor__name-en {
    font-size: 13px;
  }
}

.p-doctor__item-contents {
  margin-top: 3.5625rem;
}
.p-doctor__item-contents::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-contents {
    margin-top: 1.875rem;
  }
}
.p-doctor__item-contents img {
  aspect-ratio: 510/350;
  max-width: 31.875rem;
  height: 100%;
  object-fit: cover;
  float: right;
  margin: 0 0 1.5rem 2.5rem;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-contents img {
    width: 100%;
  }
}

.p-doctor__item:nth-of-type(2) .p-doctor__item-contents {
  display: flex;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(2) .p-doctor__item-contents {
    flex-direction: column;
  }
}
.p-doctor__item:nth-of-type(2) .p-doctor__item-contents img {
  aspect-ratio: 484/550;
  width: 30.25rem;
  float: unset;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(2) .p-doctor__item-contents img {
    width: 100%;
  }
}

.p-doctor__text {
  /* font-size: max(1.25rem, 14px); */
  /* line-height: 1.7; */
  font-size: 16px;
  line-height: 2;
}
/* @media screen and (max-width: 767px) {
  .p-doctor__text {
    font-size: 14px;
  }
} */

.p-doctor__item-bottom {
  margin-top: 2.9375rem;
  display: flex;
  gap: 1.375rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-bottom {
    flex-direction: column;
  }
}
.p-doctor__item-bottom .box {
  flex: 1;
  height: 100%;
  border: 2px solid #64acd4;
  padding: 1.1875rem 0.625rem 1.25rem 2.0625rem;
  display: flex;
  min-height: 16.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-doctor__item-bottom .box {
    width: 100%;
    padding: 0.9375rem 1.25rem;
    min-height: 11rem;
  }
}
.p-doctor__item-bottom h3 {
  /* font-size: 1.875rem; */
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  color: #062158;
  /* padding-right: 2.6875rem; */
  display: flex;
  align-items: center;

  border-right: 2px solid #64acd4;
  /* border-right: 2px solid #64acd4; */
}
@media screen and (max-width: 767px) {
  .p-doctor__item-bottom h3 {
    /* font-size: 1rem; */
    /* padding-right: 1.25rem; */
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 2px #64acd4;
    border-right: none;
    margin-bottom: 15px;
  }
}
.p-doctor__item-bottom ul {
  flex-grow: 1;
  padding-left: 1.1875rem;
}
.p-doctor__item-bottom li {
  font-size: 16px;
  /* font-size: max(1.25rem, 12px); */
  letter-spacing: 0;
  line-height: 1.7;
}
/* @media screen and (max-width: 767px) {
  .p-doctor__item-bottom li {
    font-size: 0.75rem;
  }
} */

.p-philosophy {
  padding-bottom: 5.9375rem;
}

.p-philosophy__wrap {
  margin-top: 2.9375rem;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
  max-width: 1194px;
  margin-inline: auto;
  position: relative;
}

.p-philosophy__english {
  position: absolute;
  top: -1.4375rem;
  right: -15.625rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__english {
    right: -9.375rem;
  }
}

.p-philosophy__item {
  padding: 2.6875rem 2.75rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item {
    padding: 1.25rem;
  }
}
.p-philosophy__item:nth-of-type(2n) {
  background: url("../assets/img/bg_pink.png") center center/cover;
}

.p-philosophy__item-title {
  color: #062158;
  font-size: max(1.125rem, 20px);
  line-height: 1.9583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item-title {
    font-size: 1.25rem;
  }
}
.p-philosophy__item-title::before {
  content: "";
  width: 2.4375rem;
  height: 2px;
  background: #062158;
}

.p-philosophy__item-text {
  margin-top: 0.8125rem;
  font-size: 16px;
  /* font-size: max(0.9375rem, 14px); */
  line-height: 1.7;
}
/* @media screen and (max-width: 767px) {
  .p-philosophy__item-text {
    font-size: 0.875rem;
  }
} */

.p-intro {
  padding-block: 1.4375rem 5.375rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
  position: relative;
  z-index: -2;
}

.p-intro__top {
  margin-top: 3.5625rem;
  background: #fff;
  padding: 1.6875rem 2.125rem 1.3125rem;
  max-width: 54.25rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro__top {
    padding: 0.9375rem;
  }
}

.p-intro__english {
  position: absolute;
  top: -2.5rem;
  left: -7.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-intro__english {
    left: -6.25rem;
  }
}

.p-intro__top-large {
  width: 100%;
}

.p-intro__top-wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-intro__top-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-intro__top-small {
  flex: 1;
  max-width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-intro__top-small {
    max-width: 100%;
  }
}

.p-intro__bottom {
  margin-top: 3.9375rem;
}

.p-intro__bottom-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom-wrap {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.p-intro__bottom-wrap + .p-intro__bottom-wrap {
  margin-top: 4.125rem;
}
.p-intro__bottom-wrap p {
  font-size: 2.1875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.425;
  color: #062158;
}
@media screen and (max-width: 767px) {
  .p-intro__bottom-wrap p {
    font-size: 1.25rem;
  }
}
.p-intro__bottom-wrap img {
  max-width: 30rem;
}

.p-group {
  padding-block: 6.1875rem;
}

.p-group__wrap {
  margin-top: 6.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-group__wrap {
    margin-top: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-group__item {
  /* width: 36.8125rem; */
  /* height: auto; */
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-group__item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-group__item:hover {
    opacity: 0.8;
  }
}

.p-detailAccess {
  padding-bottom: 6rem;
}

.p-detailAccess__wrap {
  margin-top: 4.8125rem;
  display: flex;
  gap: 2.0625rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-detailAccess__wrap {
    flex-direction: column;
  }
}

.p-detailAccess__english {
  position: absolute;
  top: -5.125rem;
  right: -6.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-detailAccess__english {
    top: -1.5625rem;
    right: -1.25rem;
  }
}

.p-detailAccess__item {
}
@media screen and (max-width: 767px) {
  .p-detailAccess__item {
    width: 100%;
  }
}

.p-directions {
  padding-block: 3.1875rem 7.125rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}

.p-directions__top {
  margin-top: 5.25rem;
  max-width: 50rem;
  margin-inline: auto;
}

.p-directions__top-large {
  width: 100%;
}

.p-directions__top-wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-directions__top-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-directions__top-small {
  flex: 1;
  max-width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-directions__top-small {
    max-width: 100%;
  }
}

.p-map {
  padding-block: 3.375rem 7.125rem;
}

.p-map__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-map__wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-map__item {
  color: #595757;
  text-align: center;
}

.p-map__logo {
  aspect-ratio: 640/172;
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-map__logo {
    width: 100%;
  }
}

.p-map__add {
  font-size: 1.125rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-map__add {
    font-size: 1rem;
  }
}

.p-map__tel {
  margin-top: 0.625rem;
  color: #595757;
  font-size: 2.109375rem;
  line-height: 0.7777777778;
}
@media screen and (max-width: 767px) {
  .p-map__tel {
    font-size: 2.1875rem;
  }
}
.p-map__tel span {
  margin-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-map__tel span {
    font-size: 0.875rem;
  }
}

.p-map__map {
  margin-top: 2.25rem;
  aspect-ratio: 1216/398;
  width: 76rem;
  height: auto;
  flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-map__map {
    width: 100%;
  }
}
.p-map__map iframe {
  width: 100%;
  height: 100%;
}

.p-medicalDetail {
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail {
    padding-bottom: 1.7rem;
  }
}
.p-medicalDetail__wrap {
  margin-top: 4.875rem;
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 3.8125rem;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail__wrap {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}
.p-medicalDetail__wrap img {
  width: 28.125rem;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail__wrap img {
    width: min(100%, 550px);
  }
}

.p-medicalDetail__english {
  position: absolute;
  top: -4.375rem;
  right: -6.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__english {
    top: -3.125rem;
    right: -3.125rem;
  }
}

.p-medicalDetail__text {
  font-size: 16px;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__text {
    font-size: 14px;
  }
}
.p-medicalDetail__text ul {
  margin-block: 2.6875rem 1.75rem;
  padding: 1.4375rem 3.125rem 1.6875rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__text ul {
    margin-block: 1.4375rem;
    padding: 1.4375rem 1.25rem;
  }
}
.p-medicalDetail__text li {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__text li {
    align-items: start;
  }
}
.p-medicalDetail__text li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #64acd4;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__text li::before {
    margin-top: 0.75rem;
    width: 8px;
    height: 8px;
  }
}

.p-medicalDetail__lists {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.p-medicalDetail__list .box {
  margin-top: 2.625rem;
  padding: 1.75rem 1.3125rem 1.75rem 1.0625rem;
  background: url("../assets/img/bg_pink.png") center center/cover;
  max-width: 65.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail__list .box {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__list .box {
    max-width: 100%;
  }
}
.p-medicalDetail__list .box + .p-medicalDetail__list .box {
  margin-top: 1.25rem;
}
.p-medicalDetail__list .box .box-title {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  color: #64acd4;
  letter-spacing: 0.02em;
  line-height: 2.35;
  border-bottom: 1px solid #64acd4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__list .box .box-title {
    line-height: 1.75;
  }
}
.p-medicalDetail__list .box .box-wrap {
  margin-top: 1.4375rem;
  display: flex;
  gap: 1.6875rem;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail__list .box .box-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.p-medicalDetail__list .box p {
  font-size: 16px;
  /* font-size: max(1rem, 12px); */
  line-height: 2.125;
}
/* @media screen and (max-width: 767px) {
  .p-medicalDetail__list .box p {
    font-size: 14px;
  }
} */
.p-medicalDetail__list .box img {
  width: 20.625rem;
}
@media screen and (max-width: 900px) {
  .p-medicalDetail__list .box img {
    width: min(100%, 550px);
  }
}
.p-medicalDetail__list .box.--blue {
  margin-top: 1.4375rem;
  padding: 0.875rem 0.9375rem 0.875rem 1.0625rem;
  background: #edf5ff;
}
.p-medicalDetail__list .box.--blue + .p-medicalDetail__list .box.--blue {
  margin-top: 0.9375rem;
}
.p-medicalDetail__list .box.--blue .box-title {
  text-align: left;
  border-bottom: unset;
}

.p-medicalDetail__list-title {
  color: #062158;
  font-size: max(1.5rem, 20px);
  line-height: 1.9583333333;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.5rem 2.375rem;
  background: url("../assets/img/bg_blue.png") center center/cover;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__list-title {
    font-size: 1.25rem;
    line-height: 1.6666666667;
    padding: 0.9375rem 1.25rem;
  }
}
.p-medicalDetail__list-title::before {
  content: "";
  width: 2.4375rem;
  height: 2px;
  background: #062158;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__list-title::before {
    width: 1.5rem;
  }
}

.p-medicalDetail__list-text {
  margin: 1.1875rem 2.375rem 0;
  font-size: max(1rem, 12px);
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-medicalDetail__list-text {
    margin: 1.1875rem 0.3125rem 0;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.page-template-page-doctor .l-bg__img.--left03 {
  display: none;
}

.js-calendar.is-top .calendar_before {
  display: none;
}

.js-calendar.is-top .calendar_after {
  background: #64acd4;
  padding: 15px 30px;
  /* padding: 2rem 1.5rem; */
  color: #fff;
  text-align: center;
}

.js-calendar.is-top .schedule_detail {
  border-top: 1px solid #fff;
  width: 100%;
}

.js-calendar.is-top .schedule_detail th,
.js-calendar.is-top .schedule_detail td {
  border: none;
  padding: 0;
}

.js-calendar.is-top .schedule_detail tr {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  /* padding-block: 1rem 1.0625rem; */
}

.js-calendar.is-top .schedule_detail th {
  width: 40%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.js-calendar.is-top .schedule_detail td {
  width: 60%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4444444444;
}

.js-calendar.is-top .prev_link a,
.js-calendar.is-top .next_link a {
  color: #fff;
}

.js-calendar.is-top .prev_link a:hover,
.js-calendar.is-top .next_link a:hover {
  color: #fff;
}

.js-calendar.is-top .calendar_date_controls {
  align-items: center;
  padding-top: 0;
}

.js-calendar.is-top .calendar_ymd,
.js-calendar.is-top .calendar_ym {
  font-size: 16px;
  /* font-size: max(1.25rem, 16px); */
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

@media screen and (max-width: 900px) {
  .js-calendar.is-top .calendar_ymd,
  .js-calendar.is-top .calendar_ym {
    font-size: 14px;
  }

  .js-calendar.is-top .calendar_after {
    padding: 1.6rem 10px;
  }
}
.new-line span {
  display: inline-block;
}

.main-slider {
  width: 100%;
  margin-bottom: 10px;
}

.thumb-slider {
  width: 100%;
  .swiper-slide {
    width: 25%; /* サムネイルを4つ並べる */
    opacity: 0.4;
    cursor: pointer;
  }
  .swiper-slide-thumb-active {
    opacity: 1;
  }
}
.icon-txt{
  margin-left: 1em;
  text-indent: -1em;
}
.caution-icon {
  position: relative;
  padding-left: 1.2em;
}
.caution-icon::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* font-size */
.fs-001 {
  font-size: 24px;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px;
  }
}
.fs-002 {
  font-size: 20px;
}
@media (min-width: 641px) {
  .fs-002 {
    font-size: 28px;
  }
}
.fs-003 {
  font-size: 18px;
}
@media (min-width: 641px) {
  .fs-003 {
    font-size: 24px;
  }
}
.fs-004,
.fs-005,
.fs-006 {
  font-size: 16px;
}
@media (min-width: 641px) {
  .fs-004 {
    font-size: 21px;
  }
}
@media (min-width: 641px) {
    .fs-005 {
        font-size: 18px;
    }
}

/* color */
.c-pink{
  color: #eb4b6d;
}