*{
	margin: 0;
	padding: 0;
}
body{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Yu Gothic","游ゴシック体","Meiryo","メイリオ","Helvetica Neue","Arial",sans-serif;
	font-weight:500;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 0;
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
footer, header, menu, nav, section, a{
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h2{
	font-size: 32px;
	font-weight: bold;
	color: #222222;
}
h3{
	font-size: 24px;
	font-weight: bold;
	color: #222222;
}
p{
	font-size: 16px;
	color: #444444;
}
.main_item_innerwrap{
	width: 1000px;
}
.top_guide_wrap{
	min-width:1250px;
}

/*ラベル*/
.square_TopLabel_wrap{
	position: relative;
}
.square_TopLabel_wrap a{
	display:block;
}
.square_TopLabel_wrap img{
	width:100%;
	height:360px;
	object-fit: cover;
}
.square_TopLabel_wrap h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size:30px;
	padding:14px 23px;
	background:#004BB1;
	color:#fff;
	font-weight:bold;
	width: max-content;
	opacity: 0.9;
}
.RecruitmentWriter_wrap{
	background: #F5F5F6;
	width: 100%;
	display:none;
}
.RecruitmentWriter_innerwrap{
	width: calc(100% - 110px);
	margin:0 auto;
	padding:96px 0;
}
.square_label_wrap{
	position: relative;
}
.square_label_wrap a{
	display:block;
}
.square_label_wrap img{
	width:100%;
}

/*ボタン*/
.TransitionBtn_wrap{
	text-align:center;
	display: block;
}
.TransitionBtn_wrap a{
	display:inline-block;
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	font-size: 16px;
}
/*IEのボタンテキスト位置調整*/
@media all and (-ms-high-contrast: none) {
	.TransitionBtn_wrap a{
		padding-top:2px;
	}
}
.arrow_blue a{
	background:#0044AA;
	color:#fff!important;
	width: 275px;
	height: 56px;
	line-height: 56px;
	border:1px solid #0044AA;
	font-size: 16px;
	font-weight:bold;
	padding-right:20px;
}
.arrow_blue a:after{
	content: "";
	position: absolute;
	right: 55px;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 10;
}
.arrow_blue a:hover{
	background: #0456c5;
	transition: 0.3s;
}
.DetailsBtn_wrap{
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
}
.DetailsBtn_wrap a{
	display: block;
	text-align: center;
	color:#8DC21F!important;
	border:1px solid #fff;
	background:#fff;
	font-size: 16px;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
	width: 197px;
	height: 56px;
	line-height: 56px;
	font-weight:bold;
	position: relative;
}
.DetailsBtn_wrap a:after{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 3px #8DC21F;
	border-right: solid 3px #8DC21F;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 10;
}
/*灰色枠ボタン*/
.border_gray a{
	color: #222222;
	width: 275px;
	height: 56px;
	line-height: 54px;
	border:2px solid #ccc;
	font-size: 16px;
	font-weight: bold;
}
.border_gray a:hover{
	background: #ccc;
	color: #fff;
	transition: 0.3s;
}
/*外部リンクアイコン*/
.external_link a{
	position: relative;
}
.external_link a:after{
	content: "";
	position: absolute;
	background-image: url("/corp_site/img/icon/link_glay.svg");
	right: 25px;
	top: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	z-index: 10;
}
.external_link a:hover:after{
	background-image: url("/corp_site/img/icon/link_white.svg");
	transition: 0.3s;
}
/*テキストリンク*/
.link_text{
	display: inline;
}
.link_text:link,.link_text:visited{
	color: #3694e5;
	text-decoration: none;
}
.link_text:hover,.link_text:active{
	text-decoration: underline;
	cursor: pointer;
}

/*過去記事スタイル*/
.container_sp{
	background: #F5F5F6;
	padding: 75px 0;
}
.container_sp h2{
	padding: 63px 43px 24px;
	background: #fff;
	margin: 0 auto;
	width: 1000px;
}
.contents_sp{
	padding: 0 43px 63px;
	background: #fff;
	margin: 0 auto ;
	width: 1000px;
}
.contents_sp p{
	color: #444444;
	padding-bottom:24px;
}
.contents_sp a{
	margin-bottom:24px;
	display:inline-block;
}
.contents_sp img{
	width: max-content;
	max-width:80%;
}
.article{
	width: max-content!important;
	max-width:60%!important;
}
.contensimg{
	width: max-content!important;
	max-width:30%!important;
}

/*仮*/
.normal_large a{
	background:#0000000D;
	color:#fff!important;
	width: 394px;
	height: 64px;
	line-height: 64px;
	border:1px solid #0000000D;
	font-size: 16px;
}
.normal_middle a{
	background:#fff;
	color:#3B4043!important;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border:1px solid #CCCCCC;
	font-size: 16px;
}
.normal_small a{
	background:#0000000D;
	color:#3B4043!important;
	width: 148px;
	height: 48px;
	line-height: 48px;
	border:1px solid #0000000D;
	font-size: 16px;
}
.contact a{
	background:#fff;
	color:#444444!important;
	width: 394px;
	height: 64px;
	line-height: 64px;
	border:1px solid #CCCCCC;
	font-size: 16px;
}

/*パンくず*/
nav{
	width: 100%;
	min-width: 1250px;
	display:block;
	color:#fff;
}
nav ul{
	padding: 25px 0;
	margin: 0 110px;
	width: calc(100% - 220px);
}
nav li{
	position: relative;
	display:inline-block;
	margin-right: 25px;
	vertical-align: middle;
}
nav li:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	display: block;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: solid 2px #DDDDDD;
	border-right: solid 2px #DDDDDD;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 10;
}
nav li:last-of-type:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: 0;
	border-top: solid 0px #fff;
	border-right: solid 0px #fff;
	z-index: 0;
}
nav span{
	font-size:14px;
	color: #222222;
}
nav img{
	height:15px;
}
nav a{
	text-decoration: none;
}
nav a span:hover{
	text-decoration: underline;
}

/*TOPラベル*/
.main_top_back{
	width:500px;
	background:#004BB1;
	height:468px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity:0.9;
}
.main_top_text{
	padding:0 64px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width:372px;
}
.main_top_midashi{
	font-size:43px;
	color:#fff;
	margin-bottom:26px;
	font-weight:bold;
	font-feature-settings: "palt";
	letter-spacing: 2.5;
	line-height: 1.5;
}
.main_top_midashi span{
	display:block;
}
.main_top_text p{
	font-size:16px;
	color:#fff;
	font-feature-settings: "palt";
	letter-spacing: 2.5;
	line-height: 2;
}

/*トップメッセージFirefoxタブレット用*/
.comment p:last-of-type{
	font-size: 12px;
}
.top_photo_wrap{
	width: 1000px;
	margin:0 auto;
	padding: 72px 64px;
}
.top_photo_wrap .photo{
	height: 470px;
	width: 100%;
	background-position: 0 0;
	margin: 0;
}
.top_photo_wrap .comment{
	width: 457px;
	/*max-width: initial;
	max-width: 100%;*/
	min-width: initial;
	min-width: auto;
	padding: 32px 0 32px 32px;
	top: 104px;
	bottom: auto;
	left: 32px;
}
.top_photo_wrap .comment h2,.middle_photo_wrap .comment h2{
	font-size: 32px;
}
.first_message_wrap{
	padding: 0 64px 64px;
}	
.middle_photo_wrap{
	width: 1000px;
	margin:0 auto;
	padding: 0 64px;
}
.middle_photo_wrap .photo{
	width: calc(100% - 32px);
	margin: 0;
	height: 470px;
}
.middle_photo_wrap .comment{
	width: auto;
	min-width: initial;
	min-width: auto;
	padding: 20px 24px;
	left: auto;
	right: 64px;
	bottom: -88px;
}
.second_message_wrap{
	padding: 128px 64px 64px;
}
.second_message_wrap{
	padding: 152px 64px 88px;
}
.top_message_wrap .arrow_blue a{
	margin: 104px 0;
}
.sp_br{
	display: none;
}
.pc_br{
	display: block;
}
.signature_wrap img{
	width: 190px;
}
/*newsサブタイトル用*/
.news_item .textComment {
	font-size: 13px;
}
@media screen and (min-width:561px) {
	.news_item .textComment {
		font-size: 16px;
	}
}