﻿/* ---------------- indexページトップ画像CSS ---------------- */
.main-contents-wrapper {
	width: 100%;
	box-sizing: border-box;
}
.interview__contents-top {
	background-image: url("../img/interview_top.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
	height: 400px;
	display: block;
}
.interview__contentstitle {
	margin-bottom: 230px;
	margin-top: 160px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.interview__contentstitle h2 {
	color: #ffffff;
	font-size: 60px;
	font-style: oblique;
	margin-bottom: 30px;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: 60px;
}
/* ---------------- 高橋次長ページCSS ---------------- */
/* ↓トップ部分↓ */
.top-img-wrapper {
	display: flex;
	background-color: #000;
	align-items: center;
	margin-bottom: 20px;
}
/* トップ写真部分 */
.interview__top-left {
	width: 50%;
	height: auto;
	object-position: 10% 20%;
	overflow: hidden;
}
/* トップ文字部分 */
.interview__top-right {
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
	font-weight: bold;
	color: #FFF;
}
.interview__top-short img {
	max-height: 345px;
	object-fit: cover;
}
.interview__top-long img {
	max-height: 565px;
	object-fit: cover;
}
.interview__top-right h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 50px;
}
p.interview__h2sub01 {
	font-size: 18px;
	margin-top: 60px;
	margin-bottom: 10px;
}
p.interview__h2sub02 {
	font-size: 14px;
}
/* Q&A部分 */
.interview__textset01 {
	margin: 0 auto;
	max-width: 800px;
	min-width: 330px;
}
.interview__textset01 h3 {
	font-size: 30px;
	color: #000000;
	margin: 80px auto 30px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: solid 2px #000000;
	box-sizing: border-box;
}
.interview__textset01 p {
	font-size: 14px;
	color: #000000;
	line-height: 2;
}
.interview__textset01 p.interview__message {
	font-size: 30px;
	color: #000000;
	margin: 80px auto 230px;
	font-weight: bold;
	line-height: 1.75;
}
/*-----画像BOX-----*/
.interview__box01 {
	width: 100%;
	background: #EEEEEE;
	margin: 110px 0 auto 0;
	text-align: center;
	line-height: 0;
}
.interview__box-img01 img {
	margin: 0 auto;
	width: 1100px;
	height: auto;
}
/* -------------------------------------------------- INTERVIEW01／高橋次長・川北次長1 ----------------------------------------------------- */
.interview-contents{
	max-width:850px;
	min-width:350px;
	width:980px;
	height:auto;
	margin: 75px auto 0 auto;
}
.interview-contents ul{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.interview-contents ul li{
	width:850px;
	height:300px;
	margin:10px;
	background-color:#000;
	border:2px solid #000;
}
.interview-contents ul li a{
	display:flex;
	width:100%;
	height:100%;
	text-decoration:none;
}
.interview-contents a img{
	width:50%;
	height:300px;
	object-fit:cover;
	object-position: center;
}
.interview-contents a p{
	display:flex;
	height:50px;
	margin:125px auto;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	flex-direction: row;
	flex-wrap: nowrap;
	 max-width: 280px;
}
.interview-content2 p br{
	display:none;
}

/* -------------------------------------------------- INTERVIEW02／その他の皆さん ----------------------------------------------------- */
.interview-contents02{
	max-width:850px;
	min-width:350px;
	width:980px;
	height:auto;
	margin: 0 auto 150px auto;
}
.interview-contents02 ul{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.interview-contents02 ul li{
	width:400px;
	height:350px;
	margin:10px;
	background-color:#000;
	border:2px solid #000;
}
.interview-contents02 ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}
.interview-content1 a:hover, .interview-content2 a:hover, .interview-content3 a:hover, 
.interview-content4 a:hover, .interview-content5 a:hover, .interview-content6 a:hover{
	opacity:0.6;
	transition-duration:0.3s;
}
.interview-contents02 a img{
	width:100%;
	height:300px;
	object-fit:cover;
}
.interview-contents02 a p{
	display:block;
	height:40px;
	margin:0 auto;
	line-height:40px;
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
/* -------------------------------------------------- INTERVIEW03／各ページ下リンク ----------------------------------------------------- */
.interview-contents03{
	max-width:1100px;
	min-width:350px;
	width:980px;
	height:auto;
	margin: 75px auto 0 auto;
}
.interview-contents03 ul{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.interview-contents03 ul li{
	width:1000px;
	height:150px;
	margin:10px;
	background-color:#000;
	border:2px solid #000;
}
.interview-contents03 ul li a{
	display:flex;
	width:100%;
	height:100%;
	text-decoration:none;
}
.interview-content1 a:hover, .interview-content2 a:hover, .interview-content3 a:hover, 
.interview-content4 a:hover, .interview-content5 a:hover, .interview-content6 a:hover{
	opacity:0.6;
	transition-duration:0.3s;
}
.interview-contents03 a img{
	width:50%;
	height:150px;
	object-fit:cover;
	object-position: 10% 20%;
}
.interview-contents03 a p{
	display:flex;
	height:50px;
	margin:50px auto;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.interview-content2 p br{
	display:none;
}

/* ---------------- indexページレスポンシブ対応CSS ---------------- */
@media screen and (max-width: 1280px) {
	
.main-contents-wrapper {
	margin: 0 auto 200px;
/* width: 700px;*/
}
/* ---------------- indexページトップ画像CSS ---------------- */

.interview__contents-top {
	background-image: url("../img/interview_top.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
	height: 180px;
	display: block;
}
.interview__contentstitle {
	margin-top: 40px;
}
.interview__contentstitle h2 {
	margin-top: 25px;
	font-size: 40px;
	line-height: 30px;
}
.interview__h2subtitle {
	margin-top: -20px;
}
/* ---------------- 高橋次長ページレスポンシブ対応CSS ---------------- */

	/* ↓トップ部分↓ */
	.top-img-wrapper {
		display: block;
		background-color: #000;
		align-items: center;
	}
	/* トップ写真部分 */
	.interview__top-left {
		width: 100%;
		object-fit: cover;
		object-position: 10% 20%;
		overflow: hidden;
	}
	/* トップ文字部分 */
	.interview__top-right {
		width: 100%;
		padding: 5% 10%;
		box-sizing: border-box;
		font-weight: bold;
		color: #FFF;
	}
	.interview__top-short img {
		max-height: 300px;
	}
	.interview__top-long img {
		max-height: 300px;
	}
	.interview__top-right h2 {
		font-size: 18px;
		font-weight: bold;
		line-height: 27px;
	}
	p.interview__h2sub01 {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 5px;
	}
	p.interview__h2sub02 {
		font-size: 14px;
	}
	.interview__top-right h2 br {
		display: none;
	}
	/* ↑トップ部分↑ */
	/* Q&A部分 */
	.interview__textset01 {
		width: 90%;
		box-sizing: border-box;
	}
	.interview__textset01 h3 {
		font-size: 18px;
		margin: 50px auto 15px;
	}
	.interview__textset01 p {
		font-size: 14px;
	}
	.interview__textset01 p.interview__message {
		font-size: 18px;
		margin: 50px auto 110px;
	}
	/*-----画像BOX-----*/
	.interview__box01 {
		width: 100%;
		margin: 100px auto;
	}
	.interview__box01 img {
		width: 100%;
		height: auto;
	}
/* --------------------------- INTERVIEW01 ---------------------------- */
.interview-contents{
	width:84%;
	margin:40px auto 0 auto;
}
.interview-contents ul li{
	width:100%;
	margin:4px;
}
.interview-contents a img {
	width: 50%;
}
/* --------------------------- INTERVIEW02 ---------------------------- */
.interview-contents02{
	width:88%;
	margin:0 auto 150px;
}
.interview-contents02 ul li{
	width:46%;
	margin:4px;
}
.interview-contents02 a p{
	font-size:1.5rem;
}
/* --------------------------- INTERVIEW03 ---------------------------- */
.interview-contents03{
	width:84%;
}
}
/* -------------------------------------------------- レスポンシブ（〜768px） ----------------------------------------------------- */
@media screen and (max-width: 768px) {
	.main-contents-wrapper {
	margin: 0 auto 100px;
/*	width:350px; */
}
	/* トップ写真部分 */
	.interview__top-left {
		width: 100%;
		object-fit: cover;
		object-position: 10% 20%;
		overflow: hidden;
	}
	/* トップ文字部分 */
	.interview__top-right {
		width: 100%;
		padding: 5% 10%;
		box-sizing: border-box;
		font-weight: bold;
		color: #FFF;
	}
	.interview__top-short img {
		max-height: 200px;
	}
	.interview__top-long img {
		max-height: 200px;
	}
/* --------------------------- INTERVIEW01 ---------------------------- */
.interview-contents {
	max-width: 500px;
}
.interview-contents ul li{
	width:330px;
	height:130px;
	margin:4px;
}
.interview-contents a img{
	height:130px;
	width: 160px;
}
.interview-contents a p{
	height:30px;
	line-height:1.5;
	font-size:10px;
	margin: 50px auto;
	width: 150px;
}
.interview-content2 a p{
	line-height:1.5;
}
.interview-content2 p br{
	display:inline;
}
/* --------------------------- INTERVIEW02 ---------------------------- */
.interview-contents02 {
	max-width: 500px;
}
.interview-contents02 ul li{
	width:160px;
	height:200px;
	margin:4px;
}
.interview-contents02 a img{
	height:160px;
}
.interview-contents02 a p{
	height:30px;
	line-height:1.5;
	font-size:10px;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* --------------------------- INTERVIEW03 ---------------------------- */
.interview-contents03 ul li{
	width:330px;
	height:80px;
	margin:5px;
}
.interview-contents03 a img{
	height:80px;
}
.interview-contents03 a p{
	font-size:10px;
	margin: 15px auto;
	width: 125px;
}
}