@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvPlayer */
.mvPlayer {
	margin-top: 80px;
}

.mvPlayer__content {
	position: relative;
	width: 100%;
	height: 100%;
}

.mvPlayer__bg--lower {
	display: block;
	width: 100%;
	height: auto;
}

.mvPlayer picture  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 100%;
}

.mvPlayer picture img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.mvPlayer__box {
	position: absolute;
	display: flex;
	top: 0;
	left: 15%;
	width: 35vw;
	height: 100%;
}

.mvPlayer__left {
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mvPlayer__number {
	color: #a21f2d;
	font-size: 72px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin: 0 auto;
}

.mvPlayer__position {
	font-size: 48px;
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}

.mvPlayer__post {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.mvPlayer__name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.mvPlayer__english {
	font-family: "oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.mvPlayer__right {
	width: 65%;
}

.mvPlayer__right img {
	display: block;
	width: auto;
	height: 100%;
}



/* main */
.main__wrapper {
	margin-top: 100px;
	max-width: 1600px;
}

.main__h2 {
	text-align: left;
}

.main__h2-jp {
	display: block;
	font-size: 18px;
	font-family: 'Hiragino Sans', YuGothic, 'Yu Gothic medium', Meiryo, 'sans-serif';
	font-weight: 700;
	color: #a21f2d;
}

.main__career {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.main__career-left {
	width: 270px;
}

.main__career-right {
	width: calc(100% - 270px);
	margin-top: 20px;
}

.main__career-txt {
	font-size: 20px;
	font-weight: 600;
}

.main__message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.main__message-left {
	width: 270px;
}

.main__message-right {
	width: calc(100% - 270px);
	margin-top: 20px;
}

.main__message-txt {
	font-size: 20px;
	font-weight: 600;
}

.main__profile {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.main__profile-left {
	width: 270px;
}

.main__profile-right {
	width: calc(100% - 270px);
	margin-top: 20px;
}

.main__profile-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main__profile-box::after {
	display: inline-block;
	content: "";
	width: 32%;
}

.main__profile-item {
	width: 32%;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 15px;
}

.main__profile-h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}



/* backBtn */
.backBtn {
	padding: 20px 0;
	background-color: #F7F7F7;
}

.backBtn__btn {
	margin: 0 auto;
	width: 250px;
	height: 60px;
	line-height: 60px;
	background-color: #111;
}

.backBtn__btn:hover {
	background-color: #a21f2d;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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

/* main */
.main__h2 {
	text-align: center;
	margin-bottom: 25px;
}
	
.main__career {
	display: block;
}

.main__career-left {
	width: 100%;
}

.main__career-right {
	width: 100%;
	margin-top: 0;
}

.main__career-txt {
	text-align: center;
}

.main__message {
	display: block;
}

.main__message-left {
	width: 100%;
}

.main__message-right {
	width: 100%;
	margin-top: 0;
}

.main__message-txt {
	text-align: center;
}

.main__profile {
	display: block;
}

.main__profile-left {
	width: 100%;
}

.main__profile-right {
	width: 100%;
	margin-top: 0;
}

.main__profile-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main__profile-item {
	width: 32%;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 15px;
}

.main__profile-h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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

/* mvPlayer */
.mvPlayer__number {
	font-size: 48px;
}

.mvPlayer__position {
	font-size: 32px;
}

.mvPlayer__name {
	font-size: 14px;
}

.mvPlayer__english {
	font-size: 12px;
} 

	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* mvPlayer */
.mvPlayer {
	margin-top: 54px;
}
	
.mvPlayer__content {
	background-image: url("/img/player/bg_player_lower.jpg");
	background-size: cover;
	background-position: center center;
}

.mvPlayer__content::before {
	display: inline-block;
	content: "";
	padding-top: 90%;
}

.mvPlayer__bg--lower {
	display: none;
}

.mvPlayer picture  {
	left: auto;
}

.mvPlayer__box {
	left: 2%;
	width: 95vw;
}

.mvPlayer__left {
	width: 28%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mvPlayer__number {
	font-size: 48px;
}
	
.mvPlayer__post {
	font-size: 16px;
	margin-bottom: 10px;
}

.mvPlayer__position {
	font-size: 32px;
	margin-bottom: 10px;
}

.mvPlayer__name {
	font-size: 16px;
	margin-bottom: 3px;
}
	
.mvPlayer__right {
	width: 72%;
}


/* main */
.main__wrapper {
	margin-top: 60px;
}


.main__h2-jp {
	font-size: 14px;
}

.main__career {
	margin-bottom: 50px;
}

.main__career-txt {
	font-size: 14px;
}

.main__message {
	margin-bottom: 50px;
}

.main__message-txt {
	font-size: 14px;
}

.main__profile {
	margin-bottom: 50px;
}

.main__profile-box {
	display: block;
}

.main__profile-item {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.main__profile-h3 {
	font-size: 14px;
	margin-bottom: 3px;
}

.main__profile-txt {
	font-size: 14px;
}


/* backBtn */
.backBtn {
	padding: 15px 0;
}

.backBtn__btn {
	width: 200px;
	height: 45px;
	line-height: 45px;
}


	
	
}