@charset "UTF-8";

/* ▼▼▼ RECでの仕事
====================================================== */

.page_title h1::after{
	background-image: url(../img/training/title_bg.png);
}

/* intro
---------------------------------------- */
.intro{
	margin-bottom: 80px;
	line-height: 2.5;
}
.intro .read{
	margin: 0 0 30px;
}
.intro .notes{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 2;
}
h3{
	max-width: 1366px;
	width: 100%;
	padding: 0 0 0 80px;
	margin: 0 auto 45px;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}
h3::before{
	content: "";
	border-top: 2px solid #000;
	width: 10px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 40px;
}
h3 small{
	font-size: 18px;
}

/* box_area
---------------------------------------- */
.box_area{
	background: #EFF1F2;
	padding: 65px 40px;
	margin-bottom: 60px;
	position: relative;
}
.box_area h4{
	font-size: 24px;
	position: absolute;
	top: -25px;
}
.box_area h4::before{
	content: "";
	background: #B8D200;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	position: absolute;
	transform: rotate(-45deg) translateY(-50%);
	top: 50%;
	left: -25px;
}
.box_area h4 small{
	font-size: 16px;
}
.box_area ul li{
	display: flex;
	background: #fff;
}
.box_area ul li:not(:last-child){
	margin-bottom: 40px;
}
.box_area ul li .img{
	order: 2;
	flex: 1;
}
.box_area ul li .txt_area{
	padding: 30px;
	order: 1;
	flex: 2.1;
}
.box_area ul li .txt_area h5{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}
.box_area ul li .txt_area h5::before{
	content: "";
	border-top: 2px solid #000;
	width: 10px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -30px;
}

/* profile_area
---------------------------------------- */
.profile_area{
	background: #F1F6CC;
	padding: 50px 40px 35px;
}
.profile_area h6{
	margin-bottom: 50px;
	font-size: 24px;
	position: relative;
}
.profile_area h6::before{
	content: "";
	border-top: 2px solid #000;
	width: 20px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: -40px;
}
.profile_area ul{
	display: flex;
	gap: 20px 20px;
}
.profile_area li{
	width: calc((100%/3) - 20px);
	background: #fff;
	padding: 48px 25px;
	position: relative;
	z-index: 1;
}
.profile_area li .name{
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}
.profile_area li .name small{
	display: block;
	font-size: 14px;
}
.profile_area li .name + p{
	margin-bottom: 10px;
}
.profile_area li::after{
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	max-width: 172px;
	width: 50%;
	height: 176px;
	position: absolute;
	top: -20px;
	right: 25px;
	z-index: -1;
}
/* .profile_area li._profile01::after{
	background-image: url(../img/training/profile01.png);
} */
.profile_area li._profile05::after{
	background-image: url(../img/training/profile05.png);
}
.profile_area li._profile03::after{
	background-image: url(../img/training/profile03.png);
}

/* ▼▼▼ 768px
====================================================== */
@media screen and (max-width: 840px) {

	/* intro
	---------------------------------------- */
	.intro{
		margin-bottom: 70px;
		line-height: 2;
		padding: 0 15px;
	}
	.intro .read{
		margin: 0 0 10px;
	}
	.intro .notes{
		font-size: 12px;
	}
	h3{
		padding: 0 0 0 30px;
		margin: 0 auto 50px;
		font-size: 20px;
		line-height: 1.6;
	}
	h3::before{
		border-width: 1px;
		width: 10px;
		transform: translateY(0%);
		top: 15px;
		left: 10px;
	}
	h3 small{
		display: block;
		font-size: 14px;
	}

	/* box_area
	---------------------------------------- */
	.box_area{
		padding: 40px 30px;
		margin-bottom: 50px;
		position: relative;
	}
	.box_area h4{
		font-size: 18px;
		top: -18px;
		left: 30px;
	}
	.box_area h4::before{
		width: 14px;
		height: 14px;
		top: 50%;
		left: -18px;
	}
	.box_area h4 small{
		font-size: 14px;
	}
	.box_area ul li{
		background: none;
		display: block;
		font-size: 13px;
	}
	.box_area ul li:not(:last-child){
		margin-bottom: 30px;
	}
	.box_area ul li .img{
		position: relative;
		z-index: 2;
	}
	.box_area ul li .txt_area{
		background: #fff;
		padding: 20px 30px 30px 0;
		position: relative;
		z-index: 1;
	}
	.box_area ul li .txt_area::before{
		content: "";
		background: #fff;
		width: calc(100% + 30px);
		height: calc(100% + 30px);
		position: absolute;
		top: -30px;
		left: -30px;
		z-index: -1;
	}
	.box_area ul li .txt_area h5{
		font-size: 16px;
		margin-bottom: 10px;
		position: relative;
	}
	.box_area ul li .txt_area h5::before{
		border-width: 1px;
		left: -20px;
	}

	/* profile_area
	---------------------------------------- */
	.profile_area{
		padding: 30px 30px 30px 0;
	}
	.profile_area h6{
		margin-bottom: 30px;
		font-size: 18px;
		padding-left: 25px;
		line-height: 1.6;
	}
	.profile_area h6::before{
		border-width: 1px;
		width: 15px;
		transform: translateY(0%);
		top: 18px;
		left: -7px;
	}
	.profile_area ul{
		display: block;
	}
	.profile_area li{
		width: 100%;
		padding: 35px 30px 30px;
		font-size: 13px;
	}
	.profile_area li:not(:last-child){
		margin-bottom: 30px;
	}
	.profile_area li .name{
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 1.6;
	}
	.profile_area li .name small{
		font-size: 12px;
	}
	.profile_area li .name + p{
		margin-bottom: 10px;
	}
	.profile_area li::after{
		width: 40vw;
		height: 41vw;
		top: -15px;
		right: -15px;
	}
}
