@charset "UTF-8";

#page-header{
	position: relative;
	overflow: hidden;
	height: calc(100vh - 255px); /*130px + 125px*/
	min-height: 600px;
	padding-bottom: 50px;
}

#page-header .movie{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
  height: 140%;
}

#page-header .movie video{
  height: 100%;
  width: auto;
}

#page-header .inner{
	position: relative;
	padding: 20px 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

#page-header .internship{
	position: absolute;
	right: 0px;
	top: 20px;
}

#page-header .internship a{
	border: 1px solid #c70000;
	background-color: #fff;
	color: #c70000;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 100%;
	padding: 15px;
	width: 200px;
	display: inline-block;
	text-align: center;
}

#page-header .text .line{
    position: relative;
    overflow: hidden;
    display: inline-block;
  padding: 0;
}


#page-header .text span.p{
  position: relative;
  display: inline-block;
  opacity: 0;
  z-index: 8;
}

#page-header .text span.out,
#page-header .text span.in{
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}


#page-header .text span.in{
  background-color: #fff;
  z-index: 4;
}
#page-header .text span.out{
  background-color: #000;
  z-index: 3;
}

#page-header .text .copy span.in{
  background-color: #c70000;
  z-index: 4;
}
#page-header .text .copy span.out{
  background-color: #000;
  z-index: 9;
}

#page-header .text{
	position: relative;
	padding-left: 70px;
	padding-top: 60px;
}

#page-header .text .sitename{
	font-size: 1.6rem;
	margin-bottom: 30px;
}

#page-header .text .copy{
	font-size: 3.8rem;
	line-height: 180%;
	margin-bottom: 30px;
}

#page-header .text .copy span.p{
	color: #fff;
/*	background-color: #c70000; */
	line-height: 100%;
	display: inline-block;
	padding: 4px 6px 6px ;
}

#page-header .text .copy-en{
	font-size: 3.8rem;
	margin-bottom: 30px;
}

#page-header .text .corp-copy{
	font-size: 1.6rem;
	margin-bottom: 50px;
}

#page-header #news{
	position: relative;
	width: 670px;
	height: 100px;
}

#page-header #news .news-inner{
	background-color: #333333;
	padding: 10px;
	width: 100%;
	display: flex;
	margin-bottom: 5px;
}

#page-header #news .title{
	color: #fff;
	font-weight: 700;
	padding: 0 30px 0 10px;
	font-size: 1.3rem;
}

#page-header #news .news-content{
	color: #fff;
	font-size: 1.3rem;
	overflow: hidden;
	height: 2rem;
	transition: height .2s linear; 
}

#page-header #news.open .news-content{
	overflow-y: scroll;
	height: 8rem;
	width: calc(100% - 105px);
}

#page-header #news .news-content::-webkit-scrollbar{
	width: 4px;
}
#page-header #news .news-content::-webkit-scrollbar-track{
	background: #333333;
}
#page-header #news .news-content::-webkit-scrollbar-thumb{
	background: #999;
}


#page-header #news .news-content ul{
	width: 100%;
}

#page-header #news .news-content li{
	margin-bottom: 1rem;
}

#page-header #news .news-content span{
	display: inline-block;
	width: 80px;
}

#page-header #news .news-content a{
	color: #fff;
}

#page-header #news .more{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 7px;
	top: 7px;
	cursor: pointer;
}

#page-header #news .more::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 25px;
	width: 1px;
	background-color: #fff;
}

#page-header #news .more::after{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	height: 1px;
	width: 25px;
	background-color: #fff;
}

article h2{
	text-align: center;
}

article h2 .enc{
	display: block;
	font-size: 6.0rem;
}

article h2 .jp{
	display: block;
	font-size: 2.4rem;
}


/* SOLUTION
====================*/
#solution{
	background-color: #C70000;
	padding: 50px 0;
}

#solution h2{
	color: #fff;
	margin-bottom: 50px;
}

#solution .layout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#solution .layout .box{
	width: 49%;
	margin-bottom: 40px;
}

#solution .layout .box .text{
	position: relative;
	display: block;
	top: -60px;
	width: 90%;
	left: 5%;
	background: #fff;
	padding: 40px 8%;
  transition: transform .4s ease-in-out;
}

#solution .layout .box .text:hover{
  transform: scale(1.01);
}

#solution .layout .box .text .copy{
	margin-bottom: 30px;
}

#solution .layout .box .text .copy .enc{
	display: inline-block;
	border: 1px solid #FA0000;
	color: #FA0000;
	line-height: 100%;
	padding: 6px 12px;
	font-size: 2.4rem;
	font-weight: 600;
}

#solution .layout .box .text .copy .jp{
	display: inline-block;
	border: 1px solid #FA0000;
	background-color: #fa0000;
	color: #fff;
	line-height: 100%;
	padding: 6px 12px 8px;
	font-weight: 700;
}

#solution .layout .box .text h3{
	font-size: 2.2rem;
	margin-bottom: 7%;
	font-weight: 700;
}

#solution .layout .box .text .link{
  display: inline-block;
	position: relative;
	font-weight: 600;
	padding: 6px 30px 6px 0;
	color: #FA0000;
	font-size: 1.4rem;
  width: 86px;
  transition: width .2s linear;
}

#solution .layout .box .text .link::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fa0000;
  left: 0;
  bottom: 0;
}

#solution .layout .box .text .link:hover{
  width: 96px;
}

#solution .layout .box .text .link::after{
	content: "";
	position: absolute;
	display: block;
	right: 6px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fa0000;
	border-right: 1px solid #fa0000;
	transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width:1300px) {

#solution .layout .box .text h3{
	font-size: 1.7vw;
}

}

@media screen and (max-width:768px) {

#solution .layout .box .text h3{
	font-size: 1.2rem;
}

}


#company{
	background: #ACACAC;
	padding: 50px 0;
}

#company h2{
	color: #fff;
	margin-bottom: 50px;
}

#company .about{
	position: relative;
	margin-bottom: 80px;
}

#company .about .image{
	text-align: right;
	width: 100%;
}

#company .about .inner{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
#company .about .text{
  display: block;
	z-index: 1;
	width: 50%;
	height: 386px;
	background: rgba(199, 0, 0, .94);
	color: #fff;
	padding: 80px 55px;
}

#company .about .text:hover{
  transform: scale(1.01);
}
#company .about .text2{
  background: rgba(255, 255, 255, .94);
  color: #C70000;
}

#company .about .text h3{
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 7%;
}

#company .about .text p{
	font-size: 1.5rem;
	margin-bottom: 7%;
}


#company .about .text .link{
  display: inline-block;
	position: relative;
	font-weight: 600;
	padding: 6px 30px 6px 0;
	color: #fff;
	border-bottom: 3px solid #fff;
	font-size: 1.4rem;
  width: 86px;
  transition: width .2s linear;
}

#company .about .text .link:hover{
  width: 96px;
}

#company .about .text .link::after{
	content: "";
	position: absolute;
	display: block;
	right: 6px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
#company .about .text2 .link{
  color: #C70000;
	border-bottom: 3px solid #C70000;
}
#company .about .text2 .link::after{
	border-top: 1px solid #C70000;
	border-right: 1px solid #C70000;
}

#company .business{
	position: relative;
	margin-bottom: 150px;
}

#company .business h3 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22.4rem;
	font-weight: 100;
	color: #C4C4C4;
	line-height: 140px;
}

#company .business .layout {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px 0;
}

#company .business .layout .box{
	width: 48%;
	position: relative;
}

#company .business .layout .box:nth-child(2){
	top: 80px;
}

#company .business .layout .box:nth-child(3){
	top: 160px;
}

#company .business .layout .box .image{
  overflow: hidden;
}
#company .business .layout .box .image img{
  transition: transform .4s ease-in-out;
}
#company .business .layout .box:hover .image img{
  transform: scale(1.05);
}

#company .business .layout .box .title{
	position: absolute;
	bottom: 0;
	left: 0;
}

#company .business .layout .box .title .enc{
	background-color: #fa0000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 5px 15px;
}


#company .business .layout .box .title .jp{
	display: inline-block;
	background-color: #fff;
	padding: 5px 20px;
	font-size: 2.6rem;
}

#company .etc{
	display: flex;
	justify-content: center;
	padding: 0 20px;
}

#company .etc-top{
  margin-bottom: 40px;
}


#company .etc .box{
	position: relative;
	display: block;
	width: 48%;
	transition: opacity .2s linear;
}
	
#company .etc .box .image{
  overflow: hidden;
}
#company .etc .box .image img{
  transition: transform .4s ease-in-out;
}
#company .etc .box:hover .image img{
  transform: scale(1.05);
}
#company .etc .box .title{
	position: absolute;
	bottom: 0;
	left: 0;
}

#company .etc .box .title .enc{
	background-color: #fa0000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 5px 15px;
}


#company .etc .box .title .jp{
	display: inline-block;
	background-color: #fff;
	padding: 5px 20px;
	font-size: 2.6rem;
}

#job{
	position: relative;
	background-color: #ACACAC;
	padding: 50px 0;
}

#job::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #C70000;
	left: 0;
	bottom: 0;
}


#job h2{
	margin-bottom: 50px;
}

#job h2 .enc{
	color: #fa0000;
}

#job .layout{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

#job .layout .box{
	width: 50%;
	position: relative;
	z-index: 1;
}

#job .layout .box:hover{
	opacity: 1;
}

#job .layout .box img{
	transition: opacity .2s linear;
}
#job .layout .box:hover img{
	opacity: 0.8;
}

#job .layout .box .image{
  overflow: hidden;
}
#job .layout .box .image img{
  transition: transform .4s ease-in-out;
}
#job .layout .box:hover .image img{
  transform: scale(1.05);
}

#job .layout .box::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#job .layout .box .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}

#job .layout .box .text::after{
	content: "";
	position: absolute;
	display: block;
	right: -20px;
	top: 50%;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}


#work{
	position: relative;
	background-color: #C70000;
	padding: 50px 0 0;
}

#work::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #ACACAC;
	left: 0;
	bottom: 0;
}

#work h2{
	color: #fff;
	margin-bottom: 50px;
}

#work .interview.inner{
	position: relative;
}

#work .interview .title {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22.4rem;
	font-weight: 100;
	color: #DD0000;
	line-height: 140px;
}

#work .interview .slider{
	z-index: 1;
	position: relative;
}


#work .interview .box{
	color: #fff;
}

#work .interview .box .text .type{
	padding: 15px 0 0px;
}

#work .interview .box .text .type span{
	display: inline-block;
	line-height: 100%;
	padding: 4px 8px;
	color: #fff;
	font-size: 1.6rem;
}

#work .interview .box .text .type span.syoku{
  display: block;
  padding-left: 0;
  font-size: 1.4rem;
}

#work .interview .box .text .type span.c1{ background-color: #004B7B; }
#work .interview .box .text .type span.c2{ background-color: #2A6459; }
#work .interview .box .text .type span.c3{ background-color: #7E5938; }

#work .interview .box .text .name .jp{
	display: inline-block;
	padding-right: 15px;
}

#work .interview .box .text .name .en{
	display: inline-block;
	font-size: 1.4rem;
}

#work .interview .box .text .bu{
	font-size: 1.4rem;
}


#work .interview .swiper-wrapper{
	align-items: flex-end;
}

#work .interview .box {
  width: 31% !important;
  margin: 0 ;
  padding: 1.5%;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#work .interview .box .image{
  overflow: hidden;
  background-color: #fff;
  line-height: 100%;
}

#work .interview .box .image img{
  transition: transform .4s ease-in-out;
}
#work .interview .box:hover .image img{
  transform: scale(1.05);
}


#work .interview .list-link{
  position: absolute;
  right: 36px;
  top: 0px;
  color: #fff;
  z-index: 10;
}

#work .interview .list-link a{
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 50px 12px 15px;;
  line-height: 100%;
  background-color: #000;
}


#work .interview .list-link a::after{
	content: "";
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

#work .interview .box.swiper-slide-active {
  width: 38% !important;
  margin-top: 0;
}

#work .interview .swiper-pager{
	position: absolute;
	right: 36px;
	top: 70px;
	display: flex;
	align-items: center;
	z-index: 50;
}

#work .interview .swiper-pager .swiper-prev,
#work .interview .swiper-pager .swiper-next{
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #000;
	margin: 0 5px;
	cursor: pointer;
}

#work .interview .swiper-pager .swiper-prev::after{
	content: "";
	position: absolute;
	display: block;
	left: 24px;
	top: 50%;
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}

#work .interview .swiper-pager .swiper-next::after{
	content: "";
	position: absolute;
	display: block;
	right: 24px;
	top: 50%;
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

#work .interview .swiper-pagination{
	display: none;
}

#work .interview .swiper-custom-fraction{
	color:#fff;
	padding-right: 20px;
}

#work .interview .swiper-custom-fraction span{
	font-weight: 700;
}


#work .etc{
	position: relative;
	padding-bottom: 50px;
}

#work .etc .layout{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

#work .etc .layout .box{
  width: 33.33%;
}


#work .etc:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #fff;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#work .etc .box{
	text-align: center;
}

#work .etc .box .image{
  overflow: hidden;
  line-height: 100%;
  padding: 0 5px;
}

#work .etc .box .image img{
  transition: transform .4s ease-in-out;
}
#work .etc .box:hover .image img{
/*  transform: scale(1.05); */
}


#etc{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#etc .box{
	width: 50%;
}

#etc .box1{
  width: 42%;
}
#etc .box2{
  width: 56%;
}

#etc .box h2{
	text-align: left;
}

#etc .box h2 .jp{
	display: inline;
}

#etc .box h2 .enc{
	color: #fa0000;
	display: inline;
	padding-right: 30px;
}

#etc .box ul{
	display: flex;
	justify-content: left;
	padding-top: 20px;
}

#etc .box ul li{
	font-size: 1.4rem;
	margin-right: 3%;
	min-width: 30%;
  margin-bottom: 15px;
}
#etc .box2 ul li{
  min-width: 20%;
}

#etc .box.box1 ul li:nth-child(2){
}

#etc .box ul li a{
  display: block;
  border: 1px solid #D9D9D9;
  width: 100%;
	padding: 20px;
}


@media only screen and (max-width: 768px){

#page-header .internship{
  right: 15px;
}

#page-header{
  padding-bottom: 0;
  min-height: 0;
 /* height:  calc(100vh - 141px); */
 height: auto;
}

#page-header .inner{
  display: block;
  padding-bottom: 0;
}

#page-header .movie{
  top: 0;
  transform: none;
  height: calc(100% - 60px);
}

#page-header .text{
  padding: 0;
}

#page-header .text .copy-wrap{
  padding: 50px 20px 20px;
}

#page-header .text .copy{
  font-size: 9vw;
}

#page-header .text .copy-en{
  font-size: 5.5vw;
  margin-bottom: 20px;
}

#page-header .text .corp-copy{
  margin-bottom: 20px;
}

#page-header #news{
  width: 100%;
  height: auto;
}

#page-header #news .title{
  padding: 0 0 10px 0;
}

#page-header #news .news-inner{
  display: block;
}

#page-header #news .news-inner:last-child{
  margin-bottom: 0;
}

#page-header #news .news-content{
  height: 4rem;
}

#page-header #news.open .news-content{
  width: 100%;
}

#page-header #news .more{
}

#page-header .text span.out{
  display: none !important;
}
#page-header .text span.p{
  opacity: 1 !important;
}
#page-header .text span.in{
  width: 100% !important;
}

#solution .layout{
  display: block;
}

#solution .layout .box{
  width: 100%;
  margin-bottom: 0;
}

#solution .layout .box .text{
  padding: 20px;
  height: auto !important;
  top: -25px;
}

#solution .layout .box .text .copy{
  margin-bottom: 15px;
}
#solution .layout .box .text .copy .enc{
  font-size: 1.4rem;
}

#solution .layout .box .text .copy .jp{
  font-size: 1.2rem;
}

#solution .layout .box .text h3{
  margin-bottom: 10px;
}


#company {
  padding: 50px 0 0;
}

#company .about{
  margin-bottom: 0;
}


#company .about .inner{
  position: static;
  display: block;
  transform: none;
}

#company .about .image{
  padding: 0;
}

#company .about .text{
  width: 100%;
  padding: 20px;
  height: auto;
}

#company .about .text h3{
  margin-bottom: 20px;
}

#company .about .text p{
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#company .etc-top{
  margin-bottom: 0;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  
}

#company .business {
  padding-top: 20px;
  margin-bottom: 40px;
}

#company .business h3{
  position: static;
  font-size: 30vw;
  line-height: 100%;
  overflow:hidden;
  white-space: nowrap;
  right: auto;
  width: 100%;
  text-align: center;
}

#company .business .layout{
  display: block;
  padding: 0 15px;
}

#company .business .layout .box{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

#company .business .layout .box .title{
  position: relative;
  margin-top: -65px;
}

#company .business .layout .box:nth-child(2),
#company .business .layout .box:nth-child(3){
  position: static;
}

#company .etc{
  display: block;
  padding: 0 15px;
}

#company .etc .box{
  width: 100%;
  margin-top: 15px;
}

#job{
  padding: 50px 0 0;
}

#job .layout{
  padding: 0;
}

#job::after{
  content: none;
}

#job h2{
  margin-bottom: 20px;
}


#work h2{
  margin-bottom: 20px;
}

#work .interview .list-link{
  position: relative;
  text-align: center;
  width: 100%;
  top: 0;
  right: 0;
}

#work .interview.inner {
    margin-bottom: 50px;
}

#work .interview .box{
  width: 45% !important;
}

#work .interview .box.swiper-slide-active {
  width: 53.6805% !important;
}

#work .interview .box .text .type span.syoku{
  font-size: 1.2rem;
}

#work .interview .box .text .name .en{
  display: block;
}

#work .interview .box .text .bu{
  font-size: 1.2rem;
}

#work .interview .box .text .type span{
  font-size: 1.4rem;
}


#work .interview .swiper-pager{
  top: 10px;
  right: 0;
}

#work .interview .swiper-pager .swiper-prev, #work .interview .swiper-pager .swiper-next{
  width: 30px;
  height: 30px;
}

#work .interview .swiper-pager .swiper-next::after{
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
}

#work .interview .swiper-pager .swiper-prev::after{
  left: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
}


#work .etc:after{
  content: none;
}

#work .etc .layout{
  display: block;
  padding: 0 15px;
}

#work .etc .layout .box{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

#etc{
  display: block;
  margin-bottom: 120px;
  padding: 0 15px;
}

#etc .box{
  width: 100%;
}

#etc .box ul{
  display: block;
}

#etc .box ul li{
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#etc .box ul li::after{
	content: "";
	position: absolute;
	display: block;
	right: 24px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fa0000;
	border-right: 1px solid #fa0000;
	transform: rotate(45deg) translateY(-50%);
}

#etc .box h2 .enc{
  font-size: 4rem;
  padding-right: 20px;
}
#etc .box h2 .jp{
  font-size: 2rem;
}


}

