@charset "UTF-8";
/*
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* /////////////////////////////
    compass
///////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  -webkit-transition:all 200ms linear;
  -khtml-transition:all 200ms linear;
   -moz-transition:all 200ms linear;
     -o-transition:all 200ms linear;
        transition:all 200ms linear;
}
body {
  font-family: "PT Sans","メイリオ", sans-serif;
}
a{
  text-decoration: none;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* /////////////////////////////
    header
///////////////////////////// */
.globalheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 3;
}
.globalheader .wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.nav-items{
  display: table;
}
.globalheader .logoArea {
  position: relative;
  margin-left: 50px;
  padding: 2em 0;
  height: auto;
}
.globalheader .logoArea img{
  margin: 0 auto;
  width: 11em;
  height: auto;
  background: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: .3s;
}
.f-right{
  float: right;
  width: 2.5em !important;
  height: 2.5em !important;
  margin-right: 50px !important;
}
.globalheader .logoArea img:hover{
  opacity: 0.5;
}
#hNavArea{
  float: right;
}
.inner{
  padding-top: 0.6em;
  padding-right: 1em;
}
.inner ul a{
  float: left;
  height: 1em;
  margin: 0 1.9em 0 0;
  background-size: cover;
  background-position: center;
  position: relative;
  display: inline-block;
  line-height: 1.8vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.inner ul a {
		transition: .3s;
	}
}
@media all and (-ms-high-contrast: none){
  .inner ul a {
		transition: .3s;
	}
}

.inner ul .nav-link1{
  display:block;
  width: 4.7em;
  background: url(assets/img/top/header_button_greeting.svg) no-repeat 50% 50%;
}

.inner ul .nav-link2{
  display:block;
  width: 4.2em;
  background-image: url(assets/img/top/header_button_concept.svg)
}
.inner ul .nav-link3{
  display:block;
  width: 2.7em;
  background-image: url(assets/img/top/header_button_news.svg)
}
.inner ul .nav-link4{
  display:block;
  width: 3.3em;
  background-image: url(assets/img/top/header_button_works.svg)
}
.inner ul .nav-link5{
  display:block;
  width: 7em;
  background-image: url(assets/img/top/header_button_voice.svg)
}
.inner ul .nav-link6{
  display:block;
  width: 4.5em;
  background-image: url(assets/img/top/header_button_aboutus.svg)
}
.inner ul .nav-link7{
  display:block;
  width: 4em;
  background-image: url(assets/img/top/header_button_recruit.svg)
}
.inner ul .nav-link8{
  display:block;
  width: 4em;
  background-image: url(assets/img/top/header_button_contact.svg)
}
.inner ul a:hover img{
  visibility:hidden;
}
.inner ul .nav-link1:hover{
  background-image: url(assets/img/top/header_button_greeting_2.svg);
}
.inner ul .nav-link2:hover{
  background-image: url(assets/img/top/header_button_concept_2.svg);
}
.inner ul .nav-link4:hover{
  background-image: url(assets/img/top/header_button_works_2.svg);
}
.inner ul .nav-link5:hover{
  background-image: url(assets/img/top/header_button_voice_2.svg);
}
.inner ul .nav-link6:hover{
  background-image: url(assets/img/top/header_button_aboutus_2.svg);
}
.inner ul .nav-link7:hover{
  background-image: url(assets/img/top/header_button_recruit_2.svg);
}
.inner ul .nav-link8:hover{
  background-image: url(assets/img/top/header_button_contact_2.svg);
}
.inner ul li a,
.linkArea ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.8vw;
  transition: .3s;
  color: #333333;
}

.inner ul li a{
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.linkArea ul li a{
  font-size: 1em;
  letter-spacing: 0.1em;
}
.inner ul a::after,
.linkArea ul a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.inner ul a:hover::after,
.linkArea ul a:hover::after {
  width: 100%;
}

.inner ul li span{
  color:#333333;
}

.globalnav_btn {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 6px;
  top: 4px;
  z-index: 103;
}
.globalnav_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.globalnav_btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  left: 0;
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_btn span:nth-child(1) {
  bottom: 8px;
}
.globalnav_btn span:nth-child(2) {
  bottom: 17px;
}
.globalnav_btn span:nth-child(3) {
  bottom: 26px;
}
.spnav-show .globalnav_btn span:nth-child(1) {
  -moz-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  -ms-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  -webkit-transform: rotate(-45deg) translate3d(4px, -8px, 0);
  transform: rotate(-45deg) translate3d(4px, -8px, 0);
}
.spnav-show .globalnav_btn span:nth-child(2) {
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.spnav-show .globalnav_btn span:nth-child(3) {
  -moz-transform: rotate(45deg) translate3d(4px, 8px, 0);
  -ms-transform: rotate(45deg) translate3d(4px, 8px, 0);
  -webkit-transform: rotate(45deg) translate3d(4px, 8px, 0);
  transform: rotate(45deg) translate3d(4px, 8px, 0);
}
.spnav_list a{
  color: #333333;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .f-right{
    display: none;
  }
  .inner ul a{
    margin: 0 2vw 0 0;
  }
  .inner ul .nav-link1{
    width: 7.2vw;
  }
  .inner ul .nav-link2{
    width: 6.3vw;
  }
  .inner ul .nav-link3{
    width: 4vw;
  }
  .inner ul .nav-link4{
    width: 5vw;
  }
  .inner ul .nav-link5{
    width: 9.9vw;
  }
  .inner ul .nav-link6{
    width: 7.2vw;
  }
  .inner ul .nav-link7{
    width: 6.3vw;
  }
  .inner ul .nav-link8{
    width: 6.3vw;
  }
}
@media screen and (max-width: 850px) {
  .globalheader {
    position: fixed;
    background-color: #fff;
    z-index: 3;
    padding-top: 0;
  }
  .globalheader .logoArea {
    width: 10em;
    height: auto;
    padding: 3em 0;
  }
  .globalheader .logoArea img{
    width: 100%;
  }
  .f-right{
    display: none;
  }
  .globalnav_btn {
    display: block;
    padding-top: 2em;
    padding-right: 1.3em;
  }
  .globalheader .wrap {
    width: 100%;
    margin: 0;
    z-index: 10;
  }
  #hNavArea {
		display: none;
  }
  .globalheader_logo {
    width: 78px;
    height: 73px;
  }
  .globalheader_logo a {
    padding-top: 73px;
    -moz-background-size: auto 73px;
    -o-background-size: auto 73px;
    -webkit-background-size: auto 73px;
    background-size: auto 73px;
  }

  .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
    visibility: hidden;
  }
  .spnav-show .overlay {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
	.is-sp {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .linkArea ul li a {
      font-size: 0.7em;
  }
}
@media screen and (max-width: 500px) {
  .globalnav_btn {
    padding-top: 0.2em;
  }
  .globalheader .logoArea {
    width: 7em;
    height: auto;
    padding: 1.3em 0;
  }
}

/* /////////////////////////////
    globalnav
///////////////////////////// */
.globalnav {
  width: 330px;
}

.globalnav_list li {
  float: right;
  width: 47px;
  -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.globalnav_list li:hover, .globalnav_list li.current {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.globalnav_list li a {
  display: block;
  height: 0;
  padding-top: 162px;
  overflow: hidden;
  background-repeat: no-repeat;
}


@media screen and (max-width: 850px) {
  .spnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
  }
  .spnav-show .spnav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .spnav .spnav_inner {
    display: table;
    width: 100%;
    height: 100%;
  }
  .spnav .spnav_list {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
  }
  .spnav .spnav_list li {
    float: none;
    width: auto;
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .spnav .spnav_list li:nth-child(1) {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .spnav .spnav_list li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .spnav .spnav_list li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .spnav .spnav_list li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .spnav .spnav_list li:nth-child(5) {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .spnav .spnav_list li:nth-child(6) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .spnav .spnav_list li:nth-child(7) {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .spnav .spnav_list li:nth-child(8) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .spnav .spnav_list li a {
    display: block;
    padding: 2em 0;
    background-image: none;
    height: auto;
    padding-top: 0;
    text-decoration: none;
    transition: .3s;
  }
  .spnav .spnav_list li a:hover {
    opacity: 0.5;
  }
  .spnav-show .spnav .spnav_list li {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .landscape .spnav-show .spnav .spnav_list li a {
    padding: 1% 0;
    transition: .3s;
  }

}
/* /////////////////////////////
      footer
///////////////////////////// */
.globalfooter{
  clear: both;
  position: relative;
  width: 100%;
}
.footerText {

    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #fff;
    background-color: #333333;
}
.footerText img{
  width: 15vw;
  margin-bottom: 2vw
}
.footerText .wrap{
  padding: 40px 50px 30px 50px
}
.footerText h3{
  font-size: 0.8em;
}
.footerText h3{
  font-size: 1em;
}
.footerText a{
  font-size: 0.8em;
  color: #b3b3b3;
  transition: .3s;
}
.footerText a:hover{
  opacity: 0.5;
}
.material-icons {
  font-size: 0.9em !important;
  margin-right: 3px;
}
.p-copy{
  color: #FFFFFF;
  font-size: 0.8em;
  letter-spacing: .1rem;
  float: right;
}
@media only screen and (max-width: 600px) {
  .footerText .wrap{
    padding: 20px 20px 0;
    font-size: 14px;
  }
  .footerText h3,
  .footerText a,
  .footerText img{
    /* display: none; */
  }
  .footerText img{
    width: 210px;
  }
  .p-copy{
    float: none;
  }
  .copyrightArea{
    text-align: center;
    margin: 10px;
  }
}
/* /////////////////////////////
      common
///////////////////////////// */
.top_titleArea{
  padding-top: 8vw;
  width: 100%;
}
.top_titleArea h1{
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.mainTitle h1{
    color: #333333;
    text-align: center;
    font-size: 3.4em;
    margin: 0.9em 0;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.subTitle{
  clear: both;
  border: none;
  outline: none;
}
.subTitle h1{
  text-align: center;
  font-size: 1.9em;
  margin-bottom: 1.8em;
  font-weight: 600;
  padding-top: 2.8em;
  letter-spacing: 0.3em;
}
.b_space{
  clear: both;
  width: 100%;
  height: 10vw;
}
@media screen and (max-width: 1200px)  {
  .top_titleArea{
    padding-top: 8vw;
    width: 100%;
  }
  .top_titleArea h1{
    font-size: 2.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .mainTitle h1{
      font-size: 4.5vw;
      margin: 4vw 0;
      letter-spacing: 1vw;
      font-weight: 600;
  }
  .subTitle{
    clear: both;
  }
  .subTitle h1{
    text-align: center;
    font-size: 2.5vw;
    margin-bottom: 4vw;
    font-weight: 600;
    padding-top: 7vw;
    letter-spacing: 0.9vw;
  }
  .b_space{
    clear: both;
    width: 100%;
    height: 10vw;
  }
}
@media screen and (max-width: 600px)  {
  .top_titleArea h1{
    font-size: 1.2em;
  }
  .mainTitle h1{
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 0.3em;
  }
  .subTitle h1 {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 2em;
    font-weight: 600;
    padding-top: 1em;
    letter-spacing: 0.2em;
}
}
/* /////////////////////////////
    TOP Page
///////////////////////////// */
/* /// TOP_SECTION /// */
#content_0{
  position: relative;
  float: left;
  overflow: hidden;
  width: calc(50% - 5px);
  height: calc((200vw / 6) - 5px);
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 3px 4px 3px 0;
  background-color: #ccc;
}

.main{
  color: #333333;
  padding-top: 7.5em;
  overflow: hidden;
}
.top_videoArea{
  width: 100%;
  height: 55.8vw;
}
.top_section{
  width: 100%;
  height: 50vw;
  margin: 0 auto;
}
.top_section .wrap{

}
.top_section img{
  width: 100%;
}
.top_content{
    position: relative;
    float: left;
    overflow: hidden;
    width: calc((100% / 6) - 5px);
    height: calc((100vw / 6) - 5px);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #ccc;
}
#content_0 .caption_0 {
  font-size: 1em;
  text-align: center;
  padding-top: calc(100vw / 6.5);
  color: #fff;
}
.top_content .caption {
  font-size: 1em;
  text-align: center;
  padding-top: calc(100vw / 13);
  color: #fff;
}
.works_inner #wrapper{
  width: 100%;
  height: 100%;
}
.top_content .mask,
#content_0 .mask,
.news_section ul li a {
  display: block;
}
.news_section ul li .mask,
.works_inner .mask {
  z-index: 2;
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}
.news_section ul li .mask,
.works_inner .mask{
  background-color: rgba(0,0,0,0.4)
}
#content_0 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_works.svg) center;
  background-size: cover;
}
#content_1 .mask {
  background:rgba(0,0,0,0.4) url(assets/img/top/top_over_graphics.svg) center;
  background-size: cover;
}
#content_2 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_publication.svg) center;
  background-size: cover;
}
#content_3 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_web.svg) center;
  background-size: cover;
}
#content_4 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_button_cm_cinema.svg) center;
  background-size: cover;
}
#content_5 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_promotion.svg) center;
  background-size: cover;
}
#content_6 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_event.svg) center;
  background-size: cover;
}
#content_7 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_display.svg) center;
  background-size: cover;
}
#content_8 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_button_other.svg) center;
  background-size: cover;
}
#content_9 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_greeting.svg) center;
  background-size: cover;
}
#content_10 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_clientvoice.svg) center;
  background-size: cover;
}
#content_11 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_aboutus.svg) center;
  background-size: cover;
}
#content_12 .mask {
  background: rgba(0,0,0,0.4) url(assets/img/top/top_over_recruit.svg) center;
  background-size: cover;
}

.top_content:hover .mask,
#content_0:hover .mask,
.news_section ul li:hover .mask,
.works_inner:hover .mask{
	opacity:		1;
}

#content_7{
  margin: 3px 4px 3px 0;
}
#content_1,#content_2,#content_4,#content_5,#content_9,#content_10,#content_11{
  margin: 3px;
}
#content_3,#content_6,#content_8,#content_12{
  margin: 3px 0px 3px 3px;
}

@media screen and (max-width: 1200px) {
  .top_section{
    width: 100%;
    height: calc(100vw / 4);
    margin: 0 auto;
  }
  #content_0 {
    display: none;
  }

  #content_1,#content_5,#content_9{
    margin: 3px 4px 3px 0;
  }
  #content_2,#content_3,#content_6,#content_7,#content_10,#content_11{
    margin: 3px;
  }
  #content_4,#content_8,#content_12{
    margin: 3px 0px 3px 4px;
  }
  .top_section{
    width: 100%;
    height: calc(300vw /4);
  }
  .top_content{
      position: relative;
      float: left;
      overflow: hidden;
      width: calc((100% / 4) - 5px);
      height: calc((100vw / 4) - 5px);
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      background-color: #ccc;
  }
  .top_content .caption {
    font-size: 1em;
    text-align: center;
    padding-top: calc(100vw / 9);
    color: #fff;
  }
}
@media screen and (max-width: 850px) {
  .main {
    padding-top: 8em;
  }
  .top_section{
    width: 100%;
    height: calc(400vw /3);
  }
  .top_content{
      position: relative;
      float: left;
      overflow: hidden;
      margin: 3px 0;
      width: calc((100% / 3) - 5px);
      height: calc((100vw / 3) - 5px);
      color: #ffffff;
      text-align: center;
      font-size: 16px;
      background-color: #ccc;
  }
  #content_1,#content_3,#content_4,#content_6,#content_7,#content_9,#content_10,#content_12{
    margin: 3px 0;
  }
  #content_2,#content_5,#content_8,#content_11{
    margin: 3px 7px 3px 7px;
  }
  .top_content .caption {
    padding-top: calc(100vw / 7);
  	font-size:		1.0em;
  }
  .news_section ul li .mask {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main {
    padding-top: 4em;
  }
  .top_videoArea{
    height: 57vw;
  }
}
/* /// NEWS_SECTION /// */
.news_section{
  width: 100%;
  height: auto;
  padding-bottom: 6vw;
  border: none;
  outline: none;
}
.news_section .wrap{
  padding: 40px 0;
}
.topicsCarouselWrap {
    position: relative;
    width: 800px;
    margin: 0 auto;
}
.topicsCarouselArea {
    position: relative;
    width: 100%;
}
.topicsCarouselAreaInner {
    margin: 0 -21px;
}
.topicsCarouselWrap .bx-wrapper li{
}
.topicsCarouselWrap .bx-wrapper li #wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.topicsCarouselWrap .bx-wrapper li #wrapper:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.topicsCarouselWrap .bx-wrapper li img{
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align:bottom;
  background-color: #333333;

}
.topicsCarousel li:hover,
.works_contents img:hover{

    }

#carouselNext {
    position: absolute;
    overflow: visible;
    border-bottom: none;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    top: 35%;
    text-indent: -9999px;
    right: -6.5vw;
}
#carouselNext a {
  display: block;
  width: 44px;
  height: 95px;
  background: url(assets/img/top/next.png);
  transition: .3s;
  cursor: pointer;
}
#carouselPrev {
    display: block;
    position: absolute;
    top: 35%;
    overflow: visible;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    left: -6.5vw;

}
#carouselPrev a {
  display: block;
  width: 44px;
  height: 95px;
  background: url(assets/img/top/prev.png);
  transition: .3s;
  cursor: pointer;
}
#carouselNext:hover,
#carouselPrev:hover{
  opacity: 0.5;
}
.news_textArea{
  color: #fff;
  background-color: #333333;
  padding:10px 0;
}
.news_textArea a{
  color: #fff;
}
.news_textArea img{
  display: none;
}
.news_textArea_in{
  color: #fff;
  overflow: hidden;
}

.news_textArea p{
  color: #fff;
  padding: 6px 0px 0px 15px;
  font-size: 0.8em;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.news_textArea h3{
  height: 39px;
  color: #fff;
  word-wrap: break-word;
  margin: 0 15px;
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 3px;
  position: relative;
}
.news_textArea h3:before,
.news_textArea h3:after {
  position: absolute;
}
.news_textArea h3:before {
  content: "...";
  top: 19px;
  right: -14px;
}
.news_textArea h3:after {
  content: "";
  height: 100%;
  width: 100%;
}
.more_news{
  display: none;
}
@media screen and (max-width: 1200px) {
  .news_section .wrap{
    padding: 40px 0;
    margin: 0 20%;
  }
  .topicsCarouselWrap {
      position: relative;
      width: 100%;
  }
}
/* /// CONCEPT_SECTION /// */
.concept_section{
  width: 100%;
  height: auto;
  padding-bottom: 3vw;
  background-image: url(assets/img/top/top_pattern.png);
  border: none;
  outline: none;
}

.concept_section .wrap{
  width: 100%;
  margin: 0 auto;
}

.concept_section .wrap h2{
  font-size: 2em;
  margin-top: 3em;
  color: #ccc;
  letter-spacing: 10px;
  text-align: center;
}
.consept_img{
  width: 520px;
  margin: 0 auto;
}
.concept_section .wrap img{
  width: 100%;
  background-position: center;
  background-size: cover;
}
.concept_section .wrap h3{
  width: 51%;
  font-size: 0.9em;
  color: #333333;
  margin: 5vw auto;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1200px) {
  .concept_section .wrap h2{
    font-size: 2.5vw;
    margin-top: 5vw;
    color: #ccc;
    letter-spacing: 10px;
    text-align: center;
  }
  .consept_img{
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .concept_section .wrap h2{
    font-size: 1.1em;
    letter-spacing: 0.3em;
  }
  .consept_img{
    width: 70%;
  }
  .concept_section .wrap h3{
    font-size: 0.7em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .concept_section .wrap h3{
    width: 85%;
    font-size: 0.6em;
  }
}
/* /////////////////////////////
      GREETING Page
///////////////////////////// */
/* /// GREETING_SECTION ///// */
.greeting_section{
  width: 100%;
  height: auto;
}
.greeting_section .wrap{
  width: 960px;
  margin: 0 auto;
}
.greetImgArea{
  float: left;
  width: 288px;
}
.greetImgArea img{
  width: 100%;
}
.greetTextArea{
  float: left;
  margin-left: 48px;
  width: 624px;
}
.greetTextArea h2{
  color: #505050;
  margin-top: 0.5em;
  font-size: 1.3em;
  letter-spacing: 0.2em;
  line-height: 2.2em;
}
.greetTextArea h3{
  margin: 2.2em 0;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}
.greetsign{
  display: table;
  font-size: 0.8em;
}
.sign_text{
  display: table-cell;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.sign_img{
  display: table-cell;
  padding-left: 1em;
}
@media screen and (max-width: 1200px)  {
  .greeting_section .wrap{
    width: 80%;
  }
  .greetImgArea{
    width: 30%;
    height: 100%;
  }
  .greetTextArea{
    margin-left: 5%;
    width: 65%;
  }
  .greetTextArea h2{
    margin-top: 1vw;
    font-size: 1.8vw;
    letter-spacing: 0.3vw;
    line-height: 3.9vw;
  }
  .greetTextArea h3{
    margin: 3vw 0;
    font-size: 1.1vw;
    letter-spacing: 0.2vw;
    line-height: 2vw;
  }
  .greetsign{
    font-size: 1.1vw;
  }
}
.middleImg{

}
.middleImg img{
  width: 100%;
  height: 100%;
}

.banner {
  clear: both;
  padding-top: 10vw;
  width: 100%;
  height: auto;
  position:relative;
  overflow:hidden;
  z-index:0;
}

.banner .banner-wrapper{
  background-position:center;
  background-size:100% auto;
}
.banner .banner-img {
  width: 100%;
  vertical-align: bottom;
  opacity: 0; /* Javascriptでスクロール時にブラーをかけるため、初期状態はみえなくする */
  -webkit-backface-visibility: hidden; /* チラつき防止用 */
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

@media screen and (max-width: 768px)  {
  .news_section .wrap {
    margin: 0 5%;
}
  .topicsCarousel li{
    margin: 0 6px;
  }
  .topicsCarouselAreaInner{
    margin: 0;
  }
  #carouselNext {
      display: block;
      position: absolute;
      top: 93%;
      right: 5%;
      overflow: visible;
      background-repeat: no-repeat;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px;
  }
    #carouselNext a {
      width: 40px;
      height: 40px;
      background: url(assets/img/top/750px_news_button_R.svg);
      background-size: cover;
    }
  #carouselPrev {
      display: block;
      position: absolute;
      top: 93%;
      left: 5%;
      overflow: visible;
      background-repeat: no-repeat;
      font-size: 0;
      line-height: 0;
      text-indent: -9999px;
  }
  #carouselPrev a {
    width: 40px;
    height: 40px;
    background: url(assets/img/top/750px_news_button_L.svg);
    background-size: cover;
  }
  .news_textArea h3{
    height: 30px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .news_textArea h3:before{
    top: 29px;
    right: -8px;
  }
  .news_textArea p{
    font-size: 10px;
  }
    .news_section{
      padding-bottom: 0;
    }
  .more_news{
    display: block;
    margin-top: 3em;
    letter-spacing: 0.2em;
    text-align: center;
  }
}
@media screen and (max-width: 500px)  {
  #carouselNext {
    top:90%;
  }
  #carouselPrev {
    top:90%;
  }

}
/* /// HISTORY_SECTION /// */
.history_section{
  float: left;
  width: 100%;
  padding-bottom: 100px;
  background-image: url(assets/img/greeting/greeting_back.png);
}
.history_section .wrap{
  width: 840px;
  margin: 0 auto;
}
.profile_section table{
}
.history_section table,
.branch_section table,
.flow_section table,
.info_section table{
  font-size: 0.9em;
    margin: 0 auto;
}
.history_section table th,
.profile_section .tbl_cmn th,
.flow_section table th,
.info_section table th{
  vertical-align: top;
  width: 8em;
}

.history_section table td,
.profile_section table td,
.branch_section table td{
  vertical-align: top;
  padding-left: 3em;
}
.history_section table td h3,
.profile_section table td h3,
.flow_section table td h3,
.info_section table td h3{
  margin-bottom: 1.8em;
}
@media screen and (max-width: 1200px)  {
  .history_section .wrap{
    width: 70%;
    margin: 0 auto;
  }
  .profile_section table{
    font-size: 1.3vw;
  }
  .history_section table,
  .branch_section table,
  .flow_section table,
  .info_section table{
    font-size: 1.2vw;
      margin: 0 auto;
  }
  .history_section table th,
  .profile_section .tbl_cmn th,
  .flow_section table th,
  .info_section table th{
    vertical-align: top;
    width: 10vw;
  }

  .history_section table td,
  .profile_section table td,
  .branch_section table td{
    vertical-align: middle;
    padding-left: 3vw;
  }
  .history_section table td h3,
  .profile_section table td h3,
  .flow_section table td h3,
  .info_section table td h3{
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px)  {
  .greeting_section .wrap{
    width: 90%;
  }
  .greetImgArea{
    float: none;
    width: 50%;
    height: 100%;
    margin: 0 auto;
  }
  .greetTextArea{
    clear: both;
    margin-left: 0;
    width: 100%;
  }
  .greetTextArea h2{
    font-size: 0.9em;
    letter-spacing: 0.1em;
    line-height: 2.1em;
  }
  .greetTextArea h3{
    font-size: 0.7em;
    line-height: 1.4em;
  }
  .greetsign{
    font-size: 0.8em;
  }

  .history_section .wrap{
    width: 90%;
  }
  .history_section table th{
    width: 6em;
  }
  .history_section table, .branch_section table, .flow_section table, .info_section table {
    font-size: 0.7em;
    line-height: 2em;
    margin: 0 auto;
}
}
/* /////////////////////////////
      WORKS Page
///////////////////////////// */

.linkArea{
  width: 100%;
}
.linkArea ul{
  text-align: center;
}
.linkArea ul li{
  display: inline;
  color: #333333;
}
.works_contents::after{
    content: "";
    display: block;
    clear: both;
}
.works_contents .wrap{
  width: 1100px;
  margin: 0 auto;
}
.works_inner {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 11px;
    width: calc((1100px / 4) - 24px);
    height: calc((1100px / 4) - 24px);
}
.works_inner img{
  height: calc((1100px / 4) - 22px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}
.works_inner img:hover{
  opacity: 0.7;
}
video{
  width: 100%;
  height: auto;
}
#video,#video1,#video2,#video3,#video4{
  display: none;
}
@media screen and (max-width: 1200px)  {
.works_contents .wrap{
  width: 92vw;
}
.works_inner {
    margin: 0.95vw;
    width: calc((92vw / 4) - 2vw);
    height: calc((92vw / 4) - 2vw);
}
.works_inner img{
  height: calc((92vw / 4) - 1vw);
}
}
/* /////////////////////////////
      ABOUT US Page
///////////////////////////// */
.philosophy_section{
  text-align: center;
}
.philosophy_section .philosophy_inner{
  background-image: url(assets/img/aboutus/aboutus_philosophy.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 84px;
  color: #fff;
}
.philosophy_section .philosophy_inner h2{
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.philo_txtArea{
  padding: 84px 0;
  background-image: url(assets/img/aboutus/aboutus_philosophy_back.png);
}
.philosophy_section h3{
  font-size: 0.9em;
  line-height: 2.7em;
  letter-spacing: 0.6em;
}
.imagine_is{
  width: 480px;
  margin: 30px auto 0;
}
.imagine_is img{
  width: 100%;
}
.imagine_is h2{
  font-size: 24px;
  letter-spacing: 0.5em;
  color: #ccc;
}

.printmachine_section{
  background-color: #333333;
  color: #fff;
}
.printmachine_section::after{
  content: "";
  display: block;
  clear: both;
  padding-bottom: 84px;
}

.printImgArea{
  background-image: url(assets/img/aboutus/aboutus_machine1.png);
  background-size: cover;
  width: 100%;
  height: 360px;
}
.printImgArea img{
  width: 100%
}
.macine_inner .wrap{
  width: 1020px;
  margin: 0 auto;

}
.macine_inner .macine_image{
  padding: 300px 0 0 0;
  width: 360px;
  float: left;
}
.macine_inner .macine_info{
  padding: 360px 0 0 60px;
  width: 600px;
  float: left;
}
.macine_inner .macine_info h2{
    margin: 24px 0;
    font-size: 21px;
    letter-spacing: 0.2em;
    line-height: 42px;
}
.macine_inner .macine_info h3{
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.macine_inner img{
  width: 100%;
}



.profile_section{
  padding-bottom: 84px;
  background-image: url(assets/img/top/top_pattern.png);
}
.profile_section::after{
	content: "";
	clear: both;
	display: block;
}

.profile_section .wrap{
  width: 840px;
  margin: 0 auto;
}
.profile_section .wrap .tbl_cmn{
  float: left;
}
.tbl_cmn2{
  float: left;
  margin-left: 60px;
}
.tbl_cmn2 th{
  vertical-align: top;
  margin-left: 50px;
  width: 60px;
}
.tbl_cmn3 th{
  margin-left: 50px;
  width: 120px;
}
.access_section li{
  width: 50%;
  float: left;
}
.access_section .honshaImg{
  height: 468px;
  background-image: url(assets/img/aboutus/aboutus_shaoku_honsha.png);
  background-size: cover;
  background-position: center;
}
.access_section .fukuokaImg{
  height: 468px;
  background-image: url(assets/img/aboutus/aboutus_shaoku_fukuoka.png);
  background-size: cover;
  background-position: center;
}
.accessBox {
position: relative;
width: 100%;
height: 168px;
text-align: center;
float: left;
background: #333333;
color: #fff;
font-weight: bold;
z-index: 1;
}
.accessBox:after {
position: absolute;
content: '';
top: 100%;
left: 44%;
border: 3vw solid transparent;
border-top: 15px solid #333333;
width: 0;
height: 0;
}
.accessArea{
  margin: 36px 0;
}
.map_hon,
.map_fuku{
  width: 100%;
  height: 300px;
  float: left;
}
#greyColor{
  background: #808080;
}
#greyColor:after{
  border-top: 15px solid #808080;
}
.accessBox h1{
font-size: 24px;
margin: 0 0 24px 0;
}
.accessBox h2{
font-size: 12px;
line-height: 24px;
}
.branch_section{
  clear: both;
  padding: 120px 0;
}
.branch_section .wrap{
  width: 840px;
  margin: 0 auto;
}
.branch_section .tbl_cmn tr{
  border-bottom: 1px #ccc solid;
}
.branch_section table th{
  width: 132px;
  margin-left: 12px;
}
.branch_section table td h3{
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  .philosophy_section .philosophy_inner{
    padding-bottom: 7vw;
  }
  .philo_txtArea{
    padding: 7vw 0;
  }
  .imagine_is{
    width: 40%;
  }
  .printmachine_section::after{
    padding-bottom: 7vw;
  }
  .philosophy_section h3{
    font-size: 1.2vw;
    line-height: 3.4vw;
    letter-spacing: 0.7vw;
  }
  .imagine_is h2{
    font-size: 2vw;
    letter-spacing: 0.7vw;
  }
  .printImgArea{
    width: 100%;
    height: 30vw;
  }
  .macine_inner .macine_image{
    padding: 25vw 0 0 5vw;
    width: 30vw;
  }
  .macine_inner .macine_info{
    padding: 30vw 0 0 5vw;
    width: 50vw;
  }
  .macine_inner .macine_info h2{
      margin: 2vw 0;
      font-size: 1.8vw;
      letter-spacing: 0.2vw;
      line-height: 3.4vw;
  }
  .macine_inner .macine_info h3{
    font-size: 1.3vw;
    line-height: 2.6vw;
    letter-spacing: 0.1vw;
  }


  .profile_section{
    padding-bottom: 7vw;
  }
  .profile_section .wrap{
    width: 70%;
  }
  .tbl_cmn2{
    float: left;
    margin-left: 5vw;
  }
  .tbl_cmn2 th{
    width: 5vw;
  }
  .tbl_cmn3 th{
    width: 10vw;
  }
  .branch_section{
    padding: 10vw 0;
  }
  .branch_section .wrap{
    width: 70%;
  }
  .branch_section table th{
    width: 11vw;
    margin-left: 1vw;
  }
  .branch_section table td h3{
    line-height: 4vw;
  }
  .accessArea{
    margin: 3vw 0;
  }
  .accessBox {
    height: 14vw;
  }
  .access_section .fukuokaImg{
    height: calc(300px + 14vw);
  }
  .access_section .honshaImg{
    height: calc(300px + 14vw);
  }
  .accessBox h1{
  font-size: 2vw;
  margin: 0 0 2vw 0;
  }
  .accessBox h2{
  font-size: 1vw;
  line-height: 2vw;
  }

}
@media screen and (max-width: 850px) {
  .accessBox {
    width: 100%;
    height: 110px;
  }

  .access_section li{
    width: 100%;
  }
  .accessBox:after{
    left: 47%;
  }
  .branch_section .wrap{
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .macine_inner .macine_image{
    display: none;
  }
  .macine_inner .macine_info {
    padding: 30vw 0 0 5vw;
    width: 90vw;
    margin: 0 auto;
  }
  .macine_inner .macine_info h2{
      margin: 1.5em 0;
      font-size: 0.9em;
      letter-spacing: 0.2em;
      line-height: 1.6em;
  }
  .macine_inner .macine_info h3{
    font-size: 0.7em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
  .imagine_is{
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .profile_section .wrap{
    width: 90%
  }
  .philosophy_section .philosophy_inner{
    padding-top: 1em;
  }
  .philosophy_section .philosophy_inner h2 {
    font-size: 0.7em;
  }
  .profile_section .wrap .tbl_cmn,
  .profile_section .wrap .tbl_cmn2{
    width: 100%;
    margin-left: 0px;
  }

  .profile_section .wrap .tbl_cmn2 th,
  .profile_section .wrap .tbl_cmn th{
    width: 22vw;
  }
  .profile_section table td h3{
    margin-bottom: 1em;
  }
  .profile_section .tbl_cmn,
  .profile_section .tbl_cmn2,
  .profile_section .tbl_cmn3{
    font-size: 10px;
  }
  .philosophy_section h3 {
    font-size: 0.7em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  .imagine_is h2{
    font-size: 1.1em;
    letter-spacing: 0.2em;
  }
  .accessArea{
    margin: 1.5em 0;
  }
  .accessBox h1{
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .accessBox h2{
    font-size: 0.7em;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
  .branch_section table th{
    width: 14vw;
  }
  .branch_section table td h3{
    line-height: 1.8em;
  }
}


/* /////////////////////////////
       NEWS Page
///////////////////////////// */
.pnews_inner{
  width: 780px;
  margin: 0 auto;
}
.post_newsImg img{
  width: 100%;
  height: auto;
}
.pnews_section .news_date{
  margin-bottom: 10px;
  float: right;
  font-size: 0.9em;
}
.post_newsTxt{
  margin-top: 4em;
}
.post_newsTxt img{
  width: 100%;
  height: auto;
}
.post_newsTxt h3{
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
.post_newsTxt{
  width: 100%;
  word-break: break-all;
}
@media screen and (max-width: 1200px) {
  .pnews_inner{
    width: 65%;
    margin: 0 auto;
  }
  .post_newsTxt{
    margin-top: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .pnews_inner{
    width: 90%;
  }
  .post_newsTxt h3{
    font-size: 0.7em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
}


/* /////////////////////////////
       RECRUIT Page
///////////////////////////// */
.recruit_topImg{
  width: 100%;
  height: auto;
}
.recruit_topImg img{
  width: 100%;
}
.im_infotxt{
  margin-bottom: 70px;
}
.im_infoBox{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 84px;
}
.im_infoBox::after{
  content: "";
	clear: both;
	display: block;
}

.im_infoInner {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 12px;
    width: 192px;
    height: 192px;
    background-color: #ccc;
}
.im_infoInner img{
  width: 100%;
}
.im_infotxt h3, .crew_index h3, .crew_txtIn h3 {
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}


.flow_section{
  clear: both;
  padding-bottom: 6em;
  background-color: #f3f3f3;
}
.flow_txt .wrap{
  width: 840px;
  margin: 0 auto;
}
.flow_section .flow_img{
  width: 960px;
  margin: 0 auto;
}
.flow_section .flow_img img{
  width: 100%;
}
.flow_section .flow_txt{
  margin-top: 6vw;
}
.info_section{
  background: url(assets/img/recruit/recruit_back.png);
}
.info_section .wrap{
  width: 60%;
  margin: 0 auto;
}
.crew_infoArea{
  width: 1080px;
  margin: 0 auto;
}
.crew_index{
  text-align: center;
  margin-bottom: 50px;
}
.crew_infoArea #wrapper{
  width: 100%;
  height: 504px;
  background-color: #ccc;
}
.crew_infoArea #wrapper img{
  width: 100%;
}

.crew_infoArea li{
  width: 504px;
  float: left;
  margin: 18px;
  background: #cccccc;
}
.crew_detail{
  width: 454px;
  margin: 6em auto 0;
}
.crew_dTitle{
    text-align: center;
    margin: 36px 0;
}
.crew_dTitle h1{
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.model_circle{
  width: 100%;
  height:auto;
  background-color: #ccc;
}
.model_circle img{
  width: 100%;
}
.entry_btnArea{
  clear: both;
  text-align: center;
  padding: 120px 0;
}
.entry_button{
  clear: both;
  display: inline-block;
  padding: 24px 96px;
  font-size: 18px;
  letter-spacing: 0.4em;
  text-decoration: none;
  color: #fff;
  background-color: #333333;
  transition: .4s;
}
.entry_button:hover{
  opacity: 0.5;
}
.flow_section table td h3,
.crew_section table td h3{
  margin-left: 3vw;
}
@media screen and (max-width: 1200px) {
  .im_infoBox{
      width: 90vw;
      margin: 0 auto;
      padding-bottom: 7vw;
  }
  .im_infoInner {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 1vw;
      width: calc((90vw / 5) - 2vw);
      height: calc((90vw / 5) - 2vw);
      background-color: #ccc;
  }
  .im_infotxt h3,
  .crew_index h3,
  .crew_txtIn h3{
    font-size: 1.3vw;
    line-height: 2.8vw;
    letter-spacing: 0.2vw;
  }
  .flow_section{
    clear: both;
    padding-bottom: 6vw;
  }
  .flow_section .flow_img{
    width: 80%;
  }
  .flow_section .flow_img{
    width: 70%;
  }
  .crew_infoArea{
    width: 90vw;
  }
  .crew_infoArea li{
    width: calc((90vw / 2) - 3vw);
    float: left;
    margin: 1.5vw;
    background: #cccccc;
  }
  .crew_infoArea #wrapper{
    width: 100%;
    height: calc((90vw / 2) - 3vw);
    background-color: #ccc;
  }
  .crew_dTitle{
      text-align: center;
      margin: 3vw 0;
  }
  .crew_dTitle h1{
    font-size: 2vw;
    font-weight: 600;
  }
  .crew_detail{
    width: 90%;
  }
  .model_circle{
    height:calc(((90vw / 2) - 3vw) * 0.9) ;
  }
  .entry_btnArea{
    padding: 10vw 0;
  }
  .entry_button{
    clear: both;
    display: inline-block;
    padding: 2vw 8vw;
    font-size: 1.5vw;
    letter-spacing: 0.8vw;
    text-decoration: none;
    color: #fff;
    background-color: #333333;
    transition: .4s;
  }
}
@media screen and (max-width: 600px) {
  .flow_section .wrap{
    width: 90%;
  }
  .info_section .wrap{
    width: 82%;
  }
  .flow_section table th{
    width: 22vw;
  }
  .flow_section .flow_img{
    width: 90%;
  }
  .info_section table th{
    width: 24vw;
  }
  .crew_dTitle h1 {
    font-size: 1em;
  }
  .im_infotxt h3,
  .crew_index h3,
  .crew_txtIn h3{
    line-height: 1.4em;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  .entry_button {
    padding: 1em 3em;
    font-size: 1em;
    letter-spacing: 0.1em;
  }
  .crew_infoArea li{
    width: 87vw;
    float: none;
    margin: 50px 1.5vw;
  }
  .crew_infoArea #wrapper{
    width: 100%;
    height: 87vw;
    background-color: #ccc;
  }
  .model_circle{
    width: 100%;
    height:calc(87vw * 0.9) ;
    background-color: #ccc;
  }
}

/* /////////////////////////////
       CONTACT Page
///////////////////////////// */
.error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
  line-height: 1.5em;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
.ask_form .wrap .send-p,
.recruit_form .wrap .send-p{
    font-size: 1.2em;
    margin: 10vw 5vw;
    line-height: 10vw;
    border: 3px solid #F44336;
}

.entry-header{
  display: none;
}

.ask_tel{
  text-align: center;
  margin: 120px 0 120px 0;
}
.ask_tel img{
  margin-top: 1em;
  width: 360px;
  transition: .4s;
}
.ask_tel img:hover{
  opacity: 0.5;
}
.ask_tel h1{
  font-size: 39px;
  margin-top: 24px;
}

.ask_tel h2,
.ask_form h2,
.recruit_form h2{
  font-size: 18px;
  margin-bottom: 36px;
  font-weight: 600;
}
.ask_tel h3,
.ask_form h3,
.recruit_form h3{
  font-size: 14px;
  line-height: 24px;
}
.ask_form h3 span,
.recruit_form h3 span{
  font-size: 1em;
  vertical-align: middle;
  color: red;
}
.ask_form,
.recruit_form{
  text-align: center;
}
.ask_form{
  background-color: #f3f3f3;
  border: none;
  outline: none;
}
.recruit_form{
  background-color: #ccc;
  border: none;
  outline: none;
}
.ask_form .wrap,
.recruit_form .wrap{
  width: 720px;
  margin: 0 auto;
  padding: 5em 0;
}
.ask_form:before {
  position: absolute;
  content: '';
  left: 0%;
  border: 50vw solid transparent;
  border-top: 30px solid #fff;
  width: 0;
  height: 0;
}
.ask-form{
  margin-top: 3em;
}
.recruit_form:before {
  position: absolute;
  content: '';
  left: 0%;
  border: 50vw solid transparent;
  border-top: 30px solid #f3f3f3;
  width: 0;
  height: 0;
}
.entry-content p{
  display: none;
}
@media screen and (max-width: 1200px) {
  .ask_tel{
    margin: 10vw 0 10vw 0;
  }
  .ask_tel img{
    margin-top: 1vw;
    width: 30vw;
  }
  .ask_tel h1{
    font-size: 3.3vw;
    margin-top: 2vw;
  }

  .ask_tel h2,
  .ask_form h2,
  .recruit_form h2{
    font-size: 1.5vw;
    margin-bottom: 3vw;
  }
  .ask_tel h3,
  .ask_form h3,
  .recruit_form h3{
    font-size: 1.2vw;
    line-height: 2vw;
  }
  .ask_form .wrap,
  .recruit_form .wrap{
    width: 60%;
  }
}
/*///　contactform　///*/

.ask-form, .entry-form {
    width: 100%;
}
.ask-form th, .ask-form td,
.entry-form th, .entry-form td {
    padding: 1.5em 0;
}
.ask-form th,
.entry-form th {
    width: 25%;
    text-align: left;
    vertical-align: top;
}
/*「*」部分のスタイリング*/
.ask-form .requied,
.entry-form .requied {
    font-size: 0.9em;
    padding-left: 0.3em;
    vertical-align: middle;
    color: red;
    display: inline-block;
}

input[type="text"], input[type="email"], input[type="tel"],input[type="date"], textarea {
    position: relative;
    padding: 0.5em;
    border: none;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,input[type="date"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
* {
-webkit-appearance: none !important;
}

input[type="submit"] {
    padding: 1em 0;
    max-width: 240px;
    width: 100%;
    background: #333333;
    color: #fff;
    font-weight: bold;
    transition: .4s;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="button"] {
    margin-right: 2em;
    padding: 1em 3em;
    background: #666666;
    color: #fff;
    font-weight: bold;
}
input[type="submit"]:hover {
    opacity: 0.5;
}


@media only screen and (max-width: 600px) {
  .ask_tel h2, .ask_form h2, .recruit_form h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  }
    .ask_tel h3, .ask_form h3, .recruit_form h3 {
      width: 90%;
      margin: 0 auto;
      font-size: 0.8em;
      line-height: 1.5em;
    }
    .ask_tel h1 {
    font-size: 2em;
    margin-top: 0.5em;
    }
    .ask_tel img{
      margin-top: 1vw;
      width: 230px;
    }
    .ask-form th, .ask-form td,
    .entry-form th, .entry-form td {
        width: 100%;
        display: block;
        padding: 0.8em 0;
        font-size: 0.8em;
    }
    .ask-form th, .entry-form th {
        padding-bottom: 0;
    }
    .ask-form .empty,.entry-form .empty {
        display: none;
    }
    input[type="text"], input[type="email"], input[type="tel"],input[type="date"], textarea {
    width: 100%;
    box-sizing: border-box;
    }
    .ask-form, .entry-form{
      width: 90%;
      margin: 0 auto;
    }
    .ask_form .wrap,
    .recruit_form .wrap{
      width: 100%;
    }
    .sm-btn{
      text-align: center;
    }
}
/* /////////////////////////////
       CLIENT'S VOICE Page
///////////////////////////// */
.cv_txtArea, .voice_title{
  text-align: center;
}
.cv_txtArea h3{
  margin: 2em;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.client_voice{
  width: 960px;
  margin: 0 auto;
}
.client_voice .wrap{
  margin-top: 36px;
  width: 100%;
  height: auto;
}
.client_voice .wrap::after{
	content: "";
	clear: both;
	display: block;
}
.voice_title h1{
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 4em;
}
.voice_txtArea .voice_reason{
  margin: 24px 0;
}
.voice_txtArea .voice_point{
  margin: 24px 0;
}
.voice_txtArea h2{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.voice_txtArea h3{
  margin-top: 24px;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.2em;
}
.voice_imgArea{
  width: 288px;
  height: auto;
  float: left;
}
.voice_imgArea img{
  width: 100%;
}
.voice_txtArea{
  width: 596px;
  padding-left: 76px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .client_voice{
    width: 80%;
  }
  .client_voice .wrap{
    margin-top: 3vw;
  }
  .cv_txtArea h3{
    font-size: 1.3vw;
    line-height: 2.6vw;
  }
  .voice_title h1{
    font-size: 2vw;
  }
  .voice_txtArea .voice_reason{
    margin: 2vw 0;
  }
  .voice_txtArea .voice_point{
    margin: 2vw 0;
  }
  .voice_txtArea h2{
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .voice_txtArea h3{
    margin-top: 2vw;
    font-size: 1.2vw;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  .voice_imgArea{
    width: 30%;
  }
  .voice_txtArea{
    width: 62%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .client_voice{
    width: 280px;
    margin: 0 auto;
  }
  .client_voice .wrap{
    margin-top: 3em;
  }
  .voice_imgArea{
    float: none;
    width: 60%;
    margin: 1em auto;
  }
  .voice_txtArea{
    text-align: center;
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .voice_txtArea h2{
    font-size: 0.8em;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
  .voice_txtArea h3,
  .cv_txtArea h3{
    font-size: 0.6em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .voice_title h1{
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .voice_title i{
    width: 100%;
  }
}
/* /////////////////////////////
       PLIVACY POLICY Page
///////////////////////////// */
.p_policy{
  width: 720px;
  margin: 0 auto;
}
.p_txtArea h3{
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 48px;
  color:#666666;
}
.p_txtArea h2{
  font-size: 14px;
  line-height: 36px;
  margin-top: 48px;
  font-weight: 600;
  color:#333333;
}
.p_txtArea a{
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .p_policy{
    width: 60%;
    margin: 0 auto;
  }
  .p_txtArea h3{
    font-size: 1.3vw;
    line-height: 3vw;
    margin-bottom: 4vw;
    color:#666666;
  }
  .p_txtArea h2{
    font-size: 1.3vw;
    line-height: 3vw;
    margin-top: 4vw;
    font-weight: 600;
    color:#333333;
  }
}
@media screen and (max-width: 600px) {
  .p_policy{
    width: 80%;
  }
  .p_txtArea h3, .p_txtArea h2{
    line-height: 1.5em;
  }

}

.banner_area {
  padding: 60px 0;
  background-color: #333;
}
.banner_list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.banner_item {
  width: 50%;
  padding: 0 15px;
}
.banner_link:hover {opacity: 0.8;}
@media screen and (max-width: 767px) {
  .banner_area {padding: 60px 0 30px;}
  .banner_list {flex-wrap: wrap;}
  .banner_item {
    width: 100%;
    margin-bottom: 30px;}
}
