@charset "UTF-8";
/* 追加 */
.new-apply_p{display: inline-block}
.new-apply_p a{color:#fff}
/*======================================
採用情報　JOBINFO
  |___  新卒採用　NEW GRADUATES（一覧・詳細）
  |___  中途採用　MID CAREER（一覧・詳細）
======================================*/
/*---------------- 調整 ----------------*/
/*----- 採用情報 -----*/
.jobinfo .page-mainimg {
	background-image: url(../image/jobinfo/main.png);
	margin-bottom: 78px;
}


/*----- 中途採用（一覧） -----*/
.midcareer .page-mainimg {
	background-image: url(../image/jobinfo/main_midcareer.png);
	margin-bottom: 78px;
}

/*----- 新卒採用（詳細） -----*/
/*----- 中途採用（詳細） -----*/
.midcareer-detail .page-mainimg,
.new-graduates-detail .page-mainimg {
	background-image: url(../image/jobinfo/main_midcareer_detail.png);
	padding-bottom: 18.8%;
	margin-bottom: 78px;
}

/*----- 新卒採用（一覧） -----*/
.new-graduates .page-mainimg {
	background-image: url(../image/jobinfo/main_new_graduates.jpg);
	margin-bottom: 78px;
}


@media only screen and (max-width: 767px) {
	.title-area.jobinfo {
		margin-bottom: 40px;
	}

	.jobinfo .page-mainimg {
		margin-bottom: 0px;
	}

	.midcareer .page-mainimg {
		margin-bottom: 33px;
	}

	.midcareer-detail .page-mainimg,
	.new-graduates-detail .page-mainimg {
		margin-bottom: 40px;
		padding-bottom: 32%;
	}
}

/*----------------//ここまで//----------------*/


/*============================================================
採用情報　JOBINFO
=============================================================*/
.jobtype-container {
	margin: 0 auto 40px;
	width: 1040px;
}

.jobinfo-type{
    margin-bottom: 80px;
}

.jobtype-list {
	margin: 0 auto 40px;
	position: relative;
	height: 300px;
	width: 100%;
}

.jobtype-link {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.jobtype-link:hover {
	opacity: 1;
}

.jobtype-img-box {
	overflow: hidden;
	position: relative;
	left: 40px;
	height: 260px;
	width: 520px;
	z-index: 2;
}

.jobtype-img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.4s;
	width: 100%;
	height: 100%;
}

.jobtype-img:hover {
	height: 110%;
	width: 110%;
}

.jobtype-txt-box {
	background-color: #0f3787;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	right: 40px;
	height: 260px;
	width: 520px;
	z-index: 1;
}

.jobtype-name-en {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.jobtype-txt-box::after {
	background-color: #0f3278;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .25s ease-in-out;
	bottom: -100%;
	z-index: -1;
}

.jobtype-txt-box:hover::after {
	bottom: 0;
}

.jobtype-txt {
	box-sizing: border-box;
	padding-top: 90px;
	padding-left: 120px;
	position: relative;
	width: 100%;
	height: 100%;
}

/* 矢印マーク（ → ） */
.jobtype-txt::before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	right: 37px;
	bottom: 46%;
	transition: all ease-in-out 0.25s;
	width: 30px;
}

.jobtype-txt::after {
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #fff;
	content: "";
	position: absolute;
	right: 33px;
	bottom: 45%;
	transition: all ease-in-out 0.25s;
}

.jobtype-txt:hover::before {
	background-color: #FFF;
	right: 27px;
}

.jobtype-txt:hover::after {
	border-left: 5px solid #FFF;
	right: 23px;
}

@media only screen and (max-width: 767px) {
	.jobtype-container {
		margin: 0 auto 63px;
		width: 89.4%;
	}

	.jobtype-list {
		margin: 0 auto 17px;
		height: 280px;
	}

	.jobtype-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.jobtype-img-box {
		height: 160px;
		width: calc(100% - 20px);
		left: 0;
	}

	.jobtype-txt-box {
		height: 160px;
		width: calc(100% - 20px);
		left: 20px;
		bottom: 40px;
	}

	.jobtype-txt-box {
		font-size: 20px;
		margin-top: 0px;
	}

	.jobtype-name-en {
		font-size: 10px;
	}

	.jobtype-txt {
		padding-top: 70px;
		padding-left: 20px;
	}

	.jobtype-txt::before {
		right: 23px;
		bottom: 60px;
	}

	.jobtype-txt::after {
		right: 16px;
		bottom: 57px;
	}

	.jobtype-txt:hover::before {
		right: 23px;
	}

	.jobtype-txt:hover::after {
		right: 16px;
	}
}


/*============================================================

新卒採用　NEW GRADUATES（一覧）
中途採用　MID CAREER（一覧）

=============================================================*/

/*========== JOB LIST 募集一覧 ==========*/
.career-archive {
	border-top: solid 1px #e6e6e6;
	margin: 0 auto 120px;
	padding-top: 80px;
	width: 960px;
}

/* 調整（動画入るため） */
.new-graduates.title-area {
	margin: 0 auto 80px;
}

.career-archive-container {
	border-top: solid 1px #e6e6e6;
	font-weight: bold;
	margin: 40px auto 0;
}

.career-list {
	border-bottom: solid 1px #e6e6e6;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 80px;
}

.career-info-box {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.career-list-link:hover {
	/*--- ※透過しない ---*/
	opacity: 1;
}

/*--- 雇用形態 ---*/
.career-pattern {
	background-color: #dc0008;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-right: 20px;
	padding: 0 20px;
}

/* 詳細ページ */
.new-graduates-detail .career-pattern,
.midcareer-detail .career-pattern {
	margin-bottom: 15px;
	padding: 0 28px;
}

/*--- 職種名 ---*/
.career-occupation {
	font-size: 20px;
}

/* 詳細ページ */
.new-graduates-detail .career-occupation,
.midcareer-detail .career-occupation {
	font-size: 28px;
	margin-bottom: 10px;
}


/*--- 詳細を見る　ボタン ---*/
/*--- 応募する　ボタン ---*/
.career-button-container {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.career-button {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
	line-height: 40px;
}

.career-button-apply {
	margin-left: 6px;
}

.career-button-link {
	display: block;
	height: 40px;
	width: 160px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}

.career-button-link:hover {
	opacity: 1;
	position: relative;
}

.career-button-link:hover::after {
	bottom: 0;
}

.career-button-detail-link {
	background-color: #e6e6e6;
}

.career-button-apply-link {
	background-color: #dc0008;
	color: #fff;
}

.career-button-detail-link::after,
.career-button-apply-link::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -100%;
	transition: all .25s ease-in-out;
	z-index: -1;
}

.career-button-detail-link::after {
	background-color: #222222;
}

.career-button-detail-link:hover {
	color: #fff;
}

.career-button-apply-link::after {
	background-color: #c80004;
}






@media only screen and (max-width: 767px) {
	.career-archive {
		margin: 0 auto 60px;
		padding-top: 38px;
		width: 89.4%;
	}
	
	.new-graduates.title-area {
		margin: 0 auto 40px;
	}

	.career-archive-wrapper {
		margin: 32px auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.career-list {
		line-height: 1.6;
		margin-top: 20px;
		padding: 0 10px 30px;
	}

	.career-list,
	.career-info-box {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/*--- 雇用形態 ---*/
	.career-pattern {
		font-size: 12px;
		margin-bottom: 4px;
	}

	/* 詳細ページ */
	.new-graduates-detail .career-pattern,
	.midcareer-detail .career-pattern {
		margin-bottom: 10px;
		padding: 0 20px;
	}

	/*--- 職種名 ---*/
	.career-occupation {
		font-size: 20px;
		margin-bottom: 13px;
	}

	/* 詳細ページ */
	.new-graduates-detail .career-occupation,
	.midcareer-detail .career-occupation {
		font-size: 24px;
	}

	.career-button-container {
		width: 100%;
	}
	
	.career-button {
		width: calc((100% - 10px) / 2);
	}

	.career-button-apply {
		margin-left: 0;
	}

	.career-button-link {
		width: 100%;
	}
}


/*========== 新卒採用　一覧　動画 ==========*/
.movie_area {
	margin: 50px auto 0;
	width: 960px;
}

.movie_container {
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.movie_container iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.movie_area {
		margin: 30px auto 0;
		width: 89.4%;
	}
}

/* 2025から変更 */
.bl_movie{
    margin: 60px auto;
    max-width: 960px;
    padding: 0 20px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.bl_movie iframe,
.bl_movie video{
    border: none!important;
    width: 100%;
    height: 100%;
}
.bl_movie iframe.pc,
.bl_movie video.pc{
    display: none;
}
@media (min-width:1024px){
    .bl_movie{
        padding: 0;
    }
}
@media (min-width:1200px){
    .bl_movie iframe.sp,
    .bl_movie video.sp{
        display: none;
    }
    .bl_movie iframe.pc,
    .bl_movie video.pc{
        display: block;
    }
}

/*========== STEP 採用ステップ ==========*/
.career-step {
	background-color: #f5f5f5;
	padding: 80px 0 120px;
}

.career-step-container {
	margin: 0 auto;
	width: 960px;
}

.contents-subtxt {
	line-height: 1.8;
	margin-bottom: 32px;
}

.contents-subtxt::before {
	background-color: #dc0008;
	content: "";
	display: block;
	height: 2px;
	margin-top: 23px;
	margin-bottom: 24px;
	width: 40px;
}

.career-step-list {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.career-step-list:not(:last-child) {
	margin-bottom: 30px;
}

.step-name {
	background-color: #0f3787;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 43px 0 43px 40px;
	width: 380px;
}

.step-number {
	border-bottom: solid 1px #fff;
	color: #fff;
	margin-right: 20px;
	font-weight: 700;
}

.step-info {
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	height: 120px;
	padding: 38px 40px;
	position: relative;
	width: calc(960px - 380px);
}

/*--- 白三角マーク ( ▼ ) ---*/
.career-step-list:not(:last-child) .step-info::before,
.career-step-list:not(:last-child) .step-info::after {
	border-top: 10px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(88px + 24px);
	width: 12px;
	height: 20px;
}

.career-step-list:not(:last-child) .step-info::after {
	-webkit-transform: rotateY(180deg) translateX(-12px);
	-moz-transform: rotateY(180deg) translateX(-12px);
	-ms-transform: rotateY(180deg) translateX(-12px);
	-o-transform: rotateY(180deg) translateX(-12px);
	transform: rotateY(180deg) translateX(-12px);
}

@media only screen and (max-width: 767px) {
	.career-step {
		padding: 40px 0 60px;
	}

	.career-step-container {
		margin: 0 auto;
		width: 89.4%;
	}

	.career-step-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.step-name {
		padding: 23px 0 23px 40px;
		width: 100%;
	}

	.step-info {
		height: auto;
		padding: 28px 30px;
		position: relative;
		width: 100%;
	}

	.career-step-list:not(:last-child) .step-info::before,
	.career-step-list:not(:last-child) .step-info::after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

}

/*============================================================

新卒採用　NEW GRADUATES（詳細）
中途採用　MID CAREER（詳細）

=============================================================*/

.career-detail-box {
	font-weight: bold;
	margin: 0 auto 75px;
	width: 960px;
}

.career-detail .career-pattern {
	padding: 3px 25px;
	margin-bottom: 14px;
}

.career-detail .career-occupation {
	font-size: 28px;
	margin-bottom: 10px;
}

.career-tag-container {
	border-top: solid 1px #e6e6e6;
	font-size: 12px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	padding-top: 17px;
}

.career-tag-list {
	background-color: #e6e6e6;
	padding: 5px 8px;
}

.career-tag-list:not(:last-child) {
	margin-right: 4px;
}

.career-detail .title-area-heading {
	font-size: 28px;
}

@media only screen and (max-width: 767px) {
	.career-detail-box {
		margin: 0 auto 30px;
		width: 89.4%;
	}

	.career-detail .career-pattern {
		margin-bottom: 10px;
		padding: 0px 22px;
	}

	.career-detail .career-occupation {
		font-size: 24px;
	}

	.career-detail .title-area-heading {
		font-size: 24px;
	}
}


/*========== 仕事内容 ==========*/
.career-detail-info {
	margin: 0 auto 60px;
	width: 960px;
}

.contents-title-jp {
	border-left: 3px solid #dc0008;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 16px;
}

.career-detail-info-wrapper {
	background-color: #f5f5f5;
	padding: 40px;
}

.career-detail-info-list {
	line-height: 1.75;
	padding-left: 16px;
	position: relative;
}

.career-detail-info-list::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.career-detail-info {
		margin: 0 auto 40px;
		width: 89.4%;
	}

	.career-detail-info-wrapper {
		padding: 20px;
	}
}


/*========== 募集要項 ==========*/
.career-detail-description {
	margin: 0 auto 74px;
	width: 960px;
}

.description-dl {
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.8;
	margin: 0 auto 80px;
	width: 100%;
}

.description-head {
	background-color: #f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	font-weight: bold;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

.description-head .description-head-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.description-contents {
	border-top: 1px solid #e6e6e6;
	padding: 27px 0 27px 40px;
	width: calc(100% - 25%);
}


/*----------------

●応募する ボタン
●一覧に戻る ボタン

-----------------*/
.application,
.back-archive {
	display: block;
	font-family: inherit;
	line-height: 1;
	margin: 0 auto;
	width: 100%;
}

.application-link {
	background-color: #dc0008;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	margin: 0 auto 30px;
	max-width: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.application-link:hover {
	/*--- 透過しない ---*/
	opacity: 1;
}

.application-link::after {
	background-color: #cc0000;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition: all .25s ease-in-out;
	bottom: -100%;
	z-index: -1;
}

.application-link:hover::after {
	bottom: 0;
}

.application-link-span {
	display: block;
	position: relative;
	width: 100%;
}

/* 矢印マーク（ → ） */
.application-link-span::before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 48px;
	right: 26px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.25s;
	width: 27px;
}

.application-link-span::after {
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 7px solid #fff;
	content: "";
	position: absolute;
	bottom: 43px;
	right: 26px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.25s;
}

.application-link-span:hover::before,
.application-link-span:hover::after {
	right: 16px;
}


.back-archive {
	border: 1px solid #e6e6e6;
	line-height: 56px;
	max-width: 200px;
}

.back-archive-link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	max-width: 200px;
	position: relative;
}

.back-archive-link::after {
	background-color: #222222;
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	transition: all ease-in-out 0.3s;
	width: 72px;
}

.back-archive-link:hover {
	color: #dc0008;
	/*--- 透過しない ---*/
	opacity: 1;
}

.back-archive-link:hover::after {
	background-color: #dc0008;
}

@media only screen and (max-width: 767px) {
	.career-detail-description {
		margin: 0 auto 80px;
		width: 89.4%;
	}

	.description-dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 40px;
	}

	.description-head {
		border-right: 0;
		padding: 12px 0 12px 20px;
		text-align: left;
	}

	.description-contents {
		padding: 17px 0;
	}

	.description-head,
	.description-contents {
		width: 100%;
	}

	.description-head .description-head-txt {
		position: static;
		transform: none;
	}

	.application-link:hover::before,
	.application-link:hover::after {
		right: 26px;
	}

}

/*========== 採用情報　リンク ==========*/
.recruit-links {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	position: relative;
}

.recruitlink-left {
	background-color: #0f3787;
}

.recruitlink-right {
	background-color: #dc0008;
}

.recruitlink-left:hover {
	background-color: #0f3278;
	/*--- ※透過しない ---*/
	opacity: 1;
}

.recruitlink-right:hover {
	background-color: #cc0000;
	/*--- ※透過しない ---*/
	opacity: 1;
}

.recruitlink-left,
.recruitlink-right {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 200px;
	padding-top: 64px;
	position: relative;
	text-align: center;
	width: 50%;
}

.recruit-link-en {
	display: block;
	font-size: 32px;
	font-weight: 700;
}

/* 矢印マーク（ → ） */
.recruitlink-left::before,
.recruitlink-right::before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.25s;
	width: 30px;
}

.recruitlink-left::after,
.recruitlink-right::after {
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 7px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.25s;
}

.recruitlink-left:hover::before,
.recruitlink-left:hover::after,
.recruitlink-right:hover::before,
.recruitlink-right:hover::after {
	right: 30px;
}


@media only screen and (max-width: 767px) {
	.recruit-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.recruitlink-left,
	.recruitlink-right {
		font-size: 12px;
		height: 120px;
		padding-top: 31px;
		width: 100%;
	}

	.recruit-link-en {
		font-size: 24px;
	}

	.recruitlink-left::before,
	.recruitlink-right::before {
		right: 5.3%;
		bottom: 57px;
	}

	.recruitlink-left::after,
	.recruitlink-right::after {
		right: 5.3%;
		bottom: 54px;
	}

	.recruitlink-left:hover::before,
	.recruitlink-left:hover::after,
	.recruitlink-right:hover::before,
	.recruitlink-right:hover::after {
		right: 5.3%;
	}
}


/*====== 新卒詳細　応募ボタン ======*/
.new-apply-wrapper {
	background-color: #dc0008;
	margin: 0 auto 30px;
	padding: 35px 0 40px;
	text-align: center;
}

.new-apply-txt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}

.new-apply-button {
	background-color: #fff;
	margin: 0 auto;
	height: 100px;
	width: 400px;
}

.new-apply-link {
	display: block;
	position: relative;
}

.new-apply-img {
	position: absolute;
	top: 50%;
	left: 58%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 74.4%;
}

@media only screen and (max-width: 767px) {
	.new-apply-wrapper {
		padding: 25px 0 20px;
	}

	.new-apply-txt {
		margin-bottom: 14px;
	}

	.new-apply-button {
		height: 80px;
		max-width: 303px;
		width: 90%;
	}
}
