@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */
	#membercontents {
		padding: 50px 0 100px;
		margin-bottom: 0;
	}

	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.memItem {
		width: 32.5%;
		padding-bottom: 20px;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}

	.memItem a {
		transition: all 0.3s ease-in-out 0s;
	}

	.memItem a:hover {
		opacity: 0.7;
	}

	.memItem:nth-last-child(-n+4) {
		margin-bottom: 0;
	}

	.memPhoto {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
		padding: 16px 0 0;
	}

	.meminfo {
		width: 100%;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.memBelongs span {
		display: inline-block;
		font-size: 1.2rem;
		margin-right: 8px;
        padding: 3px 8px;
		background: #eee;
	}

	.memyear {
        font-size: 1.3rem;
	}
	.memyear span {
        display: inline-block;
        font-size: 1.2rem;
        background: #eee;
        margin-right: 8px;
        padding: 3px 8px;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		letter-spacing: -.4em;
	}

	.memInfoBottomInner {
		display: flex;
	    justify-content: space-between;
		letter-spacing: 0;
	}

	.memCompany,
	.memPosition {
		font-size: 1.3rem;
		margin-bottom: 5px;
		text-align: left;
	}

	.memName {
		display: table;
		text-align: right;
		font-size: 3rem;
		margin-bottom: 20px;
		line-height: 1;
		letter-spacing: 0;
	}

	.memInner {
		display: table-cell;
		vertical-align: middle;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	/* メンバー紹介詳細ページ */
	#memberDetail {
		padding: 70px 100px;
	}

	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 60px;
	}

	#profilePhoto {
		display: inline-block;
		width: 510px;
		height: 330px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 490px;
		padding-left: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 20px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2.7rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		padding-right: 35px;
		font-weight: 500;
	}

	#profileNameEn {
		font-size: 1.3rem;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.5rem;
		line-height: 1;
	}

	#profileTable {
		width: 410px;
		margin: 0 auto;
	}

	#profileTable tr {
		padding: 25px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 110px;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        padding: 20px 0;
	}

	.profileDetail {
		width: 300px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 20px 30px;
	}
	.profileDetail > p {
		line-height: 1.4;
	}

	.memInterItem {
		margin-bottom: 40px;
	}

	.memInterTit {
		padding: 15px 25px;
		margin-bottom: 20px;
		font-size: 2rem;
		font-weight: 600;
		color: #fff;
		background: #000;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.memInterPhoto {
		width: 1000px;
		height: 630px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 35px;
		margin-bottom: 60px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 25px;
		font-size: 2.8rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding-right: 100px;
		background: url(../../img/member/member_arrow.png) no-repeat right 32px center;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 15px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.7rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 2.7rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
	}

	.btn3 {
		margin: 0 auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tb {
        display: block !important;
    }

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */

	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-bottom: 20px;
	}

	.memItem {
		width: 32.5%;
		padding-bottom: 20px;
		letter-spacing: 0;
	}

	.memItem a {
		display: block;
	}

	.memItem:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.memPhoto {
        width: 100%;
        height: auto;
        overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
	}

	.meminfo {
		width: 100%;
		padding-top: 12px;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.memBelongs span {
		display: inline-block;
		font-size: 1.2rem;
		margin-bottom: 4px;
        padding: 3px 8px;
		background: #eee;
	}

	.memyear {
        font-size: 1.3rem;
	}
	.memyear span {
        display: inline-block;
        font-size: 1.2rem;
        background: #eee;
        margin-bottom: 4px;
        padding: 3px 8px;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.memCompany,
	.memPosition {
		font-size: 1.5rem;
		margin-bottom: 6px;
	}

	.memName {
		font-size: 3rem;
		margin-bottom: 10px;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* メンバー紹介詳細ページ */
	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 30px;
	}

	#profilePhoto {
		display: inline-block;
		width: 51%;
		height: 360px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 49%;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 20px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2.7rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		vertical-align: top;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
		font-weight: 500;
	}

	#profileNameJa {
		display: block;
		padding-bottom: 10px;
	}

	#profileNameEn {
		display: block;
		font-size: 1.3rem;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#profileTable {
		width: 90%;
		margin: 0 auto;
	}

	#profileTable tr {
		padding-bottom: 25px;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 28%;
		text-align: right;
		font-weight: 600;
		padding: 20px 0;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
	}
    .profileDetail > p {
        line-height: 1.4;
    }

	#profileYear {
		padding-top: 10px;
	}

	#profileBelongs,
	#profileYear {
		padding-bottom: 10px;
	}

	#profileCompany {
		padding: 10px 0;
		line-height: 1.4;
	}

	.memInterItem {
		padding-bottom: 30px;
	}

	.memInterTit {
		padding: 20px;
		margin-bottom: 30px;
		font-size: 2rem;
		font-weight: 600;
		color: #fff;
		background: #000;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		height: auto;
		display: block;
		padding-bottom: 10px;
	}

	.memInterPhoto {
		width: 100%;
		height: 460px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 35px;
		margin-bottom: 30px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 25px;
		font-size: 2.8rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding-right: 100px;
		background: url(../../img/member/member_arrow.png) no-repeat right 32px center;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 15px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.7rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 2.7rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
	}

	#memberDetail .commonBtn1 a {
		background-color: #999;
	}

}

@media screen and (max-width: 767px) {

    .tb {
        display: none !important;
    }

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_member.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* メンバー紹介一覧ページ */
	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.memItem {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		letter-spacing: 0;
		position: relative;
	}

	.memItem a {
		display: block;
	}

	.memItem:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.memPhoto {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfo {
		width: 100%;
	}

	.memCareer {
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #0068b7;
	}

	.memBelongs {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.memBelongs span {
		display: inline-block;
		font-size: 1.2rem;
		margin-right: 8px;
        padding: 3px 8px;
		background: #eee;
	}

	.memyear {
        font-size: 1.3rem;
	}
	.memyear span {
        display: inline-block;
        font-size: 1.2rem;
        background: #eee;
        margin-right: 8px;
        padding: 3px 8px;
	}

	.meminfoWrap {
		width: 100%;
		padding: 16px 0 0;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		width: 100%;
		text-align: left;
		vertical-align: middle;
	}

	.memCompany,
	.memPosition {
		font-size: 1.3rem;
		margin-bottom: 5px;
		text-align: left;
	}

	.memName {
		display: table;
		text-align: right;
		font-size: 3rem;
		margin-bottom: 20px;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 10px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* メンバー紹介詳細ページ */
	#memberDetail {}

	#profile2020 {
		letter-spacing: -.4em;
		padding-bottom: 40px;
	}

	#profilePhoto {
		display: inline-block;
		width: 100%;
		padding-bottom: 20px;
		overflow: hidden;
		vertical-align: top;
		letter-spacing: 0;
	}

	#profilePhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#profileRight {
		display: inline-block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		letter-spacing: 0;
		vertical-align: top;
	}

	#profileNameArea {
		padding-bottom: 10px;
		letter-spacing: -.4em;
		line-height: 1;
		font-size: 2rem;
	}

	#profileNameTit {
		letter-spacing: 0;
		padding-right: 35px;
		vertical-align: top;
		font-weight: 500;
	}

	#profileTit {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
		font-weight: 500;
	}

	#profileNameJa {
		display: block;
		padding-bottom: 5px;
	}

	#profileNameEn {
		font-size: 1.2rem;
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#profileTableWrap {
		width: 100%;
		padding: 5px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#profileTable {
		width: 93%;
		margin: 0 auto;
	}

	#profileTable tr {
		padding-bottom: 25px;
		border-bottom: 1px solid #e5e5e5;
	}

	#profileTable tr:last-child {
		border-bottom: none;
	}

	.profileTopic {
		width: 30%;
		text-align: right;
		font-weight: 600;
		padding: 20px 0;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0 10px 20px;
		line-height: 1.4;
	}

	.memInterItem {
		padding-bottom: 40px;
	}

	.memInterTit {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 600;
		color: #fff;
		background: #000;
		line-height: 1.2;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.memInterPhoto {
		width: 100%;
		height: 250px;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.memInterPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	#fromAnotherMem {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		border: 1px solid #999;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#AnotherMemTit {
		padding-bottom: 10px;
		font-size: 2rem;
		line-height: 1;
		font-weight: 500;
	}

	#AnotherMemBox {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
		background: #f8f7f4;
		text-align: center;
		letter-spacing: -.4em;
	}

	.AnotherMemPerson {
		display: inline-block;
		letter-spacing: 0;
	}

	#AnotherMemLeft {
		padding: 0 15% 40px;
		background: url(../../img/member/sp/member_arrow_sp.png) no-repeat center bottom;
		background-size: 20px;
	}

	.AnotherMemSumb {
		width: 55px;
		height: 55px;
		padding-right: 10px;
		float: left;
	}

	.AnotherMemSumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;'
	}

	.AnotherMemInfo {
		float: right;
	}

	.AnotherMemBelongs {
		font-size: 1.2rem;
		text-align: left;
	}

	.AnotherMemName {
		font-size: 1.8rem;
		line-height: 1;
	}

	.AnotherMemSan {
		font-size: 1.8rem;
	}

	#AnotherMemTxt {
		font-size: 1.4rem;
	}

	#memberDetail .commonBtn1 {
		text-align: center;
		border-radius: 5px;
	}

	#memberDetail .commonBtn1 a {
		background-color: #999;
	}

}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	#AnotherMemTit {
		padding-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1;
	}
}