@charset "UTF-8";

#wrapper {
	background: #dce6f0;
}
#mainvis {
	background: #00196e;
	padding-bottom: 60px;
}
.mainvis-bg {
	background: url(../images/top/mainvis.jpg) no-repeat center top;
	background-size: auto 100%;
	height: 504px;
	margin-top: 70px;
	position: relative;
	font-size: 0;
}
#mainvis h2 {
	max-width: 382px;
	margin: -22px auto 0;
	position: relative;
}
#mainvis h2 img {
	width: 100%;
	height: auto;
}
#recruit_nav {
	margin: 55px 0 0;
	border: none; 
}
.recruit-top-txt01 {
	font-size: 20px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	clear: both;
	margin-top: 30px;
}
.message-btn {
	max-width: 339px;
	display: block;
	background: url(/recruit/images/new_graduate_navi.png) no-repeat #64aadc calc(100% - 37px);
	background-size: auto 100%;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #00196d;
	padding-left: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto;
}
figure {
	margin: 0; 
}

@media (max-width: 980px) {
	.mainvis-bg {
		margin-top: 50px;
		background: url(../images/top/mainvis_sp.jpg) no-repeat center top;
		background-size: auto 100%;
		height: 46vw;
	}
	#mainvis h2 {
		width: 60vw;
		margin-top: -14%;
	}
	#recruit_nav {
		margin: 30px 0 0;
	}
	#recruit_nav div {
		display: block;
	}
	.recruit-top-txt01 {
		font-size: 15px;
		line-height: 30px;
	}
	.message-btn {
		font-size: 15px;
		max-width: 302px;
		height: 62px;
		line-height: 62px;
		width: 90%;
	}
	#mainvis {
		padding-bottom: 37px;
	}
} 
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
先輩の声
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#voice {
	padding: 75px 0 50px;
	background: rgb(220,230,240);
	background: linear-gradient(90deg, rgba(220,230,240,1) 0%, rgba(220,230,240,1) 50%, rgba(117,179,224,1) 50%, rgba(117,179,224,1) 100%);
}
#voice h2 {
	font-size: 30px;
	font-weight: bold;
	color: #00196d;
	background: #fff;
	display: block;
	max-width: 204px;
	text-align: center;
	margin: 0 auto 43px;
	padding: 24px 0px;
}
#voice .container {
	width: 978px;
	margin: 0 auto;
}
#voice .inner {
	width: 456px;
}
#voice .inner.graduate {
	float: left;
}
#voice .inner.career {
	float: right;
}
#voice h3 {
	font-size: 30px;
	font-weight: bold;
	color: #00196d;
	margin-bottom: 29px;
	text-align: center;
}
#voice ul {
	
}
#voice li {
	margin-bottom: 20px;
}
#voice li:last-child {
	margin-bottom: 0;
}
#voice li a {
	width: 448px;
	background: #fff;
	display: block;
	border-radius: 5px;
	position: relative;
	border: 3px solid #fff;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
#voice .graduate li a:hover {
	opacity: 1;
	box-shadow: 0px 0px 12px rgb(92 159 208);
	-moz-box-shadow: 0px 0px 12px rgba(92,159,208,1);
	-webkit-box-shadow: 0px 0px 12px rgb(92 159 208);
}
#voice .career li a:hover {
	opacity: 1;
	box-shadow: 0px 0px 12px rgb(9 97 175);
	-moz-box-shadow: 0px 0px 12px rgba(9,97,175,1);
	-webkit-box-shadow: 0px 0px 12px rgb(9 97 175);
}
#voice li figure {
	margin-bottom: 15px;
	position: relative;
}
#voice li a:hover figure:after {
	opacity: 1;
}
#voice li figure:after {
	content: "";
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% !important;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	opacity: 0;
}
#voice .graduate li:nth-child(1) figure:after {
	background: url(../images/top/voice_graduate_nishino_hover.jpg) no-repeat;
}
#voice .graduate li:nth-child(2) figure:after {
	background: url(../images/top/voice_graduate_yamamoto_hover.jpg) no-repeat;
}

#voice .career li:nth-child(1) figure:after {
	background: url(../images/top/voice_career_nakamura_hover.jpg) no-repeat;
}

#voice .career li:nth-child(2) figure:after {
	background: url(../images/top/voice_career_tsukahara_hover.jpg) no-repeat;
}

#voice li a:hover figure:after {
	opacity: 1;
}
#voice li .txt p {
	color: #00196d;
	text-align: right;
	padding-right: 15px;
}
#voice li .txt p.division {
	font-size: 14px;
	margin-bottom: 7px;
}
#voice li .txt p.name {
	font-size: 20px;
}
#voice li .comment {
	width: 300px;
	position: absolute;
	top: 16px;
	left: -21px;
}
#voice li .comment p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #00196e;
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 4px;
}
@media (max-width: 980px) {
	#voice {
		padding: 60px 0 0;
		background: rgb(220,230,240);
	}
	#voice h2 {
		font-size: 25px;
		max-width: 174px;
		margin: 0 auto 30px;
		padding: 17px 0 13px;
	}
	#voice .container {
		width: auto;
		margin: 0 auto;
	}
	#voice .inner {
		width: auto;
	}
	#voice .inner.graduate {
		float: none;
	}
	#voice .inner.career {
		float: none;
		background: #75b3e0;
	}
	#voice h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#voice .career h3 {
		padding-top: 30px;
	}
	#voice .inner.graduate ul,
	#voice .inner.career ul{
		margin: 0 40px;
		padding-bottom: 25px;
	}
	#voice li {
		margin-bottom: 10px;
	}
	#voice li:last-child {
		margin-bottom: 0;
	}
	#voice li a {
		width: auto;
		padding-bottom: 15px;
	}
	#voice li figure img {
		width: 100%;
	}
	#voice li .txt p {
		padding-right: 10px;
	}
	#voice li .txt p.division {
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	#voice li .txt p.name {
		font-size: 18px;
	}
	#voice li .comment {
		width: 200px;
		position: absolute;
		top: 16px;
		left: -30px;
	}
	#voice li .comment p {
		font-size: 11px;
		padding: 2px 6px;
		margin-bottom: 4px;
	}
}
@media (max-width: 320px) {
	#voice li .comment {
		width: 180px;
	}
	#voice li .comment p {
		font-size: 10px;
		padding: 0px 5px;
	}
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPECIAL CONTENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#special {
	background: #00196e;
	padding: 45px 0 100px; 
}
#special h2 {
	max-width: 364px;
	margin: 0 auto 37px; 
}
#special h2 img,
#special li img {
	width: 100%;
	height: auto;
}
#special ul {
	max-width: 680px;
	margin: 0 auto; 
}
#special li a {
	display: block;
}
#special .link-cont01 li {
	float: left;
	width: calc(100%/2.001);
	margin-bottom: 25px;
}
#special .link-cont01 li p {
	font-weight: bold;
	color: #fff;
	line-height: 23px;
	margin-top: 10px;
}
#special .link-cont02 li {
	float: left;
	width: 50%;
}
#special .link-cont02 li a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 190px;
}
#special .link-cont02 li a:hover {
	opacity: 1;
}
#special .link-cont02 li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-size: 100% !important;
}
#special .link-cont02 li a:hover:after {
	opacity: .8;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#special .link-cont02 li a p {
	width: 92px;
	height: 105px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
#special .link-cont02 li:nth-child(1) a:after {
	background: url(../images/top/special_questionnarie_img.jpg) no-repeat center bottom;
}
#special .link-cont02 li:nth-child(2) a:after {
	background: url(../images/top/special_faq_img.jpg) no-repeat center bottom;
}
@media (max-width: 980px) {
	#special h2 {
		width: 273px;
		margin-bottom: 20px;
	}
	#special {
		padding: 35px 0 90px 0; 
	}
	#special .link-cont01 li {
		float: none;
		width: 100%;
	}
	#special .link-cont01 li p {
		margin-left: 12px;
	}
	#special .link-cont01 li + li {
		margin-top: 18px;
	}
	#special .link-cont02 li a:after {
		background-size: cover !important;
	}
	#special .link-cont01 {
		margin-bottom: 37px;
	}
	#special .link-cont02 li a {
		height: 220px;
	}
}
@media (min-width: 343px) {
	.br320 {
		display: none;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
先輩の声
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ページタイトル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tit {
	width:100%;
	height:210px;
	background: rgb(0,25,109);
	background: linear-gradient(90deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 50%, rgba(100,170,220,1) 50%, rgba(100,170,220,1) 100%);
	position:relative;
}
#tit h2 {
	width: 204px;
	height: 73px;
	font-size: 30px;
	font-weight: bold;
	color: #00196d;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 22px 0 0 0;
	box-sizing: border-box;
}
#main-contents {
	background-color:#fff;
	position:relative;
}
.breadcrumb {
	background: #dce6f0;
}
.breadcrumb div {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}
.breadcrumb a {
	font-size:12px;
	color:#00196d;
	text-decoration: underline;
}
@media (max-width:980px) {
	#tit {
		height:132px;
	}
	#tit h2 {
		width:174px;
		height:42px;
		font-size:25px;
		line-height: 20px;
		padding: 12px 0 0 0;
	}
	.voice #recruit_nav {
		margin: 55px 0 0;
	}
	.voice #recruit_nav div {
		display: none;
	}
	.breadcrumb {
		padding:0 0 0 20px;
		font-size:10px;
	}
	.breadcrumb div {
		width: auto;
	}
	.breadcrumb a {
		font-size:10px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#contents {
	border-bottom: 1px solid #00196e;
	padding-bottom: 105px;
}
#contents .top_area {
	background: #dce6f0;
	padding-bottom: 33px;
}
#contents #voice_title {
	position: relative;
	width: 980px;
	height: 350px;
	margin: 0 auto;
}
#contents #voice_title .name_area {
	width: 325px;
	height: 346px;
	background: #00196d;
	box-sizing: border-box;
	padding: 18px 20px;
	position: absolute;
	bottom: -36px;
	right: 0;
}
#contents #voice_title .name_area:after {
	content: '';
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/voice/name_area_bottom_right.gif);
	background-size: 100%;
}
#contents #voice_title .name_area h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-right: 3px;
	margin-bottom: 65px;
}
#contents #voice_title .name_area p {
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
}
#contents #voice_title .name_area p.name {
	font-size: 36px;
	margin-top: 26px;
}
#contents #intro {
	overflow: hidden;
	width: 980px;
	margin: 68px auto 0;
}
#contents #intro .right {
	float: right;
}
#contents #intro .left {
	float: left;
}
#contents #intro .txt {
	width: 623px;
}
#contents #intro .txt h4 {
	color: #00196d;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}
#contents #intro .txt p {
	color: #333;
	font-size: 13px;
	line-height: 28px;
}

#contents.career_tsukahara #intro > p {
	width: 275px;
	height: 275px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_career_tsukahara02.jpg) no-repeat 0 0;
}

#contents.career_nakamura #intro > p {
	width: 275px;
	height: 275px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_career_nakamura02.jpg) no-repeat 0 0;
}
#contents.graduate_nishino #intro > p {
	width: 275px;
	height: 275px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_graduate_nishino02.jpg) no-repeat 0 0;
}
#contents.graduate_yamamoto #intro > p {
	width: 275px;
	height: 275px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_graduate_yamamoto02.jpg) no-repeat 0 0;
}

#contents #interview_cont {
	padding: 40px 0 22px;
}
#contents #interview_cont .inner {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}
#contents #interview_cont #interview {
	float: left;
	width: 575px;
}
#contents.career #interview_cont #interview {
	width: auto;
}
#contents #interview_cont #interview h4 {
	width: 148px;
	height: 22px;
	text-indent: -9999em;
	background: url(../images/voice/voice_title01.gif) no-repeat 0 0;
	margin-bottom: 30px;
}
#contents #interview_cont #interview dl {
	position: relative;
}
#contents #interview_cont #interview dt {
	padding-bottom: 12px;
	background: url(../images/voice/voice_hukidasi.gif) no-repeat 15px bottom;
	margin-bottom: 12px;
}
#contents #interview_cont #interview .short dt {
	width: 360px;
}
#contents #interview_cont #interview dt span {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 9px 21px;
	background: #64aadc;
}
#contents #interview_cont #interview dd {
	color: #333;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 28px;
	padding-right: 25px;
	padding-left: 21px;
	margin-bottom: 32px;
}
#contents #interview_cont #interview .short dd {
	width: 326px;
	padding-right: 0;
}

#contents.graduate_nishino #interview_cont #interview dd p {
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	height: 202px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_graduate_nishino03.jpg) no-repeat 0 0;
}
#contents.graduate_yamamoto #interview_cont #interview dd p {
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	height: 202px;
	text-indent: -9999em;
	background: url(../images/voice/voice_img_graduate_yamamoto03.jpg) no-repeat 0 0;
}

#contents #interview_cont #sidebar {
	float: right;
	width: 310px;
	padding: 29px 23px 37px;
	background: #dce6f0;
}
#contents #interview_cont #sidebar h4 {
	height: 17px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 8px 0
}
#contents #interview_cont #sidebar #schedule {
	margin-bottom: 23px;
}
#contents #interview_cont #sidebar #schedule h4 {
	background-image: url(../images/voice/voice_title02.gif);
	margin-bottom: 21px;
}
#contents #interview_cont #sidebar #schedule ul {
	width: 100%;
	border-top: solid 1px #e9e9e9;
}
#contents #interview_cont #sidebar #schedule li {
	display: table;
	width: 100%;
	border-bottom: solid 1px #c9d2db;
}
#contents #interview_cont #sidebar #schedule li span{
	display: table-cell;
}
#contents #interview_cont #sidebar #schedule li .time,
#contents #interview_cont #sidebar #schedule li .todo {
	font-size: 13px;
}
#contents #interview_cont #sidebar #schedule li .time {
	width: 42px;
	color: #00196d;
	font-weight: bold;
	text-align: right;
	padding: 7px 26px 6px 5px;
}
#contents #interview_cont #sidebar #schedule li .time span {
	display: inline;
}
#contents #interview_cont #sidebar #schedule li .todo {
	color: #333;
}
#contents #interview_cont #sidebar #private h4 {
	background-image: url(../images/voice/voice_title03.gif);
	margin-bottom: 19px;
}
#contents #interview_cont #sidebar #private ul {
	margin-left: 9px;
}
#contents #interview_cont #sidebar #private li {
	width: 290px;
	height: 199px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 20px;
}

#contents.graduate_nishino #interview_cont #sidebar #private li:nth-child(1) {
	background-image: url(../images/voice/voice_img_graduate_nishino04.jpg);
}
#contents.graduate_nishino #interview_cont #sidebar #private li:nth-child(2) {
	background-image: url(../images/voice/voice_img_graduate_nishino05.jpg);
}
#contents.graduate_yamamoto #interview_cont #sidebar #private li:nth-child(1) {
	background-image: url(../images/voice/voice_img_graduate_yamamoto04.jpg);
}
#contents.graduate_yamamoto #interview_cont #sidebar #private li:nth-child(2) {
	background-image: url(../images/voice/voice_img_graduate_yamamoto05.jpg);
}

#contents .pagenation {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
#contents .pagenation a.prev,
#contents .pagenation a.next {
	font-size: 13px;
	font-weight: bold;
	color: #00196d;
	padding: 23px 0 22px 0;
	position: relative;
}
#contents .pagenation a.prev {
	float: left;
	padding-left: 55px;
}
#contents .pagenation a.next {
	float: right;
	padding-right: 55px;
}
#contents .pagenation a.prev:before,
#contents .pagenation a.next:before{
	content: '';
	width: 40px;
	height: 40px;
	background: #dce6f0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents .pagenation a.prev:before {
	left: 0;
}
#contents .pagenation a.next:before {
	right: 0;
}
#contents .pagenation a.prev:after,
#contents .pagenation a.next:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#contents .pagenation a.prev:after {
	left: 17px;
	border-bottom: 3px solid #00196e;
	border-left: 3px solid #00196e;
}
#contents .pagenation a.next:after {
	right: 17px;
	border-top: 3px solid #00196e;
	border-right: 3px solid #00196e;
}
#contents .pagenation .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#contents .pagenation .btn a {
	max-width: 438px;
	display: block;
	background: url(../images/about_working_navi.png) no-repeat #00196e calc(100% - 37px);
	background-size: auto 100%;
	height: 70px;
	line-height: 74px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 34px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto 11px;
}
/* ++++++++++++++++++++++++++++++++
メインコンテンツsp
++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 980px) {
	#contents h2{
		font-size: 12px;
		line-height: 25px;
		letter-spacing: 0.1em;
		padding-top: 10px;
	}
	#contents h2 .recruit_title {
		height: 10px;
		background: url(../images/voice/sp/lower_txt_main.png) no-repeat center 0;
		background-size: auto 100%;
		margin-bottom: 12px;
	}
	#contents h2 .recruit_page_name {
		font-size: 15px;
	}
	#contents #voice_title {
		height: 0;
		padding-bottom: 0;
	}
	#contents {
		border-bottom: none;
		padding-bottom: 50px;
	}
	#contents .top_area {
		padding-bottom: 33px;
	}
	#contents #voice_title {
		width: auto;
		height: auto;
		margin: 0 25px;
		padding-top: 40px;
	}
	#contents #voice_title figure img {
		width: 100%;
	}
	#contents #voice_title .name_area {
		width: calc(100% - 40px);
		height: auto;
		padding: 20px;
		position: absolute;
		top: auto;
		bottom: -137px;
		right: 0;
		left: 0;
		margin: auto;
	}
	#contents #voice_title .name_area:after {
		width: 23px;
		height: 23px;
	}
	#contents #voice_title .name_area img {
		width: 100%;
	}
	#contents #voice_title .name_area h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#contents #voice_title .name_area p {
		font-size: 13px;
		padding-left: 0;
		line-height: 20px;
	}
	#contents #voice_title .name_area p.name {
		font-size: 27px;
		margin-top: 17px;
	}
	#contents #intro {
		width: 82.8125%;
		margin: 167px auto 30px;
	}
	#contents #intro .right,
	#contents #intro .left {
		float: none;
	}
	#contents #intro .txt,
	#contents #intro .photo {
		width: 100%;
	}
	#contents #intro .txt {
		margin-bottom: 15px;
	}
	#contents #intro .txt h4 {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	#contents #intro .txt p {
		font-size: 11px;
		line-height: 20px;
	}
  #contents.graduate_nishino #intro > p {
		width: 100%;
		height: 0;
		padding-bottom: 66.9811320754717%;
		background: no-repeat 0 0;
		background-size: 100%;
		background-image: url(../images/voice/sp/voice_img_graduate_nishino02.jpg);
	}
  #contents.graduate_yamamoto #intro > p {
		width: 100%;
		height: 0;
		padding-bottom: 66.9811320754717%;
		background: no-repeat 0 0;
		background-size: 100%;
		background-image: url(../images/voice/sp/voice_img_graduate_yamamoto02.jpg);
	}
  #contents.career_tsukahara #intro > p {
		width: 100%;
		height: 0;
		padding-bottom: 66.9811320754717%;
		background: no-repeat 0 0;
		background-size: 100%;
		background-image: url(../images/voice/sp/voice_img_career_tsukahara02.jpg);
	}
	#contents.career_yokoyama #intro > p {
		width: 100%;
		height: 0;
		padding-bottom: 66.9811320754717%;
		background: no-repeat 0 0;
		background-size: 100%;
		background-image: url(../images/voice/sp/voice_img_career_yokoyama02.jpg);
	}
	#contents.career_nakamura #intro > p {
		width: 100%;
		height: 0;
		padding-bottom: 66.9811320754717%;
		background: no-repeat 0 0;
		background-size: 100%;
		background-image: url(../images/voice/sp/voice_img_career_nakamura02.jpg);
	}
  	#contents #interview_cont{
		padding: 30px 0;
	}
	#contents #interview_cont .inner {
		width: 84.375%;
		margin: 0 auto;
	}
	#contents #interview_cont #interview,
	#contents #interview_cont #sidebar {
		float: none;
	}
	#contents #interview_cont #interview {
		width: 100%;
	}
	#contents #interview_cont #interview h4 {
		width: 100%;
		height: 13px;
		background-size: auto 100%;
		margin-bottom: 15px;
	}
	#contents #interview_cont #interview dl {
		position: static;
	}
	#contents #interview_cont #interview dt {
		padding-bottom: 8px;
		margin-bottom: 5px;
	}
	#contents #interview_cont #interview .short dt {
		width: 100%;
	}
	#contents #interview_cont #interview dt span {
		font-size: 12px;
		padding: 6px 0 5px 11px;
	}
	#contents #interview_cont #interview dd {
		font-size: 11px;
		line-height: 20px;
		padding: 0 5px;
		margin-bottom: 14px;
	}
	#contents #interview_cont #interview .short dd {
		box-sizing: border-box;
		width: 100%;
	}
  #contents.graduate_nishino #interview_cont #interview dd p {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
		padding-bottom: 65.92592592592593%;
		background: url(../images/voice/sp/voice_img_graduate_nishino03.jpg) no-repeat 0 0;
		background-size: 100%;
		margin-top: 13px;
	}
  #contents.graduate_yamamoto #interview_cont #interview dd p {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
		padding-bottom: 65.92592592592593%;
		background: url(../images/voice/sp/voice_img_graduate_yamamoto03.jpg) no-repeat 0 0;
		background-size: 100%;
		margin-top: 13px;
	}
  	#contents #interview_cont #sidebar {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 15px 25px;
	}
	#contents #interview_cont #sidebar h4 {
		height: 12px;
		background-position: 0 0;
		background-size: auto 100%;
		margin-bottom: 15px !important;
	}
	#contents #interview_cont #sidebar #schedule li .time,
	#contents #interview_cont #sidebar #schedule li .todo {
		font-size: 10px;
	}
	#contents #interview_cont #sidebar #schedule li .time {
		width: 48px;
		text-align: left;
		padding: 7px 0 6px 13px;
	}
	#contents #interview_cont #sidebar #schedule li .time span {
		display: inline-block;
		width: 32px;
		text-align: right;
	}
	#contents #interview_cont #sidebar #private ul {
		margin-left: 0;
	}
	#contents #interview_cont #sidebar #private li {
		width: 90%;
		height: 0;
		padding-bottom: 61.66666666666667%;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 0 auto 15px;
	}
	#contents #interview_cont #sidebar #private li:first-of-type {
		background-image: url(../images/voice/sp/voice_img_03-02.jpg);
		background-size: 100%;
	}
	#contents #interview_cont #sidebar #private li:last-of-type {
		background-image: url(../images/voice/sp/voice_img_04-02.jpg);
		background-size: 100%;
	}
	#contents #interview_cont #sidebar #private li:first-of-type.voice01 {
		background-image: url(../images/voice/sp/voice_img_03-01.jpg);
		background-size: 100%;
	}
	#contents #interview_cont #sidebar #private li:last-of-type.voice01 {
		background-image: url(../images/voice/sp/voice_img_04-01.jpg);
		background-size: 100%;
	}
	#contents .pagenation {
		width: 84.375%;
		height: auto;
		padding-bottom: 50px;
	}
	#contents .pagenation a.prev,
	#contents .pagenation a.next {
		font-size: 11px;
		padding: 10px 0 10px 0;
	}
	#contents .pagenation a.prev {
		padding-left: 30px;
	}
	#contents .pagenation a.next {
		padding-right: 30px;
	}
	#contents .pagenation a.prev:before,
	#contents .pagenation a.next:before{
		width: 30px;
		height: 30px;
	}
	#contents .pagenation a.prev:before {
		left: -10px;
	}
	#contents .pagenation a.next:before {
		right: -10px;
	}
	#contents .pagenation a.prev:after,
	#contents .pagenation a.next:after{
		width: 9px;
		height: 9px;
	}
	#contents .pagenation a.prev:after {
		left: 2px;
		border-bottom: 2px solid #00196e;
		border-left: 2px solid #00196e;
	}
	#contents .pagenation a.next:after {
		right: 2px;
		border-top: 2px solid #00196e;
		border-right: 2px solid #00196e;
	}
	#contents .pagenation .btn {
		max-width: 270px;
		position: static;
	}
	#contents .pagenation .btn a {
		max-width: 270px;
		background: url(../images/about_working_navi.png) no-repeat #00196e calc(100% - 20px);
		height: 60px;
		line-height: 20px;
		font-size: 16px;
		margin: 0 auto 25px;
		padding-left: 25px;
		padding-top: 12px;
	}
	footer {
		top:0;
	}
}

