@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.el-sec-mainTtl {
	font-size: 32px;
	margin-bottom: 40px;
	color: #FFFFFF;
}
@media screen and (max-width: 750px) {
    .el-sec-mainTtl {
	    font-size: 40px;
    }
}

/*=======================================================
MV
=======================================================*/
.ly-mv {
	width: 100%;
	height: 100vh;
	position: relative;
}
.ly-mv video{
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bl-mv-conts{
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}
.bl-mv-union-logo-unit {
	display: flex;
	flex-flow: nowrap;
	gap: 8px;
	align-items: center;
}
.bl-mv-imgWrapper {
	width: 62px;
}
.el-mv-union-logo-txt {
	font-size: 14px;
	color: #FFFFFF;
	width: 168px;
}
.el-mv-ttl {
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2.4px;
	line-height: 1.6em;
	margin-bottom: 40px;
}
.el-mv-label-txt {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
	padding: 8px 24px 10px;
}
.el-mv-txt {
	width: 505px;
	padding: 15px 0 17px;
	background-color: rgba(20,17,17,0.35);
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.72px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.ly-mv {
	    padding-top: 255px;
    }
	.bl-mv-conts{
	    top: 42%;
    }
	.bl-mv-imgWrapper {
	    width: 102px;
    }
	.el-mv-union-logo-txt {
	    font-size: 28px;
		width: 270px;
    }
    .el-mv-ttl {
	    font-size: 46px;
	    letter-spacing: 2.76px;
	    line-height: 1.7em;
	    margin-bottom: 56px;
    }
    .el-mv-label-txt {
	    font-size: 28px;
	    letter-spacing: 1.68px;
	    margin-bottom: 40px;
	    padding: 16px 32px 18px;
    }
	.el-mv-txt {
		width: 100%;
		font-size: 25px;
	    letter-spacing: 1px;
		padding: 18px 0 16px;
    }
}

/*=======================================================
About
=======================================================*/
.bl-about {
	padding: 96px 0 56px;
	background: transparent linear-gradient(180deg, #090808 0%, #001733 100%);
}
.bl-img-unit {
	display: flex;
	flex-flow: nowrap;
	gap: 16px;
	margin-bottom: 40px;
}
.bl-img-unit > li {
	width: 332px;
}
.el-about-ttl {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1.92px;
	margin-bottom: 32px;
}
.el-about-txt {
	color: #FFFFFF;
}
.el-about-txt + .el-about-txt {
	margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
    .bl-about {
	    padding: 80px 0;
    }
	.bl-about .ly-cont-inner {
		display: flex;
		flex-flow: column;
	}
    .bl-img-unit {
	    order: 2;
	    margin-bottom: 56px;
    }
    .bl-img-unit > li {
	    width: 100%;
    }
    .el-about-ttl {
	    order: 1;
	    font-size: 40px;
		text-align: center;
	    letter-spacing: 2.4px;
		line-height: 1.4em;
	    margin-bottom: 56px;
    }
    .el-about-txt {
	    order: 3;
    }
}

/*=======================================================
Service
=======================================================*/
.bl-service {
	padding: 56px 0 80px;
	background-color: #001733;
}
.bl-service-txt {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.bl-service .bl-cardUnit {
	gap: 40px 32px;
}
.bl-service .bl-card {
	width: 496px;
	box-shadow: 0px 0px 10px #C3B085;
    border: 1px solid #C3B085;
}
.bl-service .bl-card-imgWrapper {
    width: 448px;
}
.bl-service .bl-card-body {
	padding-top: 24px;
}
.bl-service .el-card-ttl {
	font-size: 24px;
	letter-spacing: 1.44px;
	font-weight: bold;
	color: #FFFFFF;
}
.bl-service .el-card-txt {
	color: #FFFFFF;
	margin-bottom: 8px;
}
.bl-service .bl-card-body > a {
	display: block;
	text-align: end;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.6px;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
    .bl-service {
	    padding: 80px 0;
    }
    .bl-service-txt {
	    margin-bottom: 40px;
    }
    .bl-service .bl-cardUnit {
	    gap: 56px;
    }
	.bl-service .bl-card {
		padding: 40px 30px;
	}
    .bl-service .bl-card,
	.bl-service .bl-card-imgWrapper {
	    width: 100%;
    }
    .bl-service .bl-card-body {
	    padding-top: 40px;
    }
    .bl-service .el-card-ttl {
	    font-size: 32px;
	    letter-spacing: 1.92px;
    }
    .bl-service .el-card-txt {
	    margin-bottom: 40px;
    }
    .bl-service .bl-card-body > a {
	    font-size: 28px;
	    letter-spacing: 0.96px;
	   }
}

/*=======================================================
Reason
=======================================================*/
.bl-reason {
	padding: 56px 0;
	background: url(../images/top/reason-bg.jpg) top center / cover no-repeat;
}
.bl-reason .bl-cardUnit {
	gap: 40px 32px;
	justify-content: center;
}
.bl-reason .bl-card {
	width: 320px;
	padding: 0;
}
.bl-reason .bl-card-imgWrapper {
    width: 320px;
}
.bl-reason .bl-card-body {
	padding-top: 32px;
}
.bl-reason .el-card-txt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.6em;
	color: #C3B085;
	text-align: center;
}
@media screen and (max-width: 750px) {
    .bl-reason {
	    padding: 80px 0;
    }
    .bl-reason .bl-cardUnit {
	    gap: 56px;
    }
    .bl-reason .bl-card {
        display: flex;
		flex-flow: nowrap;
		align-items: center;
	    width: 100%;
    }
	.bl-reason .bl-card:first-of-type {
		gap: 72px;
	}
	.bl-reason .bl-card:nth-of-type(2) {
		gap: 55px;
	}
	.bl-reason .bl-card:nth-of-type(3) {
		gap: 32px;
	}
	.bl-reason .bl-card:nth-of-type(4) {
		gap: 48px;
	}
	.bl-reason .bl-card:nth-of-type(5) {
		gap: 72px;
	}
    .bl-reason .bl-card-imgWrapper {
        width: 346px;
    }
	.bl-reason .bl-card:nth-child(even){
		flex-direction: row-reverse;
	}
    .bl-reason .bl-card-body {
	    padding-top: 32px;
    }
    .bl-reason .el-card-txt {
	    font-size: 28px;
		letter-spacing: 1.12px;
		line-height: 1.5em;
    }
}

/*=======================================================
Staff
=======================================================*/
.bl-staff {
    padding: 56px 0;
	background-color: #001733;
}
.bl-staff .bl-media-imgWrapper {
	width: 480px;
}
.bl-staff .bl-media-imgWrapper > img {
	box-shadow: 10px 10px 0px #090808;
}
.bl-staff .el-media-ttl {
	color: #C3B085;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1.92px;
	margin-bottom: 32px;
}
.bl-staff .el-media-txt {
	color: #FFFFFF;
}
.bl-staff .el-media-txt.name {
	color: #C3B085;
	font-size: 20px;
	letter-spacing: 0.8px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
    .bl-staff {
        padding: 80px 0;
    }
    .bl-staff .bl-media-imgWrapper {
	    width: 630px;
		margin: 0 auto 32px;
    }
    .bl-staff .el-media-ttl {
	    font-size: 40px;
		text-align: center;
	    letter-spacing: 2.4px;
	    margin-bottom: 56px;
    }
    .bl-staff .el-media-txt.name {
	    font-size: 34px;
	    letter-spacing: 1.28px;
	   }
}

/*=======================================================
Information
=======================================================*/
.bl-info.top {
	padding: 56px 0;
	background: transparent linear-gradient(180deg, #001733 0%, #090808 100%);
}
.bl-info.top .bl-card-body,
.bl-info .bl-card-date {
	color: #FFFFFF;
}
.bl-info.top .el-btn {
	width: 300px;
	height: 50px;
	border: 1px solid #FFFFFF;
	background: #141111;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 40px auto 0;
	padding-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bl-info.top .el-btn::after {
	position: absolute;
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}
@media screen and (max-width: 750px) {
    .bl-info.top {
	    padding: 80px 0;
    }
    .bl-info.top .el-btn {
	    width: 512px;
	    height: 76px;
	    font-size: 28px;
	    margin: 96px auto 0;
	    padding-right: 16px;
    }
    .bl-info.top .el-btn::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #ffffff;
	    right: 80px;
    }
}