@charset "UTF-8";
/* CSS Document */


body{
	line-height: 1.6;
}


/************************************************************
共通
************************************************************/


/************************************************************
トップ
************************************************************/

.index_corps {
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 120px;
	box-sizing:border-box;
}

.index_corps_large li,
.index_corps_small li{
	border: #ccc solid 1px;
	box-sizing: border-box;
}

.index_corps_large li .txt{
	background-color: #002cad;
	color: #fff;
}

.index_corps_large li .ph{
	position: relative;
}

.index_corps_large li .ph img.voice{
	width: 23%;
	margin-top: -15px;
	position: absolute;
	top: 0;
	left: 15px;
}

.index_corps_large li .txt dt{
	border-bottom: #fff solid 2px;
	font-size: 0.9rem;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.index_corps_large li .txt dd{
	font-size: 1.3rem;
}

.index_corps_large li .txt dd span{
	font-size: 0.8em;
}

.index_corps_large li .txt dd a{
	height: 2em;
	margin-top: 0.7em;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.index_corps_large li .txt dd a:hover{
	opacity: 0.75;
}

.index_corps_small li dl dt{
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: #000 solid 2px;
	font-size: 0.8rem;
	font-weight: bold;
}

.index_corps_small li dl dd{
	color: #000;
}

@media print,all and (min-width: 641px) {

	.index_corps_large li{
		margin-top: 40px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	.index_corps_large li .ph{
		width: 50%;
	}

	.index_corps_large li .txt{
		width: 50%;
		padding: 5%;
		box-sizing: border-box;
	}

	.index_corps_large li .txt dd a{
		width: 60%;
	}

	.index_corps_large li .txt dd a img{
		width: 33%;
	}

	.index_corps_small{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.index_corps_small li{
		width: 30%;
		margin: 5% 5% 0 0;
	}

	.index_corps_small li:nth-child(3n){
		margin-right: 0;
	}

	.index_corps_small li dl{
		padding: 5%;
	}

}



@media screen and (max-width: 640px) {

	.index_corps {
		padding: 0 20px 60px;
	}

	.index_corps_large li{
		margin-top: 30px;
	}

	.index_corps_large li .txt{
		padding: 5%;
		box-sizing: border-box;
	}

	.index_corps_large li .txt dd a{
		width: 100%;
	}

	.index_corps_large li .txt dd a img{
		width: 50px;
	}

	.index_corps_small{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.index_corps_small li{
		width: 48%;
		margin: 4% 4% 0 0;
	}

	.index_corps_small li:nth-child(2n){
		margin-right: 0;
	}

	.index_corps_small li dl{
		padding: 5%;
	}

	.index_corps_small li dl dt{
		padding-bottom: 0.8em;
		margin-bottom: 0.8em;
		border-bottom: #000 solid 2px;
		font-size: 0.7rem;
		font-weight: bold;
	}

}


/************************************************************
下層
************************************************************/

.works_type{
	text-align: center;
	font-size: 1.5rem;
}

.works_type hr{
	width: 60px;
	margin: 2rem auto;
	border-top:2px solid #000;
	font-weight: bold;
}

.works_clientWrap {
	position: relative;
	overflow: hidden;
	margin: 5% 0 0;
	padding: 0 0;
}

.works_clientWrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 150%;
	margin: 10.5% -10% 0;
	background: #fff2cc;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
}

.works_client {
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 120px;
	box-sizing:border-box;
}

.works_clientname{
	text-align: center;
}

.works_h2_client{
	display: inline-block;
	position: relative;
	background: #002cad;
	padding: 0.7em 3em;
	color: #fff;
	font-size: 1.5rem;
}

.works_h2_client span{
	font-size: 0.8em;
}

.works_h2_client:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #002cad transparent transparent transparent;
	border-width: 15px 15px 0 15px;
}

.works_p_clientLeadTtl{
	margin-top: 60px;
	text-align: center;
	color: #002cad;
	font-size: 1.8rem;
	font-weight: bold;
}

.works_p_clientLeadTxt{
	text-align: center;
	font-size: 1.2rem;
}

.works_outline{
	margin: 40px 0;
}

.works_outline dt{
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
}

.works_outline dd{
	padding: 20px 0;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
}

.works_outline dd table{
	margin-bottom: 20px;
}

.works_outline dd table th,
.works_outline dd table td{
	padding: 5px 0;
}

.works_outline dd table th{
	width: 10em;
	text-align: left;
	font-weight: normal;
}

.works_outline dd table th:before {
	content:"●";
}

.works_outline dd table td ol{
	padding-left: 1.5em;
}

.works_demand,
.works_reason{
	margin: 15px 0 50px;
	padding: 40px;
	background-color: #fff;
}

.works_demand p.year,
.works_reason p.year{
	margin-bottom: 0;
}

.works_demand ul,
.works_reason ul{
	margin-bottom: 1em;
	list-style: disc;
	padding-left: 1.5em;
}

.works_demand ul:last-child,
.works_reason ul:last-child{
	margin-bottom: 0;
}

.works_h3_results{
	margin-bottom: 40px;
	text-align: center;
}

.works_h3_results img{
	width: 80px;
}

.works_results_year{
	margin: 30px 0 0;
	padding: 10px 0;
	text-align: center;
	background-color: #b8c5e6;
	color: #002cad;
	line-height: 1;
	font-size: 1.2rem;
}

.works_results li{
	min-height: 43px;
	padding: 30px 0 30px 80px;
	background-repeat: no-repeat;
	background-size: auto 43px;
	background-position: left center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	border-bottom: #ccc solid 1px;
}

.works_results li:last-child{
	border: none;
}

.works_results li.works_result01{background-image: url(./img/works_txt_result01.png);}
.works_results li.works_result02{background-image: url(./img/works_txt_result02.png);}
.works_results li.works_result03{background-image: url(./img/works_txt_result03.png);}
.works_results li.works_result04{background-image: url(./img/works_txt_result04.png);}
.works_results li.works_result05{background-image: url(./img/works_txt_result05.png);}

.works_voiceWrap{
	margin-top: 40px;
	padding: 45px;
	background-color: #fff;
}

.works_p_voiceTtl{
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.works_voiceWrap hr{
	width: 60px;
	margin: 0.5rem auto;
	border-top:2px solid #000;
	font-weight: bold;
}

.works_voice{
	margin-top: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.works_voice_ph{
	width: 25%;
	font-size: 0.8rem;
}

.works_voice_ph img{
	margin-bottom: 10px;
}

.works_voice_ph p span{
	font-size: 1rem;
}

.works_voice_txt{
	width: 70%;
}

.works_link{
	margin-top: 60px;
}

.works_p_linkTtl{
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.works_link hr{
	width: 60px;
	margin: 0.5rem auto;
	border-top:2px solid #000;
	font-weight: bold;
}

.works_link ul{
	margin-top: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.works_link ul li{
	width: 49%;
	margin-bottom: 2%;
}

.works_link ul li a,
.works_p_totop a{
	background-color: #002cad;
	background-image: url(./img/works_icon_arrow1.png);
	background-size: 7px auto;
	background-repeat: no-repeat;
	background-position: right 20px top 50%;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	box-sizing: border-box;
}

.works_link ul li a{
	height: 5em;
	padding: 0 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.works_link ul li a span{
	font-size: 0.8em;
}

.works_p_totop{
	margin-top: 60px;
	text-align: center;
}

.works_p_totop a{
	width: 100%;
	max-width: 300px;
	padding: 20px;
	display: inline-block;
}

.works_link ul li.current a,
.works_link ul li a:hover,
.works_p_totop a:hover{
	text-decoration: none;
	background-color: rgba(0, 44, 173, 0.75);
}

@media print,all and (min-width: 641px) {

}



@media screen and (max-width: 640px) {

	.works_client {
		padding: 0 20px 60px;
	}

	.works_clientWrap:before {
		width: 300%;
		height: 150%;
		margin: 30% -40% 0;
		background: #fff2cc;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-7deg);
		z-index: -1;
	}

	.works_h2_client{
		width: 100%;
		display: inline-block;
		position: relative;
		background: #002cad;
		padding: 0.7em 1.5em;
		color: #fff;
		font-size: 1.2rem;
		box-sizing: border-box;
	}

	.works_p_clientLeadTxt{
		text-align: left;
		font-size: 1.2rem;
	}

	.works_p_clientLeadTxt br{
		display: none;
	}

	.works_outline dd table{
		margin-bottom: 20px;
		display: block;
	}

	.works_outline dd table th,
	.works_outline dd table td{
		display: block;
	}

	.works_outline dd table th{
		margin-top: 0.5em;
		padding: 0 0;
	}

	.works_outline dd table td{
		padding: 0 0 0 1em;
	}

	.works_outline dd table th{
		width: 10em;
		text-align: left;
		font-weight: normal;
	}

	.works_outline dd table th:before {
		content: "â";
	}

	.works_outline dd table td ol{
		padding-left: 1.5em;
	}

	.works_demand,
	.works_reason{
		margin: 15px 0 30px;
		padding: 20px;
		background-color: #fff;
	}

	.works_h3_results{
		margin-bottom: 0px;
	}

	.works_results li{
		background-position: 0 30px;
	}

	.works_voiceWrap{
		margin-top: 40px;
		padding: 20px;
	}

	.works_voice{
		margin-top: 30px;
		display: block;
	}

	.works_voice_ph{
		width: 100%;
		margin-bottom: 20px;
		font-size: 0.85rem;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	.works_voice_ph div{
		width: 40%;
	}

	.works_voice_ph p{
		margin-left: 15px;
	}

	.works_voice_ph p span{
		font-size: 1.5rem;
	}

	.works_voice_txt{
		width: 100%;
	}

	.works_link ul li{
		width: 100%;
		margin-bottom: 2%;
	}

}
