@charset "UTF-8";

/* contents
===================================*/
#contents.recruit{
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
#contents.recruit{
    padding-bottom: 2em;
}
}

/* mainimage
===================================*/
#mainimage.recruit{
    background-image: url("../images/recruit/MainVisual.png");
}
@media screen and (max-width: 768px) {
#mainimage.recruit {
    /*background-position: center center;*/
  }
}

/* intro-wrap
===================================*/

.intro-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.intro-wrap {
}
}

.intro-wrap .inner {
    /*max-width: 1280px; /*1200px*/
	max-width: 1430px; /*1350*/
	padding-top: 4em;
	padding-bottom: 4em;
}
@media only screen and (max-width:768px){
.intro-wrap .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

.intro-wrap h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.intro-wrap h2{
    margin-bottom: 1em;
}
}
/*
.intro-wrap h3 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
}

.intro-wrap h3 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

.intro-wrap h3.pj-01 {
  font-size: 2.0rem!important;
  line-height: 2.0!important;
}
*/
@media only screen and (min-width:1px) and (max-width:768px) {
/*
  .intro-wrap h3 {
    font-size: 2.0rem;
  }
  .intro-wrap h3 span.eng {
    font-size: 1.2rem;
  }
	.intro-wrap h3.pj-01 {
		font-size: 1.4rem!important;
}*/
}

.intro-wrap p{
	text-align: center;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 1.6rem;
}

.intro-wrap p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify;
	margin-bottom: 2em;
}

.intro-wrap p.lead.ac{
    text-align: center;
}

@media screen and (max-width: 768px) {
.intro-wrap p.lead{
	font-size: 1.4rem;
}
}


/* staff-wrap
==================================*/
.staff-wrap {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.staff-wrap {
}
}

/* staff-profile
==================================*/
.staff-profile {
	width: 100%;
	/*max-width: 1200px;*/
	max-width: 1430px; /*1350*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #F7F7F7;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.prof-img{
	width: 42%;
	max-width: 600px;
	position: relative;
}
@media only screen and (max-width: 768px) {
.prof-img{
	width: 100%;
}
}

.prof-img img{
	max-width: 100%;
	position: relative;
}
/* not */
.prof-img img.not{
	border: 5px solid #FF0004;
}

.prof-txt{
	width: 58%;
	max-width: 800px;
	padding: 40px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.prof-txt{
	width: 100%;
	padding: 20px 40px;
}
}

.prof-txt p.sec{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.prof-txt p.sec{
	font-size: 1.4rem;
}
}

.prof-txt p.name{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
.prof-txt p.name{
	font-size: 2.0rem;
	margin-bottom: 1em;
}
}

.prof-txt p.name span.eng{
	font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	display: block;
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
.prof-txt p.name span.eng{
	font-size: 1.2rem;
}
}

.prof-txt p.lead{
	text-align: justify;
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
.prof-txt p.lead{
	font-size: 1.2rem;
}
}



/* project_story
===================================*/

.staff-interview {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}

.staff-interview .inner {
    /*max-width: 1080px; /*1200px*/
	max-width: 1360px; /*1280*/
	padding-top: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #C4C4C4;
}
@media only screen and (max-width:768px){
.staff-interview .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

.staff-interview h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.staff-interview h2{
    margin-bottom: 1em;
}
}

.staff-interview p.cpt{
	text-align: left;
	font-size: 2.0rem;
	line-height: 1.5;
    margin-bottom: 1em;
	position: relative;
	padding-left: 48px;
	color: #707070;
}

@media screen and (max-width: 768px) {
.staff-interview p.cpt{
	font-size: 1.4rem;
    margin-bottom: 1em;
	padding-left: 36px;
}
}

.staff-interview p.cpt::before{
	position: absolute;
	content: '';
	width: 32px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #707070;
}
@media screen and (max-width: 768px) {
.staff-interview p.cpt::before{
	width: 24px;
}
}

#contents .staff-interview h3 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 3.2rem;
	font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
	margin-bottom: 1.5em;
}

#contents .staff-interview h3.ac {
	text-align: center;
	margin-bottom: 2em;
}

#contents .staff-interview h3 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
  #contents .staff-interview h3 {
    font-size: 2.0rem;
	  margin-bottom: 1em;
  }
  #contents .staff-interview h3 span.eng {
    font-size: 1.2rem;
  }
#contents .staff-interview h3.ac {
	margin-bottom: 1.5em;
}
} /*@mediaEnd*/


.staff-interview p.lead{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
.staff-interview p.lead{
	font-size: 1.4rem;
}
}

.staff-interview p.lead.ac{
    text-align: center;
}
@media screen and (max-width: 480px) {
.staff-interview p.lead.ac{
	text-align: justify;
}
}

/* interview-wrap */
.interview-wrap{
	margin-bottom: 6em;
}
@media screen and (max-width: 768px) {
.interview-wrap{
	margin-bottom: 3em;
}
}

/* itv_wrap */

.itv_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.itv_wrap.rev{
    flex-direction:row-reverse;
}

.itv_img{
	width: 46%;
    /*max-width: 460px;*/
	max-width: 600px;
	position: relative;
}

@media screen and (max-width: 768px) {
.itv_img{
    width: 100%;
    margin-left: 0;
	margin-bottom: 2em;
}
}

/* not */

.itv_img.not::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #FF0004;
	z-index: 3;
}

.itv_img div{
	position: relative;
}

.itv_img img{
    max-width: 100%;
    height: auto;
}

.itv_txt{
    width: 46%;
    max-width: 600px;     
}
@media screen and (max-width: 768px) {
.itv_txt{
    width: 100%;
    max-width: 100%;
}
}









