@charset "UTF-8";
/* フォント変換 */
/* フレキシブルサイズ（clamp関数） */
/* スマートフォン用フレキシブルサイズ（320-767pxでスケール） */
/* レスポンシブフォントサイズ（768-1200pxで縮小） */
/* 点線パターン */
.p-front {
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-front {
    background-color: #Fff;
  }
}

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

.p-front-mv {
  position: relative;
  padding-bottom: var(--sp-8);
  background: url("../img/front/mv-bg01.svg") no-repeat -3% -13%;
  background-size: 66% auto;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    background: url("../img/front/mv-bg01-sp.svg") no-repeat -9% -41%;
    background-size: 79% auto;
    padding-bottom: var(--sp-1);
  }
}

.p-front-mv-block01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: var(--sp-4-5);
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01 {
    padding-top: var(--sp-14);
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-front-mv-block01__contents {
  width: 52%;
  position: relative;
  bottom: 1em;
  left: 4.5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__contents {
    width: 85%;
    bottom: 2em;
    left: 7.5%;
  }
}
.p-front-mv-block01__text01 {
  width: 100%;
}
.p-front-mv-block01__text02 {
  position: absolute;
  top: 39%;
  left: 34%;
  width: 47%;
}
.p-front-mv-block01__img-wrap-sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__img-wrap-sp {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
}
.p-front-mv-block01__img {
  position: relative;
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 716/656;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__img {
    width: 80%;
    aspect-ratio: 312/347;
  }
}

.p-front-mv-banner01 {
  position: absolute;
  bottom: 11%;
  right: 8%;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner01 {
    position: relative;
    bottom: auto;
    top: calc(var(--sp-4) * -1);
    right: 2%;
    width: 100%;
  }
}
.p-front-mv-banner01__img01 {
  display: inline-block;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner01__img01 {
    width: 30%;
    margin-right: 0.5em;
  }
}
.p-front-mv-banner01__img02 {
  display: inline-block;
  position: relative;
  top: 0.5em;
  width: 33.5%;
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner01__img02 {
    width: 42%;
  }
}

/* スライド */
.p-front-slider01 {
  margin-bottom: var(--sp-8);
}
.p-front-slider01 .slick-slide {
  margin-inline: var(--sp-1-5);
}
@media screen and (max-width: 1090px) {
  .p-front-slider01 .slick-slide {
    margin-inline: var(--sp-1);
  }
}
@media screen and (max-width: 767px) {
  .p-front-slider01 .slick-slide {
    margin-inline: var(--sp-1-5);
  }
}
.p-front-slider01 .slick-slide img {
  border-radius: 20px;
}
.p-front-slider01 .slick-slide:nth-child(odd) {
  margin-top: var(--sp-1-5);
}

.p-front-row01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--sp-4);
}
@media screen and (max-width: 767px) {
  .p-front-row01 {
    flex-direction: column;
    gap: var(--sp-8);
    margin-bottom: 0;
  }
}

/* お知らせ */
.p-front-news {
  width: 48%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    width: 100%;
  }
}
.p-front-news .c-front-heading01__img img {
  width: clamp(104px, 10.4032258065vw, 129px);
}
@media screen and (max-width: 767px) {
  .p-front-news .c-front-heading01__img img {
    width: clamp(94px, 86.841163311px + 2.2371364653vw, 104px);
  }
}

.p-front-post-list {
  position: relative;
  margin: var(--sp-1-5) 0 var(--sp-2);
  padding: var(--sp-2) 0;
}
@media screen and (max-width: 767px) {
  .p-front-post-list {
    margin: var(--sp-3) 0 var(--sp-3);
    padding: var(--sp-4) 0;
  }
}
.p-front-post-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #009fe8 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left center;
  bottom: auto;
  top: 0;
}
.p-front-post-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #009fe8 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left center;
}
.p-front-post-list__item {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: var(--sp-1-2);
}
.p-front-post-list__time {
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(15.75px, 12.0889830508px + 0.4766949153vw, 18px);
  color: #093c5b;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    padding-top: var(--sp-0-6);
  }
}
.p-front-post-list__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}

/* 診療情報 */
.p-front-info {
  width: 48%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-front-info {
    width: 100%;
    margin: 0 auto var(--sp-6);
  }
}
.p-front-info .c-front-heading01__img img {
  width: clamp(232px, 23.3870967742vw, 290px);
}
@media screen and (max-width: 767px) {
  .p-front-info .c-front-heading01__img img {
    width: clamp(210px, 194.2505592841px + 4.9217002237vw, 232px);
  }
}

.p-medical-info {
  margin-top: var(--sp-1);
  border-radius: 20px;
  background-color: #ff8d3e;
}
.p-medical-info__inner {
  padding: var(--sp-1) var(--sp-1) var(--sp-2);
  text-align: center;
  color: #fff;
}
.p-medical-info__img {
  margin-bottom: var(--sp-0-5);
}
@media screen and (max-width: 767px) {
  .p-medical-info__img {
    margin-bottom: var(--sp-2);
  }
}
.p-medical-info__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(15.75px, 12.0889830508px + 0.4766949153vw, 18px);
  font-weight: bold;
}
.p-medical-info__lead {
  font-size: clamp(13.125px, 10.0741525424px + 0.3972457627vw, 15px);
}
.p-medical-info__tel {
  width: fit-content;
  margin: 0 auto var(--sp-0-5);
  padding-left: 1em;
  background: url("../img/icon-tel-white.svg") no-repeat 0 50%;
  background-size: 0.7em auto;
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(26.25px, 20.1483050847px + 0.7944915254vw, 30px);
  line-height: 1.6;
}
.p-medical-info__row {
  display: flex;
  justify-content: center;
  gap: var(--sp-1);
}
.p-medical-info__btn a {
  width: 162px;
  font-size: clamp(12.25px, 9.4025423729px + 0.3707627119vw, 14px);
  color: #411d03;
  padding-inline: 25px;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: #fcd13e;
}
@media screen and (max-width: 767px) {
  .p-medical-info__btn a {
    font-size: clamp(13.125px, 10.0741525424px + 0.3972457627vw, 15px);
  }
}
.p-medical-info__footer {
  position: relative;
  margin-top: var(--sp-2);
  margin-bottom: calc(var(--sp-3-5) * -1);
  padding-top: var(--sp-1-6);
}
@media screen and (max-width: 767px) {
  .p-medical-info__footer {
    margin-bottom: 0;
  }
}
.p-medical-info__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left center;
  bottom: auto;
  top: 0;
}

/* コンセプト */
.p-front-concept {
  padding: var(--sp-9) 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-concept {
    padding: var(--sp-20) 0 0;
    background-color: #F5F5F5;
  }
  .p-front-concept::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background: url("../img/front/concept-bg02-sp.png") no-repeat 0% 0%;
    background-size: 100% auto;
    z-index: 1;
  }
}
.p-front-concept::before {
  content: "";
  position: absolute;
  inset: 2% 0 auto 22%;
  width: clamp(168px, 14.3548387097vw, 178px);
  height: 125px;
  background: url("../img/front/concept-bg01.png") no-repeat 40% 0%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-front-concept::before {
    background: url("../img/front/concept-bg01-sp.svg") no-repeat 40% 0%;
    background-size: contain;
    z-index: 2;
  }
}
.p-front-concept__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-concept__inner {
    padding-bottom: var(--sp-20);
  }
  .p-front-concept__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background: url("../img/front/concept-bg03-sp.png") no-repeat 0% 100%;
    background-size: 100% auto;
    z-index: 1;
  }
}
.p-front-concept .c-front-heading01__img {
  margin-bottom: var(--sp-1);
}
.p-front-concept .c-front-heading01__img img {
  width: clamp(326px, 32.9032258065vw, 408px);
}
@media screen and (max-width: 767px) {
  .p-front-concept .c-front-heading01__img img {
    width: clamp(257px, 22.9838709677vw, 285px);
  }
}

.p-front-concept-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-concept-block01 {
    flex-direction: column;
    gap: var(--sp-6);
    padding-top: var(--sp-6);
  }
}
.p-front-concept-block01__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-front-concept-block01__img {
    width: 100%;
  }
}
.p-front-concept-block01__img img {
  border-radius: 50px;
}
.p-front-concept-block01__contents {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-front-concept-block01__contents {
    width: 100%;
  }
}
.p-front-concept-block01__text {
  margin: var(--sp-2) 0;
}
@media screen and (max-width: 767px) {
  .p-front-concept-block01__text {
    margin: var(--sp-4) 0;
  }
}
.p-front-concept-block01__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 15px;
}
@media screen and (max-width: 767px) {
  .p-front-concept-block01__row {
    grid-template-columns: 264px;
    justify-content: center;
    gap: 1em;
    margin-bottom: var(--sp-8);
  }
}
.p-front-concept-block01__btn a {
  width: 100%;
}

.p-front-bg02 {
  background: url("../img/front/bg02.png") no-repeat 50% 0%;
  background-size: 130% auto;
}

/* 診療メニュー */
.p-front-medical {
  padding: var(--sp-8) 0 var(--sp-9);
  background: url("../img/front/medical-bg01.svg") no-repeat 50% 0%, url("../img/front/medical-bg02.svg") no-repeat 67% 93.5%;
  background-size: 80% auto, clamp(150px, 15.8870967742vw, 197px) auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-medical {
    padding: var(--sp-8) 0 var(--sp-15);
    background: url("../img/front/medical-bg02.svg") no-repeat 67% 93.5%;
    background-size: clamp(120px, 10.4838709677vw, 130px) auto;
  }
  .p-front-medical::before {
    content: "";
    position: absolute;
    top: -144px;
    left: 11%;
    width: 70%;
    height: 30%;
    background: url("../img/front/medical-bg01-sp.svg") no-repeat 50% 0%;
    background-size: contain;
    z-index: 2;
  }
  .p-front-medical::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #f5f5f5;
    z-index: 0;
  }
}
.p-front-medical .c-front-heading01 {
  margin-bottom: var(--sp-4);
  padding-top: var(--sp-4);
}
@media screen and (max-width: 767px) {
  .p-front-medical .c-front-heading01 {
    margin-bottom: var(--sp-6);
  }
}
.p-front-medical .c-front-heading01__img img {
  width: clamp(296px, 29.8387096774vw, 370px);
}

.p-front-medical-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--sp-1-5) var(--sp-2-5) var(--sp-2);
  border-radius: 30px;
  color: #fff;
  margin-bottom: var(--sp-2);
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--sp-4);
    padding: var(--sp-3) var(--sp-2-5) var(--sp-3);
    position: relative;
    z-index: 3;
  }
}
.p-front-medical-block01--pt1 {
  background-color: #009fe8;
}
.p-front-medical-block01--pt2 {
  background-color: #8dc32e;
}
.p-front-medical-block01--pt3 {
  background-color: #ff8d3e;
}
.p-front-medical-block01__contents {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__contents {
    width: 100%;
  }
}
.p-front-medical-block01__no {
  position: relative;
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(17.5px, 13.4322033898px + 0.5296610169vw, 20px);
  line-height: 1;
  margin-bottom: var(--sp-2-5);
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__no {
    margin-bottom: var(--sp-4-5);
  }
}
.p-front-medical-block01__no::after {
  content: "";
  position: absolute;
  bottom: calc(var(--sp-1) * -1);
  left: calc(var(--sp-2-5) * -1 - 10px);
  width: 180px;
  height: 10px;
  background: url("../img/front/medical-deco02.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__no::after {
    bottom: calc(var(--sp-1-5) * -1);
  }
}
.p-front-medical-block01__title {
  margin-bottom: var(--sp-1-5);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(26.25px, 20.1483050847px + 0.7944915254vw, 30px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__title {
    margin-bottom: var(--sp-2);
    font-size: clamp(24.5px, 18.8050847458px + 0.7415254237vw, 28px);
  }
}
.p-front-medical-block01__text {
  margin-bottom: var(--sp-2);
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__text {
    margin-bottom: var(--sp-4);
  }
}
.p-front-medical-block01__btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.p-front-medical-block01__btn a {
  width: 186px;
  color: #093c5b;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-front-medical-block01__btn a {
    width: clamp(162px, 15vw, 186px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__btn a {
    width: 178px;
  }
}
.p-front-medical-block01__img {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__img {
    width: 100%;
  }
}
.p-front-medical-block01__img img {
  border-radius: 20px;
}
.p-front-medical-block01--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01--rev {
    flex-direction: column;
  }
}
.p-front-medical-block01--rev .p-front-medical-block01__no {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01--rev .p-front-medical-block01__no {
    text-align: left;
  }
}
.p-front-medical-block01--rev .p-front-medical-block01__no::after {
  content: "";
  position: absolute;
  right: calc(var(--sp-2-5) * -1 - 10px);
  left: auto;
  background: url("../img/front/medical-deco01.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01--rev .p-front-medical-block01__no::after {
    content: "";
    position: absolute;
    bottom: calc(var(--sp-1-5) * -1);
    left: calc(var(--sp-2-5) * -1 - 10px);
    width: 180px;
    height: 10px;
    background: url("../img/front/medical-deco02.svg") no-repeat 50% 50%;
    background-size: contain;
  }
}
.p-front-medical-block01--rev .p-front-medical-block01__title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01--rev .p-front-medical-block01__title {
    text-align: left;
  }
}
.p-front-medical-block01--rev .p-front-medical-block01__btn-list {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01--rev .p-front-medical-block01__btn-list {
    justify-content: flex-start;
  }
}

.p-front-bg03 {
  background-color: #fff;
}

/* こどもの歯医者さんの特徴 */
.p-front-feature {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-feature {
    padding-top: var(--sp-10);
  }
}
.p-front-feature::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/front/feature-bg02.png") no-repeat 0% 0%;
  background-size: auto 100%;
}
.p-front-feature__inner {
  position: relative;
  padding: var(--sp-8) 0 0;
  background: url("../img/front/feature-bg01.svg") no-repeat 50% 10%;
  background-size: 90% auto;
  background-color: #fff;
  z-index: 2;
}
.p-front-feature .c-front-heading01 {
  margin-bottom: var(--sp-6);
}
@media screen and (max-width: 767px) {
  .p-front-feature .c-front-heading01 {
    margin-bottom: var(--sp-12);
  }
}
.p-front-feature .c-front-heading01__img img {
  width: clamp(305px, 30.7258064516vw, 381px);
}
@media screen and (max-width: 767px) {
  .p-front-feature .c-front-heading01__img img {
    width: clamp(247px, 22.0967741935vw, 274px);
  }
}

.p-front-feature-block01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--sp-3);
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01 {
    flex-direction: column-reverse;
    gap: var(--sp-5);
    margin-bottom: var(--sp-6);
  }
}
.p-front-feature-block01__img {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img {
    width: 100%;
  }
  .p-front-feature-block01__img img {
    width: 100%;
  }
}
.p-front-feature-block01__img01 {
  border-radius: 20px;
}
.p-front-feature-block01__img02 {
  position: absolute;
  right: -1%;
  bottom: -10%;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__img02 {
    display: none;
  }
}
.p-front-feature-block01__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 68%;
  padding: var(--sp-2-5) var(--sp-3) var(--sp-2-5) var(--sp-3-5);
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__contents {
    padding: var(--sp-2-5) var(--sp-2) var(--sp-2-5) var(--sp-2-5);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__contents {
    flex-direction: column;
    width: 100%;
    padding: var(--sp-3) var(--sp-2-5) var(--sp-6) var(--sp-2-5);
  }
}
.p-front-feature-block01__left {
  width: 13%;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__left {
    width: 16%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__left {
    width: fit-content;
  }
}
.p-front-feature-block01__title {
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(19.25px, 14.7754237288px + 0.5826271186vw, 22px);
  text-align: center;
  color: #ffd72b;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__title {
    font-size: clamp(15.75px, 12.0889830508px + 0.4766949153vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    font-size: clamp(19.25px, 14.7754237288px + 0.5826271186vw, 22px);
  }
}
.p-front-feature-block01__no {
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(78.75px, 60.4449152542px + 2.3834745763vw, 90px);
  line-height: 1;
  color: #ffd72b;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__no {
    font-size: clamp(70px, 53.7288135593px + 2.1186440678vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__no {
    font-size: clamp(78.75px, 60.4449152542px + 2.3834745763vw, 90px);
  }
}
.p-front-feature-block01__right {
  width: 82%;
  padding-top: var(--sp-1-5);
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01__right {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__right {
    width: 100%;
  }
}
.p-front-feature-block01__heading {
  margin-bottom: var(--sp-2);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(21.875px, 16.7902542373px + 0.6620762712vw, 25px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__heading {
    margin-bottom: var(--sp-4);
  }
}
.p-front-feature-block01--pt1 .p-front-feature-block01__img02 {
  width: clamp(172px, 17.4193548387vw, 216px);
}
.p-front-feature-block01--pt1 .p-front-feature-block01__contents {
  background-color: #ff6a01;
}
.p-front-feature-block01--pt1 .p-front-feature-block01__contents::before {
  content: "";
  position: absolute;
  top: calc(50% - 70px);
  left: calc(var(--sp-1-5) * -1);
  width: 70px;
  height: 140px;
  background: url("../img/front/feature-deco01.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01--pt1 .p-front-feature-block01__contents::before {
    width: clamp(40px, 5.6451612903vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01--pt1 .p-front-feature-block01__contents::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: calc(var(--sp-12) * -1);
    width: 70px;
    margin: auto;
    rotate: -90deg;
  }
}
.p-front-feature-block01--pt2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01--pt2 {
    flex-direction: column-reverse;
  }
}
.p-front-feature-block01--pt2 .p-front-feature-block01__img02 {
  width: clamp(157px, 15.8064516129vw, 196px);
}
.p-front-feature-block01--pt2 .p-front-feature-block01__contents {
  background-color: #005ebb;
  padding: var(--sp-2-5) var(--sp-4) var(--sp-2-5) var(--sp-3);
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01--pt2 .p-front-feature-block01__contents {
    padding: var(--sp-2-5) var(--sp-3) var(--sp-2-5) var(--sp-2);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01--pt2 .p-front-feature-block01__contents {
    padding: var(--sp-3) var(--sp-2-5) var(--sp-6) var(--sp-2-5);
  }
}
.p-front-feature-block01--pt2 .p-front-feature-block01__contents::before {
  content: "";
  position: absolute;
  top: calc(50% - 70px);
  right: calc(var(--sp-1-5) * -1);
  width: 70px;
  height: 140px;
  background: url("../img/front/feature-deco02.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block01--pt2 .p-front-feature-block01__contents::before {
    width: clamp(40px, 5.6451612903vw, 70px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01--pt2 .p-front-feature-block01__contents::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: calc(var(--sp-12) * -1);
    width: 70px;
    margin: auto;
    rotate: 90deg;
  }
}

.p-front-feature-block02-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--sp-1-5);
  margin-top: var(--sp-4);
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02-row {
    grid-template-columns: 1fr;
    gap: var(--sp-6);
    margin-top: var(--sp-6);
  }
}

.p-front-feature-block02 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: var(--sp-3);
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02 {
    gap: var(--sp-5);
    margin-bottom: 0;
  }
}
.p-front-feature-block02__img {
  position: relative;
  width: 100%;
}
.p-front-feature-block02__img01 {
  border-radius: 20px;
}
.p-front-feature-block02__img02 {
  position: absolute;
  right: 15%;
  bottom: -10%;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__img02 {
    display: none;
  }
}
.p-front-feature-block02__contents {
  position: relative;
  width: 100%;
  padding: var(--sp-2) var(--sp-2-5) var(--sp-4) var(--sp-2-5);
  border-radius: 20px;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02__contents {
    padding: var(--sp-2) var(--sp-1-5) var(--sp-4) var(--sp-1-5);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__contents {
    width: 100%;
    padding: var(--sp-3) var(--sp-2-5) var(--sp-6) var(--sp-2-5);
  }
}
.p-front-feature-block02__title {
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(13.125px, 10.0741525424px + 0.3972457627vw, 15px);
  color: #ffd72b;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__title {
    font-size: clamp(19.25px, 14.7754237288px + 0.5826271186vw, 22px);
  }
}
.p-front-feature-block02__no {
  margin-bottom: var(--sp-0-5);
  font-family: "all_round_demi", sans-serif;
  font-size: clamp(49.875px, 38.281779661px + 1.5095338983vw, 57px);
  line-height: 1;
  color: #ffd72b;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__no {
    font-size: clamp(78.75px, 60.4449152542px + 2.3834745763vw, 90px);
  }
}
.p-front-feature-block02__heading {
  margin-bottom: var(--sp-2);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(19.25px, 14.7754237288px + 0.5826271186vw, 22px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__heading {
    padding-top: var(--sp-1-5);
    font-size: clamp(21.875px, 16.7902542373px + 0.6620762712vw, 25px);
    margin-bottom: var(--sp-4);
  }
}
.p-front-feature-block02--pt1 .p-front-feature-block01__img02 {
  width: clamp(134px, 13.9516129032vw, 173px);
}
.p-front-feature-block02--pt1 .p-front-feature-block02__contents {
  background-color: #139032;
}
.p-front-feature-block02--pt1 .p-front-feature-block02__contents::before {
  content: "";
  position: absolute;
  inset: auto 0 calc(var(--sp-1-5) * -1) 0;
  width: 140px;
  height: 70px;
  margin: auto;
  background: url("../img/front/feature-deco03.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02--pt1 .p-front-feature-block02__contents::before {
    width: clamp(100px, 11.2903225806vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02--pt1 .p-front-feature-block02__contents::before {
    bottom: calc(var(--sp-6) * -1);
    width: 140px;
  }
}
.p-front-feature-block02--pt2 {
  flex-direction: column;
  position: relative;
  top: var(--sp-4);
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02--pt2 {
    flex-direction: column-reverse;
    top: 0;
  }
}
.p-front-feature-block02--pt2 .p-front-feature-block02__img02 {
  top: -25%;
  right: 3%;
  bottom: auto;
  width: clamp(117px, 11.7741935484vw, 146px);
}
.p-front-feature-block02--pt2 .p-front-feature-block02__contents {
  background-color: #fcd13e;
  color: #15722c;
  padding: var(--sp-3) var(--sp-2-5) var(--sp-3-5) var(--sp-2-5);
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02--pt2 .p-front-feature-block02__contents {
    padding: var(--sp-3) var(--sp-1-5) var(--sp-3-5) var(--sp-1-5);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02--pt2 .p-front-feature-block02__contents {
    padding: var(--sp-3) var(--sp-2-5) var(--sp-6) var(--sp-2-5);
  }
}
.p-front-feature-block02--pt2 .p-front-feature-block02__contents::before {
  content: "";
  position: absolute;
  inset: calc(var(--sp-1-5) * -1) 0 auto 0;
  width: 140px;
  height: 70px;
  margin: auto;
  background: url("../img/front/feature-deco04.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02--pt2 .p-front-feature-block02__contents::before {
    width: clamp(100px, 11.2903225806vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02--pt2 .p-front-feature-block02__contents::before {
    top: auto;
    bottom: calc(var(--sp-6) * -1);
    width: 140px;
    rotate: 180deg;
  }
}
.p-front-feature-block02--pt2 .p-front-feature-block02__title,
.p-front-feature-block02--pt2 .p-front-feature-block02__no {
  color: #15722c;
}
.p-front-feature-block02--pt3 .p-front-feature-block02__img02 {
  left: 5%;
  right: auto;
  width: clamp(140px, 14.0322580645vw, 174px);
}
.p-front-feature-block02--pt3 .p-front-feature-block02__contents {
  background-color: #aa531e;
}
.p-front-feature-block02--pt3 .p-front-feature-block02__contents::before {
  content: "";
  position: absolute;
  inset: auto 0 calc(var(--sp-1-5) * -1) 0;
  width: 140px;
  height: 70px;
  margin: auto;
  background: url("../img/front/feature-deco05.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .p-front-feature-block02--pt3 .p-front-feature-block02__contents::before {
    width: clamp(100px, 11.2903225806vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02--pt3 .p-front-feature-block02__contents::before {
    bottom: calc(var(--sp-6) * -1);
    width: 140px;
  }
}

/* 院長メッセージ */
.p-front-greeting {
  padding: var(--sp-9) 0 0;
  overflow: hidden;
}
.p-front-greeting .c-front-heading01__img {
  margin-bottom: var(--sp-0-5);
}
.p-front-greeting .c-front-heading01__img img {
  width: clamp(343px, 34.5161290323vw, 428px);
}
@media screen and (max-width: 767px) {
  .p-front-greeting .c-front-heading01__img img {
    width: clamp(275px, 24.5967741935vw, 305px);
  }
}

.p-front-greeting-block01-outer {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01-outer {
    padding-block: var(--sp-6) 0;
  }
}
.p-front-greeting-block01-outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--sp-5) * -1);
  width: calc(100vw + var(--sp-5));
  height: calc(100% - var(--sp-5));
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #f7f7f7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01-outer::before {
    inset: 0 -1.2rem 0 auto;
    width: calc(100% + 1.2rem);
    height: 100%;
  }
}

.p-front-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01 {
    flex-direction: column;
    margin-top: var(--sp-3);
  }
}
.p-front-greeting-block01__contents {
  width: 48%;
  padding-bottom: var(--sp-3);
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__contents {
    width: calc(100% - 1.2rem);
  }
}
.p-front-greeting-block01__title {
  margin-bottom: var(--sp-1);
  padding-top: var(--sp-2);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(21.875px, 16.7902542373px + 0.6620762712vw, 25px);
  font-weight: bold;
  line-height: 2.08;
  color: #093c5b;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__title {
    margin-bottom: var(--sp-4);
    padding-top: var(--sp-4);
    font-size: clamp(19.25px, 14.7754237288px + 0.5826271186vw, 22px);
  }
}
.p-front-greeting-block01__text {
  margin: var(--sp-2) 0;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__text {
    margin-bottom: var(--sp-4);
  }
}
.p-front-greeting-block01__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.p-front-greeting-block01__btn a {
  width: 238px;
  color: #093c5b;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: transparent;
  border: 1px solid #093c5b;
}
.p-front-greeting-block01__img {
  position: relative;
  padding-top: var(--sp-1);
  width: 48%;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__img {
    width: 90%;
  }
}
.p-front-greeting-block01__img img {
  border-radius: 50px;
  max-width: 82%;
}
.p-front-greeting-block01__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/front/greeting-bg01.webp") no-repeat 0% 65%;
  background-size: 100%;
  z-index: -1;
}
.p-front-greeting-block01__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  height: calc(100% - var(--sp-5));
  background: url("../img/front/greeting-bg02.png") no-repeat 0% 50%;
  background-size: auto 100%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__img::after {
    width: 100%;
  }
}
.p-front-greeting-block01__name {
  position: absolute;
  bottom: 0;
  left: var(--sp-4);
  width: fit-content;
  padding: var(--sp-1) var(--sp-1-5) var(--sp-0-6);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #ff6a01;
  color: #fff;
  text-align: right;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(15.75px, 12.0889830508px + 0.4766949153vw, 18px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__name {
    font-size: clamp(14px, 10.7457627119px + 0.4237288136vw, 16px);
  }
}
.p-front-greeting-block01__name span {
  display: block;
  font-size: clamp(13.125px, 10.0741525424px + 0.3972457627vw, 15px);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-greeting-block01__name span {
    font-size: clamp(12.25px, 9.4025423729px + 0.3707627119vw, 14px);
  }
}

/* 治療ブログ */
.p-front-blog {
  position: relative;
  padding: var(--sp-3) 0 0;
}
@media screen and (max-width: 767px) {
  .p-front-blog {
    padding: var(--sp-12) 0 0;
  }
}
.p-front-blog .c-front-heading01__img {
  margin-bottom: var(--sp-0-5);
}
.p-front-blog .c-front-heading01__img img {
  width: clamp(157px, 15.8064516129vw, 196px);
}
.p-front-blog__inner {
  position: relative;
  overflow: hidden;
}

.p-front-blog-block01-outer {
  position: relative;
  z-index: 2;
  padding: var(--sp-9) 0 var(--sp-8);
}
@media screen and (max-width: 767px) {
  .p-front-blog-block01-outer {
    padding: var(--sp-9) 0 var(--sp-8);
  }
}
.p-front-blog-block01-outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(var(--sp-5) * -1);
  width: calc(100vw + var(--sp-5));
  max-width: 100vw;
  height: calc(100% - var(--sp-5));
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f7f7f7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-blog-block01-outer::before {
    inset: 0 auto 0 -1.2rem;
    width: calc(100% + 1.2rem);
    height: 100%;
  }
}

.p-front-blog-deco01 {
  position: absolute;
  inset: 10% 0 auto -20%;
  width: 100%;
  height: 26%;
  margin: auto;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .p-front-blog-deco01 {
    display: none;
  }
}

.p-front-blog-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--sp-3);
}
@media screen and (max-width: 767px) {
  .p-front-blog-block01 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: var(--sp-5);
  }
}
.p-front-blog-block01__btn {
  width: 146px;
}
.p-front-blog-block01__btn a {
  width: 100%;
  color: #093c5b;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: transparent;
  border: 1px solid #093c5b;
}

.p-front-blog-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--sp-1-5);
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02 {
    width: calc(100% - 1.2rem);
    margin-bottom: var(--sp-4);
  }
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02 {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }
}
.p-front-blog-block02__item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.p-front-blog-block02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02__img img {
    width: 100%;
  }
}
.p-front-blog-block02__contents {
  padding: var(--sp-1) var(--sp-1) var(--sp-1-5);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02__contents {
    padding: var(--sp-2) var(--sp-2) var(--sp-3);
  }
}
.p-front-blog-block02__title {
  margin-bottom: var(--sp-1);
  font-size: clamp(15.75px, 12.0889830508px + 0.4766949153vw, 18px);
  font-weight: bold;
}
.p-front-blog-block02__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: var(--sp-0-5);
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02__text {
    margin-bottom: var(--sp-1);
  }
}
.p-front-blog-block02__cat span {
  padding: var(--sp-0-5) var(--sp-1);
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  font-size: clamp(10.5px, 8.0593220339px + 0.3177966102vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-front-blog-block02__cat span {
    padding: var(--sp-1) var(--sp-2);
    font-size: clamp(11.375px, 8.7309322034px + 0.344279661vw, 13px);
  }
}
.p-front-blog-block02__cat .cat01 {
  background-color: #009fe8;
}
.p-front-blog-block02__cat .cat02 {
  background-color: #8dc32e;
}
.p-front-blog-block02__cat .cat03 {
  background-color: #ff8d3e;
}

.p-front-blog-deco02 {
  position: relative;
  top: calc(var(--sp-3) * -1);
  right: var(--sp-3);
  text-align: right;
  z-index: 3;
}

/* インスタグラム */
.p-front-insta {
  position: relative;
  padding: var(--sp-4) 0 var(--sp-8);
  background: url("../img/front/insta-bg01.svg") no-repeat -3% 30%;
  background-size: 72% auto;
}
@media screen and (max-width: 767px) {
  .p-front-insta {
    padding: var(--sp-4) 0 var(--sp-20);
  }
}
.p-front-insta .c-front-heading01__img {
  margin-bottom: var(--sp-0-5);
}
.p-front-insta .c-front-heading01__img img {
  width: clamp(390px, 39.2741935484vw, 487px);
}
@media screen and (max-width: 767px) {
  .p-front-insta .c-front-heading01__img img {
    width: clamp(314px, 28.1451612903vw, 349px);
  }
}
.p-front-insta__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.p-front-insta__banner {
  margin: var(--sp-4) 0 var(--sp-2);
}

.p-front-insta-block01 {
  margin-top: var(--sp-4);
}

.p-front-insta-block02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-2);
}
.p-front-insta-block02__btn {
  width: 280px;
}
.p-front-insta-block02__btn a {
  width: 100%;
}
.p-front-insta-block02__btn:first-of-type img {
  margin-right: 10px;
}
.p-front-insta-block02__btn:last-of-type a {
  color: #093c5b;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: #fff;
  border: 1px solid #093c5b;
}

/* 求人情報 */
.p-front-recruit {
  position: relative;
  padding: var(--sp-3) 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-front-recruit {
    padding: 0;
  }
}
.p-front-recruit .c-front-heading01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-front-recruit .c-front-heading01 {
    top: calc(var(--sp-5) * -1);
    margin-bottom: calc(var(--sp-2) * -1);
    text-align: center;
  }
}
.p-front-recruit .c-front-heading01__img img {
  width: clamp(326px, 32.9032258065vw, 408px);
}
@media screen and (max-width: 767px) {
  .p-front-recruit .c-front-heading01__img img {
    width: clamp(324px, 29.0322580645vw, 360px);
  }
}
.p-front-recruit__deco01 {
  position: absolute;
  top: calc(var(--sp-3) * -1);
  right: 20%;
  width: clamp(59px, 5.8870967742vw, 73px);
}

.p-front-recruit-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01 {
    flex-direction: column-reverse;
    gap: var(--sp-5);
  }
}
.p-front-recruit-block01__img {
  padding-top: var(--sp-1);
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__img {
    width: calc(100% + 2.4rem);
    position: relative;
    left: -1.2rem;
  }
}
.p-front-recruit-block01__img img {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__img img {
    border-radius: 0px;
  }
}
.p-front-recruit-block01__contents {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__contents {
    width: 100%;
  }
}
.p-front-recruit-block01__text {
  margin: var(--sp-2) 0;
}
.p-front-recruit-block01__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.p-front-recruit-block01__btn a {
  width: 280px;
  color: #093c5b;
  background: url("../img/arrow-blue.svg") no-repeat calc(100% - 15px) 50%;
  background-size: 7px auto;
  background-color: transparent;
  border: 1px solid #093c5b;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__btn a {
    margin: auto;
  }
}

/* --------------------------
共通
--------------------------- */
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.p-block01__content {
  width: 50%;
  font-size: 16px;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
    order: 2;
  }
}
.p-block01__heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-block01__heading {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 24px;
  }
}
.p-block01__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  width: calc(50vw + 150px);
  height: 1px;
  opacity: 0.19;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-block01__heading::after {
    top: -265px;
    bottom: auto;
    left: -20px;
    right: auto;
    width: calc(50vw + 0px);
  }
}
.p-block01__img {
  position: relative;
  width: 500px;
  max-width: calc(50% - 20px);
  z-index: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
    text-align: right;
  }
  .p-block01__img img {
    width: 80%;
  }
}

.p-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.p-block02__img {
  position: relative;
  width: 410px;
  max-width: calc(40% - 20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block02__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.p-block02__content {
  width: 710px;
  max-width: 59%;
}
@media screen and (max-width: 767px) {
  .p-block02__content {
    width: 100%;
    max-width: 100%;
  }
}

.p-block03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-block03 {
    flex-direction: column-reverse;
  }
}
.p-block03__content {
  width: 710px;
  max-width: 59%;
}
@media screen and (max-width: 767px) {
  .p-block03__content {
    width: 100%;
    max-width: 100%;
  }
}
.p-block03__img {
  position: relative;
  width: 410px;
  max-width: calc(40% - 20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block03__img {
    width: 100%;
    max-width: 100%;
  }
}

.p-block04 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
}
.p-block04__img {
  width: fit-content;
}

.p-block05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-block05 {
    flex-direction: column-reverse;
  }
}
.p-block05__content {
  width: calc(100% - 250px - 50px);
}
@media screen and (max-width: 767px) {
  .p-block05__content {
    width: 100%;
  }
}
.p-block05__head {
  padding-bottom: 45px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.48);
}
.p-block05__body {
  padding-top: 45px;
}
.p-block05__body-inner {
  display: flex;
  flex-wrap: wrap;
}
.p-block05__body-inner:first-of-type {
  padding-bottom: 40px;
}
.p-block05__body-title {
  width: 123px;
  height: 35px;
  margin-right: 30px;
  padding: 7px 10px 4px;
  background-color: #eca2a2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.p-block05__body-title--02 {
  background-color: #baa2a2;
}
.p-block05__list {
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  .p-block05__list {
    width: 100%;
    padding: 7px 0 0 20px;
  }
}
.p-block05__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-block05__img {
    width: 100%;
    text-align: center;
  }
  .p-block05__img img {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }
}

.p-block06 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 1090px) {
  .p-block06 {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-block06 {
    flex-direction: column-reverse;
  }
}
.p-block06__content {
  width: 600px;
  max-width: 55%;
}
@media screen and (max-width: 767px) {
  .p-block06__content {
    max-width: 100%;
  }
}
.p-block06__img {
  position: relative;
  width: 500px;
  max-width: calc(45% - 20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block06__img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .p-block06__img > img {
    width: 80%;
  }
}

.p-block07 {
  background-color: #fff;
  padding: 50px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-block07 {
    padding: 30px 20px 40px;
  }
}
.p-block07__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-block07__inner {
    flex-direction: column-reverse;
  }
}
.p-block07__content {
  width: calc(100% - 340px - 50px);
}
@media screen and (max-width: 767px) {
  .p-block07__content {
    width: 100%;
  }
}
.p-block07__head {
  padding-bottom: 45px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.48);
}
.p-block07__body {
  padding-top: 45px;
}
.p-block07__body-inner {
  display: flex;
  flex-wrap: wrap;
}
.p-block07__body-inner:first-of-type {
  padding-bottom: 40px;
}
.p-block07__body-title {
  width: 123px;
  height: 35px;
  margin-right: 30px;
  padding: 7px 10px 4px;
  background-color: #eca2a2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.p-block07__body-title--02 {
  background-color: #baa2a2;
}
.p-block07__list {
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1090px) {
  .p-block07__list {
    width: 100%;
    padding: 7px 0 0 20px;
  }
}
.p-block07__img {
  padding-top: 35px;
  width: 340px;
  max-width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-block07__img {
    width: 240px;
    padding-top: 0px;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.p-block08 {
  background-color: #fff;
  padding: 55px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-block08 {
    padding: 30px 20px 30px;
  }
}
.p-block08__inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
.p-block08__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-block08__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-block08__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-block08__img img {
    width: 250px;
  }
}
.p-block08__content {
  width: calc(100% - 250px);
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-block08__content {
    width: 100%;
    padding: 0;
  }
}
.p-block08__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.08;
}
@media screen and (max-width: 767px) {
  .p-block08__title {
    font-size: 18px;
  }
}
.p-block08__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-block08__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}

.p-block09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  .p-block09 {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 20px 70px;
  }
}
.p-block09__img {
  position: relative;
  width: 230px;
}
.p-block09__img::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 3px;
  height: calc(100% + 100px);
  margin: auto;
  border-left: 3px dotted #f3b3b3;
  z-index: -1;
}
.p-block09__content {
  width: 700px;
  max-width: 100%;
}
.p-block09__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.08;
}
.p-block09__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-block09__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}

.p-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-heading01 {
    font-size: 24px;
  }
}
.p-heading01::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 80px;
  height: 5px;
  margin-inline: auto;
  background-color: #f3b3b3;
}
@media screen and (max-width: 767px) {
  .p-heading01::before {
    height: 3px;
  }
}

.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: "all_round_demi", sans-serif;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
  color: #fff;
}
.p-feature01__no {
  font-size: 40px;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature01__no {
    font-size: 35px;
  }
}
.p-feature01__title {
  flex: 1;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature01__title {
    font-size: 20px;
  }
}
.p-feature01__text {
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-sub-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.08;
}
@media screen and (max-width: 767px) {
  .p-sub-heading01 {
    font-size: 20px;
  }
}
.p-sub-heading01::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-sub-heading01::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}

.p-sub-heading02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-sub-heading02 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.p-sub-heading02__title {
  flex: 1;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.08;
}
@media screen and (max-width: 767px) {
  .p-sub-heading02__title {
    font-size: 20px;
  }
}
.p-sub-heading02__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-sub-heading02__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}
.p-sub-heading02__en {
  width: fit-content;
  font-family: "didot-roman", serif;
  font-size: clamp(95px, -25px + 15.625vw, 200px);
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: right;
  color: #f5f5f5;
}
.p-sub-heading02__en--commit {
  font-size: clamp(60px, -31.429px + 11.905vw, 140px);
}

.p-sub-heading03 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-bottom: 25px;
  border-left: 10px solid #eca2a2;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-sub-heading03 {
    font-size: 20px;
    border-left: 5px solid #eca2a2;
    padding-left: 15px;
  }
}

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

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

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

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

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

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

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

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

.p-frame01 {
  padding: 44px 40px 40px 40px;
  background-color: #ffefef;
}
@media screen and (max-width: 767px) {
  .p-frame01 {
    padding: 24px 20px 20px 20px;
  }
}
.p-frame01--white {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-frame01--sp-scroll {
    overflow-x: scroll;
  }
}
.p-frame01__title {
  width: fit-content;
  margin-bottom: 20px;
  padding: 15px 60px 16px;
  background-color: #f3b3b3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-frame01__title {
    width: 100%;
    padding: 15px 10px 16px;
    font-size: 18px;
    text-align: center;
  }
}

.p-flow01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  gap: 50px 20px;
}
@media screen and (max-width: 1200px) {
  .p-flow01 {
    justify-content: flex-start;
  }
}
.p-flow01::before {
  content: "";
  position: absolute;
  top: -224px;
  left: -444px;
  width: 732px;
  height: 732px;
  border-radius: 500px;
  background-color: #fffbfb;
  z-index: -1;
}
.p-flow01--white::before {
  background-color: #fff;
}
.p-flow01__item {
  width: 340px;
  max-width: 32%;
}
@media screen and (max-width: 1090px) {
  .p-flow01__item {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-flow01__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-flow01__item:nth-child(2) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow01__item:nth-child(2) {
    padding-top: 0px;
  }
}
.p-flow01__item:nth-child(2) .p-flow01__number {
  background-color: #fba4a4;
}
.p-flow01__item:nth-child(3) {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow01__item:nth-child(3) {
    padding-top: 0px;
  }
}
.p-flow01__item:nth-child(3) .p-flow01__number {
  background-color: #f88888;
}
.p-flow01__item-full {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.p-flow01__item-full .p-flow01__head {
  width: 468px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-flow01__item-full .p-flow01__head {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-flow01__item-full .p-flow01__number {
  background-color: #FBA4A4;
}
.p-flow01__item-full .p-flow01__body {
  width: calc(100% - 468px);
}
@media screen and (max-width: 767px) {
  .p-flow01__item-full .p-flow01__body {
    width: 100%;
  }
}
.p-flow01__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow01__head {
    align-items: flex-start;
  }
}
.p-flow01__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  padding-top: 2px;
  background-color: #f3b3b3;
  color: #fff;
  font-size: 55px;
  font-family: "didot-roman", serif;
  text-align: center;
  line-height: 1.1;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-flow01__number {
    width: 110px;
    height: 110px;
    padding-top: 4px;
    font-size: 50px;
  }
}
.p-flow01__number span {
  display: block;
  padding-top: 5px;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-flow01__number span {
    padding-top: 7px;
    font-size: 16px;
  }
}
.p-flow01__number-inner--small span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow01__number-inner--small span {
    padding-top: 9px;
    font-size: 15px;
  }
}
.p-flow01__title {
  position: relative;
  width: 185px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75;
  color: #491c1d;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-flow01__title {
    width: calc(100% - 110px);
    padding: 25px 20px 0;
  }
}
.p-flow01__title::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: calc(100% + 100px);
  height: 1px;
  opacity: 0.21;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-flow01__title::before {
    top: 6px;
    width: calc(100% + 50px);
  }
}
.p-flow01__title--full {
  width: fit-content;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow01__title--full {
    width: calc(100% - 120px);
    padding: 25px 20px 0;
  }
}

.p-flow02__item {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-flow02__item {
    gap: 0 15px;
  }
}
.p-flow02__item:last-of-type .p-ol01__no::before {
  inset: auto 0 50px 0;
  height: calc(100% - 50px);
}
.p-flow02__no {
  position: relative;
  width: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-flow02__no {
    width: 60px;
  }
}
.p-flow02__no::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 3px;
  height: 100%;
  margin: auto;
  border-left: 3px dotted #f3b3b3;
  z-index: -1;
}
.p-flow02__no--last::before {
  inset: auto 0 100px 0;
  height: calc(100% - 100px);
}
.p-flow02__no > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "didot-roman", serif;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 0px;
}
@media screen and (max-width: 1090px) {
  .p-flow02__no > p {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow02__no > p {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 5px 0 0;
  }
}
.p-flow02__no1 {
  background-color: #f6c1c1;
}
.p-flow02__no2 {
  background-color: #fba4a4;
}
.p-flow02__no3 {
  background-color: #f88888;
}
.p-flow02__no4 {
  background-color: #e17878;
}
.p-flow02__no5 {
  background-color: #c45353;
}
.p-flow02__no6 {
  background-color: #8a0709;
}
.p-flow02__content {
  flex: 1;
  padding: 0px 0px 80px 55px;
}
@media screen and (max-width: 1090px) {
  .p-flow02__content {
    padding: 0px 0px 80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow02__content {
    flex: none;
    width: calc(100% - 60px - 15px);
    padding: 0px 0px 60px 0px;
  }
}
.p-flow02__content--last {
  padding: 0px 0px 0px 55px;
}
@media screen and (max-width: 767px) {
  .p-flow02__content--last {
    padding: 0;
  }
}
.p-flow02__title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2px;
}
.p-flow02__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-flow02__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}
.p-flow02__img {
  width: 170px;
  max-width: 100%;
  margin-left: 50px;
}
.p-flow02__img img {
  border-radius: 20px;
}

.p-flow03 {
  position: relative;
}
.p-flow03::before {
  content: "";
  position: absolute;
  top: -224px;
  left: -444px;
  width: 732px;
  height: 732px;
  border-radius: 500px;
  background-color: #fffbfb;
  z-index: -1;
}
.p-flow03__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-flow03__item:nth-child(2) {
  padding-left: 100px;
}
@media screen and (max-width: 1090px) {
  .p-flow03__item:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow03__item:nth-child(2) {
    padding-left: 0;
  }
}
.p-flow03__item:nth-child(2) .p-flow03__number {
  background-color: #fba4a4;
}
.p-flow03__item:nth-child(3) {
  padding-left: 200px;
}
@media screen and (max-width: 1090px) {
  .p-flow03__item:nth-child(3) {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow03__item:nth-child(3) {
    padding-left: 0;
  }
}
.p-flow03__item:nth-child(3) .p-flow03__number {
  background-color: #f88888;
}
.p-flow03__item:nth-child(4) {
  padding-left: 0px;
}
.p-flow03__item:nth-child(4) .p-flow03__number {
  background-color: #e17877;
}
.p-flow03__item:nth-child(5) {
  padding-left: 100px;
}
@media screen and (max-width: 1090px) {
  .p-flow03__item:nth-child(5) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow03__item:nth-child(5) {
    padding-left: 0;
  }
}
.p-flow03__item:nth-child(5) .p-flow03__number {
  background-color: #c45353;
}
.p-flow03__item:nth-child(6) {
  padding-left: 200px;
}
@media screen and (max-width: 1090px) {
  .p-flow03__item:nth-child(6) {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow03__item:nth-child(6) {
    padding-left: 0;
  }
}
.p-flow03__item:nth-child(6) .p-flow03__number {
  background-color: #8a0709;
}
.p-flow03__head {
  position: relative;
  width: 134px;
  z-index: 2;
}
.p-flow03__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  padding-top: 2px;
  background-color: #f3b3b3;
  color: #fff;
  font-size: 55px;
  font-family: "didot-roman", serif;
  text-align: center;
  line-height: 1.1;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-flow03__number {
    width: 100px;
    height: 100px;
    font-size: 45px;
  }
}
.p-flow03__number span {
  display: block;
  padding: 5px 0 2px 0;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-flow03__number span {
    font-size: 18px;
  }
}
.p-flow03__body {
  padding: 0 50px 0 25px;
  width: 510px;
}
@media screen and (max-width: 767px) {
  .p-flow03__body {
    padding: 0 20px 0 25px;
    width: 100%;
  }
}
.p-flow03__title {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.75;
  padding: 15px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-flow03__title {
    font-size: 18px;
  }
}
.p-flow03__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -27px;
  width: calc(100% + 27px + 50px);
  height: 1px;
  opacity: 0.21;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-flow03__title::before {
    width: calc(100% + 27px + 13px);
  }
}
.p-flow03__img {
  position: relative;
  width: 268px;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-flow03__img {
    margin: 15px 0 0 160px;
  }
}

.p-flow04__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow04__item {
    gap: 0 27px;
    padding-bottom: 30px;
  }
}
.p-flow04__item:first-of-type .p-flow04__img::before {
  display: none;
}
.p-flow04__item:nth-child(2) .p-flow04__img::before {
  height: calc(100% + 200px);
}
.p-flow04__img {
  position: relative;
  width: 230px;
}
.p-flow04__img::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 3px;
  height: calc(100% + 100px);
  margin: auto;
  border-left: 3px dotted #f3b3b3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-flow04__img::before {
    height: calc(100% + 300px);
  }
}
.p-flow04__content {
  width: 700px;
  max-width: 100%;
}
.p-flow04__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.08;
}
.p-flow04__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-flow04__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}

.p-card01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 100px;
}
.p-card01__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .p-card01__item {
    width: 100%;
  }
}
.p-card01__title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 2px;
}
.p-card01__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  background-color: #000;
}
.p-card01__title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #f3b3b3;
}
.p-card01__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-card01__img {
  width: 120px;
  margin-right: 30px;
}
.p-card01__text {
  flex: 1;
}

.p-table01 {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
  border: none;
}
.p-table01 th,
.p-table01 td {
  background-color: transparent;
  border: none;
  padding: 0;
}
.p-table01 th {
  width: 44%;
}
.p-table01 td {
  width: 28%;
}
.p-table01 thead td {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  color: #2d2d2d;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-table01 thead td {
    font-size: 16px;
  }
}
.p-table01 tbody th {
  padding-bottom: 40px;
  text-align: left;
}
.p-table01 tbody td {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1090px) {
  .p-table01 tbody td {
    padding: 0 5px 40px;
  }
}
.p-table01__style01 {
  position: relative;
  z-index: 2;
}
.p-table01__style01::before {
  content: "";
  position: absolute;
  inset: -24px 0 0 0;
  width: 126px;
  height: 126px;
  margin: 0 auto;
  opacity: 0.8;
  border-radius: 100px;
  background-color: #fff;
  z-index: -1;
}
.p-table01__style01 p:first-of-type {
  font-family: "didot-roman", serif;
  color: #baa2a2;
}
.p-table01__style02 {
  position: relative;
  width: calc(100% - 100px);
  padding: 14px 10px 12px;
  border: solid 1px #000;
  background-color: #fffcfc;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #2d2d2d;
  z-index: 2;
}
.p-table01__style02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  width: 100px;
  height: 1px;
  background-color: #000;
  z-index: -1;
}
.p-table01__style04 {
  padding: 16px 10px 13px 10px;
  border: 1px solid #000;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
  color: #2d2d2d;
  background-color: #fff;
}
.p-table01__style05 {
  position: relative;
  z-index: 2;
}
.p-table01__style05::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 2px);
  height: 2px;
  border-top: 2px dotted #000;
  z-index: -1;
}
@media screen and (max-width: 1090px) {
  .p-table01__style05::after {
    width: calc(100% + 8px);
  }
}
.p-table01 figure {
  position: relative;
  z-index: 2;
}

.p-table02 {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  border: none;
}
.p-table02 th,
.p-table02 td {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
}
.p-table02 td {
  width: 50%;
}
.p-table02 tr {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-table02 thead tr {
  align-items: flex-end;
}
.p-table02 thead td {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  color: #2d2d2d;
  padding: 0 10px 40px;
}
.p-table02 thead td::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #000;
  z-index: 1;
}
.p-table02 tbody th {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  text-align: left;
}
.p-table02 tbody th::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 2px;
  height: 110%;
  border-left: 2px dotted #000;
  z-index: 1;
}
.p-table02 tbody th::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 75%;
  width: 2px;
  height: 110%;
  border-left: 2px dotted #000;
  z-index: 1;
}
.p-table02 tbody td {
  position: relative;
  text-align: center;
  padding: 0 10px 40px;
}
.p-table02 tbody td::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 2px;
  height: 110%;
  border-left: 2px dotted #000;
  z-index: 1;
}
.p-table02 tr:last-of-type td::after {
  height: 20px;
}
.p-table02__style01 {
  position: relative;
  z-index: 2;
}
.p-table02__style01::before {
  content: "";
  position: absolute;
  inset: -24px 0 0 0;
  width: 126px;
  height: 126px;
  margin: 0 auto;
  opacity: 0.8;
  border-radius: 100px;
  background-color: #fff;
  z-index: -1;
}
.p-table02__style01 p {
  font-size: 16px;
}
.p-table02__style01 p:first-of-type {
  font-family: "didot-roman", serif;
  color: #baa2a2;
}
.p-table02__style02 {
  position: relative;
  width: 100%;
  padding: 14px 10px 12px;
  border: solid 1px #000;
  background-color: #fffcfc;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #2d2d2d;
  z-index: 2;
}
.p-table02__style04 {
  padding: 16px 10px 13px 10px;
  border: 1px solid #000;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  color: #2d2d2d;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.p-table02__style05 {
  position: relative;
  z-index: 2;
}
.p-table02__style06 figure {
  position: relative;
  background-color: #ffefef;
  padding: 5px 0;
  z-index: 2;
}
.p-table02 figure {
  position: relative;
  z-index: 2;
}

.p-memo01 {
  padding: 55px 20px;
  background-color: #fff;
}
.p-memo01__inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}

.p-price-subtitle01 {
  position: relative;
  padding: 16px 20px 18px 48px;
  background-color: #480d0d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.94;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-subtitle01 {
    padding: 16px 20px 18px 45px;
  }
}
.p-price-subtitle01::before {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  left: 20px;
  width: 15px;
  height: 15px;
  background-color: #baa2a2;
  border-radius: 100px;
}
.p-price-subtitle01--color-light {
  background-color: #8a0709;
}
.p-price-subtitle01--color-light::before {
  background-color: #fff;
  opacity: 0.47;
}
.p-price-subtitle01--color-exlight {
  background-color: #ce6b6b;
}
.p-price-subtitle01--color-exlight::before {
  background-color: #baa2a2;
}

.p-price-dl01__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.p-price-dl01__content:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.19);
}
.p-price-dl01 dt {
  position: relative;
  width: calc(100% - 242px);
  padding: 15px 10px 17px 20px;
  font-size: 16px;
  line-height: 2.19;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dt {
    width: 100%;
    padding: 10px 10px 0px 10px;
  }
}
.p-price-dl01 dt::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dt::after {
    display: none;
  }
}
.p-price-dl01 dd {
  width: 242px;
  padding: 17px 20px 17px 10px;
  font-family: "all_round_demi", sans-serif;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.8px;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 dd {
    width: 100%;
    padding: 0px 10px 10px 10px;
  }
}
.p-price-dl01__memo {
  padding: 18px 22px;
  font-size: 15px;
  line-height: 2.33;
  color: #828282;
}
