@charset "utf-8";

.content_area {
	padding-top: 120px;
}

.about_ttl h2 {
	font-size: 6.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.sec_ttl h2::after {
	margin-top: 5px;
}

section {
	width: 1200px;
	margin: 0 auto;
}

.about_text {
	text-align: center;
	margin-bottom: 100px;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

/* 働く環境 */

.inner {
	width: 1500px;
}

.about_column_item {
	margin-bottom: 110px;
}

.about_column_item.flex_right {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
}

.about_column_item.flex_left {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}

.about_column_txt {
	position: relative;
	width: 46%;
	margin: 0 55px;
}

.about_column_txt p {
	margin-top: 120px;
}

.about_column_txt::after {
	content: "";
	position: absolute;
	top: 57%;
	display: block;
	width: 85px;
	height: 1px;
	background-color: #222;
	margin: auto;
}

/* 福利厚生　Welfare benefits */

.bg_gray {
	background: rgba(47, 84, 142, .1);
	padding: 100px 0 140px;
}

ul.column4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Welf-box {
	width: 280px;
	height: 260px;
	margin-bottom: 25px;
	background-color: #fff;
	text-align: center;
}

h6.Welf-ttl {
	font-size: 1.8rem;
	color: #2E538D;
	font-weight: 500;
}

h6.Welf-ttl span img {
	margin: 0 auto;
	padding: 35px 0 7px 0;
}

span.Welf-ttl-detail {
	display: block;
	margin-top: 7px;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* データで見る */
ul.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column3_item {
	margin-bottom: 30px;
}


@media screen and (max-width:767px) {

	.about_ttl h2 {
		font-size: 3.8rem;
	}

	.sec_h3 {
		margin: 50px 0 35px;
	}

	.sec_h3 h3 {
		font-size: 2.1rem;
		letter-spacing: 0;
	}

	.about_column_item {
		margin-bottom: 50px;
	}

	.about_column_item.flex_right {
		display: block;
	}

	.about_column_item.flex_left {
		display: block;
	}

	.about_column_txt {
		width: 100%;
		margin: 0;
	}

	.about_text {
		margin: 20px 0;
	}

	.about_column_txt p {
		margin-top: 30px;
	}

	.about_column_txt::after {
		top: 115px;
	}

	/* Welfare benefits */

	.bg_gray {
		padding: 20px 0 20px;
	}

	section {
		width: 100%;
		padding: 0 20px 0;
	}

	ul.column4 {
		justify-content: center
	}

	li.column4_item.bg-wh {
		margin-bottom: 5px;
	}

	li.column4_item.bg-wh {
		margin-right: 5px;
	}

	li.column4_item.bg-wh:nth-child(2n) {
		margin-right: 0;
	}

	.Welf-box {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}

	h6.Welf-ttl {
		font-size: 1.4rem;
	}

	span.Welf-ttl-detail {
		margin-top: 3px;
		font-size: 1rem;
	}

	h6.Welf-ttl span img {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	/* data */
	li.column3_item {
		width: 90%;
		margin: 30px auto 0;
	}

}