@charset "utf-8";
/* CSS Document */
/*--------------------------------------
 * 以下SP時のCSS↓
 *
----------------------------------------*/
html{
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
	color: #104763;
	font-family: "Exo 2", "Sawarabi Gothic",sans-serif;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	line-height: 1.5;
	}
a{
	color: #104763;
}
img{
	max-width: 100%;
	height: auto;
}
.fade {
	display: none;
}
input, button, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="submit"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*--------------------------------------
 *utility
 
----------------------------------------*/
.wrapper{
	box-sizing: border-box;
	padding: 0 24px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.flex{
	display: flex;
	align-items: center;
}
.img-pc{
	display: none;
}
.wh-text{
	color: #fff;
}
.br-sp{
	display: block;
}
.br-pc{
	display: none;
}
.font-pink{
    color: #F95858;
    font-weight: 700;
}
/*--------------------------------------
 *header
 *
----------------------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url("../images/common/back_blue_stripe.jpg");
    z-index: 100;
}
.sp-header{
	padding: 0 24px;
    height: 70px;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 90;
}
.sp-header .com-info{
    display: none;
}
.logo{
	width: 54px;
	padding-left: 24px;
}
.com-name01{
    font-size: 1.1rem;
    line-height: 1.2;
}
.com-name02{
	font-weight: bold;
    font-size: 1.9rem;
	padding-left: 8px;
}
/*--------------------------------------
 *navigation
 *
----------------------------------------*/
/*===== ハンバーガーメニューのためのCSS =====*/
.btn-trigger{
	-webkit-appearance: none;
	appearance: none;
	z-index: 110;
	width: 30px;
	height: 25px;
	border: none;
	background-color: transparent;
    padding: 0;
    box-sizing: border-box;
}
.btn-trigger span{
	display: block;
	height: 3px;
    border-radius: 1.5px;
	background-color: #fff;
	transition: all 0.3s;
}
.btn-trigger span:first-of-type{
    width: 30px;
}
.btn-trigger span:nth-of-type(2){
	width: 22px;
    margin: 8px 0;
}
.btn-trigger span:last-of-type{
	width: 14px;
}
.btn-trigger.active span:first-of-type{
	rotate: 45deg;
    translate: 0 11px;
	}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
	}
.btn-trigger.active span:last-of-type{
	rotate: -45deg;
    translate: 0 -11px;
    width: 30px;
	}
/*===== ナビゲーションのためのCSS =====*/
.navigation{
	position: fixed;
/*ナビのスタート位置と形状*/
    right: -120%;
	z-index: 80;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,97,150,0.9);
	transition: all 0.3s;
}
/*アクティブクラスがついたら位置を0に*/
.navigation.panelactive{
    right: 0;
}
.nav{
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav-item{
    padding-bottom: 40px;
}
.nav-item:nth-of-type(5){
    padding-bottom: 80px;
}
.nav-item>a{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.15em;
    color: #fff;
}
.nav-item.current>a{
	color: #F47772;
}
.nav .com-info{
    width: 236px;
}
.nav .com-info .com-add{
	padding-top: 8px;
}
.nav .com-info .com-add:first-of-type{
	padding-top: 0;
}
.com-info .com-add span{
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.com-info .com-add.add span{
    background-image: url("../images/common/map.png");
}
.com-info .com-add.tel span{
    background-image: url("../images/common/telephone.png");
}
.com-info .com-add.open span{
    background-image: url("../images/common/open.png");
}
/*--------------------------------------
 *main-visual
 *
----------------------------------------*/
.main-visual{
    position: relative;
	background-image: url("../images/top/top_main_sp.jpg");
	background-size: cover;
    background-position: center center;
    margin-top: 70px;
    height: calc(100vh - 70px);
}
.main-visual::after{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom left, rgba(0,97,150,0.8) 50%, transparent 51%) no-repeat top right / 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-image{
	position: absolute;
    top: 40px;
    left: 20%;
    z-index: 1;
}
.hero-image .en-text{
    font-size: 3.2rem;
    color: #F47772;
    font-weight: 800;
    line-height: 2;
}
.hero-image .ja-text{
    font-weight: 600;
    line-height: 1.8;
    padding: 32px 0 0 80px;   
}
/*--------------------------------------
 *section
 *
----------------------------------------*/
.bg-blue{
    background-color: #1F86BD;
}
.bg-stripe{
    background-image: url("../images/common/back_white_stripe.jpg");
}
.bg-light-blue{
    background-color: #A5C5D6;
}
.section-header{
	padding: 56px 0;
	position: relative;
	display: inline-block;
}
.section-body{
	padding-bottom: 40px;
}
.section-body.last-con{
    padding-bottom: 56px;
}
/*------title------*/
.header1 .section-title{
    position: relative;
	font-size: 2.4rem;
	font-weight: 600;
}
.header1 .section-title::before{
    content: '';
    position: absolute;
    bottom: -4px;
    display: inline-block;
    width: 32px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.header1 .section-subtitle{
	font-weight: 600;
    margin-top: 12px;
}
.header2 .section-title{
    position: relative;
	font-size: 2.4rem;
	font-weight: 600;
}
.header2 .section-title::before{
    content: '';
    position: absolute;
    bottom: -4px;
    display: inline-block;
    width: 32px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #104763;
}
.header2 .section-subtitle{
	font-weight: 600;
    margin-top: 12px;
}
/*--------------------------------------
 *btn
 *
----------------------------------------*/
.btn{
	display: block;
    position: relative;
    z-index: 1;
	width: 160px;
    height: 52px;
	padding: 12px 0;
	transition: all 0.3s ease;
	font-weight: 600;
    font-size: 1.8rem;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box;
}
.btn::before{
	position: absolute;
    z-index: -1;
    top: 0; bottom: 0; left: 0; right: 0;
    transform: skewX(-30deg);
    content: "";
    background-color: #F47772;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.btn span{
    display: inline-block;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-image: url("../images/common/map_marker.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.j-btn .btn{
    font-size: 1.6rem;
    color: #F47772;
}
.j-btn .btn::before{
    background-color: #fff;
}
.j-btn .btn span{
    background-image: url("../images/car_sales/j_plan.png");
}
.j-btn{
    margin-top: 40px;
}
.btn-contact{
	position: fixed;
	bottom: 11%;
	z-index: 40;
	width: 72px;
	height: 72px;
	border-radius: 50%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #bd6565;
	background-color: #F47772;
	right: 0;
	transition: all 0.3s;
}
.btn-contact:hover{
	bottom: 15%;
}
.btn-contact:active{
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.btn-contact a{
    display: inline-block;
    text-decoration: none;
    width: 72px;
    line-height: 88px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
}
.btn-contact a span{
	position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.3s;
    background-image: url("../images/common/mail.png");
    background-size: contain;
    width: 2rem;
    height: 2rem;
}
.form-footer.btn{
    padding: initial;
}
.form-footer.btn input{
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 52px;
}
.form-footer.btn:hover input{
    color: #F47772;
}
/*--------------------------------------
 *greetings
 *
----------------------------------------*/
#greetings .section-body img{
    width: 70%;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}
/*--------------------------------------
 *service
 *
----------------------------------------*/
#service .section-body div{
    padding-bottom: 40px;
}
#service .section-body div:last-of-type{
    padding-bottom: 0;
}
#service .section-body div img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
#service .section-body div span{
    font-weight: 600;
    display: inline-block;
    padding: 16px 0;
}
#service .section-body div span::before{
    content: '';
    display: inline-block;
    background-image: url("../images/common/car_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 39px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
#service .section-body div span::after{
    content: '';
    display: inline-block;
    background-image: url("../images/common/arrow_pink.png");
    background-size: contain;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 8px;
}
/*--------------------------------------
 *access
 *
----------------------------------------*/
.access{
    position: relative;
    background-image: url("../images/common/image_access.jpg");
    background-size: cover;
    background-position: center center;
}
.access::after{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom left, rgba(0,97,150,0.8) 50%, transparent 51%) no-repeat top right / 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access div{
    z-index: 1;
}
.access .section-body img{
    position: relative;
    width: 80%;
    z-index: 1;
}
.access .section-body p{
    padding: 24px 0;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}
/*--------------------------------------
 *contact
 *
----------------------------------------*/
.contact-sec{
    padding-top: 24px;
    justify-content: space-between;
}
.contact-sec p{
    width: 156px;
}
.contact-sec p:first-of-type{
    text-align: right;
}
.contact-sec span{
    display: inline-block;
    margin-right: 1rem;
    width: 23px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.contact-sec .contact-tel{
    background-image: url("../images/common/telephone_blue.png");
}
.contact-sec .contact-mail{
    background-image: url("../images/common/mail_blue.png");
}
.line{
    margin: 0 0.5rem;
    width: 2px;
    height: 40px;
    background-color: #104763;
}
/*--------------------------------------
 *footer
 *
----------------------------------------*/
.footer{
    background-image: url("../images/common/back_footer_sp.jpg");
    background-size: cover;
    background-position: center center;
    padding: 80px 24px 8px 24px;
}
.footer h1 a{
    display: inline-flex;
}
.footer-box{
    display: table;
    margin: 0 auto;
    padding: 80px 0 80px;
}
.footer-box .nav-item{
    padding-bottom: 24px;
}
.footer-box .nav-item:nth-of-type(5){
    padding-bottom: 0;
}
.nav-subitem a{
    color: #fff;
    line-height: 2;
}
.copyrights{
	display: block;
	font-size: 1rem;
}
/*--------------------------------------
 *car-sales
 *
----------------------------------------*/
.pagetop{
    height: 120px;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagetop p{
    font-size: 2.4rem;
    font-weight: 600;
}
.pagetop.car-sales{
    background-image: url("../images/top/top_newcar_sp.jpg");
    background-size: cover;
}
.contents-title{
    margin-bottom: 32px;
    align-items: flex-end;
    border-bottom: dashed 2px #F47772;
    position: relative;
}
.contents-title::before{
    content: "";
    display: block;
    width: 70%;
    border-bottom: 2px solid #F47772;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.contents-title p{
    font-weight: 600;
    padding-bottom: 2px;
}
.contents-title img{
    width: 40px;
    margin-right: 8px;
}
/*about-j-plan*/
#j-plan .section-body table{
    margin: 0 auto;
}
#j-plan .section-body table tr td{
    font-weight: 600;
    padding: 4px 0;
    border-bottom: 2px solid #F47772;
}
#j-plan .section-body table tr td:first-of-type{
    text-align: right;
    padding-right: 8px;
}
#j-plan .section-body table tr td:nth-of-type(2){
    background-image: url(../images/common/arrow_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
}
#j-plan .section-body table tr td:nth-of-type(3){
    padding-left: 8px;
}
.note{
    padding-top: 16px;
}
.small{
    font-size: 1.2rem;
    display: flex;
    align-items: flex-start;
}
.j-plan2{
    padding-bottom: 40px;
}
.contract{
    position: relative;
}
.contract .contract_2{
    position: absolute;
    top: 0;
    right: 0;
}
.contract .contract_3 .circle{
    margin: 0 auto;
}
.contract .contract_3 .circle_text{
    text-align: left;
    display: inline-block;
}
.circle{
    width: 120px;
    height: 120px;
    background-image: url(../images/common/back_white_stripe.jpg);
    border-radius: 50%;
    position: relative;
}
.contract_1 .circle::after{
    position: absolute;
    content: '';
    background-image: url("../images/car_sales/man_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contract_2 .circle::after{
    position: absolute;
    content: '';
    background-image: url("../images/car_sales/building.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contract_3 .circle::after{
    position: absolute;
    content: '';
    background-image: url("../images/common/car_icon_pink2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle p{
    font-weight: 600;
    color: #F47772;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    text-align: center;
    line-height: 1;
}
.circle p span{
    font-size: 1.2rem;
}
.contract_3 .circle p{
    bottom: 0;
}
.circle_text{
    padding-top: 16px;
}
.circle_text p{
    padding-bottom: 4px;
}
.circle_text p span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F47772;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-right: 8px;
}
/*--------------------------------------
 *company
 *
----------------------------------------*/
.pagetop.company{
    background-image: url("../images/top/top_company_sp.jpg");
    background-size: cover;
}
/*------outline------*/
.info-item{
	margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.info-item:last-of-type{
	margin-bottom: 0;
}
.info-title{
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 2px solid #F47772;
    width: 30%;
    text-align: right;
}
.info-detail{
	padding-bottom: 2px;
    margin-left: 16px;
	border-bottom: dashed 2px #F47772;
    width: 65%;
}
/*--------------------------------------
 *inspection
 *
----------------------------------------*/
.pagetop.inspection{
    background-image: url("../images/top/top_inspection_sp.jpg");
    background-size: cover;
}
.ins-text span{
    font-size: 1.2rem;
    padding: 16px 0;
    display: inline-block;
}
/*--------------------------------------
 *inquire
 *
----------------------------------------*/
.pagetop.contact{
    background-image: url("../images/top/top_contact_sp.jpg");
    background-size: cover;
}
.contact-text{
	padding: 0 0 48px;
    font-weight: 600;
}
.form-parts{
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	border-radius: 0;
}
.form-parts__text{
	width: 100%;
	padding: 9px 8px;
	color: #104763;
}
.form-parts__checkbox{
	width: 14px;
	height: 14px;
	margin: 0 7px 0 0;
	vertical-align: -2px;
}
.form-parts__checkbox:checked{
	background-color: #082f56;
}
.form-title{
	font-weight: 600;
}
.form-item{
	margin-bottom: 24px;
}
.caution{
	display: inline-block;
    z-index: 1;
	width: 40px;
	margin-left: 15px;
	padding: 2px 0;
	color: #fff;
	font-size: 1.1rem;
    font-weight: 600;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 4px;
    position: relative;
}
.caution::before{
	position: absolute;
    z-index: -1;
    top: 0; bottom: 0; left: 0; right: 0;
    transform: skewX(-30deg);
    content: "";
    background-color:#F47772;
}
.check{
	padding-top: 40px;
}
.check label{
	font-weight: 600 !important;
}
.form-footer{
    margin-top: 40px;
}
/*-------thanks.html--------*/
.thanks-text{
	font-size: 1.6rem;
	font-weight: bold;
}
    /*--------------------------------------
     *  以下900<=横幅時<1140のCSS↓
     *
    ----------------------------------------*/
@media screen and (min-width:900px){
	a{
		transition: all 0.3s ease;
	}
    a:hover{
		opacity: 0.7;
	}
	body{
		font-size: 1.6rem;
	}
	.wrapper{
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px;
	}
	.img-pc{
		display: block;
	}
	.img-sp{
		display: none;
	}
	.br-sp{
		display: none;
	}
	.br-pc{
		display: block;
	}
    .pagetop{
        height: 200px;
    }
    .pagetop p{
        font-size: 4.0rem;
    }
	
    /*--------------------------------------
     *main-visual
     *
    ----------------------------------------*/
    .main-visual{
        background-image: url("../images/top/top_main.jpg");
    }
    .main-visual::after{
        background-image: url("../images/common/back_white_stripe.jpg");
        background-size: auto;
        left: initial;
        right: 0;
        width: 55%;
        clip-path: polygon(60% 100%, 0% 0%, 100% 0%, 100% 100%);
    }
    .hero-image {
        top: 50%;
        right: 0%;
        left: initial;
        transform: translateY(-50%);}
    .hero-image .en-text{
        font-size: 4.0rem;
        line-height: 1.5;
    }
    .hero-image .ja-text{
        font-size: 2.0rem;
        line-height: 2;
        padding: 40px 0 0 120px;
        color: #104763;
    }
    /*--------------------------------------
     *section
     *
    ----------------------------------------*/
    .section-header{
        padding: 72px 0;
    }
    .section-body{
        padding-bottom: 56px;
    }
    .section-body.last-con{
        padding-bottom: 72px;
    }
    /*------title------*/
    .header1 .section-title{
        font-size: 3.2rem;
    }
    .header1 .section-title::before{
        width: 48px;
    }
    .header1 .section-subtitle{
        font-size: 1.8rem;
    }
    .header2 .section-title{
        font-size: 3.2rem;
    }
    .header2 .section-title::before{
        width: 48px;
    }
    .header2 .section-subtitle{
        font-size: 1.8rem;
    }
    /*--------------------------------------
     *btn
     *
    ----------------------------------------*/
    .btn-contact{
        width: 128px;
        height: 128px;
    }
    .btn-contact a{
        width: 128px;
        line-height: 148px;
        font-size: 1.8rem;
    }
    .btn-contact a span{
        width: 4rem;
        height: 4rem;
    }
    .btn:hover{
        color: #F47772;
        opacity: initial;
    }
    .btn:hover::before{
        background-color: #fff;
        border: 3px solid #F47772;
    }
    .btn:hover span{
        background-image: url("../images/common/map_marker_pink.png");
    }
    .j-btn .btn:hover{
        color: #fff;
    }
    .j-btn .btn:hover::before{
        background-color: #F47772;
    }
    .j-btn .btn:hover span{
        background-image: url("../images/car_sales/j_plan.png");
    }
    /*--------------------------------------
     *greetings
     *
    ----------------------------------------*/
    #greetings .section-body{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #greetings .section-body div{
        width: 40%;
        margin-right: 3%;
    }
    #greetings .section-body img{
        width: 30%;
        margin: initial;
        padding-top: 0;
    }
    /*--------------------------------------
     *service
     *
    ----------------------------------------*/
    #service .section-body{
        display: flex;
        justify-content: center;
    }
    #service .section-body div{
        padding-bottom: initial;
    }
    #service .section-body div:last-of-type{
        padding-bottom: 0;
    }
    #service .section-body div img{
        width: 80%;
        transition: all 0.3 ease;
    }
    #service .section-body div img:hover{
        opacity: 0.7;
    }
    #service .section-body div span{
        padding: 24px 0;
        font-size: 1.8rem;
        line-height: 24px;
        transition: all 0.3 ease;
    }
    #service .section-body div span:hover{
        opacity: 0.7;
    }
    #service .section-body div span::before{
        width: 56px;
        height: 32px;
        vertical-align: middle;
        margin-right: 16px;
    }
    #service .section-body div span::after{
        width: 32px;
        height: 32px;
        margin-left: 16px;
        transition: all 0.3 ease;
    }
    #service .section-body div span:hover::after{
        transform: translateX(8px);
    }
    /*--------------------------------------
     *access
     *
    ----------------------------------------*/
    .access{
        background-size: 60%;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    .access::after{
        background: #1F86BD;
        left: initial;
        right: 0;
        width: 80%;
        clip-path: polygon(30% 100%, 0% 0%, 100% 0%, 100% 100%);
    }
    .access .section-body{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .access .section-body img{
        width: 30%;
        order: 1;
        margin-right: 4.0rem;
    }
    .access .section-body div{
        margin-right: 4.0rem;
    }
    .access .section-body p{
        padding: 32px 0;
    }
    /*--------------------------------------
     *contact
     *
    ----------------------------------------*/
    #contact{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #contact .section-body.last-con{
        padding: initial;
        margin: 0 0 0 10%;
    }
    .contact-sec{
        padding-top: 32px;
        justify-content: center;
    }
    .contact-sec p{
        width: 200px;
    }
    .contact-sec span{
        margin-right: 1.6rem;
        width: 27px;
        height: 36px;
    }
    .line{
        margin: 0 2.4rem;
        height: 48px;
    }
    /*--------------------------------------
     *footer
     *
    ----------------------------------------*/
    .footer{
        background-image: url("../images/common/back_footer.jpg");
    }
    .footer-box{
        display: flex;
        justify-content: center;
        margin: initial;
    }
    .footer-box .nav-item{
        padding: 0 4rem 0 0;
    }
    .footer-box .nav-item:nth-of-type(5){
        padding: 0;
    }
    .copyrights{
        font-size: 1.2rem;
    }
    /*--------------------------------------
     *car-sales
     *
    ----------------------------------------*/
    .pagetop.car-sales{
        background-image: url("../images/top/top_newcar.jpg");
    }
    #car-sales{
        position: relative;
        background-image: url("../images/car_sales/image1.jpg");
        background-size: 80%;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    #car-sales::after{
        position: absolute;
        content:"";
        background-image: url("../images/common/back_white_stripe.jpg");
        top: 0;
        right: 0;
        width: 75%;
        height: 100%;
        clip-path: polygon(30% 100%, 0% 0%, 100% 0%, 100% 100%);
    }
    #car-sales div{
        position: relative;
        z-index: 1;
    }
    #car-sales .section-body{
        margin: 0 0 0 auto;
        padding: 0 0 72px 0;
        width: 50%;
    }
    #car-sales .section-body.last-con{
        display: none;
    }
    #car-sales .section-body .contents-title span{
        display: none;
    }
    #car-sales .contents-title{
        margin-bottom: 40px;
        width: 96%;
    }
    #car-sales .section-body>p{
        padding-left: 48px;
    }
    .contents-title img{
        width: 80px;
        margin-right: 1.6rem;
    }
    /*about-j-plan*/
    #j-plan .j-plan1>p{
        padding-left: 48px;
    }
    #j-plan .contents-title{
        margin-bottom: 40px;
        width: 100%;
    }
    #j-plan .contents-title.title_center{
        margin: 0 auto 40px;
    }
    #j-plan .contents-title p span{
        display: none;
    }
    #j-plan .parent_j{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #j-plan .contract{
        width: 650px;
        margin: 0 auto;
    }
    .contract .contract_3{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .note{
        padding-top: 24px;
    }
    .small{
        font-size: 1.4rem;
    }
    /*--------------------------------------
     *inspection
     *
    ----------------------------------------*/
    .pagetop.inspection{
        background-image: url("../images/top/top_inspection.jpg");
        background-size: cover;
    }
    .ins-text span{
        font-size: 1.4rem;
        padding: 16px 0;
        display: inline-block;
    }
    #inspection .inspection1{
        position: relative;
        background-image: url("../images/inspection/image1.jpg");
        background-size: 60%;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    #inspection .inspection1::after{
        position: absolute;
        content: "";
        background: #1F86BD;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%;
        clip-path: polygon(30% 100%, 0% 0%, 100% 0%, 100% 100%);
    }
    #inspection .inspection2{
        position: relative;
        background-image: url("../images/inspection/image2.jpg");
        background-size: 60%;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    #inspection .inspection2::after{
        position: absolute;
        content: "";
        background: #1F86BD;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        clip-path: polygon(0% 100%, 0% 0%, 70% 0%, 100% 100%);
    }
    #inspection .section-body>img{
        display: none;
    }
    #inspection .section-body>p{
        padding-left: 48px;
        max-width: 475px;
    }
    #inspection div{
        position: relative;
        z-index: 1;
    }
    #inspection .inspection1 .section-body{
        padding: 0 0 56px 0;
        margin: 0 0 0 auto;
        width: 50%;
    }
    #inspection .inspection2 .section-body{
        padding: 56px 0 72px 40px;
    }
    #inspection .contents-title{
        max-width: 560px;
    }
    /*--------------------------------------
     *company
     *
    ----------------------------------------*/
    .pagetop.company{
        background-image: url("../images/top/top_company.jpg");
        background-size: cover;
    }
    /*------outline------*/
    .info-item{
        margin-bottom: 32px;
    }
    .info-item:last-of-type{
        margin-bottom: 0;
    }
    .info-title{
        width: 120px;
    }
    .info-detail{
        margin-left: 24px;
        width: 400px;
    }
    /*--------------------------------------
     *inquire
     *
    ----------------------------------------*/
    .pagetop.contact{
        background-image: url("../images/top/top_contact.jpg");
        background-size: cover;
    }
    .contact-text{
        padding: 0px 0 56px;
        text-align: center;
    }
    .form-parts__text{
        width: 400px;
    }
    .form-parts__checkbox{
        width: 24px;
        height: 24px;
        margin: 0 14px 0 0;
        vertical-align: -5px;
    }
    .form-item{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 32px;
    }
    .form-title{
        width: 220px;
        text-align: right;
        padding-right: 32px;
    }
    .caution{
        width: 56px;
        margin-left: 16px;
        font-size: 1.4rem;
    }
    .check{
        padding-top: 56px;
    }
    .form-footer{
        margin-top: 56px;
    }
    .form-text{
        width: 70%;
    }
    /*-------thanks.html--------*/
    .thanks-text{
        font-size: 1.6rem;
        font-weight: bold;
    }
}
/*--------------------------------------
 *  横幅>1080px時のCSS↓
 *
----------------------------------------*/
@media screen and (min-width:1080px){
    /*--------------------------------------
	 *header
	 *
	----------------------------------------*/
     #car-sales{
         background-size: 60%;
    }
    /*about-j-plan*/
    #j-plan .contents-title{
        width: 520px;
    }
    .pagetop{
        height: 200px;
        margin-top: 190px;
    }
    /*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/
    .header{
        position: fixed;
    }
    /*　上に上がる動き　*/

    .header.UpMove{
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime{
      from {
        opacity: 1;
        transform: translateY(0);
      }
      to {
        opacity: 0;
        transform: translateY(-100px);
      }
    }
    /*　下に下がる動き　*/

    .header.DownMove{
        animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
      from {
        opacity: 0;
        transform: translateY(-100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .sp-header{
        height: auto;
		max-width: 1280px;
		margin: 0 auto;
		padding: 40px 40px;
    }
    .sp-header .com-info{
        display: block;
        width: 430px;
        }
    .sp-header .com-add.open{
        padding-left: 24px;
    }
    .com-name01{
        font-size: 2.2rem;
    }
    .com-name02{
        font-size: 3.6rem;
    }
	/*--------------------------------------
	 *navigation
	 *
	----------------------------------------*/
	.btn-trigger{
		display: none;
	}
    .navigation{
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		background-color:transparent;
    }
    .nav .com-info{
        display: none;
    }
    .nav{
        position: static;
        transform: none;
        max-width: 1400px;
        min-width: 890px;
        margin: 0 auto;
    }
    .nav ul .nav-item{
        display: inline-block;
        width: 15%;
        text-align: center;
        font-weight: 600;
        background: #fff;
        clip-path: polygon(0% 100%, 7.5% 0%, 100% 0%, 100% 100%);
        cursor: pointer;
        padding-bottom: initial;
        transition: all 0.3s ease;
    }
    .nav ul .nav-item:hover{
        opacity: 0.7;
    }
    .nav ul .nav-item.current{
        background: #104763;
    }
    .nav ul .nav-item.current>a{
        color: #fff;
    }
    .nav ul .nav-item>a{
        color: #104763;
        line-height: 1.1;
        font-size: 1.5rem;
        display: block;
        padding: 0.8rem .7rem 0.8rem 1.7rem;
    }
    /*--------------------------------------
	 *main-visual
	 *
	----------------------------------------*/
    .main-visual{
        margin-top: 190px;
        height: calc(100vh - 190px);
    }
    .hero-image{
        right: 6%;
    }
}
/*--------------------------------------
 *  横幅>1200px時のCSS↓
 *
----------------------------------------*/
@media screen and (min-width:1200px){
    .nav ul .nav-item>a{
        font-size: 1.6rem;
        line-height: 1;
    }
    .main-visual::after{
        width: 50%;  
    }
    .access::after{
        width: 70%;
    }
    #car-sales::after{
        width: 70%;
    }
    #inspection .section-body>p{
        max-width: 580px;
    }
}
