@media only print, only screen and (min-width: 768px){
.sp,
.tab_sp,
.pc{
  display:none !important;
}
.pc_tab,
.tab_pc,
.tab{
  display:block !important;
}
/*body{
  background: #f5f5f5
}*/
/* MainVisual */
#mainMv{
  padding: 65px 0 0 0;
  margin: 0 0 -430px 0;
}
.fade{
  width: 90%;
  margin: 0 0 -100px auto;
}
.mv_{
  float: unset;
}
.area {
  height: 220px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 45px;
}
.marquee {
  width: 1px;
  height: 80px;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-left: 1px solid #333333;
  text-align: center;
  margin: 0 auto;
}
@keyframes marquee {
  from  { transform: translateY(-100%); }
  100%,to { transform: translateY(0%); }
}
.inner_{
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  padding: 10em 0;
  text-align: center;
}
h2{
  margin: 0 0 30px 0;
  line-height: 1.8;
}
h2 span{
  color:#999999;
}
/* Parallax */
li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 1.5s;
  transform: translate(0);
  display: none;
}
.content_ {
    width: 100%;
}
.parallax_ {
  background-attachment: fixed;
  padding-top: 73%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: auto;
}
.parallax_.bg-1 {
  background-color: #f5f5f5;
  padding: 23vh;
  margin: 10vh 0 0 0;
}
.parallax_.bg-2 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_2.jpg);
}
.parallax_.bg-3 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_3.jpg);
}
.parallax_.bg-4 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_4.jpg);
}
.parallax_.bg-5 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_1.jpg);
}
#concept,#design,#service,#works{
  margin: 0 auto;
  display: block;
  background: #ffffff;
}
#faq{
  background: #f5f5f5;
}
.co_l_{
  width: 36%;
  display: inline-block;
  text-align: left;
}
.co_r_{
  width: 59.5%;
  display: inline-block;
  margin: 0 0 0 2%;
  vertical-align: top;
}

/* Service */
#service h3{
  display: inline-block;
  color: #002f51;
  margin: 0 2% 0 0;
}
.serviceArea_:before{
  width: 1px;
  height: 50px;
  text-align: center;
  margin: 4% auto;
  content: "";
  display: block;
  background: #000000;
}
.co_th_{
  width: 31.5%;
  display: inline-block;
  margin: 0 2% 0 0;
}
.co_th_:nth-of-type(3n){
  margin: 0;
}
.co_th_ span{
  color: #999999;
  margin: -3px 0 0 3px;
}
/* Design */
.hover_ {
  overflow: hidden;
  position: relative;
}
.hover_ .caption {
  color: #fff;
  position: absolute;
  top: calc(100% - 170px/2);
  left: calc(50% - 75px/2);
  font-size: 12px;
  width: 170px;
  height: 170px;
}
.hover_ .mask_ {
	width:	100%;
	height:	100%;
	position:		absolute;
	top:	0;
	left:		0;
	opacity:	0;
	background-color: #002f51;
	-webkit-transition:	all 0.4s ease-out;
	transition:		all 0.4s ease-out;
}
.hover_:hover .mask_ {
	opacity:1;
	-webkit-transform:	scale(1);
	transform:		scale(1);
}
.column_{
  display: inline-block;
  width: 18.6%;
  padding: 0;
  margin: 3px 3px 0 3px;
}
.ui-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Works */
#works h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
figure{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 0;
}
figure span.work{
  display: block;
  margin: 0;
}
figure::before, figure::after{
  content:"";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: #002f51;
}

figure span.work::before, figure span.work::after{
  content:"";
  width:3px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #002f51;
}
figure:hover::before, figure:hover::after{
  width: 100%;
}
figure:hover span.work::before, figure:hover span.work::after{
  height: 100%;
}

/*----- figure 3 -----*/
.link_::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.link_ span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.link_::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.link_ span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.link_:hover::after{
  transition-delay: 0s;
}
.link_:hover span::after{
  transition-delay: 0.2s;
}
.link_:hover::before{
  transition-delay: 0.4s;
}
.link_:hover span::before{
  transition-delay: 0.6s;
}
.moreitem_:hover,.moreLineup_:hover{
  cursor: pointer;
}
.moreitem_{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.moreitem_::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.moreitem_:hover::after {
  width: 100%;
}
.moreLineup_{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.moreLineup_::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.moreLineup_:hover::after {
  width: 100%;
}
.press_ a{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  font-size: 1.8rem;
}
.press_ a::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.press_ a:hover::after {
  width: 100%;
}

/* FAQ */
.left-box {
  left: 0;
  background: #f5f5f5;
  color: #000000;
  width: 28%;
  text-align: right;
  padding: 10em 5% 0 0;
  display: inline-block !important;
  vertical-align: top;
  min-height: 48vh;
}
.right-box {
  right: 0;
  background: #ffffff;
  width: 65%;
  padding: 10em 0;
  display: inline-block !important;
  vertical-align: top;
  max-height: 80vh;
}
.left-box a{
	color:#ffffff;
	display:block;
}
.s_02 .accordion_one {
  margin: 0 5%;
  padding: 3% 0;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.s_02 .accordion_one .accordion_header {
  color: #333333;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-family: 'Noto Sans JP','Nunito Sans', sans-serif;
  line-height: 2;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36%;
  right: 0;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 14px;
  width: 14px;
  transition-duration: 0.2s;
  position: relative;
  color: #333333;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 1em 2em;
}
/* Order */
#order{
  background: #002f51;
  padding: 3em 0;
  height: 70px;
  overflow: visible;
}
#order a{
  color: #ffffff;
}
}

@media only print, only screen and (min-width: 1200px){
.sp,
.tab,
.tab_sp,
.pc_tab{
  display:none !important;
}
.pc,
.tab_pc{
  display:block !important;
}
body{
  background: none;
}
/* MainVisual */
#mainMv{
  padding: 65px 0 0 0;
  margin: 0 0 -430px 0;
}
.fade{
  width: 90%;
  margin: 0 0 -100px auto;
}
.mv_{
  /*float: right;*/
  float: unset;
}
.area {
  height: 400px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  bottom: -200px;
  left: 80px;
}
.marquee {
  width: 1px;
  height: 120px;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-left: 1px solid #333333;
  text-align: center;
  margin: 0 auto;
}
@keyframes marquee {
  from  { transform: translateY(-100%); }
  100%,to { transform: translateY(0%); }
}
.inner_{
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
h2{
  margin: 50px 0 30px 0;
  line-height: 1.8;
}
h2 span{
  color:#999999;
}
/* Parallax */
li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 1.5s;
  transform: translate(0);
  display: none;
}
.content_ {
    width: 100%;
}
.parallax_ {
  background-attachment: fixed;
  padding-top: 73%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: auto;
}
.parallax_.bg-1 {
  background-color: #f5f5f5;
  padding: 23vh;
  margin: 10vh 0 0 0;
}
.parallax_.bg-2 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_2.jpg);
}
.parallax_.bg-3 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_3.jpg);
}
.parallax_.bg-4 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_4.jpg);
}
.parallax_.bg-5 {
    background-image: url(/campaign/service/uniform_works/pc/images/mv_1.jpg);
}
#concept,#design,#service,#works{
  margin: 0 auto;
  display: block;
}
#faq{
  background: #f5f5f5;
}
/* Concept */
.co_l_{
  width: 35%;
  display: inline-block;
  text-align: left;
}
.co_r_{
  width: 59.5%;
  display: inline-block;
  margin: 0 0 0 5%;
  vertical-align: top;
}
/* Service */
#service h3{
  display: inline-block;
  color: #002f51;
  margin: 0 2% 0 0;
}
.serviceArea_:before{
  width: 1px;
  height: 50px;
  text-align: center;
  margin: 4% auto;
  content: "";
  display: block;
  background: #000000;
}
.co_th_{
  width: 31.5%;
  display: inline-block;
  margin: 0 2% 5% 0;
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
  text-align: left;
}
.co_th_:nth-of-type(3n){
  margin: 0 0 5% 0;
}
.co_th_ span{
  color: #999999;
  margin: 5px 0 0 3px;
}
/* Design */
.hover_ {
  overflow: hidden;
  position: relative;
}
.hover_ .caption {
  color: #fff;
  position: absolute;
  top: calc(100% - 170px/2);
  left: calc(50% - 75px/2);
  font-size: 12px;
  width: 170px;
  height: 170px;
}
.hover_ .mask_ {
	width:	100%;
	height:	100%;
	position:		absolute;
	top:	0;
	left:		0;
	opacity:	0;
	background-color: #002f51;
	-webkit-transition:	all 0.4s ease-out;
	transition:		all 0.4s ease-out;
}
.hover_:hover .mask_ {
	opacity:1;
	-webkit-transform:	scale(1);
	transform:		scale(1);
}
.column_{
  display: inline-block;
  width: 190px;
  padding: 0;
  margin: 3px 3px 0 3px;
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}
.ui-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Works */
figure{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 0;
}
figure span.work{
  display: block;
  margin: 0;
}
figure::before, figure::after{
  content:"";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background: #002f51;
}

figure span.work::before, figure span.work::after{
  content:"";
  width:3px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #002f51;
}
figure:hover::before, figure:hover::after{
  width: 100%;
}
figure:hover span.work::before, figure:hover span.work::after{
  height: 100%;
}

/*----- figure 3 -----*/
.link_::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.link_ span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.link_::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.link_ span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.link_:hover::after{
  transition-delay: 0s;
}
.link_:hover span::after{
  transition-delay: 0.2s;
}
.link_:hover::before{
  transition-delay: 0.4s;
}
.link_:hover span::before{
  transition-delay: 0.6s;
}
.moreitem_:hover,.moreLineup_:hover{
  cursor: pointer;
}
.moreitem_{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.moreitem_::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.moreitem_:hover::after {
  width: 100%;
}
.moreLineup_{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.moreLineup_::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.press_{
  padding: 5em 0 0;
  margin: 8em 0 0 0;
}
.press_ a{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  font-size: 2.4rem;
}
.press_ a::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.press_ a:hover::after {
  width: 100%;
}
/* FAQ */
.left-box {
  left: 0;
  background: #f5f5f5;
  color: #000000;
  width: 25%;
  text-align: right;
  /*padding: 0 5% 5% 5%;*/
  display: inline-block !important;
  vertical-align: top;
  padding: 100px 5% 5% 5%;
  min-height: 48vh;
}
.right-box {
  right: 0;
  background: #ffffff;
  width: 54%;
  padding: 10% 5% 5% 5%;;
  display: inline-block !important;
  vertical-align: top;
  max-height: 80vh;
}
.left-box a{
	color:#ffffff;
	display:block;
}
.s_02 .accordion_one {
  margin: 0 auto;
  padding: 2em 1em;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.s_02 .accordion_one .accordion_header {
  color: #333333;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-family: 'Noto Sans JP','Nunito Sans', sans-serif;
  line-height: 2;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36%;
  right: 0;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 14px;
  width: 14px;
  transition-duration: 0.2s;
  position: relative;
  color: #333333;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 1em 2em;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
  font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
  font-size: 16px;
  text-align: left;
  padding: 15px 60px 15px 15px;
  }
}
/* Order */
#order{
  background: #002f51;
  padding: 3em 0;
  height: 70px;
  overflow: visible;
}
#order a{
  color: #ffffff;
}

}
