@charset "UTF-8";

/* メインビジュアル
============================================ */
.main-visual {
    width: 100%;
    height: 700px;
    background-image: url("../images/img_mv_7rrrrrr_pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.main-visual_catch-copy {
    font-size: 36px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 0px 5px #000000;
    letter-spacing: 0.1em;
}

/* 各セクションタイトル
============================================ */
h2.group_title_e {
    font-size: 28px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.0;
    padding-top: 100px;
    margin-bottom: 15px;
    color: #0062A0;
}
p.group_title_j {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 50px;
}

/* IMPORT CAR DEALERS
============================================ */
.import-car {
    padding-left: 15px;
    padding-right: 15px;
}
.import-car_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.import-car_company_box {
    width: 31.7%;
    background-color: #E2E6ED;
}
.import-car_photo {
    width: 100%;
}
.import-car_photo img {
    width: 100%;
    height: auto;
}
.import-car_text {
    min-height: 230px; /*最低高を指定して上下にflexでぴったり配置*/
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.company-business {
    font-size: 13px;
    font-weight: 500;
}
p.company-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.import-car_logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
/* ボタン ブルー 
-------------------------------------------------- */
a.btn_white_1 {
    display: block;
    width: 180px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    color: #204B84;
    border: solid 1px #0062A0;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 0;
    transition : all 0.4s ease 0s;
    text-align: left;
}
a.btn_white_1:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 15px;
    margin-left: 50px;
    background:url("../images/arrow_btn_1-blue.svg") no-repeat;
    background-size: contain;
}
/* ボタン over
-------------------------------------------------- */
a.btn_white_1:hover {
    background-color: #0062A0;
    color: #FFFFFF;
    transition : all 0.4s ease 0s;
}
a.btn_white_1:hover:after {
    background:url("../images/arrow_btn_1-w.svg") no-repeat;
}
/* ボタン over 子要素の画像拡大
-------------------------------------------------- */
.import-car_photo {
    overflow: hidden;
}
/*縮小動作*/
.import-car_photo img{
    transition-duration: 0.3s;
}
/*拡大動作*/
.import-car_company_box:hover .import-car_photo img {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

/* JAPANESE CAR DEALERS
============================================ */
.japanese-car {
    padding-left: 15px;
    padding-right: 15px;
}
.japanese-car_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.japanese-car_company_box {
    width: 100%;
    background-color: #E2E6ED;
    display: flex;
} 
.japanese-car_photo {
    width: 51%;
}
.japanese-car_photo img {
    width: 100%;
    height: auto;
}
.japanese-car_text {
    width: 49%;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text_mitsubishi {
    margin-top: 50px;
}
p.company-address {
    font-size: 13px;
    font-weight: 500;
}
.japanese-car_logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
/* ボタン over 子要素の画像拡大
-------------------------------------------------- */
.japanese-car_photo {
    overflow: hidden;
}
/*縮小動作*/
.japanese-car_photo img{
    transition-duration: 0.3s;
}
/*拡大動作*/
.japanese-car_company_box:hover .japanese-car_photo img {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

/* DRIVING SCHOOL
============================================ */
.driving-school {
    padding-left: 15px;
    padding-right: 15px;
}
.driving-school_wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.driving-school_company_box {
    width: 100%;
    background-color: #E2E6ED;
    display: flex;
} 
.driving-school_photo {
    width: 51%;
}
.driving-school_photo img {
    width: 100%;
    height: auto;
}
.driving-school_text {
    width: 49%;
    padding: 30px;
}
.driving-school_main-copy {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 30px;
}
.driving-school_company_outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
p.company-address {
    font-size: 13px;
    font-weight: 500;
}
/* ボタン over 子要素の画像拡大
-------------------------------------------------- */
.driving-school_photo {
    overflow: hidden;
}
/*縮小動作*/
.driving-school_photo img{
    transition-duration: 0.3s;
}
/*拡大動作*/
.driving-school_company_box:hover .driving-school_photo img {
    transform: scale(1.2);
    transition-duration: 0.3s;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++

　スマートフォン設定

++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 500px) {
    
    /* メインビジュアル
    ============================================ */
    .main-visual {
        height: 300px;
        background-image: url("../images/img_mv_7rrrrrr_sp.jpg");
        margin-top: 50px;
    }
    p.main-visual_catch-copy {
        font-size: 18px;
    }

    /* 各セクションタイトル
    ============================================ */
    h2.group_title_e {
        font-size: 28px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        letter-spacing: 0.2em;
        line-height: 1.0;
        padding-top: 100px;
        margin-bottom: 15px;
    }
    p.group_title_j {
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        margin-bottom: 50px;
    }

    /* IMPORT CAR DEALERS
    ============================================ */
    .import-car {
        padding-left: 25px;
        padding-right: 25px;
    }
    .import-car_wrap {
        display: block;
    }
    .import-car_company_box {
        width: 100%;
        margin-top: 20px;
    }
    .import-car_text {
        min-height: 180px; /*最低高を指定して上下にflexでぴったり配置*/
        padding: 20px;
    }
    p.company-business {
        font-size: 11px;
    }
    p.company-name {
        font-size: 1em;
    }
    /* ボタン
    -------------------------------------------------- */
    a.btn_white_1 {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 11px;
    }
    a.btn_white_1:after {
        margin-left: 150px;
    }

    /* JAPANESE CAR DEALERS
    ============================================ */
    .japanese-car {
        padding-left: 25px;
        padding-right: 25px;
    }
    .japanese-car_company_box {
        display: block;
    } 
    .japanese-car_photo {
        width: 100%;
    }
    .japanese-car_text {
        width: 100%;
        height: 180px;
        padding: 20px;
    }
    .text_mitsubishi {
        margin-top: 0px;
    }

    /* DRIVING SCHOOL
    ============================================ */
    .driving-school {
        padding-left: 25px;
        padding-right: 25px;
    }
    .driving-school_company_box {
        display: block;
    } 
    .driving-school_photo {
        width: 100%;
    }
    .driving-school_text {
        width: 100%;
        padding: 20px;
    }
    .driving-school_main-copy {
        font-size: 13px;
        text-align: left;
        margin-bottom: 20px;
    }
    .driving-school_company_outer {
        width: 100%;
        display: block;
        margin-top: 25px;
    }
    p.company-address {
        font-size: 11px;
    }
    .driving-school .company-name {
        margin-bottom: 15px;
    }
    
}