@charset "UTF-8";

/*
 font-family: "Shippori Mincho", serif;

 font-family: "Noto Sans JP", sans-serif;

 font-family: "EB Garamond", serif;

 font-family: 'dinr_R' sans-serif;
*/
.p-front {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}

.p-front-mv {
  position: relative;
  height: 850px;
}

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

.p-front-mv__img {
  width: 100%;
  height: 850px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__img {
    height: 80vh;
  }
}

.p-front-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1240px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 1090px) {
  .p-front-mv__heading {
    position: relative;
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__heading {
    bottom: -15px;
  }
}

.p-front-mv__title {
  position: absolute;
  bottom: 190px;
  left: 50%;
  opacity: 0.9;
  font-family: "EB Garamond", serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.3;
  text-align: left;
  color: #09192e;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .p-front-mv__title {
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    bottom: 155px;
    font-size: 56px;
    right: 0px;
  }
}

.p-front-mv__text {
  position: absolute;
  bottom: 96px;
  right: 0%;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #3a5273;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .p-front-mv__text {
    right: 20px;
  }
}

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

@media screen and (max-width: 1090px) {
  .p-front-mv-banner {
    background-color: #09192e;
    text-align: center;
  }
}

.p-front-mv-banner__item01 {
  position: absolute;
  left: 20px;
  bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .p-front-mv-banner__item01 {
    bottom: 270px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-mv-banner__item01 {
    position: relative;
    left: 0px;
    bottom: 60px;
    padding: 0 20px;
  }
}

.p-front-news {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 790px;
  right: 0;
  z-index: 4;
  background-color: #09192e;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .p-front-news {
    width: 800px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-news {
    position: relative;
    top: 0;
    margin-top: -1px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 35px 0 40px 0;
    background: url("../img/front/news-bg01.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-news__inner {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1090px) {
  .p-front-news__inner {
    margin-inline: auto;
  }
}

.p-front-news-block01 {
  display: flex;
  position: relative;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.p-front-news-block01__left {
  position: relative;
  width: 138px;
}

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

.p-front-news-block01__left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.32;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-front-news-block01__center {
  position: relative;
  width: calc(100% - 138px - 260px);
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__center {
    width: 100%;
    padding: 20px 0 27px;
  }
}

.p-front-news-block01__center::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.32;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__center::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-front-news-block01__right {
  width: 260px;
  padding: 0 20px;
}

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

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

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

.p-front-news-block01__btn>a {
  width: fit-content;
}

.p-front-news-heading {
  margin-bottom: 25px;
  text-align: center;
}

.p-front-news-heading__textBig {
  margin-bottom: 6px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}

.p-front-news-heading__textSmall {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 12px;
  font-size: 15px;
  line-height: 1.64;
}

.p-front-news-heading__textSmall::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
}

.p-front-news-heading__textSmall::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 1px;
  background-color: #fff;
}

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

.p-front-news-block02__tel {
  margin-bottom: 5px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: 0.1em;
}

.p-front-news-block02__address {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.p-front-news-block02__time {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.p-front-news-block02__time>img {
  position: relative;
  margin-right: 3px;
}

.p-front-news-block02__train {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0;
  color: #e9dc9e;
}

.p-front-news-block02__train>img {
  position: relative;
  top: -1px;
  right: 3px;
  margin-right: 3px;
}

.p-front-post-list {
  position: relative;
  top: 9px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
}

.p-front-post-list__item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

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

  .p-front-news-heading__textBig {
    font-size: 28px;
  }
}

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

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

.p-front-post-list__time {
  opacity: 0.58;
  font-family: "didot-roman", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.2px;
}

.p-front-post-list__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 100px);
  font-size: 13px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.2em;
}

/*  */
.p-front-sec01 {
  min-height: 600px;
  padding: 160px 0 150px 0;
  background: url("../img/front/sec01-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 90px 0 65px 0;
    background: url("../img/front/sec01-bg01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-sec01-block01 {
  display: flex;
  align-items: flex-end;
  gap: 0 35px;
}

@media screen and (max-width: 1200px) {
  .p-front-sec01-block01 {
    flex-wrap: wrap;
  }
}

.p-front-sec01-block01__left {
  width: 600px;
  max-width: 50%;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .p-front-sec01-block01__left {
    max-width: 100%;
    margin: 0 auto 80px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__left {
    margin: 0 auto 60px auto;
  }
}

.p-front-sec01-block01__right {
  width: 640px;
  max-width: 50%;
}

@media screen and (max-width: 1200px) {
  .p-front-sec01-block01__right {
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
}

.p-front-sec01-block01__en {
  position: relative;
  margin-bottom: 5px;
  opacity: 0.75;
  font-family: "EB Garamond", serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__en {
    font-size: 75px;
  }
}

.p-front-sec01-block01__en::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.54;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__en::after {
    right: -20px;
    bottom: 10px;
  }
}

.p-front-sec01-block01__title {
  margin-bottom: 30px;
  opacity: 0.9;
  font-size: 25px;
  line-height: 1.2;
}

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

.p-front-sec01-block01__text {
  opacity: 0.9;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__text {
    font-size: 14px;
    line-height: 2.14;
  }
}

.p-front-sec01-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-front-sec01-list li {
  width: 580px;
  max-width: 100%;
  height: 75px;
  margin-bottom: 45px;
  padding-top: 19px;
  background: url("../img/front/sec01-list-bg.webp") no-repeat 0% 0%;
  background-size: cover;
  opacity: 0.9;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-list li {
    width: 359px;
    max-width: 100%;
    height: 56px;
    margin: 0 auto 15px auto;
    padding-top: 15px;
    font-size: 19px;
    background: url("../img/front/sec01-list-bg-sp.png") no-repeat 0% 0%;
    background-size: 100% auto;
  }
}

.p-front-sec01-list li:nth-child(1) {
  margin-left: 64px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-list li:nth-child(1) {
    margin-left: auto;
  }
}

.p-front-sec01-list li:nth-child(2) {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-list li:nth-child(2) {
    margin-left: auto;
  }
}

.p-front-sec01-list li:nth-child(3) {
  margin-bottom: 0;
}

.p-front-sec02-block01 {
  padding: 168px 0 136px 0;
  background: url("../img/front/sec02-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01 {
    padding: 160px 0 100px 0;
    background: url("../img/front/sec02-img01-sp.jpg") no-repeat 50% 100%;
    background-size: contain;
    background-color: #0c7fdf;
  }
}

.p-front-sec02-block01__content {
  position: relative;
  width: 730px;
  max-width: 100%;
  padding: 0 50px 50px;
  background-color: rgba(255, 255, 255, 0.9);
}

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

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__content {
    padding: 45px 25px;
    z-index: 2;
  }
}

.p-front-sec02-block01__heading {
  position: relative;
  z-index: 2;
}

.p-front-sec02-block01__heading::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -118px;
  width: 679px;
  height: 271px;
  background: url("../img/front/periodontal-preventive.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__heading::after {
    top: -121px;
    left: 0;
    right: 0;
    width: 340px;
    max-width: 100%;
    height: 140px;
    margin: auto;
    background: url("../img/front/periodontal-preventive-sp.png") no-repeat 50% 50%;
    background-size: cover;
    z-index: -1;
    background-blend-mode: screen;
    opacity: 0.54;
  }
}

.p-front-sec02-block01__heading-inner {
  position: relative;
  top: -35px;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__heading-inner {
    top: 0px;
    width: calc(100% - 26px);
    margin-bottom: 60px;
    z-index: 3;
  }
}

.p-front-sec02-block01__heading-inner::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(-90deg);
}

.p-front-sec02-block01__heading-inner::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(90deg);
}

.p-front-sec02-block01__title {
  padding: 15px 65px 20px 65px;
  background-color: #1e4375;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__title {
    font-size: 20px;
    padding: 15px 10px 16px 10px;
  }
}

.p-front-sec02-block01__subtitle {
  padding-top: 60px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #09192E;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__subtitle {
    margin-bottom: 30px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 1.6;
  }
}

.p-front-sec02-block01__text-wrap {
  margin-bottom: 20px;
}

.p-front-sec02-block01__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__text {
    font-size: 14px;
  }
}

.p-front-sec02-block01__btn-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block01__btn-wrap {
    gap: 0px;
  }
}

.p-front-sec02-block02 {
  padding: 85px 0 70px 0;
  background: url("../img/front/sec02-img02-01.webp") no-repeat 0% 100%, url("../img/front/sec02-img02-02.webp") no-repeat 100% 100%, #E7F0ED;
  background-size: 750px auto, 1491px auto;
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block02 {
    padding: 440px 0 70px 0;
    background-position: 50% 0, 100% 100%;
    background-size: contain, 200% auto;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02 {
    padding: 0px 0 80px 0;
    background: url("../img/front/sec02-img02-02.webp") no-repeat 100% 100%;
    background-size: 1288px auto;
    background-color: #fff;
  }
}

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

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-front-sec02-block02__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.p-front-sec02-block02__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1200px) {
  .p-front-sec02-block02__list {
    width: 50%;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block02__list {
    width: 100%;
    margin-bottom: 50px;
  }
}

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

.p-front-sec02-block02__content {
  position: relative;
  width: 600px;
  z-index: 2;
}

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

@media screen and (max-width: 1090px) {
  .p-front-sec02-block02__content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__content {
    padding-top: 100px;
  }
}

.p-front-sec02-block02__heading {
  position: relative;
}

.p-front-sec02-block02__heading::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 366px;
  height: 315px;
  background: url("../img/front/Root-canal.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__heading::after {
    top: -155px;
    left: 0px;
    width: 100%;
    height: 140px;
    background: url("../img/front/Root-canal-sp.png") no-repeat 0% 0%;
    background-size: contain;
    z-index: 3;
  }
}

.p-front-sec02-block02__heading-inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0px;
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__heading-inner {
    width: calc(100% - 26px);
    justify-content: center;
    margin: 0 auto 45px;
    z-index: 3;
  }
}

.p-front-sec02-block02__title {
  position: relative;
  width: fit-content;
  min-width: 380px;
  padding: 15px 65px 20px 65px;
  background-color: #1e4375;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__title {
    min-width: auto;
    width: 100%;
    padding: 15px 65px 16px 65px;
    font-size: 20px;
  }
}

.p-front-sec02-block02__title::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(-90deg);
}

.p-front-sec02-block02__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(90deg);
}

.p-front-sec02-block02__subtitle {
  padding-top: 40px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #09192E;
}

.p-front-sec02-block02__list-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__list-sp {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
}

.p-front-sec02-block02__text-wrap {
  margin-bottom: 40px;
}

.p-front-sec02-block02__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block02__text {
    font-size: 14px;
  }
}

.p-front-sec02-block02__btn-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-front-sec02-block03 {
  padding: 85px 0 70px 0;
  background: url("../img/front/sec02-img03-02.webp") no-repeat 100% 100%, url("../img/front/sec02-img03-01.webp") no-repeat 0% 100%;
  background-size: 981px auto, 800px auto;
  background-color: #FBFBFB;
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block03 {
    padding: 386px 0 70px 0;
    background-position: 50% 0, 100% 100%;
    background-size: contain, contain;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03 {
    padding: 0px 0 80px 0;
    background: url("../img/front/sec02-img03-01.webp") no-repeat 0% 100%;
    background-size: 720px auto;
    background-color: #fcfcfc;
  }
}

.p-front-sec02-block03__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-front-sec02-block03__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block03__inner {
    flex-direction: column-reverse;
  }
}

.p-front-sec02-block03__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1200px) {
  .p-front-sec02-block03__list {
    width: 50%;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block03__list {
    width: 100%;
    margin-bottom: 50px;
  }
}

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

.p-front-sec02-block03__content {
  position: relative;
  width: 600px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .p-front-sec02-block03__content {
    width: 50%;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block03__content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__content {
    padding-top: 113px;
  }
}

.p-front-sec02-block03__heading {
  position: relative;
}

.p-front-sec02-block03__heading::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 125px;
  width: 532px;
  height: 235px;
  background: url("../img/front/Implant.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__heading::after {
    top: -187px;
    left: 0px;
    width: 80%;
    height: 150px;
    background: url("../img/front/Implant-sp.png") no-repeat 50% 50%;
    background-size: contain;
    z-index: 3;
  }
}

.p-front-sec02-block03__heading-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: 0px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__heading-inner {
    justify-content: center;
    width: calc(100% - 26px);
    margin: 0 auto 45px;
    z-index: 3;
  }
}

.p-front-sec02-block03__title {
  position: relative;
  width: fit-content;
  min-width: 380px;
  padding: 15px 65px 20px 65px;
  background-color: #1e4375;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__title {
    min-width: auto;
    width: 100%;
    padding: 15px 65px 16px 65px;
    font-size: 20px;
  }
}

.p-front-sec02-block03__title::before {
  content: "";
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__title::before {
    top: -13px;
    left: -13px;
    right: auto;
    width: 30px;
    height: 30px;
    border-top: 3px solid #1e4375;
    border-right: 3px solid #1e4375;
    transform: rotate(-90deg);
  }
}

.p-front-sec02-block03__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__title::after {
    bottom: -13px;
    left: auto;
    right: -13px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #1e4375;
    border-right: 3px solid #1e4375;
    transform: rotate(90deg);
  }
}

.p-front-sec02-block03__subtitle {
  padding-top: 40px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #09192E;
}

.p-front-sec02-block03__list-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__list-sp {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
}

.p-front-sec02-block03__text-wrap {
  margin-bottom: 40px;
}

.p-front-sec02-block03__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block03__text {
    font-size: 14px;
  }
}

.p-front-sec02-block03__btn-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-front-sec02-block04 {
  padding: 90px 0 70px 0;
  background: url("../img/front/sec02-img04-01.webp") no-repeat 0% 100%, url("../img/front/sec02-img04-02.webp") no-repeat 100% 100%;
  background-size: 1148px auto, 402px auto;
  background-color: #E3E5E5;
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block04 {
    padding: 330px 0 70px 0;
    background-position: 50% 0, 100% 100%;
    background-size: contain, contain;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04 {
    padding: 0px 0 80px 0;
    background: url("../img/front/sec02-img04-02.webp") no-repeat 100% 100%;
    background-size: 402px auto;
    background-color: #fff;
  }
}

.p-front-sec02-block04__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-front-sec02-block04__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.p-front-sec02-block04__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1200px) {
  .p-front-sec02-block04__list {
    width: 50%;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block04__list {
    width: 100%;
    margin-bottom: 50px;
  }
}

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

.p-front-sec02-block04__content {
  position: relative;
  width: 600px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .p-front-sec02-block04__content {
    width: 50%;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-sec02-block04__content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__content {
    padding-top: 140px;
  }
}

.p-front-sec02-block04__heading {
  position: relative;
}

.p-front-sec02-block04__heading::after {
  content: "";
  position: absolute;
  top: -63px;
  left: -228px;
  width: 532px;
  height: 315px;
  background: url("../img/front/Esthetic-ceramic.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__heading::after {
    top: -185px;
    left: 0px;
    width: 100%;
    height: 170px;
    background: url("../img/front/Esthetic ceramic-sp.png") no-repeat 0% 0%;
    background-size: contain;
    z-index: 3;
  }
}

.p-front-sec02-block04__heading-inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__heading-inner {
    justify-content: center;
    margin: 0 auto 45px;
    width: calc(100% - 26px);
    z-index: 3;
  }
}

.p-front-sec02-block04__title {
  position: relative;
  width: fit-content;
  min-width: 380px;
  padding: 15px 65px 20px 65px;
  background-color: #1e4375;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__title {
    min-width: auto;
    width: 100%;
    padding: 15px 65px 16px 65px;
    font-size: 20px;
  }
}

.p-front-sec02-block04__title::before {
  content: "";
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__title::before {
    top: -13px;
    left: -13px;
    right: auto;
    width: 30px;
    height: 30px;
    border-top: 3px solid #1e4375;
    border-right: 3px solid #1e4375;
    transform: rotate(-90deg);
  }
}

.p-front-sec02-block04__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #1e4375;
  border-right: 3px solid #1e4375;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__title::after {
    bottom: -13px;
    left: auto;
    right: -13px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #1e4375;
    border-right: 3px solid #1e4375;
    transform: rotate(90deg);
  }
}

.p-front-sec02-block04__subtitle {
  padding-top: 40px;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #09192E;
}

.p-front-sec02-block04__list-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__list-sp {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
}

.p-front-sec02-block04__text-wrap {
  margin-bottom: 30px;
}

.p-front-sec02-block04__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__text {
    font-size: 14px;
  }
}

.p-front-sec02-block04__btn-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 40px;
}

@media screen and (max-width: 767px) {
  .p-front-sec02-block04__btn-wrap {
    gap: 0px 40px;
  }
}

/* 診療案内 */
.p-front-medical {
  padding: 100px 0 145px 0;
  background: url("../img/front/medical-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-medical {
    padding: 80px 0 90px 0;
    background: url("../img/front/medical-bg01-sp.webp") repeat-y top center / cover;
  }
}

.p-front-medical-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01 {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 23px;
    padding: 0 20px;
  }
}

.p-front-medical-block01__item {
  padding: 30px 10px;
  text-align: center;
  position: relative;
  background-color: #09192e;
}

.p-front-medical-block01__img {
  margin-bottom: 10px;
  text-align: center;
}

.p-front-medical-block01__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

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

.p-front-medical-block01__title-small {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  color: #fff;
  opacity: 0.48;
  letter-spacing: 0.1em;
}

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

.p-front-medical-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02 {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
    margin-bottom: 18px;
    padding: 0 20px;
  }
}

.p-front-medical-block02__item {
  padding: 30px 10px 40px;
  text-align: center;
  position: relative;
  background-color: #09192e;
}

.p-front-medical-block02__img {
  margin-bottom: 10px;
  text-align: center;
}

.p-front-medical-block02__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
}


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

  .p-front-medical-block02__img {
    width: 95%;
    margin: 0 auto 5px;
  }

  .p-front-medical-block02__item {
    padding: 5px 10px 20px;
  }

  .p-front-medical-block02__item:last-of-type h3 {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
}

.p-front-medical-block02__title-small {
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  color: #fff;
  opacity: 0.48;
}

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

.p-front-medical-block03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03 {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
    padding: 0 20px;
  }
}

.p-front-medical-block03__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
  text-align: center;
  position: relative;
  background-color: #09192e;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block03__item--last {
    grid-row: 3/3;
    grid-column: 1/3;
  }
}

.p-front-medical-block03__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  color: #fff;
  letter-spacing: 0;
}

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

.p-front-sec04 {
  position: relative;
  padding: 110px 0 160px 0;
  background: url("../img/front/sec04-bg01.webp") repeat 50% 50%;
  background-size: 1600 auto;
  background-attachment: fixed;
  align-self: auto;
}

@media screen and (max-width: 767px) {
  .p-front-sec04 {
    padding: 70px 0 120px 0;
  }
}

.p-front-sec04::before {
  content: "";
  position: absolute;
  top: 126px;
  left: calc(50% - 590px);
  width: 484px;
  height: 235px;
  background: url("../img/front/Feature.png") repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .p-front-sec04::before {
    left: 0;
  }
}

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

.p-front-sec04-block01__img {
  width: 100%;
  height: 437px;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__img {
    height: 300px;
  }
}

.p-front-sec04-block01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  aspect-ratio: 3200/874;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__img img {
    aspect-ratio: 8/4;
  }
}

.p-front-sec04-block01__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
  padding: 40px 60px 80px;
  background-color: #09192e;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__content {
    margin: 0px -20px;
    padding: 30px 20px 60px;
  }
}

.p-front-sec04-block01__left {
  width: 50%;
  padding: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__left {
    width: 100%;
    padding: 0 10px;
  }
}

.p-front-sec04-block01__right {
  width: 50%;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__right {
    width: 100%;
    padding-top: 0px;
  }
}

.p-front-sec04-block01__number {
  width: fit-content;
  margin-bottom: 30px;
  font-family: "EB Garamond", serif;
  font-size: 67px;
  line-height: 0.67;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  padding-bottom: 0px;
  border-bottom: 1px solid #d5b966;
}

.p-front-sec04-block01__number>span {
  margin-right: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.4px;
}

.p-front-sec04-block01__title {
  font-weight: 500;
  line-height: 1.67;
  font-size: 30px;
  color: #f8e7b3;
  letter-spacing: 0.1em;
}

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

.p-front-sec04-block01__text {
  font-size: 15px;
  line-height: 1.87;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-sec04-block01__text {
    font-size: 14px;
    line-height: 2;
  }
}

/* ごあいさつ */
.p-front-greeting {
  position: relative;
  padding: 100px 0 160px 0;
  background: url("../img/front/medical-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-greeting {
    padding: 85px 0 120px 0;
    background: url("../img/front/greeting-bg01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-greeting__img-text {
  position: absolute;
  top: 27px;
  right: -91px;
}

@media screen and (max-width: 1200px) {
  .p-front-greeting__img-text {
    display: none;
  }
}

.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: 50%;
  color: #fff;
}

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

.p-front-greeting-block01__positon {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 6.11px;
  text-align: left;
  color: #fff;
}

.p-front-greeting-block01 h3 {
  margin-bottom: 12px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: left;
  color: #fff;
  line-height: 1;
}

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

.p-front-greeting-block01__kana {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-align: left;
  color: #c1a376;
  line-height: 1.4;
}

.p-front-greeting-block01__text {
  margin: 40px 0 90px 0;
}

@media screen and (max-width: 1200px) {
  .p-front-greeting-block01__text {
    margin: 40px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__text {
    margin: 50px 0 40px 0;
  }
}

.p-front-greeting-block01__text p {
  font-size: 15px;
  line-height: 2;
  color: #fff;
}

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

.p-front-greeting-block01__right {
  position: relative;
  width: 521px;
  max-width: 48%;
}

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

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__img {
    margin: 0 -20px 60px;
  }
}

/* 院内・設備紹介 */
.p-front-sec06 {
  padding: 85px 0 0px 0;
  background: url("../img/front/sec06-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

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

.p-front-sec06__lead {
  width: 662px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #1e4375;
}

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

.p-front-sec06__btn-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 27px;
}

@media screen and (max-width: 767px) {
  .p-front-sec06__btn {
    width: calc(50% - 13.5px);
  }
}

/* スライド */
.p-front-slick-wrap {
  position: relative;
  padding: 120px 0 120px 0;
  z-index: 2;
}

.p-front-slick-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #f0662a;
  z-index: -1;
}

.p-front-slick__item {
  padding: 0px 40px 35px 40px;
}

@media screen and (max-width: 767px) {
  .p-front-slick__item {
    padding: 0px 20px 18px 20px;
  }
}

.p-front-slick__item:nth-child(odd) img {
  position: relative;
  top: 32px;
}

@media screen and (max-width: 767px) {
  .p-front-slick__item:nth-child(odd) img {
    top: 18px;
  }
}

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

/* --------------------------
共通
--------------------------- */
/* block */
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}

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

@media screen and (max-width: 767px) {
  .p-block01--rev {
    flex-direction: column;
  }
}

.p-block01__content {
  width: 50%;
}

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

.p-block01__content p {
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #09192E;
}

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

.p-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
  position: sticky;
  top: 50px;
}

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

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

@media screen and (max-width: 767px) {
  .p-block02 {
    flex-direction: column-reverse;
  }
}

.p-block02__content {
  flex: 1;
}

.p-block02__imgs {
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-block02__imgs {
    width: 100%;
    text-align: center;
  }
}

.p-block03 {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .p-block03 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.p-block03__img {
  position: relative;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-block03__img {
    width: 65%;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.p-block03__content {
  width: 850px;
  max-width: 100%;
}

.p-block03__title {
  margin-bottom: 20px !important;
}

.p-block03__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.19;
}

.p-block04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px 70px;
}

@media screen and (max-width: 1090px) {
  .p-block04 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-block04 {
    grid-template-columns: 1fr;
  }
}

.p-block04__img {
  text-align: center;
}

.p-block05 {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px dashed rgba(0, 0, 0, 0.48);
}

.p-block05__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-block05__inner:first-of-type {
  padding-bottom: 40px;
}

.p-block05__title {
  width: 123px;
  height: 35px;
  position: relative;
  top: 5px;
  margin-right: 30px;
  padding: 7px 10px 4px;
  background-color: #f89d76;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}

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

.p-block05__title--02 {
  background-color: #511900;
}

.p-block05__title--pt2 {
  width: 100%;
  max-width: 320px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-block05__title--pt2 {
    margin-bottom: 20px;
  }
}

.p-block05__list {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 15px;
  color: #2d2d2d;
}

@media screen and (max-width: 767px) {
  .p-block05__list {
    flex: auto;
    width: 100%;
    padding: 7px 0 0 20px;
    font-size: 14px;
  }
}

.p-block05__list--pt2 {
  width: fit-content;
}

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

.p-block06 {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px dashed rgba(0, 0, 0, 0.48);
}

.p-block06__inner {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.p-block06__inner:first-of-type {
  padding-bottom: 20px;
}

.p-block06__title {
  width: 123px;
  height: 35px;
  padding: 7px 10px 4px;
  background-color: #f89d76;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.p-block06__title--02 {
  background-color: #511900;
}

.p-block06__text {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.p-block07 {
  margin-top: 60px;
  padding: 30px 40px 30px 45px;
  border: solid 1px #1f4375;
}

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

.p-block07__title {
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  color: #9f8a5e;
}

.p-block07__list {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.4px;
  text-align: left;
  color: #1e4375;
}

/*
.p-block03 {

  &__title {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 10px 33px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #475555;

    @include sp {
      margin-bottom: 30px;
      padding: 0 0 10px 25px;
      font-size: 18px;
      border-bottom: 2px solid #475555;
    }

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 12px;
      height: 32px;
      border-radius: 2px;
      background-color: #66a5d1;

      @include sp {
        width: 8px;
        height: 28px;
      }
    }
  }

  &__content {
    font-family: $font;
  }

  &__btn {
    padding-top: 40px;

    @include sp {
      text-align: center;
    }
  }

  &__list {
    list-style: none;
    padding: 0;

    li {
      &::before {
        content: '●';
        position: relative;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        color: #3ba3d5;
      }
    }

    &--pt2 {
      li {
        &::before {
          color: #475555;
        }
      }
    }

  }
}

.p-block04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 65px;

  @include tb {
    gap: 20px 40px;
  }

  &__content {
    width: calc(100% - 400px - 65px);
    color: #475555;

    @include tb {
      width: calc(55% - 40px);
    }

    @include sp {
      width: 100%;
    }

    p {
      font-family: $font;
    }
  }

  &__img {
    width: 400px;

    @include tb {
      width: 45%;
    }

    img {
      border-radius: 30px;
    }

    @include sp {
      width: 100%;
      margin-bottom: 20px;
    }
  }
}


.p-block05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 0 100px;
  background-color: #f5f7fb;

  @include tb {
    padding: 0 0 0 50px;
  }

  @include tb {
    padding: 0 0 0 0px;
  }

  &__content {
    width: calc(100% - 250px);
    padding: 30px 50px 20px 0;

    @include sp {
      width: 100%;
      order: 2;
      padding: 30px 20px 20px 20px;
    }
  }

  &__img {
    width: 250px;

    @include sp {
      width: 100%;
      order: 1;
    }
  }
}


.p-block06 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 100px 0 100px;

  @include tb {
    padding: 0 50px 0 50px;
  }

  @include sp {
    padding: 0 20px 0 20px;
  }

  &--blue {
    background-color: #f5f7fb;
  }

  &__head {
    width: 300px;
    padding: 30px 0px 30px 0;

    @include sp {
      width: 100%;
      padding: 30px 0px 0px 0;
    }
  }

  &__body {
    width: calc(100% - 300px);
    padding: 30px 0px 30px 0;

    @include sp {
      width: 100%;
      padding: 0px 0px 30px 0;

    }

    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($color: #284674, $alpha: 0.08);

  @include tb {
    justify-content: center;
    padding: 50px 50px 30px 50px;
  }

  &__item {}
}


.p-block08 {
  padding: 0 0 0 100px;
  background-color: #f5f7fb;

  @include tb {
    padding: 0 0 0 50px;
  }

  @include sp {
    padding: 0 0 0 0px;
  }

  &__area01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  &__content {
    width: calc(100% - 250px);
    padding: 30px 50px 20px 0;

    @include sp {
      width: 100%;
      padding: 30px 20px 0px 20px;
      order: 2;
    }
  }

  &__img {
    width: 250px;

    @include sp {
      width: 100%;
      order: 1;
    }
  }

  &__area02 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 100px;
    border-top: 1px dotted #284674;

    @include tb {
      margin-right: 50px;
    }

    @include sp {
      margin-right: 0px;
    }
  }

  &__head {
    width: 300px;
    padding: 30px 0px 30px 0;

    @include sp {
      width: 100%;
      padding: 30px 20px 0px 20px;
    }
  }

  &__body {
    width: calc(100% - 300px);
    padding: 30px 0px 30px 0;

    @include sp {
      width: 100%;
      padding: 0px 20px 30px 20px;
    }

    ul {
      margin: 0;
    }
  }
}

*/
/* block その他 */
.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;
  }
}

/* heading */
.p-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px 12px 32.4px;
  background-color: #1e4375;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-heading01 {
    font-size: 19px;
        padding: 15px 10px 15px 20px;9
        background: #1e4375;
        color: #fff;
  }
  .p-implant-sec04 .p-heading01 {
    font-size: 24px;
        padding: 0 0 10px;
        text-align: center;
        background: none;
        color: #1e4375;
        border-bottom: 2px dotted;
        margin-bottom: 60px;
  }
}

.p-heading01--number {
  padding: 10px 20px 12px 85px;
}

@media screen and (max-width: 767px) {
  .p-heading01--number {
    padding: 10px 20px 12px 70px;
  }
}

.p-heading01--number>span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  padding: 10px 0px 12px 0;
  background-color: #c1a376;
  text-align: center;
  font-family: "didot-roman", serif;
}

@media screen and (max-width: 767px) {
  .p-heading01--number>span {
    width: 55px;
    padding: 12px 0px 12px 0;
  }
}

.p-heading01--child {
  padding: 10px 20px 12px 85px;
}

@media screen and (max-width: 767px) {
  .p-heading01--child {
    padding: 10px 20px 12px 70px;
  }
}

.p-heading01--child>span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  padding: 10px 0px 12px 0;
  background-color: #6082b0;
}

@media screen and (max-width: 767px) {
  .p-heading01--child>span {
    width: 55px;
    padding: 12px 0px 12px 0;
  }
}

.p-heading01__num-pt01 {
  background-color: #c17b76 !important;
}

.p-heading01__num-pt02 {
  padding-left: 7px !important;
  background-color: #9fbee9 !important;
}

.p-heading02 {
  position: relative;
}

.p-heading02::before {
  content: "";
  position: absolute;
  top: calc(50% + 38px);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #6082b0;
}

.p-heading02__title {
  display: block;
  position: relative;
  inset: 38px 0 0 0;
  width: fit-content;
  min-width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 18px 20px 21px 20px;
  background-color: #6082b0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-heading02__title {
    inset: 27px 0 0 0;
    min-width: auto;
    width: 80%;
    padding: 15px 20px 16px 20px;
    font-size: 20px;
  }
}

.p-heading02__title::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(-90deg);
}

.p-heading02__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(90deg);
}

/*
.p-heading02 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: $font;
  font-weight: bold;
  line-height: 1.94;
  text-align: left;
  color: #3ba3d5;
  padding-left: 30px;

  @include sp {
    padding-left: 25px;
    font-size: 16px;
  }

  &::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 8px;
    color: #3ba3d5;
  }
}

.p-heading03 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #031c5c;
}
  */
/* sub heading */
.p-sub-heading00 {
  position: relative;
  margin-bottom: 30px;
  background: url("../img/icon-dot-blue-sm.png") no-repeat 0% 50%;
  background-size: 25px auto;
  padding: 0 0px 5px 40px;
  border-bottom: 1px solid #284674;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-sub-heading00 {
    padding: 0 0px 5px 35px;
    font-size: 18px;
  }
}

.p-sub-heading01 {
  position: relative;
  margin-bottom: 30px;
  background: url("../img/icon-dot-red-sm.png") no-repeat 0% 50%;
  background-size: 25px auto;
  padding: 0 0px 5px 40px;
  border-bottom: 1px solid #284674;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-sub-heading01 {
    padding: 0 0px 5px 35px;
    font-size: 18px;
  }
}

.p-sub-heading02 {
  position: relative;
  margin-bottom: 15px;
  background: url("../img/icon-dot-red-sm.png") no-repeat 50% 0%;
  background-size: 25px auto;
  padding: 20px 0px 30px 0px;
  border-bottom: 1px solid #284674;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59;
  text-align: center;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-sub-heading02 {
    padding: 20px 0px 12px 0px;
    font-size: 18px;
  }
}

.p-sub-heading03 {
  position: relative;
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.61;
  color: #1e4375;
}

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

.p-sub-heading04 {
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.2em;
}

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

/*
.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;

  &::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;

  &::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;
}
  */
/* list */
.p-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-list01 li {
  position: relative;
  padding-left: 34px;
  background: url("../img/icon-check.png") no-repeat 0% 50%;
  background-size: 15px auto;
  font-weight: bold;
}

.p-list02 {
  padding: 65px 20px 65px 20px;
  border: 2px dotted #6082b0;
}

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

.p-list02__list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.p-list02__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-list02__item {
    gap: 10px 50px;
    margin-bottom: 35px;
  }
}

.p-list02__item:last-of-type {
  margin-bottom: 0;
}

.p-list02 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 35px;
  margin: 0;
  background-color: #6082b0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-list02 dt {
    width: 100%;
    font-size: 16px;
  }
}

.p-list02 dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 30px;
  height: 1px;
  background-color: #6082b0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-list02 dt::after {
    display: none;
  }
}

.p-list02 dd {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-list02 dd {
    width: 100%;
    font-size: 14px;
  }
}

.p-list03__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.p-list03__item:nth-child(1) dt {
  background-color: #e9f2ff;
}

.p-list03__item:nth-child(2) dt {
  background-color: #d4e6ff;
}

.p-list03__item:nth-child(3) dt {
  background-color: #c2dcff;
}

.p-list03 dt {
  width: 200px;
  padding: 16px 30px 10px 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.14;
  text-align: left;
  color: #1e4375;
}

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

.p-list03 dd {
  width: calc(100% - 200px);
  min-height: 60px;
  padding: 11px 30px 10px 30px;
  background-color: #fff;
  font-size: 16px;
  line-height: 2.19;
  color: #6082b0;
}

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

.p-list03 dd>span {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.19;
  color: #0E2B53;
}

@media screen and (max-width: 767px) {
  .p-list03 dd>span {
    width: 100%;
  }
}

.p-ol01__item {
  display: flex;
  justify-content: space-between;
}

.p-ol01__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: calc(100% - 50px);
}

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

@media screen and (max-width: 767px) {
  .p-ol01__no {
    width: 50px;
  }
}

.p-ol01__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 2px;
  height: 100%;
  margin: auto;
  border-left: 3px dotted #496790;
  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: #496790;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-ol01__no>p {
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-bottom: 2px;
  }
}

.p-ol01__content {
  flex: 1;
  padding: 0px 70px 80px 34px;
}

@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% - 50px);
    padding: 0px 0px 80px 12px;
  }
}

.p-ol01__title {
  margin-bottom: 15px;
}

.p-ol01__img {
  width: 280px;
  max-width: 100%;
}

.p-ol01__img img {
  border-radius: 20px;
}

.p-history01__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .p-history01__item {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.p-history01__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  .p-history01__item {
    position: relative;
    padding-bottom: 50px;
  }

  .p-history01__item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 11px;
    width: 1px;
    height: calc(100% - 4px);
    margin: auto;
    border-left: 3px dotted #496790;
    z-index: -1;
  }
}

.p-history01__point {
  position: relative;
  width: 25px;
  margin-right: 20px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1090px) {
  .p-history01__point {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-history01__point {
    background-color: transparent;
  }
}

.p-history01__point::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 1px;
  height: calc(100% + 109px);
  margin: auto;
  border-left: 3px dotted #496790;
  z-index: -1;
}

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

.p-history01__point--first::before {
  inset: auto 0 0px 0;
  height: calc(100% - 0px);
}

.p-history01__point--last::before {
  inset: auto 0 100px 0;
  height: calc(100% - 100px);
}

.p-history01__point>p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  border: solid 3px #1f4375;
  background-color: #fff;
}

.p-history01__year {
  position: relative;
  top: -4px;
  width: 90px;
  margin-right: 40px;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1e4375;
}

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

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

.p-history01__year>span {
  padding-left: 1px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-history01__year>span {
    font-size: 16px;
  }
}

.p-history01__img {
  position: relative;
  top: -4px;
  margin-right: 50px;
  width: 240px;
}

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

@media screen and (max-width: 767px) {
  .p-history01__img {
    top: 0;
    width: 100%;
    margin: 0 0 20px 40px;
  }
}

.p-history01__content {
  position: relative;
  top: -4px;
  flex: 1;
  padding: 0px;
}

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

.p-history01__title {
  margin-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #1f4375;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1090px) {
  .p-history01__title {
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 22px;
    padding-top: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

.p-history01__text {
  padding-left: 30px;
}

@media screen and (max-width: 1090px) {
  .p-history01__text {
    padding-left: 0px;
  }
}

.p-datalist01__head {
  padding: 7px 20px 12px 33px;
  background-color: #f89d76;
}

.p-datalist01__head--pt2 {
  background-color: #511802;
}

.p-datalist01__title {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

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

.p-datalist01__body {
  padding: 45px 55px;
  background-color: #fff;
}

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

.p-datalist01__body--pt2 {
  background-color: #eaeef4;
}

.p-datalist01__list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-datalist01__list-item:last-of-type {
  margin-bottom: 0;
}

.p-datalist01 dt {
  width: fit-content;
  padding: 0 27px 0 0;
  border-right: 1px solid #f89d76;
}

@media screen and (max-width: 767px) {
  .p-datalist01 dt {
    padding: 0 15px 0 0;
  }
}

.p-datalist01 dd {
  flex: 1;
  padding: 7px 20px 0 25px;
}

@media screen and (max-width: 767px) {
  .p-datalist01 dd {
    padding: 7px 0px 0 15px;
  }
}

.p-compare01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 95px;
}

.p-compare01__item {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.p-compare01__img {
  margin-bottom: 45px;
  text-align: center;
}

.p-compare01__title-wrap {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
}

.p-compare01__title-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
}

.p-compare01__title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
}

.p-compare01__title-wrap--pt1::before {
  border-left: solid 3px #c1a376;
  border-top: solid 3px #c1a376;
}

.p-compare01__title-wrap--pt1::after {
  border-right: solid 3px #c1a376;
  border-bottom: solid 3px #c1a376;
}

.p-compare01__title-wrap--pt2::before {
  border-left: solid 3px #6082b0;
  border-top: solid 3px #6082b0;
}

.p-compare01__title-wrap--pt2::after {
  border-right: solid 3px #6082b0;
  border-bottom: solid 3px #6082b0;
}

.p-compare01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.p-compare01__title--pt1 {
  background-color: #c1a376;

}

.p-compare01__title--pt2 {
  background-color: #6082b0;
}

@media screen and (max-width: 767px) {
  .p-compare01__title {
  height: 40px;
  font-size: 17px;
}
}
/*
.p-list01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 20px 20px;
  border-radius: 34px;
  background-color: #ecf9ff;
  list-style: none;

  li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px 0 25px;
    font-weight: bold;
    line-height: 1.6;

    @include sp {
      padding: 0 10px 0 20px;
    }

    &::before {
      content: '●';
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 8px;
      color: #66a5d2;
    }

    &:last-of-type {
      margin-bottom: 0;
    }

    >a {
      color: #3ba3d5;
      border-bottom: 1px dotted #3ba3d5;
    }
  }

  &--pt01 {
    padding: 50px 60px;

    @include sp {
      padding: 30px 20px;
    }
  }

  &--col01 {
    li {
      width: 100%;
    }
  }

  &--col02 {
    li {
      width: 50%;

      @include sp {
        width: 100%;
      }
    }
  }

  &--col03 {
    li {
      width: 33%;

      @include sp {
        width: 50%;
      }
    }
  }

  &--col04 {
    li {
      width: 25%;

      @include tb {
        width: 33.3%;
      }

      @include sp {
        width: 50%;
      }
    }
  }

  &--bgwhite {
    background-color: #fff;
  }
}

.p-list02 {
  list-style: none;
  padding: 0;

  li {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold;

    &::before {
      content: '●';
      position: relative;
      top: 0;
      left: 0;
      padding-right: 15px;
      color: #66a5d2;

      @include sp {
        padding-right: 6px;
      }
    }
  }
}

.p-list03 {
  &__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding: 0 10px 0 30px;
  }

  dt {
    width: 150px;
    height: 40px;
    padding: 9px 10px 8px 12px;
    border-radius: 20px;
    background-color: #5b70a5;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
  }

  dd {
    flex: 1;
    padding-left: 30px;
  }

  &--pt2 {
    dt {
      width: 270px;
    }
  }
}


*/
/* frame */
.p-frame01 {
  position: relative;
}

.p-frame01__title {
  display: block;
  position: relative;
  inset: 38px 0 0 0;
  width: fit-content;
  min-width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 18px 20px 21px 20px;
  background-color: #6082b0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-frame01__title {
    inset: 27px 0 0 0;
    min-width: auto;
    width: 80%;
    padding: 15px 20px 16px 20px;
    font-size: 18px;
  }
}

.p-frame01__title::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(-90deg);
}

.p-frame01__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(90deg);
}

.p-frame01__body {
  padding: 80px 100px 70px 100px;
  border: solid 1px #1f4375;
}

@media screen and (max-width: 1090px) {
  .p-frame01__body {
    padding: 90px 30px 60px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-frame01__body {
    padding: 80px 20px 70px 20px;
  }
}

.p-frame01__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}

@media screen and (max-width: 767px) {
  .p-frame01__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}

.p-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-frame01__list li {
  margin-bottom: 20px;
  padding: 0 15px 0 30px;
  background: url("../img/icon-check.png") no-repeat 0% 8px;
  background-size: 22px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #2d2d2d;
}

@media screen and (max-width: 1090px) {
  .p-frame01__list li {
    width: 50%;
  }
}

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

.p-frame01__list--col02 li {
  width: 50%;
}

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

.p-frame01__list--col03 li {
  width: 33.3%;
}

@media screen and (max-width: 1090px) {
  .p-frame01__list--col03 li {
    width: 50%;
  }
}

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

.p-frame01__list--pt01 li:nth-child(odd) {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-frame01__list--pt01 li:nth-child(odd) {
    width: 100%;
  }
}

.p-frame01__list--pt01 li:nth-child(even) {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-frame01__list--pt01 li:nth-child(even) {
    width: 100%;
  }
}

.p-frame01__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}

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

.p-frame01__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-frame01__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

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

.p-frame01__row-item-col3 {
  width: 310px;
  max-width: 50%;
}

@media screen and (max-width: 1090px) {
  .p-frame01__row-item-col3 {
    margin: auto;
  }
}

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

.p-frame01__sub-title {
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1e4375;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #1e4375;
}

.p-frame01__list02 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-frame01__list02 li {
  margin-bottom: 20px;
  padding: 0 15px 0 30px;
  background: url("../img/icon-check.png") no-repeat 0% 8px;
  background-size: 22px auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: left;
  color: #2d2d2d;
}

.p-medical-frame02 {
  position: relative;
  padding: 90px 0px 60px 140px;
  border-radius: 30px;
  border: solid 5px #5a70a5;
}

.p-medical-frame02--pt2 {
  padding: 90px 0px 60px 70px;
}

@media screen and (max-width: 1090px) {
  .p-medical-frame02 {
    padding: 90px 15px 60px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-medical-frame02 {
    padding: 59px 15px 24px 25px;
  }
}

.p-medical-frame02__title {
  position: absolute;
  inset: -30px 0 0 0;
  width: 500px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  padding: 16px 60px 18px;
  border-radius: 10px;
  background-color: #5b70a5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-medical-frame02__title {
    max-width: 100%;
    padding: 18px 50px 18px;
    font-size: 16px;
  }
}

.p-medical-frame02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
}

.p-medical-frame02__list li {
  width: 40%;
  margin-bottom: 20px;
  padding: 0 15px 0 26px;
  background: url("../img/icon_check02.png") no-repeat 0% calc(50% - 2px);
  background-size: 15px auto;
}

@media screen and (max-width: 1090px) {
  .p-medical-frame02__list li {
    width: 48%;
  }
}

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

.p-medical-frame02__list--pt2 li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-medical-frame02__list--pt2 li {
    width: 100%;
  }
}

.p-medical-frame02__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}

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

.p-medical-frame02__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-medical-frame02__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

/* memo */
.p-memo01 {
  position: relative;
  width: 682px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.p-memo01__content {
  padding: 30.9px 30px 36.1px;
  border-radius: 20px;
  background-color: #f8f9fb;
}

.p-memo01__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: center;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-memo01__text {
    font-size: 14px;
  }
}

.p-memo01__btn {
  min-width: 400px;
  text-align: center;
  margin: 30px auto 0;
}

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

.p-memo01--pt01 {
  position: relative;
  margin-top: -20px;
  z-index: 2;
}

.p-memo01--pt01::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: 150px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}

.p-memo02 {
  position: relative;
}

.p-memo02__img {
  text-align: center;
}

.p-memo02__title {
  display: block;
  position: relative;
  width: fit-content;
  min-width: 450px;
  height: 75px;
  margin: 0 auto;
  padding: 18px 20px 21px 20px;
  background-color: #6082b0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-memo02__title {
    min-width: auto;
    height: auto;
    width: 80%;
    padding: 15px 20px 16px 20px;
    font-size: 20px;
  }
}

.p-memo02__title::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(-90deg);
}

.p-memo02__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #6082b0;
  border-right: 3px solid #6082b0;
  transform: rotate(90deg);
}

.p-memo02__body {
  margin-top: -37px;
  padding: 90px 90px 70px 90px;
  border: solid 1px #1f4375;
}

@media screen and (max-width: 1090px) {
  .p-memo02__body {
    padding: 90px 30px 60px 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-memo02__body {
    margin-top: -27px;
    padding: 60px 20px 30px 20px;
  }
}

.p-memo03 {
  position: relative;
  width: 100%;
  max-width: 918px;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.p-memo03__img {
  text-align: center;
}

.p-memo03__content {
  padding: 30.9px 30px 36.1px;
  border: solid 1px #1f4375;
  background-color: #fff;
}

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

.p-memo03__title {
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

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

.p-memo03__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.19;
  letter-spacing: 1.6px;
  text-align: center;
  color: #09192E;
}

@media screen and (max-width: 767px) {
  .p-memo03__text {
    font-size: 14px;
  }
}

.p-table01 {
  width: 100%;
}

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

.p-table01 th,
.p-table01 td {
  border: 5px solid #fff;
  background-color: transparent;
}

.p-table01 thead td {
  padding: 5px 10px 5px 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-table01 thead td {
    padding: 5px 2px 5px 2px;
    font-size: 14px;
  }
}

.p-table01 tbody th {
  padding: 14px 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
  background-color: #e9f2ff;
  color: #1e4375;
}

@media screen and (max-width: 767px) {
  .p-table01 tbody th {
    font-size: 14px;
  }
}

.p-table01 tbody td {
  padding: 18px 10px;
  font-weight: bold;
  text-align: center;
}

.p-table01 tbody td:first-of-type {
  background-color: #f4f6fa;
}

.p-table01 tbody td:last-of-type {
  background-color: #fcf1ec;
}

.p-table01--pt2 th,
.p-table01--pt2 td {
  border: 5px solid #f8f9fb;
}

.p-table01--pt2 tbody td:first-of-type {
  background-color: #fff;
}

.p-table01--pt2 tbody td:last-of-type {
  background-color: #fcf1ec;
}

/* その他 */
.p-feature01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}

.p-feature01:nth-child(odd) {
  flex-direction: row-reverse;
}

.p-feature01:last-of-type {
  margin-bottom: 0px;
}

.p-feature01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}

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

.p-feature01__img img {
  border-radius: 30px;
}

.p-feature01__content {
  width: 50%;
}

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

.p-feature01__title-wrap {
  display: flex;
  align-items: center;
  gap: 0 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1090px) {
  .p-feature01__title-wrap {
    gap: 0 20px;
  }
}

.p-feature01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85px;
  height: 85px;
  background-color: #3ba3d5;
  border-radius: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-feature01__head {
    width: 75px;
    height: 75px;
  }
}

.p-feature01__head-text {
  font-family: "EB Garamond", serif;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
  color: #fff;
}

.p-feature01__no {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-feature01__no {
    font-size: 35px;
  }
}

.p-feature01__title {
  flex: 1;
  font-size: 25px;
  font-weight: bold;
}

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

.p-feature01__text {
  font-family: "Shippori Mincho", serif;
}

.p-merit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 44px;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: #3ba3d5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-merit {
    height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p-merit--de {
  background-color: #e3a765;
}

.p-merit02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px 70px;
}

@media screen and (max-width: 1090px) {
  .p-merit02 {
    grid-template-columns: 1fr;
  }
}

.p-merit02__head {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 7.5px;
}

@media screen and (max-width: 767px) {
  .p-merit02__head {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.p-merit02__no {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background-color: #e95d20;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .p-merit02__no {
    width: 220px;
    height: 50px;
    margin: 0 auto 5px;
  }
}

.p-merit02__no>span {
  font-size: 14px;
}

.p-merit02__head-content {
  margin-top: -7px;
  padding: 0 0 6px 18px;
  border-bottom: 1px solid #284674;
}

@media screen and (max-width: 767px) {
  .p-merit02__head-content {
    margin-top: 0px;
    padding: 0 0 6px 0px;
    text-align: center;
  }
}

.p-merit02__title {
  margin-bottom: 3px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
}

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

.p-merit02__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #7d879d;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-merit02__lead {
    font-size: 15px;
    margin-bottom: 15px;

  }
}

.p-merit02__body {
  padding: 20px 0 0 0;
}

.p-medical-list01 {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
  gap: 20px;
}

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

.p-medical-list01>li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  padding: 10px;
  border-radius: 10px;
  background-color: #ebf3fe;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-medical-list01>li {
    width: calc(50% - 10px);
  }
}

.p-medical-list01--white>li {
  background-color: #fff;
}

.p-flow01__item {
  margin-bottom: 60px;
}

.p-flow01__item:last-of-type {
  margin-bottom: 0;
}

.p-flow01__img {
  margin-bottom: 15px;
  text-align: center;
}

.p-flow01__title {
  margin-bottom: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #284674;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-flow01__title {
    padding-bottom: 12px;
    font-size: 22px;
  }
}

.p-flow02__item {
  position: relative;
  margin-bottom: 0px;
  padding-top: 20px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-flow02__item {
    margin-bottom: 50px;
  }
}

.p-flow02__item:last-of-type {
  margin-bottom: 0;
}

.p-flow02__item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 35px;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  opacity: 0.09;
  background-color: #f5b89d;
  z-index: -1;
}

.p-flow02__item--rev {
  display: flex;
  justify-content: flex-end;
}

.p-flow02__item--rev::before {
  content: "";
  position: absolute;
  top: -10px;
  left: auto;
  right: 35px;
}

.p-flow02__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.p-flow02__head--rev {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-flow02__head--rev {
    flex-direction: column-reverse;
  }
}

.p-flow02__no {
  display: flex;
  justify-content: flex-end;
  width: 374px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-flow02__no {
    width: 140px;
  }
}

.p-flow02__no--rev {
  justify-content: flex-start;
  padding-left: 30px;
}

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

.p-flow02__title {
  width: fit-content;
  padding-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-flow02__title {
    padding-top: 0px;
    font-size: 22px;
    width: 100%;
  }
}

.p-flow02__title--rev {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-flow02__title--rev {
    padding-top: 0;
    text-align: right;
  }
}

.p-flow02__body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1090px) {
  .p-flow02__body {
    gap: 20px;
  }
}

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

.p-flow02__img {
  display: flex;
  justify-content: flex-end;
  width: 374px;
  padding-right: 70px;
}

@media screen and (max-width: 767px) {
  .p-flow02__img {
    justify-content: center;
    width: 300px;
    margin: auto;
    padding-right: 0;
  }
}

.p-flow02__img--rev {
  padding: 0 0px 0 70px;
}

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

.p-flow02__content {
  width: 100%;
  max-width: 625px;
  margin-left: 3px;
}

.p-flow02__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.p-flow03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 120px;
}

@media screen and (max-width: 1090px) {
  .p-flow03 {
    gap: 40px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow03--pt2 {
    gap: 90px;
  }
}

.p-flow03__item {
  position: relative;
  width: calc(33.3% - 80px);
  padding: 0 0 20px 0;
  z-index: 2;
}

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

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

.p-flow03__item::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 260px;
  height: 260px;
  margin: auto;
  border-radius: 200px;
  background-color: #fff;
  z-index: -1;
}

@media screen and (max-width: 1090px) {
  .p-flow03__item::before {
    width: 220px;
    height: 220px;
  }
}

.p-flow03__item::after {
  content: "";
  position: absolute;
  top: 63%;
  right: -60px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #1f4375;
  border-right: 1px solid #1f4375;
  transform: rotate(45deg);
}

@media screen and (max-width: 1090px) {
  .p-flow03__item::after {
    top: 240px;
    right: -45px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow03__item::after {
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
  }
}

.p-flow03__item:last-of-type::after {
  display: none;
}

.p-flow03__img {
  margin-bottom: 17px;
  text-align: center;
}

.p-flow03__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 34px;
  margin: 0 auto 15px;
  background-color: #1e4375;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.p-flow03__title--pt2 {
  background-color: #c1a376;
}

.p-flow03__text {
  font-size: 16px;
  line-height: 2.19;
  text-align: center;
}

.p-check-list01__title {
  padding: 11px 30px 12px 33px;
  background-color: #6082b0;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-check-list01__title {
    padding: 11px 20px 12px 20px;
    font-size: 20px;
  }
}

.p-check-list01__content {
  padding: 50px 60px 35px 65px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-check-list01__content {
    padding: 30px 20px 35px 20px;
  }
}

.p-check-list01__list-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.p-check-list01 dt {
  position: relative;
  width: 150px;
  padding: 5px 10px 5px 40px;
  background: url("../img/maintenance/icon-check.png") no-repeat 0px 17px;
  background-size: 23px auto;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  color: #1e4375;
}

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

.p-check-list01 dt>span {
  padding-left: 15px;
  font-size: 35px;
  line-height: 1;
}

.p-check-list01 dt::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #1f4375;
}

@media screen and (max-width: 767px) {
  .p-check-list01 dt::after {
    display: none;
  }
}

.p-check-list01 dd {
  flex: 1;
  padding: 8px 25px 0 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-check-list01 dd {
    padding: 0px 0px 0 38px;
    font-size: 16px;
  }
}

.p-doctors-message__head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1200px) {
  .p-doctors-message__head {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-doctors-message__head {
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 0px;
  }
}

.p-doctors-message__head-left {
  position: relative;
  top: 31px;
  width: fit-content;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .p-doctors-message__head-left {
    top: 25px;
    width: 54%;
  }
}

@media screen and (max-width: 1090px) {
  .p-doctors-message__head-left {
    top: 13px;
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .p-doctors-message__head-left {
    top: 16px;
    width: 100%;
  }
}

.p-doctors-message__head-right {
  position: relative;
  width: fit-content;
  padding: 0 0 5px 68px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.45px;
  text-align: left;
  color: #496790;
}

@media screen and (max-width: 1090px) {
  .p-doctors-message__head-right {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-doctors-message__head-right {
    top: 23px;
    width: 100%;
    padding: 0 0 5px 0px;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
  }
}

.p-doctors-message__head-right>img {
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__head-right>img {
    width: 53px;
    top: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.p-doctors-message__head-right>strong {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.63px;
  color: #e95d20;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__head-right>strong {
    font-size: 22px;
  }
}

.p-doctors-message__inner {
  position: relative;
  padding: 0px 0 0px 0;
  background: url("../img/d-m-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #1E4375;
  z-index: 2;
}

.p-doctors-message__body {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__body {
    gap: 30px;
    position: relative;
    top: -103px;
    flex-direction: column;
  }

  .p-doctors-message__inner {
    margin-top: 75px;
  }
}

.p-doctors-message__body-img {
  position: relative;
  top: 30px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__body-img {
    width: 100%;
    max-width: 80%;
    text-align: center;
    margin: auto;
  }
}

.p-doctors-message__body-img02 {
  display: block;
  position: relative;
  top: 35px;
  width: 265px;
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__body-img02 {
    width: 75%;
    max-width: 100%;
    text-align: center;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }
}

.p-doctors-message__body-text {
  flex: 1;
  padding: 25px 0 100px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__body-text {
    padding: 25px 0 0% 0;
    font-size: 14px;
    margin-bottom: -20px;
  }
}

.p-doctors-message__body-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .p-doctors-message__body-text p {
    font-size: 14px;
  }
}

.p-doctors-message__body-title {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.p-link-list01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-link-list01 {
    flex-wrap: wrap;
  }

  .p-doctors-message__body-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    text-align: center;
  }
}

.p-link-list01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px;
  padding: 20px 0;
  background-color: #6082b0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.06;
}

@media screen and (max-width: 1090px) {
  .p-link-list01__head {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-link-list01__head {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}

.p-link-list01__body {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  padding: 20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-link-list01__body {
    flex: auto;
    justify-content: center;
    width: 100%;
  }
}

.p-link-list01__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-link-list01__item {
  position: relative;
}

.p-link-list01__item::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 4px;
  width: calc(100% - 33px - 26px);
  height: 1px;
  border-bottom: 1px dotted #e76a34;
}

.p-link-list01__btn {
  font-family: "Shippori Mincho", serif;
  line-height: 1.45;
}

/* NOMOCa AI chat Banners */
.bannersNomocaAi #open-chatbot {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 776;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bannersNomocaAi #open-chatbot {
    right: auto;
    left: 0;
  }
}

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

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

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

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

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

.p-medical-treatment-block02 {
  position: relative;
  z-index: 2;
  min-height: 524px;
  padding-top: 65px;
}

.p-medical-treatment-block02::before {
  content: "";
  position: absolute;
  top: 166px;
  left: 129px;
  width: 186px;
  height: 379px;
  background: url("../img//medical/sec02-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1090px) {
  .p-medical-treatment-block02::before {
    display: none;
  }
}

.p-medical-treatment-block02__title {
  position: relative;
  margin-bottom: 55px;
  padding-left: 0px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e7ab2;
  z-index: 2;
}

.p-medical-treatment-block02__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* 予防医療 */
.p-medical-sec03 {
  position: relative;
  padding: 150px 0 90px 0;
}

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

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

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

.p-medical-sec03 {
  position: relative;
  padding: 150px 0 90px 0;
}

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

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

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

.p-medical-sec05 {
  position: relative;
  padding: 150px 0 130px 0;
}

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

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

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

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

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

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

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

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

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

/* --------------------------
料金表
--------------------------- */
.p-price-sec00 {
  padding: 150px 0 50px 0;
}

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

.p-price-sec00__text {
  width: 658px;
  max-width: 100%;
  margin-inline: auto;
  padding: 35px 20px 36px;
  border: dotted 2px #eca2a2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-price-sec00__text {
    max-width: calc(100% - 40px);
    margin-inline: 20px;
  }
}

.p-price-sec01 {
  padding: 100px 0 50px 0;
}

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

.p-price-sec02 {
  position: relative;
  padding: 100px 0 50px 0;
}

.p-price-sec03 {
  padding: 80px 0 50px 0;
}

.p-price-sec04 {
  position: relative;
  padding: 80px 0 200px 0;
}

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

.p-price-sec05 {
  position: relative;
  padding: 160px 0 210px 0;
  background-color: #fff7f7;
}

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

.p-price-sec05__lead {
  font-size: 16px;
  line-height: 2.19;
  text-align: center;
  color: #828282;
}

/* --------------------------
ここから
--------------------------- */
/* --------------------------
一般歯科
--------------------------- */
.p-general-d-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-general-d-sec02 {
  position: relative;
  padding: 180px 0 100px 0;
}

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

.p-general-d-sec02__memo {
  margin-top: -85px;
}

@media screen and (max-width: 767px) {
  .p-general-d-sec02__memo {
    margin-top: -80px;
  }
}

.p-general-d-sec03 {
  padding: 60px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .p-general-d-sec03 {
    padding: 60px 0 90px 0;
  }
}

.p-general-d-sec04 {
  padding: 140px 0 190px 0;
  background-color: #f8f9fb;
}

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

/* --------------------------
歯周病治療
--------------------------- */
.p-periodontal-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-periodontal-sec02 {
  padding: 50px 0 170px 0;
}

@media screen and (max-width: 767px) {
  .p-periodontal-sec02 {
    padding: 50px 0 90px 0;
  }
}

.p-periodontal-sec03 {
  padding: 140px 0 190px 0;
  background-color: #f8f9fb;
}

@media screen and (max-width: 767px) {
  .p-periodontal-sec03 {
    padding: 80px 0 90px 0;
  }
}

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

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

.p-periodontal-sec04__lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.p-periodontal-sec05 {
  padding: 170px 0 200px 0;
  background-color: #f8f9fb;
}

@media screen and (max-width: 767px) {
  .p-periodontal-sec05 {
    padding: 80px 0 30px 0;
  }
}

/* --------------------------
予防歯科
--------------------------- */
.p-dentistry-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-dentistry-sec02 {
  background-color: #f8f9fb;
  padding: 150px 0 170px 0;
}

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

.p-dentistry-sec02-block01 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 20px;
}

@media screen and (max-width: 1090px) {
  .p-dentistry-sec02-block01 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-dentistry-sec02-block01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-dentistry-sec02-block01__img {
  text-align: center;
  line-height: 1.75;
}

.p-dentistry-sec02-block01__img img {
  margin-bottom: 20px;
}

/* --------------------------
入れ歯
--------------------------- */
.p-dentures-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-dentures-sec02 {
  padding: 140px 0 180px 0;
}

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

.p-dentures-sec03 {
  padding: 150px 0 180px 0;
}

@media screen and (max-width: 767px) {
  .p-dentures-sec03 {
    padding: 80px 0 50px 0;
  }
}

/* --------------------------
矯正歯科
--------------------------- */
.p-orthodontics-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-orthodontics-sec02 {
  padding: 140px 0 150px 0;
}

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

.p-orthodontics-sec03 {
  padding: 150px 0 160px 0;
}

@media screen and (max-width: 767px) {
  .p-orthodontics-sec03 {
    padding: 80px 0 50px 0;
  }
}

.p-orthodontics-sec04 {
  padding: 180px 0 180px 0;
}

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

/* --------------------------
審美歯科
--------------------------- */
.p-esthetic-sec01 {
  padding: 150px 0 120px 0;
}

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

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

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

.p-esthetic-sec03 {
  padding: 150px 0 220px 0;
}

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

.p-esthetic-sec03-block01 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 45px 50px;
  background-color: #fff;
  line-height: 2.19;
}

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

.p-esthetic-sec04 {
  padding: 180px 0 180px 0;
}

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

/* --------------------------
いびき・睡眠時無呼吸症候群
--------------------------- */
.p-sleep .p-doctors-message__head {
  margin-right: -20px;
}

.p-sleep .p-doctors-message__head-left {
  top: 26px;
  width: 540px;
}

@media screen and (max-width: 767px) {
  .p-sleep .p-doctors-message__head-left {
    top: 17px;
    width: 100%;
  }
}

.p-sleep-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-sleep-sec02 {
  padding: 200px 0 140px 0;
}

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

.p-sleep-sec02-flame::before {
  content: "";
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  width: 186px;
  height: 136px;
  margin: auto;
  background: url("../img/sleep/sec02-img01.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-sleep-sec02-flame .p-frame01__body {
  padding: 100px 80px 70px 80px;
}

@media screen and (max-width: 767px) {
  .p-sleep-sec02-flame .p-frame01__body {
    padding: 70px 20px 70px 20px;
  }
}

.p-sleep-sec03 {
  padding: 150px 0 180px 0;
}

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

.p-sleep-sec03__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.p-sleep-sec03__lead {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 2.19;
}

.p-sleep-sec04 {
  padding: 150px 0 130px 0;
}

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

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

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

/* --------------------------
静脈内鎮静麻酔
--------------------------- */
.p-ivs-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-ivs-sec02 {
  padding: 160px 0 200px 0;
}

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

.p-ivs-sec02__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.p-ivs-sec02__lead {
  margin-bottom: 65px;
}

.p-ivs-sec03 {
  padding: 150px 0 220px 0;
}

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

.p-ivs-sec04 {
  padding: 180px 0 180px 0;
}

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

.p-ivs-sec04-list {
  margin: 0;
  font-size: 15px;
  line-height: 2.33;
}

/* --------------------------
根管治療
--------------------------- */
:where(.p-root) p {
  line-height: 2.19;
}

.p-root-sec01 {
  padding: 150px 0 120px 0;
}

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

.p-root-sec02 {
  padding: 310px 0 140px 0;
}

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

.p-root-sec02-block01__figure {
  position: relative;
}

.p-root-sec02-block01__img {
  position: absolute;
  right: 10px;
  bottom: -25px;
}

@media screen and (max-width: 1090px) {
  .p-root-sec02-block01__img {
    bottom: -40px;
    right: -10px;
    width: 150px;
  }
}

.p-root-sec02-block02__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.p-root-sec02-block03__subtitle {
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-root-sec02-block03__subtitle {
    font-size: 18px;
  }
}

.p-root-sec02-block03__text {
  padding: 35px 50px 35px 50px;
  border: solid 1px #1f4375;
  line-height: 2.19;
}

@media screen and (max-width: 767px) {
  .p-root-sec02-block03__text {
    padding: 30px 20px;
  }
}

.p-root-sec03 {
  padding: 150px 0 220px 0;
}

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

.p-root-sec04 {
  padding: 130px 0 160px 0;
}

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

.p-root-sec05 {
  padding: 150px 0 180px 0;
}

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

.p-root-sec06 {
  padding: 160px 0 150px 0;
}

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

/* --------------------------
当院のインプラント
--------------------------- */
:where(.p-implant) p {
  line-height: 2.19;
}

.p-implant-lists {
  margin: 70px 0 0px 0;
  text-align: center;
}

.p-implant-lists__item {
  margin-bottom: 20px;
}

.p-implant-lists__item a {
  display: block;
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 0 17px 2px 0;
  border-bottom: 1px dotted #1e4375;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1e4375;
}

.p-implant-lists__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e4375;
  border-right: 1px solid #1e4375;
  transform: rotate(45deg);
}

.p-implant-sec01 {
  padding: 110px 0 120px 0;
}

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

.p-implant-sec02 {
  padding: 200px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .p-implant-sec02 {
    padding: 80px 0 100px 0;
    overflow: hidden;
  }
}

.p-implant-sec03 {
  padding: 150px 0 160px 0;
}

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

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

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

.p-implant-sec05 {
  padding: 150px 0 180px 0;
}

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

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

@media screen and (max-width: 767px) {
  .p-implant-sec05-block01 {
    padding: 0 0px;
  }
}

.p-implant-sec05-block01__title {
  position: relative;
  width: 440px;
  max-width: 100%;
  margin-bottom: 30px;
  background: url("../img/icon-dot-red-sm.png") no-repeat 0% 50%;
  background-size: 25px auto;
  padding: 0 0px 0 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.59;
  color: #1e4375;
}

@media screen and (max-width: 767px) {
  .p-implant-sec05-block01__title {
    width: 100%;
    padding: 0 0px 0px 35px;
    font-size: 18px;
  }
}

.p-implant-sec05-block01__text {
  width: calc(100% - 440px);
  line-height: 2.19;
}

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

.p-implant-sec06 {
  padding: 160px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .p-implant-sec06 {
    padding: 80px 0 60px 0;
  }
}

/* --------------------------
様々なインプラント治療と使用メーカー
--------------------------- */
:where(.p-various) p {
  line-height: 2.19;
}

.p-various-sec01 {
  padding: 110px 0 120px 0;
}

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

.p-various-sec01-block01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 70px 50px;
  margin: 0 -50px;
}

@media screen and (max-width: 1090px) {
  .p-various-sec01-block01 {
    margin: 0 0px;
  }
}

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

.p-various-sec01-block01__item {
  position: relative;
  width: calc(50% - 50px);
  padding: 0 40px 40px;
  z-index: 2;
}

@media screen and (max-width: 1090px) {
  .p-various-sec01-block01__item {
    width: calc(50% - 25px);
  }
}

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

.p-various-sec01-block01__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: #f8f9fb;
  z-index: -1;
}

.p-various-sec01-block01__title-wrap {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
}

.p-various-sec01-block01__title-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-left: solid 3px #6082b0;
  border-top: solid 3px #6082b0;
}

.p-various-sec01-block01__title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-right: solid 3px #6082b0;
  border-bottom: solid 3px #6082b0;
}

.p-various-sec01-block01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #6082b0;
  color: #fff;
}

.p-various-sec01-block01__text {
  min-height: 175px;
  line-height: 2.19;
}

.p-various-sec01-block02__title {
  margin-bottom: 30px;
  padding: 7px 20px 12px 25px;
  background-color: #f89d76;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-various-sec01-block02__title {
    padding: 7px 20px 12px 20px;
    font-size: 20px;
  }
}

.p-various-sec01-block02__list {
  padding-left: 30px;
}

.p-various-sec01-block02__list li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-various-sec01-block02__list li {
    font-size: 16px;
  }
}

.p-various-sec01-block02__list li::marker {
  color: #f89d76;
}

.p-various-sec02 {
  padding: 200px 0 160px 0;
}

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

.p-various-sec02-block01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 50px 60px;
  background-color: #fff;
}

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

.p-various-sec02-block01__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-various-sec02-block01__img {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
  }
}

.p-various-sec02-block01__content {
  width: 60%;
}

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

.p-various-sec02-block02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.p-various-sec02-block02__item {
  width: calc(50% - 20px);
  padding: 40px;
  background-color: #fff;
}

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

.p-various-sec02-block02__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-various-sec02-block02__img {
    margin-bottom: 20px;
  }
}

/* --------------------------
インプラントのメンテナンスと注意点
--------------------------- */
:where(.p-maintenance) p {
  line-height: 2.19;
}

.p-maintenance-sec01 {
  padding: 110px 0 120px 0;
}

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

.p-maintenance-sec01__bg01 {
  position: relative;
  z-index: 2;
}

.p-maintenance-sec01__bg01::before {
  content: "";
  position: absolute;
  top: 260px;
  left: -20px;
  width: calc(100% + 40px);
  height: 618px;
  background-color: #f8f9fb;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-maintenance-sec01__bg01::before {
    height: calc(100% - 400px);
  }
}

.p-maintenance-sec01-block01__title {
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.17;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-maintenance-sec01-block01__title {
    font-size: 24px;
  }
}

.p-maintenance-sec01-block01__lead {
  margin-bottom: 30px;
  text-align: center;
}

.p-maintenance-sec01-block01__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  .p-maintenance-sec01-block01__row {
    gap: 30px;
  }
}

.p-maintenance-sec01-block01__col-pt1 {
  width: 194px;
}

@media screen and (max-width: 1090px) {
  .p-maintenance-sec01-block01__col-pt1 {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-maintenance-sec01-block01__col-pt1 {
    width: calc(50% - 15px);
    max-width: 194px;
  }
}

.p-maintenance-sec01-block01__col-pt2 {
  width: 505px;
}

@media screen and (max-width: 1090px) {
  .p-maintenance-sec01-block01__col-pt2 {
    width: 330px;
    margin: auto;
  }
}

.p-maintenance-sec02 {
  padding: 160px 0 160px 0;
}

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

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

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

.p-maintenance-sec04 {
  padding: 150px 0 220px 0;
}

@media screen and (max-width: 767px) {
  .p-maintenance-sec04 {
    padding: 80px 0 100px 0;
  }
  .p-maintenance-sec04 .p-block02__img img {
    width: 230px;
  }
}

.p-maintenance-sec05 {
  padding: 150px 0 180px 0;
}

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

.p-maintenance-sec06 {
  padding: 160px 0 150px 0;
}

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

/* --------------------------
インプラントのメンテナンスと注意点
--------------------------- */
:where(.p-information) p {
  line-height: 2.19;
}

.p-information-sec01 {
  padding: 110px 0 120px 0;
}

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

/* --------------------------
院長紹介
--------------------------- */
.p-information-sec01 {
  position: relative;
  padding: 120px 0 140px 0;
}

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

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

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

.p-clinic-doctors-block01__left {
  position: relative;
  width: 600px;
  max-width: 50%;
}

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

.p-clinic-doctors-block01__right {
  position: sticky;
  top: 80px;
  width: 47%;
}

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

.p-clinic-doctors-block01__img {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__img {
    margin-bottom: 30px;
  }
}

.p-clinic-doctors-block01__lead {
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.47em;
  color: #1e4375;
}

.p-clinic-doctors-block01__name {
  margin-bottom: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1;
  color: #1e4375;
}

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

.p-clinic-doctors-block01__name-en {
  margin-bottom: 50px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  color: #c1a376;
  line-height: 1;
  letter-spacing: 0.3em;
}

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

.p-clinic-doctors-block01__text {
  line-height: 2.19;
}

.p-clinic-doctors-block02 {
  width: 600px;
  max-width: 100%;
}

.p-clinic-doctors-block02__item {
  margin-bottom: 60px;
}

.p-clinic-doctors-block02__title {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 0 6px 27px;
  border-bottom: 1px solid #1f4375;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #1e4375;
}

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

.p-clinic-doctors-block02__title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #9fbee9;
}

.p-clinic-doctors-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-clinic-doctors-block02__list li {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.8;
}

.p-clinic-doctors-block03 li {
  display: flex;
}

.p-clinic-doctors-block03__head {
  position: relative;
  width: 100px;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
  color: #1e4375;
}

.p-clinic-doctors-block03__head::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 1px;
  background-color: #a5b6cc;
}

.p-clinic-doctors-block03__body {
  flex: 1;
  padding-top: 9px;
}

.p-information-sec02 {
  position: relative;
  padding: 120px 0 140px 0;
  background: url("../img/information/sec02-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-information-sec02 {
    padding: 90px 0 100px 0;
    background: url(../img/front/medical-bg01-sp.webp) repeat-y 50% 50% / cover;
  }

  .p-clinic-doctors-block03__head {
    width: 80px;
  }

  .p-clinic-doctors-block03__head::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 13px;
    width: 12px;
    height: 1px;
    background-color: #a5b6cc;
  }
}

.p-information-sec02-heading::before {
  display: none;
}

.p-information-sec02-heading .c-subpage-heading__textBig {
  color: #fff;
  background-color: transparent;
}

.p-information-sec02-block01__content p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
}

.p-information-sec03 {
  position: relative;
  padding: 140px 0 140px 0;
  background: url("../img/information/sec03-bg01.webp") no-repeat -12% 26%, url("../img/information/sec03-bg02.webp") no-repeat 110% 100%;
  background-size: 30% auto, 30% auto;
}

@media screen and (max-width: 767px) {
  .p-information-sec03 {
    padding: 90px 0 100px 0;
    background: url(../img/information/sec03-bg01.webp) no-repeat -155% 24%, url(../img/information/sec03-bg02.webp) no-repeat 166% 99%;
    background-size: 86% auto, 80% auto;
  }
}

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

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

.p-information-sec04-block01__img-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-information-sec04-block01__img-row {
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 40px;
  }

  .p-information-sec04-block01__img-row img {
    width: calc(50% - 10px);
  }
}

.p-information-sec04-block01__title {
  margin-bottom: 45px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-information-sec04-block01__title {
    font-size: 22px;
    text-align: center;
  }
}

.p-information-sec05 {
  padding: 160px 0 210px 0;
}

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

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

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

.p-clinic-subtitle {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px auto;
  padding: 0 55px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #284674;
}

@media screen and (max-width: 767px) {
  .p-clinic-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

.p-clinic-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #1f4375;
}

.p-clinic-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #1f4375;
}

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

.p-clinic-sec01-block01 {
  display: flex;
  gap: 40px;
}

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

  .p-clinic-lead {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-sec01-block01__img {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

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

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

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

.p-clinic-sec03 {
  padding: 120px 0 160px 0;
}

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

.p-clinic-sec03__address {
  width: fit-content;
  margin: 0 auto 40px;
  padding: 5px 0 5px 34px;
  background: url("../img/icon-address.png") no-repeat 0 5px;
  background-size: 19px auto;
  text-align: center;
}

.p-clinic-sec03__map {
  margin-bottom: 110px;
}

.p-clinic-sec03__map iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .p-clinic-sec03__address {
    margin: 0 auto 10px;
  }

  .p-clinic-sec03__map {
    margin-bottom: 80px;
  }

  .p-clinic-sec03__map iframe {
    height: 400px;
  }
}

.p-clinic-sec03-block01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 60px;
}

@media screen and (max-width: 767px) {
  .p-clinic-sec03-block01 {
    gap: 60px;
  }
}

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

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

.p-clinic-sec05 {
  padding: 100px 0 140px 0;
  background-color: #fff7f7;
}

/* --------------------------
設備紹介
--------------------------- */
:where(.p-equipment) p {
  line-height: 2.19;
}

.p-equipment__lead {
  margin-bottom: 65px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #1e4375;
}

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

.p-subpage-common-list-equip {
  max-width: 1160px;
}

.p-equipment-sec01 {
  padding: 160px 0 170px 0;
}

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

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

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

@media screen and (max-width: 767px) {
  .p-equipment-block01--rev {
    flex-direction: column;
  }
}

.p-equipment-block01__img {
  width: 400px;
  max-width: calc(41% - 40px);
}

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

.p-equipment-block01__content {
  width: 59%;
}

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

.p-equipment-block01__content p {
  line-height: 2.19;
}

.l-nav-sub__item:last-of-type::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon-tel.png") no-repeat center center / cover;
  position: absolute;
  left: 39px;
}

@media screen and (max-width:1200px) {
  .l-nav-sub__item:last-of-type::before {
    width: 15px;
    height: 15px;
    left: 17px;
  }
}

.l-footer-information-block01__reseave-item:last-of-type::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icon-tel.png") no-repeat center center / cover;
  position: absolute;
  left: 33px;
}

.banners-sp-tel {
  display: none;
}

.l-footer-bnr-area {
  margin-bottom: 120px;
}

.l-footer-bnr-area-contents {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .banners-sp-tel {
    display: block;
    position: fixed;
    bottom: 0;
    left: 108px;
    width: 50%;
    min-width: 185px;
    background: #1E4375;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 5px 25px 5px 50px;
    z-index: 555;
  }

  .banners-sp-tel a {
    position: relative;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
  }

  .banners-sp-tel a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/icon-tel-sp-bnr.png") no-repeat center center / cover;
    position: absolute;
    left: -25px;
    top: 4px;
  }

  .p-root-sec02-block02__row {
    gap: 20px;
  }

  .p-root-sec02-block02__row img {
    width: 130px;
  }

  .p-equipment .p-sub-heading01 {
    padding: 10px 0px 10px 40px;
    font-size: 18px;
  }

  .p-equipment .c-btn02--large {
    margin: auto;
    padding: 10px 32px 10px 30px;
  }

  .p-equipment .p-heading01 {
    font-size: 17px;
    padding: 20px 20px 21px 20px;
  }

  .l-footer-bnr-area {
    margin-bottom: 60px;
  }
}

.p-root-sec01-02 {
  padding: 50px 0 80px 0;
}

.p-root-sec01-02 .p-memo03 {
  max-width: 750px;
}

.p-root-sec01-02 .p-memo03__img {
  position: relative;
  top: 38px;
}

.p-root-sec01-02 .p-memo03__content {
  padding: 90px 60px 50px;
}

.p-root-sec01-02 .p-memo03__text {
  text-align: left;
}



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

  .p-root-sec01-02 .p-memo03__content {
    padding: 60px 30px 30px;
  }
}

.p-doctors-message__body-text {
  position: relative;
}

.p-doctors-message_self-pay {
  position: absolute;
  color: #495a81;
  padding-top: 80px;
  font-size: 14px !important;
  letter-spacing: 0;
}

.p-doctors-message_self-pay span {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: #6c84bc;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 6px;
}

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

  .p-doctors-message_self-pay {
    padding-top: 160px;
    font-size: 13px !important;
    border-bottom: 1px solid;
    padding-bottom: 15px;
  }

}