/* ---------------------------------------------------------------------------------------
	others
--------------------------------------------------------------------------------------- */

main{
	background-color: #faf8f8;
}

#others{
	margin: 0 auto;
	padding: 80px 0 160px;
}

#others .ttl_type01{
	margin-bottom: 40px;
}

#others .lead{
	margin-bottom: 80px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #434343;
}

#others .photo01{
	margin-bottom: 40px;
}
#others .photo01 img{
	width: 100%;
	height: auto;
}

#others ul.work{
	max-width: 1120px;
	margin: 0 auto;
	counter-reset: number 0;
}
#others ul.work > li{
	min-height: 350px;
	margin-bottom: 90px;
	padding-left: 50%;
	position: relative;
}
#others ul.work > li:nth-of-type(odd){
	padding-left: 0;
	padding-right: 50%;
}
#others ul.work > li:last-of-type{
	margin-bottom: 0;
}
#others ul.work > li.large{
	padding: 0;
}
#others ul.work > li .txt_box{
	width: 100%;
}
#others ul.work > li.large .txt_box{
	width: auto;
}
#others ul.work > li .txt_box h3{
	min-height: 92px;
	margin-bottom: 40px;
	padding-left: 115px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	color: #36a3e4;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
#others ul.work > li .txt_box h3 .no{
	width: 92px;
	height: 92px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #36a3e4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 2px solid #36a3e4;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 46px);
	left: 0;
}
#others ul.work > li .txt_box h3 .no::after{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	font-size: 38px;
	letter-spacing: 0;
	display: block;
}
#others ul.work > li .txt_box h3 .en{
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #172043;
}
#others ul.work > li .txt_box h3 .en em{
	color: #36a3e4;
}

#others ul.work > li .txt_box .photo{
	width: 45.17%;
	position: absolute;
	top: 0;
	left: 0;
}
#others ul.work > li:nth-of-type(odd) .txt_box .photo{
	text-align: right;
	left: auto;
	right: 0;
}
#others ul.work > li .txt_box .photo img{
	width: 100%;
	height: auto;
}

#others ul.work > li .txt_box .txt{
	font-size: 18px;
}

#others ul.work > li .txt_box .case{
	margin-top: 40px;
	padding: 50px 40px 40px;
	display: flex;
	justify-content: center;
	border: 1px solid #36a3e4;
	position: relative;
}
#others ul.work > li .txt_box .case h4{
	padding: 0 25px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}
#others ul.work > li .txt_box .case h4 span{
	padding: 0 25px;
	display: inline-block;
	background-color: #faf8f8;
}

#others ul.work > li .txt_box .case ul li{
	margin-bottom: 10px;
	font-size: 16px;
}
#others ul.work > li .txt_box .case ul li:last-of-type{
	margin-bottom: 0;
}
#others ul.work > li .txt_box .case ul li::before{
	content: "● ";
	color: #037ffd;
}

@media screen and (max-width: 1160px){
	#others{
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px){
	#others{
		margin: 0;
		padding: 40px 4vw;
	}

	#others .ttl_type01{
		margin-bottom: 20px;
	}

	#others .lead{
		margin-bottom: 40px;
		font-size: 5vw;
	}

	#others .photo01{
		margin-bottom: 20px;
	}

	#others ul.work > li{
		min-height: auto;
		margin-bottom: 40px;
		padding-left: 0;
	}
	#others ul.work > li:nth-of-type(odd){
		padding-right: 0;
	}

	#others ul.work > li .txt_box h3{
		min-height: 20vw;
		margin-bottom: 20px;
		padding-left: 24vw;
		font-size: 7vw;
	}
	#others ul.work > li .txt_box h3 .no{
		width: 20vw;
		height: 20vw;
		font-size: 3vw;
		top: calc(50% - 10vw);
	}
	#others ul.work > li .txt_box h3 .no::after{
		font-size: 9vw;
	}
	#others ul.work > li .txt_box h3 .en{
		font-size: 5vw;
	}


	#others ul.work > li .txt_box .photo{
		width: auto;
		margin-bottom: 20px;
		position: static;
	}

	#others ul.work > li .txt_box .txt{
		font-size: 4vw;
	}

	#others ul.work > li .txt_box .case{
		margin-top: 30px;
		padding: 16vw 4vw 4vw;
	}
	#others ul.work > li .txt_box .case h4{
		font-size: 5vw;
	}
	#others ul.work > li .txt_box .case h4 span{
		padding: 0 4vw;
	}
	#others ul.work > li .txt_box .case ul li{
		font-size: 4vw;
	}
}

