/*  福利厚生
=========================================================================
=========================================================================*/
#institution {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

@media (max-width:910px) {
	#institution {
		padding: 0 25px;
		width: 100%;
	}
}

#institution h1 {
	position: relative;
	margin: 82px auto 90px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#institution h1::before {
	content: "PERSONNEL SYSTEM";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	font-size: 2.0rem;
	font-weight: normal;
	color: #8B8B8B;
	text-align: center;
}

#institution h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 100px;
	height: 4px;
	background: #3263BF;
}

#institution p {
	position: relative;
	margin: 0 auto 45px;
	font-size: 1.4rem;
	text-align: center;
}

#title {
	margin: 0 auto;
	width: 960px;
}

@media (max-width:1010px) {
	#title {
		padding: 0 25px 0;
		width: 100%;
	}
}

#title h2 {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 44px;
	max-width: 960px;
	height: 64px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 64px;
	background: #D0EEFC;
}

/* 新たな取り組み
=========================================================================
=========================================================================*/
#support {
	overflow: hidden;
	position: relative;
	padding: 60px 25px;
	width: 100%;
	background-color: #F4F9FC;
}

#support ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 936px;
}

#support ul li {
	width: calc(292 / 936 * 100%);
}

#support ul li figure {
	margin-bottom: 25px;
	background-color: #E8F3FC;
	text-align: center;
}

#support ul li figure img {
	max-width: 292px;
}

#support ul li h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.1rem;
	text-align: center;
}

#support h3 span {
	display: block;
	font-size: 1.4rem;
}

#support p {
	font-size: 1.4rem;
}

/* 福利厚生制度
=========================================================================
=========================================================================*/
#welfare {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 100px;
	width: 960px;
}

@media (max-width:1010px) {
	#welfare {
		padding: 80px 25px 100px;
		width: 100%;
	}
}

#welfare h1 {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 44px;
	height: 64px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 64px;
	background: #D0EEFC;
}

#welfare ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px calc(12 / 960 * 100%);
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#welfare ul li {
	padding: 28px 20px 20px;
	width: calc(310 / 960 * 100%);
	background-color: #F4F9FC;
	border-radius: 7px;
}

#welfare ul li:nth-child(7) {
	width: calc(473 / 960 * 100%);
}

#welfare ul li figure {
	margin: 0 auto 25px;
	width: 140px;
}

#welfare ul li h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #262626;
}

#welfare p {
	font-size: 1.4rem;
}



/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {
	#institution {
		padding: 44px 25px 0;
	}

	#institution ul li {
		margin: 0 0 7px;
		padding: 25px 25px;
	}

	#institution ul li h4 {
		font-size: 3.4vw;
	}

	#title h2 {
		margin: 0 auto 20px;
		padding: 0 22px;
		height: 40px;
		font-size: 1.8rem;
		line-height: 40px;
	}

	/* 新たな取り組み
	=========================================================================
	=========================================================================*/
	#support {
		padding: 60px 25px;
	}

	#support ul {
		flex-wrap: wrap;
		gap: 40px 0;
		width: 100%;
	}

	#support ul li {
		width: 100%;
	}

	#support ul li h3 {
		font-size: 2.1rem;
	}

	#support p {
		padding: 0 10px;
		font-size: 1.2rem;
	}

	/* 福利厚生制度
	=========================================================================
	=========================================================================*/
	#welfare {
		padding: 25px 25px 100px;
		width: 100%;
	}

	#welfare h1 {
		margin: 0 auto 20px;
		padding: 0 22px;
		height: 40px;
		font-size: 1.8rem;
		line-height: 40px;
	}

	#welfare ul {
		gap: 10px 0;
	}

	#welfare ul li {
		padding: 28px 20px 20px;
		width: 100%;
	}

	#welfare ul li:nth-child(7) {
		width: 100%;
	}

	#welfare ul li figure {
		width: 140px;
	}

	#welfare ul li h3 {
		font-size: 1.6rem;
	}

	#welfare p {
		font-size: 1.2rem;
	}

}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {


	/* 採用情報
	=========================================================================
	=========================================================================*/
	#institution h1 {
		margin: 100px auto 58px;
		font-size: 2.0rem;
	}

	#institution h1::before {
		top: -30px;
		font-size: 1.3rem;
	}

	#institution h1::after {
		bottom: -10px;
		width: 50px;
		height: 2px;
	}

	#institution p {
		margin: 0 auto 45px;
		font-size: 1.3rem;
	}


	/* 新たな取り組み
	=========================================================================
	=========================================================================*/
	#support {
		padding: 60px 25px;
	}

	#support ul {
		flex-wrap: wrap;
		gap: 40px 0;
		width: 100%;
	}

	#support ul li {
		width: 100%;
	}

	#support ul li h3 {
		font-size: 2.1rem;
	}

	#support p {
		padding: 0 10px;
		font-size: 1.2rem;
	}

	/* 福利厚生制度
	=========================================================================
	=========================================================================*/
	#welfare {
		padding: 25px 25px 60px;
		width: 100%;
	}

	#welfare h1 {
		margin: 0 auto 20px;
		padding: 0 22px;
		height: 40px;
		font-size: 1.8rem;
		line-height: 40px;
	}

	#welfare ul {
		gap: 10px 0;
	}

	#welfare ul li {
		padding: 28px 20px 20px;
		width: 100%;
	}

	#welfare ul li:nth-child(8) {
		width: 100%;
	}

	#welfare ul li figure {
		width: 140px;
	}

	#welfare ul li:nth-child(7) figure {
		width: 230px;
	}

	#welfare ul li h3 {
		font-size: 1.6rem;
	}

	#welfare p {
		font-size: 1.2rem;
	}


}
