@charset "utf-8";

.lower_page_title{ 
	padding: 30px 20px 40px 0;
}
#lower_pageMV h1{ 
	margin-bottom: 60px;
	max-width: 366px;
	width: 100%;
}
.lower_page_title h2{font-weight: normal; margin-bottom: 20px;}

.lower_pageMV_wrap {
	align-items: flex-end;
}

@media screen and (max-width:960px){
	.lower_page_title{ 
		padding: 30px 20px 0 0;}
	#lower_pageMV h1{width: 80%; margin-bottom: 20px;}
}
@media screen and (max-width:640px){
	.lower_page_title{ padding: 30px 0 0 0;}
}



/* ページ内、共通スタイル */
.titleBox {text-align: center; text-align: center; background: #fff; border: 2px solid #006e38; border-radius: 12px; box-shadow: 7px 7px 0 #006e38; padding: 15px 0; margin: 50px 0;}
@media screen and (max-width:640px){
	.titleBox {margin: 50px 0 30px 0;}
}
.interviewBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.interviewBox + .interviewBox {margin-top: 50px;}
.interviewBox .text {width: 48%;}
.interviewBox .photo {width: 48%;}
.interviewBox.reverse{flex-flow: row-reverse; flex-wrap: wrap;}
.interviewBox p {
	margin-top: 20px;
	/* background-color: red; */
}
@media screen and (max-width:640px){
	.interviewBox .text {width: 100%;}
	.interviewBox .photo {width: 100%; margin-top: 30px;}
}

.q-title {font-size: 16px; margin-bottom: 15px;}
p + .q-title{margin-top: 30px;}

/* voice02_con01
---------------------------------------------------------- */
#voice02_con01 {
	margin-top: 100px;
}
#voice02_con01.bk_green::after {
	width: 33vw;
	height: 356px;
	top: 50px;
	right: 0;
	z-index: -1;
}
#voice02_con01.bk_green::before {
	content: "";
    background: rgb(217, 233, 225);
    display: block;
    position: absolute;
	width: 42vw;
	height: 550px;
	bottom: -40px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width:640px){
	#voice02_con01 {margin-top: 50px;}
}

/* voice02_con02
---------------------------------------------------------- */
#voice02_con02.bk_green::after {
    width: 33vw;
    height: 772px;
    top: -450px;
    right: 0px;
    z-index: -1;
}

/* voice02_con04
---------------------------------------------------------- */
#voice02_con04.bk_green::after {
	background: none;
}

/* voice02_con05
---------------------------------------------------------- */
#voice02_con05.bk_green::after {
	width: 43vw;
	height: 580px;
	top: 135px;
	left: 0;
	z-index: -1;
}

/* voice02_con06
---------------------------------------------------------- */
#voice02_con06 .interviewBox {align-items: center;}

/* profile
---------------------------------------------------------- */
.profile{
	margin: 100px 0 90px;
}
.profileBox {
	width: 40%;
}


@media screen and (max-width:640px){
	.profile{
		margin: 50px 0 40px;
	}
	.profileBox {
		width: 80%;
	}

}

/* campaign
---------------------------------------------------------- */
.campaign{
	margin: 100px 0 90px;
}

.campaign_img {
    width: 100%;
}


@media screen and (max-width:640px){
	.campaign{
		margin: 50px 0 40px;
	}

}


