@charset "utf-8";



/*////////////////////////////////////
Workflow
////////////////////////////////////*/

@media screen and (min-width: 768px){

#workflow_main_scction{
	position: relative;
	width:100%;
}


#workflow_main_img{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	overflow: hidden;
	filter: brightness(75%);
	aspect-ratio:3550/1200;
}

#workflow_main_img img {
	transform: scale(1);
	animation: zoomIn 3s ease-in-out forwards;
}



#spimg{
	display: none;
}


#workflow_area{
	position: relative;
	width:clamp(70%,50%,95%);
	margin: 0 auto;
}



#workflow_title{
	position: relative;
	text-align: center;
}


#title{
	font-size:4.5rem;
	color:rgba(38,101,167,1.00);
	font-weight: 400;
	margin-bottom: 40px;
}



#sub{
	font-size:clamp(1.4rem,4vw,1.8rem);
	margin-bottom:50px;
	line-height: 2;
}



#workflow_text{
	position: relative;
	width:clamp(95%,3vw,70%);
	margin: 0 auto;
}


.workflow_text_btn_list{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}


.workflow_text_btn{
	width: 50%;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	transition:0.3s;
}



.workflow_text_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #b1b1b1;
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer;
}




.workflow_text_btn.active{
	height: 100px;
	padding-top:0;
	background: rgba(38,101,167,1.00);
}


#workflow_fulltime{
	display: none;
}



#workflow_fulltime.active{
	position: relative;
	display: block;
	background:#E9E9E9;
	margin-bottom:50px;
	padding: 50px 0;
}



.workflow_text_place{
	position: relative;
	display: block;
}


.workflow_text_area{
	position: relative;
	width:50%;
	margin-left:5%;
	float: left;
}



.text{
	position: relative;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size:clamp(1.4rem,4vw,1.8rem);
	font-weight: 400;
	line-height: 2.5;
}


.blue{
	color: #fff;
	font-size:clamp(1.8rem,3vw,2.2rem);
	background:rgba(38,101,167,1.00);
	font-weight: 800;
	margin-bottom: 70px;
	padding: 2px 15px 2px 15px;
}


.workflow_img_area{
	position: relative;
	width:40%;
	float: left;
}




.workflow_img_area img{
	width:100%;
	margin-bottom: 50px;
}



#workflow_parttime{
	display: none;
}


#workflow_parttime.active{
	position: relative;
	display: block;
	background: #E9E9E9;
	margin-bottom:50px;
	padding: 50px 0;
}

.sp_text{
	display: none;
}

.pbr3{
	display: none;	
}


}


@keyframes zoomIn {
  to {
    transform: scale(1.2);
  }
}


/*////////////////////////////////////
@media screen and (min-width: 0px) and (max-width: 767px)
Workflow
////////////////////////////////////*/

@media screen and (min-width: 0px) and (max-width: 767px){


#workflow_main_scction{
	position: relative;
	width:100%;
}


#workflow_main_img{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	filter: brightness(75%);
	aspect-ratio:1920/1280;
	padding-top:50px; 
}

.pc_text{
	display: none;
}

#pcimg{
	display: none;
}


#workflow_area{
	position: relative;
	width:90%;
	margin: 0 auto;
}



#workflow_title{
	position: relative;
	text-align: center;
}


#title{
	font-size:2.5rem;
	color:rgba(38,101,167,1.00);
	font-weight: 400;
	margin-bottom: 40px;
}



#sub{
	font-size:1.3rem;
	margin-bottom:50px;
	line-height: 2;
}



#workflow_text{
	position: relative;
	width:90%;
	margin: 0 auto;
}


.workflow_text_btn_list{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}


.workflow_text_btn{
	width: 50%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	transition:0.3s;
}



.workflow_text_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #b1b1b1;
	color: #fff;
	transition: 0.3s;
	text-decoration: none;
	cursor: pointer;
}




.workflow_text_btn.active{
	height: 100px;
	padding-top:0;
	background: rgba(38,101,167,1.00);
}


#workflow_fulltime{
	display: none;
}



#workflow_fulltime.active{
	position: relative;
	display: block;
	background:#E9E9E9;
	margin-bottom:50px;
	padding: 50px 0 10px 0;
}



.workflow_text_place{
	position: relative;
	display: block;
	margin-bottom: 50px;
}


.workflow_text_area{
	position: relative;
	width:90%;
	margin:0 auto;
}



.text{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1em;
}




.blue{
	display: inline-block;
	color: #fff;
	font-size:clamp(1.8rem,3vw,2.2rem);
	background:rgba(38,101,167,1.00);
	font-weight: 800;
	margin-bottom:1em;
	padding: 2px 15px 2px 15px;
}


.workflow_img_area{
	position: relative;
	width:90%;
	margin: 0 auto;
}




.workflow_img_area img{
	width:100%;
	margin-bottom: 20px;
}



#workflow_parttime{
	display: none;
}


#workflow_parttime.active{
	position: relative;
	display: block;
	background: #E9E9E9;
	margin-bottom:50px;
	padding: 50px 0 10px 0;
}



}




