@charset "UTF-8";

/***************************************
commitment
****************************************/
.p-commitment__ttl-lv2 {
  text-align: center;
  color: #fff;
  background: #01c0bd;
  position: relative;
  font-size: 28px;
  letter-spacing: 0.08em;
  padding: 20px;
}
.p-commitment__ttl-lv2:before,
.p-commitment__ttl-lv2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.p-commitment__ttl-lv2:before {
  top: 4px;
}
.p-commitment__ttl-lv2:after {
  bottom: 4px;
}
.p-commitment__ttl-lv3 {
  font-size: 28px;
  line-height: calc(40 / 28);
  font-weight: 600;
  color: #1e2b38;
  text-align: center;
  margin-inline: 40px;
  border-bottom: 2px solid #1e2b38;
  padding-bottom: 20px;
}
.p-commitment__ttl-lv3 span {
  font-size: 22px;
  line-height: calc(31 / 22);
  color: #01c0bd;
  display: block;
  margin-bottom: 6px;
}
.p-commitment__ttl-lv4 {
  font-size: 20px;
  color: #1e2b38;
  line-height: calc(29 / 20);
  font-weight: 600;
  border-bottom: 1px solid #00c0bd;
  padding-bottom: 16px;
  margin-top: 40px;
}
.p-commitment__txt {
  margin-top: 20px;
  line-height: 2;
}
.p-commitment__txt + .p-commitment__txt {
  margin-top: 2em;
}
.p-commitment__img {
  margin-top: 30px;
}
.p-commitment__content {
  margin-top: 30px;
  padding-inline: 40px;
}
.p-commitment__wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-commitment__card {
  border: 1px solid #eaeaea;
  padding-block: 20px 40px;
}
.p-commitment__top-img {
  margin-top: 40px;
}
.p-commitment__recommend {
  background-color: #f7fafa;
  padding: 40px;
  margin-top: 40px;
}
.p-commitment__recommend-ttl {
  font-size: 26px;
  line-height: calc(37 / 26);
  text-align: center;
  color: #00c0bd;
}
.p-commitment__top-list {
  max-width: 523px;
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-commitment__top-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px #d0e6e8;
  padding: 0 15px 17px;
  font-size: 16px;
  color: #1e2b38;
}
.p-commitment__point {
  margin: 30px 40px 0;
  background-color: #f7fafa;
  border: 4px solid #d9eff1;
  padding: 30px 40px 30px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-commitment__point-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.p-commitment__point-item {
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18);
  color: #1e2b38;
  padding-left: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
  border-bottom: 1px dashed #d0e6e8;
}
.p-commitment__point-item span {
  color: #01c0bd;
}
.p-commitment__point-text {
  color: #01c0bd;
  font-family: "Crimson Text", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: calc(24 / 20);
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .p-commitment__ttl-lv2 {
    font-size: 20px;
    line-height: calc(28 / 20);
    padding: 11px;
  }
  .p-commitment__ttl-lv3 {
    font-size: 24px;
    line-height: calc(35 / 24);
    margin-inline: 20px;
    padding-bottom: 10px;
  }
  .p-commitment__ttl-lv3 span {
    font-size: 16px;
    line-height: calc(23 / 16);
    margin-bottom: 4px;
  }
  .p-commitment__ttl-lv4 {
    font-size: 18px;
    line-height: calc(26 / 18);
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .p-commitment__txt {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
  .p-commitment__txt + .p-commitment__txt {
    margin-top: 1.85em;
  }
  .p-commitment__img {
    margin-top: 20px;
  }
  .p-commitment__content {
    padding-inline: 20px;
    margin-top: 20px;
  }
  .p-commitment__wrap {
    margin-top: 40px;
    gap: 30px;
  }
  .p-commitment__card {
    padding-block: 20px;
  }
  .p-commitment__top-img {
    margin-top: 20px;
  }
  .p-commitment__recommend {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 40px 20px;
    margin-top: 30px;
  }
  .p-commitment__top-list {
    margin-top: 30px;
    max-width: none;
  }
  .p-commitment__top-item {
    line-height: calc(24 / 16);
    gap: 8px;
  }
  .p-commitment__point {
    flex-direction: column;
    gap: 20px;
    padding: 20px 23px;
    margin-inline: 20px;
    margin-top: 20px;
  }
  .p-commitment__point-item {
    flex-direction: column;
    gap: 6px;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    line-height: calc(23 / 16);
  }
}
/***************************************
linkcard
****************************************/
.s-column-link {
  border: 1px solid #eaeaea;
  padding: 20px;
  display: block;
  transition: opacity 0.3s;
}
.s-column-link:hover {
  opacity: 0.7;
}
.s-column-link + .s-column-link {
  margin-top: 40px;
}
.s-column-link__flex:has(.s-column-link__img img[src^="http"]),
.s-column-link__flex:has(.s-column-link__img img[src^="https"]) {
  display: flex;
  gap: 15px;
}
.s-column-link__img:has(img[src^="http"]),
.s-column-link__img:has(img[src^="https"]) {
  width: 285px;
}
.s-column-link__img img:not([src^="http"]):not([src^="https"]) {
  display: none;
}

.s-column-link__content {
  flex: 1;
}
.s-column-link__title {
  color: #1e2b38;
  font-size: 20px;
  line-height: calc(30 / 20);
  font-weight: 600;
}
.s-column-link__text {
  font-size: 14px;
  line-height: calc(22 / 14);
  font-weight: 400;
  color: #999b9b;
  margin-top: 10px;
}
.s-column-link__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 13px;
}
.s-column-link__more .tag-arrow {
  width: 6px;
  height: 11px;
}

@media only screen and (max-width: 768px) {
  .s-column-link {
    padding: 15px;
  }
  .s-column-link__flex:has(.s-column-link__img img[src^="http"]),
  .s-column-link__flex:has(.s-column-link__img img[src^="https"]) {
    flex-direction: column;
    gap: 10px;
  }
  .s-column-link__img {
    width: 100%;
  }
  .s-column-link__more {
    margin-top: 10px;
  }
}

.doctor-img-list {
  max-width: 500px;
  margin-inline: auto;
}
.doctor-img-list:last-of-type {
  margin-bottom: 30px;
}
.doctor-img-list + .doctor-img-list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .doctor-img-list {
    max-width: 325px;
  }
  .doctor-img-list + .doctor-img-list {
    margin-top: 30px;
  }
}

/* .l-page .l-side .category .news-category-list > li + li {
  margin-top: 6px;
}
.l-page .l-side .category .news-category-list > li > a {
  background-color: #d9eff1;
  color: #1e2b38;
  font-weight: 500;
  padding: 16px 32px;
}
.l-page .l-side .category .news-category-list > li > a::after {
  content: "";
  background: url(../img/new_cat_arrow.png) center/contain no-repeat;
  width: 6px;
  height: 8px;
  left: 20px;
}
.l-page .l-side .category .news-category-list > li > a:hover {
  opacity: 0.7;
  text-decoration: none;
} */

/* fixed btn */
.fixed-btn {
  width: 530px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.fixed-btn button {
  position: relative;
  border: 1px solid #00c0bd;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #00c0bd;
}
.fixed-btn button::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/icon/ic-arrow.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fixed-btn__chat {
  width: 270px;
  text-align: center;
  font-size: 15.5px;
  line-height: calc(22 / 15.5);
  background: linear-gradient(-20deg, #d1feef, #cff9f9);
}
.fixed-btn__chat span {
  font-size: 27px;
  line-height: calc(39 / 27);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.fixed-btn__chat span::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 25px;
  background: url(../img/icon/icon_chat.svg) center/cover no-repeat;
}
.fixed-btn__contact {
  width: 260px;
  font-size: 23px;
  line-height: calc(33 / 23);
  padding: 21px 10px 21px 12px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .fixed-btn {
    width: 100%;
  }
  .fixed-btn button {
    width: 50%;
  }
  .fixed-btn__chat {
    font-size: clamp(10px, 2.6vw, 12px);
  }
  .fixed-btn__chat span {
    font-size: 21px;
    font-size: clamp(18px, 4.8vw, 21px);
    gap: 5px;
  }
  .fixed-btn__chat span::before {
    width: 30px;
    height: 22px;
  }
  .fixed-btn__contact {
    font-size: 18px;
    font-size: clamp(16px, 4.2vw, 18px);
    padding: 16px 10px 16px 9px;
  }
}

/* popup contact */
.popup-contact {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.popup-contact__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(103, 103, 103, 0.73);
  cursor: pointer;
}
.popup-contact__body {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 39px 30px 40px;
  z-index: 2;
}
.popup-contact__close {
  display: inline-block;
  width: 43px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #efeded;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.popup-contact__close::before,
.popup-contact__close::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
}
.popup-contact__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-contact__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-contact__ttl {
  font-size: 28px;
  line-height: calc(37 / 28);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  color: #00c0bd;
}
.popup-contact__txt {
  max-width: 300px;
  text-align: center;
  margin: 9px auto 0;
  border-top: 1px solid #00c0bd;
  padding-top: 6px;
  font-size: 19px;
  line-height: calc(24 / 19);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
}
.popup-contact__list {
  padding-inline: 10px;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-contact__item a {
  padding: 10px 12px;
  color: #fff;
  background-color: #00c0bd;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(35 / 24);
  gap: 11px;
  position: relative;
}
.popup-contact__item a::after {
  content: "";
  width: 30px;
  height: 29px;
  background: url(../img/icon/icon_popup_arrow.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.popup-contact__item a i {
  width: 25px;
  display: block;
}
.popup-contact__item a i img {
  display: block;
}
.scroll-hide {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .popup-contact__body {
    padding: 20px 10px 40px;
    max-width: 350px;
    width: 84.5%;
  }
  .popup-contact__close {
    width: 37px;
  }
  .popup-contact__ttl {
    font-size: 25px;
    font-size: clamp(20px, 6vw, 25px);
  }
  .popup-contact__txt {
    max-width: 290px;
    margin-top: 12px;
    font-size: clamp(16px, 4.5vw, 18px);
  }
  .popup-contact__list {
    padding-inline: 20px;
  }
  .popup-contact__item a {
    font-size: 22px;
    gap: 9px;
    padding: 9px 11px;
  }
}

.header-base .header-contact-list__item--calendar {
  position: relative;
}

.header-base .header-contact-list__item--calendar a {
  overflow: unset;
}

.header-base .header-contact-list__item--calendar a::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  background: url(../img/icon/icon_cv_web_sub.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.header-base .header-contact-list__item--calendar .icon_calendar {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 2rem;
}

.header-base .header-contact-list__item--calendar .icon_calendar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-duration: .5s;
}

.header-base .header-contact-list__item--calendar a:hover .icon_calendar::before {
  background: url(../img/icon/icon_calendar_pink.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.contact .contact-list>li.mail .icon_calendar {
  position: relative;
  width: 28px;
  height: 28px; 
}

.contact .contact-list>li.mail .icon_calendar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: url(../img/icon/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-duration: .5s;
}

.contact .contact-list>li.calendar>a {
  overflow: unset;
}

.contact .contact-list>li.calendar>a::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 45px;
  background: url(../img/icon/icon_cv_web_sub_wid.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.contact .contact-list>li>a:hover .icon_calendar::before {
  background: url(../img/icon/icon_calendar_pink.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%; 
}

@media only screen and (max-width: 768px) {
  .contact .contact-list>li.calendar {
    margin-top: 2.5rem;
  }
  .contact .contact-list>li.mail .icon_calendar {
    width: 18px;
    height: 18px;
  } 
  .contact .contact-list>li.mail .icon_calendar::before {
    width: 18px;
    height: 18px;
  }
  .contact .contact-list>li.calendar>a::after {
    top: -22px;
    width: 160px;
    height: 45px;
    background: url(../img/icon/icon_cv_web_sub_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}