@charset "utf-8";

.bg_white_box {
	padding: 110px 0;
}

.h2_blue {
	margin: 53px 0 27px;
}

/*----------------
	共通
------------------*/

/*----------------
	個別
------------------*/
/*------------ 福利厚生 ------------*/
.welfare_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.welfare_item {
	width: calc(50% - 25px);
	margin: 0 0 50px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.welfare_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #279DE8;
	border-radius: 20px;
}

.welfare_item_h {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #FFF !important;
	text-align: center;
	height: 95px;
	padding: 10px 15px;
	margin: 0;
	background: rgb(33, 142, 209);
	background: linear-gradient(180deg, rgba(33, 142, 209, 1) 0%, rgba(39, 157, 232, 1) 100%);
	position: relative;
}


.welfare_item_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 45px 50px 35px;
	position: relative;
}

.welfare_item_icon {
	width: 34.9%;
}

.welfare_item_txt {
	width: 65.1%;
}

.welfare_item_txt p {
	margin-bottom: 0;
}

/*------------ 研修制度 ------------*/

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

	.bg_white_box {
		padding: 30px 20px;
	}

	.h2_blue {
		margin: 40px 0 20px;
	}

	/*----------------
		共通
	------------------*/


	/*----------------
		個別
	------------------*/
	/*------------ 福利厚生 ------------*/

	.welfare_item {
		width: 100%;
		margin: 0 0 20px;
		border-radius: 15px;
	}

	.welfare_item::before {
		border-radius: 15px;
	}

	.welfare_item_h {
		font-size: 1.6rem;
		height: auto;
	}

	.welfare_item_box {
		padding: 20px 20px 25px;
	}

	.welfare_item_icon {
		width: 100%;
		margin: 0 0 15px;
	}

	.welfare_item_icon img {
		margin: auto;
	}

	.welfare_item_txt {
		width: 100%;
	}



	/*------------ 研修制度 ------------*/
}