@charset "utf-8";
main {
}

/*== MV ==*/
.mv {
	position: relative;
}
.mv_logo {
	position: absolute;
	top: 500px;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 488px;
	width: 25.4167%;
}
.mv_menu {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1000px;
	width: 100%;
	justify-content: space-around;
}
.mv_menu li a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-family: "Noto Serif JP";
	position: relative;
	transition: .2s;
}
/*.mv_menu li a:hover {
}
.mv_menu li a:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../images/common/pc/arrow_bw.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 12px;
	transition: .2s;
}
.mv_menu li a:hover:before {
	bottom: -40px;
	transition: .2s;
}*/

/*丸がボタンに変形する*/

.btntransform{
	/*丸の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/	
	display: inline-block;
	padding:0 0 0 15px;
	line-height: 50px;
	text-decoration: none;
	outline: none;
}

/* 丸が動く */
.btntransform::before{
	content:'';
	/*絶対配置で丸の位置を決める*/
	position: absolute;
	top: 1px;
	left: 0;
	z-index: -1;
	/*丸の形状*/
	width: 50px;
	height: 50px;
	background: #c93c42;
	border-radius: 25px;
	/*アニメーションの指定*/
	transition: .3s ease-out;
}

/*hoverした際の形状*/
.bt01:hover::before,
.bt03:hover::before{
	width:150px;
}
.bt02:hover::before{
	width:315px;
}

/* 矢印の形状 */
.btntransform::after{
	position: absolute;
	content: '';
	top: 22px;
	right: -20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.bt01::after,
.bt02::after{
	transform: rotate(135deg);
}





/*== intro ==*/

.intro {}
.intro_area01 {
	padding-top: 65px;
	padding-bottom: 65px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #38475d;
}
.intro_area01 .red {
	color: #c93c42;
}
.intro_area02 {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #38475d;
}
.intro_area02 p.txt {
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 2.2857;
}
.intro_area02 .img_photo {
	max-width: 550px;
	margin: 0 auto;
	margin-top: 50px;
}
.intro_area02 div.txt {
	text-align: center;
	font-size: 36px;
	color: #fff;
	margin-top: 50px;
}


/*== 新中古車塗装|smp01 ==*/
.smp01 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.smp01_slick {
	margin-top: 100px;
}
.smp01_slick .slide-item {
	padding-left: 30px;
	padding-right: 30px;
}
.smp01_slick .slide-item:hover {
	cursor: pointer;
}

.smp01_slick img {
	max-width: 680px;
}

.smp01_slick .slick-arrow {
	z-index: 9999;
	transition: .5s;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.smp01_slick .slick-arrow:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 70px;
	width: 70px;
	height: 70px;
}
.smp01_slick .slick-prev:before {
	background-image: url(../images/top/pc/smp01_prev.svg);
	left: -70px;
}
.smp01_slick .slick-next:before {
	background-image: url(../images/top/pc/smp01_next.svg);
	right: -70px;
}
.smp01_slick:hover .slick-arrow {
	transition: .5s;
}
.smp01_slick:hover .slick-prev {
	left: 100px;
}
.smp01_slick:hover .slick-next {
	right: 100px;
}


.smp01_menu {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}
.smp01_menu li+li {
	margin-top: 30px;
}
.smp01_menu table tr {
	border: 1px solid #38475d;
}
.smp01_menu table tr th,
.smp01_menu table tr td {
	width: 500px;
	box-sizing: border-box;
	font-weight: bold;
	height: 75px;
	line-height: 73px;
}

.smp01_menu table tr th {
	color: #fff;
	background-color: #38475d;
	font-size: 28px;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}
.smp01_menu table tr td {
	background-color: #fff;
	font-size: 36px;
	text-align: right;
	color: #c93c42;
	padding-right: 20px;
	border-bottom: 1px solid #38475d;
}
.smp01_menu table tr td .en {
	font-size: 28px;
	color: #38475d;
	padding-left: 5px;
}

.smp01_menu .notes_box {
	margin-top: 5px;
}


/*== シャーシ塗装|smp02 ==*/
.smp02 {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #38475d;
}
.smp02_slick {
	margin-top: 100px;
	max-width: 1800px;
	width: 93.75%;
}
.smp02 .thumbnail {
	margin-top: 15px;
	cursor: pointer;
}
.smp02 .thumbnail_img {
    max-width: 240px;
	opacity: 0.3;
	transition: opacity .3s linear;
}
.smp02 .thumbnail_img+.thumbnail_img {
    margin-left: 15px;
}
.smp02 .thumbnail_img.slick-current {
    opacity: 1;
}




.smp02 .notes {
	color: #fff;
	text-align: right;
	max-width: 1800px;
	width: 93.75%;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}



/*== 事故修理及び部分修理|smp03 ==*/
.smp03 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.smp03_box {
	max-width: 1680px;
	width: 87.5%;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 100px;
}
.smp03_box li {
	max-width: 533.3333px;
	width: 31.7461%;
	margin-left: 2.381%;
	margin-bottom: 2.381%;
	font-size: 0;
}
.smp03_box li:nth-child(3n+1) {
	margin-left: 0;
}


/*== プロテクションフィルム|smp04 ==*/
.smp04 {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #38475d;
}
.smp04_box {
	max-width: 1680px;
	width: 87.5%;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 100px;
}
.smp04_box li {
	max-width: 820px;
	width: 48.8096%;
}
.smp04_box li+li {
	margin-left: 40px;
	margin-left: 2.381%;
}

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






/*== 会社概要 ==*/
.company {
	padding-top: 100px;
}
.company .txt_thips {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 55px;
	text-align: justify;
}

.company_box {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 70px;
}
.company_box dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #38475d;
}
.company_box dl:first-child {
	padding-top: 0;
	border-top: none;
	border-top: 1px solid #38475d;
}
.company_box dl dt,
.company_box dl dd {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	color: #38475d;
}
.company_box dl dt {
	max-width: 290px;
	width: 32.2223%;
	display: flex;
	align-items: center;
	background-color: #e7e7e7;
}
.company_box dl dd {
	max-width: 610px;
	width: 67.7778%;
}
.company_box dl dd ol {}
.company_box dl dd ol li {
	line-height: 1;
}
.company_box dl dd ol li + li {
	margin-top: 15px;
}

/*== 会社沿革 ==*/
.history {
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-color: #38475d;*/
}
.history .txt_thips {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 55px;
}

.history_box {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 70px;
}
.history_box dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #38475d;
}
.history_box dl:first-child {
	padding-top: 0;
	border-top: none;
	border-top: 1px solid #38475d;
}
.history_box dl dt,
.history_box dl dd {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	color: #38475d;
}
.history_box dl dt {
	max-width: 290px;
	width: 32.2223%;
	display: flex;
	align-items: center;
	font-weight: bold;
	background-color: #e7e7e7;
}
.history_box dl dd {
	max-width: 610px;
	width: 67.7778%;
}
.history_box dl dd ol {}
.history_box dl dd ol li {
	line-height: 1;
}
.history_box dl dd ol li + li {
	margin-top: 15px;
}


.top_btn {
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 120px;
	text-align: center;
}
.top_btn a {
	display: inline-block;
	width: 250px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #38475d;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	outline: none;
	transition: ease .2s;
}
/*== ボタン共通設定 */
.top_btn a{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #38475d;/* ボーダーの色と太さ */
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}
.top_btn a:hover {
	color:#fff;
}

/*ボタン内spanの形状*/
.top_btn a span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.top_btn a:hover span {
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#38475d;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
    border-radius: 50px;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}