@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__title h1 {
  font-family: "Zen Maru Gothic Medium", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
  /* letter-spacing: 0.1em; */
  text-align: right;
  color: #135072;
  margin-bottom: 2.5rem;
}

.p-front-mv__title h1 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 1rem;
}

.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: 2rem;
    text-shadow: 00px 3px 12px rgba(255, 255, 255, 1);
  }

  .p-front-mv__title h1 span.txt-back-color {
    margin-bottom: 4px;
    padding-left: 10px;
  }

  .p-front-mv__title h1::after {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: -20px;
    left: -25px;
    background: rgb(255 255 255 / 85%);
    z-index: -1;
  }
}

.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: "Zen Maru Gothic Regular", sans-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: 9px;
    /* 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: #2B5E9C;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    padding: 30px 20px;
    flex-wrap: wrap;
    /* 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 #52aed5 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;
    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: 25%;
}

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

/*  */
.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: "Zen Maru Gothic Regular", sans-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-color: rgba(109, 113, 113, 0.1); */
  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: -50px;
  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;
  }
}

#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: "Zen Maru Gothic Regular", sans-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;
  gap: 24px 24px;
}

.p-front-medical-block02__item {
  display: flex;
  width: calc(33% - 14px);
  height: 120px;
  padding: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 3px 20px 0 rgba(16, 138, 136, 0.1);
  align-items: center;
}

.p-front-medical-block02__item_alt {
  width: calc(50% - 13px);
}

@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%;
    min-height: auto;
    padding: 15px 15px 10px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.p-front-medical-block02__content {
  width: calc(100% - 75px);
  padding-right: 15px;
  text-align: center;
}

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

.p-front-medical-block02__title {
  padding-bottom: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgb(163 177 177 / 26%);
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

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

.p-front-medical-block02__title-small {
  /* margin-bottom: 5px; */
  font-family: "dinr_R",serif;
  font-size: 11px;
  font-weight: 700;
  color: #d2bc49;
  line-height: 1.3;
}

@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__text {
  font-family: "Zen Maru Gothic Regular", sans-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 {
  position: relative;
  /* top: -10px; */
  padding-top: 0px;
  width: 80px;
}

/* 初めてクリニックをご利用いただく方へ */
.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-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #353c3c;
}

.p-front-beginner-block01__titie span {
  background: #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;
}
.list_cashless ul{
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.list_cashless ul li{
}
@media screen and (max-width: 767px) {
  .list_cashless ul{
    flex-wrap: wrap;
  }
.list_cashless ul li{
  width: calc((100% - 10px) / 2);
}
}

/* ごあいさつ */
.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: "Zen Maru Gothic Regular", sans-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: #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: 140px 0 50px 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: #2B5E9C;
  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 #2B5E9C transparent;
  mix-blend-mode: multiply;
  opacity: 0.14;
}

@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: 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: 68px;
}

.p-front-feature-block01__title,
.p-front-feature-block03__title,
.p-front-feature-block05__title {
  margin-bottom: 50px;
  padding-left: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.p-front-feature-block03__title{
  margin-bottom: 80px;
}
.p-front-feature-block05__title{
  margin-bottom: 55px;
}

@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,
  .p-front-feature-block03__title,
  .p-front-feature-block05__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: #2B5E9C;
  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 #2B5E9C transparent;
  mix-blend-mode: multiply;
  opacity: 0.14;
}

@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,
.p-front-feature-block04__content-inner {
  width: 620px;
  max-width: 100%;
  padding: 92px 0 0 20px;
}
.p-front-feature-block04__content-inner{
  padding-top: 40px;
}


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

.p-front-feature-block02__title,
.p-front-feature-block04__title {
  margin-bottom: 80px;
  padding-right: 48px;
  color: #494c50;
  font-size: 35px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0;
}
.p-front-feature-block04__title{
  margin-bottom: 25px;
}

@media screen and (max-width: 1090px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__title,
  .p-front-feature-block04__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: "Zen Maru Gothic Regular", sans-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.jpg") 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;
  background: url("../img/icon_list01.png") no-repeat 0 10.5px;
  background-size: 20px;
  padding: 0 0 0 32px;
  font-size: 20px;
  font-weight: 600;
  color: #353c3c;
}

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

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

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

.title-wrap::after {
  content: "";
  width: 50%;
  height: 50px;
  position: relative;
}

.title-wrap>div {
  width: 42%;
  display: flex;
  position: relative;
  left: -22px;
  top: 10px;
}

@media screen and (max-width: 1090px) {
  .title-wrap>div {
    width: 50%;
    left: -6px;
  }
}

@media screen and (max-width: 767px) {
  .title-wrap>div {
    width: 100%;
  }
}

.title-wrap>div::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/front/front_medial01.png) 50% 50%/cover no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  top: -12px;
}

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

@media screen and (max-width: 1090px) {
  #precision #page01 .title-wrap>div::before {
    width: 100px;
    height: 70px;
  }
}

@media screen and (max-width: 1090px) {
  #precision #page01 .title-wrap>div::before {
    width: 75px;
    height: 65px;
  }
}

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

.title-wrap .c-page-heading h2 {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 33px;
}

#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;
}
.bnr-block ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

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

/*----------------
 下層共通
------------------*/

.p-pagelist {
  background: #f4f7fb;
}
.p-pagelist .inner{
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 25px;
}
.p-pagelist ul{
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 13px;
  justify-content: center;
}
.p-pagelist ul li{
  background: #fff;
  width: calc((100% - (13px * 3))/4);
  border-radius: 8px;
  text-align: center;
}
.p-pagelist ul li a{
  background: url(../img/icon_arrow_b-b.svg) no-repeat center bottom 8px;
  width: 100%;
  padding: 5px 0 10px;
  color: #2b5e9c;
  font-weight: bold;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  display: block;
  font-size: 13px;
}
.p-pagelist ul li a span {
  display: inline-block;
}
.p-wrap_box{
  width: 1000px;
  margin: 0 auto;
}
.p-wrap_box h3{
  background: #2b5e9c;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 80px;
  color: #fff;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 25px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.p-wrap_inner_box{
  margin-top: -30px;
  border: solid 5px #9BC0EE;
  border-radius: 30px;
}
.check_list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.check_list li{
  background: url(../img/icon_check_b.svg) no-repeat top 9px left;
  margin-bottom: 20px;
  padding-left: 2em;
}
  @media screen and (max-width:767px) {
    .p-pagelist .inner{
      width: 90%;
    }
    .p-pagelist ul li{
      width: calc((100% - (13px))/2);
    }
    .p-pagelist .inner{
      width: 90%;
    }
    .p-pagelist ul li{
      width: calc((100% - (13px))/2);
    }
    .p-wrap_box{
      width: 100%;
    }
    .p-wrap_box h3 {
        padding: 10px 30px;
        font-size: 17px;
    }
  }

.sec{
  margin-bottom: 140px;
}
.p-sec-heading {
  background: url(../img/u_heading_deco.svg) no-repeat center top;
  margin-bottom: 120px;
  padding-top: 70px;
  position: relative;
}
.p-sec-heading::after{
  content: '';
  background: #2B5E9C;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 93px;
  left: 0;
}
.sec-heading {
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
  font-size: 31px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
}
  @media screen and (max-width:767px) {
    .sec:not(:last-of-type){
      margin-bottom: 100px;
    }
    .p-sec-heading {
      margin-bottom: 70px;
    }
    .p-sec-heading::after{
      top: 88px;
    }
    .sec-heading {
      padding: 0 20px;
      font-size: 24px;
      text-align: center;
    }
  }
.p-col2_box {
  display: flex;
}
.p-box_img{
  flex-shrink: 0;
}
.term_heading {
  background: #2b5e9c;
  padding: 18px 25px 21px 65px;
  color: #fff;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 25px;
  border-radius: 8px;
  position: relative;
}
.term_heading::before{
  content: '';
  background: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 24px;
  left: 25px;
  border-radius: 100px;
  opacity: 0.42;
}
.item_heading {
  padding: 0 0 10px 33px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #475555;
  position: relative;
}
.item_heading::before{
  content: '';
  background: #3f79c0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.ele_heading{
  padding-left: 35px;
  font-size: 18px;
  position: relative;
}
.ele_heading::before{
  content: '';
  background: #2b5e9c;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.ele_heading.circle::before{
  border-radius: 50px;
}
.txt_center{
  text-align: center;
}
.txt_right{
  text-align: right;
}
@media screen and (max-width:767px) {
  .term_heading {
    padding: 11px 25px 14px 36px;
    font-size: 19px;
  }
  .term_heading::before{
    width: 15px;
        height: 15px;
        top: 19px;
        left: 13px;
  }
  .item_heading {
  padding: 0 0 10px 23px;
  font-size: 18px;
}
}

/*----------------
 日帰り手術
------------------*/
/*日帰り手術について*/
#about.sec{
  padding-top: 60px;
}
#about .p-col2_box{
  flex-direction: row-reverse;
  gap: 60px;
}
#about .p-box_img{
  width: 500px;
}
@media screen and (max-width:767px) {
  #about .p-col2_box{
    flex-direction: column;
    gap: 30px;
  }
  #about .p-box_img{
    width: 100%;
  }
}

/*日帰り手術の特徴*/
#feature .p-col2_box{
  gap: 75px;
}
#feature .p-col2_box:not(:last-of-type){
  margin-bottom: 60px;
}
#feature .p-col2_box.reverse{
  flex-direction: row-reverse;
}
#feature .p-box_img{
  width: 500px;
}
#feature .p-box_img .note{
  margin-top: 10px;
  font-size: 14px;
}
#feature .box_heading{
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  color: #556ea5;
}
.box_text_link{
  text-align: right;
}
.box_text_link a{
  background: url(../img/icon_arrow_g-r.svg) no-repeat right 10px center;
  padding-right: 30px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size: 15px;
  border-bottom: solid 1px #707070;
}

#feature .p-col3_box{
  display: flex;
  gap: 26px;
}
#feature .p-col3_box .p-box{
  width: calc((100% - 52px) / 3)
}
#feature .p-col3_box .p-box .p-box_img {
  width: 100%;
  margin-bottom: 20px;
}
#feature .p-col3_box .box_heading{
  margin-bottom: 10px;
  font-size: 24px;
}
  @media screen and (max-width:767px) {
    #feature .p-col2_box{
      flex-direction: column;
      gap: 30px;
    }
    #feature .p-col2_box.reverse{
      flex-direction: column;
    }
    #feature .p-col2_box:not(:last-of-type){
      margin-bottom: 50px;
    }
    #feature .p-box_img{
      width: 100%;
    }
    #feature .box_heading{
      font-size: 22px;
    }
    #feature .p-col3_box{
      flex-direction: column;
      gap: 50px;
    }
    #feature .p-col3_box .p-box{
      width: 100%;
    }
    #feature .p-col3_box .box_heading{
      font-size: 21px;
    }
  }

/*初診から手術までの流れ*/
#flow div.box,
div.flow.box{
  width: 1000px;
  margin: 0 auto;
  padding: 0 55px 0 95px;
}
#flow .p-flow_list,
.flow .p-flow_list{
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#flow .p-flow_list::after,
.flow .p-flow_list::after{
  content: '';
  background: #2b5e9c;
  width: 2px;
  height: 95%;
  position: absolute;
  top: 0;
  left: 33px;
}
#flow .p-flow_list li,
.flow .p-flow_list li{
  display: flex;
  gap: 30px;
}
#flow .p-flow_list li:not(:last-of-type),
.flow .p-flow_list li:not(:last-of-type){
  margin-bottom: 65px;
}
#flow .p-flow_list li .num,
.flow .p-flow_list li .num{
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  position: relative;
  z-index: 1;
  font-family: "dinr_R", sans-serif;
  padding-top: 6px;
}
#flow .p-flow_list li .num::before,
.flow .p-flow_list li .num::before{
  content: '';
  background: #2b5e9c;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#flow .p-flow_list li .body .heading,
.flow .p-flow_list li .body .heading{
  margin-bottom: 10px;
  color: #2b5e9c;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  #flow .p-flow_list li,
.flow .p-flow_list li{
  gap: 10px;
}
  #flow .p-flow_list::after,
  .flow .p-flow_list::after{
    height: 92%;
    left: 19px;
  }
  #flow .p-flow_list li .num,
  .flow .p-flow_list li .num{
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  #flow .p-flow_list li .num::before,
  .flow .p-flow_list li .num::before{
    width: 40px;
    height: 40px;
  }
  #flow div.box,
  div.box.flow{
    width: 100%;
    padding: 0;
  }
  #flow .p-flow_list li .body .heading,
.flow .p-flow_list li .body .heading{
  font-size: 18px;
}
}

/*手術後の生活について*/
#surgery #after_surgery .p-note{
  margin-bottom: 60px;
}
.c_red{
  color: #f00;
}
.normal_list{
  margin: 0;
}
.normal_list li:not(:last-of-type){
  margin-bottom: 20px;
}
.p-btn_tel {
  text-align: center;
}
.btn_tel {
  background: url(../img/icon_tel.svg) no-repeat center left 50px,#739AC9;
  width: 400px;
  height: 80px;
  color: #fff;
  line-height: 1.4;
  border-radius: 50px;
  padding-top: 8px;
}
.btn_tel span{
  font-size: 28px;
  font-family: "dinr_R", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width:767px) {
  .btn_tel {
    background: url(../img/icon_tel.svg) no-repeat center left 40px,#739AC9;
    width: 98%;
  }
  .btn_tel span{
  font-size: 25px;
}
}

/*日常生活の制限について*/
#surgery #limit .p-col2_box{
  gap: 48px;
}
#surgery #limit .p-box_img{
  width: 260px;
  margin: 0 auto;
}
#surgery #limit .p-box_text{
  width: 100%;
  /* font-size: 18px; */
}
#surgery #limit .box_heading{
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width:767px) {
  #surgery #limit .p-col2_box{
    flex-direction: column;
    gap: 48px;
  }
}

/*術後のセルフケアと注意点*/
#surgery #selfcare .p-col2_box{
  gap: 65px;
  flex-direction: row-reverse;
}
#surgery #selfcare .p-box_img{
  width: 335px;
}
@media screen and (max-width:767px) {
  #surgery #selfcare .p-col2_box{
    gap: 50px;
    flex-direction: column;
  }
  #surgery #selfcare .p-box_img{
    margin: 0 auto;
  }
}

/*その他の日帰り手術*/
#surgery #other .p-wrap_inner_box{
  padding: 110px 140px 70px;
}
#surgery #other .check_list{
  justify-content: flex-start;
}
#surgery #other .check_list li{
  width: 33%;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  letter-spacing: 1px;
}
#surgery #other .p-col2_box{
  flex-direction: row-reverse;
  gap: 60px;
}
#surgery #other .p-box_img{
  width: 500px;
}

@media screen and (max-width:767px) {
    #surgery #other .p-wrap_inner_box {
        padding: 50px 30px 30px;
    }
    #surgery #other .check_list li{
      width: 50%;
    }
    #surgery #other .p-col2_box{
      flex-direction: column;
      gap: 30px;
    }
    #surgery #other .p-box_img{
      width: 100%;
    }
    #surgery #other .btn_detail{
      line-height: 1.5;
    }
}

/*白内障手術の費用*/
/*費用補助制度について*/
.btn_detail{
  background: url(../img/icon_arrow_w-r.svg) no-repeat center right 32px,#739AC9;
  width: 450px;
  height: 60px;
  color: #fff;
  border-radius: 50px;
  margin-left: 20px;
}
@media screen and (max-width:767px) {
.btn_detail{
  background: url(../img/icon_arrow_w-r.svg) no-repeat center right 18px,#739AC9;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  font-size: 16px;
}
}

/*よくある質問*/
#faq.sec{
  background: rgba(43, 94, 156, 0.05);
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
#faq .sec-heading{
  background: #f4f7fa;
}
.p-faq_box {
  background: #f5f5f5;
  width: 1000px;
  margin: 0 auto;
}
.p-faq_box:not(:last-of-type){
  margin-bottom: 20px;
}
.p-faq_box dt{
  background: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  letter-spacing: 2px;
}
.p-faq_box dt::after{
  content: '';
  background: url(../img/icon_arrow_g-b.svg) no-repeat right center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all .5s ease;
  transform: translateY(-50%);
}
.p-faq_box dt.close::after{
  transform: translateY(-50%) rotate(180deg);
}
.p-faq_box dt span{
  background: #2b5e9c;
  width: 60px;
  height: 80px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dinr_R", sans-serif;
}
.p-faq_box dt span::before{
  content: 'Q';
  color: #fff;
  font-size: 32px;
}
.p-faq_box dd{
  padding: 80px 45px;
  position: relative;
  display: none;
}
.p-faq_box dd span {
  font-family: "dinr_R", sans-serif;
}
.p-faq_box dd span::before{
  content: 'A';
  margin-top: -50px;
  margin-left: -15px;
  color: #2b5e9c;
  font-size: 32px;
  line-height: 1.5;
  display: block;
  font-family: "dinr_M", sans-serif;
}
.p-faq_box dd p{
  background: #fff;
  padding: 30px 35px;
}
@media screen and (max-width:767px) {
  .p-faq_box{
    width: 100%;
  }
  .p-faq_box dt{
    padding: 10px 30px 10px 45px;
    font-size: 16px;
    letter-spacing: 0px;
    height: 75px;
  }
  .p-faq_box dt span{
    height: 100%;
    position: absolute;
    left: 0;
    width: 30px;
  }
  .p-faq_box dt span::before{
    font-size: 24px;
  }
  .p-faq_box dd{
    padding: 60px 25px 40px;
  }
  .p-faq_box dd span::before{
    content: 'A';
    margin-top: -50px;
    margin-left: -5px;
  }
  .p-faq_box dd p{
    background: #fff;
    padding: 15px 20px;
  }
  .p-faq_box dt::after{
  background: url(../img/icon_arrow_g-b.svg) no-repeat right center / cover;
  width: 15px;
  height: 15px;
  right: 12px;
}
.p-faq_box:not(:last-of-type){
  margin-bottom: 15px;
}
}
/*----------------
 白内障
------------------*/
/*白内障について*/
#cataract #about .p-wrap_inner_box{
  padding: 100px 50px 80px;
}
@media screen and (max-width:767px) {
    #cataract #about .p-wrap_inner_box {
        padding: 50px 30px 30px;
    }
}
#cataract #about .check_list{
  gap: 0 50px;
  justify-content: space-between;
}
#cataract #about .check_list li{
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width:767px) {
    #cataract #about .check_list{
      flex-direction: column;
    }
    #cataract #about .check_list li{
      width: 100%;
    }
}
#cataract #about .p-box {
  width: calc((100% - 50px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
#cataract #about .p-box .box_heading {
  background: #ccc;
  padding: 10px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 24px;
  text-align: center;
}
#cataract #about .p-box .img_box01 {
  background: #eee;
  padding: 10px 0 50px;
  text-align: center;
}
#cataract #about .p-box .img_box01 img{
  width: 352px;
}
#cataract #about .p-box .img_box02 {
  background: #ccc;
  padding: 50px 0;
  text-align: center;
}
#cataract #about .p-box .img_box02 img{
  width: 264px;
}
@media screen and (max-width:767px) {
  #cataract #about .p-box {
    width: 100%;
  }
}

/*診断から治療の流れ */
#cataract #flow .p-flow_list::after{
  height: 92%;
}
@media screen and (max-width:767px) {
  #cataract #flow .p-flow_list::after{
    height: 80%;
  }
}

#cataract #flow .p-col2_box{
  width: 1000px;
  margin: 0 auto;
  flex-direction: row;
  gap: 40px;
}
#cataract #flow .p-box{
  background: rgba(43, 94, 156,0.1);
  width: calc((100% - 40px) / 2);
  padding: 85px 52px 55px;
  position: relative;
}
#cataract #flow .p-box:nth-of-type(1)::before,
#cataract #flow .p-box:nth-of-type(2)::before{
  content: '';
  width: 104px;
  height: 104px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
#cataract #flow .p-box:nth-of-type(1)::before{
  background: url(../img/cataract/icon_cataract01.svg) no-repeat;
}
#cataract #flow .p-box:nth-of-type(2)::before{
  background: url(../img/cataract/icon_cataract02.svg) no-repeat;
}
#cataract #flow .box_heading{
  margin-bottom: 40px;
  color: #3f6da5;
  font-size: 26px;
  text-align: center;
}
#cataract #flow .btn_detail{
  width: 100%;
  height: 60px;
}
#cataract #flow .btn:not(:last-of-type){
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  #cataract #flow .p-col2_box{
    width: 100%;
    flex-direction: column;
    gap: 100px;
  }
  #cataract #flow .p-box{
    width: 100%;
    padding: 85px 30px 30px;
  }
  #cataract #flow .box_heading{
    font-size: 22px;
  }
  #cataract #flow .btn_detail{
    height: 70px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*----------------
 小児の近視
------------------*/
#child #about .p-wrap_inner_box{
  padding: 100px 50px 80px;
}
#child #about .check_list{
  gap: 0 50px;
  justify-content: space-between;
}
#child #about .check_list li{
  width: calc((100% - 50px) / 2);
}
#child #flow .p-flow_list::after{
  height: 90%;
}
@media screen and (max-width:767px) {
  #child #about .p-wrap_inner_box{
    padding: 50px 30px 30px;
  }
  #child #about .check_list{
    flex-direction: column;
  }
  #child #about .check_list li{
    width: 100%;
  }
}

/*MYAH（眼軸長計測検査機器）について*/
#child #myah.p-col_box{
  background: #f1f1f1;
  padding: 55px 85px 60px 100px;
  border-radius: 10px;
}
#child #myah.p-col_box .box{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 30px;
}
#child #myah.p-col_box .box_heading{
  margin-bottom: 25px;
  font-size: 34px;
  text-align: center;
}
#child #myah.p-col_box .box_img{
  width: 277px;
}
#child #myah.p-col_box .btn_detail{
  height: 60px;
}
@media screen and (max-width:767px) {
  #child #myah.p-col_box{
    padding: 55px 30px 60px 30px;
  }
  #child #myah.p-col_box .box{
    flex-direction: column;
  }
  #child #myah.p-col_box .box_heading{
    font-size: 22px;
  }
  #child #myah.p-col_box .box_img{
    margin: 0 auto;
  }
  #child #myah.p-col_box .btn_detail{
    width: 100%;
  }
}

/*当院の近視抑制治療*/
.item_list {
  margin: 0;
  padding: 0 90px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.item_list li a{
  padding-bottom: 5px;
  color: #36346e;
  font-size: 20px;
  border-bottom: dotted 1px #2B5E9C;
  position: relative;
}
.item_list li a::after{
  content: '';
  background: url(../img/icon_arrow_b-b.svg) no-repeat center bottom;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width:767px) {
  .item_list {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .item_list li a{
    font-size: 18px;
  }
}

/**/
#child #treatment .p-col2_box{
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
#child #treatment .p-col2_box .p-box_img{
  width: 529px;
}
.normal_list.small{
  font-size: 14px;
}
.normal_list.small li{
  margin-bottom: 2px;
}
@media screen and (max-width:767px) {
  #child #treatment .p-col2_box{
    flex-direction: column;
  }
    #child #treatment .p-col2_box .p-box_img{
      width: 100%;
  }
}

#child #myopine .p-flow_list::after{
  height: 92%;
}

/*----------------
 眼内レンズ
------------------*/
#lens #about .box_img{
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  #lens #about .box_img{
    width: 100%;
  }
}

#lens #different .box_img{
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  #lens #different .box_img{
    width: 100%;
  }
}

#lens #different .p-wrap_box .p-wrap_inner_box{
  padding: 80px 80px 50px;
}
#lens #different .check_list li{
  width: 100%;
}
@media screen and (max-width:767px) {
#lens #different .p-wrap_box .p-wrap_inner_box{
  padding: 60px 40px 25px;
}
}

#lens .lens .p-col2_box{
  flex-direction: row-reverse;
  gap: 45px;
}
#lens .lens .p-col2_box .p-box_img{
  width: 340px;
}
#lens .lens .p-col2_box .p-box_text{
  width: calc(100% - 340px - 45px);
}
#lens .lens .p-col2_box .normal_list li{
  line-height: 1.5;
}
#lens .lens .box_img_full{
  width: 1153px;
  margin: 0 auto;
}
#lens .lens .btn{
  text-align: center;
}
#lens .lens .btn_detail{
  height: 60px;
}
@media screen and (max-width:767px) {
  #lens .lens .p-col2_box{
    flex-direction: column;
  }
  #lens .lens .p-col2_box .p-box_img,
  #lens .lens .p-col2_box .p-box_text{
    width: 100%;
  }
  #lens .lens .box_img_full{
    width: 100%;
  }
}

/*----------------
 ICL
------------------*/
.notice_box {
  margin-top: 100px;
  padding: 150px 100px;
  border: solid 2px #707070;
  border-radius: 20px;
}
.notice_box .box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dashed 1px #707070
}
.notice_box .box .heading {
  margin-bottom: 80px;
  font-size: 34px;
  text-align: center;
  position: relative;
}
.notice_box .box .heading::after{
  content: '';
  background: #707070;
  width: 268px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.notice_box .box .txt_strong {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.notice_box .box .normal_list li{
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .notice_box {
    padding: 70px 50px;
  }
  .notice_box .box .heading {
    font-size: 24px;
  }
  .notice_box .box .heading::after{
    width: 40%;
  }
  .notice_box .box .txt_strong {
    font-size: 20px;
  }
}

#icl #about .p-wrap_inner_box{
  padding: 100px 70px 80px;
}
#icl #about .check_list {
  gap: 0 50px;
  justify-content: space-between;
}
#icl #about .check_list li {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width:767px) {
  #icl #about .p-wrap_inner_box{
    padding: 50px 35px 40px;
  }
  #icl #about .sec-heading{
    width: 83%;
  }
  #icl #about .check_list {
    flex-direction: column;
  }
  #icl #about .check_list li {
    width: 100%;
  }
}

#icl #target .p-col2_box{
  width: 1000px;
  margin: 0 auto;
  gap: 33px;
}
#icl #target .p-col2_box .box{
  width: calc((100% - 33px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
#icl #target .p-col2_box .box:nth-of-type(1){
  background: rgba(43, 94, 156,0.15);
}
#icl #target .p-col2_box .box:nth-of-type(2){
  background: rgba(156, 43, 62,0.15);
}
#icl #target .p-col2_box .box .box_heading{
  background: #636363;
  padding: 24px 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
#icl #target .p-col2_box .box .box_text{
  padding: 30px 40px;
}
@media screen and (max-width:767px) {
  #icl #target .p-col2_box{
    width: 100%;
    flex-direction: column;
  }
  #icl #target .p-col2_box .box{
    width: 100%;
  }
}

/*他の治療法との比較*/
.comparison_table{
  width: 1000px;
  margin: 0 auto;
  border: none;
}
.comparison_table tr th{
  background: #f2f2f2;
  width: 26%;
  padding: 10px 0;
  font-weight: normal;
  border: solid 1px #D8D8D8;
}
.comparison_table tr td{
  text-align: center;
  border: solid 1px #D8D8D8;
}
.comparison_table tr td:nth-of-type(1){
  width: 38%;
}
.comparison_table tr td:nth-of-type(2){
  width: 38%;
}
.comparison_table tr td img{
  width: 195px;
}
@media screen and (max-width:767px) {
  .comparison_table{
    width: 100%;
  }
}

/*ICL手術の流れ*/
#icl #flow .p-flow_list::after{
  height: 92%;
}
#icl #flow .btn{
  text-align: center;
}
#icl #flow .btn_detail{
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  #icl #flow .p-flow_list::after{
    height: 90%;
  }
}
/*----------------
 診療案内
------------------*/
#cataract.sec{
  padding-top: 60px;
}
#medical .p-col2_box{
  flex-direction: row-reverse;
  gap: 50px;
}
#medical .p-col2_box .p-box_img{
  width: 500px;
}
@media screen and (max-width:767px) {
  #medical .p-col2_box{
    flex-direction: column;
    gap: 30px;
  }
  #medical .p-col2_box .p-box_img{
    width: 100%;
  }
  #myopia .btn_detail{
    line-height: 1.5;
  }
}

/*一般眼科*/
#ophthalmology .item_list{
  width: 930px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media screen and (max-width:767px) {
  #ophthalmology .item_list{
    width: 100%;
    flex-direction: row;
  }
}

/*----------------
 医院案内
------------------*/
#facility.sec{
  padding-top: 60px;
}
#clinic .p-pagelist ul{
  padding: 0 100px;
  justify-content: center;
}
#clinic .p-pagelist ul li{
  width: calc((100% - (13px * 2))/3);
}
@media screen and (max-width:767px) {
  #clinic .p-pagelist ul{
    padding: 0;
  }
}

/*設備紹介*/
#facility .p-col2_box {
  margin-bottom: 120px;
  gap: 74px;
}
#facility .p-col2_box .p-box_img{
  width: 595px;
}
#clinic .heading{
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  color: #556ea5;
}

#clinic .p-col3_box {
  display: flex;
  flex-wrap: wrap;
  gap: 160px 60px;
}
#clinic .p-col3_box .p-box {
  width: calc((100% - 120px) / 3);
}
#clinic .p-col3_box .p-box_img {
  margin-bottom: 25px;
}
#clinic .p-col3_box .heading{
  text-align: center;
}
#clinic .p-col3_box .heading span {
  color: #7e7e7e;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  #facility .p-col2_box{
    margin-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
  #facility .p-col2_box .p-box_img{
    width: 100%;
  }
  #clinic .p-col3_box{
    flex-direction: column;
    gap: 60px;
  }
  #clinic .p-col3_box .p-box {
    width: 100%;
  }
}

/*医師紹介*/
#doctor.sec{
  background: #f5f7fb;
  padding-top: 130px;
  padding-bottom: 200px;
}
#doctor.sec .sec-heading{
  background: #f5f7fb;
}
#doctor .p-col2_box{
  gap: 82px;
}
#doctor .p-box_img{
  width: 518px;
  position: relative;
}
#doctor .p-box_img img{
  position: sticky;
  top: 85px;
}
#doctor .heading{
  margin-bottom: 70px;
  color: #252929;
  font-size: 35px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
#doctor .heading .position{
  margin-bottom: 20px;
  color: #284674;
  font-size: 13px;
  display: inline-block;
}
#doctor .heading .roma{
  color: #81a9e3;
  font-size: 14px;
}
#doctor h3 + h4{
  margin-bottom: 25px;
  color: #81a9e3;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  font-size: 24px;
}
#doctor h4.heading{
  margin-bottom: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Zen Maru Gothic Regular", sans-serif;
  border-bottom: solid 1px #707070;
  position: relative;
}
#doctor h4.heading::before{
  content: '';
  background: #81a9e3;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width:767px) {
  #doctor.sec{
    padding-top: 60px;
    padding-bottom: 120px;
  }
  #doctor .p-col2_box{
    flex-direction: column;
    gap: 30px;
  }
  #doctor .p-box_img{
    width: 100%;
  }
  #doctor .p-box_img img{
    position: static;
    top: 0;
  }
  #doctor .heading{
    font-size: 25px;
  }
  #doctor .heading .position,
  #doctor .heading .roma{
    font-size: 13px;
  }
}

/*アクセス*/
#access .p-col2_box{
  flex-direction: row-reverse;
  gap: 50px;
}
#access .address{
  width: fit-content;
  margin: 0 auto 25px 110px;
  position: relative;
}
#access .p-col2_box .p-box_img{
  width: 594px;
}
#access .p-col2_box .p-box_img iframe{
  width: 520px;
  height: 520px;
  margin-left: 74px;
}
#access .p-col2_box .p-box_img p.map{
  width: 520px;
  margin: 0 auto;
}
#access .note{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
#access .i_youtube{
  width: 712px;
  margin: 0 auto;
  text-align: center;
}
#access .i_youtube iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  #access .p-col2_box{
    flex-direction: column;
    gap: 30px;
  }
  #access .address{
    margin: 0 auto 10px;
  }
  #access .p-col2_box .p-box_img{
    width: 100%;
  }
  #access .p-col2_box .p-box_img iframe{
    width: 100%;
    height: auto;
    margin-left: 0;
    aspect-ratio: 1 / 1;
  }
  #access .p-col2_box .p-box_img p.map{
    width: 100%;
  }
  #access .i_youtube{
    width: 100%;
  }
}

/*感染対策について*/
#infection .p-col2_box{
  gap: 100px;
}
#infection .p-col2_box .p-box_img{
  margin-bottom: 10px;
  text-align: center;
}
#infection .p-col2_box .heading{
  text-align: center;
}
#infection .p-col2_box.full{
  flex-direction: row-reverse;
}
#infection .p-col2_box.full .heading{
  text-align: left;
}
@media screen and (max-width:767px) {
  #infection .p-col2_box{
    flex-direction: column;
    gap: 30px;
  }
  #infection .p-col2_box.full{
    flex-direction: column;
  }
}


/* お知らせ */

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

#access .address::before {
content: "";
width: 16px;
height: 22px;
background: url(../img/clinic/icon_map.png) no-repeat center center / cover;
position: absolute;
left: -32px;
top: 15px;
}

@media screen and (max-width:767px) {
#access .address::before {
display: none;
}
}
