/* member index */
.listMssage{
	position:relative;
	z-index:1;
	margin-top:56px;
	padding:0 10px;
}
.listMssage .inner{
	background:#fff;
	border-radius:24px;
}
@media screen and (min-width:768px){
	.listMssage .inner{
		max-width:900px;
		margin: 0 auto;
	}
}
.member_title{
	font-size:24px;
	margin-top:40px;
	font-weight:bold;
	text-align: center;
}
.member_wrap{
	margin-top:40px;
}
.member_img_wrap{
	position:relative;
}
.member_num{
	position:absolute;
	right:16px;
	bottom:-24px;
	z-index:2;
	height:91px;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
.member:nth-child(1) .member_num{
	width:111px;
	background:url("../images/num01.png") no-repeat;
}
.member:nth-child(2) .member_num{
	width:123px;
	background:url("../images/num02.png") no-repeat;
}
.member:nth-child(3) .member_num{
	width:123px;
	background:url("../images/num03.png") no-repeat;
}
.member:nth-child(4) .member_num{
	width:127px;
	background:url("../images/num04.png") no-repeat;
}
.member_profile{
	display:flex;
	align-items:baseline;
	font-weight:bold;
}
.member_profile_work{
	color:#357c40;
	font-size:28px;
}
.member_profile_year{
	margin-left:16px;
	font-size:22px;
}
.member_body{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	padding:24px 0;
}
.member_txt{
	font-weight:bold;
	font-size:16px;
}
.member_body .btn_member{
	margin-top:24px;
}
@media screen and (min-width:768px){
	.member{
		display:flex;
	}
	.member:nth-child(even){
		flex-direction:row-reverse;
		position:relative;
	}
	.member_img_wrap{
		display:flex;
		justify-content:center;
		flex:1;
		width:50%;
	}
	.member:nth-child(odd) .member_img_wrap{
		margin-left:calc(50% - 50vw);
	}
	.member:nth-child(even) .member_img_wrap{
		position:static;
		margin-right:calc(50% - 50vw);
	}
	.member_img{
		position:absolute;
		width:auto !important;
		max-width:none;
		height:100%;
	}
	.member_body{
		position:relative;
		z-index:1;
		width:50%;
		background:#fff;
	}
	.member:nth-child(odd) .member_body .member_profile, .member:nth-child(odd) .member_body .member_txt, .member:nth-child(odd) .member_body .btn_member{
		margin-left:24px;
	}
	.member:nth-child(even) .member_body .member_profile, .member:nth-child(even) .member_body .member_txt, .member:nth-child(even) .member_body .btn_member{
		padding-right:24px;
	}
}
@media screen and (min-width:1100px){
	.member{
		align-items:stretch;
	}
	.member:nth-child(odd) .member_num{
		right:88px;
	}
	.member:nth-child(even) .member_num{
		right:0;
	}
	.member_img{
		position:static;
	}
}
@media screen and (min-width:1400px){
	.member:nth-child(even) .member_num{
		right:-24px;
	}
	.member_img{
		width:100% !important;
	}
}
.member_img{
	width:100%;
}
.btn_member{
	display:inline-block;
	padding:3px 26px 3px 35px;
	color:#357c40;
	border:1px solid #357c40;
	font-weight:bold;
	font-size:18px;
}
.btn_icon:after{
	position:relative;
	top:-4px;
	margin-left:12px;
}
.icon_arrow_r:after{
	content:url("../images/icon_arrow_r.gif");
}

/* member page */
.contentSection-messageBox{
	display: block;
	margin: 0;
	overflow: hidden;
}
.contentSection-messageBox img{
	vertical-align:bottom;
	width:100%;
	max-width:100%;
	height:auto;
}
@media print,
screen and (min-width:768px){
	.contentSection-messageBox img{
		width:auto
	}
}
.contentSection-messageBox .inner{
	position:relative;
	width:100%;
	max-width:1000px;
	padding:10px;
}
@media screen and (min-width:768px){
	.contentSection-messageBox .inner{
		margin:0 auto;
		padding:20px;
	}
}
.contentSection-message{
	position:relative;
}
.contentSection-message:after{
	content:"";
	display:block;
	position:absolute;
	top:10%;
	bottom:-80px;
	left:0;
	background:#f7f7f7;
	width:100%;
	clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}
.bold_ttl{
	font-weight:bold;
}
.topMessage{
	position:relative;
	z-index:1;
	margin-top:20px;
	margin-right: 10px;
	padding-right: 10px;
}
@media screen and (min-width:768px){
	.topMessage{
		margin-right: 0px;
		padding-right: 0px;
	}
}
.topMessage .inner{
	position:relative;
	height:370px;
}
.topMessage_img{
	height:100% !important;
	object-fit:cover;
}
.topMessage_text{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	line-height:1;
	position:absolute;
	top:10px;
	left:10px;
	width:calc(100% - 20px);
	max-width:350px;
	height:calc(100% - 20px);
	max-height:250px;
	padding:6px 10px;
	color:#fff;
}
.topMessage_text:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#367b44;
	width:227px;
	height:137px;
	clip-path:polygon(0 0, 100% 0, 0 100%);
}
.topMessage_text .simple_ttl{
	position:relative;
	padding-bottom:6px;
	border-bottom:1px solid #fff;
	font-size:1.8rem;
	font-style:italic;
}
.topMessage_text .profile{
	position:relative;
	margin-top:6px;
	font-weight:bold;
}
.topMessage_text .profile .work{
	font-size:2rem;
}
.topMessage_text .profile .year{
	margin-top:6px;
	font-size:1.5rem;
}
@media screen and (min-width:768px){
	.topMessage{
		margin-top:40px;
	}
	.topMessage .inner{
		height:auto;
	}
	.topMessage_img{
		height:auto;
	}
	.topMessage_text{
		top:20px;
		left:20px;
		width:calc(100% - 40px);
		height:calc(100% - 40px);
		padding:32px 64px;
	}
	.topMessage_text:before{
		width:100%;
		height:100%;
	}
	.topMessage_text .simple_ttl{
		padding-bottom:12px;
		font-size:2.5rem;
	}
	.topMessage_text .profile{
		margin-top:16px;
	}
	.topMessage_text .profile .work{
		font-size:2.7rem;
	}
	.topMessage_text .profile .year{
		margin-top:16px;
		font-size:2rem;
	}
}
.qaMssage{
	position:relative;
	z-index:1;
	margin-right: 10px;
	padding-right: 10px;
}
.qaMssage_item + .qaMssage_item{
	margin-top:24px;
}
.rich_ttl-s{
	line-height:1.3;
	position:relative;
	padding-left:40px;
	padding-bottom:16px;
	border-bottom:2px solid #367b44;
	color:#367b44;
	font-size:1.8rem;
	font-weight: bold;
}
.qaMssage_item_q{
	position:absolute;
	top:-6px;
	left:0;
	font-size:2.6rem;
}
.qaMssage_item .simple_ttl-s{
	margin-top:32px;
	line-height:1.3;
}
.simple_ttl-s{
	font-size:1.8rem;
	margin-top:40px
}
@media screen and (min-width:768px){
	.simple_ttl-s{
		font-size:24px;
	}
}
.qaMssage_item_text{
	margin-top:24px;
	font-weight:bold;
}
.qaMssage_item_img_wrap{
	margin-top:24px;
}
.qaMssage_item_col2{
	margin-top:24px;
}
@media screen and (min-width:768px){
	.rich_ttl-s{
		font-size:2rem;
	}
	.qaMssage_item:nth-child(odd){
		display:flex;
	}
	.qaMssage_item:nth-child(1){
		flex-direction:row-reverse;
	}
	.qaMssage_item:nth-child(1) .qaMssage_item_body{
		width:48%;
	}
	.qaMssage_item:nth-child(1) .qaMssage_item_img_wrap{
		width:calc(52% - 46px);
		margin-right:46px;
		margin-top:0px;
	}
	.qaMssage_item:nth-child(3) .qaMssage_item_body{
		width:58%;
	}
	.qaMssage_item:nth-child(3) .qaMssage_item_img_wrap{
		width:calc(42% - 46px);
		margin-top:8px;
		margin-left:46px;
	}
	.qaMssage_item + .qaMssage_item{
		margin-top:46px;
	}
	.qaMssage_item_img{
		width:100%;
	}
}

.listMssage{
	position:relative;
	z-index:1;
	margin-top:56px;
}
.listMssage .inner{
	background:#fff;
	border-radius:24px;
}
.listMssage .simple_ttl{
	margin:16px 0 24px;
	text-align:center;
	font-size:20px;
	font-weight: bold;
}
.simple_ttl_inner{
	border-bottom:2px solid #4a6f50;
}
.listMssage .card_list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px 0 2px;
}
.listMssage .card_list_item{
	position:relative;
	width:50%;
	padding:50% 0 0;
}
.listMssage .card_list_link{
	display:block;
	position:absolute;
	top:0;
	width:calc(100% - 16px);
	height:calc(100% - 16px);
	border:3px solid #007e3e;
	border-radius:50%;
	overflow:hidden;
}
.listMssage .card{
	position:relative;
	height:100%;
}
.listMssage .card_body{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:absolute;
	bottom:0;
	line-height:1.5;
	width:100%;
	height:32%;
	padding-bottom:8px;
	background:#007e3e;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
}
@media screen and (max-width:767px){
	.listMssage .inner{
		width: calc(100% - 20px);
	}
	.listMssage .card_list_item:first-child{
		display:flex;
		justify-content:center;
		width:100%;
		margin-bottom:-8px;
		padding-top:45%;
	}
	.listMssage .card_list_item:first-child .card_list_link{
		margin:0 auto;
		width:45%;
		height:auto;
		padding-top:calc(45% - 10px);
	}
	.listMssage .card_list_item:first-child .card{
		position:absolute;
		top:0;
	}
}
@media screen and (min-width:768px){
	.listMssage .simple_ttl{
		margin-bottom:40px;
		font-size: 2.8rem;
	}
	.listMssage .card_list{
		margin:0 auto;
		max-width:1000px;
	}
	.listMssage .inner{
		max-width:1160px;
	}
	.listMssage .card_list_item{
		width:33.3%;
		padding:33.3% 0px 0;
		margin: 0 -20px 0 20px;
	}
	.listMssage .card_list_link{
		width:calc(100% - 48px);
		height:calc(100% - 48px);
		border:5px solid #007e3e;
	}
}
@media screen and (max-width:960px){
	.listMssage .card_body{
		font-size:1.6rem;
	}
}
@media screen and (max-width:520px){
	.listMssage .card_body{
		font-size:1.1rem;
	}
}