.catchphrase{
    background-image: url("/images/car_inspection.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;
    justify-content: center;
}
.catchphrase p{
    text-align: center;
    font-size: 3.3vw;
    font-weight: bold;
    line-height: 120%;
}
.catchphrase img{
    position: absolute;
}
.catchphrase .img_1{
    width: 20vw;
    bottom: -7vw;
    left: 8vw;
}
.characteristic{
    margin: 0 0 3vw;
}
.catchphrase .img_2{
    width: 15vw;
    bottom: -4vw;
    right: 10vw;
}
.characteristic .content{
    display: flex;
    margin: 2vw 7vw;
}
.characteristic .content .description{
    margin-right: 2vw;
}
.characteristic .content .description p{
    font-size: 1.9vw;
    margin-bottom: .6vw;
}
.characteristic .content img{
    width: 40vw;
}
.characteristic .points{
    display: flex;
    justify-content: center;
}
.characteristic .point_1, .point_2, .point_3{
    position: relative;
}
.point_1 p, .point_2 p, .point_3 p{
    position: absolute;
    display: flex;
    width: 20vw;
    height: 20vw;
    top: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 130%;
}
.point_1 p, .point_2 p{
    font-size: 2.2vw;
}
.point_3 p{
    font-size: 2vw;
}
.point_1 img, .point_2 img, .point_3 img{
    width: 20vw;
}
.inquiry-wrap{
    padding: 2vw;
    background-color: #FFA52F;
}
.inquiry-wrap .triangle{
    border-top: 30px solid white !important;
}
.car_problems{
    margin: 4vw;
}
.heading{
    position: relative;
    justify-content: center;
    align-items: center;
}
.heading .title{
    text-align: center;
}
.heading .title p{
    font-size: 2.5vw;
    font-weight: bold;
}
.heading .title img{
    margin-top: 1vw;
    width: 35vw;
}
.illust{
    position: absolute;
    right: 12vw;
    top: -3vw;
    width: 13vw;
}
.illust img{
    width: 100%;
}
.problem_list{
    margin: 3vw 2vw;
}
.problem_list .row .col-4{
    padding: 0 10px;
}
.problem_list .list-title p{
    display: inline-block;
    font-size: 2vw;
    font-weight: bold;
    background-color: #FFA52F;
    padding: .4vw 3vw;
    border-radius: 20px;
    margin-bottom: 3vw;
}
.problem_list .list-content ul{
    padding-left: 12%;
}
.problem_list ul li{
    list-style: none;
    position: relative;
    font-size: 1.5vw;
    margin-bottom: .3vw;
}
.problem_list ul li:before {
    content: "";
    width: .8vw;
    height: .8vw;
    background-color: #FFC784;
    border-radius: 50%;
    position: absolute;
    left: -2vw;
    top: 0.75vw;
}
.problem_list img{
    display: block;
    height: 12vw;
    width: auto;
    margin: 0 auto;
}
.list-content-img{
    display: none;
}
.car_repair{
    margin: 5vw 0;
}
.car_repair .heading{
    margin: 7vw 0;
}
.car_repair .heading p{
    position: relative;
    font-size: 1.8vw;
    font-weight: bold;
    letter-spacing: .1vw;
}
.car_repair .heading .background_triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8vw solid #FFA52F;
    border-right:  20vw solid transparent;
    border-bottom: 8vw solid transparent;
    border-left: 20vw solid transparent;
    top: -2.5vw;
    left: 30vw;
}
.triangle-responsive{
    display: none;
}
.repair_methods{
    display: flex;
    justify-content: center;
}
.repair_methods .method{
    margin: 0 .5vw;
}
.repair_methods .method .method_title p{
    position: relative;
    display: inline-block;
    padding: .7vw 0;
    background-color: #FFA52F;
    color: white;
    width: 16vw;
    font-size: 1.5vw;
    font-weight: 700;
}
.repair_methods .method p:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1vw;
    border: 1vw solid transparent;
    border-top: 1vw solid #FFA52F;
}
.repair_methods .method img{
    width: 16vw;
    height: 12vw;
    margin-top: 2vw;
    object-fit: cover;
}
@media screen and (max-width:468px) {
    /* スマホ用CSS -------------- */
    .catchphrase .title{
        height: 15vw;
        justify-content: left;
    }
    .catchphrase p{
        text-align: start;
    }
    .catchphrase .img_1 {
        width: 30vw;
        bottom: -45vw;
        left: -1vw;
        z-index: 1;
    }
    .catchphrase .img_2 {
        width: 27vw;
        bottom: -90vw;
        right: 2vw;
    }
    .characteristic .content {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0;
    }
    .characteristic .content img {
        width: 100%;
    }
    .characteristic .content .description p {
        font-size: 3.8vw;
    }
    .characteristic .content .description {
        margin: 5vw 6vw 0 6vw;
    }
    .characteristic .points {
        margin-top: 2vw;
    }
    .point_1 img, .point_2 img, .point_3 img {
        width: 30vw;
    }
    .point_1 p, .point_2 p, .point_3 p {
        width: 30vw;
        height: 30vw;
    }
    .point_1 p, .point_2 p {
        font-size: 3.5vw;
    }
    .point_3 p {
        font-size: 3vw;
    }
    .illust {
        position: relative;
        width: 27vw;
        right: 2vw;
    }
    .heading {
        display: flex;
        flex-direction: column-reverse;
    }
    .heading .title p {
        font-size: 5vw;
    }
    .heading .title img {
        width: 79vw;
    }
    .car_problems {
        margin-top: 8vw;
    }
    .row {
        display: flex;
        flex-direction: column;
    }
    .col-4 {
        flex: none!important;
        max-width: none!important;
        text-align: center;
        padding: 0 !important;
        font-size: 3.2vw;
    }
    .problem_list .list-title p {
        display: inline-block;
        font-size: 5vw;
        padding: 1vw 4.5vw;
    }
    .problem_list .list-content ul li {
        font-size: 3.2vw;
        font-weight: 700;
    }
    .problem_list ul li:before {
        content: "";
        width: 1.6vw;
        height: 1.6vw;
        background-color: #FFC784;
        border-radius: 50%;
        position: absolute;
        left: -3.5vw;
        top: 1.6vw;
    }
    .problem_list img {
        height: 17.1vw;
    }
    .list-content-img{
        display: inline-block;
    }
    .engine_problem{
        display: none;
    }
    dl, ol, ul {
        text-align: left;
    }
    .list-content{
        display: flex;
        align-items: center;
    }
    .list-content-img{
        display: flex;
        flex-direction: column;
        gap: 10vw;
        margin: 0 auto;
    }
    .car_repair .heading .background_triangle {
        position: absolute;
        width: 50vw;
        height: 0;
        border-top: 21vw solid #FFA52F;
        border-right: 25vw solid transparent;
        border-bottom: 8vw solid transparent;
        border-left: 25vw solid transparent;
        left: 25vw;
    }
    .triangle-responsive{
        display: inline-block;
    }
    .triangle-pc{
        display: none;
    }
    .car_repair .heading p {
        font-size: 4.3vw;
        line-height: 130%;
    }
    .repair_methods {
        flex-wrap: wrap;
    }
    .repair_methods .method {
        margin: 3vw 1vw;
    }
    .repair_methods .method .method_title {
        width: 21vw;
        height: 7vw;
        display: flex;
        align-items: center;
        position: relative;
        background-color: #FFA52F;
        font-weight: 700;
    }
    .repair_methods .method p:before {
        display: none;
    }
    .repair_methods .method .method_title:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -1vw;
        border: 1vw solid transparent;
        border-top: 1vw solid #FFA52F;
    }
    .repair_methods .method .method_title p {
        width: 21vw;
        font-size: 3.5vw;
        padding: 0;
    }
    .repair_methods .method:last-child .method_title p {
        font-size: 2.5vw;
    }
    .repair_methods .method img {
        width: 21vw;
        height: 28vw;
    }
}
@media screen and (min-width:1000px){
    .characteristic {
        transform: scale(85%);
        transform-origin: top center;
        margin-bottom: -4vw;
    }
    .car_problems{
        transform: scale(90%);
        transform-origin: top center;
        margin-bottom: -6vw;
    }
}