@charset "utf8";

/* link */
.asterisk-mark {
	color: #c3303c;
}
.link--rikunabi a:hover {
	text-decoration: none;
}
@media screen and (max-width: 959px) {
	.link--rikunabi__imgWrap img {
		width: 128px;
		height: auto;
	}
}
/* パンくず */
.breadcrumb--typeWhite {
	color: #fff;
}
.breadcrumb__list {
	margin-bottom: 0;
}
.breadcrumb__text {
	font-size: 14px;
}
@media screen and (min-width: 959px) {
	.breadcrumb {
		padding: 7px 0 12px 15px;
	}
	.breadcrumb--typeWhite a:hover {
		color: #c3303c;
	}
}
@media screen and (max-width: 959px) {
	.breadcrumb__listItems {
		display: none;
		white-space: nowrap;
	}
	.breadcrumb__listItems:last-child {
		overflow: hidden;
	}
	.breadcrumb__listItems:first-child,
	.breadcrumb__listItems:last-child,
	.breadcrumb__listItems:nth-last-child(2) {
		display: flex;
	}
	.breadcrumb__text {
		color: #333;
		font-size: 10px;
		text-overflow: ellipsis;
		overflow-x: hidden;
	}
}
/* keyvisual */
.keyvisual__title {
	color: #fff;
}
.leadTxt__paragraph {
	text-align: left;
	margin-bottom: 20px;
}
.leadTxt__box {
	font-size: 16px;
	background-color: #eee;
	padding: 40px 36px;
	margin-bottom: 0;
	border-radius: 8px;
}
.leadTxt__box__span {
	margin-left:50px;
}
.is_pc {
	display: block;
}
@media screen and (max-width: 959px) {
	.leadTxt__box__span {
		margin-left:0;
	}
	.is_pc {
		display: none;
	}
}
.leadTxt {
	margin-bottom: 0;
}
.leadTxt__btnBlock {
	display: flex;
	justify-content: center;
}
.leadTxt__btnBlock__btn {
	width: 308px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	margin: 100px 17px 120px;
	text-align: center;
	padding: 12px 0;
}
.leadTxt__btnBlock__btn_gray {
	width: 308px;
	border: 1px solid #eee;
	background-color: #eee;
	border-radius: 4px;
	display: block;
	margin: 100px 17px 120px;
	text-align: center;
	padding: 12px 0;
}
.leadTxt__btnBlock__btn__text {
	font-size: 16px;
	font-weight: bold;
	background: url( /group/recruit/staff/common/images/ico_arrow_down_double.png ) no-repeat left center / auto;
	padding-left: 26px;
}
.leadTxt__btnBlock__btn__text-gray {
	font-size: 16px;
	font-weight: bold;
	color:#777;
	background: none;
	padding-left: 0;
}
@media screen and (min-width: 959px) {
	.keyvisual {
		height: 320px;
	}
	.leadTxt__btnBlock__btn:hover {
		border: 1px solid #c3303c;
		text-decoration: none;
	}
	.leadTxt__btnBlock__btn:hover .leadTxt__btnBlock__btn__text {
		background: url( /group/recruit/staff/common/images/ico_arrow_down_red_double.png ) no-repeat left center / auto;
	}
}
@media screen and (max-width: 959px) {
	.leadTxt__paragraph {
		margin-bottom: 12px;
	}
	.leadTxt__box {
		font-size: 12px;
		padding: 14px 18px;
	}
	.leadTxt__btnBlock {
		flex-direction: column;
		margin: 60px 0;
	}
	.leadTxt__btnBlock__btn,
	.leadTxt__btnBlock__btn_gray{
		margin: 0;
		width: 100%;
		padding: 14px;
	}
	.leadTxt__btnBlock__btn + .leadTxt__btnBlock__btn_gray,
	.leadTxt__btnBlock__btn + .leadTxt__btnBlock__btn {
		margin-top: 10px;
	}
	.leadTxt__btnBlock__btn__text,
	.leadTxt__btnBlock__btn__text-gray {
		font-size: 12px;
		display: block;
		text-align: left;
		padding-left: 0;
		background-position: right;
		background-size: 8px auto;
		line-height: 1;
	}
}
/* businessContents */
.businessContents {
	background-color: #eee;
	padding: 110px;
}
.businessContents .title--xl {
	margin: 0 0 80px;
}
.businessContents__boxBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxBlock__boxItems {
	flex: 0 1 auto;
	width: calc( 50% - 30px ); /* IEでflexショートハンドの中でcalcが使えない不具合対策 */
	padding: 40px 35px;
	background-color: #fff;
	border-radius: 8px;
}
.boxBlock__boxItems:nth-child(n+3) {
	margin-top: 60px;
}
.boxBlock__boxItems__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 18px;
}
.boxBlock__boxItems__text {
	font-size: 16px;
	margin-bottom: 0;
}
.boxBlock__boxItems__text--subTitle {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-indent: -0.6em;
}
@media screen and (max-width: 959px) {
	.businessContents {
		padding: 55px 0 0;
	}
	.businessContents .title--xl {
		margin-bottom: 34px;
	}
	.businessContents__boxBlock {
		flex-direction: column;
		padding-bottom: 60px;
	}
	.boxBlock__boxItems {
		width: 100%;
		flex-basis: auto;
		padding: 15px;
	}
	.boxBlock__boxItems:nth-child(n+2) {
		margin-top: 20px;
	}
	.boxBlock__boxItems__title {
		font-size: 16px;
		padding-bottom: 8px;
	}
	.boxBlock__boxItems__text--subTitle {
		font-size: 12px;
	}
	.boxBlock__boxItems__text {
		font-size: 12px;
	}
}
/* contentArea--new */
.contentArea--new {
	padding-top: 30px;
}
.contentArea--middle {
	padding-top: 20px;
}
.contentArea--contact .title--xl {
	margin-bottom: 60px;
}
/* generalTable */
.generalTable table .generalTable__title th {
	padding: 0 30px 40px;
}
.generalTable table + table .generalTable__title th {
	padding: 50px 30px 40px;
}
@media screen and (max-width: 959px) {
	.generalTable {
		padding: 25px 10px 10px;
		border-radius: 4px;
	}
	.generalTable__body tr:first-child th {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.generalTable__body tr:last-child td {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.generalTable table .generalTable__title th {
		padding: 0 10px 20px;
	}
	.generalTable table + table .generalTable__title th {
		padding: 35px 10px 20px;
	}
}
/* .contentArea--new,
	.contentArea--middle */
.contentArea--contact .generalTable {
	margin-bottom: 120px;
	padding-top: 40px;
}

.contentArea--contact + .contentArea--middle h2.title--xl {
	margin: 0 0 82px;
}
.contentArea--new .generalTable__body th,
.contentArea--middle .generalTable__body th {
	vertical-align: top;
}
.generalTable__salary {
	display: flex;
	flex-wrap: wrap;
}
.generalTable__salary__title {
	flex: 0 1 auto;
}
.generalTable__salary__description {
	flex: 0 1 96%;
	padding-left: 0.5em;
	margin-bottom: 25px;
}
.generalTable__salary__description:last-child {
	margin-bottom: 0;
}
.generalTable__process {
	display: flex;
	flex-wrap: wrap;
}
.generalTable__process__title {
/*	flex: 0 1 96px;*/
	flex:0 1 130px;
}
.generalTable__process__title2 {
/*	flex: 0 1 96px;*/
	flex:0 1 95px;
}
.generalTable__process__title3 {
/*	flex: 0 1 96px;*/
	flex:0 1 175px;
}
.generalTable__process__description {
/*	flex: 0 1 85%;*/
	flex: 0 1 80%;
}
.generalTable__process__description2 {
/*	flex: 0 1 85%;*/
	flex: 0 1 85%;
}
.generalTable__process__description3 {
/*	flex: 0 1 85%;*/
	flex: 0 1 70%;
}
.generalTable__process + .generalTable__text {
	margin: 0;
}
.generalTable__deadline {
	display: flex;
	flex-wrap: wrap;
}
.generalTable__deadline__title {
/*	flex: 0 1 96px;*/
	flex:0 1 370px;
}
.generalTable__deadline__description {
/*	flex: 0 1 85%;*/
	flex: 0 1 80%;
}
.generalTable__deadline + .generalTable__text {
	margin: 0;
}
.generalTable__link--pdf {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 2em;
	background: url( /group/recruit/staff/common/images/ico_pdf.png ) no-repeat left center;
	display: block;
	margin-bottom: .8em;
}
.generalTable__link--pdf:hover {
	text-decoration: none;
}
.generalTable__link--mail {
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 959px) {
	.contentArea--new {
		padding-top: 0;
	}
	.contentArea--new .title--xl {
		margin: 0 0 35px;
		padding-top: 40px;
	}
	.contentArea--middle {
		padding-top: 0;
	}
	.contentArea--middle .title--xl {
		margin: 0 0 35px!important;
		/*padding-top: 20px;
    	padding-top: 40px!important;*/
	}
	.contentArea--contact .title--xl {
		/*margin: 20px 0 35px;*/
		margin: 0 0 35px;
    	/*padding-top: 40px;*/
	}
	.contentArea--contact .generalTable {
		margin-bottom: 60px!important;
		padding-top: 10px;
	}
}
@media screen and (max-width: 959px) {
	.generalTable__salary__description {
/*		flex: 0 1 94%;*/
		flex: 0 1 97%;
		margin-bottom: 20px;
	}
	.generalTable__process {
		margin-top: 5px;
	}
	.generalTable__process__title,
	.generalTable__process__title2,
	.generalTable__process__title3 {
		flex-basis: auto;
		font-weight: bold;
		flex-basis: 100%;
	}
	.generalTable__process__description,
	.generalTable__process__description2,
	.generalTable__process__description3{
		flex-basis: 100%;
		margin-bottom: 5px;
	}
	.generalTable__process__description:last-child{
		margin-bottom: 0;
	}
	.generalTable__deadline {
		margin-top: 5px;
	}
	.generalTable__deadline__title {
		flex-basis: auto;
		font-weight: bold;
		flex-basis: 100%;
	}
	.generalTable__deadline__description{
		flex-basis: 100%;
		margin-bottom: 5px;
	}
	.generalTable__deadline__description:last-child{
		margin-bottom: 0;
	}
	.generalTable__link--pdf {
		font-size: 12px;
		background-size: 18px auto;
	}
}
@media screen and (max-width: 959px) {
	.footerBody ul {
		margin-bottom: 0;
	}
}
/* footLink */
.footLink {
	background-color: #eee;
	padding: 120px;
	margin-bottom: 100px;
}
.footLink__wrap {
	display: flex;
	justify-content: flex-start;
}
.footLink__btn {
	flex: 0 1 auto;
	width: calc( 33.3% - 25.5px ); /* IEでflexショートハンドの中でcalcが使えない不具合対策 */
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	display: block;
	text-align: center;
	padding: 12px 0;
}
.footLink__btn:nth-child(2) {
	margin: auto;
}
@media screen and (max-width: 959px) {
	.footLink {
		padding: 60px 10px;
		margin-bottom: 50px;
	}
	.footLink__wrap {
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footLink__btn {
		flex: 0 1 calc( 50% - 5px );
		width: auto;
		border: none;
		padding: 20px 10px;
		text-align: left;
		font-size: 10px;
		line-height: 1;
		background: #fff url( /element_2017/images/arrow_middle_right_btn2_sp.png ) no-repeat right center /15px auto;
	}
	.footLink__btn:nth-child(2) {
		margin: 0;
	}
	.footLink__btn:nth-child(3) {
		margin-top: 10px;
	}
}

/* iconSns */
.iconSns.twitter {
	background: url( /element_2017/images/ico_sns_twitter.png ) no-repeat;
}
.iconSns.line {
	background: url( /element_2017/images/ico_sns_line.png ) no-repeat;
}
a:hover .iconSns.twitter,
a:hover .iconSns.line {
	background-position: initial;
	opacity: 0.6;
}
@media screen and (max-width: 959px) {
	.iconSns.twitter,
	.iconSns.line {
		background-size: 32px auto;
	}
}
.btn__linkArrow--Inverted:before {
	background-image: url( /group/recruit/staff/common/images/arrow_middle_left_btn2.png );
}
@media screen and (max-width: 959px) {
	.backBtn {
		width: 100%;
		padding: 0 10px;
	}
	.backBtn .btn__linkArrow {
		display: flex;
		justify-content: center;
		background: none;
	}
	.backBtn .btn__linkArrow::before {
		content: "";
		display: inline-block;
		background: url( /element_2017/images/arrow_middle_right_btn2_sp.png ) no-repeat left center /15px auto;
		width: 7px;
		height: 10px;
		-webkit-transform: scale( -1, 1 );
		transform: scale( -1, 1 );
	}
	.backBtn .btn__linkArrow .btn__list__inner {
		display: inline-block;
		padding-left: 10px;
	}
}