@charset "utf-8";
/*共通設定*/
.wrap {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    color: #fff;
    font-size: 18px;
}

h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    color: #e4af68;
}

.pink-check {
    max-width: 16px;
    width: 100%;
}
/*終わり*/  


/*<section class="fv">*/
.fv {
    width: 100%;
    height: 90vh;
    font-family: "Shippori Mincho", serif;
}

.fv-in {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fv-txt-wrap {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 24px;
    z-index: 2;
}

.h1-small {
    font-weight: 600;
}

.logo {
    max-width: 320px;
    width: 100%;
}

.fv-txt-01 {
    font-size: 32px;
}

.fv-txt-02 {
    font-size: 20px;
}

.btn-flex {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.btn {
    display: inline-block;
}

.btn-img {
    display: block;
    max-width: 160px;
    width: 100%;
}

.fv-txt-03 {
    margin-top: 16px;
    font-size: 14px;
}

.fv-txt-04 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #e4af68;
    line-height: 1;
    margin-top: 16px;
}

.fv-txt-04 span {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 400;
}

.star-img-01 {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 80px;
    z-index: 1;
}

.star-img-02 {
    position: absolute;
    left: 40px;
    bottom: 30%;
    max-width: 80px;
    z-index: 1;
}

.fv-woman {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 1;
}
/*終わり*/  


/*<section class="worry">*/
.worry-in {
    position: relative;
}

.worry-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px 24px 0 24px;
}

.worry-img-wrap {
    width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.worry-img {
    width: 80%;
}

.worry-txt-wrap {
    width: 65%;
}

.worry-ul {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.worry-ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.worry-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*終わり*/  


/*<section class="possible">*/
.possible {
    padding: 160px 5vw 0 5vw;
}

.possible-in {
    position: relative;
}

.possible-flex {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    border-bottom: solid 1px #532daa;
    padding: 0 80px;
    z-index: 2;
}

.possible-img-wrap {
    width: 30%;
}

.phone-img-01 {
    vertical-align: bottom;
}

.possible-txt-wrap {
    width: 70%;
    padding-bottom: 64px;
}

.possible-ul {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.possible-ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.star-img-03 {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 200px;
    width: 100%;
    z-index: 1;
}
/*終わり*/  


/*<section class="counseling">*/
.counseling {
    padding: 120px 5vw 0 5vw;
}

.counseling-in {
    padding: 0 80px;
}

.counseling-h2 {
    text-align: center;
}

.counseling-ul {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.counseling-ul li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.phone-flex-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 64px;
}

.gold-line-l {
    position: absolute;
    bottom: 0;
    left: -80px;
    max-width: 240px;
    width: 100%;
}

.phone-img-wrap {
    width: 100%;
    text-align: center;
}

.phone-img-02 {
    width: 80%;
}

.gold-line-r {
    position: absolute;
    bottom: 0;
    right: -80px;
    max-width: 240px;
    width: 100%;
}

/*終わり*/  


/*<section class="cta">*/
.cta {
    padding: 160px 5vw 0 5vw;
    font-family: "Shippori Mincho", serif;
}

.cta-in {
    position: relative;
}

.cta-txt-wrap {
    padding-bottom: 40px;
}

.star-img-04 {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 80px;
    z-index: 1;
}

.star-img-05 {
    position: absolute;
    left: 40px;
    bottom: 30%;
    max-width: 80px;
    z-index: 1;
}

.cta-woman {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
}

/*終わり*/  


/*<footer class="footer">*/
.footer {
    background-color: #532daa;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 


/*<section class="fv">*/
    .fv {
        padding: 40px 5vw 0 5vw;
        height: 70vh;
    }

    .fv-txt-wrap {
        width: 100%;
        text-shadow: 0 0 8px #333;
    }

    .fv-woman {
        opacity: 0.6;
        width: 60%;
    }
/*終わり*/ 


/*<section class="worry">*/
    .worry-flex {
        position: relative;
        padding: 16px;
    }

    .worry-img-wrap {
        display: block;
        text-align: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    
    .worry-img {
        width: 20%;
        vertical-align: bottom;
    }    

    .worry-txt-wrap {
        position: relative;
        width: 100%;
        padding-left: 20%;
        text-shadow: 0 0 8px #333;
        z-index: 2;
    }    
/*終わり*/ 


/*<section class="possible">*/
    .possible {
        padding: 120px 5vw 0 5vw;
    }

    .possible-flex {
        padding: 0;
    }
    
    .possible-txt-wrap {
        padding-bottom: 40px;
    }    
/*終わり*/ 


/*<section class="counseling">*/
    .counseling {
        padding: 80px 5vw 0 5vw;
    }

    .counseling-in {
        padding: 0;
    }

    .counseling-ul li {
        width: 100%;
        margin-top: 16px;
    }    
/*終わり*/ 


/*<section class="cta">*/
    .cta {
        padding: 120px 5vw 0 5vw;
    }

    .cta-woman {
        opacity: 0.6;
        width: 48%;
    }

/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 20px;
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: 80vh;
    }

    .fv-txt-wrap {
        gap: 16px;
    }    

    .h1-small {
        font-size: 14px;
    }
    
    .logo {
        max-width: 240px;
    }

    .fv-txt-01 {
        font-size: 20px;
    }

    .fv-txt-02 {
        font-size: 16px;
    }

    .btn-flex {
        gap: 8px;
        margin-top: 16px;
    }    

    .fv-txt-03 {
        font-size: 12px;
    }    

    .fv-txt-04 {
        font-size: 40px;
    }
    
    .fv-txt-04 span {
        font-size: 14px;
    } 
    
    .star-img-01 {
        left: 0;
        max-width: 64px;
    }
    
    .star-img-02 {
        left: 0;
        bottom: 32%;
        max-width: 64px;
    }    

    .fv-woman {
        opacity: 0.5;
        width: 70%;
    }
/*終わり*/ 


/*<section class="worry">*/
    .worry-flex {
        padding: 16px;
    }

    .worry-img {
        width: 32%;
        opacity: 0.4;
    }    

    .worry-txt-wrap {
        padding-left: 0;
    }  
    
    .worry-h2 {
        text-align: center;
    }

    .worry-ul {
        margin-top: 24px;
        font-size: 14px;
        text-shadow: 0 0 8px #333;
    }
/*終わり*/ 


/*<section class="possible">*/
    .possible {
        padding: 100px 5vw 0 5vw;
    }

    .possible-flex {
        padding: 0;
        flex-direction: column;
        gap: 40px;
    }

    .possible-img-wrap {
        width: 100%;
        text-align: center;
    }
    
    .phone-img-01 {
        width: 64%;
    }
    
    .possible-txt-wrap {
        width: 100%;
        padding-bottom: 40px;
    }
    
    .possible-h2 {
        text-align: center;
    }

    .possible-ul {
        margin-top: 24px;
        font-size: 14px;
        gap: 8px;
    }
        
    .star-img-03 {
        left: 0;
        max-width: 100px;
    }
/*終わり*/ 


/*<section class="counseling">*/
    .counseling {
        padding: 40px 5vw 0 5vw;
    }

    .counseling-ul {
        margin-top: 24px;
        font-size: 14px;
        gap: 8px;
    }

    .counseling-ul li {
        margin-top: 0;
    }   
    
    .phone-flex-wrap {
        margin-top: 48px;
    }    

    .gold-line-l {
        left: -5vw;
        max-width: 80px;
    }    

    .phone-img-02 {
        width: 100%;
    }
    
    .gold-line-r {
        right: -5vw;
        max-width: 80px;
    }    
/*終わり*/ 


/*<section class="cta">*/
    .cta {
        padding: 80px 5vw 0 5vw;
    }

    .star-img-04 {
        left: 0;
        max-width: 64px;
    }
    
    .star-img-05 {
        left: 0;
        bottom: 32%;
        max-width: 64px;
    }    

    .cta-woman {
        opacity: 0.5;
        width: 64%;
    }
/*終わり*/ 

}
