@charset "utf-8";
/*== TOPページ ==*/
#mainTop {
	margin-top: 130px;
	margin-bottom: 130px;
}
#mainTop h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#mainTop p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

#mainTop ~ .header {
	justify-content: center;
}

/*MV*/
.mv {
	max-width: 1720px;
	width: 89.5834%;
	margin: 0 auto;
	position: relative;
}
.mv .num_right {
	position: absolute;
	bottom: -50px;
	right: 0;
	font-size: 36px;
	font-family: "Roboto";
}
.mv .txt_box {
	position: absolute;
	bottom: 50px;
	left: -38px;
}
.mv .txt_box:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	background-image: url(../images/top/pc/mv_txt_item.svg);
	background-repeat: no-repeat;
	background-size: 38px;
	width: 38px;
	height: 16px;
}
.mv .txt_box .mv_ttl {
	background-color: #000;
	padding: 20px 20px 20px 38px;
}
.mv .txt_box .mv_ttl span {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}


@media screen and (max-width:1600px) {
	.mv .txt_box .mv_ttl span {
		font-size: 36px;
	}
}

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

}

/*intro*/
.intro {
	padding-top: 130px;
	padding-bottom: 130px;
	position: relative;
}
.intro .inner:before {
	content: "";
	position: absolute;
	bottom: -65px;
	right: 50px;
	background-image: url(../images/top/pc/car_item01.svg);
	background-repeat: no-repeat;
	background-size: 380px;
	width: 380px;
	height: 215px;
}
.intro .inner {
	max-width: 1440px;
	margin: 0 auto;
}
.intro_01 {
	max-width: 1100px;
	margin: 0 auto;
}
.intro_01 .txt_box {
	max-width: 650px;
	width: 100%;
	padding-right: 65px;
	margin-top: 100px;
}
.intro_01 .txt_box h3 {
	font-size: 48px;
	font-weight: bold;
}
.intro_01 .txt_box p {
	font-size: 18px;
	margin-top: 50px;
}
.intro_01 .txt_box .more_btn {
	margin-top: 50px;
}
.intro_01 .img_photo {
	max-width: 450px;
	position: relative;
}
.intro_01 .img_photo:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	background-color: #d61415;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.intro_02 {
	margin-top: 100px;
}
.intro_02 .flex_box {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.intro_02 .txt_box {
	/*max-width: 770px;*/
	max-width: 990px;
	width: 100%;
	padding-left: 65px;
	margin-top: 100px;
}
.intro_02 .txt_box h3 {
	font-size: 48px;
	font-weight: bold;
}
.intro_02 .txt_box p {
	font-size: 18px;
	margin-top: 50px;
}
.intro_02 .txt_box .more_btn {
	margin-top: 50px;
}
.intro_02 .img_photo {
	max-width: 450px;
	position: relative;
}
.intro_02 .img_photo:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	background-color: #116dac;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media screen and (max-width:1600px) {
	.intro {
		padding-top: 100px;
		padding-bottom: 130px;
	}
	.intro_02 {
		max-width: 1240px;
		margin: 0 auto;
		margin-top: 100px;
	}
	.intro_02 .txt_box p br {
		display: none;
	}
}

@media screen and (max-width:1300px) { 
	.intro .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
	.intro_01 .txt_box h3 {
		font-size: 36px;
	}
	.intro_01 .txt_box p {
		margin-top: 30px;
	}
	.intro_02 .txt_box h3 {
		font-size: 36px;
	}
	.intro_02 .txt_box p {
		margin-top: 30px;
	}
}


/*news*/
.top_news {
	background-color: #ebebeb;
}
.top_news .ttl_tips .en {
	color: #fff;
}
.top_news .more_btn {
	margin: 0 auto;
}

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

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

}


/*店舗案内*/
.store_top {}
/*inner_store*/
.store_top .inner_store {
	padding-top: 170px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,.3);
	position: relative;
}
.store_top .inner_store:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/top/pc/store_bk.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.store_top .ttl_tips h3.ja {
	color: #fff;
}
.store_top .ttl_tips .en {
	opacity: .4;
}
.store_top .store_list {
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.store_top .store_list li {
	max-width: 700px;
	width: 100%;
	margin-bottom: 80px;
}
.store_top .store_list li a {
	transition: .2s;
}
.store_top .store_list li a:hover {
	transform: scale(1.05);
	opacity: 0.8;
}
.store_top .store_list li a figure {
	overflow: hidden;
}
.store_top .store_list li a figure img {
	transition: .2s;
}
.store_top .store_list li a:hover figure img {
	transform: scale(1.05);
	opacity: 1;
}
.store_top .store_list li a h4 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

/*inner_online*/
.inner_online {
	padding-top: 100px;
	padding-bottom: 30px;
}
.inner_online .online_banner {
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
	padding-bottom: 100px
}
.online_banner .banner {
	max-width: 700px;
	width: 100%;
}
.online_banner .txt_box {
	max-width: 740px;
	width: 100%;
	padding-left: 40px;
}
.online_banner .txt_box p {
	/*font-size: 18px;*/
}
.online_banner .txt_box .more_btn {
	margin-top: 50px;
}

@media screen and (max-width:1600px) {
	.store_top .inner_store {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
	.store_top .store_list li {
		width: 48.6112%;
	}
	.inner_online .online_banner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1300px) { 
	.store_top .inner_store {
		padding-top: 150px;
		padding-bottom: 50px;
	}
	.store_top .store_list {
		margin-top: 50px;
	}
	.store_top .store_list li {
		margin-bottom: 30px;
	}
	.store_top .store_list li a h4 {
		font-size: 28px;
	}
}

/*認定中古車*/
.approved_top {
	padding-top: 170px;
	padding-bottom: 150px;
	background-color: #ebebeb;
	background-color: rgba(0,0,0,.3);
	position: relative;
}
.approved_top:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/top/pc/approved_car_bk.webp);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.approved_top .inner {
	max-width: 1240px;
	margin: 0 auto;
}
.approved_top .ttl_tips h3.ja {
	color: #fff;
}
.approved_top .ttl_tips span.en {
	/*color: #fff;*/
	opacity: .4;
}
.approved_top .approved_txt {
	text-align: center;
	margin-top: 70px;
	font-size: 36px;
	font-weight: bold;
}
.approved_top .approved_txt span {
	position: relative;
	color: #fff;
}
.approved_top .approved_txt span:before,
.approved_top .approved_txt span:after {
	content: "";
	position: absolute;
	top: 25px;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.approved_top .approved_txt span:before {
	left: -45px;
	transform: rotatez(50deg);
}
.approved_top .approved_txt span:after {
	right: -45px;
	transform: rotatez(130deg);
}
.approved_top .banner {
	margin-top: 50px;
}
.approved_top .banner a {
	transition: .2s;
}
.approved_top .banner a:hover {
	opacity: .5;
}

@media screen and (max-width:1600px) {
	.approved_top .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
	.approved_top .banner {}
}

@media screen and (max-width:1300px) { 
	.approved_top {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}


/*採用情報*/
.recruit_top {
	padding-top: 170px;
	padding-bottom: 150px;
}
.recruit_top .inner {
	max-width: 1240px;
	margin: 0 auto;
}
.recruit_top p {
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}
.recruit_top .banner {
	margin-top: 50px;
}
.recruit_top .banner a {
	transition: .2s;
}
.recruit_top .banner a:hover {
	opacity: .5;
}
.recruit_top .banner a img {
	max-width: 1240px;
}

@media screen and (max-width:1600px) {
	.recruit_top .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}

@media screen and (max-width:1300px) { 
	.recruit_top {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}


/*== 業務内容ページ ==*/
.kv_sevice:before {
	background-image: url(../images/service/pc/kv_sevice.jpg);
}
.service {
	padding-top: 170px;
	padding-bottom: 130px;
	position: relative;
}
.service:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ebebeb;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.service:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 450px;
	z-index: -1;
}
.service .inner {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.service .inner .car_item {
	position: absolute;
	top: -60px;
	left: -150px;
	width: 380px;
	height: 215px;
}
.service_box {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
}
.service_box > .flex_box {
	align-items: center;
}
.service_box .txt_box {
	max-width: 650px;
	width: 100%;
	margin-top: 100px;
	padding-right: 65px;
}
.service_box .txt_box h3 {
	font-size: 48px;
	font-weight: bold;
}
.service_box .txt_box p {
	font-size: 18px;
	margin-top: 50px;
}
.service_box .txt_box .more_btn {
	margin-top: 50px;
}
.service_box .img_photo {
	max-width: 450px;
	position: relative;
}
.service_box .img_photo:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: -30px;
	background-color: #d61415;
	width: 100%;
	height: 100%;
	z-index: -1;
}


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

@media screen and (max-width:1300px) { 
	.service {
		padding-top: 150px;
	}
	.service .inner:before {
		left: 0;
	}
	.service_box .txt_box h3 {
		font-size: 36px;
	}
	.service_box .txt_box p {
		margin-top: 30px;
	}
}


/*販売取扱ブランド*/
.brands_sold {
	padding-top: 170px;
	padding-bottom: 170px;
}
.brands_sold .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.brands_sold .logo_group {
	margin-top: 80px;
	justify-content: center;
}
.brands_sold .logo_group li {
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.brands_sold .logo_group li img {
	height: 225px;
	width: auto;
}
.brands_sold p {
	font-size: 18px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
}
.brands_sold .store_list {
	margin-top: 60px;
	justify-content: space-between;
}
.brands_sold .store_list li {
	max-width: 340px;
	width: 100%;
	position: relative;
}
.brands_sold .store_list li a {
}
.brands_sold .store_list li .txt_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.25);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}
.brands_sold .store_list li a:hover .txt_box {
	background-color: rgba(0,0,0,.65);
}
.brands_sold .store_list li .txt_box h4 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.brands_sold .store_list li a:hover .img_photo {
	overflow: hidden;
}
.brands_sold .store_list li a:hover .img_photo img {
	transition: .2s;
}
.brands_sold .store_list li a:hover .img_photo img {
	transform: scale(1.05);
}

@media screen and (max-width:1600px) {
	.brands_sold .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.brands_sold .logo_group {
		margin-top: 50px;
	}
	.brands_sold .store_list {
		margin-top: 50px;
	}
	.brands_sold .store_list li {
		width: 24%;
	}
	.brands_sold .store_list li .txt_box h4 {
		font-size: 24px;
	}
}

@media screen and (max-width:1300px) { 
	.brands_sold {
		padding-top: 150px;
	}
}


/*認定中古車*/
.approved_car {
	padding-top: 170px;
	/*padding-bottom: 130px;*/
	/*background-color: #ebebeb;*/
	position: relative;
}
.approved_car:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ededed;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.approved_car .car_item {
	position: absolute;
	top: -150px;
	right: 0px;
	width: 380px;
	height: 215px;
}
.approved_car .inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}	
.approved_car .ttl_tips .en {
	color: #fff;
}
.approved_car p.intro_txt {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	font-size: 18px;
}
.approved_car .approved_list {
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.approved_car .approved_list li {
	max-width: 380px;
	width: 30.6452%;
	margin-bottom: 30px;
	font-size: 0;
}

/*バナー*/
.approved_banner {
	background-color: rgba(0,0,0,.3);
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.approved_banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/top/pc/approved_car_bk.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.approved_car .approved_txt {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.approved_car .approved_txt span {
	position: relative;
	color: #fff;
}
.approved_car .approved_txt span:before,
.approved_car .approved_txt span:after {
	content: "";
	position: absolute;
	top: 25px;
	width: 40px;
	height: 2px;
	background-color: #fff;
}
.approved_car .approved_txt span:before {
	left: -45px;
	transform: rotatez(50deg);
}
.approved_car .approved_txt span:after {
	right: -45px;
	transform: rotatez(130deg);
}
.approved_car .banner {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 50px;
}
.approved_car .banner a {
	transition: .2s;
}
.approved_car .banner a:hover {
	opacity: .5;
}

@media screen and (max-width:1600px) {
	.approved_car {
		/*padding-bottom: 100px;*/
	}
	.approved_car .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.approved_car p.intro_txt {
		margin-top: 50px;
	}
}

@media screen and (max-width:1300px) { 
	.approved_car {
		padding-top: 150px;
	}
}


/*メンテナンス*/
.maintenance {
	padding-top: 170px;
	padding-bottom: 130px;
}
.maintenance .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.maintenance p.intro_txt {
	/*font-size: 18px;*/
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
.maintenance .mainte_list {
	margin-top: 70px;
}
.maintenance .mainte_list li + li {
	margin-top: 50px;
}
.maintenance .mainte_list li .img_photo {
	max-width: 460px;
	width: 100%;
}
.maintenance .mainte_list li .txt_box {
	max-width: 980px;
	width: 100%;
	padding-left: 50px;
}
.maintenance .mainte_list li .txt_box h4 {
	font-size: 32px;
	font-weight: bold;
}
.maintenance .mainte_list li .txt_box p {
	padding-top: 20px;
}

@media screen and (max-width:1600px) {
	.maintenance {
		padding-bottom: 100px;
	}
	.maintenance .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.maintenance p.intro_txt {
		margin-top: 50px;
	}
	.maintenance .mainte_list {
		margin-top: 50px;
	}
	.maintenance .mainte_list li .txt_box {
		padding-left: 30px;
	}
}

@media screen and (max-width:1300px) { 
	.maintenance {
		padding-top: 150px;
	}
	.maintenance .mainte_list li .txt_box h4 {
		font-size: 28px;
	}
}


/*オンラインショップ*/
.online_shop {
	padding-top: 170px;
	background-color: #ebebeb;
}
.online_shop .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.online_shop .ttl_tips .en {
	color: #fff;
}
.online_shop .online_ {
	margin-top: 70px;
	padding-bottom: 130px;
	align-items: center;
}
.online_shop .banner {
	max-width: 700px;
	width: 100%;
}
.online_shop .txt_box {
	max-width: 740px;
	width: 100%;
	padding-left: 40px;
}
.online_shop .txt_box .more_btn {
	margin-top: 50px;
}


@media screen and (max-width:1600px) {
	.online_shop .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.online_shop .online_ {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1300px) { 
	.online_shop {
		padding-top: 150px;
	}
}


/*== 店舗案内ページ ==*/
.kv_store:before {
	background-image: url(../images/store/pc/kv_store.jpg);
}
.store_info {
	padding-top: 170px;
}
.store_group {
	margin-top: 80px;
}
.store_group li.area_list {
	padding-top: 100px;
	padding-bottom: 100px;
}
.store_group li.area_list:nth-child(odd) {
	background-color: #ebebeb;
}
.store_group li .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto
}
.store_group li .store_ {
	flex-wrap: wrap;
	align-items: flex-start;
}
.store_group li .store_ .img_photo {
	max-width: 600px;
	width: 41.6667%;
	position: relative;
}
/*.store_group .slick-prev:before,
.store_group .slick-next:before {
	color: #fff;
	font-size: 45px;
	opacity: 1;
}*/
.store_group .slider {
	position: relative;
}

.store_group .slider .slick-next,
.store_group .slider .slick-prev {
	display: block;
	z-index: 999;
	position: absolute;
	top: auto;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	z-index: 1;
}
.store_group .slider .slick-next {
	right: 20px;
	left: auto;
	bottom: -10px;
}
.store_group .slider .slick-prev {
	right: 90px;
	left: auto;
	bottom: -10px;
}
.store_group .slider .slick-next:before,
.store_group .slider .slick-prev:before {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-size:45px;
	width: 45px;
	height: 45px;
	opacity: 1;
}
.store_group .slider .slick-next:before {
	background-image: url(../images/common/pc/arrow_b_r.svg);
	right: 0;
}
.store_group .slider .slick-prev:before {
	background-image: url(../images/common/pc/arrow_b_l.svg);
}
.store_group .slider .slick-next:hover:before {
	background-image: url(../images/common/pc/arrow_sb_r.svg);
}
.store_group .slider .slick-prev:hover:before {
	background-image: url(../images/common/pc/arrow_sb_l.svg);
}
.store_group .slider .slick-next:focus,
.store_group .slider .slick-prev:focus {
}
.store_group li .store_ .txt_box {
	max-width: 840px;
	width: 58.3334%;
	padding-left: 30px;
	box-sizing: border-box;
}
.store_group li .store_ .txt_box h4 {
	font-size: 32px;
	font-weight: bold;
}
.store_group li .store_ .txt_box p {
	margin-top: 5px;
}
.store_group li .store_ .rink_list {
	margin-top: 15px;
}
.store_group li .store_ .rink_list li {
}
.store_group li .store_ .rink_list li a {
	color: #116dac;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 40px;
}
.store_group li .store_ .rink_list li a:before {
	content: "";
	position: absolute;
	top: 2px;
	right: -9px;
	background-image: url(../images/common/pc/external_links.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.store_group li .store_ .rink_list li a:hover {
	color: #d61415;
	text-decoration: underline;
}
.store_group li .store_ .rink_list li a:hover:before {
	top: 0px;
}
.store_group li .instagram {
	margin-top: 40px;
}
.store_group li .instagram h4 {
	font-size: 28px;
	font-weight: bold;
}
.store_group li .instagram ul {
}
.store_group li .instagram ul li {
	max-width: 345px;
	width: 100%;
	height: 345px;
	font-size: 0;
	overflow: hidden;
	transition: .2s;
}
.store_group li .instagram ul li + li {
	margin-left: 20px;
}
.store_group li .instagram ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.store_group li .instagram ul li img {
	transition: .2s;
	height: 100%;
}
.store_group li .instagram ul li:hover img {
	transform: scale(1.05);	
}
.store_group li .instagram .more_btn {
	margin: 0 0 0 auto;
	margin-top: 30px;
}



@media screen and (max-width:1600px) {
	.store_group li .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.store_group li .store_ .img_photo {
	}
	.store_group li .store_ .txt_box {
	}
	.store_group li .instagram {
		margin-top: 30px;
	}
	.store_group li .instagram ul li {
		width: 31.9445%;
	}
}

@media screen and (max-width:1300px) { 
	.store_info {
		padding-top: 150px;
	}
}


/*== 会社概要ページ ==*/
.kv_company:before {
	background-image: url(../images/company/pc/kv_company.jpg);
}
/*企業理念*/
.philosophy {
	padding-top: 170px;
	position: relative;
}
.philosophy .car_item  {
    /*content: "";*/
    position: absolute;
    bottom: -100px;
    left: 50px;
    /*background-image: url(../images/company/pc/car_item01.svg);
    background-repeat: no-repeat;
    background-size: 380px;*/
    width: 380px;
    height: 215px;
}
.philosophy .ttl_tips .en {
}
.philosophy .inner {

}
.philosophy .flex_box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.philosophy .img_photo {
	max-width: 300px;
}
.philosophy .txt_box {
	max-width: 700px;
	/*padding-left: 50px;*/
	box-sizing: border-box;
}
.philosophy .txt_box > div {}
.philosophy .txt_box > div + div {
    margin-top: 30px;
}
.philosophy .txt_box > div h4 {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.philosophy .txt_box > div h4:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}
.philosophy .txt_box > div.mission h4:before {
	top: -16px;
    right: -174px;
	background-image: url(../images/company/pc/mission.svg);
	background-size: 215px;
	width: 215px;
	height: 75px;
}
.philosophy .txt_box > div.values h4:before {
	top: -16px;
    right: -135px;
	background-image: url(../images/company/pc/values.svg);
	background-size: 165px;
	width: 165px;
	height: 69px;
}
.philosophy .txt_box > div span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.philosophy .txt_box > div p {
    margin-top: 10px;
}
.greeting_box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.greeting_box p {
    display: flex;
    justify-content: center;
}
.sign {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.sign_txt p {
	text-align: right;
}
.sign_img {
    max-width: 280px;
    text-align: right;
    margin: 0 0 0 auto;
    margin-top: -25px;
    transform: translateX(70px);
}

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

}

@media screen and (max-width:1300px) { 
	.philosophy {
		padding-top: 150px;
	}
	.philosophy .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}

}


/*FD宣言*/
.fd_section {}
.fd {
	max-width: 635px;
}
.fd a {
	background-color: #EBEBEB;
	width: 100%;
	height: 55px;
	line-height: 55px;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	transition: .1s;
}

.fd a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    background-image: url(../images/common/pc/external_links.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
	transition: .1s;
}
.fd a:hover:before {
	top: 13px;
}
.fd a span {
	display: block;
	position: relative;
	padding-left: 45px;
	transition: .1s;
}
.fd a:hover span {
	color: #E30012;
	text-decoration: underline;
}
.fd a span:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	background-image: url(../images/privacy/pc/file.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 25px;
}

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

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


/*会社情報*/
.overview {
	padding-top: 170px;
	position: relative;
}
.overview .car_item {
    position: absolute;
    bottom: -250px;
    right: 50px;
    width: 380px;
    height: 215px;
}
.overview .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.overview_box {
	margin-top: 50px;
}
.overview_box dl {
	display: flex;
	padding: 40px 20px;
	border-top: 1px solid #999;
}
.overview_box dl:last-child {
	border-bottom: 1px solid #999;
}
.overview_box dl dt {
	font-size: 18px;
	font-weight: bold;
	width: 280px;
}
.overview_box dl dd {
	width: 720px;
}
.overview_box dl dd a {
	color: #116dac;
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 40px;
}
.overview_box dl dd a:before {
	content: "";
	position: absolute;
	top: 2px;
	right: -9px;
	background-image: url(../images/common/pc/external_links.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.overview_box dl dd a:hover {
	color: #d61415;
	text-decoration: underline;
}
.overview_box dl dd a:hover:before {
	top: 0px;
}

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

@media screen and (max-width:1300px) { 
	.overview {
		padding-top: 150px;
	}
}


/*アクセス*/
.access {
	padding-top: 170px;
	position: relative;
}
.access .car_item {
    position: absolute;
    bottom: -250px;
    left: 50px;
    background-size: 380px;
    width: 380px;
    height: 215px;
}
.access .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.access .map {
	margin-top: 50px;
}
.access .map iframe {
	width: 100%;
	height: 500px;
}

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

@media screen and (max-width:1300px) { 
	.access {
		padding-top: 150px;
	}
}


/*沿革・歩み*/
.history {
	padding-top: 170px;
	padding-bottom: 130px;
	position: relative;
}
.history .car_item {
    position: absolute;
    bottom: -45px;
    right: 50px;
    background-size: 380px;
    width: 380px;
    height: 215px;
}
.history .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.history_box {
	margin-top: 80px;
}
.history_list {
	position: relative;
}
.history_list:before {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	left: 232px;
	background-color: #036eb0;
	width: 1px;
	height: 100%;
}
.history_list li {
	display: flex;
	align-items: flex-start;
}
.history_list li + li {
	margin-top: 90px;
}
.history_list li h4 {
	font-size: 36px;
	font-weight: bold;
	width: 270px;
	position: relative;
	line-height: 1;
}
.history_list li h4 span.blue {
	color: #036eb0;
	letter-spacing: -8px;
	margin-right: 6px;
}
.history_list li h4 .year {
	display: block;
}
.history_list li h4 .ad {
	font-size: 21px;
}
.history_list li h4:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 30px;
	background-color: #036eb0;
	width: 16px;
	height: 16px;
	border-radius: 50px;
}
.history_list li ol {
	width: 730px;
	margin-top: 4px;
}
.history_list li ol li {
	font-size: 18px;
	flex-wrap: wrap;
}
.history_list li ol li + li {
	margin-top: 70px;
}
.history_list li ol li span {
	width: 70px;
}
.history_list li ol li p {
	width: 660px;
}

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

@media screen and (max-width:1300px) { 
	.history {
		padding-top: 150px;
	}
}


/*== 採用情報ページ ==*/
.kv_recruit:before {
	background-image: url(../images/recruit/pc/kv_recruit.jpg);
}

.recruit {
	padding-top: 170px;
	padding-bottom: 130px;
}
.recruit .inner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.recruit_btn {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.recruit_btn li {
	max-width: 400px;
	width: 100%;
	height: 50px;
}
.recruit_btn li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 52px;
	font-size: 24px;
	color: #4A6992;
	text-align: center;
	border: 1px solid #4A6992;
}
.recruit_btn li a:hover {
	background-color: #4A6992;
	color: #fff;
}

.recruit_list {
	margin-top: 50px;
}
.recruit_list li + li {
	margin-top: 100px;
}
.recruit_list li .inner_box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.recruit_list li .inner_box h4.recruit_ttl {
	font-size: 36px;
	font-weight: bold;
	/*color: #4A6992;*/
}
.recruit_list li .inner_box p.recruit_txt {
	padding-left: 10px;
	margin-top: 10px;
}
.recruit_list li .inner_box h5 {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:1600px) {
	.recruit_btn {
		margin-top: 50px;
	}
}

@media screen and (max-width:1300px) { 
	.recruit {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.recruit .inner {
		padding-left: 6.25%;
		padding-right: 6.25%;
		box-sizing: border-box;
	}
	.recruit_btn li {
		width: 31.3333%;
	}
	.recruit_list li .inner_box h4.recruit_ttl {
		font-size: 28px;
	}
}


/*== NEWSページ ==*/
.kv_news:before {
	background-image: url(../images/news/pc/kv_news.jpg);
}
.news {
	padding-top: 170px;
	padding-bottom: 130px;
}
.news .inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

/*一覧*/
/*カテゴリ*/
.category_box {
	margin-top: 80px;
}
.category_box h3 {
	font-size: 21px;
	font-weight: bold;
}
.category_box .cat_list {}
.category_box .cat_list li {
	max-width: 340px;
	width: 100%;
	height: 50px;
}
.category_box .cat_list li + li {
	margin-left: 30px;
}
.category_box .cat_list li a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #4A6992;
	border: 1px solid #4A6992;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.category_box .cat_list li.active a {
	background: #4A6992;
	color: #fff;
}

.category_box .cat_list li a:hover {
	background: #4A6992;
	color: #fff;
}

.news .news_list {
	margin-top: 70px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.news .news_list li {
	max-width: 460px;
	width: 31.9445%;
	margin-bottom: 50px;
}
.news .news_list li + li {
	margin-left: 2%;
}
.news .news_list li:nth-child(3n+1) {
	margin-left: 0;
}
.news .news_list li a {
	display: inline-block;
	width: 100%;
	transition: .2s;
}
.news .news_list li a:hover {
	opacity: 0.5;
}
.news .news_list li a .img_photo {
	overflow: hidden;
	margin-bottom: 20px;
}
.news .news_list li a .img_photo img {
	height: 300px;
	transition: .2s;
}
.news .news_list li a:hover .img_photo img {
	transform: scale(1.05);
}
.news .news_list li a .news_ttl {
	font-size: 24px;
	font-weight: bold;
}
.news .news_list li a time {
	font-size: 18px;
	margin-top: 20px;
}
.cat span {
	display: inline-block;
	font-weight: bold;
}
.cat span + span,
.cat + .cat {
	margin-left: 15px;
}
.cat .store {
	color: #1b4d9f;
}
.cat .news {
	color: #106535;
	padding: 0;
}
.cat .other {
	color: #FFAA3B;
}

/*詳細*/
.news_single .inner {
	max-width: 1000px;
}
.news_single .content_wrap {
	margin-top: 75px;
}
.news_single .sum_img {
	height: 550px;
	overflow: hidden;
	text-align: center;
}
.news_single .sum_img img {
	width: 100%;
	height: 100%;
}
.news_single .ttl_box {
	margin-top: 20px;
}
.news_single .cat {
	font-size: 24px;
}
.news_single time {
	margin-left: 15px;
}
.news_single .cont_ttl {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.news_single .post_box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}
.news_single .post_box h1 {
	font-size: 48px;
	font-weight: bold;
}
.news_single .post_box h2 {
	font-size: 36px;
	font-weight: bold;
}
.news_single .post_box h3 {
	font-size: 32px;
	font-weight: bold;
}
.news_single .post_box h4 {
	font-size: 28px;
	font-weight: bold;
}
.news_single .post_box h5 {
	font-size: 24px;
	font-weight: bold;
}
.news_single .post_box h6 {
	font-size: 18px;
	font-weight: bold;
}
.news_single .post_box p img {
	width: auto;
}
.news_single .post_box p img.alignleft {
	margin: auto 0 0 0 ;
	display: flex;
}
.news_single .post_box p img.aligncenter {
	margin: 0 auto;
	display: flex;
}
.news_single .post_box p img.alignright {
	margin: 0  0 0 auto;
	display: flex;
}
.news_single .more_btn {
	margin: 0 auto;
	margin-top: 50px;
}
.news_single .more_btn a {
}


@media screen and (max-width:1600px) {
	.news {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}

@media screen and (max-width:1300px) {
	.news {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	/*カテゴリ*/
	.category_box {
		margin-top: 50px;
	}

	/*一覧*/
	.news .news_list {
		margin-top: 50px;
	}
	.news .news_list li {
		margin-bottom: 30px;
	}
	.news .news_list li a .img_photo {
		margin-bottom: 10px;
	}
	.news .news_list li a .news_ttl {
		font-size: 20px;
	}

	/*詳細*/
	.news_single .content_wrap {
		margin-top: 50px;
	}
}




/*== プライバシーポリシーページ ==*/
.kv_privacy:before {
	background-image: url(../images/privacy/pc/kv_privacy.jpg);
}
.privacy {
	padding-top: 170px;
	padding-bottom: 130px;
}
.privacy .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.privacy-intro {
	margin-top: 130px;
}
.privacy-intro h3 {
	font-size: 36px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.privacy-intro p {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.privacy dl {
	margin-top: 40px;
}
.privacy dl.data-acquisition {
	margin-top: 80px;
}
.privacy dl dt {
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.privacy dl dd {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
}
.privacy dl dd ul {
	margin-top: 20px;
}
.privacy dl dd address {
	padding-top: 15px;
}
.privacy dl dd address p {
	padding-top: 0;
	display: flex;
	align-items: center;
}
.privacy dl dd address p .mail {
	display: inline-block;
	width: 210px;
	height: 24px;
}


@media screen and (max-width:1600px) {
	.privacy-intro {
		margin-top: 80px;
	}
}

@media screen and (max-width:1300px) {
	.privacy {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	
}


/*== お問い合わせページ ==*/
.kv_contact:before {
	background-image: url(../images/contact/pc/kv_contact.jpg);
}
.contact {
	padding-top: 170px;
	padding-bottom: 130px;
}
.contact .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/*お問い合わせフォーム*/
.contact_txt {
	text-align: center;
	margin-top: 80px;
}
.contact_txt a {
	text-decoration: underline;
}

#formWrap {
	max-width: 1000px;
	margin:0 auto;
	margin-top: 50px;
	box-sizing: border-box;
}
.formTable {
	width: 100%;
	margin: 0 auto;
	padding-left: 75px;
	padding-right: 75px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 40px;
	background-color: #eaeaea;
}

.formTable .textarea dt {
	padding: 0;
	vertical-align: top;
	padding-top: 30px;	
}
.formTable dd {
	width: 100%;
	padding-top: 0;
}
.mw_wp_form_confirm .formTable dd {
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	min-height: 48px;
}
.mw_wp_form_confirm .formTable .notes {
	display: none;
}
.formTable dl + dl {
}
.formTable dt {
	font-weight:normal;
	text-align: left;
	border: none;
	padding-top: 30px;	
	box-sizing: border-box;
	margin-bottom: 5px;
	color: #000;
}
.formTable dt .required {
	margin-left: 10px;
	background-color: #ed1c24;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
}
.formTable dt .any {
	margin-right: 10px;
	background-color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	color: #6E6E6E;
}
.formTable dd .record_area {
	padding: 10px 13px;
	border: 1px solid #ddd;
	color: #555;
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	font-size: 16px;
	padding-left: 15px;
	background-color: #fff;
}
.formTable .textarea dd .record_area {
	height: 230px;
}
.formTable dd .record_area:focus {
	outline: none;
}
.formTable label {
	color: #fff;
}
select#prefecture {
	width: 60%;
}
.mwform-zip-field,
.mwform-tel-field {
	color: #000;
}
.mwform-zip-field input[type="text"],
.mwform-tel-field input[type="text"] {
	display: inline-block;
	width: auto;
}

input[type="submit"] {
	display: inline-block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
	border: none;
	cursor: pointer;
	background-color: #000;
}
input[type="submit"]:hover {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	transition: .2s;
}
input[type="button"] {
	padding: 0;
	border: 1px solid #999;
	transition: .3s;
	cursor: pointer;
	background-color: #999; 
	color: #fff;
	width: 320px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type="button"]:hover {
	background-color: #444;
}
input[type="reset"] {
	padding: 10px 25px;
	margin-left: 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="reset"]:hover {
	background-color: #dfdfdf;	
	transition: .5s;
}
@keyframes onAutoFillStart { from {} to {}}
input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）*/

#formWrap .form_btn {
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.wpcf7c-elm-step1 .mail_submit_button {
	margin-left: 20px;
	margin-right: 20px;
}
.wpcf7c-elm-step2.back {
}
.wpcf7c-elm-step2.back input[type="submit"] {
	background-color: #999;
	background-image:none;
}
.wpcf7c-elm-step2.back input[type="submit"]:hover {
	background-color: #fff;
	color: #777;
	border: 1px solid #777;
}
_:lang(x)+_:-webkit-full-screen-document, .wpcf7c-elm-step2.back input[type="submit"] {
  border-radius: 50px;
  overflow: hidden;
}

.formTable dd p {
	color: #000;
}
.formTable br {
	display: none;
}

.mw_wp_form .formTable .error {
	color: #ed1c24;
	font-weight: bold;
}


@media screen and (max-width:1300px) {
	.contact {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.contact_txt {
		margin-top: 50px;
	}
}


/*== サンクスページ ==*/
.thanks {
	padding-top: 130px;
}

.tanks_ttl {
	font-size: 36px;
	text-align: center;
}
.thanks_box {
	max-width: 1200px;
	margin: 0 auto;
}
.thanks_box .tanks_txt {
	margin-bottom: 50px;
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
}
.thanks_box div {
	margin: 0 auto;
}

@media screen and (max-width:1300px) {
	.thanks {
		padding-top: 100px;
	}
	
}


/*== 404ページ ==*/
.not_found {
	padding-top: 130px;
	padding-bottom: 130px;	
}
.not_found .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.not_found h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.not_found p {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}
.not_found .more_btn {
	margin: 0 auto;
	margin-top: 50px;
}

@media screen and (max-width:1300px) {
	.not_found {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}