@charset "utf-8";

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
	/*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #1F3044;
	display: flex;
	justify-content: center;
	align-items: center;
}

.splashLogo {
	width: 500px;
	max-width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 70%;
	max-width: 300px;
	transform: translate(-50%, -50%);
	color: #d10e24;
}

.progressbar-text {
	display: none;
}

/*2/28 カウントアップテキストは非表示に変更*/

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
	height: 1px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*btn*/

/*mv*/
.mv {
	position: relative;
	top: 90px;
	left: 0;
	width: 100%;
	height: 63.25vw;
}

.mv .leadArea {
	position: absolute;
	top: 196px;
	left: 3rem;
	f
}

.mv .mvLead {
	margin: 0 0 1rem;
	font-size: 5rem;
	color: #1F3044;
	font-weight: 700;
	line-height: 1.1;
}

.mv .mvSablead {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.mv .txtArea {
	position: absolute;
	bottom: 90px;
	left: 0;
	padding: 1rem 3rem;
	text-align: left;
	font-size: .9rem;
	line-height: 2.1;
	background: rgba(255, 255, 255, .9);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 100%);
}


#video-area {
	position: fixed;
	z-index: -1;
	/*最背面に設定*/
	top: 90px;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}


.video,
#video-area img {
	/*天地中央配置*/
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	/*縦横幅指定*/
	width: 177.77777778vh;
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 50%;
	min-width: 100%;
}

.video_sp {
	display: none;
}



/*contents*/
#contents {
	padding-top: 6rem;
	background: #fff;
}

.conTopTxt {
	display: none;
}

.about:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	content: "";
	width: 76%;
	height: 100%;
	background: #f2f2f2;
}

.about .sec {
	padding: 130px 0 50px;
}

.about .txtArea {
	width: 45%;
	order: 2;
}

.about .secTtl:after {
	content: "ABOUT";
}

.about figure {
	width: 48%;
}

.business:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
	width: 76%;
	height: 100%;
	background: #f2f2f2;
}

.business .sec {
	padding: 130px 0 90px;
}

.business .txtArea {
	width: 45%;
}

.business .secTtl {
	z-index: 1;
}

.business .secTtl:after {
	content: "BUSINESS";
}

.business figure {
	width: 48%;
	position: relative;
	z-index: 1;
}

.recruit {
	color: #fff;
	background: url("../img/top/recruit.jpg") no-repeat 50% 50% / cover;
}

.recruit .sec {
	padding: 150px 0 60px;
}

.recruit .secTtl span.jp span {
	border-color: #fff;
}

.recruit .secTtl:after {
	content: "RECRUIT";
	color: rgba(255, 255, 255, .15);
	left: 0;
	width: 100%;
	text-align: center;
}

.recruit .txt {
	width: 90%;
	max-width: 490px;
	margin: 0 auto;
	text-align: left;
}

.message .inner {
	padding: 3rem 6%;
}

.message .messageBox {
	padding: 4rem 6% 3.5rem 8%;
	background: url("../img/bgGrayLine.png") repeat-y;
}

.message .txtArea {
	width: 50%;
	padding-top: 1.5rem;
}

.message .txt {
	line-height: 1.8;
}

.message .btnArea {
	margin-top: 3rem;
}

.message .secTtl {
	z-index: 1;
	line-height: 1;
}

.message .secTtl:after {
	content: "MESSAGE";
	top: -5.5rem;
}

.message figure {
	position: relative;
	z-index: 1;
	width: 50%;
	max-width: 430px;
	margin-top: auto;
}

.newsList li {
	width: 22%;
}

.newsList li:not(:first-child) {
	margin-left: 4%;
}

.newsList li>a {
	display: flex;
	flex-direction: column;
}

.newsList figure {
	width: 100%;
	height: 180px;
}

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

.newsList .day {
	font-size: .8rem;
	margin-bottom: 0;
}

.newsList .ttl {
	font-size: .9rem;
	margin-top: 0.5rem;
}

.news .btn {
	min-width: 350px;
}

.news .btnArea2 {
	margin-top: 2rem;
}

.news a.target:after {
	top: 15px;
	right: 20px;
}

.news a.target:hover:after {
	background-image: url("../img/link_w.png");
}

.social {
	background: #f2f2f2;
}

.social .txt {
	margin: 0 auto 2rem;
	text-align: center;
}

.socialList .cat,
.socialList .tag {
	margin: .2rem 0 0;
	font-size: .8rem;
}

.socialList .cat a {
	display: inline-block;
	padding: 0 .5rem;
	margin-right: .5rem;
	color: #d10e24;
	border: solid 1px #d10e24;
	line-height: 1.5;
}

.socialList .cat a:hover {
	color: #fff;
	background: #d10e24;
}

.socialList .tag a {
	margin-right: .5rem;
}

.socialList .tag a:before {
	content: "#";
}

.socialList .day {
	margin: .5rem 0 0;
	font-size: .8rem;
	color: #777;
}

.line_list {
	margin: 20px 0 40px;
	;
}

.line_list dt,
.line_list dd {
	padding: 20px 10px;
	border-bottom: 4px solid #f1f1f1;
}

.line_list dt:first-of-type,
.line_list dd:first-of-type {
	padding-top: 0;
}

.line_list dt {
	width: 25%;
}

.line_list dd {
	width: 75%;
}











/* ================================================================
  レスポンシブ
=================================================================== */
/* 600以上(PC・タブレット) */
@media screen and (min-width: 600px) {}

/* 1024以上(PC) */
@media screen and (min-width: 1324px) {}


/* ================================================================
  タブレット ※通常1024px
=================================================================== */
@media screen and (max-width: 1324px) {

	.mv .leadArea {
		top: 93px;
		left: 1rem;
	}

	.mv .mvLead {
		font-size: 4rem;
	}

	.mv .mvSablead {
		font-size: 1.2rem;
	}

	.mv .txtArea {
		padding: 1rem 2rem 0;
		background: #fff !important;
	}

	#video-area {
		top: 75px;
	}

	#contents {
		padding-top: 0;
	}

	.about:before,
	.business:before {
		content: none;
	}

	.about .sec {
		padding: 40px 0 80px;
	}

	.business .sec {
		padding-top: 0;
	}

	.about .txtArea,
	.business .txtArea {
		margin: -2rem 0 0 2rem;
		width: 100%;
		padding: 5rem 4rem 3rem 4rem;
		order: 2;
		background: #f2f2f2;
	}

	.about figure,
	.business figure {
		width: 58%;
		z-index: -1;
	}

	.message .messageBox {
		padding: 3rem 6% 3rem 8%;
	}

	.message .txtArea {
		order: 2;
		width: 100%;
	}

	.message figure {
		width: 50%;
		margin: 0 auto;
	}

	.newsList figure {
		height: 120px;
	}

	.social .txt {
		text-align: left;
	}



}

@media screen and (max-width: 1023px) {
	.mv {
		height: 102.25vw;
	}
}

/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px) {
	.btnArea {
		margin-top: 2rem;
		text-align: center;
	}

	.btnArea .btn {
		min-width: 100%;
	}

	/*mv*/
	.mv {
		top: 70px;
		height: 43vh;
	}

	.mv .leadArea {
		top: 68px;
	}

	.mv .mvLead {
		font-size: 2rem;
	}

	.mv .mvSablead {
		font-size: 1rem;
	}

	.mv .txtArea {
		display: none;
	}

	.conTopTxt {
		display: block;
		padding: 1rem;
	}

	#video-area {
		top: 70px;
	}

	.video {
		/*縦横幅指定*/
		width: 1.333333333333333vh;
		/* 16:9 の幅→16 ÷ 9＝ 177.77% */
		height: 75vw;
		/* 16:9の幅 → 9 ÷ 16 = 56.25% */
		min-height: 38%;
	}

	.video_pc {
		display: none;
	}

	.video_sp {
		display: block;
	}

	.about .sec {
		padding: 0px 0 40px;
	}

	.about figure,
	.business figure {
		width: 90%;
	}

	.about .txtArea,
	.business .txtArea {
		padding: 3rem 3rem 3rem 2rem;
	}

	.about .secTtl:after,
	.business .secTtl:after {
		left: -2.4rem;
	}

	.message figure {
		width: 70%;
	}

	.newsList li {
		width: 47%;
	}

	.newsList li:not(:first-child) {
		margin-left: 0;
	}

	.newsList li:nth-child(even) {
		margin-left: 6%;
	}


	.line_list dt,
	.line_list dd {
		width: 100%;
	}

	.line_list dt {
		padding: 0;
		border: none;
	}

	.line_list dd {
		padding: 0 0 10px 0;
	}




}