@charset "UTF-8";

/* CSS Document */


main{
	margin-top: 84px;
}
.contents {
    padding: 60px 0 !important;
}

/*#mv*/
.interview_title{
    margin: 0px 0 0 0px;
	background: url(../../cmn/cmn_img/green_bg.jpg);
	background-size: cover;
	text-align: center;
	color: #FFF;
	padding: 50px 0;
	font-weight: normal;
}



.interview_title span{
	display:block;
  letter-spacing: 1rem;
}
.interview_title span.en{
	font-size:1.8em;
}
.interview_title span.txt{
	font-size:1.4rem;
}


/*#profile*/
#peaple {
	margin: 0px;
	padding: 0px;
}


#peaple li{
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	width: 100%;
}


#peaple li img.photo{
	width: 100%;
}

#peaple li .intro{
	position: absolute;
	top: -200px;
	left: -50px;
	z-index: 10;
}

#peaple li .intro .number{
	background-color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	color: #1d704f;
  font-family: 'Cinzel', serif;
	font-size: 2em;
}

#peaple li .intro .name{
	background: url(../../cmn/cmn_img/btn_bg.jpg);
	display: inline-block;
	color: #FFF;
	padding: 20px 40px;
}

#peaple li .intro .name .name01{
	font-size: 2em;
	font-weight: bold;
}

#peaple li .info {
    position: relative;
    background: url(../img/people_bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#peaple li .infoBox{
	background-color: #FFF;
	padding: 50px;

}

#peaple li .infoBox h3{
	margin-bottom: 20px;
}


#peaple li .infoBox h3 {
display: flex;
align-items: center;
}
#peaple li .infoBox h3:before{
border-top: 3px solid;
content: "";
	width: 20px;
flex-grow: 0;
color: #1d704f;
}
#peaple li .infoBox h3:before {
margin-right: 1rem;
}



#peaple li .infoBox p{
	margin-bottom: 50px;

}


#peaple li .profileBox{
	display: flex;
	margin: 50px 0 0 -100px;
	justify-content: flex-start;
}
#peaple li .profileBox img{
	max-width: 100%;
	 display: flex;

}	

#peaple li .profileBox_txt{
	background: url(../../cmn/cmn_img/box_bg.jpg);
	background-size: cover;
	color: #FFF;
	padding:40px;
	width: 80%;
}

#peaple li .profileBox_txt h4{
	font-weight: normal;

}

#peaple li .profileBox_txt h5{
	font-size: 1.4em;
	margin: 20px 0 15px 0;
	font-weight: normal;
}

#peaple li .profileBox_txt h4::after{
    content: ' ';
    display: inline-block;
    background: #FFF;
    height: 1px;
    width: 85%;
	margin-left: 10px;
}

#peaple li .profileBox_txt p {
    margin-bottom: 0px;
    line-height: 1.9;
}



/*SP*/

@media only screen and (max-width: 768px) {
	
  .contents{
    height: auto;
    background-size: cover;
    padding: 20px 0 !important;
  }

	
  .contents h2 {
    padding: 10px 0;
    letter-spacing: 0;
  }	

	
	.contents h2 img {
    max-width: 40%;
  }
	
	
.interview_title {
    padding: 20px 0;
}	
	
#peaple li .intro{
	position:relative;
	top:0;
	left:0;
}
	
#peaple li .info {
    padding: 10px 0;
}	
	
#peaple li .infoBox {
    padding: 30px 10px 10px 10px;
}	
#peaple li .profileBox{
	display: block;
	margin: 30px 0;
}	

#peaple li .profileBox_txt{
	padding:20px;
	width: 100%;
}	
	
#peaple li .profileBox img{
	max-width: 100%;
}

#peaple li .infoBox p {
    margin-bottom: 15px;
}
#peaple li .infoBox h3 {
    margin-bottom: 5px;
}

#peaple li .profileBox_txt h4::after{
    width: 100%;
	margin-left: 0px;
}


}




/*tab*/

@media only screen and (max-width: 1150px) {
	
main{
	margin-top: 0px;
}	
}

/*SP*/

@media only screen and (max-width: 800px) {
 
}