@charset "utf-8";

/* contentsWrap 幅
------------------------------------------------------------------ */
#wrapper {
	min-width: 1260px;
}
body#top .contentsWrap {
	margin-bottom: 74px;
}

.fitWidthfull{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.fitWidthTop{
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
/* .fitWidthTop2{
	max-width: 1486px;
	margin-left: auto;
	margin-right: auto;
} */


.fitWidthA{
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

.fitWidthB{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.fitWidthC{
	max-width: 1486px;
	margin-left: auto;
	margin-right: auto;
}

/* footer フッター
------------------------------------------------------------------ */
footer {
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.07em;
}
#footerWrap {
	background-color: #003e73;
	border-bottom:2px solid #fff;
	padding: 22px 0 11px;
}

/* フッターリンク */
#footer ul:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 50px 16px;
}
#footer ul:first-child li {
	padding: 13px 0;
	box-sizing: border-box;
	font-weight:bold;
}

footer a:link, footer a:visited {
	color:#fff;
}

/* コピーライト */
#copyWrap {
	background:#003e73;
	color:#fff;
	text-align: center;
	padding:14px 0 12px;
}
#copyWrap small {
	display: block;
	font-size: 15px;
}

/* ページトップ */
.btnPageBtn {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 1;
}






.worklife-p .table table td {
	vertical-align: middle;
	line-height: 1.5;
	padding: 15px;
}
.worklife-p .table table th {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 15px;
}
.worklife-p .table table .tTtlB {
	background: #546a93;
	color: #fff;
}
.worklife-p .table table .arrowLink {
	color: #546a93;
}
.occupation-content .t1 {
	margin: 0px 0 50px 0;
	color: #4f6d92;
	line-height: 2;
}
.occupation-content .t2 {
	margin: -30px 0 50px 0;
	color: #4f6d92;
	line-height: 2;
}




.occupation-career {
	margin-bottom: 200px;
}
.occupation-career .aco {
	margin-bottom: 30px;
}
.occupation-career .aco .acobtn {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	cursor: pointer;
	background-color: #536993;
	font-weight: bold;
}
.occupation-career .aco .acobtn::after {
	position: absolute;
	top: calc(50% - 18px);
	right: 15px;
	content: '';
	width: 36px;
	height: 36px;
	background: #536993 url("../img/guideline/arrow.png") no-repeat;
	background-size: 36px;
	transition: 0.3s;
}
.occupation-career .aco .acobtn.active::after {
	transform: rotate(180deg);
}
.occupation-career .aco .acoin {
	border: 2px solid #536993;
	border-top: 0;
	display: none;
}
.occupation-career .aco .acoin table {
	border-left: 1px solid #536993;
	width: 100%;
	background-color: #fff;
}
.occupation-career .aco .acoin table th {
	border-bottom: 1px solid #536993;
	border-right: 1px solid #536993;
	vertical-align: middle;
	font-size: 20px;
	color: #536993;
	text-align: center;
	padding: 30px;
	width: 20%;
}
.occupation-career .aco .acoin table td {
	border-bottom: 1px solid #536993;
	border-right: 1px solid #536993;
	vertical-align: middle;
	font-size: 18px;
	padding: 30px;
	line-height: 1.8;
}
