@charset "utf-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/

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

　目次

-------------------------------------------------------------------------------

	01. index

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

/** -------------------------------------------------------
 ** 01. index
 ** ------------------------------------------------------- */
#home #contents {
	background-position: center 535px;
}
#home #gnav ul li#gnav_top a {
	background-position: 0 -36px;
}
@media screen and (min-width: 1020px) {
/*#home #contents {
	padding-top: 135px;
}*/
}

/* mv
----------------------------------------------------*/
.index .mv {
	overflow: hidden;
	/*height: 520px;*/
}
.index .mv_child {
	background-repeat: no-repeat;
	background-position: center top;
	height: 520px;
	float: left;
}
.index .mv_child01 {
	background-image: url(/img/index_mv_bg01.jpg);
	background-size: cover;
}
.index .mv_child02 {
	background-color: #000;
	background-image: url(/img/index_mv_bg02.jpg);
	background-size: auto 100%;
}
.index .mv_child a {
	outline: none;
	display: block;
}
.index .mv_child a:hover {
	opacity: 0.8;
}
#contents .index .mv_child a img:hover {
	opacity: 1;
}
.index .mv_inner {
	max-width: 980px;
	height: 100%;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.index .mv_inner p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 35px;
}
.index .mv_inner p img {
	width: 100%;
}
.index .mv .slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	padding: 15px 0 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	clear: both;
}
.index .mv .slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
.index .mv .slick-dots li button {
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	line-height: 1;
	text-indent: -9999px;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0;
	border: none;
	outline: none;
}
.index .mv .slick-dots li button + button {
	display: none;
}
.index .mv .slick-dots li.slick-active button {
	background: #0168b7;
}


/* SP */
@media screen and (max-width: 1019px) {
.index .mv {
	
}
.index .mv_child {
	height: auto;
}
.index .mv_inner {
	width: 100%;
}
.index .mv_inner p {
	padding: 0;
}

}
/* sec01
----------------------------------------------------*/
.index .sec01 section {
	float: left;
	width: 470px;
}
@media screen and (min-width: 1019px) {
	.index .sec01 section:nth-child(even) {
		float: right;
	}
	.index .sec01 section:nth-child(n+3) {
		margin-top: 50px;
	}
}
.index .sec01 h2 {
	margin: 10px 0 29px;
}
.index .sec01 p a {
	display: block;
}
.index .sec01 p.noLink a:hover {
	opacity: 1;
	cursor: default;
}
.index .sec01 p a:hover {
	opacity: 0.6;
}
.index .sec01 p a:hover img {
	opacity: 1 !important;
}
.index .sec01 p a > span {
	width: 100%;
	height: 70px;
	display: table;
	background: #222;
	position: relative;
}
.index .sec01 p a > span span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 0 52px 0 20px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.8;
}
.index .sec01 p a > span:after {
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background: url(/common/img/cmn_ico_arrow03.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -11px 0 0;
}
.index .sec01 p a > span span strong {
	font-size: 1.8rem;
}
.index .sec01 > .label01 p a {
	position: relative;
}
.index .sec01 > .label01 p a:before {
	content: "";
	display: block;
	width: 152px;
	height: 46px;
	background: url(/img/pc/label_recruit.png) no-repeat left top;
	position: absolute;
	top: 20px;
	left: -6px;
}

/* SP */
@media screen and (max-width: 1019px) {
.index .sec01 section,
.index .sec01 section:last-child {
	float: none;
}
.index .sec01 section {
	width: 100%;
}
.index .sec01 section + section {
	margin: 25px auto 0;
}
.index .sec01 h2 {
	margin: 5px 0 10px;
}
.index .sec01 p a:hover {
	opacity: 1;
}
.index .sec01 p a > span {
	height: 85px;
}
.index .sec01 p a > span span {
	padding: 0 38px 0 10px;
}
.index .sec01 p a > span:after {
	width: 9px;
	height: 16px;
	right: 15px;
}
.index .sec01 > .label01 p a:before {
	content: "";
	display: block;
	width: 110px;
	height: 38px;
	background: url(/img/sp/label_recruit.png) no-repeat left top;
	background-size: 110px;
	position: absolute;
	top: 20px;
	left: -4px;
}

}
/* sec02
----------------------------------------------------*/
.index .sec02 {
	width: 800px;
	margin: 60px auto 0;
	background: #fff;
	position: relative;
}
.index .sec02 h2 {
	background: #0061b1;
	padding: 10px 15px;
	color: #fff;
	font-size: 1.8rem;
}
.index .sec02 .list01 a {
	display: block;
	/*padding: 7px 40px 7px 15px;*/
	/*border-bottom: 1px dotted #d9d9d9;*/
	position: relative;
}
.index .sec02 .list01 a:after {
	content: "";
	display: block;
	width: 10px;
	height: 18px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat left top;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -9px 0 0;
}
.index .sec02 .list01 dl {
	/*padding: 0 0 0 5.28em;*/
	padding: 7px 40px 7px 6em;
	border-bottom: 1px dotted #d9d9d9;
	position: relative;
}
.index .sec02 .list01 dd {
	margin: -2em 0 0 7em;
}
.index .sec02 .list01 dd strong {
	position: absolute;
	top: 0.4em;
	left: 0;
	font-size: 1.1rem;
	color: #fff;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin: 6px 0 6px 10px;
}
.index .sec02 .list01 dd strong.recruit {
	background: #70bd81;
}
.index .sec02 .list01 dd strong.news {
	background: #a589c9;
}
.index .sec02 .list01 dd strong.field_star {
	background: #3a9efb;
}
.index .sec02 p {
	position: absolute;
	right: 20px;
	top: 0.9em;
	font-size: 1.5rem;
}
.index .sec02 p a {
	color: #fff;
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/common/img/cmn_ico_arrow02.png) no-repeat left center;
	background-size: 8px auto;
}

.index .sec02 .list01 .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}
.index .sec02 .list01 .linkBlank:hover dd span {
	text-decoration: underline;
}

/* SP */
@media screen and (max-width: 1019px) {
.index .sec02 {
	width: auto;
	margin: 30px 0 0;
	padding: 0 0 20px;
}
.index .sec02 h2 {
	padding: 5px 10px;
	font-size: 1.7rem;
}
.index .sec02 .list01 a {
	/*padding: 10px 20px 7px 0;*/
}
.index .sec02 .list01 a:after {
	width: 9px;
	height: 16px;
	background-size: 9px auto;
	right: 5px;
	margin: -8px 0 0;
}
.index .sec02 .list01 {
	padding: 0 10px;
}
.index .sec02 .list01 dl {
	padding: 10px 20px 7px 0;
}
.index .sec02 .list01 dt {
	font-size: 1.2rem;
	padding: 0 0 0 6.5em;
}
.index .sec02 .list01 dd {
	margin: 5px 0 0;
}
.index .sec02 .list01 dd strong {
	top: 0;
	left: 0;
	font-size: 1.2rem;
	width: 5.5em;
	margin: 10px 0 0 0;
}
.index .sec02 p {
	position: static;
	display: table;
	width: 39.43%;
	height: 50px;
	margin: 19px auto 0;
}
.index .sec02 p a {
	display: table-cell;
	padding: 0 5px 0;
	background: #222;
	text-align: center;
	vertical-align: middle;
}
.index .sec02 p a span {
	display: inline-block;
	background: url(/common/img/cmn_ico_arrow02.png) no-repeat left center;
	background-size: 8px auto;
	padding: 0 0 0 16px;
}
.index .sec02 .list01 .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}


}
/* bnr01
----------------------------------------------------*/
.index .bnr01 {
	text-align: center;
	margin: 60px 0 0;
}

/* SP */
@media screen and (max-width: 1019px) {
.index .bnr01 {
	margin: 30px 0 0;
}
}
/* sec03
----------------------------------------------------*/
.index .sec03 {
	margin: 60px 0 0;
}
.index .sec03 ul {
	margin: 30px 0 0;
}
.index .sec03 ul li {
	float: left;
	margin: 0 0 0 20px;
}
.index .sec03 ul li:first-child {
	margin: 0;
}
.index .sec03 ul li a {
	display: block;
}
.index .sec03 ul li a:hover {
	opacity: 0.6;
}
.index .sec03 ul li a:hover img {
	opacity: 1 !important;
}
.index .sec03 ul li a > span {
	width: 230px;
	height: 120px;
	display: table;
	background: #222;
	position: relative;
	padding-bottom: 10px;
}
.index .sec03 ul li a > span span {
	display: table-cell;
	vertical-align: top;
	color: #fff;
	padding: 8px 40px 0 20px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.8;
}
.index .sec03 ul li a > span:after {
	content: "";
	display: block;
	width: 12px;
	height: 22px;
	background: url(/common/img/cmn_ico_arrow03.png) no-repeat left top;
	background-size: 10px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin: -11px 0 0;
}
.index .sec03 ul li a > span span strong {
	font-size: 1.74rem;
}


/* SP */
@media screen and (max-width: 1019px) {
.index .sec03 {
	margin: 30px 0 0;
}
.index .sec03 ul {
	margin: 10px 0 0;
}
.index .sec03 ul li {
	width: 48.59%;
	margin: 0;
}
.index .sec03 ul li:nth-child(2n) {
	float: right;
}
.index .sec03 ul li:nth-child(3),
.index .sec03 ul li:nth-child(4) {
	margin: 10px 0 0;
}
.index .sec03 ul li a > span {
	width: 100%;
}
.index .sec03 ul li a:hover {
	opacity: 1;
}
.index .sec03 ul li a > span span {
	padding: 5px 38px 5px 10px;
}
.index .sec03 ul li a > span:after {
	width: 9px;
	height: 16px;
	right: 15px;
}
.index .sec03 ul li a > span span strong {
	display: block;
	//height: 40px;
}
}
