@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:16px/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{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-top:15px;
}

#mainnav a{
  color:#000;
}

#mainImg{
  position:relative;
  overflow:hidden;
  margin:0 auto;
  width:100%;
  height:50vw;
}
#mainImg.mainImg1280x852{
  height:66.5625vw;
}
#mainImg.mainImg1280x600{
  height:46.875vw;
}

/* #mainImg img{
  position:absolute;
  left:50%;
  max-width:1280px;
  width:1280px;
  height:750px;
  margin-left:-640px;
} */

/* #mainImg .slider-wrapper{
  position:absolute;
  left:50%;
  max-width:1280px;
  width:1280px;
  height:750px;
  margin-left:-640px;
}
#mainImg.mainImg1280x852 .slider-wrapper{
  max-width:1280px;
  width:1280px;
}
#mainImg.mainImg1280x600 .slider-wrapper{
  max-width:1280px;
  width:1280px;
} */

@media only screen and (max-width: 1199px){
  #mainImg,
  #mainImg.mainImg1280x852,
  #mainImg.mainImg1280x600{
    width:100%;
    height:auto;
  }
/*   #mainImg .slider-wrapper,
  #mainImg.mainImg1280x852 .slider-wrapper,
  #mainImg.mainImg1280x600 .slider-wrapper{
    position:relative;
    left:50%;
    max-width:100%;
    width:1280px;
    height:auto;
    margin-left:-50%;
  } */
}
@media only screen and (max-width: 799px){
  #mainImg,
  #mainImg.mainImg1280x852,
  #mainImg.mainImg1280x600{
    margin-bottom:0;
    padding-top:70px;
  }
}
@media only screen and (max-width: 640px){
  #mainImg,
  #mainImg.mainImg1280x852,
  #mainImg.mainImg1280x600{
    margin-bottom:0;
  }
}

/* 動作前に全ての画像が表示されてしまうのを防止 */
#slider img,
.slider a img{
  display:none;
}
#slider img:first-child,
.slider a:first-child img{
  display:block;
}

/* slickスライダー */
.slider {
  height:50vw;
  margin-inline:auto;
  overflow:hidden;
  width:100vw;
}
.mainImg1280x852 .slider {
  height:66.5625vw;
}
.mainImg1280x600 .slider {
  height:46.875vw;
}
.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;
}


/* フッター
------------------------------------------------------------*/
#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:28px;
  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;
    font-size:22px;
  }
  section header h2 span {
    position:relative;
    display:table;
    max-width:100%;
    margin:10px 0;
    padding:0 0.8em 10px;
  }
}

section h2{
  width:100%;
  margin:0 auto 40px;
  font-size:28px;
  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.h2-underline {
  margin:0 auto 10px;
  text-align:left;
}
section h2.h2-underline span {
  width:100%;
  font-weight:bold;
  color:#00afef;
  border-bottom:1px dashed #a8a8a8;
}
section .h2-border {
  display:block;
  margin:-6px auto 0;
  max-width:300px;
  width:100%;
  height:auto;
}
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;
  }
  section h2 span {
    display:table;
    max-width:75%;
    margin:10px auto;
    line-height:1.2;
  }
  section h2.h2-underline span {
    max-width:100%;
  }
  section h2 .h2-border {
    margin:-8px auto 0;
  }
}
section h3 {
  margin:0 0 10px;
  line-height:1.0;
  font-size:125%;
  font-weight:bold;
}
section .h3-blue {
  margin:0;
  padding:6px 0 4px;
  text-align:center;
  line-height:1.25;
  font-size:125%;
  font-weight:normal;
  background:#00b0f0;
}
section .h3-green {
  margin:0;
  padding:6px 0 4px;
  text-align:center;
  line-height:1.25;
  font-size:125%;
  font-weight:normal;
  background:#92d050;
}

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

.innerS{
  width:70%;
  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
------------------------------------------------------------*/
#sec01{
  display:table;
  margin:0 auto;
  padding-top:60px !important;
  width:100%;
  background:url(../images/about_wall.jpg) no-repeat center 10px;
  background-size:cover;
  -webkit-background-size:cover;
}
@media only screen and (max-width:799px){
  #sec01{
    padding-top:30px !important;
  }
}

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;
} */
#sec02{
  display:table;
  margin:-20px auto 0;
  padding-top:80px !important;
  width:100%;
  background:url(../images/gallery_wall.jpg) no-repeat center 0px;
  background-size:100% auto;
  -webkit-background-size:100% auto;
}
@media only screen and (max-width:799px){
  #sec02{
    padding-top:40px !important;
    background:url(../images/gallery_wall.jpg) no-repeat center 40px;
    background-size:100% auto;
    -webkit-background-size:100% auto;
  }
}

/* .bg-gallery{
  display:table;
  margin:0 auto;
  padding-top:60px !important;
  width:100%;
  background:url(../images/gallery_wall.jpg) no-repeat center 0px;
  background-size:100% auto;
  -webkit-background-size:100% auto;
}
@media only screen and (max-width:799px){
  .bg-gallery{
    padding-top:30px !important;
  }
} */

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

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


/* 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
------------------------------------------------------------*/
.bg-business{
  display:table;
  margin:10px auto 0;
  padding-top:60px !important;
  width:100%;
  background:url(../images/business_wall.jpg) repeat center 0px;
  background-size:contain;
  -webkit-background-size:contain;
}
@media only screen and (max-width:799px){
  .bg-business{
    padding-top:30px !important;
  }
}

/* .col3 img{
  display:block;
  margin:0 auto 5px;
}

.col3 li{
  line-height:2.0;
}

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

.col3 li{
  display:inline-block;
}

#sec04_02{
  background:url(../images/bgSec04.jpg) no-repeat 100% 50% fixed;
  background-size:cover;
  -webkit-background-size:cover;
  text-align:center;
  margin:0 0 60px;
  padding:120px 20px;
}
@media only screen and (max-width:1199px){
  #sec04_02{
    background:url(../images/bgSec04.jpg) no-repeat 100% 50%;
    background-size:cover;
    -webkit-background-size:cover;
    margin:0 0 30px;
    padding:100px 0;
  }
}
@media only screen and (max-width:440px){
  #sec04_02{
    padding:80px 0;
  }
}


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

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

#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{
  display:table;
  margin:0 auto;
  padding-top:40px !important;
  width:100%;
  background:url(../images/company_wall.jpg) no-repeat center 0px;
  background-size:cover;
  -webkit-background-size:cover;
}
@media only screen and (max-width:799px){
  #sec06{
    padding-top:100px !important;
  }
}

#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-3{
  padding:40px 30px 30px !important;
}
#sec08-4{
  padding-top:0px !important;
}
@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;
  }
}

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

  .panel{
    display:block !important;
  }

  #mainnav{
    text-align:center;
    position:relative;
    margin:5px 0;
  }

  #mainnav li{
    display:inline-block;
    padding:10px 25px;
    font-size:20px;
  }

  #mainnav.changeNav{
    position:fixed;
    top:0;
    width:100%;
    z-index:500;
    background-color:#fff;
    background:rgba(255,255,255,.9);
    border-bottom:1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li{
    padding:18px 25px;
  }
  #mainnav.changeNav li li{
    padding:0;
  }
  
  nav#mainnav ul ul{
  width:13em;
  border-top:0;
  }
  
  nav#mainnav ul li ul{
  display:none;
  }
  
  nav#mainnav ul li:hover ul{
  display:block;
  position:absolute;
  top:45px;
  text-align:left;
  z-index:500;
  }
  #mainnav.changeNav li:hover ul{
  top:55px;
  }
  
  nav#mainnav ul li li{
  float:none;
  width:13em;
  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:95%;
  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{
    text-align:center;
  }

  .col3 li{
    display:inline-block;
    width:28%;
    padding:0 2.4% 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%;
  } */
  .col2 li{
    width:44%;
    margin:-10px 0 0;
    padding:0 3%;
    vertical-align:top;
  }
  .col3 li{
    width:28.33%;
    margin:-10px 0 0;
    padding:0 2.5%;
    vertical-align:top;
  }
 }

@media only screen and (max-width:640px){
  .col2 li{
    width:46%;
    margin:-10px 0 0;
    padding:0 2%;
    vertical-align:top;
  }
  .col3 li{
    width:30.33%;
    margin:-10px 0 0;
    padding:0 1.5%;
    vertical-align:top;
  }
  .innerS{
    width:94%;
    padding-bottom:70px;
  }
/*   .col3 li{
    display:inline-block;
    line-height:1.7;
  }
  .col3 img{
    margin:0 auto;
  }
  .col3 .img{
    padding:30px;
    margin-bottom:20px;
  } */
  #gallery li,
  #gallery li.gallery2{
    float:none;
    width:100%;
  }
  #map iframe{
    width:96% !important;
    left:2%;
  }
  #sec04_02{
    margin:0 0 40px;
    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{
    max-height:50px;
    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{
    border-bottom:1px solid #ccc;
    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{
    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;
  }
}


/*-------------------------
   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%;
}
@media only screen and (max-width:799px){
  .large {
    font-size:108%;
  }
  .xlarge {
    font-size:115%;
  }
}

/* 太字 */
.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-gray {
  color:#666;
}

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

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

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

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

/* 文字色 ピンク */
.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-h250 {
  line-height:250%;
}
@media only screen and (max-width:799px){
  .line-h250 {
    line-height:160%;
  }
}

/* 改行禁止 */
.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:13em;
  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:20px auto 0;
  border:none;
  border-spacing:5px;
  border-radius:5px;
}
.profile th{
  width:20%;
  white-space:nowrap;
  padding:18px 20px;
  font-weight:normal;
  text-align:left;
  color:#000;
  background:none;
  border-bottom:1px solid #000;
}
.profile td{
  width:80%;
  padding:18px 20px;
  text-align:left;
  word-break:break-all;
  color:#000;
  background:none;
  border-bottom:1px solid #000;
}
.profile td.profile-title{
  width:100%;
  padding:12px 20px;
  background:rgba(68, 114, 196, .5);
  border:none;
}
@media only screen and (max-width:640px){
  .profile th,
  .profile td{
    padding:10px 10px;
    line-height:1.4;
    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); 
}
