@charset "UTF-8";

.p-front {
  position: relative;
}

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

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

.p-front-mv__title {
  margin: 0 0 25px 8px;
  padding-top: 187px;
}

.p-front-mv__title h1 {
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

.p-front-mv__title-style01 {
  color: #81a9e0;
}

@media screen and (max-width: 1090px) {
  .p-front-mv .vegas-animation-kenburnsrev {
    background-position: 60% 10% !important;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv .vegas-animation-kenburnsrev {
    background-position: 70% 10% !important;
  }
}

.p-front-mv-banner {
  display: flex !important;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  position: relative;
  margin-left: 35px;
  z-index: 3;
}

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

.p-front-mv-banner-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv-banner-sp {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    inset: -16px 0 auto 0;
    width: 100%;
    margin: auto;
    z-index: 5;
  }

  .p-front-mv-banner-sp__item01 {
    position: relative;
    left: 20px;
    bottom: 93px;
    width: 169px;
    max-width: 40%;
  }

  .p-front-mv-banner-sp__item01 img {
    width: 100%;
  }

  .p-front-mv-banner-sp__item02 {
    position: relative;
    right: 20px;
    width: 228px;
    max-width: 60%;
  }

  .p-front-mv-banner-sp__item02 img {
    width: 100%;
  }
}

.p-front-mv-time {
  position: relative;
  top: -33px;
  left: 0;
  z-index: 2;
}

.p-front-news {
  position: relative;
  padding: 88px 0 98px 0;
  background: url("../img/front/news-bg01.png") no-repeat 50% 0%;
  background-size: cover;
  z-index: 3;
}

@media screen and (max-width: 1090px) {
  .p-front-news {
    padding: 88px 0 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 240px 0 98px 0;
    overflow: visible;
  }
}

.p-front-news::after {
  content: "";
  position: absolute;
  inset: -125px 0 auto 0;
  width: 100%;
  height: 218px;
  margin: auto;
  background: url("../img/front/news-bg02.png") no-repeat 53% 0%;
  background-size: 2033px auto;
}

@media screen and (max-width: 767px) {
  .p-front-news::after {
    inset: -147px 0 auto 0%;
    width: 100%;
    height: 197px;
    margin: auto;
    background: url(../img/front/news-bg02-sp.png) no-repeat -15% 0%;
    background-size: 811px auto;
    z-index: 3;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.p-front-news-block01__left {
  width: 300px;
}

@media screen and (max-width: 1090px) {
  .p-front-news-block01__left {
    margin: 0 auto 50px auto;
  }
}

.p-front-news-block01__en {
  font-family: "EB Garamond", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #81a9e3;
  font-weight: 300;
}

.p-front-news-block01__jp {
  margin-bottom: 20px;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #284674;
}

.p-front-news-block01__btn {
  text-align: center;
}

.p-front-news-block01__btn a {
  display: inline-block;
  position: relative;
  width: 153px;
  padding: 7px 35px 8px 20px;
  border-radius: 100px;
  border: 1px solid #81a9e3;
  background-color: #fff;
  color: #81a9e3;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

.p-front-news-block01__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #81a9e3;
  border-right: 1px solid #81a9e3;
  transform: rotate(45deg);
}

.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 0px 0 0px 0px;
}

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

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

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

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

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

.p-front-post-list__info {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
}

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

.p-front-post-list__time {
  width: 120px;
  font-size: 17px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
}

.p-front-post-list__cat {
  width: 100px;
}

.p-front-post-list__cat .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-front-post-list__cat .post-categories li a {
  padding: 3px 6px 4px 6px;
  background-color: #f2d457;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  line-height: 1;
  /* pointer-events: none; */
}

.p-front-post-list__title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 診療案内 */
.p-front-medical {
  position: relative;
  padding: 0px 0 95px 0;
  background-color: #9fdcff;
  z-index: 3;
}

@media screen and (max-width: 1090px) {
  .p-front-medical {
    margin-top: -35px;
  }
}

.p-front-medical__img {
  position: relative;
  top: -47px;
  width: 256px;
  height: 256px;
  margin: 0 auto -90px auto;
  padding: 25px;
  text-align: center;
  background-color: #9fdcff;
  border-radius: 200px;
}

.p-front-medical__img img {
  position: relative;
  right: 10px;
}

.p-front-medical-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 28px;
  width: 850px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01 {
    gap: 40px 10px;
  }
}

.p-front-medical-block01__item {
  width: calc(33.3% - 18.6666666667px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    position: relative;
    left: 3px;
    width: calc(50% - 5px);
  }
}

/* Unique Treatment */
.p-front-unique {
  padding: 120px 0 130px 0;
  background: url("../img/front/unique-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-front-unique-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-front-unique-block01__item {
  width: calc(50% - 20px);
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(92, 146, 228, 0.3);
  background-color: #fff;
}

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

.p-front-unique-block01__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-unique-block01__img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 36/35;
  }
}

.p-front-unique-block01__title>a {
  display: block;
  position: relative;
  top: -27.5px;
  width: 320px;
  height: 55px;
  margin: 0 auto 0 auto;
  padding: 17px 40px 8px 20px;
  border-radius: 27.5px;
  background-color: #f2d457;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.p-front-unique-block01__title>a::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 100px;
}

.p-front-unique-block01__title>a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f2d457;
  border-right: 2px solid #f2d457;
  transform: rotate(45deg);
}

.p-front-unique-block01__text {
  padding: 0 34px 40px 34px;
  font-size: 16px;
  line-height: 2.19;
  text-align: left;
  color: #2d2d2d;
}

/* Beauty */
.p-front-beauty {
  padding: 75px 0 110px 0;
  background: url("../img/front/beauty-bg01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.p-front-beauty-block01 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}

@media screen and (max-width: 1090px) {
  .p-front-beauty-block01 {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-beauty-block01 {
    gap: 20px;
  }
}

.p-front-beauty-block01__item {
  width: calc(25% - 20.25px);
  border-radius: 18px;
  box-shadow: 0 0 20px 0 rgba(92, 146, 228, 0.3);
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1090px) {
  .p-front-beauty-block01__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-front-beauty-block01__item {
    width: 80%;
    margin-inline: auto;
  }
}

.p-front-beauty-block01__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 1090px) {
  .p-front-beauty-block01__img img {
    width: 100%;
    height: auto;
  }
}

.p-front-beauty-block01__title>a {
  display: block;
  position: relative;
  top: -22.5px;
  width: 260px;
  max-width: 95%;
  height: 45px;
  margin: 0 auto 0 auto;
  padding: 15px 40px 8px 20px;
  border-radius: 27.5px;
  background-color: #f2d457;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .p-front-beauty-block01__title>a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-beauty-block01__title>a {
    padding: 15px 40px 8px 30px;
    font-size: 16px;
  }
}

.p-front-beauty-block01__title>a::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
}

.p-front-beauty-block01__title>a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f2d457;
  border-right: 2px solid #f2d457;
  transform: rotate(45deg);
}

.p-front-beauty-block01__text {
  padding: 0 34px 40px 34px;
  font-size: 16px;
  line-height: 2.19;
  text-align: left;
  color: #2d2d2d;
}

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

/* クリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 90px 0 150px 0;
  background: url("../img/front/feature-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

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

.p-front-feature-block01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 100px;
}

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

.p-front-feature-block01__item {
  width: calc(50% - 50px);
}

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

.p-front-feature-block01__item:nth-child(even) {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item:nth-child(even) {
    padding-top: 0;
  }
}

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

.p-front-feature-block01__number {
  position: absolute;
  top: -47px;
  left: 42px;
  width: 195px;
  height: 137px;
  padding-top: 36px;
  background: url("../img/front/icon-leaf02.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number {
    left: 7px;
  }
}

.p-front-feature-block01__number-inner {
  display: inline-block;
  position: relative;
  top: -5px;
  right: 38px;
  z-index: 2;
  width: 70px;
  color: #fff;
  font-size: 71px;
  font-family: "EB Garamond", sans-serif;
  text-align: center;
  line-height: 0.9;
}

.p-front-feature-block01__number-inner span {
  display: block;
  font-size: 13px;
  font-family: "EB Garamond", sans-serif;
  letter-spacing: 0.1em;
}

.p-front-feature-block01__content {
  position: relative;
  margin-left: 50px;
  padding: 55px 0 0px 35px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__content {
    margin-left: 15px;
    padding: 55px 0 0px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__content {
    padding: 45px 0 30px 25px;
  }
}

.p-front-feature-block01__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 265px;
  background-color: #000;
}

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

.p-front-feature-block01__content p {
  margin-bottom: 1.5em;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}

.p-front-feature-block01__title {
  margin-bottom: 47px;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    margin-bottom: 40px;
  }
}

.p-front-feature-block01__text p {
  font-weight: 500;
  line-height: 2;
  color: #474747;
}

.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-greeting {
  position: relative;
  padding: 115px 0 125px 0;
  background: url("../img/front/greeting-bg01.png") no-repeat 95% 197px;
  background-size: 634px;
  background-attachment: fixed;
}

@media screen and (max-width: 1200px) {
  .p-front-greeting {
    background-position: 150% 197px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-greeting {
    background-position: 300% 197px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-greeting {
    background: url("../img/front/greeting-bg01-sp.png") no-repeat -23% 100%;
    background-size: 634px auto;
  }
}

.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: 14px;
  font-family: "shippori-b", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 6.11px;
  text-align: left;
  color: #284674;
}

.p-front-greeting-block01 h3 {
  margin-bottom: 0px;
  font-family: "shippori-b", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.p-front-greeting-block01__kana {
  color: #81a9e3;
  font-family: "EB Garamond", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
}

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

.p-front-greeting-block01__text p {
  line-height: 2.19;
  color: #2d2d2d;
}

.p-front-greeting-block01__btn {
  text-align: right;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__btn {
    text-align: center;
  }
}

.p-front-greeting-block01__btn a {
  display: inline-block;
  position: relative;
  width: 200px;
  max-width: 95%;
  height: 45px;
  margin: 0 auto 0 auto;
  padding: 12.5px 40px 8px 20px;
  border-radius: 27.5px;
  background-color: #f2d457;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.p-front-greeting-block01__btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
}

.p-front-greeting-block01__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f2d457;
  border-right: 2px solid #f2d457;
  transform: rotate(45deg);
}

.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-bottom: 50px;
    order: 1;
  }

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

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

.p-front-hygiene__textBig {
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-front-hygiene__textBig {
    font-weight: 400;
  }
}

.p-front-hygiene__textSmall {
  font-family: "EB Garamond", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #81a9e3;
}

.p-front-hygiene-block01 {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 0 20px;
}

.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: "genjyu-lp", "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: 18px;
  }
}

.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: 2.14;
  color: #363636;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}

.p-front-hygiene-block01__text ul {
  margin: 0;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
}

.medical {
  background-color: #f5f7fb;
}

.p-medical {
  padding: 200px 0 0px 0;
}

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

.p-medical-subtitle01 {
  margin-bottom: 45px;
  padding: 12px 10px 12px 30px;
  background-color: #284674;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-medical-subtitle01 {
    padding: 10px 10px 10px 18px;
    font-size: 20px;
    border-radius: 2px;
    margin-bottom: 40px;
  }
}

.p-medical-sec01 {
  padding: 0 0 60px 0;
}

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

.p-medical-block01 {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  padding: 50px 50px 50px 50px;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-medical-block01 {
    padding: 20px 20px 20px 20px;
  }
}

.p-medical-block01::after {
  content: "";
  position: absolute;
  top: 38px;
  left: -40px;
  width: 80px;
  height: 80px;
  opacity: 0.73;
  background-color: #81a9e3;
  z-index: 2;
}

.p-medical-block01--yellow::after {
  background-color: #eec51e;
}

.p-medical-block01__area01 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #81a9e2;
  padding-bottom: 45px;
}

.p-medical-block01__area01--yellow {
  border-bottom: 1px dotted #eec51e;
}

.p-medical-block01__content {
  width: calc(100% - 325px);
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  .p-medical-block01__content {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .p-medical-block01__content {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }
}

.p-medical-block01__title {
  margin-bottom: 55px;
  font-family: YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-medical-block01__title {
    font-weight: 600;
    margin: 15px 0 30px;
    font-size: 24px;
  }
}

.p-medical-block01__text {
  line-height: 2.19;
  color: #2d2d2d;
}

.p-medical-block01__img {
  width: 325px;
  margin-top: -72px;
}

@media screen and (max-width: 900px) {
  .p-medical-block01__img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .p-medical-block01__img {
    width: 100%;
    order: 1;
    margin: 0px 0 30px 0;
  }
}

.p-medical-block01__area02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 37px;
  padding: 20px 0 50px 0;
}

.p-medical-block01__btn {
  width: calc(50% - 18.5px);
}

@media screen and (max-width: 900px) {
  .p-medical-block01__btn {
    width: 100%;
  }

  .p-medical-block01__area02 {
    padding: 20px 0 1px 0;
  }
}

.p-medical-sec02 {
  padding: 100px 0 240px 0;
  background-color: #fff;
}

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

.p-medical-sec02-lead01 {
  width: 748px;
  max-width: 90%;
  margin: 0 auto 110px auto;
  padding: 25px 50px 40px;
  border-radius: 12px;
  background-color: #f3f7fe;
}

@media screen and (max-width: 767px) {
  .p-medical-sec02-lead01 {
    max-width: 100%;
    padding: 20px 20px 20px;
  }
}

.p-medical-sec02-lead01__list {
  line-height: 2.19;
  color: #2d2d2d;
}

.p-medical-dl01__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8CED7;
}

.p-medical-dl01__content:first-of-type {
  border-top: 1px solid #C8CED7;
}

.p-medical-dl01 dt {
  position: relative;
  width: calc(100% - 233px);
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl01 dt {
    width: 100%;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
  }
}

.p-medical-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-medical-dl01 dt::after {
    display: none;
  }
}

.p-medical-dl01 dd {
  width: 233px;
  padding: 10px 30px 10px 10px;
  text-align: right;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl01 dd {
    width: 100%;
    padding: 0px 10px 10px 10px;
    font-size: 16px;
  }
}

.p-medical-dl01__row01 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-medical-dl01__row01 {
    display: inline;
    padding-right: 20px;
  }
}

.p-medical-dl02 {
  margin-top: -30px;
}

.p-medical-dl02__content-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8CED7;
}

.p-medical-dl02__content-head dt {
  width: calc(100% - 380px);
  padding: 0px 10px 7px 30px;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl02__content-head dt {
    width: 100%;
    padding: 0px 10px 7px 10px;
    font-size: 16px;
  }
}

.p-medical-dl02__content-head dd {
  width: 190px;
  padding: 0px 30px 7px 10px;
  text-align: right;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl02__content-head dd {
    width: 50%;
    padding: 0px 10px 7px 10px;
    font-size: 16px;
  }
}

.p-medical-dl02__content-head dd:last-of-type {
  color: #81a9e3;
}

.p-medical-dl02__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8CED7;
}

.p-medical-dl02__content dt {
  width: calc(100% - 380px);
  padding: 10px 10px 10px 30px;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl02__content dt {
    width: 100%;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
  }
}

.p-medical-dl02__content dd {
  position: relative;
  width: 190px;
  padding: 10px 30px 10px 10px;
  text-align: right;
  font-size: 18px;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .p-medical-dl02__content dd {
    padding: 0px 10px 10px 10px;
    font-size: 16px;
  }

  .p-medical-dl02__content dd:nth-of-type(1),
  .p-medical-dl02__content-head dd:nth-of-type(1) {
    width: 65%;
  }

  .p-medical-dl02__content dd:nth-of-type(2),
  .p-medical-dl02__content-head dd:nth-of-type(2) {
    width: 30%;
  }
}

.p-medical-dl02__content dd::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #C8CED7;
}

.p-medical-dl02__content dd:first-of-type::after {
  display: none;
}

.p-medical-dl02__content dd:last-of-type {
  color: #81a9e3;
}

/* --------------------------
医院紹介
--------------------------- */
.clinic {
  background-color: #f4f7fb;
}

/* 院内紹介 */
.p-clinic-facility {
  padding: 140px 0 100px 0;
  background-color: #fff;
}

.p-clinic-facility-block01 {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  gap: 100px 62px;
}

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

.p-clinic-facility-block01__item {
  width: calc(50% - 31px);
  text-align: center;
}

@media screen and (max-width: 1090px) {
  .p-clinic-facility-block01__item {
    width: calc(50% - 15px);
  }
}

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

.p-clinic-facility-block01__content {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01__content {
    padding-top: 40px;
  }
}

.p-clinic-facility-block01__title {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.p-clinic-facility-block01__text {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #383838;
}

.p-clinic-intro {
  position: relative;
  padding: 120px 0 190px 0;
  background-color: #fff;
}

.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(33.3% - 40px);
  text-align: center;
}

@media screen and (max-width: 1090px) {
  .p-clinic-intro-block01__item {
    width: calc(33.3% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-intro {
    padding: 60px 0 100px 0;
  }

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

  .p-clinic-intro-block01__img img {
    width: 100%;
  }
}

.p-clinic-intro-block01__title {
  margin-bottom: 25px;
  padding: 43px 0 0px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-clinic-intro-block01__title {
    font-size: 22px;
    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-doctors {
  position: relative;
  padding: 70px 0 210px 0;
}

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

.p-clinic-doctors::before {
  content: "";
  position: absolute;
  inset: 0px 0 auto 0;
  width: 100%;
  height: 90px;
  margin: auto;
  background: url("../img/hr01.png") no-repeat 50% 50%;
  background-size: 3500px auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01 {
    padding-top: 0px;
    margin: 0 -15px;
  }
}

.p-clinic-doctors-block01__left {
  position: relative;
  width: 518px;
  max-width: 47%;
  overflow: hidden;
}

.p-clinic-doctors-block01__left img {
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__left {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }

  .p-clinic-doctors-block01__left img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    /* left: -20%; */
    object-fit: cover;
    object-position: center;
    padding: 25px;
  }
}

.p-clinic-doctors-block01__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__right {
    width: 100%;
    padding: 0 25px;
  }
}

.p-clinic-doctors-block01__lead {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.47em;
  color: #284674;
}

.p-clinic-doctors-block01__name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-align: left;
  color: #252929;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name {
    font-size: 26px;
  }
}

.p-clinic-doctors-block01__name-en {
  font-family: "EB Garamond", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: left;
  color: #81a9e3;
}

.p-clinic-doctors-block01__title {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #81a9e3;
  line-height: 1.6;
}

.p-clinic-doctors-block01__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
  color: #474747;
}

.p-clinic-doctors-block01__career {
  position: relative;
  padding: 0 0 5px 21px;
  font-size: 16px;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  border-bottom: 1px solid #707070;
}

.p-clinic-doctors-block01__career::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #81A9E3;
}

.p-clinic-doctors-block01__list {
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 1.3px;
  color: #474747;
}

.p-clinic-doctors-block02 {
  position: absolute;
  bottom: 36px;
  right: 53px;
  width: 250px;
}

@media screen and (max-width: 1200px) {
  .p-clinic-doctors-block02 {
    width: 200px;
  }
}

@media screen and (max-width: 1090px) {
  .p-clinic-doctors-block02 {
    width: 150px;
    right: 37px;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02 {
    right: 0px;
  }
}

.p-clinic-doctors-block02 img {
  width: 100%;
}

.p-clinic-doctors-block03 {
  gap: 110px 100px;
}

@media screen and (max-width: 1090px) {
  .p-clinic-doctors-block03 {
    gap: 110px 50px;
  }
}

.p-clinic-doctors-block03__item {
  width: calc(33.3% - 66.6px);
  text-align: center;
}

@media screen and (max-width: 1090px) {
  .p-clinic-doctors-block03__item {
    width: calc(33.3% - 33.3px);
  }
}

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

.p-clinic-doctors-block03__img {
  margin-bottom: 20px;
  text-align: center;
}

.p-clinic-doctors-block03__head {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 3px solid #000;
  text-align: center;
}

.p-clinic-doctors-block03__lead {
  margin-bottom: 10px;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block03__lead {
    font-size: 15px;
  }
}

.p-clinic-doctors-block03__name {
  margin-bottom: 2px;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block03__name {
    font-size: 20px;
  }
}

.p-clinic-doctors-block03__name-en {
  font-family: "sofia-l", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #7bafd4;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block03__name-en {
    font-size: 15px;
  }
}

.p-clinic-doctors-block03__body {
  text-align: left;
}

.p-clinic-doctors-block03__text {
  margin-bottom: 30px;
  text-align: left;
  font-weight: bold;
}

.p-clinic-doctors-block03__career {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 26px;
  font-weight: bold;
  font-family: "genjyu-lp", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.p-clinic-doctors-block03__career::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff065;
}

.p-clinic-doctors-block03__career-text {
  padding-left: 26px;
  font-weight: bold;
  text-align: left;
  color: #2e7ab2;
  line-height: 1;
}

.p-clinic-doctors-block03__memo {
  font-size: 13px;
  color: #454545;
}

/* アクセス */
.p-clinic-access {
  padding: 150px 0 150px 0;
  background-color: #fff;
}

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

.p-clinic-access__address {
  width: 400px;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 30px;
  background: url("../img/clinic/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;
    text-align: center;
  }
}

.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 {
  gap: 50px 10px;
  margin-bottom: 95px;
}

.p-clinic-access-block01__left {
  width: 440px;
  max-width: 100%;
}

@media screen and (max-width: 1090px) {
  .p-clinic-access-block01 {
    flex-direction: column-reverse;
  }

  .p-clinic-access-block01__left {
    width: 690px;
    max-width: 100%;
    margin-inline: auto;
  }
}

.p-clinic-access-block01__title {
  margin-bottom: 24px;
  padding: 0 0 7px 0px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #284674;
}

.p-clinic-access-block01__title>span {
  display: inline-block;
  width: 50px;
}

.p-clinic-access-block01__train-icon {
  position: relative;
  top: 2px;
}

.p-clinic-access-block01__car-icon {
  position: relative;
  top: 2px;
}

.p-clinic-access-block01__list {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-clinic-access-block01__list {
    padding-left: 24px;
  }
}

.p-clinic-access-block01__list li {
  font-size: 16px;
  line-height: 1.75;
  color: #284674;
}

.p-clinic-access-block01__list li::marker {
  color: #81a9e3;
}

.p-clinic-access-block01__car-text {
  padding-left: 50px;
  font-size: 16px;
  line-height: 1.75;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-clinic-access-block01__car-text {
    padding-left: 24px;
  }
}

.p-clinic-access-block01__youtube-caption {
  width: 360px;
  max-width: 100%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.p-clinic-access-block01__youtube-caption li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #284674;
}

.p-clinic-access-block01__youtube-caption li::marker {
  color: #81a9e3;
}

.p-clinic-access-block01__youtube {
  & iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 315;
  }
}

.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;
    margin-bottom: 50px;
  }
}

.p-clinic-access-block01__map-gmap iframe {
  border-radius: 25px;
}

/* 当院の感染症対策 */
.p-clinic-visit {
  position: relative;
  padding: 150px 0 200px 0;
  background-color: #F5F7FB;
}

@media screen and (max-width: 1090px) {
  .p-clinic-visit {
    padding: 100px 0 150px 0;
  }
}

.p-clinic-visit__text {
  width: 830px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 15px;
  line-height: 2.13;
  color: #383838;
}

.p-clinic-visit-heading__textBig {
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.6;
  color: #252929;
}

.p-clinic-visit-heading__textSmall {
  font-family: "EB Garamond", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #81a9e3;
  line-height: 1;
}

/* --------------------------
皮膚科(保険適用)診療
--------------------------- */
:where(.p-der) p,
:where(.p-cosme) p {
  color: #2d2d2d;
}

.p-der-general {
  padding: 140px 0 0 0;
}

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

.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 30px;
}

.p-block01__img {
  position: sticky;
  top: 100px;
  left: 0;
  width: 470px;
}

@media screen and (max-width: 1200px) {
  .p-block01__img {
    width: calc(45% - 30px);
  }
}

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

.p-block01__content {
  width: 640px;
}

@media screen and (max-width: 1200px) {
  .p-block01__content {
    width: 55%;
  }
}

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

.p-block01__title {
  margin: 20px 0 50px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  color: #284674;
}

.p-block01__text p {
  line-height: 2.19;
  color: #2d2d2d;
}

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

.p-block02--rev {
  flex-direction: row-reverse;
}

.p-block02__img {
  width: 370px;
}

@media screen and (max-width: 1200px) {
  .p-block02__img {
    width: calc(40% - 30px);
  }
}

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

.p-block02__content {
  width: 740px;
}

@media screen and (max-width: 1200px) {
  .p-block02__content {
    width: 60%;
  }
}

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

.p-block02__title {
  margin: 20px 0 50px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  color: #284674;
}

.p-block02__text p {
  line-height: 2.19;
  color: #2d2d2d;
}

.p-heading01 {
  position: relative;
  margin-bottom: 65px;
  padding: 10px 0 10px 102px;
  background: url("../img/der/icon-leaf02.png") no-repeat 0% 50%;
  background-size: 81px auto;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: #284674;
  border-bottom: 1px solid #284674;
}

@media screen and (max-width: 767px) {
  .p-heading01 {
    padding: 66px 0 10px 0px;
    background: url("../img/der/icon-leaf02.png") no-repeat 50% 0%;
    background-size: 81px auto;
    font-size: 24px;
    text-align: center;
  }
}

.p-heading01__link {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 24px;
  height: 30px;
  padding: 8px 35px 6px 15px;
  background: url("../img/cosme/arrow-yellow.png") no-repeat calc(100% - 8px) 8px;
  background-size: 13px;
  background-color: #eec51e;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-heading01__link {
    padding: 8px 25px 6px 10px;
    right: 0px;
  }
}

.p-cosme .p-heading01 {
  background: url("../img/cosme/icon-leaf02.png") no-repeat 0% 50%;
  background-size: 81px auto;
}

@media screen and (max-width: 767px) {
  .p-cosme .p-heading01 {
    padding: 66px 0 10px 0px;
    background: url("../img/cosme/icon-leaf02.png") no-repeat 50% 0%;
    background-size: 81px auto;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.p-heading02 {
  position: relative;
  padding: 16px 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  background: url("../img/der/icon-heading.png") no-repeat -4% 48%;
  background-size: 156px auto;
  background-color: #284674;
}

@media screen and (max-width: 767px) {
  .p-heading02 {
    font-size: 20px;
    text-align: left;
    /* background-size: 110px auto; */
    background-image: none;

  }

  .p-heading02:has(.p-heading02__link) {
    padding: 16px 100px 16px 18px;
  }
}

.p-heading02__link {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 24px;
  height: 30px;
  padding: 8px 35px 6px 15px;
  background: url("../img/cosme/arrow-yellow.png") no-repeat calc(100% - 8px) 8px;
  background-size: 13px;
  background-color: #eec51e;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-heading02__link {
    top: 18px;
    right: 15px;
    padding: 8px 25px 6px 10px;
  }
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 30px;
}

.p-block03--blue {
  background-color: #f5f7fb;
}

.p-block03__img {
  width: 260px;
}

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

  .p-block03__img img {
    width: 100%;
  }
}

.p-block03__content {
  width: calc(100% - 260px);
  padding: 35px 40px 10px 40px;
}

@media screen and (max-width: 1090px) {
  .p-block03__content {
    padding: 25px 30px 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-block03__content {
    width: 100%;
    padding: 25px 20px 20px 20px;
  }
}

.p-block03__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  color: #2d2d2d;
}

@media screen and (max-width: 1090px) {
  .p-block03__title {
    margin-bottom: 20px;
  }
}

.p-block03__text {
  font-size: 15px;
  line-height: 2;
  color: #2d2d2d;
}

.p-list01 {
  padding: 38px 46px 44px 44px;
  background-color: #fff;
}

.p-list01 li {
  color: #2d2d2d;
}

.p-list02 {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 15px;
  border: solid 5px #dbe9ff;
}

.p-list02__inner {
  width: 520px;
  max-width: 100%;
  margin-inline: auto;
}

.p-list02__title {
  margin-bottom: 30px;
  padding: 20px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  color: #81a9e3;
}

.p-list02__list {
  list-style: none;
  padding: 0;
}

.p-list02__list li {
  position: relative;
  padding-left: 37px;
}

.p-list02__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 23px;
  height: 21px;
  background: url("../img/icon_check02.png") no-repeat 0% 0;
  background-size: cover;
}

.p-list02 li {
  color: #2d2d2d;
}

.p-ol01__item {
  display: flex;
}

.p-ol01__no {
  position: relative;
  width: 54px;
  background-color: #fff;
  z-index: 2;
}

.p-ol01__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #81a9e2;
  z-index: -1;
}

.p-ol01__no--last::before {
  display: none;
}

.p-ol01__no>p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  border: solid 1px #81a9e2;
  background-color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: "sofia-l", sans-serif;
  color: #81a9e2;
}

.p-ol01__content {
  margin-bottom: 40px;
  padding: 0 0 0 34px;
}

.p-ol01__title {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #81a9e3;
}

.p-ol01__text {
  line-height: 1.5;
}

.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-block04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 45px;
}

@media screen and (max-width: 1090px) {
  .p-block04 {
    padding: 45px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-block04 {
    padding: 40px 0px;
  }
}

.p-block04__head {
  width: 330px;
}

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

.p-block04__body {
  width: calc(100% - 330px);
}

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

.p-block04+.p-block04 {
  border-top: 1px solid #cdd5e3;
}

.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-der-sec04-block01 {
  gap: 50px;
}

.p-der-sec05 {
  padding: 130px 0 150px 0;
}

.p-sec05-block01 {
  padding: 80px 20px;
  background: url("../img/der/sec05-bg01.png") no-repeat 90% 100%;
  background-size: 339px auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-sec05-block01 {
    padding: 40px 20px 160px 20px;
    background-size: 250px auto;
  }
}

.p-sec05-block01__text02 {
  width: calc(100% - 380px);
}

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

.p-der-sec06 {
  padding: 120px 0 200px 0;
}

/* --------------------------
美容診療
--------------------------- */
.p-cosme-common-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
  border-top: 2px dotted #284674;
  border-bottom: 2px dotted #284674;
}

.p-cosme-common-list__item {
  position: relative;
  width: 20%;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cosme-common-list {
    border-top: 1px dotted #737c8a;
    border-bottom: 1px dotted #737c8a;
  }

  .p-cosme-common-list__item {
    width: 50%;
    border-bottom: 1px dotted #737c8a;
  }

  .p-cosme-common-list__item::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 30px;
    /* border-left: 1px dotted #737c8a; */
  }

  .p-cosme-common-list__item:last-of-type::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 2px;
    height: 30px;
    border-left: 1px dotted #737c8a;
  }
}

.p-cosme-common-list__item+.p-cosme-common-list__item::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 2px;
  height: 30px;
  /* border-left: 1px dotted #737c8a; */
}

.p-cosme-common-list p.p-cosme-common-list__item:nth-of-type(2):after,
.p-cosme-common-list p.p-cosme-common-list__item:nth-of-type(4):after {
  border-left: 1px dotted #737c8a;
}

.p-cosme-common-list p.p-cosme-common-list__item:nth-of-type(5) {
  border-bottom: none;
}


.p-cosme-common-list__item>a {
  display: block;
  padding: 15px 10px;
}

.p-cosme-sec01 {
  padding: 140px 0 0 0;
}

.p-cosme-sec03 {
  padding: 0 0 250px 0;
}

.p-cosme-sec04 {
  padding: 0 0 200px 0;
}

.p-cosme-sec05 {
  padding: 0 0 140px 0;
}

.p-cosme-sec06 {
  padding: 130px 0 160px 0;
}

.p-cosme-sec06-block01 {
  padding: 50px 10px 30px 10px;
  background-color: #fff;
  text-align: center;
}

.p-cosme-sec06-block02 {
  padding: 45px 20px;
  background-color: #e1e9f6;
}

@media screen and (max-width: 767px) {
  .p-cosme-sec06-block02 {
    padding: 20px 20px;
  }

  .p-cosme-sec01 {
    padding: 100px 0 120px 0;
  }

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

  .p-cosme-sec03 {
    padding: 0 0 140px 0;
  }

  .p-cosme-sec04 {
    padding: 0 0 140px 0;
  }

  .p-cosme-sec05 {
    padding: 0 0 140px 0;
  }

  .p-cosme-sec06 {
    padding: 130px 0 160px 0;
  }
}

.p-cosme-sec06-block02__list {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  list-style: none;
  padding: 0;
}

.p-cosme-sec06-block02__list li {
  position: relative;
  padding-left: 30px;
  line-height: 2.19;
  color: #2d2d2d;
}

.p-cosme-sec06-block02__list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #81a9e3;
}

.p-cosme-sec07 {
  padding: 130px 0 180px 0;
}

.p-cosme-sec08 {
  padding: 105px 0 180px 0;
}

.p-cosme-sec08-kv {
  overflow: hidden;
  width: 100%;
  height: 163px;
}

.p-cosme-sec08-kv img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1600/163;
}

.p-cosme-sec08-block01 {
  padding: 60px 0px 65px 0px;
  background-color: #fff;
}

.p-cosme-sec08-block01__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-cosme-sec08-block01__logo {
  width: 50%;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cosme-sec08-block01__logo {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-cosme-sec08-block01__logo figure {
  margin-bottom: 30px;
}

.p-cosme-sec08-block01__btn {
  display: block;
  width: 300px;
  height: 40px;
  margin: 0 auto 20px auto;
  padding: 12px 5px 6px;
  border: solid 1px #81a9e2;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  color: #81a9e3;
}

.p-cosme-sec08-block01__content {
  width: 50%;
}

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

#cosme01,
#cosme02,
#cosme03,
#cosme04,
#cosme05 {
  padding-top: 100px;
  margin-top: -100px;
}

.l-blog__main .c-subpage-kv {
  background: none;
}

.p-front-post-list__cat p {
  padding: 3px 6px 4px 6px;
  background-color: #f2d457;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  line-height: 1;
  display: inline;
  border-radius: 2px;
}