@charset "utf-8";

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

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

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

	#memList {
		width: 100%;
		letter-spacing: -.4em;
	}

	.memItem {
		display: inline-block;
		width: 25%;
		margin-bottom: 50px;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}

	.memItem a {
		display: block;
		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: 310px;
		overflow: hidden;
	}

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

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 88%;
		margin: -50px auto 0;
		background: #59493f;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #a79451;
		background: #2e2621;
		letter-spacing: -.4em;
	}

	.memBelongs {
		display: inline-block;
		float: left;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		float: right;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #a79451;
	}

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

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

	.memInfoBottomInner {
		display: inline-block;
		text-align: left;
		letter-spacing: 0;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
	}

	.memName {
		font-size: 2rem;
		line-height: 1;
	}

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

	.memNameMain {
		letter-spacing: 0;
	}

	/* メンバー紹介詳細ページ */
	#member2020Detail {
		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: 283px;
		padding: 60px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		font-size: 1.4rem;
		line-height: 1;
	}

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

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

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

	.profileTopic {
		width: 110px;
		text-align: right;
		font-weight: 600;
	}

	.profileDetail {
		width: 300px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 30px;
	}

	#profileYear {
		padding-top: 30px;
	}

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

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

	.memInterItem {
		padding-bottom: 60px;
	}

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

	.memInterTxt {
		font-size: 1.6rem;
	}

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

	.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 #a79451;
		-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/member2020/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;
	}

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

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

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

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

	#memList {
		width: 100%;
		letter-spacing: -.4em;
	}

	.memItem {
		display: inline-block;
		width: 50%;
		margin-bottom: 50px;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}

	.memItem a {
		display: block;
	}

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

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

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

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 88%;
		background: #59493f;
		margin: -50px auto 0;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #a79451;
		background: #2e2621;
		letter-spacing: -.4em;
	}

	.memBelongs {
		display: inline-block;
		float: left;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		float: right;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #a79451;
	}

	.memInfoBottom {
		height: 120px;
		color: #fff;
		text-align: center;
		background: #59493f;
		position: relative;
	}

	.memBottomContent {
		width: 80%;
		text-align: left;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
	}

	.memName {
		font-size: 2rem;
		line-height: 1;
	}

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

	.memNameMain {
		letter-spacing: 0;
	}

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

	#profilePhoto {
		display: inline-block;
		width: 51%;
		height: 240px;
		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: 168px;
		padding: 33px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		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: 30%;
		text-align: right;
		font-weight: 600;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
	}

	#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: #2e2621;
	}

	.memInterTxt {
		font-size: 1.6rem;
	}

	.memInterTxt img {
		width: 100%;
		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 #a79451;
		-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/member2020/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;
	}

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

	#member2020Detail .commonBtn1 a {
		background-color: #a79451;
	}

}

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

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

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

	#memList {
		width: 100%;
		letter-spacing: -.4em;
	}

	.memItem {
		display: inline-block;
		width: 50%;
		margin-bottom: 20px;
		vertical-align: top;
		letter-spacing: 0;
	}

	.memItem a {
		display: block;
	}

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

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

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

	.meminfo {
		width: 88%;
		background: #59493f;
		margin: -20px auto 0;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #a79451;
		background: #2e2621;
		letter-spacing: -.4em;
	}

	.memBelongs {
		display: inline-block;
		float: left;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		float: right;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #a79451;
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}


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

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

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
	}

	.memName {
		font-size: 1.6rem;
		line-height: 1;
	}

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

	.memNameMain {
		letter-spacing: 0;
	}

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

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

	#profilePhoto {
		display: inline-block;
		width: 100%;
		height: 190px;
		padding-bottom: 10px;
		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: 20px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		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;
	}

	.profileDetail {
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
	}

	#profileYear {
		padding-top: 10px;
	}

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

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

	.memInterItem {
		padding-bottom: 40px;
	}

	.memInterTit {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 600;
		color: #fff;
		background: #2e2621;
	}

	.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 #a79451;
		-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/member2020/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;
	}

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

	#member2020Detail .commonBtn1 a {
		background-color: #a79451;
	}

}

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