@charset "UTF-8";

/*------------------
TOP
--------------------*/
.p-front {
  position: relative;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .p-front {
    margin-top: 0px;
  }
}
.p-front-mv {
  position: relative;
  height: 568px;
}

@media screen and (max-width: 500px) {
  .p-front-mv {
    height: 680px;/*600*/
  }
}
.p-front-mv__content {
  position: absolute;
  bottom: 80px;
  right: 6%;
  width: 650px;
  margin: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-mv__content {
    width: 100%;
    right: 0;
    bottom: 300px;
  }
}

.p-front-mv__title {
  /* padding-left: 110px; */
  /* margin-bottom: 1.5rem; */
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    /* width: 340px; */
    max-width: 100%;
    margin-bottom: 20px;
    /* padding: 15px 20px; */
    /* background-color: rgb(29 31 30 / 80%); */
  }
}
.p-front-mv__title h1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  /* font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7;
  /* letter-spacing: 0.1em; */
  text-align: right;
  color: #242222;
  margin-bottom: 1rem;
}

.p-front-mv__title h1 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.p-front-mv__title h1 span.txt-back-color {
  display: inline-block;
  font-size: inherit;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    font-size: 20px;
    color: #4E2306;
  }
}
@media screen and (max-width: 500px) {
  .p-front-mv__title h1 {
    font-size: 17px;
  }
  .p-front-mv__title h1 span.txt-back-color {
    margin-bottom: 4px;
    padding-left: 10px;
}
}
.p-front-mv__banner {
  display: block;
  padding-left: 100px;
}

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

@media screen and (max-width: 767px) {
  .p-front-mv__banner-sp {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .p-front-mv__banner-sp > p {
    width: 134px;
    margin: 0 8px 8px 0;
    padding: 9px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-weight: 600;
    color: #353c3c;
    box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
  }
}
.p-front-mv-info {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-mv-info {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: slideUp 1s ease 0s 1 normal forwards;
            animation: slideUp 1s ease 0s 1 normal forwards;
  }
  @-webkit-keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      transform: translateY(0);
    }
  }
  .p-front-mv-info__item {
    width: 50%;
    height: 50px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .p-front-mv-info__item:last-of-type {
    padding-top: 9px;
    background-color: rgba(99, 131, 66, 0.9);
  }
  .p-front-mv-info__item > a {
    display: block;
  }
}
.p-front-mv__sche{
  width: 450px;
  position: absolute;
  bottom: 27px;
  left: 3vw;/*30px*/
}
@media screen and (max-width: 767px) {
  .p-front-mv__sche{
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sche_title{
  font-size: 22px;
  line-height: 1.5;
}
.sche_department{
  padding-bottom: 0.5em;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    margin-top: 0px;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 800px;
  max-width: 100%;
  min-height: 285px;/*148*/
  margin-bottom: 37px;
  padding: 15px 15px;
  background-color: var(--sub-green);
}
@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 30px 20px;
    background-color: rgba(29, 31, 30, 0.8);
  }
}
.p-front-news-block01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 148px 148px;
  border-color: transparent transparent #518550 transparent;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01::after {
    border-width: 0 0 65px 65px;
    border-color: transparent transparent rgb(46 50 50 / 40%) transparent
  }
}
.p-front-news-block01__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  letter-spacing: 0.1em;
  font-size: 25px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-front-news-block01__left h2 {
  /* padding-top: 36px; */
  font-size: 25px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    position: relative;
    padding: 0px 0 7px 0;
  }
  .p-front-news-block01__left h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    margin: auto;
    background-color: #fff;
  }
}
.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 10px 0 12px 35px;
  border-left: 1px solid #fff;
}

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

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn {
    width: 100%;
    text-align: right;
  }
}
.p-front-news-block01__btn > a {
  position: relative;
  padding-right: 16px;
  color: #fff;
  z-index: 2;
}

.p-front-news-block01__btn > a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

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

@media screen and (max-width: 767px) {
  .p-front-post-list {
    margin-bottom: 10px;
  }
}
.p-front-post-list__item {
  line-height: 2.8;
  display: flex;
  justify-content: flex-start;
}

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

@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100%;
  }
}
.p-front-post-list__time {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
}

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

/*  */
.p-front-sec01 {
  padding: 135px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 90px 0 50px 0;
  }
}
.p-front-sec01-block01 {
  position: relative;
  min-height: 750px;
  z-index: 2;
}

.p-front-sec01-block01__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__img {
    display: none;
  }
}
.p-front-sec01-block01__img img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-front-sec01-block01__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__content {
    width: 100%;
  }
}
.p-front-sec01-block01__title {
  margin: -8px 0 50px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 35px;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    margin: 0px 0 50px 0;
    font-size: 25px;
  }
}
.p-front-sec01-block01__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block01__img-sp {
    display: block;
    margin: 0 0px 90px 0px;
  }
  .p-front-sec01-block01__img-sp img {
    width: 100%;
  }
}
.p-front-sec01-block02 {
  position: relative;
  min-height: 650px;
  margin: 0px 0 0 0;
  z-index: 1;
}

.p-front-sec01-block02__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__img {
    display: none;
  }
}
.p-front-sec01-block02__img img {
  width: 100%;
  min-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-front-sec01-block02__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 650px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__inner {
    height: auto;
  }
}
.p-front-sec01-block02__content {
  width: 50%;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__content {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.p-front-sec01-block02__img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-sec01-block02__img-sp {
    display: block;
    margin: 0 0px 90px 0px;
  }
  .p-front-sec01-block02__img-sp img {
    width: 100%;
    opacity: 0.6;
  }
}

/* 診療案内 */
.p-front-medical {
  padding: 90px 0 80px 0;
  background-color: rgba(109, 113, 113, 0.1);
}

.p-front-medical-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px 26px;
  margin-bottom: 23px;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01 {
    gap: 22px 18px;
  }
}
#page03 .p-clinic-facility-block01 {
  padding: 0;
}

.p-front-medical-block01__item {
  width: calc(25% - 19.5px);
  padding: 30px 18px 22px 18px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__item {
    width: calc(50% - 9px);
    padding: 20px 10px 17px 10px;
  }
}
.p-front-medical-block01__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 23px;
  font-weight: 600;
}
.p-front-medical-block01 img {
  width: 80px;
  margin-bottom: 15px;
}
.p-front-medical-block02 img {
  width: 80px;
}
.p-front-medical-block02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-front-medical-block02 a div {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-front-medical-block01__title {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .p-front-medical-block02 img {
    width: 80px;
    margin-right: 10px;
  }
}
.p-front-medical-block01__title-small {
  margin-bottom: 15px;
  font-family: "Trajan Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--main-yellow);
}

@media screen and (max-width: 767px) {
  .p-front-medical-block01__title-small {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-front-medical-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 26px 26px;
}

.p-front-medical-block02__item {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 13px);
  height: 170px;
  padding: 20px 30px 10px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__item {
    padding: 20px 15px 10px 15px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-medical-block02__item {
    width: 100%;
    min-height: auto;
    padding: 15px 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.p-front-medical-block02__content {
  /* width: calc(100% - 105px); */
  width: 100%;
  padding-right: 4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__content {
    padding-right: 10px;
    text-align: center;
  }
}
.p-front-medical-block02__title {
  padding-bottom: 4px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgb(34 106 105 / 20%);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 19px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__title {
    font-size: 18px;
  }
}
.p-front-medical-block02__title-small {
  margin-bottom: 5px;
  font-family: "trajan-sans-pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--main-yellow);
}
@media screen and (max-width: 1090px) {
  .p-front-medical-block02__title-small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__title-small {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-front-medical-block02__text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  /* font-size: 16px;
  font-weight: 600; */
  color: #353c3c;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-medical-block02__text {
    font-size: 10px;
    /* line-height: 1.2; */
  }
}
.p-front-medical-block02__img {
  position: relative;
  top: -10px;
  padding-top: 0px;
  width: 105px;
}

/* 初めてクリニックをご利用いただく方へ */
.p-front-beginner {
  padding: 90px 0 130px 0;
  background-color: rgba(228, 228, 228, 0.13);
}

.p-front-beginner-block01 {
  width: 1000px;
  max-width: 98%;
  margin: auto;
  padding: 90px 20px;
  background-color: #fff;
  @media screen and (max-width: 767px) {
    padding: 50px 20px;
  }
}

.p-front-beginner-block01__inner {
  width: 830px;
  max-width: 100%;
  margin: auto;
}

.p-front-beginner-block01__titie {
  margin-bottom: 13px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #353c3c;
}

.p-front-beginner-block01__titie span {
  background: var(--main-yellow);/*#cabc4c*/
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-front-beginner-block01__titie {
    font-size: 20px;
  }
}
.p-front-beginner-block01__text {
  margin-bottom: 50px;
  font-size: 14px;
}

.p-front-beginner-block01__text:last-of-type {
  margin-bottom: 0;
}

.p-front-beginner-block01__text em {
  font-style: normal;
  font-weight: normal;
}

.p-front-beginner-block01__text2 {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 2px solid rgba(228, 228, 228, 0.5);
}

.p-front-beginner-block01__text2 h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #5f5f5f;
}

.p-front-beginner-block01__text2 > p {
  font-size: 13px;
  line-height: 2;
  color: #919191;
}

/* ごあいさつ */
.p-front-greeting {
  position: relative;
  margin-bottom: 100px;
  padding: 60px 0 30px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-greeting {
    margin-bottom: 100px;
    padding: 100px 0 0px 0;
  }
}
.p-front-greeting__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 170px;
  margin: auto;
  background: url("./img/img_hexagon_white.png") no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-117px);
  z-index: 1;
}

.p-front-greeting-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-greeting-block01__left {
  position: relative;
  max-width: 51%;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__left {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
}
.p-front-greeting-block01__positon {
  margin-bottom: 20px;
  color: #353c3c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.47em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__positon {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.p-front-greeting-block01 h3 {
  margin-bottom: 0px;
  color: #353c3c;
  font-size: 35px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01 h3 {
    font-size: 25px;
  }
}
.p-front-greeting-block01__kana {
  color: #DCC844;/*#E0D183*/
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__kana {
    font-size: 12px;
  }
}
.p-front-greeting-block01__text {
  margin-top: 55px;
}

.p-front-greeting-block01__text p {
  margin-bottom: 1.7em;
  line-height: 1.86;
}

.p-front-greeting-block01__text em {
  font-weight: bold;
}

.p-front-greeting-block01__right {
  position: relative;
  width: 518px;
  max-width: 45%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-front-greeting-block01__right {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px 50px -20px;
    order: 1;
  }
  .p-front-greeting-block01__right img {
    width: 100%;
  }
}
/* クリニックの特徴 */
.p-front-feature {
  position: relative;
  padding: 100px 0 205px 0;
  background-color: rgba(109, 113, 113, 0.1);
}

@media screen and (max-width: 767px) {
  .p-front-feature {
    padding: 90px 0 100px 0;
  }
}
.p-front-feature-block01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img figure {
    padding-right: 0;
  }
}
.p-front-feature-block01__img figure img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__img figure img {
    height: auto;
  }
}
.p-front-feature-block01__number {
  position: absolute;
  top: 43px;
  right: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  background-color: var(--sub-green);
  color: #fff;
  font-size: 55px;
  font-family: "trajan-sans-pro", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    font-size: 30px;
  }
}
.p-front-feature-block01__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #518550 transparent;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number::after {
    border-width: 0 0 80px 80px;
  }
}
.p-front-feature-block01__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__number span {
    font-size: 8px;
  }
}
.p-front-feature-block01__number-inner {
  position: relative;
  z-index: 2;
}

.p-front-feature-block01__content {
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
}
.p-front-feature-block01__content p {
  margin-bottom: 1.5em;
}

.p-front-feature-block01__content-inner {
  width: 600px;
  max-width: 100%;
  padding-top: 70px;
}

.p-front-feature-block01__content-inner--first {
  padding-top: 70px;
}

.p-front-feature-block01__title {
  margin-bottom: 80px;
  padding-left: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block01__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block01__title {
    margin-bottom: 50px;
    padding-left: 0px;
    font-size: 24px;
  }
}
.p-front-feature-block01__title-symbol {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title-symbol {
    font-size: 10px;
  }
}
.p-front-feature-block01__title-notes {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__title-notes {
    font-size: 11px;
  }
}
.p-front-feature-block02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-front-feature-block02__img {
  position: relative;
  width: 50%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img {
    width: 100%;
    order: 1;
  }
}
.p-front-feature-block02__img figure {
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img figure {
    padding-left: 0px;
  }
}
.p-front-feature-block02__img figure img {
  width: 100%;
  height: 718px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__img figure img {
    height: auto;
  }
}
.p-front-feature-block02__number {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 150px;
  height: 150px;
  padding-top: 36px;
  background-color: var(--sub-green);
  color: #fff;
  font-size: 55px;
  font-family: "trajan-sans-pro", sans-serif;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number {
    top: auto;
    right: auto;
    bottom: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    font-size: 30px;
  }
}
.p-front-feature-block02__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #518550 transparent;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number::after {
    border-width: 0 0 80px 80px;
  }
}
.p-front-feature-block02__number span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__number span {
    font-size: 8px;
  }
}
.p-front-feature-block02__number-inner {
  position: relative;
  z-index: 2;
}

.p-front-feature-block02__content {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding: 0px 0 0px 0px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__content {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    order: 2;
  }
}
.p-front-feature-block02__content p {
  margin-bottom: 1.5em;
}

.p-front-feature-block01__content small,
.p-front-feature-block02__content small {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  color: #909090;
}

.p-front-feature-block02__content-inner {
  width: 620px;
  max-width: 100%;
  padding: 70px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__content-inner {
    padding: 74px 0 0 0px;
  }
}
.p-front-feature-block02__title {
  margin-bottom: 80px;
  padding-right: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block02__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-feature-block02__title {
    margin-bottom: 50px;
    padding-right: 0px;
    font-size: 24px;
    text-align: left;
  }
}
.p-front-feature-block02__title-symbol {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title-symbol {
    font-size: 10px;
  }
}
.p-front-feature-block02__title-notes {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title-notes {
    font-size: 11px;
  }
}
.p-front-feature-block03 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-front-feature-block03 h3 {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #353c3c;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block03 h3 {
    font-size: 20px;
  }
}
.p-front-feature-block03 ol {
  margin: 25px 0 30px 0;
}

.p-front-feature-block03 ol li {
  margin-bottom: 10px;
}

.p-front-feature-block03__memo-title {
  font-size: 18px;
}

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

/* .p-clinic-link {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 120px;
  padding: 24px 0 24px 0;
  gap: 20px;
}

.p-clinic-link__item {
  position: relative;
  width: 180px;
}

@media screen and (max-width: 1090px) {
  .p-clinic-link__item {
    width: 160px;
  }
}
.p-clinic-link a {
  display: block;
  padding: 19px 10px 33px 10px;
  line-height: 1.2;
  background-color: #fff;
  color: #353c3c;
  text-align: center;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.p-clinic-link a::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #353c3c;
  border-right: 1px solid #353c3c;
  transform: rotate(135deg);
} */

.p-clinic-facility {
  position: relative;
}



/* @media screen and (max-width: 1090px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 {
    gap: 0;
  }
} */
/* #clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
  width: calc(32% - 30px);
}

@media screen and (max-width: 1090px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #clinic #clinic-introduction .p-clinic-facility-block01 .p-clinic-facility-block01__item {
    width: 100%;
    margin-bottom: 80px;
  }
} */
/* @media screen and (max-width: 767px) {
  #clinic #clinic-introduction .l-container-small,
  #clinic #page03 .l-container-small {
    margin-bottom: 70px;
  }
} */
@media screen and (max-width: 767px) {
  #clinic #page03,
  #clinic #clinic02 {
    padding-top: 80px;
  }
}
/* @media screen and (max-width: 767px) {
  #clinic #page03 .c-page-heading__textBig {
    font-size: 23px;
  }
} */
/* #medical .l-container-small,
#precision .l-container-small {
  width: 1200px;
} */

/*-------------
診察案内
-------------*/
@media screen and (max-width: 767px) {
  .pconly{display: none;}
}
.p-clinic-facility {
  margin-bottom: 350px;
}
.p-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 130px;
  padding: 80px 0 100px 0;
}
.p-block01__content {
  width: 520px;
  max-width: 48%;
  @media screen and (max-width: 767px) {
    width: 100%;
    max-width: 100%;
  }
}
.p-block01__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-weight: 600;
  background: url("../img/clinic/icon-list01.jpg") no-repeat 0% 47%;
  background-size: 29px;
  padding-left: 40px;
  margin-bottom: 40px;
  @media screen and (max-width: 767px) {
    font-size: 20px;
    background-size: 20px;
  padding-left: 30px;
  background-position: 0 40%;
  margin-bottom: 20px;
  }
}
.p-block01__text p {
  font-weight: 500;
  line-height: 2.1;
}
.p-block01__list {
  margin: 50px 0;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 8px;
}
.p-block01__list li {
  font-size: 18px;
  font-weight: bold;
}
.p-block01__list li::marker {
  color: var(--main-green);
}
.p-block01__img {
  width: 600px;
  max-width: 48%;
  @media screen and (max-width: 767px) {
    width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  }
}
.p-block01::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 100vw;
  height: calc(100% - 0px);
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

.p-block-area{
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-block-area{
    margin: 0;
  }
}
.heading03{
  background: url(../img/icon_list01.svg) no-repeat left center;
  background-size: 23px auto;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 23px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.heading_list{
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.heading_list span{
  background: var(--main-green);
  padding: 10px 160px 15px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .heading_list{
    font-size: 20px;
  }
  .heading_list span{
    padding: 10px 40px 15px;
  }
}
.p-block-area_list{
  margin-top: -20px;
  padding: 40px 90px 20px;
  border: solid 5px var(--main-green);
  border-radius: 30px;
}
.p-block-area_list ul{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-block-area_list li{
  width: calc(100% / 3);
  font-size: 18px;
  list-style: none;
}
.p-block-area_list.half li{
  width: calc(100% / 2);
}
.p-block-area_list.full li{
  width: 100%;
}
.p-block-area_list li::before{
  content: '';
  background: url(../img/icon_check_g.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
}
.p-block-area_list.half + p{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-block-area_list{
    margin-top: -20px;
    padding: 40px 40px 20px;
  }
  .p-block-area_list.half li,
  .p-block-area_list.full li{
    width: 100%;
    padding-left: 1.7rem;
    text-indent: -1.6rem;
  }
  .p-block-area_list li{
    width: 100%;
  }
}
.p-block02{
  margin-bottom: 80px;
}
table.pricelist{
  width: 100%;
  border: none;
}
.pricelist tr{
  border-bottom: solid 1px #707070;
}
.pricelist tr:first-of-type{
  border-top: solid 1px #707070;
}
.pricelist th,
.pricelist td{
  padding: 10px 20px;
  border: none;
}
.pricelist th{
  background: #f3f3f3;
  width: 70%;
  text-align: left;
}
.pricelist th:nth-of-type(2){
  text-align: right;
}
.pricelist td{
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pricelist th{
    width: 68%;
  }
  .pricelist td{
    width: 32%;
  }
}
.n_list{
  margin-bottom: 20px;
}

/*-------------
内科
-------------*/
.p-block03{
  margin-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-block03__content{
  width: 520px;
  max-width: 48%;
}
.p-block03__img{
  width: 600px;
  max-width: 48%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-block03__content{
    max-width: 100%;
  }
  .p-block03__img{
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/*-------------
医院紹介
-------------*/
.p-block04{
  margin-bottom: 130px;
  display: flex;
  justify-content: center;
}
#clinic .p-clinic-facility-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px 40px;
  position: relative;
  padding: 0 0 100px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 1090px) {
  #clinic .p-clinic-facility-block01 {
    gap: 40px 30px;
    padding: 0 0 130px 0;
  }
}
@media screen and (max-width: 767px) {
  #clinic .p-clinic-facility-block01 {
    flex-wrap: wrap;
    gap: 0px 0px;
    padding: 0 0 0px 0;
  }
}

#clinic .p-clinic-facility-block01__item {
  width: calc((100% - 120px) / 3);
}

#clinic .p-clinic-facility-block01__img {
  margin-bottom: 10px;
}

#clinic .p-clinic-facility-block01__content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}

@media screen and (max-width: 1090px) {
  #clinic .p-clinic-facility-block01__content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #clinic .p-clinic-facility-block01__content h3 {
    font-size: 18px;
  }
  #clinic .p-clinic-facility-block01__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#clinic .p-clinic-facility-block01__content p {
  font-size: 14px;
}

/*医師紹介*/
#clinic .p-clinic-facility-block01::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 100vw;
  height: calc(100% - 40px);
  margin-left: calc(50% - 50vw);
  margin-right: 9%;
  background-color: rgba(191, 191, 190, 0.13);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01::before {
    left: 0;
    right: auto;
    width: calc(100vw - 30px);
    margin: 0 0 0 -20px;
  }
}
#clinic #clinic03 .p-clinic-facility-block01::before {
  top: 0;
}
#clinic #clinic03.p-clinic-facility .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}
#clinic #clinic03 .p-clinic-facility-block01__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 60px;
  position: relative;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 1090px) {
  #clinic #clinic03 .p-clinic-facility-block01__item {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01__item {
    flex-wrap: wrap;
    gap: 0px 0px;
  }
}
#clinic #clinic03 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
  width: 43%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
    width: 100%;
    position: static;
  }
}
#clinic #clinic03 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
  width: 50%;
}

@media screen and (max-width: 1090px) {
  #clinic #clinic03 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 100%;
  }
}
#clinic #clinic03 .p-clinic-facility-block01 {
  padding: 50px 0 80px 0;
}

#clinic #clinic03 .p-clinic-facility-block01__content h3 {
  color: #353c3c;
  font-size: 35px;
  text-align: left;
  letter-spacing: 5.5px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01__content h3 {
    font-size: 25px;
  }
}
#clinic #clinic03 .p-clinic-facility-block01__content h3 span:nth-of-type(1) {
  display: block;
  font-size: 13px;
  line-height: 3;
}

#clinic #clinic03 .p-clinic-facility-block01__content h3 span:nth-of-type(2) {
  display: block;
  font-size: 16px;
  font-family: "trajan-sans-pro", sans-serif;
  color: #eacb00;
}

@media screen and (max-width: 767px) {
  #clinic #clinic03 .p-clinic-facility-block01__content h3 span:nth-of-type(2) {
    font-size: 12px;
  }
}

.profile-list {
  max-width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .profile-list {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

.profile-list__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #c8c49e;
  font-size: 16px;
  font-weight: 600;
  background: url("../img/clinic/icon-list01.jpg") no-repeat 0% 47%;
  padding-left: 20px;
  background-size: 10px;
  margin-bottom: 20px;
}

.profile-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12.6px;
}

/*アクセス*/
.p-block-googlemap{
  width: 100%;
  margin-bottom: 70px;
}
.p-block-googlemap iframe{
  width: 100%;
}

.title-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title-wrap {
    display: block;
    margin-bottom: 30px;
  }
}

.title-wrap .c-page-heading h2 {
  color: #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 33px;
  position: relative;
}
/* .title-wrap .c-page-heading h2::after{
  content: "";
  background: #000;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  opacity: 0.26;
} */

@media screen and (max-width: 767px) {
  .title-wrap .c-page-heading h2 {
    font-size: 25px;
  }
}
/* .title-wrap .c-page-heading h2::after {
  display: none;
} */

.title-wrap .c-page-heading p {
  font-size: 13px;
}

#medical .c-btn01,
#precision .c-btn01 {
  font-size: 14px;
  max-width: 320px;
  min-height: 45px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

#medical .c-btn01::after,
#precision .c-btn01::after {
  border-width: 0 0 45px 45px;
}

#medical .p-clinic-facility:nth-child(odd) {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility:nth-child(odd) {
    overflow-x: visible;
  }
}

#medical .l-container-small,
#precision .l-container-small {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #clinic .l-container-small{
    overflow: hidden;
  }
}

.profile-content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 15px;
  @media screen and (max-width: 767px) {
    font-size: 20px;
  }
}

.profile-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}


#clinic #clinic02 .p-clinic-facility-block01__content > p span {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #a19f8d;
}

/* #clinic #clinic02 .p-clinic-facility-block01::before {
  top: 0;
} */

#medical #page03 .p-clinic-facility-block01,
#medical #page06 .p-clinic-facility-block01 {
  padding: 0;
}
@media screen and (max-width: 1090px) {
  #medical #page03 .p-clinic-facility-block01,
  #medical #page06 .p-clinic-facility-block01 {
    padding-bottom: 115px;
  }
}

#clinic #page03 .p-clinic-facility-block01__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 60px;
  position: relative;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  #clinic #page03 .p-clinic-facility-block01__item {
    flex-wrap: wrap;
    gap: 0px 0px;
  }
}
#clinic #page03 .p-clinic-facility-block01__item:nth-child(even) {
  flex-direction: row-reverse;
}

#clinic #page03 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
  width: 43%;
}

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

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

/* #clinic .p-front-beginner {
  margin-bottom: -150px;
} */

#clinic .p-clinic-facility#page04 .l-container-small {
  margin: 0 auto 80px;
}

#clinic section.p-clinic-facility {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #clinic section.p-clinic-facility {
    margin-bottom: 70px;
  }
}
#clinic .p-clinic-facility.sec_eng{
  padding-top: 100px;
}

#medical #page01 .p-clinic-facility-block01__img img {
  /* top: -200px; */
}

@media screen and (max-width:500px) {
  .p-front-feature-block01__content p.feature-annotation {
    margin-top: 2rem;
  }
  .sp-hide {
    display: none;
  }
}
