@charset "UTF-8";

.p-front {
  position: relative;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .p-front {
    margin-top: 0px;
    /* overflow-x: auto; */
    overflow: hidden;
  }
}

.p-front-mv {
  position: relative;
  height: 820px;
  /* background: url("./img/front/banner_mv01.jpg") no-repeat 50% 0%; */
  /* background-size: cover; */
}

@media screen and (max-width: 610px) {
.p-front-mv {
  height: 760px;
}
}

.p-front-mv::after {
  /* content: ""; */
  /* width: 100%; */
  /* height: 100%; */
  /* background: url(../img/front/banner_overlay.svg) center / cover no-repeat; */
  /* display: inline-block; */
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 0; */
}

@media screen and (max-width: 500px) {
  .p-front-mv {
    height: 600px;
  }

  .p-front-mv::after {
    content: none;
  }
}

.p-front-mv__content {
  position: absolute;
  bottom: 110px;
  right: 6%;
  width: 650px;
  margin: auto;
  text-align: right;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-mv__content {
    width: 100%;
    right: 0;
    bottom: 10px;
  }
}

.p-front-mv__title {
  /* padding-left: 110px; */
  /* margin-bottom: 1.5rem; */
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    /* width: 340px; */
    max-width: 100%;
    margin-bottom: 20px;
    /* padding: 15px 20px; */
    /* background-color: rgb(29 31 30 / 80%); */
  }
}

.p-front-mv__title h1 {
  font-family: 'Zen Maru Gothic Medium', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  /* letter-spacing: 0.1em; */
  text-align: right;
  color: #4C8C30;
  margin-bottom: 2.5rem;
}

.p-front-mv__title h1 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1rem;
}

.p-front-mv__title h1 span.txt-back-color {
  display: inline-block;
  font-size: inherit;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    /* font-size: 20px; */
    /* color: #3d4146; */
  }
}

@media screen and (max-width: 500px) {
  .p-front-mv__title h1 {
    font-size: 32px;
    text-align: left;
    padding-left: 2rem;
    text-shadow: 00px 3px 12px rgba(255, 255, 255, 1);
  }

  .p-front-mv__title h1 span.txt-back-color {
    margin-bottom: 4px;
    padding-left: 10px;
  }

  /* .p-front-mv__title h1::after {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: -20px;
    left: -25px;
    background: rgb(255 255 255 / 85%);
    z-index: -1;
  } */
}

.p-front-mv__banner {
  display: block;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner {
    display: none;
  }
}

.p-front-mv__banner-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner-sp {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .p-front-mv__banner-sp > p {
    width: 134px;
    margin: 0 8px 8px 0;
    padding: 9px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: 'Zen Maru Gothic Regular', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #353c3c;
    box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
  }
}

.p-front-mv-info {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv-info {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: slideUp 1s ease 0s 1 normal forwards;
    animation: slideUp 1s ease 0s 1 normal forwards;
  }

  @-webkit-keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }

    to {
      transform: translateY(0);
    }
  }

  .p-front-mv-info__item {
    width: 100%;
    height: 50px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }

  .p-front-mv-info__item:last-of-type {
    padding-top: 9px;
    /* background-color: rgba(99, 131, 66, 0.9); */
  }

  .p-front-mv-info__item:last-of-type img {
    vertical-align: top;
  }

  .p-front-mv-info__item > a {
    display: block;
  }
}

.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
  /* margin-top: -270px; */
  /* padding-top: 200px; */
}

@media screen and (max-width: 767px) {
  .p-front-news {
    margin-top: 0px;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  position: relative;
  width: 800px;
  max-width: 100%;
  min-height: 148px;
  margin-bottom: 37px;
  padding: 15px 15px;
  background-color: #5F9B45;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 30px 20px;
    flex-wrap: wrap;
    /* background-color: rgba(29, 31, 30, 0.8); */
  }
}

/* .p-front-news-block01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 148px 148px;
  border-color: transparent transparent #52aed5 transparent;
} */

@media screen and (max-width: 767px) {
  .p-front-news-block01::after {
    border-width: 0 0 65px 65px;
    /* border-color: transparent transparent rgb(46 50 50 / 40%) transparent */
  }
}

.p-front-news-block01__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  letter-spacing: 0.1em;
  font-size: 25px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-front-news-block01__left h2 {
  /* padding-top: 36px; */
  font-size: 25px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    position: relative;
    padding: 0px 0 7px 0;
  }

  .p-front-news-block01__left h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background-color: #fff;
  }
}

.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  flex: 1;
  padding: 10px 0 12px 35px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__right {
    padding: 0px 0 0px 0px;
    border-left: none;
    width: 100%;
    flex-wrap: wrap;
  }
}

.p-front-news-block01__btn {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn {
    width: 100%;
    text-align: right;
  }
}

.p-front-news-block01__btn > a {
  position: relative;
  padding-right: 16px;
  color: #fff;
  z-index: 2;
}

.p-front-news-block01__btn > a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.p-front-post-list {
  flex: 1;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .p-front-post-list {
    margin-bottom: 10px;
    width: 100%;
  }
}

.p-front-post-list__item {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__item {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.p-front-post-list__info {
  width: 25%;
}

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

.p-front-post-list__time {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
}

.p-front-post-list__title {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  width: 75%;
  padding-right: 2rem;
}

/*  */
.p-front-sec01 {
  padding: 135px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 20px 0 50px 0;
  }
  .p-front-post-list__title {
    width: 100%;
    padding-right: 0rem;
  }
}

.p-front-sec01-block01 {
  position: relative;
  min-height: 750px;
  z-index: 2;
}

.p-front-sec01-block01__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__img {
    display: none;
  }
}

.p-front-sec01-block01__img img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-front-sec01-block01__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-sec01-block01__content {
  width: 50%;
}

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

.p-front-sec01-block01__title {
  margin: -8px 0 50px 0;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    margin: 0px 0 50px 0;
    font-size: 25px;
  }
}

.p-front-sec01-block01__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__img-sp {
    display: block;
    margin: 0 0px 90px 0px;
  }

  .p-front-sec01-block01__img-sp img {
    width: 100%;
  }
}

.p-front-sec01-block02 {
  position: relative;
  min-height: 650px;
  margin: 0px 0 0 0;
  z-index: 1;
}

.p-front-sec01-block02__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__img {
    display: none;
  }
}

.p-front-sec01-block02__img img {
  width: 100%;
  min-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-front-sec01-block02__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 650px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__inner {
    height: auto;
  }
}

.p-front-sec01-block02__content {
  width: 50%;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__content {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}

.p-front-sec01-block02__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__img-sp {
    display: block;
    margin: 0 0px 90px 0px;
  }

  .p-front-sec01-block02__img-sp img {
    width: 100%;
    opacity: 0.6;
  }
}

/* 診療案内 */
.p-front-medical {
  padding: 140px 0 80px 0;
  /* background-color: rgba(109, 113, 113, 0.1); */
  background: #f3f5f6;
  position: relative;
}

/* .p-front-medical::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/front/p-front-back.svg) left top / 40% no-repeat;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 0;
} */

.p-front-medical-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px 26px;
  margin-bottom: 23px;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-medical::after {
    width: 150%;
    left: -30px;
  }

  .p-front-medical-block01 {
    gap: 22px 18px;
  }
}

#page03 .p-clinic-facility-block01 {
  /* padding: 0; */
}

.p-front-medical-block01__item {
  width: calc(25% - 19.5px);
  padding: 30px 18px 22px 18px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    width: calc(50% - 9px);
    padding: 20px 10px 17px 10px;
  }
}

.p-front-medical-block01__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 23px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__title {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.p-front-medical-block01__title-small {
  margin-bottom: 15px;
  font-family: 'Trajan Pro', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #d2bc49;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__title-small {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}

.p-front-medical-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 24px;
}

.p-front-medical-block02__item {
  display: flex;
  width: calc(33% - 14px);
  height: 120px;
  padding: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
  align-items: center;
}

.p-front-medical-block02__item_alt {
  width: calc(50% - 13px);
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__item {
    padding: 20px 15px 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__item {
    width: 100%;
    min-height: auto;
    padding: 15px 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.p-front-medical-block02__content {
  width: calc(100% - 75px);
  padding-right: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__content {
    padding-right: 10px;
    text-align: left;
  }
}

.p-front-medical-block02__title {
  padding-bottom: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgb(163 177 177 / 26%);
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 19px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__title {
    font-size: 22px;
  }
}

.p-front-medical-block02__title-small {
  /* margin-bottom: 5px; */
  font-family: 'dinr_R', serif;
  font-size: 11px;
  font-weight: 700;
  color: #d2bc49;
  line-height: 1.3;
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__title-small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__title-small {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.p-front-medical-block02__text {
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__text {
    font-size: 10px;
    line-height: 1.2;
  }
}

.p-front-medical-block02__img {
  position: relative;
  /* top: -10px; */
  padding-top: 0px;
  width: 80px;
}

/* 初めてクリニックをご利用いただく方へ */
.p-front-beginner {
  padding: 100px 0 130px 0;
  background-color: rgba(228, 228, 228, 0.13);
}

.p-front-beginner-block01 {
  width: 1000px;
  max-width: 98%;
  margin: auto;
  padding: 90px 20px;
  background-color: #fff;

  @media screen and (max-width: 767px) {
    padding: 50px 20px;
  }
}

.p-front-beginner-block01__inner {
  width: 830px;
  max-width: 100%;
  margin: auto;
}

.p-front-beginner-block01__titie {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #353c3c;
}

.p-front-beginner-block01__titie span {
  background: #cabc4c;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-front-beginner-block01__titie {
    font-size: 20px;
  }
}

.p-front-beginner-block01__text {
  margin-bottom: 50px;
  font-size: 14px;
}

.p-front-beginner-block01__text:last-of-type {
  margin-bottom: 0;
}

.p-front-beginner-block01__text em {
  font-style: normal;
  font-weight: normal;
}

.p-front-beginner-block01__text2 {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 2px solid rgba(228, 228, 228, 0.5);
}

.p-front-beginner-block01__text2 h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #5f5f5f;
}

.p-front-beginner-block01__text2 > p {
  font-size: 13px;
  line-height: 2;
  color: #919191;
}
.list_cashless ul {
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.list_cashless ul li {
}
@media screen and (max-width: 767px) {
  .list_cashless ul {
    flex-wrap: wrap;
  }
  .list_cashless ul li {
    width: calc((100% - 10px) / 2);
  }
}

/* ごあいさつ */
.p-front-greeting {
  position: relative;
  /* margin-bottom: 100px; */
  padding: 100px 0 150px 0;
  background-color: #f3f5f6;
  position: relative;
}

/* .p-front-greeting::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/front/p-front-back.svg) left top / 40% no-repeat;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 0;
} */

@media screen and (max-width: 767px) {
  .p-front-greeting {
    margin-bottom: 100px;
    padding: 0px 0 0px 0;
  }
  .p-front-greeting::after {
    width: 150%;
    left: -40px;
  }
}

.p-front-greeting__heading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url('./img/img_hexagon_white.png') no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-117px);
  z-index: 1;
}

.p-front-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-greeting-block01__left {
  position: relative;
  max-width: 51%;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__left {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}

.p-front-greeting-block01__positon {
  margin-bottom: 20px;
  color: #353c3c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.47em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__positon {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.p-front-greeting-block01 h3 {
  margin-bottom: 0px;
  color: #353c3c;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01 h3 {
    font-size: 25px;
  }
}

.p-front-greeting-block01__kana {
  color: #e0d183;
  /* font-family: "trajan-sans-pro", sans-serif; */
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__kana {
    font-size: 12px;
  }
}

.p-front-greeting-block01__text {
  margin-top: 55px;
}

.p-front-greeting-block01__text p {
  margin-bottom: 1.7em;
  /* line-height: 1.86; */
}

.p-front-greeting-block01__text em {
  font-weight: bold;
}

.p-front-greeting-block01__right {
  position: relative;
  width: 518px;
  max-width: 45%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__right {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px 50px -20px;
    order: 1;
  }

  .p-front-greeting-block01__right img {
    width: 100%;
  }
}

/* クリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 140px 0 50px 0;
  /* background-color: rgba(109, 113, 113, 0.1); */
}

@media screen and (max-width: 767px) {
  .p-front-feature {
    padding: 90px 0 100px 0;
  }
}

.p-front-feature-block01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-feature-block01__img {
  position: relative;
  width: 50%;
}

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

.p-front-feature-block01__img figure {
  padding-right: 85px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img figure {
    padding-right: 0;
  }
}

.p-front-feature-block01__img figure img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img figure img {
    height: auto;
  }
}

.p-front-feature-block01__number {
  position: absolute;
  top: 43px;
  right: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  background-color: #5F9B45;
  color: #fff;
  font-size: 55px;
  /* font-family: "trajan-sans-pro", sans-serif; */
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    font-size: 30px;
  }
}

.p-front-feature-block01__number::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #4C8C30 transparent;
  mix-blend-mode: multiply;
  opacity: 0.14;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number::after {
    border-width: 0 0 80px 80px;
  }
}

.p-front-feature-block01__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number span {
    font-size: 8px;
  }
}

.p-front-feature-block01__number-inner {
  position: relative;
  z-index: 2;
}

.p-front-feature-block01__content {
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
}

.p-front-feature-block01__content p {
  margin-bottom: 1.5em;
}

.p-front-feature-block01__content-inner {
  width: 600px;
  max-width: 100%;
  padding-top: 90px;
}

.p-front-feature-block01__content-inner.two-lines,
.p-front-feature-block02__content-inner.two-lines {
  padding-top: 60px;
}

.p-front-feature-block01__content-inner--first {
  padding-top: 68px;
}

.p-front-feature-block01__title,
.p-front-feature-block03__title,
.p-front-feature-block05__title {
  margin-bottom: 50px;
  padding-left: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.p-front-feature-block03__title {
  margin-bottom: 80px;
}
.p-front-feature-block05__title {
  margin-bottom: 55px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title,
  .p-front-feature-block03__title,
  .p-front-feature-block05__title {
    margin-bottom: 50px;
    padding-left: 0px;
    font-size: 24px;
  }
}

.p-front-feature-block01__title-symbol {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title-symbol {
    font-size: 10px;
  }
}

.p-front-feature-block01__title-notes {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title-notes {
    font-size: 11px;
  }
}

.p-front-feature-block02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-feature-block02__img {
  position: relative;
  width: 50%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img {
    width: 100%;
    order: 1;
  }
}

.p-front-feature-block02__img figure {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img figure {
    padding-left: 0px;
  }
}

.p-front-feature-block02__img figure img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img figure img {
    height: auto;
  }
}

.p-front-feature-block02__number {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  background-color: #5F9B45;
  color: #fff;
  font-size: 55px;
  /* font-family: "trajan-sans-pro", sans-serif; */
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    font-size: 30px;
  }
}

.p-front-feature-block02__number::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #4C8C30 transparent;
  mix-blend-mode: multiply;
  opacity: 0.14;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number::after {
    border-width: 0 0 80px 80px;
  }
}

.p-front-feature-block02__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number span {
    font-size: 8px;
  }
}

.p-front-feature-block02__number-inner {
  position: relative;
  z-index: 2;
}

.p-front-feature-block02__content {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    order: 2;
  }
}

.p-front-feature-block02__content p {
  margin-bottom: 1.5em;
}

.p-front-feature-block01__content small,
.p-front-feature-block02__content small {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  color: #909090;
}

.p-front-feature-block02__content-inner,
.p-front-feature-block04__content-inner {
  width: 620px;
  max-width: 100%;
  padding: 92px 0 0 20px;
}
.p-front-feature-block04__content-inner {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__content-inner {
    padding: 74px 0 0 0px;
  }
}

.p-front-feature-block02__title,
.p-front-feature-block04__title {
  margin-bottom: 80px;
  padding-right: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
}
.p-front-feature-block04__title {
  margin-bottom: 25px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__title {
    margin-bottom: 50px;
    padding-right: 0px;
    font-size: 24px;
    text-align: left;
  }
}

.p-front-feature-block02__title-symbol {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title-symbol {
    font-size: 10px;
  }
}

.p-front-feature-block02__title-notes {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title-notes {
    font-size: 11px;
  }
}

.p-front-feature-block03 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-front-feature-block03 h3 {
  font-size: 24px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block03 h3 {
    font-size: 20px;
  }
}

.p-front-feature-block03 ol {
  margin: 25px 0 30px 0;
}

.p-front-feature-block03 ol li {
  margin-bottom: 10px;
}

.p-front-feature-block03__memo-title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block03__memo-title {
    font-size: 16px;
  }
}

/* 施設・設備紹介 */
.p-front-hygieney {
  padding: 140px 0 120px 0;
  background: url('../img/front/front_hygieney01.jpg') no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-hygieney {
    padding: 100px 0 80px 0;
    background-position: 10% 0;
  }
}

.p-front-hygieney-list {
  margin-bottom: 10px;
  padding: 45px 20px 50px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .p-front-hygieney-list {
    margin-bottom: 20px;
    padding: 25px 20px 25px 20px;
  }
}

.p-front-hygieney-list dt {
  width: 870px;
  max-width: 100%;
  margin: 0 auto 10px auto;
  background: url('../img/icon_list01.png') no-repeat 0 10.5px;
  background-size: 20px;
  padding: 0 0 0 32px;
  font-size: 20px;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .p-front-hygieney-list dt {
    padding: 0 0 0 32px;
    font-size: 16px;
    background-position: 0 1px;
    line-height: 1.6;
  }
}

.p-front-hygieney-list dd {
  width: 870px;
  max-width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 2.2;
  color: #363636;
}

.title-wrap {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title-wrap {
    display: block;
    margin-bottom: 30px;
  }
}

.title-wrap::after {
  content: '';
  width: 50%;
  height: 50px;
  position: relative;
}

.title-wrap > div {
  width: 42%;
  display: flex;
  position: relative;
  left: -22px;
  top: 10px;
}

@media screen and (max-width: 1090px) {
  .title-wrap > div {
    width: 50%;
    left: -6px;
  }
}

@media screen and (max-width: 767px) {
  .title-wrap > div {
    width: 100%;
  }
}

.title-wrap > div::before {
  content: '';
  width: 90px;
  height: 90px;
  background: url(../img/front/front_medial01.png) 50% 50% / cover no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  top: -12px;
}

@media screen and (max-width: 1090px) {
  .title-wrap > div::before {
    /* margin-right: 0px; */
  }
}

@media screen and (max-width: 767px) {
  .title-wrap > div::before {
    width: 60px;
    height: 60px;
    min-width: 60px;
    top: 0;
  }
}

@media screen and (max-width: 1090px) {
  #precision #page01 .title-wrap > div::before {
    width: 100px;
    height: 70px;
  }
}

@media screen and (max-width: 1090px) {
  #precision #page01 .title-wrap > div::before {
    width: 75px;
    height: 65px;
  }
}

.title-wrap .c-page-heading {
  text-align: left;
}

.title-wrap .c-page-heading h2 {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 33px;
}

#page10 .title-wrap .c-page-heading h2 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .title-wrap .c-page-heading h2 {
    font-size: 25px;
  }
}

.title-wrap .c-page-heading h2::after {
  display: none;
}

.title-wrap .c-page-heading p {
  font-size: 13px;
}
.bnr-block ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

.bnr-block ul img {
  max-width: 300px;
  border-radius: 8px;
}

/*----------------
 下層共通
------------------*/

.p-pagelist {
  background: #F2F8F6;
}
.p-pagelist .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 25px;
}
.p-pagelist ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 13px;
  justify-content: center;
}
.p-pagelist ul li {
  background: #fff;
  width: calc((100% - (13px * 3)) / 4);
  border-radius: 8px;
  text-align: center;
}
.p-pagelist ul li a {
  background: url(../img/icon_arrow_b-g.svg) no-repeat center bottom 8px;
  width: 100%;
  padding: 5px 0 10px;
  color: #25705B;
  font-weight: bold;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  display: block;
  font-size: 13px;
}
.p-pagelist ul li a span {
  display: inline-block;
}
.p-wrap_box {
  width: 1000px;
  margin: 0 auto;
}
.p-wrap_box h3 {
  background: #2b5e9c;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 80px;
  color: #fff;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 25px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.p-wrap_inner_box {
  margin-top: -30px;
  border: solid 5px #9bc0ee;
  border-radius: 30px;
}
.check_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.check_list li {
  background: url(../img/icon_check_b.svg) no-repeat top 9px left;
  margin-bottom: 20px;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-pagelist .inner {
    width: 90%;
  }
  .p-pagelist ul li {
    width: calc((100% - (13px)) / 2);
  }
  .p-pagelist .inner {
    width: 90%;
  }
  .p-pagelist ul li {
    width: calc((100% - (13px)) / 2);
  }
  .p-wrap_box {
    width: 100%;
  }
  .p-wrap_box h3 {
    padding: 10px 30px;
    font-size: 17px;
  }
}

.sec {
  margin-bottom: 140px;
}
.p-sec-heading {
  background: url(../img/u_heading_deco.svg) no-repeat center top;
  margin-bottom: 120px;
  padding-top: 70px;
  position: relative;
}
.p-sec-heading::after {
  content: '';
  background: #2b5e9c;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 93px;
  left: 0;
}
.sec-heading {
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 31px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .sec:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .p-sec-heading {
    margin-bottom: 70px;
  }
  .p-sec-heading::after {
    top: 88px;
  }
  .sec-heading {
    padding: 0 20px;
    font-size: 24px;
    text-align: center;
  }
}
.p-col2_box {
  display: flex;
}
.p-box_img {
  flex-shrink: 0;
}
.term_heading {
  background: #5F9B45;
  padding: 18px 25px 21px 65px;
  color: #fff;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 25px;
  border-radius: 8px;
  position: relative;
}
.term_heading::before {
  content: '';
  background: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 24px;
  left: 25px;
  border-radius: 100px;
  opacity: 0.42;
}
.item_heading {
  padding: 0 0 10px 33px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 20px;
  border-bottom: 2px solid #5F9B45;
  position: relative;
  color: #5F9B45;
}
.item_heading::before {
  content: '';
  background: #5F9B45;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.ele_heading {
  padding-left: 35px;
  font-size: 18px;
  position: relative;
}
.ele_heading::before {
  content: '';
  background: #5F9B45;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.ele_heading.circle::before {
  border-radius: 50px;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .term_heading {
    padding: 11px 25px 14px 36px;
    font-size: 19px;
  }
  .term_heading::before {
    width: 15px;
    height: 15px;
    top: 19px;
    left: 13px;
  }
  .item_heading {
    padding: 0 0 10px 23px;
    font-size: 18px;
  }
}

/*----------------
 日帰り手術
------------------*/
/*日帰り手術について*/
#about.sec {
  padding-top: 60px;
}
#about .p-col2_box {
  flex-direction: row-reverse;
  gap: 60px;
}
#about .p-box_img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  #about .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #about .p-box_img {
    width: 100%;
  }
}

/*日帰り手術の特徴*/
#feature .p-col2_box {
  gap: 75px;
}
#feature .p-col2_box:not(:last-of-type) {
  margin-bottom: 60px;
}
#feature .p-col2_box.reverse {
  flex-direction: row-reverse;
}
#feature .p-box_img {
  width: 500px;
}
#feature .p-box_img .note {
  margin-top: 10px;
  font-size: 14px;
}
#feature .box_heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  color: #556ea5;
}
.box_text_link {
  text-align: right;
}
.box_text_link a {
  background: url(../img/icon_arrow_g-r.svg) no-repeat right 10px center;
  padding-right: 30px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size: 15px;
  border-bottom: solid 1px #707070;
}

#feature .p-col3_box {
  display: flex;
  gap: 26px;
}
#feature .p-col3_box .p-box {
  width: calc((100% - 52px) / 3);
}
#feature .p-col3_box .p-box .p-box_img {
  width: 100%;
  margin-bottom: 20px;
}
#feature .p-col3_box .box_heading {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #feature .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #feature .p-col2_box.reverse {
    flex-direction: column;
  }
  #feature .p-col2_box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #feature .p-box_img {
    width: 100%;
  }
  #feature .box_heading {
    font-size: 22px;
  }
  #feature .p-col3_box {
    flex-direction: column;
    gap: 50px;
  }
  #feature .p-col3_box .p-box {
    width: 100%;
  }
  #feature .p-col3_box .box_heading {
    font-size: 21px;
  }
}

/*初診から手術までの流れ*/
#flow div.box,
div.flow.box {
  width: 1000px;
  margin: 0 auto;
  padding: 0 55px 0 95px;
}
#flow .p-flow_list,
.flow .p-flow_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#flow .p-flow_list::after,
.flow .p-flow_list::after {
  content: '';
  background: #2b5e9c;
  width: 2px;
  height: 95%;
  position: absolute;
  top: 0;
  left: 33px;
}
#flow .p-flow_list li,
.flow .p-flow_list li {
  display: flex;
  gap: 30px;
}
#flow .p-flow_list li:not(:last-of-type),
.flow .p-flow_list li:not(:last-of-type) {
  margin-bottom: 65px;
}
#flow .p-flow_list li .num,
.flow .p-flow_list li .num {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  position: relative;
  z-index: 1;
  font-family: 'dinr_R', sans-serif;
  padding-top: 6px;
}
#flow .p-flow_list li .num::before,
.flow .p-flow_list li .num::before {
  content: '';
  background: #2b5e9c;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#flow .p-flow_list li .body .heading,
.flow .p-flow_list li .body .heading {
  margin-bottom: 10px;
  color: #2b5e9c;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #flow .p-flow_list li,
  .flow .p-flow_list li {
    gap: 10px;
  }
  #flow .p-flow_list::after,
  .flow .p-flow_list::after {
    height: 92%;
    left: 19px;
  }
  #flow .p-flow_list li .num,
  .flow .p-flow_list li .num {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  #flow .p-flow_list li .num::before,
  .flow .p-flow_list li .num::before {
    width: 40px;
    height: 40px;
  }
  #flow div.box,
  div.box.flow {
    width: 100%;
    padding: 0;
  }
  #flow .p-flow_list li .body .heading,
  .flow .p-flow_list li .body .heading {
    font-size: 18px;
  }
}

/*手術後の生活について*/
#surgery #after_surgery .p-note {
  margin-bottom: 60px;
}
.c_red {
  color: #f00;
}
.normal_list {
  margin: 0;
}
.normal_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-btn_tel {
  text-align: center;
}
.btn_tel {
  background:
    url(../img/icon_tel.svg) no-repeat center left 50px,
    #739ac9;
  width: 400px;
  height: 80px;
  color: #fff;
  line-height: 1.4;
  border-radius: 50px;
  padding-top: 8px;
}
.btn_tel span {
  font-size: 28px;
  font-family: 'dinr_R', sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .btn_tel {
    background:
      url(../img/icon_tel.svg) no-repeat center left 40px,
      #739ac9;
    width: 98%;
  }
  .btn_tel span {
    font-size: 25px;
  }
}

/*日常生活の制限について*/
#surgery #limit .p-col2_box {
  gap: 48px;
}
#surgery #limit .p-box_img {
  width: 260px;
  margin: 0 auto;
}
#surgery #limit .p-box_text {
  width: 100%;
  /* font-size: 18px; */
}
#surgery #limit .box_heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  #surgery #limit .p-col2_box {
    flex-direction: column;
    gap: 48px;
  }
}

/*術後のセルフケアと注意点*/
#surgery #selfcare .p-col2_box {
  gap: 65px;
  flex-direction: row-reverse;
}
#surgery #selfcare .p-box_img {
  width: 335px;
}
@media screen and (max-width: 767px) {
  #surgery #selfcare .p-col2_box {
    gap: 50px;
    flex-direction: column;
  }
  #surgery #selfcare .p-box_img {
    margin: 0 auto;
  }
}





/*当院の近視抑制治療*/
.item_list {
  margin: 0;
  padding: 0 90px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.item_list li a {
  padding-bottom: 5px;
  color: #36346e;
  font-size: 20px;
  border-bottom: dotted 1px #2b5e9c;
  position: relative;
}
.item_list li a::after {
  content: '';
  background: url(../img/icon_arrow_b-b.svg) no-repeat center bottom;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .item_list {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .item_list li a {
    font-size: 18px;
  }
}

/**/
#child #treatment .p-col2_box {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
#child #treatment .p-col2_box .p-box_img {
  width: 529px;
}
.normal_list.small {
  font-size: 14px;
}
.normal_list.small li {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #child #treatment .p-col2_box {
    flex-direction: column;
  }
  #child #treatment .p-col2_box .p-box_img {
    width: 100%;
  }
}

#child #myopine .p-flow_list::after {
  height: 92%;
}



/*----------------
 診療案内
------------------*/
#cataract.sec {
  padding-top: 60px;
}
#medical .p-col2_box {
  flex-direction: row-reverse;
  gap: 50px;
}
#medical .p-col2_box .p-box_img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  #medical .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #medical .p-col2_box .p-box_img {
    width: 100%;
  }
  #myopia .btn_detail {
    line-height: 1.5;
  }
}

/*一般眼科*/
#ophthalmology .item_list {
  width: 930px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media screen and (max-width: 767px) {
  #ophthalmology .item_list {
    width: 100%;
    flex-direction: row;
  }
}

/*----------------
 医院案内
------------------*/
#facility.sec {
  /* padding-top: 60px; */
}
#clinic .p-pagelist ul {
  padding: 0 100px;
  justify-content: center;
}
#clinic .p-pagelist ul li {
  width: calc((100% - (13px * 2)) / 3);
}
@media screen and (max-width: 767px) {
  #clinic .p-pagelist ul {
    padding: 0;
  }
}

/*設備紹介*/
#facility .p-col2_box {
  margin-bottom: 120px;
  gap: 74px;
}
#facility .p-col2_box .p-box_img {
  width: 595px;
}
#clinic .heading {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  color: #4C8C30;
}

#clinic .p-col3_box {
  display: flex;
  flex-wrap: wrap;
  gap: 160px 60px;
}
#clinic .p-col3_box .p-box {
  width: calc((100% - 120px) / 3);
}
#clinic .p-col3_box .p-box_img {
  margin-bottom: 25px;
}
#clinic .p-col3_box .heading {
  text-align: center;
}
#clinic .p-col3_box .heading span {
  color: #7e7e7e;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #facility .p-col2_box {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
  #facility .p-col2_box .p-box_img {
    width: 100%;
  }
  #clinic .p-col3_box {
    flex-direction: column;
    gap: 60px;
  }
  #clinic .p-col3_box .p-box {
    width: 100%;
  }
}

/*医師紹介*/
#doctor.sec {
  /* background: #f5f7fb; */
  /* padding-top: 130px; */
  /* padding-bottom: 200px; */
}
#doctor.sec .sec-heading {
  background: #f5f7fb;
}
#doctor .p-col2_box {
  gap: 82px;
}
#doctor .p-box_img {
  width: 518px;
  position: relative;
}
#doctor .p-box_img img {
  position: sticky;
  top: 85px;
}
#doctor .heading {
  margin-bottom: 70px;
  color: #252929;
  font-size: 35px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
#doctor .heading .position {
  margin-bottom: 20px;
  color: #252929;
  font-size: 13px;
  display: inline-block;
}
#doctor .heading .roma {
  color: rgb(224, 209, 131);
  font-size: 14px;
}
#doctor h3 + h4 {
  margin-bottom: 25px;
  color: #252929;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  font-size: 24px;
}
#doctor h4.heading {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: 'Zen Maru Gothic Regular', sans-serif;
  border-bottom: solid 1px #707070;
  position: relative;
}
#doctor h4.heading::before {
  content: '';
  background: #5F9B45;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #doctor.sec {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  #doctor .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #doctor .p-box_img {
    width: 100%;
  }
  #doctor .p-box_img img {
    position: static;
    top: 0;
  }
  #doctor .heading {
    font-size: 25px;
  }
  #doctor .heading .position,
  #doctor .heading .roma {
    font-size: 13px;
  }
}

/*アクセス*/
#access .p-col2_box {
  flex-direction: row-reverse;
  gap: 50px;
}
#access .address {
  width: fit-content;
  margin: 0 auto 25px 110px;
  position: relative;
}
#access .p-col2_box .p-box_img {
  width: 594px;
}
#access .p-col2_box .p-box_img iframe {
  width: 520px;
  height: 520px;
  margin-left: 74px;
}
#access .p-col2_box .p-box_img p.map {
  width: 520px;
  margin: 0 auto;
}
#access .note {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
#access .i_youtube {
  width: 712px;
  margin: 0 auto;
  text-align: center;
}
#access .i_youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #access .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #access .address {
    margin: 0 auto 10px;
  }
  #access .p-col2_box .p-box_img {
    width: 100%;
  }
  #access .p-col2_box .p-box_img iframe {
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 1 / 1;
  }
  #access .p-col2_box .p-box_img p.map {
    width: 100%;
  }
  #access .i_youtube {
    width: 100%;
  }
}

/*感染対策について*/
#infection .p-col2_box {
  gap: 100px;
}
#infection .p-col2_box .p-box_img {
  margin-bottom: 10px;
  text-align: center;
}
#infection .p-col2_box .heading {
  text-align: center;
}
#infection .p-col2_box.full {
  flex-direction: row-reverse;
}
#infection .p-col2_box.full .heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #infection .p-col2_box {
    flex-direction: column;
    gap: 30px;
  }
  #infection .p-col2_box.full {
    flex-direction: column;
  }
}

/* お知らせ */

h2.c-blog-heading__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.c-post-single__info {
  margin-bottom: 3rem;
}

.c-post-news-list__time,
.c-post-single__time {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 300;
}

.l-container-post {
  padding: 80px 50px 0 50px;
}

#access .address::before {
  content: '';
  width: 16px;
  height: 22px;
  background: url(../img/clinic/icon_map.png) no-repeat center center / cover;
  position: absolute;
  left: -25px;
  top: 9px;
}

@media screen and (max-width: 767px) {
  #access .address::before {
    display: none;
  }
}

/* ICLのバナー */

.banner-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.banner-list a {
  display: block;
  /* max-width: 300px; */
}

/* 画像は親にフィット */
.banner-list img {
  width: 100%;
  height: auto;
  display: block;
}

.icl_bnr1 {
  max-width: 420px;
}
.icl_bnr2 {
  max-width: 360px;
}

.icl_bnr3 {
  max-width: 360px;
}
.icl_bnr4 {
  max-width: 440px;
}

/* スマホ */
@media (max-width: 766px) {
  .banner-list a {
    max-width: 300px;
  }
}

/* ICLの費用 */
.price-table-wrap {
  width: 100%;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  border: 1px solid #ddd;
}

.price-table th,
.price-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

.price-table th {
  background: #f7f7f7;
  font-weight: 700;
}

/* レスポンシブ */
@media screen and (max-width: 766px) {
  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table {
    border: none;
  }

  .price-table thead {
    display: none;
  }

  .price-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    background: #fff;
  }

  .price-table td {
    position: relative;
    padding: 14px 16px 14px 110px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .price-table td:last-child {
    border-bottom: none;
  }

  .price-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 14px;
    left: 16px;
    width: 90px;
    font-weight: 700;
    color: #333;
  }
}

/* footerのバナー */


.banner-area {
  text-align: center;
}

/* 東京ドクターズは別で中央 */
.banner-doctors {
  margin-bottom: 24px;
  display: grid;
  place-items: center;
}

.banner-item-doctors {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}

.banner-item-doctors img {
  display: block;
  width: 100%;
  height: auto;
}



/* 4枚のグリッド */
.banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  justify-content: center;
  gap: 16px 24px;
  padding-bottom: 20px;
}

.banner-item {
  display: block;
  width: 300px;
  max-width: 100%;
}

.banner-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 766px) {
  .banner-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .banner-item {
    width: 100%;
    max-width: 300px;
  }

  .banner-doctors {
    margin-bottom: 16px;
  }
}



/* ======================================================== */

/* ----------------------------------------------------------------------
    base
---------------------------------------------------------------------- */
html {
    scroll-padding-top: 100px; // ヘッダーの高さ分設定
}

body {
    background: none !important;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    color: #2d2d2d;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

body#top::after {
    content: "";
    /* background: url(../img/bg_main.webp) no-repeat center center,#fff; */
    background-size: cover;
    margin: auto;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

body#lower::after {
    content: "";
    background: url(../img/bg_menu_under.webp) no-repeat top center;
    background-size: contain;
    margin: auto;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

@media screen and (max-width: 768px) {
    body::after {
        margin: 0;
    }
}

main {
    width: 100%;
    padding: 0;
}

.page-id-8 main {
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    display: block;
    text-decoration: none;
}

.container {
    margin: 0 auto;
    max-width: 1200px !important;
    width: 100% !important;
}

#pediatric .container {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.containerSmall {
    margin: 0 auto;
    max-width: 1000px !important;
    width: 100% !important;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.w-100 {
    width: 100% !important;
}

.bg-none {
    background: none !important;
}

.txt {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.text_red {
    color: red !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
}

.line_pink {
    background: linear-gradient(transparent 70%, rgba(241, 132, 172, 0.25) 30%);
    padding: 0 .25em;
}

.pconly {}

.sponly {
    display: none;
}

@media screen and (max-width: 768px) {
    main {
        padding: 0;
    }

    .pconly {
        display: none;
    }

    br.sponly {
        display: inline;
    }
}



/* ----------------------------------------------------------------------
    header
---------------------------------------------------------------------- */
.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#lower .header {
    /* min-height: 155px; */
}

.header .inner {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.header_el {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 26px;
    max-width: 550px;
    width: 100%;
    height: 155px;
    overflow: hidden;
    z-index: 500;
}

.header_el::after {
    content: "";
    background: url(../img/bg_logo.svg) no-repeat center center;
    background-size: contain;
    width: 550px;
    height: 155px;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
}

.header_el_img {
    margin: 0 0 20px;
    max-width: 420px;
    width: 100%;
}

.header_el_ttl {
    color: #5C081C;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .2em;
    line-height: 1.57;
    margin: 0;
}

.header_el_ttl span {
    font-size: 19px;
    letter-spacing: 0.15em;
}

.hero_slide_el {
    /* max-width: 380px; */
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 60px;
    bottom: 17px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.hero_slide_el img {
    height: 160px;
    margin-right: 30px;
}

.hero_slide_el_txt {
    margin-top: 10px;
    margin-left: 24px;
    margin-bottom: 15px;
    color: #855f54;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1.8;
}

.hero_slide_el02 {
    position: absolute;
    top: 226px;
    left: 6vw;
    /*6.67*/
}

.hero_slide_el02::after {
    content: "";
    background: url(../img/front/lily-logo.webp) center center / cover no-repeat;
    width: 300px;
    height: 300px;
    display: block;
    position: relative;
    top: 55px;
    left: -20px;
}

@media screen and (max-width: 1100px) {
    .hero_slide_el02::after {
        /* display: none; */
    }
}

@media screen and (max-width: 1000px) {
    .hero_slide_el {
        flex-direction: column;
    }

    .hero_slide_el img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .hero_slide_el02::after {
        top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .hero_slide_el02 {
        /* display: none; */
        top: 316px;
    }

    .header_el {
        z-index: 1;
        height: 45px;
    }

    .header_el_ttl span {
        font-size: 13px;
    }

    .hero_slide_el02::after {
        top: 150px;
        left: -20px;
        opacity: 0.2;
        display: block;
    }
}

/* ------ ↓ 診療時間 ↓ --------------------------------------------------*/
.shinryoTime {
    background: #fff;
    border: 0;
    border-radius: 15px;
    margin: 0 0 5px;
    overflow: hidden;
    width: 380px;
}

.footer .shinryoTime {
    background: #fff8f9;
}

.shinryoTime_table {
    margin: 0;
    border: none;
    font-size: 15px;
}

.shinryoTime_table tr:last-child td:not(:first-of-type):not(:last-of-type) {
    border-top: 1px solid rgba(133, 95, 84, 0.24);
    border-bottom: 1px solid rgba(133, 95, 84, 0.24);
}

.shinryoTime_table th:first-of-type,
.shinryoTime_table th:last-of-type {
    width: 15px;
}

.shinryoTime_table th,
.shinryoTime_table td {
    padding: 10px 5px;
    border: 0;
    text-align: center;
}

.shinryoTime_table th {
    background: #FF819F;
    color: #fff;
    letter-spacing: .1em;
}

.shinryoTime_table th .clock {
    background: url(../img/common/icon_time.png) no-repeat left center;
    background-size: 13px;
    padding-left: 19px;
}

.shinryoTime_table td {
    color: #ED6586;
    letter-spacing: .05em;
    padding: 10px 0;
}

.shinryoTime_table td.title {
    color: #5A342A;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
}

.shinryoTime_table td.close {
    color: #5A342A;
}

@media screen and (max-width: 768px) {
    .shinryoTime {
        margin: 0 auto;
    }
}

/* ------ ↑ 診療時間 ↑ --------------------------------------------------*/


/* ------ ↓ Gナビ ↓ --------------------------------------------------*/
.gnavi {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    justify-content: space-between;
    color: #855f54;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    padding: 15px 100px 0 0;
    max-width: 902px;
    /*1060*/
    width: 100%;
    overflow: hidden;
}

#lower .gnavi {
    margin-right: auto;
    margin-bottom: 30px;
}

.gnaviArea {
    width: 100%;
    overflow: hidden;
}

.gnaviArea .gnavi {
    padding: 15px 0 0 0;
    max-width: 840px;
}

.gnavi a {
    color: #855f54;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    padding-top: 55px;
}

.gnavi_home {
    background: url(../img/icon_nav_home.svg) no-repeat center 25px;
    background-size: 20px auto;
}

.gnavi_dermatology {
    background: url(../img/icon_nav_dermatology.svg) no-repeat center 16px;
    background-size: 35px;
}

.gnavi_cosmetic {
    background: url(../img/icon_nav_cosmetic.svg) no-repeat center 12px;
    background-size: 40px;
}

.gnavi_pediatric {
    background: url(../img/icon_nav_pediatric.svg) no-repeat center 15px;
    background-size: 37px;
}

.gnavi_clinic {
    background: url(../img/icon_nav_clinic.svg) no-repeat center 17px;
    background-size: 36px;
}

.gnavi_access {
    background: url(../img/icon_nav_access.svg) no-repeat center 25px;
    background-size: 24px;
}

.gnavi_price {
    background: url(../img/icon_nav_price.svg) no-repeat center 16px;
    background-size: 35px;
}

.gnavi_contact {
    /* max-width: 385px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .gnavi_contact {
        max-width: 500px;
    }
}

.gnavi_contact_text {
    margin-right: 15px;
    margin-top: 25px;
    color: #855f54;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.gnavi_contact_adress {
    background: url(../img/common/icon_map.png) no-repeat left center;
    background-size: 10px;
    min-width: 256px;
    padding-left: 21px;
    margin: 0;
}

.gnavi_contact_station {
    background: url(../img/common/icon_train.png) no-repeat left bottom;
    background-size: 10px;
    padding-left: 21px;
    margin: 0;
}

.gnavi_contact a {
    padding-top: 25px;
}

.gnavi a span {
    color: #ed8b9c;
    font-size: 12px;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 700;
}



.gnavi_contact .btn_calendar {
    background: url(../img/front/icon_calendar.svg) no-repeat center left 20px, #68D8BA;
    background-size: 20px auto;
    min-height: 45px;
    margin-right: 15px;
    padding: 10px 20px 10px 55px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 50px;
}

.gnavi_contact .btn_tel {
    background: url(../img/front/icon_tel.svg) no-repeat center left 20px, #FF819F;
    background-size: 16px auto;
    padding: 10px 20px 10px 42px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50px;
}

@media screen and (max-width: 768px) {
    .gnavi_contact {
        display: none;
    }
}

/* ------ ↑ Gナビ ↑ --------------------------------------------------*/


.header_s {
    display: none;
}





/* ----------------------------------------------------------------------
    footer
---------------------------------------------------------------------- */
/* .footer{
    margin-top: 60px;
} */
#access {
    background: url(../img/bg_info.webp) no-repeat;
    background-size: cover;
    /* padding-top: 70px; */
    /* padding-bottom: 90px; */
}

.access_el {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 60px auto 0;
    max-width: 898px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.access_el_info {
    /* float: left; */
    padding: 0 15px 0 20px;
    width: 50%;
}

.access_el_list {
    list-style: none;
    margin: 35px 0 0;
}

.access_el_list li {
    border-top: 1px dotted rgba(133, 95, 84, 0.9);
    margin: 0;
    padding: 15px 0;
}

.access_el_list li:last-child {
    padding: 20px 0;
}

.access_el_list_ttl {
    color: #855f54;
    font-weight: bold;
    font-size: 11px;
    float: left;
    margin: 0;
    min-width: 90px;
}

.access_el_list_txt {
    color: #855f54;
    font-size: 11px;
    margin: 0;
}

.access_el_list_tel {
    color: #855f54;
    font-size: 11px;
    margin: 0;
}

.access_el_list_tel a {
    color: #855f54;
    font-weight: bold;
    font-size: 25px;
    line-height: 13px;
    text-decoration: none;
}

.access_el_map {
    border-radius: 20px;
    float: right;
    padding: 0 0 0 15px;
    width: 50%;
    height: 500px;
    overflow: hidden;
}

.calendar_box {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 90px;
    padding: 52px 0;
}

.calendar_box .container {
    max-width: 1000px !important;
    display: flex;
    align-items: center;
}

.calendar_box .contents_ttl {
    margin-bottom: 0;
}

.calendar_ttl {
    width: 45.2%;
}

.calendar_body {
    width: calc(100% - 45.2%);
}


@media screen and (max-width: 768px) {
    .access_el_map {
        margin-bottom: 40px;
    }

    .calendar_box .container {
        max-width: 100%;
        flex-direction: column;
    }

    .calendar_box .contents_ttl {
        margin-bottom: 50px;
    }

    .calendar_ttl {
        width: 100%;
    }

    .calendar_body {
        width: 90%;
    }
}


.footer_bottom {
    background: #f37b98;
    padding: 70px 0 50px;
    width: 100%;
}

.footer_bottom_tokyodoctors {
    display: block;
    margin: 0 auto 65px;
    max-width: 300px;
    width: 100%;
}

.footer_bottom_logo {
    display: block;
    margin: 0 auto 65px;
    max-width: 420px;
    width: 100%;
}

.footer_bottom_copyright {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .footer_bottom {
        padding: 70px 0 80px;
    }

    .footer_bottom_logo {
        width: 80%;
    }
}





/* ----------------------------------------------------------------------
    common
---------------------------------------------------------------------- */
.contents {
    border-radius: 20px;
    padding-bottom: 60px;
    margin: 0;
}

.contentsWhite {
    background: #fff;
}

.contentsGray {
    background: url(../img/common/bg_gray.png) no-repeat center center;
    background-size: cover;
}

.contents_ttl {
    line-height: 1.5;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto 45px;
}

.contents_ttl .ja {
    display: block;
    color: #5C081C;
    font-size: 30px;
    margin: auto;
    width: max-content;
}

.contents_ttl .en {
    display: block;
    color: #98d8c7;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

.contentsGray .contents_ttl {
    background: url(../img/common/bg_title_white.png) no-repeat center top;
    background-size: cover;
}


.contents_ttlS {
    color: #ffa200;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    position: relative;
    padding-left: 38px;
    margin: 0 0 30px;
}

.contents_ttlS::before {
    content: "";
    background: #f7f7f7;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 7px;
}


.subpage_ttl {
    background: url(../img/common/bg_title_gray2.png) no-repeat center center;
    background-size: cover;
    line-height: 1.5;
    text-align: center;
    padding: 70px 0 0;
    margin: 50px auto;
    max-width: 340px;
    width: 100%;
    height: 212px;
}

.subpage_ttl .ja {
    display: block;
    color: #855f54;
    font-size: 30px;
    margin: auto;
    width: max-content;
}

.subpage_ttl .en {
    display: block;
    color: #98d8c7;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}

.subpage_ttlMedical .ja {
    background: url(../img/common/icon_nav02.png) no-repeat left 8px;
    background-size: 30px;
    padding-left: 51px;
    line-height: 50px;
}

.subpage_ttlClinic .ja {
    background: url(../img/common/icon_nav03.png) no-repeat left 4px;
    background-size: 30px;
    padding-left: 51px;
    line-height: 50px;
}





/* ----------------------------------------------------------------------
    top page
---------------------------------------------------------------------- */
.hero {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: url(../img/bg_main.webp) no-repeat top center, #fff;
    background-size: cover;
    padding-bottom: 35px;
}

.container.news {
    background: url(../img/front/bg_news01.webp) no-repeat bottom left, url(../img/front/bg_news02.webp) no-repeat right bottom, url(../img/front/bg_news03.webp) repeat-y top center;
    background-size: 209px auto, 596px auto, 100%;
    max-width: 100% !important;
    /* margin-top: 47px; */
    /* height: 450px; */
    padding: 8rem 0;
}

.hero_news {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero_news_heading {
    width: 189px;
    /* margin-left: 45px; */
}

.hero_news_ttl {
    background: url(../img/front/bg_news_ttl.png) no-repeat;
    background-size: contain;
    max-width: 189px;
    width: 100%;
    height: 181px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_news_ttl img {
    width: 101px;
}

.hero_news_ttl+a {
    text-align: center;
}

.btn_mini {
    background: url(../img/icon_r_arrow.svg) no-repeat right 15px center, #47d2ad;
    background-size: 12px;
    /* padding-left: 15px; */
    /* padding-right: 30px; */
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    padding: 10px 30px 10px 20px;
}

.hero_newsCover {
    max-width: 780px;
    width: 100%;
}

.hero_news_list {
    list-style: none;
    /* padding-right: 60px; */
    margin: 0;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    /* overflow-y: scroll; */
}

.hero_news_list::-webkit-scrollbar {
    width: 10px;
}

.hero_news_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.1);
    border-radius: 100px;
}

.hero_news_list::-webkit-scrollbar-thumb {
    background-color: #f0f0f0;
    box-shadow: 0 0 0 1px rgb(255, 255, 255, 0.3);
    border-radius: 100px;
}

.hero_news_list a {
    text-decoration: none;
}

.hero_news_list li {
    margin: 0 0 25px;
}

.hero_news_list li:last-child {
    margin-bottom: 0;
}

.hero_news_list_ttl {
    color: #5C081C;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    margin: 0 0 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero_news_list a:last-child .hero_news_list_ttl {
    margin: 0;
}

.hero_news_list_ttl .date {
    display: inline-block;
    letter-spacing: .05em;
    min-width: 120px;
    font-weight: normal;
}

.hero_news_list_ttl .cat {
    min-width: 60px;
    margin-right: 15px;
    padding: 3px 9px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    border-radius: 3px;
}

.hero_news_list_ttl .cat.news {
    background: #68d8ba;
    line-height: 1.5;
}
.hero_news_list_ttl .cat.holiday {
    background: #fbe0e6;
    width: 60px;
    color: red;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 1150px) {
    .hero_news_list_ttl .cat.holiday {
        width: auto;
        margin-left: 3px;
    }
}

.hero_news_list_txt,
.hero_news_list_txt p {
    color: #313131;
    font-size: 14px;
    line-height: 1.57;
    margin: 0;
}

@media screen and (max-width: 1150px) {
    .hero_news {
        justify-content: center;
    }


    .hero_news_heading {
        width: 189px;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .container.news {
        background: url(../img/front/bg_news01-sp.png) no-repeat left top / 45%, url(../img/front/bg_news02.webp) no-repeat right bottom / 100%, url(../img/front/bg_news03.webp) repeat-y top center;
        /* background-size: 386px auto, 100%; */
        /* margin-top: 7vh; */
        height: auto;
        padding-top: 6rem;
        padding-bottom: 0;
    }

    .hero {

        /* padding-bottom: 350px; */
    }

    .hero_news {
        max-width: 100%;
        height: 100%;
    }

    .hero_news_ttl {
        background: url(../img/front/bg_news_ttl.png) no-repeat center top;
        background-size: contain;
        max-width: 159px;
        height: 151px;
        margin: 0 auto 20px;
    }

    .hero_news_ttl img {
        width: 81px;
    }

    .hero_news_heading {
        margin: 0 auto;
    }

    .hero_newsCover {
        padding: 40px 40px 100px;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    .hero_news_list {
        /* height: 300px; */
        padding-right: 0;
        /* overflow-y: scroll; */
    }

    .hero_news_list::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #ab9398;
        display: block;
        margin-bottom: 50px;
    }

    .hero_news_list a {
        margin-bottom: 30px;
    }

    .hero_news_list_ttl {
        margin-bottom: 10px;
        line-height: 2;
    }

    .hero_news_list_ttl .date {
        min-width: 100px;
        font-size: 13px;
        line-height: 1.5;
    }

    .hero_news_list_ttl .cat {
        min-width: 55px;
        margin-right: calc(100% - 100px - 18px - 45px);
    }
}


#medical {
    background: url(../img/front/bg_medical-menu.webp) no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
}

.contents_ttl .ja {
    background: url(../img/deco_heading_w.webp) no-repeat center top;
    background-size: 125px auto;
    min-width: 173px;
    padding-top: 88px;
    font-weight: 600;
    letter-spacing: 0.15em;
}

#features .contents_ttl .ja,
#first_visit .contents_ttl .ja {
    background: url(../img/deco_heading_p.webp) no-repeat center top;
    background-size: 125px auto;
}

#doctor .contents_ttl .ja {
    background: url(../img/deco_heading_g.webp) no-repeat center top;
    background-size: 125px auto;
}

#access .contents_ttl .ja {
    color: #921534;
}

.calendar_box .contents_ttl .ja {
    background: none;
    padding-top: 0;
}

#medical .contents_ttl .en,
#features .contents_ttl .en,
#first_visit .contents_ttl .en,
#access .contents_ttl .en {
    color: #FF819F;
    font-weight: 600;
}

.medical_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 45px;
    max-width: 856px;
    width: 100%;
}

.medical_list a {
    background: url(../img/front/bg_ele_medical-menu.webp) no-repeat;
    background-size: contain;
    color: #5C081C;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    position: relative;
    max-width: 250px;
    height: 250px;
    width: 100%;
    position: relative;
}

.medical_list a::after {
    content: '';
    background: url(../img/icon_r_arrow.svg)no-repeat center, #47d2ad;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    position: absolute;
    bottom: 4px;
    right: 30px;
}

.medical_list_text {
    width: 100%;
    height: 42%;
    margin-bottom: 0;
    padding-top: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.medical_list_icon {
    width: 100%;
    height: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medical_list a span {
    margin-top: 5px;
    color: #FF819F;
    font-size: 17px;
    font-weight: 600;
    font-family: "Segoe_Script", sans-serif;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #medical {
        padding-bottom: 50px;
    }

    .medical_list a {
        /* background-size: cover; */
        margin-bottom: 20px;
    }

    .medical_list_icon {
        height: 47%;
    }

    .medical_list_icon img {
        width: 40%;
    }

    .medical_list a span {
        margin-bottom: 20px;
        font-size: 16px;
    }
}


#features {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    overflow: hidden;
    background: url(../img/front/feature_back.jpg) center center;
    position: relative;
}

#features::before {
    content: "";
    width: 500px;
    height: 900px;
    background: url(../img/front/feature_back01.png) no-repeat top left;
    position: absolute;
    top: -45px;
    right: 13px;
    background-size: 110%;
}







.icon_heading {
    width: 173px;
    margin: 0 auto;
}

.features_list {
    list-style: none;
    margin: 0;
}

.features_list li {
    position: relative;
    margin: 0 0 70px;
    min-height: 350px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.features_list li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.features_list_el {
    width: calc(50% - 50px);
    height: max-content;
    margin-right: 50px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}

.features_list li:nth-child(even) .features_list_el {
    margin-right: 0;
    margin-left: 50px;
    align-items: flex-start;
}

.features_list_el_img {
    width: 50%;
    margin: 0;
}

.features_list_el_img img {
    width: 663px;
    /*97.3%*/
    margin-left: 20px;
}

.features_list li:nth-child(even) .features_list_el_img img {
    margin-right: 20px;
    margin-left: auto;
}

.features_list_el_ttl {
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: left top;
    color: #921534;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 4px;
    padding: 0 0 0 160px;
    margin: 0 0 30px;
    min-width: 456px;
    min-height: 123px;
    display: flex;
    align-items: center;
}

.features_list_el_ttl01 {
    background-image: url(../img/front/features_no1.png);
}

.features_list_el_ttl02 {
    background-image: url(../img/front/features_no2.png);
}

.features_list_el_ttl03 {
    background-image: url(../img/front/features_no3.png);
}

.features_list_el_ttl04 {
    background-image: url(../img/front/features_no4.png);
}

.features_list_el_ttl05 {
    background-image: url(../img/front/features_no5.png);
}

.features_list_el_txt {
    max-width: 520px;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
}

.features_list li:nth-of-type(1) .features_list_el::before {
    content: "";
    width: 532px;
    height: 450px;
    background: url(../img/front/feature_back02.png) no-repeat top left;
    position: absolute;
    top: -279px;
    left: -139px;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(3) .features_list_el_img::before {
    content: "";
    width: 500px;
    height: 500px;
    background: url(../img/front/feature_back03.png) no-repeat top right;
    position: absolute;
    top: -295px;
    right: 0;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(3) .features_list_el_img::after {
    content: "";
    width: 400px;
    height: 440px;
    background: url(../img/front/feature_back07.png) no-repeat top right;
    position: absolute;
    top: 252px;
    right: 120px;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(4) .features_list_el_img::before {
    content: "";
    width: 400%;
    height: 400px;
    background: url(../img/front/feature_back04.png) no-repeat top left;
    position: absolute;
    top: -266px;
    left: 0;
    z-index: -1;
    background-size: contain;
}

.features_list li:nth-of-type(5) .features_list_el_img::before {
    content: "";
    width: 400px;
    height: 400px;
    background: url(../img/front/feature_back05.png) no-repeat top right;
    position: absolute;
    top: -278px;
    right: 0;
    z-index: -1;
    background-size: cover;
}

.features_list li:nth-of-type(5) .features_list_el::before {
    content: "";
    width: 757px;
    height: 571px;
    background: url(../img/front/feature_back06.png) no-repeat top left;
    position: absolute;
    /* top: -50px; */
    left: -51px;
    bottom: -349px;
    z-index: -1;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #features {
        padding-bottom: 100px;
    }

    .contents_ttl .ja {
        background: url(../img/deco_heading_w.webp) no-repeat center top;
        background-size: 123px auto;
        min-width: 123px;
        padding-top: 104px;
    }

    .features_list li {
        margin: 0 0 100px;
        min-height: 350px;
        flex-direction: column;
    }

    .features_list li:nth-of-type(even) {
        flex-direction: column;
    }

    .features_list_el {
        margin-right: 0;
        margin-bottom: 20px;
        align-items: center;
    }

    .features_list li:nth-child(even) .features_list_el {
        margin-left: 0;
    }

    .features_list_el_img {
        width: 93%;
    }

    .features_list li:nth-child(even) .features_list_el_img {
        /* margin: 0 auto 0 0; */
    }

    .features_list_el_img img {
        width: 100%;
        margin-left: 0;
    }

    .features_list_el_ttl {
        background-size: 110px;
        font-size: 21px;
        padding: 0 0 0 115px;
        margin: 0 0 20px 20px;
        min-width: calc(100% - 20px);
        min-height: 100px;
    }

    .features_list_el_txt {
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    .features_list li:nth-child(even) .features_list_el_img img {
        margin-right: unset;
        margin-left: unset;
    }

    #features::before {
        content: "";
        width: 536px;
        height: 500px;
        background: url(../img/front/feature_back02.png) no-repeat top left;
        position: absolute;
        top: 480px;
        left: -137px;
        background-size: cover;
    }

    .features_list li:nth-of-type(1) .features_list_el::before {
        display: none;
    }

    .features_list li:nth-of-type(3) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(3) .features_list_el_img::after {
        display: none;
    }

    .features_list li:nth-of-type(4) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(5) .features_list_el_img::before {
        display: none;
    }

    .features_list li:nth-of-type(5) .features_list_el::before {
        content: "";
        width: 500px;
        height: 450px;
        background: url(../img/front/feature_back06.png) no-repeat top left;
        position: absolute;
        /* top: -50px; */
        left: -99px;
        bottom: -556px;
        z-index: -1;
        background-size: cover;
    }
}

#doctor {
    background: url(../img/front/bg_doctor02.webp) no-repeat bottom right, url(../img/front/bg_doctor01.webp) no-repeat;
    background-size: 517px auto, cover;
    /* padding-top: 60px; */
    /* padding-bottom: 90px; */
}

.doctor_box {
    margin-bottom: 12px;
    display: flex;
}

.doctor_text {
    width: calc(50% - 100px);
    margin-left: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.txt_name {
    margin-bottom: 50px;
    color: #5C081C;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.3em;
    display: flex;
    flex-direction: column;
}

.txt_name .position {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3em;
    display: inline-block;
}

.txt_name .en {
    margin-top: 5px;
    color: #68D8BA;
    font-size: 18px;
    font-family: "Segoe_Script", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
}

.txt_profile {
    font-size: 16px;
    line-height: 2;
}

.doctor_img {
    width: 50%;
    padding-left: 65px;
}

.doctor_img img {
    width: 474px;
    height: auto;
    position: sticky;
    top: 10px;
    margin: auto;
}

.btn {
    background: url(../img/icon_r_arrow.svg) no-repeat right 20px center, #68d8ba;
    background-size: 15px;
    width: 400px;
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-family: "Zen Maru Gothic", sans-serif !important;
    letter-spacing: 2px;
}

.btn:hover {
    text-decoration: none;
}

.txt_center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #doctor {
        background: url(../img/front/bg_doctor02.webp) no-repeat bottom right, url(../img/front/bg_doctor01.webp) no-repeat center top;
        background-size: 317px auto, cover;
        padding: 7rem 0 5rem;
    }

    #doctor .contents_ttl {
        margin-bottom: 20px;
    }

    .txt_name {
        font-size: 25px;
    }

    .doctor_box {
        flex-direction: column-reverse;
        margin-top: -50px;
    }

    .doctor_text {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .doctor_img {
        width: 80%;
        margin: 20px auto 50px;
        padding-left: 0;
    }

    .btn {
        width: 100%;
        margin-bottom: 50px;
    }

    .features_list_el .btn {
        margin-bottom: 10px;
    }

    #doctor .btn {
        width: 80%;
        margin-bottom: 50px;
    }
}


#first_visit {
    background: url(../img/front/bg_firstvisit.webp) no-repeat center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 115px;
}

#first_visit .container {
    max-width: 1000px !important;
}

.first_visit_box {
    background: #fff;
    padding: 60px 70px 90px;
    border-radius: 20px;
}

.visit_guidance {
    background: url(../img/front/img_visit01.webp) no-repeat bottom left 60px, #fff6f8;
    background-size: 174px;
    margin-bottom: 60px;
    padding: 42px 75px 35px 290px;
    border-radius: 30px;
}

.visit_guidance p {
    margin-bottom: 0;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.visit_heading {
    margin-bottom: 15px;
    color: #724953;
    font-size: 20px;
}

.visit_heading-alt {
    margin-bottom: 30px;
}

.visit_heading::before {
    content: '●';
    margin-right: 10px;
    color: #47d2ad;
    display: inline-block;
}

.visit_heading+p {
    margin-bottom: 55px;
    font-weight: 400;
    line-height: 1.8;
    font-size: 15px;
}

.visit_heading+p a {
    display: inline;
}

.first_visit_list {
    margin-left: 27px;
    margin-bottom: 60px;
    list-style: none;
}

.first_visit_list li {
    margin-left: 0;
    margin-bottom: 20px;
}

.num {
    margin-top: 0;
    font-size: 16px;
}

.num::before {
    content: "";
    background: #FF8CA7;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    padding-top: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-indent: -0.1rem;
    vertical-align: 1px;
    border-radius: 3px;
    display: inline-block;
}

.num.num_1st::before {
    content: "1";
}

.num.num_2nd::before {
    content: "2";
}

.num.num_3rd::before {
    content: "3";
}

.num.num_4th::before {
    content: "4";
}

.num.num_5th::before {
    content: "5";
}

.num a {
    display: inline;
}

.num+p {
    margin-left: 30px;
    margin-bottom: 0;
}

.num+p>a {
    display: inline;
}

@media screen and (max-width: 768px) {
    #first_visit {
        padding: 70px 20px 80px;
    }

    .first_visit_box {
        background: #fff;
        padding: 20px 20px 60px;
    }

    .visit_guidance {
        background: url(../img/front/img_visit01.webp) no-repeat bottom center, #fff6f8;
        background-size: 52%;
        padding: 22px 25px 215px;
        border-radius: 15px;
    }

    .first_visit_list {
        margin: 0 0 60px;
        list-style: none;
    }

    .num {
        padding-left: 4.1rem;
        text-indent: -4rem;
    }

    .visit_heading {
        font-size: 18px;
    }
}

.scroll-top img {
    width: 107px;
}

.btn_questionnaire_fixed {
    position: fixed;
    right: 0;
    top: 30%;
    bottom: 50%;
    z-index: 555;
}

.btn_reservation_fixed_link {
    display: block;
    margin-bottom: 10px;
}

.btn_questionnaire_fixed_link {
    display: block;
}


.btn_questionnaire_fixed img {
    width: 48px;
    height: auto;
}

.btn_questionnaire_fixed-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn_questionnaire_fixed {
        display: none;
    }

    .btn_questionnaire_fixed-sp {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
    }

    .btn_questionnaire_fixed-sp img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

}

/* ----------------------------------------------------------------------
    sub page
---------------------------------------------------------------------- */
.page_ttl {
    background-position: center top;
    background-size: cover;
    max-width: 1200px;
    height: 220px;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_ttl .heading {
    margin-bottom: 5px;
    color: #724953;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.page_ttl .heading_en {
    color: #ed8b9c;
    font-size: 15px;
    font-family: 'Segoe_Script_B', sans-serif;
}

.gnav_contact_box {
    width: 100%;
    overflow: hidden;
}

.gnav_contact_box .gnavi_contact {
    float: right;
}

.content_list {
    background: url(../img/bg_anchor.webp) no-repeat center center;
    background-size: cover;
    height: 120px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.content_list ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.content_list ul li {
    background: #fff;
    margin: 0;
    color: #845f54;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 6px;
    position: relative;
}

.content_list ul li::before {
    content: '';
    background: url(../img/icon_arrow_u_b.svg) no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.content_list ul li a {
    width: 240px;
    height: 54px;
    padding-top: 12px;
    color: #855f54;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .page_ttl {
        margin-top: 0;
        padding-top: 80px;
        height: 270px;
    }

    .content_list {
        background: url(../img/bg_anchor_sp.webp) no-repeat bottom right, #F8F8FA;
        background-size: contain;
        height: auto;
        margin-bottom: 100px;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .content_list ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content_list ul li {
        width: 80%;
    }

    .content_list ul li a {
        width: auto;
        padding: 10px 20px 0;
    }
}

.sec {
    margin-bottom: 130px;
    padding-top: 0;
    padding-bottom: 0;
}

.sec_ttl {
    margin-bottom: 80px;
    padding-top: 90px;
    position: relative;
    z-index: 0;
}

.sec_ttl::before {
    content: '';
    background: url(../img/heading_deco.webp) no-repeat center top;
    background-size: contain;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.sec_ttl::after {
    content: '';
    background: #5F9B45;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.sec_ttl .heading {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.main_heading_jp {
    margin-bottom: 5px;
    color: #5F9B45;
    font-size: 30px;
    letter-spacing: 0.1em;
}

.main_heading_en {
    color: #d2bc49;
    font-size: 15px;
    font-family: 'Segoe_Script_B', sans-serif;
}

@media screen and (max-width: 768px) {
    .sec {
        margin-bottom: 100px;
    }

    .sec_ttl .heading {
        padding: 0 10px;
    }

    .main_heading_jp {
        font-size: 24px;
        letter-spacing: 0.05em;
    }
}

.content_main {}

.box_2col_half {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.box_2col_half .box_img {
    width: 41.67%;
}

.box_2col_half .box_text {
    width: 50%;
    font-size: 16px;
    font-family: 'Zen Maru Gothic Regular', sans-serif;
    line-height: 2;
}

/* .box_2col_half .box_text a {
    color: #ed6586;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dotted 2px #ED6586;
    display: inline;
} */

.box_check {
    padding: 50px 100px;
    border: solid 3px #83D65F;
    border-radius: 30px;
    margin-bottom: 50px;
}

.box_check .heading {
    background: #5F9B45;
    width: fit-content;
    margin: -77px auto 55px;
    padding: 15px 55px;
    color: #fff;
    font-size: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.05em;
    border-radius: 100px;
}

.box_2col_half .box_text .box_check {
    background: #fff;
    margin-top: 80px;
    padding: 40px 50px 30px;
}

.box_2col_half .box_text .box_check .heading {
    margin-top: -68px;
    padding: 15px 30px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .box_2col_half {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .box_2col_half .box_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .box_2col_half .box_text {
        width: 100%;
    }

    .box_check,
    .box_2col_half .box_text .box_check {
        margin-bottom: 50px;
        padding: 20px 45px;
    }

    .box_check .heading,
    .box_2col_half .box_text .box_check .heading {
        padding: 10px 40px;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 30px;
    }
}

.list_col3 {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.list_col3 li {
    width: calc(100% / 3);
    margin: 0 0 30px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.list_col3 li::before {
    content: '';
    background: url(../img/icon_check_g.svg) no-repeat center center / cover;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    display: inline-block;
}

.box_2col {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.box_2col .box_img {
    width: 20.83%;
}

.box_2col .box_text {
    width: 75%;
    font-size: 16px;
    line-height: 2;
}

.heading04 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    color: #4C8C30;
    font-size: 18px;
    letter-spacing: 0.05em;
    border-bottom: solid 2px #5F9B45;
}

.heading04::before {
    content: '';
    background: #5F9B45;
    width: 12px;
    height: 36px;
    margin-right: 22px;
    vertical-align: -9px;
    border-radius: 2px;
    display: inline-block;
}

.heading04.mb-40 {
    margin-bottom: 40px;
}

.btn_detail,
.btn_detail02 {
    background: #47d2ad;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: relative;
}

.btn_detail {
    width: 460px;
}

.btn_detail::before,
.btn_detail02::before {
    content: '';
    background: url(../img/icon_r_arrow.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn_detail02 {
    width: 260px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .list_col3 {
        flex-direction: column;
    }

    .list_col3 li {
        width: 100%;
        padding-left: 2rem;
        text-indent: -2.6rem;
        margin-bottom: 17px;
    }

    .box_2col {
        flex-direction: column;
    }

    .box_2col .box_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_2col .box_text {
        width: 100%;
    }

    .btn_detail {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .heading04 {
        padding-left: 20px;
        font-size: 18px;
        position: relative;
    }

    .heading04::before {
        width: 12px;
        height: 90%;
        position: absolute;
        left: -1px;
    }

    .btn_detail02 {
        width: 260px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

/*------------------
一般皮膚科
--------------------*/
#dermatology_diseases {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#dermatology_diseases .sec_ttl .heading {
    background: #fff6f8;
}

.heading_art {
  position: relative;
    background: #5F9B45;
    margin-bottom: 50px;
    padding: 15px 10px 15px 30px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 8px;
}

.heading_art::before {
    content: '●';
    margin-right: 20px;
    color: rgb(255, 255, 255, 0.47);
}

@media screen and (max-width: 768px) {
    .heading_art::before {
        margin-right: 8px;
    }
}

.box_list {
    max-width: 1000px;
    margin: 0 auto 130px;
}

.normal_list {
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.normal_list li {
    width: calc(100% / 3);
    margin: 0 0 20px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.normal_list li.txt_normal {
    font-weight: normal;
}

.normal_list li.txt_font16 {
    font-size: 16px;
}

.normal_list li.w_full,
.box_detail .normal_list li.w_full {
    width: 100%;
}

.normal_list li::before {
    content: '●';
    margin-right: 6px;
    color: #ff8ca7;
    font-size: 14px;
    vertical-align: 2px;
    display: inline-block;
}

.normal_list li a {
    text-decoration: underline;
    display: inline-block;
}

.normal_list li.w_full p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

p.txt_notice {
    font-size: 16px;
    color: #5C081C;
    font-weight: 500 !important;
}

p.txt_notice-alt {
    margin-top: -20px;
    margin-bottom: 50px;
    padding-left: 22px;
}

@media screen and (max-width: 768px) {
    p.txt_notice-alt {
        margin-top: -5px;
    }
}

.box_detail {
    background: #fff;
    margin-bottom: 145px;
    padding: 50px 100px 50px;
    border-radius: 20px;
    position: relative;
}

.heading04.mb-100+.box_detail {
    margin-top: 100px;
}

.box_detail .detail_heading {
    background: #ff8ca7;
    width: 555px;
    margin: -75px auto 70px;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    display: block;
}

.box_detail .box_2col_half .box_img {
    width: 40%;
}

.box_detail .box_2col .box_img {
    width: 30%;
}

.box_detail .box_2col .box_text {
    width: 65%;
}

.box_detail .normal_list {
    margin-bottom: 80px;
}

.box_detail .normal_list-alt {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .box_detail .normal_list {
        margin-bottom: 0px;
    }
}

.box_detail .normal_list.mb-30 {
    margin-bottom: 30px;
}

.box_detail .normal_list.mb-0 {
    margin-bottom: 0;
}

.box_detail .normal_list li {
    width: auto;
    /* padding-right: 32px; */
    color: #1e1e1e;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.box_detail .heading04 {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .box_detail .box_2col_half .box_img {
        width: 100%;
    }
}

.heading06 {
    background: #5F9B45;
    margin-bottom: 20px;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

.heading06 span {
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .heading06 {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .table_price {
        margin: 2rem 0;
    }
}

.table_price {
    margin-top: 0;
    margin-bottom: 100px;
    border: none;
}

.table_price.cap {
  margin-bottom: 0;
}



#dermatology_diseases .table_price {
    margin-bottom: 50px;
}

.table_price tr:first-of-type {
    border-top: solid 1px #cdcdcd;
}

.table_price tr {
    border-bottom: solid 1px #cdcdcd;
}

.table_price tr.none {
    height: 10px;
}

.table_price th,
.table_price td {
    padding: 10px 0;
    border: none;
}

.table_price th {
    width: 810px;
    padding: 15px 0 15px 30px;
    padding-left: 30px;
    /* border-right: solid 1px #cdcdcd; */
    position: relative;
}

.table_price th::after {
    content: '';
    background: #cdcdcd;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.table_price td {
    width: calc(100% - 810px);
    padding-right: 25px;
    text-align: right;
    letter-spacing: 0.01em;
}

.box_alert {
    display: flex;
    gap: 50px;
    padding-top: 20px;
    border-top: dashed 1px #d2a9a9;
}

.box_alert.has_border {
    padding-top: 15px;
    border-top: solid 1px #CCC;
}

.box_alert .ttl {
    color: #921534;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.box_alert .txt {
    color: #555;
    font-size: 14px;
    line-height: 2.14;
}

.content_main .content {
    max-width: 1000px;
    margin: 0 auto;
}

.txt_font16 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.5px;
}

.txt_normal {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .txt_font16 {
        font-size: 15px;
        /* margin-bottom: 70px; */
    }

    #dermatology_diseases {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .heading_art {
        margin-bottom: 30px;
        padding: 15px 30px 15px 56px;
        font-size: 19px;
        text-indent: -40px;
        letter-spacing: 1px;
    }

    .normal_list li {
        width: 100%;
    }

    .box_detail {
        margin-bottom: 100px;
        padding: 50px 20px 50px;
    }

    .box_detail .detail_heading {
        width: 100%;
        margin: -75px auto 30px;
        padding: 12px 20px;
        font-size: 18px;
    }

    .box_detail .box_2col .box_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_detail .box_2col .box_text {
        width: 100%;
    }

    .box_detail .box_img {
        width: 100%;
    }

    .box_detail .normal_list li {
        width: 100%;
        padding-right: 32px;
    }

    .normal_list li.w_full.long{
        flex-wrap: wrap;
    }
    .normal_list li.w_full,
    .box_detail .normal_list li.w_full {
        padding-right: 0;
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 20px;
        display: flex;
        line-height: 1.6;
    }

    .normal_list li.w_full-alt {
        margin-bottom: 0;
    }

    .table_price th {
        width: 70%;
        padding-left: 10px;
    }

    .table_price td {
        width: 30%;
        padding-right: 10px;
        text-align: right;
    }

    .box_alert {
        flex-direction: column;
        gap: 0;
        margin-top: 4rem;
    }
}

/*対象となる主な疾患*/
#dermatology_target {
    padding-top: 110px;
}

#dermatology_target .content_main {
    margin-bottom: 150px;
}

.box_column {
    background: url(../img/dermatology/bg_target01.webp) no-repeat top center, #FFFFF6;
    background-size: 1037px;
    margin-bottom: 150px;
    padding: 50px 100px 10px;
    border-radius: 20px;
    margin-top: 80px;
}

.box_column.bg_none {
    background: #FFFFF6;
}

.box_column_ttl {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .box_column_ttl {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}


.box_column_ttl .heading {
    color: #921534;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 3px;
}


.box_column_ttl .heading .sub_ttl {
    margin-top: 10px;
    font-size: 18px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .box_column_ttl .heading {
        font-size: 20px;
    }

    .box_column_ttl .heading .sub_ttl {
        font-size: 16px;
    }
}

.box_column_2col {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
}

.box_column_img {
    width: 28%;
}
.box_column_img img:not(:last-of-type){
    margin-bottom: 20px;
}

.box_column_txt {
    width: 64.8%;
    font-size: 16px;
}

.box_column_txt .group {
    margin-bottom: 50px;
}

.box_column_txt .group p {
    margin-bottom: 1.25em;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_txt .group strong {
    background: linear-gradient(180deg, rgba(255, 255, 246, 1) 0%, rgba(255, 255, 246, 1) 75%, rgba(254, 255, 49, 1) 75%, rgba(254, 255, 49, 1) 100%);
    font-weight: bold;
}

.box_column_bg {
    background: url(../img/dermatology/bg_target02.webp) no-repeat right bottom -30px;
    background-size: 270px;
    margin-bottom: 130px;
}

.box_column_bg .heading {
    color: #921534;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.box_column_bg p {
    width: 64.8%;
    font-size: 16px;
    line-height: 2;
}

.box_column_default {
    margin-bottom: 100px;
}

.box_column_default .heading {
    background: #ff8ca7;
    width: 555px;
    margin: 0 auto 50px;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100px
}


@media screen and (max-width: 768px) {
    .box_column_default .heading+.desc {
        margin-top: 0;
    }
}

.box_column_default .desc {
    margin-bottom: 70px;
    color: #921534;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.list_column_bg {
    width: 752px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.list_column_bg li {
    width: 50%;
    min-height: 212px;
    margin: 0;
    padding: 77px 57px 45px 48px;
    list-style: none;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.list_column_bg li:nth-of-type(2),
.list_column_bg li:nth-of-type(3) {
    background: url(../img/dermatology/bg_target03.webp) no-repeat;
    background-size: contain;
}

.list_column_bg li:nth-of-type(1),
.list_column_bg li:nth-of-type(4) {
    background: url(../img/dermatology/bg_target04.webp) no-repeat;
    background-size: contain;
}

.box_column_flow {
    margin-right: 45px;
    margin-left: 65px;
    margin-bottom: 120px;
    position: relative;
}

.box_column_flow::after {
    content: '';
    background: #ed6586;
    width: 2px;
    height: 102%;
    position: absolute;
    top: 0;
    left: 34px;
}

.box_column_group {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.box_column_num {
    background: #ed6586;
    width: 69px;
    height: 69px;
    color: #fff;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 1;
}

.box_column_txt {
    width: 88.95%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_txt .heading_flow {
    background: none;
    margin-top: 0;
    margin-bottom: 10px;
    color: #921534;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
    .box_column_txt .heading_flow {
        font-size: 18px;
    }
}

.box_column_txt .heading_flow span {
    font-size: 16px;
}

.box_column_summary {
    padding-top: 55px;
    font-size: 16px;
    border-top: dotted 3px #ED6586;
}

.box_column_summary p {
    margin-bottom: 1.25em;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_column_summary a {
    display: inline;
}

p.txt_strong {
    margin-bottom: 50px;
    font-weight: bold;
}

.box_column_col {
    width: 684px;
    margin: 0 auto;
}

.box_column_col .group {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    #dermatology_target {
        padding-top: 50px;
    }

    #dermatology_target .content_main {
        margin-bottom: 100px;
    }

    .box_column {
        background: url(../img/dermatology/bg_target01.webp) no-repeat top 30px center, #FFFFF6;
        background-size: contain;
        margin-top: 0;
        margin-bottom: 80px;
        padding: 20px;
    }

    .box_column_2col {
        flex-direction: column;
    }

    .box_column_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_column_txt {
        width: 100%;
    }

    .box_column_bg {
        background: url(../img/dermatology/bg_target02.webp) no-repeat right bottom -30px;
        background-size: 270px;
        margin-bottom: 80px;
    }

    .box_column_bg .heading {
        margin-bottom: 20px;
    }

    .box_column_bg p {
        width: 100%;
    }

    .box_column_default .heading {
        width: 100%;
        margin: 0 auto 30px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .list_column_bg {
        width: 100%;
    }

    .list_column_bg li {
        width: 100%;
        min-height: 182px;
        padding: 45px 50px 45px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box_column_flow {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 120px;
        position: relative;
    }

    .box_column_flow::after {
        left: 15px;
    }

    .box_column_group {
        margin-bottom: 50px;
    }

    .box_column_num {
        width: 30px;
        height: 30px;
        font-size: 22px;
        border-radius: 100px;
    }

    .box_column_col {
        width: 100%;
    }

    .box_column_flow .box_column_txt {
        width: 88%;
    }
}
#dermatology_other {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

/*------------------
美容皮膚科
--------------------*/
.list_col2,
.list_col {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
}

.list_col2 li {
    width: 50%;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
}

.list_col li {
    width: 100%;
    margin: 0 0 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.list_col2 li::before,
.list_col li::before {
    content: '';
    background: url(../img/icon_check_p.svg) no-repeat center center / cover;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    left: -2px;
    top: 3px;
}

#cosmetic_skin {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#cosmetic_pierce {
    background: #fff6f8;
    padding: 100px 0;
    margin-bottom: 0;
}

#cosmetic_pierce .sec_ttl .heading,
#cosmetic_skin .sec_ttl .heading {
    background: #fff6f8;
}

.content_sublist ul {
    margin: 0 0 110px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.content_sublist ul li {
    background: url(../img/icon_arrow_u_p.svg) no-repeat center bottom 5px;
    width: fit-content;
    margin: 0;
    padding-bottom: 20px;
}

.content_sublist ul li a {
    padding: 0 8px 5px;
    color: #855f54;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dashed 1px #D56A8C;
}

@media screen and (max-width: 768px) {
    #cosmetic_skin {
        padding: 80px 0 10px;
        margin-bottom: 0;
    }

    .content_sublist ul {
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 50px;
    }
}

#cosmetic_aga {
    padding-bottom: 0;
    padding-top: 80px;
}

.box_detail_c {
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}

.box_detail_c_group {
    width: 48.22%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.box_detail_c_head {
    background: #12b5be;
    padding-bottom: 25px;
}

.box_detail_c_sub {
    background: #c4ecef;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 10px 82px;
    color: #13b5be;
    font-size: 22px;
    text-align: center;
    border-radius: 0 0 50px 50px;
}

.box_detail_c_ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.box_detail_c_ttl span {
    font-size: 14px;
}

.box_detail_c_body {
    background: #f8f8f8;
    padding-bottom: 45px;
}

.box_detail_c_body .box_img {
    padding-top: 50px;
    padding: 50px 55px 55px;
    margin: 0 auto;
    text-align: center;
}

.box_detail_c_body .box_img img {
    margin: 0 auto;
}

.box_detail_c_body .box_txt {
    margin: 0 44px;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .box_detail_c {
        flex-direction: column;
    }

    .box_detail_c_group {
        width: 100%;
    }

    .box_detail_c_group:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .box_detail_c_body .box_img {
        padding: 30px 25px 25px;
    }

    .box_detail_c_body .box_txt {
        margin: 0 20px;
    }

    .list_col2,
    .list_col {
        flex-direction: column;
    }

    .list_col2 li,
    .list_col li {
        width: 100%;
        margin: 0 0 30px;
        padding-left: 20px;
        text-indent: -28px;
    }
}

/*------------------
医院紹介
--------------------*/
/*here*/
.box_3col {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 60px;
}

.box_3col_ele {
    width: calc((100% - 120px) / 3);
}

.box_3col_img {
    margin-bottom: 25px;
}

.box_3col_img img {
    margin: auto;
}

.box_3col_txt {}

.box_3col_txt .heading {
    margin: 0 0 20px;
    color: #921534;
    font-size: 20px;
    text-align: center;
}

.box_3col_txt .txt_notice {
    font-size: 16px;
    line-height: 2;
}

#clinic_doctor {
    background: #fff6f8;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

#clinic_doctor .sec_ttl .heading,
#clinic_standards .sec_ttl .heading {
    background: #fff6f8;
}

#clinic_doctor .txt_name .en {
    color: #ed6586;
}

#clinic_doctor .txt_profile {
    margin-bottom: 50px;
}

.txt_history {
    margin-bottom: 50px;
}

.txt_history .heading {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #921534;
    font-size: 18px;
    border-bottom: solid 1px #F2A6B4;
}

.txt_history .heading::before {
    content: '●';
    margin-right: 12px;
    color: #f2a6b4;
    font-size: 14px;
}

.txt_history ul {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    list-style: none;
}

.txt_history ul li {
    margin-left: 0;
}

/*アクセス*/
#clinic_access {}

.box_map {
    margin-bottom: 100px;
}

.box_map_txt {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.box_map_txt .txt_address {
    background: url(../img/clinic/icon_spot_p.svg) no-repeat center left;
    background-size: 23px;
    width: fit-content;
    margin: 0 auto 5px;
    padding-left: 30px;
}

.box_map .map {
    max-width: 1000px;
    height: 450px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

#clinic_access .box_2col {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.box_transportation {
    width: calc((100% - 100px) / 2);
}

.box_transportation .box_img {
    width: 100%;
    margin-bottom: 30px;
}

.box_transportation .box_txt {
    font-size: 16px;
}

.box_walk_mov .box_mov {
    max-width: 564px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.box_walk_mov .box_mov iframe {}

@media screen and (max-width: 768px) {
    .box_map {
        margin-bottom: 50px;
    }

    .box_map .map {
        max-width: 100%;
        height: auto;
        border-radius: 30px;
    }

    #clinic_access .box_2col {
        max-width: 100%;
        margin: 0 auto 50px;
        flex-direction: column;
        gap: 50px;
    }

    .box_transportation {
        width: 100%;
    }
}

/*施設基準に係わる掲示事項*/
#clinic_standards {
    background: #fff6f8;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 110px;
}

#clinic_standards a {
    color: #ed6586;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dotted 2px #ED6586;
    display: inline;
}
#clinic_standards .heading_art{
    cursor: pointer;
    margin-bottom: 50px;
}
/* .box_accordion{
    height: 0;
    opacity: 0;
} */
table.standards{
    text-align: center;
    border: none;
}
.box_accordion .pp p:not(.nomal_p){
    padding-left: 1.5em;
    text-indent: -1.25em;
}

@media screen and (max-width: 768px) {
    #clinic_standards {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .box_3col {
        gap: 50px;
    }

    .box_3col_ele {
        width: 100%;
    }
}

/*------------------
料金表
--------------------*/
#price_list .content_main,
#price_skincare .content_main {
    max-width: 1000px;
    margin: 0 auto;
}

#price_list .comments,
#price_skincare .comments {
    background: #f2f8f6;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    color: #5F9B45;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    border-radius: 10px;
}

#price_skincare .comments {
    background: #fff;
    padding: 20px 25px;
    color: #4C8C30;
}

#price_list .comments.minus_mt,
#price_skincare .comments.minus_mt {
    margin-top: -50px;
}

#price_list .heading06,
#price_skincare .heading06 {
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

#price_skincare .heading06 {
    margin-bottom: 30px;
}

#price_list .heading06 .comments,
#price_skincare .heading06 .comments {
    background: #f2f8f6;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    align-self: center;
    flex-shrink: 0;
}

#price_list .heading06-alt {
    margin-bottom: 40px;
}

#price_skincare .heading06 .comments {
    padding: 2px 15px;
}

#price_skincare .heading06 .comments a {
    color: #ff819f;
    font-size: 16px;
    display: inline;
    letter-spacing: 0.01em;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #price_skincare .heading06 {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    #price_skincare .heading06 .comments {
        /* align-self: flex-start; */
    }
}

/*スキンケア用品*/
#price_skincare {
    background: #fff6f8;
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 40px;
}

#price_skincare .sec_ttl .heading {
    background: #fff6f8;
}

#price_skincare .content_main {
    margin-bottom: 180px;
}

.skincare_logo img {
    margin: 0 auto 40px;
}

.box_2col_skincare {
    margin-bottom: 20px;
    background: #fff;
    display: flex;
}

.box_2col_skincare .box_img {
    width: 30%;
    position: relative;
}

.box_2col_skincare .box_img:not(.no_border)::after {
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box_2col_skincare .box_txt {
    width: 70%;
    padding: 42px 43px;
    font-size: 16px;
    position: relative;
}

.box_2col_skincare .box_txt>p {
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.01em;
}

.box_2col_skincare .box_txt .heading {
    margin-top: 0;
    margin-bottom: 20px;
    color: #921534;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

.box_2col_skincare .box_txt .box_prices {
    display: flex;
    gap: 20px;
    position: absolute;
    left: 43px;
    bottom: 42px;
}

.box_2col_skincare .box_txt .price_item {
    width: fit-content;
    margin-bottom: 0;
    padding: 0 50px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.01em;
    border: solid 1px #707070;
}

.box_2col_skincare .box_txt .price_item span {
    text-align: left;
}

.box_2col_skincare .box_txt .price_item.large {
    width: 250px;
    padding: 0 20px;
    text-align: right;
    display: flex;
}

.box_2col_skincare .box_txt .price_item.large span {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    position: relative;
}

.box_2col_skincare .box_txt .price_item.large span::before {
    content: '';
    background: #000;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box_2col_skincare .box_txt .box_caution {
    width: 400px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    border-top: solid 1px #CDCDCD;
    position: absolute;
    right: 43px;
    bottom: 42px;
}

.box_2col_skincare .box_txt .box_caution strong {
    margin-bottom: 5px;
    color: #921534;
    font-size: 16px;
}

.txt_skincare_note {
    width: fit-content;
    margin: 30px auto 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    #price_skincare .content_main {
        margin-bottom: 100px;
    }

    .box_2col_skincare {
        flex-direction: column;
    }

    .box_2col_skincare .box_img {
        width: 100%;
    }

    .box_2col_skincare .box_img:not(.no_border)::after {
        width: 90%;
        height: 1px;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateY(0) translateX(-50%);
    }

    .box_2col_skincare .box_txt {
        width: 100%;
        padding: 32px 23px;
    }

    .box_2col_skincare .box_txt .box_prices {
        position: static;
        align-items: center;
        flex-direction: column;
    }

    .box_2col_skincare .box_txt .box_caution {
        width: 100%;
        margin-top: 30px;
        position: static;
    }
}

/*news*/
.l-site-content {
    /* background: #fff6f8; */
}

.l-blog-content-outer {
    max-width: 1200px;
    margin: 0 auto;
}

.l-container {
    /* width: 960px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 50px 0 50px;
    ;
}

.l-container-post {
    /* width: 960px; */
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 50px 150px 50px;
    box-sizing: border-box;
}

.c-post-news-list {
    margin: 0px 0 0 0;
    padding: 0;
}

.c-post-news-list__item:first-of-type {
    padding: 70px 0 40px 0;
}

.c-post-news-list__item:last-of-type {
    /* padding: 55px 0 150px 0; */
}

.c-post-news-list__item {
    padding: 55px 0 40px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.c-post-news-list__info {
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
}

.list__title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
}

.c-post-news-list__time,
.c-post-single__time {
    font-size: 16px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #c2a7ac;
}

.c-post-news-list__desc {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.c-post-news-list__link {
    color: #4d101a;
    display: block;
    padding-bottom: 0px;
}

.c-post-news-list__link p {
    line-height: 1.8;
}

.c-post-news-list__link-wrap {
    position: relative;
    padding: 0px 0 0 0;
    text-align: right;
    z-index: 2;
}

h2.c-blog-heading__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.c-post-news-list__link-wrap a {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 8px 2px 10px 2px;
    background-color: #eeeeee;
    color: #5c4f52;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}

.c-post-news-list__title {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.25;
}

@media screen and (max-width: 768px) {

    .l-container,
    .l-container-post {
        width: 100%;
        box-sizing: border-box;
    }

    .l-container,
    .l-container-post {
        width: 100%;
        box-sizing: border-box;
        padding: 80px 30px 100px 30px;
    }

    h2.c-blog-heading__title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .c-post-news-list__item:first-of-type {
        padding: 30px 0 40px 0;
    }

}

.l-blog__main {
    /* background: #fff6f8; */
}



.c-post-single {
    margin: 0px 0 0 0;
    padding: 0;
}

.c-post-single__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0px 0px 0 0px;
}

.c-post-single__info {
    margin-bottom: 7rem;
}

.c-post-single__info--news {
    justify-content: flex-start;
}

.c-post-single__time--news {
    font-size: 18px;
}

.l-single-pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-top: 1px solid #494c50;
    border-bottom: 1px solid #494c50;
    margin: 110px 0 0px 0;
    padding: 20px 0px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
}

.l-single-pagenation__prev,
.l-single-pagenation__next {
    width: 33.3%;
}

.l-single-pagenation__prev a {
    padding-left: 35px;
}

.l-single-pagenation__prev>a,
.l-single-pagenation__next>a {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1300px) {

    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .gnaviArea .gnavi {
        /* padding: 15px 35px 110px 0; */
        /* max-width: 480px; */
    }

    .gnaviArea .gnavi_contact {
        position: absolute;
        bottom: 0;
        right: 35px;
    }
}










@media screen and (max-width: 1200px) {

    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .features_list_el {
        position: relative;
        width: 100%;
    }
}










@media screen and (max-width: 1000px) {

    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .gnavi {
        padding: 15px 20px 0;
        gap: 20px;
    }

    .gnaviArea .gnavi {
        /* padding: 15px 20px 0; */
        /* gap: 20px; */
        /* max-width: 300px; */
    }

    .gnaviArea .gnavi_contact {
        right: 15px;
    }





    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .medical_list {
        margin: 0 auto;
        max-width: 230px !important;
    }

}





@media screen and (max-width: 768px) {

    /* ----------------------------------------------------------------------
        base
    ---------------------------------------------------------------------- */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .txt {
        font-size: 14px;
    }





    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .header {
        background-color: #fff;
        padding: 10px 17px;
        height: 65px;
        position: fixed;
        z-index: 100;
        width: 100%;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .header_el {
        position: relative;
        padding: 0;
    }

    .header_el::after {
        content: none;
    }

    .header_el_img {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .header_el_ttl {
        /* display: none; */
        font-size: 18px;
        text-align: center;
    }

    .header_el_img img {
        max-height: 44px;
    }

    .hero_slide_el {
        /* display: none; */
        top: 150px;
        flex-wrap: wrap;
    }

    .gnavi {
        display: none;
    }

    .header_s {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .header_s_tel {
        background: url(../img/common/icon_tel.png) no-repeat center center;
        background-size: 15px;
        background-color: #ED6586;
        border-radius: 5px;
        margin: auto;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 55px;
        top: 12px;
        z-index: 10;
    }





    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */

    .access_el {
        border-radius: 0;
        margin: 0 auto;
    }

    .access_el_info {
        padding: 0;
        margin: 0 0 30px;
        width: 100%;
    }

    .access_el_map {
        padding: 0;
        width: 100%;
        height: 400px;
    }



    /* ----------------------------------------------------------------------
        common
    ---------------------------------------------------------------------- */
    .contents {
        border-radius: 0;
        padding: 0 20px 60px;
    }

    .contents_ttl {
        padding-top: 5px;
        /* height: 100px; */
    }

    .contents_ttl .ja {
        font-size: 25px;
    }

    .contents_ttl .en {
        font-size: 16px;
    }

    .contentsWhite .contents_ttl {
        background-size: contain;
    }

    .contentsGray .contents_ttl {
        background-size: contain;
    }

    .contents_ttlS {
        font-size: 18px;
        padding-left: 28px;
        margin: 0 0 20px;
    }

    .contents_ttlS::before {
        width: 18px;
        height: 18px;
        top: 5px;
    }

    #pediatric .container,
    #dermatology .container,
    #cosmetic .container,
    #clinic .container,
    #price .container {
        max-width: 100%;
        width: calc(100% - 40px) !important;
        margin: 0 20px;
    }

    #pediatric>.container,
    #dermatology>.container,
    #cosmetic>.container,
    #clinic>.container,
    #price>.container {
        width: 100% !important;
        margin: 0;
    }

    #first_visit .contents_ttl {
        margin-bottom: 60px;
    }




    /* ----------------------------------------------------------------------
        top page
    ---------------------------------------------------------------------- */
    .hero_news {
        display: block;
        /* padding-top: 55px; */
    }

    .hero_news_list::-webkit-scrollbar {
        width: 5px;
    }

    .hero_news_list_ttl {
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        line-height: 3;
    }

    .hero_news_list_txt,
    .hero_news_list_txt p {
        font-size: 12px;
    }

    .subpage_ttl .ja {
        font-size: 20px;
    }

    .subpage_ttl .en {
        font-size: 20px;
    }
}

#news {
    padding: 0;
}

.features_lead {
    /* width: 350px; */
    margin: 16rem auto 14rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.features_lead::after {
    content: "";
    width: 250px;
    height: 250px;
    background: url(../img/front/lily-logo2.webp) no-repeat center -29px / 164%, #ffebef;
    border-radius: 400px;
    display: block;
    position: absolute;
    top: -57px;
    z-index: -1;
    margin: auto;
    right: 0;
    left: 0;
}

.features_lead h3 {
    color: #921534;
    font-size: 23px;
    margin-bottom: 20px;

}

.features_lead p {
    line-height: 2;
    font-size: 15px;
}

.first_visit_btn .btn {
    margin: 20px 0 0;
    padding: 10px;
    font-size: 15px;
    width: 250px;
}

.features_list_el .btn {
    margin-top: 20px;
}

.hero-sp {
    display: none;
}

.pc-show {
    display: block;
}

.sp-none {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-show {
        display: none;
    }

    .sp-none {
        display: block;
    }

    .hero-sp {
        display: block;
        position: relative;
        background: url(../img/bg_main.webp) no-repeat top center, #fff;
        background-size: 300%;
        background-position-y: -150px;
    }

    .hero {
        background: none;
        padding-bottom: 0;
    }

    .hero_slide_el {
        display: none;
    }

    .hero_slide_el02 {
        display: none;
    }

    .hero-sp .hero_slide_el {
        display: flex;
        justify-content: center;
        position: relative;
        top: -100px;
        right: unset;
        /* flex-direction: column-reverse; */
        width: 100%;
        overflow: visible;
        z-index: 1;
    }

    .hero_slide_el img {
        height: 120px;
        position: absolute;
        top: -130px;
        right: 0;
        margin-right: 10px;
    }

    .shinryoTime {
        width: 350px;
    }

    .footer .shinryoTime {
        width: 100%;
    }

    .hero-sp .hero_slide_el02 {
        display: block;
        top: 164px;
        z-index: 0;
        left: unset;
        width: 100%;
    }

    .hero_slide_el02::after {
        top: -49px;
        left: unset;
        opacity: 0.2;
        width: 180px;
        height: 180px;
        position: absolute;
        right: 15px;
    }

    .features_lead {
        width: 350px;
        margin: 14rem auto 16rem;
    }

    .features_lead::after {
        content: "";
        width: 300px;
        height: 300px;
        background: url(../img/front/lily-logo2.webp) no-repeat center -29px / 190%, #ffebef;
        top: -65px;
    }

    .features_lead h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .first_visit_btn .btn {
        width: 100%;
    }
}

.box_column.bg_none {
    padding: 50px 100px;
}

.box_column.bg_none .box_column_ttl {
    margin: 0;
    padding: 0;
}

.box_column.bg_none .box_column_ttl h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

#cosmetic_diseases .heading04 {
    margin-bottom: 30px;
}

#cosmetic_diseases .normal_list li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#clinic_access {
    padding: 100px 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .box_column.bg_none {
        padding: 50px 20px;
    }

    .box_detail .normal_list-alt {
        margin-bottom: 0px;
    }

    .btn_detail02-alt {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .box_list2 {
        padding: 0 15px;
    }

    .box_list2 .normal_list li {
        margin-bottom: 10px;
        /* flex-wrap: wrap; */
    }

}

.dermatology_target_block04_contents {
    margin-bottom: 80px;
}

.page-id-43 .page_ttl {
    background: url(../img/mv_general.webp) no-repeat center center / cover;
}

.page-id-52 .page_ttl {
    background: url(../img/mv_cosmetic.webp) no-repeat center center / cover;
}

.page-id-48 .page_ttl {
    background: url(../img/mv_pediatric.webp) no-repeat center center / cover;
}

.page-id-46 .page_ttl {
    background: url(../img/mv_clinic.webp) no-repeat center center / cover;
}

.page-id-50 .page_ttl {
    background: url(../img/mv_price.webp) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
    .page-id-43 .page_ttl {
        background: url(../img/mv_general-sp.webp) no-repeat center center / cover;
    }

    .page-id-52 .page_ttl {
        background: url(../img/mv_cosmetic-sp.webp) no-repeat center center / cover;
    }

    .page-id-48 .page_ttl {
        background: url(../img/mv_pediatric-sp.webp) no-repeat center center / cover;
    }

    .page-id-46 .page_ttl {
        background: url(../img/mv_clinic-sp.webp) no-repeat center center / cover;
    }

    .page-id-50 .page_ttl {
        background: url(../img/mv_price-sp.webp) no-repeat center center / cover;
    }
}

.price_treatment_detail {
    margin: 15px 0 40px;
    text-indent: 30px;
}

@media screen and (max-width: 768px) {
    .price_treatment_detail {
        text-indent: 0;
        text-align: center;
    }
}

.content-box {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .content-box {
        margin-bottom: 60px;
    }

    .content-box-alt {
        margin-bottom: 40px;
    }
}

.l-blog-pagenation {
    margin: 100px 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.c-post-single__content p {
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .l-blog-pagenation {
        margin: 100px 0 0;
        gap: 30px;
    }
}


/* ================================================
共通
================================================ */
.p-block_text {
  margin: 40px 0;
}


/* ================================================
一般皮膚科ページ
================================================ */

.p-heading_note {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: left;
}

/* ページ内リンク */

.p-disease-anchor-box {
  margin-bottom: 80px;
}

.p-disease-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.p-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 15px;
  background-color: #438F7D;
  border: 1px solid #e0eef0;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}

.p-link-item:hover {
opacity: 0.7;
}


@media (max-width: 600px) {
  .p-disease-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .p-link-item.is-long {
    grid-column: 1 / -1;
  }
}



.p-dermatology-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 60px;
  padding: 35px 40px 10px 40px;
}


.p-dermatology-block__img {
  width: 260px;
}

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

  .p-dermatology-block__img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .p-dermatology-block {
    margin-bottom: 40px;
  }

}

.p-dermatology-block__content {
  width: calc(100% - 300px);
}

@media screen and (max-width: 1090px) {
  .p-dermatology-block {
    padding: 25px 30px 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-dermatology-block__content {
    width: 100%;
  }
    .p-dermatology-block {
     padding: 25px 20px 20px 20px;
  }
}

.p-dermatology-block__sub-title {
  /* margin-bottom: 30px; */
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.p-dermatology-block__list {
  margin-top: 30px;
}

@media screen and (max-width: 1090px) {
  .p-dermatology-block__title {
    margin-bottom: 50px;
  }
}

.p-dermatology-block__text {
  line-height: 2;
}


/* ================================================
料金表
================================================ */

.table_price {
    margin-top: 0;
    margin-bottom: 100px;
    border: none;
    width: 100%;
}

#dermatology_diseases .table_price {
    margin-bottom: 50px;
}

.table_price tr:first-of-type {
    border-top: solid 1px #cdcdcd;
}

.table_price tr {
    border-bottom: solid 1px #cdcdcd;
}

.table_price tr.none {
    height: 10px;
}

.table_price th,
.table_price td {
    padding: 10px 0;
    border: none;
}

.table_price th {
  text-align: left;
    width: 810px;
    padding: 15px 0 15px 30px;
    padding-left: 30px;
    /* border-right: solid 1px #cdcdcd; */
    position: relative;
}

.table_price th::after {
    content: '';
    background: #cdcdcd;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.table_price td {
    width: calc(100% - 810px);
    padding-right: 25px;
    text-align: right;
    letter-spacing: 0.01em;
}

.box_alert {
    display: flex;
    gap: 50px;
    padding-top: 20px;
    border-top: dashed 1px #d2a9a9;
}

.box_alert.has_border {
    padding-top: 15px;
    border-top: solid 1px #CCC;
}

.box_alert .ttl {
    color: #921534;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.box_alert .txt {
    color: #555;
    font-size: 14px;
    line-height: 2.14;
}

.content_main .content {
    max-width: 1000px;
    margin: 0 auto;
}

.txt_font16 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.5px;
}

.txt_normal {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .txt_font16 {
        font-size: 15px;
        /* margin-bottom: 70px; */
    }

    #dermatology_diseases {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .heading_art {
        margin-bottom: 30px;
        padding: 15px 30px 15px 56px;
        font-size: 19px;
        text-indent: -40px;
        letter-spacing: 1px;
    }

    .normal_list li {
        width: 100%;
    }

    .box_detail {
        margin-bottom: 100px;
        padding: 50px 20px 50px;
    }

    .box_detail .detail_heading {
        width: 100%;
        margin: -75px auto 30px;
        padding: 12px 20px;
        font-size: 18px;
    }

    .box_detail .box_2col .box_img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .box_detail .box_2col .box_text {
        width: 100%;
    }

    .box_detail .box_img {
        width: 100%;
    }

    .box_detail .normal_list li {
        width: 100%;
        padding-right: 32px;
    }

    .normal_list li.w_full.long{
        flex-wrap: wrap;
    }
    .normal_list li.w_full,
    .box_detail .normal_list li.w_full {
        padding-right: 0;
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 20px;
        display: flex;
        line-height: 1.6;
    }

    .normal_list li.w_full-alt {
        margin-bottom: 0;
    }

    .table_price th {
        width: 70%;
        padding-left: 10px;
    }

    .table_price td {
        width: 30%;
        padding-right: 10px;
        text-align: right;
    }

    .box_alert {
        flex-direction: column;
        gap: 0;
        margin-top: 4rem;
    }
}

/* ================================================
美容皮膚科
================================================ */
.p-skin-trouble-card-wrap {

}


.important-notice {
    margin: 40px auto 100px;
    max-width: 1000px;
    background-color: #f9fbfb;
    border: 1px solid #4F8F58;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(89, 152, 134, 0.1);
}


.important-notice-header {
    padding: 30px 20px 20px;
    text-align: center;
}

.important-notice-title {
    color: #4F8F58;
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

.important-notice-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4F8F58;
    position: absolute;
    bottom: 0;
    left: 0;
}

.important-notice-body {
    padding: 20px 30px 40px;
}

.notice-item {
    margin-bottom: 30px;
}

.notice-item:last-child {
    margin-bottom: 0;
}

.notice-item-title {
    color: #333;
    font-size: 1rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.notice-item-title::before {
    content: "＊";
    color: #4F8F58;
    margin-right: 6px;
}

.notice-item-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    padding-left: 1.4em;
}

.notice-item-text .highlight {
    color: #1F5C25;
    font-weight: bold;
}

.notice-item-text small {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .important-notice {
        margin: 20px 15px;
    }

    .important-notice-header {
        padding: 20px 15px 15px;
    }

    .important-notice-title {
        font-size: 1.1rem;
    }

    .important-notice-body {
        padding: 15px 15px 30px;
    }

    .notice-item-text {
        font-size: 0.9rem;
        padding-left: 0;
    }
}


/* 脱毛の料金表 */

.hair-removal__price-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
      .hair-removal__table {
        min-width: 600px;
        margin-bottom: 0;
    }
}

.hair-removal__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #4F8F58;
    table-layout: fixed;
}

@media screen and (min-width: 769px) {
    .hair-removal__table {
        table-layout: fixed;
    }
}

.hair-removal__table th,
.hair-removal__table td {
    padding: 15px 10px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
}

.hair-removal__th-item,
.hair-removal__td-item {
    background-color: #4F8F58;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.hair-removal__th-data {
    background-color: #e9f2ef;
    color: #333;
    text-align: center;
}

.hair-removal__td-price {
    background-color: #fff !important;
    text-align: right !important;
    padding-right: 15px !important;
}

.hair-removal__td-highlight {
    font-weight: bold;
    color: #4F8F58;
}

.hair-removal__caption {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}


/* 左端の項目名（th）の幅を広げる */
.hair-removal__th-item,
.hair-removal__td-item {
  width: 30%; /* または 250px など数値で指定 */
  min-width: 180px; /* 文字が入り切らないのを防ぐための最小幅 */
  text-align: left; /* 項目名なので左寄せが見やすいです */
  padding: 15px;    /* 余白を少し持たせると綺麗に見えます */
}

/* テーブル全体のレイアウトを固定にする（推奨） */
.hair-removal__table {
  width: 100%;
  table-layout: fixed; /* これを入れると指定した幅が厳密に守られます */
  border-collapse: collapse;
}

/* 他のデータ列の幅を自動調整、または均等にする */
.hair-removal__th-data,
.hair-removal__td-price {
  width: auto;
}

.center {
  text-align: center;
}


.p-skin-trouble-card {
  border: 2px solid #4A8E80;
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 12px;
}

.p-skin-trouble-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #4A8E80;
  padding: 20px 30px;
}

.p-skin-trouble-card__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.p-skin-trouble-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}


.p-skin-trouble-card__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding: 36px 30px 28px;
}

.p-skin-trouble-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 2.1;
  color: #333;
}


.p-skin-trouble-card__links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 22px;
  margin-top: 40px;
}

.p-skin-trouble-card__btn {
  min-width: 260px;
  padding: 8px 10px;
  text-align: center;
  background: #5F9B45;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.25s ease;
  width: 100%;
}

.p-skin-trouble-card__btn:hover {
 opacity: 0.7;
}

.p-skin-trouble-card__image {
  max-width: 340px;
}

.p-skin-trouble-card__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .p-skin-trouble-card__head {
    padding: 18px 20px;
    gap: 12px;
  }

  .p-skin-trouble-card__dot {
    width: 16px;
    height: 16px;
  }

  .p-skin-trouble-card__title {
    font-size: 1.2rem;
  }

  .p-skin-trouble-card__body {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px 20px 24px;
  }

  .p-skin-trouble-card__content {
    order: 2;
  }

  .p-skin-trouble-card__image {
    order: 1;
    max-width: 100%;
  }


  .p-skin-trouble-card__text {
    font-size: 1rem;
    line-height: 1.9;
  }


  .p-skin-trouble-card__links {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  gap: 18px;
  margin-top: 40px;
}

  .p-skin-trouble-card__btn {
    width: 100%;
    min-width: auto;
    padding: 10px 12px;
    font-size: 1rem;
  }
}


/* 各施術メニュー */
.aesthetic-menu_sec {
  margin-bottom: 80px;
}

.pico-laser-wrap {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.pico-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.pico-card {
  background: #fff;
  border: 1px solid #4A8E80;
  border-radius: 8px;
  padding: 30px;
  transition: transform 0.3s ease;
}


.pico-tag {
  display: inline-block;
  background: #EEF7F3;
  color: #3F8B7B;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.pico-card h3 {
  color: #4A8E80;
  font-size: 19px;
  margin-bottom: 15px;
  border-bottom: 1px solid #5F9B45;
  padding-bottom: 10px;
}

.pico-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.p-sub-heading {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
}

.p-sub-heading::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #5F9B45;
  border-radius: 3px;
}

.pico-table-wrapper {
  overflow-x: auto;
  border: 1px solid #5F9B45;
  border-radius: 0;
}

.pico-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  border: none;
    margin-bottom: 0 !important;
}

.pico-table th,
.pico-table td {
  padding: 18px;
  text-align: left;
  border: 1px solid #5F9B45;
  line-height: 1.6;
}

.pico-table th:nth-child(2),
.pico-table th:nth-child(3) {
  white-space: nowrap;
}


.pico-table th:first-child, .pico-table td:first-child { border-left: none; }
.pico-table th:last-child, .pico-table td:last-child { border-right: none; }
.pico-table tr:first-child th { border-top: none; }
.pico-table tr:last-child td { border-bottom: none; }

.pico-table th {
  background: #4F8F58;
  color: #f7fbfc;
  font-weight: bold;
  text-align: center;
}

.menu-name {
  background: #fafdfd;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 768px) {
  .pico-card-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  /* .pico-table-wrapper::after {
    content: "← スワイプで全体を表示 →";
    display: block;
    text-align: center;
    font-size: 11px;
    color: #5F9B45;
    width: 100%;
    min-width: max-content;
    padding: 10px 0;
    background: #f0f7f6;
  } */

  .pico-table th,
  .pico-table td {
    padding: 12px 8px;
    font-size: 12px;
    min-width: 100px;
  }

  .menu-name {
    min-width: 120px;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fafdfd;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
  }
}


/* 美容医薬品 */
.drag-pharm-group {
  margin-bottom: 50px;
}

.drag-pharm-items {
  margin: 0;
  padding: 0;
}

.item-unit {
  margin-bottom: 28px;
}

.item-unit:last-child {
  margin-bottom: 0;
}

.drag-pharm-items dt {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 22px;
  background: none !important;
  /* padding: 0 !important; */
}

.drag-pharm-items dt::before {
    content: "";
    position: absolute;
    top: 1.05em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #5F9B45;
    border-radius: 50%;
    transform: translateY(-50%);
}

.drag-pharm-items dd {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .drag-pharm-group {
    margin-bottom: 40px;
  }
  .item-unit {
    margin-bottom: 22px;
  }
  .drag-pharm-items dd {
    padding-left: 18px;
  }
}


/* =========================================
フロントページのキャッチコピー
========================================= */
.p-front-mv__box {
  width: 592px;
  position: absolute;
  left: 0;
  top: 177px;
  z-index: 1;
}

.p-front-mv__box::after {
  content: "";
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .p-front-mv__box::after {
      height: 86%;
  }
}

@media (max-width: 768px) {
  .p-front-mv__box::after {
     top: 24px;
  }
}


.p-front-mv__title h1 {
  font-family: shippori-mincho, "游明朝", "Yu Mincho", YuMincho, sans-serif;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #4C8C30;
  margin-bottom: 3rem;
  padding-left: 26%;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

@media (max-width: 560px) {
  .p-front-mv__title h1 {
     padding-left: 16%;
  }
}

.p-front-mv__title h1 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: none;
  display: inline-block;
}

.p-front-mv__title h1 span.txt-back-color {
  display: inline-block;
  font-size: inherit;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    /* font-size: 20px; */
    /* color: #3d4146; */
  }

  .p-front-mv__box {
  width: 592px;
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 1;
}


}

@media screen and (max-width: 500px) {
  .p-front-mv__title h1 {
    font-size: 32px;
    text-align: left;
    padding-left: 1.5rem;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }

  .p-front-mv__title h1 span.txt-back-color {
    margin-bottom: 4px;
    padding-left: 10px;
  }
}





/* =========================================== */


/* コンテナ全体の並び */
.g-doctor-container {
  display: flex;
  flex-direction: row; /* PCでは横並び */
  gap: 50px; /* 医師ごとの間隔 */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

/* スマホ対応：横に広がらず縦にコンパクトに並べる */
@media (max-width: 768px) {
  .g-doctor-container {
    flex-direction: column;
    gap: 60px; /* 医師1と2の上下間隔 */
    padding: 0 25px; /* 画面端との適切な余白 */
  }
}

/* 医師カードの基本設定 */
.g-doctor-card {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 30px; /* イラストとテキストの間隔 */
}

/* スマホ対応：左揃えを維持したまま縦積み */
@media (max-width: 768px) {
  .g-doctor-card {
    flex-direction: column;
    gap: 15px; /* イラストと名前の距離を詰める */
    align-items: flex-start; /* 左揃え絶対順守 */
    text-align: left;
  }
}

/* イラスト表示エリア：でかくならないよう固定 */
.g-doctor-card__illustration {
  flex-shrink: 0;
  width: 200px; /* PCサイズ維持 */
  height: auto;
}

@media (max-width: 768px) {
  .g-doctor-card__illustration {
    width: 180px; /* スマホで「でかすぎず小さすぎない」バランスに固定 */
  }
}

.g-doctor-card__illustration img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* テキストコンテンツ */
.g-doctor-card__title {
  color: #666;
  margin-bottom: 4px;
}

.g-doctor-card__name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  color: #333;
}

.g-doctor-card__kana {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .g-doctor-card__name {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start; /* 左揃え */
     font-size: 20px;
  }
  .g-doctor-card__kana {
    margin-left: 0;
    font-size: 14px; /* 維持 */
  }
}

.g-doctor-card__english {
  display: block;
  font-size: 12px;
  color: rgb(224, 209, 131);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* 詳細情報の定義リスト */
.g-doctor-card__info-list {
  margin-bottom: 20px;
}

.g-doctor-card__info-list dl {
  margin-bottom: 12px;
}

.g-doctor-card__info-list dt {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}

/* アイコン代わりのドット */
.g-doctor-card__info-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #5d9384;
  border-radius: 50%;
}

.g-doctor-card__info-list dd {
  margin-left: 20px; /* インデント維持 */
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .g-doctor-card__info-list dt,
  .g-doctor-card__info-list dd {
    padding-left: 20px;
    margin-left: 0;
  }
  .g-doctor-card__info-list dd {
    padding-left: 20px; /* ドットのラインに揃える */
  }
}

/* =================================
メインビジュアル設計
================================= */

/* PC/SP表示切り替え用 */
.u-pc-block {
  display: block;
}

.u-sp-block {
  display: none;
}

.u-sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-block {
    display: none !important;
  }

  .u-sp-block {
    display: block !important;
  }

  .u-sp-br {
    display: inline !important;
  }
}

/* p-front-mv__box は白グラデーション維持のため残す */
.p-front-mv__box.u-mv {
  position: absolute;
  left: 0;
  top: 190px;
  z-index: 1;
  width: min(760px, 64vw);
  box-sizing: border-box;
}



/* 白グラデーションの上に文字を置く */
.u-mv__title-wrap {
  position: relative;
  z-index: 1;
  padding: 48px 40px 44px 11.5%;
  box-sizing: border-box;
}

/* 既存の .p-front-mv__title h1 span との競合を避けるため独自クラスで制御 */
.u-mv__title {
  margin: 0 0 22px 0;
  padding: 0;
  color: #2F7F68;
  font-size: clamp(30px, 2.55vw, 38px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

/* PCでは必ず1行 */
.u-mv__title-pc {
  white-space: nowrap;
}

/* リード文 */
.u-mv__lead {
  color: #2F7F68;
  font-size: clamp(13px, 1.08vw, 16px);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.u-mv__lead-line {
  margin: 0;
}

/* キャプションは上2行から離す */
.u-mv__caption {
  margin-top: 14px;
  font-size: 0.82em;
  line-height: 1.7;
}

/* 1000px以下：コピーと診療時間表が重ならないように左側の幅を調整 */
@media screen and (max-width: 1000px) {
  .p-front-mv__box.u-mv {
    width: min(620px, 58vw);
  }

  .u-mv__title-wrap {
    padding: 44px 28px 40px 10%;
  }

  .u-mv__title {
    font-size: clamp(24px, 3vw, 32px);
    letter-spacing: 0.06em;
  }

  .u-mv__lead {
    font-size: clamp(12px, 1.45vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

/* 768px〜900px程度：PC扱いのまま、極端なnowrapのはみ出しを防ぐ */
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-front-mv__box.u-mv {
    width: 60vw;
  }

  .u-mv__title {
    font-size: clamp(21px, 2.7vw, 26px);
    letter-spacing: 0.03em;
  }

  .u-mv__lead {
    font-size: 12px;
    line-height: 1.75;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .p-front-mv__box.u-mv {
    width: 92%;
    max-width: 600px;
    left: 0;
    top: 95px;
  }

  .u-mv__title-wrap {
    padding: 40px 24px 38px 12%;
  }

  .u-mv__title {
    margin-bottom: 18px;
    font-size: clamp(25px, 7.4vw, 32px);
    line-height: 1.55;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .u-mv__lead {
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.85;
    letter-spacing: 0.04em;
  }

  .u-mv__caption {
    margin-top: 12px;
    font-size: 0.78em;
  }
}

/* 500px以下：既存のSPレイアウト調整に合わせて縦積み時も崩れないようにする */
@media screen and (max-width: 500px) {
  .p-front-mv__box.u-mv {
    width: 94%;
    top: 0;
    margin: 40px 0;
  }

  .u-mv__title-wrap {
    padding: 38px 20px 36px 11%;
  }

  .u-mv__title {
    font-size: clamp(24px, 7.6vw, 30px);
  }

  .u-mv__lead {
    font-size: 12px;
    line-height: 1.8;
  }
}

/* ==========================================
  クロンスマートパス　MV
========================================== */

.u-mv-cron-banner {
  position: absolute;
  left: 2%;
  bottom: 40px;
  z-index: 2;
  width: 360px;
  max-width: 36vw;
}

.u-mv-cron-banner a {
  display: block;
}

.u-mv-cron-banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* MV右側の診療時間案内と干渉し始める幅では非表示 */
@media screen and (max-width: 1000px) {
  .u-mv-cron-banner {
    display: none;
  }
}


/* ==========================================
  クロンスマートパス　スマホ時
========================================== */

.u-concept-cron-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-concept-cron-banner {
    display: block;
    padding: 0 20px;
    margin: 0 0 60px 0;
  }

  .u-concept-cron-banner a {
    display: block;
  }

  .u-concept-cron-banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* SPでは画像を先に見せるため、画像下の余白をテキスト用に調整 */
  .p-front-sec01-block01__img-sp {
    display: block;
    margin: 0 0 44px 0;
  }

  .p-front-sec01-block01__img-sp img {
    width: 100%;
    height: auto;
  }
}


/* ==========================================
  医院案内の医師紹介
========================================== */

.g-doctor-card__info-list {
  margin-top: 22px;
}

.g-doctor-card__info-list dl {
  margin: 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #b8b8b8;
}

.g-doctor-card__info-list dl + dl {
  margin-top: 22px;
}

.g-doctor-card__info-list dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.g-doctor-card__info-list dt {
  position: relative;
  margin: 0 0 6px 0;
  padding-left: 22px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.g-doctor-card__info-list dt::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #5F9B45;
  border-radius: 50%;
  transform: translateY(-50%);
}

.g-doctor-card__info-list dd {
  margin: 0;
  padding-left: 22px;
  color: #333;
  line-height: 1.8;
}


@media screen and (max-width: 767px) {
  .g-doctor-card__info-list {
    margin-top: 20px;
  }

  .g-doctor-card__info-list dl {
    padding-bottom: 18px;
  }

  .g-doctor-card__info-list dl + dl {
    margin-top: 18px;
  }

  .g-doctor-card__info-list dt {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .g-doctor-card__info-list dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .g-doctor-card__info-list dl {
    width: 100%;
    box-sizing: border-box;
  }

  .g-doctor-card__info-list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .g-doctor-card__content {
    width: 100%;
  }

  .g-doctor-card__info-list {
    width: 100%;
  }

  .g-doctor-card__info-list dl {
    width: 100%;
    box-sizing: border-box;
  }
}


/* ==========================================
  一般皮膚科のページ内リンクの調整
========================================== */


@media screen and (min-width: 768px) {
  .p-pagelist--dermatology .inner {
    width: 1000px;
    max-width: 90%;
  }

  .p-pagelist--dermatology ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin: 0;
    padding-left: 0;
  }

  @media screen and (min-width: 768px) {
  .p-pagelist--dermatology .inner {
    width: 1000px;
    max-width: 90%;
  }

  .p-pagelist--dermatology ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin: 0;
    padding-left: 0;
  }

  .p-pagelist--dermatology ul li {
    width: 250px;
    flex: 0 0 250px;
  }

  .p-pagelist--dermatology ul li a {
    display: block;
    width: 100%;
  }
}


  .p-pagelist--dermatology ul li a {
    display: block;
    width: 100%;
  }
}


/* ==========================================
  料金表のページ内リンクの調整
========================================== */
@media screen and (max-width: 767px) {
  .p-pagelist ul li a {
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 8px 18px;
    line-height: 1.6;
    background-position: center calc(100% - 10px);
  }
}


/* ==========================================
  リンク付きタイトル
========================================== */

/* .p-heading02 {
  position: relative;
  padding: 16px 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  background: url("../img/der/icon-heading.png") no-repeat -4% 48%;
  background-size: 156px auto;
  background-color: #284674;
} */
@media screen and (max-width: 767px) {
  /* .p-heading02 {
    font-size: 20px;
    text-align: left;
    background-image: none;
    padding-left: 20px;
    letter-spacing: 1px;
  } */

  .heading_art:has(.p-heading__link) {
    padding: 16px 100px 16px 18px;
  }
}

.p-heading__link {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 24px;
  height: 30px;
  padding: 8px 35px 6px 15px;
  background: url("../img/arrow-green_right.png") no-repeat calc(100% - 8px) 8px;
  background-size: 13px;
  background-color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #5F9B45;
}

@media screen and (max-width: 767px) {
  .p-heading__link {
    top: 18px;
    right: 15px;
    padding: 8px 25px 6px 46px;
  }
}



.p-price-link__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  /* margin-top: 30px; */
  padding: 8px 40px 8px 16px;
  text-align: center;
  background: #BFA437;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.25s ease;
}

.p-price-link__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-price-link__btn:hover {
  opacity: 0.7;
}


/* ==========================================
  Subpage KV responsive background
========================================== */

.c-subpage-kv__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    background-position: center center;
  }
}


.p-consent-form__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  /* margin-top: 30px; */
  padding: 8px 40px 8px 16px;
  text-align: center;
  background:rgb(91, 115, 202);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.25s ease;
}

.p-consent-form__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-consent-form__btn:hover {
  opacity: 0.7;
}



.p-price-link__btn-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
