@charset "utf-8";

@media screen and (max-width : 768px) {

    /* footer bg fix */
    #footer-container, #footer-container-sp {
        position: relative;
    }


    /* ------------------------------------------------------------
    *
        .main_visual
    *
    ------------------------------------------------------------ */
    #top {
        height: calc(100vh - 112px);
        position: relative;
        overflow: hidden;
        padding-bottom: 100vh;
    }

    .main_visual .pic_visual {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        margin-bottom: 30px;
        background: url(../image/pic_main_visual_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .main_visual .pic_visual img {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        display: none;
    }

    .main_visual .visual_inner {
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .main_visual .visual_inner .visual_copy {
        position: fixed;
        /* top: 60%; */
        top: 370px;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        width: 100%;
        text-align: center;
    }

    .main_visual .visual_inner .visual_copy img {
        margin: 0 auto;
        max-width: 70%;
    }

    .main_visual.is-show .visual_copy {
        opacity: 0;
    }

    .main_visual .main-visual__scroll {
        position: fixed;
        bottom: 8%;
        left: 20px;
        right: 0;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        z-index: 10;
        opacity: 1;
        transition: opacity 1s ease;
        -webkit-writing-mode: vertical-lr;
        -moz-writing-mode: vertical-lr;
        -ms-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
    }

    .main_visual .main-visual__scroll span {
        position: absolute;
        top: 43px;
        left: 8px;
        width: 1px;
        height: 40px;
        color: #fff;
        background-color: #fff;
        animation: scroll 1.5s infinite;
    }

    .main_visual.is-show .main-visual__scroll {
        opacity: 0;
    }

    @keyframes scroll {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translate(0, 20px);
            opacity: 0;
        }
    }

    /* contents boxes */
    .section {
        position: relative;
        margin-bottom: 0;
        color: #3E3A39;
        background-color: #fff;
    }

    .section h2 {
        margin-bottom: 30px;
        color: #595757;
        font-size: 21px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.3;
    }

    .section h2:after {
        content: "";
        display: block;
        margin: 20px auto 0;
        width: 60px;
        height: 3px;
        background-color: #0068B5;
    }

    .section h3 {
        margin: 0 0 25px 0;
        padding: 0 15px;
        text-align: left;
    }

    .section_column {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.9em;
    }

    .section .section_column h4 {
        margin: 0 0 25px 0;
        font-size: 22px;
    }

    .bg_gray {
        background-color: #EFEFEF;
    }

    /* ------------------------------------------------------------
    *
        #info
    *
    ------------------------------------------------------------ */

    #info {
        position: fixed;
        top: 110px;
        width: 100%;
        height: 100vh;
        min-height: 700px;
        background-color: rgba(255, 255, 255, 0.87);
        opacity: 0;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        text-align: center;
        display: flex;
        align-items: center;
    }

    #info.is-show {
        opacity: 1;
    }

    #info .section_inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    #info .copy_wrap {
        position: fixed;
        /* top: 60%; */
        top: 420px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 2.9;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    #info .copy {
        margin-bottom: 50px;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity 1s .3s ease;
        transition: opacity 1s .3s ease;
    }

    #info.is-show .copy {
        opacity: 1;
    }

    #info .copy img {
        margin: 0 auto;
        max-width: 70%;
    }

    #info .copy_wrap .desc {
        opacity: 0;
        -webkit-transition: opacity 1s .4s ease;
        transition: opacity 1s .4s ease;
    }

    #info.is-show .desc {
        opacity: 1;
    }

    /* ------------------------------------------------------------
    *
        #about
    *
    ------------------------------------------------------------ */
    .o_sec {
        position: relative;
    }

    #about {
        padding: 55px 0 0;
        font-size: 14px;
        text-align: center;
    }

    #about .section_column {
        text-align: center;
        line-height: 1.8em;
    }

    #about .section_column .flbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 75px !important;
    }

    #about .section_column .flbox .pic {
        margin-bottom: 20px;
        padding: 0 10px;
        order: 1;
    }

    #about .section_column .flbox h4 {
        width: 100%;
        order: 2;
    }

    #about .section_column .flbox h4 img {
        max-width: 128px;
    }

    #about .section_column .flbox .desc {
        width: 100%;
        order: 3;
    }

    #about .section_column .flbox .btn {
        display: inline-block;
        margin: 12px auto 0;
        width: 210px;
        font-size: 17px;
        text-align: center;
        order: 4;
    }

    #about .btn a {
        position: relative;
        display: block;
        padding: 16px 0;
        height: 50px;
        color: #595757;
        line-height: 1;
        box-sizing: border-box;
        border: 1px solid #727171;
        border-radius: 5px;
    }

    #about .btn a:before {
        position: absolute;
        left: 13px;
        top: 15px;
        content: "";
        display: inline-block;
        width: 10px;
        height: 20px;
        background: url(../image/parts_arrow_right.png) no-repeat left center;
        background-size: 10px 20px;
    }

    #about .owner_bnr {
        margin: -60px 0 0;
    }

    #about .owner_bnr img {
        width: 92vw;
    }

    #about .ev_bnr img {
        margin: 30px 0 60px;
        width: 92vw;
        border: 1px solid #ccc;
    }


    /* ------------------------------------------------------------
    *
        #advantage
    *
    ------------------------------------------------------------ */
    #advantage {
        padding: 50px 0;
        background-color: #F0F5F0;
        background-image: url(../image/bg_shadow.png);
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: auto 5px;
    }
    #advantage h3 {
        margin: 10px 15px 30px;
        padding: 0;
        text-align: left;
        border-bottom: 3px solid #A0CDBE;
    }

    #advantage h3 img {
        max-width: 296px;
    }

    #advantage .desc {
        padding: 0 15px 25px;
        font-size: 14px;
        line-height: 2.1;
    }

    #advantage .section_column {
        font-size: 12px;
        font-family: var(--font-light);
        line-height: 1.7em;
    }

    #advantage .section_column div:first-child {
        margin-bottom: 0;
    }

    #advantage .section_column .col_left,
    #advantage .section_column .col_right {
        padding: 28px 0 25px;
        border-bottom: 1px solid #A0CDBE;
    }

    #advantage .section_column .col_left:after,
    #advantage .section_column .col_right:after {
        content: '';
        display: block;
        clear: both;
    }

    #advantage .section_column .col_l {
        width: 50%;
    }

    #advantage .section_column .col_r {
        width: 45%;
    }

    #advantage .section_column .col_sp_l {
        float: left;
    }

    #advantage .section_column .col_sp_r {
        float: right;

    }

    #advantage .section_column h5 {
        margin: 14px 0 18px;
    }

    #advantage .section_column h5:after {
        position: relative;
        content: "";
        display: block;
        width: 15px;
        margin: 5px 0 0;
        border-bottom: 2px solid #A0CDBE;
    }

    #advantage .section_column .col_technique .name img {
        max-width: 127px;
    }

    #advantage .section_column .col_menu .name img {
        max-width: 85px;
    }

    #advantage .section_column .col_check .name img {
        max-width: 139px;
    }

    #advantage .section_column .col_maintain .name img {
        max-width: 98px;
    }

    #advantage .section_column .col_auto .name img {
        max-width: 104px;
    }

    #advantage .section_column .col_gurantee .name img {
        max-width: 136px;
    }

    #advantage .section_column .col_safety .name img {
        max-width: 128px;
    }

    #advantage .section_column .col_gurantee .cap {
        font-size: 9px;
        white-space: nowrap;
    }

    #advantage .section_column .col_gurantee {
        padding-bottom: 20px;
    }

    #advantage .section_column .col_left:last-child {
        border: none;
    }



}
