@charset "UTF-8";
/* CSS Document */
.txt_center {
  text-align: center;
}

.txt_red, .primary-color {
  color: #CC1C1C;
  font-weight: 500;
}

.u_line {
  background: linear-gradient(transparent 60%, rgba(236, 107, 46, 0.3) 60%);
}

.bg01 {
  background: center top/cover url("../images/fv-bg.jpg") no-repeat;
}

.fv {
  padding: 177px 0 120px;
}
.fv__wrap {
  width: 1120px;
  max-width: 92%;
  margin: 0 auto;
}
.fv__blk01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv__left {
  width: 65%;
}
.fv__right {
  width: 35%;
}
.fv__img02 {
  width: 80%;
  margin-top: 40px;
  box-shadow: 1px 1px 40px 0px rgba(236, 107, 46, 0.14);
}

@media screen and (max-width: 800px) {
  .fv {
    padding: 60px 0;
  }
  .fv__blk01 {
    flex-direction: column;
    grid-row-gap: 30px;
  }
  .fv__left {
    width: 100%;
  }
  .fv__right {
    width: 100%;
  }
  .fv__img02 {
    margin-top: 20px;
    width: 100%;
  }
}
.block01 {
  padding-bottom: 120px;
}
.block01__wrap {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.block01__ttl {
  text-align: center;
  padding-bottom: 60px;
}
.block01__ttl__span {
  display: inline-block;
  color: #EC6B2E;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: solid 1px #EC6B2E;
  border-radius: 50px;
}
.block01__ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  align-items: stretch;
  margin-bottom: 44px;
}
.block01__li {
  width: 354px;
  max-width: calc(50% - 40px);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 20px;
  border-radius: 20px;
}
.block01__li__num {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #EC6B2E;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block01__li__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.block01__txt01 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 54px;
}
.block01__txt01__span {
  display: inline-block;
  /*border-bottom: dashed 2px #EC6B2E;*/
}
.block01__arrow {
  text-align: center;
  margin-bottom: 39px;
}
.block01__arrow__img {
  width: 133px;
}
.block01__txt02 {
  display: inline-block;
  background-color: #fff;
  padding: 43px 67px 31px;
  border-radius: 20px;
  color: #EC6B2E;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.4;
}
.block01__txt02__span01 {
  font-size: 32px;
}
.block01__txt02__span02 {
  font-size: 52px;
}
.block01__txt02__a {
  position: relative;
  display: block;
}
.block01__txt02__a:after {
  display: block;
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: center/contain url("../images/btn_arrow.svg") no-repeat;
  top: 0;
  right: 0;
}
.block01__blk01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block01__txt03 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #EC6B2E;
}
.block01__doctor {
  width: 356px;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .block01 {
    padding-bottom: 65px;
  }
  .block01__ttl {
    padding-bottom: 30px;
  }
  .block01__ttl__span {
    font-size: 20px;
  }
  .block01__ul {
    flex-direction: column;
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }
  .block01__li {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .block01__li__txt {
    font-size: 18px;
  }
  .block01__txt01 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .block01__arrow {
    margin-bottom: 30px;
  }
  .block01__arrow__img {
    width: 80px;
  }
  .block01__txt02 {
    padding: 30px 5% 20px;
    font-size: 33px;
    margin-bottom: 38px;
  }
  .block01__txt02__span01 {
    font-size: 26px;
  }
  .block01__txt02__span02 {
    font-size: 33px;
  }
  .block01__blk01 {
    flex-direction: column;
  }
  .block01__txt03 {
    font-size: 20px;
    text-align: center;
  }
  .block01__doctor {
    max-width: 85%;
  }
}
.txt_dot {
  display: inline-block;
  position: relative;
}
.txt_dot:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #EC6B2E;
  top: -0.2em;
  right: 0;
  left: 0;
  margin: auto;
}

.block02 {
  padding-bottom: 120px;
}
.block02__wrap {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.block02__ul {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.block02__li {
  width: 340px;
  max-width: 32%;
}
.block02__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 32px;
  text-align: center;
}
.block02__txt {
  font-size: 16px;
  line-height: 1.7;
}
.block02__txt01 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.block02__txt01__span {
  display: inline-block;
  font-size: 60px;
  padding: 4px 25px;
  background-color: #EC6B2E;
  border-radius: 10px;
}
.block02__txt01__span--01 {
  font-size: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .block02 {
    padding-bottom: 70px;
  }
  .block02__ul {
    flex-direction: column;
    grid-row-gap: 40px;
    margin-bottom: 30px;
  }
  .block02__li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .block02__ttl {
    padding-bottom: 18px;
    font-size: 16px;
    text-align: left;
    position: relative;
  }
  .block02__ttl:after {
    display: inline-block;
    content: "＋";
    position: absolute;
    width: 1em;
    top: 0.7em;
    right: 0;
    font-weight: bold;
    font-size: 20px;
  }
  .block02__ttl.active:fter {
    content: "－";
  }
  .block02__txt {
    display: none;
  }
  .block02__txt01__span {
    padding: 4px 5%;
    font-size: 27px;
  }
  .block02__txt01__span--01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.block03 {
  padding: 100px 0 30px;
}
.block03__wrap {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
}
.block03__ol {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
.block03__ol:before {
  display: block;
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  border-bottom: dashed 2px #EC6B2E;
  top: 127px;
  right: 0;
  left: 0;
  margin: auto;
}
.block03__li {
  width: 32%;
  text-align: center;
  position: relative;
}
.block03__num {
  position: absolute;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: solid 1px #EC6B2E;
  color: #EC6B2E;
  font-size: 16px;
  font-weight: 500;
  top: -2em;
  left: -1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block03__img {
  width: 324px;
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative;
}
.block03__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.block03__txt__span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1180px) {
  .block03__txt {
    font-size: 16px;
  }
  .block03__txt__span {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .block03 {
    padding: 50px 0 20px;
  }
  .block03__ol {
    flex-direction: column;
    grid-row-gap: 60px;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
  }
  .block03__ol:before {
    display: none;
  }
  .block03__num {
    left: 0;
    top: -2.5em;
  }
  .block03__li {
    width: 100%;
    max-width: 100%;
  }
  .block03__img {
    margin-bottom: 20px;
  }
}
.menu-bar .menu-btn {
  width: 3.4rem;
  height: 3.4rem;
}

.menu-bar .text {
  font-size: 1.5rem;
}

.reason .container .content {
  align-items: center;
}

.orange-color {
  /*color: #EC6B2E; */
  font-weight: bold;
}

.txt_small {
  font-size: 0.8em;
}

.price .container .content .price-detail .price-list .item .item-left {
  flex-shrink: 0;
}

.price .block01__txt01 {
  margin-bottom: 0;
  margin-top: 30px;
}

.youtube {
  max-width: 700px;
  width: 90vw;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position: relative;
  margin-top: 10%;
}
@media screen and (max-width: 800px) {
  .youtube {
    margin-top: 0;
  }
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn01 {
  text-align: center;
  margin-top: 7em;
}
@media screen and (max-width: 800px) {
  .btn01 {
    margin-top: 4em;
  }
}
.btn01__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  width: 335px;
  height: 70px;
  border-radius: 90px;
  border: solid 1px #fff;
  font-weight: bold;
  background-color: #ff9765;
}
@media screen and (max-width: 800px) {
  .btn01__a {
    font-size: 16px;
  }
}

.about-swiper-control {
  position: relative;
}

.scroll_img {
  position: absolute;
  width: 150px;
  right: 0;
  left: 0;
  top: 50px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .scroll_img {
    top: 50px;
  }
}

.fv__video {
  width: 800px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  .fv__video {
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .disp_pc {
    display: none;
  }
}
