.interview{
	width:100%;
	height:auto;
	background:url(../images/img_interview/bgimg06.jpg ) no-repeat center center;
    background-size: cover;
    z-index:0;
	overflow:hidden;
	position: relative;/*←position:absoluteの参照元*/
	padding-bottom:40px;
}
.interview a{
	text-decoration:none;
}
/*=====帯======*/
.obi{
	height: auto;
	overflow: hidden;
	background:#19242E;
}
.obi p{
	color:#FFFFFF;
	font-size:32px;
	margin-left:70px;
	padding-top:25px;
}
/*=====内容=====*/
.ichiran{/*一覧*/
	margin-top:13px;
}
.interview .ichiran .interviewabout{/*説明文を囲む箱*/
	position: absolute;
	top:14%;
	left: 75%;
}
.interview .ichiran .interviewabout h2{/*「5人にインタビューしました～」*/
	font-size:20px;
	color:#086788;
}
/*-----------------------------------------=====目次試行錯誤=====*/
.mokuji{/*並んでる目次的なやつ*/
	margin-left:30%;
}
.mokuji p{
	color:#086788;
	font-size:20px;
	margin:40px 0px 10px 10px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	padding-top:20px;
}
.mokuji hr{/*名前のところの線*/
	display:none;
}
/*=====各項目=====*/
.mokuji li{	
	margin-top: 10px;
	transition: all 220ms ease-out;
}
.mokuji .min{
	margin-left: 44px;
}
.mokuji .seb{
	margin-left: 145px;
}
.mokuji .miz{
	margin-left: 245px;
}
.mokuji .sor{
	margin-left: 340px;
}
.mokuji .han{
	margin-left: 444px;
}
.ichiran img{/*目次の画像*/
	height:90px;
	width:90px;
	margin:38px 20px 0px 0px;
	border:solid 2px #FFFFFF;
	transition: all 220ms ease-out;
}
.ichiran p{/*目次の画像*/
	transition: all 220ms ease-out;
}
.midashi{/*見出し*/
	float:left;
	position: absolute;
	top:80%;
	color:#FFFFFF;
	width:60%;
}
.kasen{/*下線*/
	margin-top:-10px;
	width: 510px;
	border-top:solid 2px;
}
.midashi h1{/*新入社員の声*/
	margin-left:210px;
	font-size:42px;
}




/*========================================
	     以下↓個人ページのスタイル
=========================================*/
.interview_personal{
	width:100%;
	/*height:1650px;*/
	height:auto;
}
/*=====プロフィール=====*/
.profile{
	height:auto;
	background:#FFFFFF;
}
.profile_contents{/*プロフィールの文字のところ*/
	display:inline-block;
	width:300px;
	/*height:260px;*/
	float:right;
	margin-top:30px;
	overflow:hidden;
}
.PN h2{/*PN*/
	float:right;
	font-size:20px;
	margin-right:260px;
	margin-top:40px;
	margin-bottom:-10px;
}
.PN p{/*それぞれの名前*/
	float:right;
	font-size:28px;
	margin-right:10px;
	margin-top:-10px;
}
.Major h2{/*出身学部／専攻*/
	float:right;
	font-size:20px;
	margin-right:160px;
	margin-top:30px;
	margin-bottom:-12px;
}
.Major p{/*それぞれの学部／専攻*/
	float:right;
	font-size:28px;
	margin-right:10px;
	margin-bottom:50px;
	margin-top:-8px;
}
.profile img{/*プロフィールの画像*/
	width:200px;
	height:200px;
	float:right;
	margin-top:40px;
	margin-bottom:30px;
	margin-right:15%;
	/*margin-right:200px;*/
}
/*これは下線*/
hr{
	float:right;
	border-color:#086788;
	width:298px;
}
/*=====質問・回答=====*/
.interview_QA{
	width: 100%;
	/*height: 1250px;*/
	height:100%;
	clear:both;
}
.interview_QA h1{/*質問内容*/
	padding-left:15%;
	/*padding-left:200px;*/
	margin-bottom:30px;
	padding-top:30px;
	/*line-height:100px;*/
	font-size:25px;
}
.interview_QA p{/*回答内容*/
	width:50%;
	word-wrap:break-word;
	margin:0 auto;
	margin-bottom:50px;
	/*text-align:center;*/
	font-size:18px;
}
.interview_QA h1{
	font-weight:500;
}
.box1{
	width:100%;
	/*height:250px*/
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}
.box2{
	width:100%;
	height:100%;
	color:#086788;
}
.box3{
	width:100%;
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}
.box4{
	width:100%;
	height:100%;
	color:#086788;
}
.box5{
	width:100%;
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}




/*====================================================
	     以下↓トップページ画面縮めたときのCSS
======================================================*/
@media screen and (max-width: 980px) {
/* 980pxまでの幅の場合に適応される */
body{
	/*background:#19242E;*/
}
.interview{
	margin:0px 0px 0px 0px;
	width:100%;
	height: auto;
	overflow: hidden;/*画面の縦幅を自動で*/
	background:url(../images/img_interview/bgimg06_mini.jpg) no-repeat center center;
    background-size: cover;
    z-index:0;
	overflow:hidden;
	position: relative;/*←position:absoluteの参照元*/
	padding-bottom:40px;
}
.interview a{
	text-decoration:none;
}
/*=====帯======*/
.obi{
	height: auto;
	overflow: hidden;
	background:#19242E;
}
.obi p{
	color:#FFFFFF;
	font-size:32px;
	margin-left:0px;
	text-align:center;
	padding-top:40px;
}
/*=====内容=====*/
.ichiran{/*一覧*/
	margin-top:13px;
}
.interview .ichiran .interviewabout{/*説明文を囲む箱*/
	position: static;
	background:#FFFFFF;
	padding:10px 10px 10px 10px;
	margin-bottom:-10px;
}
.interview .ichiran .interviewabout h2{/*「5人にインタビューしました～」*/
	margin:0px 0px 0px 40px;
	font-size:20px;
	color:#086788;
}
/*-----------------------------------------=====目次試行錯誤=====*/
.mokuji{/*並んでる目次的なやつ*/
	position: static;
	padding:10px 0px 0px 40px ;
	width: 100%;
	margin:0 auto;
}
.mokuji p{
	margin-bottom:50px;
	color:#FFFFFF;
	font-size: 17px;
	vertical-align: bottom;
	margin:0px 0px 10px 0px;
	word-wrap: break-word;
}
.mokuji hr{/*名前のところの線*/
	display:inline-block;
	float:left;
	border:solid 1px;
	border-color:#FFFFFF;
	width:200px;
	margin:-12px 0px 0px 100px;
	clear:both;
}
/*=====各項目=====*/
.mokuji li{
	margin-top:  10px;
}
.mokuji .min{
	margin-left: 10px;
}
.mokuji .seb{
	margin-left: 10px;
}
@media screen and (max-width: 300px) {/*名前の文字の折り返し*/
	.mokuji .seb p{
		width:100px;
	}
}
.mokuji .miz{
	margin-left: 10px;
}
.mokuji .sor{
	margin-left: 10px;
}
.mokuji .han{
	margin-left: 10px;
}
.ichiran img{/*目次の画像*/
	height:90px;
	width:90px;
	margin:20px 20px 0px 0px;
}
.midashi{/*見出し*/
	position:static;
	float:none;
	color:#000000;
	width:100%;
}
.kasen{/*下線*/
	position: static;
	margin:5px 0px 20px 0px;
	width: 100%;
	border-top:solid 2px;
	color:#FFFFFF;
}
.midashi h1{/*新入社員の声*/
	position: static;
	padding:0px 0px 0px 50px;
	margin:0 auto;
	font-size:42px;
	color:#FFFFFF;
}





/*========================================
	     以下↓個人ページのスタイル
=========================================*/
.interview_personal{
	margin:0px 0px 0px 0px;
	background:#19242E;
	width:100%;
	height:auto;
}
/*=====プロフィール=====*/
.profile{
	height:auto;
	background:#FFFFFF;
	padding-top:40px;
}
.profile_contents{/*プロフィールの文字のところ*/
	width:100%;
	float:none;
	overflow:hidden;
}
.profile_contents h2{
	width:100%;
}
.profile_contents p{
	width:100%;
	text-align:center;
}
.PN h2{/*PN*/
	float:left;
	font-size:20px;
	margin-left:30px;
	margin-bottom:-10px;
}
.PN p{/*それぞれの名前*/
	float:left;
	font-size:28px;
	margin-left:0px;
	margin-top:0px;
}
.Major h2{/*出身学部／専攻*/
	float:left;
	font-size:20px;
	margin-left:30px;
	margin-bottom:-10px;
}
.Major p{/*それぞれの学部／専攻*/
	float:left;
	font-size:28px;
	margin-left:0px;
	margin-top:0px;
}
.profile img{/*プロフィールの画像*/
	width:300px;
	height:300px;
	float:none;
	margin:0 auto;
	display:block;
}
/*これは下線*/
hr{
	float:none;
	margin-left:20px;
	display:inline-block;
	border-color:#086788;
	width:90%;
}
/*=====質問・回答=====*/
.interview_QA{
	width: 100%;
	height:100%;
	clear:both;
}

.interview_QA h1{/*質問内容*/
	margin:0 auto;
	word-wrap:break-word;
	padding:30px 0px 15px 0px;
	width:70%;
	font-size:25px;
	text-align:center
}
.interview_QA p{/*回答内容*/
	width:90%;
	word-wrap:break-word;
	margin:0 auto;
	padding-bottom:30px;
	font-size:17px;
	line-height:29px;
}
.interview_QA h1{
	font-weight:500;
}
.box1{
	width:100%;
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}
.box2{
	width:100%;
	height:100%;
	background:#FFFFFF;
	color:#086788;
}
.box3{
	width:100%;
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}
.box4{
	width:100%;
	height:100%;
	background:#FFFFFF;
	color:#086788;
}
.box5{
	width:100%;
	height:100%;
	background:#06AED5;
	color:#FFFFFF;
}

}
