@charset "utf-8";
/* ===================================================================
CSS
 file name  :  staff.css
=================================================================== */
.staff{
	padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
	.staff{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.staff{
		padding-bottom: 80px;
	}
}
/* =====================================
スタッフ紹介一覧
======================================== */
h2.store_title{
	background: #E5ECF6;
	padding: 1em 2em;
	color: #202466;
	font-size: 1.6rem;
	font-weight: 700;
}
ul.staff_list{
	display: flex;
	flex-wrap: wrap;
}
ul.staff_list li{
	border-bottom: 1px solid #9AA0A9;
	padding-bottom: 1.5em;
}
@media print, screen and (min-width: 769px) {
	ul.staff_list{
		margin-left: -3%;
		padding-bottom: 100px;
	}
	ul.staff_list li{
		width: 22%;
		margin-top: 50px;
		margin-left: 3%;
	}
}
ul.staff_list li a{
	text-decoration: none;
	color: #333;
}
ul.staff_list li a .photo{
	width: 100%;
	height: 240px;
	position: relative;
	margin-bottom: 1em;
}
ul.staff_list li a .photo img{
	width: 100%;
	height: 240px;
	object-fit:cover;
}
ul.staff_list li a:hover .photo{
	opacity: 0.7;
}
ul.staff_list li a .photo .voice_badge{
	position: absolute;
	right: 5px;
	bottom: 15px;
	background: #417FCE;
	border-radius: 100px;
	color: #FFFFFF;
	text-align: center;
	padding: 0.3em 1em;
	min-width: 55px;
	z-index: 1;
}
ul.staff_list li a .photo .voice_badge::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #417FCE transparent transparent transparent;
	border-width: 10px 10px 0 0;
}
ul.staff_list li .position{
	color: #405E96;
}
ul.staff_list li .name{
	font-weight: 700;
}
ul.staff_list li .name .kana{
	font-size: 1.2rem;
	margin-left: 1em;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	h2.store_title{
		font-size: 1.2rem;
		padding: 0.7em 1em;
		max-width: 640px;
		margin: auto;
	}
	ul.staff_list{
		padding-bottom: 50px;
		justify-content: space-between;
		max-width: 640px;
		margin: auto;
	}
	ul.staff_list li{
		width: 47%;
		margin-top: 30px;
	}
	ul.staff_list li a .photo .voice_badge{
		min-width: 45px;
	}
	ul.staff_list li .name .kana{
		margin-left: 0;
		display: block;
	}
}
@media screen and (max-width: 480px) {
	ul.staff_list li a .photo{
		width: 100%;
		height: 180px;
	}
	ul.staff_list li a .photo img{
		width: 100%;
		height: 180px;
	}
}
/* =====================================
スタッフ紹介詳細
======================================== */
.bg_staff{
	background: #E5ECF6;
	margin-top: 80px;
}
.staff_detail_head{
	max-width: 1160px;
	margin: auto;
	padding: 80px 40px;
}
@media print, screen and (min-width: 769px) {
	.profile_wrap{
		display: flex;
		justify-content: space-between;
	}
	.profile_wrap .photo,
	.profile_wrap .profile{
		width: 49%;
	}
}
.profile .name{
	color: #202466;
	font-size: 2.2rem;
	font-weight: 700;
}
.profile .name .kana{
	font-size: 1.4rem;
	font-weight: 400;
	margin-left: 2em;
}
.profile dl.profile_list{
	margin-top: 30px;
	border-top: 1px solid #CCCCCC;
}
.profile dl.profile_list dt{
	color: #202466;
	padding: 0.8em 0;
}
.profile dl.profile_list dd{
	margin-top: -3.6em;
	padding: 0.8em 0 0.8em 6em;
	border-bottom: 1px solid #CCCCCC;
}
@media print, screen and (min-width: 769px) {
.movie_wrap{
	margin-top: 20px;
}
.movie_wrap iframe{
    width:100%;
}
}
@media print, screen and (max-width: 768px) {
.movie_wrap{
	margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
.message{
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.2);
}
@media print, screen and (min-width: 769px) {
	.profile_wrap2{
        margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
    .message_wrap{
        flex: 1;
    }
    .movie_wrap{
        margin-top: 0;
        flex: 1;
    }
	.movie_wrap + .message_wrap{
        margin-left:20px;
	}
}
h2.staff_lead{
	color: #202466;
	font-weight: 700;
	line-height: 1.2;
	font-size: 2.2rem;
}
@media print, screen and (min-width: 769px) {
	.message{
		padding: 30px 50px;
	}
	.message h2{
        margin-bottom: 10px;
	}
	.message .text{
	}
	.p_photo_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p_photo_list li{
		margin-top: 50px;
		width: 47%;
	}
}
.p_photo_list li .caption{
	margin-top: 1em;
}
.staff_btn_area{
	margin: 70px auto auto;
	max-width: 460px;
}
h2.staff_subtitle{
	margin-top: 100px;
	text-align: center;
	color: #202466;
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2.staff_subtitle::before,
h2.staff_subtitle::after{
	border-top: 1px solid #9AA0A9;
	content: "";
	width: 3em;
}
h2.staff_subtitle::before {
	margin-right: 2em;
}
h2.staff_subtitle::after {
	margin-left: 2em;
}
@media print, screen and (min-width: 769px) {
	ul.voice_list{
		display: flex;
		flex-wrap: wrap;
		margin-left: -3%;
	}
	ul.voice_list li{
		width: 22%;
		margin-top: 50px;
		margin-left: 3%;
		border-bottom: 1px solid #9AA0A9;
		padding-bottom: 20px;
	}
}
ul.voice_list li a{
	text-decoration: none;
	color: #333;
}
ul.voice_list li a .photo{
	width: 100%;
	height: 180px;
}
ul.voice_list li a .photo img{
	width: 100%;
	height: 180px;
	object-fit:cover;
}
ul.voice_list li a:hover .photo{
	opacity: 0.7;
}
ul.voice_list li .text{
	margin-top: 1em;
}
ul.voice_list li .date{
	margin-top: 0.5em;
	font-size: 1.2rem;
	color: #405E96;
}
@media screen and (max-width: 768px) {
	.bg_staff{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.staff_detail_head{
		padding: 0;
	}
	.profile_wrap .profile{
		max-width: 520px;
		margin: auto;
		padding: 20px;
	}
	.profile .name{
		font-size: 1.6rem;
	}
	.profile .name .kana{
		font-size: 1.2rem;
	}
	.profile dl.profile_list{
		margin-top: 20px;
	}
	.message_wrap{
		margin: 20px auto auto;
		max-width: 520px;
		padding: 0 20px;
	}
	.message{
		padding: 20px;
	}
	h2.staff_lead{
		font-size: 1.4rem;
	}
	.message .text{
		margin-top: 1em
	}
	h2.staff_lead.pp,
	.p_photo_list{
		max-width: 480px;
		margin: auto;
	}
	.p_photo_list li{
		margin-top: 30px;
	}
	.staff_btn_area{
		margin: 40px auto auto;
	}
	h2.staff_subtitle{
		margin-top: 50px;
		font-size: 1.6rem;
	}
	h2.staff_subtitle::before,
	h2.staff_subtitle::after{
		width: 2.5em;
	}
	h2.staff_subtitle::before {
		margin-right: 1.5em;
	}
	h2.staff_subtitle::after {
		margin-left: 1.5em;
	}
	ul.voice_list{
		margin: auto;
		max-width: 480px;
	}
	ul.voice_list li{
		margin-top: 30px;
	}
	ul.voice_list li a{
		display: flex;
	}
	ul.voice_list li a .photo{
		width: 50%;
		height: 175px;
		padding-right: 10px;
	}
	ul.voice_list li a .photo img{
		height: 175px;
	}
	ul.voice_list li .text{
		width: 50%;
		margin-top: 0;
		padding-left: 10px;
	}
	ul.voice_list li .date{
		font-size: 1.0rem;
		color: #405E96;
	}
}
@media screen and (max-width: 480px) {
	ul.voice_list li a .photo{
		height: 125px;
	}
	ul.voice_list li a .photo img{
		height: 125px;
	}
}