@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
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-size: 15px;
  font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-weight: 300;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #fff;
  background: #000;
}
a {
  color: #A4F483;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: none;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 568px;
}
#header img {
  position: absolute;
  left: 50%;
  width: 1280px;
  height: 568px;
  margin-left: -640px;
}
#slogan {
  position: absolute;
  top: 30%;
  width: 100%;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  color: #fff;
  line-height: 12.1;
  text-align: center;
}
#slogan h1 {
  font-size: 18px;
  margin: 0 auto -0px;
  font-weight: normal;
  text-shadow: 1px 1px 3px #000;
}
#slogan h2 {
  font-size: 20px;
  font-weight: normal;
}
#slogan figure img {
  position: relative;
  top: 180px;
  left: auto;
  width: auto;
  height: 250px;
  margin: 0 auto;
}
/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 0;
  text-align: center;
  font-size: 13px;
  background: #2b2b2b;
  padding: 30px 10px 70px 0;
}
#footer figure img {
  position: relative;
  top: 1px;
  left: auto;
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
.text a {
  margin: 20px 3px 1px 0;
  padding: 1px 12px 3px 12px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 3.0;
}
.text a:hover {
  background: #000000;
}
/* 共通
------------------------------------------------------------*/
h1, h2 {
  font-family: 'Josefin Sans', 'Noto Sans JP', Sans-Serif;
}
img {
  width: 100%;
  height: auto;
}
section {
  clear: both;
}
section h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.inner2 {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
}
.red {
  color: #FF3B3B;
}
.yajirushi2 {
  color: #66E54C;
  text-indent: 1px;
  line-height: 1.7;
  font-size: 90%;
  padding-bottom: 0;
}
/* SEC01 VISION
------------------------------------------------------------*/
.vision {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap {
  clear: both;
  width: 100%;
  background: #2b2b2b;
}
.bg {
  line-height: 0;
}
.bg img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.vMid {
  display: table-cell;
  padding: 0 60px;
  vertical-align: middle;
}
.yajirushi {
  color: #66E54C;
  padding: 10px 0 5px;
}
.ind1 {
  text-indent: 3px;
  line-height: 1.7;
  font-size: 95%;
  padding-bottom: 5px;
}
.padd {
  padding: 1px 0 1px
}
/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.sec3 {
  background: #2b2b2b;
}
.col3 li {
  margin-bottom: 50px;
}
.col3 img {
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
}
.col3 h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px
}
.sec-3P {
  margin: 0 auto 50px;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdbtm0 {
  padding-bottom: 10px;
}
/* SEC04 STORY & SUCCESS
------------------------------------------------------------*/
#sec04 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
#sec04 .col2 p {
  text-shadow: 1px 1px 3px #000;
  color: #ffffff;
  text-indent: 9px;
  line-height: 1.9;
  font-size: 100%;
  font-weight: 400;
  padding-bottom: 0;
}
#sec04 .col2 a {
  display: block;
  margin: 0 auto;
  width: 310px;
  padding: 2px 3px;
  border-radius: 15px;
  color: #fff;
  background: #ff8000;
  text-align: center;
}
#sec04 .col2 a:hover {
  background: #ff6000;
}
/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 {
  padding: 30px 0 0;
}
#sec05 dl {
  margin-left: 20px;
  line-height: 1.2;
}
#sec05 dt {
  clear: left;
  float: left;
  display: block;
  width: 25%;
  margin-right: 10%;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.6em;
  background-color: #3A7317;
  color: #FFFFFF;
}
#sec05 dd {
  width: 65%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6em;
}
#sec05 header {
  display: none;
}
#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.rm {
  padding: 0 8px;
}
.s111 {
  font-size: 90%;
  color: #EB7777;
}
.s11w {
  font-size: 90%;
  margin-left: 3px;
}
.col2 figure {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.pad15 {
  padding-bottom: 10px;
}
.center {
  text-align: center;
}
.col2 h3 {
  float: left;
  width: 50%;
  font-size: 112%;
  margin: 2px auto 1px 0;
  padding: 0 0 0 10px;
}
.online {
  display: block;
  overflow: auto;
  margin: 7px 0 4px auto;
  width: 150px;
  padding: 0 2px 1px 0;
  border-radius: 3px;
  color: #fff;
  font-size: 90%;
  font-weight: 300;
  background: #F51E00;
  text-align: center;
}
.narabi {
  overflow: auto;
  background-color: #706F6F;
  padding: 0 7px 0 0;
  margin-bottom: 10px;
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
    padding-bottom: 120px;
  }
  section h2 {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }
  #navi2 {
    display: none;
  }
  #navi3 {
    display: none;
  }
  #navi4 {
    display: none;
  }
  #navi5 {
    display: none;
  }
  #navi6 {
    display: none;
  }
  #navi7 {
    display: none;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  #mainnav ul {
    text-align: right;
    padding-right: 30px;
  }
  #mainnav li {
    display: inline-block;
    padding: 45px 10px 20px;
    font-size: 14px;
    font-weight: 300;
  }
  #mainnav a {
    color: #000;
  }
  #mainnav a:hover, .active {
    color: #CDFF8C;
  }
  #mainnav.changeNav {
    background: rgba(105, 105, 105, .9);
    border-bottom: 1px solid #d1d1d1;
  }
  #mainnav.changeNav li {
    padding: 20px 10px;
  }
  /* SEC02 MESSAGE
	-----------------*/
  .txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #2b2b2b;
  }
  #sec02_02 .txt, #sec02_02 .bg {
    float: right;
  }
  #eco .txt, #eco .bg {
    float: right;
  }
  .vMid {
    display: table-cell;
    padding: 0 60px;
    vertical-align: middle;
  }
  /* SEC03 SERVICE MESSAGE STORY
	-----------------*/
  .col3 {
    text-align: center;
  }
  .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  /* SEC05 PROFILE
	-----------------*/
  #sec05 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 641px) {
  .col2 li {
    width: 40%;
    padding: 0 3%;
    vertical-align: top;
  }
  #mainnav li a {
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: 1px 1px 3px #000;
  }
}
@media only screen and (max-width: 640px) {
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
}
@media only screen and (max-width: 799px) {
  .vision, .sec-3P {
    width: 90%;
  }
  #slogan {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    line-height: 11.0;
  }
  #slogan h1 {
    font-size: 15px;
  }
  #slogan figure img {
    position: relative;
    top: 145px;
    left: auto;
    width: auto;
    height: 200px;
    margin: 0 auto;
  }
  .col3 li {
    margin: 0 auto;
    display: block;
    max-width: 95%;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    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: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a#menu2 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn2:before, #menuBtn2:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn2:before {
    margin-top: -7px;
  }
  #menuBtn2:after {
    margin-top: 5px;
  }
  a#menu2 .close {
    background: transparent;
  }
  a#menu2 .close:before, a#menu2 .close:after {
    margin-top: 0;
  }
  a#menu2 .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu2 .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel2 {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #navi2 {
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #navi2 ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #navi2 li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
  #navi2 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a#menu3 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn3:before, #menuBtn3:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn3:before {
    margin-top: -7px;
  }
  #menuBtn3:after {
    margin-top: 5px;
  }
  a#menu3 .close {
    background: transparent;
  }
  a#menu3 .close:before, a#menu3 .close:after {
    margin-top: 0;
  }
  a#menu3 .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu3 .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel3 {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #navi3 {
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #navi3 ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #navi3 li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
  #navi3 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a#menu4 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn4:before, #menuBtn4:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn4:before {
    margin-top: -7px;
  }
  #menuBtn4:after {
    margin-top: 5px;
  }
  a#menu4 .close {
    background: transparent;
  }
  a#menu4 .close:before, a#menu4 .close:after {
    margin-top: 0;
  }
  a#menu4 .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu4 .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel4 {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #navi4 {
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #navi4 ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #navi4 li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
  #navi4 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a#menu5 {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn5 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn5:before, #menuBtn5:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn5:before {
    margin-top: -7px;
  }
  #menuBtn5:after {
    margin-top: 5px;
  }
  a#menu5 .close {
    background: transparent;
  }
  a#menu5 .close:before, a#menu5 .close:after {
    margin-top: 0;
  }
  a#menu5 .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu5 .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel5 {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #navi5 {
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #navi5 ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #navi5 li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    text-shadow: none;
  }
  #navi5 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1199px) {
  section h2 {
    padding: 30px 0 30px 0;
  }
  #sec01 h2 {
    padding: 70px 0 20px;
  }
  .vMid {
    padding: 0 60px;
  }
}