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

people.css

***********************************************************************************************************************/
.recruit .wrapper{
	/*overflow: hidden;*/
}

.subnav_people{

}
.subnav_people .contents{
	padding-top: 0;
}


@media screen and (max-width: 767px) {
.subnav_people .pankuzu {
  padding-left: 0;
}
}


/* swiper *************************************************************/
.swiper_wrap{
	position: relative;
	padding-top: 5%;	
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
/*text-align: center;
font-size: 18px;
background: #ccc;*/
display: flex;
justify-content: center;
/*align-items: center;*/
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


/* 前への矢印 */
.swiper-button-prev {
  left: -30px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -30px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("/common/swiper/img/swiper_prev.svg");
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("/common/swiper/img/swiper_next.svg");
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}


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

/* 前への矢印 */
.swiper-button-prev {
  left: -5px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -5px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 45px;
  width: 45px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
}
}




/* sec *************************************************************/
.sec_iv_main{
	position: relative;
}
.sec_iv_main img{
	width: 100%;
	height: auto;
}
.main_photo{
	position: relative;
}
.sec_comment{
	padding: 12% 0 0;
}

.sec_schedule{
	position: relative;
	margin: 12% 0 0;
}

.sec_detail_ft_people{
	padding: 12% 0 0;
}


@media screen and (max-width: 767px) {
.sec_detail_ft_people{
	padding: 24% 0 0;
}
}





/* h1〜 *************************************************************/
h1.h1_iv{
	position: absolute;
	top: 22%;
	left: 8%;
	font-weight: 600;
	font-size: 3vw;
}
h1.h1_iv .num{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	margin-bottom: 1.2em;
}
h1.h1_iv .num .big{
	font-size: 200%;
	font-weight: 600;
	margin-left: 5px;
}

.reverse h1.h1_iv{
	left: auto;
	right: 8%;
}

#interview01 .reverse h1.h1_iv{
	right: 3%;
	color: #fff;
}
#interview03 .reverse h1.h1_iv{
	right: 3%;
}

.h2_wrap{
	position: absolute;
	width: 20%;
	max-width: 200px;
	height: 140px;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #40bddd;
}
h2.h2_iv{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 16px;
	font-size: clamp(13px, 2vw, 16px);
	color: #fff;
	text-align: center;
}

h2.h2_iv .big{
	display: block;
	font-size: 140%;
	font-weight: 600;
	margin-bottom: 0.1em;
}

h3.h3_iv{
	position: relative;
	font-size: 18px;
	font-size: clamp(16px, 2vw, 18px);
	font-weight: 500;
	color: #40bddd;
	margin-bottom: 1.4em;
	padding: 0 0 0 30px;
}
h3.h3_iv:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 1px;
	background-color: #40bddd;
}

h6.h6_people{
	width: 38%;
	max-width: 150px;
	margin: 0 auto;
}


@media screen and (max-width: 979px) {
.h2_wrap{
	height: 100px;
	bottom: -50px;
}
}

@media screen and (max-width: 640px) {
h1.h1_iv{
	position: relative;
	top: auto;
	left: auto;
	font-size: 34px;
	font-size: clamp(22px, 4vw, 34px);
	text-align: center;
	padding: 40px 0 0;
}
#interview01 .reverse h1.h1_iv{
	right: auto;
	color: #000;
}
#interview03 .reverse h1.h1_iv{
	right: auto;
}

h1.h1_iv .num{
	font-size: 13px;
	font-size: clamp(10px, 3vw, 13px);
	color: #40bddd;
}
.reverse h1.h1_iv{
	right: auto;
}

.h2_wrap{
	width: 30%;
	min-width: 130px;
	height: 140px;
	height: 66px;
	bottom: auto;
	left: 5%;
	top: 50%;
	margin: -33px 0 0;
}
.reverse .h2_wrap{
	left: auto;
	right: 5%;
}
}




/* list_people *************************************************************/
.list_people{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.list_people li{
	position: relative;
	width: 33.3333333%;
	margin: 100px 0 0;
}

.swiper-slide .list_people li{
	width: 100%;
	margin-top: 0;
	padding-top: 5em;
}

.list_people li a{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list_people li .inner{
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.list_people li h4.h4_iv{
	position: absolute;
	z-index: 1;
	top: -8%;
	left: -7%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: clamp(10px, 2vw, 15px);
	line-height: 2.2em;
	transition: all .3s linear;
}
.list_people li h4.h4_iv .num{
	display: block;
	font-size: 250%;
	font-weight: 600;
}
.list_people li h5.h5_iv{
	font-size: 20px;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 500;
	margin: 15px 0 0;
	transition: all .3s linear;
}

.list_people li:hover h4.h4_iv,
.list_people li:hover h5.h5_iv{
	color: #40bddd;
}

.list_people li .photo{
	position: relative;
	overflow: hidden;
}
.list_people li .photo img{
	transition: all .6s linear;
}
.list_people li:hover .photo img{
	transform: scale(1.1, 1.1);
}

.list_people .photo figcaption{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	max-width: 100px;
	font-size: 12px;
	font-size: clamp(10px, 2vw, 12px);
	color: #808080;
	padding: 5px 10px;
	background-color: #fff;
}
.list_people .photo figcaption .big{
	font-size: 120%;
	font-weight: 600;
	color: #000;
	display: block;
}


@media screen and (max-width: 767px) {
.list_people li{
	width: 50%;
	margin: 50px 0 0;
}
.list_people li .inner{
	width: 85%;
}
.list_people li:hover .photo img{
	transform: none;
}
/*.list_people .photo figcaption{
	position: relative;
	width: auto;
	max-width: auto;
	padding: 5px 0 0;
	background-color: transparent;
}
.list_people li h5.h5_iv{
	margin: 10px 0 0;
}*/
}




/* 個人ページで非表示 ****************************/
/* 古い方なので使わない
#interview01 .list_people li.iv01,
#interview02 .list_people li.iv02,
#interview03 .list_people li.iv03,
#interview04 .list_people li.iv04,
#interview05 .list_people li.iv05{
	display: none;
}
*/

#interview01 .iv01,
#interview02 .iv02,
#interview03 .iv03,
#interview04 .iv04{
	display: none;
}


.sec_detail_ft_people .list_people li h5.h5_iv{
	display: none;
}
/*.sec_detail_ft_people .list_people li{
	width: 25%;
	margin-top: 50px;
}*/

.sec_detail_ft_people .list_people li h4.h4_iv{
	top: -9%;
	font-size: 13px;
	font-size: clamp(10px, 2vw, 13px);
	line-height: 2em;
}
.sec_detail_ft_people .list_people li h4.h4_iv .num{
	font-size: 220%;
}

@media screen and (max-width: 979px) {
/*.sec_detail_ft_people .list_people .photo figcaption{
	position: relative;
	width: auto;
	max-width: auto;
	padding: 5px 0 0;
	background-color: transparent;
}*/
}

@media screen and (max-width: 767px) {
/*.sec_detail_ft_people .list_people li{
	width: 45%;
}*/
}






/* list_people *************************************************************/
.list_comment{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_comment.reverse{
	flex-direction: row-reverse;
}
.list_comment .txt{
	width: 45%;
	margin-right: 8.3333333%;
}
.list_comment.reverse .txt{
	margin-right: auto;
	margin-left: 8.3333333%;
}

.list_comment .txt_message{
	width: 83.3333333%;
	margin: 0 auto;
}

.list_comment p{
	text-align: justify;
}

.list_comment .photo{
	width: 41.6666667%;
}
.list_comment .photo img.parallaxImg{

}
.list_comment .photo img.posi_sticky{
	display: none;
	position: sticky;
	top: 90px;
}

@media screen and (max-width: 1024px) {
.list_comment .photo img.parallaxImg{
	display: none;
}
.list_comment .photo img.posi_sticky{
	display: block;
}
}


@media screen and (max-width: 979px) {
.list_comment .txt{
	width: 53%;
	margin-right: 0;
}
.list_comment.reverse .txt{
	margin-left: 0;
}
}

@media screen and (max-width: 767px) {
.list_comment .photo img{
	top: 60px;
}
}

@media screen and (max-width: 640px) {
.list_comment .photo{
	width: 80%;
	margin: 0 auto 40px;
}
.list_comment .txt,
.list_comment .txt_message{
	width: 100%;
}

.list_comment .photo img.parallaxImg{
	display: block;
}
.list_comment .photo img.posi_sticky{
	display: none;
}
}



/* schedule *************************************************************/
.schedule_wrap{
	padding: 17% 0 0;
}
.bg_schedule{
	width: 84.7222222%;
	padding: 20% 0 5%;
	background-color: #40bddd;
}

.bg_schedule .inner{
	width: 80%;
	max-width: 840px;
	margin: 0 auto;
}

.schedule_photo{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 66.6666667%;
}
.schedule_photo img{
	width: 100%;
	height: auto;
}

p.schedule_txt{
	position: absolute;
	z-index: 2;
	top: 45%;
	right: 6%;
	font-size: 16px;
	font-size: clamp(12px, 2.4vw, 16px);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1.8em;
	color: #40bddd;
}


dl.day_schedule{
	position: relative;
	margin: 40px 0 0;
}
dl.day_schedule:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 6px;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

dl.day_schedule dt{
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(16px, 2.5vw, 20px);
	letter-spacing: 0.1em;
	color: #fff;
	padding: 0 0 0 25px;
	margin: 40px 0 0;
}
dl.day_schedule dt:first-child{
	margin-top: 0;
}
dl.day_schedule dt:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fff;
}

dl.day_schedule dd{
	color: #fff;
	padding: 10px 0 0 60px;
}


@media screen and (max-width: 1024px) {
.schedule_wrap{
	padding: 21% 0 0;
}
.bg_schedule{
	padding-top: 23%;
}
.schedule_photo{
	width: 80%;
}
}


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


}





