@charset "utf-8";

/* その他の社員インタビュー
------------------------------------------------------------------------------ */
#people_wrap {
	padding-bottom: 120px;
}
#people_wrap .people_wrap_inner{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
#people_wrap .people_wrap_inner figure {
	/*width: 280px;*/
	width: 100%;
	position: relative;
	overflow: hidden;
}
#people_wrap .people_wrap_inner figcaption {
	position: absolute;
	bottom: 0px;
	right: 100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: .2s;
	transition: .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#people_wrap .people_wrap_inner figcaption p {
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.7em;
}
#people_wrap .people_wrap_inner figure:hover figcaption {
	right: 0;
}

#people_wrap .people_wrap_inner .introbox {
    position: relative;
}
#people_wrap .people_wrap_inner .introbox ul{
    position: absolute;
    top: 0;
    left: -10px;
    display: flex;
	z-index: 3;
}
#people_wrap .people_wrap_inner .introbox ul li{
    color: #fff;
    padding: 5px 14px 7px 14px;
    font-size: 15px;
	line-height: 1.4em;
}
#people_wrap .bg1 {
	background-color: #008043;
}
#people_wrap .bg2 {
	background-color: #E71E10;
}
#people_wrap .introbox p.name{
    width: 100%;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
    line-height: 1.4em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
    bottom: 0;
    left: 0;
}
#people_wrap .introbox p.name span:nth-of-type(1) {
    border-bottom: #fff 1px solid;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-size: 13px;
}
#people_wrap .introbox p.name span:nth-of-type(2) {
   font-size: 23px;
   padding-right: 12px;
}

@media screen and (min-width:541px) and (max-width: 1024px) {
	#people_wrap .people_wrap_inner{
		width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	#people_wrap .people_wrap_inner figure {
		width: 100%;
	}
	#people_wrap .people_wrap_inner figcaption {
		top: 50%;
		right: 0;
		z-index: 2;
		align-items: flex-start;
	}
	#people_wrap .people_wrap_inner figcaption p {
		font-size: 15px;
		padding-top: 14px;
		line-height: 1.0em;
	}
	#people_wrap .people_wrap_inner .introbox {
		margin: 0 0px 0 15px;
	}
	#people_wrap .people_wrap_inner .introbox ul li{
		font-size: 14px;
		line-height: 1.2em;
	}
	#people_wrap .introbox p.name{
		width: 100%;
		z-index: 3;
		background: rgba(0, 0, 0, .0);
	}
	#people_wrap .introbox p.name span:nth-of-type(1) {
		font-size: 12px;
	}
	#people_wrap .introbox p.name span:nth-of-type(2) {
	   font-size: 18px;
	   padding-right: 8px;
	}
}
@media screen and (max-width: 540px) {
	#people_wrap {
		padding-bottom: 60px;
	}
	#people_wrap .people_wrap_inner{
		max-width: none;
		width: 67%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		padding-left: 12px;
	}
	#people_wrap .people_wrap_inner figure {
		width: 100%;
	}
	#people_wrap .people_wrap_inner figcaption {
		top: 49%;
		right: 0;
		z-index: 2;
		align-items: flex-start;
	}
	#people_wrap .people_wrap_inner figcaption p {
		font-size: 14px;
		padding-top: 10px;
		line-height: 1.1em !important;
	}
	#people_wrap .people_wrap_inner .introbox {
		margin: 0 10px 0 15px;
	}
	#people_wrap .introbox p.name{
		width: 100%;
		z-index: 3;
		background: rgba(0, 0, 0, .0);
	}
	#people_wrap .introbox p.name span:nth-of-type(1) {
		font-size: 11px;
	}
}

/* スライド */
.slider {
    width: 100%;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
      width: 100%;
}
.slick-prev:before,
.slick-next:before {
      color: #005050 !important;
}
.slick-current {
      opacity: 1;
}
.prev-arrow,
.next-arrow{
    width: 50px !important;
    height: 50px !important;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background-color: #E71E10;
}
.prev-arrow:hover,
.next-arrow:hover{
    /*opacity: .5;*/
    width: 50px !important;
    height: 50px !important;
    transition: all ease-in-out .2s;
    background-color: #008043;
}
.next-arrow{
    background-image: url("../../common/images/icn_san_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
}
.prev-arrow{
    background-image: url("../../common/images/icn_san_w.svg");
     background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
	transform: rotateZ(180deg);
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prev-arrow {
	left: -80px;
	z-index: 10;
}
.next-arrow {
	right: -80px;
}

@media screen and (min-width:541px) and (max-width: 1024px) {
	.prev-arrow,
	.next-arrow{
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow:hover,
	.next-arrow:hover{
		/*opacity: .5;*/
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow {
		left: -35px;
		z-index: 10;
	}
	.next-arrow {
		right: -40px;
	}
}
@media screen and (max-width: 540px) {
	/* スライド */
	.prev-arrow,
	.next-arrow{
		width: 30px !important;
		height: 30px !important;
	}
	.prev-arrow:hover,
	.next-arrow:hover{
		/*opacity: .5;*/
		width: 30px !important;
		height: 30px !important;
	}
	.next-arrow{
		background-size: 6px auto;
	}
	.prev-arrow{
		background-size: 6px auto;
	}
	.prev-arrow {
		left: -45px;
		z-index: 10;
	}
	.next-arrow {
		right: -45px;
	}
}

