@charset "UTF-8";
@font-face {
  src: url("../fonts/DIN-2014_Narrow-Demi.woff") format("woff");
  font-family: "DIN-2014_Narrow-Demi";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/DIN-2014_Regular.woff") format("woff");
  font-family: "DIN-2014";
  font-style: normal;
  font-display: swap;
}
.din {
  font-family: "DIN-2014";
  font-weight: 400;
  font-style: normal;
}

.din-n-demi {
  font-family: "DIN-2014_Narrow-Demi";
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #e4f7ff;
  scroll-behavior: smooth;
}
body.no_scroll {
  overflow: hidden;
}

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.inner {
  padding: 0 15px;
}

img {
  width: 100%;
}

video {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main {
  max-width: 600px;
  margin: 0 auto;
  background-color: #e4f7ff;
}

.container {
  max-width: 425px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 426px) {
  .container {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}

.cv {
  background: #fff6df;
  padding-top: 15px;
  padding-bottom: 30px;
}

.cvTop {
  max-width: 345px;
  width: 100%;
  margin: 0 auto;
}
.cvTop__box {
  background: url(../img/cv_top_bg02.png);
  background-repeat: no-repeat;
  background-size: calc(100% + 4px) 100%;
  padding-top: 10px;
  padding-bottom: 15px;
}
.cvTop__head {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 3px;
}
.cvTop__head::before {
  content: "";
  position: absolute;
  background: #fffa5b;
  width: 300px;
  height: 14px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cvTop__head--icon {
  position: relative;
  width: 14px;
  padding-top: 2px;
}
.cvTop__head--text {
  position: relative;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.cvTop__head--price {
  gap: 3px;
  position: relative;
  font-size: 18px;
  color: #ffe4f2;
  font-weight: 900;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-text-stroke: 0.5px #333333;
}
.cvTop__head--price .num {
  -webkit-text-stroke: 1px #333333;
  text-shadow: 1.5px 1.5px #333333;
  font-size: 42px;
  vertical-align: text-bottom;
}
.cvTop__head--price .yen {
  width: 14px;
}
.cvTop__main {
  background: #ff4073;
  display: block;
  border-radius: 8px;
  width: calc(100% - 40px);
  margin: 10px auto 0;
  padding-bottom: 10px;
  color: #000;
  -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
}
.cvTop__main--top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-right: 10px;
}
.cvTop__main--circle {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}
.cvTop__main--head {
  background: #fff;
  border-radius: 10px;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 50px;
  padding-right: 8px;
  margin-top: 10px;
  gap: 5px;
}
.cvTop__main--head .num {
  font-size: 26px;
  font-weight: 400;
}
.cvTop__main--foot {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  padding-bottom: 5px;
  gap: 6px;
}
.cvTop__main--text {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.cvTop__main--text .box {
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  padding: 2px 0px;
  margin-top: 5px;
}
.cvTop__main--price {
  color: #fefa5b;
  font-size: 57px;
}
.cvTop__main--tax {
  width: 14px;
}
.cvTop__read {
  text-align: right;
  font-size: 11px;
  padding-right: 25px;
  padding-top: 13px;
  font-weight: 400;
}
.cvTop__foot {
  margin-top: 5px;
  gap: 5px;
}
.cvTop__foot--img {
  width: 20px;
}
.cvTop__foot--text {
  font-size: 11px;
}
.cvTop__plan {
  border-radius: 10px;
  background: #fff;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 7px 7px 10px;
}
.cvTop__plan--top {
  width: calc(100% - 25px);
  margin: 0 auto;
  height: 38px;
  border-radius: 10px;
  background: #fefea5;
  color: #ff4073;
}
.cvTop__plan--top .text01 {
  font-weight: bold;
  font-size: 17px;
}
.cvTop__plan--top .din {
  font-weight: bold;
  font-size: 35px;
}
.cvTop__plan--top .text02 {
  font-weight: bold;
  font-size: 21px;
}
.cvTop__plan--text {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.cvLink {
  margin-top: 20px;
}
.cvLink__box {
  position: relative;
}
.cvLink__bg {
  position: relative;
}
.cvLink__bg::after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  border-radius: 8px;
  bottom: 2px;
  left: 0;
  -webkit-box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.42);
          box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.42);
}
.cvLink__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cvLink__anchor {
  position: relative;
}
.cvLink__anchor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  border-radius: 110px;
  top: 5px;
  left: calc(50% + 3px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cvLink__anchor.web::after {
  background: #007db2;
}
.cvLink__anchor.line::after {
  background: #008100;
}
.cvLink__anchor.tel::after {
  background: #a84a63;
}
.cvLink__anchor--box {
  border-radius: 110px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.cvLink__anchor--box.web {
  background: #00b4ff;
}
.cvLink__anchor--box.line {
  background: #00b900;
}
.cvLink__anchor--box.tel {
  background: #f26e91;
}
.cvLink__anchor--box::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.cvLink__anchor--img {
  width: 24px;
}
.cvLink__anchor--text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2px;
}

.header {
  max-width: 425px;
  width: 100%;
  height: 50px;
  position: fixed;
  background: #fff;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.isShow {
  top: 0;
}
.header__logo {
  width: 100px;
  margin-left: 15px;
}
.header__wrapper {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu {
  width: 30px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.header__menu--bar {
  background: #1f2a60;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
}
.header__menu--bar:first-of-type {
  top: 0.4px;
}
.header__menu--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__menu--bar:last-child {
  bottom: 0;
}

.headerMenu {
  max-width: 425px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 21;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.headerMenu__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenu__icon {
  width: 23px;
  margin-right: 15px;
}
.headerMenu__wrapper {
  padding: 25px 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.headerMenu__link {
  color: #1f2a60;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1.5px dashed #cfd2dd;
}

.mv {
  position: relative;
}
.mv__title {
  position: absolute;
  bottom: 15%;
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__sub {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__sub--img {
  width: 230px;
}
.mv__sub--text {
  position: absolute;
  top: 18px;
  left: 50%;
  font-size: 19px;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.mv__foot {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.mv__foot--sub {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
}
.mv__foot--text {
  background: #f26e91;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 15px auto 0;
  padding: 0 5px;
  position: relative;
}
.mv__foot--text::after {
  content: "・・・・・・・";
  position: absolute;
  color: #f26e91;
  letter-spacing: 0.05em;
  font-size: 20px;
  top: -21px;
  left: 6px;
}
.mv__foot--icon {
  position: absolute;
  width: 256px;
  height: 55px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv__foot--left {
  position: absolute;
  width: 18px;
  height: 35px;
  bottom: 0px;
  left: -40px;
}
.mv__foot--right {
  position: absolute;
  width: 18px;
  height: 35px;
  bottom: 0px;
  right: -40px;
}

.campaign {
  background: #fff6df;
  padding-bottom: 40px;
  padding-top: 25px;
}
.campaign__top {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.campaign__top--box {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.campaign__top--read {
  position: relative;
  margin-bottom: 5px;
}
.campaign__top--read p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
}
.campaign__top--read::before {
  content: "";
  width: 210px;
  height: 12px;
  background: #fffa5b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.campaign__top--img {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.campaign__top--date {
  color: #00b4ff;
  gap: 4px;
  margin-top: 15px;
}
.campaign__top--date .num {
  font-size: 23px;
  letter-spacing: -0.025em;
}
.campaign__top--date .day {
  width: 20px;
  height: 20px;
  background: #00b4ff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.campaign__top--date .text {
  font-size: 17px;
}
.campaign__arrow {
  width: 50px;
  height: 20px;
  margin: 20px auto -20px;
}
.campaign__img {
  margin-top: 20px;
}
.campaign__time {
  max-width: 285px;
  margin: 0 auto;
  background: #333333;
  font-weight: 500;
  border-radius: 17px;
  height: 35px;
  gap: 8px;
  position: relative;
}
.campaign__time::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #333333 transparent transparent transparent;
}
.campaign__time--text {
  font-size: 15px;
  color: #fefa5b;
  font-weight: 500;
}
.campaign__time--main {
  border-radius: 3px;
  background: #fefa5b;
  color: #333333;
  width: 167px;
  height: 24px;
}

.trouble {
  background: #e1f6ff;
  padding-top: 30px;
  padding-bottom: 10px;
}
.trouble__wrapper {
  border-radius: 10px;
  border: 2px solid #ff4073;
  padding: 10px 15px 15px;
  background: #fff;
}
.trouble__items {
  margin-top: 10px;
  padding: 20px 10px;
  background: #f1f1f1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  margin-bottom: 17px;
}
.trouble__item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  gap: 8px;
}
.trouble__item--icon {
  width: 16px;
}
.trouble__item--text {
  position: relative;
}
.trouble__item--text p {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.trouble__item--text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fefa5b;
  bottom: -2px;
  left: 0;
}
.trouble__foot {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.trouble__foot .pink {
  color: #ff4073;
}

.intro {
  padding-bottom: 35px;
}
.intro__top {
  position: relative;
  z-index: 1;
}
.intro__youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.intro__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__doctor {
  margin-top: -70px;
  position: relative;
}
.intro__doctor--box {
  background: #fff;
  position: absolute;
  max-width: 205px;
  width: 100%;
  top: 60%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 25px 15px 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.intro__doctor--icon {
  position: absolute;
  width: 100px;
  top: -25px;
  left: -40px;
}
.intro__doctor--read {
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f26e91;
  padding: 4px 15px;
  margin: 0 auto;
}
.intro__doctor--name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.intro__doctor--name span {
  font-size: 18.5px;
}
.intro__video {
  margin-top: 30px;
}
.intro__video--top {
  margin-bottom: 15px;
}
.intro__video--box {
  margin-top: 25px;
  background: #fff;
  border-radius: 8px;
  border-radius: 1px solid #000;
  padding: 23px 15px 25px;
  -webkit-box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.42);
          box-shadow: 5px 5px 0 rgba(51, 51, 51, 0.42);
  margin-bottom: 20px;
}
.intro__video--title {
  margin-bottom: 18px;
}
.intro__video--cont02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.price {
  border-radius: 5px;
  border: 2px solid #f489a8;
  background: #fff;
}
.price__top {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #f26e91;
  background-image: url(../img/price_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 0;
}
.price__box {
  padding: 16px 15px 16px;
}
.price__main {
  gap: 80px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ffe4f2;
}
.price__main--text {
  font-size: 14px;
  font-weight: 500;
  color: #f26e91;
}
.price__main--num {
  font-size: 14px;
  font-weight: 500;
}
.price__read {
  font-size: 14px;
  font-weight: 500;
  color: #f26e91;
  margin-top: 7px;
}
.price__text {
  margin-top: 7px;
  font-size: 13px;
  color: #333333;
  line-height: 1.4;
}

.review {
  background: url(../img/review_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 35px;
}
.review__read {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.review__title {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
.review__point {
  margin-top: 20px;
}
.review__text {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.review__text span {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fefa5b));
  background: -webkit-linear-gradient(transparent 60%, #fefa5b 60%);
  background: linear-gradient(transparent 60%, #fefa5b 60%);
}

.about {
  background: #ffdee9;
  padding-top: 28px;
  padding-bottom: 26px;
}
.about__top {
  position: relative;
  margin-bottom: 10px;
}
.about__top--title {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__top--img {
  width: calc(100% - 30px);
  margin: 0 auto 15px;
}
.about__top--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  width: calc(100% - 30px);
  margin: 0 auto 20px;
}
.about__box {
  background: url(../img/about_box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 15px 60px;
}
.about__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
}
.about__item--title {
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.about__item--title img {
  width: auto;
  height: 100%;
}
.about__item--sub {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.about__item--img {
  padding-top: 10px;
}
.about__item--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 15px;
}
.about__line {
  width: 100%;
  height: 1px;
  border-bottom: 1.5px dashed #707070;
}

.reason {
  background: url(../img/reason_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 55px;
  padding-bottom: 60px;
}
.reason__top {
  margin-left: 35px;
}
.reason__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 95px;
  margin-top: 50px;
}
.reason__item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 5px 10px 0 #00b4ff;
          box-shadow: 5px 10px 0 #00b4ff;
  padding: 40px 15px 20px;
  position: relative;
}
.reason__item--num {
  position: absolute;
  width: 95px;
  top: -65px;
  left: 50%;
  padding-right: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason__item--sub {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1.75;
  margin-bottom: 5px;
}
.reason__item--title {
  background: #f489a8;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding: 12px 0;
  margin-bottom: 20px;
}
.reason__item--title.mb-0 {
  margin-bottom: 0;
}
.reason__item--video {
  width: calc(100% - 90px);
  margin: 0 auto;
}
.reason__item--text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #333333;
}
.reason__item--text .pink {
  color: #ff4073;
}

.doctor__top {
  position: relative;
}
.doctor__top--cont {
  position: absolute;
  top: 15%;
  right: 15px;
  width: 50%;
}
.doctor__top--texts {
  position: absolute;
  bottom: 10%;
  right: 15px;
}
.doctor__top--text {
  background: #333333;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  width: 280px;
  text-align: center;
  margin-top: 5px;
}
.doctor__top--job {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.doctor__top--name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.doctor__top--line {
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 8px;
}
.doctor__box {
  background: url(../img/doctor_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 25px;
}
.doctor__title {
  font-size: 50px;
  font-weight: 600;
  color: #d4d4d4;
  text-align: center;
  font-style: italic;
}
.doctor__read {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.doctor__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  margin-bottom: 20px;
}
.doctor__text .pink {
  color: #ff4073;
}
.doctor__history {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 20px 36px;
}
.doctor__history--title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.doctor__history--text {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}

.case {
  background: #fff0f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.case__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  background: url(../img/case_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 15px;
  margin-bottom: 25px;
}
.case__line {
  width: 100%;
  height: 1px;
  border-bottom: 1.5px dashed #707070;
}
.case__item--img {
  width: calc(100% - 30px);
  margin: 0 auto 10px;
}
.case__item--meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.case__item--icon {
  border-radius: 14px;
  background: #f489a8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px;
}
.case__item--title {
  font-size: 20px;
  font-weight: bold;
}
.case__item--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.after {
  background: url(../img/after_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}
.after__top {
  margin-bottom: 55px;
}
.after__box {
  background: url(../img/after_box_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 35px 15px 20px;
}
.after__box--top {
  color: #f26e91;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/after_top_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.after__box--point {
  margin-top: 20px;
}
.after__box--read {
  font-size: 12px;
  line-height: 1.45;
  color: #333333;
  margin-top: 15px;
}
.after__box--card {
  margin-top: 15px;
}
.after__box--hikaku {
  margin-top: 25px;
}
.after__box--text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.flow {
  background-color: #fff6df;
  background-image: url(../img/flow_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.flow__top {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.flow__box {
  max-width: 345px;
  margin: -55px auto 0;
  padding: 70px 15px 32px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #333333;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
.flow__step {
  position: absolute;
  width: 10.5px;
  left: 20px;
}
.flow__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 25px;
  position: relative;
}
.flow__item--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 10px;
  margin-left: auto;
  width: 90%;
}

.faq {
  background-image: url(../img/faq_bg.png);
  background-color: #fcfbd7;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 25px;
  padding-bottom: 30px;
}
.faq__top {
  width: calc(100% - 30px);
  margin: 0 auto 30px;
}
.faq__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
.faq__item {
  cursor: pointer;
}
.faq__item--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  padding: 12px 8px;
  gap: 10px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__item--icon {
  width: 25px;
  margin-top: 3px;
}
.faq__item--title {
  width: calc(100% - 35px - 40px);
  line-height: 1.66;
  font-size: 15px;
  font-weight: bold;
}
.faq__item--btn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__item--btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8a8a8a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__item--btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8a8a8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item--btn.active::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq__item-c {
  background: #fff;
  padding: 12px 10px;
  display: none;
}
.faq__item-c-wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq__item-c--icon {
  width: 25px;
}
.faq__item-c--text {
  width: calc(100% - 10px - 25px);
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
}

.access {
  background: #ffe4f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.access__wrapper {
  border-radius: 5px;
  border: 2px solid #f489a8;
}
.access__top {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f26e91;
  background-image: url(../img/price_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14px 0;
}
.access__box {
  background: #fff;
  padding: 15px 15px 30px;
}
.access__title {
  font-size: 22px;
  font-weight: 500;
  color: #f26e91;
}
.access__name {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
}
.access__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}
.access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.payment {
  padding-bottom: 30px;
  background: #ffe4f2;
}
.payment__box {
  background: #fff;
  border-radius: 5px;
  padding: 30px 15px;
}
.payment__title {
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
  color: #f26e91;
  font-weight: bold;
  text-decoration: underline;
}
.payment__sub {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.payment__sub.tal {
  text-align: left;
}
.payment__text {
  font-size: 14px;
  line-height: 1.57;
}
.payment__text.tac {
  text-align: center;
}
.payment__text p {
  margin-bottom: 8px;
}
.payment__line {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #707070;
}
.payment__img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  background-color: #f489a8;
  padding: 10px 0;
  margin-bottom: 60px;
}
.footer__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.bnr {
  position: fixed;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  max-width: 425px;
}
.bnr__line {
  width: 4px;
  background: #fff;
  height: 100%;
}
.bnr__wrapper {
  height: 100%;
}
.bnr__link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.bnr__link.web {
  background: #00b4ff;
}
.bnr__link.line {
  background: #00b900;
}
.bnr__link.tel {
  background: #f26e91;
}
.bnr__icon {
  width: 24px;
}
.bnr__name {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

.pc__mv {
  display: unset;
  background: unset;
}
.pc__mv--box {
  display: none;
}

@media screen and (min-width: 1201px) {
  .pc__mv {
    width: 100%;
    height: 100%;
    background: url(../img/pc_mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: fixed;
    gap: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pc__mv--box {
    display: block;
    width: calc(100% - 425px - 60px - 120px);
    padding-top: 60px;
    max-width: 650px;
  }
  .pc__mv--cont {
    display: none;
  }
  .main {
    max-width: 425px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    margin: unset;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main::-webkit-scrollbar {
    display: none;
  }
  .header {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .bnr {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
  .headerMenu {
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .pc__mv--box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 500px - 60px - 80px);
    max-width: 900px;
    padding-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .pc__mv--img {
    max-width: 650px;
  }
  .pc__mv--cont {
    display: block;
  }
  .pc__mv--logo {
    width: 255px;
    margin-bottom: 40px;
  }
  .pc__mv--links {
    width: 255px;
  }
  .pc__mv--link {
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #1f2a60;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 2px dashed #1f2a60;
  }
  .header {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  .main {
    max-width: 500px;
    width: 100%;
  }
  .bnr {
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
  }
}
@media screen and (min-width: 1921px) {
  .main {
    max-width: 600px;
  }
  .bnr {
    -webkit-transform: translateX(87px);
            transform: translateX(87px);
  }
  .pc__mv {
    gap: 90px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pc__mv--img {
    max-width: 700px;
  }
  .pc__mv--logo {
    margin-bottom: 90px;
    margin-top: 40px;
  }
  .pc__mv--box {
    gap: 85px;
    width: calc(100% - 600px - 90px);
    padding-top: 30px;
    max-width: 1040px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}/*# sourceMappingURL=style.css.map */