@charset "UTF-8";
#first {
  position: relative;
  height: 100vh;
  z-index: 2;
}
#first.is-animation {
  z-index: 7;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}
.mask h1 {position: absolute;left: 10%;bottom: 10%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1800px) {
  .mask h1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .mask h1 {
    margin: 0 auto;
    padding: 0 2%;
    width: 55%;
  }
  .mask h1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
	#first {height: 25rem;}
}
/* ========== end △ */
/*-------------------------------------------------

	CONTENT

--------------------------------------------------*/
#content {padding: 10rem 0;}
#content ul {
	display: flex;
	justify-content: space-between;
	max-width: 1380px;
	margin: 0 auto;
}
#content ul li {
	position: relative;
	max-width: 420px;
	width: 32%;
}
#content ul li a {
	width: 100%;
	height: 19.1rem;
	text-align: center;
	display: block;
	background: #c50839;
	font-family: "Roboto", sans-serif;
	font-size: 23px;
	color: #fff;
	text-decoration: none;
	padding: 60px 0;
	position: relative;
}
#content ul li a span {
	display: block;
	margin-top: -10px;
	font-size: 18px;
}
#content ul li a figure {
	position: absolute;
	right: 20px;
	bottom: -30px;
	transition: all ease 0.3s;
}
#content ul li a:hover {
	transform: translateY(-10px);
}
#content ul li a:hover figure {
	right: 0;
	opacity: 0;
}
/*
#content ul li:nth-of-type(2) a:hover::after,
#content ul li:nth-of-type(3) a:hover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
}
#content ul li:nth-of-type(2) a:hover::before,
#content ul li:nth-of-type(3) a:hover::before {
	content: 'Coming Soon';
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 3;
	transform: translate(-50%,50%);
	width: 100%;
	font-weight: bold;
	text-align: center;
}
*/
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	#content {padding: 5rem 0;}
  #content ul {
    flex-wrap: wrap;
  }
	#content ul li {
    width: 100%;
    margin-bottom: 5%;
    max-width: 100%;
  }
  #content ul li:last-child {
    margin-bottom: 0;
  }
  #content ul li a {
	  height: auto;
    padding: 40px 0;
  }
  #content ul li a strong {
    font-size: 25px;
  }
}
/*-------------------------------------------------

	RECRUIT

--------------------------------------------------*/
.scroll {
	position: absolute;
	right: 40px;
	bottom: 120px;
	font-size: 12px;
	width: 125px;
	text-align: right;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding-bottom: 5px;
	transform: rotate(-60deg);
	z-index: 3;
}
.tt1_sec {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	margin-bottom: 10rem;
	background: #f5f5f5;
}
.tt1_sec .inner {
  background: #c50839;
  width: calc(100% - 164px);
  padding: 60px 0;
  transition: all ease 0.3s;
  z-index: 7;
}
.tt1_sec .inner .content {max-width: 1290px;margin: 0 auto;display: flex;}
.tt1_sec .inner .content .left {padding-top: 70px;}
.tt1_sec .inner .content .left p {font-size: 18px;color: #fff;}
.tt1_sec .inner .content .right {width: 46%;margin-left: 55px;}
.tt1_sec .inner .btn1 {margin-top: -140px;}
@media only screen and (max-width: 1800px) {
	.tt1_sec .inner {width: 100%;padding: 60px 20px;}
	.tt1_sec .inner .content {max-width: 100%;justify-content: space-between;margin-bottom: 5%;}
	.tt1_sec .inner .content img {max-width: 100%;}
	.tt1_sec .inner .content .left {position: relative;z-index: 2;}
	.tt1_sec .inner .btn1 {margin-top: 0;}
}
@media only screen and (max-width: 1800px) and (max-width: 639px) {
	.tt1_sec {margin: 0;padding: 0;}
	.tt1_sec .inner {padding: 18% 2% 8%;}
	.tt1_sec .inner .content {flex-wrap: wrap;flex-direction: column-reverse;}
	.tt1_sec .inner .content .left {padding-top: 0;}
	.tt1_sec .inner .content .left .cm_tt1 strong {text-align: right;margin-top: -20px;}
	.tt1_sec .inner .content .left .cm_tt1 strong img {width: 80%;}
	.tt1_sec .inner .content .left p {margin-bottom: 10rem;font-size: 16px;}
	.tt1_sec .inner .content .right {width: 100%;margin-left: 0;}
	.tt1_sec .inner .btn1 {margin-top: 0;}
	.mask h1 {margin: 0 auto;padding: 0 2%;width: 100%;}
}
/*-------------------------------------------------

	PERFORMANCE

--------------------------------------------------*/
.tt2_sec {
	display: flex;
	justify-content: flex-end;
	margin: -215px 0 110px;
	padding-top: 1rem;
	position: relative;
	background: rgba(255,255,255,.8);
}
.tt2_sec:after {
  display: block;
  content: "";
  width: 100%;
  height: 470px;
  position: absolute;
  z-index: -1;
  top: 0;
}
.tt2_sec .content {
  width: calc(100% - 164px);
  display: flex;
  justify-content: flex-end;
  transition: all ease 0.3s;
}
.tt2_sec .content .box {
  width: 580px;
  box-sizing: border-box;
  position: relative;
  transition: all ease 0.3s;
}
.tt2_sec .content .box:hover {
  transform: translateY(-10px);
}
.tt2_sec .content .box a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.tt2_sec .content .box h2 strong {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #000;
  display: block;
  margin-top: -10px;
}
.tt2_sec .content .box h2 span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.tt2_sec .content .box h2 span:before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.tt2_sec .content .box:last-child {
  border-right: none;
}
.tt2_sec .content .box figure {
  background: #c50839;
  padding: 67px 0px 0 69px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.tt2_sec .content .box p {
  padding: 15px 30px 0 69px;
  font-size: 16px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1800px) {
  .tt2_sec .content {
    width: 100%;
    justify-content: space-between;
  }
  .tt2_sec .content .box {
    width: 33.3%;
  }
  .tt2_sec .content .box h2 strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1800px) and (max-width: 900px) {
  .tt2_sec .content .box h2 strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1800px) {
  .tt2_sec .content .box figure {
    padding: 50px 0 0 50px;
  }
  .tt2_sec .content .box figure img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1800px) {
  .tt2_sec .content .box p {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1800px) {
  .tt2_sec .btn1 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1800px) and (max-width: 639px) {
  .tt2_sec {
    margin-bottom: 15%;
    background: #f5f5f5;
    padding-top: 0;
  }
  .tt2_sec:after {
    display: none;
  }
  .tt2_sec .content {
    padding: 8% 3%;
    flex-wrap: wrap;
  }
  .tt2_sec .content .box {
    width: 100%;
    margin-bottom: 8%;
  }
  .tt2_sec .content .box figure {
    padding: 8% 0 0 8%;
  }
  .tt2_sec .content .box figure img {
    width: 100%;
  }
  .tt2_sec .content .box:last-child {
    margin-bottom: 0;
  }
  .tt2_sec .content .box p {
    padding-left: 8%;
  }
}
/*-------------------------------------------------

	PERFORMANCE

--------------------------------------------------*/
.tt3_sec {background: url("../images/top/performance.jpg") no-repeat 50% 100% / 200rem;height: 65rem;}
.tt3_sec .content {
	position: relative;
	max-width: 1380px;
	height: 100%;
	margin: 0 auto;
}
.tt3_sec .content .cm_tt1 {line-height: 1;}
.tt3_sec .content .cm_tt1:before {top: -35px;}
.tt3_sec .content .cm_tt1 span {display: block;}
.tt3_sec .content .cm_tt1 strong {margin-left: 160px;margin-top: -50px;}
.tt3_sec .content a {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10rem;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 420px;
	padding: 60px 0;
	background: #c50839;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
.tt3_sec .content a span {display: block;margin-top: -10px;font-size: 18px;}
.tt3_sec .content a figure {
	position: absolute;
	right: 20px;
	bottom: -10px;
	transition: all ease 0.3s;
}
.tt3_sec .content a:hover {transform: translate(-50%,-10px);}
.tt3_sec .content a:hover figure {right: 0;opacity: 0;}
@media only screen and (max-width: 1800px) {
	.tt3_sec .content {padding: 0 20px;box-sizing: border-box;}
	.tt3_sec .content .cm_tt1 strong img {max-width: 100%;}
}
@media only screen and (max-width: 639px) {
	.tt3_sec {
		height: 50rem;
		background: url("../images/top/performance.jpg") no-repeat 50% 25% / 1200px auto;
		margin-bottom: 15%;
	}
	.tt3_sec .content .cm_tt1 {margin-bottom: 240px;}
	.tt3_sec .content .cm_tt1 strong {margin-left: 0;margin-top: -2px;}
	.tt3_sec .content a {max-width: 100%;padding: 40px 0;}
	.tt3_sec .content a strong {font-size: 25px;}
}
/*-------------------------------------------------

	Start Lab PROJECT

--------------------------------------------------*/
.tt4_sec {display: flex;margin-bottom: 140px;}
.tt4_sec .content {
  background: #c50839;
  width: calc(100% - 164px);
  padding: 80px 0 0;
  height: 700px;
}
.tt4_sec .content .cm_tt1 {
  margin-left: 260px;
}
.tt4_sec .content .btn1 {
  margin-top: -60px;
}
.tt4_sec .content .btn1 a {
  margin-left: 140px;
  box-shadow: 0 0 25px 0 #d6d6d6;
}
.tt4_sec .content .btn1 a .circle1, .tt4_sec .content .btn1 a .circle2, .tt4_sec .content .btn1 a .circle3, .tt4_sec .content .btn1 a .circle4 {
  border: 1px solid #cacaca;
}
.tt4_sec .content .inner {
  display: flex;
  max-width: 1475px;
  padding-left: 75px;
  box-sizing: border-box;
}
.tt4_sec .content .inner .left {
  margin-right: 55px;
}
.tt4_sec .content .inner .right {
  padding-top: 80px;
}
.tt4_sec .content .inner .right h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.tt4_sec .content .inner .right p {
  color: #fff;
  font-size: 18px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1800px) {
	.tt4_sec {margin-bottom: 0;}
  .tt4_sec .content {
    padding: 90px 50px;
    width: 100%;
    height: auto;
  }
  .tt4_sec .content .cm_tt1 {
    margin-left: 0;
  }
  .tt4_sec .content .cm_tt1 img {
    max-width: 100%;
  }
  .tt4_sec .content .cm_tt1 strong {
    margin-top: -20px;
  }
  .tt4_sec .content .inner {
    padding-left: 0;
    max-width: 100%;
    align-items: center;
    margin-bottom: 5%;
  }
  .tt4_sec .content .inner .left {
    margin-left: 0;
  }
  .tt4_sec .content .inner .left img {
    max-width: 100%;
  }
  .tt4_sec .content .inner .right {
    padding-top: 0;
  }
  .tt4_sec .content .btn1 {
    margin-top: 0;
  }
  .tt4_sec .content .btn1 a {
    margin-left: 0;
  }
  /* ▽ TAB-SP layout ========== */
  /* ========== end △ */
}
@media only screen and (max-width: 1800px) and (max-width: 900px) {
  .tt4_sec .content .inner {
    flex-wrap: wrap;
  }
  .tt4_sec .content .inner .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt4_sec {
    margin-bottom: 15%;
  }
  .tt4_sec .content {
    padding: 18% 3% 8%;
  }
  .tt4_sec .content .inner .right h3 {
    font-size: 25px;
  }
  .tt4_sec .content .inner .right p {
    font-size: 16px;
  }
}
/*-------------------------------------------------

	SOLUTION

--------------------------------------------------*/
.tt5_sec {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	margin-bottom: 10rem;
	background: #fff;
}
.tt5_sec .inner {
	width: calc(100% - 164px);
	padding: 60px 0;
	transition: all ease 0.3s;
	z-index: 7;
}
.tt5_sec .content {display: flex;max-width: 1290px;margin: 0 auto 10rem;}
.tt5_sec .left p {font-size: 18px;}
.tt5_sec .right {margin-left: 55px;}
.tt5_sec .btn1 {margin-top: -140px;}
.tt5_sec .btn1 a,
.tt5_sec .box_intervew .btn1 p {background: #c50839;color: #fff;box-shadow: 0 0 11px 0px #A52019;}
.tt5_sec .btn1 a p {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
	width: 125px;
    height: 125px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.tt5_sec .btn1 .circle1,
.tt5_sec .btn1 .circle2,
.tt5_sec .btn1 .circle3,
.tt5_sec .btn1 .circle4 {border-color: #c50839;}
@media only screen and (max-width: 1800px) {
	.tt5_sec  {margin-bottom: 0;}
	.tt5_sec .inner {width: 100%;padding: 60px 20px;}
	.tt5_sec .content {max-width: 100%;justify-content: space-between;}
	.tt5_sec img {max-width: 100%;}
	.tt5_sec .left {position: relative;z-index: 2;}
	.tt5_sec .btn1 {margin-top: 0;}
	.tt5_sec .btn1 a p {width: 90px;height: 90px;}
}
@media only screen and (max-width: 1800px) and (max-width: 639px) {
	.tt5_sec {margin-top: 0;padding: 0;margin-bottom: 0%;}
	.tt5_sec .inner {padding: 18% 2% 8%;}
	.tt5_sec .content {flex-wrap: wrap;flex-direction: column-reverse;}
	.tt5_sec .cm_tt1 strong {text-align: right;margin-top: -20px;}
	.tt5_sec .left p {font-size: 16px;}
	.tt5_sec .right {width: 100%;margin: 0 0 1rem;}
	.tt5_sec .btn1 {margin-top: 0;}
}
/*-------------------------------------------------

	COMPANY

--------------------------------------------------*/
.tt6_sec {display: flex;margin-bottom: 140px;}
.tt6_sec .content {
	background: #c50839;
	width: calc(100% - 164px);
	padding: 80px 0 0;
	height: 700px;
}
.tt6_sec .content .cm_tt1 {margin-left: 260px;}
.tt6_sec .content .btn1 {margin-top: -60px;}
.tt6_sec .content .btn1 a {margin-left: 140px;box-shadow: 0 0 25px 0 #d6d6d6;}
.tt6_sec .content .btn1 a .circle1,
.tt6_sec .content .btn1 a .circle2,
.tt6_sec .content .btn1 a .circle3,
.tt6_sec .content .btn1 a .circle4 {border: 1px solid #cacaca;}
.tt6_sec .content .inner {
	display: flex;
	max-width: 1475px;
	padding-left: 75px;
	box-sizing: border-box;
}
.tt6_sec .content .inner .left {margin-right: 55px;}
.tt6_sec .content .inner .right {padding-top: 80px;}
.tt6_sec .content .inner .right h3 {font-size: 30px;color: #fff;margin-bottom: 15px;}
.tt6_sec .content .inner .right p {margin-bottom: 13rem;color: #fff;font-size: 18px;}
@media only screen and (max-width: 1800px) {
	.tt6_sec {margin-bottom: 0;}
	.tt6_sec .content {padding: 90px 50px;width: 100%;height: auto;}
	.tt6_sec .content .cm_tt1 {margin-left: 0;}
	.tt6_sec .content .cm_tt1 img {max-width: 100%;}
	.tt6_sec .content .cm_tt1 strong {margin-top: -20px;}
	.tt6_sec .content .inner {
		padding-left: 0;
		max-width: 100%;
		align-items: center;
		margin-bottom: 5%;
	}
	.tt6_sec .content .inner .left {margin-left: 0;}
	.tt6_sec .content .inner .left img {max-width: 100%;}
	.tt6_sec .content .inner .right {padding-top: 0;}
	.tt6_sec .content .btn1 {margin-top: 0;}
	.tt6_sec .content .btn1 a {margin-left: 0;}
}
@media only screen and (max-width: 1800px) and (max-width: 900px) {
  .tt6_sec .content .inner {flex-wrap: wrap;}
  .tt6_sec .content .inner .left {width: 100%;margin-right: 0;margin-bottom: 5%;}
}
@media only screen and (max-width: 639px) {
  .tt6_sec {margin-bottom: 15%;}
  .tt6_sec .content {padding: 18% 3% 8%;}
  .tt6_sec .content .inner .right h3 {font-size: 25px;}
  .tt6_sec .content .inner .right p {font-size: 16px;}
}