@charset "UTF-8";
.p-front {
  position: relative;
}

.p-front-mv {
  position: relative;
  height: 670px;
  background: url("../img/front/banner_mv01.webp") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    height: 460px;
  }
}
.p-front-mv__title {
  margin-bottom: 35px;
  padding-top: 100px;
}
.p-front-mv__title h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #02496c;
}
.p-front-mv__title-memo {
  margin-right: 22px;
  padding: 5px 18px 6px 19px;
  border-radius: 18px;
  background-color: #fff;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #135072;
}
.p-front-mv__title-style01 {
  font-size: 51px;
  letter-spacing: 0;
}
.p-front-mv__title-style02 {
  font-size: 40px;
  letter-spacing: 0;
}

.p-front-mv-banner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner {
    display: none;
  }
}
.p-front-mv-banner > p {
  margin: 30px 10px 0 0;
}
.p-front-mv-banner > p:first-of-type {
  margin: 0 20px 0 0;
}

.p-front-mv-banner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner-sp {
    display: block;
    position: relative;
    top: -120px;
    margin-bottom: -120px;
    padding-inline: 20px;
  }
}

.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    display: block;
    margin-top: 0px;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 800px;
  max-width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px 15px;
  background-color: #3ba3d5;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 50px 20px;
    background-color: #fff;
  }
}
.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: 25px;
  }
}
.p-front-news-block01__left h2 {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    color: #475555;
    font-size: 35px;
  }
}
.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;
  }
}
.p-front-news-block01__btn {
  width: 70px;
}
@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;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__btn > a {
    color: #475555;
  }
}
.p-front-news-block01__btn > a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__btn > a::after {
    border-top: 1px solid #475555;
    border-right: 1px solid #475555;
  }
}

.p-front-post-list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-list {
    margin-bottom: 15px;
    padding: 30px 0 20px 0;
    border-top: 1px solid #475555;
    border-bottom: 1px solid #475555;
  }
}
.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: 20px;
  }
}
.p-front-post-list__info {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100%;
    margin-bottom: 5px;
  }
}
.p-front-post-list__time {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    color: #3ba3d5;
    opacity: 1;
    font-weight: bold;
  }
}
.p-front-post-list__title {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    font-size: 16px;
    font-weight: bold;
    color: #475555;
  }
}

/*  */
.p-front-sec01 {
  padding: 125px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 20px 0 90px 0;
  }
}

.p-front-sec01-block01 {
  position: relative;
  min-height: 718px;
  z-index: 2;
}
.p-front-sec01-block01::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% + 80px);
  width: 718px;
  height: 718px;
  border-radius: 30px;
  background: url("../img//front/sec01_img01.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01::before {
    right: calc(50% + 50px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01::before {
    display: block;
    position: relative;
    right: auto;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
  }
}
.p-front-sec01-block01::after {
  content: "";
  position: absolute;
  top: -62px;
  right: calc(50% - 158px);
  width: 299px;
  height: 299px;
  border-radius: 200px;
  opacity: 0.2;
  background-color: #3ba3d5;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01::after {
    top: 183px;
    right: calc(50% - 0px);
  }
}
.p-front-sec01-block01__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-front-sec01-block01__content {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__content {
    width: 100%;
    padding-top: 40px;
  }
}
.p-front-sec01-block01__title {
  margin: -8px 0 90px 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 2;
  color: #3ba3d5;
  color: #135072;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    margin: 0px 0 60px 0;
    font-size: 16px;
  }
}
.p-front-sec01-block01__title-pt01 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title-pt01 {
    display: block;
    font-size: 35px;
  }
}
.p-front-sec01-block01__title-pt02 {
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title-pt02 {
    display: none;
  }
}
.p-front-sec01-block01__text {
  line-height: 2.38;
  font-family: "Noto Sans JP", sans-serif;
}
.p-front-sec01-block01__content-img {
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  right: 190px;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__content-img {
    right: 0;
    left: -320px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__content-img {
    justify-content: center;
    right: 0;
    left: 0;
  }
}
.p-front-sec01-block01__content-img > img {
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__content-img > img {
    width: calc(33.3% - 6.6666666667px);
  }
}
.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-medical {
  padding: 120px 0 10px 0;
  background: url("../img/front/front_bg01.webp") no-repeat -105px -35px;
  background-size: 714px auto;
  background-color: #f3f5f6;
}
@media screen and (max-width: 1090px) {
  .p-front-medical {
    background-size: 500px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-medical {
    padding: 80px 0 10px 0;
    background: url("../img/front/front_bg01.webp") no-repeat -282px -30px;
    background-size: 714px auto;
    background-color: #f3f5f6;
  }
}
.p-front-medical__memo {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-front-medical__btn {
  width: 294px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-front-medical__btn {
    width: 100%;
  }
}

.p-front-medical-block01 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 23px 26px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01 {
    gap: 33px;
    margin-bottom: 33px;
  }
}
.p-front-medical-block01__item {
  width: calc(33.3333333333% - 20px);
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}
@media screen and (max-width: 1090px) {
  .p-front-medical-block01__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    width: 100%;
  }
}
.p-front-medical-block01__head {
  display: flex;
  justify-content: space-between;
}
.p-front-medical-block01__title-wrap {
  width: calc(100% - 100px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__title-wrap {
    width: fit-content;
  }
}
.p-front-medical-block01__title {
  position: relative;
  padding-bottom: 7px;
  font-size: 30px;
  font-weight: 700;
  color: #475555;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__title {
    font-size: 28px;
  }
}
.p-front-medical-block01__title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 160px;
  height: 1px;
  margin: auto;
  background-color: #dfe1e1;
}
.p-front-medical-block01__title-small {
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #d2bc49;
}
.p-front-medical-block01__img {
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__img {
    position: relative;
    left: 10px;
  }
}
.p-front-medical-block01__img--pt2 {
  vertical-align: bottom;
  text-align: left;
}
.p-front-medical-block01__img--last img {
  position: relative;
  bottom: 14px;
}
.p-front-medical-block01__body {
  padding: 40px 10px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__body {
    padding: 25px 10px 0;
  }
}

/* こんな症状はありませんか？ */
.p-front-sec03 {
  padding: 140px 0 160px 0;
  background-color: #f2f5f6;
}
@media screen and (max-width: 767px) {
  .p-front-sec03 {
    padding: 45px 0 95px 0;
  }
}

.p-front-sec03-title {
  padding: 30px 0 180px 0;
  background: url("../img/front/front-sec03-title.png") no-repeat 50% 0%;
  background-size: 383px auto;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-title {
    background-position: 50% 100%;
    background-size: 100% auto;
  }
}
.p-front-sec03-title__big {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.15em;
  text-align: center;
  color: #475555;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-title__big {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.p-front-sec03-title__small {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #475555;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-title__small {
    font-size: 16px;
  }
}

.p-front-sec03-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 1090px) {
  .p-front-sec03-block01 {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01 {
    gap: 53px;
  }
}
.p-front-sec03-block01__item {
  width: calc(50% - 24px);
}
@media screen and (max-width: 1090px) {
  .p-front-sec03-block01__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__item {
    width: 100%;
  }
}
.p-front-sec03-block01__area02 {
  position: relative;
  margin-top: -37px;
  background: url("../img/front/icon_arrow-under.png") no-repeat 50% 0%;
  background-size: 55px auto;
  z-index: 2;
}
.p-front-sec03-block01__area02 > figure {
  padding: 5px 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__area02 > figure {
    position: relative;
    left: 15px;
    padding: 15px 0px 0 0px;
  }
  .p-front-sec03-block01__area02 > figure img {
    width: 192px;
  }
}
.p-front-sec03-block01__area02--rev > figure {
  padding: 5px 0px 0 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-block01__area02--rev > figure {
    left: 20px;
    text-align: right;
    padding: 5px 0px 0 0px;
  }
  .p-front-sec03-block01__area02--rev > figure img {
    width: 187px;
  }
}

.p-front-sec03-card01 {
  position: relative;
  margin-top: -70px;
  border-radius: 30px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01 {
    margin-top: -48px;
  }
}
.p-front-sec03-card01__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 25px;
  background-color: #3ba3d5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01__head {
    padding: 23px 20px;
  }
}
.p-front-sec03-card01__head--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01__head--rev {
    flex-direction: row;
  }
}
.p-front-sec03-card01__icon {
  width: 160px;
}
@media screen and (max-width: 1090px) {
  .p-front-sec03-card01__icon {
    width: 100px;
  }
}
.p-front-sec03-card01__title {
  width: calc(100% - 160px - 20px);
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .p-front-sec03-card01__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-sec03-card01__title {
    width: calc(100% - 100px - 10px);
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01__title {
    font-size: 20px;
  }
}
.p-front-sec03-card01__body {
  padding: 40px 30px 30px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01__body {
    padding: 30px 30px 30px 30px;
  }
}
.p-front-sec03-card01__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-front-sec03-card01__text {
    margin-bottom: 20px;
  }
}
.p-front-sec03-card01__text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #474747;
}

/* クリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 140px 0 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-feature {
    padding: 120px 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%;
  height: 737px;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img {
    width: 100%;
    height: auto;
  }
}
.p-front-feature-block01__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 729px;
  height: 737px;
  border-radius: 30px;
  background: url("../img//front/front_feature01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__img--01::before {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img--01::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}
.p-front-feature-block01__img--02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 729px;
  height: 737px;
  border-radius: 30px;
  background: url("../img//front/front_feature03.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__img--02::before {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img--02::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}
.p-front-feature-block01__img--03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 729px;
  height: 737px;
  border-radius: 30px;
  background: url("../img//front/front_feature05.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__img--03::before {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img--03::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}
.p-front-feature-block01__number {
  position: absolute;
  top: 43px;
  right: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  border-radius: 30px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 55px;
  font-family: "dinr_M", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number {
    top: -40px;
    left: 40px;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    padding-top: 24px;
    font-size: 40px;
    border-radius: 20rcap;
  }
}
.p-front-feature-block01__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 30px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ffb4c0 transparent;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number::after {
    border-radius: 20px;
    border-width: 0 0 100px 100px;
  }
}
.p-front-feature-block01__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number span {
    font-size: 9px;
  }
}
.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;
  font-family: "Noto Sans JP", sans-serif;
}
.p-front-feature-block01__content-inner {
  width: 600px;
  max-width: 100%;
  padding: 70px 20px 0 45px;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__content-inner {
    padding: 70px 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__content-inner {
    padding: 55px 0px 0 0px;
  }
}
.p-front-feature-block01__title {
  margin-bottom: 50px;
  color: #252929;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    margin-bottom: 50px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 1.9;
  }
}
.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-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__btn {
    text-align: center;
  }
}
.p-front-feature-block01__btn > a {
  width: 350px;
  max-width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__btn > a {
    width: 360px;
  }
}

.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%;
  height: 737px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__img {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.p-front-feature-block02__img--01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 729px;
  height: 737px;
  border-radius: 30px;
  background: url("../img//front/front_feature02.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__img--01::before {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__img--01::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}
.p-front-feature-block02__img--02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 729px;
  height: 737px;
  border-radius: 30px;
  background: url("../img//front/front_feature04.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__img--02::before {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__img--02::before {
    display: block;
    position: relative;
    left: 20px;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 360/235;
    border-radius: 20px;
  }
}
.p-front-feature-block02__number {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  border-radius: 30px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 55px;
  font-family: "dinr_M", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number {
    top: -40px;
    left: 40px;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    padding-top: 24px;
    font-size: 40px;
    border-radius: 20px;
  }
}
.p-front-feature-block02__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 30px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #ffb4c0 transparent;
  opacity: 0.14;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number::after {
    border-radius: 20px;
    border-width: 0 0 100px 100px;
  }
}
.p-front-feature-block02__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number span {
    font-size: 9px;
  }
}
.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;
  font-family: "Noto Sans JP", sans-serif;
}
.p-front-feature-block02__content-inner {
  width: 620px;
  max-width: 100%;
  padding: 74px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__content-inner {
    padding: 55px 0px 0 0px;
  }
}
.p-front-feature-block02__title {
  margin-bottom: 100px;
  padding-right: 48px;
  color: #252929;
  font-size: 35px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__title {
    padding-right: 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__title {
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 1.9;
    text-align: left !important;
  }
}
.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-greeting {
  padding: 115px 0 125px 0;
  background: url("../img/front/front_bg01.webp") no-repeat -105px -53px;
  background-size: 714px auto;
  background-color: #f3f5f6;
}
@media screen and (max-width: 1090px) {
  .p-front-greeting {
    background-size: 500px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-greeting {
    background: url("../img/front/front_bg01.webp") no-repeat -265px -36px;
    background-size: 714px auto;
    background-color: #f3f5f6;
  }
}

.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: #135072;
  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-weight: bold;
  }
}
.p-front-greeting-block01 h3 {
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01 h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.p-front-greeting-block01__kana {
  color: #d2bc49;
  font-family: "Sofia_Pro_Soft_Bold", 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 {
  color: #474747;
  font-family: "Noto Sans JP", sans-serif;
}
.p-front-greeting-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__btn {
    text-align: center;
  }
}
.p-front-greeting-block01__btn a {
  width: 294px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__btn a {
    width: 100%;
  }
}
.p-front-greeting-block01__right {
  position: relative;
  width: 518px;
  max-width: 45%;
  order: 2;
}
.p-front-greeting-block01__right img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__right {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px auto;
    order: 1;
  }
  .p-front-greeting-block01__right img {
    width: 100%;
  }
}

/* 初めてクリニックをご利用いただく方へ */
.p-front-hygiene {
  padding: 90px 0 115px 0;
  background: url("../img/front/hygiene01.webp") no-repeat 50% 50%;
  background-size: cover;
}

.p-front-hygiene-block01 {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01 {
    margin-bottom: 25px;
    padding: 0 20px 0 30px;
  }
}
.p-front-hygiene-block01__inner {
  width: 860px;
  max-width: 100%;
  margin: auto;
  padding: 30px 0;
}
.p-front-hygiene-block01__titie {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01__titie {
    font-size: 20px;
    font-weight: bold;
    color: #252929;
  }
}
.p-front-hygiene-block01__titie::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon_list01.png") no-repeat 0px 0px;
  background-size: 20px;
}
.p-front-hygiene-block01__text {
  font-size: 14px;
  line-height: 1.64;
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene-block01__text {
    line-height: 2.14;
  }
}
.p-front-hygiene-block01__text ul {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* --------------------------
共通
--------------------------- */
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.p-block01__content {
  width: 50%;
  color: #475555;
}
@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
  }
}
.p-block01__content p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}
.p-block01__img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 75px;
}
@media screen and (max-width: 1090px) {
  .p-block02 {
    gap: 40px 30px;
  }
}
.p-block02__item {
  width: calc(33.3% - 50px);
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .p-block02__item {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-block02__item {
    width: 100%;
    margin-inline: auto;
  }
}
.p-block02__title {
  position: relative;
  z-index: 2;
  width: 287px;
  margin: 0 auto -20px;
  padding: 11px 10px 10px 10px;
  border-radius: 25px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1090px) {
  .p-block02__title {
    width: auto;
    padding: 10px 10px 11px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-block02__title {
    width: 90%;
  }
}
.p-block02__img {
  margin-bottom: 32px;
}
.p-block02__img img {
  border-radius: 20px;
}
.p-block02__text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.p-heading01 {
  position: relative;
  margin-bottom: 60px;
  padding: 18px 25px 21px 65px;
  border-radius: 8px;
  background-color: #3ba3d5;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-heading01 {
    margin-bottom: 40px;
    font-size: 20px;
    padding: 18px 25px 21px 50px;
  }
}
.p-heading01::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 25px;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  opacity: 0.42;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-heading01::before {
    left: 18px;
    width: 20px;
    height: 20px;
  }
}

.p-heading02 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.94;
  text-align: left;
  color: #3ba3d5;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-heading02 {
    padding-left: 25px;
    font-size: 16px;
  }
}
.p-heading02::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 8px;
  color: #3ba3d5;
}

.p-heading03 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #031c5c;
}

.p-feature01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.p-feature01:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-feature01:last-of-type {
  margin-bottom: 0px;
}
.p-feature01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .p-feature01__img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-feature01__img img {
  border-radius: 30px;
}
.p-feature01__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-feature01__content {
    width: 100%;
  }
}
.p-feature01__title-wrap {
  display: flex;
  align-items: center;
  gap: 0 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1090px) {
  .p-feature01__title-wrap {
    gap: 0 20px;
  }
}
.p-feature01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85px;
  height: 85px;
  background-color: #3ba3d5;
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature01__head {
    width: 75px;
    height: 75px;
  }
}
.p-feature01__head-text {
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
  color: #fff;
}
.p-feature01__no {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature01__no {
    font-size: 35px;
  }
}
.p-feature01__title {
  flex: 1;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature01__title {
    font-size: 20px;
  }
}
.p-feature01__text {
  font-family: "Noto Sans JP", sans-serif;
}

.p-sub-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #284674;
}
.p-sub-heading01::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #284674;
}

.p-sub-heading02 {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 0 5px 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59;
  text-align: left;
  color: #2d2d2d;
}
.p-sub-heading02::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 35px;
  background-color: #284674;
}

.p-sub-heading03 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #284674;
}
.p-sub-heading03::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #81a9e3;
}

.p-sub-heading04 {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #81a9e3;
}

.p-block03__title {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 10px 33px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #475555;
}
@media screen and (max-width: 767px) {
  .p-block03__title {
    margin-bottom: 30px;
    padding: 0 0 10px 25px;
    font-size: 18px;
    border-bottom: 2px solid #475555;
  }
}
.p-block03__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #66a5d1;
}
@media screen and (max-width: 767px) {
  .p-block03__title::before {
    width: 8px;
    height: 28px;
  }
}
.p-block03__content {
  font-family: "Noto Sans JP", sans-serif;
}
.p-block03__btn {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-block03__btn {
    text-align: center;
  }
}
.p-block03__list {
  list-style: none;
  padding: 0;
}
.p-block03__list li::before {
  content: "●";
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #3ba3d5;
}
.p-block03__list--pt2 li::before {
  color: #475555;
}

.p-block04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 65px;
}
@media screen and (max-width: 1090px) {
  .p-block04 {
    gap: 20px 40px;
  }
}
.p-block04__content {
  width: calc(100% - 400px - 65px);
  color: #475555;
}
@media screen and (max-width: 1090px) {
  .p-block04__content {
    width: calc(55% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-block04__content {
    width: 100%;
  }
}
.p-block04__content p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-block04__img {
  width: 400px;
}
@media screen and (max-width: 1090px) {
  .p-block04__img {
    width: 45%;
  }
}
.p-block04__img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-block04__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-merit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 44px;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: #3ba3d5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-merit {
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-merit--de {
  background-color: #e3a765;
}

.p-list01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  border-radius: 34px;
  background-color: #ecf9ff;
  list-style: none;
}
.p-list01 li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px 0 25px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-list01 li {
    padding: 0 10px 0 20px;
  }
}
.p-list01 li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 8px;
  color: #66a5d2;
}
.p-list01 li:last-of-type {
  margin-bottom: 0;
}
.p-list01 li > a {
  color: #3ba3d5;
  border-bottom: 1px dotted #3ba3d5;
}
.p-list01--pt01 {
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .p-list01--pt01 {
    padding: 30px 20px;
  }
}
.p-list01--col01 li {
  width: 100%;
}
.p-list01--col02 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-list01--col02 li {
    width: 100%;
  }
}
.p-list01--col03 li {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-list01--col03 li {
    width: 50%;
  }
}
.p-list01--col04 li {
  width: 25%;
}
@media screen and (max-width: 1090px) {
  .p-list01--col04 li {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-list01--col04 li {
    width: 50%;
  }
}
.p-list01--bgwhite {
  background-color: #fff;
}

.p-list02 {
  list-style: none;
  padding: 0;
}
.p-list02 li {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  font-weight: bold;
}
.p-list02 li::before {
  content: "●";
  position: relative;
  top: 0;
  left: 0;
  padding-right: 15px;
  color: #66a5d2;
}
@media screen and (max-width: 767px) {
  .p-list02 li::before {
    padding-right: 6px;
  }
}

.p-list03__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 0 10px 0 30px;
}
.p-list03 dt {
  width: 150px;
  height: 40px;
  padding: 9px 10px 8px 12px;
  border-radius: 20px;
  background-color: #5b70a5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.p-list03 dd {
  flex: 1;
  padding-left: 30px;
}
.p-list03--pt2 dt {
  width: 270px;
}

.p-ol01__item {
  display: flex;
  justify-content: space-between;
}
.p-ol01__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: calc(100% - 50px);
}
.p-ol01__no {
  position: relative;
  width: 70px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ol01__no {
    width: 60px;
  }
}
.p-ol01__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background-color: #64aed7;
  z-index: -1;
}
.p-ol01__no--last::before {
  inset: auto 0 100px 0;
  height: calc(100% - 100px);
}
.p-ol01__no > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #64aed7;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-ol01__no > p {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding-bottom: 2px;
  }
}
.p-ol01__content {
  flex: 1;
  padding: 0px 70px 80px 34px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1090px) {
  .p-ol01__content {
    padding: 0px 34px 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-ol01__content {
    flex: none;
    width: calc(100% - 60px);
    padding: 0px 0px 80px 17px;
  }
}
.p-ol01__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #64aed7;
}
@media screen and (max-width: 767px) {
  .p-ol01__title {
    font-size: 18px;
  }
}
.p-ol01__img {
  width: 280px;
  max-width: 100%;
}
.p-ol01__img img {
  border-radius: 20px;
}

.p-block-bgwhite01 {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-block-bgwhite01 {
    padding: 20px;
  }
}

.p-block-blue01 {
  padding: 30px;
  border: solid 2px #81a9e2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-block-blue01 {
    padding: 20px;
  }
}

.p-block05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 100px;
  background-color: #f5f7fb;
}
@media screen and (max-width: 1090px) {
  .p-block05 {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1090px) {
  .p-block05 {
    padding: 0 0 0 0px;
  }
}
.p-block05__content {
  width: calc(100% - 250px);
  padding: 30px 50px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-block05__content {
    width: 100%;
    order: 2;
    padding: 30px 20px 20px 20px;
  }
}
.p-block05__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-block05__img {
    width: 100%;
    order: 1;
  }
}

.p-block06 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 100px 0 100px;
}
@media screen and (max-width: 1090px) {
  .p-block06 {
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-block06 {
    padding: 0 20px 0 20px;
  }
}
.p-block06--blue {
  background-color: #f5f7fb;
}
.p-block06__head {
  width: 300px;
  padding: 30px 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-block06__head {
    width: 100%;
    padding: 30px 0px 0px 0;
  }
}
.p-block06__body {
  width: calc(100% - 300px);
  padding: 30px 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-block06__body {
    width: 100%;
    padding: 0px 0px 30px 0;
  }
}
.p-block06__body ul {
  margin: 0;
}

.p-block07 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 50px 100px 30px 100px;
  gap: 30px 70px;
  background-color: rgba(40, 70, 116, 0.08);
}
@media screen and (max-width: 1090px) {
  .p-block07 {
    justify-content: center;
    padding: 50px 50px 30px 50px;
  }
}
.p-block08 {
  padding: 0 0 0 100px;
  background-color: #f5f7fb;
}
@media screen and (max-width: 1090px) {
  .p-block08 {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-block08 {
    padding: 0 0 0 0px;
  }
}
.p-block08__area01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.p-block08__content {
  width: calc(100% - 250px);
  padding: 30px 50px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-block08__content {
    width: 100%;
    padding: 30px 20px 0px 20px;
    order: 2;
  }
}
.p-block08__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-block08__img {
    width: 100%;
    order: 1;
  }
}
.p-block08__area02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 100px;
  border-top: 1px dotted #284674;
}
@media screen and (max-width: 1090px) {
  .p-block08__area02 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-block08__area02 {
    margin-right: 0px;
  }
}
.p-block08__head {
  width: 300px;
  padding: 30px 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-block08__head {
    width: 100%;
    padding: 30px 20px 0px 20px;
  }
}
.p-block08__body {
  width: calc(100% - 300px);
  padding: 30px 0px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-block08__body {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }
}
.p-block08__body ul {
  margin: 0;
}

.p-medical-list01 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-medical-list01 {
    padding: 0;
  }
}
.p-medical-list01 > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  padding: 10px;
  border-radius: 10px;
  background-color: #ebf3fe;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-medical-list01 > li {
    width: calc(50% - 10px);
  }
}
.p-medical-list01--white > li {
  background-color: #fff;
}

.p-frame01 {
  position: relative;
  padding: 90px 30px 60px 60px;
  border-radius: 30px;
  border: solid 5px #dbe9ff;
}
@media screen and (max-width: 1090px) {
  .p-frame01 {
    padding: 90px 30px 60px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01 {
    padding: 50px 20px 30px 20px;
  }
}
.p-frame01--pt01::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 30px;
  width: 307px;
  height: 215px;
  background: url("../img/gastro/sec01-illust01.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-frame01--pt01::after {
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01--pt01::after {
    display: none;
  }
}
.p-frame01--pt02::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 253px;
  height: 239px;
  background: url("../img/colono/sec01-illust01.webp") no-repeat 50% 50%;
  background-size: cover;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-frame01--pt02::after {
    bottom: -162px;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01--pt02::after {
    display: none;
  }
}
.p-frame01__title {
  display: block;
  position: absolute;
  inset: -30px 0 0 0;
  width: fit-content;
  height: 60px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  border-radius: 30px;
  background-color: #3ba3d5;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-frame01__title {
    inset: -23px 0 0 0;
    height: 44px;
    padding: 7px 10px 5px;
    font-size: 18px;
  }
}
.p-frame01__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}
@media screen and (max-width: 767px) {
  .p-frame01__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}
.p-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-frame01__list li {
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 15px 0 26px;
  background: url("../img/icon_check02.png") no-repeat 0% 10px;
  background-size: 15px auto;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 1090px) {
  .p-frame01__list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01__list li {
    width: 100%;
  }
}
.p-frame01__list--pt01 {
  padding-inline: 50px;
}
@media screen and (max-width: 1090px) {
  .p-frame01__list--pt01 {
    padding-inline: 0px;
  }
}
.p-frame01__list--col02 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-frame01__list--col02 li {
    width: 100%;
  }
}
.p-frame01__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-frame01__text01 {
    padding: 0 0 0 42px;
  }
}
.p-frame01__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-frame01__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

.p-medical-frame02 {
  position: relative;
  padding: 90px 0px 60px 140px;
  border-radius: 30px;
  border: solid 5px #5a70a5;
}
.p-medical-frame02--pt2 {
  padding: 90px 0px 60px 70px;
}
@media screen and (max-width: 1090px) {
  .p-medical-frame02 {
    padding: 90px 15px 60px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-medical-frame02 {
    padding: 59px 15px 24px 25px;
  }
}
.p-medical-frame02__title {
  position: absolute;
  inset: -30px 0 0 0;
  width: 500px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  padding: 16px 60px 18px;
  border-radius: 10px;
  background-color: #5b70a5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__title {
    max-width: 100%;
    padding: 18px 50px 18px;
    font-size: 16px;
  }
}
.p-medical-frame02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.p-medical-frame02__list li {
  width: 40%;
  margin-bottom: 20px;
  padding: 0 15px 0 26px;
  background: url("../img/icon_check02.png") no-repeat 0% calc(50% - 2px);
  background-size: 15px auto;
}
@media screen and (max-width: 1090px) {
  .p-medical-frame02__list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__list li {
    width: 100%;
  }
}
.p-medical-frame02__list--pt2 li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__list--pt2 li {
    width: 100%;
  }
}
.p-medical-frame02__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__text01 {
    padding: 0 0 0 42px;
  }
}
.p-medical-frame02__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

/* --------------------------
診療案内
--------------------------- */
.p-medical {
  color: #031C5C;
}

.p-medical-sec01 {
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .p-medical-sec01 {
    padding: 80px 0 80px 0;
  }
}

/* 外科手術 */
.p-medical-sec02 {
  position: relative;
  padding: 110px 0 90px 0;
  background-color: #f5f6fb;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-medical-treatment-block01 figure img {
    position: relative;
    left: -50px;
    width: 110%;
    max-width: 110%;
  }
}

.p-medical-treatment-block02 {
  position: relative;
  z-index: 2;
  min-height: 524px;
  padding-top: 65px;
}
.p-medical-treatment-block02::before {
  content: "";
  position: absolute;
  top: 166px;
  left: 129px;
  width: 186px;
  height: 379px;
  background: url("../img//medical/sec02-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1090px) {
  .p-medical-treatment-block02::before {
    display: none;
  }
}
.p-medical-treatment-block02__title {
  position: relative;
  margin-bottom: 55px;
  padding-left: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e7ab2;
  z-index: 2;
}
.p-medical-treatment-block02__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* 予防医療 */
.p-medical-sec03 {
  position: relative;
  padding: 150px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-medical-sec03 {
    padding: 90px 0 90px 0;
  }
}

.p-medical-subheading01 {
  margin-bottom: 15px;
  padding: 14px 0 2px 70px;
  background: url("../img/medical/icon-cat.png") no-repeat 0% 40%;
  background-size: 48px auto;
  font-size: 22px;
  line-height: 1.82;
}

.p-medical-subheading02 {
  margin-bottom: 15px;
  padding: 14px 0 2px 70px;
  background: url("../img/medical/icon-dog.png") no-repeat 0% 65%;
  background-size: 52px auto;
  font-size: 22px;
  line-height: 1.82;
}

.p-table01 {
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table01 tr:first-of-type {
    position: relative;
    top: 2px;
  }
}
.p-table01 th {
  width: 240px;
  padding: 30px 10px;
  border: solid 1px #304885;
  text-align: center;
  background-color: #ebf3fe;
}
@media screen and (max-width: 767px) {
  .p-table01 th {
    display: block;
    width: 100%;
  }
}
.p-table01 td {
  padding: 30px 35px;
  border: solid 1px #304885;
}
@media screen and (max-width: 767px) {
  .p-table01 td {
    display: block;
    position: relative;
    top: -1px;
    width: 100%;
  }
}

.p-table02 {
  border: none;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-table02 th {
  width: 180px;
  padding: 30px 20px 30px 50px;
  border: solid 1px #707070;
  text-align: left;
  font-weight: 400;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-table02 th {
    display: block;
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
}
.p-table02 td {
  padding: 30px 20px 30px 50px;
  border: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .p-table02 td {
    display: block;
    position: relative;
    top: -1px;
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-table02 tr:last-of-type {
    position: relative;
    top: -2px;
  }
}

.p-table03 {
  border: none;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-table03 tr {
  border-bottom: solid 1px #cecece;
}
@media screen and (max-width: 767px) {
  .p-table03 tr {
    border-bottom: none;
  }
}
.p-table03 tr:first-of-type {
  border-top: solid 1px #cecece;
}
@media screen and (max-width: 767px) {
  .p-table03 tr:first-of-type {
    border-top: none;
  }
}
.p-table03 th {
  width: 220px;
  padding: 20px 20px 20px 35px;
  border: none;
  background-color: #3ba3d5;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table03 th {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.p-table03 td {
  padding: 20px 20px 20px 35px;
  border: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table03 td {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}

.p-medical-sec03 {
  position: relative;
  padding: 150px 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-medical-sec03 {
    padding: 90px 0 90px 0;
  }
}

.p-medical-sec04 {
  position: relative;
  padding: 150px 0 130px 0;
  background-color: #f5f6fb;
}
@media screen and (max-width: 767px) {
  .p-medical-sec04 {
    padding: 90px 0 90px 0;
  }
}

.p-medical-sec05 {
  position: relative;
  padding: 150px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .p-medical-sec05 {
    padding: 90px 0 90px 0;
  }
}

.p-medical-sec06 {
  position: relative;
  padding: 110px 0 130px 0;
  background-color: #f5f6fb;
}
@media screen and (max-width: 767px) {
  .p-medical-sec06 {
    padding: 90px 0 90px 0;
  }
}

.p-medical-sec06-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-medical-sec07 {
  position: relative;
  padding: 110px 0 130px 0;
}

.p-medical-sec07-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 100px;
}

.p-medical-sec08 {
  position: relative;
  padding: 110px 0 130px 0;
  background-color: #f5f6fb;
}

.p-medical-sec09 {
  position: relative;
  padding: 110px 0 130px 0;
}

.p-medical-sec10 {
  position: relative;
  padding: 110px 0 130px 0;
  background-color: #f5f6fb;
}

/* --------------------------
医院紹介
--------------------------- */
.p-clinic-sec01 {
  padding: 65px 0 75px 0;
}

.p-clinic-sec01-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 42px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1090px) {
  .p-clinic-sec01-block01 {
    gap: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-sec01-block01 {
    gap: 50px 20px;
  }
}
.p-clinic-sec01-block01__item {
  width: calc(33.3% - 28px);
}
@media screen and (max-width: 1090px) {
  .p-clinic-sec01-block01__item {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-sec01-block01__item {
    width: calc(50% - 10px);
  }
}
.p-clinic-sec01-block01__img {
  margin-bottom: 20px;
}
.p-clinic-sec01-block01__content {
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
}

.p-clinic-sec02 {
  padding: 75px 0 150px 0;
}

.p-clinic-sec02-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 100px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1090px) {
  .p-clinic-sec02-block01 {
    gap: 70px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-sec02-block01 {
    gap: 60px 0;
  }
}
.p-clinic-sec02-block01__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1090px) {
  .p-clinic-sec02-block01__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-sec02-block01__item {
    width: 100%;
  }
}
.p-clinic-sec02-block01__img {
  margin-bottom: 20px;
}
.p-clinic-sec02-block01__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  text-align: center;
}
.p-clinic-sec02-block01__text {
  line-height: 1.88;
  text-align: left;
}

/* 医師紹介 */
.p-clinic-clinic {
  position: relative;
  padding: 90px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01 {
    padding-top: 0px;
  }
}
.p-clinic-doctors-block01__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__left {
    width: 100%;
  }
}
.p-clinic-doctors-block01__lead {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.47em;
  color: #135072;
}
.p-clinic-doctors-block01__name {
  font-size: 35px;
  letter-spacing: 0.25em;
  text-align: left;
  color: #252929;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name {
    font-size: 22px;
  }
}
.p-clinic-doctors-block01__name-en {
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-align: left;
  color: #cfbf64;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name-en {
    font-size: 14px;
  }
}
.p-clinic-doctors-block01__title {
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #8ba3dd;
  line-height: 1.6;
}
.p-clinic-doctors-block01__title--black {
  color: #000;
}
.p-clinic-doctors-block01__text {
  font-size: 156x;
  font-weight: 500;
  line-height: 2.19;
  font-family: "Noto Sans JP", sans-serif;
}
.p-clinic-doctors-block01__right {
  position: relative;
  width: 500px;
  max-width: 47%;
  overflow: hidden;
}
.p-clinic-doctors-block01__right img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__right {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }
}

.p-clinic-doctors-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 74px;
}
@media screen and (max-width: 1090px) {
  .p-clinic-doctors-block02 {
    gap: 74px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02 {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.p-clinic-doctors-block02__item {
  width: calc(33.3% - 49.3333333333px);
}
@media screen and (max-width: 1090px) {
  .p-clinic-doctors-block02__item {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02__item {
    width: 100%;
  }
}
.p-clinic-doctors-block02__career {
  position: relative;
  padding: 5px 0 15px 33px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #475555;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02__career {
    padding: 5px 0 15px 25px;
    border-bottom: 2px solid #475555;
  }
}
.p-clinic-doctors-block02__career::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #66a5d1;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02__career::before {
    top: 4px;
    width: 8px;
    height: 28px;
  }
}
.p-clinic-doctors-block02__list {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
  font-family: "Noto Sans JP", sans-serif;
  color: #475555;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02__list {
    font-size: 14px;
  }
}

.p-clinic-sec04 {
  padding: 150px 0 190px 0;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04 {
    padding: 100px 0 140px 0;
  }
}
.p-clinic-sec04__inner {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
}
.p-clinic-sec04__address {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 30px;
  background: url("../img/icon_map.png") no-repeat 0% 50%;
  background-size: 15px auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.56;
}
.p-clinic-sec04__map iframe {
  border-radius: 25px;
}

.p-clinic-sec04-block01 {
  margin-bottom: 60px;
}
.p-clinic-sec04-block01__title {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 15px 33px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid #475555;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block01__title {
    padding: 5px 0 15px 25px;
    border-bottom: 2px solid #475555;
  }
}
.p-clinic-sec04-block01__title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #66a5d1;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block01__title::before {
    top: 4px;
    left: 0;
    width: 8px;
    height: 28px;
  }
}
.p-clinic-sec04-block01__text {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
  font-family: "Noto Sans JP", sans-serif;
  color: #475555;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block01__text {
    font-size: 14px;
  }
}

.p-clinic-sec04-block02__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block02__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-clinic-sec04-block02__youtube iframe {
  border-radius: 20px;
  aspect-ratio: 16/9;
  height: auto;
}

/* 院内紹介 */
.p-clinic-intro {
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic-intro {
    padding: 90px 0 110px 0;
  }
}

.p-clinic-intro-block01 {
  gap: 70px 60px;
}
@media screen and (max-width: 1090px) {
  .p-clinic-intro-block01 {
    gap: 70px 30px;
  }
}
.p-clinic-intro-block01__item {
  width: calc(50% - 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-intro-block01__item {
    width: 100%;
  }
}
.p-clinic-intro-block01__title {
  margin-bottom: 25px;
  padding: 25px 0 0px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-clinic-intro-block01__title {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 30px 0 0px 0;
  }
}
.p-clinic-intro-block01__text {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #383838;
}

.p-clinic-intro-block02 {
  width: 850px;
  max-width: 100%;
  margin-inline: auto;
  padding: 30px 60px 40px 60px;
  border-radius: 15px;
  border: solid 2px #5a70a5;
}
@media screen and (max-width: 767px) {
  .p-clinic-intro-block02 {
    padding: 30px 20px 40px 20px;
  }
}
.p-clinic-intro-block02__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* アクセス */
.p-clinic-access {
  padding: 150px 0 190px 0;
  background-color: #fff;
  background-color: #f5f6fb;
}
@media screen and (max-width: 767px) {
  .p-clinic-access {
    padding: 100px 0 100px 0;
  }
}
.p-clinic-access__inner {
  width: 840px;
  max-width: 100%;
  margin-inline: auto;
}
.p-clinic-access__address {
  width: 340px;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 30px;
  background: url("../img/icon-address.png") no-repeat 0% 50%;
  background-size: 15px auto;
  font-size: 16px;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .p-clinic-access__address {
    padding: 34px 0 0 0;
    background: url("../img/clinic/icon-address.png") no-repeat 50% 0%;
    background-size: 15px auto;
    font-size: 14px;
  }
}
.p-clinic-access__btn-lead {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #284674;
}
.p-clinic-access__btn {
  width: 445px;
  max-width: 100%;
  margin-inline: auto;
}

.p-clinic-access-block01__map-gmap {
  margin-bottom: 45px;
}
.p-clinic-access-block01__map-gmap iframe {
  width: 100%;
  border-radius: 25px;
}
.p-clinic-access-block01__title {
  position: relative;
  margin-bottom: 24px;
  padding: 0 0 7px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #254bac;
}
.p-clinic-access-block01__title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 500px;
  max-width: 100%;
  height: 1px;
  margin-inline: auto;
  background-color: #cfcfcf;
}
.p-clinic-access-block01__list {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-access-block01__list {
    text-align: left;
  }
}
.p-clinic-access-block01__list li {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.p-clinic-access-block01__youtube-caption {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-access-block01__youtube-caption {
    text-align: left;
    line-height: 1.75;
  }
}
.p-clinic-access-block01__youtube iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.p-clinic-access-block01__right {
  width: 690px;
  max-width: calc(100% - 440px - 10px);
}
@media screen and (max-width: 1090px) {
  .p-clinic-access-block01__right {
    max-width: 100%;
    margin-inline: auto;
  }
}

/* 料金表
--------------------------- */
.p-price-sec01 {
  padding: 135px 0 220px 0;
}

.p-price-memo01 {
  margin-bottom: 15px;
  text-align: right;
  color: #031c5c;
}

.p-price-memo02 {
  margin-top: 15px;
  color: #031c5c;
}

.p-price-subtitle01 {
  margin-bottom: 45px;
  padding: 12px 10px 12px 30px;
  background-color: #254bac;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-subtitle01 {
    padding: 12px 10px 12px 18px;
    font-size: 22px;
  }
}

.p-price-dl01__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8CED7;
}
.p-price-dl01__content:first-of-type {
  border-top: 1px solid #C8CED7;
}
.p-price-dl01 dt {
  position: relative;
  width: calc(100% - 233px);
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dt {
    width: 100%;
    padding: 10px 10px 0px 10px;
  }
}
.p-price-dl01 dt::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #C8CED7;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dt::after {
    display: none;
  }
}
.p-price-dl01 dd {
  width: 233px;
  padding: 10px 30px 10px 10px;
  text-align: right;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dd {
    width: 100%;
    padding: 0px 10px 10px 10px;
  }
}
.p-price-dl01__row01 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price-dl01__row01 {
    display: inline;
    padding-right: 20px;
  }
}
.p-price-dl01__text-pt2 {
  width: 100%;
  font-size: 18px;
  text-align: center;
}

/* 胃カメラ（上部内視鏡）
--------------------------- */
.p-gastro-sec01 {
  padding: 81px 0 120px 0;
}
.p-gastro-sec01__memo01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.p-gastro-sec01__memo01 a {
  font-weight: bold;
  color: #3ba3d5;
}

.p-gastro-sec02 {
  padding: 100px 0 140px 0;
}

.p-gastro-sec03 {
  padding: 110px 0 110px 0;
}

.p-gastro-sec04 {
  padding: 35px 0 50px 0;
}
.p-gastro-sec04__title {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #64aed7;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec04__title {
    font-size: 18px;
  }
}
.p-gastro-sec04__youtube {
  text-align: center;
}
.p-gastro-sec04__youtube > iframe {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.p-gastro-sec05 {
  padding: 70px 0 100px 0;
}
.p-gastro-sec05__title {
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec05__title {
    font-size: 18px;
  }
}
.p-gastro-sec05__title > span {
  margin-inline: 7px;
  padding: 5px 20px 9px 21px;
  border-radius: 25px;
  background-color: #3ba3d5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec05__title > span {
    margin-inline: 2px;
    padding: 5px 10px 9px 10px;
  }
}
.p-gastro-sec05__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec05__img {
    margin-bottom: 30px;
  }
}

.p-gastro-sec06 {
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec06 {
    padding: 100px 0 100px 0;
  }
}

.p-gastro-sec07 {
  padding: 75px 0 75px 0;
  background: url("../img/gastro/sec06-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}

.p-gastro-sec07-block01 {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 20px 45px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-gastro-sec07-block01__inner {
  width: 750px;
  max-width: 100%;
  margin-inline: auto;
}
.p-gastro-sec07-block01__title {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 2px dotted #3ba3d5;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #135072;
}
@media screen and (max-width: 767px) {
  .p-gastro-sec07-block01__title {
    font-size: 19px;
  }
}

/* 大腸カメラ（下部内視鏡）
--------------------------- */
.p-colono-sec01 {
  padding: 81px 0 120px 0;
}
.p-colono-sec01__memo01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.p-colono-sec01__memo01 a {
  font-weight: bold;
  color: #3ba3d5;
}

.p-colono-sec02 {
  padding: 100px 0 140px 0;
}

.p-colono-sec03 {
  padding: 110px 0 110px 0;
}

.p-colono-sec04 {
  padding: 35px 0 50px 0;
}
.p-colono-sec04__title {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #64aed7;
}
@media screen and (max-width: 767px) {
  .p-colono-sec04__title {
    font-size: 18px;
  }
}
.p-colono-sec04__youtube {
  text-align: center;
}
.p-colono-sec04__youtube > iframe {
  width: 600px;
  height: auto;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 20px;
  aspect-ratio: 16/9;
}

.p-colono-sec05 {
  padding: 70px 0 100px 0;
}
.p-colono-sec05__title {
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-colono-sec05__title {
    font-size: 18px;
  }
}
.p-colono-sec05__title > span {
  margin-inline: 7px;
  padding: 5px 20px 9px 21px;
  border-radius: 25px;
  background-color: #3ba3d5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-colono-sec05__title > span {
    margin-inline: 2px;
    padding: 5px 10px 9px 10px;
  }
}
.p-colono-sec05__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-colono-sec05__img {
    margin-bottom: 30px;
  }
}

.p-colono-sec06 {
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-colono-sec06 {
    padding: 100px 0 100px 0;
  }
}

.p-colono-sec07 {
  padding: 75px 0 75px 0;
  background: url("../img/gastro/sec06-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}

.p-colono-sec07-block01 {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 20px 45px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-colono-sec07-block01__inner {
  width: 750px;
  max-width: 100%;
  margin-inline: auto;
}
.p-colono-sec07-block01__title {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 2px dotted #3ba3d5;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #135072;
}
@media screen and (max-width: 767px) {
  .p-colono-sec07-block01__title {
    font-size: 19px;
  }
}

/* 内科
--------------------------- */
.p-internal-sec01 {
  padding: 81px 0 0px 0;
}

.p-internal-sec01-area2 {
  padding: 67px 0px 60px;
  background-color: rgba(246, 252, 255, 0.95);
  color: #475555;
}
.p-internal-sec01-area2__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-internal-sec01-area2__title {
    font-size: 25px;
  }
}

.p-internal-sec02 {
  padding: 100px 0 140px 0;
}

.p-internal-sec02-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 90px 100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1090px) {
  .p-internal-sec02-block01 {
    gap: 90px 50px;
  }
}
.p-internal-sec02-block01__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1090px) {
  .p-internal-sec02-block01__item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .p-internal-sec02-block01__item {
    width: 100%;
  }
}

.p-internal-sec03 {
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-internal-sec03 {
    padding: 85px 0 80px 0;
  }
}

/* 肛門外科
--------------------------- */
.p-proctology-sec01 {
  padding: 81px 0 0px 0;
}

.p-proctology-sec01-area2 {
  padding: 67px 0px 60px;
  background-color: rgba(246, 252, 255, 0.95);
  color: #475555;
}
.p-proctology-sec01-area2__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-proctology-sec01-area2__title {
    font-size: 25px;
  }
}

.p-proctology-sec02 {
  padding: 120px 0 180px 0;
}

.p-proctology-sec02-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-proctology-sec02-block01 {
    padding-left: 22px;
  }
}
.p-proctology-sec02-block01__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 352px;
  max-width: 100%;
  height: 80px;
  border-radius: 8px;
  border: solid 2px #3ba3d5;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #3ba3d5;
}

.p-proctology-sec03 {
  padding: 100px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-proctology-sec03 {
    padding: 100px 0 100px 0;
  }
}

/* 予防接種 ・ 健康診断
--------------------------- */
.p-vaccine-sec01 {
  padding: 81px 0 175px 0;
}
.p-vaccine-sec01__memo01 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #6c7878;
  width: 1082px;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 1.5em;
}
.p-vaccine-sec01__memo01::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.p-vaccine-sec02 {
  padding: 100px 0 200px 0;
}
.p-vaccine-sec02__memo01 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #6c7878;
  width: 1082px;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-vaccine-sec02__memo01 {
    font-size: 13px;
  }
}
.p-vaccine-sec02__memo01::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.p-vaccine-sec03 {
  padding: 140px 0 190px 0;
}
@media screen and (max-width: 767px) {
  .p-vaccine-sec03 {
    padding: 100px 0 120px 0;
  }
}

/* 初診の方へ
--------------------------- */
.p-first-sec01 {
  padding: 81px 0 160px 0;
}
@media screen and (max-width: 767px) {
  .p-first-sec01 {
    padding: 81px 0 80px 0;
  }
}

.p-first-sec02 {
  padding: 100px 0 180px 0;
}
@media screen and (max-width: 767px) {
  .p-first-sec02 {
    padding: 100px 0 70px 0;
  }
}

/* プライバシーポリシー
--------------------------- */
.p-privacy-sec01 {
  padding: 81px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec01 {
    padding: 81px 0 40px 0;
  }
}

.p-privacy-sec02 {
  padding: 90px 0 180px 0;
}
.p-privacy-sec02__title {
  margin-bottom: 85px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec02__title {
    margin-bottom: 70px;
    font-size: 25px;
  }
}

/* 初診の方へ
--------------------------- */
.p-recruit-sec01 {
  padding: 65px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec01 {
    padding: 65px 0 50px 0;
  }
}

.p-recruit-subtitle {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-subtitle {
    font-size: 22px;
  }
}

.p-recruit-none {
  margin: 100px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.p-recruit-sec02 {
  padding: 80px 0 280px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec02 {
    padding: 80px 0 120px 0;
  }
}
