@charset "UTF-8";
/* CSS Document */


/*basic*/

body{
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
a{
  transition: .3s all ease;
  text-decoration: none;
  color: inherit;
}
a img,
input[type="submit"]
input[type="reset"],
input[type="button"]{
  transition: .4s all ease;
}
a:hover img,
input[type="submit"]:hover
input[type="reset"]:hover,
input[type="button"]:hover{
  transform: translateY(-5px);
}

#container{
  overflow-x: hidden;
  max-width: 1366px;
  margin: 0 auto;
}
.wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.white{
  color: #fff;
}
.purple{
  color: #6a464e;
}
.red{
  color: #8b0221;
}
.pink{
  color: #f86284;
}
.blue{
  color: #045cd0;
}
.ylw{
  color: #fff100;
}

.serif{
  font-family: 'Noto Serif JP', serif;
}
.sans{
  font-family: 'Noto Sans JP', sans-serif;
}
.palt{
  font-feature-settings: "palt";
}

/*============================
#mv
============================*/
.header-top{
  width: 100%;
  height: 680px;
  background: url(img/mv.jpg?1) center center no-repeat;
  background-size: cover;
}
.header-bottom{
  background: #0d4e9c;
  padding: 15px 0;
}
.clinic-each{
  padding: 0 30px;
  border-left: 1px solid #fff;
  text-align: center;
}
.clinic-each:last-child{
  border-right: 1px solid #fff;
}
.clinic-each span{
  padding: 0 10px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.cta-sb{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cta-sb::before,
.cta-sb::after{
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: #f86888;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta-sb::before{
  transform: rotate(-10deg);
  left: -30px;
}
.cta-sb::after{
  transform: rotate(10deg);
  right: -30px;
}
.cta-wrap{
  width: 104%;
  margin-left: -2%;
  height: 446px;
  background: url(img/contact-bg.png) center top no-repeat;
  background-size: contain;
  padding-top: 70px;
}

.ad_cta {
  padding: 80px 10px 0 10px;
  display: flex;
  justify-content:space-around;
}

.ad_cta li{
  text-align: right;
}
.ad_cta li:last-child{
  text-align: left;
}

/*============================
#worry
============================*/
#worry{
  background-color: #dff3fb;
  background-image: repeating-linear-gradient(335deg,#f4fbfe, #f4fbfe 5px,transparent 0, transparent 10px);
  position: relative;
  padding-bottom: 85px;
}
#worry::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #d7f1fd;
  position: absolute;
  left: -53px;
  bottom: -52px;
  z-index: -1;
}
.blue-bg{
  width: 100%;
  min-height: 140px;
  background-image: -moz-linear-gradient( 178deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  background-image: -webkit-linear-gradient( 178deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  background-image: -ms-linear-gradient( 178deg, rgb(1,94,234) 0%, rgb(0,192,250) 100%);
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#worry .blue-bg,
#cause .blue-bg{
  height: 182px;
  background: url(img/blue-bg.png) center top no-repeat;
  background-size: contain;
  padding-bottom: 45px;
}
.blue-check li{
  position: relative;
}
.blue-check li::before{
  content: "";
  width: 32px;
  height: 32px;
  background: url(img/blue-check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.list-bg{
  width: 75.8%;
  margin-left: auto;
  margin-right: auto;
}
.list-bg li{
  padding: 30px 30px 30px 75px;
  background: #fff;
  box-shadow: 3px 3px 5px #dfe0e0;
}
.marker{
  background: linear-gradient(to bottom, transparent 80%, #ffff00 80%);
}
.worry-txt{
  padding-left: 275px;
  position: relative;
}
.worry-txt::before{
  content: "";
  width: 263px;
  height: 337px;
  background: url(img/irasuto.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: -31px;
  top: -80px;
}

/*============================
#cause
============================*/
#cause{
  border: 3px solid #0bbafb;
  background: #fff;
  padding-bottom: 70px;
  position: relative;
}
#cause::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dff3fb;
  background-image: repeating-linear-gradient(335deg,#f4fbfe, #f4fbfe 5px,transparent 0, transparent 10px);
  position: absolute;
  right: -54px;
  bottom: -50px;
  z-index: -1;
}
#cause::after{
  content: "";
  width: 312px;
  height: 346px;
  background: url(img/irasuto2.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -68px;
  bottom: -75px;
}
#cause p{
  padding-left: 42px;
}
.blue-highlight{
  padding: 0 5px 3px;
  background: #2270e8;
  color: #fff;
}

/*============================
#about
============================*/
#about{
  background: #fdebeb;
  position: relative;
  z-index: -2;
  padding-bottom: 65px;
}
.about-ttl{
  background: #f4a3b5;
  padding: 45px;
  position: relative;
}
.about-ttl::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9cdd6;
  background-image: repeating-linear-gradient(335deg,#f8c3cd, #f8c3cd 3px,transparent 0, transparent 6px);
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
}
.about-ttl h2{
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.en{
  font-family: 'Dulcinea';
  color: #fdebeb;
  opacity: .8;
  line-height: 1;
  position: absolute;
}
.blue-bg .en{
  color: #fff;
}
.about-en{
  top: -33px;
  left: -30px;
}
.award-txt{
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.award-txt::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #53343b;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.award-txt span{
  opacity: .53;
}
.certificate{
  position: relative;
}
.certificate::before{
  content: "";
  width: 157px;
  height: 157px;
  background: url(img/medal.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  right: -50px;
}
.award{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.award::before,
.award::after{
  content: "";
  width: 55px;
  height: 139px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.award::before{
  background: url(img/leaf-right.png) center center no-repeat;
  background-size: contain;
  left: -50px;
}
.award::after{
  background: url(img/leaf-left.png) center center no-repeat;
  background-size: contain;
  right: -50px;
}

/*============================
#anxiety
============================*/
#anxiety{
  padding-bottom: 165px;
  background: url(img/worry-bg.png) left bottom no-repeat;
  background-size: 90%;
}

/*============================
#safety
============================*/
#safety{
  background: #fdebeb;
  padding-bottom: 80px;
  position: relative;
}
#safety::before{
  content: "";
  width: 105%;
  height: 80%;
  background-color: #fef5f5;
  background-image: repeating-linear-gradient(335deg,#fefbfb, #fefbfb 3px,transparent 0, transparent 6px);
  position: absolute;
  left: 0;
  bottom: -53px;
  z-index: -1;
}
#safety::after{
  content: "";
  width: 201px;
  height: 272px;
  background: url(img/irasuto3.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  bottom: -68px;
}
.safety-ttl{
  border: 3px solid #ec7892;
}
.safety-ttl-top{
  background-color: #fdebeb;
  background-image: repeating-linear-gradient(335deg,#fdf0f0, #fdf0f0 3px,transparent 0, transparent 6px);
  padding: 40px 0 30px;
}
.safety-ttl-bottom{
  background: #ec7892;
  line-height: 1;
  padding: 25px 0 35px;
  position: relative;
}
.safety-ttl-bottom::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 48px solid #ec7892;
  border-left: 49px solid transparent;
  border-right: 49px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.underline{
  border-bottom: 1px solid #fff;
}
.safety-en{
  top: 0;
  left: -112px;
  transform: rotate(-10deg);
}
.pink-check.list-bg{
  width: 920px;
}
.pink-check.list-bg li{
  padding: 0 0 0 65px;
  position: relative;
}
.pink-check li::before{
  content: "";
  width: 32px;
  height: 32px;
  background: url(img/pink-check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.pink-check li span{
  padding: 15px 15px 15px 0;
  position: relative;
  display: block;
}
.pink-check li span::before{
  content: "";
  width: 1px;
  height: calc(100% - 3px);
  background: #ed537a;
  position: absolute;
  top: 2px;
  right: 6px;
}
.pink-check li span::after{
  content: "";
  width: 78px;
  height: 1px;
  background: #ed537a;
  position: absolute;
  bottom: 6px;
  right: 0;
}

/*============================
#recommend
============================*/
#recommend{
  background: #d5f2fd;
  padding-bottom: 50px;
}
.recommend-en{
  top: -5px;
  left: -30px;
  transform: rotate(-10deg);
}
.flex-inner{
  padding: 0 10px 0 30px;
}
.recommend-img{
  margin-right: 30px;
}

/*============================
#features.mb95
============================*/
#features{
  background: #d5f2fd;
  padding-bottom: 40px;
  position: relative;
}
#features::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dff3fb;
  background-image: repeating-linear-gradient(335deg,#f4fbfe, #f4fbfe 5px,transparent 0, transparent 10px);
  position: absolute;
  right: -54px;
  bottom: -50px;
  z-index: -1;
}
.features-en{
  bottom: -15px;
  right: 0;
  transform: rotate(-10deg);
}
.feature-top{
  display: grid;
  grid-template-columns: 210px auto;
  grid-column-gap: 75px;
  margin-left: 40px;
  margin-right: 40px;
}
.feature-top-img1{
  grid-row: 1/3;
}
.feature-top p{
  grid-column: 2;
  grid-gap: 2;
}
.feature-bottom{
  margin: 0 40px;
}

/*============================
#not-recommend
============================*/
#not-recommend{
  padding-bottom: 50px;
  background: url(img/no-recommend.png) bottom right no-repeat;
  background-size: auto;
}
#not-recommend .blue-check li{
  padding-left: 70px;
}
#not-recommend .blue-check li::before{
  width: 24px;
  height: 24px;
  left: 40px;
  top: 5px;
  bottom: unset;
}

/*============================
#time.f105
============================*/
#time{
  background: #d5f2fd;
  position: relative;
  padding-bottom: 50px;
}
#time::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dff3fb;
  background-image: repeating-linear-gradient(335deg,#f4fbfe, #f4fbfe 5px,transparent 0, transparent 10px);
  position: absolute;
  left: -52px;
  bottom: -48px;
  z-index: -1;
}
#time::after{
  content: "";
  width: 183px;
  height: 247px;
  background: url(img/irasuto4.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -105px;
  right: 37px;
}
#time p{
  margin-left: 40px;
  margin-right: 30px;
}


/*============================
#smile
============================*/
#smile{
  margin-top: -37px;
}

/*============================
#price
============================*/
.pink-ttl{
  padding: 20px;
  background: #ec7892;
  position: relative;
}
.box-ttl{
  padding: 20px 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px #dfe0e0;
}
.box-ttl span:not(.en),
.pink-ttl span:not(.en){
  line-height: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.price-wrap{
  background: #fdebeb;
  padding: 25px 25px 55px;
}

/*============================
#flow
============================*/
.flow-en{
  top: 10px;
  left: -44px;
  transform: rotate(-7deg);
}
.step-each{
  padding: 20px 25px;
  display: grid;
  grid-template-columns: 140px auto 240px;
  align-items: center;
  background: #fdebeb;
  box-shadow: 0 3px 5px #dfe0e0;
  position: relative;
}
.step-each:nth-last-of-type(odd){
  background: #fefafa;
}
.step-each:not(:last-of-type)::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid #fdebeb;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  filter: drop-shadow(0 3px 2px #dfe0e0);
  position: absolute;
  top: 100%;
  left: 50px;
}
.step-each:nth-last-of-type(odd):before{
  border-top-color: #fefafa;
}
.step-each:nth-of-type(1){
  z-index: 8;
}
.step-each:nth-of-type(2){
  z-index: 7;
}
.step-each:nth-of-type(3){
  z-index: 6;
}
.step-each:nth-of-type(4){
  z-index: 5;
}
.step-each:nth-of-type(5){
  z-index: 4;
}
.step-each:nth-of-type(6){
  z-index: 3;
}
.step-each:nth-of-type(7){
  z-index: 2;
}
.step-each:nth-of-type(8){
  z-index: 1;
}

/*============================
#info.bg
============================*/
.bg{
  position: relative;
  padding-bottom: 30px;
}
.bg::before{
  content: "";
  width: 100vw;
  background-image: -moz-linear-gradient( 90deg, rgb(253,235,235) 0%, rgba(253,235,235,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,235,235) 0%, rgba(253,235,235,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,235,235) 0%, rgba(253,235,235,0) 100%);
  height: 580px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}

/*============================
#payment
============================*/
.payment-en{
  right: -220px;
  top: 10px;
  transform: rotate(-10deg);
}
.payment-box{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e84368;
  backgaddressround: #fdebeb;
  padding: 42px 67px;
}
.btn{
  display: block;
  width: 365px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 5px #dfe0e0;
}
.btn img{
  margin-right: 10px;
}

/*============================
#clinic-info
============================*/
.clinic-info-each{
  width: 280px;
}
.clinic-info-each h3 span{
  margin-left: 10px;
}
.clinic-info-each .red{
  color: #fb1145;
}
.clinic-info-each .address{
  margin-top: 10px;
}
.clinic-info{
  border-collapse: collapse;
}
.clinic-info th,
.clinic-info td{
  border-bottom: 1px solid #333;
  padding-top: 10px;
}
.clinic-info th{
  width: 130px;
}

/*============================
#faq
============================*/
.box-ttl.blue-bg{
  min-height: unset;
}
.faq-ttl{
  position: relative;
}
.faq-ttl::after{
  content: "";
  width: 138px;
  height: 60px;
  background: url(img/qa.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -215px;
  margin: auto;
}
.faq-box{
  padding: 30px 80px 50px 30px;
  background: #e3f4fc;
  position: relative;
}
.faq-box::before{
  content: "";
  width: 185px;
  height: 198px;
  background: url(img/irasuto5.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  left: 47px;
}
.faq dt{
  margin-left: 70px;
  padding-bottom: 5px;
  width: fit-content;
  border-bottom: 2px dotted #b5bcbf;
  position: relative;
}
.faq dt::before{
  content: "";
  width: 49px;
  height: 49px;
  background: url(img/question.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -70px;
}
.faq dd{
  margin-left: 70px;
  position: relative;
}
.faq dd::before{
  content: "";
  width: 25px;
  height: 21px;
  background: url(img/answer.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -33px;
}
.atteintion-box{
  padding: 38px 25px 0;
}

/*============================
#footer
============================*/
#footer{
  padding: 15px;
  background: #ec7892;
}

/*============================
#totop
============================*/
#totop{
  position: fixed;
  right: 3vw;
  bottom: 60px;
}

@media (max-width: 1000px){
  /*basic*/

body{
  font-size: 1.8vw;
}
.wrap{
  width: 96%;
}

/*============================
#mv
============================*/
.header-top{
  height: 64vw;
}
.header-bottom{
  padding: 1.5vw 0;
}
.clinic-each{
  padding: 0 2vw;
}
.clinic-each span{
  padding: 0 1vw;
  margin-right: 1.5vw;
}
.cta-sb::before,
.cta-sb::after{
  width: 0.3vw;
  border-radius: 0.2vw;
}
.cta-sb::before{
  left: -2vw;
}
.cta-sb::after{
  right: -2vw;
}
.cta-wrap{
  /*
  height: 34.6vw;
  */
  height: 44.6vw;
  padding-top: 6vw;
}
.cta-wrap img{
  width: 82%;
}




/*============================
#worry
============================*/
#worry{
  padding-bottom: 8.5vw;
}
#worry::before{
  left: -5.3vw;
  bottom: -5.2vw;
}
.blue-bg{
  min-height: 14vw;
}
#worry .blue-bg,
#cause .blue-bg{
  height: 18.2vw;
  padding-bottom: 4.5vw;
}
.blue-check{
  width: 80%;
}
.blue-check li::before{
  width: 3.2vw;
  height: 3.2vw;
  left: 3vw;
}
.list-bg li{
  padding: 3vw 3vw 3vw 7.5vw;
}
.worry-txt{
  padding-left: 27.5vw;
}
.worry-txt::before{
  width: 26.3vw;
  height: 33.7vw;
  left: -3.1vw;
  top: -8vw;
}

/*============================
#cause
============================*/
#cause{
  padding-bottom: 7vw;
}
#cause::before{
  right: -5.4vw;
  bottom: -5vw;
}
#cause::after{
  width: 31.2vw;
  height: 34.6vw;
  right: -6.8vw;
  bottom: -7.5vw;
}
#cause p{
  padding-left: 4.2vw;
}
.blue-highlight{
  padding: 0 0.5vw 0.3vw;
}

/*============================
#about
============================*/
#about{
  padding-bottom: 6.5vw;
}
.about-ttl{
  padding: 4.5vw;
}
.about-ttl::before{
  bottom: -0.8vw;
}
.about-ttl h2{
  padding: 1vw;
}
.about-en{
  top: -3.3vw;
  left: -3vw;
}
.about-img{
  width: 95%;
}
.award-txt::before{
  height: 0.1vw;
}
.certificate{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.certificate::before{
  width: 15.7vw;
  height: 15.7vw;
  top: -9vw;
  right: -5vw;
}
.award::before,
.award::after{
  width: 5.5vw;
  height: 13.9vw;
}
.award::before{
  left: -5vw;
}
.award::after{
  right: -5vw;
}

/*============================
#anxiety
============================*/
#anxiety{
  padding-bottom: 16.5vw;
}

/*============================
#safety
============================*/
#safety{
  padding-bottom: 8vw;
}
#safety::before{
  bottom: -5.3vw;
}
#safety::after{
  width: 20.1vw;
  height: 27.2vw;
  right: -2vw;
  bottom: -6.8vw;
}
.safety-ttl-top{
  padding: 4vw 0 3vw;
}
.safety-ttl-bottom{
  padding: 2.5vw 0 3.5vw;
}
.safety-ttl-bottom::before{
  border-top: 4.8vw solid #ec7892;
  border-left: 4.9vw solid transparent;
  border-right: 4.9vw solid transparent;
}
.safety-en{
  left: -11.2vw;
}
.safety-img{
  width: 95%;
}
.pink-check.list-bg{
  width: 92vw;
}
.pink-check.list-bg li{
  padding: 0 0 0 6.5vw;
}
.pink-check li::before{
  width: 3.2vw;
  height: 3.2vw;
  left: 2vw;
}
.pink-check li span{
  padding: 1.5vw 1.5vw 1.5vw 0;
}
.pink-check li span::before{
  width: 0.1vw;
  height: calc(100% - 0.3vw);
  top: 0.2vw;
  right: 0.6vw;
}
.pink-check li span::after{
  width: 7.8vw;
  height: 0.1vw;
  bottom: 0.6vw;
}

/*============================
#recommend
============================*/
#recommend{
  padding-bottom: 5vw;
}
.recommend-en{
  top: -0.5vw;
  left: -3vw;
}
.flex-inner{
  padding: 0 1vw 0 3vw;
}
.recommend-img{
  margin-right: 3vw;
  width: 29vw;
}

/*============================
#features.mb95
============================*/
#features{
  padding-bottom: 4vw;
}
#features::before{
  right: -5.4vw;
  bottom: -5vw;
}
.features-en{
  bottom: -1.5vw;
}
.feature-top{
  grid-template-columns: 21vw auto;
  grid-column-gap: 7.5vw;
  margin-left: 4vw;
  margin-right: 4vw;
}
.feature-bottom{
  margin: 0 4vw;
}
.feature-img{
  width: 95%;
}

/*============================
#not-recommend
============================*/
#not-recommend{
  padding-bottom: 5vw;
  background-size: auto 80%;
}
#not-recommend .blue-check li{
  padding-left: 7vw;
}
#not-recommend .blue-check li::before{
  width: 2.4vw;
  height: 2.4vw;
  left: 4vw;
  top: 0.5vw;
}

/*============================
#time.f105
============================*/
#time{
  padding-bottom: 5vw;
}
#time::before{
  left: -5.2vw;
  bottom: -4.8vw;
}
#time::after{
  width: 18.3vw;
  height: 24.7vw;
  bottom: -10.5vw;
  right: 3.7vw;
}
#time p{
  margin-left: 4vw;
  margin-right: 3vw;
}


/*============================
#smile
============================*/
#smile{
  margin-top: -3.7vw;
}

/*============================
#price
============================*/
.pink-ttl{
  padding: 2vw;
}
.box-ttl{
  padding: 2vw 10vw;
}
.price-wrap{
  background: #fdebeb;
  padding: 2.5vw 2.5vw 5.5vw;
}

/*============================
#flow
============================*/
.flow-en{
  top: 1vw;
  left: -4.4vw;
}
.step-each{
  padding: 2vw 2.5vw;
  grid-template-columns: 14vw auto 24vw;
}
.step-each:not(:last-of-type)::before{
  border-top: 2.8vw solid #fdebeb;
  border-left: 2.3vw solid transparent;
  border-right: 2.3vw solid transparent;
  left: 5vw;
}
.step-img1{
  width: 9.7vw;
}
.step-img2{
  width: 21vw;
}

/*============================
#info.bg
============================*/
.bg{
  padding-bottom: 3vw;
}
.bg::before{
  width: 100vw;
  height: 58vw;
}

/*============================
#payment
============================*/
.payment-en{
  right: -22vw;
  top: 1vw;
}
.payment-box{
  padding: 4.2vw 4.7vw;
}
.btn{
  width: 36.5vw;
  height: 6.6vw;
}
.btn img{
  margin-right: 1vw;
}

/*============================
#clinic-info
============================*/
.clinic-info-each{
  width: 30vw;
}
.clinic-info-each h3 span{
  margin-left: 1vw;
}
.clinic-info th,
.clinic-info td{
  padding-top: 1vw;
}
.clinic-info th{
  width: 13vw;
}

/*============================
#faq
============================*/
.faq-ttl::after{
  width: 13.8vw;
  height: 6vw;
  right: -21.5vw;
}
.faq-box{
  padding: 3vw 8vw 5vw 3vw;
}
.faq-box::before{
  width: 18.5vw;
  height: 19.8vw;
  left: 4.7vw;
}
.faq dt{
  margin-left: 7vw;
  padding-bottom: 0.5vw;
}
.faq dt::before{
  width: 4.9vw;
  height: 4.9vw;
  left: -7vw;
}
.faq dd{
  margin-left: 7vw;
}
.faq dd::before{
  width: 2.5vw;
  height: 2.1vw;
  top: 0.5vw;
  left: -3.3vw;
}
.atteintion-box{
  padding: 3.8vw 2.5vw 0;
}

/*============================
#footer
============================*/
#footer{
  padding: 1.5vw;
}

/*============================
#totop
============================*/
#totop{
  width: 6.5vw;
  right: 3vw;
  bottom: 6vw;
}

}

@media (max-width: 768px){
  body{
    font-size: 4.26vw
  }
  .header-top{
    height: 115vw;
    background: url(img/sp/mv.jpg?1) center center no-repeat;
    background-size: contain;
  }
  .clinic-each{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-bottom{
    padding: 1.84vw 0;
  }
  .header-bottom .wrap{
    width: 100%;
  }
  .clinic-each:first-of-type{
    border-left: none;
  }
  .clinic-each:last-child{
    border-right: none;
  }
  .cta-sb::before{
    transform: rotate(-7deg);
    left: 0;
  }
  .cta-sb::after{
    transform: rotate(7deg);
    right: 0;
  }
  .cta-wrap{
    /*
    height: 48.13vw;
    */
    height: 89.13vw;
    background: url(img/sp/contact-bg.png) center top no-repeat;
    background-size: contain;
  }

/* add_0628 */
  .ad_cta {
    display: block;
    justify-content:start;
    width: 85%;
    margin: 0 auto;

  }
  .ad_cta {
    padding: 40px 5px 0 5px;
  }
  .ad_cta img{
    width: 100%;
  }

  #worry{
    padding-bottom: 4vw;
  }
  .blue-bg{
    height: auto;
    padding: 2.66vw;
  }
  #worry .blue-bg, #cause .blue-bg{
    padding-bottom: 7vw;
  }
  .blue-check{
    width: 100%;
  }
  .worry-txt {
    padding-left: 25vw;
  }
  #cause::after{
    right: -1.86vw;
    bottom: -15vw;
  }
  .about-ttl {
    padding: 4vw 2vw;
  }
  .award-txt::before {
    top: 1.6em;
  }
  .certificate::before {
    top: -5vw;
  }
  .award{
    border: 1px solid #8b0221;
    padding: 2.8vw 4vw;
  }
  .award::before,
  .award::after{
    content: none;
  }

.award2{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1.25;
}
.award2::before,
.award2::after{
    content: "";
    width: 12vw;
    height: 28vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .award2::before{
    background: url(img/leaf-right.png) center center no-repeat;
    background-size: contain;
    left: -8vw;
  }
  .award2::after{
    background: url(img/leaf-left.png) center center no-repeat;
    background-size: contain;
    right: -8vw;
  }
  #anxiety{
    background: url(img/sp/worry-bg.png) center bottom no-repeat;
    background-size: contain;
  }
  .safety-en {
    top: 15vw;
    left: -3vw;
  }
  .pink-check.list-bg {
    width: 100%;
  }
  .pink-check li::before,
  #not-recommend .blue-check li::before {
    width: 4.66vw;
    height: 4.66vw;
    bottom: unset;
    top: 3vw;
    left: 1vw;
    }
    .pink-check li span::before {
      height: 50%;
      top: unset;
      bottom: 0.5vw;
      right: 1vw;
  }
  .pink-check li span::after {
    bottom: 1.5vw;
  }
  #safety::after {
    width: 22.26vw;
    height: 30.53vw;
    right: 0;
    bottom: -15vw;
  }
  .recommend-img{
    width: 90%;
    margin: 0 auto 2vw;
  }
  .feature-top{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
    justify-items: center;
  }
  .feature-top-img1{
    grid-row: 1;
  }
  .feature-top p{
    grid-column: 1/3;
  }
  #not-recommend{
    padding-bottom: 35vw;
    background: url(img/sp/not-recommend.png) center bottom no-repeat;
    background-size: contain;
  }
  #not-recommend h2{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #30a3f5;
    border-bottom: 1px solid #30a3f5;
  }
  #time{
    position: relative;
    padding-bottom: 21.33vw;
  }
  #time::after{
    width: 25.33vw;
    height: 34.26vw;
    left: 0;
    right: 0;
    bottom: -13.7vw;
    margin: auto;
  }
  .time-info{
    width: 70%;
    display: block;
  }
  .time-img{
    width: 22.13vw;
    position: absolute;
    right: 3.66vw;
    bottom: 32vw;
  }
  #price h2,
  .price-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2vw;
  }
  .price-wrap{
    padding: 4vw;
  }
  #price h2 span.sp-f44 {
    border: none;
  }
  .step-each {
    display: block;
    position: relative;
    padding: 3.33vw;
  }
  .step-each:not(:last-of-type)::before{
    content: none;
  }
  .step-img1 {
    width: 18vw;
    position: absolute;
    left: 2vw;
    top: 22vw;
  }
  .step-img2 {
    width: 50vw;
    margin-bottom: 3vw;
  }
  .payment-en {
    right: -18vw;
    top: 8vw;
  }
  .btn {
    width: 100%;
    height: 9.33vw;
    justify-content: flex-start;
    padding-left: 6vw;
  }
  .btn img{
    max-width: 8vw;
    margin-right: 3vw;
  }
  .clinic-info-each{
    width: 100%;
  }
  .clinic-info-each .address{
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 3vw;
  }
  .clinic-info {
    margin-left: auto;
    margin-right: auto;
  }
  .clinic-info th {
    width: 20vw;
  } 
  .faq dt::before{
    width: 7.6vw;
    height: 7.86vw;
    left: -9vw;
  }
  .faq dd::before{
    width: 4.93vw;
    height: 5.33vw;
    left: -6vw;
  }
  #totop{
    width: 8vw;
    height: 8vw;
    bottom: 8vw;
  }
  .cta.bg {
    padding-bottom: 8vw;
  }

}