/*===== COMMON =====*/
html,
body {
  font-size: 62.5%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.items_center {
  align-items: center;
}
.content_between {
  justify-content: space-between;
}
.content_center {
  justify-content: center;
}
.direction {
  flex-direction: column;
}
.child_1 {
  order: 1;
}
.child_2 {
  order: 2;
}
.child_3 {
  order: 3;
}
body,
.lp_body,
.lp_body p,
.lp_body li,
.lp_body td,
.lp_body th,
.lp_body dt,
.lp_body dd {
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic",
    "Meiryo", sans-serif;
}
.mincho {
  font-family:
    "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
}
.lp h1,
.lp h2,
.lp h3,
.lp h4 {
  line-height: 1.3em;
  font-weight: 600;
}
.lp .mb30 {
  margin-bottom: 30px;
}
.lp .mb50 {
  margin-bottom: 50px;
}
.lp_body {
  font-size: 2.8rem;
  height: auto;
  line-height: 1.6em;
  margin: 0 auto;
  min-width: 750px;
  width: 750px;
}

.lp_body p {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}

/*---------------------------------
  contact
---------------------------------*/
.lp-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-contact p {
  margin-bottom: 0;
}

/*---------------------------------
  共通
---------------------------------*/
.container {
  padding: 0 4%;
}

.container .center img {
  margin: 0 auto;
}

/*---------------------------------
  cont01
---------------------------------*/
.lp-cont01 {
  padding-top: 50px;
  background: url(images/cont01-bg01.png) no-repeat 0 0;
  height: 725px;
}

.lp-cont01 h2 img {
  margin: 0 auto 30px;
}

/*---------------------------------
  cont02
---------------------------------*/
.lp-cont02 {
  background-color: #f2efe5;
  padding-bottom: 40px;
}

.lp-cont02 span img {
  margin: -60px auto 0;
}

.lp-cont02 p {
  font-size: 2rem;
  line-height: 1.8;
}

/*---------------------------------
  cont03
---------------------------------*/
.lp-cont03 {
  background-color: #e7f4f8;
}

.lp-cont03 .box {
  position: relative;
  z-index: 0;
  padding-bottom: 90px;
}

.lp-cont03 .box h2 {
  margin-bottom: 50px;
}

.lp-cont03 img {
  margin: 0 auto;
}

.lp-cont03 span img {
  z-index: 1;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translateX(-50%);
}

.lp-cont03 .inner {
  background-color: #ffffff;
  margin-top: 50px;
  padding-bottom: 110px;
}

/*---------------------------------
  cont04
---------------------------------*/
.lp-cont04 {
  background: #edf3f9 url(images/cont04-bg01.jpg) no-repeat center 0;
  padding-bottom: 80px;
}

.lp-cont04 h2 {
  padding: 130px 0;
}

.lp-cont04 .case-card {
  background-color: #ffffff;
  margin-bottom: 40px;
  padding-bottom: 35px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.lp-cont04 .case-card:last-child {
  margin-bottom: 0;
}

.lp-cont04 .case-card .center img {
  display: block;
  margin: 0 auto;
}

.lp-cont04 .case-card .text {
  padding: 28px 6% 0;
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #333;
}

.lp-cont04 table {
  width: 600px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  background-color: #fff;
}

.lp-cont04 th,
.lp-cont04 td {
  text-align: center;
  padding: 22px 16px;
  border: none;
  font-size: 2.6rem;
  line-height: 1.5;
}

.lp-cont04 th {
  background-color: #e5f1fd;
  color: #043163;
  font-weight: 700;
}

.lp-cont04 td {
  background-color: #fff;
  color: #333;
  font-weight: 500;
}

.lp-cont04 tr + tr th,
.lp-cont04 tr + tr td {
  border-top: 6px solid #fff;
}

.lp-cont04 tr th + th,
.lp-cont04 tr td + td {
  border-left: 6px solid #fff;
}

/*---------------------------------
  cont05
---------------------------------*/
.lp-cont05 {
  background-color: #f0ebdb;
  padding-top: 60px;
}

.lp-cont05 h2 img {
  margin: 0 auto;
}

.lp-cont05 p img {
  margin-left: auto;
  margin-top: 50px;
}

.lp-cont05 span img {
  margin: -120px auto 0;
}

/*---------------------------------
  cont06
---------------------------------*/
.lp-cont06 {
  background: #e1f5fc url(images/cont06-bg01.png) no-repeat center 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.lp-cont06 h2 img {
  margin: 0 auto 110px;
}

.lp-cont06 p {
  font-size: 3.4rem;
}

.lp-cont06 h3 {
  padding-top: 100px;
}

.lp-cont06 .inner .right,
.lp-cont06 .inner .left {
  padding-top: 60px;
}

.lp-cont06 .inner .right img {
  margin-left: auto;
}

.lp-cont06 .inner .left .box {
  margin-left: auto;
}

.lp-cont06 .box {
  background-color: #fff;
  width: 685px;
  margin-top: -350px;
  padding-top: 350px;
  padding-bottom: 10px;
}

.lp-cont06 .box_1,
.lp-cont06 .box_3,
.lp-cont06 .box_5,
.lp-cont06 .box_7 {
  padding-left: 10%;
  padding-right: 5%;
}

.lp-cont06 .box_2,
.lp-cont06 .box_4,
.lp-cont06 .box_6 {
  padding-right: 10%;
  padding-left: 5%;
}

.lp-cont06 .box p {
  line-height: 1.8em;
}

.lp-cont06 .box .ttl-flex {
  display: flex;
  align-items: center;
  min-height: 130px;
  margin-bottom: 20px;
  line-height: 1.4;
  box-sizing: border-box;
}

.lp-cont06 .box .ttl-icon {
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.lp-cont06 .box .ttl-text {
  flex: 1;
  font-size: 3.8rem;
  font-weight: 600;
  color: #043163;
}

.lp-cont06 .box .ttl-text .small {
  font-size: 2.6rem;
}

.lp-cont06 .box_1 .ttl-icon {
  background-image: url(images/cont06-ttl03.png);
}

.lp-cont06 .box_2 .ttl-flex,
.lp-cont06 .box_4 .ttl-flex,
.lp-cont06 .box_6 .ttl-flex {
  flex-direction: row-reverse;
}

.lp-cont06 .box_2 .ttl-icon {
  background-image: url(images/cont06-ttl04.png);
}

.lp-cont06 .box_3 .ttl-icon {
  background-image: url(images/cont06-ttl05.png);
}

.lp-cont06 .box_4 .ttl-icon {
  background-image: url(images/cont06-ttl06.png);
}

.lp-cont06 .box_5 .ttl-icon {
  background-image: url(images/cont06-ttl07.png);
}

.lp-cont06 .box_6 .ttl-icon {
  background-image: url(images/cont06-ttl08.png);
}

.lp-cont06 .box_7 .ttl-icon {
  background-image: url(images/cont06-ttl09.png);
}

.lp-cont06 .box_2 .ttl-text,
.lp-cont06 .box_4 .ttl-text,
.lp-cont06 .box_6 .ttl-text {
  color: #a37300;
}

.lp-cont06 .box_1 .ttl-flex,
.lp-cont06 .box_3 .ttl-flex,
.lp-cont06 .box_5 .ttl-flex,
.lp-cont06 .box_7 .ttl-flex {
  gap: 20px;
}

.lp-cont06 .box_5 .ttl-flex {
  min-height: 145px;
}

.lp-cont06 .center {
  padding-top: 50px;
}

.lp-cont06 .text {
  font-size: 2.8rem;
  line-height: 1.8;
}

.lp-cont06 .container .text {
  font-size: 2rem;
  line-height: 1.8;
}

/*---------------------------------
  cont07
---------------------------------*/
.lp-cont07 {
  background-color: #eceae0;
  padding-bottom: 100px;
}

.lp-cont07 .container {
  padding-top: 0;
}

.lp-cont07 .container img {
  display: block;
  margin: -80px auto 0;
}

/*---------------------------------
  cont08
---------------------------------*/
.lp-cont08 h2 {
  background: url(images/cont08-bg01.png) no-repeat center 0;
  height: 510px;
}

.lp-cont08 h2 img {
  margin: 0 auto;
}

.lp-cont08 p {
  font-size: 3.4rem;
}

.lp-cont08 h3 {
  padding-top: 100px;
}

.lp-cont08 .inner .right img {
  margin-left: auto;
}

.lp-cont08 .inner .left .box {
  margin-left: auto;
}

.lp-cont08 .box {
  background-color: #ebf2f7;
  width: 685px;
  margin-top: -370px;
  padding-top: 350px;
  padding-bottom: 30px;
}

.lp-cont08 .right,
.lp-cont08 .left {
  margin-bottom: 100px;
}

.lp-cont08 .box_1,
.lp-cont08 .box_3,
.lp-cont08 .box_5 {
  padding-left: 10%;
  padding-right: 5%;
}

.lp-cont08 .box_2,
.lp-cont08 .box_4,
.lp-cont08 .box_6 {
  padding-right: 10%;
  padding-left: 5%;
}

.lp-cont08 .box p {
  line-height: 1.8em;
  font-size: 2.8rem;
}

.lp-cont08 .box .ttl-flex {
  display: flex;
  align-items: center;
  min-height: 120px;
  margin-bottom: 20px;
  line-height: 1.4;
  box-sizing: border-box;
}

.lp-cont08 .box .ttl-icon {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.lp-cont08 .box .ttl-text {
  flex: 1;
  font-size: 3.4rem;
  font-weight: 600;
  color: #043163;
}

.lp-cont08 .box_1 .ttl-icon {
  background-image: url(images/cont08-ttl02.png);
}

.lp-cont08 .box_2 .ttl-flex,
.lp-cont08 .box_4 .ttl-flex,
.lp-cont08 .box_6 .ttl-flex {
  flex-direction: row-reverse;
}

.lp-cont08 .box_2 .ttl-icon {
  background-image: url(images/cont08-ttl03.png);
}

.lp-cont08 .box_3 .ttl-icon {
  background-image: url(images/cont08-ttl04.png);
}

.lp-cont08 .box_4 .ttl-icon {
  background-image: url(images/cont08-ttl05.png);
}

.lp-cont08 .box_5 .ttl-icon {
  background-image: url(images/cont08-ttl06.png);
}

.lp-cont08 .box_6 .ttl-icon {
  background-image: url(images/cont08-ttl07.png);
}

.lp-cont08 .box_1 .ttl-text,
.lp-cont08 .box_3 .ttl-text,
.lp-cont08 .box_5 .ttl-text {
  margin-left: 20px;
}

.lp-cont08 .box_2 .ttl-text,
.lp-cont08 .box_4 .ttl-text,
.lp-cont08 .box_6 .ttl-text {
  margin-right: 20px;
}

/*---------------------------------
  cont09
---------------------------------*/
.lp-cont09 {
  background-color: #eeeeee;
}

.lp-cont09 .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lp-cont09 .container::after {
  position: absolute;
  content: "";
  height: 83%;
  width: 3px;
  top: 50px;
  left: 70px;
  background: repeating-linear-gradient(
    #043163 0,
    #043163 4px,
    transparent 1px,
    transparent 11px
  );
}

.lp-cont09 .box {
  position: relative;
  padding-left: 110px;
  margin-bottom: 60px;
}

.lp-cont09 .box:last-child {
  margin-bottom: 0;
}

.lp-cont09 .box::before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #043163;
  border-radius: 50%;
  z-index: 10;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  line-height: 80px;
  font-family:
    "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-weight: 100;
}

.lp-cont09 .box01::before {
  content: "1";
}

.lp-cont09 .box02::before {
  content: "2";
}

.lp-cont09 .box03::before {
  content: "3";
}

.lp-cont09 .box04::before {
  content: "4";
}

.lp-cont09 .box05::before {
  content: "5";
}

.lp-cont09 .box06::before {
  content: "6";
}

.lp-cont09 h3 {
  margin-bottom: 20px;
}

.lp-cont09 .step-title {
  display: flex;
  align-items: center;
  min-height: 80px;
  font-size: 4.6rem;
  line-height: 1.2;
  color: #043163;
  font-weight: 700;
}

.lp-cont09 .box p {
  line-height: 1.8;
  font-size: 2.8rem;
}

.lp-cont09 .box p img {
  display: block;
  margin-top: 25px;
}

/*---------------------------------
  cont10
---------------------------------*/
.lp-cont10 {
  background-color: #fff;
  padding-bottom: 50px;
}

.lp-cont10 h2 {
  padding-bottom: 80px;
}

.lp-cont10 .container p {
  padding-top: 0;
  margin-bottom: 28px;
}

.lp-cont10 .price-table {
  margin-bottom: 30px;
}

.lp-cont10 .price-note {
  font-size: 2.2rem;
  line-height: 1.9;
  color: #333;
}

.lp-cont10 .price-note .font {
  color: #d10000;
  font-weight: 700;
}

.lp-cont10 .sub-image {
  margin-top: 10px;
  margin-bottom: 24px;
}

.lp-cont10 .text {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #333;
}

.lp-cont10 .center img {
  display: block;
  margin: 0 auto;
}

/*---------------------------------
  cont11
---------------------------------*/
.lp-cont11 {
  padding-top: 50px;
  background-color: #fff;
}

.lp-cont11 .container {
  background: #f4f3f0 url(images/cont11-bg02.png) no-repeat 0 0;
  background-size: 100% auto;
  min-height: 1900px;
  padding-top: 80px;
  box-sizing: border-box;
}

.lp-cont11 h2 {
  background: url(images/cont11-bg01.png) no-repeat center top;
  background-size: 100% auto;
  min-height: 1000px;
}

.lp-cont11 h2 img {
  display: block;
  margin: 0 auto;
  padding-top: 380px;
}

.lp-cont11 .doctor-message {
  padding-top: 50px;
}

.lp-cont11 .doctor-message p {
  font-size: 2.8rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.4em;
}

.lp-cont11 .doctor-message p:last-child {
  margin-bottom: 0;
}

/*---------------------------------
  cont12
---------------------------------*/
.lp-cont12 {
  background-color: #f5f3ee;
  padding-bottom: 60px;
}

.lp-cont12 .container {
  padding-bottom: 20px;
}

.lp-cont12 .faq-item {
  margin-bottom: 40px;
}

.lp-cont12 .faq-item:last-child {
  margin-bottom: 0;
}

.lp-cont12 .faq-row {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}

.lp-cont12 .faq-question {
  margin-bottom: 22px;
}

.lp-cont12 .faq-answer {
  padding-top: 24px;
  border-top: 1px solid #043163;
}

.lp-cont12 .faq-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 70px;
}

.lp-cont12 .faq-question .faq-icon {
  background-color: #043163;
}

.lp-cont12 .faq-answer .faq-icon {
  background-color: #bfaa71;
}

.lp-cont12 .faq-row p {
  flex: 1;
  width: auto;
  margin-bottom: 0;
}

.lp-cont12 .faq-question p {
  font-size: 3rem;
  font-weight: 700;
  color: #043163;
  line-height: 1.6;
  padding-top: 8px;
}

.lp-cont12 .faq-answer p {
  font-size: 2.8rem;
  line-height: 1.8;
  color: #333;
}

/*---------------------------------
  cont13
---------------------------------*/
.lp-cont13 {
  padding-bottom: 50px;
  background-color: #fff;
}

.lp-cont13 .pic img {
  margin: -100px auto 0;
  display: block;
}

.lp-cont13 .clinic-block {
  margin-top: 70px;
  background-color: #fff;
}

.lp-cont13 .clinic-block > img {
  display: block;
  margin: 0 auto 24px;
}

.lp-cont13 .clinic-block .container {
  padding-bottom: 10px;
}

.lp-cont13 table {
  width: 100%;
  margin-bottom: 26px;
  border-collapse: collapse;
}

.lp-cont13 table a {
  color: #0051b6;
  font-weight: 700;
}

.lp-cont13 tr {
  border-bottom: 2px solid #c8c8c8;
}

.lp-cont13 tr:last-child {
  border-bottom: none;
}

.lp-cont13 th,
.lp-cont13 td {
  border: none;
  font-weight: 500;
  padding: 26px 10px;
  vertical-align: top;
  font-size: 2.5rem;
  line-height: 1.7;
  color: #333;
}

.lp-cont13 th {
  width: 25%;
  font-weight: 300;
}

.lp-cont13 .center img {
  display: block;
  margin: 0 auto;
}

.lp-cont13 iframe {
  display: block;
  margin: 0;
}

/*---------------------------------
  footer
---------------------------------*/
.lp_footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #043163;
  padding-bottom: 200px;
}

.lp_footer img {
  margin: 0 auto;
  padding: 20px 0;
}

.lp_footer p {
  margin-bottom: 0;
}

.lp_footer .copyright {
  background-color: #043163;
  color: #fff;
  font-size: 0.7em;
  margin: 0;
  padding: 20px;
}

.footer_fix_btn {
  width: 750px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .scroll-back-to-top-wrapper {
    display: none;
  }

  .lp_body h2,
  .lp_body h3 {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
