@charset "UTF-8";
.p-front {
  position: relative;
}
.p-front-mv {
  position: relative;
  height: 768px;/*670*/
  /* background: url("../img/front/banner_mv01.webp") no-repeat 50% 0%; */
  background: #ecdfc2;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front {
    margin-top: -65px;
  }
  .p-front-mv {
    /* background: url("../img/front/banner_mv01-sp.webp"); */
    background: #ecdfc2;
    height: 550px;
  }
}
.p-front-mv__title {
  margin-bottom: 15px;
  margin-right: 50px;
  padding-top: 180px;
  display: flex;
  justify-content: flex-end;
}
.p-front-mv__title h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #02496c;
}
@media screen and (max-width: 767px) {
  .p-front-mv_title-pc{
    display: none;
  }
  .p-front-mv_title-sp{
    text-align: center;
  }
  .p-front-mv_title-sp img {
    width: 100%;
  }
}

.p-front-mv-schedule{
  display: flex;
  justify-content: flex-end;
}
.p-front-mv-schedule.sponly{
  display: none;
}
.p-front-mv-schedule .l-inner{
  background: #fff;
  padding: 10px 20px 57px;
  color: #67331a;
  border-radius: 20px;
}
.p-front-mv-schedule table th{
  background: transparent;
  padding: 10px ;
  font-size: 11px;
  font-weight: normal;
  border:none;
}
.p-front-mv-schedule table th.heading{
  font-size: 13px;
  text-align-last: left;
}
.p-front-mv-schedule table tr th,
.p-front-mv-schedule table tr:not(:last-of-type) td{
  border-bottom:solid 1px #072f514f;
}
.p-front-mv-schedule table td{
  background: transparent;
  font-size: 12px;
  text-align: center;
  border:none;
}
.p-front-mv-schedule table td.heading{
  font-size: 15px;
}
.p-front-mv-schedule table tr td:first-of-type{
  text-align: left;
}
.p-front-mv-schedule table td span{
  background: #eaca9a;
  margin-right: 10px;
  padding: 3px 8px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-mv-schedule.pconly{
    display: none;
  }
  .p-front-mv-schedule.sponly{
    margin-top: -200px;
    padding-bottom: 50px;
    display: block;
  }
  .p-front-mv-schedule .l-inner{
    margin: 0 20px;
    padding: 15px 20px;
  }
  .p-front-mv-schedule table{
    margin-bottom: 0;
  }
  .p-front-mv-schedule table th{
    padding: 10px 0;
  }
  .p-front-mv-schedule table td.heading{
    font-size: 13px;
  }
  .p-front-mv-schedule table td{
    padding: 10px 5px;
  }
  .p-front-mv-schedule table td span{
    margin-right: 5px;
    padding: 2px 5px;
  }
}

.p-front-mv-banner {
  margin-top: -70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner {
    display: none;
  }
}
.p-front-mv-banner > p {
  margin: 0 10px 0 0;
}
.p-front-mv-banner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner-sp {
    width: 82.5vw;
    display: block;
    position: relative;
    top: -47vw;
    left: 50%;
    transform:translateX(-50%);
    margin-bottom: -10px;
    padding-inline: 35px;
  }
}
.p-front-mv-area{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-mv-area{
    background: url(../img/front/sec01_bg_img01-sp.webp) no-repeat bottom left,#fdf8f1;
    background-size: 286px auto;
    padding-bottom: 25px;
    display: block;
  }
}

.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    background: #fdf8f1;
    margin-top: 0;
    display: block;
  }
}

.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: #F7EBDA;
  /* height: 180px; */
}
@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 36px 23px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* height: 100%; */
  }
}
.p-front-news-block01__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  letter-spacing: 0.1em;
  font-size: 25px;
}
@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-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  color: #67331A;
}
@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    color: #67331A;
    font-size: 26px;
  }
}
.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 #66331a3f;
}
@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: #67331A;
  z-index: 2;
  font-size: 15px;
}
.p-front-news-block01__btn > a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #66331A;
  border-right: 1px solid #66331A;
  transform: rotate(45deg);
}
.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 rgba(102, 51, 26, 0.3);
    border-bottom: 1px solid rgba(102, 51, 26, 0.3);
  }
}
.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: #67331A;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    font-weight: bold;
    line-height: 1.6;
  }
}
.p-front-post-list__title {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #67331A;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
}

/*  */
.p-front-sec01 {
  background: url(../img/front/sec01_bg_img02.png) bottom right no-repeat,url(../img/front/sec01_bg_img01.png) top left no-repeat,#fdf8f1;
  background-size: 958px auto;
  margin-top: -90px;
  padding: 200px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec01 {
    background: url(../img/front/sec01_bg_img02-sp.png) bottom right no-repeat,url(../img/front/sec01_bg_img03-sp.png) top left no-repeat,#fdf8f1;
    background-size: 100vw ,164px auto;
    margin-top: 0;
    padding: 68px 0 240px 0;
  }
}
.p-front-sec01-block01__inner {
  display: flex;
  justify-content: flex-start;
  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%;
  }
}
.p-front-sec01-block01__title {
  margin: -8px 0 50px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    margin: 0px 0 37px 0;
    font-size: 23px;
  }
  br.pconly{
    display: none;
  }
}
.p-front-sec01-block01__text {
  line-height: 2.38;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.p-front-sec01-block01__img{
  text-align: right;
  margin-top: -460px;
  margin-bottom: -140px;
}
.p-front-sec01-block01__img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__img{
    display: none;
  }
  .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: 80px 0 60px 0;
  background-color: #F7EBDA;
}
@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 85px 0;
    background: url("../img/front/front_bg01.webp") no-repeat -282px -30px;
    background-size: 714px auto;
    background-color: #F7EBDA;
  }
}
.p-front-medical .l-container{
  width: 1100px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-front-medical .l-container{
    padding: 0 5.75vw;
  }
}
.p-front-medical-block01{
  margin-bottom: 26px;
  display: grid;
  gap: 28px 25px;
  grid-template-columns: 485px 1fr 1fr;
}
.p-front-medical-block01__item01 {
  background-color: #fff;
  padding: 26px 42px 21px 42px;
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.p-front-medical-block01__item02 {
  background-color: #fff;
  padding: 20px 22px 6px 22px;
}
@media screen and (max-width: 1090px) {
  .p-front-medical-block01{
    margin-bottom: 47px;
    display: flex;
    flex-wrap:wrap;
    gap: 23px;
  }
  .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__item01{
    width: 100%;
    padding: 26px 23px 21px;
  }
  .p-front-medical-block01__item02 {
    width: calc((100% - 24px) / 2);
    padding: 20px 15px 6px;
  }
}
.p-front-medical-block01__title {
  position: relative;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #77777726;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__title {
    font-size: 23px;
  }
  .p-front-medical-block01__item02 .p-front-medical-block01__title{
    min-height: 62px;
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-front-medical-block01__title-small {
  margin-bottom: 15px;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #D1AE7A;
  text-align: center;
}
.sponly{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__item02 .p-front-medical-block01__title-small{
    font-size: 11px;
    letter-spacing: -0.001em;
  }
  br.sponly{
    display: inline;
  }
}
.p-front-medical-block01__img{
  margin: 0 auto;
  text-align: center;
}
.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__memo {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.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-feature {
  background: url(../img/front/sec03_bg_img01.webp) no-repeat top right,url(../img/front/sec03_bg_img02.webp) no-repeat bottom left, #fdf8f1;
  background-size: 35%,75%;
  position: relative;
  padding: 88px 0 198px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-feature {
    background: #fdf8f1;
    padding: 120px 0 0 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: 450px;
}
@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: 650px;
  height: 450px;
  border-radius: 30px;
  background: url("../img/front/sec03_img01.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__number {
  position: absolute;
  top: 43px;
  right: 0px;
  width: 150px;
  height: 150px;
  padding-top: 34px;
  border-radius: 150px;
  background-color: #E85656;
  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: 150px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #E85656 transparent;
  opacity: 0.29;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__number::after {
    border-radius: 150px;
    border-width: 0 0 100px 100px;
  }
}
.p-front-feature-block01__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Sofia_Pro_Soft_Bold", 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: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.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: 32px 0px 0 0px;
  }
}
.p-front-feature-block01__title {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: bold;
  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: 30px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 1.9;
  }
}

.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: 450px;
  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: 650px;
  height: 450px;
  border-radius: 30px;
  background: url("../img/front/sec03_img02.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__number {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 150px;
  height: 150px;
  padding-top: 34px;
  border-radius: 150px;
  background-color: #265782;
  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;
  }
}
.p-front-feature-block02__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 150px;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #265782 transparent;
  opacity: 0.29;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__number::after {
    border-radius: 150px;
    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: 50px;
  padding-right: 48px;
  font-size: 35px;
  font-weight: bold;
  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: 30px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    line-height: 1.9;
    text-align: left !important;
  }
}

/* ごあいさつ */
.p-front-greeting {
  padding: 62px 0 125px 0;
  background: url("../img/front/sec04_bg_img01.webp") no-repeat bottom left;
  background-size: 800px auto;
  background-color: #F7EBDA;
}
@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/sec04_bg_img01-sp.webp") no-repeat top 155px right;
    background-size: 232px auto;
    background-color: #F7EBDA;
    padding-bottom: 110px;
  }
}

.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: 2;
}
@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;
  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;
    font-weight: bold;
  }
}
.p-front-greeting-block01__kana {
  color: #D1AE7A;
  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: 50px;
}
.p-front-greeting-block01__text p {
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.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: 73.5%;
    margin: 0 auto;
  }
}
.p-front-greeting-block01__right {
  position: relative;
  width: 518px;
  max-width: 45%;
  order: 1;
}
.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/sec05_img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-hygiene {
    background: url("../img/front/sec05_img01.webp") no-repeat 50% 50%;
    background-size: cover;
    padding: 110px 0 80px 0;
  }
}
.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: 900px;
  max-width: 100%;
  margin: auto;
  padding: 40px 0;
}
.p-front-hygiene-block01__titie {
  position: relative;
  margin-bottom: 13px;
  padding-left: 32px;
  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/front/icon_list01.png") no-repeat 0px 0px;
  background-size: 20px;
}
.p-front-hygiene-block01__text {
  font-size: 14px;
  line-height: 1.64;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
@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-front-hygiene-block01__text ul li {
  line-height: 2.2;
}

/* --------------------------
共通
--------------------------- */
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.p-block01__content {
  width: 50%;
  color: #67331A;
}
@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
    order: 2;
  }
}
.p-block01__content p {
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.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;
    order: 1;
  }
}

.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{
  background: #af9165;
  margin-bottom: 50px;
  padding: 18px 25px 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 8px;
}
.p-heading02::before{
  content:"●";
  margin-right: 10px;
  color: #fff;
  font-size: 28px;
  opacity: 0.42;
}
.p-heading03{
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #554C47;
}
.p-heading03::before{
  content:"";
  background: #EACA9A;
  margin-right: 20px;
  width: 12px;
  height: 32px;
  vertical-align: -7px;
  border-radius: 2px;
  display: inline-block;
}
.p-heading05{
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.p-heading05::before{
  content:"●";
  margin-right: 10px;
  color: #EACA9A;
  font-size: 20px;
}
.p-heading06{
  background: #67331a;
  margin-bottom: 25px;
  padding: 9px 32px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-heading02{
    margin-bottom: 30px;
    padding: 15px 20px 18px;
    font-size: 22px;
    padding-left: 55px;
    text-indent: -35px;
  }
  .p-heading02::before{
    font-size: 25px;
  }
  .p-heading03{
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 19px;
  }
  .p-heading05{
    margin-bottom: 15px;
    font-size: 16px;
  }
  .p-heading05::before{
    font-size: 19px;
  }
}

/* --------------------------
診療案内
--------------------------- */

/* 診察科目 */
.p-medical-sec01 {
  background: #fdf8f1;
  padding: 130px 0 130px 0;
}
.p-list01{
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.p-list01 li{
  background: #fff;
  width: 140px;
  padding: 10px 10px 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-medical-sec01 {
    background: #fdf8f1;
    padding: 80px 0;
  }
  .p-list01 li{
    background: #fff;
    width: 48%;
    padding: 10px 10px 12px;
    font-size: 18px;
    text-align: center;
  }
}

.p-block02{
  margin-bottom: 180px;
}
.heading-bg {
  text-align: center;
}
.heading-bg span{
  background: #66331a;
  margin: 0 auto;
  padding: 11px 110px 13px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
}
.p-block02__item{
  background: #fff;
  margin-top: -31px;
  padding: 85px 100px 60px;
  border: solid 5px #EACA9A;
  border-radius: 30px;
}
.p-list-02{
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  list-style: none;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-list-02 li::before{
  content:'';
  background:url(../img/medical/icon_check_br.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 19px;
  margin-right: 18px;
  display: inline-block;
}
.p-block02__item .note{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-block02{
    margin-bottom: 90px;
  }
  .heading-bg span{
    padding: 11px 40px 13px;
    font-size: 20px;
  }
  .p-block02__item{
    margin-top: -31px;
    padding: 45px 20px 30px;
  }
  .p-list-02{
    margin-bottom: 50px;
    grid-template-columns: 1fr;
  }
  .p-block02__item .note{
    font-size: 18px;
  }
}

.p-block03{
  margin-bottom: 130px;
}
.p-block03 p {
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-block03{
    margin-bottom: 60px;
  }
}

/* 診察科目 */
.p-medical-sec02{
  background-color: #F7EBDA;
  padding: 140px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-medical-sec02{
    padding: 70px 0 80px;
  }
}
.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 {
    margin-bottom: 50px;
  }
  .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: #E85656;
  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;
  font-family: "dinr_M", sans-serif;
  padding-top: 8px;
}
@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: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}



/* --------------------------
予防・健診
--------------------------- */
/* 避妊・去勢手術 */
.p-prevention-sec01{
  background: #fdf8f1;
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec01{
    padding: 60px 0;
  }
}
.p-block04 ul li{
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.p-block04__content{
  display: flex;
  justify-content: center;
  gap: 65px;
}
.p-block04__item .p-heading{
  font-size: 20px;
  text-align: center;
}
.p-block04__item .p-heading span{
  background: #fdf8f1;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.p-block04__item .p-heading span::after{
  content: "";
  background: #eaca9a;
  width: 145%;
  height: 3px;
  position: absolute;
  top: 0.7em;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  display: block;
}
.p-block04__item ul{
  background: #fff;
  min-width: 376px;
  min-height: 290px;
  padding: 45px 50px 48px 62px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  border-radius: 34px;
}
.p-block04__item ul li{
  list-style: none;
  font-size: 18px;
  font-weight: bold;
}
.p-block04__item ul li::before{
  content: "●";
  margin-right: 10px;
  color: #eaca9a;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-block04__content{
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-block04__item ul{
    background: #fff;
    width: 100%;
    min-height: inherit;
  }
}

.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;
  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;
  border-left:dotted 3px #EACA9A;
  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: #E85656;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "Sofia_Pro_Soft_Light", 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: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
@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 40px 17px;
  }
}
.p-ol01__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
@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-prevention-sec02{
  background: #f7ebda;
  padding: 160px 0 210px;
}
.p-block05 p{
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.p-block05 ul{
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.p-block06__content{
  margin-bottom: 100px;
  display: flex;
  gap: 55px;
}
.p-block06__item{
  background: #fff;
  min-width: 364px;
  padding: 45px 62px;
  border-radius: 34px;
}
.p-block06__item .p-heading{
  margin-bottom: 20px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.p-block06__item .p-heading::before{
  content:"●";
  margin-right: 10px;
  color: #eaca9a;
  font-size: 15px;
  display: inline-block;
}
.p-block06__item ul{
  list-style: none;
  padding-left: 26px;
  font-size: 18px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02{
    background: #f7ebda;
    padding: 80px 0 100px;
  }
  .p-block06__content{
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-block06__item{
    padding: 25px 32px 10px;
  }
}
.p-block07{
  margin-bottom: 190px;
}
.p-block07__item{
  font-size: 18px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.p-block07__item:not(:last-of-type){
  margin-bottom: 4px;
}
.p-block07__item:nth-of-type(3){
  margin-bottom: 40px;
}
.p-block07__title,
.p-block07__price{
  width: calc((100% - 4px ) / 2);
  padding: 21px 30px 23px 40px;
}
.p-block07__title{
  background: rgba(255, 255, 255, 0.8);
  margin-right: 4px;
}
.p-block07__price{
  background: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-block07{
    margin-bottom: 80px;
  }
  .p-block07__item{
    flex-wrap: wrap;
  }
  .p-block07__title,
  .p-block07__price{
    padding: 21px 12px 23px 12px;
  }
}

.p-block08 p{
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
}
.p-block08__item{
  background: #fff;
  padding: 34px 50px 33px;
  font-size: 18px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  border-radius: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-block08__item{
    padding: 22px 40px 20px;
  }
}

/* 健康診断 */
.p-prevention-sec03{
  background: #fdf8f1;
  padding: 130px 0 190px;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec03{
    padding: 60px 0 90px;
  }
}
.p-block09{
  margin-bottom: 90px;
}
.p-block09 table{
  width: 100%;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 4px;
  border:none
}
.p-block09 table th{
  background: #F8E6CD;
  width: 25%;
  padding: 21px 50px 23px;
  font-weight: 500;
  text-align: left;
  border: none;
}
.p-block09 table td{
  padding: 21px 50px 23px;
  border: none;
}
.p-block09 table td:first-of-type{
  background: #f8efe1;
  width: 25%;
}
.p-block09 table td:last-of-type{
  background: #fff;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-block09{
    margin-bottom: 40px;
  }
  .p-block09 table{
    font-size: 16px;
  }
  .p-block09 table th{
    padding: 10px 15px 12px;
  }
  .p-block09 table td{
    padding: 10px 15px 12px;
  }
}

.p-block10 table{
  width: 100%;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 4px;
  border:none
}
.p-block10 table td{
  padding: 21px 50px 23px;
  border: none;
}
.p-block10 table td:first-of-type{
  background: #f8efe1;
  width: 50%;
}
.p-block10 table td:last-of-type{
  background: #fff;
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-block10 table{
    font-size: 16px;
  }
  .p-block10 table td{
    padding: 10px 25px 12px;
    border: none;
  }
}

/* --------------------------
医院紹介
--------------------------- */
/* 院内紹介 */
.p-clinic-sec01{
  background: #fdf8f1;
  padding: 140px 0 170px;
}
.p-clinic-sec01-block01{
  display: flex;
  justify-content: space-between;
}
.p-clinic-sec01-block01__item{
  width: 350px;
  font-family: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.p-clinic-sec01-block01__item img{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec01{
    background: #fdf8f1;
    padding: 70px 0 80px;
  }
  .p-clinic-sec01-block01{
    flex-wrap: wrap;
  }
  .p-clinic-sec01-block01__item{
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 院長紹介 */
.p-clinic-doctor{
  background: #F7EBDA;
  padding: 150px 0 110px;
}
.p-clinic-doctors-block01__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctor{
    background: #F7EBDA;
    padding: 70px 0 20px;
  }
  .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;
}
.p-clinic-doctors-block01__name {
  font-size: 35px;
  letter-spacing: 0.25em;
  text-align: left;
  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: #D1AE7A;;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name-en {
    font-size: 14px;
  }
}
.p-clinic-doctors-block01__profile p{
  margin-bottom: 5px;
  color: #d1ae7a;
  font-weight: bold;
}
.p-clinic-doctors-block01__profile div{
  background: #fff;
  padding: 34px 40px;
}


/* アクセス */
.p-clinic-sec04{
  background: #fdf8f1;
  padding: 160px 0 180px;
}
.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: "源ノ角ゴシック JP", sans-serif;
  font-weight: 500;
  line-height: 1.56;
}
.p-clinic-sec04-block02__img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.p-clinic-sec04-block02__img + p{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04{
    padding: 80px 0 20px;
  }
}

/* 医師紹介 */
.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;
}
.p-clinic-doctors-block01__name {
  font-size: 35px;
  letter-spacing: 0.25em;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name {
    font-size: 22px;
  }
}

.p-clinic-doctors-block01__text {
  font-size: 15px;
  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;
}
.p-clinic-doctors-block01__right-sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__right {
    display: none;
  }
  .p-clinic-doctors-block01__right-sp {
    max-width: 100%;
    margin: 0 auto 50px auto;
    display: block;
  }
}

.p-clinic-sec04__map iframe {
  border-radius: 25px;
}

.p-clinic-sec04-block01 {
  margin-bottom: 40px;
}
.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;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec04-block01__text {
    font-size: 14px;
  }
}
.p-clinic-sec04-block02__youtube iframe {
  border-radius: 20px;
  aspect-ratio: 16/9;
  height: auto;
}