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: 80px;
	}
	.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;
		margin-bottom: 10px;
	}
	/* タイトルのアニメーション */
	.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_eng p:nth-child(10) { transition-delay: 1.0s; }
	.top_title_eng p:nth-child(11) { transition-delay: 1.1s; }
	.top_title_eng p:nth-child(12) { transition-delay: 1.2s; }
	.top_title_eng p:nth-child(13) { transition-delay: 1.3s; }
	.top_title_eng p:nth-child(14) { transition-delay: 1.4s; }
	.top_title_eng p:nth-child(15) { transition-delay: 1.5s; }
	/* 　　　　　　　　 */
	
	.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;
	}	
/* 初心者歓迎 */
	.beginner_waku{
		background-color: white;
		border: 1px solid gainsboro;
		box-shadow: 3px 3px 10px gainsboro;
		border-radius: 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
		padding: 5vw 7vw;
	}
	.beginner_mark_waku{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.biginner_mark{
		width: 48px;
	}
	.biginner_mark_mozi{
		font-size: 30px;
		font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	.biginner_title{
		text-align: center;
		font-size: 59px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 75px;
	}
	.biginner_mozi{
		text-align: center;
		font-size: 20px;
		line-height: 47px;
	}
/* ３ヶ月研修 */
	.main_contents_waku{
		background-color: #f0f0f0;
		border-radius: 20px;
		box-sizing: border-box;
		margin: 0 120px;
		padding: 50px;
	}
	.months_waku{
		width: 65vw;
		min-width: 860px;
		margin: 0 auto;
		margin-bottom: 80px;
		padding: 60px;
		background-color: white;
		border-radius: 20px;
		box-sizing: border-box;
	}
	.months_waku:last-child{
		margin-bottom: 0px;
	}
	.mini_title_waku{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 5px;
	}
	.red_circle{
		width: 20px;
		height: 20px;
		border-radius: 100px;
		box-sizing: border-box;
		background-color: #fd452d;
		margin-right: 10px;
	}
	.mini_title{
		color: #fd452d;
		font-size: 20px;
	}
	.main_title{
		font-size: 48px;
		font-weight: bold;
	}
	.sub_title_waku{
		margin-top: 35px;
		margin-bottom: 65px;
	}
	.sub_title{
		font-size: 38px;
		font-weight: bold;
	}
	.sub_title_comment{
		font-size: 20px;
		line-height: 40px;
		margin-top: 10px;
	}
	/* 研修の流れ */
	.training_waku{
		
	}
	.hukidasi{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fd452d;
		color: white;
		margin: 1.5em 0;
		padding: 17px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 30px;
		font-weight: bold;
	}
	.hukidasi:before{
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #fd452d;
	}
	/* スケジュール */
	.schedule_waku{
		position: relative;
	}
	.schedule_waku:before{
		position: absolute;
		top: 5px;
		left: 2vw;
		width: 1px;
		height: calc(100% - 5px);
		background-color: #fd452d;
		content: '';
	}
	.month_contents{
		position: relative;
		border-bottom: 1px dashed #fd452d;
		padding-bottom: 40px;
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.month_contents:last-of-type{
		margin-bottom: 0px;
	}
	.month_contents:last-of-type::before{
		position: absolute;
		top: 20px;
		left: 1.5vw;
		width: 10px;
		height: 94%;
		background-color: white;
		content: '';
	}
	.month_title_waku{
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 4vw;
		margin-bottom: 15px;
	}
	.month_title_waku::before{
		position: absolute;
		left: -5.3%;
		width: 30px;
		height: 30px;
		background: url(/recruitment_sinsotu/Training_System/img/circle.png) no-repeat 50% 50% / cover;
		content: '';
	}
	.month_title_num{
		color: #fd452d;
		font-size: 20px;
		font-weight: bold;
	}
	.month_title{
		font-size: 25px;
		margin-left: 30px;
	}
	.training_contents{
		margin-left: 4vw;
		font-size: 20px;
		line-height: 40px;
	}
	.training_point{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: 4vw;
		margin-top: 25px;
		font-size: 20px;
		background-color: #f0f0f0;
		padding: 14px 19px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.point_pc{
		display: flex;
	}
	.point_sp{
		display: none;
	}
	.training_point_big{
		font-weight: bold;
		margin-right: 6px;
	}
/* スパイラル賞 */
	.Award_img1{
		display: flex;
		width: 100%;
		margin: 0 auto;
		margin-top: 100px;
	}
	.Award_img2{
		margin-top: 0px;
	}
	.sub_title_waku2{
		margin-top: 0px;
		margin-bottom: 100px;
	}
	.Award_comment,.Award_comment2{
		font-size: 20px;
		line-height: 40px;
		margin-top: 20px;
		margin-bottom: 100px;
	}
	.Award_comment2{
		margin-bottom: 0px;
	}
/* 代表からのメッセージ */
	.daihyou_waku{
		background-color: white;
		border: 1px solid gainsboro;
		box-shadow: 3px 3px 10px gainsboro;
		border-radius: 20px;
		box-sizing: border-box;
		align-items: center;
		margin: 0 auto;
		margin-top: 50px;
		padding: 5vw 7vw;
		width: 1100px;
	}
	.daihyou_img{
		display: flex;
		width: 100%;
		margin: 0 auto;
	}
	.daihyou_message_waku{
		margin-top: 25px;
	}
	.daihyu_title{
		font-size: 38px;
		font-weight: bold;
	}
	.daihyou_message{
		font-size: 20px;
		margin-top: 8px;
		line-height: 40px;
	}
/* 応募 */
	.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: 45px;
	}
	.top_title_eng{
		font-size: 110px;
		line-height: 150px;
		letter-spacing: 6px;
	}
	.top_title_jpn{
		font-size: 52px;
	}
	.beginner_waku{
		padding: 18vw 20vw;
		border-radius: 40px;
	}
	.biginner_mark{
		width: 73px;
	}
	.biginner_mark_mozi{
		font-size: 52px;
	}
	.beginner_mark_waku{
		margin-bottom: 20px;
	}
	.biginner_title{
		font-size: 61px;
	}
	.biginner_mozi{
		font-size: 38px;
		line-height: 75px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
/* ３ヶ月研修 */
	.main_contents_waku{
		margin: 0px 30px;
	}
	.months_waku{
		width: unset;
	}
	.mini_title_waku{
		margin-bottom: 0px;
	}
	.red_circle{
		width: 23px;
		height: 23px;
	}
	.mini_title{
		font-size: 34px;
	}
	.main_title{
		font-size: 72px;
	}
	.sub_title{
		font-size: 52px;
	}
	.sub_title_comment{
		font-size: 38px;
		line-height: 75px;
	}
	.hukidasi{
		font-size: 52px;
	}
	.hukidasi:before{
		margin-left: -29px;
		border: 28px solid transparent;
		border-top: 28px solid #fd452d;
	}
	/* 研修の流れ */
	.schedule_waku:before{
		top: 10px;
	}
	.month_contents{
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.month_contents:last-of-type::before{
		height: 97%;
	}
	.month_title_waku{
		margin-left: 11vw;
	}
	.month_title_waku::before{
		left: -15vw;
		width: 50px;
		height: 50px;
	}
	.month_title_num{
		font-size: 43px;
	}
	.month_title{
		font-size: 43px;
	}
	.training_contents{
		margin-left: 11vw;
	}
	.training_contents{
		font-size: 38px;
		line-height: 75px;
	}
	.training_point{
		flex-direction: column;
		align-items:unset;
		margin-left: 11vw;
		font-size: 38px;
	}
	.point_pc{
		display: none;
	}
	.point_sp{
		display:flex;
	}
	.training_point_big{
		margin-bottom: 6px;
		margin-right: 0px;
	}
	/* ラーニングスパイラル賞 */
	.Award_comment, .Award_comment2{
		font-size: 38px;
		line-height: 75px;
	}
	/* 代表からのメッセージ */
	.daihyou_waku {
		padding: 18vw 20vw;
	}
	.daihyu_title{
		font-size: 52px;
	}
	.daihyou_message{
		font-size: 38px;
		line-height: 75px;
	}
	/* 応募 */
	.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;
	}
}		