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

/* 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.6 'メイリオ', 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:#fff;
  background:#000;
}
body.wall{
  background:url(../images/wall_20241021.jpg) repeat center top fixed;
}
body.wall-bar{
  background:url(../images/wall_bar.jpg) repeat center top fixed;
}
@media only screen and (max-width:799px){
  body{
    background:url(../images/wall_s_20241021.jpg) repeat center 240px fixed;
    background:none;
  }
  body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
  }
  body.wall::before {
    background:url(../images/wall_s_20241021.jpg) repeat center top;
    -webkit-background-size:cover;/*Android4*/
  }
  body.wall-bar::before {
    background:url(../images/wall_bar_s_20241021.jpg) repeat center top;
    -webkit-background-size:cover;/*Android4*/
  }
}

a{
  color:#fff;
  text-decoration:underline;
}
#mainnav a{
  text-decoration:none;
}

a:hover, .active{
  color:#ddd;
  text-decoration:none;
}
#mainnav a:hover, #mainnav .active{
  text-decoration:underline;
}

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


/* タイトルロゴ
------------------------------------------------------------*/
@media only screen and (min-width:1200px){
  #mainnav #title{
    display:block;
    float:left;
    margin:20px 0 0 25px;
    width:178px;
    height:auto;
  }
}
@media only screen and (max-width:1199px){
  #mainnav #title{
    display:block;
    float:left;
    margin:31px 0 0 35px;
    width:130px;
    height:auto;
  }
}
@media only screen and (max-width:799px){
  #mainnav #title{
    display:none;
  }
}


/* ヘッダー
------------------------------------------------------------*/
#header,
#header-bar{
  position:relative;
  overflow:hidden;
  width:100%;
  height:568px;
  height:391px;
  margin-top:110px;
  background-color:#eee;
  background:rgba(255,255,255,.85);
}
#header-bar{
  height:853px;
  margin-top:0;
  background-color:#222;
  background:rgba(0,0,0,.70);
}
#mainImg,
#mainImg-bar{
  position:absolute;
/*     left:50%;
    width:1280px;
    height:568px; */
  left:50%;
  width:auto;
  height:391px;
  margin-left:-640px;
}
#mainImg-bar{
  height:853px;
}

#slogan{
  position:absolute;
  top:50%;
  width:100%;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%);
  color:#000;
  line-height:1.2;
  text-align:center;
  text-shadow:0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff;
}
#header-bar #slogan{
  position:absolute;
  top:55%;
  width:100%;
  -webkit-transform:translate(0, -50%);
  transform:translate(0, -50%);
  color:#fff;
  line-height:1.2;
  text-align:center;
  text-shadow:0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000;
}

#slogan2{
  width:1280px;
  max-width:100%;
  margin:0 auto;
  text-align:left;
}
#header-bar #slogan2{
  text-align:center;
}

/* #slogan h1{
  font-size:32px;
  letter-spacing:0.08em;
  margin-bottom:3em;
  font-weight:normal;
  margin-left:6%;
}
#slogan h1 .strong{
  letter-spacing:0;
} */
#header h1{
  margin:0 0 20px 20px;
}
#header-bar h1{
  display:table;
  margin:0 auto 20px;
}
#header h1 img,
#header-bar h1 img{
  width:auto;
  height:auto;
}

#slogan h2{
  font-size:32px;
  font-weight:bold;
  margin-left:152px;
  line-height:1.5;
}
#header-bar #slogan h2{
  font-size:26px;
  font-weight:bold;
  line-height:2;
  display:table;
  margin:0 auto;
}

/* ↓文字を順番に出す↓ */
#slogan h2{
  clip-path:inset(0 100% 0 0);
  display:inline-block;
  animation:textanimation 3s 0.5s forwards;
}
@keyframes textanimation {
  0% {
    clip-path:inset(0 100% 0 0);
  }

  100% {
    clip-path:inset(0);
  }
}
/* ↑文字を順番に出す↑ */

@media only screen and (max-width:1199px){
  #slogan h1,
  #slogan h2{
    font-size:26px;
  }
  #header-bar #slogan h2{
    font-size:20px;
  }
  #header h1{
    margin:0 15px 22px;
  }
  #header h1 img{
    width:240px;
  }
  #header-bar h1 img{
    width:120px;
  }
  #slogan h2{
    margin-left:140px;
  }
  #header-bar #slogan h2{
    margin:0 auto;
  }

}
@media only screen and (max-width:799px){
  #header{
    margin-top:0;
  }
  #mainImg{
    left:35%;
  }
  #header-bar,
  #mainImg-bar{
    height:533px;
  }
  #mainImg-bar{
    left:50%;
    margin-left:-400px;
  }
  #slogan h1,
  #slogan h2{
    font-size:20px;
  }
  #slogan h2{
    margin-left:100px;
  }
  #slogan h2 .xxsmall {
    font-size:80%;
  }
  #header h1{
    margin:22px 15px 18px;
  }
  #header h1 img{
    width:160px;
  }
  #header-bar h1 img{
    width:120px;
  }
}
@media only screen and (max-width:640px){
  #header,
  #mainImg{
    height:250px;
  }
  #mainImg{
    left:80%;
  }
  #header-bar,
  #mainImg-bar{
    height:426px;
  }
  #mainImg-bar{
    left:50%;
    margin-left:-320px;
  }
  #slogan h1{
    margin-bottom:1.5em;
  }
  #header-bar #slogan h1{
    margin-bottom:1.0em;
  }
  #slogan h1,
  #slogan h2{
    font-size:20px;
  }
  #slogan h2{
    margin-left:88px;
    line-height:1.2;
  }
  #header h1{
    margin:48px 15px 6px;
  }
  #header h1 img{
    width:140px;
  }
  #header-bar h1 img{
    width:120px;
  }
}
@media only screen and (max-width:440px){
  #slogan h1,
  #slogan h2{
    font-size:16px;
  }
  #slogan h2 .xxsmall {
    font-size:75%;
  }
}


/* フッター
------------------------------------------------------------*/
#footer{
  clear:both;
  padding:5px 10px 20px 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;
  }
}


/* 共通
------------------------------------------------------------*/
h1, h2{
  /* font-family:'Josefin Sans', 'Noto Sans JP',serif; */
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

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

img.icon,
img.icon2{
  width:auto;
  vertical-align:middle;
  margin-right:15px;
}
@media only screen and (max-width:799px){
  img.icon{
    width:56px;
  }
  img.icon2{
    width:80px;
  }
}
@media only screen and (max-width:640px){
  img.icon{
    width:48px;
    margin-right:10px;
  }
}

section{clear:both;}

section h2{
  font-size:140%;
  font-weight:bold;
  text-align:center;
}
section h3{
  font-size:110%;
  font-weight:bold;
}

section h3 .h3-point{
  width:auto;
  height:auto;
  max-width:25%!important;
  margin-right:10px;
  vertical-align:middle;
}

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

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

section p{
  padding-bottom:1em;
}


/* SEC01 SERVICE
------------------------------------------------------------*/
#sec01{
  padding-bottom:60px;
}
#sec01 img{
  max-width:100%;
  width:auto;
  height:auto;
}
#sec01 h2{
  padding-top:60px;
}


/* SEC02 SERVICE
------------------------------------------------------------*/
#sec02{
  padding-bottom:60px;
}
#sec02 img{
  max-width:100%;
  width:auto;
  height:auto;
}
/* .vision{
  width:60%;
  margin:0 auto;
  padding-bottom:80px;
} */
.vision2{
  width:94%;
  margin:0 auto;
/*   padding-bottom:40px; */
}
.vision2 .row{
  line-height:1.3;
  font-size:85%;
}
.vision2 .row img{
  max-width:100%;
  width:270px;
  height:auto;
}
@media only screen and (min-width:1200px){
  .vision2{
    display:table;
    width:auto;
    max-width:1024px;
    margin:0 auto;
  }
}
@media only screen and (max-width:1199px){
  .vision2 .row{
    font-size:75%;
  }
}
@media only screen and (max-width:799px){
  .vision2 .row{
    font-size:90%;
  }
}
@media only screen and (max-width:640px){
  .vision2 .row{
    font-size:110%;
  }
}


/* SEC03 SERVICE
------------------------------------------------------------*/
#sec03{
  padding-bottom:60px;
}
#sec03 img{
  max-width:100%;
  width:auto;
  height:auto;
}

.col3 li{
  margin-bottom:50px;
}

.col3 img{
  max-width:288px;
  display:block;
  margin:-5px auto 20px;
}


/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04{
  background:url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size:cover;
  -webkit-background-size:cover;
  color:#fff;
}


/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05{
  padding-top:50px;
  font-size:85%;
}

#sec05 dl{
  line-height:1.2;
}

#sec05 dt{
  clear:left;
  float:left;
  display:block;
  width:30%;
  margin-right:10%;
  margin-bottom:10px;
  text-align:right;
  line-height:1.6em;
}

#sec05 dd{
  width:60%;
  float:left;
  text-align:left;
  margin-bottom:10px;
  line-height:1.6em;
}

#sec05 header{
  display:none;
}
@media only screen and (max-width:799px){
  #sec05{
    font-size:100%;
  }
  #sec05 dt{
    width:30%;
    margin-right:5%;
  }
  #sec05 dd{
    width:65%;
  }
}

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

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


/* SEC06
------------------------------------------------------------*/
/* #sec06{
  background:url(../images/wall_20241021.jpg) no-repeat 30% 15%;
}
@media only screen and (max-width:799px){
  #sec06{
    background:url(../images/wall_s_20241021.jpg) repeat center top;
  }
}
@media only screen and (max-width:640px){
  #sec06{
    background:url(../images/wall_s_20241021.jpg) repeat ccenter top;
  }
} */
/* #sec06 .inner{
  padding-bottom:40px;
} */


/* SEC07
------------------------------------------------------------*/
#sec07 img{
  max-width:100%;
  width:auto;
  height:auto;
}
/* #sec07 .wrap{
  clear:both;
  width:100%;
  padding:5px 0;
  margin-bottom:40px;
  background-color:#eee;
  background:rgba(255,255,255,.85);
  line-height:1;
}
.vision3{
  width:1024px;
  max-width:100%;
  margin:0 auto;
}
#sec07 .inner{
  padding-bottom:0;
} */

/* SEC08
------------------------------------------------------------*/
/* #sec08 img{
  width:240px;
  max-width:94%;
} */
#sec08 img{
  max-width:100%;
  width:auto;
  height:auto;
}

/* SEC09
------------------------------------------------------------*/
#sec09{
  text-align:center;
}
#sec09 .wrap{
  background:rgba(48,48,48,.9);
}
#sec09 img{
  width:auto;
  max-width:94%;
}
.vision4{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:40px 0;
}

/* SEC10
------------------------------------------------------------*/
#sec10 .inner{
  padding:40px 0;
}
.col2 table{
  width:100%;
  margin:10px 0 0;
  border:1px solid #444;
}
.col2 th{
  padding:20px 20px 17px;
  text-align:center;
  background:#444;
  background:rgba(48,48,48,.9);
}
.col2 td{
  padding:20px;
  text-align:center;
  background:#666;
  background:rgba(88,88,88,.9);
}
@media only screen and (max-width:1199px){
  .col2 th{
    padding:20px 10px 17px;
    font-size:80%;
  }
  .col2 td{
    font-size:73%;
    height:6em;
  }
}
@media only screen and (max-width:799px){
  .col2 th{
    font-size:105%;
  }
  .col2 td{
    font-size:105%;
    height:6em;
  }
}
@media only screen and (max-width:640px){
  #sec10 .inner{
    padding:0 0 40px;
  }
  #sec10 .col2 li{
    margin:5px 0;
  }
  .col2 th{
    padding:10px 10px 8px;
  }
  .col2 td{
    padding:10px 10px;
    height:auto;
    min-height:4em;
  }
}

/* SEC11
------------------------------------------------------------*/
#sec11{
  text-align:center;
}
#sec11 .wrap{
  clear:both;
  width:1024px;
  max-width:100%;
  margin:0 auto;
  background:#444;
  background:rgba(48,48,48,.9);
}
#sec11 img{
  width:auto;
  max-width:94%;
}
.vision5{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0;
}
#sec11 table{
  width:100%;
  margin:0 auto;
  border:none;
}
#sec11 table th{
  padding:13px 10px 10px;
  line-height:1.2;
  border-left:1px solid #fff;
  text-align:center;
  font-size:85%;
}
#sec11 table td{
  padding:18px 10px 15px;
  border-top:3px solid #fff;
  border-left:1px solid #fff;
  text-align:left;
  font-size:75%;
  margin:10px;
}
#sec11 table td.text-center{
  text-align:center;
}
#sec11 table th:first-child,
#sec11 table td:first-child{
  border-left:none;
}
#sec11 table td.table-cell-left-margin{
  padding-left:18px;
}
@media only screen and (max-width:1199px){
  #sec11 table th{
    font-size:65%;
  }
  #sec11 table td{
    font-size:65%;
    line-height:1.3;
    height:6em;
  }
}
@media only screen and (max-width:799px){
  #sec11 table th{
    width:25%;
    padding:10px 3px 7px;
    font-size:80%;
  }
  #sec11 table td{
    padding:10px 3px 7px;
    font-size:80%;
    height:6em;
  }
  #sec11 table td.table-cell-left-margin{
    padding-left:8px;
  }
}

/* SEC12
------------------------------------------------------------*/
#sec12{
  text-align:center;
}
#sec12 .wrap{
  clear:both;
  width:1024px;
  max-width:100%;
  margin:0 auto 30px;
  background:#444;
  background:rgba(48,48,48,.9);
}
#sec12 ul{
  list-style:disc;
}
#sec12 ul li{
  margin-left:0.75em;
  padding-left:0.25em;
  padding:0.5em 0 0.5em 0.25em;
}
#sec12 table{
  width:100%;
  margin:0 auto;
  border:none;
/*   background:#444; */
}
#sec12 table th{
  padding:13px 10px 10px;
  line-height:1.2;
  text-align:center;
  font-size:110%;
}
#sec12 table td{
  padding:18px 30px 15px;
  border-top:3px solid #fff;
  text-align:left;
  font-size:85%;
}
#sec12 table td.text-center{
  text-align:center;
}
@media only screen and (max-width:1199px){
  #sec12 table th{
    font-size:73%;
  }
  #sec12 table td{
    font-size:73%;
    line-height:1.3;
    height:6em;
  }
}
@media only screen and (max-width:799px){
  #sec12 table th{
    width:25%;
    padding:10px 3px 7px;
    font-size:100%;
  }
  #sec12 table td{
    padding:10px 15px 7px;
    font-size:100%;
    height:6em;
  }
}

/* SEC13
------------------------------------------------------------*/
.indeed_logo{
  width:240px;
  max-width:94%;
}
#sec13 .inner{
  padding:0 0 40px;
}
#sec13 .col2 table{
  width:100%;
  margin:10px 0 0;
  border:1px solid #444;
}
#sec13 .col2 th{
  padding:20px 20px 17px;
  text-align:center;
  background:#444;
  background:rgba(48,48,48,.9);
}
#sec13 .col2 td{
  padding:20px;
  text-align:left;
  line-height:3.0;
  background:#444;
  background:rgba(48,48,48,.9);
}
@media only screen and (max-width:1199px){
  #sec13 .col2 th{
    padding:20px 10px 17px;
    font-size:80%;
  }
  #sec13 .col2 td{
    padding:10px;
    font-size:73%;
    line-height:2.5;
    height:6em;
  }
}
@media only screen and (max-width:799px){
  #sec13 .col2 th{
    font-size:95%;
  }
  #sec13 .col2 td{
    font-size:95%;
    height:6em;
    line-height:1.9;
  }
}
@media only screen and (max-width:640px){
  #sec13 .col2 li{
    margin:5px 0;
  }
  #sec13 .col2 th{
    padding:10px 10px 8px;
  }
  #sec13 .col2 td{
    padding:10px 10px;
    height:auto;
    min-height:4em;
  }
}

/* ポイント
------------------------------------------------------------*/
table.point{
  width:100%;
  margin:10px 0;
  border:none;
  background:#444;
  background:rgba(48,48,48,.9);
}
table.point th{
  width:5%;
  padding:12px 20px 8px 25px;
  line-height:1.2;
  text-align:center;
  font-size:220%;
}
table.point td{
  width:95%;
  padding:12px 10px 8px;
  text-align:left;
  line-height:1.5;
}
table.point td.text-center{
  text-align:center;
}
@media only screen and (max-width:1199px){
  table.point th{
    font-size:200%;
  }
  table.point td{
    font-size:80%;
    line-height:1.3;
  }
}
@media only screen and (max-width:799px){
  table.point th{
    padding:12px 10px 8px 15px;
    font-size:150%;
  }
  table.point td{
    padding:12px 5px 8px;
    font-size:85%;
  }
}

/* 制作実績
------------------------------------------------------------*/
/* .works {
  background:#444;
  background:rgba(48,48,48,.9);
}
.works .row div {
  padding:15px 0 0;
}
.works .row img {
  max-width:94%;
  width:auto;
  height:auto;
  margin:0 10px;
}
@media only screen and (max-width:799px){
  .works .row div {
    padding:10px 0 0;
  }
}
@media only screen and (max-width:640px){
  .works .row .text-right,
  .works .row .text-left {
    text-align:center!important;
  }
  .works .row img {
    max-width:92%;
  }
} */
.works {
  width:100%;
  text-align:center;
}
.works img,
#sec02 .works img {
  width:32.33%!important;
  height:auto;
  margin:0 0.5%;
}
@media only screen and (max-width:640px){
  #sec02 .works img {
    display:table;
    margin:0 auto 20px;
    max-width:92%;
    width:auto;
    height:auto;
  }
}


/* SEC14
------------------------------------------------------------*/
#sec14 ul{
  list-style:disc;
}
#sec14 ul li{
  margin-left:0.75em;
  padding-left:0.25em;
  padding:0.5em 0 0.5em 0.25em;
}
#sec14 table.black-table{
  width:100%;
  margin:0 auto 10px;
  border:none;
  background:#444;
  background:rgba(48,48,48,.9);
}
#sec14 table.black-table th{
  padding:13px 10px 10px;
  line-height:1.2;
  text-align:center;
  font-size:110%;
}
#sec14 table.black-table td{
  padding:18px 30px 15px;
  text-align:left;
  font-size:85%;
}
#sec14 table.black-table td.text-center{
  text-align:center;
}
@media only screen and (max-width:1199px){
  #sec14 table.black-table th{
    font-size:73%;
  }
  #sec14 table.black-table td{
    font-size:73%;
    line-height:1.3;
    height:6em;
  }
}
@media only screen and (max-width:799px){
  #sec14 table.black-table th{
    width:25%;
    padding:10px 3px 7px;
    font-size:100%;
  }
  #sec14 table.black-table td{
    padding:10px 15px 7px;
    font-size:100%;
    height:6em;
  }
}

/* SEC15
------------------------------------------------------------*/
#sec15 .wrap{
  clear:both;
  width:964px;
  max-width:88%;
  max-width:-webkit-calc(100% - 60px);
  max-width:calc(100% - 60px);
  padding:30px;
  margin:0 auto;
  background:#444;
  background:rgba(48,48,48,.9);
}
#sec15 img{
  width:auto;
  max-width:94%;
}
.vision6{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  font-size:85%;
  line-height:1.6;
}
#sec15 form{
  width:90%;
  margin:0 auto;
  border:none;
}
#sec15 ul{
  list-style:disc;
}
#sec15 ul li{
  margin-left:1.25em;
  padding-left:0.25em;
  padding:0.5em 0 0.5em 0.25em;
}
@media only screen and (max-width:799px){
  #sec15 .wrap{
    width:994px;
    max-width:88%;
    max-width:-webkit-calc(100% - 30px);
    max-width:calc(100% - 30px);
    padding:15px;
    margin:0 auto;
    background:#444;
  }
  #sec15 form{
    width:100%;
  }
  .vision6{
    font-size:100%;
  }
}

/* SEC16 BAR
------------------------------------------------------------*/
#sec16 img{
  max-width:100%;
  width:auto;
  height:auto;
}
#sec16 h2{
  padding:60px 0 0 15px;
  font-size:180%;
  font-weight:bold;
  text-align:left;
  border-bottom:1px solid #fff;
}


/* ボックス黒
------------------------------------------------------------*/
.black-box{
  width:100%;
  margin:10px 0;
  padding:0;
  line-height:1.3;
  border:none;
  background:#444;
  background:rgba(48,48,48,.9);
}
.black-box div{
  padding:20px 20px 17px;
}


/* ボックス金
------------------------------------------------------------*/
.gold-box{
  width:100%;
  margin:10px 0;
  padding:0;
  line-height:1.3;
  border:none;
  background:#bf9000;
  background:rgba(191,144,0,.9);
  border-radius:8px;
}
.gold-box div{
  padding:20px 20px 17px;
}
@media only screen and (max-width:799px){
  .gold-box div{
    padding:10px 10px 9px;
  }
}


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

@media only screen and (min-width:1200px){
  .inner{
    width:1024px;
    padding-bottom:20px;
  }
  section{
    padding:70px 0 20px;
  }
  .sub-page{
    height:40px;
  }
  .txt h2{
    padding:0 0 20px !important;
  }
}

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

  .panel{
    display:block !important;
    max-width:1280px;
    margin:0 auto;
  }

  #mainnav{
    position:fixed;
    top:0;
    width:100%;
    z-index:500;
  }
  .wall #mainnav{
    background:url(../images/wall_20241021.jpg) no-repeat center top fixed;
  }

  #mainnav ul{
    text-align:right;
    font-size:16px;
    padding:45px 30px 26px 0;
  }

  #mainnav li{
    display:inline-block;
    padding:0 10px;
    font-weight:300;
  }
  #mainnav li.apply img{
    width:150px;
    height:auto;
    vertical-align:middle;
  }

  #mainnav a{
    /* color:#000; */
    color:#fff;
  }
  
  #mainnav.changeNav{
/*     background-color:#eee;
    background:rgba(255,255,255,.85); */
    background-color:#303030;
    background:rgba(48,48,48,.9);
    border-bottom:1px solid #d1d1d1;
  }
  
  #mainnav.changeNav li li{
    padding:0;
  }

  nav#mainnav ul ul{
  width:150px;
  border-top:0;
  }
  
  nav#mainnav ul li ul{
  display:none;
  }
  
  nav#mainnav ul li:hover ul{
  display:block;
  position:absolute;
  top:66px;
  text-align:left;
  z-index:500;
  }
/*   #mainnav.changeNav li:hover ul{
  top:55px;
  } */
  
  nav#mainnav ul li li{
  float:none;
  width:150px;
  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:#2b2b2b;
  }

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

  .vMid{
    display:table-cell;
    padding:0 100px;
    vertical-align:middle;
  }
  
  /* SEC03 SERVICE MESSAGE STORY
  -----------------*/
  .col3{
    text-align:center;
  }

  .col3 li{
    display:inline-block;
    /* width:30%; */
    width:29%;
    padding:0 1.5%;
    margin-bottom:0;
    vertical-align:top;
    text-align:left;
  }
  
  #footer{
    padding:5px 10px 20px 0;
  }
}

@media only screen and (min-width:641px){
  .col2 li{
    /* width:40%;
    padding:0 3%; */
    width:49%;
    padding:0;
    vertical-align:top;
  }
  .col2 li:last-child{
    float:right;
  }
}

@media only screen and (max-width:640px){
  #map iframe{
    width:96% !important;
    left:2%;
  }
}

@media only screen and (max-width:799px){
/*   #slogan h1{
    font-size:31px;
  }

  #slogan h2{
    font-size:16px;
  } */

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

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

  #menuBtn:before, #menuBtn:after{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:18px;
    height:2px;
    background:#fff;
    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:fixed;
    top:0;
    right:0;
    width:100%;
    text-align:right;
    z-index:500;
    line-height:1;
    background-color:#000;
    background-color:rgba(0,0,0,.4);
  }

  #mainnav ul{
    /* border-bottom:1px solid #ccc; */
    /* background:#fff; */
    border-bottom:1px solid #666;
    background:#303030;
    text-align:left;
  }

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

  #mainnav li a{
    position:relative;
    display:block;
    padding:15px 25px;
    /* border-bottom:1px solid #ccc; */
    /* color:#000; */
    border-bottom:1px solid #666;
    color:#fff;
    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;
    border-top:solid 2px #fff;
    border-right:solid 2px #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }

  #mainnav.changeNav{
    background-color:#000;
    background-color:rgba(0,0,0,.4);
    border-bottom:1px solid #d1d1d1;
    /* border-bottom:1px solid #666; */
  }

  .col3 li{
    margin:0 auto;
    display:block;
    max-width:288px;
  }
}

@media only screen and (max-width:1199px){
  #mainnav li{
    font-size:14px;
  }
  nav#mainnav ul ul,
  nav#mainnav ul li li{
    width:110px;
  }
  nav#mainnav ul li:hover ul{
    top:66px;
  }
  section{
    padding:50px 0 20px 0;
  }
  .sub-page{
    height:60px;
  }
  #sec01 h2{
    padding:70px 0 20px;
  }
  .vMid{
    padding:0 20px;
  }
}

@media only screen and (max-width:799px){
  .sub-page{
    height:10px;
  }
  nav#mainnav ul ul,
  nav#mainnav ul li li{
    width:100%;
  }
}


/*-------------------------
   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;
}
.kuugyou2 {
  display:block;
  width:1px;
  height:0.8em;
}

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

/* 小さいフォントサイズを設定 */
.small {
  font-size:90%;
}
.xsmall {
  font-size:75%;
}
.xxsmall {
  font-size:65%;
}

/* 大きいフォントサイズを設定 */
.large {
  font-size:115%;
}
.xlarge {
  font-size:135%;
}
.xxlarge {
  font-size:160%;
}
.large-mark {
  font-size:500%;
  color:#fff;
  line-height:1;
}

/* 太字 */
.strong,
strong,
b {
  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-white {
  color:#fff;
}

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

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

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

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

/* 文字色 金 */
.text-gold {
  color:#c90;
  color:#dfaf00;
}

/* 文字色 銀 */
.text-silver {
  color:#cfcfcf;
}

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

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

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

/* 行間 */
.line-h120 {
  line-height:120%;
}
.line-h140 {
  line-height:140%;
}
.line-h160 {
  line-height:160%;
}
.line-h180 {
  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,
.post ul.kome {
  margin:0;
  padding:0;
  vertical-align:top;
  font-weight:bold;
}
ul.kome li,
.post 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,
.post ul.kome li:before {
  content:"※";
  margin-left:-1.5em;
  letter-spacing:0.5em;
}

/* リスト */
ul.list-disc{
  list-style:disc;
  margin-left:1em;
}
ul.list-disc li{
  margin-left:0.75em;
  padding-left:0.25em;
  padding:0.5em 0 0.5em 0.25em;
}

/* 角丸 */
.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%;
}

/* 横幅60％ */
.w60per {
  width:60%;
}

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

/* 横幅40％ */
.w40per {
  width:40%;
}
.w40per img {
  max-width:95%!important;
}
@media only screen and (min-width:800px){
  .w50per-l {
    float:left;
    display:block;
    width:50%;
  }
  .w50per-r {
    float:right;
    display:block;
    width:50%;
  }
  .w50per-l img,
  .w50per-r img {
    max-width:95%!important;
  }
}

/* 横幅34％ */
.w34per {
  width:34%;
}

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

/* 横幅16％ */
.w16per {
  width:16%;
}


/* インデント */
.danraku {
  margin-left: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;
  padding:0 4px 4px 11px;
/*   background-color:#fff; */
}
@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;
    padding:0 4px 4px 11px;
    max-width:40%!important;
/*     background-color:#fff; */
  }
}
/* 左寄せ */
.float-left {
  float:left;
  margin:0 7px 5px 0;
}
img.float-left,
img.float-left-all {
  float:left;
  margin:0;
  padding:0 11px 4px 4px;
/*   background-color:#fff; */
}
@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;
    padding:0 11px 4px 4px;
    max-width:40%!important;
/*     background-color:#fff; */
  }
}

/* 回り込み解除 */
.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;
  width:100%;
  margin:0 auto;
  padding:0;
  border:none;
}
.table-form-tr {
  display:table-row;
  width:100%;
}
.table-form-th {
  display:table-cell;
  border:none;
  vertical-align:top;
  padding:10px 20px 7px 5px;
  width:25%;
  background:none;
  color:#fff;
  font-weight:normal;
}
.table-form-th span {
  white-space:nowrap;
}
.table-form-td {
  display:table-cell;
  border:none;
  padding:10px 10px 7px 5px;
  vertical-align:top;
  width:75%;
  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;
}
@media only screen and (max-width:640px){
  .table-form-tr {
    display:table;
    margin-top:10px;
  }
  .table-form-th,
  .table-form-td {
    display:table-row;
    _width:100%;
    padding:0;
  }
}


/*-------------------------
   メールフォーム
--------------------------*/
.box-form {
  border:1px solid #ccc;
  padding:15px 25px 10px 15px;
  margin:20px 0 5px;
  border-radius:4px;
}
@media screen and (min-width:800px) {
  .box-form {
    padding:20px 40px 25px 30px;
  }
}
input[type="submit"],
input[type="button"] {
  marginm:10px 0;
  padding:6px 25px;
  line-height:1;
  border-radius:3px;
  font-size:100%;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  cursor:pointer;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
textarea {
//  margin-bottom:10px;
  max-width:94%;
  padding:3px 6px;
  background-color:#ffffff;
  border:1px solid #333;
  border-radius:3px;
  font-size:90%;
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
input[type="radio"],
input[type="checkbox"] {
//  margin:8px 1px 0;
}
select {
//  margin-bottom:10px;
  padding:2px 6px;
  background-color:#f8fafc;
  border:1px solid #333;
  border-radius:3px;
  font-size:90%;
}
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus,
select:focus {
  border:1px solid #afafaf;
}
.form-w100per {
  width:100%;
}
.form-w65per {
  width:65%;
}
.form-wshort {
  width:80px;
}
.form-wxshort {
  width:80px;
}
@media screen and (max-width:620px) {
  .form-wxshort {
    width:15%;
  }
}
.bikou {
  font-size:90%;
  margin:-5px 0 10px;
}
@media screen and (max-width:799px) {
  .bikou {
    font-size:85%;
  }
}
.hissu {
  display:inline-block;
  background:#e82000;
  border:1px solid #e82000;
  padding:2px 3px 0;
  margin:2px 0 0 5px;
  border-radius:3px;
  color:#fff;
  line-height:1;
  float:right;
  font-size:90%;
}
@media screen and (max-width:640px) {
  .hissu {
    float:none;
  }
}

/* 個人情報の取り扱いの同意文 */
.privacy {
  width:100%;
  width:calc(95% - 3px);
  height:180px;
  overflow:auto;
  margin:15px 0;
  padding:10px 5px;
  background-color:#f4f4f4;
  border:1px solid #989898;
  font-size:85%;
  color:#000;
}
@media (max-width:767px) {
  .privacy {
    height:150px;
    font-size:80%;
  }
}
.privacy ol{
  list-style:decimal;
  margin-left:25px;
}
.privacy li,
.privacy2 li {
  margin-bottom:10px;
}
.privacy ol ol li {
  margin-bottom:0;
}
.privacy ol ol li:last-child {
  margin-bottom:10px;
}
.privacy dt {
  margin-top:15px;
  font-weight:bold;
}


/* ラベル */
label {
  font-weight:normal;
  margin:0;
}
label:hover,
label:focus {
  cursor:pointer;
}

/* 送信完了メッセージ */
.twdFormOutputComp {
  padding:3px 6px;
  background-color:#fff;
  border:3px #e86000 solid;
  line-height:1.3;
}


/*-------------------------
   ボックス
--------------------------*/
.waku {
  display:block;
  padding:15px;
  margin:10px 0;
  background:rgba(0,0,0,.75);
  border:8px #ff0 solid;
  border-radius:30px;
}
.waku-gentei {
  position:relative;
  float:right;
  display:table;
  padding:15px;
  margin:50px auto 0;
  max-width:calc(100% - 46px);
  width:19em;
  height:auto;
  color:#000;
  text-shadow:none;
  background:rgba(255,255,255,.75);
  border:8px #ff0 solid;
  box-shadow:4px 5px 8px rgba(0,0,0,0.5); 
}
.waku-gentei:before {
  content:"";
  position:absolute;
  top:-30px;
  left:-110px;
  display:inline-block;
  width:150px;
  height:144px;
  background:url("../images/gentei.png") no-repeat center top;
  background-position:center;
  background-size:contain;
}
.gentei-arrow {
  position:relative;
}
.gentei-arrow:after {
  content:"";
  position:absolute;
  bottom:-33%;
  right:17%;
  display:inline-block;
  width:100px;
  height:100px;
  background:url("../images/gentei-arrow.png") no-repeat center top;
  background-position:center;
  background-size:contain;
}
.gentei-batu {
  position:relative;
  display:inline-block;
}
.gentei-batu:after {
  content:"×";
  position:absolute;
  top:-0.45em;
  right:0.2em;
  font-size:400%;
  font-weight:normal;
  color:#e82000;
}
@media only screen and (max-width:799px){
  .gentei-arrow:after {
    bottom:-40%;
    right:12%;
  }
}
@media screen and (max-width:640px) {
  .waku-gentei {
    margin:40px auto 0;
  }
  .waku-gentei:before {
    top:-38px;
    left:-10px;
    width:75px;
    height:72px;
  }
  .gentei-arrow:after {
    bottom:-16%;
    right:8%;
    width:60px;
    height:60px;
  }
  .gentei-batu:after {
    top:-0.40em;
    right:0.35em;
    font-size:300%;
  }
}
@media only screen and (max-width:440px){
  .gentei-arrow:after {
    bottom:-18%;
    right:8%;
  }
}
@media only screen and (max-width:360px){
  .gentei-arrow:after {
    bottom:-14%;
    right:8%;
  }
}


/*-------------------------
   写真をテーブル上に右寄せ
--------------------------*/
.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{
  width:100%;
  margin-top:20px;
  border:1px solid #eee;
  border-spacing:5px;
  border-radius:5px;
}
.profile th{
  width:20%;
  white-space:nowrap;
  padding:15px 10px;
  font-weight:normal;
  text-align:left;
  background-color:#eee;
}
.profile td{
  width:80%;
  padding:15px 10px;
  text-align:left;
  word-break:break-all;
}


/*-------------------------
   料金表
--------------------------*/
table.table-price {
  width:100%;
  margin:0 auto 5px;
  border:1px solid #000;
}
table.table-price th {
  padding:10px 15px 8px;
  line-height:1.2;
  text-align:center;
  vertical-align:middle;
  text-shadow:none;
  font-weight:bold;
  color:#000;
  background:rgba(255,255,255,.75);
  border:1px solid #000;
}
table.table-price th.table-price-title {
  text-align:center;
  font-weight:normal;
}
table.table-price td {
  padding:10px 15px 8px;
  line-height:1.2;
  text-align:center;
  vertical-align:middle;
  text-shadow:none;
  color:#000;
  background:rgba(255,255,255,.75);
  border:1px solid #000;
}
@media only screen and (max-width:640px){
  table.table-price th,
  table.table-price td {
    padding:6px 4px 4px;
    font-size:95%;
  }
}
/* table.price-table{
  margin:0 auto;
}
table.price-table th{
  padding:5px 10px;
  vertical-align:top;
}
table.price-table td{
  padding:5px 10px;
  text-align:left;
  vertical-align:top;
}
table.price-table tr:first-child th,
table.price-table tr:first-child td{
  padding-top:30px;
  padding-bottom:30px;
}
table.price-table tr:last-child th,
table.price-table tr:last-child td{
  padding-bottom:30px;
}
@media only screen and (max-width:1199px){
  table.price-table th,
  table.price-table td{
    font-size:73%;
  }
}
@media only screen and (max-width:799px){
  table.price-table th,
  table.price-table td{
    font-size:100%;
  }
} */


/*-------------------------
   枠なしテーブル
--------------------------*/
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:4px 10px 3px;
  margin:3px 0;
  text-align:center;
  font-size:14px;
  line-height:100%;
  color:#ffffff;
  background-color:#3e5da8;
  border:1px solid #3e5da8;
  border-radius:5px;
}
.mini-pills > a:hover,
.mini-pills > a:focus {
  text-decoration:none;
  color:#3e5da8;
  background-color:#ffffff;
}


/*-------------------------
   ミニタイトル
--------------------------*/
.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;
  }
}


/*-------------------------
   文字に影
--------------------------*/
.shadow {
  text-shadow:0 0 3px #123, 0 0 4px #636a74, 0 0 5px #636a74;
}


/*-------------------------
   ボタン
--------------------------*/
.button-blue{
  position:relative;
  display:inline-block;
  margin:5px 10px;
  padding:6px 50px 3px;
  line-height:2.0;
  text-align:center;
  vertical-align:middle;
  text-decoration:none;
  font-size:115%;
  color:#fff;
  text-shadow:none;
  background-color:#2f5597;
  border-radius:12px;
  box-shadow:4px 5px 8px rgba(0,0,0,0.35); 
}
.button-blue:hover{
  text-decoration:none;
  box-shadow:4px 5px 8px rgba(0,0,0,0); 
  top:1px;
  left:2px;
}
@media only screen and (max-width:640px){
  .button-blue{
    padding:8px 50px 5px;
  }
}


/*-------------------------
   個人情報の取り扱いの同意文
--------------------------*/
.terms {
  width:95.5%;
  height:200px;
  overflow:auto;
  margin-bottom:10px;
  padding:10px 5px;
  background-color:#f8f8f8;
  border:1px solid #989898;
  font-size:60%;
  color:#000;
  line-height:1.6;
}
@media only screen and (max-width:799px){
  .terms {
    height:150px;
    font-size:85%;
  }
}

.terms ol {
  margin:0 0 10px 10px;
}
.terms ol li {
  list-style:none;
  background:none;
  margin-bottom:10px;
  padding-left:0;
}
.terms > ol > li {
  margin-bottom:25px;
}
.terms ol ol {
  margin:5px 0 10px;
}

/* 番号付きリスト */
.terms ol li.decimal{
  list-style:decimal;
  margin-left:25px;
  margin-bottom:0;
}

/* 任意の記号のリスト */
.terms ol li .list-danraku1{
  margin:-1.6em 0 0 1em;
}
.terms ol li .list-danraku3{
  margin:-1.6em 0 0 3em;
}


/*-------------------------
   bootstrap
--------------------------*/
.row {
  /* margin-right:-15px;
  margin-left:-15px; */
}
.row:before,
.row:after{
  display:table;
  content:" ";
}
.row:after{
  clear:both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
  padding-right:0;
  padding-left:0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float:left;
}
.col-xs-12 {
  width:100%;
}
.col-xs-11 {
  width:91.66666667%;
}
.col-xs-10 {
  width:83.33333333%;
}
.col-xs-9 {
  width:75%;
}
.col-xs-8 {
  width:66.66666667%;
}
.col-xs-7 {
  width:58.33333333%;
}
.col-xs-6 {
  width:50%;
}
.col-xs-5 {
  width:41.66666667%;
}
.col-xs-4 {
  width:33.33333333%;
}
.col-xs-3 {
  width:25%;
}
.col-xs-2 {
  width:16.66666667%;
}
.col-xs-1 {
  width:8.33333333%;
}
.col-xs-pull-12 {
  right:100%;
}
.col-xs-pull-11 {
  right:91.66666667%;
}
.col-xs-pull-10 {
  right:83.33333333%;
}
.col-xs-pull-9 {
  right:75%;
}
.col-xs-pull-8 {
  right:66.66666667%;
}
.col-xs-pull-7 {
  right:58.33333333%;
}
.col-xs-pull-6 {
  right:50%;
}
.col-xs-pull-5 {
  right:41.66666667%;
}
.col-xs-pull-4 {
  right:33.33333333%;
}
.col-xs-pull-3 {
  right:25%;
}
.col-xs-pull-2 {
  right:16.66666667%;
}
.col-xs-pull-1 {
  right:8.33333333%;
}
.col-xs-pull-0 {
  right:auto;
}
.col-xs-push-12 {
  left:100%;
}
.col-xs-push-11 {
  left:91.66666667%;
}
.col-xs-push-10 {
  left:83.33333333%;
}
.col-xs-push-9 {
  left:75%;
}
.col-xs-push-8 {
  left:66.66666667%;
}
.col-xs-push-7 {
  left:58.33333333%;
}
.col-xs-push-6 {
  left:50%;
}
.col-xs-push-5 {
  left:41.66666667%;
}
.col-xs-push-4 {
  left:33.33333333%;
}
.col-xs-push-3 {
  left:25%;
}
.col-xs-push-2 {
  left:16.66666667%;
}
.col-xs-push-1 {
  left:8.33333333%;
}
.col-xs-push-0 {
  left:auto;
}
.col-xs-offset-12 {
  margin-left:100%;
}
.col-xs-offset-11 {
  margin-left:91.66666667%;
}
.col-xs-offset-10 {
  margin-left:83.33333333%;
}
.col-xs-offset-9 {
  margin-left:75%;
}
.col-xs-offset-8 {
  margin-left:66.66666667%;
}
.col-xs-offset-7 {
  margin-left:58.33333333%;
}
.col-xs-offset-6 {
  margin-left:50%;
}
.col-xs-offset-5 {
  margin-left:41.66666667%;
}
.col-xs-offset-4 {
  margin-left:33.33333333%;
}
.col-xs-offset-3 {
  margin-left:25%;
}
.col-xs-offset-2 {
  margin-left:16.66666667%;
}
.col-xs-offset-1 {
  margin-left:8.33333333%;
}
.col-xs-offset-0 {
  margin-left:0;
}
@media (min-width:641px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float:left;
  }
  .col-sm-12 {
    width:100%;
  }
  .col-sm-11 {
    width:91.66666667%;
  }
  .col-sm-10 {
    width:83.33333333%;
  }
  .col-sm-9 {
    width:75%;
  }
  .col-sm-8 {
    width:66.66666667%;
  }
  .col-sm-7 {
    width:58.33333333%;
  }
  .col-sm-6 {
    width:50%;
  }
  .col-sm-5 {
    width:41.66666667%;
  }
  .col-sm-4 {
    width:33.33333333%;
  }
  .col-sm-3 {
    width:25%;
  }
  .col-sm-2 {
    width:16.66666667%;
  }
  .col-sm-1 {
    width:8.33333333%;
  }
  .col-sm-pull-12 {
    right:100%;
  }
  .col-sm-pull-11 {
    right:91.66666667%;
  }
  .col-sm-pull-10 {
    right:83.33333333%;
  }
  .col-sm-pull-9 {
    right:75%;
  }
  .col-sm-pull-8 {
    right:66.66666667%;
  }
  .col-sm-pull-7 {
    right:58.33333333%;
  }
  .col-sm-pull-6 {
    right:50%;
  }
  .col-sm-pull-5 {
    right:41.66666667%;
  }
  .col-sm-pull-4 {
    right:33.33333333%;
  }
  .col-sm-pull-3 {
    right:25%;
  }
  .col-sm-pull-2 {
    right:16.66666667%;
  }
  .col-sm-pull-1 {
    right:8.33333333%;
  }
  .col-sm-pull-0 {
    right:auto;
  }
  .col-sm-push-12 {
    left:100%;
  }
  .col-sm-push-11 {
    left:91.66666667%;
  }
  .col-sm-push-10 {
    left:83.33333333%;
  }
  .col-sm-push-9 {
    left:75%;
  }
  .col-sm-push-8 {
    left:66.66666667%;
  }
  .col-sm-push-7 {
    left:58.33333333%;
  }
  .col-sm-push-6 {
    left:50%;
  }
  .col-sm-push-5 {
    left:41.66666667%;
  }
  .col-sm-push-4 {
    left:33.33333333%;
  }
  .col-sm-push-3 {
    left:25%;
  }
  .col-sm-push-2 {
    left:16.66666667%;
  }
  .col-sm-push-1 {
    left:8.33333333%;
  }
  .col-sm-push-0 {
    left:auto;
  }
  .col-sm-offset-12 {
    margin-left:100%;
  }
  .col-sm-offset-11 {
    margin-left:91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left:83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left:75%;
  }
  .col-sm-offset-8 {
    margin-left:66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left:58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left:50%;
  }
  .col-sm-offset-5 {
    margin-left:41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left:33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left:25%;
  }
  .col-sm-offset-2 {
    margin-left:16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left:8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left:0;
  }
}
@media (min-width:800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float:left;
  }
  .col-md-12 {
    width:100%;
  }
  .col-md-11 {
    width:91.66666667%;
  }
  .col-md-10 {
    width:83.33333333%;
  }
  .col-md-9 {
    width:75%;
  }
  .col-md-8 {
    width:66.66666667%;
  }
  .col-md-7 {
    width:58.33333333%;
  }
  .col-md-6 {
    width:50%;
  }
  .col-md-5 {
    width:41.66666667%;
  }
  .col-md-4 {
    width:33.33333333%;
  }
  .col-md-3 {
    width:25%;
  }
  .col-md-2 {
    width:16.66666667%;
  }
  .col-md-1 {
    width:8.33333333%;
  }
  .col-md-pull-12 {
    right:100%;
  }
  .col-md-pull-11 {
    right:91.66666667%;
  }
  .col-md-pull-10 {
    right:83.33333333%;
  }
  .col-md-pull-9 {
    right:75%;
  }
  .col-md-pull-8 {
    right:66.66666667%;
  }
  .col-md-pull-7 {
    right:58.33333333%;
  }
  .col-md-pull-6 {
    right:50%;
  }
  .col-md-pull-5 {
    right:41.66666667%;
  }
  .col-md-pull-4 {
    right:33.33333333%;
  }
  .col-md-pull-3 {
    right:25%;
  }
  .col-md-pull-2 {
    right:16.66666667%;
  }
  .col-md-pull-1 {
    right:8.33333333%;
  }
  .col-md-pull-0 {
    right:auto;
  }
  .col-md-push-12 {
    left:100%;
  }
  .col-md-push-11 {
    left:91.66666667%;
  }
  .col-md-push-10 {
    left:83.33333333%;
  }
  .col-md-push-9 {
    left:75%;
  }
  .col-md-push-8 {
    left:66.66666667%;
  }
  .col-md-push-7 {
    left:58.33333333%;
  }
  .col-md-push-6 {
    left:50%;
  }
  .col-md-push-5 {
    left:41.66666667%;
  }
  .col-md-push-4 {
    left:33.33333333%;
  }
  .col-md-push-3 {
    left:25%;
  }
  .col-md-push-2 {
    left:16.66666667%;
  }
  .col-md-push-1 {
    left:8.33333333%;
  }
  .col-md-push-0 {
    left:auto;
  }
  .col-md-offset-12 {
    margin-left:100%;
  }
  .col-md-offset-11 {
    margin-left:91.66666667%;
  }
  .col-md-offset-10 {
    margin-left:83.33333333%;
  }
  .col-md-offset-9 {
    margin-left:75%;
  }
  .col-md-offset-8 {
    margin-left:66.66666667%;
  }
  .col-md-offset-7 {
    margin-left:58.33333333%;
  }
  .col-md-offset-6 {
    margin-left:50%;
  }
  .col-md-offset-5 {
    margin-left:41.66666667%;
  }
  .col-md-offset-4 {
    margin-left:33.33333333%;
  }
  .col-md-offset-3 {
    margin-left:25%;
  }
  .col-md-offset-2 {
    margin-left:16.66666667%;
  }
  .col-md-offset-1 {
    margin-left:8.33333333%;
  }
  .col-md-offset-0 {
    margin-left:0;
  }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float:left;
  }
  .col-lg-12 {
    width:100%;
  }
  .col-lg-11 {
    width:91.66666667%;
  }
  .col-lg-10 {
    width:83.33333333%;
  }
  .col-lg-9 {
    width:75%;
  }
  .col-lg-8 {
    width:66.66666667%;
  }
  .col-lg-7 {
    width:58.33333333%;
  }
  .col-lg-6 {
    width:50%;
  }
  .col-lg-5 {
    width:41.66666667%;
  }
  .col-lg-4 {
    width:33.33333333%;
  }
  .col-lg-3 {
    width:25%;
  }
  .col-lg-2 {
    width:16.66666667%;
  }
  .col-lg-1 {
    width:8.33333333%;
  }
  .col-lg-pull-12 {
    right:100%;
  }
  .col-lg-pull-11 {
    right:91.66666667%;
  }
  .col-lg-pull-10 {
    right:83.33333333%;
  }
  .col-lg-pull-9 {
    right:75%;
  }
  .col-lg-pull-8 {
    right:66.66666667%;
  }
  .col-lg-pull-7 {
    right:58.33333333%;
  }
  .col-lg-pull-6 {
    right:50%;
  }
  .col-lg-pull-5 {
    right:41.66666667%;
  }
  .col-lg-pull-4 {
    right:33.33333333%;
  }
  .col-lg-pull-3 {
    right:25%;
  }
  .col-lg-pull-2 {
    right:16.66666667%;
  }
  .col-lg-pull-1 {
    right:8.33333333%;
  }
  .col-lg-pull-0 {
    right:auto;
  }
  .col-lg-push-12 {
    left:100%;
  }
  .col-lg-push-11 {
    left:91.66666667%;
  }
  .col-lg-push-10 {
    left:83.33333333%;
  }
  .col-lg-push-9 {
    left:75%;
  }
  .col-lg-push-8 {
    left:66.66666667%;
  }
  .col-lg-push-7 {
    left:58.33333333%;
  }
  .col-lg-push-6 {
    left:50%;
  }
  .col-lg-push-5 {
    left:41.66666667%;
  }
  .col-lg-push-4 {
    left:33.33333333%;
  }
  .col-lg-push-3 {
    left:25%;
  }
  .col-lg-push-2 {
    left:16.66666667%;
  }
  .col-lg-push-1 {
    left:8.33333333%;
  }
  .col-lg-push-0 {
    left:auto;
  }
  .col-lg-offset-12 {
    margin-left:100%;
  }
  .col-lg-offset-11 {
    margin-left:91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left:83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left:75%;
  }
  .col-lg-offset-8 {
    margin-left:66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left:58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left:50%;
  }
  .col-lg-offset-5 {
    margin-left:41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left:33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left:25%;
  }
  .col-lg-offset-2 {
    margin-left:16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left:8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left:0;
  }
}
/* .col-sm-6 {
  width:49%;
}
.col-sm-6 + .col-sm-6 {
  margin-left:2%;
} */

/*-------------------------
   テンプレート
--------------------------*/
.template_iframe {
  position:relative;
  padding-bottom:415px;
  height:0;
  margin-top:5px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.template_iframe iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#fff;
}
@media screen and (max-width:640px) {
  .template_iframe {
    padding-bottom:320px;
  }
}

.template {
  display:table;
  width:100%;
}
.template-bg-white{
  display:table;
  width:100%;
  color:#000;
  background-color:#fff;
}
.template .row + .row {
  margin-top:15px;
}
.template .box {
  width:197px;
  margin-top:20px;
  padding-bottom:10px;
  line-height:0;
}
.template .box-left {
  margin-left:10px;
  margin-right:auto;
}
.template .box-center {
  margin-left:auto;
  margin-right:auto;
}
.template .box-right {
  margin-left:auto;
  margin-right:10px;
}
@media (max-width:767px) {
/* @media (max-width:624px) { */
  .template .box-left {
    margin-left:auto;
    margin-right:auto;
  }
  .template .box-right {
    margin-left:auto;
    margin-right:auto;
  }
}

.template .box-img {
  display:block;
  max-width:100%;
  height:auto;
}
.template .box-img2 {
  display:block;
  max-width:100%;
  height:auto;
  border:1px solid #ccc;
}

.template .box-btn1 {
  margin:3px 2px 0 0;
}
.template .box-btn2 {
  margin:3px 0 0 1px;
}

.template .box-title {
  width:192px;
  margin:1px 1px 1px 4px;
  padding:0;
  font-size:14px;
}
.template .box-title:before {
  content:" ";
  float:left;
  position:relative;
  top:-5px;
  margin-right:5px;
  background:url(../images/sikaku.gif);
  display:block;
  width:9px;
  height:9px;
}

.temp1p-iframe {
  width:96%;
  height:80%;
  height:-webkit-calc(100% - 105px);
  height:calc(100% - 105px);
  margin:0 auto;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.temp1p-iframe iframe {
  width:98%;
  height:98%;
}
@media (max-width:767px) {
  .temp1p-iframe {
    width:100%;
    height:82%;
    height:-webkit-calc(100% - 92px);
    height:calc(100% - 92px);
  }
}

/* 枠あり画像 */
.img-border {
  border:1px solid #c8c8c8;
}


/*-------------------------
   Youtube
--------------------------*/
.twd-youtube {
  width:570px;
  max-width:60%;
  float:right;
  margin:0 0 6px 12px;
}
.twd-youtube div {
  position:relative;
  width:100%;
  padding-bottom:56.25%;
}
.twd-youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
@media only screen and (max-width:640px){
  .twd-youtube {
    float:none;
    display:block;
    max-width:100%;
    margin:0 auto 10px;
    padding:0;
  }
}


/*-------------------------
   お問い合わせボタン
--------------------------*/
img.btn-contact {
  max-width:25%!important;
  width:auto;
  height:auto;
}
.w40per img.btn-contact {
  max-width:62.5%!important;
}


/*-------------------------
   お申し込みボタン
--------------------------*/
img.btn-apply {
  display:table;
  margin-left:auto;
  margin-right:auto;
  max-width:70%!important;
  width:300px;
  height:auto;
}


/*-------------------------
   求人画像
--------------------------*/
.kyujin-img img {
  position:relative;
  top:200px;
}
@media only screen and (max-width:1199px){
  .kyujin-img {
    text-align:right;
  }
  .kyujin-img img {
    top:130px;
    width:95%!important;
  }
}
@media only screen and (max-width:799px){
  .kyujin-img img {
    top:90px;
  }
}
@media only screen and (max-width:640px){
  .kyujin-img img {
    top:65px;
    width:85%!important;
  }
}
