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

/* [1]common
----------------------------------------------------*/
/* 設定 */
html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/* font */
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4rem;
	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;
}

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

.headerContetns {	
	width: 100%;
	height: 40px;
	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: 272.3px 18.9px;
		background-color: #000;
}

.headerBox {
	width: 100%;
	height: 40px;
	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: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

/* slide
------------------------------------ */
#sliderbox { position: relative; top: 0px; width: 100%; box-sizing: border-box;}
.box{
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 60vh;
}
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: 5px;
	width: 20px;
	height: 160px;
	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: 160px;
	font-size: 1.0rem;
}

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

.scroll a:before{
	position: absolute;
	top: 120px;
	left: 8px;
	width: 1px;
	height: 18px;
	background-color: #fff;
	content:"";
}



/* [2]headerContainer
----------------------------------------------------------------------------------------- */

.headerContetns h1 {
	position: absolute;
	left: 10px;
	z-index: 9999999;
	width: 126px;
	height: 22.4px;
	top: 9px;
}
.headerContetns h1 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 126px;
	height: 22.4px;
	background-image: url(images/logosp.png);
	background-size: contain;
}
.headerContetns.fixed h1 a,
#sub .headerContetns h1 a{background-image: url(images/logosp-fixed.png);}

.entryBtn {
	position: fixed;
	top: 0;
	right: 40px;
	width: 100px;
	height: 40px;
	text-align: center;
	z-index: 999999999;
}

.entryBtn a{
	display: block;
	background-color: #ef7a00;
	color: #FFF;
	font-family: 'Asap', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	height: 40px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding-top: 5px;
	box-sizing: border-box;
}
.entryBtn a span{
	display: block;
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0;
}

.entryBtn a:hover{ background-color: #efae00; }
/* gnav */
.headerNav {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -250px;
	z-index: 9999999;
	padding: 50px 20px 10px;
	box-sizing: border-box;
	background-color: #000;
	overflow: auto;	
	min-height: 100vh;
	z-index: 99999999;
}

.headerNav h2{
	display: none;
	width: 193.2px;
	height: 18.9px;
	margin: 0 auto 10px;	
}
.headerNav h2 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	width: 193.2px;
	height: 18.9px;
	background-image: url(images/logo-nav.png);
	background-size: contain;
}

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

nav .navigation li a{
	display: block;
	font-size: 1.6rem;
	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: 8px;
	left: 0;
	height: 1px;
	width: 8px;
	content: "";
	background-color: #fff;
}

nav .navigation li a span{
	display: block;
	font-size: 1.0rem;
	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: 1.6rem;
	letter-spacing: 1px;
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	line-height: 1.1;
}
.corpoBtn a span{
	display: block;
	font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #b5b5b5;
	font-weight: normal;
}

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

/* [4]footerContainer
----------------------------------------------------------------------------------------- */
footer {
	padding: 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 15px;
}
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: 15px; }
footer ul li {
	display: inline-block;
	margin: 0 5px;
}

footer ul li a{
	border: 1px solid #FFF;
	padding: 8px 10px;
	color: #FFF;
	font-size: 1.2rem;
}
footer ul li a:hover{
	background-color: #FFF;
	color: #000;
}

/* copyright */
.copyright {
	font-family: 'Asap', sans-serif;
	font-size: 1.0rem;
	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 8px;
	display: block;
	transition: background-color .5s;
	font-family: 'Asap', sans-serif;
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
	padding: 25px 0 8px;
	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;
}

.mainTtl {
	color: #ef7a00;
	font-size: 4.0rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	z-index: 999999;
	position: relative;
	margin-bottom: 20px;
}

.mainTtl span{
	display: block;
	font-size: 1.3rem;
	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: 1.4rem;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 60px 10px 80px;
	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 #000;
	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: 1.4rem;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	margin-left: -60px;
}
.btn2 a,
a .btn2 {
	font-size: 1.4rem;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px 10px 40px;
	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;
}
.btn2 a:before,
a .btn2:before {
	position: absolute;
	top: 28px;
	left: 92%;
	content:"";
	width: 40px;
	height: 1px;
	background-color: #FFF;
}

/* topBg */
.messagetop {
	background-image: url(images/bg-message.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 40px 20px;
	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: 20px 10px;	
}

.comTtl {font-size: 3.0rem; margin-bottom: 25px; line-height: 1.2; text-align: left;}
.comTtl span{ font-weight: bold; }
.comTtl2 {font-size: 3.0rem; margin-bottom: 25px; font-weight: 600; text-align: left; line-height: 1.2; font-family: 'Ubuntu', sans-serif;}

.txt {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 30px;
	text-align: left;
}

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

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

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

.txtBox dd {
	font-size: 1.4rem;
}


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

.companyName {
	background-image: url(images/txt-okano.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 165.6px;
	height: 16.2px;
	margin: 0 0 30px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;	
}
.messagetop .btn{
	text-align: left;	
}
/*  worksBnr */
.worksBnr {
	position: relative;
	height: 524px;
}

.worksTtl {
	position: relative;
	width: 70.666%;
	height: 400px;
	top: 100px;
	border: 2px solid #ef7a00;
	box-sizing: border-box;
	padding: 260px 10px 10px;
}

.worksTtl .mainTtl {
text-shadow: #FFF 1px 1px 2px, #FFF -1px 1px 2px, #FFF 1px -1px 2px, #FFF -1px -1px 2px;
}


.worksTtl .btn{ z-index: 999999; }
a .worksTtl .btn{ padding: 10px 20px 10px 30px; }
.worksImg {
	position: absolute;
	width: 70.666%;
	right: 0;
	top: 50px;
}
.worksImg figure{
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

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

/* appeal */
.appealBox { position: relative; margin-bottom: -60px; }
.appealBg {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
.appealSubBox { position: relative; box-sizing: border-box; top: -60px; }
.appealBg figure{
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}
.appealSubBox .appealTtl,
.appealSubBox .mainTtl,
.appealSubBox .btn { text-align: right; }
.appealSubBox .btn a{ padding: 10px 20px 10px 30px; width: 100%; }
.appealSubBox h4 {
	position: absolute;
	top: 60px;
	color: #FFF;
	font-size: 2.0rem;
	line-height: 1.2;
	vertical-align: middle;
}

.appealSubBox h4 span.addTtl003{
	display: inline-block;
	line-height: 2.0;
	vertical-align: middle;
}

.appealSubBox h4 span.addTtl001{
	font-size: 3.5rem;
	display: inline-block;
	vertical-align: middle;
}
.appealSubBox h4 span.addTtl002{
	font-size: 6.0rem;
	display: inline-block;
	position: relative;
	color: #f4a24d;
	vertical-align: top;
	margin-left: 25px;
	line-height: 0.5;
}

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

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

.appealSubBox ul { margin-top: 100px; background-color: #fff; }
.appealSubBox ul li {
	padding: 15px 5px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}
.appealSubBox ul li:last-child { border-bottom: none;}
.appealSubBox ul li div{
	position: relative;
}

.appealSubBox ul li figure{
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	z-index: 9999;
}

.appealSubBox ul li dl{
	float: left;
	width: calc(100% - 110px);
}

.appealSubBox ul li dl:after{
	position: absolute;
	color: rgba(255,255,255,0.3);
	font-size: 9.0rem;
	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: 1.6rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position:relative;
	font-weight: 600;
	color: #ef7a00;
}

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

.appealSubBox ul li:nth-of-type(3) dl dt:after {
	position: absolute;
	bottom: 0;
	background-color: #ef7a00;
	width: 65px;
	height: 1px;
	left: 0;
	content: "";
}

.appealSubBox ul li dl dd { text-align: left; }

/* bnr */
.bnrBox { margin-bottom: 0px; }
.bnrBox li {
	padding: 1px;
	box-sizing: border-box;	
}
.bnrBox li div{
	position: relative;
}
.bnrBox li a{
	color: #FFF;
}

.bnrBox li a figure{
	position: relative;
	width: 100%;
	padding-top: 47.66355%;
	overflow: hidden;
}

.bnrBox li a dl{
	position: absolute;
	height: 80px;
	top: 50%;
	margin-top: -40px;	
}

.bnrBox li a dt{
	font-size: 2.5rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	line-height: 0.9;
	margin-bottom: 10px;
}
.bnrBox li:nth-of-type(1) a dt{
	padding: 10px 0;
}
.bnrBox li a dd{
	font-size: 1.2rem;
}
.bnrBox li:nth-of-type(1) a dl{
	left: 10px;	
}
.bnrBox li:nth-of-type(2) a dl{
	right: 10px;
	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: 40px;
	width: 19px;
	height: 9px;
}

.bnrBox li a dl:before{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 50px;
	bottom: 0;
	left: 0px;
}

.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;
}

/* entry */
.entryBox a { color: #FFF; display: block; }
.entryBox a h3 {
	color: #fff;
	font-size: 4.0rem;
	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: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
}

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

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

.interviewBox .box1500 {
	position: relative;
}

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

@media screen and (max-width:1500px) { 
.interviewTtl { width: 100%; }
.interviewTtl .btn a{ padding: 10px 20px 10px 30px; }
}

/* subContent 
------------------------------------------------------- s*/
#sub #container {
	margin-top: 40px;
}

#subMain,
#subMain2 {
	position: relative;
	top: 0px;
	margin-bottom: 40px;
}

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

#subMain2 {
	position: absolute;
	top: 160px;
	right: 0;
	width: 100%;
	z-index:999999;
}
.intvDetailBox {
  position: relative;
}

.intvDetailBox figure.intvDetailImg {
	position: relative;
	width: 100%;
	height: 400px;
	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: 30% 0%;
  font-family: 'object-fit: cover; object-position: 30% 0%;'
}
.intvDetailBox figure.intvDetailImg.intvDetailImg2 img{
  object-position: 70% 0%;
  font-family: 'object-fit: cover; object-position: 70% 0%;'
}

#subMain 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;
  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: 4.0rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1.0;
	bottom: -35px;
	left: 0;
	text-align: center;
}

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


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

.intvList {margin-bottom: 60px;}
.intvList li {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: 93px;
	height: 82.2px;
	padding: 25px 0 0;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	font-weight: 700;
	line-height: 1.2;
	transition: opacity .3s;
}

.intvDetail dl {margin-bottom: 10px; padding: 15px;	box-sizing: border-box; position: absolute; background-color: #fff; top: 270px; right: 5px;}
.intvDetail.intvDetail2 dl {left: 5px; right: inherit;}
.intvDetail dt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
}
.intvDetail dt span{
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
	color: #888;
}
.intvDetail dd {font-size: 1.1rem; }
.intvDetail dd:nth-of-type(1) {margin-bottom: 5px; font-size: 1.3rem;}

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


.subTtl {
	font-size: 2.0rem;
	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: 150px;
	padding: 50px 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 2.5rem;
	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: 1.3rem;
	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: 1.8rem;
	color: #000;
	line-height: 1.1;
	padding: 5px 0 0;
	box-sizing: border-box;
	font-weight: 700;
	margin-bottom: 5px;
}

.intvBoxD001 h2 span {
	font-size: 4.0rem;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.0;
	display: inline-block;
	margin-right: 3px;
	float: left;
}

.intvBoxD001 li:not(:nth-of-type(2)) h2 {line-height: 2.0;}

.intvBoxD001 p {
	font-size: 1.3rem;
	margin-bottom: 30px;
	line-height: 1.6;
	box-sizing: border-box;
}

.intvDTtl{
	font-size: 1.8rem;
	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: 1.1rem;
	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%;
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: 40px; margin-right: 20px; box-sizing: border-box; font-size: 1.4rem; text-align: right; font-weight: 700; padding-right: 20px;}
.intvBoxD002 ul li dd{ float: left; width: calc(100% - 60px); border-left: 1px solid #fff; padding: 5px 0 5px 10px; box-sizing: border-box;}
.intvBoxD002 ul li dd p {position: relative; font-size: 1.5rem; display: block; font-weight: 700;}
.intvBoxD002 ul li dd p span {font-size: 1.3rem; line-height: 1.2; display: block; margin-left: 5px; font-weight: 300; }
.intvBoxD002 ul li dd p span.dot { display: inline-block; font-size: 9px; line-height: 0.5; margin-right: 5px; margin-left: 0; }

.intvBoxD002 ul li dt:after {
position: absolute;
top: 13px;
left: 40px;
background-color: #FFF;
height: 1px;
width: 20px;
content:"";

}


.intvBoxD002 ul.addsche2 li:first-child {display: none;}
.intvBoxD002 ul.addsche2 li dd{ float: left; position: relative; border-left: 1px solid #fff; padding: 30px 0 5px 10px; box-sizing: border-box;}
.intvBoxD002 ul.addsche2 li dd:nth-of-type(2){ margin-left: 60px; margin-top: 10px;}
.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.addsche2 li:first-child dt:after {
position: absolute;
top: 13px;
left: 60px;
background-color: transparent;
height: 1px;
width: 20px;
content:"";

}

.intvBoxD002 ul.addsche2 li dd:before {
position: absolute;
top: 0;
left: 10px;
background-color: #FFF;
color: #ef7a00;

font-size: 1.6rem;
font-weight: bold;
padding: 0 5px;
box-sizing: border-box;
}

.intvBoxD002 ul.addsche2 li dd:nth-of-type(1):before {
content:"社内";
}
.intvBoxD002 ul.addsche2 li dd:nth-of-type(2):before {
content:"出張";
}

.scheduleAdd {
padding-left: 60px;
box-sizing: border-box;
}


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

.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: 200px;
	height: 90px;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.85);
}

.intvList.intvList2 li p {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #000;
	width: 100px;
	height: 50px;
	padding: 5px 10px;
	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: 1.6rem;
	font-weight: 600;
	margin-bottom: 8px;
}
.swiper-wrapper li dt span,
.intvList li dt span,
.intvList.intvList2 li p span {
	color: #959495;
	font-size: 1.0rem;
	display: block;
	font-weight: normal;
}

.swiper-wrapper li dd,
.intvList li dd {
	font-size: 1.1rem;
}

.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 .hoverBg,
.intvList.intvList2 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;	
}
.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;
}
.intvList.intvList2 li.current a .hoverBg {
	background-color: rgba(0,0,0,0);
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -20.05px;
	width: 27.3px;
	height: 44.1px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 99999;
	cursor: pointer;
}

.swiper-button-prev {
	left: 10px;
	background-image: url(images/prev.png);	
}
.swiper-button-next {
	right: 10px;
	background-image: url(images/next.png);	
}


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


.faqBox li{
margin: 5px 0;
}

.faqBox li dt{
background-color: #f8f8f8;
padding: 10px 30px 10px 35px;
box-sizing: border-box;
cursor:pointer;
font-size: 14px;
position: relative;
line-height: 1.2;
}
.faqBox li dt:before{
position: absolute;
top: 5px;
left: 10px;
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: 10px;
font-size: 30px;
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: 10px 10px 10px 35px;
box-sizing: border-box;
position: relative;
}
.faqBox li dd:before{
position: absolute;
top: 10px;
left: 10px;
font-size: 25px;
font-weight: 700;
content:"A";
font-family: 'Ubuntu', sans-serif;
line-height: 1.0;
}


#appeal001 li {padding: 10px 0;  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 20px 15px;
	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: 1.7rem;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}
#appeal001 li dl dt:after {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	width: 50px;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
}


#appeal001 li figure img,
.workD .workDImg 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: 1.5rem;
	line-height: 1.6;
}


.workTxt {font-size: 1.6rem; padding: 20px; box-sizing: border-box; color: #FFF; background-color: #ef7a00;}
.workD {padding: 0; box-sizing: border-box;}
.workD figure.workDIll{
max-width: 476px;
position: relative;
margin: 0 auto;
}
.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{
padding: 10px 0;
box-sizing: border-box;
}
.workDImg li {float: left; width: 33.333%; padding: 1px; box-sizing: border-box;}
.workD div p{ font-size: 16px;}

.recruitBox {margin: 10px 0; padding: 0; box-sizing: border-box;}
.recruitBox li {background-color: #ef7a00; color: #fff; font-size: 14px; padding: 10px; box-sizing: border-box; font-weight: 700; margin-bottom: 5px;}

.recruitBox2{
  overflow: hidden;
  width: 100%;
}
 
.recruitBox2 li{
  margin: 45px 0 45px 0;
  width: 100%;
}

.recruitBox2 li:first-child{
  margin: 0 0 45px 0;
}
.recruitBox2 li:last-child{
  margin: 45px 0 0 0;
}
 
.recruitBox2 .recFrow{
  background-color: #ef7a00;
  padding: 20px 10px 0;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.recruitBox2 .recFrow::before{
  content: "";
  position: absolute;
  top: -40px;
  margin-left: -50vw;
  border-width: 40px 50vw 0 50vw;
  border-style: solid;
  border-color: transparent #ef7a00 #ef7a00 #ef7a00;
  left: 50%;
}
.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;
}
.recruitBox2 .recFrow::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 50%;
  margin-left: -50vw;
  border-style: solid;
  border-color: #ef7a00 transparent transparent transparent;
  border-width: 40px 50vw 0 50vw;
  z-index: 1;
}
.recruitBox2 li:first-child .recFrow::before{ border: none; }
.recruitBox2 li:last-child .recFrow::after{ border: none; }

p.recruitTxt {text-align: center; font-size: 16px; font-weight: 700; padding: 20px 5px; 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;
	display: block;
}
.formtable th {background-color: #f8f8f8; width: 100%;}
.formtable th span {color: #F00; float: right; display: inline-block;}
.formtable td {width: 100%;}
.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%;
}

/* 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: 50%;}
	input.box140 {width: 100%;}
	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: 1.0rem; }
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.5rem; }
.f17 { font-size: 1.5rem; }
.f18 { font-size: 1.6rem; }
.f19 { font-size: 1.6rem; }
.f20 { font-size: 1.8rem; }
.f25 { font-size: 2.0rem; }
.f30 { font-size: 2.5rem; }
.f35 { font-size: 3.0rem; }
.f40 { font-size: 3.5rem; }
.f45 { font-size: 4.0rem; }
.f50 { font-size: 4.5rem; }
.f55 { font-size: 5.0rem; }
.f60 { font-size: 5.5rem; }
.f65 { font-size: 6.0rem; }
.f70 { font-size: 6.5rem; }

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

.txtC.txtLsp { 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: 30px 10px;
	box-sizing: border-box;
}

.box1500 {
	padding: 40px 20px;
	max-width: 100%;
}

.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;}
.vollkorn {font-family: 'Vollkorn', serif;}
.sortsmillgoudy {font-family: 'Sorts Mill Goudy', serif;}

.spno { display: none; }

/* slide */
#_btn {
  overflow: hidden;
  background-color: rgba(0,0,0,1.0);
  height: 40px;
  width: 40px;
  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: 40px;
  width: 40px;
}

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

#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: 13px;
	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);
}

input[type="submit"],
input[type="button"],
input[type="text"],
textarea {
   -webkit-appearance: none;
   border-radius: 0;
}

@media all and (min-width: 348px) {

}
@media all and (min-width: 480px) {
	br.pcno { display: none;}
	br.pcno.pcno2 { display: block;}
	br.spno.pcno2 { display: block;}
	.txtC.txtLsp { text-align: center; }

#sliderbox li figure {height: 75vh;}
.appealBg figure{padding-top: 35%;}
.box{height: 100vh;}
.txtBox { width: 100%; max-width: 460px; }
.intvList.intvList2 li {width: 33.333%;}
.intvDetailBox figure.intvDetailImg {height: 320px;}
.intvDetail dl {top: 160px;}
#subMain2 {top: 250px;}
#subMain2 h2 span{color: #000;}
.intvDetail h3 {margin-top: 40px;}
.intvBoxD001 li:nth-of-type(2) h2 {line-height: 2.0;}

#appeal001 li {float: left; width: 50%; padding: 5px; }
#appeal001 li:nth-of-type(5) dl dt {
	padding-top: 15px;
}
.bnrBox li div{text-align: center;}
.bnrBox li a{display: block;}
.bnrBox li a dl {
	width: 100%;
}
.bnrBox li a figure{padding-top: 23.83177%;}
.bnrBox li a dl:after{
	left: 0;
	right: -30px;
	margin: 0 auto;
}
.bnrBox li a dl:before{
	left: 0px;
	right: 0px;
	margin: 0 auto;
	
}
.appealSubBox h4 {
	line-height: 1.2;
	top: 90px;
	}
	
.appealSubBox h4 span.addTtl001{
	line-height: 0.5;
	margin-left: 5px;
	}
.appealSubBox h4 span.addTtl002{
	line-height: 0.3;
	}
.intvDetail li {text-align: center;}
}

@media all and (min-width: 560px) {
.worksTxt {
	margin-left: -180px;
	width: 280px;
}
.intvList li {float: left; width: 50%;}

.intvBoxD002 ul.addsche2 li:first-child {display: block;}
.intvBoxD002 ul.addsche2 li dd:nth-of-type(2){ margin-top: 0px;}
.intvBoxD002 ul.addsche2 li dd{ width: calc((100% - 130px)/2);  padding: 5px 0 5px 10px; }
.intvBoxD002 ul.addsche2 li dd:nth-of-type(1):before {content:"";}
.intvBoxD002 ul.addsche2 li dd:nth-of-type(2):before {content:"";}
}

@media all and (min-width: 570px) {
.worksBnr {
	height: 424px;
}

.worksTtl {
	height: 300px;
	padding: 150px 10px 10px;
}
}


@media all and (min-width: 660px) {	
.intvList.intvList2 li {width: 25%;}
}

@-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);
  }
}