/** style-staff.css **/

/*==========================================
 mainImg
===========================================*/
#mainImg{}

/**********
 mainImg_pc
**********/
.mainImg_pc{
	height: calc(82vh - 110px);
	background: url("../staff/img/mainImg_staff.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.mainImg_pc{
		background: none;
		height: auto;
		width: 100%;
	}
}

#mainImgInner{
	position: relative;
	font-weight: bold;
	text-align: left;
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

#mainImgInner p{
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
}

#mainImgInner p span{
	font-size:3em;
	display: block;
}

@media screen and (max-width: 768px) {
	#mainImgInner{
		position: static;
		display: none;
	}
}

/**********
 mainImg_mb
**********/
#mainImg_mb{
	display:none;
}

@media screen and (max-width: 768px) {
	#mainImg_mb{
		display: block;
	}
	#mainImg_mb img{
		width: 100%;
		height: 180px;
		object-fit: cover;
		object-position: 0 0;
	}
	#mainImg_mb p{
		font-size: 1.2em;
	}

}


/*==========================================
 midashi
===========================================*/
/*********
 midashi
**********/
#midashi{
	margin-top: 60px;
}

#midashi h2{
	width: 20%;
}

#midashi div{
	width: 70%;
	text-align: left;
}

#midashi div #midashi_imgtxt{
	display: none;
}


@media screen and (max-width: 768px) {
	#midashi h2{
		width: 100%;
	}

	#midashi div{
		width: 100%;
	}
	#midashi div #midashi_imgtxt{
		display: block;
		font-size: 1.2em;
		margin-bottom: 20px;
		font-weight: bold;
	}
}

/*==========================================
interview
===========================================*/
/*********
 interview
**********/
#interview{
	background: #F2F2F2;
	width: 100%;
	margin: 60px 0;
}

#interview .contentBg{
	background:url("../staff/img/interview_bg.png") no-repeat right top;
	padding: 60px 0;
}


/*==========================================
interviewSlider
===========================================*/
#interviewSlider{
	margin-top: 40px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}

.slider img {
    width:26vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

@media screen and (max-width: 768px) {
	.slider img {
		width:46vw;
		height:auto;
	}
}

.slider .slick-slide {
	transform: scale(0.86);/*左右の画像のサイズ*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.7;/*透過*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}





/*==========================================
visit
===========================================*/
#visit{
	margin-top: 150px;
	padding-top: 50px;
	text-align: left;
}

#visit .contents_img{
	width: 40%;
}

#visit .contents_img img{
	width: 100%;
	max-width: 450px;
	margin: 0 auto 0 0;
	border-radius: 20px;
}



#visit .contents_txt{
	width: 50%;
	padding-top: 50px;
}

#visit .contents_txt h3{
	margin-bottom: 0;
}

#visit .contents_txt h3 span{
	font-size: 4.3rem;
}

#visit .contents_txt h4{
	font-size:1.1em;
	margin: 5px 0 40px;
}

#visit .contents_txt p{
	font-size: 1.1em;
}



@media screen and (max-width: 768px) {
	#visit{
		margin-top: 150px;
		padding-top: 20px;
	}

	#visit .contents_txt{
		width: 100%;
		order: 1;
		padding-bottom: 40px;
	}
	#visit .contents_img{
		width: 100%;
		order: 2;
		text-align: center;
	}
	#visit .contents_img img{
		margin: 0 auto;
	}
}


/** schedule　**/
#schedule{
	margin-top: 100px;
	padding-top: 40px;
	border-top: 1px solid #000;
}

#schedule h3{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}


#schedule #scheduleList{
	margin-top: 40px;
}

#schedule #scheduleList div{}

#schedule #scheduleList div:nth-of-type(1),
#schedule #scheduleList div:nth-of-type(2){
	width: 35%;
	position: relative;
}

#schedule #scheduleList div:nth-of-type(3){
	width: 30%;
}

#schedule #scheduleList div:nth-of-type(1)::after,
#schedule #scheduleList div:nth-of-type(2)::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	font-size: 30px;
	color: #F15A24;
	position: absolute;
	top: 100px;
	right: 20px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1110px) {
	#schedule #scheduleList div:nth-of-type(1)::after,
	#schedule #scheduleList div:nth-of-type(2)::after{
		top: 100px;
		right: 30px;
	}
}

@media screen and (max-width: 768px) {
	#schedule #scheduleList div:nth-of-type(1),
	#schedule #scheduleList div:nth-of-type(2){
		width: 100%;
		max-width: 100%;
		padding-bottom: 45px;
		margin-bottom: 10px;
		text-align: center;
	}

	#schedule #scheduleList div:nth-of-type(3){
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#schedule #scheduleList div:nth-of-type(1)::after{
		content: "\f0dd";
		left: 50%;
		top: 330px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
	}

	#schedule #scheduleList div:nth-of-type(2)::after{
		content: "\f0dd";
		left: 50%;
		top: 344px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
	}
}

#schedule #scheduleList div img{
	width: 100%;
	max-width: 350px;
	border-radius: 7px;
	margin: 0 auto 0 0;
}

@media only screen and (min-width: 769px) and (max-width: 1110px) {
	#schedule #scheduleList div img{
		width: 80%;
		min-width: 280px;
	}
}

@media screen and (max-width: 768px) {
	#schedule #scheduleList div img{
		width: 100%;
		max-width: 400px;
		min-width: 360px;
		margin: 0 auto;
	}
}

#schedule #scheduleList div p{
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 0 0;
	padding-top: 15px;
}

#schedule #scheduleList div p span{
	display: block;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

@media only screen and (min-width: 769px) and (max-width: 1110px) {
	#schedule #scheduleList div p{
		width: 100%;
		max-width: 280px;
		min-width: 280px;
	}
}
@media screen and (max-width: 768px) {
	#schedule #scheduleList div p{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: left;
	}
}




/** visit_info　**/
#visit_info{
	margin-top: 100px;
	padding-top: 40px;
	border-top: 1px solid #000;
}

#visit_info h3{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}


#visit_info ul{
	margin-top:40px;
}

#visit_info ul li{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom: 25px;
}

#visit_info ul li:last-of-type{
	margin-bottom: 0;
}

#visit_info ul li > span:first-of-type{
	width: 22%;
	padding: 15px 0;
	display: block;
	border-radius: 10px;
	background: #ed6c00;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#visit_info ul li > p {
	padding: 15px 0;
	margin-left: 25px;
	font-size: 1.2em;
	font-weight: bold;
}
#visit_info ul li > p span{
	color: red;
}

@media screen and (max-width: 768px) {
	#visit_info ul li > span:first-of-type{
		width: 100%;
	}
	
	#visit_info ul li > p span{
		display: block;
	}
	
}

