@charset "UTF-8";

/*======================================================
 *  就職支援（support）
======================================================*/


/*******共通 見出し*******/
section h3.title_support {
	text-align: center;
	padding-top: 60px;
	max-width: 1180px;
	margin: 0 auto 50px;
	position: relative;
}
section h3.title_support > span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 120px;
	letter-spacing: 0.1em;
	opacity: 0.1;
	white-space: nowrap;
}
section h3.title_support em {
	font-size: 30px;
	position: relative;
}





/*******イントロダクション*******/
section#intro_area .inner {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 20px;
}
section#intro_area .inner .unit_txt {
	width: 630px;
	margin: 0 20px 20px 0;
}
section#intro_area .inner .unit_txt h2 {
	font-size: 48px;
	line-height: 1.5;
	margin: 1em 0 0.5em;
}
section#intro_area .inner .unit_img {
	width: 540px;
}
section#intro_area .inner .unit_img img {
	position: relative;
	left: 0;
	width: 700px;
	height: auto;
}




/*アンカーナビ*/
section#intro_area .ancer_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 15px;
	padding: 0 15px;
	margin-top: 150px;
}
section#intro_area .ancer_nav li {
	width: 240px;
}
section#intro_area .ancer_nav li a {
	background-color: #fff;
	box-shadow : 0.23em 0.23em 0.7em rgba(214, 214, 214, 1);
	border-radius: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 1.5em;
}
section#intro_area .ancer_nav li a:hover {
	background-color: currentColor;
	opacity: 1;
}
section#intro_area .ancer_nav li a em {
	color: var(--color-normal);
}
section#intro_area .ancer_nav li a:hover em {
	color: #fff;
}
section#intro_area .ancer_nav li a > span {
	background-color: currentColor;
	border-radius: 50%;
	height: 1.556em;
	width: 1.556em;
	position: relative;
	margin: 1.445em 1.3em 1.445em 0.8em;
}
section#intro_area .ancer_nav li a:hover > span {
	background-color: #fff;
}
section#intro_area .ancer_nav li a > span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0.4em;
	height: 0.4em;
	margin: auto;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
}
section#intro_area .ancer_nav li a:not(:hover) > span::after {
	color: #fff;
}




/*******仕事情報*******/
section#jobs_area {
	margin-top: 120px;
	padding: 0 20px;
}
section#jobs_area .inner {
	border: 2px solid var(--main);
	padding: 40px 35px 100px;
}


@media screen and (min-width: 800.1px) {
	section#jobs_area .inner .tbody_scroll {
		height: 1100px;
	}
	section#jobs_area .inner .tbody_scroll .simplebar-content {
		padding: 0!important;
	}
	section#jobs_area .inner .tbody_scroll .simplebar-track.simplebar-vertical {
		top: 0.5em;
		bottom: 0.5em;
	}
}
section#jobs_area .inner .table_jobs {
	border-bottom: 1px solid #C8C8C8;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 18px;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
section#jobs_area .inner .table_jobs thead th {
	background-color: var(--main);
	color: #fff;
	padding: 0.888em 0;
	text-align: center;
}
section#jobs_area .inner .table_jobs thead th + th {
	border-left: 2px solid #fff;
}
@media screen and (min-width: 800.1px) {
	section#jobs_area .inner .table_jobs thead th:nth-of-type(1),
	section#jobs_area .inner .table_jobs tbody th {
		width: 130px;
	}
	section#jobs_area .inner .table_jobs thead th:nth-of-type(2),
	section#jobs_area .inner .table_jobs tbody td:nth-of-type(1) {
		width: 210px;
	}
	section#jobs_area .inner .table_jobs thead th:nth-of-type(3),
	section#jobs_area .inner .table_jobs tbody td:nth-of-type(2) {
		width: 240px;
	}
	section#jobs_area .inner .table_jobs tbody tr + tr th,
	section#jobs_area .inner .table_jobs tbody tr + tr td {
		border-top: 1px solid #C8C8C8;
	}
	section#jobs_area .inner .table_jobs tbody th {
		text-align: center;
	}
}

section#jobs_area .inner .table_jobs tbody td {
	line-height: 1.75;
	padding: 1.306em 1.66em;
	text-align: left;
}

section#jobs_area .inner .table_jobs tbody td a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}
section#jobs_area .inner .table_jobs tbody td a:hover {
	text-decoration: none;
	opacity: 1;
}



/*ボタン*/
section#jobs_area .btn_more {
	background-color: currentColor;
	box-shadow: 0.2em 0.2em 0.3em 0px rgba(214, 214, 214, 1);
	border: 2px solid;
	border-radius: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	height: 120px;
	width: 460px;
	margin: 80px auto 0;
	padding-left: 50px;
}
section#jobs_area .btn_more:hover {
	opacity: 1;
	background-color: #fff;
}
section#jobs_area .btn_more em {
	flex-grow: 1;
	text-align: center;
}
section#jobs_area .btn_more:not(:hover) em {
	color: #fff;
}
section#jobs_area .btn_more > span {
	background-color: #fff;
	border-radius: 50%;
	height: 1.285em;
	width: 1.285em;
	position: relative;
	margin-right: 1.15em;
}
section#jobs_area .btn_more:hover > span {
	background-color: currentColor;
}
section#jobs_area .btn_more > span::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0.4em;
	height: 0.4em;
	margin: auto;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translate(-65%,-50%) rotate(45deg);
}
section#jobs_area .btn_more:hover > span::after {
	border-color: #fff;
}







/*******登録会*******/
section#event_area {
	margin-top: 140px;
}
section#event_area h3.title_support > span {
	letter-spacing: 0;
}

/*ボタン*/
section#event_area .btn_more {
	background-color: currentColor;
	box-shadow: 0.2em 0.2em 0.3em 0px rgba(214, 214, 214, 1);
	border: 2px solid;
	border-radius: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	height: 120px;
	width: 460px;
	margin: 70px auto 0;
	padding: 0 50px;
}
section#event_area .btn_more:hover {
	opacity: 1;
	background-color: #fff;
}
section#event_area .btn_more em {
	flex-grow: 1;
	text-align: center;
}
section#event_area .btn_more:not(:hover) em {
	color: #fff;
}
section#event_area .btn_more:hover .replace-svg path {
	fill: currentColor; 
}






/*******ユニテツクの強み*******/
section#benefits_area {
	margin-top: 160px;
	padding: 70px 30px 140px;
}
section#benefits_area > .bg_main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1;
}		
		
section#benefits_area h3.title_support > span {
	color: #fff;
	opacity: 1;
}		

section#benefits_area .benefits_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px 60px;
	max-width: 1100px;
	margin: 0 auto;
}
section#benefits_area .benefits_list .box {
	background-color: #fff;
	box-shadow : 0.2em 0.2em 0.3em rgba(197, 212, 216, 1);
	font-size: 20px;
	padding: 50px 40px 40px;
	width: 520px;
}
section#benefits_area .benefits_list .box > img {
	display: block;
	width: 80px;
	height: auto;
	margin: 0 auto;
}
section#benefits_area .benefits_list .box h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin: 0.7em 0 0.5em;
}











/*******支援の流れ*******/
section#flow_area {
	margin-top: 100px;
	padding: 0 30px;
}
		
section#flow_area .flow_list {
	border: 12px solid rgba(var(--main-rgb),0.3);
	padding: 60px 30px 70px;
}	
section#flow_area .flow_list dl {
	max-width: 900px;
	margin: 0 auto;
}		
section#flow_area .flow_list dl dt {
	display: flex;
}		
section#flow_area .flow_list dl dt > span {
	background-color: #fff;
	border: 1px solid;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 18px;
	text-align: center;
	height: 90px;
	width: 90px;
	position: relative;
	padding-top: 0.2em;
	z-index: 2;
}
section#flow_area .flow_list dl dt > span span {
	font-size: 42px;
	margin-top: -0.1em;
}
section#flow_area .flow_list dl dt > em {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
	padding: 0.84em 0 0 1em;
	text-align: left;
}
section#flow_area .flow_list dl dd {
	position: relative;
	padding: 0 0 35px 120px;
	margin-top: -0.5em;
}
section#flow_area .flow_list dl dd:last-of-type {
	padding-bottom: 0;
}
section#flow_area .flow_list dl dd:not(:last-of-type)::before {
	position: absolute;
	content: '';
	top: -45px;
	left: 45px;
	width: 1px;
	height: 100%;
	height: calc(100% + 90px);
	border-left: 1px solid var(--main);
}











/*******職業紹介・紹介予定派遣とは*******/
section#about_area {
	margin-top: 160px;
	padding: 0 30px;
}
section#about_area .inner h3 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
section#about_area .inner h3:nth-of-type(n+2) {
	margin-top: 90px;
}

section#about_area .inner .img_box {
	margin-top: 50px;
}





























/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:800px) {


/*******共通 見出し*******/
section h3.title_support {
	padding-top: 6.6vw;
	max-width: inherit;
	margin-bottom: 9vw;
	width: 84.2vw;
}
section h3.title_support > span {
	font-size: 14.6vw;
}
section h3.title_support em {
	font-size: 5.6vw;
}







/*******イントロダクション*******/
section#intro_area .inner {
	padding: 0;
}
section#intro_area .inner .unit_txt {
	width: 100%;
	margin: 0 0 10vw;
}
section#intro_area .inner .unit_txt h2 {
	font-size: 6.6vw;
	margin: 0 0 0.7em;
}
section#intro_area .inner .unit_img {
	width: 73vw;
	margin: 0 auto;
}
section#intro_area .inner .unit_img img {
	width: 100%;
}



/*アンカーナビ*/
section#intro_area .ancer_nav {
	gap: 4vw 4vw;
	padding: 0;
	margin-top: 20vw;
}
section#intro_area .ancer_nav li {
	width: calc((100% - 4vw) / 2);
}
section#intro_area .ancer_nav li:last-of-type {
	width: 100%;
}
section#intro_area .ancer_nav li a {
	font-size: 3.7vw;
	line-height: 1.25;
}
section#intro_area .ancer_nav li a > span::after {
	border-width: 1px;
}














/*******仕事情報*******/
section#jobs_area {
	margin: 15vw auto 0;
	padding: 0;
	width: 92vw;
}
section#jobs_area .inner {
	padding: 6vw 0 10vw;
}



section#jobs_area .inner .table_jobs {
	border-bottom: 1px solid #C8C8C8;
	display: block;
	font-size: 3.7vw;
	max-width: inherit;
	width: 78vw;
	margin: 0 auto 0;
}
section#jobs_area .inner .table_jobs thead {
	display: none;
}
section#jobs_area .inner .table_jobs tbody {
	height: auto!important;
}
section#jobs_area .inner .table_jobs tbody tr,
section#jobs_area .inner .table_jobs tbody th,
section#jobs_area .inner .table_jobs tbody td {
	display: block;
}
section#jobs_area .inner .table_jobs tbody tr {
	padding: 5vw 0;
	border-top: 1px solid #C8C8C8;
}
section#jobs_area .inner .table_jobs tbody tr:nth-of-type(n+11) {
	display: none;
}
section#jobs_area .inner .table_jobs tbody th {
	padding-bottom: 0.5em;
}
section#jobs_area .inner .table_jobs tbody th img {
	width: 17vw;
	height: auto;
}
section#jobs_area .inner .table_jobs tbody td {
	line-height: 1.5;
	padding: 0.2em 0;
}
section#jobs_area .inner .table_jobs tbody td:before {
	content: attr(data-title);
}




/*ボタン*/
section#jobs_area .btn_more {
	font-size: 4.8vw;
	height: 20vw;
	width: 73vw;
	margin-top: 10vw;
	padding-left: 7vw;
}
section#jobs_area .btn_more > span::after {
	border-width: 1px;
}





/*******登録会*******/
section#event_area {
	margin-top: 15vw;
}
section#event_area h3.title_support > span {
	letter-spacing: 0;
}

/*ボタン*/
section#event_area .btn_more {
	font-size: 4.8vw;
	height: 20vw;
	width: 73vw;
	margin-top: 9vw;
	padding: 0 7vw;
}
section#event_area .btn_more .replace-svg {
	width: 3.7vw;
	height: auto;
}







/*******ユニテツクの強み*******/
section#benefits_area {
	margin-top: 20vw;
	padding: 14vw 0 18vw;
}
	

section#benefits_area .benefits_list {
	display: block;
	max-width: inherit;
}
section#benefits_area .benefits_list .box {
	font-size: 4vw;
	padding: 8vw 8vw 9vw;
	width: 100%;
}
section#benefits_area .benefits_list .box + .box {
	margin-top: 7vw;
}
section#benefits_area .benefits_list .box > img {
	width: 16vw;
}
section#benefits_area .benefits_list .box h4 {
	font-size: 5.3vw;
}







/*******支援の流れ*******/
section#flow_area {
	margin-top: 12vw;
	padding: 0 0;
}
		
section#flow_area .flow_list {
	border-width: 2.6vw;
	padding: 8vw 0 9vw;
	width: 100%;
}	
section#flow_area .flow_list dl {
	max-width: inherit;
	width: 84vw;
}		
section#flow_area .flow_list dl dt > span {
	font-size: 3.2vw;
	height: 16vw;
	width: 16vw;
}
section#flow_area .flow_list dl dt > span span {
	font-size: 7.4vw;
}
section#flow_area .flow_list dl dt > em {
	font-size: 5.3vw;
	padding: 4vw 0 4vw 4vw;
}
section#flow_area .flow_list dl dd {
	padding: 0 0 5vw 20vw;
}
section#flow_area .flow_list dl dd:not(:last-of-type)::before {
	top: -8vw;
	left: 8vw;
	height: calc(100% + 16vw);
}











/*******職業紹介・紹介予定派遣とは*******/
section#about_area {
	margin-top: 20vw;
	padding: 0;
}
section#about_area .inner h3 {
	font-size: 5.6vw;
}
section#about_area .inner h3:nth-of-type(n+2) {
	margin-top: 12vw;
}

section#about_area .inner .img_box {
	margin-top: 6vw;
}


















}