@charset "utf-8";
/* CSS Document */
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size:auto;
	padding-top: 60px;
	padding-left: 5%;
}
.sub-main-ttl{
	font-family:"Mohave",sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 115px;
	color: #8bc300;
	line-height: 1.1;
}
.sub-main-ttl-ja{
	font-family:"Noto Sans JP",sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #8bc300;
	margin-top: 0;
}
.sub-main p{
	width: 40%;
	margin-top: 20px;
	padding-bottom: 80px;
}
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 5%;
	background-color: #fefbf4; 
	padding-top: 20px;
}
.breadcrumbs-in{
	display: flex;
	font-size: 12px;
	color: #888;
	margin: 0 auto;
}
.breadcrumbs-in li span{
	padding-right: 5px;
}
.breadcrumbs-in li:after{
	content: " >";
}
.breadcrumbs-in li{
	margin-right: 14px;
}
li.bcl-last:after{
	content: none;
}
/* レンタカー侍▼ */
.sub-service{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-bottom: 150px;
}
.sub-service-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.sub-service-cont{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.sub-service-cont-left{
	width: 47%;
	margin-right: 3%;
}
.sub-service-cont-right{
	width: 47%;
	margin-left: 3%;
}
.sub-service-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 70px;
}
.h2-sub-ttl{
	margin-top: 10px;
	color: #8bc300;
	font-size: 24px;
}
.btn-green-cover{
	width: 384px;
	margin: 0 auto;
	margin-top: 30px;
	
}
.btn-green{
	height: 70px;
	color: #fff;
	background: #8bc300;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 70px;
	position: relative;
	
}
.btn-green{
	 display: inline-block;
	 transition: transform 0.3s ease; 
}
.btn-green:hover{
	transform: scale(1.1);
}
.point-cover{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point1,.point2,.point3,.point4{
	width: 24%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 150px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 70px;
}

.point-ttl{
	position:absolute;
	top:-50px;
	left: 50%;
	transform: translateX(-50%); 
}
.point1 h3,.point2 h3,.point3 h3,.point4 h3{
	margin-top: 80px;
	margin-bottom: 30px;
}
.point-img img{
	display: inline-block;
}
.point1 p,.point2 p,.point3 p,.point4 p{
	text-align: left;
}
/* コデチケ▼ */
.codetike{
	width: 100%;
	height: auto;
	background: #8bc300;
	padding-top: 150px;
	padding-bottom: 150px;
}
.codetike-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.codetike-cont{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.codetike-left{
	width: 47%;
	margin-right: 3%;
}
.codetike-right{
	width: 47%;
	margin-left: 3%;
}
.codetike-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 70px;
	color: #fff;
}
.codetike-in .h2-sub-ttl{
	color: #fff;
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.3;
}
.codetike-in p{
	color: #fff;
}
.btn-yellow{
	height: 70px;
	color: #007737;
	background: #f6dd19;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 70px;
}
.btn-yellow-cover{
	width: 384px;
	margin: 0 auto;
	margin-top: 30px;
	
}
.btn-yellow{
	 display: inline-block;
	 transition: transform 0.3s ease; 
}
.btn-yellow:hover{
	transform: scale(1.1);
}
.codetike-cont2{
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
.codetike2-left{
	width: 35%;
	padding-right: 40px;
}
.codetike2-right{
	width: 65%;
	height: 496px;
	padding-left: 40px;
	position: relative;
}
.ka-do{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%); 
}
.tv{
	position: absolute;
	top:268px;
	left: 0;
}
.yahoo{
	position: absolute;
	top:268px;
	right: 0;
}
.codetike2-left h3{
	color: #fff;
	margin-top: 90px;
}
.media-sp{
	display: none;
}
/* 受託開発▼ */
.etc-works{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-bottom: 150px;
}
.etc-works-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.etc-works-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 70px;
}
.etc-works-in .h2-sub-ttl{
	margin-top: 10px;
	color: #017737;
	font-size: 24px;
}
.etc-works-in p{
	margin-top: 40px;
}
/* 1200px以下▼ */
@media screen and (max-width:1200px) { 
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size:auto;
	padding-left: 5%;
}

.sub-main p{
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
}

/* レンタカー侍▼ */
.sub-service{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 150px;
	padding-bottom: 150px;
}
.sub-service-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.point1,.point2,.point3,.point4{
	width: 32%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 150px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
}

/* コデチケ▼ */
.codetike{
	width: 100%;
	height: auto;
	background: #8bc300;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 150px;
	padding-bottom: 150px;
}
.codetike-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.codetike2-right{
	width: 65%;
	height: auto;
	padding-left: 40px;
	position: relative;
}
.ka-do{
	width: 48%;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%); 
}
.tv{
	width: 48%;
	position: absolute;
	top:268px;
	left: 0;
}
.yahoo{
	width: 48%;
	position: absolute;
	top:268px;
	right: 0;
}
/* 受託開発▼ */
.etc-works{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 150px;
	padding-bottom: 150px;
}
.etc-works-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
}
/* 960px以下▼ */
@media screen and (max-width:960px) { 
/* メイン画像▼ */
.sub-main p{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
}
/* レンタカー侍▼ */
.sub-service-cont{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 60px;
}
.sub-service-cont-left{
	width: 100%;
	margin-right: 0;
}
.sub-service-cont-right{
	width: 100%;
	margin-left: 0;
}

.point-cover{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
}
.point1,.point2,.point3,.point4{
	width: 369px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 150px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 70px;
}
.point4{
	left: 0;
}

/* コデチケ▼ */
.codetike-cont{
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}
.codetike-left{
	width: 100%;
	margin-right: 0;
}
.codetike-right{
	width: 100%;
	margin-left: 0;
}
.codetike-in .h2-sub-ttl{
	color: #fff;
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.3;
}
.codetike-cont2{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	padding-bottom: 0;
}
.codetike2-left{
	width: 100%;
	padding-right: 0;
}
.codetike2-right{
	margin-top: 40px;
	width: 100%;
	height: auto;
	padding-left: 0;
	position: relative;
}
.media-sp{
	display: block;
}
.ka-do,.tv,.yahoo{
	display: none;
}
}
/* 599px以下▼ */
@media screen and (max-width:599px) { 
/* サブメイン▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: none;
	background-position: none;
	background-repeat: no-repeat;
	background-size:none;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
}
.sub-main p{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 56px;
	color: #8bc300;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #8bc300;
	margin-top: 0;
}
/* パンくずリスト▼ */
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fefbf4; 
	padding-top: 20px;
}
/* レンタカー侍▼ */
.sub-service{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sub-service-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 40px;
}
.h2-sub-ttl{
	margin-top: 10px;
	color: #8bc300;
	font-size: 18px;
}
.btn-green-cover{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	
}
.btn-green{
	width: 250px;
	height: 60px;
	color: #fff;
	background: #8bc300;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	position: relative;
	display: inline-block;
	transition: transform 0.3s ease; 	
}
.point-cover{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
	padding-left: 2%;
	padding-right: 2%;
}
.point1,.point2,.point3,.point4{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	margin-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
}
.point4{
	left: 0;
}
.point1 h3,.point2 h3,.point3 h3,.point4 h3{
	margin-top: 60px;
	margin-bottom: 30px;
}
/* コデチケ▼ */
.codetike{
	width: 100%;
	height: auto;
	background: #8bc300;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.codetike-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 40px;
	color: #fff;
}
.codetike-in .h2-sub-ttl{
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.3;
}
.codetike-in p{
	color: #fff;
}
.btn-yellow-cover{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	}
.btn-yellow{
	width: 250px;
	height: 60px;
	color: #007737;
	background: #f6dd19;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	padding-left: 0;
	padding-right: 0;
	border-radius: 60px;
	display: inline-block;
	transition: transform 0.3s ease; 
}
.btn-yellow:hover{
	transform: scale(1.1);
}

.codetike2-left h3{
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}
/* 受託開発▼ */
.etc-works{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 2%;
	padding-right: 2%;
}
.etc-works-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	font-size: 40px;
}
.etc-works-in .h2-sub-ttl{
	margin-top: 10px;
	color: #017737;
	font-size: 18px;
}
.etc-works-in p{
	margin-top: 20px;
}
	}