@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, address, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, figure, footer, header, hgroup, nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;	
}

body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	background: #E4EFFF;
}
body.device_tablet {
	min-width: 1200px;
}

@media (max-width: 768px) {
body {
	min-width: initial;
}
}

.anchor {
    position: relative;
    padding-top: 130px;
    margin-top: -130px;
	z-index: -1;
}
p.publishzero {
	text-align: center;
	font-size: 110%;
	padding: 50px 0;	
}

.contents_area.open {
    position: fixed;
    width: 100%;
}

.anchor {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
	z-index: -1;	
}

header.desktop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
}
.header_langselect {
	padding: 10px 40px 10px 0;
	background: #FFF;
}
.header_langselect_inner {
	display: flex;
	justify-content: flex-end;
	max-width: 1210px;
	background: #fff;
	
}
.header_langselect ul {
	display: flex;	
}
.header_langselect li {
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
.header_langselect li.corporate a {
	border: 1px solid #000;
	padding: 1px 35px 2px;
	background: #fff;
}
/*
.header_langselect li.corporate {
	margin-right: 5px;	
}
*/
.header_langselect li.current a {
	color: #999;	
}

.header_langselect li a {
	padding: 0 10px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.header_langselect li a {
	color: #000;	
}
.header_langselect li a::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 4px;
	right: 0;
	background: #000;	
}
.header_langselect li.corporate a::after,
.header_langselect li:last-child a::after {
	display: none;	
}
.header_nav {
	height: 100px;
	position: relative;
	background: #fff;
}
@media(min-width: 1300px) {
.header_nav,
.header_langselect {
	margin-left: calc(calc(100vw - 1300px) * 0.5);
}
}


.header_nav_inner {
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	position: relative;
	z-index: 10;
	margin-left: 30px;
}

.header_nav_inner h1 {
	width: 200px;
}
.header_nav_inner h1 img {
	width: 100%;
	height: auto;	
}

.header_nav_inner ul {
	display: flex;
	transform: translateY(-10px);
}
.header_nav_inner ul li {
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.header_nav_inner ul li a {
	display: block;
	padding: 10px 20px;
	color: #000;
	text-decoration: none;
	position: relative;
}
.header_nav_inner ul li a:hover {
	color: #004F9D;
}

.header_nav_inner ul li a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #004F9D;
	position: absolute;
	left: calc(50% - 2px);
	bottom: -5px;
	opacity: 0;
	transition: opacity 0.2s;
}
.header_nav_inner ul li a:hover::after,
.header_nav_inner ul li.nav_active a::after {
	opacity: 1;
}


@media(max-width: 1400px) {

.header_nav_inner ul li {
	font-size: 15px;
}
.header_nav_inner ul li a {
	padding: 10px 15px;
}
}
@media(max-width: 1000px) {
.header_nav_inner ul li {
	font-size: 14px;
}
.header_nav_inner ul li a {
	padding: 10px;
}
}

.recruit_page {
	padding-top: 160px;
	background: #fff;
}

.recruit_wrap {
	max-width: 1200px;
	padding-bottom: 60px;
}
@media(min-width: 1300px) {
.recruit_page {
	margin-left: calc(calc(100vw - 1300px) * 0.5);
}
.recruit_wrap {
	margin-left: 50px;
}
}


.reccuit_top_catch {
	max-width: 665px;
	margin: 0 0 55px 40px;		
}
.reccuit_top_catch img {
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

.recruit_top_message {
	max-width: 740px;
	margin: 0 0 130px 250px;
}
.recruit_top_message h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px;	
}
.recruit_top_message p {
	line-height: 1.8;
}
.recruit_top_message .linkbtn {
	margin: 60px auto;
	width: 350px;
}
.linkbtn a {
	display: block;
	background: #004F9D;
	border: 2px solid #004F9D;
	color: #fff;
	text-decoration: none;
	width: 350px;
	height: 60px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	transition: background 0.3s;
}
.linkbtn a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 30px;
	transition: right 0.3s;	
}
.linkbtn a:hover {
	background: #fff;
	color: #004F9D;
}

.linkbtn a:hover::after {
	right: 10px;
	border-color: #004F9D;
}

.recruit_top_hero {
	margin: 0 0 130px 200px;
}



.aboutwork_section {
	padding:0 40px 160px;
}
.aboutwork_section h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px;	
}

.aboutwork_slider_parent {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
.aboutwork_slider_container {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.aboutwork_thumb {
	max-width: 680px;
	margin: 0 auto;	
}
.aboutwork_thumb img {
	width: 100%;
	height: auto;	
}

.aboutwork_col {
	position: relative;	
}

.aboutwork_col .aboutwork_catch {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 5px 35px;
	border-left: 10px solid #C11F24;
}

.aboutwork_col .aboutwork_caption {
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 440px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
}
.aboutwork_caption p {
	line-height: 1.8;	
}

.aboutwork_catch h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px;	
}
.aboutwork_catch p {
	font-size: 20px;
	font-weight: 700;
}



.talk_hdr h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px;	
}
.staff_profile {
	max-width: 830px;
	box-sizing: border-box;
	background: rgba(237,239,242,0.9);
	padding: 40px 50px 80px;
	transform: translateY(-300px);
	margin: 0 auto -200px;
	position: relative;
}
.staff_profile h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 45px;	
}
.staff_profile h4 span {
	position: relative;	
}
.staff_profile h4 span::before,
.staff_profile h4 span::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;	
}
.staff_profile h4 span::before {
	left: -35px;	
}
.staff_profile h4 span::after {
	right: -35px;	
}

.staff_prof_flex {
	display: flex;
	justify-content: space-between;
}
.staff_prof_col {
	width: 50%;	
}
.staff_prof_col dl {
	margin: 0 0 30px;	
}
.staff_prof_col dt {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}
.staff_prof_col dt div {
	width: 95px;
	height: 24px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}
.staff_prof_col dt div span {
	transform: translateY(-1px);	
}
.staff_prof_col dt p {
	font-size: 16px;
	font-weight: 500;	
}
.staff_prof_col dd {
	color: #666;
	font-size: 14px;
}

.man {
	background: #004F9D;
	color: #fff;
}
.woman {
	background: #C11F24;
	color: #fff;
}


.talk_wrap {
	max-width: 830px;
	margin: 0 auto;
}
.talk_wrap h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 120px 0 50px;
	padding-left: 35px;
	position: relative;
}
.talk_wrap h4::before{
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left:0;
}
.talk_wrap h4.first {
	margin-top: 0;	
}
.talk_wrap dl {
	display: flex;
	align-items: start;
	margin: 0 0 35px;
}
.talk_wrap dt {
	width: 95px;
	margin-right: 10px;
}
.talk_wrap dt span {
	position: relative;
	z-index: 5;	
}
.talk_wrap dt div {
	width: 95px;
	height: 24px;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	margin-bottom: 15px;
	position: relative;
}

.talk_wrap dt div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 10px 13px 0;
	border-color: transparent #007bff transparent transparent;
	transform: rotate(-10deg);
	z-index: 0;
}
.talk_wrap dt div.man::after {
	border-color: transparent #004F9D transparent transparent;
}
.talk_wrap dt div.woman::after {
	border-color: transparent #C11F24 transparent transparent;
}



.talk_wrap dd  {
	flex: 1;
	line-height: 1.8;
}


.work_type_wrap {
	position: relative;
	padding: 90px 20px 40px;
	overflow: hidden;
}
.work_type_wrap::before {
	content: '';
	display: block;
	width: 1300px;
	height: 100%;
	background: url(../images/recruit_worktype_bg_pc.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 0;	
}
.work_type_wrap h3 {
	font-size: 36px;
	position: relative;
	z-index: 5;
	text-align: center;
	margin: 0 0 60px;	
}
.work_type_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	position: relative;
	z-index: 5;	
	
}
.worktype_col {
	width: calc(50% - 25px);
	box-sizing: border-box;
	background: #fff;
	margin: 0 0 50px;
}
.worktype_col h4 {
	padding: 40px 20px 0 40px;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
}
.worktype_col h4 span {
	position: relative;	
}
.worktype_col h4 span::after {
	content: '';
	display: block;
	width: calc(100% + 40px);
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: -40px;
	background: #C11F24;
}

.worktype_col p {
	padding: 0 45px 45px;
	line-height: 1.8;	
}


.job_section {
	padding-top: 120px;
}
.job_section h3 {
	text-align: center;
	font-size: 36px;
	position: relative;
	z-index: 5;
	text-align: center;
	margin: 0 0 60px;
}

.job_flex {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;	
}
.job_col {
	width: 350px;
	margin: 0 15px 50px; 
}


.job_col_caption {
	font-size: 18px;
	font-weight: 700;
	box-sizing: border-box;
	background: red;
}

.job_col_caption a {
	background: #EDEFF2;
	color: #0A3591;
	display: block;
	padding: 20px 35px;
	text-decoration: none;
	position: relative;
	border: 1px solid #0A3591;
}
.job_col_caption a::before {
	content: '';
	display: block;
	width: 100%;
	height:  100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #0A3591;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.3s;
}

.job_col_caption a:hover {
	background: #fff;
}
.job_col_caption a:hover::before {
	opacity: 1;	
}

.job_col_caption a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0A3591;
    border-right: 2px solid #0A3591;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 30px;
    transition: right 0.3s;
}
.job_col_caption a:hover::after {
    right: 15px;
}
.job_col_figure img {
	width: 100%;
	height: auto;	
}


h3.job_title {
	text-align: center;
	font-size: 36px;
	margin: 0 0 60px;	
}


.job_type_flex {
    max-width: 1200px;

    position: relative;
}
.job_type_flex .job_type_col_figure {
    width: 650px;
    position: absolute;
    top: 0;
    left: 0;
}
.job_type_col_photo img {
	width: 100%;
	height: auto;	
}
.job_type_col_photo {
	margin: 0 0 20px;
}


.job_type_flex .job_type_col_caption {
    width: 720px;
    margin: 0 0 160px 480px;
    position: relative;
    z-index: 5;
}

.job_type_col_caption h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 35px 170px;
	padding-left: 30px;
	border-left: 10px solid #C11F24;
}

.job_type_col_caption table {
	border-top: 1px solid #CDD0D3;
	background: #fff;
}

.job_type_col_caption th,
.job_type_col_caption td {
	text-align: left;
	padding: 20px;
	vertical-align: top;
	line-height: 1.8;
	border-bottom: 1px solid #CDD0D3;
}
.job_type_col_caption th {
	background: #EDEFF2;
	font-weight: 500;
	white-space: nowrap;
	padding-right: 30px;
}

.job_separate {
	height: 100px;	
}
