/*============================================
メインビジュアル
===========================================*/
.main-visual {
	background-image: url('../img/company/main.jpg');
}
@media screen and (max-width: 960px) {
	.main-visual {
		background-image: url('../img/company/sp/main.jpg');
	}
}
/*============================================
sec2
===========================================*/
.section-2{
	background-color: #f9f9f9;
}
.section-2 .bg{
	background:url(../img/company/sec2_bg.jpg) no-repeat;
	background-size: contain;
	height:0;
	padding-bottom: 510px;
	position: relative;
}
.section-2 .bg .text_box{
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.section-2 .bg .text_box h3{
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
}
.section-2 .bg .text_box .ceo_name{
	text-align: right;
	font-weight:bold;
}
@media screen and (min-width: 961px) {
	.section-2 ul li:nth-of-type(2){
		border-left:0 none;
	}
}
@media screen and (max-width: 960px) {
	.section-2 .bg{
		background-image: none;
		height: auto;
		padding-bottom: 0;
	}
	.section-2 .bg .text_box{
		position:static;
		transform: translateY(0);
		width: 100%;
		margin-bottom:30px;
	}
	.section-2 .bg .text_box h3{
		font-size: 2rem;
	}
	.section-2 .bg figure img{
		width:100%;
	}
}

