@charset "utf8";
@media screen and (min-width: 960px){
	.popupBox {
		right: 20px;
	}
}
@media screen and (max-width: 959px){
	.popupPageTop {
		bottom: 10px;
	}
}
/* パンくず */
@media screen and (max-width: 959px) {
	.breadcrumb__listItems:nth-last-child(2) {
		display: none;
	}
}
/* slider */
.bx-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}
.bx-wrapper .bx-pager {
	padding-top: 0;
	bottom: 10px;
	z-index: 100;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	opacity: 0.6;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #fff;
	opacity: 1;
}
@media screen and (max-width: 959px) {
	.bx-wrapper .bx-pager {
		bottom: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		margin: 0 7px;
	}
}
/* aboveFold
------------------*/
.aboveFold {
	width: 100%;
}
.aboveFold__keyVisual {
	width: 100%;
	padding: 0 24px;
	position: relative;
}
.keyVisual__slider {
	display: none;
	margin-bottom: 0;
}
.bx-viewport .keyVisual__slider {
	display: block;
}
.keyVisual__slider__items {
	width: 100%;
	display: block;
	height: calc( 100vh - 137px - 128px ); /* 画面高さいっぱい(100vh)-ヘッダー高さ(138px)-CVボタン領域(130px)*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}
.keyVisual__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 55;
}
.keyVisual__inner__wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.keyVisual__title {
	text-align: center;
}
.keyVisual__title__sub {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1;
	text-shadow: 0 0 15px rgba( 66, 59, 44, 0.2 );
	margin-bottom: 50px;
}
.keyVisual__title__main {
	font-size: 100px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1;
	margin-bottom: 25px;
	text-shadow: 0 0 15px rgba( 66, 59, 44, 0.4 );
	font-family: Helvetica, Arial;
}
.keyVisual__title__lead {
	font-size: 36px;
	color: #fff;
	display: block;
	line-height: 1;
	text-shadow: 0 0 15px rgba( 66, 59, 44, 0.2 );
}
.keyVisual__anchorLink--btn {
	width: 308px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 8px;
	display: block;
	margin: 45px auto 0;
	text-align: center;
	padding: 12px 0;
}
.keyVisual__anchorLink--btn:hover {
	text-decoration: none;
}
.keyVisual__anchorLink__text {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-image: url( /group/recruit/staff/common/images/ico_arrow_down_double.png );
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	padding-left: 26px;
}
.keyVisual__anchorLink--arrow {
	display: block;
	width: 72px;
	position: absolute;
	bottom: 6%;
	right: 0;
	left: 0;
	margin: auto;
}
.keyVisual__anchorLink--arrow:hover {
	opacity: 0.8;
}
.keyVisual__anchorLink__image {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 959px) {
	.aboveFold {
		margin-bottom: 131px;
	}
	#slider__items01 {
		background-image: url( /group/recruit/staff/images/kv_01.jpg );
	}
	#slider__items02 {
		background-image: url( /group/recruit/staff/images/kv_02.jpg );
	}
	#slider__items03 {
		background-image: url( /group/recruit/staff/images/kv_03.jpg );
	}
	#slider__items04 {
		background-image: url( /group/recruit/staff/images/kv_04.jpg );
	}
	#slider__items05 {
		background-image: url( /group/recruit/staff/images/kv_05.jpg );
	}
	#slider__items06 {
		background-image: url( /group/recruit/staff/images/kv_06.jpg );
	}
	.keyVisual__anchorLink--btn:hover {
		border: 1px solid #c3303c;
	}
	.keyVisual__anchorLink--btn:hover .keyVisual__anchorLink__text {
		color: #c3303c;
		background-image: url( /group/recruit/staff/common/images/ico_arrow_down_red_double.png );
	}
}
/* 高さが低い画面で見た時の対処*/
@media screen and (min-width: 959px) and (max-height: 800px) {
	.keyVisual__title__sub {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.keyVisual__title__main {
		font-size: 80px;
		margin-bottom: 20px;
	}
	.keyVisual__title__lead {
		font-size: 24px;
	}
	.keyVisual__anchorLink__text {
		font-size: 12px;
		padding-left: 20px;
	}
	.keyVisual__anchorLink--btn {
		width: 220px;
		margin: 20px auto 0;
		padding: 6px 0;
	}
	.keyVisual__anchorLink--arrow {
		width: 42px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
	}
	.bx-wrapper .bx-pager {
		bottom: 6px;
	}
}
@media screen and (max-width: 959px) {
	.aboveFold {
		margin-bottom: 64px;
	}
	#slider__items01 {
		background-image: url( /group/recruit/staff/images/kv_01_sp.jpg );
	}
	#slider__items02 {
		background-image: url( /group/recruit/staff/images/kv_02_sp.jpg );
	}
	#slider__items03 {
		background-image: url( /group/recruit/staff/images/kv_03_sp.jpg );
	}
	#slider__items04 {
		background-image: url( /group/recruit/staff/images/kv_04_sp.jpg );
	}
	#slider__items05 {
		background-image: url( /group/recruit/staff/images/kv_05_sp.jpg );
	}
	#slider__items06 {
		background-image: url( /group/recruit/staff/images/kv_06_sp.jpg );
	}
	.aboveFold__keyVisual {
		padding: 0 10px;
	}
	.keyVisual__slider__items {
		width: 100%;
		display: block;
		height: calc( 100vh - 133px - 64px ); /* 画面高さいっぱい(100vh)-ヘッダー高さ(138px)-CVボタン領域(64px)*/
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 8px;
	}
	.keyVisual__title__sub {
		font-size: 17px;
		margin-bottom: 22px;
	}
	.keyVisual__title__main {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.keyVisual__title__lead {
		font-size: 14px;
	}
	.keyVisual__anchorLink--btn {
		width: 85%;
		border-radius: 4px;
		margin: 20px auto 0;
		padding: 14px 0;
		line-height: 1;
		border: 1px solid #fff;
		background-color: transparent;
		background-image: url( /group/recruit/staff/images/ico_arrow_down_white.png );
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 9px auto;
	}
	.keyVisual__anchorLink__text {
		color: #fff;
		font-size: 12px;
		padding-left: 0;
		background-image: none;
	}
	.keyVisual__anchorLink--arrow {
		width: 48px;
		bottom: 7%;
	}
	.keyVisual__anchorLink--arrow img {
		width: 100%;
		height: auto;
	}
}
/* cvBtns*/
.cvBtnBlock {
	min-height: 106px;
}
.cvBtns {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	bottom: 0;
	z-index: 20;
	background-color: rgba( 255, 255, 255, 0.7 );
}
.cvBtns.is-fixed {
	position: fixed;
}
.cvBtns_btn {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 16px 0;
	margin: 23px 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	background-color: #fff;
	background-image: url( /group/recruit/staff/images/ico_arrow_right.png );
	background-position: right 30px center;
	background-repeat: no-repeat;
	-webkit-transition: font-size 500ms 0s ease,
		margin 500ms 0s ease,
		padding 500ms 0s ease,
		flex-basis 500ms 0s ease,
		-webkit-flex-basis 500ms 0s ease;
	transition: font-size 500ms 0s ease,
		margin 500ms 0s ease,
		padding 500ms 0s ease,
		flex-basis 500ms 0s ease;
}
.cvBtns_btn:last-child {
	margin-left: 24px;
}
.cvBtns_btn.management {
	color: #4d4398;
}
.cvBtns_btn.art {
	color: #00a384;
}
.cvBtns_btn--smallText {
	font-size: 16px;
	color: #000;
	display: block;
	padding-bottom: 8px;
}
.cvBtns_btn:hover {
	color: #fff;
	background-image: url( /group/recruit/staff/images/ico_arrow_right_white.png );
	border: 1px solid rgba( 204, 204, 204, 0 );
	text-decoration: none;
}
.cvBtns_btn:hover .cvBtns_btn--smallText {
	color: #fff;
}
.cvBtns_btn.management:hover {
	background-color: #4d4398;
}
.cvBtns_btn.art:hover {
	background-color: #00a384;
}
.cvBtns.is-small .cvBtns_btn {
	font-size: 16px;
	padding: 9px 0;
	background-size: 7px auto;
}
@media screen and (max-width: 959px) {
	.cvBtnBlock {
		min-height: 56px;
	}
	.cvBtns {
		padding: 0 10px;
	}
	.cvBtns_btn {
		font-size: 10px;
		text-align: left;
		padding: 10px;
		margin: 10px 0;
		background-position: right 8px center;
		background-size: 5px auto;
	}
	.cvBtns_btn:last-child {
		margin-left: 9px;
	}
	.cvBtns_btn--smallText {
		font-size: 8px;
		padding-bottom: 2px;
	}
	.cvBtns_btn--largeText {
		font-size: 10px;
	}
	.cvBtns.is-small .cvBtns_btn {
		font-size: 8px;
		padding: 6px 10px;
		border-bottom-width: 1px;
		background-size: 5px auto;
	}
	.cvBtns.is-small .cvBtns_btn--largeText {
		font-size: 10px;
	}
}
/* infoText */
.infoTextBlock {
	padding: 50px 20px;
	border: solid 1px #c3303c;
	margin: 0 24px 20px;
}
.infoTextBlock__inner {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 0;
	text-align: center;
	color: #c3303c;
}
.infoTextBlock__inner + .infoTextBlock__inner {
	padding-top: 20px;
}
@media screen and (max-width: 959px) {
	.infoTextBlock {
		padding: 20px 10px;
	}
	.infoTextBlock__inner {
		font-size: 13px;
		text-align: left;
	}
	.infoTextBlock__inner br {
		display: none;
	}
	.infoTextBlock__inner + .infoTextBlock__inner {
		padding-top: 13px;
	}
}

/* leadText */
.textBlock {
	width: 100%;
	padding: 120px 20px;
	background-color: #eee;
}
.textBlock__inner {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 0;
	text-align: center;
}
.textBlock__inner + .textBlock__inner {
	padding-top: 20px;
}
@media screen and (max-width: 959px) {
	.textBlock {
		padding: 50px 10px;
	}
	.textBlock__inner {
		font-size: 13px;
		text-align: left;
	}
	.textBlock__inner br {
		display: none;
	}
	.textBlock__inner + .textBlock__inner {
		padding-top: 13px;
	}
}
/* seniorVoice */
.seniorVoice {
	width: 100%;
	padding: 0 24px;
}
.seniorVoice::before {
  content: "";
  display: block;
  height: 3rem;
  margin-top: -3rem;
  visibility: hidden;
}
.seniorVoice__title {
	margin: 120px 0 60px;
	text-align: center;
}
.seniorVoice__title + p.smallCaption {
	margin-top:-60px;
	margin-bottom:60px;
	text-align: center;
}
.seniorVoice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;
}
.seniorVoice__list__items {
	-ms-flex-preferred-size: calc( 33.3% - 17.6px );
	flex-basis: calc( 33.3% - 17.6px );
	display: block;
	border-radius: 8px;
	position: relative;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, 0 ) ), color-stop( 75%, rgba( 0, 0, 0, 0 ) ), to( rgba( 0, 0, 0, 0.4 ) ) );
	background: linear-gradient( rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0 ) 75%, rgba( 0, 0, 0, 0.4 ) 100% );
}
.seniorVoice__list::after {
	content: "";
	display: block;
	width: calc( 33.3% - 17.6px );
}

.seniorVoice__list__items:nth-child(n+4) {
	margin-top: 25px;
}
.seniorVoice__list__image {
	position: relative;
	height: 0;
	padding-top: 90.2%;
	border-radius: 8px;
	overflow: hidden;
}
.seniorVoice__list__image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	border-radius: 8px;
}
.seniorVoice__list__leadText {
	z-index: 10;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.seniorVoice__list__leadText__inner {
	margin-bottom: 0;
}
.seniorVoice__list__leadText .leadText--sub {
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 0;
	width: 100%;
}
.seniorVoice__list__leadText .leadText--main {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	width: 100%;
}
.seniorVoice__list__status {
	z-index: 10;
	line-height: 1;
	position: absolute;
	text-align: left;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 20px 15px;
	background-image: url( /group/recruit/staff/images/ico_arrow_right_white.png );
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.status__tag--art,
.status__tag--management {
	font-size: 14px;
	color: #fff;
	padding: 5px 12px;
	border-radius: 10px;
	line-height: 1;
	width: 108px;
	display: block;
	margin-bottom: 0;
}
.status__tag--art {
	background-color: rgba( 35, 164, 138, 0.8 );
}
.status__tag--management {
	background-color: rgba( 105, 85, 142, 0.8 );
}
.status__position {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	padding: 8px 11px 0 4px;
}
.status__name {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	padding: 6px 0 0 4px;
}

@media screen and (min-width: 959px) {
	.seniorVoice__list__image img {
		backface-visibility: hidden; /* 画面のちらつき対策 */
		-webkit-backface-visibility: hidden;
		-webkit-transition: transform 0.5s ease-out;
		-webkit-transition: -webkit-transform 0.5s ease-out;
		transition: -webkit-transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	}
	.seniorVoice__list__items:hover .seniorVoice__list__image img {
		-webkit-transform: scale( 1.075 ) rotate( 0.001deg );
		transform: scale( 1.075 ) rotate( 0.001deg ); /* IEでのアニメーションがカクつくためrotateの指定を入れ描画の処理をGPUで行う */
		-webkit-transition: transform 2s ease-out;
		-webkit-transition: -webkit-transform 2s ease-out;
		transition: -webkit-transform 2s ease-out;
		transition: transform 2s ease-out;
		transition: transform 2s ease-out, -webkit-transform 2s ease-out;
	}
	.seniorVoice__list__leadText .leadText--sub {
		font-size: 1.3vw;
	}
	.seniorVoice__list__leadText .leadText--main {
		font-size: 2vw;
	}
}
@media screen and (max-width: 959px) {
	.seniorVoice {
		padding: 0 10px;
	}
	.seniorVoice__title {
		margin: 50px 0 30px;
		text-align: center;
	}
	.seniorVoice__title + p.smallCaption {
	margin-top:-30px;
	margin-bottom:30px;
	text-align: center;
}
	.seniorVoice__list {
		margin-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.seniorVoice__list__items {
		width: 100%;
		height: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		background: url( /group/recruit/staff/images/ico_arrow_right_white_large.png ) no-repeat right 10px center / 14px auto,
			-webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, 0 ) ), color-stop( 75%, rgba( 0, 0, 0, 0 ) ), to( rgba( 0, 0, 0, 0.3 ) ) );
		background: url( /group/recruit/staff/images/ico_arrow_right_white_large.png ) no-repeat right 10px center / 14px auto,
			linear-gradient( rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0 ) 75%, rgba( 0, 0, 0, 0.3 ) 100% );
	}
	.seniorVoice__list__leadText {
		width: 100%;
		border: 0;
	}
	.seniorVoice__list__leadText .leadText--sub {
		font-size: 13px;
		font-size: 4.5vw;
		font-weight: bold;
		padding: 0 10px;
	}
	.seniorVoice__list__leadText .leadText--main {
		font-size: 17px;
		font-size: 6.3vw;
		letter-spacing: -0.07em;
	}
	.status__tag--art,
	.status__tag--management {
		font-size: 13px;
		padding: 4px 0;
		width: 90px;
		text-align: center;
		margin-bottom: 0;
	}
	.status__position {
		font-size: 13px;
		padding-top: 6px;
		padding-right: 6px;
	}
	.status__name {
		font-size: 13px;
		padding-top: 5px;
	}
	.seniorVoice__list__image {
		overflow: hidden;
		padding-top: 66.5%;
	}
	.seniorVoice__list__image img {
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
	}
	.seniorVoice__list__status {
		background-image: none;
		padding: 0 10px 10px;
	}
	.seniorVoice__list__items + .seniorVoice__list__items {
		margin-top: 10px;
	}
}
/* shiki-scene */
.shiki-scene {
	width: 100%;
	padding: 120px 0;
	background-color: #eee;
	position: relative;
	z-index: 0;
}
.shiki-scene__link {
	display: block;
	width: 70%;
	margin: 0 auto 30px;
	border-radius: 8px;
	background-image: url( /group/recruit/staff/images/ico_arrow_right_white_large.png );
	background-repeat: no-repeat;
	background-position: right 60px center;
	background-size: 18px auto;
	position: relative;
}
.shiki-scene__link:last-child {
	margin-bottom: 0;
}
.shiki-scene__text {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 70px;
}
.shiki-scene__title {
	z-index: 2;
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-shadow: 0 0 15px rgba( 0, 0, 0, 0.6 );
}
.shiki-scene__lead {
	z-index: 2;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 0;
	text-shadow: 0 0 15px rgba( 0, 0, 0, 0.6 );
}
.shiki-scene__image {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 28.6%;
	border-radius: 8px;
	overflow: hidden;
}
.shiki-scene__image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100%;
	left: -100%;
	margin: auto;
	width: 100%;
	height: auto;
	z-index: -1;
	border-radius: 8px;
}
.recruitment__button--top {
    position: absolute;
    top: 18px;
/*    left: 16px;*/
	right: 16px;
    background: #ffffff;
    width: 100%;
    max-width: 135px;
    padding: 10px 0 8px;
    border-radius: 2.5em;
	border: #eee 1px solid;
}

.recruitment__button--top p {
    margin: 0;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #c3303c;
    text-align: center;
}

@media screen and (min-width: 959px) {
	.shiki-scene__image img {
		backface-visibility: hidden; /* 画面のちらつき対策 */
		-webkit-backface-visibility: hidden;
		-webkit-transition: transform 0.5s ease-out;
		-webkit-transition: -webkit-transform 0.5s ease-out;
		transition: -webkit-transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	}
	.shiki-scene__link:hover .shiki-scene__image img {
		-webkit-transform: scale( 1.075 ) rotate( 0.001deg );
		transform: scale( 1.075 ) rotate (0.001deg ); /* IEでのアニメーションがカクつくためrotateの指定を入れ描画の処理をGPUで行う */
		-webkit-transition: transform 2s ease-out;
		-webkit-transition: -webkit-transform 2s ease-out;
		transition: -webkit-transform 2s ease-out;
		transition: transform 2s ease-out;
		transition: transform 2s ease-out, -webkit-transform 2s ease-out;
	}
	.shiki-scene__link {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1400px) {
	.shiki-scene__title {
		font-size: 36px;
	}
	.shiki-scene__lead {
		font-size: 16px;
	}
}
@media screen and (max-width: 959px) {
	.shiki-scene {
		padding: 60px 0;
	}
	.shiki-scene__link {
		background-image: url( /group/recruit/staff/images/ico_arrow_right_white_large.png );
		background-position: right 10px center;
		background-size: 12px auto, cover;
		width: calc( 100% - 20px );
	}
	.shiki-scene__image {
		padding-top: 44%;
	}
	.shiki-scene__text {
		padding: 0 15px;
		left: 0;
		border: none;
	}
	.shiki-scene__title {
		font-size: 26px;
	}
	.shiki-scene__lead {
		font-size: 13px;
		margin-top: 10px;
	}
	.recruitment__button--top {
		max-width: 80px;
	}
	.recruitment__button--top p {
    font-size: 14px;
	}
}
/* recruitment */
.recruitment {
	width: 100%;
	padding: 0 24px;
}
.recruitment::before {
  content: "";
  display: block;
  height: 6rem;
  margin-top: -6rem;
  visibility: hidden;
}
.recruitment__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.recruitment__list__items {
	-ms-flex-preferred-size: calc( 50% - 13px );
	flex-basis: calc( 50% - 13px );
	display: block;
	border-radius: 8px;
	position: relative;
}
.recruitment__list__image {
	position: relative;
	height: 0;
	padding-top: 74.4%;
	border-radius: 8px;
	overflow: hidden;
}
.recruitment__list__image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100%;
	left: -100%;
	margin: auto;
	width: 100%;
	height: auto;
	z-index: -1;
	border-radius: 8px;
}
.recruitment__description--art,
.recruitment__description--management {
	z-index: 10;
	line-height: 1;
	position: absolute;
	width: 100%;
	min-height: 41%;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 30px 20px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-image: url( /group/recruit/staff/images/ico_arrow_right_white_large.png );
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.recruitment__description--art {
	background-color: rgba( 0, 163, 132, .85 );
}
.recruitment__description--management {
	background-color: rgba( 73, 65, 137, .85 );
}
.recruitment__description__head {
/*	min-height: 163px;*/
	min-height: 123px;
}
.recruitment__description__title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
/*	padding-bottom: 13px;2行にしたので間隔調整20190703yaoki*/

}
.recruitment__description__position {
	font-size: 13px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
	min-height: 38px;
}
.recruitment__description__lead {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 0;
}
@media screen and (min-width: 959px) {
	.recruitment__list__image img {
		backface-visibility: hidden; /* 画面のちらつき対策 */
		-webkit-backface-visibility: hidden;
		-webkit-transition: transform 0.5s ease-out;
		-webkit-transition: -webkit-transform 0.5s ease-out;
		transition: -webkit-transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	}
	.recruitment__list__items:hover .recruitment__list__image img {
		-webkit-transform: scale( 1.075 ) rotate( 0.001deg ); /* IEでのアニメーションがカクつくためrotateの指定を入れ描画の処理をGPUで行う */
		transform: scale( 1.075 ) rotate( 0.001deg );
		-webkit-transition: transform 2s ease-out;
		-webkit-transition: -webkit-transform 2s ease-out;
		transition: -webkit-transform 2s ease-out;
		transition: transform 2s ease-out;
		transition: transform 2s ease-out, -webkit-transform 2s ease-out;
	}
}
@media screen and (max-width: 959px) {
	.recruitment {
		padding: 0 10px;
	}
	.recruitment::before {
		content: "";
		display: block;
		height: 4rem;
		margin-top: -4rem;
		visibility: hidden;
	}
	.recruitment__title {
		margin: 50px 0 30px;
	}
	.recruitment__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.recruitment__list__items {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
	}
	.recruitment__list__items + .recruitment__list__items {
		margin-top: 10px;
	}
	.recruitment__description--art, .recruitment__description--management {
		display: block;
		min-height: 0;
		padding: 14px 10px;
		background-position: right 10px center;
		background-size: 12px auto;
	}
	.recruitment__description__head {
		min-height: 0;
	}
	.recruitment__description__title {
		font-size: 20px;
		padding-bottom: 7px;
	}
	.recruitment__description__position {
		font-size: 9px;
		min-height: 0;
		padding-right: 25px;
	}
	.recruitment__description__lead {
		font-size: 13px;
		margin-top: 10px;
	}
	.recruitment__list__image {
		position: relative;
		height: auto;
		padding-top: 0;
	}
	.recruitment__list__image img {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
	}
}
/* guidance */
.guidance {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0 20px
}
.guidance::before {
	content: "";
	display: block;
	height: 8rem;
	margin-top: -8rem;
	visibility: hidden;
}
.guidance__title {
	margin: 100px 0 60px;
}
.guidance .leadTxt{
	margin: 0 0 40px;
}
/*.guidance .generalTable {
	margin-bottom: 0;
}*/
.guidance .generalTable th {
	vertical-align: top;
}
.guidance .generalTable__title th {
	padding: 10px 0 40px;
}
.guidance .theatres_title {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.guidance .theatres_img {
	display: block;
	width: 420px;
	height: auto;
}
.guidance .mapWrapper iframe{
	border-radius: 6px;
}
.guidance__link--internal {
	font-weight: bold;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #ccc;
	padding: 7px 0px;
	margin: 10px 0;
	width: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.guidance__link--internal:hover {
	text-decoration: none;
}
.guidance__link--internal::before {
	content: "";
	width: 7px;
	height: 12px;
	margin: 0 13px 0 0;
	overflow: hidden;
	background: url( /element_2017/images/arrow_middle_right_btn2.png ) left top no-repeat;
	display: inline-block;
}
.guidance__link--normal {
	font-weight: bold;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #ccc;
	padding: 7px 0px;
	margin: 10px 0;
	width: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.guidance__link--normal:hover {
	text-decoration: none;
}
.guidance__link--normal img:hover {
	opacity: 0.5;
}

/* ---IE 11 対策
-----------------*/
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .guidance__link--internal {
		padding: 7px 0px 5px;
	}
	*::-ms-backdrop, .guidance__link--internal::before {
		margin-bottom: 4px;
	}
}
.guidance__link--internal:hover:before {
	background-position: left bottom;
}
.guidance__link--external {
	font-weight: bold;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #ccc;
	padding: 10px 0px;
	margin: 10px 0 22px;
	width: 45%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.guidance__link--external:hover {
	text-decoration: none;
}
.guidance__link--external:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background: url( /element_2017/images/ico_external_1.png ) no-repeat left top;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.guidance__link--external:hover:before {
	background-position: left bottom;
}

.guidance .title--l {
	margin-top: 57px;
}

.txt_attention {
	color: #c3303c;
}

@media screen and (max-width: 959px) {
	.guidance {
		padding: 0 10px;
	}
	.guidance::before {
		content: "";
		display: block;
		height: 4rem;
		margin-top: -4rem;
		visibility: hidden;
	}
	.guidance__title {
		margin: 50px 0 20px;
	}
	.guidance .leadTxt {
		margin: 0 0 20px;
	}
	.guidance .leadTxt br{
		display: none;
	}
	.guidance .theatres_img {
		display: block;
		width: 100%;
		height: auto;
	}
	.guidance .generalTable {
		padding: 25px 10px 10px;
/*		margin-bottom: 0;*/
		border-radius: 2px;
	}
	.guidance .generalTable th {
		line-height: 1.8;
	}
	.guidance .generalTable__title th {
		padding: 0 0 20px;
	}
	.guidance .mapWrapper {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.guidance .mapWrapper iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.guidance__link--internal {
		width: 100%;
		padding: 6px 15px;
		background: url( /element_2017/images/arrow_middle_right_btn2_sp.png ) no-repeat right center /15px auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.guidance__link--internal::before {
		display: none;
	}
	.guidance__link--normal {
		width: 100%;
		padding: 6px 15px;
		justify-content: flex-start;
	}
	.guidance__link--external {
		width: 100%;
		margin: 16px 0 14px;
		padding: 6px 15px;
		background: url( /element_2017/images/ico_external_sp_1.png ) no-repeat right center /26px auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.guidance__link--external::before {
		display: none;
	}

	.guidance .title--l {
		margin-top: 20px;
	}
}
.bannerblock {
	background: #eeeeee;
	margin: 0;
	padding: 57px 40px 80px;
}
.bannerblock .navType1 {
	background: #eeeeee;
	margin: 0 auto;
	justify-content: center;
	width: 100%;
	max-width: 1220px;
}
.bannerblock li {
	margin: 0 15px;
}
@media screen and (max-width: 1200px) {
	.bannerblock {
		margin: 0;
		padding: 57px 20px 80px;
	}
}

@media screen and (max-width: 959px) {
	.bannerblock li {
		margin: 0;
		max-width: 959px;
		padding: 0 0 10px 0;
		width: 100%;
	}
	.bannerblock li:nth-child(2n) {
		padding: 0;
	}
	.bannerblock li:not(:last-child) {
		margin-right: 0;
	}
	.bannerblock a {
		width: 100%;
		display: table;
		table-layout: fixed;
		text-align: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #fff url(/toppage/images/arrow_middle_right_2.png) no-repeat scroll right center / 15px auto;
	}
	.bannerblock .img {
		width: 59px;
		padding: 10px 9px 10px 10px;
		margin: 0;
		display: table-cell;
	}
	.bannerblock .img img {
		width: 40px;
		height: 25px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.bannerblock .tit {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.4;
		font-weight: bold;
		display: table-cell;
		vertical-align: middle;
	}
}

/* isps isPc
-------------------------------------------------- */
.isSp {
	display: none;
}

.isPc {
	display: block;
}

@media screen and (max-width: 959px) {
	.isSp {
		display: block;
	}

	.isPc {
		display: none;
	}
}


/* headFixed
-------------------------------------------------- */

.headFixedSpace {
	width: 100%;
	padding: 8px 0;
	background-color: #ffffff;
	z-index: 1;
	transform: translate3d(0, 0, 0);
}

.headFixedWrap {
	margin-top: 48px;
}

.headFixedBg {
	height: 20px;
	width: 100%;
	background-color: #ffffff;
}

@media screen and (max-width: 959px) {
	.headFixedWrap {
		margin-top: 22px;
	}
}

/* pageLink
-------------------------------------------------- */

.pageLink {
	background: #fff;
}

.pageLinkBlock {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	z-index: 120;
}

.pageLink .pageLinkList {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1000px;
}

.pageLink .pageLinkList li {
	display: table-cell;
	text-align: center;
	font-weight: bold;
    vertical-align: middle;
}

.pageLink a {
	display: block;
}

.pageLink .txtWrap {
	display: inline-block;
	background-image: url(/group/recruit/staff/images/ico_more_down_1.png);
	background-repeat: no-repeat;
}

.pageLink a:hover .txtWrap {
	display: inline-block;
	background-image: url(/group/recruit/staff/images/ico_more_down_1_on.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 959px){
	.tabBlockSpace {
		padding: 0 0 10px;
	}
	.pageLinkBlock.navFixed {
		border-top: 0;
	}
	.pageLink li {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.pageLinkList li:nth-child(1) .txtWrap,
	.pageLinkList li:nth-child(3) .txtWrap {
		line-height: 2.5;
	}
	.pageLinkList li:nth-child(2) .txtWrap {
		line-height: 1.3;
	}
	.pageLink .navFixed .pageLinkList li .txtWrap {
		font-size: 8px;
		font-size: 1rem;
		line-height: 1;
	}
	/*.pageLink .navFixed li br {
		display: none;
	}*/
	.pageLink a {
		padding: 2px 0 0;
		background-size: auto 7px;
	}
	.pageLink .txtWrap {
		display: block;
		padding-bottom: 16px;
		background-position: center bottom;
		background-size: auto 10px;
		height: 3.5em;
	}
	.pageLinkList .txtNotEm {
		font-size: 1rem;
	}
}

@media screen and (min-width: 960px) {
	.pageLink li {
		font-size: 20px;
		font-size: 2rem;
	}
	.pageLink .navFixed li {
		font-size: 14px;
		font-size: 1.4rem;
		background-position: right center;
	}
	.pageLink a {
		padding: 24px 0 0;
	}
	.pageLink .txtWrap {
		padding-bottom: 44px;
		background-position: center 60%;
		background-size: auto 12px;
	}
	.pageLink .navFixed .txtWrap {
		padding-right: 25px;
		padding-bottom: 20px;
		background-position: right 18%;
	}
}
a.anchor {
	display: block;
	padding-top: 140px;
	margin-top: -140px;
}
@media screen and (max-width: 959px){
	a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
	#corporate-brochure .shiki-scene__text {
		padding: 146px 15px;
		left: 0;
		border: none;
}
	#corporate-brochure.shiki-scene__link{
		background-image: url(/group/recruit/staff/images/ico_arrow_right_white_large.png);
		background-position: right 10px bottom 70px;
		background-size: 12px auto, cover;
		width: calc( 100% - 20px );
	}
	
}
a.anchor .shiki-scene__title {
	padding-top: 140px;
}
a.anchor.shiki-scene__link {
	background-image: none;
}
a.anchor .shiki-scene__image {
	background-image: url(/group/recruit/staff/images/ico_arrow_right_white_large.png);
    background-repeat: no-repeat;
    background-position: right 60px center;
    background-size: 18px auto;
    position: relative;
}
@media screen and (max-width: 959px){
	a.anchor .shiki-scene__title {
	padding-top: 0;
}
	a.anchor .shiki-scene__image {
	background-image: none;
}
	
}