@charset "utf-8";


.interview section#interview {
	margin: 60px auto 0;
	max-width: 1180px;
}

.interview section#interview img.top {
	border-radius: 10px 10px 0 0;
	margin: 0 auto 0;
}

.interview section#interview .interview_top {
    position: relative;
    margin: 13% 0 0;
    background: #8fad1f;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.interview section#interview p {
    text-align: left;
    font-size: 1.5em;
    line-height: 2.2;
    letter-spacing: 2px;
    color: #fff;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    width: 55%;
    padding: 40px 30px 30px 50px;
    float: left;
    box-sizing: border-box;
}

.interview section#interview p img {
	position: absolute;
	bottom: 17%;
}

.interview section#interview .interview_name {
	float: right;
	width: 42%;
	padding: 40px 35px 35px;
	box-sizing: border-box;
	text-align: right;
}

.interview section#interview .interview_name dl {
	
}

.interview section#interview .interview_name dt {
	text-align: left;
}

.interview section#interview .interview_name dt b{
	font-size: 2em;
	color: #fff;
	letter-spacing: 2px;
}

.interview section#interview .interview_name dt span {
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 0 10px;
}

.interview section#interview .interview_name  dd {
	color: #8fad1f;
	text-align:center;
	background: #fff;
	border-radius: 100px;
	width: 69%;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	margin: 5px 0 0 0;
}

.interview section#interview article {
	background: #fff;
	padding: 40px 30px 30px;
	margin: 0;
}

.interview section#interview article#photo {
	padding: 40px 40px 0 40px;
}

.interview section#interview article#photo li {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 0 33px 0 0;

}

.interview section#interview article#photo li img {
	border-radius: 10px;
}
.interview section#interview article#photo li:last-child {
	margin: 0;
}



.interview section#interview article:last-child:after {
	content: "";
	display: none;
}

.interview section#interview article dl {
	position: relative;
}

.interview section#interview article dt {
	color: #00B4ED;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 0 12%;
	margin: 0 0 20px 0;
}

.interview section#interview article dt:before {
	content: "";
	position: absolute;
	top: 10%;
	bottom: 0;
	background: #00B4ED;
	width: 100px;
	height: 2px;
	left: 0;
}

.interview section#interview article dd {
	font-size: 1em;
	letter-spacing: 2px;
	line-height: 2;
}

/*他のスタッフを見る*/
.interview section#interview .others {
	background: #eee;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	padding: 20px 30px 30px;
}

.interview section#interview .others p {
	font-family: inherit;
	letter-spacing: 1px;
	font-size: 1em;
	padding:10px 0 20px 0;
	display: block;
	float: none;
	color: #222;
	font-weight: bold;

}

.interview section#interview .others ul {
	
}

.interview section#interview .others li {
	width: 22%;
	height: 200px;
	display: inline-block;
	margin: 0 38px 0 0;
}

.interview section#interview .others li:last-child {
	margin: 0;
}

.interview section#interview .others li figure {
	width: 250px;
	height: 250px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.interview section#interview .others li dl {
	text-align: center;
	margin: 10px 0 0 0;
}

.interview section#interview .others li dt {
	font-weight: bold;
	font-size: 1.2em;
}

.interview section#interview .others li dd {
	font-size: 0.9em;
}


@media screen and (max-width: 1499px){
.interview section#interview {
	max-width: 100%;
}

.interview section#interview .interview_top {
	margin: 13% auto 0;
	max-width: 1180px;
}
	
.interview section#interview img.top {
	width: 100%;
}

.interview section#interview p {
    font-size: 1.3em;
    padding: 40px 30px 30px 40px;
}

.interview section#interview p img {
	position: absolute;
	bottom: 17%;
}

.interview section#interview .interview_name {
	padding: 35px 35px 20px;
}

.interview section#interview .interview_name  dd {
	text-align: center;
}

.interview section#interview article {
	padding: 40px 20px 20px;
	max-width: 1180px;
	margin: auto;
	box-sizing:border-box;
}

.interview section#interview article#photo {
	padding: 40px 20px 0 20px;
}

.interview section#interview article#photo li {
	margin: 0 25px 0 0;
}


.interview section#interview article#photo li:last-child {
	margin: 0;
}

.interview section#interview article:after {
    height: 30px;
}


.interview section#interview article dl {
	position: relative;
}

.interview section#interview article dt {
	font-size: 1.3em;
	padding: 0 0 0 8%;
}

.interview section#interview article dt:before {
	width: 60px;
}

.interview section#interview article dd {
	font-size: 0.8em;
}

/*他のスタッフを見る*/
.interview section#interview .others {
	padding: 20px 30px 90px;
	max-width: 1180px;
	margin: auto;
	box-sizing: border-box;
}


.interview section#interview .others li {
	margin: 0 28px 0 0;
	vertical-align: top;
}

.interview section#interview .others li figure {
	width: 200px;
	height: 200px;
}

.interview section#interview .others li dt {
	font-size: 1em;
}

.interview section#interview .others li dd {
	font-size: 0.8em;
}	
}

@media screen and (max-width: 1023px){
.interview section#interview {
	margin: 60px auto 0;
}

.interview section#interview img.top {
	border-radius: 10px 10px 0 0;
	margin: 0 auto 0;
}

.interview section#interview .interview_top {
	max-width: 100%;
	margin:20% auto 0;
}

.interview section#interview p {
    font-size: 1.2em;
    line-height: 2;
}

.interview section#interview p img {
	position: absolute;
	bottom: 25%;
}

.interview section#interview .interview_name {
	padding: 40px 10px 35px;
}

.interview section#interview .interview_name dt b{
	font-size: 1.8em;
}


.interview section#interview article#photo li {
	margin: 0 18px 0 0;
}

.interview section#interview article#photo li img {
	border-radius: 10px;
}
.interview section#interview article#photo li:last-child {
	margin: 0;
}

.interview section#interview article:after {
}

.interview section#interview article:last-child:after {
	content: "";
	display: none;
}

.interview section#interview article dl {
	position: relative;
}


.interview section#interview article dt:before {width: 40px;}


/*他のスタッフを見る*/
.interview section#interview .others {
	padding: 20px 20px 40px;
}


.interview section#interview .others li {
	margin: 0 22px 0 0;
}

.interview section#interview .others li figure {
    width: 145px;
    height: 145px;
	margin: auto;
}

.interview section#interview .others li dl {
	text-align: center;
	margin: 10px 0 0 0;
}

.interview section#interview .others li dt {font-size: 0.9em;}

.interview section#interview .others li dd {
	font-size: 0.7em;
}
}

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

.interview section#interview {
	margin: 0 auto;
}
	
.interview section#interview img.top {
	border-radius: 10px 10px 0 0;
	margin: 0 auto 0;
}

.interview section#interview .interview_top {
	margin: 20px auto 0;
}	

.interview section#interview p {
    padding: 15px 13px 10px;
    float: none;
    font-size: 0.9em;
    width: 98%;
    border-bottom: 1px solid #eee;
    margin:auto;
}

.interview section#interview p img {display: none;}

.interview section#interview .interview_name {
	float: none;
	padding: 15px 15px 20px;
	box-sizing: border-box;
	text-align: center;
	width: auto;
}

.interview section#interview .interview_name dl {
	text-align: center;
	display: block;
	margin: auto;
}

.interview section#interview .interview_name dt {text-align: center;}

.interview section#interview .interview_name dt b{
	font-size: 1.2em;
}

.interview section#interview .interview_name  dd {
	width: 60%;
	font-size: 0.8em;
	margin: 10px auto 0;
}

.interview section#interview article {
	padding: 30px 10px 30px;
	max-width: 100%;
}

.interview section#interview article#photo {
	padding: 0px 15px;
}

.interview section#interview article#photo li {
	width: 80%;
	display: block;
	vertical-align: top;
	margin: 0 auto 10px;
	text-align: center;
}

.interview section#interview article#photo li img {
	border-radius: 10px;
}
.interview section#interview article#photo li:last-child {
	margin: auto;
}

.interview section#interview article:last-child:after {
	content: "";
	display: none;
}

.interview section#interview article dt {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}

.interview section#interview article dt:before {
	display: none;
	position: absolute;
	top: 10%;
	bottom: 0;
	background: #00B4ED;
	width: 100px;
	height: 2px;
	left: 0;
}

.interview section#interview article dd {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.8;
}

/*他のスタッフを見る*/
.interview section#interview .others {padding: 20px 10px 10px;}

.interview section#interview .others li {
	width: 45%;
	margin: 0 15px 30px 0;
}

.interview section#interview .others li:nth-child(2n) {
	margin:0;
}

}
