@charset "utf-8";


/* ====================
   .hero
   ==================== */
.mv-area{
	position: relative;
}

.mv-area .mv-title{
	position: absolute;
	top:0;
	left: 0;
	width: 84%;
}

.mv-area .mv-copy-area{
	position: absolute;
	width: 62%;
	bottom: 7%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


@media only screen and (max-width: 1024px) {
	.mv-area .mv-copy-area{
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.mv-area .mv-title{
		width: 94%;
	}

	.mv-area .mv-copy-area{
		width: 75%;
		bottom: -83vw;
		gap: 0 10px;
		align-items: flex-end;
	}

	.mv-movie{
		background: none;
	}
}


/* ====================
   .common
   ==================== */
.contents-wrapper{
  max-width: 1086px;
  margin: 0 auto;
}

.title-img{
	margin-bottom: 30px;
}

.title-img img{
	display: block;
	height: 54px;
	width: auto;
}

.mask-img{
  clip-path: polygon(40px 0%, 100% 0, 100% 100%, 0 100%, 0% 40px);
}

.sub-title-img{
	background: #dc000c;
	padding: 18px 20px;
	position: relative;
}

.sub-title-img img{
	height: 24px;
	width: auto;
}

.sub-title-img:after{
	content: "";
	position: absolute;
	background: url("../imgicon_arrow.svg") no-repeat 0 0;
	background-size: cover;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 13px;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.title-img img{
		height: 30px;
	}
	
	.contents-wrapper{
		/*! max-width: 96%; */
	}
}

@media only screen and (max-width: 767px) {
	.title-img{
		margin-bottom: 20px;
	}

	.title-img img{
		height: 7vw;
	}

	.mask-img{
		clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0 100%, 0% 20px);
	}

	.sub-title-img{
		padding: 8px 10px;
	}

	.sub-title-img img{
		height: 13px;
		width: auto;
	}

	.sub-title-img:after{
		width: 14px;
		height: 14px;
		right: 5px;
		top: 7px;
		z-index: 1;
	}
}


/* ====================
   .person-area
   ==================== */
.person-area{
  padding-bottom: 80px;
}

.person_container{
  flex-flow: row wrap;
	gap: 30px 20px;
  justify-content: space-between;
}

.person_container .person_box{
	width: 23%;
	position: relative;
}

.person-name-area{
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	height: 80px;
}

.person_container .person_box a:before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background : rgba(220, 0, 12, 1);
	mix-blend-mode: multiply;
}

.person_container .person_box .person-name{
	margin-bottom: 5px;
	position: relative;
}

.person_container .person_box .person-name:after{
	content: "";
	position: absolute;
	background: url("../imgtop/icon_arrow2.svg") no-repeat 0 0;
	background-size: contain;
	width: 62%;
	height: 20px;
  left: 0;
	top: 22px;
}

@media (any-hover: hover) {
	.person_container .person_box a:hover .person-name-area{
		opacity: .8;
		transition: all 300ms;
	}
}


@media only screen and (max-width: 1024px) {
	.person_container{
		gap: 30px 10px;
	}
	
	.person_container .person_box .person-name{
		margin-bottom: 15px;
	}
	
  .person_container .person_box .person-name:after{
		width: 100%;
		height: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.person-area{
		padding-bottom: 60px;
	}

	.person_container{
		gap: 20px 0;
	}

	.person_container .person_box{
		width: 31%;
	}

	.person_container:after{
		content: '';
		width: 30%;
	}

	.person-name-area{
		padding: 1px 5px;
		height: 14vw;
	}

	.person_container .person_box a:before{
		height: 14vw;
	}

	.person_container .person_box .person-name{
		margin-bottom: 0px;
		position: relative;
	}

	.person_container .person_box .person-name:after{
		width: 100%;
		top: 14px;
	}
}

/* ====================
   .business-area
   ==================== */
.business-area{
  padding-bottom: 80px;
	position: relative;
}

.business-area .business_container .title-img{
	position: absolute;
	top: 30%;
	left: 30px;
}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.business-area{
		padding-bottom: 60px;
	}

	.business-area .business_container .title-img{
    width: 100%;
		top: 27%;
		left: 15px;
  }
	
	.business-area .business_container .title-img img{
		display: block;
    width: 65%;
		height: auto;
	}
}


/* ====================
   .about-area
   ==================== */
.about-area{
  padding-bottom: 80px;
	position: relative;
}

.about-area .about_container{
	justify-content: space-between;
}



.about-area .about-box-inner,
.about-area .about_box{
	width: 32%;
}

.about-area .about-box-inner{
  flex-flow: column;
	justify-content: space-between
}

.about-area .about-box-inner .about_box{
	width: 100%;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.about-area{
		padding-bottom: 60px;
	}
	
	.about-area .about_box{
		width: 31%;
	}
}


/* ====================
   .career-area
   ==================== */
.career-area{
  padding-bottom: 80px;
	position: relative;
}

.career-area .career-contents{
	justify-content: space-between;
}

.career-area .career-contents [class*="box"]{
	width: 48%;
}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.career-area{
		padding-bottom: 60px;
	}

	.career-area .career-contents{
		flex-flow: row wrap;
	}

	.career-area .career-contents [class*="box"]{
		width: 100%;
	}
	
	.career-area .career-contents [class*="box"] +  [class*="box"]{
		margin-top: 50px;
	}
}


/* ====================
   .recruiting-area
   ==================== */
.recruiting-area{
  padding-bottom: 80px;
	position: relative;
}
.recruiting-area .recruiting_container{
	justify-content: space-between;
}

.recruiting-area .recruiting_container [class*="box"]{
	width: 31%;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.recruiting-area{
		padding-bottom: 40px;
	}
}


/* ====================
   .foot-nav-box
   ==================== */
.foot-nav-box{
	margin: 20px auto 105px auto;
}

.foot-nav-box .gh-nav-list{
	justify-content: center;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	#gFooter .contents-wrapper {
    width: 100%;
    padding: 0;
	}
	
  .foot-nav-box{
		margin: 0 auto 40px auto;
	}
	
  .foot-nav-box .gh-nav-list a{
    width: 35vw;
    padding: 15px 0;
  }
  
  .foot-nav-box .gh-nav-list img{
    width: 24vw;
  }
}

/* ====================
   .moodal
   ==================== */
.modaal-overlay {
  z-index: 5000;
}

@media only screen and (max-width: 767px) {
  .modaal-container {
    width: calc(100vw - 24px);
    max-width: none;
    height: auto !important;
  }

  .modaal-content {
	width: 100%;
	aspect-ratio: 9 / 16;
	height: auto;
  }

  .modaal-content iframe.modaal-iframe-elem {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .modaal-inner-wrapper {
    padding: 0;
  }
}

/* ====================
   .bnr
   ==================== */
.js-popup-video {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 240px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease;
}

.js-popup-video.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.js-popup-video img {
  width: 100%;
  display: block;
}

.js-banner-close {
  position: absolute;
  top: -32px;
  right: -12px;
  width: 32px;
  height: 32px;
  border: none;
  background: url("../img/top/icon_close.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}

@media (hover: hover) {
  .js-banner-close:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1024px) {
	.js-popup-video {
		width: 25%;
	}
	
	.js-banner-close {
		width: 20px;
		height: 20px;
		top: -20px;
	}
}


@media only screen and (max-width: 767px) {
  .js-popup-video {
    right: 14px;
    bottom: 20px;
    width: 30%;
  }
	
	.js-banner-close {
		top: -18px;
		right: -6px;
		width: 17px;
		height: 17px;
	}

}
