@charset "utf-8";
/* CSS Document */
body{
    overflow-x: hidden;
    color: #5B5469;
}
.fixedcontainer{
    max-width:1200px;
    margin:0 auto;
    width: 90%;
    padding:0px;
}
.fixedcontainer2{
	max-width:892px;
	margin:0 auto;
	width: 90%;
	padding:0px;
}
.fv2{
    background: url(../img2/fv-back.jpg) no-repeat center center;
    background-size: cover;
    min-height: 762px;
    position: relative;
}
.fv2_content{
    color: #fff;
    text-align: center;
}
.fv2_mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.fv2_content{
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 720px;
    width: 48%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.fv2_content::before{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 964px;
    height: 964px;
    background: url(../img2/circle.png) no-repeat center center;
    background-size: contain;
    opacity: 0.5;
    mix-blend-mode: soft-light;
    z-index: -1;
}
.fv2_content_in{
    text-align: center;
}
.fv2_content_in h3{
    font-size: 20px;
    font-weight: 600;
}
.fv2_content_in h1{
    font-size: 80px;
    font-weight: 900;
}
.fv2_content_in p{
    margin-top: 26px;
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}
.fv2_content_in div{
    margin-top: 25px;
}
.fv2_content_in .btn2{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 19px 53px;
    outline: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    background-color: #fff;
}
.fv2_content_in .btn2 span{
    background: linear-gradient(90deg, #FBC2EB, #D1C1ED, #A6C1EE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.about2{
    background: linear-gradient(90deg, #FBC2EB, #D1C1ED, #A6C1EE);
    padding: 88px 0;
}
.about2 .sec_ttl{
    color: #fff;
    text-align: center;
}
.about2 .sec_ttl span{
    color: #fff;
}
.about2_feature_item{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    color: #fff;
}
.about2_feature_item:nth-child(even){
    flex-direction: row-reverse;
}
.about2_feature_item_img{
    width: 50%;
    position: relative;
    z-index: 1;
}
.about2_feature_item_img::before{
    content: '';
    position: absolute;
    top: -50px;
    left: -100px;
    width: 856px;
    height: 856px;
    background: url(../img2/circle.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    mix-blend-mode: soft-light;
}
.about2_feature_item_img:nth-child(2n - 1)::before{
    left: auto;
    right: -100px;
}
.about2_feature_item_img img{
    width: 100%;
}
.about2_feature_item_content{
    width: 50%;
}
.about2_feature_item_content h3{
    font-size: 20px;
    font-weight: 600;
}
.about2_feature_item_content h3 span{
    font-size: 16px;
}
.about2_feature_item_content h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}
.about2_feature_item_content p{
    font-size: 18px;
}
.about2_feature_item:last-child{
    margin-bottom: 0;
}
.about2_feature_item_content h3{
    font-size: 56px;
    font-weight: 700;
    font-family: 'Helvetica';
    line-height: 1;
    margin-bottom: 16px;
}
.about2_feature_item_content h3 span{
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.25);
    font-family: 'Noto Sans JP';
    margin-left: 16px;
}

/* ===== price2 料金セクション ===== */
.price2{
    padding: 88px 0;
}
.price2_cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.price2_card{
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(65, 56, 71, 0.15);
    background: #fff;
    border: 1px solid #E5DFF0;
}
.price2_card--premium{
    background: linear-gradient(180deg, #FBC2EB 0%, #D1C1ED 35%, #A6C1EE 100%);
    border: none;
}
.price2_card_header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 32px 0 16px;
}
.price2_card_ttl{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.price2_card--premium{
    color: #fff;
}
.price2_badge{
    display: inline-block;
    padding: 2px 8px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 4px;
}
.price2_period{
    display: flex;
}
.price2_period_btn{
    padding: 12px 0;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border: none;
    background: transparent;
}
.price2_card--standard .price2_period_btn{
	color: #5B5469;
}
.price2_period_btn{
    border-bottom: 1px solid #F1F1F1;
}
.price2_period_btn.is_active{
    border-bottom: 2px solid #5B5469;
}
.price2_card--premium .price2_period_btn{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.price2_card--premium .price2_period_btn.is_active{
    border-bottom: 2px solid #fff;
}

.price2_price_wrap_in{
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}
.price2_card--premium .price2_price_wrap_in{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.price2_discount{
    display: inline-block;
    padding: 1px 12px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 700;
}
.price2_card--premium .price2_discount span{
    background: linear-gradient(90deg, #FBC2EB, #D1C1ED, #A6C1EE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.price2_discount--gray{
    background: #F7F7F7;
}
.price2_price_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 1;
    margin-bottom: 16px;
}

.price2_price_num{
    font-size: 40px;
    font-weight: 700;
}
.price2_total{
    font-size: 14px;
    margin: 0;
}
.price2_discount.is-hidden,
.price2_total.is-hidden{
    visibility: hidden;
}
.price2_features{
    list-style: none;
    margin: 0;
    padding: 32px 40px;
    font-size: 15px;
}
.price2_features li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
}
.price2_features li::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: url(../img2/check-black.svg) no-repeat center center;
}
.price2_card--premium .price2_features li::before{
    background: url(../img2/check-white.svg) no-repeat center center;
}
.price2_features li:last-child{
    margin-bottom: 0;
}
/* Freeカードは1列目のみ・左寄せ */
.price2_card--free{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.price2_card_header_free{
    text-align: center;
    padding: 52px 86px;
}
.price2_card--free .price2_features{
    border-left: 1px solid #F1F1F1;
    padding: 32px 56px;
}
.price2_card_header_free .price2_price_wrap{
    margin-bottom: 0;
}
.price2_card--free .price2_card_ttl{
    margin-bottom: 8px;
}
.price2_in{
    position: relative;
    z-index: 1;
}
.price2_in::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img2/circle.png) no-repeat center center;
    background-size: contain;
    opacity: 0.5;
    mix-blend-mode: soft-light;
    z-index: -1;
}

/* ===== voice ユーザーの声 ===== */
.voice{
    padding: 88px 0 104px;
}
.voice_in{
    margin-top: 40px;
}
.voice_list{
    display: flex;
    gap: 24px;
}
.voice_item{
    flex: 1;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(91, 84, 105, 0.12);
    padding: 24px 16px;
}
.voice_profile{
    margin-bottom: 16px;
    text-align: center;
}
.voice_meta{
    font-size: 14px;
}
.voice_avatar{
    margin: 0 auto 8px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #F5F1FF;
    flex-shrink: 0;
}
.voice_avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}
.lp_footer{
    border-radius: 104px 104px 0 0;
}
.footer_in{
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 40px;
}
.copyright{
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    padding-bottom: 32px;
    color: #fff;
    letter-spacing: 0.05em;
}
.about2{
    position: relative;
}
.about-mask2{
    position: absolute;
    right: 0;
    top: 77px;
    z-index: 2;
}

@media screen and (max-width:768px){
    .voice{
        padding: 0 0 72px;
    }
    .voice_list:not(.slick-initialized){
        flex-direction: column;
    }
    .voice_list.slick-initialized .voice_item{
        margin: 0 8px;
    }
    .voice_list .voice_item{
        padding: 24px 20px 24px;
    }
    .voice_list.slick-initialized .slick-dots{
        margin-top: 24px;
    }
    .voice_list.slick-initialized .slick-dots li button:before{
        color: #D1C1ED;
    }
    .voice_list.slick-initialized .slick-dots li.slick-active button:before{
        color: #5B5469;
    }
    .fv2{
        background: url(../img2/fv-back-sp.jpg) no-repeat center center;
        background-size: cover;
        min-height: 100vh;
    }
    .fv2_content::before{
        width: 580px;
        height: 580px;
    }
    .fv2_content{
        left: 5%;
        width: 90%;
        height: auto;
        bottom: 80px;
    }
    .fv2_content_in h3{
        font-size: 18px;
    }
    .fv2_content_in h1{
        font-size: 48px;
    }
    .fv2_content_in p{
        font-size: 16px;
        margin: 0;
    }
    .fv2_content_in div{
        margin-top: 16px;
    }
    .fv2_content::before{
        bottom: -150px;
    }
    .fv2_mask{
        z-index: 2;
    }
    .about-mask2{
        top: -90px;
    }
    .fv2_content_in .btn2{
        font-size: 18px;
    }
    .about2_feature_item{
        display: block;
    }
    .about2_feature_item_img{
        width: 100%;
        margin-top: 40px;
    }
    .sec_ttl{
        font-size: 40px;
    }
    .sec_ttl span{
        font-size: 18px;
    }
    .about2_feature_item_content{
        width: 100%;
    }
    .about2_feature_item:first-child .about2_feature_item_content h3 span{
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .about2_feature_item_content h3 span{
        font-size: 14px;
        padding: 4px 8px;
    }
    .about2_feature_item_content h2{
        font-size: 24px;
    }
    .about2_feature_item_content p{
        font-size: 16px;
    }
    .about2_feature_item_img::before{
        width: 560px;
        height: 560px;
        top: -100px;
        left: -110px;
    }
    .price2{
        padding: 40px 0;
    }
    .price2_cards{
        grid-template-columns: 1fr;
    }
    .price2_features{
        padding: 24px 16px;
    }
    .price2_card--free{
        display: block;
    }
    .price2_card--free .price2_features{
        border-left: none;
        border-top: 1px solid #F1F1F1;
        padding: 24px 16px;
    }
    .price2_card_header_free{
        padding: 24px 0;
    }
    html{
        max-width: 100vw;
        overflow-x: hidden;
    }
    .voice_list .slick-list{
        overflow: initial;
    }
    .lp_footer{
        border-radius: 40px 40px 0 0;
    }
    .footer_img{
        text-align: center;
    }
    .footer_img img{
        width: 244px;
    }
    .copyright{
        margin-top: 32px;
    }
}