@charset "utf-8";

@font-face {
    font-family: 'fujita_icon';
    src: url('../fonts/fujita_icon.woff') format('woff');
    font-style: normal;
}

*--------------------------------
	common
--------------------------------*/

 @media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
	
	.headding-default{
	font-size:2.7rem;
	color:#18979f;
	margin-bottom:30px;
}

}


 @media screen and (min-width: 769px) {
	.sp{
		display:none;
	}
	
	.headding-default{
	font-size:4.2rem;
	color:#18979f;
	margin-bottom:50px;
}

}


.container{
	position:relative;
}

@media screen and (min-width: 769px) {
	.col-wrap{
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;	
	}

	.col-2 img{
		width:100%;
	}
	
	  .col-2 {
      	-webkit-flex-basis: 47%;
     	  flex-basis: 47%;
     	  width: 47%;
     	  margin-right: 3%;
	
	}
	   
	  .col-2:nth-child(2n)  {
     	 -webkit-flex-basis: 47%;
     	  flex-basis: 47%;
      	 width: 47%;
   	    margin-right: 0;
	 	  margin-left: 3%;
	}

}

 @media screen and (max-width: 768px) {
	  .col-2 +  .col-2 {
     	  margin-top: 20px;
	}
}


/*header*/
header{
	position:absolute;
	top:0;
	z-index:1;
}

.header-logo{
	position:relative;
	top:24px;
	left:24px;
}

 @media screen and (max-width: 768px) {
	.header-logo{
		margin:10px 0 0 4%;
		position:static;
	}
 
	 .header-logo img{
		width:70%;
	}

}


.footer .pagetop{
	position: fixed;
	right: 20px;
	bottom: 0;
	padding-bottom:35px;
}

.footer .pagetop a{
	box-sizing: border-box;
    width: 60px;
    height: 60px;
    display: block;
    background:#0c7172;
    border-radius:30px;
    color:#fff;
    text-align:center;
    padding-top:5px;
    text-decoration:none;
    -moz-transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}

.footer .pagetop span{
	display: block;
	font-size:2rem;
	padding-bottom:0;
}

.footer .pagetop span::after{
	font-size:2.7rem;
	 font-family: 'fa-solid-900';
    content: "\f106";
}

.footer .pagetop a:hover{
	padding-top:0;
}


 @media screen and (max-width: 768px) {
 	.footer .pagetop{
	position: absolute;
	right: 20px;
	top: -30px;
	padding-bottom:35px;
	z-index:1;
}

}

/*title*/
.page-title {
    height: 480px;
    width: 100%;
    background-size: cover;
    background-position:center top;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
	justify-content:center;
}

.page-title h1 {
	color:#22979e;
	font-size:4.8rem;
	font-family:  "Oswald";
	font-weight:700;
	line-height:1.1;
	text-align:center;
	margin:40px 0;
}

.page-title h1 .title-jp{
	font-family:  "Noto Sans JP", "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	font-size:2.4rem;
	font-weight:700;
	color:#222;
	display:block;
	margin-top:20px;
}


 @media screen and (max-width: 768px) {
.page-title {
    height: 240px;
}



.page-title h1 {
	font-size:3.2rem;
	margin:40px 0 0;
}

.page-title h1 .title-jp{
	font-size:1.8rem;
}


}


a.scroll-down {
	margin-top:50px;
	z-index: 99999;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	}
	a.scroll-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
	}
	a.scroll-down span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	}
	a.scroll-down span:nth-of-type(2) {
		top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
	}
	a.scroll-down span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	}
	@-webkit-keyframes sdb {
	0% {
    	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


.sec-application,.sec-application ul{
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	justify-content:center;
}

.sec-application{
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	justify-content:flex-start;
	background-image:url(../images/recruit/background_application.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:150%;
	padding:6% 4% 160px;
	width:100%;
}


.sec-application-inner,.sec-application-inner ul{
	width:100%;
}

.sec-application li a{
	display:block;
	text-align:center;
	font-family:  "Oswald";
	font-size:2.1rem;
	font-weight:500;
	line-height:1.1;
	color:#22979e;
	background:#fff;
	border:1px solid #22979e;
	padding:36px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}

.sec-application li a:hover{
	color:#fff;
	background:#22979e;
	border:1px solid #22979e;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
	 animation: pulse .5s 1;
}


.sec-application h2 {
	font-size:3.6rem;
	font-weight:700;
	line-height:1.1;
	 margin-bottom:100px;
}

.sec-application-inner{
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;

}
	

.sec-application-inner ul li{

width:50%;
max-width:420px;
margin:0 5%;
}

.sec-application p {
	 margin-bottom:70px;
	 line-height:2.4;
}


 @media screen and (max-width: 1365px) {

	

}


@media screen and (min-width:769px) and ( max-width:1365px) {
	.sec-application li a{
		padding:24px 0;
		font-size:1.8rem;
	}
	
	.sec-application h2 {
		font-size:3rem;
		 margin-bottom:120px;
	}
	
	.sec-application p {
		 margin-bottom:40px;
	}


}


 @media screen and (max-width: 768px) {
 		.sec-application{
		background-size:400%;
		background-position:bottom center;
		height:auto;
		padding:0;
	}
	
	.sec-application-inner{
		opacity:1;
		padding:80px 0 40px;
	}
	
	.sec-application,.sec-application ul{
		flex-direction:column;
	}

	
	.sec-application li a{
	padding:24px 0;
	font-size:1.8rem;
	
	width:100%;	
	}
	
	.sec-application h2 {
	font-size:2.4rem;
	 margin-bottom:40px;
	 line-height:1.8;
}

.sec-application-inner ul{

width:100%;
padding-bottom:20px;
}

.sec-application-inner ul li{
width:100%;
max-width:480px;
margin:0 auto 20px;

}


.sec-application p {
	 margin-bottom:30px;
	 text-align:left;
}


}


@media screen and (max-width: 768px) and (orientation: landscape) {
.sec-application{
		background-size:200%;
		background-position:bottom center;
	}
	
.sec-application-inner ul{
	justify-content:space-between;
	flex-direction:row;
	padding:0 4% 40px;

}

	.sec-application-inner ul li{
		width:45%;
		margin:0;
	}

}


@media screen and (min-width: 769px) and (orientation: portrait) {
	.sec-application{
		background-size:200%;
		background-position:bottom center;
		height:auto;padding:120px 0;
	}
	
	.sec-application-inner{
		opacity:1;	
	}
	
	.sec-application h2 {
	 margin-bottom:50px;
	 }

	.sec-application-inner ul{
		justify-content:space-between;
		flex-direction:row;
		padding:0 4% 40px;
	}

	.sec-application-inner ul li{
		width:45%;
		margin:0;
	}

}




/*--------------------------------
	page
--------------------------------*/
/*visual*/

.page-visual{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height:100vh;
	min-height:645px;
	max-height:960px;	
	width:100%;
	top:0;
	position:relative;
	z-index:0;
	text-align:center;
	padding:160px 4% 0;
	
}

#policy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-direction: column;
	margin:50px 0 0;
	padding-top:50px;

	
}

.policy-inner {
	background-image: url('../images/recruit/background_policy.jpg');
	background-position:center center;
	background-repeat: no-repeat;
	padding-bottom:50px;
}

.page-visual .page-title-mission h1,#policy .page-title-mission h1,.page-visual .page-title-mission h2,#policy .page-title-mission h2{
	color:#22979e;
	font-size:6rem;
	font-family:  "Oswald";
	font-weight:700;
	line-height:1.1;
	text-align:center;
	margin-bottom:40px;
}


.page-visual .title-jp,#policy .title-jp{
	font-family:  "Noto Sans JP", "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.8rem;
	font-weight:700;
	color:#222;
	display:block;
	margin-top:20px;
}

.page-visual .title-headline{
font-size:2.7rem;
vertical-align: baseline; 
margin:0;
font-weight:500;

}

.page-visual .title-headline strong{
font-size:3.2rem;
}

.sec-mission{
	text-align:left;
	display:inline-block;
}

.sec-mission a{
	text-align:center;
	display:block;
}
.sec-mission p{
	padding-bottom:0.8em;
	text-align:left;
	margin:0 auto;
	font-size:1.8rem;
}

.sec-mission span{
	vertical-align: middle;
}

.sec-mission strong{
font-size:2.6rem;
margin:0;
font-weight:500;

}

 @media screen and (min-width: 1400px) {
 .sec-mission p{

	padding-bottom:1em;
	font-size:2.1rem;
	}
 }
 
  @media screen and (max-width: 768px) {
 .sec-mission p{
	font-size:1.6rem;
	}
 }
 
  @media screen and (max-width: 320px) {
 .sec-mission p{
	font-size:1.4rem;
	}
	
 }



.card-policy{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	align-items:center;
	width:100%;
	max-width:1200px;
	position: relative;
	margin:20px auto 0;
}

.card-policy .card-image{
	width:65%;
	max-width:760px;
	position: relative;
	left:0;
	z-index:0;
}

.card-policy .card-text{
	background:#fff;
	padding:50px 60px 50px;
	margin-left:-15%;
	width:55%;
	max-width:620px;
	position: relative;
	right:0;

	color:#666;
}

.card-policy:nth-child(2n+1){
	flex-direction:row-reverse;
	padding-top:50px;
}

.card-policy:nth-child(2n+1) .card-image{
	right:0;
}
.card-policy:nth-child(2n+1)  .card-text{
	left:0;
	margin:0 -15% 0 0;
}

.card-policy .card-title{
	font-size:2rem;
	font-weight:500;
	line-height:1.1;
	color:#22979e;
	margin-bottom:24px;
}


.card-policy .card-message{
	font-size:2.2rem;
	font-weight:500;
	margin-bottom:40px;
	color:#444;

}




@media screen and (min-width:1599px){

	.page-visual{
		background-position:bottom center;
		min-height:100vh;
		max-height:1080px;
		padding-top:190px;
	}

}



 @media screen and (max-width: 1400px) {
 
	.page-visual{
	height:calc(100vh + 160px);
	
	}

}

 @media screen and (max-width: 1080px) {
 
	a.scroll-down{
		display:none;
	}

}

 @media screen and (max-width: 768px) {
 
 	.page-visual{
 		height:auto;
		min-height:100vh;
		padding:100px 4% 0;
		background-position: center top;
	}
	
	.sec-mission strong{
		font-size:1.8rem;
	}


	
	.page-visual .page-title-mission h2,#policy .page-title-mission h2{
		font-size:4rem;
		margin-bottom:20px;
	}
	
	.page-visual .title-jp,#policy .title-jp{
		font-size:1.8rem;
		margin-top:10px;
	}

	.page-visual .title-headline{
	font-size:2rem;
	}
	
	.policy-inner {
		background-image: url('../images/recruit/background_policy_sp.jpg');
		background-repeat: no-repeat;
		background-size:cover;
		background-position:center 150px;
		padding-bottom:50px;
	
	}
	.card-policy{
	flex-direction:column;
	
}

.card-policy .card-image{
	width:100%;
}

.card-policy .card-text{
	width:90%;
	padding:20px;
	
	margin:-30px 5% 20px;
	max-width:auto;
}

.card-policy:nth-child(2n+1){
	flex-direction:column;
	padding-top:0;
}

.card-policy:nth-child(2n+1) .card-image{
	right:0;
}
.card-policy:nth-child(2n+1)  .card-text{
	left:0;
	margin:-30px 5% 20px;
}

.card-policy .card-title{
	font-size:1.6rem;
	margin-bottom:20px;
}


.card-policy .card-message{
	font-size:1.8rem;
	margin-bottom:20px;
}





	
}


@media screen and (max-width: 374px) {
 
 	.page-visual{
		height:calc(100vh +200px);
		min-height:740px;
		padding:100px 4% 100px;
		background-position: top center;
	}
	
	.page-visual .title-headline{
		font-size:1.8rem;
		}
		
}





/*謨ｰ蟄励〒隕九ｋ*/

.company-data{
width:100%;
padding:100px 0 60px;
color:#22979e;
vertical-align: baseline; 
background-image: url('../images/recruit/background_policy_sp.jpg');
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
}

.company-data-inner{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	max-width:1080px;
	margin:0 auto;
	width:100%;
}



.company-data-inner .data-col{
	width:48%;
	padding:32px 20px 30px;
	margin:0 1% 20px;
	text-align:center;
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:88%;
	background-position:center  26%;
}

.company-data-inner .data-col.col-w{
	width:98%;
	margin-right:0;

}


.company-data-inner .data-col:nth-child(2n){
	margin-right:0;
}

.company-data-inner .data-title{
	font-size:2.7rem;

	margin-bottom:10px;
	font-weight:700;
}

.company-data-inner .data-num{
font-size:4.2rem;
vertical-align: baseline; 
}


.company-data-inner .odometer{
	color:#f1a048;
	font-family:  "Oswald";
	font-size:9rem;
	font-weight:700;
	vertical-align: baseline;
	
	
}

.company-data-inner p{
	padding:0 4%;
}

@media screen and (max-width: 768px) {
.company-data{
padding:60px 0 40px;
}

.company-data-inner{
	padding:0 4%;
}

.company-data-inner .data-title{
	font-size:2.1rem;
	margin-bottom:16px;
}

.company-data-inner .data-col{
	width:100%;
	padding:20px 0;
	margin:0 0 20px;
	background-position:center  30%;
	background-size:80%;

}

.company-data-inner .odometer{
	font-size:7rem;
}


}


/*education*/
#education .page-title {
	background-image: url('../recruit/education/images/background_blackboard.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center bottom;
	margin-bottom:80px;

}

@media screen and (max-width: 1599px) {
	#education .page-title {
	background-image: url('../recruit/education/images/background_blackboard_m.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center bottom;

}
}

@media screen and (max-width: 768px) {
	#education .page-title {
	background-image: url('../recruit/education/images/background_blackboard.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center bottom;
	margin-bottom:50px;
}

}

#education .page-title h1 {
	color:#fff;

}

#education .page-title h1 .title-jp{
	color:#fff;
}


.sec-career-plan{
	margin:0 auto 80px;
	padding:0 4%;
	width:100%;
	max-width:1200px;
}

.career-plan-message{
	z-index:1;
	width:60%;
	line-height:2.4;
}

.career-plan-image{

	text-align:center;
	margin-top:-80px;
	z-index:0;
}

.sec-startup{
	width:100%;
	background:#f5fbfa;
	padding:80px 0;
}

.sec-startup-inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 4%;
	max-width:1200px;
}

.sec-startup-inner .startup-message{
	margin-bottom:50px;
	text-align:left;
}

 @media screen and (min-width: 769px) {
 
	 .sec-startup-inner{
		text-align:center;
	}
}
	
.sec-startup .sec-title{
	color:#22979e;
	font-size:4.2rem;
	font-family:  "Oswald";
	font-weight:700;
	line-height:1.1;
	text-align:center;
	margin-bottom:40px;
}	
	
.sec-startup .sec-title .title-jp{
	font-size:2.4rem;
	font-weight:700;
	color:#222;
	display:block;
	margin-top:20px;
}




@media screen and (max-width: 768px) {

	#education .page-title {
		background-image: url('../recruit/education/images/background_blackboard_s.jpg');
		background-repeat: no-repeat;
		background-size:cover;
		background-position:left bottom;
	}

	 .career-plan-message{
		width:100%;
		line-height:1.8;
	}
	
 	.career-plan-image{
		margin-top:20px;
	}
	
	.sec-startup{
		padding:50px 0;
	}
 
}



/*guideline*/
.sec-guideline,.sec-guideline-company{
	width:100%;
	max-width:1080px;
	margin:100px auto 0;
	padding:0;
}

.sec-guideline h2,.sec-guideline-company h2{
	font-size:2.1rem;
	text-align:left!important;
	margin-bottom:40px;
	padding:15px 20px;
	background:#f1f1f1;
	border-left:3px solid #189ea6;
}

.sec-guideline h3,.sec-guideline-company h3{
	margin-bottom:20px;
	color:#22979e;
}

.sec-guideline h3 + p,.sec-guideline-company h3 + p{
	margin-bottom:50px;
}


.sec-guideline-company-inner{
	width:100%;
	margin:0 auto;
}

.sec-guideline-company dl{
    box-sizing: border-box;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.sec-guideline-company dl dt{
	width:40%;
	color:#22979e;
	margin-bottom:10px;
}

.sec-guideline-company dl dd{
	width:60%;
	margin-bottom:10px;
}

.sec-entry{
	text-align:center;
	padding:40px auto 0;
	margin:80px 0;
}

.sec-entry a{
	display:block;
	width:50%;
	text-align:center;
	font-family:  "Oswald";
	font-size:2.1rem;
	font-weight:500;
	line-height:1.1;
	color:#22979e;
	background:#fff;
	border:1px solid #22979e;
	margin:0 auto;
	padding:36px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}

.sec-entry a:hover{
	color:#fff;
	background:#22979e;
	border:1px solid #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}

a.ico-mail{
	color:#0c7172;
}

a.ico-mail:before{
	 font-family: 'fa-solid-900';
    content: "\f0e0";
    margin-right:0.5em;
}


@media screen and (min-width: 769px) {
	.sec-guideline dl{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		width:100%;
		max-width:1080px;
		margin:0 auto;
		 position:relative;
		border-top: solid 1px #aedde0;
	}

	.sec-guideline dl dt{
 	   border-bottom: solid 1px #aedde0;
 	   background:#e6f3f1;
  	  width: 20%;
		padding: 30px 40px;
		color: #333;
	}

	.sec-guideline dl dd{
  	  border-bottom: solid 1px #aedde0;
		padding: 30px 40px;
		width:80%;
		vertical-align:center;
		background:#fff;
	
	}
	.sec-guideline dl dd:last-child{
		border-bottom: solid 1px #aedde0;
	}

}

.sec-guideline-company h2,.sec-guideline h2{
	text-align:center;
	margin-bottom:50px;
}

@media screen and (max-width: 768px) {

.sec-guideline,.sec-guideline-company{
	padding:0 4%;
	margin-top:80px;
}

	.sec-guideline dl dt{
 	   border-top: solid 1px #aedde0;
  	  width: 100%;
		padding: 16px 0 10px;
		color:#22979e;
		font-weight:500;
	}

	.sec-guideline dl dd{
  	  border-bottom: none;
		padding: 0 0 16px;
		width:100%;
	}
	
	.sec-guideline dl dd:last-child{
  	  border-bottom: solid 1px #aedde0;
	}
	
	.sec-entry{
	padding:40px 4% 0;
	margin:0 0 50px;
}

	.sec-entry a{
	width:100%;
	padding:16px 0;
	
}



.sec-job-inner .company-list:nth-child(2n){
	text-align:center;
	background:#fff;
	padding:30px;
	margin:0 0 30px;
	width:100%;
	
}

.sec-guideline-company dl dt{
	display:block;
	width:100%;
	margin-bottom:5px;
	font-weight:500;
}

.sec-guideline-company dl dd{
	display:block;
	width:100%;
	margin-bottom:16px;
	padding-left:1em;
}



}


.recruit-flow > li{
	display: table;
	width:100%;
	min-height:80px;
	background:#fafafa;
	margin-bottom:16px;
	position:relative;
}

.recruit-flow > li.goal {
	background:#22979e;
}


.recruit-flow .flow_step_number{
	background:#22979e;
	color:#fff;
	text-align:center;
	width:14%;
	font-size:2.4rem;
	display: table-cell;
	vertical-align: middle;
	padding:20px;
}

.recruit-flow .flow_step_number:after{
	content: '▼';
	color:#22979e;
	font-size:20px;
	position: absolute;
	left: calc(7% - 10px);
	bottom: -20px;
	margin: auto;
}

.recruit-flow > li:last-child .flow_step_number:after{
	display:none;
}


.recruit-flow .goal .flow_step_number{
	background:#167171;
}

.recruit-flow .flow-body{
	display: table-cell;
	vertical-align: middle;
	width:86%;
	padding:20px 2em;
}


.recruit-flow > li .flow-body .flow_heading{
	color:#22979e;
	font-size:2.1rem;
}

.recruit-flow > li.goal .flow-body .flow_heading{
	color:#fff;
}

.recruit-flow .flow-body > p{
	display:inline-block;
	padding-right:2em;
}

.recruit-flow .flow-body a {
	color:#0c7172;
}

.recruit-flow .flow-body a:hover {
	opacity:.8;
}

.recruit-flow .flow-body a::before {

	font-family: 'fa-solid-900';
    content: "\f15c";
    margin-right:0.5em;
}

.recruit-flow .flow-body .dl-wrap{
	padding:16px;
	margin:10px 0 0 90px;
	background:#fff;
	border-radius:5px;
}

.recruit-flow .flow-body .dl-wrap li{
	display:inline-block;
	padding:16px 3em 0 1em;
}

.job-list{
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display:flex;
	flex-wrap:wrap;
}

.job-list li{
	background:#e6f3f1;
	width:24%;
	padding:16px 5px;
	text-align:center;
	margin:0 1.333% 10px 0;
}


.job-list li:nth-child(4n){
	margin-right:0;
}

@media screen and (max-width: 768px) {
	
	
.recruit-flow > li{
	display:block;
	width:100%;

}

.recruit-flow .flow-body .dl-wrap{
	margin:10px 0 0;
}

.recruit-flow .flow_step_number{
	
	width:100%;
	display:block;
	font-size:1.8rem;
	padding:10px;
}

.recruit-flow .flow-body{
	display:block;
	vertical-align: middle;
	width:100%;
	padding:20px 2em;
	border-bottom:1px solid #22979e;
}


.recruit-flow > li .flow-body .flow_heading{
	font-size:1.8rem;
	text-align:center;
	width:100%;
	padding:0;
}

.recruit-flow > li .flow-body .flow_heading + p{
	margin-top:10px;
}

.recruit-flow .flow_step_number:after{
	content: '▼';
	color:#22979e;
	left: calc(50% - 10px);
	bottom: -22px;
	margin: auto;
	
}


.job-list li{
	width:49%;
	padding:16px 5px;
	text-align:center;
	margin:0 2% 10px 0;
}

.job-list li:nth-child(2n){
	margin-right:0;
}



	
	
}

/*field*/
#field{
	text-align:center;
}
#field .page-title {
    margin-bottom:80px;
    background-image: url('/wordpress/wp-content/uploads/page/background_field.jpg');
}

#field .message{
    display:inline-block;
    margin:0 auto 50px;
    text-align:left;
}

.sec-field{
		width:85%;
		max-width:1000px;
		margin:0 auto;
		position:relative;
}

.sec-field img{
		width:100%;
}

.sec-field li{
		position:absolute;
		font-size:2.2rem;
		text-align:center;
		line-height:1.2;
}

.sec-field li:nth-child(2){
		top:1%;
		right:31%;
}

.sec-field li:nth-child(3){
		top:19%;
		right:15%;
}

.sec-field li:nth-child(4){
		top:47%;
		right:12%;
}

.sec-field li:nth-child(5){
		top:66%;
		right:26%;
}

.sec-field li:nth-child(6){
		top:69%;
		left:31%;
}

.sec-field li:nth-child(7){
		top:50%;
		left:15%;
}

.sec-field li:nth-child(8){
		top:25%;
		left:13%;
}

.sec-field li:first-child{
		top:3%;
		left:30%;
}


.sec-field li a{
		color:#fff;
		display:block;
		padding:20px;
}

.sec-field li a:hover{
	text-shadow: 0 0 30px #fff;
}

.sec-field li a::after{
    content: "CLICK";
    display:block;
    text-align:center;
     font-family:  "Oswald";
    font-size:1.2rem;
    font-weight:500;
    line-height:1.1;
    margin:8px auto 0;
    padding:4px;
	width:5em;
    background:#fff;
    color:#000;
    border-radius:10px;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}



.sec-field li:nth-child(2) a::after{
    color:#d30000;
}

.sec-field li:nth-child(3) a::after{
    color:#5644b0;
}

.sec-field li:nth-child(4) a::after{
    color:#0a7cc2;
}

.sec-field li:nth-child(5) a::after{
    color:#34b2e3;
}

.sec-field li:nth-child(6) a::after{
    color:#1da944;
}

.sec-field li:nth-child(7) a::after{
    color:#80c40d;
}

.sec-field li:nth-child(8) a::after{
    color:#d5af00;
}

.sec-field li:first-child a::after{
    color:#f98109;
}



.sec-field li span::before{
	font-family: 'fujita_icon';
	color:#fff;
	display:block;
	font-size:5rem;
}

.sec-field li:nth-child(2) span::before{
	content: "\e906";
	font-size:6.5rem;
}

.sec-field li:nth-child(3) span::before{
	content: "\e902";
}

.sec-field li:nth-child(4) span::before{
	content: "\e907";
}

.sec-field li:nth-child(5) span::before{
	content: "\e905";
	font-size:6rem;
}

.sec-field li:nth-child(6) span::before{
	content: "\e904";
}

.sec-field li:nth-child(7) span::before{
	content: "\e903";
	font-size:6rem;
}

.sec-field li:nth-child(8) span::before{
	content: "\e900";
}

.sec-field li:first-child span::before{
	content: "\e901";
}


.sec-field li:hover::after{
    margin-top:-16px;
}

 @media screen and (max-width: 1080px) {
	.sec-field{
		width:100%;
	}
	
	.sec-field li{
		font-size:1.8rem;
 }


}

@media screen and (max-width: 768px) {
#field .message{
    padding:0 4%;
    text-align:left;
}
#field .page-title {
    margin-bottom:50px;
    background-image: url('/wordpress/wp-content/uploads/page/background_field_sp.jpg');
}

.sec-field li a::after{
    content: "CLICK";
    display:block;
    text-align:center;
     font-family:  "Oswald";
    font-size:1.2rem;
    font-weight:500;
    line-height:1.1;
    margin:8px auto 0;
    padding:4px;
	width:5em;
    background:#fff;
    color:#000;
    border-radius:10px;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

	.sec-field .color-circle{
		display:none;
	}
	
	.sec-field li,.sec-field li:first-child,.sec-field li:nth-child(2),.sec-field li:nth-child(3),.sec-field li:nth-child(4),.sec-field li:nth-child(5),.sec-field li:nth-child(6),.sec-field li:nth-child(7),.sec-field li:nth-child(8){
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
		text-align:left;
		padding-left:40px;
		border-radius:10px;
		margin-bottom:10px;
		width:100%;
 	}

	.sec-field ul{
		padding:0 4%;
	}
	
	.sec-field li:first-child{
		background-image: url('../images/recruit/ico_color01_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #f98109;
	}
	
	.sec-field li:nth-child(2){
		background-image: url('../images/recruit/ico_color02_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #d30000;
	}

	.sec-field li:nth-child(3){
		background-image: url('../images/recruit/ico_color03_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #5644b0;
	}

	.sec-field li:nth-child(4){
		background-image: url('../images/recruit/ico_color04_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #0a7cc2;
	}

	.sec-field li:nth-child(5){
		background-image: url('../images/recruit/ico_color05_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #34b2e3;
	}

	.sec-field li:nth-child(6){
		background-image: url('../images/recruit/ico_color06_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #1da944;
	}

	.sec-field li:nth-child(7){
		background-image: url('../images/recruit/ico_color07_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #80c40d;
	}

	.sec-field li:nth-child(8){
		background-image: url('../images/recruit/ico_color08_sp.png');
		background-repeat: no-repeat;
		background-size:auto 100%;
		border:2px solid #f7d200;
	}




 
 	.sec-field li a{
		color:#222;
		width:100%;
		padding-right:5%;
		padding-left:20%;
	 }
	 
	  	.sec-field li a span{

		width:100%;

	 }
	 
	 .sec-field li::after{
		content: "";
		margin-top:0;
	}
	
	.sec-field li a::after{
    	display:inline-block;
    	right:0;
    	top:22%;
    	position:absolute;
	}

	.sec-field li:hover::after{
		margin-top:0;
	}
	
	.sec-field li:first-child span::before,.sec-field li:nth-child(2) span::before,.sec-field li:nth-child(3) span::before,.sec-field li:nth-child(4) span::before,.sec-field li:nth-child(5) span::before,.sec-field li:nth-child(6) span::before,.sec-field li:nth-child(7) span::before,.sec-field li:nth-child(8) span::before{
	content: "";
	}

}

@media screen and (max-width: 350px) {
	.sec-field li a::after{
    	display:none;
	}

}

/*mordal window*/

.mordal-section{
	display:none;
}

.mordal-wrap {
	padding:30px 50px;
	width:100%;
	min-width:500px;
}

.mordal-wrap h2{
	margin:0 0 24px;
	font-size:2.7rem;
	font-weight:500;
	text-align:center;
}

.mordal-wrap h3{
	margin:0 0 24px;
	font-size:2.3rem;
	color:#22979e;
	text-align:center;
}

.mordal-wrap .photo{
	margin-top:20px;
	text-align:center;
}

.mordal-wrap .photo img{
	width:100%;
}

.mordal-wrap .company-name{
	font-size:1.4rem;
	color:#777;
	margin-top:0.5em;
}


@media screen and (max-width: 1900px) {
.mordal-wrap .photo img{
	width:70%;
}

}

@media screen and (max-width: 768px) {
.mordal-wrap {
	padding:4%;
	min-width:auto;

}

.mordal-wrap h2{
	margin:0 0 20px;
	font-size:2.1rem;
	text-align:left;
}

.mordal-wrap h3{
	margin:0 0 20px;
	font-size:1.8rem;
	text-align:left;
}

.mordal-wrap .photo img{
	width:100%;
}
}

/*business*/
#sec-biz{
width:100%;

z-index:0;
pading-top:100px;
margin-bottom:0;
text-align:center;


}



#sec-biz .message{
	margin-bottom:30px;
	pading:100px 4% 0;
	text-align:left;
	width:100%;
	max-width:800px;
	display:inline-block;
}

.sec-biz-inner{
width:100%;
	max-width:800px;
	margin:0 auto;
	
	overflow:hidden;
}

.biz-map-wrap{
position:relative;
}
.biz-map{

z-index:-1;
}
.biz-btn{

	z-index:1;
}
.biz-btn ul{
position:relative;
width:100%;
height:100%;
}

 @media screen and (min-width: 769px) {
 
 #sec-biz{
	max-height:640px;
}

.biz-btn li{
	background:#22979e;
	position:absolute;
	text-align:center;
	border-radius:5px;
	box-shadow:3px 3px 3px 3px rgba(0,0,0,0.4);
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	z-index:2;

	padding:12px 0;
	display:block;
	width:180px;
	height:48px;
	color:#fff;

}

.biz-btn li:hover{
	margin-top:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

.biz-btn li::after{
	display:block;
	width:180px;
	color:#22979e;
    content: "笆ｼ";
    font-size:18px;
    display:block;
}

}




.biz-btn li.btn-factory{
	top:calc(45% - 24px);
	left:calc(18% - 90px);
}

.biz-btn li.btn-mall{
	top:calc(72% - 24px);
	left:calc(50% - 90px);
}

.biz-btn li.btn-hospital{
	top:calc(45% - 24px);
	right:calc(18% - 90px);
}

.biz-btn li.btn-school{
	top:calc(13% - 24px);
	left:calc(24% - 90px);
}

.biz-btn li.btn-energy{
	top:calc(13% - 24px);
	right:calc(24% - 90px);
}

.biz-btn li.btn-office{
	top:calc(25% - 24px);
	left:calc(50% - 90px);
}

.biz-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:1000px;
	opacity:0;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
}

.biz-overlay.active{
	opacity:1;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all  0.9s ease;
	z-index:99;
}

.biz-overlay .overlay-inner{
	border:5px solid #22979e;
	background:#fff;
	padding:20px 30px;
	border-radius:15px;
	
	
}

.biz-overlay .icon-list{
	margin-top:20px;
	background:#fff;
	padding:10px 0 0;
	text-align:center;
	font-size:0;
}

.biz-overlay .icon-list li{
	display:inline-block;
	width:32%;
	margin: 0 2% 15px 0;
}

.biz-overlay .icon-list li:last-child{
	margin: 0 0 15px 0;
}

.biz-overlay .icon-list li img{
	width:100%;
}

.biz-overlay h3{
	font-size:2.1rem;
	font-weight:500;
	margin-bottom:20px;
	text-align:left;
}

.biz-overlay p{
	margin-bottom:20px;
	text-align:justify;
}

.biz-overlay .close{
	margin:10px 0 0;
	text-align:right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	cursor:pointer;
}

.biz-overlay .up{
	display:none;
}


.biz-overlay .close::before{
	font-family: 'fa-solid-900';
    content: "\f057";
    padding-right:0.3em;
}

.biz-overlay .close:hover{
	color:#999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}


#factory{
	background-image: url('../images/recruit/background_factory.png');
	background-position:left top;
	background-size:100%;
}

#mall{
	background-image: url('../images/recruit/background_mall.png');
	background-position:left top;
	background-size:100%;
}

#school{
	background-image: url('../images/recruit/background_school.png');
	background-position:left top;
	background-size:100%;
}

#hospital{
	background-image: url('../images/recruit/background_hospital.png');
	background-position:left top;
	background-size:100%;
}

#energy{
	background-image: url('../images/recruit/background_energy.png');
	background-position:left top;
	background-size:100%;
}

#office{
	background-image: url('../images/recruit/background_office.png');
	background-position:left top;
	background-size:100%;
}

#factory .overlay-inner{
	width:50%;
	height:auto;
	top:15%;
	right:5%;
	position:absolute;
}

#school .overlay-inner{
	width:50%;
	height:auto;
	top:15%;
	right:5%;
	position:absolute;
}

#mall .overlay-inner{
	width:50%;
	height:auto;
	top:8%;
	left:5%;
	position:absolute;
	
}

#hospital .overlay-inner,#energy .overlay-inner{
	width:50%;
	height:auto;
	top:15%;
	left:5%;
	position:absolute;
}

#hospital .overlay-inner,#energy .overlay-inner{
	width:50%;
	height:auto;
	top:15%;
	left:5%;
	position:absolute;
}

#office .overlay-inner{
	width:50%;
	height:auto;
	bottom:8%;
	right:5%;
	position:absolute;
	
}

.page-title-biz {
    min-height: 100vh;

    width: 100%;
    background-image: url('../recruit/business/images/background_business.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position:center top;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction:column;
}

.page-title-biz h1 {
	color:#22979e;
	font-size:4.8rem;
	font-family:  "Oswald";
	font-weight:700;
	line-height:1.1;
	text-align:center;
	margin:190px 0 40px;
}

.page-title-biz h1 .title-jp{
	font-family:  "Noto Sans JP", "Yu Gothic", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	font-size:2.4rem;
	font-weight:700;
	color:#222;
	display:block;
	margin-top:20px;
}

.sec-biz{
	

}


 @media screen and (max-width: 768px) {
 
 
#sec-biz .message{
text-align:justify;
padding:0 4% 10px;
}

.page-title-biz {
    height: auto;
}



.page-title-biz h1 {
	font-size:3.2rem;
	margin:100px 0 0;
	height: 120px;
}

.page-title-biz h1 .title-jp{
	font-size:1.8rem;
}


.biz-overlay{
	position:relative;
		top:auto;
	left:auto;
	display:block;
	width:100%;
	opacity:1;
}

.biz-overlay .overlay-inner{
	border-bottom:1px solid #ddd;
	border-right:none;
	border-top:none;
	border-left:none;
	background:#fff;
	padding:30px 4%;
	border-radius:0;width:100%;
	
	
	
}
	
 .biz-btn li{
	background:#22979e;
	position:absolute;
	text-align:center;
	border-radius:5px;
	box-shadow:3px 3px 3px 3px rgba(0,0,0,0.4);
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	z-index:2;
	display:block;
}

 .biz-btn li a{

	padding:4px 0;
	display:block;
	width:120px;

	font-size:1.2rem;
	color:#fff;
}

.biz-btn li a::after{
 content: "";
}

.biz-btn li.btn-factory{
	top:calc(45% - 20px);
	left:5px;
}

.biz-btn li.btn-mall{
	top:calc(75% - 20px);
	left:calc(50% - 70px);
}

.biz-btn li.btn-hospital{
	top:calc(45% - 20px);
	right:5px;
}

.biz-btn li.btn-school{
	top:calc(15% - 20px);
	left:calc(24% - 70px);
}

.biz-btn li.btn-energy{
	top:calc(15% - 20px);
	right:calc(24% - 70px);
}

.biz-btn li.btn-office{
	top:calc(30% - 20px);
	left:calc(50% - 70px);
}



.sec-biz-inner{
overflow:visible;
}

#factory .overlay-inner,#mall .overlay-inner,#school .overlay-inner,#hospital .overlay-inner,#energy .overlay-inner,#office .overlay-inner{
position:relative;
top:auto;
right:auto;
left:auto;width:100%;
}

.biz-overlay .close{
display:none;
}

.biz-overlay .up{
	margin:10px 0 0;
	text-align:right;
	display:block;
}

.biz-overlay .up::before{
	font-family: 'fa-solid-900';
    content: "\f106";
    font-size:1.8rem;
    padding-right:0.3em;
}
 
 }
 
 
 /*information*/
.sec-info{
		width:100%;
		max-width:1080px;
		min-height:300px;
		margin:0 auto;
		padding:80px 4%;
		position:relative;
		line-height:2;
}

.sec-info h2.sec-title{
	font-size:2.7rem;
	 margin-bottom:50px;
	 line-height:1.8;
	 color: #22979e;
}

.page-title.company-image{
	background-image: url('../images/recruit/background_recruit_guideline.jpg');
}

.new-label{
	padding:0 1em;
	display:inline;
	font-family:  "Oswald";
	font-size:1.5rem;
	color:#f79512
}

@media screen and (min-width: 769px) {
	.sec-info dl{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		overflow: hidden;
		-webkit-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		width:100%;
		max-width:1080px;
		margin:0 auto;
		 position:relative;
		border-top: solid 1px #aedde0;
	}

	.sec-info dl dt{
 	   border-bottom: solid 1px #aedde0;
  	  width: 20%;
		padding: 20px 0;
		color:#777;
	}

	.sec-info dl dd{
  	  border-bottom: solid 1px #aedde0;
		padding: 20px 0;
		width:80%;
		vertical-align:center;
		background:#fff;
	
	}
	.sec-info dl dd:last-child{
		border-bottom: solid 1px #aedde0;
	}

}

@media screen and (max-width: 768px) {
	.sec-info{
		min-height:auto;
		padding:50px 4%;
		line-height:1.8;
	}


	.sec-info dl dt{
 	   border-top: solid 1px #aedde0;
  	  width: 100%;
		padding: 16px 0 10px;
		color:#22979e;
		font-weight:500;
	}

	.sec-info dl dd{
		padding: 0 0 16px;
		width:100%;
	}
	
	.sec-info dl dd:last-child{
		border-bottom: solid 1px #aedde0;
	}
}


.layer{background:#fff;width:100vw;height:100vh;opacity:1;position:absolute;z-index:999;};

/*--------------------------------
	common rayout
--------------------------------*/
	 

.center{
	text-align:center;
}

 .animate {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
 }
 
 .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
}



