@charset "utf-8";
.member_topimg{
	background: url(../images/member/member_mainimg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 0 680px;
	background-position: center;
	position: relative;
	z-index: 10;
}
.member_logo{
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 2%;
}
.member_logo img{
	width: 10%;
}
.contentes_member{
	background: #f2f2f2;
	padding-bottom: 50px;
	margin-top: -100px;
	position: relative;
	z-index: 1;

}
.memberarea{
	padding-top: 120px;
	padding-bottom: 50px;
}
.missiontitle{
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.5;
	color: #F39800;
}
.missiontxt{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.7;
	margin-top: 20px;
}
.member_list{
	margin-top: 100px;
}
.member_r01,.member_r02,.member_r03{
	display: flex;
	justify-content: center;
}
.osusume{
	background: #231815;
	color: #fff;
	position: relative;
	font-size: 1.2em;
	text-align: center;
	padding: 30px 10px 20px;
	margin-top: -1px;
}
.member_name{
	position: absolute;
	top: -75%;
	left: -7%;
}
.membercont{
	width: 33%;
	margin: 20px;
}

@media only screen and (max-width: 1800px){
.member_topimg{
	padding: 0 0 600px;
}
}
@media only screen and (max-width: 1500px){
.member_topimg{
	padding: 0 0 525px;
}
}

@media only screen and (max-width: 1300px){
.member_topimg{
	padding: 0 0 490px;
}
}
@media only screen and (max-width: 1200px){
.member_topimg{
	padding: 0 0 440px;
}
}
@media only screen and (max-width: 1100px){
.member_topimg{
	padding: 0 0 415px;
	background-size: contain;
}
}
@media only screen and (max-width: 1000px){
.member_topimg{
	padding: 0 0 375px;
	background-size: contain;
}
}
@media only screen and (max-width: 900px){
.member_topimg{
	padding: 0 0 335px;
	background-size: contain;
}
.membercont{
	margin: 15px;
}
.osusume{
	font-size: 1.1em;
	 padding: 25px 10px 15px;	
}
.member_name{
	width: 70%;
	top: -65%;
}

.memn01,.memn02{
	width: 80%;
	top: -65%;
}
.member_list {
	margin-top: 70px;
}
}
@media only screen and (max-width: 800px){
.member_topimg{
	padding: 0 0 300px;
	background-size: contain;
}
.member_list {
	margin-top: 50px;
}
.osusume {
    font-size: 1em;
}
}
@media only screen and (max-width:768px){
.memberarea {
	padding-top: 100px;
	padding-bottom: 30px;
}
.missiontitle{
	font-size: 1.5em;
}
.missiontxt{
	font-size: 1.1em;
	line-height: 1.9;
}
}
@media only screen and (max-width: 700px){
.member_topimg{
	padding: 0 0 260px;
	background-size: contain;
}
}
@media only screen and (max-width: 599px){
.memberarea {
    padding-top: 115px;
    padding-bottom: 0;
}
.member_topimg {
	padding: 0 0 160px;
	background-size: cover;
}
.missiontitle {
	font-size: 1.2em;
}
.missiontxt{
	line-height: 1.9;
}
.member_r01, .member_r02, .member_r03{
	    flex-direction: column;
}
.membercont{
	width: 80%;
	margin: 0 auto 30px;
}
.osusume {
	font-size: 1.2em;
}
.member_name {
	width: 65%;
	top: -85%;
}
.memn01, .memn02{
	width: 80%;
	top: -80%;
}
}
@media only screen and (max-width: 380px){
.member_topimg {
    padding: 0 0 140px;
}
}