@charset "utf-8";
/*=================================
recruit_index.css
@media only screen and (max-width: 767px)
clearfix
================================ */

/* layout 
-------------------------------- */
body.index #main {
	width: 100%;
}
body.index #container {
	margin-top: 100px;
}
body.index #container .contentsBody {
	width: 1000px;
	margin: 0 auto;
}

/* common
-------------------------------- */
body.index .heading2.is-recruitTop {
	font-size: 2.8rem;
}
body.index .heading2.is-recruitTop + * {
	margin-top: 2em !important;
}


@media only screen and (min-width: 768px) {

/* slider 
-------------------------------- */
.slideList .spElement {	display: none	!important }
.slideList .pcElement {	display: block !important }

body.index .recruit-mainSlider {
	position: relative;
	width: 100%;
	height: 520px;
  overflow: hidden;
}
body.index .recruit-mainSlider .openingImage {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	overflow: hidden;
	z-index: 10;
}
body.index .recruit-mainSlider .slick-dotted.slick-slider {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 520px;
	margin-left: -960px;
	margin-bottom: 0;
}
body.index .recruit-mainSlider .slideList .slick-slide {
	height: 520px;
}
body.index .recruit-mainSlider .slick-dots {
	bottom: 20px;
}
body.index .recruit-mainSlider .slick-dots li button:before {
	border: solid 1px #ffffff;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.index .recruit-mainSlider .slick-dots li.slick-active button:before {
	background: #ffffff;
}

}

/* nav 
-------------------------------- */
.recruit-topNavWrap {
	position: relative;
	background: #444444;
	padding-top: 3px;
}
.recruit-topNavWrap:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
}
.recruit-topNav {
	display: table;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
}
.recruit-topNav > li {
	display: table-cell;
	vertical-align: middle;
}
.recruit-topNav > li > a {
	position: relative;
	display: -webdata-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 15px 0;
	font-size: 1.7rem;
	color: #ffffff;
}
.recruit-topNav > li > a:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	display: inline-block;
	width: 1px;
	height: calc(100% - 30px);
	background: #656565;
}
.recruit-topNav > li:first-child > a:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	width: 1px;
	height: calc(100% - 30px);
	background: #656565;
}
.recruit-topNav > li > a:hover {
	color: #fff!important;
	background: #575757;
	text-decoration: none;
	opacity: 1!important;
}
.recruit-topNav > li > a > span {
	display: block;
	padding: 0.6em 0;
}
.recruit-topNav > li > a:hover > span {
	text-decoration: none;
}

/* entry area
-------------------------------- */
.recruit-topEntryArea {
	position: relative;
}
.recruit-topEntryArea:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	display: inline-block;
	width: 1920px;
	height: 630px;
	margin-left: -960px;
	background: url(../png/index_bg01-3.png) no-repeat 0 0;
	z-index: -1;
}
.recruit-topEntryArea .is-arrowHeading.is-recruitTop {
	padding-bottom: 1em;
	background: url(../png/recruit_bg03.png) no-repeat 50% 100%;
}
.recruit-topEntryArea .btnLink.is-recruit,
.recruit-topEntryArea .is-arrowHeading + .btnLink.is-recruit {
	margin-top: 2em !important;
}
.recruit-topEntryArea .btnLink.is-recruit > li > a > span {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1em 3em;
}
.recruit-topEntryArea .btnLink.is-recruit em {
	padding-right: 0.5em;
	font-size: 3.2rem;
}
.cardLink.is-recruitTop > .column {
	position: relative;
	min-height: 185px;
}
.cardLink.is-recruitTop > .column > a {
	overflow: hidden;
}
.cardLink.is-recruitTop > .column .cardDetail {
	width: 100%;
	height: 100%;
}
.cardLink.is-recruitTop > .column .cardDetail > .inner {
	position: relative;
	margin-top: 0;
	height: auto;
	padding: 0.8em;
	background: #ffffff;
	-webkit-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
	-moz-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
	-o-transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
	transition: margin-top 0.3s, opacity 0.3s, height 0.1s;
}
.cardLink.is-recruitTop > .column > a:hover .cardDetail > .inner:not(.no-slide) {
	position: absolute;
	margin-top: -134px;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	background: linear-gradient(to right, #ffeea8 0%, #f9d74e 14%, #8db614 28%, #50c063 42%, #68b2b9 56%, #608bd3 70%, #6a71cc 84%, #f26177 100%);
	z-index: 2;
}
.cardLink.is-recruitTop > .column > a:hover .cardDetail > .inner:not(.no-slide):before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 254, 0.8) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
	z-index: -1;
}
.cardLink.is-recruitTop > .column .cardDetail .datailText {
	padding: 0;
	height: 0;
	opacity: 0;
	font-size: 1rem;
}
.cardLink.is-recruitTop > .column > a:hover .cardDetail .datailText {
	padding: 0.5em 0 0;
	height: 100%;
	opacity: 1;
}
.cardLink.is-recruitTop > .column .linkText {
	padding: 0;
}
.cardLink.is-recruitTop .textWrap {
	display: table;
	width: 100%;
	padding: 0.8em 0.8em 0.8em 0.5em;
	box-sizing: border-box;
}
.cardLink.is-recruitTop .textWrap .icon {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	padding-right: 0.5em;
	text-align: center;
}
.cardLink.is-recruitTop .textWrap .text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em;
	border-left: solid 1px #e5e5e5;
	font-size: 1.7rem;
}
.cardLink.is-recruitTop .textWrap .text:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruit-entryColumn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 4em;
}
.recruit-entryColumn > .column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	width: calc((100% - 32px) / 2);
	margin: 32px 0 0 30px;
}
.recruit-entryColumn > .column:nth-child(-n+2) {
	margin-top: 0;
}
.recruit-entryColumn > .column:nth-child(2n+1) {
	margin-left: 0;
}
.recruit-entryColumn > .column > *:first-child {
	margin-top: 0 !important;
}

/* brochure button
-------------------------------- */
.recruit-brochure-btn--wrap {
	display: flex;
	flex-flow: row wrap;
	margin: 110px 0 0;
}
.recruit-brochure-btn--wrap > * {
	width: calc(((100% - (32px * 1)) / 2) - .1px);
	margin-left: 32px;
}
.recruit-brochure-btn--wrap > *:nth-child(2n+1) {
	margin-left: 0;
}
.recruit-brochure-btn--wrap > *:nth-child(n+3) {
	margin-top: 26px;
}
.recruit-brochure-btn {
	height: 100%;
}
.recruit-brochure-btn > [class*="recruit-brochure-btn-link"] {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 100%;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	color: #333;
	line-height: 1.5;
}
.recruit-brochure-btn > [class*="recruit-brochure-btn-link"]:hover {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none !important;
}
.recruit-brochure-btn-link--download {
	display: block !important;
	padding: 21px 50px 15px 130px;
}
.recruit-brochure-btn-link--download:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-top: -8px;
	background: url(../png/index_ic01-2.png) no-repeat 0 0;
}
.recruit-brochure-btn-link--download:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 122px;
	height: 122px;
	background: url(../png/index_bg04-2.png) no-repeat 0 0;
}
.recruit-brochure-btn-link::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	transform: rotate(45deg);
	content: "";
}
.recruit-brochure-btn-link--blank::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../png/com_sprite01.png) no-repeat;
	background-position: -160px 0;
	content: "";
}
.recruit-brochure-btn-head {
	width: 22%;
	max-width: 106px;
	flex-shrink: 0;
}
.recruit-brochure-btn-body {
	width: 100%;
	padding: 18px 30px 14px 20px;
}
.recruit-brochure-btn-text {
	display: block;
	font-size: 1.6rem;
	color: #3366cc;
}
.recruit-brochure-btn-link:hover .recruit-brochure-btn-text {
	text-decoration: underline;
}
.recruit-brochure-btn-link:visited .recruit-brochure-btn-text {
	color: #6d4d8c;
}
.recruit-brochure-btn-sub {
	display: inline-block;
	font-size: 1.3rem;
	color: #707070;
	text-decoration: none !important;
}
.recruit-brochure-btn-sub:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../png/com_sprite01.png) no-repeat -180px 0;
	border: none;
	vertical-align: middle;
}


/* news
-------------------------------- */
.recruit-news  {
	margin-top: 4em;
}
.recruit-news .recruit-news-title {
	float: left;
	width: 100px;
	padding-top: 1em;
	margin-right: 35px;
	font-size: 1.6rem;
}
.recruit-news.is-new .recruit-news-title {
	border-top: solid 2px #4eba6e;
}
.recruit-news.is-career .recruit-news-title {
	border-top: solid 2px #be6694;
}
.recruit-news.is-disabilities .recruit-news-title {
	border-top: solid 2px #f5b582;
}
.recruit-news .recruit-news-detail {
	overflow: hidden;
}
.recruit-news .recruit-news-detail > *:first-child {
	margin-top: 0 !important;
}
.newsInfo.is-recruitTop > .newsBox {
	margin-top: 0;
	padding-bottom: 0;
}
.newsInfo.is-recruitTop > .newsBox .date {
	padding: 1em 0;
}
.newsInfo.is-recruitTop > .newsBox > dl > dd > a,
.newsInfo.is-recruitTop > .newsBox > dl > dd > span {
	display: block;
	padding: 1em 0;
}
.newsInfo.is-recruitTop > .newsBox:first-child .date,
.newsInfo.is-recruitTop > .newsBox:first-child > dl > dd > a,
.newsInfo.is-recruitTop > .newsBox:first-child > dl > dd > span {
	padding-top: 0;
}
.recruit-news .newsBox {
	display: none;
}
.recruit-news .newsBox.is-open {
	display: block;
}
.recruit-news .recruit-news-button {
	margin-top: 1.5em;
	padding-bottom: 1em;
}
.recruit-news .recruit-news-button li a > span:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.recruit-news .recruit-news-button.is-close li a > span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media print, screen and (min-width: 768px) {
	.recruit-news .recruit-news-title .recruit-news-new {
		display: none;
	}
	.recruit-news .newsInfo .newsBox > dl.is-new .date {
		position: relative;
		padding-top: 25px;
	}
	.recruit-news .newsInfo .newsBox > dl.is-new > dd > a,
	.recruit-news .newsInfo .newsBox > dl.is-new > dd > span {
		padding-top: 25px;
	}
	.recruit-news .newsInfo .newsBox > dl.is-new .newsNewIcon {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}
	.recruit-news .newsInfo .newsBox + .newsBox > dl.is-new .date,
	.recruit-news .newsInfo .newsBox + .newsBox > dl.is-new > dd > a,
	.recruit-news .newsInfo .newsBox + .newsBox > dl.is-new > dd > span {
		padding-top: calc(1em + 25px);
	}
	.recruit-news .newsInfo .newsBox + .newsBox > dl.is-new  .newsNewIcon {
		top: 1em
	}
}

@media only screen and (max-width: 767px) {
	
	/* layout 
	-------------------------------- */
	body.index #container {
		margin-top: 55px;
	}
	body.index #container .contentsBody {
		width: 100%;
	}
	
	/* common
	-------------------------------- */
	body.index .heading2.is-recruitTop {
		font-size: 2rem;
	}
	body.index .heading2.is-recruitTop + * {
		margin-top: 1em !important;
	}
	
	/* slider 
	-------------------------------- */
	.slideList .pcElement {	display: none !important;	}
	.slideList .spElement {	display: block !important;	}
	body.index .recruit-mainSlider {
		position: relative;
		width: auto;
		margin: 0 -15px;
		overflow: hidden;
	}
	body.index .recruit-mainSlider .openingImage {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		z-index: 10;
	}
	body.index .recruit-mainSlider .openingImage img {
		width: 100%;
	}
	body.index .recruit-mainSlider .slick-dotted.slick-slider {
		width: auto;
		margin-bottom: 0;
		overflow: hidden;
	}
	body.index .recruit-mainSlider .slick-dotted.slick-slider .slick-track {
		overflow: hidden;
	}
	body.index .recruit-mainSlider .slick-dotted.slick-slider .slick-track .slick-slide > img {
		width: 100%;
	}
	body.index .recruit-mainSlider .slick-dots {
		bottom: 20px;
	}
	body.index .recruit-mainSlider .slick-dots li button:before {
		border: solid 1px #dddddd;
		background: rgba(255, 255, 255, 0.3);
	}
	body.index .recruit-mainSlider .slick-dots li.slick-active button:before {
		background: #dddddd;
	}
		
	/* nav 
	-------------------------------- */
	.recruit-topNavWrap {
		margin: 0 -15px;
	}
	.recruit-topNav {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row wrap;
		width: 100%;
	}
	.recruit-topNav > li {
		display: block;
		width: 33%;
	}
	.recruit-topNav > li:nth-child(3n) {
		width: 34%;
	}
	.recruit-topNav > li > a {
		padding: 0.5em;
		border-top: solid 1px #656565;
		border-left: solid 1px #656565;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.recruit-topNav > li:nth-child(-n+3) > a {
		border-top: 0;
	}
	.recruit-topNav > li:nth-child(3n+1) > a {
		border-left: 0;
	}
	.recruit-topNav > li:first-child > a:after,
	.recruit-topNav > li > a:before {
		display: none;
	}
	.recruit-topNav > li > a > span {
		padding: 0;
	}
	
	/* news
	-------------------------------- */
	.recruit-news {
		margin-top: 1.5em;
		border: solid 1px #e6e6e6;
	}
	.recruit-news .recruit-news-detail {
		overflow: auto;
	}
	.recruit-news .recruit-news-title {
		position: relative;
		float: none;
		width: 100%;
		padding: 1em 3em 1em 1em;
	}
	.recruit-news .recruit-news-title.has-new {
		padding-right: 120px;
	}
	.recruit-news .recruit-news-title.has-new .recruit-news-new {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 45px;
		padding: 5px 10px;
		background-color: #f5f5f5;
		font-size: 1.1rem;
		line-height: 1;
		transform: translateY(-50%);
		transition-property: opacity;
		transition-duration: 0.2s;
	}
	.recruit-news.is-open .recruit-news-title.has-new .recruit-news-new {
		opacity: 0;
	}
	.recruit-news .recruit-news-title.has-new .recruit-news-new .recruit-news-new__count {
		margin: 0 2px;
		color: #c43137;
		font-size: 1.8rem;
	}
	.recruit-news .recruit-news-title:after {
		content: "＋";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 1em;
		font-size: 1.7rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.recruit-news.is-open .recruit-news-title:after {
		content: "－";
	}
	.recruit-news .recruit-news-wrap {
		background: #f5f5f5;
		overflow: hidden;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
	}
	.recruit-news .recruit-news-detail {
		background: #f5f5f5;
	}
	.newsInfo.is-recruitTop {
		padding: 1em;
	}
	.newsInfo.is-recruitTop > .newsBox > dl {
		padding-left: 0;
	}
	.newsInfo.is-recruitTop > .newsBox .date {
		padding: 1em 0 0;
	}
	.newsInfo.is-recruitTop > .newsBox:first-child > dl > dd > a {
		padding-top: 1em;
	}
	.recruit-news .recruit-news-button a:hover {
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	}
	
	/* entry area
	-------------------------------- */
	.cardLink.is-recruitTop > .column {
		min-height: auto;
	}
	.cardLink.is-recruitTop > .column .cardDetail {
		display: table;
	}
	.cardLink.is-recruitTop > .column .cardDetail > .inner {
		display: table-cell;
		vertical-align: middle;
		transition: none;
	}
	.cardLink.is-recruitTop > .column > a:hover .cardDetail > .inner:not(.no-slide) {
    margin-top: 0;
    background: #ffffff;
	}
	.cardLink.is-recruitTop > .column .cardDetail .linkText > span:before {
		top: 50%;
		margin-top: -4px;
	}
	.cardLink.is-recruitTop > .column .cardDetail .datailText {
		display: none;
	}
	.recruit-topEntryArea .btnLink.is-recruit > li > a {
		width: 100%;
	}
	.recruit-topEntryArea .btnLink.is-recruit > li > a > span {
    padding: 1em 1.5em;
	}
	.recruit-topEntryArea .btnLink.is-recruit em {
		font-size: 2.6rem;
	}
	.recruit-entryColumn > .column {
		width: calc((100% - 15px) / 2);
		margin: 32px 0 0 15px;
	}
	.recruit-entryColumn > .column .btnLink.is-recruit > li > a > span {
    display: inline-block;
		padding: 1em 0.5em;
	}
	.recruit-entryColumn > .column .btnLink.is-recruit > li > a > span:after {
		top: 45%;
	}
	
	/* brochure button
	-------------------------------- */
	.recruit-brochure-btn--wrap {
		display: block;
		margin: 40px 0 0;
	}
	.recruit-brochure-btn {
		width: 100%;
		margin-left: 0;
	}
	.recruit-brochure-btn + .recruit-brochure-btn {
		margin-top: 14px;
	}
	.recruit-brochure-btn-link--download {
		padding: 10px 30px 10px 80px;
		text-align: center;
	}
	.recruit-brochure-btn-link--download:before {
		right: 5px;
	}
	.recruit-brochure-btn-link--download:after {
		left: 3px;
		width: 92px;
		height: 92px;
		background-size: 92px 92px;
	}
	.recruit-brochure-btn-head {
		width: 28%;
		max-width: 95px;
	}
	.recruit-brochure-btn-body {
		padding: 16px 30px 14px 22px;
	}
	.recruit-brochure-btn-text {
		line-height: 1.3;
	}
	.recruit-brochure-btn-sub {
		font-size: 1.1rem;
	}
	
}

.recruit-news:after {
	content: "";
	display: block;
	clear: both;
}

/* font-family */
.recruit-news .recruit-news-title,
.recruit-topNav > li > a {
	font-family: "TBUDゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.recruit-topEntryArea .btnLink.is-recruit em {
	font-family: "TBUDゴシック B", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.recruit-qaList > .question > .title > span.recruit-icon {
	font-family: "TBUDゴシック SL", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
