
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}


/** rbox **/

.rbox{
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}
.rbox.about{
	border-top-width: 1px;
	border-top-style: solid;
}

.rbox:last-of-type{	margin-bottom: 0;}

.rbox_in{
	border-width: 1px;
	border-style: solid;
	padding: 30px 0 40px 0;
}

.rtop{
	font-size: 14px;
	line-height: 22px;
	padding: 0 40px 20px 40px;
}

.info{
	font-size: 0;
	line-height: 0;
	padding: 0 30px;
}

.info_tbb{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 0;
	line-height: 0;
}

.info_in{
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.info_in p{
	font-size: 14px;
	line-height: 22px;
	padding: 15px 0 20px 0;
}

.point{
	font-size: 0;
	line-height: 0;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	margin: 0 40px;
}

.point ul{
	padding: 20px 15px 15px 20px;
}

.point li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 5px);
	margin: 0 5px 5px 0;
	padding: 0 10px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.point li span{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.point li span em{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 2px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.rbox .bt_bg{
	text-align: center;
	margin: 0 40px;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.rbox .bt_bg:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.rbox .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 10px;
}

.rbox .bt1.linetm_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 70px;
	padding: 0;
}
.rbox .bt1.linetm_bt:hover{	padding: 0;}

.rbox .bt1.linetm_bt .linetm_bt_line{
	width: 28px;
	height: 28px;
	font-size: 10px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	margin-right: 3px;
	border-radius: 50%;
}

.rbox.about .rbox_in{	padding: 40px;}
.aboutbox{
	position: relative;
	display: flex;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 0 auto 30px auto;
}
.aboutbox:last-of-type{	margin-bottom: 0;}

.aboutimg{
	width: 210px;
	height: 210px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.aboutimg img{
	width: 200px;
	height: auto;
}

.abouttxt{
	width: calc(100% - 240px);
	text-align: left;
}
.abouttxt:only-child{	width: 100%;}

.abouttxt h4{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.aboutbox:nth-of-type(odd) .aboutimg{
	margin-right: 30px;
}

.aboutbox:nth-of-type(even) .aboutimg{
	order: 2;
	margin-left: 30px;
}
.aboutbox:nth-of-type(even) .abouttxt{	order: 1;}

.abouttxt p{
	font-size: 14px;
	line-height: 22px;
}

.voicebox{
	position: relative;
	display: flex;
	width: calc(100% - 80px);
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 auto 30px auto;
}

.voicebox_l{
	width: 170px;
	height: 170px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: auto;
	overflow: hidden;
}

.voicebox_l span{
	display: inline-block;
	vertical-align: top;
	font-size: 104px;
	line-height: 170px;
	text-align: center;
}
.voicebox_l img{
	width: 170px;
	height: auto;
}

.voicebox_r{
	width: calc(100% - 195px);
	margin: 0 0 0 25px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.voicebox_r:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	left: 179px;
}
.voicebox_r p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 20px 25px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#recruit{	width: auto;}
	.topimg{
		padding: 10px 10px 0 10px;
	}
	.topimg img{
		width: 100%;
		max-width: 1120px;
		height: auto;
	}

	/** rbox **/
	.rbox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.rbox_in{
		border: none;
		padding: 0;
	}
	.rtop{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 10px;
	}

	/** info **/
	.info{
		width: 100% !important;
		padding: 0;
	}
	.info_tbb{
		display: block;
	}
	.info_in{
		display: block;
		width: 100% !important;
		position: static !important;
		float: none !important;
		vertical-align: top;
		margin: 0 0 0 0;
		padding: 0;
	}
	.info_in p{
		font-size: 13px;
		line-height: 20px;
		padding: 10px;
	}
	.point{
		margin: 0;
		border-left: none;
		border-right: none;
	}
	.point ul{	padding: 10px 5px 5px 5px;}
	.point li{
		width: calc(100% / 2 - 6px);
		margin: 0 3px 5px 3px;
		border-radius: 17.5px;
	}
	.point li span em{
		height: 35px;
		font-size: 13px;
		line-height: 14px;
	}
	.rbox .bt_bg{
		margin: 0;
		padding: 10px;
	}
	.rbox .bt_bg:last-of-type{	padding-bottom: 10px;}
	.rbox .bt1{
		display: block;
		width: auto;
		margin: 0 0 10px 0;
	}
	.rbox .bt1:last-child{	margin-bottom: 0;}
	.rbox .bt1.linetm_bt{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		padding: 0;
	}

	.rbox.about .rbox_in{	padding: 10px;}
	.aboutbox{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.aboutbox:last-of-type{	margin-bottom: 0;}

	.aboutimg{
		width: 90px;
		height: 90px;
	}
	.aboutimg img{
		width: 80px;
		height: auto;
	}
	.abouttxt{
		width: calc(100% - 100px);
		text-align: left;
	}
	.abouttxt h4{
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.aboutbox:nth-of-type(odd) .aboutimg{	margin-right: 10px;}
	.aboutbox:nth-of-type(even) .aboutimg{	margin-left: 10px;}
	.abouttxt p{
		font-size: 13px;
		line-height: 20px;
	}

	.voicebox{
		width: calc(100% - 20px);
		margin: 0;
		padding: 10px;
	}
	.voicebox_l{
		width: 60px;
		height: 60px;
	}
	.voicebox_l span{
		font-size: 34px;
		line-height: 60px;
		text-align: center;
	}
	.voicebox_l img{
		width: 60px;
		height: auto;
	}
	.voicebox_r{
		width: calc(100% - 70px);
		margin: 0 0 0 10px;
	}
	.voicebox_r:after{
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: 30px;
		left: 70px;
	}
	.voicebox_r p{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 10px 15px;
	}

}