
.pageContHead{
  align-items: center;
}


.pageContHead .contentTitle {
  margin-bottom: 0;
}  


.fullCont{
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); 
}


.catch{
	position: relative;
	margin-bottom: 200px;
}

.catchImg{
	display: block;
	width: 100%;
}

.catchImg img{
	width: 100%;
}

.catchIntro{
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 30%;
	width: 100%;
	font-size: 3.6rem;
  text-shadow:
  0 0 6px rgba(0, 0, 0, 0.3),
  2px 2px 10px rgba(0, 0, 0, 0.8);
}

.catchIntro strong{
	font-size: 10rem;
	display: block;
	margin-bottom: 20px;
	line-height: 1.2;
}

.introBox{
	text-align: center;
	font-weight: bold;
	color: #00053a;
	margin-bottom: 150px;
}

.introBoxtitle{
	display: inline-block;
	font-size: 4.8rem;
	margin-bottom: 50px;
}

.introTxt{
	margin-bottom: 40px;
}

.impress{
	position: relative;
}

.impress.firstChild{
	margin-bottom: 30px;
}


.impress::after{
	content: "";
	position: absolute;
	width: 90%;
	height: 12px;
	background: #fae200;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.jobContBox .boxTitle{
	color: #00053a;
	display: block;
	margin-bottom: 50px;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
}

.btnPageBox{
	display: flex;
	justify-content: center;
	margin-bottom: 150px;
	gap: 20px;
}


.jobContInnerBox {
  display: flex;
  max-width: 1260px;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 100px;
}

.jobContInner{
	width: 40%;
}

.innerThumb{
	width: 57%;
}

.innerTite{
	font-weight: bold;
	color: #00cc99;
	margin-bottom: 40px;
}

.innerTite strong{
	color: #00053a;
	font-size: 6rem;
	display: block;
}

.innerCont dd{
	line-height: 1.7;		
}

.innerCont dt{
	color: #00053a;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;		
}

.jobContSchedule{
	font-weight: bold;
}

.scheduleHead{
	position: relative;
	margin-bottom: 100px;
}

.scheduleHeadTtl{
	background: #00053a;
	color: #fff;
	font-size: 3.6rem;
	height: 85px;
	line-height: 85px;
	display: block;
	text-align: center;
}

.scheduleHeadCont{
	color: #fff;
	position: absolute;
	top: 45%;
	text-align: center;
	font-weight: bold;
	width: 100%;
	line-height: 1;
	font-size: 1.8rem;
}

.scheduleHeadCont time{
	font-weight: normal;
	font-size: 2.4rem;
}

.scheduleHeadCont strong{
	display: block;
	font-size: 3.6rem;
	padding: 30px 0;
}

.scheduleHeadCatch{
	width: 100%;
	display: block;
}

.scheduleHeadCatch img{
	width: 100%;
}	


.scheduleContWrap{
	max-width: 1080px;
	margin: 0 auto;
}


.scheduleContBox{
	margin-bottom: 150px;
	position: relative;
}

.scheduleContBox::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 100%;
	background: #ededed;
	left: 0;
	top: 0;
}	


.scheduleContBox::after{
	content: "";
	position: absolute;

  line-height: 1;
  width: 0;
  height: 0;

	border-style: solid;
  border-color: transparent;
  border-width: 30px 20px;
  border-top-color: #ededed;
  border-bottom: 0;
  left: 0;
  bottom: -30px;

}	



.scheduleCont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.scheduleContInner{
	width: 38%;
	color: #00053a;
	font-weight: bold;
	position: relative;
	padding: 50px 0 0 60px;
}

.scheduleContInner::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: #00b3a6;
	border-radius: 50px;
	left: 8px;
	top: 50px;
}	


.scheduleContInner time{
	font-size: 2.4rem;
}

.scheduleContInner strong{
	font-size: 3.6rem;
	display:block;
	padding: 30px 0;
}

.scheduleContInner .catchTxtImg{
	position: absolute;
	bottom: 0;
}

.scheduleCont .thumbImg{
	width: 55%;
}

.contTtl{
	font-size: 3.6rem;
	font-weight: bold;
	color: #00053a;
	text-align: center;
	margin-bottom: 40px;
}

.scheduleMessage{
	margin-bottom: 100px;
}

.scheduleMessage dl{
	margin-bottom: 50px;	
}

.scheduleMessage dt{
	font-size: 1.8rem;
	color: #00053a;
	font-weight: bold;
	margin-bottom: 30px;	
}

.scheduleMessage dd{
	color: #000;
	margin-bottom: 50px;
	font-weight: normal;
	line-height: 1.7;
}


.itemTtl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #00053a;
	height: 60px;
	line-height: 60px;
	border: 1px solid #00053a;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;	
}

.itemTtl::before,
.itemTtl::after{
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #00053a;
	transition: all 0.2s ease-out;
}

.itemTtl::before{
	width: 15px;
	height: 3px;
	right: 20px;
}

.itemTtl::after{
	width: 3px;
	height: 15px;
	right: 26px;
}

.itemTtl.open::after{
	transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


.scheduleItem dl{
	display: flex;
	flex-wrap: wrap;
}

.scheduleItem dt,
.scheduleItem dd{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
}


.scheduleItem dt{
	width: 28%;
	font-size: 1.8rem;
	color: #00053a;	
}

.scheduleItem dd{
	width: 72%;
	font-weight: normal;
	line-height: 1.7;
}


.scheduleContFin p{
	text-align: center;
	margin-bottom: 40px;
}

.jobCont{
	margin-bottom: 200px;
}

.contIntro{
	text-align: center;
	margin-bottom: 50px;
}


.staffContWrap{
	max-width: 1080px;
	margin: 0 auto;
}

.staffListBox{
	display: flex;
	gap: 45px;
}

.staffListBox li{
	width: calc(100% / 3 - 45px);
	font-weight: bold;
}

.staffListBox li .thumb{
	display: block;
	margin-bottom: 30px;
}

.staffName{
	display: block;
	margin-bottom: 15px;
	font-size: 1.8rem;	
}

.staffJob{
	display: block;
	margin-bottom: 15px;
	font-weight: normal;		
}

.staffExp{
	display: flex;
	align-items: center;
	gap: 20px;
	color: #666;
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-weight: normal;
}

.staffExp dt{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #666;
}

.staffCatch{
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.staffReason{
	color: #00cc99;
	position: relative;
}

.staffReason::after{
	content: "";
	position: absolute;
	width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 12px;
  border-left-color: #00cc99;
  border-right: 0;
  right: -20px;
  top: 3px;
  bottom: 0;
  margin: auto;	
}

/*--- modal ---*/
.modal_open{
  cursor: pointer;  
}

.modal {
    visibility: hidden;
		z-index: -1;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    
}

.modal.open {
    visibility: inherit;
    height: 100vh;
    z-index: 1050;
}

.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
    background: #fff;
    left: 50%;
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 900px;
    box-sizing: border-box;
}


.btnModalClose{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.btnModalClose span{
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #666;
}


.btnModalClose span:nth-of-type(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 8px;
}



.btnModalClose span:nth-of-type(2){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 8px;
}

.modal_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.modal_ttl{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 50px;
}


.innerInfo,
.modal_inner .thumb{
	width: 48%;
}

.innerInfo p{
	font-weight: normal;
}

.sliderCont{
	display: none;
}



/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {



	.pageContHead .contentTitle {
	  margin-bottom: 20px;
	}  

	.catch{
		margin-bottom: 100px;
	}

  .catchImg {
    display: block;
    width: 100vw;
    height: 420px;
    position: relative;
    overflow: hidden;
  }

	.catchImg img {
	  width: 200vw;
	  max-width: initial;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	}


	.catchIntro{
		font-size: 1.8rem;
		z-index: 2;
	}

	.catchIntro strong{
		font-size: 4rem;
		margin-bottom: 10px;
	}

	.introBox{
		margin-bottom: 70px;
	}

	.introBoxtitle{
		font-size: 3.6rem;
		margin-bottom: 30px;
		line-height: 0.8;
	}

	.introTxt{
		text-align: left;
	}

	.impress{
		position: relative;
		font-size: 2rem;
	}


	.impress::after{
		height: 6px;
	}

	.jobContBox .boxTitle{
		margin-bottom: 30px;
	}

	.btnPageBox{
		display: block;
		margin-bottom: 70px;
	}

	.btnPageBox .btnPage {
		width: 100%;
		margin-bottom: 20px;
	}	


	.jobContInnerBox {
	  display: block;
	  margin-bottom: 50px;
	}

	.jobContInner{
		width: 100%;
		margin-bottom: 20px;

	}

	.innerThumb{
		width: 100%;
	}

	.innerTite{
		margin-bottom: 20px;
	}

	.innerTite strong{
		font-size: 4rem;
	}

	.innerCont dt{
		margin-bottom: 20px;		
	}


	.scheduleHead{
		margin-bottom: 50px;
	}

	.scheduleHeadTtl{
		font-size: 2.4rem;
		height: 40px;
		line-height: 40px;
	}


	.scheduleHeadCatch{
	    width: 100vw;
	    height: 200px;
	    position: relative;
	    overflow: hidden;
	}

	.scheduleHeadCatch img{
		  width: 200vw;
		  max-width: initial;
		  position: absolute;
		  left: 50%;
		  transform: translateX(-50%);
	}	


	.scheduleHeadCont{
		top: 60px;
		font-size: 1.6rem;
		z-index: 2;
		line-height: 1.5;
	}

	.scheduleHeadCont time{
		font-size: 1.8rem;
	}

	.scheduleHeadCont strong{
		font-size: 2.4rem;
		padding: 10px 0;
	}


	.scheduleContBox{
		margin-bottom: 70px;
	}

	.scheduleContBox::before{
		width: 20px;
	}	


	.scheduleContBox::after{
		content: "";
		position: absolute;

	  line-height: 1;
	  width: 0;
	  height: 0;

		border-style: solid;
	  border-color: transparent;
	  border-width: 20px 10px;
	  border-top-color: #ededed;
	  border-bottom: 0;
	  left: 0;
	  bottom: -20px;

	}	

	.scheduleCont{
		display: block;
		margin-bottom: 30px;
	}

	.scheduleContInner{
		width: 100%;
		padding: 25px 0 0 30px;
	}

	.scheduleContInner::before {
	    width: 10px;
	    height: 10px;
	    left: 6px;
	    top: 32px;
	}


	.scheduleContInner time{
		font-size: 1.8rem;
	}

	.scheduleContInner strong{
		font-size: 2.4rem;
		padding: 15px 0;
	}


	.scheduleCont .thumbImg {
	    width: 100%;
	    padding-left: 30px;
	    margin: 10px 0;
	}

	.contTtl{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.scheduleMessage{
		margin-bottom: 50px;
	}

	.scheduleMessage dl{
		margin-bottom: 25px;	
	}

	.scheduleMessage dt{
		margin-bottom: 15px;	
	}

	.scheduleMessage dd{
		margin-bottom: 25px;
	}




	.scheduleItem dl{
		display: block;
	}



	.scheduleItem dt{
		width: 100%;
		font-size: 1.8rem;
		color: #00053a;
		border-bottom: none;
		padding-bottom: 10px;
		margin-bottom: 0;	
	}

	.scheduleItem dd{
		width: 100%;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}


	.scheduleContFin p{
		text-align: left;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.jobCont{
		margin-bottom: 100px;
	}

	.contIntro{
		text-align: left;
		margin-bottom: 25px;
	}


	.staffListBox{
		display: block;
	}

	.staffListBox li{
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ededed;
	}

	.staffListBox li .thumb{
		margin-bottom: 20px;
	}

	.staffCatch{
		margin-bottom: 10px;
		font-size: 1.8rem;
	}



/*--- modal ---*/


  .modal_content {
    width: 90%;
    top: 50%;
    height: 80vh;
    overflow-y: auto;
  }

	.modal_inner{
		flex-direction: column-reverse;
		gap: 30px;
	}

	.modal_ttl{
		margin-bottom: 25px;
	}


	.innerInfo,
	.modal_inner .thumb{
		width: 100%;
	}

}
