/* fv */
.fv{
    padding: 33px 20px 25px;
}
.fv-inner{
    max-width: 1150px;
    margin: 0 auto;
}
.fv-sp-phone{
    margin: 5px 0 20px;
    max-width: 450px;
}
.fv-logo-txt{
    font-size: 1rem;
    font-weight: 600;
}
.fv-logo-img{
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.fv-logo-img img{
    width: 33px;
    border-radius: 7px;
}
.fv-logo-ttl{
    margin-left: 6px;
    font-size: 2.4rem;
    font-weight: 700;
}
.fv-main-txt{
    margin-top: 25px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}
.fv-main-txt span{
    font-size: 1.3rem;
}
.fv-dl-icon{
    width: 120px;
    display: none;
}
.fv-dl-btn{
    background-color: #F27270;
    padding: 12px;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.fv-dl-btn i{
    padding-left: 10px;
}
.fv-dl-txt{
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.4;
}
.fv-dl-txt a{
    color: #1975ff;
    text-decoration: underline;
}
.fv-right{
    display: none;
}
@media (min-width: 768px){
    .fv{
        padding: 70px 30px 50px;
    }
    .fv-inner{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fv-right{
        display: block;
        width: 47%;
        max-width: 345px;
    }
    .fv-left{
        width: 53%;
        max-width: 390px;
        margin-right: 43px;
    }
    .fv-logo-txt{
        font-size: 1.6rem;
    }
    .fv-logo-img{
        margin-top: 10px;
    }
    .fv-logo-img img{
        width: 65px;
    }
    .fv-logo-ttl{
        font-size: 4.7rem;
        font-weight: 900;
    }
    .fv-main-txt{
        margin-top: 20px;
    }
    .fv-main-txt span{
        font-size: 1.6rem;
    }
    .fv-dl{
        margin-top: 30px;
    }
    .fv-dl-icon{
        display: block;
    }
    .fv-sp-phone,
    .fv-dl-btn{
        display: none;
    }
}
@media (min-width: 1024px){
    .fv{
        padding: 0 30px;
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fv-left{
        width: 52%;
        max-width: 480px;
    }
    .fv-right{
        width: 48%;
        max-width: 485px;
    }
    .fv-logo-txt{
        font-size: 1.7rem;
    }
    .fv-logo-img img{
        width: 75px;
        border-radius: 20px;
    }
    .fv-logo-ttl{
        font-size: 6.2rem;
    }
    .fv-main-txt{
        font-size: 2.7rem;
    }
    .fv-dl{
        margin-top: 50px;
    }
    .fv-dl-icon{
        width: 136px;
    }
    .fv-dl-txt{
        margin-top: 20px;
        font-size: 1.4rem;
    }
}
@media (min-width: 1200px){
    .fv-left,
    .fv-right{
        max-width: none;
    }
    .fv-logo-txt{
        font-size: 1.9rem;
    }
    .fv-logo-img img{
        width: 90px;
    }
    .fv-logo-ttl{
        font-size: 7.4rem;
    }
    .fv-main-txt{
        font-size: 3.3rem;
    }
    .fv-main-txt span{
        font-size: 2.5rem;
    }
    .fv-dl-txt{
        font-size: 1.5rem;
    }
}
/* ex */
.ex{
    margin-top: 36px;
    padding: 0 20px;
}
.ex-inner{
    max-width: 1050px;
    margin: 0 auto;
}
.ex-ttl{
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
}
.ex-bubble{
    width: 375px;
    max-width: 100%;
    margin: 5px auto 0;
}
.ex-lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ex-list{
    width: 47%;
}
.ex-list:nth-child(n+3){
    margin-top: 33px;
}
.ex-list-img{
    position: relative;
}
.ex-list-img img{
    border-radius: 7px;
}
.ex-list-time{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #F27270;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 1rem;
    color: #fff;
}
.ex-list-ttl{
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
}
@media (min-width: 768px){
    .ex-ttl{
        width: 450px;
    }
    .ex-bubble{
        width: 530px;
    }
    .ex-list{
        width: 23%;
    }
    .ex-list:nth-child(n+3){
        margin-top: 0;
    }
    .ex-list:nth-child(n+5){
        margin-top: 43px;
    }
}
@media (min-width: 1024px){
    .ex{
        padding: 0 30px;
    }
    .ex-ttl{
        width: 550px;
    }
    .ex-bubble{
        width: 650px;
    }
    .ex-list{
        width: 22%;
    }
    .ex-list-img img{
        border-radius: 10px;
    }
    .ex-list-time{
        top: 7px;
        left: 7px;
        border-radius: 6px;
        padding: 6px 10px;
        font-size: 1.1rem;
    }
    .ex-list-ttl{
        font-size: 1.4rem;
    }
}
/* use */
.use{
    margin-top: 75px;
    padding: 0 20px;
}
.use-inner{
    max-width: 1050px;
    margin: 0 auto;
}
.use-ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.use-ttl-s{
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
}
.use-ttl-s::before,
.use-ttl-s::after{
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #000;
}
.use-ttl-s::before{
    left: -10px;
    transform: translateY(-50%) rotate(-15deg);
}
.use-ttl-s::after{
    right: -10px;
    transform: translateY(-50%) rotate(15deg);
}
.use-ttl-l{
    padding: 0 10px;
    margin-top: 7px;
    font-size: 2.5rem;
    font-weight: 700;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #FFAAA7 70%);
}
.use-lists{
    margin-top: 25px;
}
.use-list{
    position: relative;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 17px 10px;
}
.use-list:nth-child(n+2)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -39px) rotate(90deg);
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 22px;
}
.use-list:nth-child(n+2){
    margin-top: 65px;
}
.use-list-img{
    max-width: 235px;
    margin: 0 auto;
}
.use-list:first-child .use-list-img{
    transform: translateX(-35px);
}
.use-list-body{
    margin-top: 15px;
    text-align: center;
}
.use-list-ttl{
    font-size: 1.6rem;
    font-weight: 700;
}
.use-list-txt{
    margin-top: 6px;
    font-size: 1.2rem;
}
@media (min-width: 768px){
    .use{
        margin-top: 100px;
    }
    .use-ttl-s{
        font-size: 1.5rem;
    }
    .use-ttl-s::before,
    .use-ttl-s::after{
        height: 19px;
    }
    .use-ttl-l{
        margin-top: 12px;
        font-size: 2.9rem;
    }
    .use-lists{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .use-list{
        width: 32%;
        border: none;
        padding: 0;
    }
    .use-list:nth-child(n+2)::before{
        top: 50%;
        left: -28px;
        transform: translateY(-50%);
    }
    .use-list:nth-child(n+2){
        margin-top: 0;
    }
    .use-list-img{
        max-width: 200px;
    }
}
@media (min-width: 1024px){
    .use{
        margin-top: 125px;
    }
    .use-ttl-s{
        font-size: 1.7rem;
    }
    .use-ttl-s::before,
    .use-ttl-s::after{
        height: 21px;
    }
    .use-ttl-l{
        font-size: 3.5rem;
    }
    .use-list{
        width: 30%;
    }
    .use-list:nth-child(n+2)::before{
        left: -30px;
    }
    .use-list-img{
        max-width: 260px;
    }
    .use-list-body{
        margin-top: 20px;
    }
    .use-list-ttl{
        font-size: 1.8rem;
    }
    .use-list-txt{
        margin-top: 7px;
        font-size: 1.3rem;
    }
}
@media (min-width: 1200px){
    .use-ttl-l{
        font-size: 3.8rem;
    }
}
/* dl */
.dl{
    margin-top: 56px;
    background-color: #F46059;
    padding: 20px 20px 0;
}
.dl-inner{
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.dl-left{
    width: 36%;
}
.dl-left .pc{
    display: none;
}
.dl-right{
    flex: 1;
    margin-right: 36px;
    color: #fff;
}
.dl-head{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.45;
}
.dl-head span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
.dl-txt{
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.4;
}
.dl-icon{
    margin-top: 20px;
    width: 110px;
}
.dl-pc{
    display: none;
}
@media (min-width: 768px){
    .dl{
        margin-top: 75px;
        background-color: #EDEDED;
        padding: 36px 10px 0;
    }
    .dl-inner{
        flex-direction: row;
    }
    .dl-left{
        width: 34%;
        max-width: 100%;
        margin: 0;
    }
    .dl-left .sp,
    .dl-sp{
        display: none;
    }
    .dl-left .pc,
    .dl-pc{
        display: block;
    }
    .dl-right{
        flex: 1;
        margin-right: 0;
        margin-left: 30px;
        color: #000;
    }
    .dl-head{
        font-size: 1.6rem;
        font-weight: 700;
    }
    .dl-txt{
        margin-top: 7px;
        font-size: 1.2rem;
    }
}
@media (min-width: 1024px){
    .dl{
        margin-top: 100px;
        padding: 50px 25px 0;
    }
    .dl-left{
        width: 37%;
    }
    .dl-right{
        margin-left: 70px;
    }
    .dl-head{
        font-size: 1.8rem;
    }
    .dl-txt{
        font-size: 1.4rem;
    }
    .dl-icon{
        width: 150px;
    }
}