@charset "utf-8";


.offImg {
	margin-bottom: 5px;
	border: 1px solid #e9e9e9;
}

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

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

	.inner {
		letter-spacing: -0.4em;
	}

	.officerBox {
		width: 25%;
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 30px;
		vertical-align: top;
		text-align: center;
	}

	.officerBox.boss {
		width: 100%;
	}

	.offIn {
		display: inline-block;
		text-align: left;
	}

	.offImg img {
		max-width: 177px;
	}

	.nameInfo {
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.job {
		font-size: 1.2rem;
		color: #999999;
		line-height: 1.1;
	}

	.name {
		font-size: 1.6rem;
		line-height: 1.1;
	}

	.jp {
		padding-right: 5px;
	}

	.enJob {
		display: inline-block;
		display: none;
		font-size: 1.1rem;
		color: #999999;
	}

	.enName {
		display: inline-block;
		font-size: 1.3rem;
	}

}

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

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

	.inner {
		letter-spacing: -0.4em;
	}

	.officerBox {
		width: 50%;
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 30px;
		vertical-align: top;
		text-align: center;
	}

	.officerBox img {
		width: 100%;
	}

	.officerBox.boss {
		width: 100%;
	}

	.officerBox.boss .offIn {
		width: 50%;
	}

	.offIn {
		display: inline-block;
		text-align: left;
		width: 90%;
	}

	.offImg {
		padding-bottom: 5px;
	}

	.nameInfo {
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.job {
		font-size: 1.2rem;
		color: #999999;
		line-height: 1.5;
	}

	.name {
		font-size: 1.6rem;
		line-height: 0.9;
	}

	.jp {
		padding-right: 5px;
	}

	.enJob {
		display: inline-block;
		display: none;
		font-size: 1.1rem;
		color: #999999;
	}

	.enName {
		display: inline-block;
		font-size: 1.3rem;
	}

}

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

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

	.inner {
		letter-spacing: -0.4em;
	}

	.officerBox {
		width: 50%;
		display: inline-block;
		letter-spacing: normal;
		padding-bottom: 30px;
		vertical-align: top;
		text-align: center;
	}

	.officerBox img {
		width: 100%;
	}

	.officerBox.boss {
		width: 100%;
	}

	.officerBox.boss .offIn {
		width: 50%;
	}

	.offIn {
		display: inline-block;
		text-align: left;
		width: 90%;
	}

	.nameInfo {
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.job {
		font-size: 1.2rem;
		color: #999999;
		line-height: 1.5;
	}

	.name {
		font-size: 1.6rem;
		line-height: 0.9;
	}

	.jp {
		padding-right: 5px;
		display: block;
	}

	.enJob {
		display: inline-block;
		display: none;
		font-size: 1.1rem;
		color: #999999;
	}

	.enName {
		display: inline-block;
		font-size: 1.3rem;
	}

}