@charset "UTF-8";
/* 共通
-----------------------------------------------------*/
.p-sec-inner {
    width: 80%;
    max-width: 1260px;
    margin: 0 auto;
}
.p-con-common {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
h2.h2-common {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 2.3vw;
    /*font-size: 32px;*/
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.1em;
}
@media (max-width: 768px) {
    .p-sec-inner {
        width: 90%;
        margin: 0 auto;
    }
    .p-con-common {
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }
    h2.h2-common {
        width: 100%;
        margin: 0 auto 6vw;
        font-size: 6.0vw;
        font-weight: bold;
        text-align: center;
    }
    h2.h2-common span.sub {
        display: block;
        margin: 0 auto 2%;
        font-size: 5vw;
        font-weight: 400;
        color: #004779;
    }
}

/* ボタン */
p.p-contact-btn{
    width: 32%;
}
p.p-contact-btn a{
    display: block;
    width: 90%;
    padding: 7% 0;
    background: #ff2425;
    border-radius: 100px;
    box-shadow: 0px 5px 0 #e13831;
    transition: .3s;
    position: relative;
}
p.p-contact-btn a span{
    display: inline-block;
    padding-left: 33%;
    font-size: 1.22vw;
    font-weight: bold;
    color: #FFF; 
}
@media (min-width: 1660px) {
    p.p-contact-btn a span{
        font-size: 20px;
        /*font-size: 1.22vw;*/
    }
}
@media (min-width: 769px) {
    p.p-contact-btn a:hover{
        transform: translate3d(0, 5px, 0);
        box-shadow: none;
    }
}
p.p-contact-btn a::before{
    content: "";
    display: block;
    width: 8.5%;
    height: 100%;
    background: url("../../images/common/telicon.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 41%;
    left: 9%;
}
p.p-contact-btn a::after{
    content: "";
    display: block;
    width: 2.4%;
    height: 17%;
    background: url("../../images/common/icn_btn_arrow.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 42%;
    right: 4%;
}
@media (max-width: 768px) {
    
    p.p-contact-btn{
        width: 100%;
    }
    p.p-contact-btn a{
        display: block;
        width: 100%;
        padding: 3.5vw 0;
        background: #ff2425;
        border-radius: 10vw;
        box-shadow: 0px 3px 0 #e13831;
        transition: .3s;
        position: relative;
        margin-top: 3.5vw;
    }
    p.p-contact-btn a span{
        display: inline-block;
        padding-left: 25vw;
        font-size: 4.8vw;
        font-weight: bold;
        color: #FFF; 
    }
    p.p-contact-btn a::before{
        content: "";
        display: block;
        width: 10vw;
        height: 10vw;
        background: url("../../images/common/telicon.png") center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 4.5vw);
        left: 9vw;
    }
    p.p-contact-btn a::after{
        content: "";
        display: block;
        width: 2vw;
        height: 5vw;
        background: url("../../images/common/icn_btn_arrow.png") center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 2.5vw);
        right: 5vw;
    }
}


/* ボタンLINE */
p.p-contact-btn_2{
    width: 32%;
}
p.p-contact-btn_2 a{
    display: block;
    width: 90%;
    padding: 7% 0;
    background: #00B900;
    border-radius: 100px;
    box-shadow: 0px 5px 0 #10a37f;
    transition: .3s;
    position: relative;
}
p.p-contact-btn_2 a span{
    display: inline-block;
    padding-left: 33%;
    font-size: 1.22vw;
    font-weight: bold;
    color: #FFF; 
}
@media (min-width: 1660px) {
    p.p-contact-btn_2 a span{
        font-size: 20px;
        /*font-size: 1.22vw;*/
    }
}
@media (min-width: 769px) {
    p.p-contact-btn_2 a:hover{
        transform: translate3d(0, 5px, 0);
        box-shadow: none;
    }
}
p.p-contact-btn_2 a::before{
    content: "";
    display: block;
    width: 8.5%;
    height: 100%;
    background: url("../../images/common/lineicon.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 41%;
    left: 9%;
}
p.p-contact-btn_2 a::after{
    content: "";
    display: block;
    width: 2.4%;
    height: 17%;
    background: url("../../images/common/icn_btn_arrow.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 42%;
    right: 4%;
}
@media (max-width: 768px) {
    
    p.p-contact-btn_2{
        width: 100%;
    }
    p.p-contact-btn_2 a{
        display: block;
        width: 100%;
        padding: 3.5vw 0;
        background: #00B900;
        border-radius: 10vw;
        box-shadow: 0px 3px 0 #10a37f;
        transition: .3s;
        position: relative;
        margin-top: 3.5vw;
    }
    p.p-contact-btn_2 a span{
        display: inline-block;
        padding-left: 25vw;
        font-size: 4.8vw;
        font-weight: bold;
        color: #FFF; 
    }
    p.p-contact-btn_2 a::before{
       content: "";
    display: block;
    width: 10vw;
    height: 10vw;
    background: url(../../images/common/lineicon.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4.5vw);
    left: 9vw;
    }
    p.p-contact-btn_2 a::after{
        content: "";
        display: block;
        width: 2vw;
        height: 5vw;
        background: url("../../images/common/icn_btn_arrow.png") center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 2.5vw);
        right: 5vw;
    }
}


/* MV
-----------------------------------------------------*/
.p-mv {
    width: 100%;
    padding: 2.5% 0 6%;
    margin: 0 auto;
    background: #FFF url("../../images/top/bg_mv.png") no-repeat;
    background-size: cover;
    background-position: center right;
}
.p-mv .p-mv-logo {
    width: 30%;
    margin-left: 2.5%;
}
.p-mv .p-mv-inner {
    width: 80%;
    margin: 9% auto 0;
}
.p-mv .p-mv-inner h1.p-mv-copy {
    width: 100%;
    font-size: 2.74vw;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color:#fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.7);
}
.p-mv .p-mv-inner p.p-mv-subcopy{
    width: 100%;
    margin-top: 1.8%;
    font-size: 1.28vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    color:#fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.7);
}

.p-mv .p-mv-inner .p-read-box{
    width: 100%;
    margin: 1% auto 0;
    display: flex;
    align-items: center;
}
.p-mv .p-mv-inner .p-read-box p.p-read-box-label{
    width: 28%;
    margin-top: -1%;
    margin-left: -2%;
}

@media (max-width: 768px) {
    .p-mv {
        width: 100%;
        padding: 5% 0 10%;
        margin: 0 auto;
        background: #fafcfc url("../../images/top/bg_mv_sp.jpg") no-repeat;
        background-size: 110%;
        background-position: right bottom;
        background-color: #fff;
    }
    .p-mv .p-mv-logo {
        width: 42%;
        margin-left: 4%;
    }
    .p-mv .p-mv-inner {
        width: 85%;
        padding: 8% 0 3%;
        margin: 0 auto;
    }
    .p-mv .p-mv-inner h1.p-mv-copy {
        width: 100%;
        margin: 0 auto;
        font-size: 5.8vw;
        font-weight: 900;
        text-align: left;
        letter-spacing: -0.001em;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.7);
    }
    .p-mv .p-mv-inner p.p-mv-subcopy {
        font-size: 3.8vw;
        color: #fff;
        text-shadow: 0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.7);
    }
    .p-mv .p-mv-inner .p-read-box {
        width: 100%;
        margin: 1% auto 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    p.p-contact-btn{
        width: 100%;
    }
    .p-mv .p-mv-inner .p-read-box p.p-read-box-label {
        width: 58%;
        margin-top: -4%;
        margin-left: -10%;
    }
}


/* CVエリア
-----------------------------------------------------*/
.p-cv {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    background-color: #000;
    /*background-image: url("../../images/top/bg_cv.png");*/
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-cv h2.h2-common {
    margin: 0 auto 40px;
    font-size: 1.8vw;
    /*font-size: 28px;*/
    font-weight: bold;
    color: #FFF;
}
.p-cv .p-sec-box {
    width: 72%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 50px;
    background: #FFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-cv .p-cv-box{
    width: 50%;
    margin-right: 4%;
    font-weight: bold;
    text-align: center;
    color: #050e39;
}
.p-cv .p-cv-box p.p-cv-box-text{
    font-size: 1.4vw;
}
.p-cv .p-cv-box a.p-cv-box-tel{
    margin-left: -2%;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 3.7vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
.p-cv .p-cv-box a.p-cv-box-tel::before{
    content: '';
    display: inline-block;
    width: 2.5vw;
    height: 2.6vw;
    margin-right: 1%;
    background: url("../../images/common/icn_tel.png") no-repeat;
    background-size: 100%;
}
.p-cv .p-cv-box p.p-cv-box-time{
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 0.16em;
}
.p-cv p.p-contact-btn{
    min-width: 39.4%;
}

@media (min-width: 1660px) {
    .p-cv .p-cv-box a.p-cv-box-tel{
        font-size: 58px;
        /*font-size: 3.7vw;*/
    }
    .p-cv .p-cv-box a.p-cv-box-tel::before{
        content: '';
        display: inline-block;
        width: 47px;
        height: 49px;
       /* width: 2.5vw;
        height: 2.6vw;*/
        margin-right: 1%;
        background: url("../../images/common/icn_tel.png") no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .p-cv {
        width: 100%;
        padding: 8vw 0;
    }
    .p-cv h2.h2-common {
        margin: 0 auto 5vw;
        font-size: 5vw;
        font-weight: bold;
        color: #FFF;
    }
    .p-cv .p-sec-box {
        width: 90%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 5vw 6vw 8vw;
        background: #FFF;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .p-cv .p-cv-box{
        width: 100%;
        margin-right: 0;
    }
    .p-cv .p-cv-box p.p-cv-box-text{
        margin-bottom: 1.5vw;
        font-size: 4.8vw;
    }
    .p-cv .p-cv-box a.p-cv-box-tel{
        margin-left: 0;
        padding: 3.5vw 0;
        font-family: 'Poppins', sans-serif;
        border-radius: 100vw;
        background: #000;
        box-shadow: 0px 3px 0 #0e1743;
        color: #fff;
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0em;
    }
    .p-cv .p-cv-box a.p-cv-box-tel::before{
        content: '';
        display: inline-block;
        width: 4.5vw;
        height: 5vw;
        margin-right: 1.6vw;
        background: url("../../images/common/icn_tel.png") center bottom no-repeat;
        background-size: 100%;
    }
    .p-cv .p-cv-box p.p-cv-box-time{
        margin: 1.5vw auto 4vw;
        font-size: 3.2vw;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .p-cv p.p-contact-btn{
        min-width: 39.4%;
    }

}


/* con1 アウトバーンコールとは
-----------------------------------------------------*/
.p-con1{
    padding: 60px 0;
    background: #edf5f8;
}
.p-con1 .p-sec-box {
    width: 72%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 50px;
    background: #FFF;
    border-radius: 12px;
}
.p-con1 h3.p-con1-h3{
    width: 100%;
    margin: 0 auto 30px;
    font-size: 2.2vw;
    font-weight: 900;
    text-align: center;
}
.p-con1 p.p-con1-read-text{
    font-size: 1.0vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;
}
.p-con1 figure{
    width: 88%;
    margin: 30px auto 10px;
}

.p-con1 .p-sec-inner {
    width: 72%;
    max-width: 1140px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-con1 .p-sec-inner .p-con1-img{
    width: 23%;
    margin-right: 6%;
}
.p-con1 .p-con1-pointbox{
    width: 59%;
}
.p-con1 .p-con1-pointbox .p-con1-pointbox-ttl{
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}
.p-con1 .p-con1-pointbox .p-con1-pointbox-ttl p{
    font-size: 1.8vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #000000;
}
.p-con1 .p-con1-pointbox .p-con1-pointbox-ttl span{
    display: inline-block;
    width: 10%;
    margin-right: 4%;
}
.p-con1 .p-con1-pointbox .p-con1-pointbox-text{
    font-size: 1.1vw;
    font-weight: normal;
    line-height: 2.0;
    letter-spacing: 0.06em;
    color: #000000;
}

@media (max-width: 768px) {
    .p-con1{
        padding: 10vw 0;
    }
    .p-con1 .p-sec-box {
        width: 90%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 5vw 5vw 8vw;
        background: #FFF;
        border-radius: 8px;
    }
    .p-con1 h3.p-con1-h3{
        width: 100%;
        margin: 0 auto 6vw;
        font-size: 5.8vw;
        font-weight: 900;
        text-align: center;
    }
    .p-con1 p.p-con1-read-text{
        font-size: 3.9vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.8;
        text-align: left;
        color: #000000;
    }
    .p-con1 figure{
        width: 88%;
        margin: 6vw auto 0;
    }

    .p-con1 .p-sec-inner {
        width: 90%;
        max-width: 1140px;
        margin: 10vw auto 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .p-con1 .p-sec-inner .p-con1-img{
        width: 45%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .p-con1 .p-con1-pointbox{
        width: 100%;
    }
    .p-con1 .p-con1-pointbox .p-con1-pointbox-ttl{
        width: 100%;
        margin: 0 auto 4vw;
        display: flex;
        align-items: center;
    }
    .p-con1 .p-con1-pointbox .p-con1-pointbox-ttl p{
        font-size: 4.2vw;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #000000;
    }
    .p-con1 .p-con1-pointbox .p-con1-pointbox-ttl span{
        display: inline-block;
        width: 11vw;
        margin-right: 3vw;
    }
    .p-con1 .p-con1-pointbox .p-con1-pointbox-ttl span img { width: 11vw !important;}
    .p-con1 .p-con1-pointbox .p-con1-pointbox-text{
        font-size: 3.8vw;
        font-weight: normal;
        line-height: 1.8;
        letter-spacing: 0.06em;
        color: #000000;
    }
}



/* con2 お悩み
-----------------------------------------------------*/
.p-con2 {
    padding: 60px 0;
    background: url("../../images/top/bg_con2.png") no-repeat;
    background-position: left top;
    background-size: 100%;
}
.p-con2 h2.p-con2-h2{
    width: 60%;
    max-width: 700px;
    padding: 1% 0;
    margin: 0 auto 20px;
    font-size: 2.2vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.1em;
    background: url("../../images/top/bg_con2_head.png") no-repeat;
    background-position: center;
    background-size: 80%;
}
.p-con2 h2.p-con2-h2 span{
    display: inline-block;
    padding: 0 1%;
    font-size: 2.8vw;
}
.p-con2 .p-sec-box {
    /*width: 60%;
    max-width: 700px;*/
    width: 55%;
    margin: 0 auto;
    padding: 30px 5.8%;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 63px rgba(233,235,243,0.80);
}
.p-con2 .p-sec-box ul li{
    width: 100%;
    padding: 10px 20px;
    border-bottom: 2px solid #dadbde;
    display: flex;
    align-items: center;
}
.p-con2 .p-sec-box ul li span{
    display: block;
    width: 3.2%;
    margin-right: 20px;
}
.p-con2 .p-sec-box ul li p{
    font-size: 1.2vw;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.p-con2 .p-sec-inner{
    width: 60%;
    max-width: 700px;
}
.p-con2 .p-con2-arrow{
    width: 20%;
    margin: 30px auto;
}
.p-con2 .p-con2-read{
    font-size: 2.0vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
}
.p-con2 .p-con2-read p.p-con2-read-logo{
    display: inline-block;
    width: 30%;
    margin-top: -1%;
    margin-right: 1%;
    vertical-align: middle;
}
.p-con2 .p-con2-read p.p-con2-read-logo img{
    display: block;
}
.p-con2 .p-con2-read span{
    font-size: 2.3vw;
    color: #ff2425;
}

@media (min-width: 1480px) {
    .p-con2 h2.p-con2-h2{
        width: 60%;
        max-width: 700px;
        padding: 1% 0;
        margin: 0 auto 20px;
        font-size: 2.2vw;
        font-weight: 900;
        text-align: center;
        letter-spacing: 0.1em;
        background: url("../../images/top/bg_con2_head.png") no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .p-con2 .p-sec-box ul li span{
        display: block;
        min-width: 15px!important;
    }
}
@media (min-width: 1660px) {
    .p-con2 h2.p-con2-h2{
        font-size: 36px;
        /*font-size: 2.2vw;*/
    }
    .p-con2 h2.p-con2-h2 span{
        font-size: 46px;
        /*font-size: 2.8vw;*/
    }
}

@media (max-width: 768px) { 
    .p-con2 {
        padding: 10vw 0;
        background: url("../../images/top/bg_con2.png") no-repeat;
        background-position: center top;
        background-size: 300%;
    }
    .p-con2 h2.p-con2-h2{
        width: 90%;
        max-width: 700px;
        padding: 1% 0;
        margin: 0 auto 4vw;
        font-size: 6.2vw;
        text-align: center;
        line-height: 0.6;
        background: none;
        position: relative;
    }
    .p-con2 h2.p-con2-h2::before, 
    .p-con2 h2.p-con2-h2::after {
        content: '';
        width: 1px;
        height: 16vw;
        border-left: 4px dotted #000;
        display: block;
        position: absolute;
        bottom: 0;
    }
    .p-con2 h2.p-con2-h2::before {
        left: calc(45% - 34vw);
        transform: rotate(-30deg);
    }
    .p-con2 h2.p-con2-h2::after {
        right: calc(45% - 34vw);
        transform: rotate(30deg);
    }
    .p-con2 h2.p-con2-h2 span{
        display: inline-block;
        padding: 8vw 2vw;
        font-size: 7.8vw;
        background-position: left 1vw center;
        background-size: 84%;
    }
    .p-con2 .p-sec-box {
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
        padding: 5vw 2vw 8vw;
        background: #FFF;
        border-radius: 12px;
        box-shadow: 0 0 63px rgba(233,235,243,0.80);
    }
    .p-con2 .p-sec-box ul li{
        width: 100%;
        padding: 10px 0;
        border-bottom: 2px solid #dadbde;
        display: flex;
        align-items: flex-start;
    }
    .p-con2 .p-sec-box ul li span{
        display: block;
        width: 8vw;
        margin-right: 2vw;
    }
    .p-con2 .p-sec-box ul li span img {
        width: 80%;
        max-width: 4vw;
        margin: 2vw auto 0;
        display: block;
    }
    .p-con2 .p-sec-box ul li p {
        width: calc(100% - 12vw);
        font-size: 3.8vw;
        font-weight: bold;
        letter-spacing: 0.08em;
    }

    .p-con2 .p-sec-inner{
        width: 90%;
        max-width: 700px;
    }
    .p-con2 .p-con2-arrow{
        width: 30%;
        margin: 4vw auto 2vw;
    }
    .p-con2 .p-con2-read{
        font-size: 5.0vw;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.08em;
    }
    .p-con2 .p-con2-read p.p-con2-read-logo{
        display: inline-block;
        width: 40%;
        margin-top: -1%;
        margin-right: 1%;
        vertical-align: middle;
    }
    .p-con2 .p-con2-read p.p-con2-read-logo img{
        display: block;
    }
    .p-con2 .p-con2-read span{
        font-size: 8.0vw;
        color: #ff2425;
    }
}



/* con3 サービスのご紹介
-----------------------------------------------------*/
.p-con3 .p-sec-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.p-con3 .p-con3-box{
    width: calc((100% - 140px) / 3);
    padding: 5% 3% 4%;
    margin-right: 70px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 63px rgba(233,235,243,0.80);
}
.p-con3 .p-con3-box:nth-child(3),
.p-con3 .p-con3-box:last-child{
    margin-right: 0;
}
.p-con3 .p-con3-box:nth-child(-n+3){
    margin-bottom: 70px;
}
.p-con3 .p-con3-box figure{
    width: 60%;
    margin: 0 auto 30px;
}
.p-con3 .p-con3-box p.p-con3-box-ttl{
    margin: 0 auto 15px;
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.p-con3 .p-con3-box p.p-con3-box-text{
    font-size: 1.0vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

@media (max-width: 768px) { 
    .p-con3 {
        padding: 8vw 0 8vw;
    }
    .p-con3 .p-sec-inner{
        display: block;
    }
    .p-con3 .p-con3-box{
        width: 90%;
        padding: 8vw 5vw;
        margin: 0 auto 8vw;
        background: #FFF;
        border-radius: 12px;
        box-shadow: 0 0 63px rgba(233,235,243,0.80);
    }
    .p-con3 .p-con3-box:nth-child(3),
    .p-con3 .p-con3-box:last-child{
        margin-right: auto;
    }
    .p-con3 .p-con3-box:nth-child(-n+3){
        margin-bottom: 8vw;
    }
    .p-con3 .p-con3-box figure{
        width: 55%;
        margin: 0 auto 5vw;
    }
    .p-con3 .p-con3-box p.p-con3-box-ttl{
        margin: 0 auto 3vw;
        font-size: 4.6vw;
    }
    .p-con3 .p-con3-box p.p-con3-box-text{
        font-size: 3.6vw;
    }
}



/* con4 選ばれる理由
-----------------------------------------------------*/
.p-con4{
    background: #edf5f8;
}
.p-con4 .p-con4-box{
    width: 94%;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-con4 .p-con4-box:nth-child(odd){
    margin-left: 6%;
}
/*.p-con4 .p-con4-box:last-child{
    margin-bottom: 0;
}*/
.p-con4 .p-con4-box figure {
    width: 51%;
    border-radius: 6px;
    overflow: hidden;
}
.p-con4 .p-con4-box .p-con4-box-detail {
    width: 43%;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head {
    display: flex;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-num {
    width: 26%;
    font-family: 'Poppins', sans-serif;
    font-size: 4.2vw;
    font-weight: bold;
    color: #ff2425;
    line-height: 1;
    letter-spacing: -0.01em;
    position: relative;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-num::after{
    content: '';
    display: inline-block;
    width: 78%;
    height: 78%;
    background: url("../../images/top/img_con4_line.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 14%;
    right: 0;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl{
    width: 70%;
    margin-left: -3%;
    padding-top: 7%;
    font-size: 2vw;
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.1em;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl span.sub{
    display: block;
    font-size: 1.2vw;
    font-weight: bold;
}
.p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl span.sub::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    margin-top: -1%;
    margin-right: 2%;
    background: #ff2425;
    vertical-align: middle;
}
.p-con4 .p-con4-box .p-con4-box-detail p.p-con4-box-text{
    width: 100%;
    margin: 30px auto 0;
    font-size: 1.0vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media (min-width: 1660px) {
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-num {
        font-size: 70px;
        /*font-size: 4.2vw;*/
    }
}

@media (max-width: 768px) { 
    
    .p-con4 .p-con4-box{
        width: 100%;
        margin: 0 auto 12vw;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .p-con4 .p-con4-box:last-child {
        margin-bottom: 0;
    }
    .p-con4 .p-con4-box:nth-child(odd){
        margin-left: auto;
        flex-direction: column;
    }
    /*.p-con4 .p-con4-box:last-child{
        margin-bottom: 0;
    }*/
    .p-con4 .p-con4-box figure {
        width: 100%;
        border-radius: 0;
        overflow: hidden;
    }
    .p-con4 .p-con4-box .p-con4-box-detail {
        width: 100%;
        margin: 5vw auto 0;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head {
        width: 100%;
        display: flex;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-num {
        width: 18vw;
        font-family: 'Poppins', sans-serif;
        font-size: 8.6vw;
        font-weight: bold;
        color: #ff2425;
        line-height: 1;
        position: relative;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-num::after{
        content: '';
        display: inline-block;
        width: 13vw;
        height: 13vw;
        background: url("../../images/top/img_con4_line.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 2vw;
        right: 0;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl{
        width: calc(100% - 18vw);
        margin-left: -2%;
        padding-top: 5%;
        font-size: 5vw;
        font-weight: 900;
        line-height: 1.5;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl span.sub{
        display: block;
        font-size: 4.6vw;
        font-weight: bold;
    }
    .p-con4 .p-con4-box .p-con4-box-detail .p-con4-box-detail-head p.p-con4-box-detail-head-ttl span.sub::before{
        content: '';
        display: inline-block;
        width: 4.2vw;
        height: 2px;
        margin-top: -1%;
        margin-right: 2%;
        background: #ff2425;
        vertical-align: middle;
    }
    .p-con4 .p-con4-box .p-con4-box-detail p.p-con4-box-text{
        width: 100%;
        margin: 4vw auto 0;
        font-size: 3.8vw;
    }
}



/* con5 実績紹介
-----------------------------------------------------*/
.p-con5 .p-sec-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 8%;
}
.p-con5 .p-con5-box{
    width: 28%;
    padding: 0 0 4%;
    margin-right: 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 63px rgba(233,235,243,0.80);
}
.p-con5 .p-con5-box:nth-child(3),
.p-con5 .p-con5-box:last-child{
    margin-right: 0;
}
.p-con5 .p-con5-box:nth-child(-n+3){
    margin-bottom: 0;
}
.p-con5 .p-con5-box .p-con5-box-case{
    width: 100%;
    padding: 4% 9%;
    font-size: 1.1vw;
    font-weight: bold;
    color: #FFF;
    background: #000000;
    border-radius: 12px 12px 0 0;
}
.p-con5 .p-con5-box .p-con5-box-case p{
    display: inline-block;
    margin-right: 5%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.0vw;
    font-weight: 500;
}
.p-con5 .p-con5-box .p-con5-box-service{
    width: 100%;
    padding: 5% 9%;
    border-bottom: 1px solid #d1dae0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item{
    width: 70%;
}
.p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item p.tag{
    width: 56%;
    padding: 0.5%;
    font-size: 0.86vw;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #000000;
    border-radius: 30px;
}
.p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item p.type{
    margin-top: 3%;
    font-size: 2vw;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.04em;
}
.p-con5 .p-con5-box .p-con5-box-service figure{
    width: 28%;
    filter: drop-shadow(0 0 5px rgba(185,204,215,0.60));
}
/* 買取実績カードのメイン画像を全て横長4:3で統一 */
.p-con5 .p-con5-box > figure{
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin: 0;
    padding: 0 9%;
    box-sizing: border-box;
}
.p-con5 .p-con5-box > figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-con5 .p-con5-box p.p-con5-box-ttl{
    width: 100%;
    padding: 5% 9% 0;
    margin: 0 auto 15px;
    font-size: 1.6vw;
    font-weight: bold;
    color: #000000;
}
.p-con5 .p-con5-box p.p-con5-box-text{
    width: 100%;
    padding: 0 9% 0;
    font-size: 1.0vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

@media (max-width: 768px) { 
    .p-con5 .p-sec-inner{
        display: block;
    }
    .p-con5 .p-con5-box{
        width: 100%;
        padding: 0 0 8vw;
        margin: 0 auto 12vw;
        background: #FFF;
        border-radius: 12px;
        box-shadow: 0 0 63px rgba(233,235,243,0.80);
    }
    .p-con5 .p-con5-box:nth-child(3),
    .p-con5 .p-con5-box:last-child{
        margin-right: auto;
    }
    .p-con5 .p-con5-box:nth-child(-n+3){
        margin-bottom: 12vw;
    }
    .p-con5 .p-con5-box:last-child { margin-bottom: 0;}
    
    .p-con5 .p-con5-box .p-con5-box-case{
        width: 100%;
        padding: 4vw;
        font-size: 4vw;
        border-radius: 8px 8px 0 0;
    }
    .p-con5 .p-con5-box .p-con5-box-case p{
        display: inline-block;
        margin-right: 2.5vw;
        font-family: 'Poppins', sans-serif;
        font-size: 4vw;
        font-weight: 500;
    }
    .p-con5 .p-con5-box .p-con5-box-service{
        width: 100%;
        padding: 5vw;
        border-bottom: 1px solid #d1dae0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item{
        width: 74%;
    }
    .p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item p.tag{
        width: 56%;
        padding: 0.8vw 1vw;
        font-size: 3.6vw;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        background: #000;
        border-radius: 10vw;
    }
    .p-con5 .p-con5-box .p-con5-box-service .p-con5-box-service-item p.type{
        margin-top: 3%;
        font-size: 8vw;
    }
    .p-con5 .p-con5-box .p-con5-box-service figure{
        width: 22%;
        filter: drop-shadow(0 0 5px rgba(185,204,215,0.60));
    }
    .p-con5 .p-con5-box p.p-con5-box-ttl{
        width: 100%;
        padding: 5vw 5vw 0;
        margin: 0 auto 3vw;
        font-size: 4.6vw;
        font-weight: bold;
        color: #000000;
    }
    .p-con5 .p-con5-box p.p-con5-box-text{
        width: 100%;
        padding: 0 5vw 0;
        font-size: 3.6vw;
        font-weight: 500;
        color: #000000;
        line-height: 1.8;
        letter-spacing: 0.08em;
    }
}


/* con6 導入までの流れ
-----------------------------------------------------*/
.p-con6 .p-sec-inner{
    display: flex;
    justify-content: space-between;
}
/*.p-con6 .p-con6-arrow{
    width: 1.5%;
    margin: 6% 1.75% 0;
}*/
.p-con6 .p-con6-box{
    width: calc((100% - 20%) / 4);
    display: flex;
    flex-direction: column;
    position: relative;
}
.p-con6 .p-con6-box::after {
    content: '';
    width: 1.2vw;
    height: 2.2vw;
    background: url("../../images/top/icn_con6_arrow.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 7vw;
    right: -2.5vw;
}
.p-con6 .p-con6-box:last-child {
    padding-right: 0;
}
.p-con6 .p-con6-box:last-child::after {
    content: none;
}
.p-con6 .p-con6-box figure{
    /*width: 94%;*/
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    /*filter: drop-shadow(0 0 20px rgba(155,199,217,0.80));*/
}
.p-con6 .p-con6-box figure .p-con6-box-num{
    width: 22%;
    height: 22%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 2.5;
    color: #FFF;
    position: absolute;
    top: 2%;
    left: 2%;
} 
.p-con6 .p-con6-box figure .p-con6-box-num.blue{
    background: url("../../images/top/bg_con6_num_blue.png") no-repeat;
    background-size: 100%;
}
.p-con6 .p-con6-box figure .p-con6-box-num.navy{
    background: url("../../images/top/bg_con6_num_navy.png") no-repeat;
    background-size: 100%;
}
.p-con6 .p-con6-box .p-con6-box-ttl{
    height: 4.5vw;
    margin: 0 auto 15px;
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    color: #000000;
    display: flex;
	align-items: center;
} 
.p-con6 .p-con6-box .p-con6-box-text{
    min-height: 0%;
    font-size: 1.0vw;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.06em;
} 
.p-con6 .p-con6-box .p-con6-box-text span{
    display: block;
    margin-top: 1%;
    font-size: 0.9vw;
}

@media (min-width: 1660px) {
    .p-con6 .p-con6-box figure .p-con6-box-num{
        font-size: 19px;
        /*font-size: 1.2vw;*/
    }
}

@media (max-width: 768px) { 
    .p-con6 .p-sec-inner{
        width: 100% !important;
        display: block;
    }
    .p-con6 .p-con6-box {
        width: 100%;
        padding: 4vw 4vw;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .p-con6 .p-con6-box::after {
        content: '';
        width: 4vw;
        height: 8vw;
        background: url("../../images/top/icn_con6_arrow.png") center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 30vw;
        right: -2.5vw;
    }
    .p-con6 .p-con6-box figure{
        /*width: 94%;*/
        width: 100%;
        margin: 0 auto;
        position: relative;
        /*filter: drop-shadow(0 0 20px rgba(155,199,217,0.80));*/
    }
    .p-con6 .p-con6-box figure .p-con6-box-num{
        width: 22%;
        height: 22%;
        font-family: 'Poppins', sans-serif;
        font-size: 5.2vw;
        font-weight: bold;
        text-align: center;
        line-height: 2.5;
        color: #FFF;
        position: absolute;
        top: 2%;
        left: 2%;
    } 
    .p-con6 .p-con6-box figure .p-con6-box-num.blue{
        background: url("../../images/top/bg_con6_num_blue.png") no-repeat;
        background-size: 100%;
    }
    .p-con6 .p-con6-box figure .p-con6-box-num.navy{
        background: url("../../images/top/bg_con6_num_navy.png") no-repeat;
        background-size: 100%;
    }
    .p-con6 .p-con6-box .p-con6-box-ttl{
        height: 10vw;
        margin: 6vw auto 4vw;
        font-size: 4.0vw;
        font-weight: bold;
        text-align: center;
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    .p-con6 .p-con6-box .p-con6-box-text{
        font-size: 3.6vw;
        font-weight: 500;
        color: #000000;
        line-height: 1.8;
        letter-spacing: 0.06em;
    } 
    .p-con6 .p-con6-box .p-con6-box-text span{
        display: block;
        margin-top: 2vw;
        font-size: 3.2vw;
    }

    .slick-arrow {
        width: 4vw;
        height: 8vw;
        border: none;
        background: transparent;
        color: transparent;
        z-index: 2;
    }
    .slick-arrow.slick-prev {
        position: absolute;
        top: 30vw;
        left: 13.5vw;
    }
    .slick-arrow.slick-next {
        position: absolute;
        top: 30vw;
        right: 12.5vw;
    }
    ul.slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    ul.slick-dots li {
        margin: 0 2vw;
    }
    ul.slick-dots li button {
        width: 3vw;
        height: 3vw;
        border: none;
        border-radius: 2vw;
        font-size: 0;
        background: #dedede;
    }
    ul.slick-dots li.slick-active button {
        background: #ff2425;
    }
}


/* con7 会社情報
-----------------------------------------------------*/
.p-con7{
    background: #f5f9fa;
}
.p-con7 .p-sec-inner {
    /*width: 60%;
    max-width: 700px;*/
    width: 55%;
    margin: 0 auto;
}
.p-con7 table{
    width: 100%;
    text-align: left;
}
.p-con7 table th{
    width: 24%;
}
.p-con7 table td{
    width: 76%;
}
.p-con7 table th,
.p-con7 table td{
    padding: 15px 0 15px 20px;
    font-size: 1.0vw;
    font-weight: 500;
    color: #000000;
    border-top: 1px solid #ccced4;
}
.p-con7 table tr:last-child th,
.p-con7 table tr:last-child td{
    border-bottom: 1px solid #ccced4;
}


@media (max-width: 768px) { 
    .p-con7 .p-sec-inner {
        width: 90%;
        max-width: 700px;
        margin: 0 auto;
    }
    .p-con7 table, 
    .p-con7 table tbody, 
    .p-con7 table tbody tr {
        width: 100%;
        display: block;
    }
    .p-con7 table th {
        width: 100%;
        display: block;
    }
    .p-con7 table td {
        width: 100%;
        display: block;
    }
    .p-con7 table th {
        padding: 4vw 0 2vw;
        font-size: 3.8vw;
        font-weight: 500;
        color: #000000;
        border-top: 1px solid #ccced4;
    }
    .p-con7 table td {
        padding: 0 0 4vw 3vw;
        font-size: 3.8vw;
        font-weight: 500;
        color: #000000;
        border-top: none;
    }
    .p-con7 table tr:last-child th{
        border-bottom: none;
    }
    .p-con7 table tr:last-child td{
        border-bottom: 1px solid #ccced4;
    }
}
