/*====================
ムービーコンテンツ
====================*/
.mov_cont_wrap {
	margin-top: 0.40rem;
	position: relative;
}

.mov_cont_wrap::before {
	content: "";
	width: 100%;
	height: 5.60rem;
	position: absolute;
	left: 0;
	top: 1.10rem;
	z-index: -1;
	opacity: 0.5;
}

/* 会社を知る */
.mov_cont_wrap.cat01::before {
	background-color: #cceeeb;
}

/* 仕事を知る */
.mov_cont_wrap.cat02::before {
	background-color: #e8f4d9;
}

/* 人を知る */
.mov_cont_wrap.cat03::before {
	background-color: #feefd8;
}

.mov_cont_wrap .mov_box {
	margin-bottom: 0.80rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.mov_cont_wrap .mov_box {
		margin-bottom: 0.30rem;
	}
}

.mov_cont_wrap .mov_box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov_cont_wrap .mov_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mov_cont_wrap .mov_box video {
	width: 100%;
	border-radius: 0.10rem;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.mov_cont_wrap .mov_box .text {
	padding-top: 0.10rem;
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
}

.textbox {
	margin: 0 auto 0.60rem;
	max-width: 8.00rem;
}

@media screen and (max-width: 599px) {
	.textbox {
		margin: 0;
	}
}

.textbox .sec_title {
	font-size: 0.28rem;
	text-align: center;
	letter-spacing: 0.10em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.textbox .sec_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		padding-bottom: 0.20rem;
		line-height: 1.55;
	}
}

.textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	.textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}
}

.textbox .more_btn {
	padding-top: 0.30rem;
	max-width: 3.50rem;
	margin: auto;
}

.textbox .more_btn a {
	display: block;
	background-color: #3aa999;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 0;
	padding: 0.21rem 0 0.22rem;
}

@media screen and (max-width: 599px) {
	.textbox .more_btn a {
		font-size: 0.16rem;
	}
}

.textbox .more_btn a:hover {
	opacity: 0.7;
}

.textbox .more_btn a span::after {
	content: "";
	width: 0.24rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_newwin_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

/*===========================
下部の動画選択
===========================*/
.mov_select_warp {
	background-color: #F2F2F2;
	padding: 0.50rem 0;
}

@media screen and (max-width: 599px) {
	.mov_select_warp {
		width: 100vw;
	}
}

.mov_select_warp .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
.mov_select_warp .list {
	margin: 0 -0.20rem;
}
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .slick-slide {
		padding: 0 0.05rem;
	}
}

.mov_select_warp .list .detail {
	width: 31%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .detail {
		width: 100%;
	}
}

.mov_select_warp .list .detail a {
	display: block;
	text-decoration: none;
}

.mov_select_warp .list .detail a .ph_wrap {
	height: 2.00rem;
	overflow: hidden;
	border-radius: 0.10rem;
	border: 3px solid #FFF;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .detail a .ph_wrap {
		height: 45vw;
		border-radius: 0.05rem;
		border: 2px solid #FFF;
	}
}

.mov_select_warp .list .detail a .ph_wrap::before {
	content: "";
	width: 0.60rem;
	height: 0.60rem;
	background-image: url(../img/movie_play_icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	z-index: 2;
}

.mov_select_warp .list .detail a:hover .ph_wrap::before {
	opacity: 0.7;
}

.mov_select_warp .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
}

.mov_select_warp .list .detail a:hover .ph_wrap img {
	transform: scale(1.02);
}

.mov_select_warp .list .detail a .title {
	padding: 0.15rem 0 0.20rem;
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #222;
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .detail a .title {
		font-size: 0.20rem;
	}
}

.mov_select_warp .list .detail a .title .en_text {
	display: block;
	padding-bottom: 0.08rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 0.13rem;
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .detail a .title .en_text {
		font-size: 0.11rem;
	}
}

.mov_select_warp .list .detail.cat01 a .title .en_text {
	color: #00a99d;
}

.mov_select_warp .list .detail.cat02 a .title .en_text {
	color: #8cc63f;
}

.mov_select_warp .list .detail.cat03 a .title .en_text {
	color: #fbb03b;
}

.mov_select_warp .list .detail a .more_btn {
	font-family: 'Poppins', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	color: #222;
}

@media screen and (max-width: 599px) {
	.mov_select_warp .list .detail a .more_btn {
		padding-bottom: 0.20rem;
	}
}

.mov_select_warp .list .detail a .more_btn span {
	display: inline-block;
	padding-bottom: 0.04rem;
}

.mov_select_warp .list .detail.cat01 a .more_btn span {
	border-bottom: 2px solid #00a99d;
}

.mov_select_warp .list .detail.cat02 a .more_btn span {
	border-bottom: 2px solid #8cc63f;
}

.mov_select_warp .list .detail.cat03 a .more_btn span {
	border-bottom: 2px solid #fbb03b;
}
