@charset "utf-8";

/* ==================================================================

    about.css

=================================================================== */

/* --------------------------------
■mv
-------------------------------- */ 
.secondary .contents .visual{
    background-image: url("../../images/freetrial/visual.jpg");
}

.secondary .contents section.wide{
    padding: 70px 0
}

.contents main > section + section {
    margin-top: 0;
}

.secondary .contents section p{
    line-height: 2;
}

.secondary .contents main {
    padding-bottom: 0;
}

@media only screen and
(max-width : 1180px) {
    .secondary .contents .visual{
        background-position: 100% 50%;
    }
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .secondary .contents .visual{
        background-position: 100% 50%;
    }


    .secondary .contents section.wide{
        padding: 40px 0
    }


    .secondary .contents section p{
        line-height: 1.6;
    }

    
}


/* --------------------------------
■lead
-------------------------------- */ 
#lead{
}
#lead p{
    margin-bottom: 0;
}
#lead p + p{
    margin-top: 2em;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #lead p + p{
        margin-top: 1.2em;
    }

}



/* --------------------------------
■flow
-------------------------------- */ 
#flow{
    padding: 90px 0;
    background: #eeece3;
}
#flow ul.flowList{
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

#flow ul.flowList li{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
}

#flow ul.flowList li.startArea{
    position: relative;
    margin-top: calc(64px + 5em);
}

#flow ul.flowList li.startArea .start{
    position: absolute;
    top: -3.0em;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

#flow ul.flowList li::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -38px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
#flow ul.flowList li:last-child::before{
    display: none;
}
#flow ul.flowList li + li{
    margin-top: 64px;
}
#flow ul.flowList li p.image{
    flex-shrink: 0;
    width: 400px;
    height: 100%;
    min-height: 350px;
    margin: 0;
}
#flow ul.flowList li p.image img{
    object-fit: cover;
    width: 100%;
    height: 350px;
}


#flow ul.flowList li .box.pc_vCenter{
    display: flex;
    align-items: center;
}

#flow ul.flowList li .box{
    flex-grow: 1;
    padding: 36px;
}
#flow ul.flowList li .box .no{
    position: absolute;
    top: 0;
    left: 0;
    background: #BFB690;
    color: #fff;
    font-size: 3.4rem;
    padding: 6px 24px;
}

#flow ul.flowList li .box .title + .time{
    margin-top: 12px;
    margin-bottom: 34px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0B1E3B;
    background: url("../../images/freetrial/time.svg") 0 0 no-repeat;
    background-size: auto 100%;
    padding-left: 38px;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {

    #flow{
        padding: 40px 0;
    }
    #flow ul.flowList{
        width: 90%;
    }

    #flow ul.flowList li{
        display: block;
    }

    #flow ul.flowList li.startArea{
        margin-top: calc(64px + 5em);
    }

    #flow ul.flowList li.startArea .start{
        top: -4.0em;
        font-size: 2.0rem;
        line-height: 1.2;
    }
    
    #flow ul.flowList li::before{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -38px;
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 1em;
        height: 1em;
        border: 3px solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
    }
    #flow ul.flowList li:last-child::before{
        display: none;
    }
    #flow ul.flowList li + li{
        margin-top: 64px;
    }
    #flow ul.flowList li p.image{
        flex-shrink: 0;
        width: auto;
        height: auto;
        min-height: inherit;
        margin: 0;
    }
    #flow ul.flowList li p.image img{
        object-fit: cover;
        width: 100%;
        height: auto;
    }


    #flow ul.flowList li .box.pc_vCenter{
        display: block;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    #flow ul.flowList li .box{
        flex-grow: 1;
        padding: 12px;
    }
    #flow ul.flowList li .box .no{
        font-size: 2.4rem;
    }

    #flow ul.flowList li .box .title + .time{
        margin-top: 12px;
        margin-bottom: 14px;
    }
}

/* --------------------------------
■merit
-------------------------------- */ 
#merit{
    background: url("../../images/freetrial/merit.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#merit .box{
    padding: 50px;
    background: rgba(255,255,255,0.8);
    width: 70%;
}
#merit .box ._lv2 + * {
    margin-top: 34px;
}

#merit p{
    margin-bottom: 0;
    line-height: 2;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #merit .box{
        padding: 24px;
        width: 100%;
    }

    #merit .box ._lv2 + * {
        margin-top: 24px;
    }
    
    #merit p{
        margin-bottom: 0;
    }
}

/* --------------------------------
■difference
-------------------------------- */ 
#difference{
    background: url("../../images/freetrial/difference.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#difference .box{
    padding: 50px;
    background: rgba(255,255,255,0.8);
    width: 70%;
    margin-left: auto;
}
#difference .box ._lv2 + * {
    margin-top: 34px;
}


#difference p{
    margin-bottom: 0;
    line-height: 2;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    
    #difference .box{
        padding: 24px;
        width: 100%;
    }

    #difference .box ._lv2 + * {
        margin-top: 24px;
    }
    
    #difference p{
        margin-bottom: 0;
    }
}

/* --------------------------------
■difference
-------------------------------- */ 
.secondary .contents .cvArea{
    padding: 60px 0;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .secondary .contents .cvArea a{
        width: 100%;
    }

}



/* --------------------------------
■qa
-------------------------------- */ 

.qa dt {
    position: relative;
    background: #F1F1F1;
    margin: 0 0 20px;
    font-weight: 600;
    padding: 22px 50px 22px 70px;
    cursor: pointer;
}
.qa_t {
    position: absolute;
    top: 16px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    width: 33px;
    height: 33px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1;
}
.qa_t.-q {
    background: #333;
    color: #FFF;
}
.qa_t.-a {
    background: #FFF;
    color: #333;
}
.qa dt.qa_clicked .toggle::before {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.qa dt.qa_clicked {
    margin: 0;
}
.qa dd {
    display: none;
    background: #F1F1F1;
    border-top: 1px solid #E1E1E1;
    margin: 0;
    position: relative;
    padding: 22px 20px 22px 70px;
    margin-bottom: 22px;
}


.qa .toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 21px;
}
.qa .toggle::before, .toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: .2s;
}
.qa .toggle::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
}

/*--------タブレット--------*/
@media screen and (min-width: 768px) {
    .qa dt {
        font-size: 20px;
        padding: 47px 60px 47px 105px;
    }
    .qa_t {
        width: 66px;
        height: 66px;
        font-size: 30px;
        top: 26px;
    }
    .qa .toggle {
        right: 39px;
        top: 45px;
    }
    .qa dd {
        padding: 47px 60px 47px 105px;
    }
    
}
