.catchphrase{
    background-image: url("/images/car_sales.jpg");
    background-size: 100%;
    background-position: center;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    padding: 3vw 8vw;
    position: relative;
}
.catchphrase .title{
    display: flex;
    height: 7.5vw;
    align-items: center;
}
.catchphrase .responsive-title{
    display: none;
}
.catchphrase .title p{
    font-size: 3vw;
    font-weight: bold;
    line-height: 120%;
}
.catchphrase .subtitle p{
    position: absolute;
    top: 3.4vw;
    right: 8vw;
    padding: 0 1.5vw;
    font-size: 1.5vw;
    font-weight: bold;
    background-color: #f4a03d;
}

/*自動車販売の特徴*/
.characteristic{
    margin: 0 0 2.5vw;
    padding-top: 5vw;
}
.characteristic .row{
    margin: 0 2vw;
}
.characteristic .title{
    position: relative;
}
.characteristic .title p{
    padding: 4vw 0 3vw 0;
    background-color: #FFA52F;
    border-radius: .5vw;
    color: white;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
}
.characteristic .title p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    border: 2vw solid transparent;
    border-top: 2vw solid #FFA52F;
}
.characteristic .title h1{
    position: absolute;
    top: -2.5vw;
    left: 4vw;
    font-style: oblique;
    font-size: 4vw;
    font-weight: bold;
}
.characteristic .title img{
    position: absolute;
    bottom: 9vw;
    left: 50%;
    transform: translateX(-50%);
    width: 8vw;
}
.characteristic .description{
    margin-top: 3vw;
    margin-bottom: 2vw;
    padding: 0 1vw;
}
.characteristic .description p{
   font-size: 1.6vw;
   text-align: center;
}
.characteristic .logo img{
    width: 100%;
}
.description_responsive{
    display: none;
}
.characteristic .subtitle_responsive{
    text-align: center;
    padding: 1vw 0;
    color: white;
    font-size: 2.8vw;
    font-weight: bold;
    background-color: #f4a03d;
    letter-spacing: .2vw;
    margin: 3vw 0 2vw;
}
.characteristic .logo{
    text-align: center;
}
.characteristic .logo img{
    width: 80vw;
    user-select: none;
    -webkit-user-drag: none;
}
.logo_responsive{
    display: none;
    user-select: none;
    -webkit-user-drag: none;
}
/*お問い合わせ*/
.inquiry-wrap{
    padding: 2vw;
    background-color: #FFA52F;
}
.inquiry-wrap .triangle{
    border-top: 30px solid white !important;
}
/*自動車販売の流れ*/
.purchase_flow{
    margin-top:  3vw;
}
.purchase_flow .title{
    width: 40vw;
    margin: 0 auto;
    position: relative;
}
.purchase_flow .title img{
    width: 100%;
}
.purchase_flow .title p{
    position: absolute;
    transform: translate(-50%,-30%);
    top:30%;
    left:50%;
    padding:0;
    margin:0;
    font-size:2vw;
    font-weight: bold;
    letter-spacing: .3vw;
}
.purchase_flow .flow p{
    margin-top: 1.5vw;
    font-size: 2.5vw;
    font-weight: bold;
    color: #f4a03d;
    text-align: center;
}
.purchase_flow .flow_items{
    display: flex;
    align-items: center;
    margin: 0 5vw 0 10vw;
}
.purchase_flow .flow_items .image{
    position: relative;
}
.purchase_flow .flow_items .image .img{
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    object-fit:cover;
}
.purchase_flow .flow_items .image .svg{
    position: absolute;
    width: 30vw;
    height: 30vw;
    top: 0;
    left: 0;
}
.purchase_flow .flow_items .image .svg1{
    left: -9vw !important;
}
.purchase_flow .flow_items .description{
    margin-left: 3vw;
}
.purchase_flow .flow_items .description .flow_item{
    margin-top: 1.3vw;
}
.purchase_flow .flow_items .description .flow_item .about{
    background-color: #f4a03d;
    color: white;
    display: inline-block;
    font-size: 1.7vw;
    letter-spacing: .1vw;
    padding: .2vw 1.8vw;
    border-radius: 10px;
    margin-bottom: .4vw;
}
.purchase_flow .flow_items .description .flow_item p{
    font-size: 1.6vw;
    margin-left: 3vw;
}
.purchase_flow .arrow{
    margin: 2vw 10vw;
}
.purchase_flow .divide{
    margin: 3vw 10vw 0 10vw;
}
.purchase_flow .divide hr{
    border-top: .5px solid rgba(0, 0, 0, .5);
}
@media screen and (max-width:468px) {
    /* スマホ用CSS -------------- */
    .catchphrase .title{
        display: none;
    }
    .catchphrase .responsive-title{
        display: flex;
        height: 15vw;
        align-items: center;
    }
    .catchphrase .responsive-title p{
        font-size: 3vw;
        font-weight: bold;
        line-height: 120%;
    }
    .subtitle{
        display: none;
    }
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .col-4 {
        max-width: 100% !important;
    }
    .characteristic{
        padding-top: 0;
    }
    .characteristic .row .col-4{
        margin-top: 5vw;
    }
    .characteristic .title {
        width: 50vw;
        margin: 0 auto;
    }
    .characteristic .title p {
        font-size: 4.5vw;
    }
    .characteristic .title img {
        width: 11vw;
        bottom: 10vw;
    }
    .characteristic .subtitle_responsive {
        padding: 2vw 0;
        font-size: 4vw;
    }
    .characteristic .description{
        display: none;
    }
    .description_responsive{
        display: inline-block;
        width: 90%;
        text-align: left;
        margin: 6vw 0;
    }
    .description_responsive p{
        font-size: 3.5vw;
        text-align: center;
    }
    .subtitle_responsive{
        padding: 0 1.5vw;
        font-size: 4.5vw;
    }
    .logo{
        display: none;
    }
    .logo_responsive{
        display: inline-block;
    }.characteristic .logo_responsive{
        margin: 0 10vw;
    }
    .characteristic .logo_responsive img{
        width: 80vw;
    }
    .purchase_flow .title {
        width: 80vw;
    }
    .purchase_flow .title p {
        font-size: 4vw;
    }
    .purchase_flow .flow p {
        font-size: 4.5vw;
    }
    .purchase_flow .flow_items {
        margin: 0;
        flex-direction: column-reverse;
    }
    .purchase_flow .flow_items .image {
        margin: 4vw 0;
    }
    .purchase_flow .flow_items .description .flow_item{
        margin-top: 2.5vw;
    }
    .purchase_flow .flow_items .description .flow_item .about {
        font-size: 3.4vw;
        padding: .4vw 3.6vw;
        margin-left: 5vw;
    }
    .purchase_flow .flow_items .description .flow_item p {
        font-size: 3.3vw;
        margin: 0 8vw;
    }
    .footer_inquiry{
        position: relative;
    }
    .footer_inquiry_items img{
        width: 14vw;
        position: absolute;
        top: 36vw;
        left: 81vw;
    }
}
@media screen and (min-width:1000px){
    .characteristic .row {
        transform: scale(85%);
        transform-origin: top center;
        margin: 0 0 -4%;
    }
    .purchase_flow {
        transform: scale(85%);
        transform-origin: top center;
        margin-bottom: -20vw;
    }
}