@charset "UTF-8";
/* CSS Document */

.page-header{
	display:none;
}
	
.page-caption-sp{
	display:none;
}
	
.cover{
	background-image: url("../img-add202506/dailyworkflow_top.webp");
}

#recruit div.cover h2 span.eng{
	color:#FF934C;
	text-shadow:1px 1px 0 #FFF,-1px -1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,0px 1px 0 #FFF,0-1px 0 #FFF,-1px 0 0 #FFF,1px 0 0 #FFF;
}

/*//////////----- RECRUIT-DAILYWORKFLOW -----//////////*/

dailyworkflow h3.rec-header br{
	display:none;
}

@media only screen and (min-width: 960px){
	
	dailyworkflow h3.rec-header br{
		display:block;
	}
	
}

#dailyworkflow div.content-inner:nth-child(1) div.post-content{
	width:100%;
	margin:0 auto;
	max-width: 360px;
}

@media only screen and (min-width: 960px){
	
	#dailyworkflow div.content-inner:nth-child(1) div.post-content{
		max-width: 960px;
		
		/*background-color:#000;*/
	}
	
}

.tab-content div.tab-child{
	display:none;
}

.tab-content div.show{
	display:block;
}

.tab{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

@media only screen and (min-width: 960px){
	
	.tab-content{
		display:flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: flex-start;
		
		width:100%;
	}
	
	.tab-content div.tab-child{
		display:block!important;
	}
	
	.tab-content div.tab-child:nth-child(1){
		width:calc(50% - 40px);
		box-sizing: border-box;
		margin-right:40px;
	}
	
	.tab-content div.tab-child:nth-child(1) div.tl-period{
		display:none;
	}
	
	.tab-content div.tab-child:nth-child(1) div.tl-content{
		width:100%;
	}
	
	.tab-content div.tab-child:nth-child(2){
		width:calc(50% - 40px);
		box-sizing: border-box;
		margin-left:40px;
		
		position: relative;
	}
	
	.tab-content div.tab-child:nth-child(2) div.tl-period{
		position: absolute;
		top:22.5px;
		left:-62.5px;
	}
	
	.tab-content div.tab-child:nth-child(2) div.tl-content{
		width:100%;
	}
}

.tab li{
	width:150px;
	margin-right:10px;
	
	background-color:#fff;
	color:#212121;
	
	box-sizing: border-box;
	padding:6px 0;
	border:solid 2px #ff934c;
	
	font-size:2.0rem;
	line-height:40px;
	
	text-align: center;
	position: relative;
	
	margin-bottom:10px;
	
	transition:0.25s;
}

.tab li:last-child{
	margin-right:0;
}

.tab li:nth-child(2){
	line-height:25px;
}

.tab li:nth-child(2) span.note{
	display:block;
	
	font-size:1.2rem;
	line-height:15px;
}

.tab li:hover{
	cursor: pointer;
	opacity: 0.5;
}

.tab li.active{
	background-color:#ff934c;
	color:#fff;
}

.tab li.active:after{
	display:block;
	content:"";
	
	width: 0;
	height: 0;

	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	
	border-top: 10px solid #ff934c;
	border-bottom: 0;
	
	position: absolute;
	bottom:-12px;
	left:0;
	right:0;
	
	margin:0 auto;
}

@media only screen and (min-width: 960px){
	
	.tab li{
		font-size:1.2rem;
		line-height:50px;
		
		border:none;
		background-color:transparent!important;
		color:#212121!important;
	}
	
	.tab li:after{
		display:none!important;
	}
	
	.tab li:nth-child(1){
		width:calc(50% - 40px);
		margin-right:40px;
		
		line-height: 30px;
		margin-top:25px;
	}
	
	.tab li:nth-child(2){
		width:calc(50% - 40px);
		margin-left:35px;
	}
	
	.tab li:nth-child(2) span.note{
		font-size:0.8rem;
		line-height:25px;
	}
	
}


.timeline{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	background-color:#fff;
	color:#212121;
}

@media only screen and (min-width: 960px){
	
	.timeline{
		background-color: transparent!important;
	}
	
}

.timeline div.tl-period{
	width:60px;
	
	order:1;
	
	position: relative;
	
	box-sizing: border-box;
}

.timeline div.tl-period ul{
	width:100%;
	
	margin-top:20px;
	
	position: relative;
}

.timeline div.tl-period ul li{
	width:100%;
	
	text-align: center;
	font-size:1.7rem;
	line-height:30px;
	
	background-color:#ff934c;
	color:#fff;
	
	position: relative;
}

@media only screen and (min-width: 960px){
	
	.timeline div.tl-period ul li{
		font-size:0.8rem;
		line-height:30px;
	}
	
}

.timeline div.tl-period ul li:after{
	display:block;
	content:"";
	
	background-color:transparent;
	background-image: url("../img-add202506/dashed-line-verticle.webp");
	background-repeat: repeat-y;
	background-size:1px;
	background-position: center;
	
	position: absolute;
	top:30px;
	left:0;
	right:0;
	
	margin:0 auto;
	width:2px;
}

.timeline div.regular ul li:nth-child(1){
	margin-bottom:70px;
}

.timeline div.regular ul li:nth-child(1):after{
	height:70px;
}

.timeline div.regular ul li:nth-child(2){
	margin-bottom:150px;/*170pxから215pxに変更*/
}

.timeline div.regular ul li:nth-child(2):after{
	height:150px;/*170pxから215pxに変更*/
}

.timeline div.regular ul li:nth-child(3){
	margin-bottom:35px;/*55pxから35pxに変更*/
}

.timeline div.regular ul li:nth-child(3):after{
	height:35px;/*55pxから35pxに変更*/
}

.timeline div.regular ul li:nth-child(4){
	margin-bottom:127.5px;/*127.5pxから197.5pxに変更*/
}

.timeline div.regular ul li:nth-child(4):after{
	height:127.5px;/*127.5pxから197.5pxに変更*/
}

.timeline div.regular ul li:nth-child(5){
	margin-bottom:230px;/*210pxから150pxに変更*/
}

.timeline div.regular ul li:nth-child(5):after{
	height:230px;/*210pxから150pxに変更*/
}

.timeline div.another ul li:nth-child(1){
	margin-bottom:70px;
}

.timeline div.another ul li:nth-child(1):after{
	height:70px;
}

.timeline div.another ul li:nth-child(2){
	margin-bottom:280px;/*275pxから240pxに変更*/
}

.timeline div.another ul li:nth-child(2):after{
	height:280px;/*275pxから240pxに変更*/
}

.timeline div.another ul li:nth-child(3){
	margin-bottom:50px;
}

.timeline div.another ul li:nth-child(3):after{
	height:50px;
}

.timeline div.another ul li:nth-child(4){
	margin-bottom:115px;/*100pxから145pxに変更*/
}

.timeline div.another ul li:nth-child(4):after{
	height:115px;/*100pxから145pxに変更*/
}

.timeline div.another ul li:nth-child(5){
	margin-bottom:120px;/*135pxから80pxに変更*/
}

.timeline div.another ul li:nth-child(5):after{
	height:120px;/*135pxから80pxに変更*/
}

@media only screen and (min-width: 960px){
	
	.timeline div.another ul li:nth-child(1){
		margin-bottom:150px;
	}
	
	.timeline div.another ul li:nth-child(1):after{
		height:150px;
	}
	
	.timeline div.another ul li:nth-child(2){
		margin-bottom:250px;
	}
	
	.timeline div.another ul li:nth-child(2):after{
		height:250px;
	}
	
	.timeline div.another ul li:nth-child(3){
		margin-bottom:37.5px;
	}
	
	.timeline div.another ul li:nth-child(3):after{
		height:37.5px;
	}
	
	.timeline div.another ul li:nth-child(4){
		margin-bottom:160px;/*160pxから230pxに変更*/
	}
	
	.timeline div.another ul li:nth-child(4):after{
		height:160px;/*160pxから230pxに変更*/
	}
	
	.timeline div.another ul li:nth-child(5){
		margin-bottom:250px;/*225pxから160pxに変更*/
	}
	
	.timeline div.another ul li:nth-child(5):after{
		height:250px;/*225pxから160pxに変更*/
	}
	
}

.timeline div.tl-content{
	width:calc(100% - 60px);
	order:2;
	
	box-sizing: border-box;
	padding-left:15px;
	
	padding-top:20px;
	padding-bottom:20px;
}

.timeline div.tl-content div.row p{
	font-size:1.5rem;
	line-height:25px;
}

.timeline div.tl-content div.row p.note{
	font-weight:400;
}

.timeline div.tl-content div.row p img{
	width:260px;
	vertical-align: bottom;
	
	margin-top:10px;
}

@media only screen and (min-width: 960px){
	
	.timeline div.tl-content div.row p{
		font-size:0.9rem;
		line-height:30px;
	}
	
	.timeline div.tl-content div.row p.note{
		font-size:0.8rem;
		line-height:25px;
	}
	
	.timeline div.tl-content div.row p img{
		display:block;
		width:300px;
		margin:0 auto;
		margin-top:10px;
		text-align: center;
	}
	
}

.timeline div.regular div.row:nth-child(1){
	margin-bottom:50px;
}

.timeline div.regular div.row:nth-child(2){
	margin-bottom:20px;/*40pxから20pxに変更*/
}

.timeline div.regular div.row:nth-child(3){
	margin-bottom:40px;/*60pxから40pxに変更*/
}

.timeline div.regular div.row:nth-child(4){
	margin-bottom:25px;
}

.timeline div.regular div.row:nth-child(5){
	margin-bottom:40px;/*50pxから40pxに変更*/
}

.timeline div.regular div.row:nth-child(6){
	margin-bottom:40px;/*35pxから40pxに変更*/
}

.timeline div.another div.row:nth-child(1){
	margin-bottom:15px;
}

.timeline div.another div.row:nth-child(2){
	margin-bottom:30px;
}

.timeline div.another div.row:nth-child(3){
	margin-bottom:55px;
}

.timeline div.another div.row:nth-child(4){
	margin-bottom:25px;
}

.timeline div.another div.row:nth-child(5){
	margin-bottom:45px;
}

@media only screen and (min-width: 960px){
	
	.timeline div.regular div.row:nth-child(1){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:100px;
	}
	
	.timeline div.regular div.row:nth-child(2){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:60px;/*100pxから20pxに変更*/
	}
	
	.timeline div.regular div.row:nth-child(3){
		background-color:transparent;
		text-align: center;
		
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:40px 20px;
	}
	
	.timeline div.regular div.row:nth-child(4){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:0;
	}
	
	.timeline div.regular div.row:nth-child(5){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-top:10px;
	}
	
	.timeline div.regular div.row:nth-child(6){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
	}
	
	.timeline div.regular div.row:nth-child(7){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:60px;/*60pxのボトム余白を追加*/
	}
	
	.timeline div.another div.row:nth-child(1){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:0;
	}
	
	.timeline div.another div.row:nth-child(2){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:20px;
	}
	
	.timeline div.another div.row:nth-child(2) img{
		margin-top:10px;
	}
	
	.timeline div.another div.row:nth-child(3){
		background-color:transparent;
		text-align: center;
		
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:40px 20px;
	}
	
	.timeline div.another div.row:nth-child(4){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:10px;/*10pxから80pxに変更*/
	}
	
	.timeline div.another div.row:nth-child(5){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:110px;/*90pxから40pxに変更*/
	}
	
	.timeline div.another div.row:nth-child(6){
		background-color:#fff;
		margin-bottom:0;
		
		box-sizing: border-box;
		padding:20px;
		padding-bottom:40px
	}
	
}

#dailyworkflow div.content-inner:nth-child(2){
	padding-top:0;
}

#dailyworkflow div.content-inner:nth-child(2) h3.rec-header{
	font-size:2.2rem;
	line-height:30px;
	
	padding-top:10px;
}

@media only screen and (min-width: 960px){
	
	#dailyworkflow div.content-inner:nth-child(2) h3.rec-header{
		font-size:1.8rem;
		line-height:40px;
		
		padding-top:30px;
		
		margin-bottom:40px;
	}
	
}