@charset "UTF-8";

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

@media screen and (max-width: 767px) {
  .p-front {
    margin-top: 0px;
    /* overflow-x: auto; */
    overflow: hidden;
  }
}

.p-front-mv {
  position: relative;
  height: 687px;
  /* background: url("./img/front/banner_mv01.jpg") no-repeat 50% 0%;
  background-size: cover; */
}

.p-front-mv::after {
  /* content: "";
  width: 100%;
  height: 100%;
  background: url(../img/front/banner_overlay.svg) center / cover no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 0; */
}

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

  .p-front-mv::after {
    content: none;
  }
}

.p-front-mv__content {
  position: absolute;
  bottom: 110px;
  right: 6%;
  width: 650px;
  margin: auto;
  text-align: right;
  z-index: 1;
}

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

.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__box {
  width: 592px;
  position: absolute;
  left: 0;
  top: 177px;
  z-index: 1;
}

.p-front-mv__box::after {
  content: "";
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.79) 41%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 80%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}

.p-front-mv__title h1 {
  font-family: shippori-mincho, "游明朝", "Yu Mincho", YuMincho, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #045C5F;
  margin-bottom: 2.5rem;
  padding-left: 26%;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.p-front-mv__title h1 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: none;
  display: inline-block;
}

.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: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title h1 {
    /* font-size: 20px; */
    /* color: #3d4146; */
  }
}

@media screen and (max-width: 500px) {
  .p-front-mv__title h1 {
    font-size: 32px;
    text-align: left;
    padding-left: 1.5rem;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }

  .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;
    padding-right: 10px;
  }

  .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: 100%;
    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: 6px;
    /* background-color: rgba(99, 131, 66, 0.9); */
  }

  .p-front-mv-info__item:last-of-type img {
    vertical-align: top;
  }

  .p-front-mv-info__item>a {
    display: block;
  }
}

.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -70px;
  /* margin-top: -270px; */
  /* padding-top: 200px; */
}

@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: 148px;
  margin-bottom: 37px;
  padding: 15px 15px;
  background-color: #0A7376;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 30px 20px;
    flex-wrap: wrap;
    /* background-color: rgba(29, 31, 30, 0.8); */
  }
}

@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;
    width: 100%;
    flex-wrap: wrap;
  }
}

.p-front-news-block01__btn {
  width: 10%;
}

@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;
  width: 90%;
}

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

.p-front-post-list__item {
  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: 20%;
}

@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;
  width: 80%;
  padding-right: 2rem;
}

.p-front-post-list__title a {
  color: #fff;
}

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

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

  .p-front-post-list__title {
    width: 100%;
    padding-right: 0rem;
  }
}

.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: 140px 0 80px 0;
  background: #F3F5F6;
  position: relative;
}

.p-front-medical::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/front/p-front-back.svg) left top / 40% no-repeat;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 0;
}

.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::after {
    width: 150%;
    left: -30px;
  }

  .p-front-medical-block01 {
    gap: 22px 18px;
  }
}

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

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

.p-front-medical-block01__title-small {
  margin-bottom: 15px;
  font-family: "Trajan Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #d2bc49;
}

@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;
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  gap: 34px 30px;
}

.p-front-medical-block02 a {
  width: fit-content;
  display: block;
}

.p-front-medical-block02__item {
  display: flex;
  width: calc((100% - 60px) / 2);
  border-radius: 5px;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.p-front-medical-block02__item.full {
  width: 100%;
}

@media screen and (max-width: 1090px) {
  .p-front-medical-block02__item {
    padding: 20px 15px 10px 15px;
  }
}

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

.p-front-medical-block02__content {
  background-color: #0A7376;
  width: 100%;
  padding: 30px 30px 33px;
  display: flex;
  text-align: center;
  position: relative;
}

.full.p-front-medical-block02__content {
  padding: 30px 50px;
}

.full.p-front-medical-block02__content.list {
  background: rgba(6, 115, 118, 0.8);
}

.p-front-medical-block02__content.list {
  background: rgba(6, 115, 118, 0.8);
  padding: 16px 50px 20px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__content {
    padding: 30px 30px 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .full.p-front-medical-block02__content {
    padding: 30px 30px 120px;
  }

  .p-front-medical-block02__content.list {
    padding: 16px 30px 20px;
  }
}

.p-front-medical-block02__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__box {
    align-items: center;
  }
}

.p-front-medical-block02__title {
  margin-bottom: 7px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.full .p-front-medical-block02__title {
  font-size: 31px;
  letter-spacing: 7px;
}

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

.p-front-medical-block02__title-small {
  font-family: trajan-pro-3, serif;
  font-size: 13px;
  font-weight: 700;
  color: #AFD41A;
  line-height: 1.3;
}

.full .p-front-medical-block02__title-small {
  font-size: 16px;
}

@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: 12px;
    line-height: 1.2;
  }
}

.p-front-medical-block02__btn {
  background: url(../img/icon_w_arrow_r.svg) no-repeat center center, #AFD41A;
  background-size: 20px auto;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.full .p-front-medical-block02__btn {
  background: url(../img/icon_w_arrow_r.svg) no-repeat center center, #AFD41A;
  background-size: 31px auto;
  width: 65px;
  height: 65px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__btn {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
  }

  .full .p-front-medical-block02__btn {
    bottom: 5%;
  }
}

.list_condition {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.list_condition li {
  width: fit-content;
  padding-right: 10px;
  font-weight: 600;
}

.list_condition.half li {
  width: 50%;
}

.full .list_condition li {
  width: 145px;
}

.list_condition li.big {
  width: 172px;
}

.list_condition li::before {
  content: "●";
  margin-right: 10px;
  color: #66c2c5;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .list_condition li {
    padding-right: 0;
  }

  .list_condition li.big {
    width: 50%;
  }
}

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

@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 {
  margin-right: 20px;
  padding-top: 0px;
  width: 75px;
}

.full .p-front-medical-block02__img {
  margin-bottom: 0.5em;
  margin-right: 45px;
  width: 124px;
}

@media screen and (max-width: 767px) {
  .p-front-medical-block02__img {
    margin-right: 0;
    width: 30%;
  }

  .full .p-front-medical-block02__img {
    margin-right: 0;
    width: 30%;
  }
}

/* オンライン診療 */
.p-clinic-online {
  margin-bottom: 150px;
}

.p-clinic-online-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 80px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .p-clinic-online-block01 {
    padding: 40px 0 50px 0;
    flex-direction: column-reverse;
  }
}

.p-clinic-online-block01__content {
  width: 520px;
  max-width: 48%;
}

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

.p-clinic-online-block01__text {
  font-weight: 500;
}

.p-clinic-online-block01__list {
  margin: 50px 0;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 8px;

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

.p-clinic-online-block01__list li {
  font-size: 18px;
  font-weight: bold;

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

.p-clinic-online-block01__list li::marker {
  color: #aaca4b;
}

.p-clinic-online-block01__img {
  width: 600px;
  max-width: 48%;
}

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

.p-clinic-online-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-front-beginner {
  padding: 140px 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: #AFD41A;
  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: 140px 0 150px 0;
  background-color: #F3F5F6;
  position: relative;
}

.p-front-greeting::after {
  content: "";
  width: 100%;
  height: 100%;
  /* background: url(../img/front/p-front-back.svg) left top / 40% no-repeat; */
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 0;
}

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

  .p-front-greeting::after {
    width: 150%;
    left: -40px;
  }
}

.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: #AFD41A;
  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: 140px 0 50px 0;
}

@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: #AFD41A;
  color: #fff;
  font-size: 55px;
  font-family: trajan-pro-3, 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;
  }
}

@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: 3.5em;
}

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

.p-front-feature-block01__content-inner.two-lines,
.p-front-feature-block02__content-inner.two-lines {
  padding-top: 60px;
}

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

.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: #AFD41A;
  color: #fff;
  font-size: 55px;
  font-family: trajan-pro-3, 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;
  }
}

@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: 90px 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-front-hygieney {
  padding: 140px 0 120px 0;
  background: url("../img/front/front_hygieney01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-hygieney {
    padding: 100px 0 80px 0;
    background-position: 10% 0;
  }
}

.p-front-hygieney-list {
  margin-bottom: 10px;
  padding: 45px 20px 50px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .p-front-hygieney-list {
    margin-bottom: 20px;
    padding: 25px 20px 25px 20px;
  }
}

.p-front-hygieney-list dt {
  width: 870px;
  max-width: 100%;
  margin: 0 auto 10px auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  color: #353c3c;
}

.p-front-hygieney-list dt::before {
  content: "";
  background: #afd41a;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: -3px;
}

@media screen and (max-width: 767px) {
  .p-front-hygieney-list dt {
    padding: 0 0 0 32px;
    font-size: 16px;
    background-position: 0 1px;
    line-height: 1.6;
  }
}

.p-front-hygieney-list dd {
  width: 870px;
  max-width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 2.2;
  color: #363636;
}

/* 医院情報 */
/* .p-front-information {
  padding: 132px 0 140px 0;
  background: url("./img/front/front_info01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-information {
    padding: 30px 0 55px 0;
    background: url("./img/front/front_info01-sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-information__inner {
  padding: 48px 85px 85px 85px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-front-information__inner {
    padding: 48px 15px 85px 15px;
  }
}

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

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

.p-front-information-block01__item {
  width: 450px;
  max-width: 48%;
}

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

.p-front-information-block01__item small {
  display: block;
  margin: 4px 0 30px 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__item small {
    padding-left: 15px;
  }
}

.p-front-information-block01__table01 {
  width: 100%;
  padding: 10px 18px 13px 10px;
  background-color: #945d5d;
  color: #fff;
}

@media screen and (max-width: 375px) {
  .p-front-information-block01__table01 {
    padding: 10px 2px 13px 2px;
  }
}

.p-front-information-block01__table01 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table01 table th {
  padding: 5px 5px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #945d5d;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.p-front-information-block01__table01 table th span {
  margin-right: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

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

.p-front-information-block01__table01 table td {
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table td {
    padding: 0 8px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-front-information-block01__table01 table .p-table01-first {
    padding: 0 8px 0 13px;
  }
}

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

.p-front-information-block01__table02 table {
  width: 100%;
  margin: 0;
}

.p-front-information-block01__table02 table th {
  width: 120px;
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table th {
    display: block;
    width: 100%;
    padding: 26px 15px 10px 15px;
    border: none;
  }
}

.p-front-information-block01__table02 table td {
  padding: 26px 0 23px 0;
  border: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.4);
  background: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table td {
    display: block;
    width: 100%;
    padding: 0px 15px 23px 15px;
  }
}

.p-front-information-block01__table02 table td img {
  position: relative;
  top: -5px;
  margin-right: 6px;
}

.p-front-information-block01__table02 table tr:first-child th,
.p-front-information-block01__table02 table tr:first-child td {
  border-top: 2px dotted rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:first-child td {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .p-front-information-block01__table02 table tr:last-child td {
    border: none;
  }
} */

/* .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;
  margin-bottom: 80px;
}

.p-clinic-facility-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 60px;
  position: relative;
  padding: 0 0 150px 0;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 767px) {
  .p-clinic-facility-block01 {
    flex-wrap: wrap;
    gap: 0px 0px;
    padding: 0 0 0px 0;
  }
  .p-clinic-facility {
    margin-bottom: 150px;
  }
}

.p-clinic-facility-block01::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 100vw;
  height: calc(100% - 130px);
  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) {
  .p-clinic-facility-block01::before {
    left: 0;
    right: auto;
    width: calc(100vw - 50px);
    margin: 0 0 0 -20px;
  }
}

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

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

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

@media screen and (max-width: 1090px) {
  .p-clinic-facility-block01__content h3 {
    font-size: 20px;
  }
}

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

  .p-clinic-facility-block01__item {
    width: 100%;
  }
}

.p-clinic-facility-block01__content p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {

  #clinic #page03,
  #clinic #clinic02 {
    padding-top: 80px;
  }
}

#orthopedic .l-container-small,
#sports .l-container-small,
#medical .l-container-small,
#rehabilitation .l-container-small {
  width: 1200px;
}

#rehabilitation .l-container-small {
  padding: 0;
}

@media screen and (max-width: 767px) {

  #orthopedic .l-container-small,
  #medical .l-container-small,
  #precision .l-container-small,
  #rehabilitation .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/*#medical .p-clinic-facility:nth-child(even) .title-wrap,*/
#medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {

  /*#medical .p-clinic-facility:nth-child(even) .title-wrap,*/
  #medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01 {
    flex-direction: row;
  }
}

#medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 9%;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility:nth-child(odd) .p-clinic-facility-block01::before {
    margin: 0 0 0 30px;
  }
}

.title-wrap {
  margin-bottom: 100px;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
}

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

@media screen and (max-width: 1090px) {
  .title-wrap>div::before {
    /* margin-right: 0px; */
  }
}

@media screen and (max-width: 767px) {
  .title-wrap>div::before {
    width: 60px;
    height: 60px;
    min-width: 60px;
    top: 0;
  }
}

.title-wrap .c-page-heading {
  text-align: center;
}

.c-page-heading__textBig {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 33px;
  position: relative;
}

.c-page-heading__textBig::before {
  content: "";
  background: #108a88;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#page10 .title-wrap .c-page-heading h2 {
  font-size: 30px;
}

@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;
}

#orthopedic .p-clinic-facility-block01__img,
#sports .p-clinic-facility-block01__img,
#rehabilitation .p-clinic-facility-block01__img,
#medical .p-clinic-facility-block01__img {
  width: 53%;
  top: 150px;
}

@media screen and (max-width: 1090px) {

  #orthopedic .p-clinic-facility-block01__img,
  #sports .p-clinic-facility-block01__img,
  #rehabilitation .p-clinic-facility-block01__img,
  #medical .p-clinic-facility-block01__img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  #orthopedic .p-clinic-facility-block01__img,
  #sports .p-clinic-facility-block01__img,
  #rehabilitation .p-clinic-facility-block01__img,
  #medical .p-clinic-facility-block01__img {
    position: relative;
    width: 100%;
    top: 0px;
  }
}

#medical .p-clinic-facility-block01__img img {
  position: relative;
  top: -80px;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01__img img {
    top: 0px;
  }
}

#orthopedic .p-clinic-facility-block01__content,
#sports .p-clinic-facility-block01__content,
#rehabilitation .p-clinic-facility-block01__content,
#medical .p-clinic-facility-block01__content {
  width: 40%;
  position: relative;
  top: 130px;
}

@media screen and (max-width: 1090px) {

  #orthopedic .p-clinic-facility-block01__content,
  #sports .p-clinic-facility-block01__content,
  #rehabilitation .p-clinic-facility-block01__content,
  #medical .p-clinic-facility-block01__content {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {

  #orthopedic .p-clinic-facility-block01__content,
  #sports .p-clinic-facility-block01__content,
  #rehabilitation .p-clinic-facility-block01__content,
  #medical .p-clinic-facility-block01__content {
    width: 100%;
    top: 0px;
  }
}

#medical .p-clinic-facility-block01::before {
  top: 30px;
  height: calc(100% - -25px);
}

#rehabilitation .p-clinic-facility-block01::before {
  height: calc(100% - 170px);
}
#sports .p-clinic-facility-block01::before {
  height: calc(100% - 80px);
}
#orthopedic .p-clinic-facility-block01::before {
  height: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility-block01::before {
    height: 100%;
  }
  #rehabilitation .p-clinic-facility-block01::before {
    height: calc(100% - 10px);
  }
  #sports .p-clinic-facility-block01::before {
    height: calc(100% - 7px);
  }
  #orthopedic .p-clinic-facility-block01::before {
    height: calc(100% - 10px);
  }
}

/* 一般整形外科 */
.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  div.vegas-content-scrollable {
    overflow: hidden;
  }
}

.p-orthopedic01 {
  margin-bottom: 150px;
}

.p-orthopedic01 .l-container-small {
  padding: 0;
}

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

  .p-orthopedic01 .l-container-small {
    padding: 0 20px;
  }
}

.icon_list {
  margin-bottom: 150px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

#sports .icon_list {
  padding: 0 150px;
  justify-content: center;
}

#rehabilitation .icon_list {
  justify-content: center;
}

.icon_sports,
.icon_orthopedic {
  background: #0a7376;
  width: 215px;
  height: 215px;
  margin-bottom: 10px;
  border-radius: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon_orthopedic::after {
  content: "";
  background: rgba(175, 212, 26, 0.08);
  width: 112px;
  height: 112px;
  border-radius: 200px;
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.icon_sports figure,
.icon_orthopedic figure {
  margin-bottom: 10px;
  position: relative;
  top: -8px;
  text-align: center;
}
.icon_sports figure img,
.icon_orthopedic figure img {
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  br.sponly {
    display: inline;
  }

  .icon_list {
    justify-content: space-around;
    gap: 10vw 4vw;
  }

  #sports .icon_list {
    padding: 0;
    gap: 4vw 4vw;
  }
  #rehabilitation .icon_list {
    gap: 0vw 4vw;
  }
  #rehabilitation .p-clinic-facility {
    margin-bottom: 180px;
  }

  .icon_sports,
  .icon_orthopedic {
    width: 40vw;
    height: 40vw;
  }

  .icon_sports figure {
    width: 55%;
    margin-bottom: 10px;
    top: -6px;
  }

  .icon_orthopedic figure {
    width: 55%;
    margin-bottom: 10px;
    top: 0px;
  }
  .icon_list {
    margin-bottom: 100px;
  }
}

h3.heading {
  color: #fff;
  font-size: 22px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

#rehabilitation h3.heading {
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.1px;
}

.text_orthopedic {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.text_orthopedic a {
  color: #067376;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  h3.heading {
    font-size: 18px;
  }

  h3.heading.small {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }

  .text_orthopedic {
    font-size: 15px;
    line-height: 1.6;
  }
  #rehabilitation h3.heading {
    font-size: 14px;
  }
}

/* こんな症状はありませんか */
.p-orthopedic_block02 {
  padding: 90px 130px 70px;
  border: solid 3px #AFD41A;
  border-radius: 30px;
  position: relative;
}

.heading_bg {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -29px;
  transform: translateX(-50%);
}

.heading_bg span {
  background: #afd41a;
  padding: 18px 88px;
  color: #fff;
  border-radius: 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .p-orthopedic_block02 {
    padding: 65px 35px 30px;
    border: solid 3px #AFD41A;
  }

  .heading_bg {
    width: 80%;
    text-align: center;
    top: -38px;
  }

  .heading_bg span {
    padding: 10px 30px;
    display: block;
    font-size: 20px;
  }

}

.list_check {
  margin-bottom: 50px;
  padding: 0 0 65px;
  list-style: none;
  border-bottom: dotted 2px #afd41a;
  display: flex;
  flex-wrap: wrap;
}

.list_check li {
  width: calc(100% / 3);
  font-size: 18px;
  letter-spacing: -0.1px;
}

.list_check.half li {
  width: calc(100% / 2);
}

.list_check li::before {
  content: "";
  background: url(../img/orthopedic/icon_g_check.svg) no-repeat;
  background-size: 15px auto;
  margin-right: 15px;
  width: 15px;
  height: 14px;
  display: inline-block;
}

.list_check+p {
  font-size: 18px;
  text-align: center;
}

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

  .list_check li {
    width: 100%;
  }

  .list_check.half li {
    width: 100%;
    padding-left: 1em;
    text-indent: -1.6em;
  }

  .list_check+p {
    font-size: 16px;
    line-height: 2;
  }
}

/*よくある疾患*/
.p-orthopedic02 {
  background: #f5f6f3;
  padding-top: 100px;
  padding-bottom: 150px;
}

.p-orthopedic02 .l-container-small {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-orthopedic02 .l-container-small {
    padding: 0 20px;
  }
}

.heading03 {
  margin-bottom: 30px;
  /* padding-left: 10px; */
  padding-bottom: 10px;
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  border-bottom: solid 3px #afd41a;
}

@media screen and (max-width: 767px) {
  .heading03 {
    font-size: 22px;
    font-weight: 500;
  }
}

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

.p-orthopedic_block03:not(:last-of-type) {
  margin-bottom: 80px;
}

.p-orthopedic_block03__img {
  max-width: 423px;
  order: 2;
}

.p-orthopedic_block03__text {
  max-width: 740px;
  order: 1;
}

.full .p-orthopedic_block03__text {
  max-width: 100%;
}

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

  .p-orthopedic_block03__img {
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
  }

  .p-orthopedic_block03__text {
    max-width: 100%;
    order: 2;
  }
}

/*リハビリ方法*/
.p-orthopedic03 {
  margin-top: 200px;
}

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

/*リハビリの流れ*/
.flow {
  width: 850px;
  margin: 0 auto;
  padding-left: 0;
}

.flow li {
  display: flex;
}

.flow_num {
  margin-right: 30px;
  position: relative;
}

.flow_num p {
  background: #afd41a;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.flow li:not(:last-of-type) .flow_num:after {
  content: "";
  background: #afd41a;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.flow_text {
  margin-top: 10px;
  padding-bottom: 70px;
}

.flow_text h4 {
  color: #0a7376;
  font-size: 20px;
}

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

  .flow_num p {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .flow_num {
    margin-right: 20px;
  }
}

.access_content {
  width: 1200px;
  margin: 0 auto;
}

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

.access_address {
  text-align: center;
}

.access_address p {
  background: url(../img/clinic/icon_b_spot.svg) no-repeat left top 5px;
  width: fit-content;
  margin: 0 auto 50px;
  padding-left: 1.5rem;
}

.p-block-googlemap {
  width: 100%;
  height: 366px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.p-block-googlemap iframe {
  width: 100%;
  height: 100%;
}

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

.a_btn {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.btn_googlemap {
  background: #0a7376;
  width: 321px;
  margin-bottom: 80px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 80px;
}

@media screen and (max-width: 767px) {

  .a_btn,
  .btn_googlemap {
    width: 100%;
  }
}

.p-block-youtube h3 {
  margin-bottom: 80px;
}

.p-block-youtube p {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
}

.block-youtube {
  width: 800px;
  height: 455px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.block-youtube iframe {
  width: 100%;
  height: 100%;
  text-align: center;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .block-youtube {
    width: 100%;
    height: auto;
  }
}

.btn_footer a {
  background: #a1c60b;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

/*here*/

#orthopedic .p-clinic-facility {
  margin-bottom: 100px;
}
#sports .p-clinic-facility {
  margin-bottom: 170px;
}

@media screen and (max-width: 767px) {
  #medical .p-clinic-facility {
    margin-bottom: 100px;
  }
  #orthopedic .p-clinic-facility {
    margin-bottom: 150px;
}
}

@media screen and (max-width: 767px) {
  #clinic01 .p-clinic-facility-block01__item {
    margin-bottom: 40px;
  }
}

#clinic #clinic02 .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 120px 0;
}

@media screen and (max-width: 1090px) {
  #clinic #clinic02 .p-clinic-facility-block01__item {
    gap: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item {
    flex-wrap: wrap;
    gap: 0px 0px;
  }
}

#clinic #clinic02 .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 #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__img {
    width: 100%;
    position: static;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
  width: 50%;
}

#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt {
  border-top: 2px dotted #d0d0d0;
  padding-top: 60px;
  padding-bottom: 0;
}

#clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt02 {
  align-items: baseline;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 {
  border: none;
}

#clinic .p-clinic-facility-block01__content.content_alt>div:nth-of-type(1) {
  width: 25%;
}

#clinic .p-clinic-facility-block01__content.content_alt>div:nth-of-type(2) {
  width: 75%;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 {
  font-size: 30px;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 span:nth-of-type(2) {
  font-size: 13px;
}

#clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 h3 {
  position: relative;
  top: -3rem;
}

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content.content_alt {
    display: flex;
  }

  #clinic .p-clinic-facility-block01__content.content_alt>div:nth-of-type(1) {
    width: 100%;
  }

  #clinic .p-clinic-facility-block01__content.content_alt>div:nth-of-type(2) {
    width: 100%;
  }

  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt h3 {
    font-size: 25px;
  }

  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt {
    border-top: none;
  }

  #clinic #clinic02 .p-clinic-facility-block01__item.content_alt02 h3 {
    top: 0;
  }
}



@media screen and (max-width: 1090px) {
  #clinic #clinic02 .p-clinic-facility-block01__item .p-clinic-facility-block01__content {
    width: 53%;
  }
}

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

#clinic #clinic02 .p-clinic-facility-block01 {
  padding: 50px 0 80px 0;
}

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

@media screen and (max-width: 767px) {
  #clinic #clinic02 .p-clinic-facility-block01__content h3 {
    font-size: 25px;
  }
}

#clinic #clinic02 .p-clinic-facility-block01__content h3 span:nth-of-type(1) {
  display: block;
  font-size: 13px;
  line-height: 3;
  color: #0A7376;
}

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

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

.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 {
  margin-top: 5rem;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  /* flex-wrap: wrap; */
  /* width: 100%; */
}

.profile-list {
  /* width: 523px; */
  /* max-width: 48%; */
  margin-bottom: 30px;
}

@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 !important;
  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;
}

#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;
}

#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-clinic-facility:nth-child(odd) .p-clinic-facility-block01::before {
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}

#clinic .clinic-link {
  font-weight: 600;
  color: #fff;
  background: #df5c5c;
  padding: 6px 15px;
  border-radius: 20px;
  margin-top: 20px;
  line-height: 5;
}

#clinic .clinic-list {
  border-top: 1px solid #c5c5c5;
  margin-top: 30px;
  font-size: 13px;
}

#clinic .clinic-list ul {
  padding: 0;
  list-style: none;
  color: #313131;
}

#clinic .clinic-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #181919;
  margin-right: 8px;
  display: inline-block;
}

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

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

#medical #page08 .p-clinic-facility-block01 {
  padding-bottom: 90px;
}

#clinic section.p-clinic-facility {
  margin-bottom: 80px;
}
#clinic section.p-clinic-facility2 {
  margin-bottom: 30px;
}

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

  #medical #page08 .p-clinic-facility-block01 {
    padding-bottom: 0;
  }
}

#clinic section.p-clinic-facility#page04 {
  margin-bottom: 0;
}

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

.map-root {
  text-align: center;
}

.map-root a {
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 15px 30px;
  color: #fff;
  letter-spacing: 3px;
}

.bnr-block ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

.bnr-block ul img {
  max-width: 300px;
  border-radius: 8px;
}


/* お知らせ */

h2.c-blog-heading__title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.c-post-single__info {
  margin-bottom: 3rem;
}

.c-post-news-list__time,
.c-post-single__time {
  font-family: "sofia-pro", sans-serif;
  ;
  font-weight: 300;
}

.l-container-post {
  padding: 80px 50px 0 50px;
}