@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: 687px;
  /* background: url("./img/front/banner_mv01.jpg") no-repeat 50% 0%; */
  /* background-size: cover; */
}

.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;
  left: 4%;
  width: 650px;
  margin: auto;
  text-align: left;
  z-index: 1;
}

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

.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: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  /* font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  /* letter-spacing: 0.1em; */
  text-align: left;
  color: #333333;
  margin-bottom: 1.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: 40px; */
}

@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: 10px;
    padding-right: 20px;
  }

  /* .p-front-mv__banner-sp > img {
    width: 95%;
  } */

  .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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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: #4b3d90;
}

@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 #462f86 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: 20%;
}

@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: 80%;
  padding-right: 2rem;
}

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

@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 50px 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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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); */
  width: 100%;
  /* 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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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: 'trajan-sans-pro', sans-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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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-clinic-online {
  margin-bottom: 150px;
}

.p-clinic-online-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 80px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-online-block01 {
    padding: 40px 0 50px 0;
    flex-direction: column-reverse;
  }
}

.p-clinic-online-block01__content {
  width: 520px;
  max-width: 48%;
}

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

.p-clinic-online-block01__text {
  font-weight: 500;
}

.p-clinic-online-block01__list {
  margin: 50px 0;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 8px;

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

.p-clinic-online-block01__list li {
  font-size: 18px;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.p-clinic-online-block01__list li::marker {
  color: #aaca4b;
}

.p-clinic-online-block01__img {
  width: 600px;
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .p-clinic-online-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-clinic-online-block01::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 100vw;
  height: calc(100% - 0px);
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

/* 治験の募集 */
.p-clinic-trial {
  margin-bottom: 200px;

  @media screen and (max-width: 767px) {
    margin-bottom: 70px;
  }
}

.p-clinic-trial-block01 {
  position: relative;
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding: 90px 0;
}

.p-clinic-trial-block01__desc {
  margin-bottom: 70px;
  font-weight: 500;
}

.p-clinic-trial-block01__title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 25px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 22px;
    background-position: 0 40%;
    padding-left: 34px;
  }
}

.p-clinic-trial-block01__list {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 10px;

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

.p-clinic-trial-block01__list li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.p-clinic-trial-block01__list li::marker {
  color: #aaca4b;
}

.p-clinic-trial-block01__info {
  text-align: center;
}

.p-clinic-trial-block01__info-text {
  margin-bottom: 20px;
  font-weight: 500;
}

.p-clinic-trial-block01__tel {
  display: block;

  @media screen and (max-width: 767px) {
    position: relative;
    right: 5px;
  }
}

.p-clinic-trial-block01::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: calc(100% - 0px);
  margin-right: calc(50% - 50vw);
  margin-left: -8%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

/* 初めてクリニックをご利用いただく方へ */
.p-front-beginner {
  padding: 140px 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-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  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;
}

/* ごあいさつ */
.p-front-greeting {
  position: relative;
  /* margin-bottom: 100px; */
  padding: 140px 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: 100px 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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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: #4b3d90;
  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 #462f86 transparent;
}

@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: 90px;
}

.p-front-feature-block01__title {
  margin-bottom: 80px;
  padding-left: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  letter-spacing: 0;
}

@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 {
    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: #4b3d90;
  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 #462f86 transparent;
}

@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 {
  width: 620px;
  max-width: 100%;
  padding: 90px 0 0 20px;
}

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

.p-front-feature-block02__title {
  margin-bottom: 80px;
  padding-right: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
}

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

@media screen and (max-width: 767px) {
  .p-front-feature-block02__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: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 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-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  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;
}

/* 医院情報 */
.p-front-information {
  padding: 132px 0 140px 0;
  background: url('./img/front/front_info01.jpg') no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-information {
    padding: 30px 0 55px 0;
    background: url('./img/front/front_info01-sp.jpg') no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-information__inner {
  padding: 48px 85px 85px 85px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-front-information__inner {
    padding: 48px 15px 85px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-information__inner {
    width: calc(100% - 40px);
    margin: 0 20px 0 20px;
    padding: 48px 0 0px 0;
  }
}

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

.p-front-information-block01__item {
  width: 450px;
  max-width: 48%;
}

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

.p-front-information-block01__item small {
  display: block;
  margin: 4px 0 30px 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__item small {
    padding-left: 15px;
  }
}

.p-front-information-block01__table01 {
  width: 100%;
  padding: 10px 18px 13px 10px;
  background-color: #945d5d;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .p-front-information-block01__table01 {
    padding: 10px 2px 13px 2px;
  }
}

.p-front-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #945d5d;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.p-front-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table th span {
    margin-right: 0px;
  }
}

.p-front-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table td {
    padding: 0 8px;
  }
}

.p-front-information-block01__table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table .p-table01-first {
    padding: 0 8px 0 13px;
  }
}

.p-front-information-block01__table01 table tbody tr:last-child th,
.p-front-information-block01__table01 table tbody tr:last-child td {
  border-bottom: none;
}

.p-front-information-block01__table02 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table02 table th {
  width: 120px;
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table th {
    display: block;
    width: 100%;
    padding: 26px 15px 10px 15px;
    border: none;
  }
}

.p-front-information-block01__table02 table td {
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table td {
    display: block;
    width: 100%;
    padding: 0px 15px 23px 15px;
  }
}

.p-front-information-block01__table02 table td img {
  position: relative;
  top: -5px;
  margin-right: 6px;
}

.p-front-information-block01__table02 table tr:first-child th,
.p-front-information-block01__table02 table tr:first-child td {
  border-top: 2px dotted rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:first-child td {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:last-child td {
    border: none;
  }
}

.p-clinic-link {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 120px;
  padding: 24px 0 24px 0;
  gap: 20px;
}

.p-clinic-link__item {
  position: relative;
  width: 180px;
}

@media screen and (max-width: 1090px) {
  .p-clinic-link__item {
    width: 160px;
  }
}

.p-clinic-link a {
  display: block;
  padding: 19px 10px 33px 10px;
  line-height: 1.2;
  background-color: #fff;
  color: #353c3c;
  text-align: center;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.p-clinic-link a::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #353c3c;
  border-right: 1px solid #353c3c;
  transform: rotate(135deg);
}

.p-clinic-facility {
  position: relative;
}

.p-clinic-facility-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 60px;
  position: relative;
  padding: 0 0 100px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 1090px) {
  .p-clinic-facility-block01 {
    gap: 40px 30px;
    padding: 0 0 130px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01 {
    flex-wrap: wrap;
    gap: 0px 0px;
    padding: 0 0 0px 0;
  }
}

.p-clinic-facility-block01::before {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  width: 100vw;
  height: calc(100% - 40px);
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01::before {
    left: 0;
    right: auto;
    width: calc(100vw - 50px);
    margin: 0 0 0 -20px;
  }
}

.p-clinic-facility-block01__item {
  width: calc(50% - 30px);
}

.p-clinic-facility-block01__img {
  margin-bottom: 30px;
}

.p-clinic-facility-block01__content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  text-align: center;
}

@media screen and (max-width: 1090px) {
  .p-clinic-facility-block01__content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01__content h3 {
    font-size: 18px;
  }

  .p-clinic-facility-block01__item {
    width: 100%;
  }
}

.p-clinic-facility-block01__content p {
  font-size: 14px;
}

.p-route2 {
  margin-top: 5rem;
}

#clinic-introduction .p-clinic-facility-block01__content p {
  font-size: 14px;
  text-align: center;
  color: #777;
  line-height: 1.6;
  position: relative;
  padding-left: 42px;
}

@media screen and (max-width: 1090px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 {
    gap: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 {
    gap: 0;
  }
}

#clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
  width: calc(32% - 30px);
}

@media screen and (max-width: 1090px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
    width: calc(33% - 20px);
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
    width: 100%;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic-introduction .l-container-small,
  #clinic #page03 .l-container-small {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #page03,
  #clinic #clinic02 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #page03 .c-page-heading__textBig {
    font-size: 23px;
  }
}

#medical .l-container-small,
#precision .l-container-small {
  width: 1200px;
}

#medical .p-clinic-facility:nth-child(even) .title-wrap,
#medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility:nth-child(even) .title-wrap,
  #medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
    flex-direction: row;
  }
}

#medical .p-clinic-facility:nth-child(even) .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility:nth-child(even) .p-clinic-facility-block01::before {
    margin: 0 0 0 30px;
  }
}

.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;
  }
}

/* #page02 .title-wrap > div::before {
  background: url('../img/front/front_medial02.png') 50% 50% / cover no-repeat;
}

#page03 .title-wrap > div::before {
  background: url('../img/front/front_medial03.png') 50% 50% / cover no-repeat;
}

#page04 .title-wrap > div::before {
  background: url('../img/front/front_medial04.png') 50% 50% / cover no-repeat;
}

#page05 .title-wrap > div::before {
  background: url('../img/front/front_medial05.png') 50% 50% / cover no-repeat;
}

#page06 .title-wrap > div::before {
  background: url('../img/front/front_medial06.png') 50% 50% / cover no-repeat;
}

#page07 .title-wrap > div::before {
  background: url('../img/front/front_medial07.png') 50% 50% / cover no-repeat;
}

#page08 .title-wrap > div::before {
  background: url('../img/front/front_medial08.png') 50% 50% / cover no-repeat;
}

#page09 .title-wrap > div::before {
  background: url('../img/front/front_medial09.png') 50% 50% / cover no-repeat;
}

#page10 .title-wrap > div::before {
  background: url('../img/front/front_medial10.png') 50% 50% / cover no-repeat;
} */

.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;
}

#medical .p-clinic-facility-block01__img {
  width: 53%;
  top: 150px;
}

@media screen and (max-width: 1090px) {
  #medical .p-clinic-facility-block01__img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01__img {
    position: relative;
    width: 100%;
    top: 0px;
  }
}

#medical .p-clinic-facility-block01__img img {
  position: relative;
  top: -80px;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01__img img {
    top: 0px;
  }
}

#medical .p-clinic-facility-block01__content {
  width: 40%;
  position: relative;
  top: 80px;
}

@media screen and (max-width: 1090px) {
  #medical .p-clinic-facility-block01__content {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01__content {
    width: 100%;
    top: 0px;
  }
}

#medical .p-clinic-facility-block01::before {
  top: 30px;
  height: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01::before {
    height: 100%;
  }
}

#medical #page01 .p-clinic-facility-block01::before,
#medical #page05 .p-clinic-facility-block01::before,
#medical #page06 .p-clinic-facility-block01::before,
#medical #page07 .p-clinic-facility-block01::before {
  /* background-color: rgba(13, 138, 137, 0.13); */
}

.p-medical-bg01 {
  position: relative;
}

.p-medical-bg01::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100% + 100px);
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-medical-bg01::before {
    top: 30px;
    width: 100vw;
    height: calc(100% + 45px);
    margin-right: 0;
    margin-left: -20px;
  }
}

.p-medical-bg02 {
  position: relative;
}

.p-medical-bg02::before {
  top: -20px;
  height: calc(100% + 130px);
  content: '';
  position: absolute;
  right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;

  @media screen and (max-width: 767px) {
    top: 30px;
  }
}

#medical .c-btn01,
#precision .c-btn01 {
  font-size: 14px;
  max-width: 320px;
  min-height: 45px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

#medical .c-btn01::after,
#precision .c-btn01::after {
  border-width: 0 0 45px 45px;
}

#precision #page01 .p-clinic-facility-block01 {
  flex-direction: row-reverse;
}

#precision #page01 .p-clinic-facility-block01__img {
  width: 43%;
  position: -webkit-sticky;
  position: sticky;
  top: -50px;
}

@media screen and (max-width: 767px) {
  #precision #page01 .p-clinic-facility-block01__img {
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: -50px;
  }
  #medical .c-btn01,
  #precision .c-btn01 {
    margin-bottom: 0;
  }
}

#precision .p-clinic-facility-block01__img img {
  position: relative;
  top: -200px;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility-block01__img img {
    top: 0px;
  }
}

#precision .p-clinic-facility-block01__content {
  width: 50%;
  position: relative;
  top: 80px;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility-block01__content {
    width: 100%;
    top: 0px;
  }
}

#precision #page01 .title-wrap > div {
  width: 60%;
}

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

#precision #page01 .title-wrap .c-page-heading h2 {
  font-size: 35px;
}

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

#precision #treatment-content .p-clinic-facility-block01__img {
  width: 53%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 1090px) {
  #precision #treatment-content .p-clinic-facility-block01__img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #precision #treatment-content .p-clinic-facility-block01__img {
    position: relative;
    width: 100%;
    top: 0px;
  }
}

#precision #treatment-content .p-clinic-facility-block01__img img {
  top: -100px;
}

@media screen and (max-width: 767px) {
  #precision #treatment-content .p-clinic-facility-block01__img img {
    top: 0px;
  }
}

#precision #treatment-content .p-clinic-facility-block01__content {
  width: 40%;
  position: relative;
  top: 80px;
}

@media screen and (max-width: 1090px) {
  #precision #treatment-content .p-clinic-facility-block01__content {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #precision #treatment-content .p-clinic-facility-block01__content {
    width: 100%;
    top: 0px;
  }
}

#precision #treatment-content .p-clinic-facility:nth-child(even) .title-wrap,
#precision #treatment-content .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #precision #treatment-content .p-clinic-facility:nth-child(even) .title-wrap,
  #precision #treatment-content .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
    flex-direction: row;
  }
}

#precision #treatment-content .p-clinic-facility-block01::before {
  background-color: rgba(190, 190, 190, 0.13);
}

#precision #treatment-content .p-clinic-facility:nth-child(even) .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
}

#precision #treatment-content .title-wrap > div::before {
  background: url('./img/front/front_medial01.png') 50% 50% / cover no-repeat;
  margin-right: 10px;
  top: -5px;
}

@media screen and (max-width: 767px) {
  #precision #page03,
  #precision #page04,
  #precision #page05,
  #precision #page06,
  #precision #page07,
  #precision #page08,
  #precision #page09 {
    margin-bottom: 80px;
  }
}

#clinic .p-clinic-facility:nth-child(odd) {
  /* overflow-x: hidden; */
}

@media screen and (max-width: 767px) {
  #clinic .p-clinic-facility:nth-child(odd) {
    overflow-x: visible;
  }
}

#medical .p-clinic-facility:nth-child(odd) {
  /* overflow-x: hidden; */
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility:nth-child(odd) {
    overflow-x: visible;
  }
}

#precision .p-clinic-facility:nth-child(even) {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility:nth-child(even) {
    overflow-x: visible;
  }
}

#precision .p-clinic-facility-block01::before {
  top: 30px;
  height: calc(100% - 200px);
}

#precision #page01 .p-clinic-facility-block01::before {
  top: 30px;
  height: 100%;
}

#precision #page05 .title-wrap .c-page-heading h2,
#precision #page07 .title-wrap .c-page-heading h2,
#precision #page08 .title-wrap .c-page-heading h2 {
  /* font-size: 32px; */
  /* letter-spacing: 0; */
}

@media screen and (max-width: 767px) {
  #precision #page05 .title-wrap .c-page-heading h2,
  #precision #page07 .title-wrap .c-page-heading h2,
  #precision #page08 .title-wrap .c-page-heading h2 {
    /* font-size: 25px; */
  }
}

#medical .l-container-small,
#precision .l-container-small {
  margin: 0 auto;
}

#precision .p-clinic-link {
  background-color: #e1ecec;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-link {
    margin-bottom: 80px;
  }
}

#precision .p-clinic-link-wrap {
  width: 900px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 24px 0 24px 0;
  gap: 20px;
}

.precision-merit {
  position: relative;
  background: #fff;
  padding: 20px 40px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .precision-merit {
    padding: 20px 20px 30px;
  }
}

.precision-merit .p-front-feature-block01__number {
  top: -15px;
  right: unset;
  left: -15px;
  width: 80px;
  height: 80px;
  padding-top: 17px;
  font-size: 26px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .precision-merit .p-front-feature-block01__number {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }
}

.precision-merit .p-front-feature-block01__number::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #181919 transparent;
}

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

.precision-merit .p-front-feature-block01__number span {
  font-size: 6px;
}

@media screen and (max-width: 767px) {
  .precision-merit .p-front-feature-block01__number span {
    margin-bottom: 3px;
  }
}

.precision-merit h4 {
  color: #494c50;
  font-size: 22px;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin-left: 50px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2.5px dotted;
}

@media screen and (max-width: 767px) {
  .precision-merit h4 {
    font-size: 18px;
  }
}

#precision .p-clinic-facility-block01__content h3 {
  position: relative;
  text-align: left;
  margin: 100px 0 80px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility-block01__content h3 {
    margin: 70px 0 40px;
    padding-left: 32px;
  }
}

#precision .p-clinic-facility-block01__content h3::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(./img/precision/ico_sq01.png) 50% 50% / cover no-repeat;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility-block01__content h3::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

#precision .p-clinic-facility-block01__content img {
  max-width: 80%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #precision .p-clinic-facility-block01__content img {
    max-width: 100%;
  }
}

#precision .p-clinic-facility#page01 {
  margin-bottom: 150px;
}

#precision .p-clinic-facility#page01 p {
  margin-bottom: 30px;
}

#medical .p-clinic-facility {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #medical .p-clinic-facility {
    margin-bottom: 100px;
  }
}

#medical #page02 .p-clinic-facility-block01__content > ul {
  background: #f8f5e2;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#medical #page02 .p-clinic-facility-block01__content > ul li {
  position: relative;
  width: 47%;
  color: #807c68;
  font-weight: 600;
  margin-right: 0 10px 10px 0;
  padding-left: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1090px) {
  #medical #page02 .p-clinic-facility-block01__content > ul li {
    width: 100%;
  }
}

.medical-list {
  background: #ebebeb;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 50px 0;
}

.medical-list p {
  font-weight: 600;
  font-size: 15px;
  color: #868686;
}

.medical-list ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.medical-list li {
  padding: 2px 15px;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #515151;
}

@media screen and (max-width: 767px) {
  #clinic #page01 .p-clinic-facility-block01__item {
    width: 100%;
    margin-bottom: 80px;
  }

  #clinic01 .p-clinic-facility-block01__item {
    margin-bottom: 40px;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 60px;
  position: relative;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 1090px) {
  #clinic #clinic02 .p-clinic-facility-block01__item {
    gap: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item {
    flex-wrap: wrap;
    gap: 0px 0px;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
  width: 43%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
    width: 100%;
    position: static;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
  width: 50%;
}
#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt {
  border-top: 2px dotted #d0d0d0;
  padding-top: 60px;
  padding-bottom: 0;
}
#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt02 {
  align-items: baseline;
}
#clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 {
  border: none;
}
#clinic .p-clinic-facility-block01__content.content_alt > div:nth-of-type(1) {
  width: 25%;
}
#clinic .p-clinic-facility-block01__content.content_alt > div:nth-of-type(2) {
  width: 75%;
}
#clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 {
  font-size: 30px;
}
#clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 span:nth-of-type(2) {
  font-size: 13px;
}
#clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 h3 {
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt {
    display: flex;
  }
  #clinic .p-clinic-facility-block01__content.content_alt > div:nth-of-type(1) {
    width: 100%;
  }
  #clinic .p-clinic-facility-block01__content.content_alt > div:nth-of-type(2) {
    width: 100%;
  }
  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 {
    font-size: 25px;
  }
  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt {
    border-top: none;
  }
  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 h3 {
    top: 0;
  }
}

@media screen and (max-width: 1090px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 53%;
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 100%;
  }
}

#clinic #clinic02 .p-clinic-facility-block01 {
  padding: 50px 0 80px 0;
}

#clinic #clinic02 .p-clinic-facility-block01__content h3 {
  color: #353c3c;
  font-size: 35px;
  text-align: left;
  letter-spacing: 5.5px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__content h3 {
    font-size: 25px;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__content h3 span:nth-of-type(1) {
  display: block;
  font-size: 13px;
  line-height: 3;
}

#clinic #clinic02 .p-clinic-facility-block01__content h3 span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  font-family: 'trajan-sans-pro', sans-serif;
  color: #baa519;
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__content h3 span:nth-of-type(2) {
    font-size: 12px;
  }
}

.profile-content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin-bottom: 15px;

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

.profile-list-wrap {
  margin-top: 5rem;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap; */
  /* width: 100%; */
}

.profile-list {
  /* width: 523px; */
  /* max-width: 48%; */
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .profile-list {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

.profile-list__title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 1px solid #c8c49e;
  font-size: 16px !important;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  padding-left: 20px;
  background-size: 10px;
  margin-bottom: 20px;
}

.profile-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12.6px;
}

#clinic #clinic02 .p-clinic-facility-block01__content > p span {
  display: block;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #a19f8d;
}

#clinic #clinic02 .p-clinic-facility-block01::before {
  top: 0;
}

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

@media screen and (max-width: 1090px) {
  #medical #page03 .p-clinic-facility-block01,
  #medical #page06 .p-clinic-facility-block01 {
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 767px) {
  #medical #page03 .p-clinic-facility-block01,
  #medical #page06 .p-clinic-facility-block01 {
    padding-bottom: 0;
  }
}
#clinic #page03 .p-clinic-facility-block01__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 60px;
  position: relative;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  #clinic #page03 .p-clinic-facility-block01__item {
    flex-wrap: wrap;
    gap: 0px 0px;
  }
}

#clinic #page03 .p-clinic-facility-block01__item:nth-child(even) {
  flex-direction: row-reverse;
}

#clinic #page03 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
  width: 43%;
}

@media screen and (max-width: 767px) {
  #clinic #page03 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
    width: 100%;
  }
}

#clinic #page03 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #clinic #page03 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 100%;
  }
}

#clinic .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}

#clinic .clinic-link {
  font-weight: 600;
  color: #fff;
  background: #df5c5c;
  padding: 6px 15px;
  border-radius: 20px;
  margin-top: 20px;
  line-height: 5;
}

#clinic .clinic-list {
  border-top: 1px solid #c5c5c5;
  margin-top: 30px;
  font-size: 13px;
}

#clinic .clinic-list ul {
  padding: 0;
  list-style: none;
  color: #313131;
}

#clinic .clinic-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #181919;
  margin-right: 8px;
  display: inline-block;
}

#clinic .p-front-beginner {
  margin-bottom: -150px;
}

#clinic .p-clinic-facility#page04 .l-container-small {
  margin: 0 auto 80px;
}

#medical #page08 .p-clinic-facility-block01 {
  padding-bottom: 150px;
}

#clinic section.p-clinic-facility {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  #clinic section.p-clinic-facility {
    margin-bottom: 70px;
  }
  #medical #page08 .p-clinic-facility-block01 {
    padding-bottom: 0;
  }
}

#clinic section.p-clinic-facility#page04 {
  margin-bottom: 0;
}

#medical #page01 .p-clinic-facility-block01__img img {
  /* top: -200px; */
}

.map-root {
  text-align: center;
}

.map-root a {
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 3px;
}

.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-spe-depress-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 130px;
  padding: 80px 0 100px 0;
}

.p-spe-depress-block01__content {
  width: 520px;
  max-width: 48%;

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

.p-spe-depress-block01__title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-depress-block01__text p {
  font-weight: 500;
  line-height: 2.1;
}

.p-spe-depress-block01__list {
  margin: 50px 0;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 8px;
}

.p-spe-depress-block01__list li {
  font-size: 18px;
  font-weight: bold;
}

.p-spe-depress-block01__list li::marker {
  color: #aaca4b;
}

.p-spe-depress-block01__img {
  width: 600px;
  max-width: 48%;

  @media screen and (max-width: 767px) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-spe-depress-block01::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 100vw;
  height: calc(100% - 0px);
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

.p-spe-depress-block02 {
  margin-bottom: 110px;
}

.p-spe-depress-block02__title {
  margin-bottom: 60px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-depress-block02__inner {
  padding-left: 40px;

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

.p-spe-depress-block02__text01 {
  margin-bottom: 35px;
  font-weight: 500;
}

.p-spe-depress-block02__list {
  margin-bottom: 40px;
  padding: 40px 60px;
  background-color: #f7f7f7;
  border-radius: 10px;

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

.p-spe-depress-block02__list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.p-spe-depress-block02__list li::marker {
  color: #aaca4b;
}

.p-spe-depress-block02__text02 {
  font-weight: 500;
}

.p-spe-depress-block03 {
  margin-bottom: 110px;
}

.p-spe-depress-block03__title {
  margin-bottom: 60px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-depress-block03__inner {
  padding-left: 40px;

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

.p-spe-depress-block03__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-spe-depress-block03__col {
  width: 48%;

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

.p-spe-depress-block03__subTitle {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.p-spe-depress-block03__list {
  margin-bottom: 40px;
  padding: 40px 60px;
  background-color: #f7f7f7;
  border-radius: 10px;

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

.p-spe-depress-block03__list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.p-spe-depress-block03__list li::marker {
  color: #aaca4b;
}

.p-spe-depress-block03__text02 {
  font-weight: 500;
}

.p-spe-depress-block04 {
  margin-bottom: 270px;

  @media screen and (max-width: 767px) {
    margin-bottom: 170px;
  }
}

.p-spe-depress-block04__title {
  margin-bottom: 60px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-depress-block04__inner {
  padding-left: 40px;

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

.p-spe-depress-block04__subTitle {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 25px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 3px dashed #aaca4b;

  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.p-spe-depress-block04__list {
  margin-bottom: 20px;
  padding: 40px 60px;
  background-color: #f7f7f7;
  border-radius: 10px;
}

.p-spe-depress-block04__list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.p-spe-depress-block04__list li::marker {
  color: #aaca4b;
}

.p-spe-depress-block04__text {
  font-weight: 500;
}

/* 発達障害・ADHD */
.p-spe-adhd-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 130px;
  padding: 80px 0 100px 0;
}

.p-spe-adhd-block01__content {
  width: 520px;
  max-width: 48%;

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

.p-spe-adhd-block01__title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-adhd-block01__text p {
  font-weight: 500;
  line-height: 2.1;
}

.p-spe-adhd-block01__contentImg {
  margin-top: 40px;
}

.p-spe-adhd-block01__img {
  width: 600px;
  max-width: 48%;

  @media screen and (max-width: 767px) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-spe-adhd-block01::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: calc(100% - 0px);
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-spe-adhd-block01::before {
    left: -20px;
    margin-right: 0;
    margin-left: 0%;
  }
}

.p-spe-adhd-block02 {
  margin-bottom: 110px;
}

.p-spe-adhd-block02__title {
  margin-bottom: 60px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url('../img/clinic/icon-list01.jpg') no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-adhd-block02__desc {
  font-weight: 500;
  margin-bottom: 60px;
}

.p-spe-adhd-block02__inner {
  padding-left: 40px;

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

.p-spe-adhd-block02__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.p-spe-adhd-block02__col {
  width: 48%;

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

.p-spe-adhd-block02__subTitle {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.p-spe-adhd-block02__list {
  margin-bottom: 40px;
  padding: 40px 20px 40px 60px;
  background-color: #f7f7f7;
  border-radius: 10px;

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

.p-spe-adhd-block02__list li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.p-spe-adhd-block02__list li::marker {
  color: #aaca4b;
}

.p-spe-adhd-block02__text02 {
  font-weight: 500;
}

.p-spe-adhd-block02__area2-title {
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 25px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 3px dashed #aaca4b;

  @media screen and (max-width: 767px) {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.p-spe-adhd-block03__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.p-spe-adhd-block03__img {
  position: relative;
  top: 6px;
  width: 69px;
  margin-right: 20px;

  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-spe-adhd-block03__content {
  width: calc(100% - 69px - 20px);

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

.p-spe-adhd-block03__title {
  font-size: 22px;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin-bottom: 20px;
  border-bottom: 1px solid #daeba7;

  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.p-spe-adhd-block03__text {
  width: 530px;
  max-width: 100%;

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

.p-spe-adhd-block04__title {
  margin-bottom: 60px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 600;
  background: url(../img/clinic/icon-list01.jpg) no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    background-position: 0 40%;
    margin-bottom: 20px;
  }
}

.p-spe-adhd-block04__desc {
  margin-bottom: 80px;
  font-weight: 500;
}

.p-spe-adhd-block04__inner {
  padding-left: 40px;

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

.p-spe-adhd-block04__subTitle {
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 25px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 3px dashed #aaca4b;

  @media screen and (max-width: 767px) {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.p-spe-adhd-block04__text01 {
  margin-bottom: 60px;
  font-weight: 500;

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

.p-spe-adhd-block04__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-spe-adhd-block04__list > li {
  padding-left: 40px;
  background: url('../img/specialized/check01.png') no-repeat 0% 6px;
  background-size: 29px auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    padding-left: 35px;
    font-size: 16px;
    background-position: 0 3px;
  }
}

.p-spe-adhd-block05__item {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 10px;
  background-color: #f7f7f7;

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

.p-spe-adhd-block05__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 3px solid #ffffff;

  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.p-spe-adhd-block05__text {
  font-weight: 500;
}

.p-front-feature-block01__content p.feature-annotation {
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 800;
  color: #5f8040;
  padding: 2rem;
  margin-top: 4rem;
  border-radius: 10px;
  background: #e6ebdb;
  line-height: 1.8;
}

@media screen and (max-width: 500px) {
  .p-front-feature-block01__content p.feature-annotation {
    margin-top: 2rem;
  }

  .sp-hide {
    display: none;
  }
}

/* アクセス */

#access #clinic-map::before {
  content: '';
  position: absolute;
  top: 500px;
  right: 0;
  width: 100%;
  height: calc(100% - 350px);
  background-color: rgba(191, 191, 190, 0.13);
}

#access .map-contents > p:nth-of-type(1) {
  text-align: center;
  margin-bottom: 1rem;
}

#access .l-footer-information-block01__train {
  border-radius: 10px;
  padding: 0 4rem;
}

#access .l-footer-information-block01__train ul {
  padding: 0;
}

#access .l-footer-information-block01__train li {
  list-style: none;
  margin-bottom: 6rem;
}

#access .l-footer-information-block01__train li h3 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 3rem;
  border-bottom: 1px solid #c6bce1;
}

#access .l-footer-information-block01__train li p {
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  margin-top: 30px;
  margin-left: 1rem;
  font-size: 15px;
}

#access .l-footer-information-block01__train li p span {
  line-height: 3.5;
  font-size: 18px;
}

#access .l-footer-information-block01__train li p strong {
  color: #52aed5;
}
@media screen and (max-width: 767px) {
  #access .l-footer-information-block01__train {
    padding: 0;
  }
  #access .l-footer-information-block01__train li h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  #access .l-footer-information-block01__train li p {
    margin-left: 0;
  }
}
#access .p-clinic-facility#clinic-map {
  margin: 7rem 0 20rem;
}
@media screen and (max-width: 767px) {
  #access .p-clinic-facility#clinic-map {
    margin: 3rem 0 15rem;
  }
}
#access .p-clinic-facility#clinic-introduction {
  margin: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  #access .p-clinic-facility#clinic-introduction {
    margin: 0 0 10rem;
  }
}
#access .p-clinic-facility-block01 .p-clinic-facility-block01__item {
  width: calc(50% - 30px);
}

#access h4.route-title {
  text-align: center;
  color: #333333;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #access .p-clinic-facility-block01 .p-clinic-facility-block01__item {
    width: 100%;
    margin-bottom: 3rem;
  }
  #access .p-clinic-facility-block01 .p-clinic-facility-block01__img {
    margin-bottom: 10px;
  }
  #access .p-clinic-facility-block01__content p {
    text-align: left;
    padding-left: 3rem;
  }
  #access h4.route-title {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}

#access .p-clinic-facility#clinic-introduction .p-clinic-facility-block01__content > p {
  text-align: left;
  padding-left: 3rem;
  position: relative;
}

#access .p-clinic-facility#clinic-introduction .p-clinic-facility-block01__content > p span {
  color: #fff;
  font-family: 'trajan-sans-pro', sans-serif;
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 12px;
  z-index: 1;
}

#access .p-clinic-facility#clinic-introduction .p-clinic-facility-block01__content > p span::before {
  content: '';
  width: 35px;
  height: 35px;
  background: #90bbde;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: -3px;
  left: -13px;
  z-index: -1;
}

#access .map-contents > div:nth-of-type(1) {
  text-align: center;
  margin: 3rem 0 8rem;
}

#access .map-contents > div:nth-of-type(1) a {
  background: #4d3394;
  color: #fff;
  padding: 15px 80px;
  border-radius: 30px;
}
#access .p-clinic-facility#clinic-access .p-clinic-facility-block01::before {
  left: 0;
  right: unset;
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
}
#access .p-clinic-facility#clinic-access .p-clinic-facility-block01__item {
  width: 100%;
}
#access .p-clinic-facility#clinic-access .p-clinic-facility-block01__item iframe {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
}

/* 日帰り手術 */

#surgery .p-clinic-facility-block01__img {
  width: 53%;
}
@media screen and (max-width: 767px) {
  #surgery .p-clinic-facility-block01__img {
    width: 100%;
  }
}

#surgery .p-clinic-facility-block01__content {
  width: 40%;
  position: relative;
  top: 150px;
}
@media screen and (max-width: 767px) {
  #surgery .p-clinic-facility-block01__content {
    width: 100%;
    top: 0;
  }
}
#surgery .p-clinic-facility {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  #surgery .p-clinic-facility {
    margin: 4rem 0 0;
  }
}
#surgery .surgery-block {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #surgery .surgery-block {
    padding-bottom: 4rem;
  }
}
#surgery .surgery-block#surgery-block01 {
  padding-top: 8rem;
}

#surgery .surgery-block h3 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4rem;
  border-bottom: 1.5px solid #b3d7e9;
  padding-bottom: 8px;
  color: #324f72;
}

#surgery #surgery-block02 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

#surgery #surgery-block02 ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #surgery #surgery-block02 ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
  #surgery #surgery-block02 ul li:nth-of-type(3) {
    margin-bottom: 0;
  }
}

#surgery #surgery-block02 ul li h4 {
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 20px;
  font-weight: 700;
  margin: 3rem 0 2rem;
}

#surgery #surgery-block02 ul li h4::after {
  content: '';
  width: 67%;
  height: 15px;
  display: block;
  position: relative;
  top: -15px;
  background: #fffea4;
  mix-blend-mode: darken;
  margin: 0 auto;
}

#surgery #surgery-block02 ul li p {
  font-size: 14px;
}

#surgery .p-clinic-facility-block01::before {
  height: calc(100% - 100px);
}

#surgery .c-subpage-common-list__inner {
  gap: 30px;
}

#surgery .c-subpage-common-list__item {
  background-color: #1d7cb2;
  color: #eef9ff;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #surgery .c-subpage-common-list__item {
    width: 100%;
  }
}
#surgery .c-subpage-common-list__item > a {
  padding: 20px 10px 60px;
  line-height: 2.5;
}

#surgery .c-subpage-common-list__item > a img {
  width: 90px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #surgery .c-subpage-common-list__item > a {
    padding: 0 10px 70px;
    line-height: 1.5;
  }
  #surgery .c-subpage-common-list__item > a img {
    top: 35px;
    left: 15px;
  }
}

#surgery .c-subpage-common-list__item::after {
  width: 10px;
  height: 10px;
  bottom: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#surgery #surgery-block03 ul {
  background: #f2f6f9;
  width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 4rem 4rem 1rem;
}
@media screen and (max-width: 767px) {
  #surgery #surgery-block03 ul {
    width: 100%;
  }
}

#surgery #surgery-block03 ul li {
  list-style: none;
  display: flex;
  margin-bottom: 5rem;
  /* height: 150px; */
}

#surgery #surgery-block03 ul li > div:nth-of-type(1) {
  width: 13%;
  position: relative;
}

#surgery #surgery-block03 ul li > div:nth-of-type(2) {
  width: 83%;
}

#surgery #surgery-block03 ul li > div:nth-of-type(1)::before {
  content: '';
  width: 2px;
  height: 220px;
  background: url('../img/surgery/dot_line.png') repeat-y 0% 6px;
  display: block;
  position: absolute;
  top: 40px;
  left: 33px;
}

#surgery #surgery-block03 ul li:nth-of-type(6) > div:nth-of-type(1)::before {
  display: none;
}

#surgery #surgery-block03 ul li > div:nth-of-type(1) p {
  font-size: 30px;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 100;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  text-align: center;
  left: -10px;
}

#surgery #surgery-block03 ul li > div:nth-of-type(1) p::before {
  content: '';
  width: 50px;
  height: 50px;
  background: #1d7cb2;
  border-radius: 50px;
  display: block;
  position: absolute;
  z-index: -1;
  left: 18px;
  top: 1px;
}
@media screen and (max-width: 767px) {
  #surgery .surgery-block h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  #surgery #surgery-block03 ul li > div:nth-of-type(1)::before {
    content: none;
  }
  #surgery #surgery-block03 ul li > div:nth-of-type(1) p {
    left: -5px;
    top: -5px;
  }
  #surgery #surgery-block03 ul li > div:nth-of-type(1) p::before {
    width: 40px;
    height: 40px;
    left: 1px;
    top: 6px;
  }
  #surgery .l-container .l-container-small {
    padding: 0;
  }
  #surgery #surgery-block03 ul {
    padding: 4rem 1rem 1rem;
  }
}
#surgery #surgery-block03 ul li h4 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c6bce1;
  padding-bottom: 8px;
  color: #4b3d90;
}

#surgery #surgery-block03 ul li p {
  font-size: 14px;
}

#surgery section.surgery-detail {
  padding: 8rem 0 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #surgery section.surgery-detail {
    padding: 4rem 0 0;
  }
}

#surgery section#surgery02 {
  background: #e7f8ff;
}
#surgery section#surgery04 {
  background: #f2fbff;
}
#surgery section#surgery03 {
  background: #f2fbff;
}
#surgery #surgery-block04 h5,
#surgery #surgery-cataract02 h5 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #324f72;
}
#surgery #surgery-block04 h5::before,
#surgery #surgery-cataract02 h5::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/icon_list01.png) no-repeat;
  margin-right: 10px;
}

#surgery #surgery-block04 p,
#surgery #surgery-cataract02 p {
  margin-bottom: 3rem;
}
#surgery #surgery-block05 ul {
  background: #f2f6f9;
  padding: 3rem 3rem 3rem 5rem;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #surgery #surgery-block05 ul {
    padding: 2rem 2rem 3rem 3rem;
  }
}
#surgery #surgery-block05 ul li {
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #324f72;
  font-weight: 600;
}

#surgery.l-page__content-outer {
  margin-bottom: 0;
}

#surgery section.surgery-detail img {
  margin-top: 2rem;
}

#surgery section.surgery-detail .c-page-heading__textSmall + img {
  width: 100px;
}

#surgery section.surgery-detail#surgery04 ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 5rem;
}

#surgery section.surgery-detail#surgery04 ul li {
  width: 50%;
  color: #324f72;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #surgery section.surgery-detail#surgery04 ul {
    padding: 2rem 3rem;
  }
  #surgery section.surgery-detail#surgery04 ul li {
    width: 100%;
  }
}

/* お知らせ */

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;
}
