@charset "UTF-8";

/*================================================
 *  仕事と働く人 詳細ページ用
 ================================================*/


/*******共通*******/
section .title_anime_mask {
	max-width: 1240px;
	padding: 180px 30px 100px;
	margin: 0 auto;
}
section .title_anime_mask > span > span {
	font-size: 116px;
	letter-spacing: 0.14em;
}
section .title_anime_mask em {
	font-size: 24px;
	margin: 40px 0 0 40px;
}







/*******メインエリア*******/
section#main_area {
	overflow: hidden;
}

section#main_area .bg_box {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,153,217,1) 50%, rgba(0,112,192,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(50% + 550px);
	height: 100%;
	z-index: -1;
}
section#main_area .bg_box::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	height: 204%;
	width: 100%;
	transition: all 3s ease-in-out;
}
section#main_area.move .bg_box::after {
	transform: translate(0,-210%);
}
section#main_area .bg_box .img_bg {
	bottom: 85px;
	right: 0;
}

section#main_area .img_main,
section#main_area .intro_box {
	z-index: 5;
}
section#main_area .img_main {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
section#main_area .img_main .inr {
	height: 680px;
	width: 88.75%;
	margin-left: auto;
}
section#main_area .img_main .inr picture {
	height: 100%;
}

section#main_area .intro_box {
	padding-top: 150px;
	padding-bottom: 130px;
}

section#main_area .intro_box h3 span {
	position: absolute;
	top: -90px;
	left: -250px;
	font-size: 152px;
	letter-spacing: 0.16em;
	padding-left: 20px;
	opacity: 0.1;
	z-index: 0;
}

@media screen and (max-width:1600px) {
	section#main_area .intro_box h3 span {
		left: calc((100vw - 100%) / 2 * -1);
	}
}
section#main_area .intro_box h3 em {
	display: block;
	font-size: 94px;
	letter-spacing: 0.08em;
	z-index: 1;
	margin-right: -0.5em;
}

section#main_area .intro_box .txt_box {
	padding: 80px 55px 0;
}
section#main_area .intro_box .txt_box h4 {
	font-size: 42px;
	line-height: 1.75;
	letter-spacing: 0.08em;
	margin: -0.375em -1em 0.5em 0;
}
section#main_area .intro_box .txt_box .inr {
	max-width: 500px;
}



@media screen and (max-width:1100px) {
	section#main_area .bg_box {
		left: auto;
		right: 0;
		width: 100%;
	}
	section#main_area .bg_box .img_bg {
		width: 40.727vw;
	}
}
@media screen and (max-width:950px) {
	section#main_area .bg_box .img_bg {
		display: none;
	}
}





/*******仕事の内容*******/
section#about_area .about_list {
	max-width: 1080px;
	margin: -60px auto 0;
}
section#about_area .about_list figure {
	width: 50%;
	padding: 0 min(2.778vw, 30px);
	margin-top: 60px;
}
@media screen and (min-width: 767.1px) {
	section#about_area .about_list figure:nth-of-type(even) {
		animation-delay: 0.3s;
	}
}


section#about_area .about_list figure .thumb {
	aspect-ratio: 480 / 360;
}

section#about_area .about_list figure figcaption {
	padding: 45px 10px 0;
}
section#about_area .about_list figure figcaption h5 {
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}
section#about_area .about_list figure figcaption h5 span {
	position: absolute;
	top: -0.54em;
	left: 0;
	width: 100%;
	text-align: center;
	color: #f2f2f2;
	font-size: 42px;
	letter-spacing: 0.16em;
	white-space: nowrap; 
}
section#about_area .about_list figure figcaption h5 em {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.08em;
	display: inline-block;
	position: relative;
}
section#about_area .about_list figure figcaption h5 em::after {
	position: absolute;
	content: '';
	bottom: -0.7em;
	left: 50%;
	transform: translate(-50%,0);
	background-color: currentColor;
	height: 2px;
	width: 40px;
	
}




/*******先輩社員の声*******/
section#voice_area .voice_box .unit_img {
	width: 500px;
	width: min(41.666vw , 500px);
	padding-top: 30px;
	position: relative;
	z-index: 1;
}


section#voice_area .voice_box .unit_txt {
	width: 520px;
	width: min(43.333vw , 500px);
}
section#voice_area .voice_box .unit_txt h4 {
	font-size: 46px;
	line-height: 1.6;
	margin: -0.3em -1em -0.3em 0;
}
section#voice_area .voice_box .unit_txt .label_list {
	margin: 25px 0 0 -10px;
	position: relative;
	z-index: 1;
}
section#voice_area .voice_box .unit_txt .label_list li {
	background-color: #fff;
	border: 1px solid;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 10px 0 0 10px;
	padding: 0.75em 1.4em;
	min-width: 170px;
}

section#voice_area .voice_box .unit_txt .inr {
	margin-top: 60px;
	padding: 60px 0 80px;
	border-image-source: linear-gradient(var(--color-main),var(--color-main));
	border-image-slice: 0 fill;
	border-image-outset: 0 100vw 0 100vw;
}




@media screen and (max-width:1200px) and (min-width:900.1px) {
	section#voice_area .voice_box .unit_txt h4 {
		font-size: clamp(2.25rem, 0.375rem + 3.33vw, 2.875rem); /*min36 max46 min900 max1200*/
	}
}
@media screen and (min-width:900.1px) {
	section#voice_area .voice_box .unit_img {
		animation-delay: 0.5s;
	}
}
@media screen and (max-width:900px) {
	section#voice_area .voice_box {
		display: block;
		max-width: 600px;
	}
	section#voice_area .voice_box .unit_img {
		width: 500px;
		margin: 0 auto;
		padding-top: 0;
	}
	section#voice_area .voice_box .unit_txt {
		width: 100%;
		margin-top: 50px;
	}
	section#voice_area .voice_box .unit_txt .inr {
		margin-top: 0;
		border-image-outset: 25px 100vw 0 100vw;
	}
}




/*******一日の仕事の流れ*******/
section#oneday_area .oneday_box .unit_schedule {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding-right: 40px;
}
section#oneday_area .oneday_box .unit_img {
	width: 470px;
	width: min(39.166vw , 470px);
	padding-top: 120px;
}
section#oneday_area .oneday_box .unit_img img {
	display: block;
	width: 102.127%;
}
section#oneday_area .oneday_box .unit_img img:nth-child(1) {
	margin: 0 -80px 0 auto;
}
section#oneday_area .oneday_box .unit_img img:nth-child(2) {
	margin: 10px 0 0;
}







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

/*******共通*******/
section .title_anime_mask {
	max-width: inherit;
	padding: 20vw 0 13vw 6.6vw;
}
section .title_anime_mask > span > span {
	font-size: 13.6vw;
}
section .title_anime_mask em {
	font-size: 4vw;
	margin: 4.5vw 0 0 4.5vw;
}







/*******メインエリア*******/

section#main_area::before {
	content: none;
}


section#main_area .img_main {
	max-width: inherit
}
section#main_area .img_main .inr {
	height: 90vw;
	width: 93vw;
}

section#main_area .intro_box {
	padding: 18vw 6.6vw;
}

section#main_area .intro_box h3 span {
	top: -10.5vw;
	left: -2.5vw;
	font-size: 16.2vw;
	padding-left: 0;
}

section#main_area .intro_box h3 em {
	font-size: 12.5vw;
}

section#main_area .intro_box .txt_box {
	
	padding: 12vw 0 0;
}
section#main_area .intro_box .txt_box h4 {
	font-size: 6.6vw;
}
section#main_area .intro_box .txt_box .inr {
	max-width: inherit;
	padding-left: 4vw;
}



/*******仕事の内容*******/
section#about_area .about_list {
	margin-top: -12vw;
}
section#about_area .about_list figure {
	width: 100%;
	padding: 0;
	margin-top: 12vw;
}

section#about_area .about_list figure figcaption {
	padding: 11vw 1.3vw 0;
}
section#about_area .about_list figure figcaption h5 {
	margin-bottom: 6.5vw;
}
section#about_area .about_list figure figcaption h5 span {
	font-size: 8.8vw;
}
section#about_area .about_list figure figcaption h5 em {
	font-size: 5.3vw;
}
section#about_area .about_list figure figcaption h5 em::after {
	width: 5.3vw;
	
}





/*******先輩社員の声*******/
section#voice_area .voice_box .unit_img {
	width: 66vw;
}

section#voice_area .voice_box .unit_txt {
	margin-top: 10vw;
}
section#voice_area .voice_box .unit_txt h4 {
	font-size: 6.6vw;
	line-height: 1.75;
	margin: -0.375em -1em -0.375em 0;
}
section#voice_area .voice_box .unit_txt .label_list {
	margin: 5vw 0 0 -1vw;
}
section#voice_area .voice_box .unit_txt .label_list li {
	font-size: 3.7vw;
	padding: 0.75em 1em;
	min-width: 24vw;
	margin: 1vw 0 0 1vw;
}
section#voice_area .voice_box .unit_txt .inr {
	padding: 7vw 0 10vw;
	border-image-outset: 4.7vw 100vw 0 100vw;
}





/*******一日の仕事の流れ*******/
section#oneday_area .oneday_box .unit_schedule {
	padding: 0 6.6vw;
}
section#oneday_area .oneday_box .unit_schedule img {
	width: 100%;
}
section#oneday_area .oneday_box .unit_img {
	width: 77vw;
	margin: 15vw auto 0;
	padding-top: 0;
}
section#oneday_area .oneday_box .unit_img img {
	width: 64vw;
}
section#oneday_area .oneday_box .unit_img img:nth-child(1) {
	margin: 0 0 0 auto;
}
section#oneday_area .oneday_box .unit_img img:nth-child(2) {
	margin: 1.3vw 0 0;
}







	
}