@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto !important;
  padding-bottom: 75.33px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  color: #393532;
  /*font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic", sans-serif !important;*/
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Sans", "ヒラギノ角ゴシック", Arial, sans-serif !important;
}

img {
  width: -webkit-fill-available;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Safari, Chrome */
  image-rendering: optimizeQuality;
  width: -moz-available;
  pointer-events: none;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.dot{
  position: relative;
}

.dot::before{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #CDB874;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%,0);
}

.dot.dot_color-black::before{
  background-color: #393532;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logoWrapper {
  padding: 1.54%;
}
.header__logo {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 4.102564vw;
  color: #854E02;
  letter-spacing: 0.05em;
}
.header__logo::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(242, 183, 2), rgb(109, 63, 3));
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header__logoTxt {
  font-size: 2.564103vw;
  color: #7B848C;
  margin-top: 4.81%;
}
.header__logoTxt + .header__logoTxt {
  margin-top: 1.989%;
}
.header__linkWrapper {
  display: flex;
  width: 47.694%;
}
.header__link:first-of-type {
  background-color: #CDB874;
}
.header__linkLogo {
  width: 40.867%;
  margin: 0 auto;
}
.header__linkTxt {
  font-size: 3.589744vw;
  text-align: center;
}
.header__link {
  background-color: #B28E51;
  padding: 4.5447% 0;
  width: 50%;
}
.header__btn {
  position: relative;
  background-color: #DE7C84;
  text-align: center;
  font-weight: 600;
  border-radius: 7px;
  width: 56%;
  padding: 2% 0;
  font-size: 3.2vw;
}
.header__btn span {
  font-size: 2.666667vw;
  display: block;
  margin-bottom: 3%;
}
.header__btn::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 4%;
  width: 8px;
  height: 9px;
  transform: translateY(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* fv */
.fv {
  background-image: linear-gradient(150deg, rgb(154, 170, 173), rgb(208, 178, 150) 51%, rgb(150, 134, 137) 100%);
}
.fv__txt {
  background-color: #889292;
  color: #ffffff;
  text-align: center;
  font-size: 4.615385vw;
  line-height: 1.3;
  font-weight: 600;
  padding: 2.566% 0;
}
.fv__txt span {
  border-bottom: 1px solid;
  padding-bottom: 0.3%;
}
.fv__ttl {
  padding-left: 3%;
  line-height: 1.4;
  color: #FFFFFF;
  font-size: 8.427481vw;
  margin-top: 0;
  letter-spacing: -0.01em;
}
.fv__ttl span {
  background: linear-gradient(transparent 57%, #CDB874 30%);
  padding: 0 1% 0.5% 0;
}
.fv__ttl:first-of-type {
  margin-top: 2.565%;
  font-size: 7.692308vw;
}
.fv__imgWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3.078%;
}
.fv__imgInner {
  width: 49%;
}
.fv__imgTxt {
  background-color: #D6B36D;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 5.528205vw;
  text-align: center;
  line-height: 1.5;
}
.fv__imgInner:first-of-type .fv__imgTxt {
  background-color: #889292;
}
.fv__record {
  margin-top: 5.13%;
  color: #FFFFFF;
  font-size: 5.852417vw;
  position: relative;
}
.fv__recordTxt {
  border-bottom: 1px solid #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 3.078%;
  padding-bottom: 0.5%;
}
.fv__recordTxt span {
  font-size: 7.124682vw;
}
.fv__recordTxt + .fv__recordTxt {
  margin-top: 2%;
}
.fv__recordImg {
  position: absolute;
  width: 21.376%;
  right: 3%;
  top: -20%;
}
.fv__merit {
  background-image: linear-gradient(89deg, rgb(205, 184, 116), rgb(218, 175, 103));
  position: relative;
  transform: rotate(-1deg);
  margin-top: 8.634%;
  padding: 5.345% 0 2.036% 2%;
}
.fv__meritList {
  display: flex;
  position: absolute;
  transform: rotate(0.95deg);
  width: 90%;
  top: -18%;
  left: 3.078%;
}
.fv__meritItem {
  font-weight: 600;
  font-size: 4.071247vw;
  background-color: #8493A2;
  border: 1px solid #FFFFFF;
  padding: 1.527% 2.036%;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
}
.fv__meritItem:nth-child(n+2) {
  margin-left: 2.036%;
}
.fv__meritTtl {
  font-size: 8.773537vw;
  color: #FFF;
  font-weight: 600;
  margin-top: 1.5%;
  border-bottom: 1px solid #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}
.fv__meritTtl span {
  background: linear-gradient(transparent 57%, #CC5564 30%);
}
.fv__meritTtl:first-of-type {
  font-size: 6.913486vw;
  color: #FFF;
  font-weight: 600;
  border: none;
}

.campaign {
  background-image: linear-gradient(150deg, rgb(154, 170, 173), rgb(208, 178, 150) 51%, rgb(150, 134, 137) 100%);
  padding: 15.268% 0 10.18%;
  margin-top: -2%;
}
.campaign__content {
  width: 90.2%;
  margin: 0 auto;
  background-color: #E9E8E1;
  position: relative;
  padding: 13.541% 0 8.465%;
}
.campaign__ttl {
  font-size: 4.580153vw;
  background-image: url(../common/img/campaign-ttl-head.webp);
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 88.298%;
  top: -1.7%;
  background-size: 100% 100%;
  padding: 2.257% 0;
}
.campaign__imgWrapper {
  width: 91.12%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 2.292% 1.783%;
}
.campaign__imgInner {
  width: 48.01%;
}
.campaign__imgTxt {
  background-color: #D6B36D;
  color: #FFFFFF;
  font-size: 4.246819vw;
  text-align: center;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}
.campaign__imgInner:first-of-type .campaign__imgTxt {
  background-color: #889292;
}
.campaign__subTtlWrapper {
  position: relative;
  margin-top: 8.465%;
  text-align: center;
}
.campaign__subTtl {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  display: inline-block;
  color: #CDB874;
  font-weight: 600;
  padding: 11px 11px 7px;
  border-radius: 5px;
  font-size: 5.089059vw;
}
.campaign__subTtl span.strong {
  color: #CC5564;
}
.campaign__subTtl + .campaign__subTtl {
  margin-top: 1.13%;
}
.campaign__subTtlWrapper::after {
  position: absolute;
  content: "";
  /*background-image: url(../common/img/campaign-subttl-head.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 88.863%;
  height: 17.17%;
  left: 50%;
  bottom: -25%;
  z-index: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.campaign__list {
  width: 90%;
  margin: 25px auto 0;
}
.campaign__item {
  background-color: #CDB874;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  padding:2.4% 2% 2%;
  font-size: 4.3vw;
}

.campaign__item:first-child{
  margin-left: 0;
}


.campaign__item:last-child{
  margin-right: 0;
}

.multiplication{
  font-size: 20px;
}

.campaign__listInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.056%;
}
.campaign__price {
  position: relative;
  width: 90.837%;
  margin: 4.797% auto 0;
  background-color: #FFFFFF;
  border: 2px solid #CDB874;
  padding: 4.232% 5.36%;
}
.campaign__price::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10vw solid transparent;
  border-left: 10vw solid transparent;
  border-top: 4vw solid #CDB874;
  border-bottom: 0;
  top: 17%;
  right: 8%;
}
.campaign__priceTxt {
  position: relative;
  font-size: 6.78117vw;
  color: #889292;
  display: flex;
  align-items: center;
}
.campaign__priceTxt span {
  writing-mode: vertical-rl;
  font-size: 2.045802vw;
  margin-left: 1%;
}
.campaign__priceTxt::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 63%;
  background-color: #889292;
  top: 50%;
  left: -1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.campaign__priceInner {
  display: flex;
  margin-top: 3.2155%;
  align-items: end;
  font-size: 7.67685vw;
  justify-content: space-between;
}
.campaign__priceCount {
  background-color: #CDB874;
  color: #FFFFFF;
  font-size: 7.320611vw;
  padding: 1.5% 2.5% 0.5%;
  font-family: "Jost", sans-serif;
}
.campaign__priceNew {
  font-size: 14.75827vw;
  font-weight: 500;
  color: #CDB874;
  font-family: "Jost", sans-serif;
}
.campaign__priceYen {
  color: #333333;
  display: flex;
  align-items: center;
}
.campaign__priceYen span {
  writing-mode: vertical-rl;
  font-size: 2.045802vw;
}

.problem__inner {
  padding: 15.268% 0 6.667%;
  background-color: #889292;
}
.problem__ttl {
  font-size: 5.597964vw;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
}
.problem__list {
  width: 95%;
  margin: 8.653% auto 0;
}
.problem__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.problem__item:nth-child(n+2) {
  margin-top: 9.376%;
}
.problem__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.problem__itemImg {
  width: 35%;
}
.problem__itemTxt {
  position: relative;
  padding: 3.215% 0% 3.215% 3.484%;
  background-color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
  border-radius: 3px;
  color: #889292;
  font-size: 4.071247vw;
  font-weight: 600;
  width: 61%;
}
.problem__itemTxt::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 5.2vw;
  border-bottom-width: 5.2vw;
  border-left-width: 0;
  border-right-width: 5.2vw;
  margin-left: -4vw;
  border-top-color: #FFFFFF;
  top: 99%;
  left: 50%;
}
.problem__item:nth-child(2n) .problem__itemTxt::after {
  border-top-width: 5.2vw;
  border-bottom-width: 5.2vw;
  border-left-width: 5.2vw;
  border-right-width: 0;
  margin-left: -4vw;
}
.problem__bubble {
  font-family: "Zen Maru Gothic", serif;
  margin: 8.652% auto 0;
  text-align: center;
  font-size: 5.597964vw;
  font-weight: 600;
  color: #CC5564;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(../common/img/problem-bubble.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6.4% 4.534%;
}
.problem__txt {
  margin-top: 4.8%;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: 600;
  font-size: 5.089059vw;
}
.problem__reason {
  position: relative;
  background-color: #E9E8E1;
  padding: 0 0 19.085%;
}
.problem__reason::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3vw 50vw 0 50vw;
  border-color: #889292 transparent transparent transparent;
  transform: translateX(-50%);
}
.problem__reasonTxt {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  color: #889292;
  font-weight: 600;
  margin: 0 auto;
  font-size: 5.089059vw;
  position: relative;
  z-index: 1;
  padding: 1.6% 2.4%;
}
.problem__reasonTtl {
  text-align: center;
  margin-top: 10.134%;
  line-height: 2.2;
  font-size: 5.597964vw;
}
.problem__reasonTtl span {
  font-size: 6.10687vw;
}
.problem__reasonTtl .gold-bg {
  color: #FFF8F8;
  font-weight: 600;
  background-image: linear-gradient(89deg, rgb(205, 184, 116), rgb(218, 175, 103));
  padding: 2% 2%;
  border-radius: 5px;
  margin-right: 2%;
  font-size: 6.615776vw;
}
.problem__reasonContent {
  margin: 6.107% auto 0;
  padding: 9.334% 0 14.4%;
  width: 95%;
  background-image: url(../common/img/problem-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.problem__reasonContentTxt {
  font-size: 4.580153vw;
  text-align: center;
  line-height: 1.5;
}
.problem__reasonContentTxt span {
  background: linear-gradient(transparent 75%, rgba(204, 85, 100, 0.9) 30%);
}
.problem__reasonContentAfter {
  margin-top: 9.265%;
  position: relative;
}
.problem__reasonContentAfter::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7vw solid transparent;
  border-bottom: 7vw solid transparent;
  border-left: 5.1vw solid #889292;
  border-right: 0;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.problem__reasonContentAfterList {
  display: flex;
}
.problem__reasonContentAfterItemImg {
  width: 68.494%;
  margin: 0 auto;
}
.problem__reasonContentAfterItemTxt {
  font-size: 3.562341vw;
  text-align: center;
  line-height: 1.5;
  margin-top: 5.615%;
  color: #CC5564;
  font-weight: 600;
}
.problem__reasonContentAfterItem:nth-child(2) .problem__reasonContentAfterItemTxt {
  color: #889292;
}
.problem__reasonContentAfterTxt {
  position: absolute;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 3.562341vw;
  line-height: 1.2;
  padding: 2.527%;
  text-align: center;
  background-color: #889292;
  border-radius: 50%;
  bottom: 32%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.problem__reasonContentAfterTxt span {
  background: linear-gradient(transparent 50%, #FFD051 30%);
}
.problem__reasonContentReason {
  margin-top: 12.633%;
}
.problem__reasonContentReasonTtl {
  background-color: #889292;
  color: #FFFFFF;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.089059vw;
  margin: 0 auto;
  padding: 2.246% 4.212%;
}
.problem__reasonContentReasonList {
  margin: 8.984% auto 0;
  width: 94.285%;
  display: flex;
}
.problem__reasonContentReasonItem {
  position: relative;
  width: 33.33%;
}
.problem__reasonContentReasonItem:nth-child(2) .problem__reasonContentReasonItemImg {
  padding: 14.1% 3.39%;
  border-left: none;
  border-right: none;
}
.problem__reasonContentReasonItemTtl {
  background-color: #889292;
  color: #FFFFFF;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: absolute;
  font-size: 3.562341vw;
  padding: 3.41%;
  left: 50%;
  top: -8%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.problem__reasonContentReasonItemImg {
  padding: 3.39%;
  border: 1px solid #828282;
}
.problem__reasonContentReasonItemTxt {
  font-size: 3.562341vw;
  text-align: center;
  color: #333333;
  line-height: 1.5;
  margin-top: 8.476%;
  font-weight: 600;
}
.problem__reasonContentReasonArrow {
  position: relative;
  text-align: center;
  margin-top: 8.036%;
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 4.071247vw;
  font-weight: 600;
  z-index: 1;
}
.problem__reasonContentReasonArrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -11%;
  left: 50%;
  border-style: solid;
  border-width: 19.6vw 46.4vw 0 46.4vw;
  border-color: #889292 transparent transparent transparent;
  transform: translateX(-50%);
  z-index: -1;
}
.problem__reasonContentReasonTxt {
  margin-top: 13.394%;
  text-align: center;
  line-height: 1.5;
  font-size: 4.58013vw;
}
.problem__reasonContentReasonTxt span {
  background: linear-gradient(transparent 75%, rgba(204, 85, 100, 0.7) 30%);
}
.problem__reasonContentReasonImg {
  margin: 10.716% auto 0;
  width: 54.375%;
}

.approach {
  padding: 11.452% 0;
  font-size: 4.580153vw;
}
.approach__txt {
  color: #CC5564;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1%;
}
.approach__ttl {
  margin-top: 2.8%;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.approach__ttl span {
  background: linear-gradient(transparent 50%, #FFD051 30%);
}

.approach__ttl span.last {
  margin-right: -3px;
}

.approach__imgWrapper {
  width: 95%;
  margin: 4.073% auto 0;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.approach__imgInner {
  width: 48.01%;
}
.approach__imgTxt {
  background-color: #D6B36D;
  color: #FFFFFF;
  font-size: 4.246819vw;
  text-align: center;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}
.approach__imgInner:first-of-type .approach__imgTxt {
  background-color: #889292;
}
.approach__method {
  padding: 3.292% 0;
  margin-top: 8.398%;
  text-align: center;
  line-height: 1.5;
  font-size: 5.089059vw;
  background-image: linear-gradient(89deg, rgb(205, 184, 116), rgb(218, 175, 103));
  color: #FFF;
  font-weight: 600;
}
.approach__method span {
  background: linear-gradient(transparent 75%, rgba(204, 85, 100, 0.9) 30%);
}
.approach__list {
  position: relative;
  margin: 13.996% auto 0;
  position: relative;
  border: 2px solid #CC5564;
  width: 95%;
  padding: 10.18% 7.635% 7.635%;
}
.approach__list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -24%;
  left: 50%;
  border-style: solid;
  border-width: 7.2vw 17.9vw 0 17.9vw;
  border-color: #CDB874 transparent transparent transparent;
  transform: translateX(-50%);
  z-index: -1;
}
.approach__listTtl {
  position: absolute;
  font-size: 4.580153vw;
  background-color: #CC5564;
  color: #FFFFFF;
  font-weight: 600;
  padding: 1.897%;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: -7%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.approach__item {
  display: flex;
  align-items: center;
}
.approach__item span {
  background-color: #CC5564;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 50%;
  padding: 2.265% 2%;
}
.approach__item img {
  width: 10.345%;
  margin-left: 1%;
}
.approach__item:nth-child(n+3) {
  margin-top: 7.76%;
}
.approach__itemTxt {
  font-size: 4.580153vw;
  margin-left: 4%;
}
.approach__item:nth-child(4) .approach__itemIcon {
  margin-left: 4%;
}
.approach__development {
  margin-top: 18.577%;
  text-align: center;
}
.approach__developmentTxt {
  font-size: 5.597964vw;
  line-height: 1.5;
}
.approach__developmentList {
  position: relative;
  margin: 7.126% auto 0;
  width: 91.348601%;
  display: flex;
  justify-content: space-between;
}
.approach__developmentList::after {
  position: absolute;
  content: "";
  background-image: url(../common/img/approach-add.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  display: inline-block;
  width: 12.96%;
  height: 26.364%;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.approach__developmentItem {
  width: 39.555%;
}
.approach__developmentItemTxt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.071247vw;
  font-weight: 600;
  background-color: #CC5564;
  color: #FFFFFF;
  padding: 4% 6%;
  margin: 5.024% auto 0;
}
.approach__developmentTtl {
  margin-top: 7.634%;
  line-height: 1.5;
  color: #333333;
  font-weight: 600;
  font-size: 5.597964vw;
}
.approach__developmentTtl span {
  background: linear-gradient(transparent 50%, #FFDA76 30%);
}
.approach__video {
  margin: 11.452% auto 0;
  width: 95%;
}

.step {
  background-color: #E9E8E1;
  padding: 15.268% 0;
}
.step__txt {
  font-size: 4.580153vw;
  text-align: center;
  font-weight: 600;
  color: #333333;
}
.step__txt span.marker_gold {
  background: linear-gradient(transparent 50%, #CDB874 30%);
  margin-left: -3px;
}
.step__ttl {
  margin-top: 5.345%;
  text-align: center;
  font-size: 5.735369vw;
  font-weight: 600;
}
.step__subTtl {
  text-align: center;
  font-weight: 600;
  font-size: 6.10687vw;
  color: #FFFFFF;
  background-image: linear-gradient(89deg, rgb(205, 184, 116), rgb(218, 175, 103));
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.8% auto 0;
  padding: 2% 5% 3%;
  border-radius: 5.12px;
  letter-spacing: 0.05em;
}
.step__subTtl span {
  font-size: 8.905852vw;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.step__list {
  margin: 21.376% auto 0;
  width: 95%;
}
.step__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 12.054% 6.697% 10.714%;
}
.step__item + .step__item {
  margin-top: 17.68%;
}
.step__itemPoint {
  position: absolute;
  font-size: 5.089059vw;
  color: #FFFFFF;
  background-color: #8493A2;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  padding: 2% 3%;
  top: -1.4%;
  left: 0;
}
.step__item:nth-child(2) .step__itemPoint {
  top: -1.5%;
}
.step__item:nth-child(3) .step__itemPoint {
  top: -3.2%;
}
.step__itemTtl {
  position: relative;
  text-align: center;
  font-size: 5.597964vw;
  font-weight: 600;
  line-height: 1.5;
}
.step__itemTtl::after {
  position: absolute;
  content: "";
  width: 17.01%;
  height: 2px;
  background-color: #CC5564;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.step__item:nth-child(2) .step__itemTtl::after {
  bottom: -15%;
}
.step__item:nth-child(3) .step__itemTtl::after {
  bottom: -20%;
}
.step__itemInner {
  margin-top: 17.01%;
}
.step__itemInner + .step__itemInner {
  margin-top: 12.373%;
}
.step__itemSubTtl {
  font-size: 4.580153vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  color: #333333;
}
.step__itemImg {
  width: 89.07%;
  margin: 7.424% auto 0;
}
.step__itemTxt {
  margin-top: 6.187%;
  color: #333333;
  line-height: 1.5;
  font-size: 4.071247vw;
}
.step__itemTxt span {
  border-bottom: 2px solid #CC5564;
}
.step__itemComponent {
  padding: 7.423% 0;
  border: 1.71px solid #CDB874;
}
.step__itemComponentTtl {
  font-size: 4.580153vw;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.step__itemComponentList {
  display: flex;
  margin-top: 5.62%;
  justify-content: space-around;
  text-align: center;
  font-weight: 600;
}
.step__itemComponentItem {
  width: 50%;
}
.step__itemComponentItemIcon {
  position: relative;
  line-height: 1.5;
  font-size: 3.903308vw;
  color: #FFFFFF;
  background-image: url(../common/img/step-icon01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  margin: 0 auto;
  padding: 30.28% 0;
  width: 60.755%;
}
.step__itemComponentItem:nth-child(2) .step__itemComponentItemIcon {
  background-image: url(../common/img/step-icon02.webp);
}
.step__itemComponentItemIconTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.step__itemComponentItemTxt {
  font-size: 3.262087vw;
  margin-top: 3.616%;
  line-height: 1.5;
}

.beforeafter {
  background-color: #C2CBD2;
  padding-bottom: 15.268%;
}
.beforeafter__subTtl {
  font-size: 8.651399vw;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 10.688%;
}
.beforeafter__list {
  margin: 15.268% auto 0;
  width: 95%;
}
.beforeafter__item {
  background-color: #FFF;
  border: 3px solid #CDB874;
  padding: 5.445% 0;
}
.beforeafter__item:nth-child(n+2) {
  margin-top: 6.43%;
}
.beforeafter__itemTtl {
  font-size: 4.580153vw;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.beforeafter__itemImgTxt {
  background-color: #D6B36D;
  color: #FFFFFF;
  font-size: 4.580153vw;
  text-align: center;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}
.beforeafter__itemImgInner:first-of-type .beforeafter__itemImgTxt {
  background-color: #889292;
}
.beforeafter__itemTxt {
  font-size: 4.071247vw;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 5.717%;
}
.beforeafter__itemImgWrapper {
  width: 90.107%;
  margin: 4.073% auto 0;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.beforeafter__itemImgInner {
  width: 48.01%;
}

.reason {
  padding: 15.268% 0 16.54%;
  background-color: #EDEEE9;
}
.reason__ttl {
  font-size: 6.10687vw;
  color: #D6B36D;
  font-weight: 600;
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.291% 3.308%;
}
.reason__subTtl {
  font-size: 7.633588vw;
  color: #D6B36D;
  font-weight: 600;
  margin-top: 2.292%;
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.291% 3.308%;
}
.reason__subTtl span {
  font-size: 8.905852vw;
}
.reason__list {
  margin: 16.032% auto 0;
  width: 95%;
}
.reason__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 8.305% 9.912%;
}
.reason__itemInner {
  margin-top: 11.694%;
}
.reason__itemPoint {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #D6B36D;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 6.10687vw;
  padding: 2% 3%;
  border-radius: 2px;
  top: -3.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.reason__item:nth-child(2) .reason__itemPoint {
  top: -3.8%;
}
.reason__item:nth-child(4) .reason__itemPoint {
  top: -1.1%;
}
.reason__itemTtl {
  font-size: 4.580153vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.reason__itemImg {
  margin-top: 6.683%;
}
.reason__itemTxt {
  font-size: 4.071247vw;
  line-height: 1.5;
  margin-top: 6.683%;
}
.reason__itemTxt span {
  font-weight: 600;
}
.reason .annotation {
  font-size: 2.798982vw;
  vertical-align: super;
  font-weight: 600;
}
.reason__itemAnnotation {
  font-size: 3.053435vw;
  margin-top: 4.01%;
}
.reason__item:nth-child(n+2) {
  margin-top: 16.875%;
}
.reason__itemComparison {
  margin-top: 11.36%;
  border: 2px solid #CDB874;
  padding: 6.015% 5.347%;
}
.reason__itemComparisonTtl {
  text-align: center;
  color: #333333;
  font-weight: 600;
  font-size: 5.089059vw;
}
.reason__itemComparisonInner {
  position: relative;
  margin-top: 6.078%;
  padding: 7.976% 3% 5%;
  background-color: #D9D9D9;
}
.reason__itemComparisonInner:nth-child(3) {
  background-color: #E9E8E1;
}
.reason__itemComparisonType {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #CC5564;
  padding: 3% 3% 2%;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.3;
  font-size: 3.715013vw;
}
.reason__itemComparisonInner:nth-child(3) .reason__itemComparisonType {
  background-image: linear-gradient(89deg, rgb(205, 184, 116), rgb(218, 175, 103));
}
.reason__itemComparisonList {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 7.94%;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 3.715013vw;
}
.reason__itemComparisonInner:nth-child(3) .reason__itemComparisonList {
  margin-top: 18.385%;
}
.reason__itemComparisonItem {
  background-color: #8493A2;
  width: 32%;
  text-align: center;
  padding: 4.596% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.reason__itemComparisonInner:nth-child(3) .reason__itemComparisonItem {
  background-color: #CC5564;
  padding: 15.044% 0;
}
.reason__itemComparisonItem:nth-child(2), .reason__itemComparisonInner:nth-child(3) .reason__itemComparisonItem:nth-child(2) {
  background-color: #9AAAAD;
  padding: 9.192% 0;
}
.reason__itemComparisonItem:nth-child(3) {
  background-color: #CC5564;
  padding: 15.044% 0;
}
.reason__itemComparisonInner:nth-child(3) .reason__itemComparisonItem:nth-child(3) {
  background-color: #8493A2;
  padding: 4.596% 0;
}
.reason__itemComparisonTxt {
  margin-top: 4.18%;
  font-size: 3.715013vw;
  line-height: 1.5;
}
.reason__itemComparisonArrow {
  position: absolute;
  width: 67.593%;
  top: 26%;
}
.reason__itemComparisonInner:nth-child(3) .reason__itemComparisonArrow {
  top: 26%;
  left: 10%;
}

/* review */
.review {
  margin-top: 19.085%;
  padding-bottom: 11.452%;
}
.review__ttl {
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 5.597964vw;
}
.review__ttl::after {
  position: absolute;
  content: "";
  background-image: url(../common/img/review-ttl.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  display: inline-block;
  width: 84.99%;
  height: 134.667%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.review__list {
  margin: 13.996% auto 0;
  width: 81.679389%;
}
.review__item {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.review__item:nth-child(n+3) {
  align-items: start;
}
.review__item:nth-child(n+2) {
  margin-top: 7.79%;
}
.review__itemInner {
  width: 45.796%;
}
.review__item:nth-child(2) .review__itemInner {
  width: 100%;
}
.review__item:nth-child(3) .review__itemInner {
  width: 38.63%;
}
.review__item:nth-child(3) .review__itemInner:first-of-type {
  width: 59.503%;
}
.review__item:nth-child(4) .review__itemInner {
  width: 64.487%;
}
.review__item:nth-child(4) .review__itemInner:first-of-type {
  width: 34.27%;
}
.review__itemTxt {
  text-align: center;
  font-weight: 600;
  font-size: 4.071247vw;
  margin-top: 6.256%;
}
.review__item:nth-child(3) .review__itemInner .review__itemTxt {
  font-size: 3.562341vw;
  line-height: 1.5;
}
.review__item:nth-child(3) .review__itemInner:first-of-type .review__itemTxt {
  font-size: 4.071247vw;
  line-height: 1;
}
.review__item:nth-child(4) .review__itemInner:first-of-type .review__itemTxt {
  margin-top: 12.256%;
}
.review__voice {
  margin-top: 16.54%;
}
.review__voiceTtl {
  text-align: center;
  font-size: 7.124682vw;
  font-weight: 600;
  border-bottom: 2.15px solid #DEBD44;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1%;
}
.review__voiceList {
  margin: 8.143% auto 0;
  width: 63.867684%;
  display: flex;
  justify-content: space-between;
}
.review__voiceItem {
  width: 42.234%;
}
.review__voiceItemTxt {
  font-size: 2.544529vw;
  text-align: center;
  margin-top: 5.667%;
}
.review__voiceImg {
  width: 84.223919%;
  margin: 5.09% auto 0;
}
.review__voiceChoice {
  width: 95%;
  margin: 9.162% auto 0;
}
.review__voiceChoiceTxt {
  margin-top: 5.357%;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  font-size: 5.343511vw;
}

/* flow */
.flow {
  padding: 11.452% 0 0;
}
.flow__inner {
  padding: 13.742% 0;
  width: 90.1%;
  background-color: #C2CBD2;
  border-radius: 0 10px 0 0;
}
.flow__ttl {
  font-size: 6.10687vw;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #8493A2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.826%;
}
.flow__list {
  position: relative;
  margin: 12.71% 0 0 2.826%;
}
.flow__list::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #CC5564;
  top: 0;
  left: 0;
}
.flow__item:nth-child(n+2) {
  margin-top: 8.72%;
}
.flow__itemPoint {
  font-size: 4.580153vw;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #CC5564;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2%;
  border-radius: 2px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
}
.flow__itemInner {
  margin: 4.36% 0 0 4.36%;
}
.flow__itemTtl {
  font-size: 5.597964vw;
  font-weight: 600;
}
.flow__itemImg {
  width: 69.588%;
  margin-top: 4.56%;
}
.flow__itemTxt {
  margin-top: 6.078%;
  line-height: 1.5;
  font-size: 4.071247vw;
  color: #333333;
}
.flow .btn {
  margin: 8.465% 0 0;
  width: 87.213%;
}
.flow__itemImgWrapper {
  width: 69.588%;
  margin-top: 4.56%;
  display: flex;
  justify-content: space-between;
}
.flow__itemImgInner {
  width: 48.01%;
}
.flow__itemImgInner .flow__itemImg {
  width: 100%;
  margin-top: 0;
}
.flow__itemImgTxt {
  background-color: #D6B36D;
  color: #FFFFFF;
  font-size: 3.175573vw;
  text-align: center;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.08em;
}
.flow__itemImgInner:first-of-type .flow__itemImgTxt {
  background-color: #889292;
}

/* qa */
.qa {
  background-size: 100% 100%;
  padding: 17.05% 0 12.978%;
  text-align: center;
  background-attachment: fixed;
  /*=========
  accordion
  =========*/
}
.qa__ttl {
  font-size: 6.615776vw;
  font-weight: 600;
}
.qa__txt {
  margin-top: 3%;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 7.466667vw;
}
.qa .accordion_area {
  width: 95%;
  margin: 12.978% auto 0;
  text-align: left;
}
.qa .accordion_one:nth-child(n+2) {
  margin-top: 3.06%;
}
.qa .accordion_area .accordion_one .ac_header {
  padding: 3% 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  background-color: #D6B36D;
  color: #fff;
}
.qa .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  right: 3.5%;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa .accordion_area .accordion_one:nth-child(5) .ac_header .i_box,
.qa .accordion_area .accordion_one:nth-child(6) .ac_header .i_box,
.qa .accordion_area .accordion_one:nth-child(10) .ac_header .i_box {
  height: 25%;
}
.qa .accordion_area .accordion_one .ac_header .i_box:before,
.qa .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.qa .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
}
.qa .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 15px;
  bottom: 0;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.qa .accordion_area .accordion_one .ac_header.open .i_box:after {
  opacity: 0;
  transition: 0.3s;
}
.qa .accordion_area .accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  background: #fff;
}
.qa .p-faq__headinner {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 3%;
  padding-right: 8%;
}
.qa .p-faq__headinner p.p-faq__q-txt {
  font-size: 4.580153vw;
  text-indent: -1.7em;
  padding-left: 1.7em;
  font-weight: 600;
}
.qa .p-faq__headinner p.p-faq__q-txt span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.qa .p-faq__bodyinner {
  display: block;
  position: relative;
  line-height: 1.5;
  padding: 24px 2% 24px 2%;
}
.qa .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 4.071247vw;
}

/* access*/
.access {
  background-color: #EDEEE9;
  padding: 16.54% 0 10.18%;
}
.access__ttl {
  text-align: center;
  font-size: 6.615776vw;
  font-weight: 600;
}
.access__map {
  margin: 10.18% auto 0;
  width: 95%;
}
.access__map iframe {
  aspect-ratio: 337/225;
}
.access__clinic {
  background-color: #FFFFFF;
  margin: 5.09% auto 0;
  width: 95%;
  border-radius: 10px;
  padding: 5.09%;
}
.access__clinicName {
  color: #CDB874;
  font-weight: 600;
  font-size: 5.089059vw;
}
.access__clinicTxt {
  margin-top: 6%;
  line-height: 1.5;
  font-size: 4.071247vw;
}
.access__officer {
  background-color: #FFFFFF;
  margin: 8.906% auto 0;
  width: 95%;
  border-radius: 10px;
  /*padding: 10.18% 0 8.906%;*/
}
.access__officerTtl {
  font-size: 5.597964vw;
  text-align: center;
}
.access__officerImg {
  width: 70.445%;
  margin: 9.375% auto 0;
}
.access__officerName {
  text-align: center;
  margin-top: 5.358%;
  font-size: 5.597964vw;
}
.access__officerRecord {
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.697% auto 0;
  background-color: #CDB874;
  font-weight: 600;
  font-size: 4.580153vw;
  padding: 2% 3%;
}
.access__officerInner {
  margin-top: 9.107%;
  padding-left: 10.983%;
}
.access__officerInner + .access__officerInner {
  margin-top: 5.893%;
  padding-left: 10.983%;
}
.access__officerTxt {
  font-size: 3.562341vw;
  line-height: 1.5;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.access__officerTxt span {
  margin-right: 2%;
}
.access__officerTxt + .access__officerTxt {
  margin-top: 3.613%;
}

.btn {
  margin: 7.054% auto 0;
  width: 80.964%;
}
.btn__ttl {
  font-size: 4.071247vw;
}
.btn__link {
  position: relative;
  background-color: #B28E51;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.603053vw;
  font-weight: 600;
  margin-top: 2%;
}
.btn__link::after {
  position: absolute;
  content: "";
  background-image: url(../common/img/arrow-white.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 7.667%;
  height: 37.29%;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn__linkIcon {
  width: 11.5%;
  padding: 4.53% 0;
  margin-left: -7px;
}
.btn__linkTtl {
  margin-left: 0.698%;
}
.btn__txt {
  font-size: 3.564885vw;
  text-align: center;
  border-bottom: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.79% auto 0;
  padding-bottom: 1%;
}

.btn:first-of-type {
  margin: 8.465% auto 0;
}

/* cta */
.cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 99;
  display: flex;
  font-weight: 700;
}
.cta__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #B28E51;
  padding: 4.434% 0;
}
.cta__link:first-of-type {
  background-color: #CDB874;
}
.cta__linkLogo {
  width: 18.72%;
}
.cta__linkTxt {
  font-size: 5.597964vw;
  margin-left: 1%;
  font-weight: 600;
}

/*　上に上がる動き　*/
#cta-btn.UpMove {
  animation: UpAnime 0.8s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#cta-btn.DownMove {
  animation: DownAnime 0.8s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
.footer {
  padding: 5.09% 0 2.036%;
  text-align: center;
  font-size: 3.053435vw;
}

@media screen and (min-width: 450px) {
  body {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.16);
    max-width: 393px;
  }
  .header__logo {
    font-size: 16px;
  }
  .header__logoTxt {
    font-size: 10px;
  }
  .header__linkTxt {
    font-size: 14px;
  }
  .fv__txt {
    font-size: 18px;
  }
  .fv__ttl {
    font-size: 33.12px;
  }
  .fv__ttl:first-of-type {
    font-size: 30.11px;
  }
  .fv__imgTxt {
    font-size: 21.56px;
  }
  .fv__record {
    font-size: 23px;
  }
  .fv__record span {
    font-size: 30px;
  }
  .fv__meritItem {
    font-size: 16px;
  }
  .fv__meritTtl {
    font-size: 34.48px;
  }
  .fv__meritTtl:first-of-type {
    font-size: 27.17px;
  }
  .campaign__ttl {
    font-size: 18.02px;
  }
  .campaign__imgTxt {
    font-size: 16.69px;
  }
  .campaign__subTtl {
    font-size: 20.02px;
  }
  .campaign__item {
    font-size: 16.02px;
  }
  .campaign__price::after {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 19px solid #CDB874;
  }
  .campaign__priceTxt {
    font-size: 27.65px;
  }
  .campaign__priceTxt span {
    font-size: 8.04px;
  }
  .campaign__priceTxt::after {
    width: 65.5%;
  }
  .campaign__priceCount {
    font-size: 28.77px;
  }
  .campaign__priceNew {
    font-size: 58px;
  }
  .campaign__priceYen {
    font-size: 30.17px;
  }
  .campaign__priceYen span {
    font-size: 9.15px;
  }
  .problem__ttl {
    font-size: 22px;
  }
  .problem__itemTxt {
    font-size: 16px;
  }
  .problem__itemTxt::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 0px;
    border-right-width: 20px;
    margin-left: -10px;
  }
  .problem__item:nth-child(2n) .problem__itemTxt::after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 0px;
    margin-left: -10px;
  }
  .problem__bubble {
    font-size: 22px;
  }
  .problem__txt {
    font-size: 20px;
  }
  .problem__reason::after {
    border-width: 51px 196.5px 0 196.5px;
  }
  .problem__reasonTxt {
    font-size: 20px;
  }
  .problem__reasonTtl {
    font-size: 22px;
  }
  .problem__reasonTtl span {
    font-size: 24px;
  }
  .problem__reasonTtl .gold-bg {
    font-size: 26px;
  }
  .problem__reasonContentTxt {
    font-size: 18px;
  }
  .problem__reasonContentAfter::after {
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 26px solid #889292;
  }
  .problem__reasonContentAfterItemTxt {
    font-size: 14px;
  }
  .problem__reasonContentAfterTxt {
    font-size: 14px;
  }
  .problem__reasonContentReasonTtl {
    font-size: 20px;
  }
  .problem__reasonContentReasonItemTtl {
    font-size: 14px;
  }
  .problem__reasonContentReasonItemTxt {
    font-size: 14px;
  }
  .problem__reasonContentReasonArrow {
    font-size: 16px;
  }
  .problem__reasonContentReasonArrow::after {
    border-width: 77px 182px 0 182px;
  }
  .problem__reasonContentReasonTxt {
    font-size: 18px;
  }
  .approach__txt {
    font-size: 18px;
  }
  .approach__ttl {
    font-size: 20px;
  }
  .approach__imgTxt {
    font-size: 20.35px;
  }
  .approach__method {
    font-size: 20px;
  }
  .approach__listTtl {
    font-size: 18px;
  }
  .approach__item span {
    font-size: 18px;
  }
  .approach__itemTxt {
    font-size: 18px;
  }
  .approach__developmentTxt {
    font-size: 22px;
  }
  .approach__list::after {
    border-width: 28px 70px 0 70px;
  }
  .approach__developmentItemTxt {
    font-size: 16px;
  }
  .approach__developmentTtl {
    font-size: 22px;
  }
  .step__txt {
    font-size: 18px;
  }
  .step__ttl {
    font-size: 22.54px;
  }
  .step__subTtl {
    font-size: 24px;
  }
  .step__subTtl span {
    font-size: 35px;
  }
  .step__itemPoint {
    font-size: 20px;
  }
  .step__itemTtl {
    font-size: 22px;
  }
  .step__itemSubTtl {
    font-size: 18px;
  }
  .step__itemTxt {
    font-size: 16px;
  }
  .step__itemComponentTtl {
    font-size: 18px;
  }
  .step__itemComponentItemIconTxt {
    font-size: 15.34px;
  }
  .step__itemComponentItemTxt {
    font-size: 12.82px;
  }
  .beforeafter__subTtl {
    font-size: 34px;
  }
  .beforeafter__itemTtl {
    font-size: 18px;
  }
  .beforeafter__itemImgTxt {
    font-size: 18.07px;
  }
  .beforeafter__itemTxt {
    font-size: 16px;
  }
  .reason__ttl {
    font-size: 24px;
  }
  .reason__subTtl {
    font-size: 30px;
  }
  .reason__subTtl span {
    font-size: 35px;
  }
  .reason__itemPoint {
    font-size: 24px;
  }
  .reason__itemTtl {
    font-size: 18px;
  }
  .reason__itemTxt {
    font-size: 16px;
  }
  .reason .annotation {
    font-size: 11px;
  }
  .reason__itemAnnotation {
    font-size: 12px;
  }
  .reason__itemComparisonTtl {
    font-size: 24px;
  }
  .reason__itemComparisonType, .reason__itemComparisonList, .reason__itemComparisonTxt {
    font-size: 14.6px;
  }
  .review__ttl {
    font-size: 22px;
  }
  .review__itemTxt, .review__item:nth-child(3) .review__itemInner:first-of-type .review__itemTxt {
    font-size: 16px;
  }
  .review__item:nth-child(3) .review__itemInner .review__itemTxt {
    font-size: 14px;
  }
  .review__voiceTtl {
    font-size: 28px;
  }
  .review__voiceItemTxt {
    font-size: 10px;
  }
  .review__voiceChoiceTxt {
    font-size: 21px;
  }
  .flow__ttl {
    font-size: 24px;
  }
  .flow__itemPoint {
    font-size: 18px;
  }
  .flow__itemTtl {
    font-size: 22px;
  }
  .flow__itemTxt {
    font-size: 16px;
  }
  .flow__itemImgTxt {
    font-size: 12.48px;
  }
  .qa__ttl {
    font-size: 26px;
  }
  .qa .p-faq__headinner p.p-faq__q-txt {
    font-size: 18px;
  }
  .qa .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 16px;
  }
  .access__ttl {
    font-size: 26px;
  }
  .access__clinicName {
    font-size: 20px;
  }
  .access__clinicTxt {
    font-size: 16px;
  }
  .access__officerTtl, .access__officerName {
    font-size: 22px;
  }
  .access__officerRecord {
    font-size: 18px;
  }
  .access__officerTxt {
    font-size: 14px;
  }
  .btn__ttl {
    font-size: 16px;
  }
  .btn__link {
    font-size: 22px;
  }
  .btn__txt {
    font-size: 14px;
  }
  .cta {
    max-width: 393px;
  }
  .cta__linkTxt {
    font-size: 22px;
  }
  .footer {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */