@charset "utf-8";

.common_h_illust {
    margin: 0 auto 53px 0;
}

.content_area p {
    font-weight: 500;
    /* letter-spacing: 0.05em; */
    line-height: 2;
}

/*------------ WHAT'S DEALER ------------*/
.sec_dealer {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto 160px;
}

.sec_dealer_inner {
    max-width: 700px;
    margin: 0 auto;
}

/*------------ WHAT'S NISSAN SATIO ------------*/
.sec_nissan_satio {
    max-width: 1140px;
    padding: 160px 20px 160px;
    margin: 0 auto 239px;
    position: relative;
}

.sec_nissan_satio::before {
    position: absolute;
    content: "";
    width: 1620px;
    min-width: 1200px;
    max-width: calc(100vw - 40px);
    height: 100%;
    background: #333333;
    top: 0;
    left: 50%;
    border-radius: 80px;
    transform: translate(-50%);
    z-index: -10;
}

.sec_nissan_satio * {
    color: #FFF;
}

.sec_nissan_satio_inner {
    max-width: 701px;
    margin: 0 auto 73px;
}

.sec_nissan_satio_img {
    position: relative;
}

.sec_nissan_satio_img .sec_nissan_satio_img_illust {
    position: absolute;
    bottom: calc(100% - 40px);
    right: 2px;
    z-index: 10;
}


/*------------ DEVELOP BUSINESS ------------*/
.sec_develop {
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto 125px;
}

.sec_develop_inner {
    /* text-align: center; */
    max-width: 700px;
    margin: 0 auto 85px;
}

.sec_develop_inner h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 0 0 36px;
}

.develop_column {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    max-width: 1410px;
    position: relative;
}

.develop_column_img_illust {
    position: absolute;
    bottom: calc(100% - 50px);
    right: 47px;
    z-index: 10;
}

.develop_first {
    width: 40.4%;
    margin-right: 4.3%;
}

.develop_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55.3%;
    margin-bottom: -60px;
    position: relative;
}

.develop_list>.develop_item {
    width: 46.2%;
    margin-bottom: 60px;
}

.develop_item_img {
    margin-bottom: 33px;
    border-radius: 20px;
    overflow: hidden;
}


.develop_item_txt {
    max-width: calc(100% - 40px);
    margin: auto;
}

.develop_item_txt h4 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.333;
    margin: 0 0 16px;
}

.develop_item_txt p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    max-height: 100%;
}

.develop_list_img_illust {
    position: absolute;
    bottom: 305px;
    right: calc(100% - 16px);
}

/*------------ GROUP VISION ------------*/
.sec_group_vision {
    max-width: 1355px;
    padding: 0 20px 142px;
    margin: auto;
    /* background: url(../img/atfirst_img_04_bg.png) no-repeat top right /contain; */
    position: relative;
}



.sec_group_vision_txt {
    position: absolute;
    padding: 64px 0 0 21px;
    z-index: 10;
}

.sec_group_vision_txt h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 6.4rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0 0 28px -17px;
}

.sec_group_vision_txt p {
    max-width: 490px;
}

.group_vision_img {
    position: relative;
}

.group_vision_img::before {
    position: absolute;
    content: "";
    width: 1510px;
    height: 1520px;
    top: 60%;
    left: 55%;
    /* padding: 0 20px 110px; */
    background: url(../img/atfirst_img_08_bg.png) no-repeat top right /contain;
    transform: translate(-50%, -50%);
    z-index: -10;
}

.group_vision_img img {
    max-width: 71%;
    margin: 150px 0 0 auto;
}

/*------------ SNW VISION ------------*/
.sec_snw_vision {
    max-width: 920px;
    padding: 160px 20px 99px;
    margin: 0 auto 121px;
    position: relative;
}

.sec_snw_vision::before {
    position: absolute;
    content: "";
    width: 1620px;
    min-width: 1200px;
    max-width: calc(100vw - 40px);
    height: 100%;
    background: #c3002f;
    top: 0;
    left: 50%;
    border-radius: 80px;
    transform: translate(-50%);
    z-index: -10;
}

.sec_snw_vision * {
    color: #FFF;
    text-align: center;
}

.sec_snw_vision h3 {
    font-size: 6.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: -12px -37px 75px 0;
}

.sec_snw_vision p {
    margin-bottom: 78px;
}


.sec_snw_vision img {
    margin-left: auto;
}

/*------------ PHILOSOPHY ------------*/
.sec_philosophy_wrap {
    max-width: 1660px;
    padding: 0 20px;
    margin: 0 auto 130px;
    position: relative;
}


.sec_philosophy::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    max-width: calc(100vw - 20px);
    height: 100%;
    background: #c3002f;
    top: 0;
    left: 0;
    border-radius: 80px 0 0 80px;
    z-index: -10;
}

.sec_philosophy {
    max-width: 1620px;
    padding: 158px 0px 160px;
    margin: 0 auto 161px;
    position: relative;
}

/* .sec_philosophy::after {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1220px;
    max-width: 100vw;
    height: 100%;
    background: #c3002f;
    top: 0;
    left: 20px;
    border-radius: 80px 0 0 80px;
    z-index: -10;
} */

.sec_philosophy * {
    color: #FFF;
}

.sec_philosophy h3 {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 30px;
}

.sec_philosophy p {
    font-size: 1.4rem;
    max-height: 100%;
}

.philosophy_col03_illust {
    position: absolute;
    bottom: -99px;
    right: 59px;
    z-index: 10;
}

.philosophy_col02_illust {
    position: absolute;
    bottom: -85px;
    left: -51px;
    z-index: 10;
}

.philosophy_catch {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto 170px;
}

.philosophy_catch_txt {
    max-width: 410px;
    margin-right: auto;
}

.philosophy_catch_txt h3 {
    font-size: 2.4rem;
    margin: 67px 0 35px;
}

.philosophy_catch_img {
    width: 53.12vw;
    min-width: 750px;
    margin: 0 min(calc(50% - 50vw), -40px) 0 0;
    position: relative;
}

.philosophy_catch_img img:first-child {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.philosophy_catch_img_illust {
    position: absolute;
    bottom: -98px;
    left: 36px;
}

.philosophy_col01 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 60px;
    position: relative;
}

.philosophy_col01_img {
    width: 45.2%;
}

.philosophy_col01_img img {
    border-radius: 20px;
}

.philosophy_col01_img img:first-child {
    margin-bottom: 30px;
}

.philosophy_col01_txt {
    width: 462px;
    /* max-width: 40%; */
    margin: 133px 25px 0 auto;
}

.philosophy_col01_illust {
    position: absolute;
    bottom: 79px;
    right: -82px;
}

.philosophy_col02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1620px;
    padding: 0;
    margin: 0 auto 12px;
}

.philosophy_col02_img_l {
    min-width: 300px;
    max-width: 27.083vw;
    margin: 210px 0 0;
}

.philosophy_col02_img_l img {
    border-radius: 0 20px 20px 0;
}

.philosophy_col02_img_r {
    width: 28.272%;
    max-width: calc(100% - 32.099% - 518px);
    /* margin: 0 min(calc(50% - 50vw), -20px) 0 0; */
    position: relative;
}

.philosophy_col02_img_r_box {
    min-width: calc(100% + 20px);
    width: 36.3vw;
    max-width: calc(100% + 18.1vw);
    max-height: 408px;
    margin: 0 calc(50% - 50vw) 0 0;
}

.philosophy_col02_img_r img:first-child {
    width: 100%;
    max-width: none;
    max-height: 408px;
    /* margin: 0 calc(31.7% - 31.7vw) 0 0; */
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.philosophy_col02_txt {
    width: 518px;
    max-width: 46%;
    padding: 0 20px;
    margin: 70px auto 0;
    position: relative;
}

.philosophy_col03 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1297px;
    padding: 0 20px;
    margin: 0 auto 20px;
}

.philosophy_col03_img_l {
    min-width: 350px;
    max-width: 37.008vw;
    margin: 148px 0 0;
}

.philosophy_col03_img_l img {
    border-radius: 20px;
}

.philosophy_col03_txt {
    width: 503px;
    max-width: 46%;
    padding: 0 20px;
    margin: 140px auto 0;
    position: relative;
}

.philosophy_col03_img_r {
    width: 13.525%;
    max-width: calc(100% - 46% - 350px);
    /* min-width: 750px; */
    /* margin: 0 min(calc(50% - 50vw), -20px) 0 0; */
    position: relative;
}

.philosophy_col03_img_r_box {
    min-width: calc(100% + 40px);
    width: calc(100% + 25.1vw);
    max-width: 31.841vw;
    /* max-height: 408px; */
    margin: 0 calc(50% - 50vw) 0 0;
}



.philosophy_col03_img_r img:first-child {
    width: 100%;
    max-height: 328px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.philosophy_col04 {
    display: flex;
    max-width: 998px;
    padding: 0 20px;
    margin: auto;
}

.philosophy_col04 img {
    border-radius: 20px;
}

.philosophy_col04_img_l {
    margin-right: 20px;
}

/*------------ TOP MESSAGE ------------*/
.sec_message {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto 120px;
    position: relative;
}

.sec_message_column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.sec_message_img {
    width: 35.4%;
    margin-right: auto;
    position: relative;
}

.sec_message_img::before {
    position: absolute;
    content: "";
    width: 50vw;
    min-width: 585px;
    height: calc(100% - 86px);
    margin: 0 0 0 min(calc(50% - 50vw), -70px);
    background: rgb(246, 246, 246);
    background: linear-gradient(152.35deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 66.4%, rgba(195, 0, 47, 1) 66.5%, rgba(195, 0, 47, 1) 100%);
    bottom: 0;
    right: 0;
    border-radius: 0 80px 80px 0;
    z-index: -10;
}

.sec_message_img img {
    margin: 0 auto 0 -78px;
}

.sec_message_img_name {
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 51px 55px 0;
}

.sec_message_img_name span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 6px;
    max-height: 100%;
}

.sec_message_img_name strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    max-height: 100%;
}

.sec_message_txt {
    width: 50%;
    margin-top: 139px;
}

.sec_message_txt h3 {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 92px;
}

.sec_message_txt p {
    font-size: 1.4rem;
    max-height: 100%;
}

/* 沿革 */

.sec_nissan_satio_inner.sec_history_inner {
    max-width: 725px;
}

.history_table table tr:first-child {
    border-top: none;
}

.history_table table tr {
    border-bottom: none;
}

.history_table table th {
    font-family: 'Noto Sans JP';
    background: transparent;
    position: relative;
    font-size: 1.6rem;
    text-align: left;
    width: 23.95%;
}

/* .history_table span.common_branch_btn_viewmore {
    text-align: center;
    display: block;
} */

button#showMoreHistory {
    background: #333333;
    border: none;
    text-decoration: none;
}

.history_table .common_branch_btn_viewmore::after {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    margin-left: 10px;
    content: '';
    background: #FFF url(../img/arrow_black.svg) no-repeat center center / 17px auto;
    transition: background .3s ease;
    transform: rotate(90deg);
}

.history_table .common_branch_btn_viewmore {
    position: absolute;
    bottom: -90px;
    right: 0;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.history_table .common_branch_btn_viewmore.active::after {
    transform: rotate(-90deg);
    /* ▲（上向き） */
}

.history_hidden {
    display: none;
}

/* 会社概要 */

.sec_company_overview {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    /*     position: relative; */
}

.company_overview_table table tr:first-child {
    border-top: none;
}

.company_overview_table table th {
    font-family: 'Noto Sans JP';
    background: none;
    position: relative;
    font-size: 1.6rem;
    text-align: left;
    width: 23.95%;
}


@media screen and (max-width: 767px) {

    .common_h_illust {
        margin: 0 30px 15px 0;
    }

    .content_area p {}

    /*------------ WHAT'S DEALER ------------*/
    .sec_dealer {
        margin: 0 auto 60px;
    }

    /*------------ WHAT'S NISSAN SATIO ------------*/
    .sec_nissan_satio {
        padding: 50px 40px 50px;
        margin: 0 auto 50px;
        position: relative;
    }

    .sec_nissan_satio::before {
        min-width: auto;
        max-width: calc(100vw - 40px);
        border-radius: 40px;
    }

    .sec_nissan_satio * {
        color: #FFF;
    }

    .sec_nissan_satio_inner {
        max-width: 701px;
        margin: 0 auto 20px;
    }

    /* .sec_nissan_satio_img {
        position: relative;
    } */

    .sec_nissan_satio_img .sec_nissan_satio_img_illust {
        position: relative;
        bottom: calc(100% + 20px);
        right: auto;
        max-width: 60px;
        margin: 0 0 10px auto;
    }


    /*------------ DEVELOP BUSINESS ------------*/
    .sec_develop {
        margin: 0 auto 80px;
    }

    .sec_develop_inner {
        /* text-align: center; */
        max-width: 100%;
        margin: 0 auto 71px;
    }

    .sec_develop_inner h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 0 0 25px;
    }

    .develop_column {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        max-width: 1410px;
        position: relative;
    }

    .develop_column_img_illust {
        bottom: calc(100% - 30px);
        right: 22px;
        max-width: 60px;
    }

    .develop_first {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .develop_list {
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        width: 100%;
        margin-bottom: -30px;
        /* position: relative; */
    }

    .develop_list>.develop_item {
        width: 48%;
        margin-bottom: 30px;
    }

    .develop_item_img {
        margin-bottom: 16px;
    }


    .develop_item_txt {
        max-width: calc(100% - 20px);
    }

    .develop_item_txt h4 {
        font-size: 1.8rem;
        margin: 0 0 10px;
    }

    .develop_item_txt p {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 0;
    }

    .develop_list_img_illust {
        position: static;
        bottom: auto;
        right: auto;
        max-width: 80px;
    }

    /*------------ GROUP VISION ------------*/
    .sec_group_vision {
        padding: 0 20px 70px;
    }



    .sec_group_vision_txt {
        position: relative;
        padding: 0;
        margin: 0 0 30px;
    }

    .sec_group_vision_txt h3 {
        font-size: 3.4rem;
        margin: 0 0 15px -5px;
    }

    /* .sec_group_vision_txt p {
        width: 490px;
    } */

    /* .group_vision_img {
        position: relative;
    } */

    .group_vision_img::before {
        width: 1110px;
        height: 1120px;
        top: 60%;
        left: 50%;
    }

    .group_vision_img img {
        max-width: 100%;
        margin: 0;
    }

    /*------------ SNW VISION ------------*/
    .sec_snw_vision {
        padding: 60px 40px 59px;
        margin: 0 auto 61px;
    }

    .sec_snw_vision::before {
        min-width: auto;
        max-width: calc(100vw - 40px);
        border-radius: 40px;
    }

    .sec_snw_vision * {
        color: #FFF;
        text-align: center;
    }

    .sec_snw_vision h3 {
        font-size: 3.8rem;
        margin: 0 -19px 38px 0;
    }

    .sec_snw_vision p {
        margin-bottom: 35px;
    }


    .sec_snw_vision img {
        margin-left: auto;
    }

    .sec_snw_vision_inner p {
        text-align: left;
    }

    /*------------ PHILOSOPHY ------------*/
    .sec_philosophy_wrap {
        margin: 0 auto 50px;
    }


    .sec_philosophy::before {
        border-radius: 40px 0 0 40px;
    }

    .sec_philosophy {
        padding: 58px 0px 50px;
        margin: 0 auto 40px;
    }

    /* .sec_philosophy::after {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1220px;
    max-width: 100vw;
    height: 100%;
    background: #c3002f;
    top: 0;
    left: 20px;
    border-radius: 80px 0 0 80px;
    z-index: -10;
} */

    .sec_philosophy * {
        color: #FFF;
    }

    .sec_philosophy h3 {
        font-size: 2rem;
        margin: 0 0 25px;
    }

    .sec_philosophy p {
        font-size: 1.2rem;
    }

    .philosophy_col03_illust {
        max-width: 50px;
        bottom: -30px;
        right: 30px;
    }

    .philosophy_col02_illust {
        max-width: 70px;
        bottom: -24px;
        left: -11px;
    }

    .philosophy_catch {
        margin: 0 auto 50px;
    }

    .philosophy_catch_txt {
        max-width: 410px;
        margin: 0 auto 15px;
    }

    .philosophy_catch_txt h3 {
        font-size: 2rem;
        margin: 31px 0 19px;
    }

    .philosophy_catch_img {
        width: calc(100% + 40px);
        min-width: auto;
        /* margin: 0 min(calc(50% - 50vw), -40px) 0 0; */
    }

    .philosophy_catch_img img:first-child {
        width: 100%;
        border-radius: 20px 0 0 20px;
    }

    .philosophy_catch_img_illust {
        max-width: 70px;
        bottom: -38px;
        left: 24px;
    }

    .philosophy_col01 {
        display: block;
        padding: 0;
        margin: 0 auto -35px;
    }

    .philosophy_col01_img {
        width: 100%;
        padding: 0 0 0 20px;
    }

    .philosophy_col01_img img {
        max-width: calc(100% - 20px)
    }

    .philosophy_col01_img img:first-child {
        /* width: calc(100% + 20px); */
        /* margin-right: -20px; */
        max-width: 100%;
        margin-bottom: 20px;
    }

    .philosophy_col01_txt {
        width: 499px;
        max-width: 100%;
        padding: 0 20px;
        margin: 30px auto 0;
    }

    .philosophy_col01_illust {
        position: relative;
        max-width: 80px;
        bottom: auto;
        right: 0;
        margin-left: auto;
        z-index: 10;
    }

    .philosophy_col02 {
        margin: 0 auto 40px;
    }

    .philosophy_col02_img_l {
        max-width: 100%;
        margin: 0;
    }

    .philosophy_col02_img_l img {
        border-radius: 0 20px 20px 0;
    }

    .philosophy_col02_img_r {
        width: 100%;
        max-width: none;
        margin: 0 min(calc(50% - 50vw), -20px) 0 20px;
        position: relative;
    }

    .philosophy_col02_img_r_box {
        width: 100%;
        max-height: none;
        /* margin: 0 -20px 0 0; */
    }

    .philosophy_col02_img_r img:first-child {
        width: 100%;
        max-height: none;
        margin: 0 min(calc(50% - 50vw), -20px) 0 0;
        object-fit: cover;
        border-radius: 20px 0 0 20px;
    }

    .philosophy_col02_txt {
        /* width: 499px; */
        max-width: 100%;
        padding: 0 20px;
        margin: 35px auto 20px;
    }

    .philosophy_col03 {
        display: flex;
        flex-wrap: wrap;
        max-width: 1297px;
        padding: 0 20px;
        margin: 0 auto 20px;
    }

    .philosophy_col03_img_l {
        max-width: 100%;
        margin: 0;
    }

    .philosophy_col03_img_l img {
        border-radius: 20px;
    }

    .philosophy_col03_txt {
        width: 499px;
        max-width: 100%;
        padding: 0;
        margin: 30px auto 20px;
    }

    .philosophy_col03_img_r {
        width: calc(100% + 40px);
        max-width: none;
        margin-right: -40px;
    }

    .philosophy_col03_img_r img:first-child {
        width: 100%;
        max-height: none;
    }

    .philosophy_col04 {
        padding: 0 0 0 20px;
    }

    .philosophy_col04 img {
        border-radius: 20px;
    }

    .philosophy_col04_img_l {
        margin-right: 20px;
    }

    /*------------ TOP MESSAGE ------------*/
	.sec_message {
		margin: 0 auto 50px;
	}
	
	.sec_message_img {
        width: 100%;
    }

    .sec_message_img::before {
        width: calc(100% + 20px);
        min-width: auto;
        height: calc(100% - 40px);
        margin: 0 0 0 -20px;
        background: linear-gradient(152.35deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 66.4%, rgba(195, 0, 47, 1) 66.5%, rgba(195, 0, 47, 1) 100%);
        border-radius: 0 40px 40px 0;
    }

    .sec_message_img img {
        max-width: 80%;
        margin: 0 auto 0 10px;
    }

    .sec_message_img_name {
        padding: 0 20px 25px 0;
    }

    .sec_message_img_name span {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    .sec_message_img_name strong {
        font-size: 1.8rem;
    }

    .sec_message_txt {
        width: 100%;
        margin-top: 30px;
    }

    .sec_message_txt h3 {
        font-size: 2.2rem;
        margin: 0 0 25px;
    }

    .sec_message_txt p {
        font-size: 1.2rem;
    }

    /*------------ history ------------*/

    .history_table table th {
        font-size: 1.3rem;
    }

    .history_table .common_branch_btn_viewmore {
        bottom: -30px;
    }


    /*------------ company overview ------------*/

    .company_overview_table table th {
        font-size: 1.3rem;
    }


}