@charset "utf-8";
/*--------------------------------------------------
[1]common
[2]headerContainer
[3]sideContainer
[4]footerContainer
[5]Container
[6]topContainer
[7]subContainer
[8]Display: none;
----------------------------------------------------*/

/* [1]common
----------------------------------------------------*/
/* 設定 */
html{
	margin: 0;
	padding: 0;
}

/* font */
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	min-width: 900px;
	
}

header {
	width: 100%;
	z-index: 9999999;
	position: relative;
}

.headerContetns {	
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	z-index: 9999999;
	position: fixed;
	top: 0;
}
#sub .headerContetns { background-color: #FFF; }
.headerContetns.fixed {
	background-color: #FFF;
	transition:background-color .5s;	
}

#trns{
	  position: fixed;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999999999;
	background-image: url(images/logo.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 389px 27px;
		background-color: #000;
}

.headerBox {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;	
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* clear
-------------------------------------------------- */
.clear { clear: both; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* a 
----------------------------------------------- */
a,a:link { text-decoration: none; }
a img, img {
	border: none;
	line-height: normal;
	vertical-align: top;
}

/* img 
--------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
.imgText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.object-fit-img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

/* slide
------------------------------------ */
#sliderbox { position: relative; width: 100%; padding: 0; box-sizing: border-box; }

.box{
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}
video{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* scroll */
.scroll {
	z-index: 999999;
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 20px;
	height: 300px;
	text-align: center;
	writing-mode: vertical-rl;
}
.scroll a{
	color: #fff;
	display: block;
	position: relative;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	width: 20px;
	height: 300px;
}

.scroll a:after{
	position: absolute;
	top: 230px;
	left: 8px;
	width: 9px;
	height: 18px;
	background-image: url(images/icon-scroll.png);
	background-repeat: no-repeat;
	background-position: left top;
	content:"";
	transition: top .5s;
}

.scroll a:before{
	position: absolute;
	top: 210px;
	left: 8px;
	width: 1px;
	height: 30px;
	background-color: #fff;
	content:"";
	transition: height .5s;
}
.scroll a:hover:after{
	top: 240px;
	transition: top .5s;
}
.scroll a:hover:before{
	height: 50px;
	transition: height .5s;
}

/* [2]headerContainer
----------------------------------------------------------------------------------------- */
.headerContetns h1 {
	position: absolute;
	left: 30px;
	z-index: 9999999;
	width: 389px;
	height: 27px;
	top: 25px;
}
.headerContetns h1 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 389px;
	height: 27px;
	background-image: url(images/logo.png);
}
.headerContetns.fixed h1 a,
#sub .headerContetns h1 a{background-image: url(images/logo-fixed.png);}

.entryBtn {
	position: fixed;
	top: 0;
	right: 80px;
	width: 130px;
	height: 80px;
	text-align: center;
	z-index: 99999999;
}
.entryBtn a{
	display: block;
	background-color: #ef7a00;
	color: #FFF;
	font-family: 'Asap', sans-serif;
	font-size: 26px;
	font-weight: bold;
	height: 80px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding-top: 15px;
	box-sizing: border-box;
}
.entryBtn a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
.entryBtn a:hover{ background-color: #efae00; }

/* gnav */
.headerNav {
	width: 690px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -690px;
  	z-index: 99999999;
	padding: 30px;
	box-sizing: border-box;
	background-color: #000;
	overflow: auto;	
}


.headerNav h2{
	width: 276px;
	height: 27px;
	margin-bottom: 60px;	
}

.headerNav h2 a{
	width: 276px;
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	background-image: url(images/logo-nav.png);	
}

nav .navigation { margin: 30px 0 50px;}
nav .navigation li { line-height: 1.1; padding: 12px 0; box-sizing: border-box; }

nav .navigation li a{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

nav .navigation li a:before{
	position: absolute;
	top: 10px;
	left: 0;
	height: 1px;
	width: 8px;
	content: "";
	background-color: #fff;
}

nav .navigation li a span{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #b5b5b5;
	font-weight: normal;
}

nav .navigation li a:hover{ color: #ef7a00; }

.corpoBtn { text-align: center; margin: 30px auto 0; }
.corpoBtn a{
	display: block;
	width: 100%;
	border: 1px solid #FFF;
	padding: 15px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	line-height: 1.2;
}
.corpoBtn a span{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #b5b5b5;
	font-weight: normal;
}

.corpoBtn a:hover{
	background-color: #FFF;
	color: #000;
}


/* [4]footerContainer
----------------------------------------------------------------------------------------- */
footer {
	padding: 60px 20px;
	box-sizing: border-box;
	position: relative;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 100%;
	text-align: center;
}

footer h2 {
	width: 166px;
	height: 34px;
	margin: 0 auto 30px;
}
footer h2 a{
	width: 166px;
	height: 34px;
	display: block;
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

footer ul { margin-bottom: 30px; }
footer ul li {
	display: inline-block;
	margin: 0 5px;
}

footer ul li a{
	border: 1px solid #FFF;
	padding: 8px 40px;
	color: #FFF;
}
footer ul li a:hover{
	background-color: #FFF;
	color: #000;
}

/* copyright */
.copyright {
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0.5px;
}


/* pageTop */
#pageTop {
	width: 100%;
	margin: 1px 0;
	position:relative;
}

#pageTop a{
	width: 100%;
	z-index: 9999999;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center 13px;
	display: block;
	transition: background-color .5s;
	font-family: 'Asap', sans-serif;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 30px 0 13px;
	font-weight: 600;
	background-color: #000;
	box-sizing: border-box;
	letter-spacing: 1px;
}



/* [5]Container
----------------------------------------------------------------------------------------- */

#container {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
}

#sub #container {
	margin-top: 80px;
}
	
.mainTtl {
	color: #ef7a00;
	font-size: 130px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 0.8;
	z-index: 999999;
	position: relative;
	margin-bottom: 20px;
}

.mainTtl span{
	display: block;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.mainTtl span.spBlack{
	color: #000;
}

.mainTtl span.spWhite{
	color: #fff;
	text-align: right;
}


.btn a,
.btn input,
a .btn {
	font-size: 17px;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 120px 18px 140px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	border: 1px solid #fff;
	background-color: #000;
	position: relative;
	font-weight: 600;
}

.btn a:after,
.btn input:after,
a .btn:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	content:"+";
	font-size: 16px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	margin-left: -70px;
}

.btn a:hover,
.btn input:hover,
a:hover .btn,
#pageTop a:hover { background-color: #313131; border: 1px solid #313131; }
#pageTop a:hover { border: none; }

.btn a:hover,
a:hover .btn { border: 1px solid #fff; }

.btn2 a,
a .btn2 {
	font-size: 18px;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 120px 18px 140px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Asap', sans-serif;
	border: 1px solid #fff;
	position: relative;
	font-weight: 600;
}
.btn2 a:after,
a .btn2:after {
	position: absolute;
	top: 20px;
	left: 105%;
	content:"";
	width: 19px;
	height: 9px;
	background-image: url(images/icon-hor.png);
	background-repeat: no-repeat;
	background-position: left top;
	transition: left .5s;
}

.btn2 a:before,
a .btn2:before {
	position: absolute;
	top: 28px;
	left: 92%;
	content:"";
	width: 60px;
	height: 1px;
	background-color: #FFF;
	transition: width .5s;

}
.btn2 a:hover:after,
a:hover .btn2:after { left: 115%; transition: left .5s;}
.btn2 a:hover:before,
a:hover .btn2:before { width: 100px; transition: width .5s;}

.btn2 a:hover,
a:hover .btn2 {
	background-color: #efae00;
	transition: background-color .5s;
}


/* topBg */
.messagetop {
	background-image: url(images/bg-message.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	color: #FFF;
	text-align: left;
	padding: 60px;
	box-sizing: border-box;
	position: relative;
}

.entrytop {
	background-image: url(images/bg-entry.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 30px 0;	
}

.comTtl {font-size: 50px; margin-bottom: 25px; line-height: 1.2;}
.comTtl span{ font-weight: bold; }
.comTtl2 {font-size: 80px; margin-bottom: 25px; font-weight: 600; line-height: 1.2; font-family: 'Ubuntu', sans-serif;}
.txt {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.txtBox1,
.txtBox2{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #FFF;
	text-align: left;
	margin: 5px auto;
}

.txtBox { width: 560px; margin: 0 auto 30px; }
.txtBox dl { position: relative;}
.txtBox dt {
	font-size: 20px;
	width: 140px;
	position: absolute;
	top: -20px;
	right:-20px;
	z-index:99999;
}
.txtBox dt span{
	width: 140px;
	height: 140px;
	background-color: #FFF;
	color: #ef7a00;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	padding-top: 45px;
	transform:rotate(15deg);
	position: relative;
}

.txtBox dt span:after{
	width: 28px;
	height: 21px;
	position: absolute;
	bottom: -10px;
	left: 30px;
	content: "";
	background-image: url(images/hukidashi.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.txtBox dd {
	font-size: 16px;
}

/* [6]topContainer
----------------------------------------------------------------------------------------- */

.companyName {
	background-image: url(images/txt-okano.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 276px;
	height: 27px;
	margin: 0 0 30px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.messagetop .btn {
	position: absolute;
	bottom: 60px;
	right: 60px;
}

/*  worksBnr */
.worksBnr {
	position: relative;
	height: 524px;
}

.worksTtl {
	position: relative;
	width: 70.666%;
	height: 424px;
	top: 100px;
	border: 2px solid #ef7a00;
	box-sizing: border-box;
	padding: 169px 50px 50px;
}
.worksTtl .btn{z-index: 999999;}
.worksImg {
	position: absolute;
	width: 70.666%;
	right: 0;
	top: 50px;
}
.worksImg figure{
	position: relative;
	width: 100%;
	height: 424px;
	overflow: hidden;
	
}

.worksTxt {
	position: absolute;
	width: 28%;
	padding: 40px;
	background-color: #ef7a00;
	color: #FFF;
	top: 0;
	left: 50%;
	margin-left: -28%;
	min-width: 420px;
	box-sizing: border-box;	
}

/* appeal */
.appealBox { position: relative; margin-bottom: 140px; }
.appealBg {
	position: absolute;
	top: 70px;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
.appealSubBox { position: relative; box-sizing: border-box; top: -60px; }
.appealBg figure{
	position: relative;
	width: 100%;
	height: 631px;
	overflow: hidden;
}
.appealSubBox .appealTtl,
.appealSubBox .mainTtl,
.appealSubBox .btn { text-align: right; }
.appealSubBox .mainTtl { margin-bottom: 40px; line-height: 0.9;}
.appealSubBox h4 {
	position: absolute;
	top: 140px;
	color: #FFF;
	font-size: 50px;
	line-height: 1.0;
	display: block;
	vertical-align: middle;
}


.appealSubBox h4 span.addTtl003{
	display: inline-block;
	line-height: 2.0;
	vertical-align: middle;
}
.appealSubBox h4 span.addTtl001{
	font-size: 70px;
	display: inline-block;
	line-height: 1.0;
	vertical-align: middle;
}
.appealSubBox h4 span.addTtl002{
	font-size: 130px;
	position: relative;
	display: inline-block;
	margin-left: 40px;
	line-height: 0.5;
	color: #f4a24d;
	vertical-align: top;
}

.appealSubBox h4 span.addTtl002:after,
.appealSubBox h4 span.addTtl002:before{
	font-size: 70px;
	position: absolute;

}
.appealSubBox h4 span.addTtl002:before {
	top: 0;
	left: -65px;
	content:"『";
}
.appealSubBox h4 span.addTtl002:after {
	bottom: 0;
	right: -70px;
	content:"』";
}

.appealSubBox ul { margin-top: 60px; }
.appealSubBox ul li {
	float: left;
	width: 33.3333%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;	
}

.appealSubBox ul li div{
	position: relative;	
}

.appealSubBox ul li figure{
	position: relative;
	width: 210px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 9999;
}

.appealSubBox ul li dl{
	background-color: #ef7a00;
	width: 100%;
	padding: 120px 30px 30px;
	box-sizing: border-box;
	position: absolute;
	top: 105px;	
}


.appealSubBox ul li dl:after{
	position: absolute;
	color: rgba(255,255,255,0.3);
	font-size: 190px;
	bottom: 0px;
	right: 10px;
	line-height: 1;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;	
}
.appealSubBox ul li:nth-of-type(1) dl:after{
	content: "1";
}
.appealSubBox ul li:nth-of-type(2) dl:after{
	content: "2";
}
.appealSubBox ul li:nth-of-type(3) dl:after{
	content: "3";
}


.appealSubBox ul li dl dt {
	font-size: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
	font-weight: 600;
}

.appealSubBox ul li dl dt:after {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	width: 50px;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
}

/* bnr */
.bnrBox { margin-bottom: 60px; }
.bnrBox li {
	box-sizing: border-box;
}
.bnrBox li div{
	text-align: center;
}
.bnrBox li a{
	color: #FFF;
	display: block;
}
.bnrBox li a figure{
	position: relative;
	width: 100%;
	padding-top: 23.83177%;
	overflow: hidden;
}
.bnrBox li a dl{
	position: absolute;
	height: 160px;
	width: 100%;
	top: 50%;
	margin-top: -80px;
	
}
.bnrBox li a dt{
	font-size: 60px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	line-height: 0.9;
	margin-bottom: 15px;
}
.bnrBox li:nth-of-type(1) a dt{
	padding: 25px 0;
}
.bnrBox li a dd{
	font-size: 18px;
}
.bnrBox li:nth-of-type(1) a dl{
	left: 30px;
}
.bnrBox li:nth-of-type(2) a dl{
	right: 30px;
	text-align: right;
}
.bnrBox li a dl:after{
	content: "";
	position: absolute;
	background-image: url(images/icon-hor.png);
	background-repeat: no-repeat;
	background-position: left top;
	bottom: 0;
	left: 0;
	right: -30px;
	margin: 0 auto;
	width: 19px;
	height: 9px;
}
.bnrBox li a dl:before{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 50px;
	bottom: 0;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.bnrBox li:nth-of-type(2) a dl:after{
	left: inherit;
	right: 0px;
}
.bnrBox li:nth-of-type(2) a dl:before{
	left: inherit;
	right: 0;
}
.bnrBox li a figure img,
.worksImg figure img,
.appealBg figure img,
.appealSubBox ul li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerContetns h1 a:hover,
.headerNav h2 a:hover,
footer h2 a:hover,
.bnrBox li a:hover figure img {opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}

/* entry */
.entryBox a { color: #FFF; display: block; }
.entryBox a h3 {
	color: #fff;
	font-size: 130px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	z-index: 999999;
	position: relative;
	margin-bottom: 20px;
}

.entryBox a h3 span{
	display: block;
	font-size: 25px;
	font-family: 'Noto Sans JP', sans-serif;
}

.entryBox a p { font-size: 17px; line-height: 1.8; margin-bottom: 20px; }

/* interview */
.interviewBox {
	position: relative;
	margin-bottom: 60px;	
}

.interviewBox .box1500 {
	position: relative;
}

.interviewTtl {
	position: absolute;
	top: 35px;
	z-index: 999999;
}

@media screen and (max-width:1500px) { 
.interviewTtl { width: 100%; }
.interviewTtl .btn {
	position: absolute;
	top: 35px;
	right: 10px;
	z-index: 99999999999;
}

.interviewTtl .btn a{
	display: block;
	z-index: 99999999999;
}
}

@media screen and (max-width:1095px) { 
.interviewTtl .btn a{
	width: 200px;
	padding: 18px 0px 18px 0px;
}
}


/* subContent 
------------------------------------------------------- s*/
#subMain,
#subMain2 {
	position: relative;
	top: 0px;
	margin-bottom: 80px;
}

#subMain figure {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

#subMain2 {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
}
.intvDetailBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.intvDetailBox figure.intvDetailImg {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	overflow: hidden;
}
#subMain figure img,
.intvDetailBox figure.intvDetailImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;'
}

#subMain h2 {
	position: absolute;
	width: 100%;
	color: #FFF;
	color: #ef7a00;
	font-size: 130px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	bottom: -60px;
	left: 0;
	text-align: center;
	
}

#subMain2 h2 {
	position: absolute;
	width: 100%;
	color: #FFF;
	color: #ef7a00;
	font-size: 130px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	bottom: -100px;
	left: 0;
	text-align: center;
	z-index:99999;
}

#subMain h2 span,
#subMain2 h2 span{
	display: block;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

.intvList {margin-bottom: 60px;}
.intvList li {float: left; width: 33.333%; box-sizing: border-box; padding: 10px;}

.fukidashi {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 30px;
	background-image: url(images/bg-fukidashi.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 124px;
	height: 109.6px;
	color: #FFF;
	text-align: center;
	padding: 35px 0 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	opacity:0;
	transition: opacity .3s;
}

a:hover .fukidashi {
	opacity:1;
	transition: opacity .3s;
}

.intvList.intvList2 li {float: left; width: 25%; box-sizing: border-box; padding: 10px;}

.intvDetail {
	position: absolute;
	background-color: #fff;
	width: px;
	height: px;
	bottom: 20px;
	right: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.intvDetail.intvDetail2 {
	right:inherit;
	left: 20px;
}
.intvDetail dl {margin-bottom: 10px;}
.intvDetail dt {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}
.intvDetail dt span{
	font-size: 13px;
	font-weight: 500;
	display: block;
	color: #888;
}
.intvDetail dd {font-size: 13px;}
.intvDetail dd:nth-of-type(1) {margin-bottom: 10px; font-size: 14px;}

.intvDetail h3 { background-color: #000; color: #FFF; padding: 5px 10px; box-sizing: border-box; }
.intvDetail li {position: relative; font-size: 13px; padding: 5px 10px 15px; box-sizing: border-box;}
.intvDetail li:not(:first-child):after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-bottom-width: 0;
}
.intvDetail li:last-child {padding-bottom: 0;}


.subTtl {
	font-size: 30px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}
.subTtl span {
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: 0;
	left:0;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.subTtl:before {
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	margin: auto 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	content:"";
}

.subBtn li {text-align: center;}

.subBtn li a{
	display: block;
	height: 200px;
	padding: 60px 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 50px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	position: relative;
	background-color: #ef7a00;
}

.subBtn li a span{
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}
.subBtn li a:after {
	position: absolute;
	bottom: 27px;
	left: 50%;
	content:"";
	width: 19px;
	height: 9px;
	background-image: url(images/icon-hor.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 9.5px;
}

.subBtn li a:before {
	position: absolute;
	bottom: 27px;
	left: 50%;
	content:"";
	width: 60px;
	height: 1px;
	background-color: #FFF;
	margin-left: -39.5px;

}
.subBtn li a:hover:after { margin-left: 19.5px; transition: margin-left .5s;}
.subBtn li a:hover:before { width: 70px; transition: width .5s;}

.intvBoxD001,
.intvBoxD002 {
	position: relative;
}

.intvBoxD001 h2{
	font-size: 40px;
	color: #000;
	line-height: 0.8;
	padding: 5px 5px 0;
	box-sizing: border-box;
	font-weight: 700;
}

.intvBoxD001 h2 span {
	font-size: 30px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 2.0;
	display: inline-block;
	margin-right: 5px;
}

.intvBoxD001 p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8;
	padding-left: 45px;
	box-sizing: border-box;
}

.intvDTtl{
	font-size: 30px;
	line-height: 1.0;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.intvDTtl span.intvTtlB{
	padding: 10px 50px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 80px;
}

.intvDTtl span.intvSubTtl {
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	padding-top: 5px;
}

.intSche {
	width: 100%;
	background-image: url(images/bg-intvD.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.intvBoxD002 ul {
width: 100%;
max-width: 900px;
margin: 0 auto;
position: relative;
color: #FFF;

}
.intvBoxD002 ul li {padding: 10px 0; box-sizing: border-box; }
.intvBoxD002 ul li dt{position: relative; float: left; width: 60px; margin-right: 20px; box-sizing: border-box; font-size: 16px; text-align: right; font-weight: 700; padding-right: 40px;}
.intvBoxD002 ul.addsche2 li:first-child {margin-bottom: 5px;}
.intvBoxD002 ul li dd{ float: left; width: calc(100% - 130px); border-left: 1px solid #fff; padding: 5px 0 5px 10px; box-sizing: border-box;}

.intvBoxD002 ul.addsche2 li dd{ float: left; width: calc((100% - 130px)/2); border-left: 1px solid #fff; padding: 5px 0 5px 10px; box-sizing: border-box;}
.intvBoxD002 ul.addsche2 li:first-child dd{ border-left: none; background-color: #FFF; color: #ef7a00; font-size: 18px; font-weight: 800; text-align: center; }
.intvBoxD002 ul.addsche2 li:first-child dd:nth-of-type(1){ border-right:1px solid #ef7a00; }
.intvBoxD002 ul.addsche2 li:first-child dd:nth-of-type(2){ border-left:1px solid #ef7a00; }

.intvBoxD002 ul li dd p {position: relative; font-size: 17px; display: block; font-weight: 700;}
.intvBoxD002 ul li dd p span {font-size: 14px; line-height: 1.2; display: inline-block; margin-left: 5px; font-weight: 300; }
.intvBoxD002 ul li dd p span.dot {font-size: 9px; line-height: 0.5; margin-right: 5px; margin-left: 0; }
.intvBoxD002 ul li dd p span.scheV2 {padding-top: 10px; position: absolute; top:-5px; }
.intvBoxD002 ul li dd p.scheV {height: 40px;}
.intvBoxD002 ul li dd p.scheV3 {height: 50px;}
.intvBoxD002 ul li dt:after {
	position: absolute;
	top: 13px;
	left: 60px;
	background-color: #FFF;
	height: 1px;
	width: 20px;
	content:"";
}
.intvBoxD002 ul.addsche2 li:first-child dt:after {
	position: absolute;
	top: 13px;
	left: 60px;
	background-color: transparent;
	height: 1px;
	width: 20px;
	content:"";
}
.scheduleAdd {
padding-left: 80px;
box-sizing: border-box;
}

@media screen and (max-width:1030px) { 
.fukidashi {
	margin-left: 30px;
	width: 93px;
	height: 82.2px;
	padding: 25px 0 0;
	font-size: 13px;
}
}


.linkpage {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.linkpage li{
	width: 33.333%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.linkpage li a{
padding: 20px;
box-sizing: border-box;
background-color: #000;
color: #fff;
text-align: center;
font-size: 18px;
display: block;
font-weight: 700;
}

.faqBox li{
	margin: 5px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.faqBox li dt{
	background-color: #f8f8f8;
	padding: 20px 20px 20px 45px;
	box-sizing: border-box;
	cursor:pointer;
	font-size: 16px;
	position: relative;
	line-height: 1.0;
}
.faqBox li dt:before{
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 25px;
	font-weight: 700;
	content:"Q";
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.0;
	color: #ef7a00;
}
.faqBox li dt:after{
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.0;
	color: #000;
}
.faqBox li dt.off:after{
	content:"+";
}
.faqBox li dt.on:after{
	content:"‐";
}

.faqBox li dd{
	font-size: 14px;
	padding: 20px 45px;
	box-sizing: border-box;
	position: relative;
}
.faqBox li dd:before{
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 25px;
	font-weight: 700;
	content:"A";
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.0;
}
#appeal001 li {float: left; width: 33.333%; padding: 10px; box-sizing: border-box;}
#appeal001 li div.appealD{
	position: relative;
	background-color: #ef7a00;
}
#appeal001 li figure{
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 9999;
	background-color: #FFF;
}
#appeal001 li dl{
	background-color: #ef7a00;
	width: 100%;
	padding: 10px 30px 30px;
	box-sizing: border-box;
	position: relative;
	color: #FFF;
}
#appeal001 li dl:after{
	position: absolute;
	color: rgba(255,255,255,0.3);
	font-size: 190px;
	bottom: 0px;
	right: 10px;
	line-height: 1;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
#appeal001 li:nth-of-type(1) dl:after{content: "1";}
#appeal001 li:nth-of-type(2) dl:after{content: "2";}
#appeal001 li:nth-of-type(3) dl:after{content: "3";}
#appeal001 li:nth-of-type(4) dl:after{content: "4";}
#appeal001 li:nth-of-type(5) dl:after{content: "5";}
#appeal001 li:nth-of-type(6) dl:after{content: "6";}
#appeal001 li dl dt {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}
#appeal001 li:nth-of-type(3) dl dt,
#appeal001 li:nth-of-type(5) dl dt{padding-top: 20px;}
#appeal001 li dl dt:after {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	width: 50px;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
}
@media screen and (max-width:1080px) { 
	#appeal001 li {width: 50%;}
	#appeal001 li:nth-of-type(4) { margin-left: 0;}
	#appeal001 li:nth-of-type(3) dl dt{padding-top: 0px;}
}
#appeal001 li figure img,
.workD figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#appeal001 li dl dd {
	font-size: 16px;
	line-height: 1.6;
}

.workTxt {text-align: center; font-size: 18px; padding: 20px; box-sizing: border-box; color: #FFF; background-color: #ef7a00;}
.workD {padding: 20px; box-sizing: border-box;}
.workD figure.workDIll{
	float: left;
	width: 476px;
	height: 630px;
	position: relative;
	overflow: hidden;
}
.workD p {margin-bottom: 20px;}
.workD p.btn {text-align: right;}
.workD p.btn a{margin: 2px;}
.workD .workDImg {margin-top: 30px;}
.workD .workDImg figure {width: 100%; padding-top: 75%; position: relative; overflow: hidden;}
.workD div{
	float: left;
	width: calc(100% - 476px);
	padding: 30px 0 0 30px;
	box-sizing: border-box;
}
.workDImg li {float: left; width: 33.333%; padding: 5px; box-sizing: border-box;}
.workD div p{ font-size: 16px;}

.recruitBox {margin: 10px 0; padding: 0 20px; box-sizing: border-box;}
.recruitBox li {width: 49%; display: inline-block; background-color: #ef7a00; color: #fff; font-size: 18px; padding: 20px; box-sizing: border-box; font-weight: 700;}

.recruitBox2{
  overflow: hidden;
  width: 100%;
}
 
.recruitBox2 li{
  float: left;
  width: calc(25% - 50px);
  margin: 0 20px 0 30px;
}
 
.recruitBox2 .recFrow{
  background: #ef7a00;
  padding: 18px;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}

.recruitBox2 .recFrow::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -100px;
  border-width: 100px 0 100px 40px;
  border-style: solid;
  border-color: #ef7a00 #ef7a00 #ef7a00 transparent;
  left: -40px;
}
.recFrow2 {text-align: center; display: block;}
.step {
	background-color: #fff;
	color: #ef7a00;
	display: inline-block;
	text-align: center;
	border-radius: 80px;
	line-height: 1.1;
	font-size: 14px;
	padding: 2px 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.step2 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	height:70px;
}
.recFrow2 img {width: 80px;}
.recruitBox2 li:not(:nth-of-type(2)) .step2{padding-top: 20px;}
.recruitBox2 .recFrow::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -100px;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 40px solid #ef7a00;
  right: -40px;
}
.recruitBox2 li:first-child .recFrow::before{ border: none; }
.recruitBox2 li:last-child .recFrow::after{ border: none; }
 
.recruitBox2 .current{
  font-weight: bold;
  background: none;
}
 
.recruitBox2 .current::after,
.recruitBox2 .current::before{
  content: normal;
}

p.recruitTxt {text-align: center; font-size: 30px; font-weight: 700; padding: 20px; box-sizing: border-box;}

.formtable {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
width: 100%;
margin-bottom: 20px;
}
.formtable td,
.formtable th{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 20px;
	box-sizing: border-box;
}
.formtable th {background-color: #f8f8f8; width: 250px;}
.formtable th span {color: #F00; float: right; display: inline-block;}
.formtable td {width: calc(100% - 250px);}
.btn.recruitBtn {text-align: center;}

.recruit004 {
 background-color: #f8f8f8;
}

.recruit004 .subTtl span { background-color: #f8f8f8;}
.privacyTxt {margin-bottom: 20px;}
.recruit004 ul li {padding: 10px; box-sizing: border-box;}
.recruit004 ul li dt {font-size: 15px; font-weight: 700; }

.youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
     width: 100%;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* SWIPE */
.swiper-wrapper li div,
.intvList li div {
	position: relative;
	width: 100%;	
}

.swiper-wrapper li dl,
.intvList li dl,
.intvList.intvList2 li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #000;
	width: 280px;
	height: 110px;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);	
}

@media screen and (max-width: 1225px) {
.swiper-wrapper li dl{ width: 240px; }
}
@media screen and (max-width: 1070px) {
.swiper-wrapper li dl{ width: 200px; }
}

.intvList.intvList2 li p {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #000;
	width: 120px;
	height: 65px;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);	
}


.swiper-wrapper li dt,
.intvList li dt,
.intvList.intvList2 li p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.swiper-wrapper li dt span,
.intvList li dt span,
.intvList.intvList2 li p span {
	color: #959495;
	font-size: 12px;
	display: block;
	font-weight: normal;
}

.swiper-wrapper li dd,
.intvList li dd {
	font-size: 12.5px;
}

.swiper-wrapper li figure,
.intvList li figure {
	position: relative;
	padding-top: 135.41666%;
	width: 100%;
	overflow: hidden;	
}

.swiper-wrapper li figure img,
.intvList li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.swiper-wrapper li a:hover figure img,
.intvList li a:hover figure ing {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.swiper-wrapper li a .hoverBg,
.intvList li a .hoverBg {
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.swiper-wrapper li a:hover .hoverBg,
.intvList li a:hover .hoverBg,
.intvList.intvList2 li.current a .hoverBg {
	transform-origin: left top;
	transform: scale(0, 1);
}
.intvList.intvList2 li.current a:after {
border: 5px solid #ef7a00;
box-sizing: border-box;
display: block;
width: 100%; height: 100%;
content: "";
  position: absolute;
  top: 0; left: 0;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -31.5px;
	width: 39px;
	height: 63px;
	background-repeat: no-repeat;
	z-index: 99999;
	cursor: pointer;
}

.swiper-button-prev {
	left: 20px;
	background-image: url(images/prev.png);	
}
.swiper-button-next {
	right: 20px;
	background-image: url(images/next.png);	
}
.headerContetns h1 a:hover,
.headerNav h2 a:hover,
footer h2 a:hover,
.bnrBox li a:hover figure img,
.swiper-button-prev:hover,
.swiper-button-next:hover,
.subBtn li a:hover,
.linkpage li a:hover {opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.intvDetailBox figure.intvDetailImg {
	height: 50vh;
}
#subMain2 {
	height: 50vh;
}



}



/* form
---------------------------------------------- */
	input[type=text],textarea,input[type=password] {
			background-color: #fff;
			padding: 8px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
	}
	input.boxShort,input.box60 {width: 10%;}
	input.box120 {width: 40%;}
	input.box140 {width: 70%;}
	input.boxMiddle,input.box380,input.box300 {width: 70%;}
	input.boxLong,input.box1000 {width: 100%;}
	.box95,textarea.box380 {width: 100%;}
	
	.styledRadio {
		display: inline-block;
		vertical-align: middle;
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.radioV input br{ padding-bottom: 80px; }
	select {
		/*　矢印を消す　*/
		-webkit-appearance:none;
		-moz-appearance:none;
			text-indent: .01px; /* Firefox用 */
			text-overflow: ""; /* Firefox用 */
		appearance:none;
		 
		/*　背景画像の指定　*/
		width: auto;
		height: 40px;
		padding: 5px 20px 5px 5px;
		background-color: #fff;
		background-image: url(images/select.png);
		background-repeat: no-repeat;
		background-size: 7px 10px;
		background-position: right 5px center;
		cursor: pointer;
		border: 1px solid #ddd;
		margin: 0 5px 5px 0;
	}
	.detailshopping select { width: 150px; }
	.selectV select {width: 20%;}
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		select:not(:target) {
			padding-right:0;
			background-image: none;
		}
	}

/* hover */


/* font 
--------------------------------------------- */
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f25 { font-size: 25px; }
.f30 { font-size: 30px; }
.f35 { font-size: 35px; }
.f40 { font-size: 40px; }
.f45 { font-size: 45px; }
.f50 { font-size: 50px; }
.f55 { font-size: 55px; }
.f60 { font-size: 60px; }
.f65 { font-size: 65px; }
.f70 { font-size: 70px; }

.txtC,.alignC { text-align: center; }
.txtR,.alignR { text-align: right; }
.txtL,.alignL { text-align: left; }

a.txtD { text-decoration: underline; color: #000; }

.pb60 { padding: 60px 0;}
.pb30 { padding: 30px 0;}
.mb30 { margin-bottom: 30px; }
.mb10 { margin-bottom: 10px; }

.box84 {
	width: 100%;
	padding: 60px 84px;
	box-sizing: border-box;
}

.box1500 {
	width: 100%;
	padding: 60px 20px;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width:1500px) { 
.box1180 {
	padding: 60px 20px;
	max-width: 100%;
}
}
@media screen and (max-width:1225px) { 
.appealSubBox h4 .pcnoAdd{
	display: block;
}
.appealSubBox h4 {line-height: 1.6; top: 100px;}
}



.green { background-color: #2d7638; }
.gryBorder { border: #d7d7d7;}
.gryTxt { background-color: #7d7d7d; }
.gryBg { background-color: #f0f1f3; }

.borderB { border-bottom: 1px dashed #d7d7d7;}
.borderR { border-right: 1px dashed #d7d7d7;}
.borderL { border-left: 1px dashed #d7d7d7;}

.fontB { font-weight: bold; }

.asap {font-family: 'Asap', sans-serif;}
.notosans {font-family: 'Noto Sans JP', sans-serif;}
.notoserif {font-family: 'Noto Serif JP', sans-serif;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}

:hover { transition:background-color .5s, color .5s, opacity .5s;}
.pcno { display: none; }

/* slide */
#_btn {
  overflow: hidden;
  background-color: rgba(0,0,0,1.0);
  height: 80px;
  width: 80px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999999999;
}

#_btn_nav {
  float: left;
  cursor: pointer;
  position: relative;
}

#nav_open {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 80px;
  width: 80px;
}

#nav_close {
  position: relative;
  z-index: 2;
  top: -30px;
  height: 80px;
  width: 80px;
}

#fadeLayer {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  visibility:hidden;
  z-index: 99999998;
  cursor: pointer;
}

#menu {
  	position: relative;
  	z-index: 0;
  	top: 30px;
	margin: 0 auto;
 	height: 20px;
	width: 20px;
    cursor: pointer;
}

#menu .bar {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
	margin-left: -10px;
    transition: .15s ease-in-out;
}

#_btn:hover { background-color: #313131; }

#bar01 {top: 0;}
#bar02 {top: 6px;}
#bar03 {top: 12px;}

.active #bar01 {
    top: 7.5px;
    transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
    top: 7.5px;
    transform: rotate(-45deg);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
