@charset "UTF-8";

:where(.p-front) {
  position: relative;
  line-height: 1.6;
  overflow: hidden;
}

.p-front-mv {
  position: relative;
  height: 725px;
  margin-top: 132px;
}

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

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

.p-front-mv__logo {
  position: relative;
  top: -80px;
  width: 1490px;
  max-width: 100%;
  margin: auto;
  padding: 0 25px;
}

.p-front-mv__logo img {
  position: relative;
  z-index: 800;
}

@media screen and (max-width: 1090px) {
  .p-front-mv__logo {
    display: none;
  }
}

.p-front-mv__img-outer {
  overflow: hidden;
}

.p-front-mv__img-wrap {
  position: absolute;
  inset: 0px auto 0 calc(50% - 468px);
  width: 1518px;
  height: 725px;
  margin: auto;
  background-color: #fff;
  border-top-left-radius: 300px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 1090px) {
  .p-front-mv__img-wrap {
    inset: 0px 0 0 auto;
    width: 90%;
    height: 725px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__img-wrap {
    position: relative;
    inset: 0px 0px 0 20px;
    width: calc(100% - 20px);
    height: 480px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 100px;
  }
}

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

.p-front-mv__content {
  position: relative;
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 25px 0 25px;
  z-index: 2;
}

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

.p-front-mv__title {
  position: relative;
  width: 1416px;
  max-width: 100%;
  margin: auto;
  padding: 65px 25px 0 25px;
  margin-bottom: 151px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.12;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    margin-bottom: 50px;
    padding: 35px 25px 0 25px;
    font-size: 17px;
  }
}

.p-front-mv__banner-outer {
  position: relative;
}

.p-front-mv__banner-wrap {
  position: absolute;
  inset: auto 0 90px 0;
  width: 1250px;
  margin: auto;
  padding: 0 25px;
  z-index: 5;
}

@media screen and (max-width: 1090px) {
  .p-front-mv__banner-wrap {
    inset: auto 0 215px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner-wrap {
    position: relative;
    inset: 0;
    width: 100%;
  }
}

.p-front-mv__banner-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  left: 50px;
  width: 572px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner-inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
    flex-direction: column-reverse;
    height: 186px;
    margin-bottom: 85px;
  }
}

.p-front-mv__banner02 {
  width: 275px;
  height: 86px;
  margin: 0 21px 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner01 {
    position: absolute;
    top: 100px;
    left: 0;
  }
}

.p-front-mv__banner01 {
  width: 275px;
  height: 86px;
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__banner02 {
    position: absolute;
    top: 0px;
    right: 0;
  }
}

.p-front-mv-scroll {
  position: absolute;
  left: 76px;
  bottom: -66px;
  z-index: 10;
}

@media screen and (max-width: 1250px) {
  .p-front-mv-scroll {
    left: 30px;
  }
}

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

.p-front-mv-scroll__link {
  display: block;
  width: 16px;
  height: 289px;
  line-height: 1;
  transition: 0.3s ease;
}

.p-front-mv-scroll__link:hover {
  transform: translateY(8px);
}

.p-front-news {
  position: absolute;
  inset: auto -2px 94px 0;
  display: flex;
  justify-content: flex-end;
  width: 2100px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .p-front-news {
    inset: auto -2px 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news {
    position: relative;
    inset: auto;
    padding: 0 20px;
  }
}

.p-front-news__inner {
  width: 44%;
  min-height: 140px;
  padding: 20px 25px 20px 0;
  background-color: #fff;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  z-index: 5;
}

@media screen and (max-width: 1090px) {
  .p-front-news__inner {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news__inner {
    width: 100%;
    padding: 40px 20px 19px;
    border-radius: 20px;
    background-color: #f2f7fa;
  }
}

.p-front-news-block01 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 0;
  bottom: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

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

.p-front-news-block01__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

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

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

.p-front-news-block01__left-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-front-news-block01__title {
  position: relative;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 700;
  color: #000;
  position: relative;
  left: 10px;
}

.p-front-news-block01__title::after {
  content: "●";
  position: absolute;
  top: 1px;
  right: -12px;
  width: 0;
  height: 0;
  margin: auto;
  color: #fff065;
}

.p-front-news-block01__right {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  top: 2px;
  padding: 0px 0 5px 34px;
  line-height: 1.6;
}

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

.p-front-news-block01__btn {
  padding: 0px 0 0 20px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn {
    padding-top: 20px;
    width: 100%;
    text-align: right;
  }
}

.p-front-news-block01__btn>a {
  width: 130px;
  font-size: 13px;
}

.p-front-post-list {
  flex: 1;
  padding-top: 10px;
}

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

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

.p-front-post-list__info {
  position: relative;
  top: -1px;
  width: 112px;
}

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

.p-front-post-list__time {
  width: 90px;
  opacity: 0.27;
  font-family: "dinr_B", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.p-front-post-list__title {
  width: calc(100% - 112px);
}

@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 1em;
  }
}

.p-front-post-list__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  top: 1px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.25px;
  color: #000;
}

/* sec01 */
.p-front-sec01 {
  position: relative;
  padding: 160px 0 120px 0;
}

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

.p-front-sec01::before {
  content: "";
  position: absolute;
  top: var(--top01);
  right: calc(50% + 100px);
  width: 914px;
  height: 972px;
  background: url("../img//front/sec01-dog.webp") no-repeat 50% 50%;
  background-size: cover;
  opacity: var(--alpha01);
}

@media screen and (max-width: 767px) {
  .p-front-sec01::before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 360px;
    height: 533px;
  }
}

.p-front-sec01-block01 {
  position: relative;
  justify-content: flex-end;
}

.p-front-sec01-block01__content {
  width: 540px;
  max-width: 50%;
}

@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__content {
    max-width: 60%;
  }
}

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

.p-front-sec01-block01__title {
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: left;
  color: #131212;
}

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

.p-front-sec01-block01__text {
  margin-bottom: 30px;
}

.p-front-sec01-block01__text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.38;
  letter-spacing: 0.1em;
  text-align: justify;
}

/* medical */
.p-front-medical {
  position: relative;
  padding: 120px 0 100px 0;
  z-index: 2;
  background: url("../img//front/sec02-bg01.webp") no-repeat calc(50% - 50px) 0%;
  background-size: 1096px auto;
}

@media screen and (max-width: 767px) {
  .p-front-medical {
    margin: 0px 0 0 0;
    padding: 20px 0 145px 0;
    z-index: 3;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical::before {
    content: "";
    position: absolute;
    inset: -180px -327px auto auto;
    width: 1191px;
    height: 868px;
    margin: auto;
    background: url("../img//front/sec02-bg01-sp.png") no-repeat 0% 0px;
    background-size: cover;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical::after {
    content: "";
    position: absolute;
    inset: auto -300px 0 auto;
    width: 1187px;
    height: 902px;
    margin: auto;
    background: url("../img//front/sec02-bg02-sp.png") no-repeat 0% 0px;
    background-size: cover;
    z-index: -1;
  }
}

.p-front-medical__inner {
  width: 690px;
  max-width: 100%;
  margin: auto;
}

.p-front-medical-block01 {
  gap: 28px;
  margin-bottom: 25px;
}

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

.p-front-medical-block01__item {
  width: calc(50% - 14px);
  min-height: 260px;
  padding-top: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding: 25px 20px 25px 30px;
    border-radius: 25px;
  }
}

.p-front-medical-block01__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__img {
    padding-top: 30px;
    height: 130px;
  }
}

.p-front-medical-heading {
  position: relative;
  text-align: center;
  padding: 0 0 0px 0;
}

.p-front-medical-heading__textBig {
  position: relative;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.28;
  text-align: center;
  color: #0f0f0f;
}

@media screen and (max-width: 767px) {
  .p-front-medical-heading__textBig {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }
}

.p-front-medical-heading__textBig--pt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.p-front-medical-heading__textSmall {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: "segoe", serif;
  color: #e0b884;
  line-height: 1.07;
}

@media screen and (max-width: 767px) {
  .p-front-medical-heading__textSmall {
    text-align: left;
  }
}

.p-front-medical-heading__textSmall--pt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.p-front-medical-block02 {
  gap: 23px;
  margin-bottom: 55px;
}

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

.p-front-medical-block02__item {
  width: calc(25% - 17.25px);
  min-height: 131px;
  padding-top: 17px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__item {
    width: calc(50% - 11.5px);
    border-radius: 25px;
  }
}

.p-front-medical-block02__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.p-front-medical-block03__title {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #2e7ab2;
}

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

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

/* トリミング */
.p-front-trimming {
  position: relative;
  padding: 50px 0 120px 0;
}

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

.p-front-trimming::before {
  content: "";
  position: absolute;
  top: var(--top02);
  left: calc(50% - 145px);
  width: 796px;
  height: 791px;
  background: url("../img//front/trim-dog.webp") no-repeat 50% 50%;
  background-size: cover;
  opacity: var(--alpha02);
}

@media screen and (max-width: 767px) {
  .p-front-trimming::before {
    inset: 100px -50px auto auto;
    width: 590px;
    height: 675px;
    margin: auto;
    background: url("../img//front/trim-dog-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-trimming__heading {
  text-align: left;
}

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

.p-front-trimming__heading h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-trimming__heading h2 {
    text-align: right;
  }
}

.p-front-trimming__heading p {
  position: relative;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .p-front-trimming__heading p {
    left: 0;
  }
}

.p-front-trimming-block01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-trimming-block01__inner {
    margin: 90px 0 0 0;
    padding: 0 20px;
  }
}

.p-front-trimming-block01__content {
  position: relative;
  width: 492px;
  max-width: 50%;
  z-index: 2;
}

@media screen and (max-width: 1090px) {
  .p-front-trimming-block01__content {
    max-width: 60%;
  }
}

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

.p-front-trimming-block01__title {
  margin-bottom: 45px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: left;
  color: #131212;
}

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

.p-front-trimming-block01__text {
  margin-bottom: 40px;
}

.p-front-trimming-block01__text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.38;
  letter-spacing: 0.1em;
  text-align: justify;
}

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

.p-front-trimming-block02 {
  position: relative;
  bottom: 50px;
  left: 150px;
  width: 330px;
  height: 288px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-front-trimming-block02 {
    left: 0;
    margin: 490px auto 0 auto;
    height: 252px;
  }
}

.p-front-trimming-block02::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 330px;
  height: 290px;
  background: url("../img//front/trim-icon-bg01.png") no-repeat 0% 0;
  background-size: cover;
}

.p-front-trimming-block02__item {
  position: relative;
  z-index: 2;
}

.p-front-trimming-block02__title {
  margin: 8px 0 8px 0;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 2.13;
  letter-spacing: 1.5px;
  color: #2e7ab2;
}

/* クリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 150px 0 120px 0;
  overflow-x: hidden;
}

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

.p-front-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
}

@media screen and (max-width: 767px) {
  .p-front-feature::before {
    background-position: 18% 0;
  }
}

.p-front-feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg02.png") no-repeat 50% 100%;
  background-size: 3500px auto;
}

@media screen and (max-width: 767px) {
  .p-front-feature::after {
    background-position: 70% 0;
  }
}

.p-front-feature__inner {
  position: relative;
  z-index: 2;
  background-color: #f5f9fd;
}

.p-front-feature__heading::after {
  content: "";
  position: absolute;
  top: -13px;
  left: calc(50% - 346px);
  width: 560px;
  height: 124px;
  background: url("../img//front/feature-title.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-feature__heading::after {
    top: 106px;
    left: calc(50% - 67px);
  }
}

.p-front-feature-block01 {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}

.p-front-feature-block01::after {
  content: "";
  clear: both;
  display: block;
}

.p-front-feature-block01__item01 {
  float: left;
  position: relative;
  width: 540px;
  max-width: 100%;
  margin-bottom: 0px;
  background: url("../img//front/clinic-feature01-bg.webp") no-repeat 50% 50%;
  background-size: 502px auto;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item01 {
    max-width: 100%;
    background-position: 115% 45%;
    margin-bottom: 40px;
  }
}

.p-front-feature-block01__item01 .p-front-feature-block01__img {
  position: relative;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item01 .p-front-feature-block01__img {
    left: -20px;
    width: 260px;
  }
}

.p-front-feature-block01__item01 .p-front-feature-block01__no {
  position: absolute;
  top: 230px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item01 .p-front-feature-block01__no {
    top: 17px;
    right: auto;
    left: 216px;
  }
}

.p-front-feature-block01__item01 .p-front-feature-block01__title {
  margin: 25px 0 20px 100px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item01 .p-front-feature-block01__title {
    margin: 0;
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
}

.p-front-feature-block01__item01 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 0 0 100px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item01 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__item02 {
  float: right;
  position: relative;
  width: 524px;
  margin: 130px 0 50px 0;
  background: url("../img//front/clinic-feature02-bg.webp") no-repeat 50% 50%;
  background-size: 496px auto;
}

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

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item02 {
    max-width: 100%;
    background-position: -57% 45%;
    margin-bottom: 40px;
  }
}

.p-front-feature-block01__item02 .p-front-feature-block01__img {
  position: relative;
  right: 0;
  text-align: right;
}

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

  .p-front-feature-block01__item02 .p-front-feature-block01__img img {
    width: 260px;
  }
}

.p-front-feature-block01__item02 .p-front-feature-block01__no {
  position: absolute;
  top: 200px;
  left: 35px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item02 .p-front-feature-block01__no {
    top: 136px;
    left: auto;
    right: 195px;
  }
}

.p-front-feature-block01__item02 .p-front-feature-block01__title {
  margin: 25px 0 20px 55px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item02 .p-front-feature-block01__title {
    margin: 0;
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
}

.p-front-feature-block01__item02 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 0 0 55px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item02 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0px 0 0 0px;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__item03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  position: relative;
  margin-left: 20px;
  width: 920px;
  margin-bottom: 50px;
  background: url("../img//front/clinic-feature03-bg.webp") no-repeat 100px 20px;
  background-size: 503px auto;
  top: -30px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__item03 {
    max-width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item03 {
    max-width: 100%;
    background-position: 115% 20%;
    margin-bottom: 40px;
    top: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__img {
    left: -20px;
    width: 260px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__content {
    width: 50%;
  }
}

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

.p-front-feature-block01__item03 .p-front-feature-block01__no {
  position: relative;
  top: 0px;
  left: 36px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__no {
    position: absolute;
    top: -237px;
    left: 187px;
  }
}

.p-front-feature-block01__item03 .p-front-feature-block01__title {
  margin: 25px 0 20px 55px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__title {
    margin: 25px 0 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__title {
    margin: 0;
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
}

.p-front-feature-block01__item03 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 0 0 55px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0px 0 20px 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item03 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__item04 {
  float: right;
  position: relative;
  width: 455px;
  margin: 0px 0 50px 0;
  background: url("../img//front/clinic-feature04-bg.webp") no-repeat 100% 0%;
  background-size: 397px auto;
  top: -160px;
}

@media screen and (max-width: 1250px) {
  .p-front-feature-block01__item04 {
    margin: 0px 0 0px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item04 {
    position: relative;
    max-width: 100%;
    background-position: -180% 45%;
    margin-bottom: 40px;
    top: 0;
  }
}

.p-front-feature-block01__item04 .p-front-feature-block01__img {
  position: relative;
  right: 0;
  text-align: right;
}

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

  .p-front-feature-block01__item04 .p-front-feature-block01__img img {
    width: 260px;
  }
}

.p-front-feature-block01__item04 .p-front-feature-block01__no {
  position: absolute;
  top: -72px;
  right: 62px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item04 .p-front-feature-block01__no {
    top: 136px;
    left: auto;
    right: 195px;
  }
}

.p-front-feature-block01__item04 .p-front-feature-block01__title {
  margin: 80px 50px 20px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item04 .p-front-feature-block01__title {
    margin: 0;
    padding: 50px 20px 20px 40px;
    font-size: 20px;
    text-align: left;
  }
}

.p-front-feature-block01__item04 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 50px 15px 0px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item04 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0px 0 0 0px;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__item05 {
  float: left;
  position: relative;
  width: 673px;
  margin: 25px 0 50px 0;
  background: url("../img//front/clinic-feature05-bg.webp") no-repeat 0% 50%;
  background-size: 506px auto;
}

@media screen and (max-width: 1250px) {
  .p-front-feature-block01__item05 {
    margin: 0px 0 0px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item05 {
    max-width: 100%;
    background-position: 115% 45%;
    margin-bottom: 40px;
  }
}

.p-front-feature-block01__item05 .p-front-feature-block01__img {
  position: relative;
  right: 0;
  margin-bottom: -70px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item05 .p-front-feature-block01__img {
    left: -20px;
    width: 260px;
    margin: 0;
  }
}

.p-front-feature-block01__item05 .p-front-feature-block01__no {
  position: absolute;
  top: 106px;
  left: 94px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item05 .p-front-feature-block01__no {
    top: 28px;
    right: auto;
    left: 216px;
  }
}

.p-front-feature-block01__item05 .p-front-feature-block01__title {
  margin: 0px 0 34px 89px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item05 .p-front-feature-block01__title {
    margin: 0;
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
}

.p-front-feature-block01__item05 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 0 0 89px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item05 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__item06 {
  float: left;
  position: relative;
  width: 670px;
  margin: -280px 0 50px 268px;
  background: url("../img//front/clinic-feature06-bg.webp") no-repeat 100% 40%;
  background-size: 490px auto;
}

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

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item06 {
    max-width: 100%;
    background-position: -57% 45%;
    margin-bottom: 40px;
  }
}

.p-front-feature-block01__item06 .p-front-feature-block01__img {
  position: relative;
  right: 0;
  margin-bottom: 20px;
  text-align: right;
}

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

  .p-front-feature-block01__item06 .p-front-feature-block01__img img {
    width: 260px;
  }
}

.p-front-feature-block01__item06 .p-front-feature-block01__no {
  position: absolute;
  top: 227px;
  left: 145px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item06 .p-front-feature-block01__no {
    top: 136px;
    left: auto;
    right: 195px;
  }
}

.p-front-feature-block01__item06 .p-front-feature-block01__title {
  margin: 0px 0 20px 12px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item06 .p-front-feature-block01__title {
    margin: 0;
    padding: 25px 20px 20px 40px;
    font-size: 20px;
  }
}

.p-front-feature-block01__item06 .p-front-feature-block01__text {
  width: 420px;
  margin: 0px 0 0 12px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__item06 .p-front-feature-block01__text {
    max-width: 100%;
    margin: 0px 0 0 0px;
    padding: 0px 20px 0 40px;
  }
}

.p-front-feature-block01__no {
  width: 122px;
  height: 120px;
  padding-top: 22px;
  background: url("../img//front/clinic-feature-num-bg.png") no-repeat 50% 50%;
  background-size: 122px auto;
  font-family: "dinr_M", sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.p-front-feature-block01__no-text {
  display: block;
  margin-bottom: 10px;
  font-family: "segoe", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.p-front-feature-block01__title {
  margin-bottom: 25px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #252929;
}

.p-front-feature-block01__text {
  line-height: 2.38;
  letter-spacing: 1.6px;
}

.p-front-feature-block02 {
  position: absolute;
  right: 0;
  bottom: 270px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02 {
    position: relative;
    margin-top: 45px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ご挨拶 */
.p-front-greeting {
  position: relative;
  padding: 120px 0 140px 0;
}

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

.p-front-greeting-block01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01 {
    padding-top: 0px;
    margin: 0 -25px;
  }
}

.p-front-greeting-block01__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 724px;
  height: 783px;
}

@media screen and (max-width: 1250px) {
  .p-front-greeting-block01__img {
    width: 585px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-greeting-block01__img {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__img {
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .p-front-greeting-block01__img img {
    position: relative;
    width: 130%;
    right: -39px;
    max-width: 130%;
  }
}

.p-front-greeting-block01__content {
  position: relative;
  width: 50%;
  margin: 0 0 0 50%;
  z-index: 2;
}

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

.p-front-greeting-block01__lead {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.47em;
  color: #626262;
}

.p-front-greeting-block01__name {
  font-size: 30px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #252929;
}

.p-front-greeting-block01__name-en {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  font-family: "segoe", serif;
  letter-spacing: 0em;
  color: #7bafd4;
}

.p-front-greeting-block01__text {
  font-size: 16px;
  line-height: 2.38;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 診療時間 */
.p-front-time {
  padding: 100px 0 50px 0;
}

.p-front-time-block01 {
  align-items: center;
  padding-right: 40px;
}

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

  .p-front-time-block01 {
    padding-right: 0px;
  }
}

.p-front-time-block01__head {
  flex: 1;
}

@media screen and (max-width: 1090px) {
  .p-front-time-block01__head {
    flex: auto;
    width: 100%;
  }
}

.p-front-time-block01__body {
  position: relative;
  width: 620px;
  max-width: 100%;
}

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

.p-front-time-block01__body::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -30px;
  width: 780px;
  height: 598px;
  background: url("../img//front/time-table-bg01.webp") no-repeat 0% 0;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-time-block01__body::before {
    bottom: auto;
    top: -93px;
    right: -48px;
    width: 502px;
    height: 460px;
  }
}

.p-front-time-table01 {
  width: 100%;
}

.p-front-time-table01__inner {
  margin-bottom: 10px;
  padding: 30px 65px 30px 70px;
  border-radius: 95px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01__inner {
    margin-bottom: 25px;
    padding: 15px 10px 15px 10px;
    border-radius: 20px;
  }
}

.p-front-time-table01 table {
  width: 100%;
  margin: 0 0 0 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

.p-front-time-table01 table th {
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01 table th {
    padding: 10px 0px;
    line-height: 1.7;
    font-size: 14px;
  }
}

.p-front-time-table01 table th .p-table01-time {
  position: relative;
  top: -3px;
  margin-right: 10px;
  padding: 0 5px 2px 5px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  background-color: #e0d184;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01 table th .p-table01-time {
    margin-right: 0px;
  }
}

.p-front-time-table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01 table td {
    padding: 0 5px;
    font-size: 13px;
  }
}

.p-front-time-table01 table .p-table01-first {
  padding: 0 10px 0 15px;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01 table .p-table01-first {
    padding: 0 6px 0 10px;
    font-size: 14px;
    font-weight: 700;
  }
}

.p-front-time-table01 table thead td {
  font-weight: bold;
  font-size: 16px;
}

.p-front-time-table01 table tbody td {
  font-weight: bold;
  font-size: 15px;
  color: #cfbf64;
}

.p-front-time-table01 table tbody tr:last-child th,
.p-front-time-table01 table tbody tr:last-child td {
  border-bottom: none;
}

.p-front-time-table01__memo01 {
  margin: 0 0 30px 74px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #252929;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01__memo01 {
    margin: 0 0 30px 0px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.p-front-time-table01__memo02 {
  width: 510px;
  max-width: 100%;
  margin: 0 0 0px 74px;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01__memo02 {
    margin: 0 0 0px 0px;
  }
}

.p-front-time-table01__memo02 li::marker {
  color: #fff065;
}

.p-front-time-table01__memo02 li {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-front-time-table01__memo02 li {
    margin-bottom: 20px;
    line-height: 1.88;
  }
}

/* 担当医スケジュール */
.p-front-schedule {
  padding: 100px 0 300px 0;
}

.p-front-schedule__content {
  position: relative;
}

.p-front-schedule__content::before {
  content: "";
  position: absolute;
  top: 177px;
  left: 59px;
  width: 686px;
  height: 534px;
  background: url("../img//front/schedule-bg01.webp") no-repeat 0% 0;
  background-size: cover;
  z-index: -1;
}

.p-front-schedule__content iframe {
  display: block;
  margin: 0 auto;
  border-radius: ;
}

@media screen and (max-width: 767px) {
  .p-front-schedule__content::before {
    top: -20px;
    left: -50px;
    width: 730px;
    height: 663px;
    background: url("../img//front/schedule-bg01.webp") no-repeat 0% 0;
    background-size: cover;
  }

  .p-front-schedule {
    padding: 100px 0 200px 0;
  }
}

/* --------------------------
診療案内
--------------------------- */
.p-medical-general {
  padding: 0 0 130px 0;
}

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

.p-medical-general__memo {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #7b7b7b;
}

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

.p-medical-generalc-block01 p {
  line-height: 2.53;
}

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

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

.p-medical-generalc-block02::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 90px;
  width: 230px;
  height: 396px;
  background: url("../img//medical/sec01-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

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

.p-medical-generalc-block02__title {
  position: relative;
  margin-bottom: 55px;
  padding-left: 50px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e7ab2;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-medical-generalc-block02__title {
    padding-left: 0px;
    font-size: 20px;
  }
}

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

.p-medical-list01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 600px;
  list-style-type: none;
  margin: 0;
  padding: 0 30px 0 0;
  gap: 15px;
}

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

.p-medical-list01::before {
  content: "";
  position: absolute;
  inset: -235px -32px auto auto;
  width: 734px;
  height: 675px;
  background: url("../img//medical/list-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-medical-list01::before {
    inset: -207px -360px auto auto;
    width: 1022px;
    height: 979px;
    background: url("../img//medical/list-bg01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }

  .p-medical-list02::before {
    background: url("../img//medical/list-bg02-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-medical-list01>li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 128px;
  height: 128px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: 1.4;
  text-align: center;
  color: #2e7ab2;
  z-index: 1;
}

.p-medical-list01>li::before {
  content: "";
  position: absolute;
  inset: 0px 0 0 -22.5px;
  width: 173px;
  height: 173px;
  margin: auto;
  background: url("../img//medical/list-item-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

.p-medical-frame01 {
  position: relative;
  padding: 90px 30px 60px 80px;
  border-radius: 30px;
  border: solid 5px #bfe4ff;
}

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

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

.p-medical-frame01__title {
  position: absolute;
  inset: -30px 0 0 0;
  width: 688px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  padding: 16px 10px 15px;
  border-radius: 30px;
  background-color: #bfe4ff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #2e7ab2;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-medical-frame01__title {
    inset: -48px 0 0 0;
    height: 85px;
    font-size: 16px;
  }
}

.p-medical-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

.p-medical-frame01__list li {
  width: 33.3%;
  margin-bottom: 25px;
  padding: 0 20px 0 33px;
  background: url("../img/icon-check.png") no-repeat 0% calc(50% - 1px);
  background-size: 22.5px auto;
}

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

.p-medical-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-medical-frame01__text01 {
    padding: 0 0 0 42px;
  }
}

.p-medical-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: "dinr_B", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

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

/* 外科手術 */
.p-medical-treatment {
  position: relative;
  padding: 150px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .p-medical-treatment {
    overflow: hidden;
  }

  .p-medical-treatment {
    position: relative;
    padding: 150px 0 180px 0;
  }
}

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

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

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

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

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

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

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

/* 再生医療 */
.p-medical-regenerarive {
  position: relative;
  padding: 130px 0 100px 0;
}

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

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

@media screen and (max-width: 767px) {
  .p-medical-regenerarive-block01 figure {
    text-align: center;
  }

  .p-medical-regenerarive-block01 figure img {
    width: 200px;
    max-width: 100%;
  }
}

/* セカンドオピニオン */
.p-medical-second {
  position: relative;
  padding: 120px 0 20px 0;
}

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

.p-medical-list02 {
  display: flex;
  flex-wrap: wrap;
}

.p-medical-list02__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #bfe4ff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-medical-list02__head {
    width: 100%;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    font-size: 16px;
  }
}

.p-medical-list02__head--pt2 {
  background-color: #fee5bf;
  color: #f5ab00;
}

.p-medical-list02__body {
  flex: 1;
  padding: 40px 60px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 5px #bfe4ff;
}

@media screen and (max-width: 767px) {
  .p-medical-list02__body {
    padding: 20px 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
  }
}

.p-medical-list02__body--pt2 {
  border: solid 5px #FEE5BF;
}

.p-medical-list02__list {
  display: flex;
  flex-wrap: wrap;
}

.p-medical-list02__list li {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 20px;
}

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

.p-medical-list02__list li::marker {
  color: #2e7ab2;
}

.p-medical-list02__list--pt2 li::marker {
  color: #f5ab00;
}

.p-medical-list03 {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 20px 25px 55px;
  border-radius: 10px;
  background-color: #f0f9ff;
}

@media screen and (max-width: 1090px) {
  .p-medical-list03 {
    padding: 28px 20px 25px 40px;
  }
}

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

.p-medical-list03 li {
  width: 50%;
  margin-bottom: 6px;
  padding-right: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

.p-medical-list03 li::marker {
  color: #2e7ab2;
}

.p-medical-list03--pt2 {
  border-radius: 12px;
  padding: 70px 100px 50px 100px;
}

@media screen and (max-width: 1090px) {
  .p-medical-list03--pt2 {
    padding: 70px 40px 50px 40px;
  }
}

@media screen and (max-width: 1090px) {
  .p-medical-list03--pt2 {
    padding: 30px 20px 30px 40px;
  }
}

.p-medical-list03--pt2 li {
  margin-bottom: 15px;
}

/* 不妊手術 */
.p-medical-sterilization {
  position: relative;
  padding: 130px 0 100px 0;
}

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

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

.p-medical-sterilization::after {
  content: "";
  position: absolute;
  inset: 130px 0 auto calc(50% + 270px);
  width: 192px;
  height: 246px;
  margin: auto;
  background: url("../img//medical/surgery_illust01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 1090px) {
  .p-medical-sterilization::after {
    inset: 130px 0 auto calc(50% + 180px);
  }
}

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

.p-medical-sterilization-block01__title {
  margin-bottom: 14px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2e7ab2;
}

/* 各種ワクチン */
.p-medical-vaccine {
  position: relative;
  padding: 160px 0 60px 0;
}

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

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

.p-medical-list04 {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 43px 29px 48px;
  border-radius: 20px;
  background-color: #e7f5ff;
}

.p-medical-list04 dt {
  line-height: 1.4;
}





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

.p-medical-list04 dt {
  display: flex;
  align-items: center;
  width: 240px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-medical-list04 dt {
    width: 100%;
    padding: 20px 0 0 0;
    border-bottom: none;
  }
}

.p-medical-list04 dt:last-of-type {
  border-bottom: none;
}

.p-medical-list04 dd {
  width: calc(100% - 240px);
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}

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

.p-medical-list04 dd:last-of-type {
  border-bottom: none;
}

/* 健康診断 */
.p-medical-check {
  position: relative;
  padding: 160px 0 120px 0;
}

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

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

.p-medical-check__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2e7ab2;
  text-align: center;
}

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

/* 他院へのご紹介 */
.p-medical-intro {
  position: relative;
  padding: 160px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .p-medical-intro {
    position: relative;
    padding: 150px 0 1px 0;
  }
}

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

/* --------------------------
腎泌尿器科
--------------------------- */
/* 腎泌尿器科とは */
.p-urology-about {
  padding: 0px 0 70px 0;
}

.p-urology-about-block01 {
  position: relative;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .p-urology-about-block01 {
    padding-bottom: 190px;
  }

  .p-urology-about {
    padding: 150px 0 100px 0;
  }
}

.p-urology-about-block01::before {
  content: "";
  position: absolute;
  inset: auto 0 -15px auto;
  width: 255px;
  height: 195px;
  margin: auto;
  background: url("../img//urology/about-illust01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

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

.p-urology-frame01 {
  position: relative;
  padding: 0;
  border-radius: 30px;
  border: solid 5px #bfe4ff;
}

.p-urology-frame01__title {
  position: absolute;
  inset: -30px 0 0 0;
  width: 335px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  padding: 16px 10px 15px;
  border-radius: 30px;
  background-color: #bfe4ff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #2e7ab2;
  line-height: 1.4;
}

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

.p-urology-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 90px 30px 60px 80px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

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

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

.p-urology-frame01__list li {
  width: 33.3%;
  margin-bottom: 25px;
  padding: 0 20px 0 33px;
  background: url("../img/icon-check.png") no-repeat 0% calc(50% - 1px);
  background-size: 22.5px auto;
}

@media screen and (max-width: 767px) {
  .p-urology-frame01__list li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px 0 33px;
  }
}

.p-urology-frame01__memo {
  margin: 0 -5px;
  padding: 23px 10px 18px;
  background-color: #bfe4ff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-urology-frame01__memo {
    font-size: 14.5px;
    text-align: left;
    line-height: 1.8;
  }
}

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

.p-urology-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: "dinr_B", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

/* 検査 */
.p-urology-exam {
  position: relative;
  padding: 160px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-urology-exam {
    padding: 160px 0 20px 0;
  }
}

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

/* 腎泌尿器の病気・疾患について */
.p-urology-example {
  position: relative;
  padding: 160px 0 160px 0;
}

@media screen and (max-width: 767px) {
  .p-urology-example {
    position: relative;
    padding: 160px 0 50px 0;
  }
}

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

.p-urology-example__bg01 {
  position: relative;
}

.p-urology-example__bg01::before {
  content: "";
  position: absolute;
  inset: -170px 40px auto auto;
  width: 199px;
  height: 207px;
  margin: auto;
  background: url("../img/urology/disease-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-urology-example__bg01::before {
    inset: -117px -3px auto auto;
    width: 117px;
    height: 122px;
  }
}

.p-urology-example__bg02 {
  position: relative;
}

.p-urology-example__bg02::before {
  content: "";
  position: absolute;
  inset: auto 40px -240px auto;
  width: 192px;
  height: 214px;
  margin: auto;
  background: url("../img/urology/disease-illust02.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-urology-example__bg02::before {
    /* inset: -138px 15px auto auto; */
    width: 127px;
    height: 146px;
    bottom: -131px;
  }
}

/* 腎泌尿器の病気・疾患について */
.p-urology-treatment {
  position: relative;
  padding: 200px 0 10px 0;
}

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

/* --------------------------
医院案内
--------------------------- */
/* 院内紹介 */
.p-clinic-facility {
  padding: 0 0 120px 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-facility {
    padding: 150px 0 50px 0;
  }
}

.p-clinic-facility-block01 {
  gap: 50px 50px;
  justify-content: center;
}

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

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

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

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

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

.p-clinic-facility-block01__img img {
  border-radius: 10px;
}

.p-clinic-facility-block01 figcaption {
  padding: 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #252929;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01 figcaption {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}

.p-clinic-intro {
  position: relative;
  padding: 160px 0 120px 0;
}

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

.p-clinic-intro-block01 {
  gap: 80px 64px;
}

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

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

  .p-clinic-intro {
    position: relative;
    padding: 160px 0 80px 0;
  }
}

.p-clinic-intro-block01__item {
  width: calc(33.3% - 42.6px);
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .p-clinic-intro-block01__item {
    width: calc(50% - 10px);
  }
}

.p-clinic-intro-block01__img img {
  border-radius: 10px;
}

.p-clinic-intro-block01__title {
  padding: 25px 0 20px 0;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #252929;
}

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

.p-clinic-intro-block01__text {
  text-align: left;
}

/* 医師紹介 */
.p-clinic-doctors {
  position: relative;
  padding: 160px 0 100px 0;
}

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

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

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

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

  .p-clinic-doctors-block01__left img {
    width: 140%;
    max-width: 140%;
    height: 140%;
    position: relative;
    left: -20%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1.1;
  }
}

.p-clinic-doctors-block01__left--01 {
  padding-right: 30px;
}

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

.p-clinic-doctors-block01__left--02 {
  padding-left: 30px;
}

.p-clinic-doctors-block01__right {
  width: 50%;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

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

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

.p-clinic-doctors-block01__name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #252929;
}

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

.p-clinic-doctors-block01__name-en {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  font-family: "segoe", serif;
  letter-spacing: 0em;
  color: #7bafd4;
}

@media screen and (max-width: 767px) {
  .p-clinic-doctors-block01__name-en {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

.p-clinic-doctors-block01__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.38;
}

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

.p-clinic-doctors-block01__career {
  position: relative;
  padding: 0 0 5px 26px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #707070;
}

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

.p-clinic-doctors-block01__list {
  list-style-type: none;
  padding: 0;
  font-size: 13px;
}

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

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

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

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

.p-clinic-doctors-block02 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-clinic-doctors-block02 img {
    aspect-ratio: 1 / 1;
  }
}
.p-clinic-doctors-block03 {
  width: 1000px;
    gap: 0px 50px;
    justify-content: space-between;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 当院の感染症対策 */
.p-clinic-hygiene {
  position: relative;
  padding: 160px 0 100px 0;
}

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

.p-clinic-hygiene__list li {
  margin-bottom: 5px;
}

/* --------------------------
トリミング
--------------------------- */
/* 当院のトリミングの特徴 */
.p-trim-sec01 {
  padding: 0 0 100px 0;
}

.p-trim-sec01-block01__title {
  margin-bottom: 50px;
  font-size: 35px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block01__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .p-trim-sec01 {
    padding: 150px 0 50px 0;
  }
}

.p-trim-sec01-block02__title {
  margin-bottom: 35px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.91;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block02__title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.p-trim-sec01-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 38px 30px 20px 30px;
  border-radius: 20px;
  background-color: #e7f5ff;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block02__list {
    padding: 25px 20px 20px 20px;
  }
}

.p-trim-sec01-block02__list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block02__list li {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
  }
}

.p-trim-sec01-block02__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 100px;
  background-color: #fff065;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block02__list li::before {
    top: 5px;
    width: 18px;
    height: 18px;
  }
}

.p-trim-sec01-area02 {
  background: url("../img/trim/sec01-bg01.png") no-repeat 47% 35px;
  background-size: 733px auto;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-area02 {
    margin: 0 -25px;
    padding: 0 25px;
    background-position: 47% 0;
  }
}

.p-trim-sec01-area02__title {
  margin-bottom: 65px;
  padding-right: 70px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-area02__title {
    position: relative;
    margin-bottom: 50px;
    padding: 160px 0 0 0px;
    font-size: 20px;
  }
}

.p-trim-sec01-area02__title img {
  display: inline-block;
  position: relative;
  top: 30px;
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-area02__title img {
    position: absolute;
    inset: 0px 20px auto auto;
    margin: 0;
  }
}

.p-trim-sec01-block03__item {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .p-trim-sec01-block03__item {
    max-width: 100%;
    margin: auto;
  }
}

.p-trim-sec01-block03__img {
  margin-bottom: 15px;
}

.p-trim-sec01-block03__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2e7ab2;
}

.p-trim-sec01-block03__text {
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.1em;
  text-align: left;
}

/* トリミングギャラリー */
.p-trim-sec02 {
  position: relative;
  padding: 160px 0 100px 0;
}

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

.p-trim-sec02__imgs {
  margin-bottom: 45px;
}

.p-trim-sec02__imgs a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__imgs a img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin: 0 -25px;
  }

  .p-trim-sec02 {
    position: relative;
    padding: 160px 0 80px 0;
  }
}

.p-trim-sec02__lead {
  margin-bottom: 50px;
  text-align: center;
}

.p-trim-sec02__lead>p {
  display: inline-block;
  position: relative;
  margin: auto;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__lead>p {
    padding: 0 20px;
    font-size: 16px;
  }
}

.p-trim-sec02__lead>p::before {
  content: "";
  position: absolute;
  left: -55px;
  bottom: 0;
  width: 48px;
  height: 45px;
  background: url("../img/trim/sec01-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__lead>p::before {
    left: -9px;
    width: 21px;
    height: 33px;
  }
}

.p-trim-sec02__lead>p::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: 0;
  width: 48px;
  height: 45px;
  background: url("../img/trim/sec01-illust02.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__lead>p::after {
    right: -9px;
    width: 21px;
    height: 33px;
  }
}

.p-trim-sec02__insta {
  width: 626px;
  max-width: 100%;
  height: 155px;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
  background-image: linear-gradient(80deg, #fefa80 -8%, #fed37d 12%, #ff993f 51%, #ed4f6f 74%, #f832b1 98%, #c670ff 117%);
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__insta {
    height: 98px;
    padding: 4px;
    border-radius: 6px;
  }
}

.p-trim-sec02__insta>a {
  display: flex;
  align-items: center;
  height: 135px;
  padding: 31.6px 42.9px 30px 40.9px;
  background: url("../img/arrow-pink.png") no-repeat calc(100% - 40px) 50%;
  background-size: 32.5px;
  background-color: #fff;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__insta>a {
    height: 90px;
    padding: 20px 10px;
    background-position: calc(100% - 17px) 52%;
    background-size: 19px;
  }
}

.p-trim-sec02__insta>a>img {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__insta>a>img {
    width: 40px;
    margin-right: 10px;
  }
}

.p-trim-sec02__insta>a>span {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #ee546b;
}

@media screen and (max-width: 767px) {
  .p-trim-sec02__insta>a>span {
    font-size: 13px;
  }
}

.p-trim-sec02__insta>a:hover {
  opacity: 1;
  background-position: calc(100% - 35px) 50%;
}

/* ご予約 */
.p-trim-sec03 {
  position: relative;
  padding: 160px 0 150px 0;
}

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

.p-trim-sec03-block01 {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-trim-sec03-block01 {
    flex-wrap: wrap;
    gap: 20px;
  }

  .p-trim-sec03 {
    position: relative;
    padding: 160px 0 100px 0;
  }
}

.p-trim-sec03-block01__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 440px;
  max-width: 100%;
  height: 100px;
  padding: 15px 10px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.p-trim-sec03-block01__item::before {
  display: none;
}

.p-trim-sec03-block01__item--pt01 {
  background-color: #bfe4ff;
  color: #000 !important;
}

.p-trim-sec03-block01__item--pt01>span {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  font-family: "dinr_M", sans-serif;
}

.p-trim-sec03-block01__item--pt01>span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  background-color: #fff065;
}

/* よくある質問 */
.p-trim-sec04 {
  position: relative;
  padding: 150px 0 150px 0;
}

.p-trim-sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-trim-sec04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg02.png") no-repeat 50% 100%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-trim-sec04__inner {
  background-color: #f5f9fd;
}

.p-trim-frame01 {
  position: relative;
  padding: 0;
  border-radius: 30px;
  border: solid 5px #bfe4ff;
  background-color: #fff;
}

.p-trim-frame01__title {
  position: absolute;
  inset: -30px 0 0 0;
  width: 455px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto 0 auto;
  padding: 16px 10px 15px;
  border-radius: 30px;
  background-color: #bfe4ff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #2e7ab2;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-trim-frame01__title {
    inset: -44px 0 0 0;
    height: 77px;
    font-size: 16px;
  }

  .p-trim-sec04 {
    position: relative;
    padding: 150px 0 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-trim-frame01__title--pt2 {
    inset: -34px 0 0 0;
    height: 57px;
  }
}

.p-trim-frame01__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: number;
  margin: 0;
  padding: 90px 100px 60px 100px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1090px) {
  .p-trim-frame01__list {
    padding: 90px 40px 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-trim-frame01__list {
    padding: 50px 20px 40px 20px;
  }
}

.p-trim-frame01__list li {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0px 0 47px;
}

.p-trim-frame01__list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  padding-top: 4px;
  background-color: #66a5d4;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

/* ペットホテル */
.p-trim-sec05 {
  padding: 100px 0 50px 0;
}

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

/* --------------------------
求人
--------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-sec01-block01 figure img {
    position: relative;
    left: -50px;
    width: 110%;
    max-width: 110%;
  }
}

.p-recruit-sec01-area01 {
  position: relative;
  padding: 60px 0 0px 0;
  background: url("../img/recruit/sec01-bg01.png") no-repeat 0% 130%;
  background-size: 916px auto;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec01-area01 {
    background: none;
    overflow: hidden;
    margin: 0 -25px;
    padding: 60px 25px 0 25px;
  }
}

.p-recruit-sec01-area01__img {
  position: relative;
  inset: auto auto 35px 50px;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec01-area01__img {
    inset: auto auto 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-sec01-area01__img {
    inset: auto;
    margin: 0 -25px;
    background: url("../img/recruit/sec01-bg02-sp.png") no-repeat 50% 90%;
    padding: 50px 0 160px 0;
    background-size: 1017px auto;
    text-align: center;
  }
}

.p-recruit-sec01-area02 {
  position: relative;
  padding: 150px 0 200px 0;
}

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

.p-recruit-sec01-area02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-recruit-sec01-area02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg02.png") no-repeat 50% 100%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-recruit-sec01-area02__inner {
  background-color: #f5f9fd;
}

.p-recruit-sec01-area02__title {
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: center;
  color: #252929;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec01-area02__title {
    margin-bottom: 80px;
    font-size: 20px;
  }
}

.p-recruit-sec01-block02 {
  gap: 40px 30px;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec01-block02 {
    gap: 40px 20px;
  }
}

.p-recruit-sec01-block02__item {
  position: relative;
  width: calc(33.3% - 20px);
  padding: 89px 40px 40px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec01-block02__item {
    width: calc(33.3% - 13.3px);
    padding: 89px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-sec01-block02__item {
    width: 100%;
    padding: 60px 20px 40px;
  }
}

.p-recruit-sec01-block02__item>figure {
  position: absolute;
  inset: -64px 0 auto 0;
  margin: auto;
  text-align: center;
}

.p-recruit-sec01-block02__title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e7ab2;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec01-block02__title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.p-recruit-sec01-block02__title::before {
  content: "";
  position: absolute;
  inset: auto 0 -6px 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 3px solid #2e7ab2;
  border-right: 3px solid #2e7ab2;
  transform: rotate(135deg);
  background-color: #fff;
  z-index: 2;
}

.p-recruit-sec01-block02__title::after {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 100%;
  height: 3px;
  background-color: #2e7ab2;
}

.p-recruit-sec01-block02__text {
  line-height: 2.19;
  letter-spacing: 0.1em;
}

/* 募集要項 */
.p-recruit-sec02 {
  padding: 100px 0 20px 0;
}

.p-recruit-sec02__title {
  position: relative;
  margin-bottom: 60px;
  padding: 0 0 10px 47px;
  border-bottom: 5px solid #2e7ab2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02__title {
    margin-bottom: 40px;
    padding: 0 0 10px 37px;
    font-size: 22px;
  }
}

.p-recruit-sec02__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #fff065;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02__title::before {
    top: 5px;
    width: 22px;
    height: 22px;
  }
}

.p-recruit-sec02__container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.p-recruit-sec02-table {
  width: 100%;
  border: none;
}

.p-recruit-sec02-table th,
.p-recruit-sec02-table td {
  border: none;
  background: none;
}

.p-recruit-sec02-table th {
  position: relative;
  width: 185px;
  padding: 30px 20px 30px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  color: #252929;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-table th {
    width: 130px;
    padding: 30px 10px 30px 0;
    font-size: 15px;
  }
}

.p-recruit-sec02-table th::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #66a5d3;
}

.p-recruit-sec02-table td {
  position: relative;
  left: 1px;
  padding: 30px 20px 30px 35px;
  font-size: 16px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: left;
  color: #252929;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-table td {
    padding: 30px 10px 30px 10px;
    font-size: 15px;
  }
}

.p-recruit-sec02-table tr {
  border-bottom: 2px dotted #66a5d3;
}

/* 選考の流れ */
.p-recruit-sec03 {
  position: relative;
  padding: 150px 0 200px 0;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03 {
    position: relative;
    padding: 150px 0 150px 0;
  }
}

.p-recruit-sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg01.png") no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-recruit-sec03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url("../img/front/clinic-bg02.png") no-repeat 50% 100%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-recruit-sec03__inner {
  background-color: #f5f9fd;
}

.p-recruit-sec03__title {
  margin-bottom: 120px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.1em;
  text-align: center;
  color: #252929;
}

.p-recruit-sec03-block01 {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-recruit-sec03-block01__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 130px;
  background-color: #bfe4ff;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-block01__head {
    width: 100%;
    min-height: 70px;
  }
}

.p-recruit-sec03-block01__no {
  position: relative;
  width: 55px;
  height: 55px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 3.5px;
  text-align: center;
  color: #000;
  z-index: 2;
  line-height: 1.5;
  padding-top: 5px;
  letter-spacing: 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-block01__no {
    width: 40px;
    height: 40px;
    font-size: 28px;
    padding-top: 4px;
    margin-right: 10px;
    line-height: 1;
  }
}

.p-recruit-sec03-block01__no::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background-color: #fff;
  z-index: -1;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-block01__no::after {
    width: 40px;
    height: 40px;
  }
}

.p-recruit-sec03-block01__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  color: #2e7ab2;
}

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

.p-recruit-sec03-block01__body {
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
  padding: 30px 20px 30px 45px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-block01__body {
    width: 100%;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
  }
}

/* エントリーフォーム */
.p-recruit-sec04 {
  position: relative;
  padding: 150px 0 100px 0;
}

.p-recruit-sec04__form {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 60px auto;
}

.p-recruit-sec04__form-required {
  text-align: right;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #527ab1;
}

.p-clinic-access {
  position: relative;
  padding: 150px 0 30px;
}

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

.p-clinic-access-block01 iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}

.p-clinic-access-block01 p {
  text-align: center;
  margin-top: 30px;
}

.p-clinic-access-block02 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 100px;
  background: #f6f6f6;
  padding: 30px 30px 20px;
  border-radius: 15px;
}

.p-clinic-access-block02 li {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  width: 40%;
}

@media screen and (max-width: 1090px) {
  .p-clinic-access-block02 li {
    width: 100%;
  }
}


.p-clinic-access-block02 li span:nth-of-type(1) {
  color: #fff;
  background: #41B062;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  padding: 3px 10px 5px;
  margin-right: 15px;
  white-space: nowrap;
}

.p-clinic-access-block02 li span:nth-of-type(2) {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec04 {
    position: relative;
    padding: 120px 0 10px 0;
  }

  .p-clinic-access {
    position: relative;
    padding: 150px 0 0;
  }

  .p-clinic-access-block02 li {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .p-clinic-access-block02 li span:nth-of-type(1) {
    margin-bottom: 6px;
  }

  .p-clinic-access-block02 li span:nth-of-type(2) {
    width: 100%;
    margin-left: 10px;
  }
}

.p-clinic-access-block02 table {
  margin-bottom: 80px;
}

.p-clinic-access-block02 table th {
  border: none;
  background: none;
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
  /* color: #2c7bb2; */
}

.p-clinic-access-block02 table td {
  border: none;
}

.p-clinic-animalhandling {
  position: relative;
  padding: 150px 0 0;
}

.p-clinic-animalhandling::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 317px;
  background: url(../img/front/clinic-bg01.png) no-repeat 50% 0%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-clinic-animalhandling-inner {
  background-color: #f5f9fd;
}

.p-clinic-animalhandling .c-page-heading__textBig {
  font-size: 25px;
}

.p-clinic-animalhandling .c-page-heading::before {
  display: none;
}

.p-clinic-animalhandling-block01 {
  padding-bottom: 200px;
  margin-bottom: -200px;
}

.p-clinic-animalhandling-block01 p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-clinic-animalhandling-block01 table {
  width: 700px;
  margin: 0 auto;
  font-size: 13px;
}

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

.p-clinic-animalhandling-block01 th {
  background-color: unset;
  text-align: right;
  border: none;
  border-top: 1px solid #d8d8d8;
  line-height: 3;
}

.p-clinic-animalhandling-block01 td {
  border: none;
  border-top: 1px solid #d8d8d8;
}

.p-clinic-animalhandling-block01 table tr:nth-of-type(6) th,
.p-clinic-animalhandling-block01 table tr:nth-of-type(6) td {
  border-bottom: 1px solid #d8d8d8;
}


.page-id-284 footer {
  background-color: #f5f9fd;
}


.page-id-238 .l-site__content {
  overflow: unset;
}

.p-urology-treatment-block01-txt p:nth-of-type(1) {
  display: inline-block;
  background: #e3f3fe;
  padding: 0px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #527ab2;
  font-weight: 700;
}

.p-urology-treatment-block01-txt p:nth-of-type(3) {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0;
}

.p-urology-treatment-block01-txt p:nth-of-type(4) {
  margin-bottom: 20px;
}

.completion {
  line-height: 0.5;
  color: #aeaeae;
}

.completion span {
  color: #595959;
  font-weight: 700;
  margin-bottom: 35px;
  display: inline-block;
}

.p-urology-exam-block01 {
  gap: 30px;
}

.p-urology-exam-block01 figure {
  width: 30%;
}

.p-urology-exam-block01 p {
  width: 65%;
}

.p-urology-exam-block01 p span {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  color: #8a8a8a;
}

.p-urology-exam-block01 p span strong {
  font-size: 16px;
  color: #000;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .completion {
    line-height: 1.5;
  }
  .p-urology-exam-block01 {
    flex-direction: column-reverse;
  }
  .p-urology-exam-block01 figure {
    width: 100%;
  }

  .p-urology-exam-block01 p {
    width: 100%;
  }
}
