@charset "UTF-8";

#mainSuv {
	background: url(../image/performance/main.jpg) no-repeat 0 0;
	background-size: cover;
}


#resultNav {
	width:100%;
	max-width:920px; 
	margin: 4% auto 6%;
	justify-content: center;
}

#resultNav li {
    width: 50%;
    padding: 0;
    border-left: 12px solid #c30d23;
    box-shadow: 0px 0px 5px rgb(7 1 2 / 40%);
    text-align: center;
    margin: 0 25px;
}

#resultNav li a {
	font-weight: bold;
	line-height: 2.4;
	font-size: 26px;
	position: relative;
}

#resultNav li a:after {
	content:"";
	position: absolute;
	background: url("../image/performance/arow.svg") no-repeat 50% 50%;
	background-size: 28px;
	width:28px;
	height: 28px;
	right: 24px;
	top:50%;
	transform: translateY(-50%);
}




/*＝＝＝＝＝＝実績ページ＝＝＝＝＝＝＝＝*/

#performance .mainImage {
	background: url("../image/performance/main_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 80px;
    text-align: center;
}

#performance .mainImage .pageTitle {
	background: none;
	border: none;
	margin: 55px auto;
	max-width: 288px;
    width: 60%;
}

.whiteBg {
    width: 40%;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
}


#performanceList {
	width: 90%;
	margin: 0 auto;
}

#performanceList li {
	margin-bottom: 4%;
}

#performanceList .floatL{
	width:46%;
}

#performanceList .floatR {
	width:50%;
	text-align: left;
}

#performanceList .floatR .name {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 4%;
}

#performanceList .floatR .comment {
	font-size: 120%;
	margin: 0 0 1rem 0;
}

#performanceList .floatR table {
	width:100%;
}

#performanceList .floatR table th {
	width:18%;
	text-align: center;
	background: #eee;
}

#performanceList .floatR table td {
	width:80%;
	padding: 1rem;
}

#performance h3 {
    color: #000;
    font-size: 160%;
    margin: 6% 0;
	text-align: center;
}

/*＝＝＝＝＝＝linkBtn＝＝＝＝＝＝＝＝*/

.linkBtn {
    justify-content: center;
}
.linkBtn span {
	display: block;
	line-height: 1;
}
.linkBtn span.kansaiColor,.linkBtn span.kantoColor,.linkBtn span.otherColor {
	line-height: 1.6;
	font-family: copperplate, serif;
	font-size: 20px;
	color:#993333;
	margin-top: 0.8rem;
	font-weight: bold;
}
.linkBtn span.kantoColor {
	color:#003366;
}
.linkBtn span.otherColor {
	color:#17813f;
}

.linkBtn li {
	width: 15%;
	background: -webkit-linear-gradient(bottom, #fff 0%,#fff 62%,#000000 62%,#000000 66%,#fff 66%,#fff 100%, #fff);
	background: linear-gradient(to top, #fff 0%,#fff 62%,#000000 62%,#000000 66%,#fff 66%,#fff 100%, #fff);
	line-height: 1.8;
	margin: 2%;
}
.linkBtn li a {
	font-size: 22px;
	font-weight: bold;
}
.linkBtn li a .textSmall {
    font-size: 70%;
}
.linkBtn li a img {
    width: 26px;
}

/*＝＝＝＝＝＝bgKansai＝＝＝＝＝＝＝＝*/
.bgKansai {
	background: #993333;
	padding: 1rem 0;
}

#kanto .bgKansai {
    background: #003366;
    padding: 1rem 0;
}

#other .bgKansai {
    background: #17813f;
    padding: 1rem 0;
}

.bgKansai.bottom {
    margin-bottom: 25px;
}

.bgKansai ul {
	justify-content: center;
	vertical-align: middle;
	color:#fff;
	flex-wrap: wrap;
}

.bgKansai ul li {
	vertical-align: bottom;
}

.bgKansai ul li a {
	color:#fff;
	line-height: 2;
	font-size: 20px;
	padding: 0 40px 0 30px;
}

.bgKansai ul li:first-child {
	border-right: 6px solid #fff;
	font-size: 24px;
	line-height: 1.4;
	padding: 0 1.5rem 0 0;
	margin: 0 1.5rem 0 0;
}

.bgKansai ul li span.textSmall {
    font-size: 65%;
}

/*＝＝＝＝＝＝一覧部分＝＝＝＝＝＝＝＝*/

ul.bukkenList {
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.bukkenList li {
	opacity: 1;
	transition: all 0.6s ease 0s;
	width: 265px;
	padding: 15px;
	text-align: left;
	border: 1px solid #434242;
	margin: 0 20px 20px 0;
}

.bukkenList li:nth-child(4n) {
	margin: 0 0 20px 0;
}

.bukkenList li img {
	width: 100%;
	margin-bottom: 10px;
}

.bukkenList li .name{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	min-height: 48px;
}

#performance .bukkenList li .name{
	min-height: unset;
}

.bukkenList li .text{
	font-size: 13px;
	margin-bottom: 0;
}

.bukkenList li.is-hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
    border: none;
	display: none;
}

.mark.more {
    margin: 0 auto 100px;
    width: 144px;
}

.mark.more a {
	background: none;
	position: relative;
	cursor: pointer;
}

.mark.more a:after {
    content: "";
    background: url(../../image/common/arrow_red01.png)no-repeat 100% 50%;
    background-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    transform: rotate(90deg);
}


@media screen and ( max-width:1120px){
	#performanceList {
		width: 100%;
	}

	#performanceList .floatL{
		width:100%;
		margin: 0 0 2%;
	}

	#performanceList .floatR {
		width:100%;
	}
	
	#performanceList .floatR table th {
		text-align: left;
	}
	
	#tableBox {
		width:100%;
	}
	#performance table th,#performance table td,#performance table td p	{
		font-size: 90%;
	}
	
	.linkBtn {
		margin: 0 auto;
	}
	
	.linkBtn li {
		width: 23%;

	}
	
	.bukkenList li {
		width: 23.5%;
		margin: 0 2% 2% 0;
	}	
	
	.bukkenList li:nth-child(4n) {
		margin: 0 2% 2% 0;
	}
	
	
	
}


@media screen and (min-width:320px) and ( max-width:767px) { 
	#resultNav {
		width: 100%;
		margin: 6% auto;
	}

	#resultNav li {
		width: auto;
		margin: 0 auto 20px;
	}
	
	#interview ul li {
		margin: 0 0 4% 0;
	}
	
	#resultNav li a {
		line-height: 2;
		font-size: 16px;
		padding: 5px 70px 5px 30px;
	}
	
	#resultNav li a:after {
		background-size: 22px;
		width: 22px;
		height: 22px;
		right: 18px;
	}	
	
	
	
/*＝＝＝＝＝＝実績ページ＝＝＝＝＝＝＝＝*/
	
	#performance .mainImage {
		margin-bottom: 40px;
		text-align: center;
	}

	#performance .mainImage .pageTitle {
		margin: 25px auto;
		width: 70%;
	}

	.whiteBg {
		width: 60%;
	}
	
	#performance table th,#performance table td {
		font-size: 80%;
		vertical-align: middle;
	}

	#performanceList .floatR .name {
		font-size: 120%;
		margin: 0 0 0.5rem;
	}

	#performanceList .floatR .comment {
		font-size: 90%;
	}

	#performanceList .floatR table th {
		width: 100%;
		display: block;
		padding: 0.5rem;
	}

	#performanceList .floatR table td {
		width: 100%;
		display: block;
		padding: 0.5rem;
	}

	#performance h3 {
		font-size: 110%;
	}
	
/*＝＝＝＝＝＝linkBtn＝＝＝＝＝＝＝＝*/
	.linkBtn {
		margin-bottom: 20px;
	}	
	
	.linkBtn li {
		width: 29%;
		margin: 2%;
		background: none;
	}
	
	.linkBtn li a {
		font-size: 13px;
		font-weight: bold;
	}	

	.linkBtn span.kansaiColor, .linkBtn span.kantoColor, .linkBtn span.otherColor {
		line-height: 1.6;
		font-family: copperplate, serif;
		font-size: 13px;
		margin-top: 5px;
		padding: 5px 0;
		font-weight: bold;
		border-top: 3px solid #000;
	}	
	
	.linkBtn li a img {
		width: 20px;
	}	
		
/*＝＝＝＝＝＝bgKansai＝＝＝＝＝＝＝＝*/
	.bgKansai {
		padding: 1rem;
	}
	.bgKansai ul li {
		width: 100%;
		margin: 0 0 0.5rem 0;
	}	
	.bgKansai ul li:first-child {
		border-right: none;
		width: 100%;
		margin: 0 0 0.5rem;
		padding: 0;
	}
	.bgKansai ul li:last-child {
		margin: 0;
	}	
	.bgKansai ul li a {
		font-size: 16px;
	}
	.mark2 a {
		background-size: 16px;
		padding: 0 1.4rem;
	}
	
/*＝＝＝＝＝＝一覧部分＝＝＝＝＝＝＝＝*/
	
	
	.bukkenList li {
		width: 49%;
		margin: 0 2% 2% 0;
		padding: 10px;
	}	
	
	.bukkenList li:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	
	.bukkenList li img {
		margin-bottom: 8px;
	}	
	
	.bukkenList li .name {
		font-size: 14px;
		margin-bottom: 8px;
		min-height: 43px;
	}	
	
	.bukkenList li .text {
		font-size: 11px;
	}	
	
	.anchor {
		padding-top: 50px;
		margin-top: -50px;
	}	

}

