@charset "utf-8";

/*---------------------------------------------------------
	index_job_edu
---------------------------------------------------------*/

#index_job_edu {
	background-color: #F4F2F0;
}

/*---------------  job description  --------------------*/



#index_job {
	padding: 100px 0 165px 0;
}

.job_area {
	position: relative;
	z-index: 0;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/* イラスト配置 */


/* 子ども（右側に配置） */
/* .job_area::before {
	content: "";
	position: absolute;
	right: -92px;
	top: 506px;
	width: 165px;
	height: 100px;
	background: url(../../../img/index_job_img_01.png) no-repeat center / contain;
	z-index: 1;
} */

.job-summary::before {
    content: "";
    position: absolute;
    right: -92px;
    top: 85%;
    width: 165px;
    height: 100px;
    background: url(../../../img/index_job_img_01.png) no-repeat center / contain;
    z-index: 1;
}

/* 車（左下に配置） */
.job_area::after {
	content: "";
	position: absolute;
	left: -165px;
	bottom: -155px;
	width: 487px;
	height: 247px;
	background: url(../../../img/index_job_img_05.png) no-repeat center / contain;
	z-index: 1;
}

/* 総合職ボックス */
.job-summary {
	position: relative;
	display: flex;
	background: #fff;
	border-radius: 30px;
	padding: 60px 55px 60px 0;
	margin: 0 0 50px;
}

.job-summary__title {
	flex: 0 0 280px;
	font-weight: 700;
	font-size: 3.0rem;
	/*   color: #333; */
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.job-summary__text {
	flex: 1;
	line-height: 1.875;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-left: 1px solid #ccc;
	/* 縦線 */
	padding-left: 55px;
	/* 線と本文の余白 */
}

.job-summary__text strong {
	font-weight: 700;
	color: #000;
}




.feature-tabs-nav {
	display: flex;
	justify-content: space-between;
	/* gap: 288px; */
	/* border-radius: 26px 14px 0 0; */
	width: 100%;
	overflow: hidden;
}

/* タブ */
.feature-tabs-nav .tab {
	font-size: 2.7rem;
	appearance: none;
	border: 0;
	cursor: pointer;
	background: #DDDDDD;
	color: #333333;
	font-weight: 500;
	letter-spacing: .12em;
	padding: 20px 112px;
	border-radius: 30px 30px 0 0;
	transition: background .2s, color .2s, box-shadow .2s;
}

.feature-tabs-nav .tab:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.feature-tabs-nav .tab.is-active {
	background: #fff;
	color: #269339;
	position: relative;
}




.feature-card {
	background: #fff;
	border-radius: 0 0 16px 16px;
	padding: 60px 0px;
	text-align: center;
}

.panel {
	display: none;
}

.panel.is-active {
	display: block;
}

.panel-figure {
	margin: 0 auto 18px;
	max-width: 630px;
	border-radius: 10px;
	overflow: hidden;
}

.panel-figure img {
	width: 100%;
	height: auto;
	display: block;
}

.panel-title {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: .06em;
	margin: 35px 0;
	line-height: 1.6;
}

.panel-text {
	line-height: 1.9;
	max-width: 630px;
	margin: 0 auto;
	text-align: justify;
}

.br-sp {
	display: none;
}

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

	#index_job {
		padding: 50px 0 130px 0;
	}

	.job-summary::before {
		right: 20px;
		top: 95%;
        width: 80px;
		height: 48px;
	}

	.job_area::after {
		left: 20px;
		bottom: -165px;
		width: 200px;

	}


	.job-summary {
		flex-direction: column;
		padding: 18px;
	}

	.job-summary__title {
		flex: none;
		margin-bottom: 12px;
		font-size: 16px;
	}

	.job-summary__text {
		border-left: none;
		padding-left: 0;
	}

	.panel-title {
		font-size: 18px;
		margin: 17px 0;
	}

	.feature-card {
		padding: 18px 14px 24px;
	}



	.br-sp {
		display: inline;
	}
}


/*----------------  educational research  --------------------*/

#index_educational {
	padding-bottom: 130px;
}

.educational_area {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.educational_img {
	margin: 40px 0;
}

@media screen and (max-width:767px) {
	#index_educational {
		padding-bottom: 60px;
	}

	.educational_img {
		margin: 20px 0;
	}

	/* タブ */
	.feature-tabs-nav .tab {
		flex: 1;
		margin: 0 5px 0 0;
		padding: 10px 21px;
		font-size: 14px;
		border-radius: 15px 15px 0 0;
	}

	.feature-tabs-nav .tab:last-child {
		margin: 0;
	}


}


/* 
@media screen and (max-width:1700px) {}

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

@media screen and (max-width:1300px) {} */