@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

.top_title_area{
    max-width:1280px;
    text-align:left;
}

.top_title_txt{
    text-align:left;
    width:640px;
    background-color:#e6e6e6;
    padding:92px 0 115px 40px;
}

.top_title_area h2{
    text-align:left!important;
    font-size:30px;
    font-family: 'Gilroy-bold';
    font-weight:bold;
}

.top_title_area p{
    padding:10px 0;
    font-weight:bold;
    font-size:16px;
}

.top_title_area img{max-width:640px;}

.sub_title{
    margin:50px 0 40px;
}
.sub_txt{
    text-align:center;
    padding-bottom:70px;
    line-height:35px;
    font-size:15px;
}

.exa_title{
    margin-bottom:70px;
    background-color: #dfdfdf6e;
    font-weight:bold;
    font-size:24px;
    border-left: 5px solid #333333;
    padding:10px  30px;
    position:relative;
}

.exa_title span{
    position:absolute;
    right:30px;
    top:17px;
    font-size:15px;
    color:#fd9328;
    font-family: 'Gilroy-bold';
}

.item{
    overflow:auto;
    margin-bottom:70px;
}

.item img{
    float:left;
    margin-right:40px;
    width:50%;
}

.item .item_title{
    font-weight:bold;
    font-size:16px;
    border-left:5px solid #000;
    float:left;
    padding-left:10px;
}

.item p{
    margin:40px 0 0;
    font-size:15px;
    line-height:25px;
}

.item p span{
    background-color:#fd9328;
    border-radius:15px;
    color:#fff;
    padding:3px 12px;
    margin-bottom:20px;
    margin-right:20px;
}

.yellow_back{
    background-color:#faf5ee;
    overflow: auto;
    padding-bottom:170px;
}

.yellow_back h2{
    font-size:30px;
    padding-top:70px;
}

.slide_right{
    text-align:right;
    font-size:80px;
    color:#fadfb7;
    animation: slideInRight 3s 1;
    margin-bottom:25px;
    letter-spacing:20px;
    text-indent: 20px;
    font-family: 'Gilroy-bold';
    font-weight:bold;
}

@keyframes slideInRight {
    0% {
      opacity: 0;
    }  
    10% {
      opacity: 0;
      transform: translateX(1000px);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
}

.promise{
    float:left;
    width: 30%;
    margin-right: 3%;
}
.promise img{
    width:100%;
}
.promise:last-child{
    margin-right:0%;
}

.promise h3{
    font-weight:bold;
    font-size:18px;
    margin:20px 0;
    padding-bottom: 20px;
    position: relative;
}

.promise h3::before{
    content: '';
    position: absolute;
    left: 11%;
    bottom: 0px;
    display: inline-block;
    width: 75px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fd9328;
}

.promise .triangle img{
    width:39px!important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right:-7%;
}

.promise p{
    font-size:15px;
    line-height:25px;
}

.pc_100{padding-top:100px;}

.benefits{
    max-width:980px;
    margin-inline:auto;
    background-color:#f3f2f0;
    padding:0 0 80px;
    margin-top:100px;
    margin-bottom:180px;
    border-radius:10px 10px 0 0;
}

.benefits_contents{
    padding:0 4%;
}

.benefits_contents img{
    float:left;
    margin-right: 40px;
    margin-bottom: 15px;
    width:50%;
}

.benefits_contents h3{
    font-weight:bold;
    font-size:18px;
    margin:20px 0;
    color:#fd9328;
    padding-top: 20px;
    padding-bottom:20px;
    position:relative;
}

.benefits_contents h3:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 440px;
    height: 2px;
    background-color: #dbdcda;
}

.benefits h1{
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #fd9328;
    border-radius: 10px 10px 0 0;
    padding: 29px;
    font-size: 30px;
}

.tokuten{
    position:relative;
    z-index:5;
    font-size:30px;
}

.benefits h1 span{
    position:absolute;
    font-size: 80px;
    color:#fda43a;
    right: 0;
    top: 6px;
    z-index:1;
    font-family: 'Gilroy-bold';
    font-weight:bold;
    letter-spacing:20px;
    text-indent: 20px;
}

.sub_contact{
    background: url(/maintenance_repair/images/contact_back.png) no-repeat top center;
    max-width:1280px;
    margin-inline:auto;
    padding:70px 0;
    margin-bottom:220px;
}

.sub_contact h2{
    font-size:24px;
    color:#fff;
    letter-spacing: 3px;
}

.big_contact{
    font-size:80px;
    text-align:right;
    font-family: 'Gilroy-bold';
    font-weight:bold;
    color:#f9e3bd;
    letter-spacing:20px;
    text-indent: 20px;
    animation: slideInRight 3s 1;
}

@keyframes slideInRight {
    0% {
      opacity: 0;
    }  
    10% {
      opacity: 0;
      transform: translateX(1000px);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
}

.c_form{
    background-color:#fff;
    text-align:center;
    float:left;
    padding:50px;
    font-size:14px;
    margin-left:50px;
    margin-right:40px;
    border-radius:10px;
}

.c_form:last-child{
    margin-right:0;
    margin-left:0;
}

.c_form a{
    background-color:#000;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    margin:16px 0;
    display:inline-block;
    padding: 15px 70px;
    border-radius: 10px;
}

.c_form a:hover{opacity: 0.7;}
.c_form a span{font-size:18px;}

.c_y{background-color:#f89d05!important;}

.mt100_cform{
    margin-top:100px;
}


/*-----------   zaiko -------------*/

#zaiko{ 
    background-color:#000!important;
    padding-top:70px;
    margin-bottom:150px;
    position:relative;
    background: url(/car_sales/images/zaiko_white_pc.png) no-repeat top 21% center;
    background-size: 650px;

}

#zaiko img{
    padding-top:70px;
}

#zaiko h2{
    color:#fff;
    font-weight:bold;
    font-size:30px;
    margin-bottom:20px;
    width:600px;
    margin-inline:auto;
}

.zaiko_left{
    position:absolute;
    top: 2%;
    left: 28%;
}

.zaiko_right{
    position:absolute;
    top: 2%;
    right: 28.5%;
}

#zaiko span{
    color:#fff;
    font-size:18px;
    display:inline-block;
    width:600px;
    margin-inline:auto;
}


.zaiko_title{
    color:#494949;
    text-align:right;
    font-size:130px;
    animation: slideInRight 3s 1;
    font-family: 'Gilroy-bold';
    position: relative;
    bottom: 46px;
    height: 94px;
}

@media (max-width:1640px){.zaiko_title{bottom:32px;}}
@media (max-width:1601px){.zaiko_title{height:107px;}}



@keyframes slideInRight {
    0% {
      opacity: 0;
    }  
    10% {
      opacity: 0;
      transform: translateX(1000px);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
}

.zaiko_ {
	position: relative;
	width: 1160px;
	height: 225px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.zaiko_ img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.zaiko_:hover img:nth-of-type(2) {
	opacity: 0;
}


/* 会社概要 */
.company{
    background-color:#fff;
    padding: 100px 0 120px;
}

.company tr{
    border-bottom:2px solid #cccccc87;
}
.company th{
    text-align:left;
    padding: 35px 0;
    font-size: 16px;
    font-weight: bold;
}

.company td{
    text-align:left;
    width: 70%;
    font-size: 16px;
}

.ty_w{
    width:221px;
}

@media (max-width:480px) {

    /* top */
    .top_title_area{position:relative;}
    .top_title_txt{
        width:100%;
        padding:0;
        background-color:transparent;
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align:center;
        color:#fff;
        z-index:999;
    }
    .top_title_area img {
        width:100%;
        filter: brightness(60%);
        position:relative;
        z-index:1;
    }

    .top_title_area h2 {
        padding:8px 5% 0;
        text-align:center!important;
        font-size:24px!important;
    }
    .top_title_area p {padding:10px 5%;}
    .sub_txt{
        width:90%;
        margin-inline:auto;
        line-height:24px;
        text-align:left;
        font-size:14px;
        padding-bottom:30px;
    }

    .sub_title {
        margin: 15px 5% 30px;
    }

    /* item */
    .item {
        width:90%;
        margin-inline:auto;
        margin-bottom:40px;
    }
    .item img {
        width:100%;
        margin-right:0;
        clear:both;
    }

    .img-margin{
        margin:20px 0 30px;
    }

    .exa_title {
        height: 92px;
        width:100%;
        margin-inline:auto;
        border-left: none;
        border-top: 5px solid #333;
        text-align: center;
        /*padding: 20px;*/
        margin-bottom:20px;
    }
    .exa_title span {
        top:35px;
        text-align: center;
        right: 0;
        left: 0;
        margin: 15px auto;
    }

    .item .item_title {
        clear:both;
        width:100%;
        margin:30px 0 20px;
    }

    .item p{
        margin:20px 0 0;
        font-size:14px;
    }

    .item table{
        width:100%;
        margin-top:30px;
    }
    .item table th{
        background-color:#fd9328;
        color:#fff;
        text-align:center;
        font-size:16px;
        width:100%;
        padding:10px 0;
    }

    .item table td{
        text-align:center;
        font-size:16px;
        width:100%;
        padding:16px 0;
        border:1px solid #ccc;
        /*box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.5)*/
    }

    /* promise */
    .yellow_back h2 {padding-top: 23px;position: relative;top: 56px;z-index: 999;}
    .yellow_back {padding-bottom:70px;}

    .slide_right{
        font-size:45px;
        letter-spacing: 5px;
    }

    .promise{
        clear:both;
        width:90%;
        margin-inline:auto;
        margin-left:5%;
    }

    .promise p {
        margin-bottom:40px;
        font-size:14px;
    }
    .pc_100{padding-top:50px;}


    /* 文字ループ */
    .loop-wrap{
        position:relative;
        height: 130px;
        overflow: hidden;
    }
    .loop-area {
        display: flex;
        animation: loop-slide 40s infinite linear 1s both;
        list-style: none;
        margin: 0;
        padding: 0;
        position:absolute;
        top: -35px;
    }
    .loop-area .content {
        width: 100%;
    }
    @keyframes loop-slide {
        from {
        transform: translateX(0);
        }
        to {
        transform: translateX(-100%);
        }
    }

    .loop-area .content{
        color:#fadfb7;
        font-weight:bold;
        font-size:100px;
        font-family: 'Gilroy-bold';
    }
    
    .loop_main{
        position:absolute;
        right:0;
        left:0;
        margin:0 auto;
        color:#fc6720;
        font-weight:bold;
    }


    /* benefits */
    .benefits h1 span {
        font-size:65px;
        letter-spacing: 5px;
    }
    .tokuten{
        font-size:22px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .benefits_contents img {width:100%;}
    .benefits_contents h3 {margin-top:40px;}
    .benefits {
        padding-bottom:50px;
        margin-bottom:0px;
        margin-top:0;
    }
    .benefits h1{
        border-radius: 0 0 0 0;
        padding:30px 0;
    }
    .benefits_contents p{font-size:14px;}
    .benefits_contents h3:before {width:100%;}

    /* 文字ループ　benefits仕様 */
    .loop_benefits_cus{
        height:80px!important;
    }
    .fda43a{color: #fda43a!important;}


    /* how to buy */
    .promise .triangle img {
        top: -265px;
        left: 0;
        right: 0;
        margin: auto;
        width:50px!important;
    }

    /* zaiko button */
    #zaiko{
        padding-top:0;
        margin-bottom:0px;
        background: url(/car_sales/images/zaiko_white_sp.png) no-repeat top -7% center;
        background-size: 100%;
    }
    .zaiko_{
        width:100%;
        height:130px;
    }
    #zaiko h2 {padding-top:20px; width:100%;}
    #zaiko span {font-size:14px; width:100%;}
    .zaiko_ img {top:10%;}
    .zaiko_title{
        font-size: 45px;
        height:12px;
    }


    /* company */
    .company{
        padding-top:50px;
        padding:0 5% 35px;
    }
    .company tr {border-bottom:none}
    .company th{
        font-size:14px;
        padding:20px 0 15px;
    }
    .company td{
        font-size:14px;
        border-bottom:2px solid #cccccc87;
        padding:0 0 20px;
    }


    /* ページ下部のcontact */
    .big_contact {
        font-size: 60px;
        text-align:center;
        letter-spacing: 5px;
        text-indent: 0px;
    }

    .sub_contact {
        background: url(/maintenance_repair/images/contact_back.png) repeat top center;
        margin-bottom:0px;
    }

    .c_form {
        margin-left: 5%;
        margin-right:0;
        padding: 30px 10px;
        width: 90%;
        margin-top: 30px;
    }

    .c_form:last-child {margin-left: 5%;}
    .c_form p{font-size:14px;}
    .c_form a {padding:15px 40px;}

    .mt100_cform{
        margin-top:0px;
    }

    
}
