@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font:15px/1.3 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight:300;
  -webkit-text-size-adjust:100%;
  overflow-x:hidden;
  color:#000;
  background:#fff;
}

a{
  color:#0070bf;
  text-decoration:none;
}

a:hover, .active{
  text-decoration:underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

@media only screen and (min-width:800px){
  a img:hover, a p:hover{opacity:.8;}
}

section ol{margin:0 0 -20px 1.5em;}
section ol > li{margin:0 0 20px;}


/* ヘッダー
------------------------------------------------------------*/
#header{
  text-align:center;
}

#header .headerTitle{
  display:table;
  margin:0 auto;
  max-width:90%;
  width:1152px;
  padding-top:15px;
}

#header h1{
/*   display:table;
  margin:0 auto;
  max-width:90%;
  width:1152px; */
  padding:35px 0 10px;
}

#mainnav a{
  color:#000;
}

#slogan,
#slogan2{
  position:absolute;
/*   top:50%;
  width:100%;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%); */
  width:88vw;
  max-width:calc(1280px * 0.88);
/*   top:95%; */
  top:50%;
  bottom:inherit;
  left:50%;
/*   -webkit-transform:translate(0, -100%);
  transform:translate(-50%, -100%); */
  -webkit-transform:translate(0, -50%);
  transform:translate(-50%, -50%);
  color:#fff;
  text-align:left;
  z-index:99;
}
#slogan2{
  width:94vw;
  max-width:calc(1280px * 0.94);
}
#slogan h2,
#slogan2 h2{
/*   font-size:20px;
  font-weight:normal; */
  display:inline-block;
  line-height:1.8;
  font-size:32px;
  font-weight:bold;
  text-shadow:0 0 1px #000, 0 0 3px #000;
}
#slogan3{
  position:absolute;
/*   top:35%;
  width:100%;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%); */
  width:90vw;
  max-width:calc(1280px * 0.90);
  top:60%;
  bottom:inherit;
  left:50%;
  -webkit-transform:translate(0, -100%);
  transform:translate(-50%, -100%);
  text-align:right;
  z-index:99;
}
#slogan3 h3{
  display:inline-block;
  line-height:1.8;
  font-size:28px;
  font-weight:bold;
/*   color:#000;
  text-shadow:0 0 1px #fff, 0 0 3px #fff; */
  color:#fff;
  text-shadow:0 0 1px #000, 0 0 3px #000;
}

@media only screen and (max-width:799px){
  #slogan{
    width:90vw;
    max-width:calc(1280px * 0.90);
/*     top:97%; */
  }
  #slogan h2,
  #slogan2 h2{
    line-height:1.7;
    font-size:22px;
  }
  #slogan3{
    top:50%;
  }
  #slogan3 h3{
    line-height:1.7;
    font-size:20px;
  }
}
@media only screen and (max-width:640px){
  #slogan{
    width:92vw;
    max-width:calc(1280px * 0.92);
/*     top:98%; */
  }
  #slogan h2,
  #slogan2 h2{
    line-height:1.6;
    font-size:18px;
  }
  #slogan3 h3{
    line-height:1.6;
    font-size:16px;
  }
}

/* ↓文字を順番に出す↓ */
#slogan h2,
#slogan2 h2{
  clip-path:inset(0 100% 0 0);
  opacity:1.0;
  display:inline-block;
  padding:15px;
  animation-name:textanimation2;
  animation-duration:2.0s;
  animation-delay:0.5s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  white-space:pre;
}
#slogan3 h3{
  clip-path:inset(0 100% 0 0);
  opacity:1.0;
  display:inline-block;
  padding:15px;
  animation-name:textanimation2;
  animation-duration:2.0s;
  animation-delay:1.0s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  white-space:pre;
}
@keyframes textanimation2 {
  0% {
    clip-path:inset(0 100% 0 0);
    opacity:1.0;
  }
  100% {
    clip-path:inset(0);
    opacity:1.0;
  }
}
/* ↑文字を順番に出す↑ */

#mainImg-bg{
  position:relative;
  overflow:hidden;
  width:100%;
  height:640px;
  background:#eee;
}
#mainImg{
  position:relative;
  left:50%;
  width:1280px;
  height:640px;
  margin-left:-640px;
  text-align:center;
}
.mainImg-1280{
  height:auto!important;
}
.slider-wrapper {
  width:1280px;
  max-width:100%;
  margin:0 auto;
}

#mainImg figure{
  margin:0;
}
#mainImg .mainImg-title{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  line-height:1.5;
  z-index:99;
}
.nivoSlider{
overflow:inherit!important;
}
#slider .nivo-caption-waku{
  position:relative;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  width:1280px;
  max-width:100vw;
  z-index:99;
}
#slider .nivo-caption{
  position:absolute;
  width:auto;
  max-width:90vw;
  top:calc(100% - 10px);
  bottom:inherit;
  left:calc(100% - 10px);
  -webkit-transform:translate(-100%, -100%);
  transform:translate(-100%, -100%);
  line-height:1.5;
  text-align:left;
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size:130%;
  font-weight:normal;
  color:#fff;
  text-shadow:1px 1px 1px #000;
  background:none;
  opacity:1.0;
  z-index:99;
}
#slider .nivo-caption.caption-left{
  top:calc(100% - 10px);
  bottom:inherit;
  left:10px;
  -webkit-transform:translate(0, -100%);
  transform:translate(0, -100%);
}
#slider .nivo-caption .activ-caption-title{
  font-weight:bold;
  font-size:110%;
}
@media only screen and (max-width:1199px){
  #slider .nivo-caption{
    font-size:115%;
  }
}
@media only screen and (max-width:799px){
  #slider .nivo-caption{
    font-size:100%;
  }
}
@media only screen and (max-width:640px){
  #slider .nivo-caption{
    font-size:100%;
  }
}

/* ↓文字を順番に出す↓ */
#slider .activ-caption{
  clip-path:inset(0 100% 0 0);
  opacity:1.0;
  display:inline-block;
  animation-name:textanimation;
  animation-duration:4.5s;
  animation-delay:1.5s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards; /* スライドショーが1枚だけの場合、文字を消さないで残す */
  white-space:pre;
}
@keyframes textanimation {
  0% {
    clip-path:inset(0 100% 0 0);
    opacity:1.0;
  }
  30% {
    clip-path:inset(0);
    opacity:1.0;
  }
  85% {
    clip-path:inset(0);
    opacity:1.0;
  }
  100% {
    clip-path:inset(0);
/*     opacity:0; */
    opacity:1.0;  /* スライドショーが1枚だけの場合、文字を消さないで残す */
  }
}
/* ↑文字を順番に出す↑ */

@keyframes zoomUp {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation:zoomUp 10s linear 0s normal both;
}

/* slickスライダー */
#slider {
  height:640px;
  margin-inline:auto;
  overflow:hidden;
  width:1280px;
}
.mainImg1280x852 .slider {
  height:852px;
}
.mainImg1280x600 .slider {
  height:600px;
}
.slick-img img {
  width:100%;
}
@keyframes zoomUp {
  0% {
    transform:scale(1);
  }
  100% {
    transform:scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation:zoomUp 10s linear 0s normal both;
}
/* スマホ表示で横幅100％に収める */
@media only screen and (max-width:799px){
  .mainImg-1280{
    padding-top:72px;
  }
/*   #mainImg {
    width:100%;
    height:auto;
    left:0;
    margin-left:0;
    padding-top:72px;
  }
  #mainImg-bg,
  #slider {
    width:100%;
    height:auto;
  }
  #slogan,
  #slogan2{
    top:calc(50% + 36px);
  } */
}



/* フッター
------------------------------------------------------------*/
#footer{
  clear:both;
  padding:0px 0 50px 0;
  text-align:center;
  font-size:12px;
}

#pagetop{
  position:fixed;
  right:15px;
  bottom:5px;
  display:inline-block;
  width:87px;
  height:93px;
  font-size:40px;
  color:#cdcdcd;
}
#pagetop:hover,
#pagetop:focus {
  opacity:.8;
  cursor:pointer;
}
@media only screen and (max-width:640px){
  #pagetop{
    right:5px;
    bottom:5px;
    width:58px;
    height:62px;
  }
}


/* 共通
------------------------------------------------------------*/

img{
  max-width:100%;
  height:auto;
}

section{
  clear:both;
  padding-top:80px;
}

/* section header h2{
  width:100%;
  margin:0 0 40px;
  font-size:140%;
  font-weight:normal;
  text-align:center;
  display:table;
  text-align:center;
}
section header h2 span {
  position:relative;
  display:table;
  max-width:100%;
  min-width:8em;
  margin:10px 0;
  padding:0 2em 10px;
  line-height:1.2;
  color:#000;
  border-bottom:2px solid #000;
}
section header h2 span:after{
  display:block;
  content:"";
  position:absolute;
  bottom:0;
  right:-48px;
  width:48px;
  height:60px;
  background:url(../images/h2-hane.png) no-repeat 0 0;
  background-size:auto;
  -webkit-background-size:auto;
}
@media only screen and (max-width:640px){
  section header h2{
    margin:0 0 20px;
  }
  section header h2 span {
    position:relative;
    display:table;
    max-width:100%;
    margin:10px 0;
    padding:0 0.8em 10px;
  }
} */

/* section h2{
  font-family:'Pacifico', cursive;
  width:100%;
  margin:0 auto 40px;
  font-size:140%;
  font-weight:normal;
  text-align:center;
  display:table;
  text-align:center;
}
section h2 span {
  display:table;
  max-width:100%;
  margin:10px auto;
  line-height:1.2;
  color:#000;
} */

section h2{
  position:relative;
  font-family:'Pacifico', cursive;
  width:94%;
  max-width:640px;
  height:40px;
  margin:-120px auto 40px;
  padding-top:120px;
  font-size:22px;
  font-weight:normal;
  text-align:center;
/*   background:url(../images/borderBlack.png) repeat-x 0 50%;
  background-size:1px 1px; */
  border-bottom:4px solid #000;
}
section h2 span {
  display:inline-block;
  padding:2px 10px 0;
  vertical-align:bottom;
}

section h2.mascot:before{
  content:"";
  display:inline-block;
  width:100px;
  height:40px;
  float:left;
  vertical-align:bottom;
  background:url(../images/h2_mascot_l.png) no-repeat 0 0;
  background-size:contain;
  margin:0 0 0 15px;
}
section h2.mascot:after{
  content:"";
  display:inline-block;
  width:100px;
  height:40px;
  float:right;
  vertical-align:bottom;
  background:url(../images/h2_mascot_r.png) no-repeat 0 0;
  background-size:contain;
  margin:0 15px 0 0;
}
@media only screen and (max-width: 640px){
  section h2{
    height:30px;
    font-size:20px;
  }
  section h2 span {
    padding:0 10px;
  }
  section h2.mascot:before,
  section h2.mascot:after{
    width:75px;
    height:30px;
    margin:0 0 0 10px;
  }
  section h2.mascot:after{
    margin:0 10px 0 0;
  }
}
section .contact_btn {
  display:table;
  max-width:60%;
  margin:20px auto;
  text-align:center;
}

@media only screen and (max-width:640px){
/*   section h2{
    font-size:22px;
  } */
}

.atamadashi{
  margin:-80px 0 0;
  padding-top:80px;
  height:0;
}

section h3{
  margin:20px 0;
  padding:0;
  font-size:20px;
  font-weight:bold;
  color:#000;
}
section h3.h3-blue{
  margin:40px 0;
  padding:12px 3px 10px;
  text-align:center;
  font-weight:normal;
  color:#fff;
  background:#8faadc;
  border-bottom:none;
}

.inner{
  width:94%;
  margin:0 auto;
  padding-bottom:50px;
}

.innerS{
  width:65%;
  margin:0 auto;
  padding-bottom:80px;
}


/* 背景画像
----------------------------------------------------------- */
.fixed-wall{
  background:url(../images/wall.jpg) repeat 0 0 fixed;
  background-size:cover;
  -webkit-background-size:cover;
}
@media only screen and (max-width:799px){
  .fixed-wall{
    background:none;
  }
  .fixed-wall:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/wall.jpg) repeat 50% 0 fixed;
    background-size:100% auto;
    -webkit-background-size:100% auto;
  }
}
@media only screen and (max-width:640px){
  .fixed-wall:before{
    background:url(../images/wall.jpg) repeat 65% 0 fixed;
    background-size:100% auto;
    -webkit-background-size:100% auto;
  }
}

.bg-white,
.bg-white2,
.bg-none{
  width:85%;
  max-width:1240px;
  margin:0 auto 80px;
  padding:20px;
}
.bg-white{
  background:#fff;
  background:rgba(255,255,255,.70);
}
.bg-white2{
  background:#fff;
}
.bg-white3{
  margin:0 auto 80px;
  padding:20px;
  background:#fff;
  background:rgba(255,255,255,.70);
}
.bg-white div,
.bg-white3 div {
  display:table;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.bg-white img,
.bg-white3 img,
.bg-none img{
  max-width:100%;
  width:auto;
  height:auto;
}
@media only screen and (max-width:799px){
  .bg-white div,
  .bg-white3 div {
    display:block;
    text-align:left;
  }
}
@media only screen and (max-width:640px){
  .bg-white,
  .bg-white2,
  .bg-none{
    margin:0 auto 40px;
  }
}


/* SEC01 MESSAGE
------------------------------------------------------------*/
ul.btn-2block,
ul.btn-3block{
  display:block;
  width:100%;
  margin:0 0 10px;
}
ul.btn-2block > li,
ul.btn-3block > li{
  display:inline-block;
  width:50%;
  vertical-align:top;
}
ul.btn-3block > li{
  width:33.33%;
}
ul.btn-2block > li > span,
ul.btn-3block > li > span{
  display:block;
  margin:0 2% 0 0;
  max-width:640px;
  width:98%;
  height:auto;
}
ul.btn-2block > li + li > span{
  margin:0 0 0 2%;
}
ul.btn-3block > li > span{
  margin:0 1.5%;
  max-width:97%;
}
ul.btn-3block > li:first-child > span{
  margin:0 3% 0 0;
}
ul.btn-3block > li:last-child > span{
  margin:0 0 0 3%;
}
ul.btn-2block img,
ul.btn-3block img{
  max-width:640px;
  width:100%;
  height:auto;
}
ul.btn-2block ul li,
ul.btn-3block ul li{
  list-style-type:disc;
  margin:5px 0.5em;
}
@media only screen and (max-width:640px){
  ul.btn-2block,
  ul.btn-3block{
    margin:0 0 2px;
  }
  ul.btn-2block ul li,
  ul.btn-3block ul li{
    font-size:90%;
    line-height:1.3;
    margin:5px 0;
  }
}


/* SEC02 Gallery
------------------------------------------------------------*/
/* #sec02{
  padding:0 !important;
}

#sec02 header{
  display:none;
} */

#gallery li{
  float:left;
  width:33.3%;
  line-height:0;
}
#gallery li.gallery2{
  width:50%;
}

#gallery img{
  width:100%;
  height:auto;
}

.bg-yellow{
  margin:30px 0;
  padding:25px 3%;
  background:#fff2cc!important;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
/* #sec03 img{
  width:100%;
  margin-bottom:30px;
} */
/* #sec03 img.float-right-all{
  position:relative;
  top:-200px;
  margin:0 0 -230px;
  max-width:35%;
}
@media only screen and (max-width:799px){
  #sec03 img.float-right-all{
    top:-100px;
    margin:0 0 -130px;
  }
} */


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img,
.col4 img{
  display: block;
  margin: 0 auto 5px;
}

.col3 li,
.col4 li{
  line-height: 2.0;
}

.col3 .img{
  padding: 80px 50px;
  margin-bottom: 40px;
  line-height: 0 !important;
  background: #f6f6f6;
}
.col4 .img{
  padding: 50px 25px;
  margin-bottom: 40px;
  line-height: 0 !important;
  background: #f6f6f6;
}

#sec04_02{
  background: url(../images/bgSec04.jpg) no-repeat 50% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}

#sec04_02 img{
  width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
  margin-bottom:5px;
}

.col2 li{
  display:inline-block;
  width:100%;
  margin:10px 0 20px;
}

#sns img{
  padding:35px 10px 5px 0;
}

#sns a:hover img{
  opacity:.8;
}

#map{
  position:relative;
  padding-bottom:75%;
  height:0;
  overflow:hidden;
  z-index:0;
}

#map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100% !important;
  height:100% !important;
  border:0;
}


/* SEC06 COMPANY
------------------------------------------------------------*/
#sec06 header h2{
  display:block;
}
#sec06 header h2 img{
  width:100%!important;
  height:auto;
}


/* SEC07 CONTACT
------------------------------------------------------------*/
#sec07{
  padding:40px 0 0 !important;
}
#sec07 img{
  width:auto;
  height:auto;
}
@media only screen and (max-width:799px){
  #sec07{
    padding-top:90px !important;
  }
}


/* SEC08 RECRUIT
------------------------------------------------------------*/
#sec08{
  padding-top:40px !important;
}
#sec08-2{
  padding-top:60px !important;
  padding-bottom:40px !important;
}
#sec08 .col2 li{
  width:48%;
}
#sec08 .col2 li:first-child{
  width:48%;
  padding-right:4%;
}
@media only screen and (max-width:1199px){
  #sec08,
  #sec08-2{
    padding-top:0 !important;
  }
}

.wrap{
  clear:both;
  width:100%;
  background:#f6f6f6;
}

.bg{
  line-height:0;
}

.txt h2{
  padding:0 0 20px !important;
}

.bg-blue{
  background:#d9e3f3;
}

/* SEC09 RECRUIT
------------------------------------------------------------*/
#sec09{
  padding:0 !important;
  padding-top:40px !important;
}
@media only screen and (max-width:799px){
  #sec09{
    padding-top:80px !important;
    padding-top:30px !important;
  }
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width:1200px){
  .inner{
    width:1024px;
  }
  .txt h2{
    padding:0 0 20px !important;
  }
  .col2 li{
    width: 55%;
    vertical-align: top;
  }
  .col2 li:first-child{
    width: 40%;
    padding-right: 4%;
  }
  #sec09 .col2 li{
    width:48%;
  }
  #sec09 .col2 li:first-child{
    width:48%;
    padding-right:4%;
  }
}

@media only screen and (min-width:800px){
  body{
    font-size:15px;
  }
  
  a#menu{
    display:none;
  }  

  .panel{
    display:block !important;
  }

  #mainnav{
    text-align:center;
    position:relative;
    padding:25px 0;
    z-index:500;
  }

  #mainnav li{
    display:inline-block;
    padding:10px 20px;
    font-size:16px;
  }
  #mainnav li.mainnav-contact{
    position:absolute;
    bottom:10px;
  }

  #mainnav.changeNav{
    position:fixed;
    top:0;
    width:100%;
    padding:5px 0;
    z-index:500;
    background-color:#fff;
    background:rgba(255,255,255,.9);
    border-bottom:1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li{
    padding:18px 20px;
  }
  #mainnav.changeNav li li{
    padding:0;
  }
  #mainnav.changeNav li.mainnav-contact{
    bottom:-15px;
  }
  #mainnav.changeNav li.mainnav-contact img{
    width:100%;
    height:100%;
    max-width:116px;
    max-height:51px;
  }
  
  nav#mainnav ul ul{
  width:5em;
  border-top:0;
  }
  
  nav#mainnav ul li ul{
  display:none;
  }
  
  nav#mainnav ul li:hover ul{
  display:block;
  position:absolute;
  top:60px;
  text-align:left;
  z-index:500;
  }
  #mainnav.changeNav li:hover ul{
  top:50px;
  }
  
  nav#mainnav ul li li{
  float:none;
  width:5em;
  height:40px;
  line-height:40px;
  margin:0;
  padding:0;
  text-shadow:none;
  }
  
  nav#mainnav ul li li a{
  display:block;
  background:rgba(0,0,0,.6);
  border:1px solid #cdcdcd;
  border-bottom:none;
  width:100%;
  height:40px;
  padding:0 10px;
  line-height:40px;
  font-size:80%;
  text-decoration:none;
  color:#fff;
  }
  
  nav#mainnav ul li li:last-child a{
  border:1px solid #cdcdcd;
  }

  nav#mainnav ul li li a:hover{
  background:rgba(0,0,0,.75);
  }

  /* SEC02 MESSAGE
  -----------------*/
  .txt, .bg{
    width:50%;
    float:left;
    display:table;
  background:#f6f6f6;
  }

  #sec08_02 .txt, #sec08_02 .bg{
    float:right;
  }

  .vMid{
    display:table-cell;
    padding:0 100px;
    vertical-align:middle;
  }

  /* SEC03 PROJECT
  -----------------*/
  .col3,
  .col4{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 28%;
    padding: 0 2.5% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  .col4 li{
    display: inline-block;
    width: 20%;
    padding: 0 2.0% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  
  #footer{
    padding:20px 0 70px 0;
  }
}


@media only screen and (min-width: 641px){
/*   .col2 li{
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child{
    width: 35%;
    padding-right: 4%;
  } */
}

@media only screen and (max-width:640px){
  .innerS{
    width: 94%;
    padding-bottom: 70px;
  }
  .col3 li,
  .col4 li{
    line-height: 1.7;
  }
  .col3 img,
  .col4 img{
    margin: 0 auto;
  }
  .col3 .img,
  .col4 .img{
    padding: 30px;
    margin-bottom: 20px;
  }
  #gallery li,
  #gallery li.gallery2{
    float:none;
    width:100%;
  }
  #map iframe{
    width:96% !important;
    left:2%;
  }
  #sec04_02{
    padding:50px 20px;
  }
}

@media only screen and (max-width:799px){
  #header{
    position:fixed;
    width:100%;
    z-index:500;
  }
  
  #headerWrap{
    position:relative;
    width:100%;
    height:70px;
    background:#d7d7d7;
    border-bottom:1px solid #ccc;
  }
  
  #header .headerTitle{
    display:none;
/*     max-width:none;
    width:96%;
    padding-top:0;
    font-size:75%; */
  }
  #header h1{
    max-width:none;
    width:97%;
    padding-top:10px;
  }
  
  #header h1 img{
    padding:5px 0;
    max-height:40px;
    max-width:80%;
    width:auto !important;
  }

  a#menu{
    display:inline-block;
    position:relative;
    width:40px;
    height:40px;
    margin:10px;
  }

  #menuBtn{
    display:block;
    position:absolute;
    top:60%;
    left:50%;
    width:18px;
    height:2px;
    margin:-1px 0 0 -7px;
    background:#000;
    transition:.2s;
  }

  #menuBtn:before, #menuBtn:after{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:18px;
    height:2px;
    background:#000;
    transition:.3s;
  }

  #menuBtn:before{
    margin-top:-7px;
  }

  #menuBtn:after{
    margin-top:5px;
  }

  a#menu .close{
    background:transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top:0;
  }

  a#menu .close:before{
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  }

  a#menu .close:after{
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
  }

  .panel{
    width:100%;
    display:none;
    overflow:hidden;
    position:relative;
    left:0;
    top:0;
    z-index:100;
  }

  #mainnav{
    position:absolute;
    top:0;
    width:100%;
    text-align:right;
    z-index:500;
  }

  #mainnav ul{
    background:#fff;
    text-align:left;
  }

  #mainnav li a{
    position:relative;
    display:block;
    padding:10px 25px;
    border-bottom:1px solid #ccc;
    color:#000;
    font-weight:400;
  }

  #mainnav li a:before{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:5px;
    width:6px;
    height:6px;
    margin:-4px 0 0 0;
    border-top:solid 2px #000;
    border-right:solid 2px #000;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }

  nav#mainnav ul li li a{
    padding-left:50px;
  }
  #mainnav li li a:before{
    left:30px;
  }
/*   #mainImg{
    padding-top:60px;
    width:100%;
    height:400px;
  }
  #mainImg img{
    position:relative;
    left:50%;
    max-width:150%;
    width:1200px;
    height:auto;
    margin-left:-75%;
  } */
  .col3 li,
  .col4 li{
    margin: 50px auto 0 auto;
    display: block;
  }
/*   section{
    padding-top:40px;
  } */
/*   section h2{
    margin:0 auto 20px;
  } */
}

@media only screen and (max-width:1199px){
/*   section h2{
    padding:50px 0 20px 0;
  }
  #sec01 h2{
    padding:70px 0 20px;
  } */
  .vMid{
    padding:0 20px;
  }

  #mainnav li{
    padding:10px 15px;
    font-size:14px;
  }

  .mainImg-1280{
    max-width:100%;
    height:inherit!important;
    margin-left:-50%!important;
  }
}


/*-------------------------
   TWD
--------------------------*/

/* ******************************
 * 画面サイズ別の表示・非表示
 * 
 * ～ 640px スマホ
 * ～ 799px iPad（1カラム表示）
 * ～1199px iPad
 * 1200px～ PC
 * **************************** */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline {
  display:none !important;
}
@media screen and (max-width:640px) {
  .visible-xs {
    display:block !important;
  }
  .visible-xs-inline {
    display:inline !important;
  }
  table.visible-xs {
    display:table;
  }
  tr.visible-xs {
    display:table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display:table-cell !important;
  }
}
@media screen and (min-width:641px) and (max-width:799px) {
  .visible-sm {
    display:block !important;
  }
  .visible-sm-inline {
    display:inline !important;
  }
  table.visible-sm {
    display:table;
  }
  tr.visible-sm {
    display:table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display:table-cell !important;
  }
}
@media screen and (min-width:800px) and (max-width:1199px) {
  .visible-md {
    display:block !important;
  }
  .visible-md-inline {
    display:inline !important;
  }
  table.visible-md {
    display:table;
  }
  tr.visible-md {
    display:table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display:table-cell !important;
  }
}
@media screen and (min-width:1200px) {
  .visible-lg {
    display:block !important;
  }
  .visible-lg-inline {
    display:inline !important;
  }
  table.visible-lg {
    display:table;
  }
  tr.visible-lg {
    display:table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display:table-cell !important;
  }
}

@media screen and (max-width:640px) {
  .hidden-xs {
    display:none !important;
  }
}
@media screen and (min-width:641px) and (max-width:799px) {
  .hidden-sm {
    display:none !important;
  }
}
@media screen and (min-width:800px) and (max-width:1199px) {
  .hidden-md {
    display:none !important;
  }
}
@media screen and (min-width:1200px) {
  .hidden-lg {
    display:none !important;
  }
}



/* 横幅レスポンシブ */
.img-responsive {
  display:block;
  max-width:100%;
  height:auto;
}

/* 空行 */
.kuugyou {
  display:block;
  width:1px;
  height:0.5em;
}

/* 小さいフォントサイズを設定 */
.small {
  font-size:90%;
}
.xsmall {
  font-size:80%;
}
@media only screen and (max-width:799px){
  .small-xs {
    font-size:90%;
  }
}

/* 大きいフォントサイズを設定 */
.large {
  font-size:115%;
}
.xlarge {
  font-size:140%;
}
.xxlarge {
  font-size:160%;
}

/* 太字 */
.strong,
strong {
  font-weight:bold;
}
/* 細字 */
.hosoji {
  font-weight:normal;
}
/* 斜め字 */
.italic {
  font-style:italic;
}
/* 下線 */
.underline {
  text-decoration:underline;
}
a.underline:hover,
a.underline:active {
  text-decoration:none;
}

/* 文字色 黒 */
.text-black {
  color:#333;
}

/* 文字色 白 */
.text-white {
  color:#fff;
}

/* 文字色 グレー */
.text-gray {
  color:#666;
}

/* 文字色 赤 */
.text-red {
  color:#f80000;
}

/* 文字色 オレンジ */
.text-orange {
  color:#d86000;
}

/* 文字色 緑 */
.text-green {
  color:#008000;
}

/* 文字色 青 */
.text-blue {
  color:#00418b;
}

/* 文字色 ピンク */
.text-pink {
  color:#e44880;
}

/* 行間 */
.line-h100 {
  line-height:100%;
}
.line-h120 {
  line-height:120%;
}
.line-h140 {
  line-height:140%;
}
.line-h160 {
  line-height:160%;
}
.line-h180 {
  line-height:180%;
}
.line-h200 {
  line-height:200%;
}
@media only screen and (max-width:799px){
  .line-h200 {
    line-height:180%;
  }
}

/* 改行禁止 */
.nowrap {
  white-space:nowrap;
}

/* 仕切り線 */
hr {
  height:0;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
  margin-top:15px;
  margin-bottom:15px;
  border:0;
  border-top:1px solid #dfdfdf;
}
.hr-dotted {
  margin-top:15px;
  margin-bottom:15px;
  border-top:1px dotted #a8a8a8;
}

/* ※印 */
.kome {
  margin-left:4px;
  vertical-align:top;
  font-weight:bold;
}
ul.kome,
ul.kome {
  margin:0;
  padding:0;
  vertical-align:top;
  font-weight:bold;
}
ul.kome li,
ul.kome li {
  list-style:none;
  background:none;
  margin-left:1.5em;
  margin-bottom:0.5em;
  padding:0;
  font-weight:normal;
}
ul.kome li:before,
ul.kome li:before {
  content:"※";
  margin-left:-1.5em;
  letter-spacing:0.5em;
}

/* 角丸 */
.kadomaru {
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

/* フォーム */
form th {
  width:30%;
}
form td {
  width:70%;
}
.error_list {
  list-style:disc;
  margin:10px 0 10px 20px;
}

/* 横幅100％ */
.w100per {
  width:100%;
}

/* 横幅50％ */
.w50per {
  width:50%;
}

/* 横幅25％ */
.w25per {
  width:25%;
}

/* インデント */
.danraku {
  display:table;
  padding:10px 0 10px 1em;
  width:auto;
}

/* 文字の配置 */
.text-left {
  text-align:left;
}
.text-right {
  text-align:right;
}
.text-center {
  text-align:center;
}

/* センタリング */
.center-box {
  display:table;
  margin-left:auto;
  margin-right:auto;
}
/* 右寄せ */
.right-box {
  display:table;
  margin-left:auto;
  margin-right:0;
}
/* 左寄せ */
.left-box {
  display:table;
  margin-left:0;
  margin-right:auto;
}

/* 右寄せ */
.float-right {
  float:right;
  margin:0 0 5px 7px;
}
img.float-right,
img.float-right-all {
  float:right;
  margin:0 0 4px 11px;
  padding:0;
  max-width:40%;
}
@media only screen and (max-width:640px){
  img.float-right {
    float:none;
    display:block;
    margin:5px auto;
    padding:0;
  }
  img.float-right-all {
    float:right;
    margin:0 0 4px 11px;
    padding:0;
    max-width:40%;
  }
}
/* 左寄せ */
.float-left {
  float:left;
  margin:0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float:left;
  margin:0 11px 4px 0;
  padding:0;
  max-width:40%;
}
@media only screen and (max-width:640px){
  img.float-left {
    float:none;
    display:block;
    margin:5px auto;
    padding:0;
  }
  img.float-left-all {
    float:left;
    margin:0 11px 4px 0;
    padding:0;
    max-width:40%;
  }
}

/* 縦位置センタリング */
.v-align-middle {
  vertical-align:middle;
}

/* 回り込み解除 */
.clear-both {
  clear:both;
}

/* 注意書き */
.notice,
.notice th,
.notice td {
  border:none;
  color:#252525;
  background-color:#fff;
  margin:0;
  padding-top:0;
  padding-right:0;
  width:auto;
}
.notice,
.notice th {
  padding-left:0;
}
.notice th {
  padding-right:5px;
  white-space:nowrap;
}
.notice {
  line-height:130%;
}
.notice th,
.notice td {
  vertical-align:top;
  padding-bottom:5px;
}
.notice th {
  padding-right:5px;
  white-space:nowrap;
}


/*-------------------------
   メールフォーム（横並び）
--------------------------*/
.table-form {
  display:table;
  max-width:840px;
  width:100%;
  margin:10px auto;
  padding:10px 0;
  border:none;
}
.table-form > br {
  display:none;
}
.table-form-tr {
  display:table-row;
  width:100%;
}
.table-form-th {
  display:table-cell;
  border:none;
  vertical-align:top;
  padding:10px 20px 7px 25px;
  width:10%;
  min-width:10.5em;
  background:none;
  color:#252525;
  font-weight:normal;
}
.table-form-th span {
  white-space:nowrap;
}
.table-form-td {
  display:table-cell;
  border:none;
  padding:7px 10px 7px 5px;
  vertical-align:top;
  width:90%;
  background:none;
}
.table-form-td2 {
  display:table-cell;
  border:none;
  padding:10px 10px 7px 5px;
  vertical-align:top;
  width:90%;
  background:none;
}
.table-form-hr {
  display:table-cell;
  padding-top:8px;
  border-bottom:1px dotted #b8b8b8;
}
.table-form input[type="submit"] {
  margin-top:-15px;
}
@media only screen and (max-width:640px){
  .table-form-tr {
    display:table;
    margin-top:10px;
  }
  .table-form-th,
  .table-form-td {
    display:block;
    width:100%;
    padding:0 0 2px 5px;
  }
  .table-form-td {
    padding:0 0 10px 5px;
  }
  input:not(.form-wshort):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
  textarea {
    max-width:90%;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border:1px solid #ccc;
  padding:15px 25px 10px 15px;
  margin:20px 0 5px;
  border-radius:4px;
}
@media screen and (min-width:960px) {
  .box-form {
    padding:20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  margin-top:10px;
  margin-bottom:10px;
  padding:6px 25px;
  line-height:1;
  border-radius:3px;
  -webkit-appearance:none;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
  width:90%;
  max-width:500px;
  padding:1px 6px;
  font-size:16px;
  background-color:#ffffff;
  border:1px solid #b8b8b8;
  border-radius:3px;
}
input[type="radio"],
input[type="checkbox"] {
  margin:9px 5px 2px;
}
select {
/*   margin-bottom:10px; */
  padding:2px 6px;
  font-size:16px;
  background-color:#f8fafc;
  border:1px solid #b8b8b8;
  border-radius:3px;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border:1px solid #a4a4a4;
  background-color:#f2f8ff;
}
.form-w100per {
  width:100%!important;
}
.form-w65per {
  width:65%!important;
}
.form-wshort {
  width:140px!important;
}
@media screen and (max-width:620px) {
  .form-wshort {
    width:90%!important;
  }
}
.bikou {
  font-size:90%;
  margin:-5px 0 10px;
}
@media screen and (max-width:959px) {
  .bikou {
    font-size:85%;
  }
}
.hissu {
  display:inline-block;
  background:#ff6600;
  border:1px solid #ff6600;
  padding:3px 4px 1px;
  margin:0 0 0 5px;
  border-radius:3px;
  color:#fff;
  line-height:1;
  float:right;
  font-size:80%;
}
@media screen and (max-width:644px) {
  .hissu {
    float:none;
  }
}

/* ラベル */
label {
  display:inline-block;
  min-width:10em;
  margin:0;
  font-weight:normal;
  white-space:nowrap;
}
label:hover,
label:focus {
  cursor:pointer;
}


/*-------------------------
   ボックス
--------------------------*/
.waku {
  display:inline-block;
  background:#fcf8ef;
  border:1px #ea8d9a solid;
  padding:15px;
  margin:10px 0;
  border-radius:10px;
}


/*-------------------------
   写真をテーブル上に右寄せ
--------------------------*/
.pic-box {
  position:relative;
}
.pic-right {
  position:absolute;
  right:0;
  margin:11px 1px 0 0;
  padding:28px 28px 0 28px;
  background-color:#fff;
}
@media only screen and (max-width:799px){
  .pic-right {
    padding:20px 20px 0 20px;
  }
}
@media screen and (max-width:640px) {
  .pic-right {
    position:relative;
    margin:0;
    padding:0;
    text-align:center;
  }
}


/*-------------------------
   テーブル
--------------------------*/
table.statsDay {
  width:100%;
}
table.statsDay th {
  width:20%;
  white-space:nowrap;
}
table.statsDay td {
  width:80%;
  word-break:break-all;
}
.kintou {
  -moz-text-align-last:justify;
  text-align-last:justify;
  text-align:justify;
  text-justify:inter-ideograph;
}


/*-------------------------
   会社概要
--------------------------*/
.profile{
  max-width:1024px;
  width:100%;
  margin:0 auto;
  border:none;
}
.profile th{
  width:20%;
  white-space:nowrap;
  padding:0 20px 10px 0;
  font-weight:normal;
  vertical-align:top;
  text-align:left;
  color:#000;
  background:none;
  border:none;
}
.profile td{
  width:80%;
  padding:0 5px 10px 0;
  vertical-align:top;
  text-align:left;
  word-break:break-all;
  color:#000;
  background:none;
  border:none;
}
@media only screen and (max-width:640px){
  .profile th,
  .profile td{
    font-size:85%;
  }
}


/*-------------------------
   求人情報
--------------------------*/
.recruit{
  max-width:1024px;
  width:100%;
  margin:20px auto 0;
  border:none;
  border-spacing:5px;
  border-radius:5px;
}
.recruit th{
  width:20%;
  white-space:nowrap;
  padding:18px 20px;
  font-weight:normal;
  vertical-align:top;
  text-align:left;
  color:#000;
  background:none;
  border-bottom:1px solid #4472c4;
}
.recruit td{
  width:80%;
  padding:18px 20px;
  vertical-align:top;
  text-align:left;
  word-break:break-all;
  color:#000;
  background:none;
  border-bottom:1px solid #4472c4;
}
.recruit tr:last-child th,
.recruit tr:last-child td{
  border-bottom:none;
}
.recruit ul{
  list-style-type:disc;
  margin:0 0 0 1.5em;
}
.recruit ul > li{
  margin:0;
}
@media only screen and (max-width:640px){
  .recruit th,
  .recruit td{
    padding:10px 10px;
    line-height:1.4;
    font-size:85%;
  }
}


/*-------------------------
   料金表
--------------------------*/
table.table-price {
  width:100%;
  margin-bottom:5px;
}
table.table-price th {
  padding:3px 0;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  padding-left:15px;
  background:url(images/bullet.png) no-repeat 0 8px;
}
table.table-price th.no-mark {
  background:none;
}
table.table-price td {
  padding:3px 0;
  text-align:left;
  vertical-align:top;
}
table td.table-cell-price {
  text-align:right;
  white-space:nowrap;
  padding:0 30px;
}
table td.table-cell-price-center {
  text-align:center;
  white-space:nowrap;
  width:25%;
}
table.table-price blockquote {
  position:relative;
  top:-10px;
}

@media only screen and (max-width:640px){
  table td.table-cell-price {
    padding:0;
  }
}


/*-------------------------
   枠なしテーブル
--------------------------*/
table.noborder,
table.noborder th,
table.noborder td{
  border:none;
  margin:0;
  background:none;
}


/*-------------------------
   Googleマップをレスポンシブに
--------------------------*/
.google-map {
  position:relative;
  padding-bottom:43.01%;
  height:0;
  overflow:hidden;
}
.google-map iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media screen and (max-width:640px) {
  .google-map {
    padding-bottom:250px;
  }
}


/*-------------------------
   ミニボタン
--------------------------*/
.mini-pills > a {
  display:inline-block;
  padding:10px 12px 8px;
  margin:10px 0;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  line-height:1.3;
  color:#ffffff;
  background-color:#808080;
  border:1px solid #808080;
  border-radius:30px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  opacity:.8;
  text-decoration:none;
}
@media only screen and (min-width:641px){
  .mini-pills > a {
    min-width:320px;
  }
}


/*-------------------------
   ミニタイトル
--------------------------*/
.mini-title{
  display:inline-block;
  margin:10px 0 2px;
  padding:3px 10px 1px;
  line-height:1;
  border:1px solid #a848a8;
  border-radius:30px;
  font-size:85%;
  color:#a848a8;
  position:relative;
  left:-3px;
}
.mini-title2{
  display:inline-block;
  margin:10px 5px 10px 0;
  padding:5px 15px 3px;
  line-height:1;
  text-align:center;
  background-color:#e87078;
  border-radius:3px;
  font-size:100%;
   color:#a848a8;
  color:#fff;
  position:relative;
  left:-3px;
}


/*-------------------------
   ツイッター
--------------------------*/
.twitter-timeline {
  visibility:hidden;
}
.twitter {
  width:180px;
  float:right;
  text-align:center;
}
.twitter-mb {
  display:none;
}
@media only screen and (max-width:799px){
  .twitter {
    width:100%;
    float:none;
    text-align:center;
  }
  .twitter-pc {
    display:none;
  }
  .twitter-mb {
    display:block;
  }
}


/*-------------------------
   スクロールボックス
--------------------------*/
.srcoll-x-box {
  overflow-x:auto;
  padding:10px 0;
}


/*-------------------------
   ギャラリー
--------------------------*/
.gallery{
  max-width:1024px;
  width:100%;
  margin:20px auto 0;
}


/*-------------------------
   影
--------------------------*/
.shadow{
  box-shadow:4px 5px 8px rgba(0,0,0,0.25); 
}
