@charset "UTF-8";

/*---------------------------------------------------------------------------------

KV

---------------------------------------------------------------------------------*/
.kv {
	width: 100%;
	height: 175px;
	background-image: url("../img/kv_project_sp.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-bottom: 30px;
}
.kv_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin-right: 6%;
	margin-left: 6%;
}
.kv_sub {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}
.kv_logo {
	width: 180px;	
}
.kv_ttl {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	color: #FFFFFF;
	margin-top: .3em;
}
@media screen and (min-width: 768px) {
	.kv {
		height: 258px;
		background-image: none;
		background-image: url("../img/kv_project_pc.png") , -moz-linear-gradient( 90deg, rgb(197,226,247) 0%, rgb(55,158,222) 100%);
		background-image: url("../img/kv_project_pc.png") , -webkit-linear-gradient( 90deg, rgb(197,226,247) 0%, rgb(55,158,222) 100%);
		background-image: url("../img/kv_project_pc.png") , -ms-linear-gradient( 90deg, rgb(197,226,247) 0%, rgb(55,158,222) 100%);
		background-position: 60% 0 , 0 0;
		background-repeat: no-repeat;
		background-size: auto 100% , 100% 100%;
		padding-top: 0;
	}
	.kv_wrap {
		width: 100%;
		left: 0;
		transform: translate(0, -50%);
		margin-right: auto;
		margin-left: auto;
	}
	.kv_sub {
		font-size: 2.0rem;
		font-weight: normal;
		max-width: 1000px;
		margin-right: auto;
		margin-bottom: 12px;
		margin-left: auto;
	}
	.kv_logo {
		width: 1000px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	.kv_logo p {
		width: 260px;
		text-align: left;
	}
	.kv_ttl {
		font-size: 4.6rem;
		max-width: 1000px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
}
@media screen and (min-width: 1100px) {
	.kv {
		background-position: 100% 0 , 0 0;
		background-size: auto 100% , 100% 100%;
	}
}
@media screen and (min-width: 1400px) {
	.kv {
		background-position: 100% 50% , 0 0;
		background-size: 100% auto, 100% 100%;
	}
}

/*---------------------------------------------------------------------------------



---------------------------------------------------------------------------------*/
.project_ttl {
	font-size: 2.0rem;
	color: #000000;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: .5em;
}
.project_ttl:not(:first-of-type) {
	margin-top: 80px;
}
.project_num {
	font-size: 1.2rem;
	text-align: right;
	padding-bottom: .2em;
}
.project_box:last-child {
	border-bottom: 1px solid #EAEAEA;
}
.project_box p:first-child {
	font-weight: bold;
	background-color: #FCFCFC;
	border: 1px solid #EAEAEA;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}
.project_box p:last-child {
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	padding-top: 1.0em;
	padding-right: .5em;
	padding-bottom: 1.0em;
	padding-left: .5em;
}
.project_box p span {
	font-weight: bold;
	color: #F08300;
}
@media screen and (min-width: 768px) {
	.project_ttl {
		font-size: 2.6rem;
		margin-top: 50px;
	}
	.project_ttl:not(:first-of-type) {
		margin-top: 120px;
	}
	.project_container {
		display: flex;
		flex-wrap: wrap;
		border-right: 1px solid #EAEAEA;
		border-bottom: 1px solid #EAEAEA;
	}
	.project_box {
		flex-basis: 50%;
		max-width: 50%;
		display: flex;
	}
	.project_box:last-child {
		border-bottom: none;
	}
	.project_box p:first-child {
		text-align: center;
		width: 30%;
		border-top: 1px solid #EAEAEA;
		border-right: 1px solid #EAEAEA;
		border-bottom: none;
		border-left: 1px solid #EAEAEA;
	}
	.project_box p:last-child {
		width: 70%;
		border-top: 1px solid #EAEAEA;
		border-right: none;
		border-left: none;
	}
	.project_box p:first-child,
	.project_box p:last-child {
		font-size: 1.6rem;
		padding-top: 1.0em;
		padding-right: 2.0em;
		padding-bottom: .8em;
		padding-left: 2.0em;
	}
}


p.inquiry_txt {
	margin-bottom: .3em;
}
main p.tel_num {
	text-align: center;
}
main p.tel_num a {
	font-size: 3.0rem;
	font-weight: bold;
	padding-top: 0;
	color: #000000;
}
main p.tel_num a span {
	position: relative;
	padding-left: 34px;
}
main p.tel_num a span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: calc(42px/1.6);
	height: calc(42px/1.6);
	background-image: url("../img/icon_tel.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.tel_num + p {
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 1.5em;
}
p.inquiry_stxt {
	font-size: 1.4rem;
	padding-top: .5em;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom:1em;
}
@media screen and (min-width: 768px) {
	p.inquiry_txt {
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: .3em;
	}
	main p.tel_num a {
		font-size: 5.0rem;
		font-weight: bold;
		padding-top: 0;
	}
	main p.tel_num a span {
		padding-left: 48px;
	}
	main p.tel_num a span::before {
		width: calc(42px/1.2);
		height: calc(42px/1.2);
	}
	p.inquiry_stxt {
		font-size: 1.6rem;
		text-align: center;
	}
}



