@charset "utf-8";
/* CSS Document */

.pc .sp {
	display: none;
}
.sp .pc {
	display: none;
}

.inner {
	margin: 0 auto;
	width: 1024px;
}
a {
	outline: none;
}
.pc a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease;
}
h2 {
	letter-spacing: 0.1em;
}
	

/* メインビジュアル
--------------------------------*/
.mv.top_mv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	width: 100%;
	height: calc(100vh - 154px);
	max-height: 1000px;
	min-height: 346px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.mv.top_mv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #003366;
	opacity: 0.25;
	z-index: 2;
	pointer-events: none;
}
.mv_bg_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.mv_watch_btn {
	width: 113px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 3;
	transition: opacity 0.5s ease, transform 0.1s ease;
	pointer-events: none;
	opacity: 0;
}
.mv_watch_btn > img {
	display: block;
	width: 100%;
}
.mv_watch_btn > span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #ffffff;
}
.mv_bottom_contents {
	position: absolute;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	bottom: 40px;
	width: 100%;
}
.mv_bottom_contents_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 clamp(50px, 4vw, 80px);
}
.mv_catch_copy {
	color: #ffffff;
	text-align: left;
	z-index: 3;
}
.mv_catch_copy h2 {
	font-size: clamp(61px, 5.375vw, 100px);
	font-weight: bold;
	line-height: 1.2;
	font-family: "Roboto", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.mv_catch_copy p {
	margin-top: 8px;
	font-size: clamp(17px, 1.5vw, 28px);
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* KV内新着情報エリア
--------------------------------*/
.mv_news_area {
	width: 480px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	box-sizing: border-box;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.1);
}
.mv_news_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
}
.mv_news_header > h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.mv_news_header_right {
	display: flex;
	align-items: center;
	gap: 15px;
}
.mv_news_indicators {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mv_news_indicator {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	transition: background 0.3s ease;
	list-style: none;
}
.mv_news_indicator.active {
	background: #ffffff;
}
.mv_news_progress_container {
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.mv_news_progress_svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}
.mv_news_play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	z-index: 1;
}
.mv_news_play_button:hover {
	opacity: 0.8;
}
.mv_news_play_button:focus {
	outline: none;
}
.mv_news_play_icon {
	display: inline-block;
	line-height: 1;
}
.mv_news_pause_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.mv_news_pause_icon::before,
.mv_news_pause_icon::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #ffffff;
}
.mv_news_content {
	padding: 20px;
	border-top: 1px solid #ffffff;
	display: flex;
	align-items: center;
	gap: 20px;
}
.mv_news_list {
	position: relative;
	flex: 1;
	list-style: none;
	height: 32px;
	margin: 0;
	padding: 0;
}
.mv_news_list > li {
	display: flex;
	align-items: center;
	gap: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.5s ease;
	color: #ffffff;
}
.mv_news_list li.active {
	opacity: 1;
}
.mv_news_list > li a {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}
.mv_news_list > li time {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
}
.mv_news_list > li > a {
	text-decoration: underline;
}
.mv_news_list > li > a > span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/* メッセージ
--------------------------------*/
.message {
	margin-top: 62px;
	margin-bottom: 30px;
}
.message p {
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #d9dde0;
	text-align: center;
	font-size: 14px;
	line-height: 1.9;
}

/* 会社紹介・業務紹介
--------------------------------*/
.top_corp_info,
.business {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}
.business {
	background: #f7f7f7;
}
.top_corp_info h2,
.business h2 {
	font-size: 28px;
	font-weight: bold;
}
.top_corp_info h2:after,
.business h2:after {
	content: "";
	display: block;
	width: 57px;
	height: 2px;
	margin: 18px auto;
	background: #006830;
}
.top_corp_info p,
.business p {
	font-size: 14px;
	line-height: 1.9;
}
.top_corp_info_content,
.business_content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 226px;
	margin-top: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top_corp_info_content {
	background-image: url(/parts/img/top_corp_info_bg.jpg);
}
.business_content {
	background-image: url(/parts/img/business_bg.jpg);
}
.top_corp_info_content_btn > a,
.business_content_btn > a {
	display: block;
	width: 318px;
	height: 58px;
	background: url(/parts/img/arrow_020.png) center right no-repeat;
	background-color: #ffffff;
	line-height: 58px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #171717;
	letter-spacing: 0.1em;
	border: 1px solid #ffffff;
}
.pc .top_corp_info_content_btn > a:hover,
.pc .business_content_btn > a:hover {
	color: #006830;
	text-decoration: none;
	border: 1px solid #006830;
}

/* 採用情報
--------------------------------*/
.others {
	width: 100%;
	/*height: 308px;20191120*/
	height: 168px;
	padding-top: 47px;
	background: url(/parts/img/others_bg.png) no-repeat;
}
@media screen and (min-width:1300px) {
	.others {
		background-size: 100% auto;
	}
}
.recruit_wrap {
	background: #FFF;
}
.pc a.recruit {
	display: block;
	width: 100%;
	padding-top: 57px;
	height: 110px;
	background: #FFF;
	background: url(/parts/img/recruit_bg.jpg) center no-repeat;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.2em;
}
.pc a.recruit span {
	display: block;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
}
.pc a.recruit:hover {
	text-decoration: none;
	opacity: 0.7;
}
.recruit_sp {
	display: none;
}
ul.links {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
ul.links li {
	background: #FFF;
	float: left;
	margin-right: 32px;
}
ul.links li:last-child {
	margin-right: 0;
}
ul.links li a {
	display: block;
	width: 318px;
	height: 58px;
	background: url(/parts/img/arrow_020.png) center right no-repeat;
	line-height: 58px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #171717;
	letter-spacing: 0.1em;
	border: 1px solid #ffffff;
}
.pc ul.links li a:hover {
	color: #006830;
	text-decoration: none;
	border: 1px solid #006830;
}
ul.links li a img {
	margin-top: 10px;
}

/* 動画モーダル
--------------------------------*/
.video-modal {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
	pointer-events: none;
}
.video-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.video-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #001F34;
	opacity: 0.8;
}
.video-modal-content {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(100%, max(533px, calc((100vh - 100px) * 16 / 9)));
	max-width: calc(1024px + 40px);
	max-height: 100vh;
	min-height: 300px;
	padding: 60px 20px 40px;
	box-sizing: border-box;
	transition: opacity 0.5s ease-out;
}
.video-modal.active .video-modal-content {
	opacity: 1;
}
.video-modal-content-inner {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid #ffffff;
	background-color: #000000;
	box-sizing: border-box;
}
.video-modal-close {
	position: absolute;
	top: -36px;
	right: 0;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}
.video-modal-close::before,
.video-modal-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 26px;
	background-color: #ffffff;
}
.video-modal-close::before {
	transform: rotate(45deg);
}
.video-modal-close::after {
	transform: rotate(-45deg);
}
.video-modal-close:hover {
	opacity: 0.7;
}
.video-modal-video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.video-modal-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 88px;
	height: 88px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 5;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}
.video-modal-play-button img {
	width: 100%;
	height: 100%;
	display: block;
}
.video-modal-play-button:hover {
	opacity: 0.8;
}
.video-modal-play-button.hidden {
	display: none;
}

/* --------------------------------
SP 1123px以下用
--------------------------------*/
@media screen and (max-width:1123px) {
	.mv.top_mv {
		height: calc(100vh - 154px);
		max-height: 1000px;
	}
	.mv_catch_copy h2 {
		font-size: clamp(60px, 7.124vw, 80px);
	}
	.mv_catch_copy p {
		font-size: clamp(16px, 1.781vw, 20px);
	}
	.mv_bottom_contents_inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		padding: 0 50px;
	}
	.mv_watch_btn {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		pointer-events: auto;
		opacity: 1;
	}
	.mv_news_area {
		width: 100%;
	}
	.mv_news_content {
		padding: 14px 20px;
	}
}

/* --------------------------------
SP 640px以下用
--------------------------------*/
@media screen and (max-width:640px) {
	.inner {
		box-sizing: border-box;
		width: 100%;
		padding-left: 4.6875%;
		padding-right: 4.6875%;
	}

	/* メインビジュアル
	--------------------------------*/
	.mv.top_mv {
		flex-direction: column;
		height: calc(100vh - 60px);
		max-height: calc(900px - 60px);
		min-height: calc(600px - 60px);
	}
	.mv_bg_video {
		object-fit: cover;
	}
	.mv_watch_btn {
		top: 36%;
		width: 97px;
	}
	.mv_watch_btn > span {
		font-size: 10px;
	}
	.mv_bottom_contents_inner {
		gap: 20px;
		padding: 0 20px;
	}
	.mv_catch_copy h2 {
		font-size: 17vw;
		line-height: 1;
	}
	.mv_catch_copy h2 span {
		line-height: 1.2;
	}
	.mv_catch_copy p {
		font-size: 3.5vw;
	}
	.mv_news_list > li,
	.mv_news_list > li a {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	
	/* メッセージ
	--------------------------------*/
	.message {
		margin-bottom: 50px;
	}
	.message p {
		padding: 5%;
	}
	
	/* 会社紹介・業務紹介
	--------------------------------*/
	.top_corp_info_content,
	.business_content {
		height: 180px;
	}
	
	/* 新着情報
	--------------------------------*/
	ul.news_list li {
		margin-top: 4%;
		padding-bottom: 2%;
	}
	ul.news_list li .date {
		display: block;
		margin-bottom: 4px;
	}
	a.news_link {
		margin: 15px auto;
		position: relative;
	}
	
	/* 採用情報
	--------------------------------*/
	.others {
		/*height: auto;201920*/
		height: 275px;
		padding-top: 1px;
		background-size: cover;
	}
	a.recruit {
		display: none;
	}
	a.recruit span {
		display: none;
	}
	.recruit_sp {
		display: block;
	}
	.recruit_sp img {
		width: 100%;
	}
	ul.links {
		display: block;
	}
	ul.links li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}

	/* 動画モーダル
	--------------------------------*/
	.video-modal-content {
		width: calc(100% - 40px);
		min-height: auto;
		padding: 0;
	}
	.video-modal-play-button {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width:480px) {
	.mv {
		height: 400px;
	}
	.mv .slick-slide {
		height: 400px;
	}
	.catch img {
		width: 320px;
	}
	ul.biz_list li .biz_img_cover {
		height: auto;
	}
	ul.biz_list li:nth-child(5) img {
		width: 100%;
	}
}