@charset "utf-8";
/* CSS Document */
body{
	font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	line-height: 30px;
	text-align: left;
}
#wraper{max-width: 1200px; margin: 0 auto;}
.sp{display: none}

/*　header　*/
header h1 a {background: url("../../../img/common/logo_r.png") top left / cover no-repeat;}
header.fixed h1 a {background: url("../../../img/common/logo_r.png") top left / cover no-repeat;}

/*　MV　*/
#mv{
	background: url("../img/mv.jpg") no-repeat;
	width: 100%;
	height: 750px;
	background-position: center center;
    background-size: cover;
	position: relative;
}
#mv h2{
	font-size: 40px;
	color: #c51a1f;
	font-weight: bolder;
}
#mv p{color: #c51a1f;font-weight: bolder;}
.headline{
	position: absolute;
    top: 30%;
    left: 20%;
}
@media screen and (max-width: 1300px){
	#mv{height: 543px;}
	#mv h2 {font-size: 33px;}
	.headline {left: 15%;}
}
@media screen and (max-width: 950px){
	#mv{
	background: url("../img/mv_sp.jpg") no-repeat;
	background-position: center center;
    background-size: cover;
	height: 740px;
}
	.headline {
    position: absolute;
    top: 55%;
	left: 0%;
    background-color: rgba(255, 254, 253, 0.7);
    padding: 35px 0;
    width: 100%;
	text-align: center;
}
	#mv h2 {font-size: 30px;}
}

/*　パンくず　*/
#pankuzu{text-align: left; margin: 20px 0 90px;}
#pankuzu li{
	display: inline-block;
	color: #535353;
	padding-right: 30px;
	background: url("../img/icon_pan.png") center right 10px / 8px no-repeat;
	font-weight: bold;
}
#pankuzu li:last-child{background: none;}

#pankuzu li a{color: #535353;}

@media screen and (max-width: 1300px){
	.sp{display: block}
	#pankuzu {margin-bottom: 50px;}
}
@media screen and (max-width: 950px){
	#pankuzu {margin: 20px 0 15px;text-align: center;}
	#pankuzu li:nth-child(3){padding-right: 0px;}
}
@media screen and (max-width: 750px){
	#pankuzu{margin-top: 10px; font-size: 14px;}
}
/*　メンバー紹介　*/

.member {position: relative;}
.member h3{
	font-size: 25px;
	color: #ffffff;
	background-color: #069140;
	padding: 2px 0px 4px;
	font-weight: bolder;
	width: 250px;
    margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -20px;
    left: 39%;
}
.member ul{
	display: flex;
    justify-content: space-between;
	text-align: center;
	border: solid 2px #069140;
	border-radius: 12px;
	padding: 60px 120px 40px;
	margin: 90px 0 100px;
}
.member ul p{
	font-size: 16px;
	font-weight: bolder;
	color: #069140;
	margin-top: 10px;
}
.member ul li span{line-height: 23px;display: block;font-size: 13px;}

@media screen and (max-width: 1200px){.member h3 {font-size: 22px;}
}
@media screen and (max-width: 1000px){
	.member ul li:nth-child(2),.member ul li:nth-child(3),.member ul li:nth-child(4){margin-left: 25px;}
	.member h3 {left: 34%;}
}
@media screen and (max-width: 820px){
    .member ul {
		padding: 9% 4% 8%;
    	margin: 4% 0 15% 0;
    	flex-wrap: wrap;
    	justify-content: space-around;
	}
}
@media screen and (max-width: 750px){
	.member ul li:nth-child(1),.member ul li:nth-child(2),.member ul li:nth-child(3){margin-bottom: 20px;}
	.member h3 {left: 16%;}
	.member ul {padding: 14% 4% 14%;}
}
@media screen and (max-width: 550px){
	.member ul {
    padding: 14% 4% 14%;
	}
}
@media screen and (max-width: 390px){
	.member ul li:nth-child(2), .member ul li:nth-child(3), .member ul li:nth-child(4) {
    margin-left: 0px;
    }
}

/*　インタビュー　*/

.boxA{display: flex;justify-content: space-between;}
.boxA .textbox{width: 520px;margin-top: 50px;}
.boxA .textbox h4{
	font-size: 24px;
	color: #069140;
	margin-bottom: 35px;
	font-weight: bolder;
}
.boxA .textbox span{
	color: #ffffff;
	background-color: #c62226;
	padding: 0px 5px;
	font-weight: bolder;
	margin-bottom: 15px;
	display: inline-block;
}
.boxA .textbox p{margin-bottom: 25px;}
.boxA .textbox .small{font-size: 13px; margin-bottom: 0;}
.boxB{margin: 80px 0;}
.boxA .top{margin-top: 0;}
.under{margin-bottom: 150px;}
.boxA .top2{margin-top: 150px;}
.boxC{margin: 120px 0;}
.boxA .top3{margin-top: 115px;}

@media screen and (max-width: 1300px){
	#wraper{max-width: 95%}
	.boxB img,.boxC img{width: 100%;}
	.imgbox img{max-width: 100%;}
	.left{margin-left: 20px}
	.right{margin-right: 20px;}
}
@media screen and (max-width: 1060px){
	.boxA{
    	margin: 0 auto;
		isplay: flex;
    	flex-direction: column;
	}
	.boxA .textbox h4 {font-size: 22px;}
	.boxA .imgbox img{width: 60%}
	.boxA .imgbox{text-align: center;}
	.boxA .textbox{width: 100%;}	
	.boxA .top3 {margin-top: 50px;}
	.reversal{flex-direction: column-reverse;display: flex;}
	.under {margin-bottom: 150px;}
	.boxB {margin: 50px 0;}
	.boxA .textbox p {margin-bottom: 50px;}
	.boxA .top2 {margin-top: 50px;}
	.boxC {margin: 25px 0 150px;}
	.left{margin-left: 0px}
	.right{margin-right: 0px;}
}
@media screen and (max-width: 700px){
	 .boxA .imgbox img{width: 100%}
}

/*　footer　*/
.center{text-align: center;}



