@charset "utf-8";
/* CSS Document */

/* reset__start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1.4;
	font-size: 1.6em;
}
img {
	vertical-align: top;
}
header {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
a:link,
a:visited {
	color: #585755;
}
/* reset__end */



body {
	width: 100%;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
}
#container {
	width: 100%;
	text-align: left;
}
#container .contents {
	width: 1366px;
	margin: 0 auto;
}
#container .main_visual {
	padding-top: 768px;
	background-image: url(../images/main_visual_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	position: relative;
	z-index: 0;
}
#container .main_visual h1 {
	visibility: hidden;
	font-size: 170px;
	position: absolute;
	top: 530px;
	left: 130px;
}
#container .main_visual > p {
	visibility: hidden;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	padding-left: 130px;
	margin-top: -8px;
}
#container .main_visual .lead_text {
	padding: 20px 0 70px 0;
	display: table;
	margin: 0 auto;
	border-bottom: 1px solid #F2F2F2;
}
#container .main_visual .lead_text p {
	display: table-cell;
	width: 555px;
	padding: 0 35px 0 0;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.7px;
}
#container .main_visual .lead_text p:last-child {
	padding: 0 0 0 35px;
}

#container .member {
	width: 1110px;
	padding: 80px 20px 80px 50px;
	margin: 0 auto;
	margin-bottom: 0;
	overflow: hidden;
}
#container .member li {
	position: relative;
	z-index: 0;
	width: 50%;
	float: left;
	padding-left: 210px;
	padding-right: 40px;
	min-height: 170px;
	margin-bottom: 30px;
}
#container .member li:nth-child(odd) {
	clear: both;
}
#container .member li .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 170px;
}
#container .member li .image img {
	width: 100%;
	height: auto;
}
#container .member li .member-data h2 {
	font-size: 12px;
	font-weight: normal;
	color: #6A6A6A;
	padding-top: 32px;
	position: relative;
	margin-bottom: 15px;
	line-height: 21px;
}
#container .member li .member-data h2 span {
	font-size: 15px;
	font-weight: bold;
	color: #0A0A0A;
	position: absolute;
	top: 5px;
	left: 0;
}
#container .member li .member-data p {
	font-size: 14px;
	line-height: 26px;
}

#container .interview {
	width: 100%;
	margin-bottom: 150px;
}
#container .interview dt {
	width: 100%;
	height: 80px;
	background-image: url(../images/title_image_bg_pc.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	margin-top: 110px;
	margin-bottom: 60px;
}
#container .interview dt:first-child {
	margin-top: 0;
}
#container .interview dt span {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 76px;
	text-align: left;
}
#container .interview dd {
	width: 1000px;
	margin: 0 auto 40px auto;
}
#container .interview dd:last-child {
	margin-bottom: 0;
}
#container .interview dd p {
	position: relative;
	z-index: 0;
	padding-left: 220px;
	line-height: 30px;
	font-size: 15px;
}
#container .interview dd p > span.interviewer,
#container .interview dd p > span.answer {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	font-weight: bold;
}


#container .pagination {
	text-align: center;
	margin-bottom: 80px;
}
#container .pagination .pagination_inner {
	width: auto;
	margin: 0 auto;
}
#container .pagination a {
	display: inline-block;
	min-width: 48px;
	height: 48px;
	line-height: 45px;
	margin: 0 8px;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0A0A0A;
}
#container .pagination a.prev,
#container .pagination a.next {
	min-width: 102px;
}
#container .pagination a:hover,
#container .pagination a.current {
	background-color: #585755;
	color: #FFF;
	border: 1px solid #585755;
}
#container .pagination a.disabled {
	background-color: #F2F2F2;
	cursor: default;
	color: #A5A5A4;
	border: 1px solid #D6D6D6;
}
#container .pagination a span.pc_view {
	display: inline!important;
}

#container .thumb_2 {
	width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	padding: 40px 150px 0 150px;
}
#container .thumb_2 span {
	display: block;
	vertical-align: top;
}
#container .thumb_2 span img {
	width: 500px;
	height: auto;
}

#container .thumb_3 {
	width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	padding: 40px 110px 0 110px;
}
#container .thumb_3 span {
	display: block;
	vertical-align: top;
}
#container .thumb_3 span img {
	width: 360px;
	height: auto;
}

footer {
	width: 100%;
	background-color: #F7F7F7;
	padding: 328px 0 120px 0;
	background-image: url(../images/site_id.png);
	background-repeat: no-repeat;
	background-position: center top 170px;
	background-size: 216px auto;
	text-align: center;
	letter-spacing: 1px;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer small {
	display: block;
	margin-top: 135px;
	font-size: 12px;
	font-weight: bold;
	color: #AFAFAF;
}


.sp_view {
	display: none;
}
.pc_view {
	display: block;
}

@media screen and (max-width: 480px) {/* SP */
	#container .contents {
		width: 100%;
		margin: 0 auto;
	}
	#container .main_visual {
		padding-top: 157vw;
		background-image: url(../images/main_visual.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		position: relative;
		z-index: 0;
	}
	#container .main_visual h1 {
		visibility: hidden;
		font-size: 20vw;
		position: absolute;
		top: 125.5vw;
		left: 7.5vw;
	}
	#container .main_visual > p {
		visibility: hidden;
		font-size: 10vw;
		font-weight: bold;
		line-height: 1;
		padding-left: 9.5vw;
		margin-top: -3.5vw;
	}
	#container .main_visual .lead_text {
		padding: 10vw 0 20vw 0;
		display: block;
		margin: 0 auto;
		border-bottom: 1px solid #F2F2F2;
		margin: 0 9vw;
	}
	#container .main_visual .lead_text p {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 4vw;
		line-height: 32px;
		letter-spacing: 0.7px;
	}
	#container .main_visual .lead_text p:last-child {
		padding: 10vw 0 0 0;
	}
	#container .member {
		width: 100%;
		padding: 10vw  9vw;
		margin: 0 auto;
		margin-bottom: 10vw;
	}
	#container .member li {
		position: relative;
		width: 100%;
		float: none;
		z-index: 0;
		padding-left: 0;
		min-height: inherit;
		margin-bottom: 10vw;
	}
	#container .member li:nth-child(odd) {
		clear: none;
	}
	#container .member li .image {
		position: relative;
		width: 58%;
		height: auto;
	}
	#container .member li .member-data h2 {
		font-size: 3.2vw;
		font-weight: normal;
		color: #6A6A6A;
		padding-top: 13vw;
		position: relative;
		margin-bottom: 4vw;
	}
	#container .member li .member-data h2 span {
		font-size: 4vw;
		font-weight: bold;
		color: #0A0A0A;
		position: absolute;
		top: 6vw;
		left: 0;
	}
	#container .member li .member-data p {
		font-size: 3.8vw;
		line-height: 26px;
	}
	
	#container .interview {
		width: 100%;
		margin-bottom: 30vw;
	}
	#container .interview dt {
		width: 100%;
		height: 17vw;
		background-image: url(../images/title_image_bg.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-align: center;
		margin-top: 20vw;
		margin-bottom: 10vw;
	}	
	#container .interview dt:first-child {
		margin-top: 0;
	}
	#container .interview dt span {
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 17vw;
		text-align: left;
		padding-left: 16vw;
	}	
	#container .interview dd {
		width: 100%;
		margin: 0 auto 10vw auto;
		padding: 0 6vw;
	}
	#container .interview dd:last-child {
		margin-bottom: 0;
	}	
	#container .interview dd p {
		position: relative;
		z-index: 0;
		padding-left: 0;
		line-height: 30px;
		font-size: 4vw;
	}
	#container .interview dd p > span.interviewer,
	#container .interview dd p > span.answer {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		font-size: 4vw;
		font-weight: bold;
	}	
	#container .pagination {
		text-align: center;
		margin-bottom: 20vw;
	}
	#container .pagination .pagination_inner {
		width: auto;
		margin: 0 auto;
	}
	#container .pagination a {
		display: inline-block;
		min-width: 14.4vw;
		height: 14.4vw;
		line-height: 14vw;
		margin: 0 1.5vw;
		background-color: #FFF;
		border: 1px solid #D6D6D6;
		font-size: 5.4vw;
		font-weight: bold;
		text-decoration: none;
		color: #0A0A0A;
	}
	#container .pagination a.prev,
	#container .pagination a.next {
		min-width: 14.4vw;
	}
	#container .pagination a:hover,
	#container .pagination a.current {
		background-color: #585755;
		color: #FFF;
		border: 1px solid #585755;
	}
	#container .pagination a.disabled {
		background-color: #F2F2F2;
		cursor: default;
		color: #A5A5A4;
		border: 1px solid #D6D6D6;
	}
	#container .pagination a span.pc_view {
		display: none!important;
	}

	#container .thumb_2 {
		width: 100%;
		display: block;
		padding: 40px 0 0 0;
	}
	#container .thumb_2 span {
		display: block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	#container .thumb_2 span img {
		width: 100%;
		height: auto;
	}

	#container .thumb_3 {
		width: 100%;
		display: block;
		padding: 40px 0 0 0;
	}
	#container .thumb_3 span {
		display: block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	#container .thumb_3 span img {
		width: 100%;
		height: auto;
	}

	footer {
		width: 100%;
		background-color: #F7F7F7;
		padding: 60vw 0 10vw 0;
		background-image: url(../images/site_id.png);
		background-repeat: no-repeat;
		background-position: center top 25vw;
		background-size: 55vw auto;
		text-align: center;
		letter-spacing: 1px;
	}
	footer a {
		text-decoration: none;
		font-size: 3.2vw;
	}
	footer a:hover {
		text-decoration: underline;
	}
	footer small {
		display: block;
		margin-top: 30vw;
		font-size: 3.2vw;
		font-weight: bold;
		color: #AFAFAF;
	}








	.sp_view {
		display: block!important;
	}
	.pc_view {
		display: none!important;
	}
}