@charset "utf-8";

.about{
    background-color: #fff5de;
    box-sizing: border-box
}

.about .inner{
    max-width: 1364px;
    width: 90%;
    margin: 0 auto;
}

.about-top .inner{
    padding-bottom: 18vw;
}

.about-bottom .inner {
    padding-top: 20vw;
}

.about p,
.about h2{
    margin: 0;
    color: #111111;
}

.about-top .use-wrap{
    padding: 110px 0;
    display: flex;
}

.about-top .use-wrap .box{
    width: 46.5%;
    margin-right: 7%;
    padding: 75px 25px 25px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.about-top .use-wrap .box:last-child{
    margin-right: 0;
}

.about-top .use-wrap .box .left{
    width: 70%;
}

.about-top .use-wrap .box .right{
    width: 30%;
}

.about-top .use-wrap .box .left .circle{
    width: 165px;
    height: 81px;
    border-radius: 50%;
    background-color: #343B5D;
    border: 4px solid #fff;
    box-shadow: 3px 6px 0px #0000004D;
    position: absolute;
    top: -36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-top .use-wrap .box .left .circle span{
    color: #fff;
    font-family: RixSejongroGulim_Pro;
    font-size: 27px;
}

.about-top .use-wrap .box .left .ttl{
    font-size: 24px;
    margin: 0 0 13px;
    line-height: normal;
}

.about-top .use-wrap .box .left .ttl span{
    color: #FE8816;
}

.about-top .use-wrap .box .right img{
    position: absolute;
    bottom: 0;
    right: -12px;
    max-width: 220px;
}

.about-top .use-wrap .box.benefits .right img{
    right: 5px;
    max-width: 200px;
}

.about-top .caution{
    background-color: #FFFFFF73;
    border-radius: 15px;
    padding: 45px;
}

.about-top .caution .ttl{
    text-align: center;
    max-width: 25em;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #111111;
    font-size: 22px;
    margin: 0 auto 36px;
}

.about-top .caution .caution-list{
    margin: 0;
    padding-left: 2em;
}

.about-top .caution .caution-list li,
.about-top .caution .inner-list li,
.about-bottom .info .info-wrap .info-list li {
    font-size: 18px;
    margin: 10px 0;
    line-height: normal;
}

.about-bottom .info .info-wrap .info-list li{
    font-size: 21px;
    margin: 20px 0;
    font-weight: bold;
}

.about-top .caution .caution-list li:last-child,
.about-bottom .info .info-wrap .info-list li:last-child{
    margin-bottom: 0;
}

.about-bottom .info .info-wrap .info-list li:first-child{
    margin-top: 0;
}

.about-top .caution .inner-list{
    padding-left: 1em;
}

.about-top .caution .inner-list li,
.about-bottom .info .info-wrap .info-list li{
    list-style: none;
    position: relative;
}

.about-top .caution .inner-list li::before,
.about-bottom .info .info-wrap .info-list li::before{
    content: '・';
    display: inline-block;
    position: absolute;
    left: -1em;
    top: 0;
}

.about-bottom .info .info-wrap .info-list li::before{
    top: 8px;
}

.about-bottom .info .info-wrap .info-list li:last-child:before {
    top: 0;
}

.about-bottom .ttl{
    color: #343B5D;
    font-size: 40px;
    max-width: 14em;
    width: 100%;
    position: relative;
    margin: 0 auto 35px;
    line-height: 1;
    padding-bottom: 0.2em;
    border-bottom: 2px solid #343B5D;
    text-align: center;
}

.about-bottom .info{
    background-color: #fff;
    border-radius: 15px;
    padding: 35px;
    color: #343B5D;
    margin-bottom: 130px;
}

.about-bottom .info .info-wrap{
    display: flex;
    position: relative;
}

.about-bottom .info .info-wrap .info-list{
    width: 84%;
    margin: 0;
    padding-left: 1em;
}

.about-bottom .info .info-wrap .info-list li .color{
    font-size: 28px;
    color: #FE8816;
}

.about-bottom .info .info-wrap .info-list li .line{
    background: linear-gradient(transparent 50%, #ffe7b2 50%);
}

.about-bottom .info .info-wrap .img{
    width: 16%;
}

.about-bottom .info .info-wrap .img img{
    max-width: 280px;
    position: absolute;
    bottom: -20px;
    right: -45px;
}

@media print,
screen and (max-width: 1336px) {

    .about-bottom .inner{
        padding-top: 25vw;
    }

    .about-top .use-wrap .box {
        display: block;
    }

    .about-top .use-wrap .box .left {
        width: 100%;
    }

    .about-top .use-wrap .box .left .ttl{
        width: 11em;
    }
    
    .about-top .use-wrap .box .right img {
        max-width: 180px;
        right: 0;
        bottom: 50%;
    }

    .about-top .use-wrap .box.benefits .right img {
        max-width: 160px;
    }

    .about-bottom .info .info-wrap .info-list{
        width: 79%;
    }

    .about-bottom .info .info-wrap .img{
        width: 21%;
    }
}

@media print,
screen and (max-width: 1020px) {
    .about-top .use-wrap .box .right {
        display: none;
    }

    .about-top .use-wrap .box .left .ttl {
        width: 100%;
    }

    .about-bottom .info .info-wrap {
        display: block;
    }

    .about-bottom .info .info-wrap .info-list {
        width: 100%;
        box-sizing: border-box;
    }

    .about-bottom .info .info-wrap .img img{
        max-width: 196px;
        bottom: -30%;
        right: -60px;
    }
}

/* --- SP ---------- */
@media print,
screen and (max-width: 740px) {
    .about{
        padding-top: 50px;
    }

    .about-top .inner{
        padding-bottom: 60vw;
    }

    .about-bottom .inner{
        padding-top: 173px;
    }

    .about-top .use-wrap{
        padding: 40px 0 0;
        display: block;
    }

    .about-top .use-wrap .box{
        width: 100%;
        margin: 0 auto 35px;
        padding: 45px 10px 10px;
    }

    .about-top .use-wrap .box .left .circle{
        width: 100px;
        height: 50px;
        border-width: 2px;
        top: -24px;
    }

    .about-top .use-wrap .box .left .circle span,
    .about-top .use-wrap .box .left .ttl {
        font-size: 18px;
    }

    .about-top .use-wrap .box .left .ttl{
        margin-bottom: 7px;
    }

    .about-top .caution{
        padding: 15px;
    }

    .about-top .caution .ttl{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-top .caution .caution-list{
        padding-left: 1.5em;
    }

    .about-top .caution .caution-list li,
    .about-top .caution .inner-list li,
    .about-bottom .info .info-wrap .info-list li{
        font-size: 14px;
        margin: 7px 0;
    }

    .about-bottom .ttl{
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about-bottom .info{
        padding: 20px 10px 15px;
        box-sizing: border-box;
        margin-bottom: 34px;
    }

    .about-bottom .info .info-wrap .info-list li .color{
        font-size: 20px;
    }
}