
@charset "UTF-8";
@import url(../genericons/genericons.css);
.ossan {
  display: block;
}

@font-face {
  font-family: 'fontopo';
  src: url("../fonts/fontopo.otf");
}

html, body {
  /*min-width: 1000px;*/
  color: #231815;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  line-height: 170%;
  font-size: 14px;
  text-align: justify;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

a {
  color: #231815;
}
a:hover {
  color: #8dc21f;
}

img {
  margin: 0;
}

div.abs_center {
  overflow: hidden;
  display: block;
  width: 360px !important;
  height: 76px;
  background: url(../img/logo.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -74px;
  overflow: visible;
}
div.abs_center p {
  margin: 0;
  color: #76181d;
  margin-top: 86px;
  border: 1px solid #76181d;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.hide {
  display: none;
}

img.alignleft {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

img.alignright {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.disp {
  margin-left: 0;
  padding-left: 0;
}

.sp {
  display: none !important;
}

#main .inner > h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: -21px;
}
#main .inner > h2 span {
  display: block;
  font-weight: normal;
  font-family: "fontopo";
  line-height: 40px;
  margin-bottom: 15px;
  font-size: 50px;
}

/* !!------------------------------------ */
/* !! ヘッダー */
/* !!------------------------------------ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(22, 140, 50, 0.9);
}
#header .inner {
  height: 100px;
}
#header a#sitelogo {
  position: absolute;
  left: 5px;
  /*top: 10px;*/
  top: -30px;
  color: #FFFFFF;
}
#header #h1text {
  position: absolute;
  margin: 0;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  right: 0;
  top: 30px;
  padding-right: 5px;
}

.h_menu {
  font-family: "fontopo";
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50px;
}
.h_menu li {
  display: inline-block;
}
.h_menu li a {
  color: #fff;
  display: block;
  padding: 0 5px;
}

#mainimg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 400px;
  /*background: url(../img/dummy.jpg);*/
  background: url(../../img/slide/recruit.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#mainimg .inner {
  height: 100%;
}
#mainimg img {
  position: absolute;
  display: block;
  top: 180px;
  left: 0;
}

/* !!------------------------------------ */
/* !! メインコンテンツ */
/* !!------------------------------------ */
main {
  background: #fff;
}

#main {
  margin-top: 400px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
}
#main h1 {
  text-align: center;
  position: relative;
  top: 15px;
  padding: 10px 0px 10px 0px;
  /*background: rgba(226, 240, 217, 0.9);*/
  /*color: #FFFFFF;*/
  font-weight: normal;
  margin-top: 25px;
}

/* !! コンタクト */
#contact-link {
  height: 110px;
  background: url(../img/bg-stripe.png);
  overflow: hidden;
}
#contact-link a {
  display: block;
  width: 600px;
  height: 50px;
  border: 1px solid;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 30px auto;
  font-size: 14px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 572px 17px;
}
#contact-link a:hover {
  background-color: rgb(22, 140, 50);
  border-color: rgb(22, 140, 50);
  color: #fff;
  background-image: url(../img/arrow-w.gif);
}

/* !!------------------------------------ */
/* !! フッター */
/* !!------------------------------------ */
#footer {
  height: 195px;
}

a#f-logo {
  display: block;
  position: absolute;
  top: 50px;
  /*left: 100px;*/
}

ul.fbpage {
  position: absolute;
  top: 100px;
  left: 0;
}
ul.fbpage li {
  float: left;
  margin-right: 8px;
  line-height: 31px;
}
ul.fbpage li.gplus a {
  display: block;
  height: 100%;
  line-height: 30px;
  background: url(../img/gplus.png) no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  padding-left: 36px;
}

p#copy {
  position: absolute;
  top: 140px;
  left: 0;
  margin: 0;
  font-size: 10px;
}

div.footermap {
  position: absolute;
  right: 100px;
  top: 50px;
  padding-left: 110px;
  height: 100px;
}
div.footermap p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
div.footermap p .place {
  display: block;
  font-family: "fontopo";
  font-size: 14px;
}
div.footermap p .tel {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
div.footermap.tokyo {
  left: 730px;
}
div.footermap a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
div.footermap a.detail {
  left: 110px;
}

/* !!------------------------------------ */
/* !! トップページ */
/* !!------------------------------------ */
#header.top {
  background: rgba(135, 236, 186, 0.9);
}
#header.top #h1text, #header.top .h_menu a {
  color: #231815;
}

#slidearea {
  height: 600px;
}
#slidearea .slides li {
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
}
#slidearea .slides li a {
  display: block;
  /*width: 1000px;*/
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#slidearea .slides li a > div {
  display: block;
  position: absolute;
  left: 0;
  top: 180px;
  display: none;
  text-shadow: 0 0 20px #000000;
  color: #FFFFFF
}
#slidearea .slides li a > div .slide-title {
  font-size: 8em;
  line-height: 1em;
  padding-bottom: 5px;
}
#slidearea .slides li a > div .slide-subtitle {
  box-shadow: 0 0 5px 5px rgba(211,211,211,0.5);
  background: rgba(211,211,211,0.7);
  text-indent: 15px;
}
#slidearea .slides li.top {
  background: url(../../img/slide/top.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#slidearea .slides li.top img {
  top: 239px;
  left: -12px;
  display: block !important;
}
#slidearea .slides li.news {
  background: url(../../img/slide/news.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#slidearea .slides li.service {
  background: url(../../img/slide/service.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#slidearea .slides li.about {
  background: url(../../img/slide/about.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#slidearea .slides li.recruit {
  background: url(../../img/slide/recruit.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#slidearea .slides li.contact {
  background: url(../../img/slide/contact.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#main.top {
  margin-top: 30px;
}
#main.top h2 {
  top: 0;
  text-align: left;
  font-size: 24px;
  font-family: "fontopo";
  line-height: 24px;
  padding-left: 30px;
  background: url(../../img/icon-gear.gif) no-repeat;
  background-size: 24px;
}

ul.feed {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
}
ul.feed li {
  display: block;
  float: left;
  width: 184px;
  height: 330px;
  margin: 20px 20px 20px 0;
  position: relative;
}
ul.feed li > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*
  			&:hover{
  				border: 4px solid rgba(255, 200, 200, 0.5);
  			}
  */
}
ul.feed li .thumb {
  display: block;
  margin: 0;
  width: 184px;
  height: 120px;
  background: #efefef;
}
ul.feed li .thumb img {
  width: 100%;
  height: auto !important;
}
ul.feed li .cate {
  display: block;
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
  background: #169154;
  color: #fff;
  padding-left: 4px;
  font-size: 12px;
}
ul.feed li .entry_title {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: justify;
}
ul.feed li > p {
  font-size: 12px;
  line-height: 14px;
  height: 4.5em;
  overflow: hidden;
  margin: 0;
}
ul.feed li .date {
  display: block;
  margin-top: 5px;
  border-top: 2px solid #C8C9CA;
  color: #C8C9CA;
  font-size: 10px;
  text-align: right;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* !!------------------------------------ */
/* !! NEWS CMS含む */
/* !!------------------------------------ */
#mainimg.news {
  background: url(../../news/img/news.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#main.news {
  margin-bottom: 100px;
}
#main.news h1 {
  top: 0;
  font-weight: normal;
  padding: 70px 0;
}

.news-wrap {
  position: relative;
  padding-right: 240px;
}
.news-wrap #side {
  width: 210px;
  position: absolute;
  top: 0;
  right: 0;
}
.news-wrap #side h3 {
  font-size: 14px;
}
.news-wrap #side li {
  border-top: 1px solid #C8C5C4;
  height: 32px;
  line-height: 32px;
}
.news-wrap #side li.last {
  border-bottom: 1px solid #C8C5C4;
}
.news-wrap .article {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}
.news-wrap .article .cate {
  position: absolute;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #BA8B8E;
  color: #fff;
  top: 0;
  left: 0;
}
.news-wrap .article h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 1.5em 0;
}
.news-wrap .article p {
  margin: 0;
  margin-bottom: 1em;
}

/* !!------------------------------------ */
/* !! GREETNG */
/* !!------------------------------------ */
.greeting .maintext {
  margin: 50px 80px;
  margin-bottom: 70px;
}
.greeting .maintext > p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: -1px;
}

/* !!------------------------------------ */
/* !! SERVICE */
/* !!------------------------------------ */
#mainimg.service {
  background: url(../../service/img/service.gif);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#service-text {
  margin-top: 45px;
  margin-bottom: 30px;
}

#main.service .link a {
  float: right;
  margin-left: 8px;
  display: block;
}
#main.service .link img.yahoo {
  margin-top: 2px;
}
#main.service ul.service {
  margin: 100px 0 50px 0;
  overflow: hidden;
}
#main.service ul.service li {
  height: 150px;
  display: block;
  float: left;
  width: 200px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#main.service ul.service li span {
  display: block;
}
#main.service ul.service li .tume {
  letter-spacing: -1px;
}

/* !!------------------------------------ */
/* !! ABOUT */
/* !!------------------------------------ */
#mainimg.about {
  background: url(../../about/img/about.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* !! 動画 */
#movie {
  background: #f5f3f2;
  margin-top: 50px;
}
#movie .inner {
  height: 310px;
  padding-left: 530px;
  padding-top: 88px;
}
#movie .inner p {
  margin: 0;
  margin-bottom: 1em;
  margin-right: -3em;
}
#movie .inner p b {
  font-size: 18px;
}

#movie-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* !! メインテキスト */
#maintext {
/*  padding: 50px 0;*/
}
#maintext p {
  text-align: center;
  margin-bottom: 2em;
  overflow: visible;
}
#maintext p strong {
  font-size: 24px;
}

/* !! 会社概要 */
#company {
  /*background-color: rgba(226, 240, 217, 0.9);*/
  background-image: url(../../about/img/office.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

ul.company, ul.recruit {
  margin-left: 250px;
}
ul.company li, ul.recruit li {
  min-height: 50px;
  background: url(../img/bg-stripe2.gif);
  padding: 14px 20px;
  padding-left: 238px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
ul.company li span, ul.recruit li span {
  display: block;
  position: absolute;
  top: 14px;
  left: 93px;
}
ul.company li.odd, ul.recruit li.odd {
  background: #f5f3f2;
}

/* !! スタッフ */
#staff {
  overflow: hidden;
  background: url(../../about/img/staffphoto.jpg) no-repeat;
  background-position: center bottom;
}
#staff h2 {
  top: 0 !important;
  margin-top: 50px;
}
#staff .inner {
  height: 415px;
  overflow: hidden;
  position: relative;
}
#staff ul {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
#staff ul li {
  width: 225px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.9);
}
#staff ul li span {
  display: block;
  font-family: "fontopo";
}

/* !!  地図 */
#map1 {
  box-sizing: content-box;
  margin-bottom: 25px;
}

.map {
  height: 400px;
  overflow: hidden;
  margin-top: 50px;
}
.map > div {
  width: 50%;
  height: 100%;
  float: left;
}
.map > div p {
  margin: 30px;
  color: #fff;
  overflow: visible;
  line-height: 170%;
}
.map > div p .place {
  font-family: "fontopo";
  font-size: 36px;
  display: block;
  margin-bottom: 15px;
}
.map > div p .tel {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.map > div p a {
  display: inline-block;
  width: 176px;
  background: #fff;
  margin-top: 5px;
  text-align: center;
  color: rgba(22, 140, 50, 0.9);
}
.map#map2 {
  margin-top: 20px;
  margin-bottom: 70px;
}
.map#map2 > div {
  float: right !important;
}
.map .osaka {
  background: rgba(22, 140, 50, 0.9);
}
.map .tokyo {
  background: #231815;
}
.map .tokyo p {
  text-align: right;
}
.map .tokyo p a {
  color: #231815;
}

/* !!------------------------------------ */
/* !! RECRUIT */
/* !!------------------------------------ */
#mainimg.recruit {
  background: url(../../recruit/img/recruit.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#main.recruit {
  overflow: hidden;
}
#main.recruit .recruit-text {
  margin-left: 150px;
  margin-top: 70px;
  margin-bottom: 90px;
}
#main.recruit .recruit-text p {
  margin: 0;
  margin-bottom: 1.5em;
}
#main.recruit h2 span {
  font-size: 36px;
}
#main.recruit .recruit-detail {
  background: #f5f3f2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

ul.recruit {
  margin-left: 0;
}
ul.recruit li a {
  text-decoration: underline;
}

/* !!------------------------------------ */
/* !! CONTACT */
/* !!------------------------------------ */
#mainimg.contact {
  background: url(../../contact/img/contact.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

#footer.contact {
  border-top: 1px solid #cececf;
}

#main.contact .inner {
  width: 760px;
}
#main.contact h2, #main.contact h4 {
  margin: 0px auto;
  padding: 70px 0px;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  top: 0;
}
#main.contact ul {
  margin: 0;
  margin-right: -20px;
  overflow: hidden;
}
#main.contact ul li {
  width: 240px;
  height: 70px;
  background: url(../img/dot.png);
  display: table;
  float: left;
  margin-right: 20px;
}
#main.contact ul li label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
#main.contact dl {
  overflow: hidden;
}
#main.contact dl dt {
  width: 200px;
  height: 40px;
  background: url(../img/dot.png);
  padding-left: 12px;
  line-height: 40px;
  float: left;
  clear: left;
  margin-right: 0px;
}
#main.contact dl dt span {
  /*
  color: #FFFFFF;
  background: red;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  */
}
#main.contact dl dd {
  padding-left: 205px;
  margin-left: 0;
}
#main.contact dl dd input {
  border: 1px solid #918B8A;
  width: 555px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  padding: 10px;
}
#main.contact dl dd textarea {
  display: block;
  width: 555px !important;
  height: 160px !important;
  padding: 10px;
}
#main.contact dl dd *:focus {
  outline: none;
}
#main.contact .mfp_buttons {
  text-align: right;
  margin-left: 170px;
  margin-bottom: 100px;
}
#main.contact .mfp_buttons button {
  display: inline-block;
  background: rgb(22, 140, 50);
  border: none;
  padding: 10px;
  font-size: 15px;
  margin: 10px;
  text-align: center;
  margin-right: 0;
  width: 150px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: pointer;
}

#mfp_phase_confirm {
  overflow: hidden;
}
#mfp_phase_confirm th, #mfp_phase_confirm td {
  font-size: 14px !important;
}
#mfp_phase_confirm .mfp_buttons {
  margin-left: 0 !important;
  margin-top: 50px;
}

#contact_send {
  margin-bottom: 70px;
}
#contact_send p {
  border: 1px solid #cececf;
  padding: 10px;
  margin: 1em 0;
}
#contact_send p.nb {
  border: none;
  margin: 0;
}

.error-back, .form-btn {
  display: inline-block;
  background: rgba(22, 140, 50, 0.9);
  border: none;
  padding: 10px;
  font-size: 15px;
  margin: 10px;
  text-align: center;
  margin-right: 0;
  width: 150px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: pointer;
}

p#thanks {
  text-align: center;
  padding: 100px 0;
  width: 500px;
  border: 1px solid #cececf;
  margin: 70px auto;
  margin-top: 0;
}

table.confirm_mail {
  border: 1px solid #cececf;
  width: 100%;
  margin: 1em 0;
}
table.confirm_mail td {
  padding: 10px;
}

div.policy h3 {
  background: url(../img/dot.png);
  padding: 5px;
  font-weight: normal;
  text-align: center;
}
div.policy p {
  font-size: 12px;
  margin-bottom: 70px;
}
div.policy dl.policy {
  overflow: scroll !important;
  padding: 15px;
  height: 500px;
  border: 1px solid #cececf;
}
div.policy dl.policy dt {
  background: none !important;
  float: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  font-weight: bold;
}
div.policy dl.policy dd {
  float: none !important;
  padding-left: 2em !important;
  font-size: 12px;
  line-height: 170%;
}
div.policy dl.policy dd ul {
  margin: 1em 0 !important;
}
div.policy dl.policy dd ul li {
  background: none !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 320px;
    color: #595757;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  p {
    line-height: 170%;
    font-size: 14px;
    text-align: justify;
  }

  .inner {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }

  a {
    color: #595757;
  }
  a:hover {
    color: #8dc21f;
  }

  img {
    margin: 0;
  }

  div.abs_center {
    overflow: hidden;
    display: block;
    width: 360px !important;
    height: 76px;
    background: url(../img/logo.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -74px;
    overflow: visible;
  }
  div.abs_center p {
    margin: 0;
    color: #9b0a1c;
    margin-top: 86px;
    border: 1px solid #9b0a1c;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
  }

  .hide {
    display: none;
  }

  img.alignleft {
    float: left;
    margin: 0 0.5em 0.5em 0;
  }

  img.alignright {
    float: right;
    margin: 0 0 0.5em 0.5em;
  }

  .ar {
    text-align: right;
  }

  .ac {
    text-align: center;
  }

  .al {
    text-align: left;
  }

  .disp {
    margin-left: 0;
    padding-left: 0;
  }

  br.sp {
    display: block !important;
  }

  #main .inner > h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -21px;
  }
  #main .inner > h2 span {
    display: block;
    font-weight: normal;
    font-family: "fontopo";
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 32px;
    letter-spacing: 0px;
  }

  /* !!------------------------------------ */
  /* !! ヘッダー */
  /* !!------------------------------------ */
  #header {
    position: static;
    width: 100%;
    background: #fff;
  }
  #header .inner {
    height: auto;
    overflow: hidden;
  }
  #header a#sitelogo {
    display: block;
    position: static;
    margin: 10px;
    left: 5px;
    /*top: 10px;*/
    top: -30px;
    /*width: 212px;*/
    height: 40px;
    color: #000000;
    /*
    background: url(../../common/img/site-logo-top.png);
    */
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  #header a#sitelogo img {
    display: none;
  }
  #header #h1text {
    position: static;
    margin: 10px;
    height: auto;
    line-height: 150%;
    color: #595757;
    font-size: 15px;
    font-weight: normal;
    right: 0;
    top: 30px;
    padding-right: 5px;
  }

  #header nav {
    position: fixed;
    width: 100px;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 10;
  }
  #header nav .h_menu {
    font-family: "fontopo";
    display: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    position: static;
    background: rgb(22, 140, 50);
  }
  #header nav .h_menu .sp {
    display: list-item !important;
  }
  #header nav .h_menu li {
    display: list-item;
    padding: 10px;
    border-top: 1px solid rgb(22, 140, 50);
    border-bottom: 1px solid rgb(14, 92, 32);
  }
  #header nav .h_menu li a {
    color: #fff !important;
    display: block;
    padding: 0 5px;
    font-size: 18px;
  }
  #header nav #btn-menu {
    display: block !important;
    font-family: "fontopo";
    text-align: center;
    background: rgb(22, 140, 50);
    height: 48px;
    line-height: 48px;
    width: 90px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -46px;
    border-radius: 0 0 0 8px;
  }
  #header nav #btn-menu:before {
    font-family: 'genericons';
    vertical-align: middle;
    content: '\f419';
  }

  #mainimg {
    border-top: 4px solid rgb(22, 140, 50);
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    z-index: 0;
    height: 160px;
    /*background: url(../img/dummy_sp.jpg);*/
    background: url(../../img/slide_sp/recruit.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #mainimg .inner {
    height: 100%;
  }
  #mainimg img {
    position: absolute;
    display: block;
    top: 50px;
    left: 10px;
    height: 60px;
    width: auto !important;
  }

  /* !!------------------------------------ */
  /* !! メインコンテンツ */
  /* !!------------------------------------ */
  main {
    background: #fff;
  }

  #main {
    margin-top: 0px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
  #main h1 {
    text-align: center;
    margin: 0px 15px;
    position: relative;
    top: -10px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    /*background: rgba(226, 240, 217, 0.9);*/
    /*color: #FFFFFF;*/
    font-weight: normal;
    margin-top: 25px;
  }
  #main h1 img {
    width: auto;
    height: 40px !important;
  }

  /* !! コンタクト */
  #contact-link {
    height: 110px;
    background: url(../img/bg-stripe.png);
    background-size: 5px 5px;
    overflow: hidden;
  }
  #contact-link a {
    display: block;
    width: auto;
    height: 50px;
    border: 1px solid;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 30px;
    font-size: 14px;
    background-image: url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 572px 17px;
  }
  #contact-link a:hover {
    background-color: rgb(22, 140, 50);
    border-color: rgb(22, 140, 50);
    color: #fff;
    background-image: url(../img/arrow-w.gif);
  }

  /* !!------------------------------------ */
  /* !! フッター */
  /* !!------------------------------------ */
  #footer {
    height: 280px;
  }
  #footer .inner {
    height: 100%;
  }

  a#f-logo {
    display: block;
    position: static;
    text-align: center;
    margin: 15px auto 5px;
    width: 250px;
  }
  a#f-logo img {
    width: 100%;
    height: auto !important;
  }

  ul.fbpage {
    position: static;
    top: 100px;
    left: 0;
    text-align: center;
  }
  ul.fbpage li {
    float: none;
    margin-right: 8px;
    display: inline-block;
  }
  ul.fbpage li a {
    display: block;
  }

  p#copy {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
  }

  div.footermap {
    position: relative;
    left: 0;
    top: 0px;
    width: auto;
    padding-left: 110px;
    height: 100px;
    margin: 15px;
  }
  div.footermap p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }
  div.footermap p .place {
    display: block;
    font-family: "fontopo";
    font-size: 14px;
  }
  div.footermap p .tel {
    display: block;
    font-weight: bold;
    font-size: 14px;
  }
  div.footermap.tokyo {
    left: 0;
  }
  div.footermap a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  div.footermap a.detail {
    left: 110px;
  }

  /* !!------------------------------------ */
  /* !! トップページ */
  /* !!------------------------------------ */
  #header.top {
    background: rgba(255, 255, 255, 0.9);
  }
  #header.top #h1text, #header.top .h_menu a {
    color: #595757;
  }

  #main.top {
    margin-top: 30px;
  }
  #main.top h2 {
    top: 0;
    text-align: left;
    font-size: 24px;
    font-family: "fontopo";
    line-height: 24px;
    padding-left: 30px;
    background: url(../../img/icon-gear.gif) no-repeat;
    background-size: 24px;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  #slidearea {
    height: 160px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #slidearea .slides li {
    height: 160px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #slidearea .slides li a {
    display: block;
    /*width: 1000px;*/
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  #slidearea .slides li a > div {
    display: block;
    position: absolute;
    left: 15px;
    top: 40px;
    width: auto !important;
    /*height: 60px;*/
    display: none;
    color: #FFFFFF;
  }
  #slidearea .slides li a > div .slide-title {
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 5px
  }
  #slidearea .slides li.top {
    background: url(../../img/slide_sp/top.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #slidearea .slides li.top img {
    top: 35px;
    left: 10px;
    height: 90px !important;
    display: block !important;
  }
  #slidearea .slides li.news {
    background: url(../../img/slide_sp/news.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #slidearea .slides li.service {
    background: url(../../img/slide_sp/service.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #slidearea .slides li.about {
    background: url(../../img/slide_sp/about.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #slidearea .slides li.recruit {
    background: url(../../img/slide_sp/recruit.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #slidearea .slides li.contact {
    background: url(../../img/slide_sp/contact.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  ul.feed {
    overflow: hidden;
    margin-right: 0px;
    width: 100%;
    padding: 5px;
    /*margin-right: -10px;*/
  }
  ul.feed li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
  }
  ul.feed li > a {
    display: block;
    position: absolute;
    width: 99%;
    height: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*
    			&:hover{
    				border: 4px solid rgba(255, 200, 200, 0.5);
    			}
    */
  }
  ul.feed li .thumb {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    margin: 0;
    width: 120px;
    height: 90px;
    background: #efefef;
  }
  ul.feed li .thumb img {
    width: 100%;
    height: auto !important;
  }
  ul.feed li .cate {
    display: block;
    margin-top: 0px;
    height: 20px;
    line-height: 20px;
    background: #169154;
    color: #fff;
    padding-left: 4px;
    font-size: 12px;
    margin-left: 130px;
  }
  ul.feed li .entry_title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 130px;
    min-height: 70px;
    display: block;
    text-align: justify;
  }
  ul.feed li > p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
    overflow: hidden;
    margin: 0;
    text-align: justify;
  }
  ul.feed li .date {
    display: block;
    margin-top: 5px;
    border-top: none;
    color: #C8C9CA;
    font-size: 10px;
    text-align: right;
    background: #fff;
    position: static;
    bottom: 0;
    right: 5px;
    width: 100%;
  }

  /* !!------------------------------------ */
  /* !! NEWS CMS含む */
  /* !!------------------------------------ */
  #mainimg.news {
    background: url(../../_news/img/news_sp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  #main.news {
    margin-bottom: 100px;
  }
  #main.news h1 {
    top: 0;
    font-weight: normal;
    padding: 30px 0;
    line-height: 150%;
  }

  .news-wrap {
    position: relative;
    padding-right: 0px;
    margin: 15px;
  }
  .news-wrap #side {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
  }
  .news-wrap #side h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .news-wrap #side li {
    border: 1px solid #C8C5C4;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .news-wrap #side li a {
    display: block;
    height: 100%;
    padding-left: 1em;
  }
  .news-wrap #side li.last {
    border-bottom: 1px solid #C8C5C4;
  }
  .news-wrap .article {
    padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfe2;
  }
  .news-wrap .article .cate {
    position: absolute;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #BA8B8E;
    color: #fff;
    top: 0;
    left: 0;
  }
  .news-wrap .article .date {
    width: 100%;
    text-align: right;
    display: block;
    color: #9b0a1c;
  }
  .news-wrap .article h3 {
    font-size: 20px;
    line-height: 150%;
    font-weight: normal;
    margin: 0.5em 0;
    color: #9b0a1c;
  }
  .news-wrap .article p {
    margin: 0;
    margin-bottom: 1em;
  }

  /* !!------------------------------------ */
  /* !! GREETNG */
  /* !!------------------------------------ */
  .greeting .maintext {
    margin: 15px 30px;
    margin-bottom: 70px;
  }
  .greeting .maintext > p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
    line-height: 170%;
    font-size: 15px;
    letter-spacing: 0px;
  }

  /* !!------------------------------------ */
  /* !! SERVICE */
  /* !!------------------------------------ */
  #mainimg.service {
    background: url(../../service/img/service_sp.gif);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  #service-text {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  #service-text p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
    line-height: 170%;
    font-size: 15px;
    letter-spacing: 0px;
  }

  #main.service .link a {
    float: right;
    margin-left: 8px;
    display: block;
  }
  #main.service .link img.yahoo {
    margin-top: 2px;
  }
  #main.service ul.service {
    margin: 100px 0 50px 0;
    overflow: hidden;
  }
  #main.service ul.service li {
    height: 150px;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
  }
  #main.service ul.service li span {
    display: block;
  }
  #main.service ul.service li .tume {
    letter-spacing: -1px;
  }

  /* !!------------------------------------ */
  /* !! ABOUT */
  /* !!------------------------------------ */
  #mainimg.about {
    background: url(../../about/img/about_sp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  /* !! 動画 */
  #movie {
    background: #eeeeef;
    margin-top: 0px;
    overflow: hidden;
  }
  #movie .inner {
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
  }
  #movie .inner p {
    margin: 10px;
    margin-bottom: 1em;
    margin-right: 10px;
  }
  #movie .inner p b {
    font-size: 18px;
  }

  #movie-wrap {
    position: static;
    padding: 10px;
  }
  #movie-wrap video {
    width: 100%;
    height: auto !important;
  }

  /* !! メインテキスト */
  #maintext {
    padding: 50px 0;
  }
  #maintext p {
    text-align: center;
    margin-bottom: 2em;
    overflow: visible;
  }
  #maintext p strong {
    font-size: 24px;
  }

  /* !! 会社概要 */
  #company {
    /*background-color: rgba(226, 240, 217, 0.9);*/
    background-image: url(../../about/img/office.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
  }

  ul.company, ul.recruit {
    margin-left: 0px;
  }
  ul.company li, ul.recruit li {
    min-height: 50px;
    background: url(../img/bg-stripe2.gif);
    background-size: 5px;
    padding: 20px 10px;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  ul.company li span, ul.recruit li span {
    display: block;
    position: static;
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    margin-bottom: 1em;
  }
  ul.company li.odd, ul.recruit li.odd {
    background: #eeeeef;
  }

  /* !! スタッフ */
  #staff {
    overflow: hidden;
    background: none;
    background-position: center bottom;
    background-size: 100%;
  }
  #staff img {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
  }
  #staff h2 {
    top: 0 !important;
    margin-top: 50px;
  }
  #staff .inner {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  #staff ul {
    position: static;
    bottom: 20px;
    left: 20px;
    display: table;
    table-layout: fixed;
  }
  #staff ul li {
    width: 33%;
    padding: 10px 0;
    box-sizing: border-box;
    float: none;
    display: table-cell;
    margin-right: 0px;
    margin-left: 0;
    background: none;
    font-size: 12px;
  }
  #staff ul li span {
    display: block;
    font-family: "fontopo";
    line-height: 140%;
  }

  /* !!  地図 */
  #map1 {
    padding-top: 0px;
    box-sizing: content-box;
    margin-top: 50px;
    background: rgb(22, 140, 50);
    margin-bottom: 25px;
  }

  #map-osaka > a, #map-tokyo > a {
    display: block !important;
    margin: 0px;
    height: 200px;
    background-size: auto 200px;
    background-position: center center;
  }

  #map-osaka > a {
    background-image: url(/about/img/sp_osaka.gif);
  }

  #map-tokyo > a {
    background-image: url(/about/img/sp_tokyo.gif);
  }

  .map {
    height: auto;
    overflow: hidden;
    margin-top: 50px;
  }
  .map > div {
    width: auto;
    margin: 5px;
    height: 200px;
    float: none;
    overflow: hidden;
  }
  .map > div p {
    margin: 15px;
    color: #fff;
    overflow: visible;
    line-height: 170%;
  }
  .map > div p .place {
    font-family: "fontopo";
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
  }
  .map > div p .tel {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
  }
  .map > div p a {
    display: inline-block;
    width: 176px;
    background: #fff;
    margin-top: 5px;
    text-align: center;
    color: rgba(22, 140, 50, 0.9);
    height: 40px;
    line-height: 40px;
  }
  .map > div p a.call {
    display: inline-block !important;
    width: 40px;
  }
  .map > div p a.call:after {
    font-family: 'genericons';
    vertical-align: middle;
    content: '\f50c';
    font-size: 20px;
  }
  .map > div.map-info {
    height: auto;
    margin: 0;
  }
  .map#map2 {
    margin-top: 0px;
    margin-bottom: 70px;
    background: #595757;
  }
  .map#map2 > div {
    float: none !important;
  }
  .map .osaka {
    background: rgba(22, 140, 50, 0.9);
  }
  .map .tokyo {
    background: #595757;
  }
  .map .tokyo p {
    text-align: right;
  }
  .map .tokyo p a {
    color: #595757;
  }

  /* !!------------------------------------ */
  /* !! RECRUIT */
  /* !!------------------------------------ */
  #mainimg.recruit {
    background: url(../../recruit/img/recruit_sp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  #main.recruit {
    overflow: hidden;
  }
  #main.recruit .recruit-text {
    margin: 30px !important;
    margin-bottom: 100px !important;
  }
  #main.recruit .recruit-text p {
    margin: 0;
    margin-bottom: 1.5em;
  }
  #main.recruit h2 span {
    font-size: 36px;
  }
  #main.recruit .recruit-detail {
    background: #eeeeef;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  /* !!------------------------------------ */
  /* !! CONTACT */
  /* !!------------------------------------ */
  #mainimg.contact {
    background: url(../../contact/img/contact_sp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  #footer.contact {
    border-top: 1px solid #dfdfe2;
  }

  #main.contact .inner {
    width: auto;
  }
  #main.contact h2, #main.contact h4 {
    margin: 0px auto;
    padding: 30px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    top: 0;
  }
  #main.contact ul {
    margin: 15px;
    margin-right: 15px;
    overflow: hidden;
  }
  #main.contact ul li {
    width: 100%;
    height: 40px;
    background: url(../img/dot.png);
    display: table;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #main.contact ul li label {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
  }
  #main.contact dl {
    overflow: hidden;
    margin: 15px;
  }
  #main.contact dl dt {
    width: 100%;
    height: 40px;
    background: url(../img/dot.png);
    padding-left: 12px;
    line-height: 40px;
    float: none;
    clear: left;
    margin-right: 0px;
  }
  #main.contact dl dt span {
    /*
    color: #FFFFFF;
    background: red;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    */
  }
  #main.contact dl dd {
    padding-left: 0px;
    margin-left: 0;
  }
  #main.contact dl dd input {
    border: 1px solid #918B8A;
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  #main.contact dl dd textarea {
    display: block;
    width: 100% !important;
    height: 160px !important;
    padding: 10px;
    font-size: 15px;
    border-radius: 0px !important;
    box-shadow: none !important;
  }
  #main.contact dl dd *:focus {
    outline: none;
  }
  #main.contact .mfp_buttons {
    text-align: right;
    margin: 15px;
    margin-bottom: 100px;
  }
  #main.contact .mfp_buttons button {
    display: inline-block;
    background: rgb(22, 140, 50);
    border: none;
    padding: 10px;
    font-size: 15px;
    margin: 0px !important;
    margin-bottom: 10px !important;
    text-align: center;
    width: 100%;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer;
  }

  #mfp_phase_confirm {
    overflow: hidden;
  }
  #mfp_phase_confirm th, #mfp_phase_confirm td {
    font-size: 14px !important;
  }
  #mfp_phase_confirm .mfp_buttons {
    margin-left: 0 !important;
    margin-top: 50px;
  }

  #contact_send {
    margin: 15px;
    margin-bottom: 70px;
  }
  #contact_send p {
    border: 1px solid #dfdfe2;
    padding: 10px;
    margin: 1em 0;
  }
  #contact_send p.nb {
    border: none;
    margin: 0;
  }

  .error-back, .form-btn {
    display: inline-block;
    background: rgba(22, 140, 50, 0.9);
    border: none;
    padding: 10px;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
    width: 100%;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer;
  }

  p#thanks {
    text-align: left;
    padding: 30px;
    width: auto;
    border: 1px solid #dfdfe2;
    margin: 15px;
    margin-bottom: 100px;
  }
  p#thanks br {
    display: none;
  }

  table.confirm_mail {
    border: 1px solid #dfdfe2;
    width: auto;
    margin: 0px;
    margin-top: 20px;
  }
  table.confirm_mail td {
    padding: 10px;
  }

  div.policy h3 {
    background: url(../img/dot.png);
    padding: 5px;
    font-weight: normal;
    text-align: center;
  }
  div.policy p {
    font-size: 12px;
    margin: 15px;
    margin-bottom: 70px;
  }
  div.policy dl.policy {
    overflow: scroll !important;
    padding: 15px;
    height: 500px;
    border: 1px solid #dfdfe2;
  }
  div.policy dl.policy dt {
    background: none !important;
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    font-weight: bold;
  }
  div.policy dl.policy dd {
    float: none !important;
    padding-left: 2em !important;
    font-size: 12px;
    line-height: 170%;
  }
  div.policy dl.policy dd ul {
    margin: 1em 0 !important;
  }
  div.policy dl.policy dd ul li {
    background: none !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }

  .obahan {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  ul.feed {
    overflow: hidden;
    margin-right: 0px;
    width: 100%;
    padding: 5px;
    /*margin-right: -10px;*/
  }
  ul.feed li {
    display: block;
    float: left;
    width: 50%;
    height: 440px;
    margin: 0;
    padding: 5px;
    position: relative;
    overflow: hidden;
  }
  ul.feed li > a {
    display: block;
    position: absolute;
    width: 99%;
    height: 80%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*
    			&:hover{
    				border: 4px solid rgba(255, 200, 200, 0.5);
    			}
    */
  }
  ul.feed li .thumb {
    display: block;
    margin: 0;
    width: 220px;
    height: 150px;
    position: static;
    background: #efefef;
  }
  ul.feed li .thumb img {
    width: 100%;
    height: auto !important;
  }
  ul.feed li .cate {
    display: block;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    background: #169154;
    color: #fff;
    padding-left: 4px;
    font-size: 12px;
    margin-left: 0;
  }
  ul.feed li .entry_title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: justify;
    margin-left: 0;
  }
  ul.feed li > p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
    overflow: hidden;
    margin: 0;
    text-align: justify;
  }
  ul.feed li .date {
    display: block;
    margin-top: 5px;
    border-top: none;
    color: #C8C9CA;
    font-size: 10px;
    text-align: right;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #header a#sitelogo {
    width: 212px;
  }
  #slidearea .slides li a > div .slide-title {
    font-size: 2.5em;
    line-height: 1em;
    padding-bottom: 5px;
  }
}





/* * * *
  index reason block
*/
.reason {
	padding: 10px;
	color: #231815;
	background: rgba(226, 240, 217, 0.9);
	white-space: nowrap;
  /*max-width: 90%;*/
  margin-left: auto;
  margin-right: auto;
}
.reason i {
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  padding: 15px;
}
.reason i img {
	display: block;
	width: 50px;
}
.reason .icon {
	display: inline-block;
  vertical-align: top;
}
.reason .content {
	display: inline-block;
	margin-left: 10px;
  width: 90%;
}
.reason .content .title {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.reason .content .description {
  white-space: normal;
}
.reason .content-block {
  width: 85%;
  display: inline-block;
}
.reason .col-spacer {
	display: inline-block;
	width: 5%;
}
.reason .item {
  margin-top: 25px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .reason {
    margin: 0px 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .reason {
    margin: 0px 15px;
    max-width: 100%;
  }
  .reason .content-block {
    width: 70%;
  }
  .reason .content .title {
    font-size: 1.3em;
  }
}

/* * *
  index method section
*/
.method {
	text-align: center;
}
.method .list {
	display: inline-block;
	vertical-align: top;
	min-width: 45%;
}
.method .list .item {
	background: rgba(226, 240, 217, 0.9);
	padding: 5px;
	margin-top: 5px;
	color: #231815;
}
.method .list .separator {
	margin-top: 20px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
	.method .list {
		min-width: 95%;
		/*margin: 0px 15px;*/
	}
}
@media screen and (max-width: 480px) {
	.method .list {
		min-width: 90%;
		margin: 0px 15px;
	}
}

/* * *
  scene index
*/
.scene {
  background-color: rgba(226, 240, 217, 0.9);
	margin-bottom: 25px;
}
.scene .summary {
  text-align: center;
}
.scene .summary div {
	margin-top: 1em;
}
.scene .summary div:first-child {
	margin-top: 0px;
}
.scene .scene-flexbox {
	display: flex;
	padding: 10px;
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
}
.scene .scene-flexbox .scene-flexbox-item {
  width: 20%;
	text-align: center;
}
.scene .scene-flexbox .scene-flexbox-item .icon {
  margin-bottom: 10px;
}
.scene .scene-flexbox .scene-flexbox-item i {
	background: rgba(22, 140, 50, 0.9);
	border-radius: 50%;
	padding: 15px;
	display: inline-block;
}
.scene .scene-flexbox .scene-flexbox-item i img {
	width: 50px;
	display: block;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
	.scene {
		/*margin: 0px 15px;*/
		margin-bottom: 25px;
	}
	.scene .scene-flexbox .scene-flexbox-item {
	  width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.scene {
		margin: 0px 15px;
		margin-bottom: 25px;
	}
	.scene .scene-flexbox .scene-flexbox-item {
	  width: 100%;
	}
}

/* * *
  other stuff
*/
img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#main .inner {
  max-width: initial;
}
#main.contact .req {
  color: #FFFFFF;
  background: red;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
}
#main.contact .contact-title {
  width: 70%;
  display: inline-block;
}
.greenshift-background {
  background: rgba(226, 240, 217, 0.9);
  padding-top: 30px;
  margin-top: -5px;
}
.clearshift-background {
  padding-top: 30px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .greenshift-background {
    padding-top: 30px;
    margin-top: -35px;
  }
  .clearshift-background {
    padding-top: 30px;
    margin-top: -35px;
  }
}
@media screen and (max-width: 480px) {
  .greenshift-background {
    padding-top: 30px;
    margin-top: -35px;
  }
  .clearshift-background {
    padding-top: 30px;
    margin-top: -35px;
  }
}

.sub-title {
  box-shadow: 0 0 5px 5px rgba(211,211,211,0.5);
  background: rgba(211,211,211,0.7);
  text-indent: 15px;
}



#mainimg.contact {
  background: url(../../img/slide/contact.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  #mainimg.contact {
    background: url(../../img/slide_sp/contact.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  .contact .inner .slide {
    top: 30px;
    left: 10px;
  }
  .contact .inner .slide .title {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  #mainimg.contact {
    background: url(../../img/slide_sp/contact.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  .contact .inner .slide {
    top: 30px;
    left: 10px;
  }
  .contact .inner .slide .title {
    font-size: 3em;
  }
}

.contact .slide {
  color: #FFFFFF;
  position: absolute;
  top: 180px;
  left: 0px;
  text-shadow: 0 0 20px #000000;
}
.contact .slide .title {
  font-size: 8em;
  line-height: 1em;
}


.blog-banner {
  color: #FFFFFF;
  position: absolute;
  top: 110px;
  left: 0px;
  text-shadow: 0 0 20px #000000;
}
.blog-banner div.blog-title {
  font-size: 8em;
  line-height: 1em;
}
.blog-banner div.blog-subtitle {
  box-shadow: 0 0 5px 5px rgba(211,211,211,0.5);
  background: rgba(211,211,211,0.7);
  text-indent: 15px;
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  .blog-banner {
    top: 140px;
  }
  .blog-banner div.blog-title {
    font-size: 6em;
    line-height: 1em;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .blog-banner {
    top: 30px;
  }
  .blog-banner div.blog-title {
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .blog-banner {
    top: 30px;
  }
  .blog-banner div.blog-title {
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 5px;
  }
}


  a#sitelogo img.lg {
    display: block;
  }
  a#sitelogo img.sm {
    display: none;
  }
  @media screen and (max-width: 850px) and (min-width: 768px) {
    #header a#sitelogo img.lg {
      display: block;
    }
    #header a#sitelogo img.sm {
      display: none!important;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    #header a#sitelogo img.lg {
      display: none!important;
    }
    #header a#sitelogo img.sm {
      display: block!important;
    }
  }
  @media screen and (max-width: 480px) {
    #header a#sitelogo img.lg {
      display: none!important;
    }
    #header a#sitelogo img.sm {
      display: block!important;
    }
  }





  @media screen and (max-width: 767px) and (min-width: 480px) {
  	.service {
  		margin-bottom: 25px;
  	}
  }
  @media screen and (max-width: 480px) {
  	.service {
  		margin: 0px 15px;
  		margin-bottom: 25px;
  	}
  }

  @media screen and (max-width: 767px) and (min-width: 480px) {
  	.method {
  		margin-bottom: 25px;
  	}
  }
  @media screen and (max-width: 480px) {
  	.method {
  		margin: 0px 15px;
  		margin-bottom: 25px;
  	}
  }
