@charset "utf-8";

:root {
    /* タイトル等の文字色 */
}


/* フォントのギザギザ調整 */
/* p, a, li, dt, dd, h1, h2, h3, h4, h5 {
  transform: rotate(0.03deg);
} */


/* ▼ここからパーツごとのcss
メディアクエリもパーツごとに記載
================================*/

/*================================

共通

================================*/

/* 背景
================================*/

/*=======================

  メインビジュアル

========================*/
.mainvisual {
/* background: var(--color01); */
/* background: rgba(255, 255, 255, 0.8); */
position: relative;
padding: 0 30px 60px 90px;
}
.mainvisual:before {
  content: "";
  background: var(--color01);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94.5%;
}

.mainvisual:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 307px;
  height: 5.5%;
}

.mainvisual_container:before,
.mainvisual_container:after {
  content: "";
  position: absolute;
}

.mainvisual_container:before {
  background: url(../img/mv_deco_l.png) no-repeat left top / contain;
  left: 0;
  top: 0;
  width: 307px;
  height: 363px;
}

.mainvisual_container:after {
  background: url(../img/mv_deco_r.png) no-repeat right bottom / contain;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 420px;
}

.mainvisual_container {
  /* padding: 0 30px 60px 70px; */
}




.mainvisual_inner {
  max-width: 1260px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.mainvisual_img {
  text-align: right;
  padding-left: 50px;
}

.mainvisual_img-item {
  display: inline-block;
}



.mainvisual_catchcopy {
  font-size: clamp(30px, 48 / 1200 * 100vw, 48px);
  color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
}
.mainvisual_catchcopy_eng {
  font-size: clamp(18px, 48 / 1200 * 100vw, 36px);
}

/* section */

.breadcrumb {
  display: flex;
  padding-left: 10%;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #94b8df;
}


.services_sec {
  position: relative;
}
.services_sec:nth-of-type(2n-1) {
  background: #eee;
}
.services_sec:nth-of-type(2n-1)::before {
  content: "";
  background: url(../img/greeting_bg_deco.png) repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  z-index: 2;
}
.services_sec:nth-of-type(2n)::before {
  content: "";
  background: url(../img/greeting_bg_deco2.png) repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  z-index: 2;
}


.services_sec:nth-of-type(2n) .section_heading {
  background-color: #fff;
}
.services_sec:nth-of-type(2n) .section_heading span {
  background-color: #fff;
}
.services_sec:nth-of-type(2n) .section_heading span::after {
  background-image: url(../img/sec_ttl_deco02.png);
}
.services_sec:nth-of-type(2n) .section_heading::before {
  border-color: #eee;
}
.services_sec:nth-of-type(2n) .lower_ttl01 {
  border-color: #eee;
}


.clinic_sec {
  position: relative;
}
.clinic_sec:nth-of-type(2n)::before {
  content: "";
  background: url(../img/greeting_bg_deco2.png) repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  z-index: 2;
}

.clinic_sec:nth-of-type(2n-1) {
  background: #eee;
  position: relative;
}
.clinic_sec:nth-of-type(2n-1)::before {
  content: "";
  background: url(../img/greeting_bg_deco.png) repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  z-index: 2;
}


.clinic_sec:nth-of-type(2n) .section_heading {
  background-color: #fff;
}
.clinic_sec:nth-of-type(2n) .section_heading span {
  background-color: #fff;
}
.clinic_sec:nth-of-type(2n) .section_heading span::after {
  background-image: url(../img/sec_ttl_deco02.png);
}
.clinic_sec:nth-of-type(2n) .section_heading::before {
  border-color: rgba(238, 238, 238, 0.5);
}
.clinic_sec:nth-of-type(2n) .lower_ttl01 {
  border-color: #eee;
}



.section_inner {
  padding: 60px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}


.section_heading {
  text-align: center;
  font-size: clamp(24px, 30 / 800 * 100vw, 48px);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  position: relative;
  padding: 100px 0 40px;
  z-index: 1;
  background-color: #eee;
}

.services_heading_img {
  position: relative;
}

.section_heading::before {
  content: "";
  border-top: solid 3px rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  width: 100vw;
  height: 3px;
  z-index: -1;
}

.section_heading span::first-letter {
  color: var(--color04);

}
.section_heading span {
  background-color: #eee;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
.section_heading span::after {
  content: "";
  background: url(../img/sec_ttl_deco01.png) no-repeat center / contain;
  position: absolute;
  left: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 162px;
  height: 124px;
  z-index: -1;
}


.services_heading {
  display: flex;
  gap: 20px 140px;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
}

.services_heading:before, .services_heading_item:before {
  content: "";
  position: absolute;
}
.services_heading::before {
  background: url(../img/greeting_deco1.png) no-repeat center / contain;
  width: 177px;
  height: 168px;
  right: 35%;
  top: 5%;
}
.services_heading_item:before {
  background: url(../img/greeting_deco3.png) no-repeat center / contain;
  width: 213px;
  height: 223px;
  right: -50px;
  bottom: 0;
}

.services_heading_item {
  max-width: 480px;
  position: relative;
}

.services_heading_item .txt {
  font-weight: 400;
}

.services_heading_txt {
  font-size: clamp(20px, 30 / 1200 * 100vw, 30px);
  color: var(--color04);
  line-height: 1.5;
  text-align: left;
  padding-top: 15px;
  margin-bottom: 25px;
  position: relative;
}


.lower_ttl01 {
  border-bottom: solid 2px #fff;
  color: #333;
  font-size: clamp(20px, 30 / 1200 * 100vw, 30px);
  text-align: left;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.1;
  padding-bottom: 15px;
}

.lower_ttl01::before {
  content: "";
  border-bottom: solid 2px #7EA9D4;
  position: absolute;
  bottom: -2px;
  width: 46px;
}


.lower_ttl02 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(18px, 24 / 1200 * 100vw, 24px);
  color: var(--color02);
}

.lower_ttl02 span {
  position: relative;
  padding: 0 20px;
}
.lower_ttl02 span::before, .lower_ttl02 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 126px;
}
.lower_ttl02 span::after {
  background: url(../img/footer_eria_heading_deco_r.png) no-repeat center / contain;
  left: 100%;
}
.lower_ttl02 span::before {
  background: url(../img/footer_eria_heading_deco_l.png) no-repeat center / contain;
  right: 100%;
}
.lower_ttl02.lt2fff span::after {
  background: url(../img/service_bottom_text_deco_r.png) no-repeat center / contain;
  left: 100%;
}
.lower_ttl02.lt2fff span::before {
  background: url(../img/service_bottom_text_deco_l.png) no-repeat center / contain;
  right: 100%;
}

.lower_ttl03 {
  background-color: var(--color04);
  border-radius: 10px;
  color: #fff;
  font-size: clamp(18px, 18 / 1200 * 100vw, 24px);
  text-align: center;
  padding: 3px 5px;
  margin-bottom: 20px;
  line-height: 1.1;
}

.lower_flex02_item .lower_ttl03 {
  margin-bottom: 5px;
}

.lower_ttl04 {
  border-bottom: solid 1px var(--color04);
  color: #333;
  font-size: clamp(18px, 18 / 1200 * 100vw, 22px);
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.lower_ttl04_num {
  display: flex;
  text-align: left;
  font-weight: 400;
}


.lower_flex02_item .lower_ttl04 {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}


.txt {
  font-size: clamp(16px, 18 / 1200 * 100vw, 18px);
  font-weight: 500;
  position: relative;
}

.checklist_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checklist_ul li::before {
  content: url(../img/ceckmark.png);
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checklist_ul li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  margin-bottom: 18px;
  line-height: 1.2;
  width: 100%;
  max-width: 49%;
  font-weight: 500;
}

.list_dot li {
  position: relative;
  font-weight: 500;
  display: flex;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-top: 10px;
}
.list_dot li::before {
  content: "・";
  color: var(--color04);
}

.list_dot li::before {
  content: "・";
}

.merit_demerit_wrap .lower_flex02_item::after {
  content: "";
  background: url(../img/merit.png) no-repeat center;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  left: 0;
  top: -32px;
  margin: auto;
}
.merit_demerit_wrap .demerit::after {
  background-image: url(../img/demerit.png);
  width: 64px;
  height: 52px;
  top: -24px;
}


.demerit .lower_ttl03 {
  background-color: #959595;
}

.demerit .list_dot li::before {
  color: #959595;
}

/* 3つ以上の横並び */
.lower_flex01 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  /* flex-wrap: wrap; */
  position: relative;
}

.lower_flex01_item img {
  margin: 0 auto 5px;
}
.lower_flex01_item {
  width: 100%;
  max-width: calc((100% - 55px) / 3);
}

.-flex01_item4 .lower_flex01_item {
  max-width: calc((100% - 20px) / 4);
}

.lower_flex01_ttl {
  font-size: clamp(17px, 18 / 1200 * 100vw, 22px);
  color: #5b8ec2;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  position: relative;
}



/* 2つで半分の横並び */
.lower_flex02 {
  display: flex;
  justify-content: space-between;
  gap: 15px 5px;
  flex-wrap: wrap;
  margin-bottom: 90px;
  position: relative;
}

.lower_flex02_txt .lower_ttl04 {
  text-align: left;
}
.lower_flex02_item {
  max-width: 480px;
  padding-top: 10px;
  width: 100%;
}

.lower_white_bg .lower_flex02_item {
  max-width: 440px;
}

/* 2つで不揃いの横並び */
.lower_flex03 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  position: relative;
  /* flex-wrap: wrap; */
}

.lower_flex03_txt {
  max-width: 630px;
  width: 100%;
  letter-spacing: 0;
}

.lower_flex03_txt .txt {
  font-weight: 400;
}

.lower_flex03_txt .lower_flex01_ttl {
  padding-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  font-size: clamp(16px, 20 / 1200 * 100vw, 20px);
}

.lower_flex03_price {
  border: solid 1px #d2d2d2;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}



.lower_white_bg {
  background:
  url(../img/lower_white_deco.png) no-repeat left 5px top 5px,
  url(../img/lower_white_deco.png) no-repeat right 5px top 5px,
  url(../img/lower_white_deco.png) no-repeat right 5px bottom 5px,
  url(../img/lower_white_deco.png) no-repeat left 5px bottom 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8.1px 0.9px rgba(0, 0, 0, 0.1);
  padding: 40px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.lower_white_bg::before {
  content: "";
  border: solid 2px #aac9eb;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}

.lower_white_bg2 {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  box-shadow: 0px 0px 8.1px 0.9px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative;
}


.fukidashi::before {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 17.3px 10px 0;
  border-color: transparent #EEEEEE transparent transparent;
  position: absolute;
  right: 100%;
  top: 45%;
}
.fukidashi .lower_flex01_ttl {
  margin-bottom: 10px;
  text-align: left;
}

.fukidashi {
  position: relative;
  border-radius: 10px;
  background-color: #eee;
  max-width: 681px;
  width: 100%;
  padding: 20px 34px 15px 50px;
}
.fukidashi_gray {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px 50px;
  margin-top: 40px;
}

.price_tbl {
  width: 100%;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.price_tbl ,.price_tbl td,.price_tbl th {
	border: 1px solid #eee;
	border-collapse: collapse;
}

.price_tbl .bg-fff td {
  border: 2px solid #dedde3;
	border-top: 1px solid #eee;

}
.price_tbl td,.price_tbl th {
	text-align: center;
  vertical-align: middle;
  padding: 8px 3px;
  font-size: clamp(15px, 20 / 1000 * 100vw, 18px);
  letter-spacing: 0;
}
.thead {
    background-color: var(--color04);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    color: #fff;
    font-size: clamp(20px, 20 / 1200 * 100vw, 22px);
}
.thead td {
  padding-block: 3px;
  line-height: 1.1;
  font-size: clamp(20px, 20 / 1200 * 100vw, 22px);
}
.price_tbl tbody td {
  width: calc(100% / 4);
}



.access_button-link {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  border: 1px solid var(--color02);
  background: #fff;
  min-height: 50px;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin: 10px auto 0;
  transition: 0.5s;
}

.access_button-link:hover {
  opacity: 0.5;
}

.access_button-link span {
  color: var(--color02);
  font-weight: 500;
}
.access_button-link p {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.access_button-link p::before, .access_button-link p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.access_button-link p:before {
  content: "";
  border-radius: 50%;
  width: 25px;
  height: 25px;
  right: 0;
  border: 1px solid #333;

}
.access_button-link p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--color02);
  right: 6px;
}

.access_footer .footer_telephone-link span{
  padding-left: 45px;
}

.access_footer .footer_telephone-link span::before {
  background-image: url(../img/clinic/access_tel.png);
  width: 33px;
  height: 33px;
}
.access_footer .footer_telephone {
  text-align: center;
}
.access_footer .footer_telephone-link {
  color: #fff;
  display: inline-block;
  font-size: clamp(32px, 30 / 1024* 100vw, 52px);
}

.access_footer {
  background:
  url(../img/clinic/access_sub01.png) center top no-repeat,
  url(../img/clinic/access_sub02.png) left top no-repeat,
  url(../img/clinic/access_sub03.png) right bottom no-repeat;
  background-color: var(--color01);
  position: relative;
  padding: 65px 4% 45px;
}
/* .access_footer::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/clinic/access_sub01.png);
} */


.access_slash::before {
  content: "＼";
  color: #fff;
  font-size: clamp(14px, 30 / 1024* 100vw, 17px);
  padding-right: 10px;
  font-weight: bold;
  font-family: Meiryo;
}

.access_slash::after {
  content: "／";
  color: #fff;
  font-size: clamp(14px, 30 / 1024* 100vw, 17px);
  padding-left: 10px;
  font-weight: bold;
  font-family: Meiryo;
}

.access_slash {
  position: relative;
  text-align: center;
  font-size: clamp(20px, 30 / 1024* 100vw, 24px);
}

.access_fukidashi {
  background-color: #777;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 20px auto;
  max-width: 291px;
  font-size: clamp(20px, 30 / 1024* 100vw, 24px);
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.access_fukidashi::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #777 transparent transparent transparent;
}


.sp-scroll_text {
  display: none;
}
.sp_scroll img {
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  .services_heading {
    gap: 20px;
    padding-right: 20px;
  }
  .services_heading_txt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1080px) {
  .mainvisual_container:after {
    background-size: 70%;
  }

  .section_inner {
    width: 96%;
  }

}

@media screen and (max-width: 1000px) {
  .fukidashi_gray {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 20px;
  }
  .fukidashi {
    padding: 25px;
  }
  .fukidashi::before {
    border-style:solid;
    border-width: 17.3px 10px 0 10px;
    border-color: #EEEEEE transparent transparent transparent;
    top: 100%;
    right: 46%;
  }
  
  .lower_flex02 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 25px 15px;
  }
}

@media screen and (max-width: 834px) {
  .services_heading {
    flex-wrap: wrap;
  }
  .services_heading_item {
    margin: 0 auto;
    width: 96%;
  }


}

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

.mainvisual_container:after {
  background-size: 40%;
}
.mainvisual_container::before {
  background-size: 40%;
}
.mainvisual {
  padding: 30px;
}


.sp-scroll_text {
  background: var(--color03);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
}
.sp_scroll {
  overflow-x: scroll;
  position: relative;
  z-index: 1;
  display: block;
}
.sp_scroll img {
  max-width: 1000px;
  padding-bottom: 10px;
}

.services_heading_item:before {
  right: 0;
}

.section_inner {
  width: calc(100% - 40px);
}
.lower_white_bg {
  padding: 25px;
}

.lower_flex01 {
  flex-wrap: wrap;
}
.lower_flex01_item {
  max-width: 90%;
}

.lower_flex03 {
  flex-wrap: wrap;
}

.lower_ttl01 {
  margin-bottom: 20px;
}

.lower_ttl03 {
  padding: 5px 5px;
}

.merit_demerit_wrap {
  gap: 45px 15px;
  margin-top: 50px;
}

.merit_demerit_wrap .lower_flex02_item {
  padding-top: 40px;
}


.-flex01_item4 .lower_flex01_item {
  max-width: calc((100% - 20px) / 1);
}

.checklist_ul li {
  text-align: left;
  max-width: 100%;
}


.access_slash {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.access_footer {
  background-size: 50%;
}

.services_heading {
  padding-right: 0;
}
.services_heading_txt {
  text-align: center;
}

}

