@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
#main {
	max-width:100%;
	margin:0 auto;
}
#contents section {
	padding:50px 0 70px 0;
	border-bottom:2px solid #000;
}
section div.title {
	margin-bottom:30px;
	text-align:center;
}
section div.title h3 {
	margin-bottom:1px;
	font-size:18px;
	line-height:24.7px;
	letter-spacing:5px;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
}
section div.title p {
	font-size:10px;
	line-height:24.7px;
	letter-spacing:3px;
	text-transform:uppercase;
}
#contents .sectionBox {
	padding: 50px 0 70px 0;
	border-bottom:0;
}
#contents .sectionBox.style01 {
	padding: 50px 0 40px 0;
}
#contents .sectionBox.borderBot {
	border-bottom:2px solid #000;
}
#contents .sectionBox .headline3 {
	margin-top: 0;
}
@media screen and (max-width:736px) {
	#contents .sectionBox {
		padding: 25px 0 50px 0;
	}
	#contents .sectionBox.style01 {
		padding: 25px 0 15px 0;
	}
}
/*======keyv======*/
.innerKeyv {
	display: flex;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
}
.keyvTxt {
	width: 43%;
	background-color: #fff8dc;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.keyvTxt .text {
	margin-bottom: 55px;
	padding: 0 20px;
	text-align: center;
}
.keyvTxt .text span {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 42px;
	color: #1e0e07;
	padding-bottom: 0px;
	line-height: 1.2;
	letter-spacing: 6px;
}
.keyvTxt .text span:last-child {
	margin-bottom: 0;
}
.keyvTxt .text span:last-child:after {
	content: ' 。';
	position: absolute;
	margin-left: -17px;
}
.keyvTxt .groupBtn {
	display: flex;

}
.btnLink01 {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding: 7px 22px 7px 16px;
	min-width: 172px;
	text-align: center;
	border: 2px solid #1E0E07;
	background: #FFF;
	font-size: 17px;
	transition: all .2s linear;
	letter-spacing: 4px;
}
.btnLink01.style01 {
	margin-right: 0;
	padding: 7px 58px 7px 40px;
}
.btnLink01::after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	width: 12px;
	height: 12px;
	background: url(/recruit/img/common/icon_arrow_right_black.svg) no-repeat 50% 50%;
	background-size: 12px 12px;
	transform: translate(-50%, -50%);
}
.keyvTxt .groupBtn .btnLink01:hover {
	background: #1E0E07;
	color: #FFF;
}
.keyvTxt .groupBtn .btnLink01:hover::after {
	background: url(/recruit/img/common/icon_arrow_right_white.svg) no-repeat 50% 50%;
}
.keyvImg {
	width: 57%;

}
.keyvImg img {
	display: block;
	width: 100%;
}
@media screen and (max-width:1250px) {
	.keyvTxt .text {
		margin-bottom: 28px;
	}
	.keyvTxt .text span {
		margin-bottom: 10px;
		font-size: 34px;
		letter-spacing: 4px;
	}
	.keyvTxt .text span:last-child {
		margin-bottom: 0;
	}
	.keyvTxt .text span:last-child:after {
		margin-left: -17px;
	}
	.btnLink01 {
		min-width: 116px;
		padding: 7px 20px 7px 9px;
		font-size: 14px;
		letter-spacing: 4px;
	}
	.btnLink01.style01 {
		padding: 7px 20px 7px 9px;
	}
	.btnLink01::after {
		right: 0;
		background-size: 10px 10px;
	}
	.keyvTxt .groupBtn .btnLink01:hover::after {
		background-size: 10px 10px;
	}
}

@media screen and (max-width:800px) {
	.btnLink01 {
		font-size: 12px;
	}
}

@media screen and (max-width:736px) {
	.innerKeyv {
		flex-direction: column;
	}
	.keyvTxt {
		width: 100%;
		padding: 26px 20px 15px 20px;
	}
	.keyvTxt .text {
		width: 100%;
		margin-bottom: 18px;
	}
	.keyvTxt .text span {
		font-size: 25px;
	}
	.keyvTxt .text span:last-child:after {
		margin-left: -17px;
	}
	.keyvImg {
		width: 100%;
	}
	.keyvTxt .groupBtn {
		display: flex;
		width: 100%;
		max-width: 500px;
	}
	.btnLink01 {
		width: 50%;
		padding: 12px 20px 11px 8px;
		border: 1px solid #1E0E07;
		letter-spacing: 2px;
		font-size: 12.5px;
	}
	.btnLink01.style01 {
		padding: 12px 20px 11px 8px;
	}
	.btnLink01::after {
		right: 0;
	}
}

@media screen and (max-width:374px) {
	.btnLink01 {
		letter-spacing: 0px;
		font-size: 12px;
	}
	.keyvTxt .text span {
		margin-bottom: 5px;
		letter-spacing: 2px;
		font-size: 28px;
	}
}

/*======news list==========*/
.news {
	padding-bottom:70px;
}
.news > div.title {
	margin-bottom:16px;
}
.news .content {
	max-width:980px;
	margin:0 auto;
	padding:0 3px;
}
.newsList li {
	padding:17px 0 9px;
	border-top:1px solid #E5E5E5;
	font-size:14px;
}
.newsList li:first-child {
	border-top:none;
}
.newsList span {
	display:inline-block;
	width:16%;
	letter-spacing:0.6px;
	vertical-align:middle;
	line-height:25px;
	font-size:17px;
}
.newsList span i {
	display:inline-block;
	position:relative;
	top:-3px;
	margin-left:6px;
	margin-bottom:0;
	font-style:normal;
	font-size:11px;
	color:#D80100;
	text-transform:uppercase;
	font-weight: bold;
}
.newsList a {
	display:inline-block;
	position:relative;
	top:-4px;
	width:82%;
	padding-left:5em;
	vertical-align:middle;
	text-decoration:none;
	line-height:25px;
	color:#1E0E07;
	letter-spacing:1.2px;
}
.newsList a:hover {
	text-decoration:underline;
}
.news .button01 a {
	margin-top:34px;
	padding:15px 35px 15px 20px;
}
@media screen and (max-width:374px) {
	#news div.title {
		margin-bottom: 0;
	}
}
/*=========.interview========*/
.interview > .title {
	/*margin-top:3px;*/
	margin-bottom:32px;
}
.interview ul {
	margin:0;
}
.interview ul li {
	margin:0 0 0 1.9%;
}
.interview ul li:first-child {
	margin-left:0;
}
.interview .button01 a {
	margin-top:45px;
	padding:15px 20px 15px 20px;
}
/*==========corporate==========*/
.corporate .content .info {
	float:left;
	width:40%;
	padding-right:75px;
}
.corporate .content .info h3 {
	margin-top:41px;
	margin-bottom:41px;
	padding-bottom:16px;
	font-size:18px;
	font-weight:bold;
	border-bottom:3px solid;
	letter-spacing:5px;
}
.corporate .content .info h4 {
	margin-bottom:27px;
}
.corporate .content .info p {
	font-size:13px;
	line-height:35px;
	letter-spacing:3px;
	font-weight:bold;
}
.corporate .content .image {
	text-align: center;
}
.corporate .buttons {
	margin-top:45px;
	text-align:center;
}
.corporate .buttons .button02 {
	display:inline-block;
	margin:0 8px;
	text-align:center;
}
.corporate .buttons .button02 a {
	display:inline-block;
	width:267px;
	padding:25px 10px 19px;
	border:2px solid #CCCACA;
	font-size:15px;
	letter-spacing:3px;
}
@media screen and (min-width:737px) {
	.corporate .buttons .button02 a:hover {
		border-color:#1E0E07;
		background:#1E0E07;
		color:#FFF;
	}
}
.corporate .buttons .button02 a img {
	display:inline-block;
	position:relative;
	left:-10px;
	vertical-align:middle;
}
/*========works=========*/
.works .content .image {
	float:left;
	width:60%;
}
.works .content .image p {
	float:left;
	width:49%;
	margin-left:2%;
}
.works .content .image p:first-child {
	margin-left:0;
}
.works .content .info {
	float:right;
	width:40%;
	padding-left:72px;
	font-size:13px;
}
.works .content .info h3 {
	margin-top:60px;
	margin-bottom:30px;
	padding-bottom:15px;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	border-bottom:3px solid #000;
	letter-spacing:5px;
}
.works .content .info p {
	line-height:35px;
	letter-spacing:3.6px;
	font-weight:bold;
}
.works .button01 {
	margin-top:47px;
}
.works .button01 a {
	padding:15px 20px 15px 20px;
}
/*=========coenRecruit==========*/
#contents section.coenRecruit {
	border-bottom:0;
	padding-bottom:50px;
}
.coenRecruit h4 {
	margin-top:7px;
	margin-bottom:31px;
	font-size:18px;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing:4.5px;
	text-align:center;
}
.coenRecruit .content p.title {
	margin-bottom:28px;
	font-weight:bold;
	letter-spacing:3.7px;
}
.coenRecruit .content ul {
	margin:0 -1%;
}
.coenRecruit .content ul li {
	float:left;
	width:18%;
	margin:0 1%;
	margin-bottom:19px;
}
.coenRecruit .content ul li a {
	overflow:hidden;
	position:relative;
	display:block;
	height:0;
	padding-bottom:100%;
	opacity:1;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.coenRecruit .content ul li a:hover {
	opacity:0.6;
}
.coenRecruit .content ul li a img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:150%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.coenRecruit .content .button01 {
	margin-top:32px;
}
.coenRecruit .content .button01 a {
	padding:15px 20px 15px 20px;
}
.coenRecruit .content .button01 a:after {
	/* top:15px; */
	width:15px;
	height:14px;
	background:url(/recruit/img/common/icon_window.gif);
}
.coenRecruit .content .button01 a:hover:after {
	background:url(/recruit/img/common/icon_window02.gif);
}
.coenRecruit ul.social {
	margin-top:32px;
	text-align:center;
}
.coenRecruit ul.social li {
	display:inline-block;
	margin:0 3px;
}
.coenRecruit ul.social li a {
	display:inline-block;
}
.coenRecruit ul.social li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}
@media screen and (min-width:992px) and (max-width:1200px) {
	#contents section {
		padding:41px 10px 70px;
	}
	.pageTop {
		padding:0 15px;
	}
	#footer {
		padding:19px 10px 17px;
	}
}
@media screen and (min-width:737px) and (max-width:991px) {
	.newsList span {
		width:20%;
	}
	.newsList a {
		width:79%;
	}
	#contents section {
		padding:41px 10px 70px;
	}
	.corporate .content .image {
		width:55%;
	}
	.corporate .content .info h3 {
		margin-bottom:21px;
		margin-top:0;
	}
	.corporate .content .info h4 {
		margin-bottom:10px;
	}
	.corporate .content .info h4 img {
		min-width:200px;
	}
	.corporate .content .info p {
		font-size:12px;
		line-height:27px;
		letter-spacing:1px;
	}
	.corporate .buttons .button02 {
		margin:0 4px;
	}
	.corporate .buttons .button02 a {
		width:224px;
		padding:18px 10px 15px;
		font-size:13px;
		letter-spacing:2px;
	}
	.corporate .buttons .button02 a img {
		max-width:40px;
		max-height:25px;
	}
	.works .content .info {
		padding-left:29px;
	}
	.works .content .info h3 {
		margin-top:11px;
		margin-bottom:20px;
		padding-bottom:8px;
	}
	.works .content .info p {
		line-height:28px;
		letter-spacing:2.6px;
	}
	.pageTop {
		padding:0 15px;
	}
}
@media screen and (max-width:736px) {
	#keyv .pcDisplay {
		display:none;
	}
	#keyv .spDisplay {
		display:inline-block;
	}
	#keyv.firstTime {
		height:0;
		padding-bottom:96.13%;
	}
	#header .viewInner {
		padding:0;
	}
	#keyv li .textContent .wrap {
		text-align:left;
		margin-left:3em !important;
		}
	#keyv .wrap h2 {
		font-size:2.25em;
		line-height:1.8;
		margin-bottom:0.5em;
	}
	#keyv .wrap h2 br {
		display:block
	}
	#txtKeyv01 .wrap {
	}
	#txtKeyv02 .wrap {
	}
	#txtKeyv03 .wrap {
	}
	#keyv .wrap h2 {
	}
	#keyv .pager-wrap {
		bottom:0;
	}
	#keyv .pager-wrap .pager a {
		width:7px;
		height:7px;
		margin:0 3px;
	}
	#contents section {
		padding:32px 0 42px 0;
	}
	section div.title {
		margin-bottom:15px;
	}
	section div.title h3 {
		font-size:15px;
		line-height:16px;
		letter-spacing:4px;
		margin-bottom:0;
	}
	section div.title p {
		letter-spacing:1px;
	}
	.newsList span {
		width:100%;
		font-size:11px;
		line-height:16px;
	}
	.newsList span i {
		font-style:normal;
		top:0;
		font-size:10px;
	}
	.newsList a {
		top:0;
		width:100%;
		padding-left:0;
		font-size:11px;
		letter-spacing:0;
	}
	.newsList li {
		padding:17px 0 14px;
	}
	.news > div.title {
		margin-bottom:0;
	}
	.news .content {
		padding:0;
	}
	.interview .button01 a,
	.works .button01 a,
	.news .button01 a {
		padding:14px 70px 13px 70px;
	}
	.news .button01 a {
		margin-top:6px;
		font-size:11px;
	}
	.interview > .title {
		margin-bottom:15px;
	}
	.interview ul {
		margin:0 -5px;
	}
	.interview ul li {
		width:50%;
		margin-left:0;
		margin-bottom:10px;
		padding:0 5px;
	}
	.interview .content p.intro {
		line-height:16px;
		font-size:10px;
	}
	.interview .content p.image {
		margin-bottom:4px;
	}
	.interview .button01 a {
		margin-top:15px;
	}
	.corporate .content .info {
		width:100%;
		float:none;
		padding:0;
	}
	.corporate .content .info h3 {
		font-size:12px;
		padding-bottom:6px;
		margin-bottom:18px;
		margin-top:2px;
		letter-spacing:3px;
	}
	.corporate .content .info h4 {
		margin-bottom:6px;
		max-width:160px;
	}
	.corporate .content .info p {
		font-size:10px;
		line-height:21px;
		letter-spacing:1px;
		margin-bottom:16px;
	}
	.corporate .content .image {
		width:100%;
		float:none;
	}
	.corporate .buttons {
		margin:30px -5px 0;
	}
	.corporate .buttons .button02 {
		float:left;
		width:50%;
		margin:0;
		margin-bottom:10px;
		padding:0 5px;
	}
	.corporate .buttons .button02 a {
		width:100%;
		padding:17px 0;
		border:1px solid #CCCACA;
		font-size:10px;
		letter-spacing:0;
	}
	.corporate .buttons .button02 a img {
		left:-5px;
		max-width:31px;
		max-height:18px;
	}
	.works .content .info {
		width:100%;
		float:none;
		padding-left:0;
		font-size:11px;
	}
	.works .content .info h3 {
		font-size:13px;
		font-weight:bold;
		line-height:20px;
		padding-bottom:6px;
		border-bottom:2px solid #000;
		margin-top:15px;
		letter-spacing:3px;
		margin-bottom:18px;
	}
	.works .content .info p {
		line-height:17px;
		letter-spacing:1.6px;
		font-size:10px;
		margin-bottom:15px;
	}
	.works .content .image {
		float:none;
		width:100%;
	}
	.works .button01 {
		margin-top:25px;
	}
	.coenRecruit h4 {
		margin-bottom:16px;
		font-size:15px;
		letter-spacing:3.5px;
	}
	.coenRecruit .content p.title {
		letter-spacing:0;
		margin-bottom:18px;
		font-size:10px;
	}
	.coenRecruit .content ul {
		margin:0 -5px;
	}
	.coenRecruit .content ul li {
		width:33.33%;
		margin:0;
		margin-bottom:10px;
		padding:0 5px;
	}
	.coenRecruit .content ul li:last-child {
		display:none;
	}
	.coenRecruit .content ul li a img {
		width:auto;
		max-width:150%;
	}
	.coenRecruit .content .button01 {
		margin-top:15px;
	}
}
.infoDetail .linkLocation {
	position: relative;
	padding-left: 20px;
	text-decoration: underline;
}
.infoDetail .linkLocation:hover {
	text-decoration: none;
}
.infoDetail .linkLocation::before {
	position: absolute;
	content:"";
	left: 0;
	top: -2px;
	width: 13px;
	height: 19px;
	background: url(../img/common/map.svg) no-repeat 50% 50%;
	background-size: 13px 19px;
}
.blockInterview {
	display: flex;
	margin-bottom: 80px;
}
.blockInterview.style01 {
	flex-direction: row-reverse;
	margin-bottom: 0;
}
.blockInterview.style01 .image {
	margin-left: 4%;
	margin-right: 0;
}
.blockInterview .image {
	position: relative;
	width: 62%;
	margin-right: 4%;
}
.blockInterview .image img {
	display: block;
	width: 100%;
}
.blockInterview .image .employee {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 135px;
	padding: 9px 15px 9px 15px;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #fff8dc;
	text-align: center;
	letter-spacing: 6px;
}
.blockInterview .image .employee.blue {
	background-color: #f5fffa;
}
.blockInterview .blockInfo {
	width: 34%;
}
.blockInterview .blockInfo .button01 {
	padding: 0;
	margin-top: 0;
	text-align: left;
	letter-spacing: 2px;
}
.blockInterview .blockInfo .button01 a {
	letter-spacing: 1px;
}
.blockHeadTitle {
	border-bottom: 3px solid #1e0e07;
}
.blockHeadTitle .subTitle {
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: #f5f2f2;
	letter-spacing: 4px;
}
.blockHeadTitle .title {
	padding-bottom: 15px;
	font-size: 18px;
	font-family: a-otf-futo-go-b101-pr6n,sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: 2px;
}
.interviewContent {
	padding: 30px 0;
}
.interviewContent .text {
	font-size: 13px;
	line-height: 2.7;
}
@media screen and (max-width:736px) {
	.blockInterview {
		flex-direction: column;
		margin: 0 -15px 40px -15px;
	}
	.blockInterview.style01 {
		flex-direction: column;
		margin-bottom: 0;
	}
	.blockInterview.style01 .image {
		margin-left: 0;
		margin-right: 0;
	}
	.blockInterview .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.blockInterview .image img {
		display: block;
		width: 100%;
	}
	.blockInterview .image .employee {
		min-width: 90px;
		padding: 5px 15px 5px 15px;
		letter-spacing: 2px;
		font-size: 10px;
	}	
	.blockInterview .blockInfo {
		width: 100%;
		padding: 0 15px;
	}
	.blockInterview .blockInfo .button01 a {
		width: 230px;
	}
	.blockHeadTitle {
		border-bottom: 2px solid #1e0e07;
	}
	.blockHeadTitle .title {
		padding-bottom: 10px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	.blockHeadTitle .subTitle {
		margin-bottom: 8px;
		padding: 2px 5px 2px 5px;
		font-size: 10px;
		letter-spacing: 3px;
	}
	.interviewContent {
		padding: 20px 0;
	}
	.interviewContent .text {
		font-size: 10px;
		line-height: 1.7;
	}
	.blockInterview .blockInfo .button01 {
		text-align: center;
	}
}
#contents section.works {
	border-bottom: 0;
}
#contents section.about {
	padding: 50px 0 0 0;
	border-bottom: 0;
}
#contents section.about div.title {
	margin-bottom: 20px;
}
.headline3.style02 {
	margin-top: 0;
}
@media screen and (max-width:736px) {
	.comparative .image {
		padding: 2% 20%;
	}
}




