.cont1k {
	max-width:  inherit;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mainarea {
	color: #595757;
}

.mv img {
	width: 100%;
}

.inner_s {
	max-width: 1000px;
	margin: 0 auto;
}
.inner_w {
	max-width: 1100px;
	margin: 0 auto;
}

.mv_under_ttl {
	font-size: 40px;
	color: #8096A3;
	text-align: center;
	line-height: 1.3;
	padding-top: 55px;
	margin-top: 50px;
	background: url(/static/files/corporate/workstyle/style/img/img_mv_under.png)no-repeat center top;
}
.mv_under_txt {
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 1.8;
	text-indent: 1em;
}
.mv_under_txt + .mv_under_txt {
	margin-top: 0;
}

.point {
	margin-top: 140px;
}
.point_ttl {
	font-size: 57px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.point_ttl span {
	color: #8096A3;
	font-size: 40px;
}
.point_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
.point_list li {
	width: calc((100% - 110px)/3 );
	padding: 40px 0 35px;
	border-top: solid 2px #707070;
	border-bottom: solid 2px #707070;
}
.point_list_num {
	text-align: center;
	font-weight: bold;
	color: #8096A3;
	font-size: 20px;
	line-height: 1;
	position: relative;
	padding-bottom: 25px;
}
.point_list_num:before {
	content: "";
	display: block;
	height: 10px;
	width: 50px;
	background-color: #8096A3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.point_list_num span {
	font-size: 65px;
}
.point_list_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 25px 0;
}
.point_list figure {
	margin-bottom: 25px;
	text-align: center;
}
.point_list_txt {
	font-size: 18px;
	padding-left: 1em;
	text-indent: -1em;
}

.workstyle {
	background-color: #F5F7F7;
	padding: 0 0 120px;
	margin-top: 170px;
}
.workstyle_inner {
	padding-top: 45px;
}
.workstyle_inner + .workstyle_inner {
	margin-top: 120px;
	border-top: solid 1px #707070;
}
.workstyle_num {
	text-align: center;
	font-weight: bold;
	color: #8096A3;
	font-size: 36px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.workstyle_num:before {
	content: "";
	display: block;
	height: 10px;
	width: 50px;
	background-color: #8096A3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.workstyle_num span {
	color: #595757;
	font-size: 70px;
}
.workstyle_ttl {
	color: #8096A3;
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
	margin: 20px 0 50px;
}
.workstyle_ttl sup {
	font-size: .5em;
	vertical-align: top;
}
.workstyle_inner figure {
	text-align: center;
}
.workstyle_inner figure img {
	margin: 0 auto;
}
.workstyle_arr {
	margin: 40px auto 45px;
}
.workstyle_txt {
	font-size: 20px;
	line-height: 2;
}
.workstyle_txt + * {
	margin-top: 40px;
}
.workstyle_txt_c {
	font-size: 16px;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.info {
	background-color: #b5c2c9;
	text-align: center;
}
.infoInner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 0 93px;
}
.infoInner .ttl {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.infoInner .txt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.infoBtnBlock {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.infoBtnBlock a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 120px;
	margin:  0 8px;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	color: #5e7f8b;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s;
}
.infoBtnBlock a:hover {
	opacity: .6;
}

footer {
	margin-top: 0;
}

@media screen and (min-width: 851px) {
	.workstyle_toggle {
		display: block!important;
	}
}

@media screen and (max-width: 850px) {
	.inner_s,
	.inner_w {
		width: calc(100% - 40px);
	}
	.mv_under_ttl {
		margin-top: 55px;
		background-size: 74px auto;
		font-size: 20px;
		padding-top: 40px;
	}
	.mv_under_ttl br {
		/*display: none;*/
	}
	.mainarea p.mv_under_txt {
		font-size: 16px;
	}

	.point {
		margin-top: 100px;
	}
	.point_ttl {
		font-size: 38px;
	}
	.point_ttl span {
		font-size: 24px;
	}
	.point_list {
		display: block;
		margin-top: 30px;
	}
	.point_list li {
		width: 100%;
		padding-bottom: 40px;
	}
	.point_list li + li {
		border-top: none;
	}

	.workstyle {
		margin-top: 130px;
	}
	.workstyle_inner + .workstyle_inner {
		margin-top: 65px;
		padding-top: 65px;
	}
	.workstyle_ttl {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.workstyle_ttl br {
		display: none;
	}
	.workstyle_arr {
		margin: 25px 0 20px;
	}
	.workstyle_arr img {
		width: 50px;
		height: auto;
	}
	.mainarea p.workstyle_txt {
		font-size: 18px;
	}
	.mainarea p.workstyle_txt_c {
		font-size: 16px;
	}

	.workstyle_toggle {
		display: none;
	}
	.workstyle_arr img {
		cursor: pointer;
	}
}



