@charset "UTF-8";
/*------------------------------------------------------------
   メンバー　　一覧
------------------------------------------------------------*/
.member_tag a {
	position: relative;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #5aae1f;
	border: 1px solid #5aae1f;
	margin-right: 10px;
}
.member_tag a:last-child {
	margin-right: 0;
}
.member_tag a.active {
	border: 1px solid transparent;
	background: #5aae1f;
	color: #fff;
}
.member_tag a span {
	margin-right: 5px;
}
.member_tag a span::before {
	font-size: 1.5rem;
}

/* メンバー紹介　 */
.member_area {
	margin-bottom: 60px;
}
.member_box {
	padding: 20px;
	position: relative;
}
.member_box_name_qu {
	color: #2c2c2e;
	font-weight: bold;
	font-size: 1.2rem;
}
.member_box_name_jp {
	font-size: 2.2rem;
	color: #2c2c2e;
	font-weight: bold;
}
.member_box_name_jp span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	color: #5aae1f;
	margin-left: 20px;
}
.member_box .ico-svg-right {
	stroke: #1d8548;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	top: auto;
	bottom: 20px;
	right: 10px;
}
@media screen and (max-width: 767px) {
	.member_box {
		border-top: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-left: 1px solid #d9d9d9;
	}
	.member_area {
		border-bottom: 1px solid #d9d9d9;	
	}
	.member_area > ul {
		margin-top: 0;
	}
	.member_area > ul > li {
		margin-top: 0 !important;
	}
	.member_tag a {
		margin-bottom: 10px;
		float: left;
	}
	.member_tag a:last-child {
		margin-bottom: 30px;
	}
	.member_wrap {
		clear: both;
	}
	.member_box_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.member_box_img {
		max-width: 130px;
		min-width: 130px;
		margin-right: 20px;
	}
	.member_box_name_qu {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1700px) {
	.member_box_name_jp span {
		display: block;
		text-align: left;
		margin-left: 0;
		margin-top: 5px;
	}
}
@media screen and (min-width: 768px) {
	.member_area {
		margin-bottom: 90px;
	}
	.member_tag {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.member_tag a {
		font-size: 1.6rem;
	}
	.member_box {
		padding: 30px;
		border: 1px solid #d9d9d9;
	}
	.member_box:hover {
		/* -webkit-box-shadow: 0 0 40px rgba(12, 0, 0, 0.15);
    	box-shadow: 0 0 40px rgba(12, 0, 0, 0.15); */
	}
	.member_box_img {
		margin-bottom: 20px;
	}
	.member_box_name {
/* 		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end; */
	}
	.member_box_name_qu {
		font-size: 1.4rem;
	}
	.member_box_name_jp {
		font-size: 2.6rem;
	}
	.member_box_name_jp span {
		font-size: 1.4rem;
	}
	.member_box .ico-svg-right {
		bottom: 45px;
		right: 20px;
	}
}

/*------------------------------------------------------------
   メンバー　　詳細
------------------------------------------------------------*/
.member_introduction {
	margin-bottom: 60px;
}
.profire_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.profire_ttl {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.profire_name {
		font-size: 2.5rem;
		font-weight: bold;
	}
.profire_name span {
	color: #5aae1f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	margin-left: 15px;
}
.profile_ico ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.profile_ico ul li {
	margin-right: 10px;
	max-width: 30px;
}
.profile_ico ul.profile_ico-threeanchors-w li:last-child{
    max-width: 40px;
}
.profile_ico ul li:last-child {
	margin-right: 0;
}
.profire_info {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.profire_info_inner {
	margin-bottom: 25px;
}
.profire_info_inner:last-child {
	margin-bottom: 0;
}
.profire_info_inner > p {
	position: relative;
	padding-left: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.profire_info_inner > p::before {
	content: "";
	display: inline-block;
	background: #5aae1f;
	width: 5px;
	height: 5px;
	position: absolute;
	top: .6em;
	left: 0;
}
.profire_info_inner .profire_info_list p {
	font-size: 1.4rem;
	line-height: 1.8;
}
.member_introduction_txt .page-ttl-01 ~ p {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.member_introduction_txt .page-ttl-01 ~ p:last-child {
	margin-bottom: 0;
}


/* アイコン設定 */
.ico_affiliation {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.ico_affiliation_m {background-image: url('../img/member/detail/logo-affiliation_m.png')}
.ico_affiliation_t {background-image: url('../img/member/detail/logo-affiliation_t.png')}
.ico_affiliation_s {background-image: url('../img/member/detail/logo-affiliation_s.png')}
.ico_affiliation_o {background-image: url('../img/member/detail/logo-affiliation_o.png')}
@media screen and (max-width: 767px) {
	.profire_name span {
		display: block;
		margin-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.member_introduction > ul.fx-row {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.profire_info_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;	
	}
	.profire_info_inner > p {
		width: 22%;
		margin-bottom: 0;
	}
	.profire_info_inner .profire_info_list {
		width: 78%;
	}
	.profire_name span {
		margin-left: 15px;
	}
}
@media screen and (min-width: 992px) {
	.profire_name {
		font-size: 3rem;
	}
	.profire_name span {
		color: #5aae1f;
		font-size: 1.4rem;
	}
	.profire_info_inner > p {
		font-size: 1.6rem;
	}
	.profire_info_inner .profire_info_list p {
		font-size: 1.6rem;
	}
	.member_introduction_txt .page-ttl-01 ~ p {
		margin-bottom: 60px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
   メンバー　　詳細　　css 書き換え
------------------------------------------------------------*/

.member_under h3 {
	background: #5aae1f;
	font-size: 2rem;
	color: #fff;
	margin-bottom: 20px;
	padding: 7px 5px 7px 1.3em;
	position: relative;
}
.member_under h3::before {
	content: "";
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50.5%, rgba(255,255,255,0)), color-stop(50.5%, #1d8548)) no-repeat top left/100% 50.5%,
      -webkit-gradient(linear, right bottom, left top, color-stop(50.5%, rgba(255,255,255,0)), color-stop(50.5%, #1D8548)) no-repeat bottom right/100% 50.5%;
	background: -o-linear-gradient(top right, rgba(255,255,255,0) 50.5%, #1d8548 50.5%) no-repeat top left/100% 50.5%,
      -o-linear-gradient(bottom right, rgba(255,255,255,0) 50.5%, #1D8548 50.5%) no-repeat bottom right/100% 50.5%;
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50.5%, #1d8548 50.5%) no-repeat top left/100% 50.5%,
      linear-gradient(to top left, rgba(255,255,255,0) 50.5%, #1D8548 50.5%) no-repeat bottom right/100% 50.5%;
}
.member_under h3 ~ p {
	margin-bottom: 30px;
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.member_under h3 {
		font-size: 2.2rem;
		padding: 7px 1.3em;
	}
	.member_under h3 ~ p {
		margin-bottom: 60px;
    	font-size: 1.6rem;
	}
}


/*------------------------------------------------------------
   メンバー　　詳細　　css 書き換え
------------------------------------------------------------*/

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .profile_ico ul li {
    max-width: none;
  }
}
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .profile_ico ul li {
    max-width: none;
  }
}