@charset "utf-8";
/* header */
.header_box{
	background: none;
}
.header_h{
	display: none;
}
.nav_item.nav_top::after{
	width: 100%;
}
.nav_item.nav_top::after{
	width: 100%;
}
.footer_nav li.nav_top{
	font-weight: 600;
}
/* // */

.float_bnr{
	position: absolute;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	max-width: 300px;
	width: 40%;
	transition: 0.3s;
}
.float_bnr.is-none{
	opacity: 0;
	pointer-events: none;
}
#bnr_close{
	max-width: 40px;
	width: 15%;
	position: absolute;
	right: 0%;
	top: 0%;
	cursor: pointer;
}

.mv{
	width: 100%;
	height: 100svh;
}
.mv video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mv_ttl{
	max-width: 830px;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.9));
}


#concept_area .bg_navy{
	padding: 100px 0 60px;
}
#concept_area .sec_ttl{
	margin-bottom: 60px;
}

.content_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_img_box{
    width: 48%;
}
.content_text_box{
    width: 48%;
}
.content_ttl{
	font-size: 28px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
}
.content_lead{
	line-height: 2;
	color: #fff;
	font-size: 18px;
	margin: 2em 0;
}
.content_btn{
	width: 250px;
	height: 40px;
	background: #efd43c;
}
.content_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
}
.content_btn a span{
	display: block;
	margin-left: 0.5em;
	position: relative;
	transition: 0.3s;
}
.content_btn a:hover span{
	transform: translateX(0.5em);
}



#recruit_area .sec_ttl{
	margin-bottom: 40px;
}
#recruit_area .content_lead{
	margin: 0;
}
.recruit_bg{
    /* background-image: url('../img/top/recruit_bg.jpg'); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-position: center; */
    position: relative;
    padding: 160px 0;
    /* overflow: hidden; */
    clip-path: polygon(00% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.recruit_bg_img{
	object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.recruit_bg::before{
	content: "";
	background: #252935;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,0 100%);
	height: 120px;
}
.recruit_bg::after{
	content: "";
	background: #3a3f4e;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,100% 0,100% 100%);
	height: 120px;
}

.recruit_inner{
	padding: 60px 0;
	background: rgba(37, 41, 53, 0.8);
}
#recruit_area .sec_subttl p{
	background: #fff;
	color: #252935;
	padding: 0.5em 2em;
	border-radius: 100px;
	margin-bottom: 40px;
}
.content_btn.center{
	margin: 40px auto 0;
}



#works_area .sec_ttl{
	margin-bottom: 40px;
}
#works_area .bg_navy02{
	padding: 50px 0 100px;
}
#works_area .sec_subttl p{
	color: #fff;
	margin-bottom: 40px;
}

.works_slide .works_img{
	margin: 0 20px;
}

@media screen and (max-width: 1100px) {
.mv_ttl {
    max-width: 600px;
}
.content_ttl {
    font-size: 22px;
}
.content_lead {
    font-size: 16px;
}
.content_btn a {
    font-size: 14px;
}
.float_bnr {
    max-width: 220px;
}
}

@media screen and (max-width: 768px) {
.content_ttl {
	font-size: 20px;
}
.content_lead {
    font-size: 14px;
}
}

@media screen and (max-width: 650px) {
.nav_item.nav_top{
	font-weight: 600;
}
.content_flex{
	flex-wrap: wrap;
}
.content_img_box{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px;
}
.content_text_box{
	width: 100%;
	text-align: center;
	order: 2;
}
.content_lead{
	margin: 0 auto 20px;
}
.content_ttl{
	margin-bottom: 20px;
}
.float_bnr {
    max-width: 200px;
}
#concept_area .bg_navy {
    padding: 60px 0 20px;
}
#concept_area .sec_ttl {
    margin-bottom: 40px;
}
.content_btn{
	margin: 0 auto;
}
.recruit_bg::before {
    height: 60px;
}
.recruit_bg::after {
    height: 60px;
}
.recruit_bg {
    padding: 80px 0;
}
.recruit_inner {
    padding: 40px 0;
}
.content_btn.center {
    margin: 30px auto 0;
}
#works_area .bg_navy02 {
    padding: 20px 0 60px;
}
#works_area .sec_subttl p {
    margin-bottom: 30px;
}
.works_slide .works_img {
    margin: 0 10px;
}
#recruit_area .sec_subttl p {
    margin-bottom: 30px;
}
}