@charset "utf-8";
/*cssのリセット*/

*, *::before, *::after {
  box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
 
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color:#241816;
    cursor: pointer;
}
 
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: 700;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size:1.7em;
    font-weight: 400;
    color: #181820;
    
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
#main{
  width: 100%;
  max-width:500px;
  margin: 0 auto;
}
.inner{
  width: 90%;
  /*max-width:500px;*/
  margin: 0 auto;
}

.section_ttl{
  text-align: center;
}



/*-----------------------
         FV
-------------------------*/

#top_visual {
    margin-bottom: 25px;
}
.top_FV02{
    margin-top: 10px;
}

/*-----------------------
         CTA
-------------------------*/
.cta_btn {
    text-align: center;
}
.cta_btn img{
    width: 90%;
}

/*-----------------------
         offer
-------------------------*/
.offer{
    margin-top: 30px;
}


/*-----------------------
         case
-------------------------*/

#case{
    background-image: url('./img/case_bg.jpg');
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
    /* margin-top: 30px; */
    margin-top: -7px;
}
#case .section_ttl img {
    max-width: 240px;
}
.case_box{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 17px;
    padding: 0 25px;
    padding-top: 10px;
}
.case_bg{
    position: absolute;
    left: 5%;
    bottom: 62px;
    width: 92%;
    max-width: 461px;
}
@media screen and (max-width: 479px) {
   
    .case_box{
        padding: 0 20px;
        padding-top: 10px;
    }

}
.case_box_fx {
    margin-top: 38px;
}
.case_box_fx h2 {
    font-size: 20px;
    letter-spacing: .2em;
    line-height: 1.65;
    position: relative;
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;

}
.case_box_fx h2 .txtBig{
    font-size: 29px;
    line-height: 1.3;
    
}
.case_box_fx h2 .txtBig .color{
    color: #b29316;
}
@media screen and (max-width: 479px) {
    .case_box_fx h2 {
        font-size: 20px;
        font-size: clamp(15px, 4.25vw, 20px);
        line-height: 1.5;
    }
    .case_box_fx h2 .txtBig {
        font-size: 29px;
        font-size: clamp(26px, 6.16vw, 29px);
        line-height: 1.3;
    }
}
.case_box_fx h2::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -6px;
    width: 50%;
    max-width: 138px;
    height: 156px;
    background-image: url('./img/case_img01.png');
    background-size: contain;
    vertical-align: baseline;
    background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {

    .case_box_fx h2::after {
        top: -14px;
        right: -15px;
        width: 30%;
        max-width: none;
        height: 22vh;
    }

}

/* お悩み */
.case_box_list {
    margin-top: 27px;
}
.case_box_list ul {
    padding-bottom: 200px;
}
    
.case_box_list li {
    text-indent: -1.8em;
    padding-left: 1.8em;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.52;
    letter-spacing: .1em;
}
@media screen and (max-width: 479px) {

.case_box_list ul {
    padding-bottom: 190px;
}
.case_box_list li {
    font-size: 17px;
    font-size: clamp(14px, 3.61vw, 17px);
    line-height: 1.6;
}

}

@media screen and (max-width: 430px) {

    .case_box_list ul {
        padding-bottom: 145px;
    }

}


.case_box_list li.right {
    width: 75%;
    max-width: 312px;
    margin-left: auto;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case_bg02{
    width: 19px;
}
@media screen and (max-width: 500px) {
    .case_box_list li.right {
        width: 82%;
        margin-left: 25%;
    }
    .case_bg02{
        width: 14px;
    }
}


.case_box_list li .color{
    color: #b29316;
    font-weight: 700;
    background-color: #faf6e8;
    padding: 0 2px;
}
.case_box_list .first:before, .case_box_list .second:before, .case_box_list .right_txt:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 22px;
    background-image: url('./img/check.png');
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-bottom: 4px;
}


@media screen and (max-width: 479px) {

.case_box_list .first:before,
.case_box_list .second:before,
.case_box_list .right_txt:before {
    width: 20px;
    height: 18px;
    margin-right: 3px;
    margin-bottom: 4px;
}

}

.case_box_list li.first:after {
    content: '';
    display: inline-block;
    /* position: absolute;
    bottom: 7px;
    right: 127px; */
    width: 22px;
    height: 23px;
    background-image: url('./img/icon01.png');
    background-size: contain;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: bottom;
    background-repeat: no-repeat;
}

/*-----------------------
         reason
-------------------------*/

/* 共通 */

.reason_ttl img {
    vertical-align: bottom;
}
.reason_box_ttl{
    position: relative;
}
.reason_box_ttl h3 {
    background-color: #0cafb6;
    width: 75%;
    margin-left: auto;
    color: #fff;
    padding: 7px 0 5px 15px;
    position: relative;
    letter-spacing: .2em;
    font-size: 24px;
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;

}
.reason_box_ttl h3 .ttl_img {
    max-width: 70px;
    position: absolute;
    left: -22%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
}
@media screen and (max-width: 479px) {
    .reason_box_ttl h3{
        font-size: 24px;
        font-size: clamp(20px, 5.1vw, 24px);
    }
}

.reason_box_txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}
.reason_box_txt p{
    font-size: 17px;
    letter-spacing: .07em;
    line-height: 1.88;
    font-feature-settings: "palt";
}
.reason_box_txt p .color{
    color: #0cafb6;
    font-weight: 700;
}

@media screen and (max-width: 479px) {

    .reason_box_txt p {
        font-size: 17px;
        font-size: clamp(13px, 3.25vw, 17px);
    }
}
/* 理由１ */
.reason_contents01{
    background-color: #ddf6f9;
    padding-bottom: 28px;
}


.reason_img {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reason_read {
    width: 90%;
    margin: 0 auto;
}
.reason_read li{
    font-size: 13px;
    line-height: 1.53;
    letter-spacing: .1em;
}
@media screen and (max-width: 479px) {

.reason_read li {
    font-size: 10px;
}

}
/* 理由１　おわり */


/* 理由２ */

.reason_contents02{
    padding-top: 53px;
}

.reason_box_txt02{
    display: flex;
    gap: 8px;
    justify-content: space-around;
}
.reason02_txt{
    width: 54%;
}

@media screen and (max-width: 479px) {

.reason02_txt {
    width: 66%;
}

}
.reason02_img{
    width: 45%;
    max-width: 165px;
}
.reason02_img img{
    vertical-align: bottom;
}
.reason_contents02 .small{
    font-size: 13px;
    letter-spacing: .1em;
    text-align: right;
    display: block;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 479px) {

    .reason_contents02 .small{
        font-size: 11px;

    }
    
}


.reason_contents02_img{
    text-align: center;
    margin-top: 40px;
}
.reason_contents02_img img {
    vertical-align: bottom;
}
.reason_img03{
    max-width: 310px;
}

/* 理由２　おわり */

/* 理由３ */
.reason_contents03{
    background-color: #fff1f6;
    padding-top: 50px;
    padding-bottom: 30px;
}
.reason_contents03 h3{
    background-color: #ff73a1;
}
.reason_contents03 .reason_box_txt .color{
    color: #ff73a1;
}
.reason_contents03 .reason_box_txt img{
    margin-bottom: 20px;
}
.reason03_img{
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}
.reason_contents03 .reason_box_txt p{
    font-feature-settings: normal;
    letter-spacing: .05em;
}

/* 理由３　おわり */

/* 理由４ */

.reason_contents04{
    padding-top: 80px;
    padding-bottom: 60px;
}
@media screen and (max-width: 479px) {

.reason_contents04 {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
.reason_img07{
    width: 28%;
    max-width: 98px;
    position: absolute;
    right: 5%;
    bottom: 2%;
}
.reason_contents04 .reason_box_txt p{
    font-feature-settings: normal;
}

/* 理由４　おわり */


/* 理由５　*/
.reason_contents05{
    margin-bottom: 23px;
}
.reason_contents05 .reason_box_txt .color{
    color: #ff73a1;
}
.reason_contents05 .reason_box{
    position: relative;
}
.reason_contents05 .reason_box_txt{
    position: absolute;
    top: 76%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.reason_contents05 .reason_box_txt p {
    font-feature-settings: normal;
    letter-spacing: .05em;
}
.reason_contents05 .reason_box_txt ul{
    margin-top: 20px;
}

.reason_contents05 .reason_box_txt li{
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.53;
}
.reason_contents05 .reason_box_txt a{
    color: #0cafb6;
    text-decoration: underline;
}
@media screen and (max-width: 479px) {
    .reason_contents05 .reason_box_txt p {
        font-size: 14px;
        font-size: clamp(14px, 3.5vw, 17px);

    }
    .reason_contents05 .reason_box_txt ul{
        margin-top: 10px;
    }
    .reason_contents05 .reason_box_txt li{
        font-size: 10px;
    } 
}
/* 理由５　おわり */

/*-----------------------
         voices
-------------------------*/
#voices{
    background-image: url('./img/case_bg.jpg');
    background-size: contain;
    margin-top: 30px;
    padding-top: 23px;
    padding-bottom: 40px;
}
.voice{
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
}
.voices_ttl{
    text-align: center;
}
.voices_ttl h2{
    font-size: 29px;
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    letter-spacing: .2em;
}
.voices_ttl h2 .color{
    color: #ff73a1;
}
.voices_ttl img{
    max-width: 62px;
}

@media screen and (max-width: 479px) {
    .voices_ttl h2{
        font-size: 29px;
        font-size: clamp(26px, 6.16vw, 29px);
    }
}

.voices_contents{
    background-color: #fff;
    width: 90%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 16px;
    /* padding: 0 5px; */
    padding-top: 25px;
    padding-bottom: 25px;
}
.voices_box {
    margin-top: 25px;
}

/* 口コミ個別 */
.voices_col{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    position: relative;
}
.voices_col::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    width: 64%;
    max-width: 285px;
    height: 3px;
    background-image: url('./img/line.png');
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
}
.voices_col02::before,
.voices_col04::before{
    left: 26px;
}
.voices_col03::before,
.voices_col05::before{
    right: 26px;
}
.voices_col01::before{
    background-image: none;
}
.voices_col:nth-child(even){
    flex-direction: row-reverse;
}
.voices_col_img{
    width: 33%;
    max-width: 145px;
}
.voices_col_txt {
    width: 56%;
    padding-top: 5px;
}
.voices_col_txt p{
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.88;
    margin-bottom: 13px;
}
.txt_right{
    text-align: right;
}
.voices_col_txt p .color{
    color: #ff73a1;
    font-weight: 700;
    background-color: #fff1f6;
}
@media screen and (max-width: 479px) {

    .voices_col_txt p {
        font-size: 17px;
        font-size: clamp(13px, 3.25vw, 17px);
    }
}

/*-----------------------
         price
-------------------------*/
#price{
    padding-top: 65px;
}
.price_ttl{
    text-align: center;
}
.price_ttl img{
    max-width: 103px;
}
.price_ttl h2{
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    color: #0cafb6;
    font-size: 29px;
    letter-spacing: .3em;
}
@media screen and (max-width: 479px) {
    .price_ttl h2 {
        font-size: 29px;
        font-size: clamp(26px, 6.16vw, 29px);
    }
}

.price_contents{
    margin-top: 25px;
}


.hayawari{
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
}
.hayawari02{
    margin-top: 30px;
    position: relative;
    margin-bottom: 28px;
}
.hayawari_btn{
    position: absolute;
    bottom: -1%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 90%;
}


/*-----------------------
         faq
-------------------------*/
#faq{
    margin-top: 65px;
    padding-bottom: 66px;
}
.faq_ttl{
    text-align: center;
}
.faq_ttl img{
    max-width: 33px;
}
.faq_ttl h2{
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    color: #0cafb6;
    font-size: 29px;
    letter-spacing: .3em;
}

@media screen and (max-width: 479px) {

    .faq_ttl h2{
        font-size: 29px;
        font-size: clamp(26px, 6.16vw, 29px);
    }
}

.js-accordion-title{
    border-bottom: 1.5px dotted #dce2e2;
    padding: 25px 40px 25px 0;
    position: relative;
}
.js-accordion-title h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.55;
}

.js-accordion-title.open{
    border-bottom: none;

}
.accordion-content{
    padding-bottom: 17px;
    border-bottom: 1.5px dotted #dce2e2;
}
.accordion-content_txt{
    background-color: #f9fafa;
    padding: 20px 0;
}
.accordion-content p{
    font-size: 18px;
    line-height: 1.55;
    width: 90%;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}
.accordion-content p .f_bold{
    font-weight: 700;
}
.accordion-content .last_p{
    margin-top: 30px;
}
@media screen and (max-width: 479px) {

    .js-accordion-title h4,
    .accordion-content p {
        font-size: 18px;
        font-size: clamp(14px, 3.7vw, 18px);
    }
}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #0cafb6;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.js-accordion-title.open .toggle_btn:before {
	display: none;
}


/*-----------------------
         movie
-------------------------*/
.movie_bg,.movie_bg02{
    background-image: url('./img/movie_bg.jpg');
    background-size: cover;
    padding-top: 65px;

}
.movie_bg02{
    padding-top: 0;
    padding-bottom: 55px;

}

.movie_ttl{
    text-align: center;
}
.movie_ttl img{
    max-width: 140px;
}
.movie_ttl .movie_ttl_img{
    width: 90%;
    max-width: 373px;
}
.movie_ttl h2{
    font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    color: #fff;
    font-size: 29px;
    line-height: 1.37;
    letter-spacing: .3em;
}

@media screen and (max-width: 479px) {
    .movie_ttl h2{
        font-size: 29px;
        font-size: clamp(26px, 6.16vw, 29px);
    }
}

.movie_inner{
    background-color: #fff;
}
.movie_top{
    vertical-align: top;

}
.movie_bottom{
    vertical-align: top;
}
.movie_mainCol{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.movie_mainCol_txt{
    display: flex;
    align-items: flex-start;
    gap: 13px;
    width: 98%;
    margin: 0 auto;
}
.movie_mainCol_txt .num{
    width: 15%;
    max-width: 63px;
    margin-left: 20px;
}

.mainCol_txt{
    margin-top: 10px;
}
.txt_ttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mainCol_txt .txt_ttl h4{
    color: #0cafb6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media screen and (max-width: 479px) {
    .mainCol_txt .txt_ttl h4{
        font-size: 20px;
        font-size: clamp(15px, 4.25vw, 20px);
    }
}
.mainCol_txt p{
    font-size: 17px;
    font-feature-settings: "palt";
    line-height: 1.52;
}

@media screen and (max-width: 479px) {

    .mainCol_txt p {
        font-size: 17px;
        font-size: clamp(13px, 3.25vw, 17px);
    }
}
/* more_btn */
.more_btn{
    font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #fff;
    background-color: #ff73a1;
    border-radius: 2px;
    width: 44%;
    display: block;
    text-align: center;
    max-width: 64px;
    padding: 2px 0 4px 0;
    margin-top: 5px;
}
.more_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-bottom: 2.45px;
    margin-left: 3px;
}
@media screen and (max-width: 479px) {

    .more_btn{
        font-size: 10px;
    }
}

/* movie_subContents */
.movie_subContents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 5px;
}
.movie_subCol{
    width: 49%;
}
.movie_subCol .mainCol_txt {
    width: 93%;
    margin: 0 auto;
}



/*-----------------------
         footer
-------------------------*/
footer{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #23b6bc;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 16px;
}
.f_logo{
    text-align: center;
}
.f_logo img{
    max-width: 160px;
}
.f_link{
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 45px;
}
.f_link a{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.f_link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-bottom: 2.45px;
    margin-left: 3px;
}
small{
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .1em;
    text-align: center;
}

@media screen and (max-width: 479px) {

    .f_link a {
        font-size: 16px;
        font-size: clamp(13px, 3.25vw, 16px);
    }
    small{
        font-size: 11px;
    }
}