@charset "UTF-8";
.p-front-mv {
  position: relative;
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    height: 500px;
    margin-top: 60px;
  }
}
.p-front-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background-image: linear-gradient(to bottom, #506468, rgba(80, 100, 104, 0));
  opacity: 0.76;
}
@media screen and (max-width: 767px) {
  .p-front-mv::before {
    display: none;
  }
}

.p-front-mv-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  padding-top: 244px;
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01 {
    padding-top: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01 {
    flex-direction: column;
    padding-top: 175px;
  }
}
.p-front-mv-block01__left {
  width: fit-content;
  padding: 0 0 3rem 10%;
}
@media screen and (max-width: 1200px) {
  .p-front-mv-block01__left {
    padding: 0 0 0 5%;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__left {
    padding: 0 0 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__left {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}
.p-front-mv-block01__contents {
  width: 100%;
  max-width: 470px;
  color: #fff;
}
.p-front-mv-block01__title {
  position: relative;
  padding: 0 0px 25px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8),0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1090px) {
  .p-front-mv-block01__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__title {
    padding: 0 0px 15px 0;
    font-size: 28px;
  }
}
.p-front-mv-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 1px;
  background-color: #fff;
}
.p-front-mv-block01__lead {
  margin: 20px 0px 25px 0;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__lead {
    margin: 10px 0px 5px 0;
    font-size: 12px;
  }
}
.p-front-mv-block01__en {
  font-family: "mina", serif;
  font-size: 20px;
  letter-spacing: 0;
  color: #d09f8e;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__en {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-front-mv-block01__right {
  padding-right: 2%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-front-mv-block01__right {
    display: none;
  }
}

.p-front-mv-banner01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1em;
}
.p-front-mv-banner01__img02 {
    position: relative;
    top: 20px;
  }
@media screen and (max-width: 767px) {
  .p-front-mv-banner01 {
    margin-bottom: -90px;
    position: relative;
    top: -115px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner01__img01 {
    margin-right: 0.5rem;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-banner01__img02 {
    width: 35%;
  }
}

/* ピックアップメニュー */
.p-front-pick {
  padding: 2em 0;
  background: url("../img/front/pick-bg00.webp") no-repeat 50% 0%;
  background-color: #eff2f3;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-front-pick {
    padding: 0;
    background-size: auto 180px;
  }
}

.p-front-pick-heading {
  line-height: 1.6;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-front-pick-heading {
    margin-top: 20px;
  }
}
.p-front-pick-heading__en {
  position: relative;
  width: fit-content;
  margin: 0 auto 2px;
  font-family: "EB Garamond", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding-inline: 130px;
}
@media screen and (max-width: 767px) {
  .p-front-pick-heading__en {
    font-size: 20px;
    padding-inline: 90px;
  }
}
.p-front-pick-heading__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-pick-heading__en::before {
    width: 70px;
  }
}
.p-front-pick-heading__en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-pick-heading__en::after {
    width: 70px;
  }
}
.p-front-pick-heading__jp {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-pick-heading__jp {
    font-size: 13px;
  }
}

.p-front-pick-block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-pick-block01 {
    position: relative;
    left: 0px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.p-front-pick-block01__item {
  max-width: 50%;
  padding: 10px;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-front-pick-block01__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-front-pick-block01__item--pt1 {
  background: url("../img/front/pick-bg01.webp") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.p-front-pick-block01__item--pt2 {
  background: url("../img/front/pick-bg02.webp") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.p-front-pick-block01__item--pt3 {
  background: url("../img/front/pick-bg03.webp") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.p-front-pick-block01__item--pt4 {
  background: url("../img/front/pick-bg04.webp") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.p-front-pick-block01__item:hover {
  background-size: 120% 120%;
}

/* お知らせ（Sassネスト・max-width統一） */
.top-news {
  position: relative;
  z-index: 2;
  padding: 10em 0 16em;
  background: url("../images/clinic_info_bg.jpg") repeat-x left top;
  background-color: #f2f4f5;
  background-size: 100% 220px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 3rem 0 4rem;
    background: #fff;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1350px;
  height: 410px;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-news::before {
    display: none;
  }
}
.top-news .top-news-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-row {
    flex-direction: column;
    gap: 3rem;
  }
}
.top-news .top-news-heading__en {
  font-family: "EB Garamond", serif;
  font-size: 70px;
  line-height: 1.2;
  text-align: center;
  color: #9cc4cd;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-heading__en {
    font-size: 50px;
    margin-bottom: 0.8rem;
  }
}
.top-news .top-news-heading__jp {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-heading__jp {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
.top-news .top-news-more-button {
  text-align: center;
}
.top-news .top-news-more-button a {
  display: block;
  margin: 0;
  padding: 0.5em 1.5em 0.5em 0;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #9cc4cd;
  border-bottom: 1px solid #9cc4cd;
  border-top: 1px solid #9cc4cd;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-more-button a {
    font-size: 14px;
  }
}
.top-news .top-news-more-button a span {
  position: relative;
  padding: 0 45px;
}
.top-news .top-news-more-button a span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/icon-arrow01.svg") no-repeat 100% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-news .top-news-more-button a span::after {
    width: 24px;
    height: 24px;
  }
}

.top-news-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-news-list li {
  display: flex;
  align-items: center;
  padding: 20px 29px 22px;
  line-height: 0;
  border-bottom: #c0cdcd 1px solid;
}
@media screen and (max-width: 767px) {
  .top-news-list li {
    flex-wrap: wrap;
    padding: 20px 0px 22px;
  }
}
.top-news-list li:first-of-type {
  border-top: #c0cdcd 1px solid;
}
.top-news-list li .date {
  font-family: "EB Garamond", serif;
  font-size: 21px;
  text-align: left;
  color: #889292;
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .top-news-list li .date {
    font-size: 18px;
    margin-right: 1rem;
  }
}
.top-news-list li .category {
  display: inline-block;
  min-width: 130px;
  padding: 3px 10px;
  background-color: #ceb4ab;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .top-news-list li .category {
    font-size: 13px;
  }
}
.top-news-list li .title {
  display: -webkit-box;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #303d3d;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .top-news-list li .title {
    width: 100%;
    font-size: 14px;
    margin-top: 1.2rem;
  }
}

/* スライダー */
.p-front-slider {
  padding: 6rem 0 0;
  background: url("../img/front/pick-bg00.webp") no-repeat 50% 0%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-front-slider {
    padding: 3rem 0 0;
  }
}
.p-front-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-front-slider .swiper-slide {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front-slider .swiper-slide {
    width: 50%;
  }
}
.p-front-slider .swiper-slide img {
  width: 100%;
}

/* feature */
.top-feature {
  position: relative;
  z-index: 2;
  padding: 4rem 0 15rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-feature {
    padding: 4rem 0 6rem;
  }
}
.top-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 50%;
  margin: 0 auto;
  background: url("../img/front/feature-bg01.webp") no-repeat 0 0;
  background-size: contain;
  inset: -50px -200px auto 0;
}
@media screen and (max-width: 767px) {
  .top-feature::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../img/front/feature-bg01-sp.png") no-repeat 100% 0;
    background-size: contain;
    inset: 2% auto auto 40%;
  }
}
.top-feature::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110%;
  height: 50%;
  margin: 0 auto;
  background: url("../img/front/feature-bg02.webp") no-repeat 0 0;
  background-size: contain;
  inset: auto 0 -365px 0;
}
@media screen and (max-width: 767px) {
  .top-feature::after {
    display: none;
  }
}

.top-feature-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .top-feature-block01 {
    flex-wrap: wrap;
  }
}
.top-feature-block01__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  line-height: 1.88;
  letter-spacing: 0.15em;
  color: #9cc4cd;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top-feature-block01__lead {
    width: 100%;
    font-size: 16px;
    padding-top: 0;
  }
}
.top-feature-block01__lead > span {
  font-weight: 600;
  color: #ceb4ab;
}

.top-feature-heading__en {
  font-family: "EB Garamond", serif;
  font-size: 160px;
  line-height: 1;
  text-align: left;
  color: #bcdbe2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-feature-heading__en {
    font-size: 80px;
    margin-bottom: 1.5rem;
  }
}
.top-feature-heading__jp {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000;
  padding-left: 71px;
}
@media screen and (max-width: 767px) {
  .top-feature-heading__jp {
    font-size: 20px;
  }
}
.top-feature-heading__jp::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.top-feature-block02 {
  display: grid;
  gap: 60px 80px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1090px) {
  .top-feature-block02 {
    gap: 60px 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-feature-block02 {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.top-feature-block02__item {
  position: relative;
}
.top-feature-block02__item:nth-child(even) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__item:nth-child(even) {
    margin-top: 0;
  }
  .top-feature-block02__item:nth-child(even) .top-feature-block02__head {
    right: 17px;
    left: auto;
  }
}
.top-feature-block02__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -16px;
  left: -12px;
  width: 100px;
  height: 100px;
  background-color: #ceb4ab;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__head {
    left: 17px;
    width: 70px;
    height: 70px;
  }
}
.top-feature-block02__lead {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__lead {
    font-size: 11px;
  }
}
.top-feature-block02__no {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__no {
    font-size: 30px;
  }
}
.top-feature-block02__contents {
  padding: 3rem 1rem 3rem 1rem;
  background-color: #eef1f3;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__contents {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.top-feature-block02__title {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  text-align: center;
  color: #338b9f;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__title {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
}
.top-feature-block02__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.75px;
  color: #414c51;
  padding-inline: 2em;
}
@media screen and (max-width: 767px) {
  .top-feature-block02__text {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.05em;
    padding-inline: 0;
  }
}

/* Medical */
.top-medical {
  position: relative;
  padding: 6rem 0 10rem;
  background: url("../img/front/medical-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-medical {
    padding: 3rem 0 4rem;
  }
}

.top-medical-heading {
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .top-medical-heading {
    margin-bottom: 3em;
  }
}
.top-medical-heading__en {
  font-family: "EB Garamond", serif;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top-medical-heading__en {
    font-size: 60px;
  }
}
.top-medical-heading__jp {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  padding-inline: 70px;
  text-shadow: 0 0 10px #418a9b;
}
@media screen and (max-width: 767px) {
  .top-medical-heading__jp {
    font-size: 20px;
  }
}
.top-medical-heading__jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.top-medical-heading__jp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.top-medical-block01__item {
  position: relative;
  padding: 2rem 2rem;
  background-color: #ffffff;
  transform: translateY(0);
  transition: 0.5s ease;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .top-medical-block01__item {
    margin-bottom: 18px;
    padding: 1.5rem 1rem;
  }
}
.top-medical-block01__item:hover {
  transform: translateY(-10px);
}
.top-medical-block01__item::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  background: none;
  border-color: transparent transparent #CDE1E6 transparent;
  border-style: solid;
  border-width: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .top-medical-block01__item::before {
    border-width: 0 0 15px 15px;
  }
}
.top-medical-block01__link {
  display: block;
}
.top-medical-block01__link:hover {
  filter: none;
  opacity: 1;
}
.top-medical-block01__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-medical-block01__title {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
  color: #338b9f;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top-medical-block01__title {
    font-size: 18px;
  }
}
.top-medical-block01__en {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  text-align: center;
  color: #d7ccae;
}
@media screen and (max-width: 1090px) {
  .top-medical-block01__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 1090px) {
  .top-medical-block01__en {
    font-size: 14px;
  }
}
.top-medical-block01--pt1 {
  display: grid;
  gap: 27px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt1 {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.top-medical-block01--pt1 .top-medical-block01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
}
@media screen and (max-width: 1090px) {
  .top-medical-block01--pt1 .top-medical-block01__img {
    width: 126px;
  }
}
.top-medical-block01--pt2 {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt2 {
    gap: 18px 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
  }
}
.top-medical-block01--pt2 .top-medical-block01__item {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt2 .top-medical-block01__item {
    margin-bottom: 0;
  }
}
.top-medical-block01--pt2 .top-medical-block01__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt2 .top-medical-block01__img img {
    width: 100px;
  }
}
.top-medical-block01--pt2 .top-medical-block01__title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt2 .top-medical-block01__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt2 .top-medical-block01__en {
    font-size: 12px;
  }
}
.top-medical-block01--pt3 {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt3 {
    gap: 18px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-medical-block01--pt3 .top-medical-block01__item {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt3 .top-medical-block01__item {
    margin-bottom: 0;
    padding: 1.5rem 1rem;
  }
}
.top-medical-block01--pt3 .top-medical-block01__title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt3 .top-medical-block01__title {
    font-size: 15px;
  }
}
.top-medical-block01--pt3 .top-medical-block01__en {
  font-size: 15px;
}
@media screen and (max-width: 1090px) {
  .top-medical-block01--pt3 .top-medical-block01__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .top-medical-block01--pt3 .top-medical-block01__en {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Greeting */
.top-greeting {
  padding-block: 5em 12em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-greeting {
    padding-block: 4em 7em;
  }
}
.top-greeting::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20%;
  height: 80%;
  margin: 0 auto;
  background: url("../img/front/greeting-bg01.webp") no-repeat 100% 100%;
  background-size: cover;
  inset: auto auto 0 0;
}
@media screen and (max-width: 767px) {
  .top-greeting::before {
    display: none;
  }
}
.top-greeting::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 30%;
  height: 100%;
  background-color: #ceb4ab;
  opacity: 0.48;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .top-greeting::after {
    width: 20%;
  }
}

.top-greeting-heading {
  width: fit-content;
  margin: 0 auto 7em;
}
@media screen and (max-width: 767px) {
  .top-greeting-heading {
    margin: 0 0 5em;
  }
}
.top-greeting-heading__en {
  font-family: "EB Garamond", serif;
  font-size: 150px;
  line-height: 1;
  color: #ceb4ab;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top-greeting-heading__en {
    font-size: 70px;
    margin-bottom: 1.5rem;
  }
}
.top-greeting-heading__jp {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #000;
  padding-left: 71px;
}
@media screen and (max-width: 767px) {
  .top-greeting-heading__jp {
    font-size: 20px;
  }
}
.top-greeting-heading__jp::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.top-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01 {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.top-greeting-block01__contents {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__contents {
    padding-inline: 15px;
    width: 100%;
  }
}
.top-greeting-block01__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: right;
  color: #414c51;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1090px) {
  .top-greeting-block01__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__title {
    font-size: 18px;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.top-greeting-block01__text {
  margin-bottom: 3rem;
}
.top-greeting-block01__text p {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.75px;
  color: #414c51;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__text p {
    font-size: 14px;
    line-height: 1.86;
  }
}
.top-greeting-block01__info {
  margin-bottom: 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__info {
    text-align: left;
  }
}
.top-greeting-block01__name {
  margin-top: 10px;
}
.top-greeting-block01__name span {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #b57873;
}
.top-greeting-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__btn {
    text-align: left;
  }
}
.top-greeting-block01__btn a {
  display: inline-block;
  margin: 0;
  padding: 0.8em 2em 0.8em 0;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #d09f8e;
  border-bottom: 1px solid #ceb4ab;
  border-top: 1px solid #ceb4ab;
}
.top-greeting-block01__btn a span {
  position: relative;
  padding: 0 45px;
}
.top-greeting-block01__btn a span::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/icon-arrow02.svg") no-repeat 100% 50%;
  background-size: contain;
}
.top-greeting-block01__img {
  width: 43%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-greeting-block01__img {
    width: calc(100% + 40px);
    margin: 0 -20px;
    text-align: center;
  }
  .top-greeting-block01__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center 20%;
  }
}

/* 背景画像 */
.p-top-deco01 {
  width: 100%;
  height: 380px;
  background: url("../img/deco-img01.webp") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-top-deco01 {
    background-attachment: fixed;
    height: 170px;
  }
}

/* --------------------------
共通aa
--------------------------- */
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.p-block01--rev {
  flex-direction: row-reverse;
}
.p-block01__content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-block01__content {
    width: 100%;
  }
}
.p-block01__content p {
  line-height: 2.13;
}
.p-block01__title {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.1em;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .p-block01__title {
    font-size: 18px;
  }
}
.p-block01__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-block01__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .p-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px 70px;
}
@media screen and (max-width: 1090px) {
  .p-block02 {
    gap: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-block02 {
    flex-direction: column-reverse;
  }
}
.p-block02__content {
  flex: 1;
}
.p-block02__content > p {
  line-height: 2.13;
}
.p-block02__imgs {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-block02__imgs {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-block02__img {
    width: 100%;
    text-align: center;
  }
}
.p-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-block02__list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 2em;
  background: url("../img/icon_check01.svg") no-repeat 0 9px;
  background-size: 17px auto;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-block02__list li {
    font-size: 15px;
  }
}
.p-block02__text {
  line-height: 2.17;
}

.p-block03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 36px;
}
@media screen and (max-width: 767px) {
  .p-block03 {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
}
.p-block03--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-block03--rev {
    flex-direction: column;
  }
}
.p-block03--02 {
  margin-top: -30px;
}
@media screen and (max-width: 1090px) {
  .p-block03--02 {
    margin-top: 30px;
  }
}
.p-block03--03 {
  margin-top: -30px;
}
@media screen and (max-width: 1090px) {
  .p-block03--03 {
    margin-top: 30px;
  }
}
.p-block03__img {
  position: relative;
  width: 30%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .p-block03__img {
    width: 60%;
    margin: auto;
    text-align: center;
  }
}
.p-block03__content {
  width: calc(70% - 36px);
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .p-block03__content {
    width: 100%;
  }
}
.p-block03__title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-inline: 25px;
  border-bottom: 1px solid #9cc4cd;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.72;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .p-block03__title {
    padding-inline: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.p-block03__text {
  padding-inline: 25px;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-block03__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-block03__text {
    padding-inline: 15px;
  }
}

.p-block04 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 120px;
}
@media screen and (max-width: 1090px) {
  .p-block04 {
    gap: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-block04 {
    gap: 40px;
  }
}
.p-block04__item {
  width: 500px;
  max-width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .p-block04__item {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.p-block04__no {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block04__no {
    margin-bottom: 20px;
  }
}
.p-block04__no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #328b9f;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-block04__no img {
    width: 80px;
    height: auto;
  }
}
.p-block04__title {
  margin-bottom: 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.1em;
  text-align: center;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .p-block04__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.p-block04__text p {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-block04__text p {
    font-size: 14px;
  }
}

.p-block05 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dotted rgba(66, 76, 81, 0.48);
}
.p-block05__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-block05__inner:first-of-type {
  padding-bottom: 10px;
}
.p-block05__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 35px;
  margin-right: 25px;
  padding: 0 0 2px;
  background-color: #b57873;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  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: #d09f8e;
}
.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__text {
  padding-top: 3px;
}
.p-block05__list {
  flex: 1;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-block05__list {
    flex: auto;
    width: 100%;
    padding: 7px 0 0 20px;
    font-size: 14px;
  }
}
.p-block05__list li {
  margin-bottom: 5px;
}
.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;
}

/* heading */
.p-heading01 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px 12px 32.4px;
  background-color: #338b9f;
  border-left: 20px solid #50a7ba;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-heading01 {
    font-size: 18px;
    padding: 13px 20px 15px 15px;
    border-left: 10px solid #50a7ba;
    letter-spacing: 0;
  }
}

.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);
}

/* 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.svg") no-repeat 0% 50%;
  background-size: 25px auto;
  padding: 0 0px 5px 40px;
  border-bottom: 1px solid #328b9f;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .p-sub-heading01 {
    padding: 0 0px 5px 35px;
    font-size: 18px;
  }
}

.p-sub-heading02 {
  position: relative;
  margin-bottom: 75px;
}
.p-sub-heading02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9cc4cd;
}
@media screen and (max-width: 767px) {
  .p-sub-heading02::before {
    display: none;
  }
}
.p-sub-heading02__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 478px;
  max-width: 100%;
  height: 95px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #338b9f;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-sub-heading02__title {
    height: 70px;
    font-size: 18px;
  }
}
.p-sub-heading02--brown::before {
  background-color: #e1c7be;
}
.p-sub-heading02--brown .p-sub-heading02__title {
  background-color: #d09f8e;
}

/* 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 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 35px 60px 30px 60px;
  border: solid 1px #50a7ba;
}
@media screen and (max-width: 1090px) {
  .p-list02 {
    padding: 35px 30px 30px 30px;
  }
}
.p-list02__list {
  display: flex;
  flex-wrap: wrap;
}
.p-list02__item {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-list02__item {
    width: 100%;
  }
}
.p-list02 dt {
  position: relative;
  width: 7em;
  padding-left: 1.5rem;
  font-weight: bold;
}
.p-list02 dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #87bbc7;
}
.p-list02 dd {
  flex: 1;
}

.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-list04 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-list04 {
    grid-template-columns: 1fr 1fr;
  }
}
.p-list04 li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  background-color: #64bfd4;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-list04 li {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.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: 80px;
  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 #328b9f;
  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: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #50a7ba;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "Shippori Mincho", 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: 26px;
    padding-bottom: 2px;
  }
}
.p-ol01__content {
  flex: 1;
  padding: 0px 0px 80px 70px;
}
@media screen and (max-width: 1090px) {
  .p-ol01__content {
    padding: 0px 0px 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-ol01__content {
    padding: 0px 0px 80px 20px;
  }
}
.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;
  }
  .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: "all_round_demi", sans-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: 16px;
  }
}
.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: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.p-compare01__item {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.p-compare01__img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 284px;
  margin-bottom: 40px;
}
.p-compare01__title-wrap {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-compare01__title-wrap {
    margin-bottom: 20px;
  }
}
.p-compare01__title-wrap + p {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-compare01__title-wrap + p {
    font-size: 14px;
  }
}
.p-compare01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-compare01__title {
    height: 42px;
    font-size: 18px;
  }
}
.p-compare01__title--pt1 {
  background-color: #50a7ba;
}
.p-compare01__title--pt2 {
  background-color: #d09f8e;
}

.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: "all_round_demi", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-medical-frame02__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

/* 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: "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: "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: "all_round_demi", sans-serif;
  font-size: 40px;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-merit02__no {
    width: 100px;
    margin: auto;
  }
}
.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;
  }
}
.p-merit02__title {
  margin-bottom: 3px;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-merit02__title {
    font-size: 18px;
  }
}
.p-merit02__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-merit02__lead {
    font-size: 16px;
  }
}
.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: "all_round_demi", sans-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: 17px;
    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: 20px;
    width: 100%;
    padding: 0 0 5px 55px;
    font-size: 17px;
    line-height: 1.6;
  }
}
.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;
  }
}
.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;
  }
}
.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: 100%;
    text-align: center;
  }
}
.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: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.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 40px 0;
    font-size: 14px;
  }
}
.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-link-list01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px;
  padding: 20px 0;
  background-color: #50a7ba;
  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: 200px;
  }
}
@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: #f3f9fa;
}
@media screen and (max-width: 1090px) {
  .p-link-list01__body {
    padding: 20px 10px;
  }
}
@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 #338b9f;
}
.p-link-list01__item:not(:has(.p-link-list01__btn)) {
  padding: 0.8em 10px 0.9em 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #338b9f;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  line-height: 1.45;
}
.p-link-list01__item:not(:has(.p-link-list01__btn))::after {
  display: none;
}
.p-link-list01__item--pt2 {
  text-align: right;
}
.p-link-list01__item--pt2::after {
  content: "";
  left: 30px;
  width: calc(100% - 33px - 26px - 30px);
}
.p-link-list01__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 55px 0.9em 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  color: #338b9f;
  text-decoration: none;
  font-family: "Shippori Mincho", serif;
  line-height: 1.45;
}
.p-link-list01__btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 16.5px);
  right: 0;
  width: 0;
  height: 0;
  width: 33px;
  height: 33px;
  background-color: #338b9f;
}
.p-link-list01__btn::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 11px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
/* 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-frame01 {
  position: relative;
  padding: 90px 30px 60px 60px;
  border: solid 1px #328b9f;
}
@media screen and (max-width: 1090px) {
  .p-frame01 {
    padding: 90px 30px 60px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01 {
    padding: 50px 20px 30px 20px;
  }
}
.p-frame01--pt01 {
  padding: 90px 60px 60px 90px;
}
@media screen and (max-width: 1090px) {
  .p-frame01--pt01 {
    padding: 90px 60px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01--pt01 {
    padding: 50px 20px 30px 20px;
  }
}
.p-frame01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -37px 0 0 0;
  width: fit-content;
  height: 75px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  background-color: #338b9f;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-frame01__title {
    inset: -37px 0 0 0;
    height: 60px;
    padding: 12px 12px 10px;
    font-size: 18px;
  }
}
.p-frame01__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}
@media screen and (max-width: 767px) {
  .p-frame01__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}
.p-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-frame01__list li {
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 15px 0 26px;
  background: url("../img/icon_check01.svg") no-repeat 0% 10px;
  background-size: 16px auto;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1090px) {
  .p-frame01__list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-frame01__list li {
    width: 100%;
  }
}
.p-frame01__list--pt01 {
  padding-inline: 50px;
}
@media screen and (max-width: 1090px) {
  .p-frame01__list--pt01 {
    padding-inline: 0px;
  }
}
.p-frame01__list--col02 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-frame01__list--col02 li {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.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: "all_round_demi", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-frame01__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

.p-frame02 {
  position: relative;
  margin-top: 2.2rem;
  padding: 1rem 1rem 1.5rem 1.5rem;
  border: solid 1px #50a7ba;
}
.p-frame02__title {
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #bfb099;
}
.p-frame02__list {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #338b9f;
}
.p-frame02__list li {
  margin-bottom: 5px;
}

.p-card01 {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 20px 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .p-card01 {
    grid-template-columns: repeat(2, 350px);
    justify-content: center;
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-card01 {
    grid-template-columns: minmax(100%, 350px);
  }
}
.p-card01__link {
  display: block;
}
.p-card01__title {
  height: 70px;
  padding: 1rem;
  background-color: #50a7ba;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-card01__title {
    height: 63px;
    font-size: 18px;
  }
}
.p-card01__text {
  padding: 1.5rem 0;
}
.p-card01__btn {
  border-top: 1px solid #9cc4cd;
  padding: 1.5rem 0 0;
  text-align: center;
}
.p-card01__img img {
  width: 100%;
}

.p-beforeAfter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-beforeAfter {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.p-beforeAfter__item {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-beforeAfter__item {
    width: 100%;
  }
}
.p-beforeAfter__head {
  margin-bottom: 10px;
}
.p-beforeAfter__en {
  padding-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  text-align: center;
  color: #9cc4cd;
  line-height: 1;
  border-bottom: 1px solid #424c51;
}
@media screen and (max-width: 767px) {
  .p-beforeAfter__en {
    font-size: 30px;
  }
}
.p-beforeAfter__en--after {
  color: #ffb09f;
}
.p-beforeAfter__title {
  padding-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #414c51;
}
@media screen and (max-width: 767px) {
  .p-beforeAfter__title {
    font-size: 18px;
  }
}
.p-beforeAfter__img {
  text-align: center;
}
.p-beforeAfter__arrow {
  position: relative;
  top: 54px;
}
@media screen and (max-width: 767px) {
  .p-beforeAfter__arrow {
    top: 0;
    rotate: 90deg;
    width: 30px;
    height: auto;
    opacity: 0.4;
  }
}

.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 dt {
  position: relative;
  width: calc(100% - 242px);
  padding: 17px 10px 17px 20px;
  font-size: 15px;
  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;
}
@media screen and (max-width: 767px) {
  .p-price-dl01 + small {
    display: block;
    margin-top: 20px;
  }
}

.p-memo-box01 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .p-memo-box01 {
    padding: 30px 20px;
  }
}
.p-memo-box01__lead {
  margin-bottom: 24px;
  line-height: 2.13;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-memo-box01__lead {
    text-align: left;
  }
}
.p-memo-box01__btn a {
  width: 100%;
  max-width: 408px;
  margin-inline: auto;
}

.p-click-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 90px 80px;
}
@media screen and (max-width: 1090px) {
  .p-click-block01 {
    gap: 90px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-click-block01 {
    gap: 60px;
  }
}
.p-click-block01__text {
  border-bottom: 1px solid #50a7ba;
  padding: 14px 10px 12px;
  text-align: center;
  font-weight: 500;
}

.p-clinic-block02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 100px;
}
@media screen and (max-width: 1090px) {
  .p-clinic-block02 {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-block02 {
    flex-direction: column;
  }
}
.p-clinic-block02__img {
  width: 48%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__img {
    width: 100%;
    margin: auto;
  }
}
.p-clinic-block02__contents {
  position: relative;
  width: 48%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__contents {
    width: 100%;
    margin: auto;
  }
}
.p-clinic-block02__head {
  margin-bottom: 50px;
  padding: 25px 30px 20px 30px;
  background-color: #50a7ba;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__head {
    margin-bottom: 30px;
    padding: 15px 30px 10px 30px;
  }
}
.p-clinic-block02__name {
  margin-bottom: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__name {
    font-size: 18px;
  }
}
.p-clinic-block02__name span {
  font-size: 15px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__name span {
    font-size: 14px;
  }
}
.p-clinic-block02__body {
  padding: 0;
}
.p-clinic-block02__heading {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #28806c;
}
.p-clinic-block02__heading::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #d1b697;
}
.p-clinic-block02__text {
  margin-bottom: 30px;
}
.p-clinic-block02__text p {
  margin-bottom: 1.5em;
}
.p-clinic-block02__profile-title {
  position: relative;
  margin-bottom: 18px;
  padding: 0 0 5px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #414c51;
  border-bottom: 1px solid #50a7ba;
}
.p-clinic-block02__profile-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #9cc4cd;
}
.p-clinic-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-clinic-block02__list li {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-clinic-block02__list--pt2 li {
  position: relative;
  padding-left: 14em;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__list--pt2 li {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.p-clinic-block02__list--pt2 li > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.5em;
}
@media screen and (max-width: 767px) {
  .p-clinic-block02__list--pt2 li > span {
    position: relative;
    display: block;
    opacity: 0.8;
  }
}

:where(.l-page__main) section {
  padding: 5rem 0 9rem;
}
@media screen and (max-width: 767px) {
  :where(.l-page__main) section {
    padding: 4rem 0 6rem;
  }
}

/* --------------------------
審美歯科
--------------------------- */
.p-esthetic-sec02__lead {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
}

.p-esthetic-sec04 .p-card01 {
  grid-template-columns: repeat(3, 280px);
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1090px) {
  .p-esthetic-sec04 .p-card01 {
    grid-template-columns: repeat(2, 280px);
  }
}
@media screen and (max-width: 767px) {
  .p-esthetic-sec04 .p-card01 {
    grid-template-columns: minmax(280px, 100%);
  }
}
.p-esthetic-sec04 .p-card01__img {
  text-align: center;
}
.p-esthetic-sec04 .p-card01__title {
  height: auto;
  padding: 1.5rem 0 0;
  background-color: transparent;
  color: #50a7ba;
}
.p-esthetic-sec04 .p-card01__text {
  min-height: 127px;
}
@media screen and (max-width: 767px) {
  .p-esthetic-sec04 .p-card01__text {
    min-height: auto;
  }
}

/* --------------------------
スポーツ歯科
--------------------------- */
.p-sports-block01__head {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__head {
    margin-bottom: 30px;
  }
}
.p-sports-block01__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9cc4cd;
}
.p-sports-block01__head-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 478px;
  max-width: 100%;
  height: 95px;
  margin: 0 auto;
  background-color: #338b9f;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__head-title {
    height: 75px;
    font-size: 20px;
  }
}
.p-sports-block01__body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__body {
    flex-direction: column;
  }
}
.p-sports-block01__item {
  width: 484px;
  max-width: 46%;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-sports-block01__body-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #50a7ba;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__body-title {
    height: 50px;
    font-size: 18px;
  }
}
.p-sports-block01__body-title--02 {
  background-color: #d09f8e;
}
.p-sports-block01__content {
  padding: 70px 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-sports-block01__content {
    padding: 50px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sports-block01__content {
    padding: 30px 20px 1px;
  }
}
.p-sports-block01__list dt {
  position: relative;
  padding: 0 0 5px 32px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.1em;
  text-align: left;
  color: #338b9f;
  margin-bottom: 8px;
  border-bottom: 1px solid #328b9f;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__list dt {
    font-size: 16px;
  }
}
.p-sports-block01__list dt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 11px;
  background: url("../img/icon-check02.svg") no-repeat 50% 50%;
  background-size: contain;
}
.p-sports-block01__list dd {
  min-height: 5.7em;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-sports-block01__list dd {
    min-height: auto;
  }
}
.p-sports-block01__list-item {
  display: block;
  margin-bottom: 40px;
}

.sports-block02 {
  padding: 40px 50px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sports-block02 {
    padding: 30px 20px 30px;
  }
}
.sports-block02__title {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #338b9f;
}
@media screen and (max-width: 767px) {
  .sports-block02__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.sports-block02__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sports-block02__text {
    font-size: 14px;
  }
}

/* --------------------------
インプラント
--------------------------- */
.p-implant-sec02 .p-block03--02,
.p-implant-sec02 .p-block03--03 {
  margin-top: 0;
}
@media screen and (max-width: 1090px) {
  .p-implant-sec02 .p-block03--02,
  .p-implant-sec02 .p-block03--03 {
    margin-top: 30px;
  }
}

/* --------------------------
一般歯科
--------------------------- */
.p-general-block01 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 30px 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-general-block01 {
    padding: 30px 20px;
  }
}
.p-general-block01__lead {
  margin-bottom: 24px;
  line-height: 2.13;
  text-align: center;
}
.p-general-block01__btn a {
  width: 100%;
  max-width: 408px;
  margin-inline: auto;
}

/* --------------------------
歯周病
--------------------------- */
.p-periodontal-sec02 .p-frame01 {
  background-color: #fff;
}
.p-periodontal-sec02 .p-frame01__list li:nth-child(odd) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-periodontal-sec02 .p-frame01__list li:nth-child(odd) {
    width: 100%;
  }
}
.p-periodontal-sec02 .p-frame01__list li:nth-child(even) {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-periodontal-sec02 .p-frame01__list li:nth-child(even) {
    width: 100%;
  }
}

/* --------------------------
求人のご案内
--------------------------- */
.p-recruit-block01 {
  display: grid;
  grid-template-columns: repeat(3, 152px);
  gap: 15px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-block01 {
grid-template-columns: repeat(2, 152px);
gap: 5px;
}
}
.p-recruit-block01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #338b9f;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
.p-recruit-block01 li {
height: 40px;
font-size: 14px;
}
}
.p-recruit-block01 li:nth-child(even) {
  background-color: #50a7ba;
}

.p-recruit .p-ol01__no::before {
  border-left: 3px dotted #cf9f8e;
}
.p-recruit .p-ol01__no > p {
  background-color: #b57873;
}
.p-recruit .p-ol01 .p-sub-heading01 {
  color: #b57873;
  border-bottom: 1px solid #b57873;
}

.p-recruit-banner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.p-recruit-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100px;
  border: solid 1px #cf9f8e;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #cf9f8e;
}
@media screen and (max-width: 767px) {
.p-recruit-banner a {
font-size: 18px;
}
}
.p-recruit-banner a.tel {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-recruit-banner a.tel {
font-size: 32px;
  }
}

/* --------------------------
医院案内
--------------------------- */
.p-clinic-sec03__address {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 25px;
  padding: 0 25px 20px;
  background: url("../img/location_pin.svg") no-repeat 2% 5px;
  background-size: 14px auto;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.75px;
  text-align: center;
  border-bottom: 1px solid #9cc4cd;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec03__address {
    padding: 20px 0px 20px;
    background-position: 50% 0;
  }
}
.p-clinic-sec03__train {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
  padding: 0 25px 0px;
}
.p-clinic-sec03__parking {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0px;
  padding: 0 25px 20px;
  border-bottom: 1px solid #9cc4cd;
}
.p-clinic-sec03__map {
  margin-bottom: 80px;
  text-align: center;
}
.p-clinic-sec03__map iframe {
  width: 100%;
}
.p-clinic-sec03__youtube-wrap {
  text-align: center;
}
.p-clinic-sec03__youtube-title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
}
.p-clinic-sec03__youtube iframe {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-clinic-sec03__youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

main.preload .fadeInUp, main.preload .blur {
	opacity: 0 !important;
}
