@charset "UTF-8";

#main .container.is-home {
	margin-bottom: 0;
	top: 0;
}


/* --------------------------------
	ベース
-------------------------------- */
.l-section {
	padding: 90px 0;
}
.l-sectionBox_inner {
		padding: 0 0 0 60px;
}
.l-section_data {
	position: relative;
}
.l-section_head {
  border-left: 3px solid #111;
		font-weight: bold;
		margin-bottom: 40px;
  padding: 0 0 5px 60px;
  position: relative;
}
.l-section_head:before {
  background-color: #ccc;
  bottom: 0;
  content: '';
  height: 70%;
  left: -3px;
  position: absolute;
  width: 3px;
}
.l-section_head .e-en {
	display: block;
	font-size: 262.5%;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
.l-section_head .e-jp {
	display: block;
	font-size: 125%;
	line-height: 1;
}
.l-section_lead {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
.l-section_btn .e-link {
	background: #fff;
	border: 3px solid #005aab;
	border-radius: 38px;
	box-sizing: border-box;
	color: #005aab;
	display: inline-block;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1;
	margin-top: 50px;
	padding: 28px 10px;
	position: relative;
	min-width: 372px;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
}
.l-section_btn .e-link:hover {
	background: #005aab;
	color: #fff;
}
.l-section_btn .e-link:hover:after {
	border-color: #fff;
	-ms-transform: rotate(-45deg) translateX(7px,7px);
	-webkit-transform: rotate(-45deg) translateX(7px,7px);
	transform: rotate(-45deg) translate(7px,7px);
}
.l-section_btn .e-link:after {
	border-bottom: 3px solid #005aab;
	border-right: 3px solid #005aab;
	content: '';
	display: block;
	height: 7px;
	margin: auto;
	opacity: 1;
	position: absolute;
	right: 25px;
	top: calc(50% - 4px);
	width: 7px;
	transition: all 0.3s;
	-ms-transform: rotate(-45deg) translateX(0px,0px);
	-webkit-transform: rotate(-45deg) translateX(0px,0px);
	transform: rotate(-45deg) translate(0px,0px);
}
.l-section_btn.is-redBtn .e-link {
	border-color: #e60016;
	color: #e60016;
}
.l-section_btn.is-redBtn .e-link:hover {
	background: #e60016;
	color: #fff;
}
.l-section_btn.is-redBtn .e-link:after {
	border-color: #e60016;
}
.l-section_btn.is-redBtn .e-link:hover:after {
	border-color: #fff;
}

@media only screen and (max-width: 767px){
	.l-section {
		padding: 60px 0;
	}
	.l-sectionBox_inner {
		padding: 0;
	}
	.l-section_head {
		margin-bottom: 30px;
		padding: 0 0 5px 20px;
	}
	.l-section_head:before {
	}
	.l-section_head .e-en {
		font-size: 218.75%;
		margin-bottom: 10px;
	}
	.l-section_head .e-jp {
		font-size: 93.75%;
	}
	.l-section_lead {
		font-size: 112.5%;
		line-height: 1.5;
		margin-bottom: 10px;
	}
.l-section_btn .e-link {
		display: block;
		font-size: 93.75%;
		margin-top: 20px;
		padding: 15px 10px;
		min-width: 100%;
	}
	.l-section_btn .e-link:after {
	}
}


/* --------------------------------
	COMPANY 企業情報
-------------------------------- */
.l-section.is-company {
	background: url(../img/top/company_bg.png) repeat top center;
}
.l-section.is-company .l-section_figure {
	float: right;
	margin: -80px 0 0 60px;
	max-width: 52%;
}

@media only screen and (max-width: 1024px){
	.l-section.is-company .l-section_figure {
		max-width: 50%;
	}
}

@media only screen and (max-width: 990px){
	.l-section.is-company {
		padding: 100px 0 60px;
	}
	.l-section.is-company .l-section_figure {
		float: none;
		margin: 0 auto 20px;
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	.l-section_btn .e-link {
		
	}
}


/* --------------------------------
	BUSINESS 事業案内
-------------------------------- */
.l-section.is-business {
	padding: 90px 0 0
}
.l-section.is-business .c-section_text {
	box-sizing: border-box;
	padding-right: 60px;
	position: relative;
	width: calc(100% - 372px);
}
.l-section.is-business .l-section_btn {
	position: absolute;
	right: 0;
	top: -80px;
}
.l-section.is-business .l-section_btn .e-link {
	margin-top: 0;
}

@media only screen and (max-width: 767px){
	.l-section.is-business {
		padding: 60px 0 0
	}
	.l-section.is-business .c-section_text {
		padding: 0;
		width: 100%;
	}
	.l-section.is-business .l-section_btn {
		position: relative;
		top: 0;
	}
	.l-section.is-business .l-section_btn .e-link {
		margin-top: 20px;
	}
}


/* --------------------------------
	RECRUITMENT 採用情報
-------------------------------- */
.l-section.is-recruitment {
	padding: 90px 0 50px;
}
.l-section.is-recruitment .l-sectionBox {
	min-height: 562px;
}
.l-section.is-recruitment .l-section_copy .e-jp {
	display: block;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	padding: 30px 0;
}
.l-section.is-recruitment .l-section_copy .e-en {
	color: #ccc;
	display: block;
	font-size: 150%;
	line-height: 1;
}
.l-section.is-recruitment .l-section_head {
	border-left: none;
	font-size: 125%;
	margin-bottom: 0;
	padding: 0;
}
.l-section.is-recruitment .l-section_data {
	width: 45%;
}
.l-section.is-recruitment .l-section_head:before {
	display: none;
}
.l-section.is-recruitment .l-section_figure {
	max-width: 60%;
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 1024px){
	.l-section.is-recruitment .l-section_data {
		width: 50%;
	}
	.l-section.is-recruitment .l-section_figure {
		max-width: 50%;
	}
}

@media only screen and (max-width: 767px){
	.l-section.is-recruitment {
		padding: 60px 0;
	}
	.l-section.is-recruitment .l-sectionBox {
		min-height: initial;
	}
	.l-section.is-recruitment .l-section_copy .e-jp {
		font-size: 47px;
		padding: 10px 0;
	}
	.l-section.is-recruitment .l-section_copy .e-en {
		font-size: 125%;
	}
	.l-section.is-recruitment .l-section_head {
		font-size: 93.75%;
	}
	.l-section.is-recruitment .l-section_data {
		width: 100%;
	}
	.l-section.is-recruitment .l-section_figure {
		max-width: 100%;
		padding: 0 20px;
		position: relative;
	}
}


/* --------------------------------
	RECRUITMENT 採用情報
-------------------------------- */
.l-section.is-news {
	background: #111;
}
.l-section.is-news .e-link {
	color: #fff;
}
.l-section.is-news .e-link:hover {
	color: #e60016;
	text-decoration: none;
}

.l-section.is-news .l-sectionBox {
	overflow: hidden;
}
.l-section.is-news .l-section_head {
	border-color: #fff;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.l-section.is-news .l-section_head:before {
	background-color: #6f6f6f;
}
.l-section.is-news .l-section_head .e-en {
	font-weight: normal;
}
.l-section.is-news .l-section_btn2 {
	bottom: 0;
	left: 0;
	display: inline-block;
	position: absolute;
	vertical-align: top;
}
.l-section.is-news .newsList {
	float: right;
	width: 76%;
}
.l-section.is-news .newsList_item {
	border-top: 1px solid rgba(208,208,208,0.3);
	padding: 20px 0;
}
.l-section.is-news .newsList_item:first-child {
	border-top: none;
	padding: 0 0 20px;
}
.l-section.is-news .newsList_item:last-child {
	padding: 20px 0 0;
}
.l-section.is-news .newsList_item .e-time {
	display: table-cell;
	font-size: 13px;
	font-weight: bold;
	width: 7em;
}
.l-section.is-news .newsList_item .e-text {
	display: table-cell;
}
.l-section.is-news .l-section_btn2 .e-link {
	font-size: 13px;
}
.l-section.is-news .l-section_btn2 .e-link:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	display: inline-block;
	height: 6px;
	margin-left: 15px;
	width: 6px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.l-section.is-news .l-section_btn2 .e-link:before {
	background-color: #adadad;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 12px;
	vertical-align: middle;
	width: 30px;
}
.l-section.is-news .l-section_btn2 .e-link:hover {
}
.l-section.is-news .l-section_btn2 .e-link:hover:before {
	background-color: #e60016;
}
.l-section.is-news .l-section_btn2 .e-link:hover:after {
	border-color: #e60016;
}

@media only screen and (max-width: 767px){
	.l-section.is-news .l-section_head {
	}
	.l-section.is-news .newsList {
		float: none;
		width: 100%;
	}
	.l-section.is-news .newsList_item .e-time {
		display: block;
	}
	.l-section.is-news .newsList_item .e-text {
		display: block;
	}
	.l-section.is-news .l-section_btn2 {
		display: block;
		margin-bottom: 30px;
		position: relative;
		text-align: right;
	}
	.l-section.is-news .l-section_btn2 .e-link {
		color: #e60016;
	}
	.l-section.is-news .l-section_btn2 .e-link:before {
		background-color: #e60016;
	}
	.l-section.is-news .l-section_btn2 .e-link:after {
		border-color: #e60016;
	}
}