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;
	}
}
.scroll_effect{
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_effect.on{
	transform: translateY(0);
	opacity: 1.0;
}
/* 円背景 */
	.canvas{
		position: absolute;
		z-index: -2;
	}
/* トップタイトル */
	.top_contents{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 65px;
		margin-bottom: 70px;
	}
	.top_title_waku{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.top_title_eng{
		color: #fd452d;
		font-size: 85px;
		font-weight: bold;
		font-family: 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', sans-serif;
		display: flex;
	}
	/* タイトルのアニメーション */
	.top_title_eng.show {
		opacity: 1;
		transform: translateY(0);
	}
	.top_title_eng p{
		opacity: 0;
		transform: translateY(2em);
		transition: all 0.5s ease-out;
		margin: 0px
	}
	.top_title_eng.show p {
		opacity: 1;
		transform: translateY(0);
	}
	.top_title_eng p:nth-child(1) { transition-delay: 0.1s; }
	.top_title_eng p:nth-child(2) { transition-delay: 0.2s; }
	.top_title_eng p:nth-child(3) { transition-delay: 0.3s; }
	.top_title_eng p:nth-child(4) { transition-delay: 0.4s; }
	.top_title_eng p:nth-child(5) { transition-delay: 0.5s; }
	.top_title_eng p:nth-child(6) { transition-delay: 0.6s; }
	.top_title_eng p:nth-child(7) { transition-delay: 0.7s; }
	.top_title_eng p:nth-child(8) { transition-delay: 0.8s; }
	.top_title_eng p:nth-child(9) { transition-delay: 0.9s; }
	/* 　　　　　　　　 */
	
	.top_title_jpn{
		color: #fd452d;
		font-size: 27px;
	}
	.top_comment{
		text-align: center;
		margin-top: 40px;
		font-size: 20px;
		line-height: 40px;
	}
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
/* インタビュー*/
	.interview_contents{
		width: 74vw;
		min-width: 820px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.interview_box{
		min-width: 221px;
		min-height: 338px;
		position: relative;
		margin-right: 6%;
		margin-bottom: 3%;
	}
	.interview_box:hover{
		transform: scale(1.04);
	}
	.interview_box::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_box img{
		width: 20vw;
		height:30vw;
		min-width: 221px;
		min-height: 332px;
		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: 6vw;
		height: 6vw;
		min-width: 70px;
		min-height: 70px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: black;
		font-size: clamp(11px, 1vw, 20px);
		text-align: center;
		background-color: white;
		box-sizing: border-box;
	}
	.staff_info_waku{
		color: white;
		font-weight: bold;
		font-size: clamp(15px, 1.4vw, 22px);
	}
/* 応募 */
	.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;
	}
	.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) {
/* タイトル */
	.top_contents{
		margin-top: 200px;
		margin-bottom: 120px;
	}
	.top_title_eng{
		font-size: 110px;
		line-height: 150px;
		letter-spacing: 6px;
	}
	.top_title_jpn{
		font-size: 52px;
	}
	.top_comment{
		margin-top: 120px;
		font-size: 38px;
		line-height: 73px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	/* 社員インタビュー */
	.interview_contents{
		width: 285vw;
		min-width: unset;
		justify-content: center;
	}
	.interview_box{
		margin-bottom: 4%;
	}
	.interview_box img{
		width: 125vw;
		height: 183vw;
		min-width: unset;
		min-height: unset;
	}
	.staff_circle{
		width: 38vw;
		height: 38vw;
		min-width: unset;
		min-height: unset;
		border-radius: 200px;
		font-size: clamp(27px, 1vw, 36px);
	}
	.staff_info_waku{
		font-size: 35px;
	}
	/* 応募 */
	.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;
	}
}
	