body{
	margin: 0;
	min-width: 1200px;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
}
img{
	pointer-events: none;
}
.waku{
	width: 100%;
	justify-content: space-between;
	padding-top: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1200px;
}
@media screen and (max-width:450px) {
	.waku{
		padding: 0px;
	}
}
/* 円背景 */
.canvas{
	position: absolute;
	z-index: -2;
}
/* スタッフ情報 */
	.staff_contents{
		width: 80vw;
		min-width: 920px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		background-color: rgb(247, 247, 247);
		margin: 40px auto;
		padding: 50px 0px;
		border-radius: 40px;
		box-sizing: border-box;
	}
	.staff_info{
		
	}
	.staff_position{
		font-size: 50px;
		margin-bottom: 60px;
	}
	.staff_job_waku{
		
	}
	.staff_startday_waku,.staff_zenshoku{
		display: flex;
		flex-direction: row;
		align-items: center;
		min-width: 345px;
	}
	.staff_startday_waku{
		margin-bottom: 35px;
	}
	.staff_job_red{
		width: 120px;
		height: 47px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		background-color: #fd452d;
		color: white;
		border-radius: 20px;
		margin-right: 25px
	}
	.staff_startday{
		font-size: 30px;
	}
	.staff_img{
		width: 23vw;
		height: 33vw;
		object-fit: cover;
		border-radius: 40px;
		box-sizing: border-box;
		min-width: 280px;
		min-height: 395px;
	}
/* スタッフコメント */
	.staff_comment_waku{
		width: 80vw;
		min-width: 920px;
		margin: 0 auto;
	}
	.staff_comment_title{
		font-size: 30px;
		border-bottom: 1px solid #fd452d;
		box-sizing: border-box;
		margin-bottom: 25px;
		line-height: 60px;
	}
	.staff_comment{
		font-size: 20px;
	}
/* 他のインタビュー */
	.more_interview_waku{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 100px;
	}
	.more_interview_title{
		color: #fd452d;
		font-size: 38px;
		font-weight: bold;
		font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', sans-serif;
	}
	.interview_slide_waku{
		width: 80vw;
		min-width: 987px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin-top: 35px;
	}
	.interview_slide_show{
		display: flex;
		flex-direction: row;
		transition: transform 0.5s ease-in-out;
	}
	.interview_slide{
		position: relative;
		min-width: 223px;
		min-height: 335px;
		margin-right: 40px;
		margin-bottom: 3%;
	}
	.interview_slide:hover{
		transform: scale(1.04);
	}
	.interview_slide::before{
		content: "";
		display: block;
		width: 100%;
		height: 99%;
		min-width: 221px;
		min-height: 332px;
		background: linear-gradient(0deg, rgba(37, 45, 47, 0.54) 0%, rgba(37, 45, 47, 0) 40%);
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 40px;
		box-sizing: border-box;
	}
	.interview_slide_img{
		width: 18vw;
		height: 26vw;
		min-width: 223px;
		min-height: 335px;
		object-fit: cover;
		border-radius: 40px;
		box-sizing: border-box;
	}
	.interview_staff_info{
		position: absolute;
		width: -webkit-fill-available;
		bottom: 5%;
		padding: 10px;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.staff_circle{
		width: 5.6vw;
		height: 5.6vw;
		min-width: 70px;
		min-height: 70px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: black;
		font-size: clamp(10px, 1vw, 15px);
		text-align: center;
		background-color: white;
		box-sizing: border-box;
	}
	.staff_info_waku{
		color: white;
		font-weight: bold;
		font-size: clamp(16px, 1.4vw, 20px);
	}
	.scroll_btn_waku button{
		width: 23px;
		height: 23px;
		border-radius: 40px;
		box-sizing: border-box;
		border: 2px solid #fd452d;
		background-color: white;
		margin: 0px 13px;
		cursor: pointer;
	}
	.scroll_btn_waku button:hover{
		background-color: #fd452d;
	}
	.scroll_btn_waku button.active {
		background-color: #fd452d;
	}
	/* 応募 */
	.oubo_waku{
		height: 565px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		background-image: url("/recruitment_20250108/img/oubo/oubo.jpeg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: scroll;
		margin: 120px 0px;
	}
	.oubo_waku::after{
		content: '';
		width: 100%;
		background-color: rgba(0, 0, 0, .7);
	}
	.scroll_oubo{
		position: absolute;
		margin:88px 0px;
	}
	.scroll_effect{
		transition: 0.8s ease-in-out;
		transform: translateY(30px);
		opacity: 0;
	}
	.scroll_effect.on{
		transform: translateY(0);
		opacity: 1.0;
	}
	.oubo_contents{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.oubo_title{
		color: white;
		font-size: clamp(45px, 1.25vw, 47px);
		letter-spacing: 15px;
		font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.oubo_box{
		width: clamp(625px, 1.25vw, 635px);
		height: 300px;
		background-color: #6093C6;
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border-radius: 20px;
		box-sizing: border-box;
	}
	.oubo_tel{
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	.oubo_tel1{
		font-size: clamp(30px, 1.25vw, 32px);
		margin-right: 5px;
	}
	.oubo_tel2{
		font-size: clamp(40px, 1.25vw, 42px);
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	.oubo_zinzi{
		font-size: clamp(30px, 1.25vw, 32px);
		margin-bottom: 10px;
	}
	.oubo_detail{
		text-align: center;
		font-size: clamp(23px, 1.25vw, 35px);
	}
/* スマホレイアウト */
	@media screen and (max-width:450px) {
		.staff_contents{
			width: 1100px;
		}
		.staff_position{
			font-size: 63px;
		}
		.staff_job_red{
			width: 142px;
			height: 64px;
			font-size: 38px;
		}
		.staff_startday{
			font-size: 38px;
		}
		.staff_img{
			width: 400px;
			height: 515px;
			min-width: unset;
			min-height: unset;
		}
	/* スタッフコメント */
		.staff_comment_waku{
			width: 1100px;
		}
		.staff_comment_title{
			font-size: 49px;
			line-height: 115px;
			margin-bottom: 35px;
		}
		.staff_comment{
			font-size: 38px;
		}
	/* 社員スライド */
		.interview_slide_waku{
			width: 1100px;
		}
		.more_interview_title{
			font-size: 63px;
		}
		.interview_slide_img{
			width: 468px;
			height: unset;
			min-width: unset;
			min-height: unset;
		}
		.staff_circle{
			width: 150px;
			height: 150px;
			min-width: unset;
			min-height: unset;
			border-radius: 160px;
			font-size: 24px;
		}
		.staff_info_waku{
			font-size: 32px;
		}
		.scroll_btn_waku button{
			width: 50px;
			height: 50px;
			border-radius: 50px;
			margin: 0px 25px;
		}
		/* 応募 */
		.oubo_title{
			font-size: 55px;
		}
		.scroll_oubo{
			margin: 65px 0px;
		}
		.oubo_box{
			width: 700px;
			height: 330px;
		}
		.oubo_tel1{
			font-size: 43px;
		}
		.oubo_tel2{
			font-size: 50px;
		}
		.oubo_tel2 a{
			color: white;
			text-decoration: none;
		}
		.oubo_zinzi{
			font-size: 40px;
		}
		.oubo_detail{
			font-size: 28px;
		}	
	}
	