@charset "utf-8";

html, body {
  font-family:"Helvetica Neue", "Noto Sans JP", sans-serif;
}
.FontHe{
	font-family:"Helvetica Neue", "Noto Sans JP", sans-serif !important;
}
ul{
	list-style: none;	
}

.PC,.PC2 {
	display: block;
}
.SP{
	display: none !important;
}
.SP2 {
	display: none;
}
.inner {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
.btn {
	width: 250px;
    height: 45px;
    background: #868686;
    border-radius: 22px;
    text-align: center;
    line-height: 45px;
    margin: 100px auto 75px;
}
.btn:hover {
	opacity: 0.8;
}
.btn a {
	color: #FFF;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family:"Helvetica Neue", "Noto Sans JP", sans-serif;
	
}
.btn a:hover {
	color: #fff;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.MT20 {
	margin-top: 20px;
}

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

#LOGO {
	position: absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(303px);
    height: calc(41px);
        background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/********************
 *cssアニメーション
********************/
/* fadeIn */
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeRight{
animation-name: fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fadeLeft{
animation-name: fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

canvas{
	z-index: -1;
}

@media screen and (max-width:768px){
	.PC {
		display: none !important;
	}
	.SP {
		display: block !important;
	}
	.PC2 {
		display: none;
	}
	.SP2 {
		display: block;
	}
	
	#LOGO {
		background-size: 80%;
	}
	.inner {
		width: 92%;
	}
	.btn{
		background: #868686;
		width: 140px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 20px;
	    margin: 33px auto 0px;
	}
	.btn a {
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
	}
	
	.fadeLeft, .fadeRight {
		animation-name: none;
		opacity: 1;
	}
}
@media screen and (max-width:500px){
	.btn{
		width: 93px;
		height: 26px;
		line-height: 26px;
		 border-radius: 20px;
	}
	.btn a {
		font-size: 10px;
		letter-spacing: 1px;
	}
}


/*slick******************
.hidden {overflow:hidden;}
*/

/*header*******************/
header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #fff;

}
header .inner {
	width: 92%;
    max-width: 1500px;
    margin: 0 auto;
     display: flex;
    align-items: center;
    justify-content: space-between;
        height: 90px;
}

 header h1 {
	/*padding-top: 25px;*/
	height: 90px;
    display: flex;
    align-items: center;

}
header h1 img{
	width: 220px;
}
header nav {

}
header nav a{
	font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1500 - 768)));
	font-weight: bold;
}

@media (min-width: 1500px) {
	header nav a{
		font-size: 20px;
	}
}

 header #banner {
	 width: 70%;
	 max-width: 2000px;
	 position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
 }
 header #banner img {
	 width: 100%;
 }
#navSpBtn {
	width: 20px;
	height: 20px;
	margin-top: -2px;
}
#navSpBtn img {
	width: 100%;
}
#navSP {
	    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0px;
    display: none;
}
#navSP ul{
	position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0%, -50%);
}
#navSP ul li{
	margin-bottom: 57px;
}
#navSP ul li:last-child{
	margin-bottom: 0px;
}
#navSP ul li a{
	font-size: 29px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#navSP ul li a:hover{
	text-decoration: underline;
}
#navSP .batsu {
	display: block;
	position: fixed;
	width: 20px;
	height: 20px;
	right: 5%;
	top: 5%;
}
#navSP ul li.insta img {
	width: 28px;
}
 
#navSP .batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}
 
#navSP .batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#navSP .batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width:768px){
	#topArea header{
		
	}
	header h1 {
		margin: -5px 0 0px 0;
		padding-top: 0px;
		height: 45px;
	}
	header h1 img {
		width: 150px;
	}
	#navSP ul li a {
		font-size: 29px;
		font-weight: bold;
	}
}
@media screen and (max-width:414px){
	header .inner {
		width: 90%;
	}
	#navSP ul li{
		/*margin-bottom: 35px;*/
		margin-bottom: 35px;
	}
	#navSP ul li:last-child{
		margin-bottom: 0px;
	}
	#navSP ul li a{
		font-size: 25px;
	}
}


/*#nav*******************/
nav {

}
nav ul {
	display: flex;
	align-items: center;
	    justify-content: flex-end;
}
nav ul li{
	margin-right: calc(10px + 50 * ((100vw - 768px) / (1500 - 768)));
}
nav ul li.insta{
	margin-right: calc(10px + 80 * ((100vw - 768px) / (1500 - 768)));
}
nav ul li:last-child{
	margin-right: 0px;
}
nav ul li a img {
	width: 24px;
}
nav a {
	color: #000;
	text-decoration: none;
}
nav a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 1500px) {
  nav ul li {
    margin-right: 50px; 
  }
  nav ul li.menuEnd {
	margin-right: 0px;  
  }
  nav ul li.insta{
    margin-left: 80px; 
  }
}


@media screen and (max-width:768px){
	header .menu {
		right: 4%;
		top: 12px;
	}
	header .menu img {
		width: 25px;
	}
	#nav nav {
    	margin-left: 18%;
    }
	#nav h2 {
		margin: 0 0 0 4%;
		height: 45px
	}
	#nav h2 img{
		width: 150px;
	}
	#nav .navHeader .menuclose{
		right: 4%;
		top: 12px;
	}
	#nav .navHeader .menuclose img{
		width: 25px;
	}
	#nav li {
    	margin-bottom: 26px;
    }
	#nav li>a {
    	font-size: 24px;
    	width: 144px;
    }
    #nav li span a {
	    font-size: 14px;
    }
    #nav li>a::after {
		bottom: 9px;
		height: 2px;
    }
}

/*SetsumeiBox*******************/
.SetsumeiBox {
	/*padding: 284px 0 260px;*/
	padding: 270px 0 130px;
	overflow: hidden;
}

.SetsumeiBox h2{
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/*font-size: 44px;*/
    font-size: calc(28px + (60 - 28) * ((100vw - 768px) / (1500 - 768)));
    font-weight: normal;
	line-height: 1.6;
	letter-spacing: 2px;
	margin-left: -35px;
	
}
.SetsumeiBox h3{
	font-size: calc(20px + (35 - 20) * ((100vw - 768px) / (1500 - 768)));
	font-weight: normal;
    margin-top: 150px;
    line-height: 60px;
}

.SetsumeiBox p {
	color: #000;
	margin-top: 75px;
	font-size: calc(19px + (24 - 19) * ((100vw - 768px) / (1500 - 768)));
    line-height: 2.2;
    letter-spacing: 1px;
}
/*1500以上でフォントサイズ固定*/
@media (min-width: 1500px) {
	.SetsumeiBox h2{
		font-size: 60px;
	}
	.SetsumeiBox h3{
		font-size: 35px;
	}
	.SetsumeiBox p {
		font-size: 24px;
	}
}
/*タブレット*/
@media screen and (max-width:768px){
	.SetsumeiBox{
		padding: 92px 0 0px;
	}
	
	.SetsumeiBox h2{
		font-size: calc(18px + (38 - 18) * ((100vw - 414px) / (768 - 414)));
		margin-top: 70px;
		font-family:"Helvetica Neue", "Noto Sans JP", sans-serif;
		    margin-left: -20px;
	}
	.SetsumeiBox h3{
		font-size: calc(14px + (25 - 14) * ((100vw - 414px) / (768 - 414)));
		line-height: 35px;
		margin-top: 70px;
	}
	.SetsumeiBox p {
		font-size: calc(9.5px + (19 - 9.5) * ((100vw - 414px) / (768 - 414)));

		margin-top: 46px;
	}
}
@media screen and (max-width:414px){
	.SetsumeiBox h2{
		font-size: 24px;
		margin-left: -15px;
		
    }
    .SetsumeiBox h3 {
        font-size: 13px;
        line-height: 22px;
        margin-top: 40px;
    }
	.SetsumeiBox p {
		font-size: 9px;
		margin-top: 23px;
	}
}

/*clientBox*/
.workBox {
	/*padding: 345px 0 245px;*/
	padding: 200px 0 245px;
	/*padding-left: 180px;*/
}
.workBox ul.Box_ul{
	display: block;
    justify-content: space-between;
	align-items: start;
}
.workBox ul.Box_ul h3{
	font-weight: normal;
        line-height: 60px;
    letter-spacing: 2px;
    font-size: calc(20px + (35 - 20) * ((100vw - 768px) / (1500 - 768)));
}
.workBox ul .text {
	margin-top: 75px;
	font-size: calc(16px + (25 - 16) * ((100vw - 768px) / (1500 - 768)));
}
.workBox ul.Box_ul ul.workBox_ul {
	/*margin-top: -67px;
	padding-right: 180px;*/
}
.workBox ul.Box_ul ul.workBox_ul li{ 
	display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}
.workBox ul.Box_ul ul.workBox_ul li:first-child {
	margin-top: 0px;
}

.workBox ul.Box_ul ul.workBox_ul li p{
	max-width: 174px;
    /* height: 174px; 
    background: rgb(255 255 255 / 50%);*/
    background: rgb(240 240 240 / 50%);
    text-align: center;
    align-items: center;
    display: grid;
    /*margin-right: 40px;*/
    margin-right: calc(10px + 30 * ((100vw - 768px) / (1500 - 768)));
    width: 33%;
    aspect-ratio: 1 / 1;
    /* width: 50vw; */
    height: auto;
}
.workBox ul.Box_ul .workStyle {
	display: flex;
	justify-content: center;
}
.workBox ul.Box_ul .workStyle p {
	max-width: 217px;
    /* height: 174px;
    background: rgb(255 255 255 / 50%);*/
    background: rgb(240 240 240 / 50%);
    text-align: center;
    align-items: center;
    display: grid;
    /*margin-right: 40px;*/
    margin-right: calc(10px + 30 * ((100vw - 768px) / (1500 - 768)));
    width: 33%;
    aspect-ratio: 1 / 1;
    /* width: 50vw; */
    height: auto;
    font-size: calc(11px + (19 - 11) * ((100vw - 768px) / (1500 - 768)));
}
.workBox ul.Box_ul ul.workBox_ul li p.last,
.workBox ul.Box_ul .workStyle p:last-child
{
	margin-right: 0px;
}
.workBox ul.Box_ul li:first-child{
	width: 100%;
}
.workBox ul.Box_ul li:last-child{
	width: 100%;
    max-width: 1500px;
    margin: 100px auto 0;
}
.workBox ul.Box_ul ul.workBox li p:last-child {
	margin-right: 0px;
}


/*1500以上でフォントサイズ固定*/
@media (min-width: 1500px) {
	.workBox ul.Box_ul h3{
		font-size: 35px;
	}
	.workBox ul .text {
		font-size: 25px;
	}
	.workBox ul.Box_ul .workStyle p {
		width: 217px;
		margin-right: 40px;
		font-size: 19px;
	}
}

/*タブレットサイズ*/
@media (max-width: 768px) {
	.workBox ul.Box_ul ul.workBox_ul li p{
		margin-right: 10px;
	}
	#topArea .workBox {
		padding: 145px 0 0px;
	}
	.workBox ul.Box_ul h3{
		font-size: calc(14px + (25 - 14) * ((100vw - 414px) / (768 - 414)));
		line-height: 35px;
		margin-top: 0px;
	}
	
	#topArea .workBox ul .text{
		margin-top: 30px;
		font-size: calc(9.5px + (19 - 9.5) * ((100vw - 414px) / (768 - 414)));
	}
	#topArea .workBox ul.Box_ul li:last-child {
		margin-top: 103px;
	}
	.workBox ul.Box_ul ul.workBox_ul li.Second_li {
		margin-top: 10px;
	}
}
@media screen and (max-width:414px){
	#topArea .workBox {
	    padding: 105px 0 0px;
	}
	.workBox ul.Box_ul h3 {
                font-size: 13px;
        line-height: 22px;
    }

	#topArea .workBox ul .text {
		margin: 15px 0px 52px;
		font-size: 9.5px;
	}
	#topArea .workBox ul.Box_ul li:last-child {
		margin-top: 52px;
	}
	.workBox ul.Box_ul ul.workBox_ul li.Second_li {
		margin-top: 5px;
	}
}


/*worksBox*******************/
#topArea .worksBox {
	    margin: 0 auto 75px;
}
#topArea .worksBox h2 {
	position: relative;
	padding-left: 152px;
    font-weight: bold;
    font-size: 28px;
	margin: 60px 0 97px;
}
#topArea .worksBox h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 117px;
    transform: translate(0%, -50%);
}

#topArea .worksBox .slick-dotted.slick-slider {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.imgBox {
	position: relative;
	overflow: hidden;
}
.imgBox img {
	width: 100%;
	transition: all 0.5s ease;
}

.imgBox {
      position: relative;
    }

.imgBox .PC-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比（9/16 = 0.5625） */
  background-color: #dedede;
}

.imgBox .PC-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1);
}


.imgBox .caption {
	color: #fff;
	position: absolute;
	left: 4%;
    bottom: 25px;
	width: 96%;
}
.imgBox .mask {
	width:100%;
	height:100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
.imgBox:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
#topArea .imgBox:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}

#topArea .worksBox .mask .title {
	font-size: 48px;
	font-weight: normal;
}
#topArea .worksBox .mask ul.category {
	display: flex;
}
#topArea .worksBox ul.category li {
	margin-right: 20px;
}

#topArea video {
	position: fixed;
    z-index: 101;
    top: 0;
	background: #fff;
}

#topArea .worksBox .slick-dots{
	position: relative;
	margin-top: 44px;
	bottom: 0px;
}
#topArea .worksBox .btn {
	margin-top: 50px;
}




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

	#topArea .worksBox .inner {
	    width: 90%;
	}
	#topArea .workBox ul.Box_ul{
		display: block;
	}
	#topArea .workBox ul.Box_ul li:first-child,
	#topArea  .workBox ul.Box_ul li:last-child {
		width: 100%;
	}
	.workBox ul.Box_ul ul.workBox_ul {
		width: 90%;
		margin: 0 auto;
	}
	#topArea .workBox ul.Box_ul ul.workBox_ul li p{
		font-size: 11px;
		margin-right: 1.5%;
	}
	#topArea .workBox ul.Box_ul ul.workBox_ul li p.SP {
		opacity: 0;
	}
	#topArea .worksBox {
		margin: 0 auto;
	}
	#topArea .worksBox h2 {
		margin: 125px 0 56px;
		padding-left: 46px;
		font-size: 23px;
		margin-left: 0px;
		
	}
	#topArea .worksBox h2::before {
		width: 35px;
		border: 1px solid #000;
	}
	.imgBox:hover .mask {
		opacity: 0;
	}
	#topArea .worksBox .slick-dots{
		    position: static;
		bottom: -30px;
	}
	#topArea .slick-dots li {
		margin: 0;
	}
	#topArea .worksBox .slick-dots {
		margin-top: 71px;
	}
	#topArea .imgBox:hover img{
		transform: scale(1.1);
	}
 }
@media screen and (max-width:414px) {
	#topArea .worksBox h2 {
		margin: 65px 0 33px;
		padding-left: 23px;
		font-size: 12px;
		margin-left: 0px;
		
	}
	#topArea .worksBox h2::before {
		width: 17px;
		border: 0.5px solid #000;
	}
	#topArea .worksBox .slick-dots {
		margin-top: 33px;
	}
	
}
/*clientBoxs*/
#topArea .clientBoxs {
	margin: 262px auto 150px;
}
#topArea .clientBoxs h2 {
	position: relative;
	padding-left: 150px;
    font-weight: bold;
    font-size: 28px;
	margin: 60px 0 97px;
	
}
#topArea .clientBoxs h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 117px;
    transform: translate(0%, -50%);
}
#topArea .clientBoxs ul {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	/*justify-content: center;*/
}
#topArea .clientBoxs ul li{
	/*width: 22%;
	max-width: 200px;*/
	margin-right: calc(10px + 90 * ((100vw - 768px) / (1500 - 768)));
}
#topArea .clientBoxs ul li:first-child {
	margin-top: 0px;
}
#topArea .clientBoxs ul li:last-child{
	margin-right: 0px;
}
#topArea .clientBoxs ul li p{
	margin-top: 80px;
	font-size: calc(16px + (24 - 16) * ((100vw - 768px) / (1500 - 768)));
}

#topArea .clientBoxs .junban {
    text-align: right;
    font-size: calc(13px + (19 - 13) * ((100vw - 768px) / (1500 - 768)));
    font-weight: bold;
    margin: 70px auto 0;
    max-width: 1200px;
    width: 100%;
}
/*1500pxサイズ以上*/
@media screen and (min-width: 1500px) {
	#topArea .clientBoxs ul li{
		margin-right: 90px;
	}
	#topArea .clientBoxs ul li p{
		font-size: 24px;
	}
}
@media screen and (min-width: 1500px) {
	#topArea .clientBoxs .junban {
	    font-size: 19px;
	}
}
@media screen and (max-width:768px){
	#topArea .clientBoxs {
		margin: 145px auto 130px;
	}
	#topArea .clientBoxs h2{
		margin: 0 auto 100px;
		padding-left: 46px;
		font-size: 23px;
		margin-left: 0px;
	}
	#topArea .clientBoxs h2::before{
		width: 35px;
		border: 1px solid #000;
	}
	#topArea .clientBoxs ul.SP {
		display: flex !important;
		width: 70%;
		margin: 0 auto;
	}
	#topArea .clientBoxs ul li {
		width: 50%;
		margin-right: 0px;
	}
	#topArea .clientBoxs ul li p {
		margin-top: 31px;
		font-weight: normal;
		font-size: 18px;
	}
	#topArea .clientBoxs .junban {
		margin-top: 21px;
	    text-align: right;
	    font-size: 13px;
	    font-weight: normal;
	    margin-right: 20%;
	    width: auto;
	}
}
@media screen and (max-width:500px){
	#topArea .clientBoxs {
		margin: 75px auto 65px;
	}
	#topArea .clientBoxs h2{
		margin: 0 auto 55px;
		padding-left: 23px;
    font-size: 12px;
    margin-left: 0px;
	}
	#topArea .clientBoxs h2::before{
		width: 17px;
		border: 0.5px solid #000;
	}
	#topArea .clientBoxs ul.SP {
		width: 60%;
	}
	#topArea .clientBoxs ul li p {
		margin-top: 20px;
		font-weight: normal;
		font-size: 12px;
		font-weight: 500;
	}
	#topArea .clientBoxs .junban {
		margin-top: 12px;
	    text-align: right;
	    font-size: 9px;
	    margin-right: 20%;
	}

}

/*serviceTopBox*******************/
.serviceTopBox {
	margin-top: 150px;
	margin-bottom: 100px;
}
.serviceTopBox h2 {
	display: none;
}
.serviceTopBox h2 img {
	width: 462px;
}
.serviceTopBox h3 {
	height: 46px;
}
.serviceTopBox h3 img{
	display: none;
	width: 400px;
    margin-left: 120px;
    margin-top: 30px;
}
.serviceTopBox .topBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.serviceTopBox .topBox>div{
	margin-right: 140px;
}
.serviceTopBox h2{
	width: 100%;
	text-align: center;
}
.serviceTopBox .text {
	margin-top: 150px;
	line-height: 1.8;
}

@media screen and (max-width:768px){
	.serviceTopBox .topBox {
		display: block;
		
	}
	.serviceTopBox .topBox>div {
		margin-right:0px;
	}
	.serviceTopBox h2 {
		text-align: center;
	}
	.serviceTopBox h2 img {
		width: 100%;
		max-width: 212px;
	}
	.serviceTopBox h3 {
		height: auto;
		    text-align: center;
	}
	.serviceTopBox h3 img {
		width: 100%;
		max-width: 221px;
		margin: 0;
	}
	.serviceTopBox {
   	 margin-top: 82px;
   	 margin-bottom: 0px;
	}
	.serviceTopBox .text {
		margin-top: 62px;
		font-size: 11px;
	}
}
/*serviceBox*******************/
#serviceArea .serviceBox h2 {
	position: relative;
	padding-left: 150px;
	font-weight: bold;
	font-size: 24px;
	margin: 115px 0;
}
#serviceArea .serviceBox h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 115px;
    transform: translate(0%, -50%);
}
#serviceArea video {
	width: 362px;
}

#serviceArea .serviceBox ul.serviceUL {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#serviceArea .serviceBox ul.serviceUL::before {
	content: '';
	position: absolute;
	top: 58px;
    left: 0px;
    border: 1px solid #868686;
    width: 100%;
}
#serviceArea .serviceBox ul.serviceUL::after {
	content: '';
	position: absolute;
	top: 47.4px;
	right: -5px;
	background: url(../images/icon_service_arrow.png) right center no-repeat;
	background-size: contain;
	width: 31px;
	height: 23px;
}

#serviceArea .serviceBox ul li{
	margin-right: 10px;
}
#serviceArea .serviceBox ul li h3{
	font-size: 20px;
	text-align: center;
	color: #333;
}
#serviceArea .serviceBox ul li .line,
#serviceArea .serviceBox ul li .lineOff {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
#serviceArea .serviceBox ul li .lineOff {
	display: none;
}
#serviceArea .serviceBox ul li .line img,
#serviceArea .serviceBox ul li .lineOff img{
	width: 16px;
}

#serviceArea .serviceBox ul li .text {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 40px;
	background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}

@media screen and (max-width:768px){
	#serviceArea .serviceBox h2 {
		margin: 42px 0;
		padding-left: 47px;
		font-size: 12px;
	}
	#serviceArea .serviceBox h2::before {
	    width: 35px;
	    border: 0.5px solid #000;
	}
	
	
	#serviceArea video {
		width: 190px;
	    margin: 62px auto;
	    display: block;
	}
	
	#serviceArea .serviceBox ul.serviceUL {
		justify-content: space-around;
	}
	#serviceArea .serviceBox ul.serviceUL li {
		width: 19px;
	}
	#serviceArea .serviceBox ul.serviceUL li h3 {
		writing-mode: vertical-rl;
	    text-align: left;
	    height: 138px;
	    font-size: 12px;
	    font-weight: normal;
	    color: #878787;
	}
	#serviceArea .serviceBox ul.serviceUL li.focus h3 {
		color: #000000;
	}
	#serviceArea .serviceBox ul.serviceUL li .text {
		display: none;
	}
	#serviceArea .serviceBox ul.serviceUL::before {
		top: 153px;
		border: 0.8px solid #868686;
	}
	#serviceArea .serviceBox ul.serviceUL::after {
		top: 142px;
		width: 17px;
		right: -3px;
	}
	#serviceArea .serviceBox ul li .lineOff{
		display: block;
		margin-top: 2px;
		text-align: center;
	}
	#serviceArea .serviceBox ul.serviceUL li .line {
		display: none;
	}
	#serviceArea .serviceBox ul.serviceUL li.focus .line {
		display: block;
		    margin-top: 2px;
		}
	#serviceArea .serviceBox ul.serviceUL li.focus .lineOff {
		display: none;
	}
	#serviceArea .serviceBox ul li .line img, #serviceArea .serviceBox ul li .lineOff img {
		width: 10px;
	}
}

/*processBox*******************/
#serviceArea .processBox {
	margin-top: 110px;
}
#serviceArea .processBox h2 {
	position: relative;
	padding-left: 150px;
	font-weight: bold;
	font-size: 24px;
	margin: 115px 0;
}
#serviceArea .processBox h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 115px;
    transform: translate(0%, -50%);
}
#serviceArea .processBox li {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}
#serviceArea .processBox li:first-child {
	padding-top: 0px;
}
#serviceArea .processBox li:nth-child(even){
	justify-content: normal;
}
#serviceArea .processBox li::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(0%, -50%);
	background: url(../images/icon_service_d_arrow.png) right center no-repeat;
	width: 58px;
	height: 24px;
	background-size: 58px;
}
#serviceArea .processBox li .textBox {
	position: relative;
	margin-left: 50px;
	opacity: 0;
}
.fadeTrigger {
	opacity: 0;
}
#serviceArea .processBox li .textBox .text {
	width: 280px;
	position: absolute;
	bottom: 0px;
}
#serviceArea .processBox li .textBox h3 {
	font-size: 33px;
	text-indent: -1.2em;
	padding-left: 1.2em;
    line-height: 1.2;
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#serviceArea .processBox li .textBox h3 span{
	font-size: 16px;
	color: #868686;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#serviceArea .processBox li .textBox h3 span:after {
	content:"/";
	color: #868686;
	margin-left: 5px;
	margin-right: 10px;
}
#serviceArea .processBox li img {
	width: 100%;
}

#serviceArea .outputBox {
	margin-top: 150px;
}

@media screen and (max-width:768px){
	#serviceArea .processBox {
		margin-top: 10px;
	}
	#serviceArea .processBox .inner {
		width: 92%;
	}
	#serviceArea .processBox h2 {
		margin: 42px 0 27px;
		padding-left: 47px;
		font-size: 12px;
	}
	#serviceArea .processBox h2::before {
	    width: 35px;
	    border: 0.5px solid #000;
	}
	
	
	#serviceArea .processBox li {
		display: block;
		padding-bottom: 62px;
		padding-top: 50px;
	}
	#serviceArea .processBox li .textBox {
		margin-left: 0;
		opacity: 1;
	}
	#serviceArea .processBox li .textBox .text {
		width: 97%;
	    margin: 0 auto;
	    position: inherit;
	    font-size: 11px;
		line-height: 1.5;
		margin-top: 5px;
	}
	#serviceArea .processBox li .textBox h3 {
		font-size: 18px;
		margin-left: 12px;
    }
    #serviceArea .processBox li .textBox h3 span {
    	font-size: 8px;
    }
       #serviceArea .processBox li img {
	    margin-top: 5px;
		width: 100%;
    }
    #serviceArea .processBox li::after {
		transform: translate(-50%, 0%);
		width: 30px;
		background-size: contain;
    }
    
    #serviceArea #serviceText li{
		font-size: 13px;
		line-height: 1.8;
		margin-top: 15px;
		background: #f2f2f2;
		padding: 40px 30px;
		border-radius: 15px;
		width: 76%;
		height: 69px;
		display: flex;
		align-items: center;
    }
    
    #serviceArea .outputBox {
		margin-top: 75px;
	}
}

/*outputBox*******************/
.outputBox ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.outputBox ul.Second{
	margin-top: 100px;
}
.outputBox ul h3{
	font-size: 21px;
	margin-bottom: 13px;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.outputBox ul p{
	font-size: 21px;
	line-height: 1.8;
	padding-left: 27px;
}
.outputBox ul li h2 {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.outputBox ul li {
	width: 33%;
	border-left: 1px solid #1a1a1a;
	padding-left: 20px;
}
.outputBox ul li:first-child {
	width: 315px;
}
.outputBox ul li:nth-child(2) {
	width: 385px;
}
.outputBox ul li:last-child {
	width: 305px;
}
.outputBox ul.fast li:first-child {
    border-left: none;
    display: flex;
    align-items: center;
}
.outputBox h3 {
	background: url(../images/icon_output.png) left center no-repeat;
	padding-left: 25px;
}

.message {
	margin-top: 200px;
	text-align: center;
}
.message img {
	width: 100%;
	max-width: 700px;
	    margin: 0 auto;
}
.message .text{
	line-height: 2.3;
    margin-top: 30px;
    font-size: 18px;
}

@media screen and (max-width:768px){
	.outputBox ul {
		display: block;
		margin-top: -55px;
	}
	
	.outputBox ul li:first-child {
		width: 50%;
		border-left: none;
	}
	.outputBox ul li:nth-child(2),.outputBox ul li:last-child {
    	width: 40%;
	}
	.outputBox ul li {
		width: 40%;
		float: left;
		padding-left: 10px;
		margin-top: 55px;
		border-left: 0.5px solid #1a1a1a;
	}
	.outputBox ul li h2{
		margin-top: 40px;
		font-size: 18px;
		margin-left: 19px;
	}
	.outputBox ul h3 {
	    font-size: 11px;
		padding-left: 18px;
		background-size: 10px;
		margin-bottom: 5px;
	}
	.outputBox ul p {
		font-size: 10px;
		padding-left: 19px;
    }
    .outputBox ul li:nth-child(odd){
	    width: 53%;
	}
	
	.message {
		margin-top: 100px;
		text-align: left;
		width: 97%;
    margin: 100px auto 0;
	}
	.message img {
		width: 230px;
		margin: 0;
	}
	.message .text{
		line-height: 2.3;
	    margin-top: 15px;
	    font-size: 11px;
	}
	.message .text br {
		display: none;
	}
}

/*serviceBox*******************/
#companyArea .companyBox h2,
#companyArea .clientBox h2,
#companyArea .accessBox h2 {
	position: relative;
	padding-left: 150px;
	font-weight: bold;
	font-size: 24px;
	margin: 115px 0 70px;
}
#companyArea .companyBox h2::before,
#companyArea .clientBox h2::before,
#companyArea .accessBox h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 115px;
    transform: translate(0%, -50%);
}
#companyArea .companyText {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
    font-size: 18px;
}
#companyArea .imgBox {
	max-width: 982px;
	width: 100%;
	margin: 90px auto 0;
}
#companyArea dl {
	margin-top: 30px;
}
#companyArea dt {
	float: left;
	font-weight: bold;
	width: 100px
}
#companyArea dd {
	float: left;
}
#companyArea dd a{
	color: #000;
	text-decoration: none;
}
#companyArea dd a img{
	width: 13px;
	margin-left: 30px;
	display: inline-block;
}
#companyArea dd a:last-child img{
	margin-left: 131px;
}
#companyArea dd a:hover{
	text-decoration: underline;
}
#companyArea #companyData {
	max-width: 982px;
    margin: 0 auto;
}
#companyArea .accessText1 {
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
}
#companyArea .accessText2 {
	font-size: 14px;
	text-align: right;
	margin-top: 2px;
}

#companyArea .clientBox .list {
	display: flex;
	justify-content: space-between;
	max-width: 982px;
	margin: 0 auto;
}
#companyArea .clientBox .list li {
	font-size: 18px;
    color: #808080;
    line-height: 2;
     font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#companyArea .clientBox .unordered{
	color: #808080;
    text-align: right;
    margin-top: 20px;
}

#companyArea .accessBox #maps{
    width: 100%;
    height: 400px;
}
#companyArea .accessBox #maps img {
	
}

#companyArea .accessBox .link {
	    font-size: 14px;
    text-align: right;
    margin-top: 15px;
    font-weight: bold;
}
#companyArea .accessBox .link a{
	color: #000;
}

@media screen and (max-width:768px){
	#companyBox .inner {
		width: 92%;
	}
	#companyArea .imgBox {
		width: 104%;
		margin-left: -2%;
		margin-top: 50px;
	}
	#companyArea .companyBox h2, 
	#companyArea .clientBox h2, 
	#companyArea .accessBox h2 {
		margin: 43px 0 43px 3%;
	    padding-left: 47px;
	    font-size: 12px;
	}
	#companyArea .companyBox h2::before, 
	#companyArea .clientBox h2::before, 
	#companyArea .accessBox h2::before{
		    width: 35px;
    border: 0.5px solid #000;
	}
	
	#companyArea .companyText {
		font-size: 12px;
		width: 97%;
	}
	#companyArea dt {
		font-size: 10px;
		font-weight: bold;
		width: 60px;
	}
	#companyArea dd {
		font-size: 10px;
	}
	#companyArea dl {
		    margin-top: 20px;
	}
	#companyArea .clientBox .list.SP {
		display: flex !important;
		justify-content: center;
	}
	#companyArea .clientBox .list.SP  li{
		font-size: 10px;
		line-height: 2.5;
	}
	#companyArea .clientBox .list.SP ul:first-child {
		margin-right: 22%;
	} 
	#companyArea .clientBox .unordered {
		font-size: 8px;
		margin-top: 10px;
	}
	#companyArea .access {
		width: 92%;
	}
	#companyArea .accessBox .link {
	    font-size: 11px;
	   }
	#companyArea .accessBox #maps {
		height: 500px;
	}
	#companyArea .accessText1,#companyArea .accessText2 {
    	font-size: 11px;
    }
    #companyArea #companyData {
	    width: 97%;
	   }
}

/*serviceTopBox*******************/

/*serviceBox*******************/
#worksArea .worksBox h2 {
	position: relative;
	padding-left: 150px;
	font-weight: bold;
	font-size: 24px;
	margin: 115px 0;
}
#worksArea .worksBox h2::before {
	content: '';
	position: absolute;
	top: 50%;
	top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 115px;
    transform: translate(0%, -50%);
}

#worksArea .worksBox>div>ul {
	/*display: flex;
	justify-content: space-between;*/
	margin-top: 40px;
}
#worksArea .worksBox>div>ul>li {
	position: relative;
	overflow: hidden;
	margin-right: 2%;
	margin-top: 30px;
	width: 32%;
	max-width: 340px;
	height: 340px;
	float: left;
}
#worksArea .worksBox>div>ul>li:nth-child(3n) {
	margin-right: 0%;
}
#worksArea .worksBox>div>ul>li:last-child{ 
	margin-right: 0px;
}
#worksArea .worksBox li .mask {
	width: 94%;
    height: 94%;
	position:absolute;	/* 絶対位置指定 */
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#worksArea .worksBox li:hover .mask {
	opacity:1;	/* マスクを表示する */
}
#worksArea .worksBox li img{
	transition:all 0.5s ease;
}
#worksArea .worksBox li:hover img{
	transform:scale(1.2);
}
#worksArea .worksBox li .caption {
	color: #fff;
    position: relative;
    width: 97%;
    height: 97%;
    padding: 3% 0 0 3%;
}
#worksArea .worksBox li .mask .title {
	font-size: 24px;
	font-weight: bold;
}
#worksArea .worksBox li ul.category li {
	margin-right: 20px;
}
#worksArea .worksBox .textBox .client{
	position: absolute;
    bottom: 3%;
    right: 3%;	
}

/*小さいサイズ*/
#worksArea .worksBox .worklist>ul {
	margin-top: 10px;
}
#worksArea .worksBox .worklist>ul>li {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 1.33%;
	margin-top: 30px;
	height: 250px;
	width: 24%;
	/*max-width: 250px;*/
}
#worksArea .worksBox .worklist>ul>li:nth-child(4n) {
	margin-right: 0px;
}
#worksArea .worksBox>div>ul>li:last-child{ 
	margin-right: 0px
}
#worksArea .worksBox .worklist>ul>li img{
	width: 100%;
    height: 100%;
}
#worksArea .worksBox .worklist>ul>li:hover img{
	transform:scale(1.2);
	transition:all 0.5s ease;
}
#worksArea .worksBox .worklist>ul>li .mask .title {
	font-size: 21px;
	font-weight: bold;
}
#worksArea .worksBox .worklist>ul>li ul.category li p{
	font-size: 12px;
}
#worksArea .worksBox .worklist .textBox .client{
	font-size: 12px;
}

@media screen and (max-width:768px){
	#worksArea .innner{
		width: 92%;
	}
	#worksArea .worksBox h2 {
		margin: 43px 0 27px 3%;;
	    padding-left: 47px;
	    font-size: 12px;
	}
	#worksArea .worksBox h2::before {
		width: 35px;
		border: 0.5px solid #000;
	}
	#worksArea .worksBox>div>ul {
		margin-top: 0px;
	}
	#worksArea .worksBox>div>ul>li {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		height: auto;
	}
	#worksArea .worksBox>div>ul>li a {
		text-decoration: none;
	}
	#worksArea .worksBox li img {
		width: 100%;
		height: auto;
		transition: inherit;
	}
	#worksArea .worksBox li:hover img {
		transform: scale(1);
	}
	#worksArea .worksBox li .caption {
		padding: 0% 0 0 0%;
	    margin: 0 auto;
	    width: 97%;
	}
	#worksArea .worksBox li .mask {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
		opacity:1;
		background-color:inherit;
	}
	#worksArea .worksBox li .mask .title {
		font-size: 12px;
		color: #000;
		text-decoration: none;
		border: none;
		margin-top: 10px;
		line-height: 1;
	}

	#worksArea .worksBox .textBox .SP {
		display: flex !important;
		justify-content: space-between;
		    margin-top: 6px;
	}
	#worksArea .worksBox .textBox .client {
		position: inherit;
	    font-size: 10px;
	    color: #000;
	}
	#worksArea .worksBox .textBox .category p {
		font-size: 10px;
		color: #000;
	}
	#worksArea .worksBox .textBox .category {
		display: flex !important;
		justify-content: space-between;
	}
	#worksArea .worksBox li ul.category li {
    	margin-right: 10px;
    }
    #worksArea .worksBox li ul.category li:last-child {
	    margin-right: 0px;
	    }
    
    #worksArea .worksBox .worklist>ul>li {
	    width: 49%;
	    height: auto;
	    margin-right: 2%;
    }
    #worksArea .worksBox .worklist>ul>li:nth-child(even){
		margin-right: 0px;    
	}

    #worksArea .worksBox .worklist>ul>li a {
	    text-decoration: none;
    }
    #worksArea .worksBox .worklist>ul>li .mask .title {
	    font-size: 11px;
    }
    #worksArea .worksBox .worklist>ul>li img {
	    width: 100%;
	    height: auto;
    }
    #worksArea .worksBox .worklist>ul>li:hover img {
	    transform: scale(1);
    }
    #worksArea .worksBox .worklist>ul>li .SP{
	    display: block !important;
    }
    #worksArea .worksBox .worklist>ul>li .SP .client{
		font-size: 10px
	}
	#worksArea .worksBox .worklist>ul>li .SP ul.category li p {
		font-size: 10px
	}
}


/*#workDetailArea*******************/
/*#workDetailArea #header {
	position: fixed;
	background: #fff;
	width: 100%;
	padding-bottom: 25px;
}*/
#workDetailArea .workDetailBox .topImg img {
	width: 100%;
}
#workDetailArea main{
	/*padding-top: 20px;*/
}
.workMT20 {margin-top: 20px !important}
.workMT85 {margin-top: 85px !important}
.workMT120 {margin-top: 120px !important}
.Hiragino {
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#workDetailArea .ProjectBox .ProjectBoxinner {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-bottom: 2px solid #1a1a1a;
	padding-bottom: 15px;
}
#workDetailArea .ProjectBox h2 {
	font-size: 48px;
}
#workDetailArea .ProjectBox .leftBox ul {
	display: flex;
	margin-top: 20px;
}
#workDetailArea .ProjectBox .leftBox ul li{
	margin-right: 20px;
}
#workDetailArea .ProjectBox .leftBox ul li .TextBold {
	font-weight: bold;
	font-style: 18px;
}
#workDetailArea .ProjectBox .link {
	margin: 0 auto;
	width: 97%;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
#workDetailArea .ProjectBox .link a{
	color: #333333;
}



#workDetailArea h3 {
	width: 97%;
	margin: 0 auto;
}

#workDetailArea .gaiyoBox p,
#workDetailArea .process p,
#workDetailArea .creditBox p {
	font-size: 20px;
	color: #333333;
	width: 98%;
	margin: 0 auto;
}

#workDetailArea .ServiceArea ul {
    display: flex;
    justify-content: space-between;
    position: relative;
	width: 98%;
	margin: 50px auto 0;
}
#workDetailArea .ServiceArea ul::before {
    content: '';
    position: absolute;
    top: 58px;
    left: 0px;
    border: 1px solid #868686;
    width: 100%;
}
#workDetailArea .ServiceArea ul::after {
    content: '';
    position: absolute;
    top: 47px;
    right: -5px;
    background: url(../images/icon_service_arrow.png) right center no-repeat;
    background-size: contain;
    width: 31px;
    height: 23px;
}
#workDetailArea .ServiceArea ul li .ttlText {
    font-size: 20px;
    text-align: center;
    color: #cacaca;
}
#workDetailArea .ServiceArea ul li .ttlText.on {
	color: #000;
}
#workDetailArea .ServiceArea ul li .line {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
#workDetailArea .ServiceArea ul li .line img {
	width: 16px;
}
#workDetailArea .ServiceArea ul li .check {
	text-align: center;
    margin-top: 40px;
}
#workDetailArea .ServiceArea ul li .check img {
	width: 30px;
}
#workDetailArea .wp-video {
	width: 100% !important;
}


.workDetailsList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	margin-top: 120px;
}

.workDetailsList li{
	width: 250px;
	height: 250px;
	position: relative;
    overflow: hidden;
    color: #fff;
}

.workDetailsList li img{
	width: 250px;
}
.workDetailsList li .caption {
    color: #fff;
    position: relative;
    width: 97%;
    height: 97%;
    padding: 3% 0 0 3%;
}
.workDetailsList li .mask {
	width: 94%;
    height: 94%;
	position:absolute;	/* 絶対位置指定 */
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
.workDetailsList li:hover .mask {
	opacity:1;	/* マスクを表示する */
}

.workDetailsList li.workLink img{
	transition:all 0.5s ease;
}
.workDetailsList li.workLink:hover img{
	transform:scale(1.2);
}
.workDetailsList li .title {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.workDetailsList li p{
	font-size: 12px;
}
.workDetailsList li .client{
	font-size: 12px;
	position: absolute;
    bottom: 3%;
    right: 3%;
    color: #fff;
}

.workDetailBox .videoBox {
	position: relative;
}
.workDetailBox #videoBtn{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.workDetailBox .videoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98px;
}
.workDetailBox video {
	width: 100%;
}

@media screen and (max-width:768px){
	.workMT20 {
	    margin-top: 10px !important;
	}
	.workMT120 {
		margin-top: 50px !important;
	}
	.workMT85 {
		margin-top: 35px !important;
	}
	.workDetailBox .inner {
		width: 92%;
	}
	#workDetailArea .ProjectBox .ProjectBoxinner {
		margin: 0 auto;
		margin-top: 12px;
		border-bottom: 1px solid #1a1a1a;
		padding-bottom: 8px;
		width: 97%;
	}
	#workDetailArea .ProjectBox h2 {
		font-size: 15px;
	}
	#workDetailArea .ProjectBox .rightBox p {
		font-size: 10px;
	}
	#workDetailArea .ProjectBox .leftBox ul li,
	#workDetailArea .ProjectBox .leftBox .case_sp {
		display: flex !important;
		justify-content: left;
	}
	#workDetailArea .ProjectBox .leftBox ul li.PC {
		display: none !important;
	}
	#workDetailArea .ProjectBox .leftBox .case_sp {
		margin-top: 10px;
	}
	#workDetailArea .ProjectBox .leftBox ul {
		margin-top: 0px;
	}
	#workDetailArea .ProjectBox .leftBox ul li .TextBold,
	#workDetailArea .ProjectBox .leftBox .case_sp .TextBold{
		font-size: 10px;
		font-weight: bold;
		margin-right: 10px;
	}
	#workDetailArea .ProjectBox .leftBox .case_sp .TextBold{
		    margin-right: 14px;
	}
	#workDetailArea .ProjectBox .leftBox ul li .text,
	#workDetailArea .ProjectBox .leftBox .case_sp .text{
		font-size: 10px;
		
	}	
	#workDetailArea .ProjectBox .link {
		font-size: 8px;
		margin-top: 8px;
	}	
	#workDetailArea .gaiyoBox p, 
	#workDetailArea .process p,
	#workDetailArea .creditBox p {
		font-size: 12px;
		    line-height: 1.5;
	}
	#workDetailArea .creditBox p {
		font-size: 10px;
		margin-top: 10px;
	}
	#workDetailArea h3 {
		font-size: 12px;
		font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}
	
	.Postimg img{
		width: 100%;
	}
	.creditBox p{
		font-size: 12px;
		line-height: 1.5;
	}
	#workDetailArea .ServiceArea ul {
		width: 92%;
		    justify-content: space-around;
	}
	#workDetailArea .ServiceArea ul li .ttlText {
		writing-mode: vertical-rl;
		text-align: left;
		height: 138px;
		font-size: 12px;
	}
	#workDetailArea .ServiceArea ul li .check {
		margin-top: 5px;
	}
	#workDetailArea .ServiceArea ul li .check img {
		width: 17px;
	}
	#workDetailArea .ServiceArea ul li .line {
		margin-top: 6px;
	}
	#workDetailArea .ServiceArea ul li .line img {
		width: 	10px;
	}
	#workDetailArea .ServiceArea ul::before {
		top: 157px;
		border: 0.8px solid #868686;
	}
	#workDetailArea .ServiceArea ul::after {
		top: 146px;
		width: 15px;
		right: -3px;
	}
	
	.workDetailsList {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.workDetailsList a {
		text-decoration: none;
	}
	.workDetailsList a img {
		width: 100%;
	}
 	.workDetailsList>li {
		width: 48%;
		height: auto;
		overflow: auto;
    color: #000;
	}
	.workDetailsList li .mask {
		width: 100%;
		height: auto;
		transform: none;
		opacity:1;
		position: initial;
		background-color: inherit;
	}
	.workDetailsList li .caption {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.workDetailsList li .title {
		color: #000;
		font-size: 10px;
		font-weight: bold;
	}
	.workDetailsList li.workLink:hover img {
		transform: scale(1);
	}
	.workDetailsList li .client {
		color: #000;
		position: inherit;
		font-size: 8px;
	}
	.workDetailsList li .category {
	display: flex !important;
    justify-content: left;
    }
    .workDetailsList li p {
	    font-size: 8px;
    }
    .workDetailsList .category li  {
		width: auto;
		color: #000;
		height: auto;
		    margin-right: 5px;
    }
    #workDetailArea .backSP{
		background: #878787;
		height: 82px;
		position: relative;
		margin-bottom: 50px;
    }
    #workDetailArea .backSP img {
		width: 67px;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
    }
    
    
    #workDetailArea .gaiyoBox,
    #workDetailArea .process,
    #workDetailArea .ServiceArea,
    #workDetailArea .creditBox {
	    margin: 0px auto;
	    width: 97%;
    }
    #workDetailArea .yohaku {
	    width: 94%;
	    margin: 0 auto ;
    }
    .workDetailBox .videoBox img {
	   width: 49px;
	 }
	 #workDetailArea main {
		 padding-top: 0px;
	 }
}

/*youtube*******************/
.youtube_area {
  position: relative;
  width: 100%;
  padding: 56.3% 0 0;
  overflow: hidden;
}
.youtube_area #youtubeImg,
.youtube_area #youtubeImg2 {
	position: absolute;
	top: 0px;
	z-index: 1;
	cursor:pointer;
}
.youtube_area #youtubeImg>img,
.youtube_area #youtubeImg2>img{
	width: 100%;
}
.youtube_area .youtubeBtn{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.youtube_area .youtubeBtn img{
		position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98px;
}
.youtube_area #ytPlayer,.youtube_area #ytPlayer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_area .poster_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}
.youtube_area .poster_list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.youtube_area .poster_list li.current {
  display: block;
}
.youtube_area .poster_list li img {
  width: 100.5%;
}
.youtube_area .poster_list li .playicon {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 98px;
  height: 131px;
}
.youtube_area .poster_list li .playicon::before  {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  background: url("../images/works_detail/works_detail_icon_play.png") no-repeat;
  display: inline-block;
  width: 98px;
  height: 131px;
}

.privacypolicyBox {
	margin-bottom: 120px;
}
.privacypolicyBox h2 {
    position: relative;
    padding-left: 150px;
    font-weight: bold;
    font-size: 24px;
    margin: 115px 0 70px;
}
.privacypolicyBox h2::before {
    content: '';
    position: absolute;
    top: 50%;
    top: 50%;
    left: 0px;
    border: 1px solid #000;
    width: 115px;
    transform: translate(0%, -50%);
}
.privacypolicyBox p {
	margin-top: 20px;
}

@media screen and (max-width:768px){
	.privacypolicyBox h2 {
		margin: 43px 0 27px;
		padding-left: 47px;
		font-size: 12px;
	}
	.privacypolicyBox h2::before {
	    width: 35px;
	    border: 0.5px solid #000;
	}
	.privacypolicyBox {
		margin-bottom: 50px;
	}
	.privacypolicyBox p {
		font-size: 10px;
	}
	.youtube_area .youtubeBtn img {
		width: 49px;
	}
}


/*recruitArea*******************/
.smoothTextTriggerR {
	transition: .8s ease-in-out;
    transform: translate3d(120%,0%,0) skewY(0deg);
}
.smoothTextTriggerL {
	transition: .8s ease-in-out;
    transform: translate3d(-120%,0%,0) skewY(0deg);
}
.smoothTextTrigger0 {
	transform: translate3d(0,0,0) skewY(0);
}

#recruitArea #header{
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

#recruitArea #videoA {
	overflow: hidden;
    position: relative;
}
#MovBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#recruitArea .recruitLink {
	width: 180px;
	height: 45px;
	border-radius: 24.5px;
	border: 2px solid #0091c8;
	text-align: center;
	    margin-right: 100px;
}
#recruitArea .recruitLink:hover {
	background: #0091c8;
}
#recruitArea .recruitLink a{
	display: block;
	line-height: 45px;
	color: #0091c8;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#recruitArea .recruitLink a:hover{

	color: #fff;
}
#recruitArea #recruitInfo {
	margin-top: 100px;
}
#recruitArea .info_text {
	text-align: center;
	font-size: 16px;
	color: #333333;
}


#recruitContents {
	max-width: 1070px;
	width: 100%;
	margin: 120px auto 0;
}
#recruitContents .inbox {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

#recruitContents .inbox .ttlText {
	/*font-size: 31px;
	line-height: 1.2;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	color: #fff;
	display: inline-block;
	/*display: inline-block;
    padding: 10px;
    background: #0091c8;*/
}
#recruitContents .inbox .ttlText span{
	/*font-size: 31px;
	line-height: 1.2;
	position: relative;*/
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	color: #fff;
    display: inline-block;
	/*background: #0091c8;
	padding: 10px;*/
}

#recruitContents .inbox .ttlText span.bgText1 {
	background: #0091c8;
	line-height: 0;
	padding: 15px;
}
#recruitContents .inbox .ttlText span.bgText1 img {
	    width: 172px;
}
#recruitContents .inbox .ttlText span.bgText2 {
	line-height: 0;
	padding: 15px;
    background: #0091c8;
}
#recruitContents .inbox .ttlText span.bgText2 img{
	width: 193px;
}
#recruitContents .inbox .ttlText span.bgText3 {
	background: #0091c8;
	line-height: 0;
	padding: 15px;
}
#recruitContents .inbox .ttlText span.bgText3 img{
	width: 85px;
}
#recruitContents .inbox .ttlText span.bgText4 {
	background: #0091c8;
	line-height: 0;
	padding: 15px;
}
#recruitContents .inbox .ttlText span.bgText4 img {
	width: 178px;
}
#recruitContents .inbox .ttlText span.bgText5 {
	background: #0091c8;
	line-height: 0;
	padding: 15px;
}
#recruitContents .inbox .ttlText span.bgText5 img{
	width: 370px;
}


#recruitContents .inbox .ttlText2{
	font-size: 31px;
	line-height: 1.2;
	writing-mode: vertical-rl;
	position: relative;
	color: #fff;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	display: inline-block;
}
#recruitContents .inbox .ttlText2 span{
	font-size: 31px;
	line-height: 1.2;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	color: #fff;
    display: inline-block;
	background: #0091c8;
	padding: 10px;
}


#recruitContents .inbox .Commentary {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0 0 20px;
	color: #333;
}
#recruitContents .img3 {
	margin-top: -100px;
}
#recruitContents .inbox .text-1{
	margin-top: 180px;
}
#recruitContents .inbox .text-2{
	margin-top: 230px;
}
#recruitContents .inbox .text-3{
	margin-top: 380px;
}
#recruitContents .list4 .textBox{
	margin-top: 440px;
}
#recruitContents .list5 .textBox {
	margin-top: 420px;
}

#recruitContents .list3 .textBox{
	display: flex;
}
#recruitContents .list3 .textBox .ttlText2{
	font-size: 41px;
}
#recruitContents .list3 .Commentary {
	margin: 0 0 0 20px;
	background: #fff;
}

#recruitContents .list4 {
	align-items: inherit;
	margin-top: -100px;
}
#recruitContents .list4 .imgBox img{
	margin-top: 90px;
}


#recruitContents .list5 .imgBox {
	margin-top: -20px;
}
#recruitContents .listEnd {
	margin-top: -150px;
}
#recruitContents .listEnd img {
	width: 100%;
}

#recruitArea .anime {
	opacity: 0;
	transition: .8s ease-in-out;
}
#recruitArea .anime.fadeIn {
	opacity: 1;
}
#recruitArea .anime2 {
	opacity: 0;
	transition: 1.3s ease-in-out;
}
#recruitArea .anime3 {
	opacity: 0;
	transition: 1.3s ease-in-out;
}
#recruitArea .anime2.fadeIn {
	opacity: 1;
}
#recruitArea .anime3.fadeIn {
	opacity: 1;
}


/*onedayBox*/
#onedayBox {
	max-width: 1070px;
	width: 100%;
	margin: -20px auto 0; 
}
#onedayBox h3 img {
	width: 150px;
}
#onedayBox>ul{
	display: flex;
	justify-content: center;
	margin-top: 66px;
	
	
}	
#onedayBox>ul>li{
	width: 495px;
}
#onedayBox>ul>li:first-child {
	border-left: 2px solid #898989;
}
#onedayBox>ul>li:last-child {
	border-left: 2px solid #898989; 
	border-right: 2px solid #898989; 
}
#onedayBox ul li .inner {
	width: 345px;
}
#onedayBox li h4{
	font-size: 36px;
	color: #0091c8;
}
#onedayBox li .text{
	margin-top: 40px;
	font-size: 15px;
	min-height: 92px;
}
#onedayBox li #MainImg,
#onedayBox li #MainImg2 {
	margin-top: 40px;	
}
#onedayBox li #MainImg img,
#onedayBox li #MainImg2 img {
	width: 345px;
}


#onedayBox ul.list{
	display: flex;
	justify-content:space-between;
	margin-top: 14px;
}
#onedayBox ul.list li{
	margin-right: 20px;
}
#onedayBox ul.list li:last-child {
	margin-right: 0px;
}
#onedayBox ul.list li img {
	width: 40px;
}

/*benefitBox*/
#benefitBox {
	max-width: 1070px;
	width: 100%;
	margin: 120px auto 0;	
}
#benefitBox h3 img {
	width: 150px;
}
#benefitBox ul {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}
#benefitBox li{
	width: 100%;
	max-width: 270px;
	height: 300px;
	text-align: center;
	border-top: 2px solid #898989;
	border-bottom: 2px solid #898989;
	padding-top: 70px;
	margin-right: 90px;
}
#benefitBox li:last-child {
	margin-right: 0px;
}
#benefitBox .sub {
	text-align: left;
	margin-top: 20px;
	color: #333;
}
#benefitBox .ttl {
	font-size: 21px;
	margin-top: 45px;
	font-weight: bold;
	color: #333;
}
#benefitBox li img {
	width: 90px;
}
#benefitBox li:nth-child(3) img{
	width: 64px;
}


/*RecruitmentItemsBox*/
#RecruitmentItemsBox {
	margin-top: 120px;
	padding-top: 100px;
	background: #e6e6e6;
	padding-bottom: 100px;
}
RecruitmentItemsBox .inner {
	max-width: 1070px;
	width: 100%;
	margin: 120px auto 0; 
}
#RecruitmentItemsBox h3{
	text-align: center;
}
#RecruitmentItemsBox h3 img {
	width: 192px;
}
#RecruitmentItemsBox ul.RecruitMenu {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	padding-bottom: 33px;
	border-bottom: 2px solid #0091c8;
}
#RecruitmentItemsBox ul.RecruitMenu li{
	margin-right: 80px;
}
#RecruitmentItemsBox ul.RecruitMenu li:last-child {
	margin-right: 0px;
}
#RecruitmentItemsBox ul.RecruitMenu li a{
	font-size: 36px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}	
#RecruitmentItemsBox ul.RecruitMenu li.active a{
	color: #0091c8;
}

#RecruitmentItemsBox .Recruitment li {
	display: none;
}

#RecruitmentItemsBox .message1 {
	text-align: center;
	font-size: 20px;
	color: #0091c8;
	font-weight: bold;
	margin-top: 50px;
	line-height: 1.6;
}
#RecruitmentItemsBox .message2 {
	line-height: 1.7;
}

#RecruitmentItemsBox .itemsBox {
	width: 800px;
	margin: 50px auto 0;
}
#RecruitmentItemsBox .itemsBox dl{
	display: flex;
	margin-top: 10px;
}
#RecruitmentItemsBox .itemsBox dt{
	width: 204px;
	font-weight: bold;
	color: #333;
}
#RecruitmentItemsBox .itemsBox dt p{
	margin-top: 1em;
}
#RecruitmentItemsBox .itemsBox dt p:first-child{
	margin-top: 0px;	
}
#RecruitmentItemsBox .itemsBox dd{
	line-height: 1.7;
	color: #333;
}
#RecruitmentItemsBox .itemsBox dl.MT{
	margin-top: 40px;
	}
#RecruitmentItemsBox #Obo {
	text-align: right;
	margin-top: 100px;
}
#RecruitmentItemsBox #Obo a,
#CreativePartnerBox #Contact a{
	display: inline-block;
}
#RecruitmentItemsBox #Obo img,
#CreativePartnerBox #Contact img{
	width: 220px;
	height: 50px;
	
}

/*CreativePartnerBox*/
#CreativePartnerBox {
	max-width: 1070px;
	width: 100%;
	margin: 120px auto 0;
}
#CreativePartnerBox h3{
	text-align: center;
	font-size: 36px;
	color: #0091c8;
	border-bottom: 2px solid #0091c8;
	padding-bottom: 30px;
}
#CreativePartnerBox p{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
    line-height: 1.6;
}
#CreativePartnerBox #Contact {
	text-align: right;
		margin-top: 100px;
}

.Recruitment {
	position: relative;
}
#ProducerBox {
	top: 0px;
	display: block;
	width: 100%;
    height: 100%;
}
#DesignerDirector {
	top: 0px;
	display: none;
}
#BackOffice {
	top: 0px;
	display: none;
}
.Recruitment .errorTxt{
	    margin-top: 100px;
    text-align: center;
    font-size: 30px;
}


.recruitFooter {
	background: #0091c8 !important;
}

.recruitA {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.recruitA img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:768px){
	#MovBox {
		width: 100%;

	}
	#recruitArea #header {
		height: 45px;
	}
	
	#recruitArea #recruitInfo {
		margin-top: 75px;
	}
	
	#recruitArea .recruitLink {
		width: 90px;
		height: 22px;
		border-radius: 12.5px;
		margin-right: 56px;
		margin-top: 4px;
	}
	#recruitArea .recruitLink a {
		line-height: 22px;
		    font-size: 8px;
	}
	#RecruitmentItemsBox .itemsBox {
		width: 90%;
	}
	
	
	#recruitArea .info_text {
		font-size: 12px;
		line-height: 1.6;
	}
	
	#RecruitmentItemsBox ul.RecruitMenu li a {
		font-size: 15px;
	}
	#onedayBox>ul>li:first-child,
	#onedayBox>ul>li:last-child {
		border: none;
	}
	#RecruitmentItemsBox ul.RecruitMenu li {
		margin-right: 20px;
	}
	#RecruitmentItemsBox ul.RecruitMenu {
		padding-bottom: 20px;
		margin-top: 50px;
		border-bottom: 1px solid #0091c8;
	}
	
	
	/*recruitContents*/
	#recruitContents {
		width: 92%;
		margin: 75px auto 0;
	}
	#recruitContents .list1 {
		display: flex;
		flex-flow: row wrap;
	}
	#recruitContents .list1 .textBox {
		order: 2;
		margin-top: -77px;
		position: relative;
		z-index: 1;
	}
	#recruitContents .inbox.list1 .ttlText {
		margin: 12px 0 0 9%;
	}
	#recruitContents .inbox.list1 .Commentary {
		margin: 20px 0 0 25px;
	}
	#recruitContents .list1 .imgBox {
		order: 1;
		width: 100%;
		text-align: right;
	}
	#recruitContents .list1 .imgBox img{
		width: 240px;
	}
	#recruitContents .inbox .Commentary {
		font-size: 10px;
	}
	#recruitContents .inbox .ttlText span {
		font-size: 16px;
	}
	
	#recruitContents .inbox .ttlText span.bgText1 {
		width: 89px;
		line-height: 1;
		padding: 5px 6px 5px 6px;
	}
	#recruitContents .inbox .ttlText span.bgText1 img{
		width: 100%;
	}
	
	/*list2*/
	#recruitContents .inbox .ttlText span.bgText2 img,
	#recruitContents .list2 img {
		width: 100%;
	}
	#recruitContents .inbox.list2 .ttlText {
		margin: 2px 0 0 9%;
	}
	#recruitContents .list2 .textBox {
		width: 60%
	}
	#recruitContents .inbox .ttlText {
		margin: 35px 0 0 4%;
	}
	#recruitContents .list2 .textBox .Commentary {
		margin-left: 10%;
		margin-top: 15px;
	}
	#recruitContents .list2 .imgBox {
		width: 63%;
	}
	#recruitContents .list2 .img2 {
		margin-top: 60px;
	}
	#recruitContents .inbox .text-2 {
		margin-top: 124px;
	}
	#recruitContents .inbox .ttlText span.bgText2 {
		width: 97px;
		line-height: 1;
		padding: 5px 4px 5px 4px;
	}
	
	/*list3*/
	#recruitContents .list3 .textBox .ttlText2{
		font-size: 0px;
	}
	#recruitContents .inbox .ttlText2 span {
		font-size: 16px;
		overflow: auto;
	}
	#recruitContents .list3 {
		margin-top: 77px;
		align-items: end;    
	}
	#recruitContents .list3 .textBox {
		width: 43%;
		display: block;
		padding-right: 2%;
	}
	#recruitContents .list3 .Commentary {
		margin: 10px 0 0 0;
	}
	#recruitContents .list3 .imgBox {
		width: 52.4%;
	}
	#recruitContents .inbox .ttlText span.bgText3 {
		width: 43px;
	    line-height: 1;
	    padding: 6px 5px 6px 5px;
	}
	#recruitContents .inbox .ttlText span.bgText3 img{
		width: 100%;
	}
	#recruitContents .inbox .text-3 {
		margin-top: 0px;
	}
	#recruitContents .inbox.list3 .ttlText {
		margin: 0px;
	}
	
	/*list4*/
	#recruitContents .list4 {
		display: flex;
		flex-flow: row wrap;	
		margin-top: 0px
	}
	#recruitContents .list4 .imgBox img {
		margin-top: 77px;
	}
	#recruitContents .list4 img, 
	#recruitContents .list4 .textBox {
		margin-top: 0px;
	}
	#recruitContents .list4 .textBox {
		text-align: right;
	    width: 100%;
	    margin-top: -60px;
	}
	#recruitContents .inbox.list4 .ttlText {
		margin: 15px 15px 0 0px;
	}
	#recruitContents .list4 .imgBox {
		z-index: -1;
	}
	#recruitContents .list4 .imgBox img{
		width: 73%;
	}
	#recruitContents .inbox .ttlText span.bgText4 {
		width: 94px;
	    line-height: 1;
	    padding: 4px 5px 4px 5px;
	}
	#recruitContents .inbox .ttlText span.bgText4 img{
		width: 100%;
	}
	#recruitContents .list4 .Commentary {
		margin-top: 20px;
		margin-right: 14px;
	}
	
	/*list5*/
	#recruitContents .list5 {
		margin-top: 65px;
		flex-flow: row wrap; 
	}
	#recruitContents .list5 .textBox {
		order: 2;
	    margin-top: -118px;
	    position: relative;
	    z-index: 1;
	}
	#recruitContents .list5.inbox .textBox .ttlText {
		margin: 0px;
		width: 100%;
		z-index: 1;
	}
	#recruitContents .list5.inbox .Commentary {
		margin: 10px 0 0 0;
		/*width: 59%;*/
	}
	#recruitContents .list5 .imgBox {
		order: 1;
	    width: 100%;
	    text-align: right;
	}
	#recruitContents .list5 .imgBox img{
		width: 50%;
	} 
	#recruitContents .inbox .ttlText span.bgText5 {
		width: 190px;
	    line-height: 0;
	    padding: 6px 5px 6px 5px;
	}
	#recruitContents .inbox .ttlText span.bgText5 img{
		width: 100%;
	}
	
	#recruitContents .listEnd {
		margin-top: 52px;
	}
	
	
	#recruitContents .img3 {
		margin-top: 0px;
	}
	
	
	/*#onedayBox*/
	#onedayBox {
		margin-top: 75px;
	}
	#onedayBox h3 {
		text-align: center;
	}
	#onedayBox h3 img{
		width: 75px;
	}
	#onedayBox>ul {
		display: block;
		border: none;
	    margin-top: 32px;
	}
	#onedayBox>ul>li {
		width: 100%;
	}
	#onedayBox ul li .inner {
		width: 85%;
	}
	#onedayBox li #MainImg img, 
	#onedayBox li #MainImg2 img{
		width: 100%;
	}
	#onedayBox ul.list li {
		margin-right: auto;
	}
	#onedayBox li h4 {
		font-size: 20px;
	}
	#onedayBox li .text {
		margin-top: 20px;
		font-size: 12px;
		line-height: 1.3;
		min-height:inherit;
		height: 60px;
	}
	#onedayBox li #MainImg{
		margin-top: 25px;
	}
	#Designer{
		margin-top: 75px;
	}
	#onedayBox ul.list {
		margin-top: 13px;
	}
	
	#benefitBox {
		width: 92%;
		margin-top: 75px; 
	}
	#benefitBox h3{
		text-align: center;
	}
	#benefitBox h3 img{
		width: 75px;
	}
	#benefitBox ul {
		margin-top: 32px;
	}
	#benefitBox li {
		margin-right: 17px;
		padding-top: 25px;
	    padding-bottom: 25px;
	    height: auto;
	    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
	    
	}
	#benefitBox li .ttl {
		font-size: 11px;
		font-weight: bold;
	}
	#benefitBox li .sub {
		font-size: 10px;
		margin-top: 17px;
		line-height: 1.4;
	}
	#benefitBox li img{
		width: 45px;
	}
	#benefitBox li:nth-child(3) img {
	    width: 33px;
	}
	
	
	/*#RecruitmentItemsBox*/
	#RecruitmentItemsBox {
		margin-top: 60px;
		padding:50px 0;
	}
	#RecruitmentItemsBox h3 img{
		width: 96px;
	}
	#RecruitmentItemsBox ul {
		padding: 0px 2%;
		justify-content: space-between;
		align-items: flex-end;
		text-align: center;
		margin-top: 50px;
	}
	#RecruitmentItemsBox ul li {
		margin-right: 5px;
	}
	#RecruitmentItemsBox ul li a {
		font-size: 18px;
	}
	
	#RecruitmentItemsBox .itemsBox dl.MT {
		margin-top: 20px;
	}
	#RecruitmentItemsBox .message1 {
		font-size: 11px;
		line-height: 1.6;
	}
	#RecruitmentItemsBox .message2 {
		font-size: 10px;
		text-align: left;
	}
	#RecruitmentItemsBox .itemsBox dl {
		display: block;
	}
	#RecruitmentItemsBox .itemsBox dt {
		width: 100%;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
	}
	#RecruitmentItemsBox .itemsBox dd {
		width: 100%;
		font-size: 10px;
		text-align: left;
	}
	
	#RecruitmentItemsBox #Obo {
		text-align: center;
		margin-top: 50px;
	}
	#RecruitmentItemsBox #Obo img{
		width: 140px;
		height: auto;
		margin: 0 auto;
	}
	.Recruitment .errorTxt {
		font-size: 15px;
	}
	
	#CreativePartnerBox {
		width: 90%;
		margin-top: 60px;
	}
	#CreativePartnerBox h3 {
		font-size: 18px;
		border-bottom: 1px solid #0091c8;
	}
	#CreativePartnerBox p {
		font-size: 10px;
	}
	#CreativePartnerBox #Contact {
		text-align: center;
		margin-top: 50px;
	}
	#CreativePartnerBox #Contact img{
		width: 140px;
		height: auto;
		margin: 0 auto;
	}
}



/*footer*******************/
footer {
	background: #000;
	position: relative;
	/*padding-bottom: 85px;*/
	padding-bottom: 85px;
	margin-top: 150px;
}
footer h2 img {
	width: 220px;
}
footer a,
footer p,
footer small{
	color: #fff;
	font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1500 - 768)));
}
footer .upBox,
footer .downBox {
	display: flex;
	justify-content: space-between;
}
footer .upBox{
	/*padding-top: 110px;*/
	padding-top: 50px;
	/*padding: 110px 100px 0 180px;*/
}
footer .upBox p{
	text-align: right;
	font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1500 - 768)));
}
footer .downBox {
    /*margin-top: 155px;*/
    margin-top: 77px;
}
footer .downBox ul {
	display: flex;
}
footer .downBox ul li {
	margin-right: calc(10px + 40 * ((100vw - 768px) / (1500 - 768)));
}
footer .downBox ul li a {
	font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1500 - 768)));
	text-decoration: none;
}
footer .downBox ul li a:hover {
	border-bottom: 1px solid #fff;
}
footer .downBox ul li:last-child {
	margin-right: 0px;
}
footer .downBox ul li:last-child:after {
	content:"";
	margin-left: 0px;
}
footer .copy a{
	font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1500 - 768)));
    text-decoration: none;
    padding-bottom: 3px;
}
footer .copy {
	text-align: right;
}
footer .copy .instaLink {
	display: block;
    margin-top: -23px;
}
footer .copy .instaLink img{
	width: 16px;
}

/*1500以上でフォントサイズ固定*/
@media (min-width: 1500px) {
	footer .downBox ul li {
		margin-right:40px;
	}
	footer .downBox ul li a {
		font-size: 20px;
	}
	footer .upBox p,
	footer .copy a,
	footer small{
		font-size: 20px;
	}
}
@media screen and (max-width:768px){
	footer {
		padding-top: 43px;
		padding-bottom: 55px;
		margin-top: 120px;
	}
	footer .inner{
		width: 79%;
	}
	footer .upBox {
		padding-top: 0px;
		align-items: baseline;
	}
	footer .upBox p {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	footer .downBox {
		width: 92%;
	}
	
	footer h2 img {
		width: 200px;
	}
	footer .footerSPBpx {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		    align-items: end;
	}
	footer .footerSPBpx li {
		margin-bottom: 18px;
		line-height: 1;
	}
	footer .footerSPBpx li:last-child{
		margin-bottom: 0px;
	}
	footer .footerSPBpx li a {
		font-size: 14px;
		text-decoration: none;
		font-weight: bold;
	}
	
	footer .footerSPBpx .access p{
		font-size: 8px;
		text-align: right;
	}
	footer .copy a {
		font-size: 14px;
	}
	footer .copy {
		font-size: 14px;
		margin-top: 81px;
	}
	footer small{
		font-size: 14px;
	}
	
	footer .footerSPright {
		position: relative;
	}
	footer .footerSPright .instaLink {
		width: 12px;
	    position: absolute;
	    bottom: 15px;
	    right: 0px;
	}
	footer .footerSPright .instaLink img{
		width: 12px;
	}

}
@media screen and (max-width:500px){
	footer {
		padding-top: 24px;
		padding-bottom: 24px;
		
	}
	footer .inner{
		width: 85%;
	}
	footer h2 img {
		width: 110px;
	}
	footer .upBox p {
		font-size: 10px;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	footer .footerSPBpx li {
		margin-bottom: 11px;
		line-height: 1;
	}
	footer .footerSPBpx li a {
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
	}
	footer .copy {
		font-size: 7px;
		margin-top: 81px;
	}
	footer .copy a,
	footer small{
		font-size: 9.3px;
	}
}


