@charset "UTF-8";

/* Creative-Ash http://creative-ash.com/ CSS BASE 2017-01-14 N.K */

/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

body {
  min-width: 1100px;
  max-height: 100%;
  color: #000;
}
header,
footer {
  width: 100%;
}
p,
dl,ol,ul,
caption,figcaption {
  font-size: 16px;
  line-height: 1.7;
}
.lead {
  font-size: 15px;
  text-align: center;
}
figure {
  overflow: hidden;
}
a {
  color: #fff;
}
.call a {
  pointer-events: none;
  color: #000;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GENERAL CLASS control ->              */
/* =====>=====>=====>=====>=====>=====>===== */

.inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HEADDING control ->                   */
/* =====>=====>=====>=====>=====>=====>===== */

header {
  overflow: hidden;
}
h2,
h2+span {
  text-align: center;
}
h1,h2,h3 {
  font-weight: bold;
}
h2 {
  color: #000;
  font-size: 32px;
}
h2,h3 {
  line-height: 1.4;
}
h2+span,
h3+span {
  display: block;
  margin: 0 auto 15px;
  color: #2dae37;
  font-size: 15px;
}
h3+span {
  margin-bottom: 0;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- TOP-HEADER control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#TH,
footer {
  background-size: 7px;
}
#TH {
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#TH>.inner {
  height: 175px;
  justify-content: flex-start;
  align-items: center;
}

.hdrLogo {
  margin-top: -25px;
}
.hdrLogo img {
  max-width: 100%;
  height: auto;
}




/* =====<=====<=====<=====<=====<=====<===== */
/* !<- HAMBURGER control ->                  */
/* =====>=====>=====>=====>=====>=====>===== */

#HAM,
#HAMhead,
#HAMnav,
#HAMtoggle {
  display: none;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- GLOBAL-NAV control ->                 */
/* =====>=====>=====>=====>=====>=====>===== */

#TH,#TH .inner,
#GNav,#GNav ul,
#GNav li,#GNav li a {
  overflow: visible;
}

#GNav {
  width: 720px;
  margin-left: 65px;
  overflow: visible;
}
#GNav ul {
  justify-content: space-between;
  align-items: flex-start;
}
#GNav>ul>li {
  position: relative;
}
#GNav>ul>li a {
  width: 100%;
  display: block;
  padding: 1em .5em;
  color: #303030;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 5px solid transparent;
}
#GNav>ul>li.first {
  border-bottom: 5px solid transparent!important;
}
.now,
#GNav>ul>li a:hover {
  border-bottom: 5px solid #2dae37!important;
}
#GNav>ul>li .second {
  display: none;
}
#GNav>ul>li .second a {
  border-bottom: 0;
}
#recruit .first .now:hover {
  border-bottom: 5px solid #2dae37!important;
}
#GNav>ul>li .second.on::after {
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 17px;
  border-color: transparent transparent #dcf0b9 transparent;
  position: absolute;top: -33px;right: 0;left: 0;
}
#GNav>ul>li .second.on {
  width: 150px;
  display: block;
  margin: auto;
  padding: 25px 20px;
  background: #dcf0b9;
  position: absolute;top: 90px;left: -28px;
  z-index: 9999999;
}
#GNav>ul>li .second.on>li a {
  display: block;
  margin: 12px 0;
  padding: 5px 0;
  color: #000;
  font-size: 15px;
  z-index: 99999999;
}
#GNav>ul>li .second.on>li:first-child a {
  margin-top: 0;
  padding-top: 0;
}
#GNav>ul>li .second.on>li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
#GNav>ul>li .second.on>li a i {
  margin-right: 12px;
}
#GNav>ul>li .second.on>li a:hover,
.second .now {
  border-bottom: 0!important;
}
.second .now {
  color: #2dae37!important;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- MAIN-VISUAL control ->                */
/* =====>=====>=====>=====>=====>=====>===== */

#MV {
  width: 100%; height: 825px;
  background: url(../img/top/mv.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: visible;
}
#MV .inner {
  height: 650px;
  overflow: visible;
  position: relative;
}
#MV p {
  width: 684px;
  padding-top: 325px;
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.4;
  text-shadow: 0 0 15px #000;
  position: relative;
  z-index: 9998;
}
#MV img {
  margin-top: 175px;
  position: absolute;top: -65px;right: -190px;
  z-index: 9997;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- SECTION control ->                    */
/* =====>=====>=====>=====>=====>=====>===== */

main,
article {
  overflow: hidden;
}
section {
  padding: 100px 0;
}
#sec06 .cntBox.fx dt,
#driver #sec02 .cntBox:last-of-type header,
section header {
  border-bottom: 5px solid #f4f3f3;
  position: relative;
  overflow: visible;
}
section header {
  margin: 0 auto 40px;
}
#sec06 .cntBox.fx dt,
#sec03 header,
#application #sec01 header {
  border-bottom: 5px solid #fff;
}
section header img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
}
#sec06 .cntBox.fx dt::after,
#driver #sec02 .cntBox:last-of-type header::after,
section header::after {
  width: 250px;
  height: 5px;
  display: block;
  margin: auto;
  content: "";
  background: #2dae37;
  position: absolute;right: 0;bottom: -5px;left: 0;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- BOX CONTROL ->                        */
/* =====>=====>=====>=====>=====>=====>===== */

.cntBox {
  margin: 0 auto;
  overflow: hidden;
}


/* =====<=====<=====<=====<=====<=====<===== */
/* !<- FOOTER control ->                     */
/* =====>=====>=====>=====>=====>=====>===== */

footer {
  color: #fff;
  font-size: 15px;
  position: relative;
}
footer>.inner {
  padding: 35px 0 30px;
  flex-wrap: wrap;
}
.ftrNav {
  padding: 65px 0;
}
.ftrNav ul {
  align-items: center;
}
.ftrNav li {
  width: 525px;
  height: 175px;
  position: relative;
}
.ftrNav li:first-child {
  background: url(../img/common/bnr_01.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}
.ftrNav li:last-child {
  background: url(../img/common/bnr_02.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}

.ftrNav li::before {
  width: 50px;
  height: 2px;
  margin: 0 auto 25px;
  content: "";
  background: #8ec232;
  position: absolute;top: 52px;right: 0;left: 0;
}
.ftrNav li a {
  padding-top: 80px;
}
.ftrLeft+div figure a:hover,
.ftrNav li a:hover {
  background: rgba(0,0,0,.5);
}
.ftrNav li span,
.ftrLeft+div figure span{
  display: block;
  margin-top: 7px;
  color: #8ec232;
  font-size: 12px;
  text-align: center;
}
.ftrLeft+div figure a,
.ftrNav li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 25px;
  text-align: center;
  transition: .3s ease-in-out;
}
.ftrLeft+div figure a {
  padding-top: 30px;
}
.ftrLeft+div figure {
  width: 250px;
  height: 100px;
  background: url(../img/common/bnr_03.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}
.ftrLeft+div {
  margin-right: -15px;
  flex-direction: row-reverse;
}



/*===== PAGETOP =====*/
.pagetop {
  width: 1200px;
  margin: auto;
  position: relative;
}
.pagetop a {
  width: 50px;
  height: 50px;
  background: #2dae37;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;top: -25px;right: 0;
}
.pagetop i {
  margin-top: -6px;
  font-size: 53px;
}

/*===== COPYRIGHT =====*/
small {
  width: 100%;
  display: block;
  margin-top: 40px;
  color: #303030;
  font-size: 10px;
}



/* =====<=====<=====<=====<=====<=====<===== */
/* !<- ORDERD SKIN / index.html ->           */
/* =====>=====>=====>=====>=====>=====>===== */

#sec02 {
  background: url(../img/top/sec02_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}
#sec03,
.ftrNav {
  background: #f4f3f3;
}
#sec04,
#sec05,
#sec06 {
  padding-bottom: 0;
}



/*===== #sec01 =====*/
#sec01 .cntBox p.cr {
  color: #fe2c25;
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
#sec01 .inBox {
  margin-top: 50px;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
#top #sec01 .inBox::after {
  width: 100%;
  height: 1px;
  display: block;
  margin: auto;
  content: "";
  background: #000;
  position: absolute;top: 0;right: 0;bottom: 0;left: 0;
  z-index: -1;
}
#sec01 .inBox dl {
  width: 235px;
  padding: 30px 25px 25px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}
#sec01 .inBox dt {
  height: 225px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
#sec01 .inBox dt img {
  margin: 0 auto 20px;
}
#sec01 .inBox dt::after {
  width: 100px;
  height: 2px;
  display: block;
  margin:  auto;
  content: "";
  background: #2dae37;
  position: absolute;right: 0;bottom: -5px;left: 0;
}
#sec01 .inBox dt+dd {
  margin-top: 20px;
}


/*===== #sec02 =====*/
#sec02 .cntBox {
  flex-wrap: wrap;
  align-items: stretch;
}
#sec02 .inBox {
  flex-basis: 100%;
  margin-bottom: 50px;
}
#sec02 .inBox p {
  width: 545px;
}
#sec02 .inBox dl {
  width: 525px;
  flex-wrap: wrap;
  justify-content: center;
}
#sec02 .inBox dt {
  flex-basis: 100%;
  margin-top: -60px;
  padding: 80px 0 20px;
  font-size: 20px;
  background: #fff;
  order: 3;
  z-index: 0;
}
#sec02 .inBox dd+dd {
  margin-left: 15px;
}
#sec02 .inBox dd {
  width: 131px;
  height: 131px;
  padding-top: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background: #8ec232;
  border-radius: 50%;
  z-index: 30;
}

#sec02 .cntBox>figure:not(.fx) {
  width: 525px;
  padding-bottom: 40px;
  background: #fff;
}
#sec02 .cntBox>figure+figure:nth-of-type(n+3) {
  margin-top: 50px;
}
#sec02 .inBox dt,
#sec02 .cntBox>figure figcaption {
  font-size: 20px;
  text-align: center;
}
#sec02 .cntBox>figure figcaption+p {
  padding: 0 12px;
}
#sec02 .cntBox>figure figcaption {
  margin-bottom: .8em;
  padding: 1em 12px .5em;
  font-weight: bold;
  border-bottom: 2px solid #2dae37;
}
#sec02 .cntBox>figure.fx {
  width: 100%;
  height: 700px;
  align-items: stretch;
}
#sec02 .cntBox>figure.fx figcaption {
  width: 3em;
  height: 100%;
  margin-bottom: 0;
  padding: 1em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  background: #fff;
  border-bottom: 0;
  line-height: 1;
}
#sec02 .cntBox>figure.fx .fx {
  width: 938px;
  flex-wrap: wrap;
}
#sec02 .cntBox>figure.fx dl+dl:nth-of-type(n+3) {
  margin-top: 35px;
}
#sec02 .cntBox>figure.fx dl {
  width: 430px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#sec02 .cntBox>figure.fx dt,
#sec02 .cntBox>figure.fx dd {
  width: 100%;
}
#sec02 .cntBox>figure.fx dt {
  order: 3;
  padding: .5em 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: #fff;
}
#sec02 .cntBox>figure.fx dd img {
  margin: auto;
}
#top #sec02 .inBox>p br:nth-last-of-type(1),
#top #sec02 .cntBox figure:first-child p br:nth-of-type(2)  {
  display: block;
}



/*===== #sec03 =====*/
#sec03 dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 0;
}
#sec03 dl+dl {
  border-top: 1px solid #ddd;
}
#sec03 dt {
  width: 180px;
}
#sec03 dd {
  width: 920px;
}



/*===== #sec04 =====*/
#sec04 dt,
#sec04 dd,
#sec05 dt,
#sec05 dd {
  padding: 1em 0;
  float: left;
}
#sec04 dt,
#sec05 dt {
  padding-left: 25px;
  clear: both;
}
#sec04 dt {
  width: 205px;
}
#sec04 dd {
  width: 895px;
}
#sec04 dt:nth-of-type(odd),
#sec04 dd:nth-of-type(odd),
#sec05 dt:nth-of-type(odd),
#sec05 dd:nth-of-type(odd) {
  background: #dcf0b9;
}



/*===== #sec05 =====*/
#sec05 dt {
  width: 245px;
  overflow: hidden;
}
#sec05 dt span {
  width: 125px;
  float: right;
}
#sec05 dd {
  width: 855px;
}



/*===== #sec06 =====*/
#sec06 figure {
  flex-wrap: wrap;
}
#sec06 figure+figure {
  margin-top: 70px;
}
#sec06 figure img,
#sec06 figure iframe {
  width: 50%;
}
#sec06 figure iframe {
  height: 300px;
}
#sec06 figcaption {
  width: 162px;
  margin: -1.2em auto 0;
  padding: 10px 0;
  color: #fff;
  font-size: 19px;
  text-align: center;
  background: #8ec232;
  border-radius: 20px;
  z-index: 500;
}
#sec06 ul,
#sec06 p {
  width: 100%;
}
#sec06 ul {
  margin-top: 20px;
  justify-content: flex-start;
}
#sec06 ul li {
  position: relative;
}
#sec06 ul li+li {
  margin-left: 4.5em;
}
#sec06 ul li+li::before {
  display: inline-block;
  content: "/";
  position: absolute;left: -2.5em;
}

#sec06 .cntBox.fx {
  margin-top: 70px;
  align-items: stretch;
}
#sec06 .cntBox.fx dl {
  width: 50%;
}
#sec06 .cntBox.fx dl:first-child {
  background: #f4f3f3;
}
#sec06 .cntBox.fx dl:last-child {
  background: #dcf0b9;
}
#sec06 .cntBox.fx dt {
  padding: 21px 0 19px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
#sec06 .cntBox.fx dl:first-child dd+dd {
  margin-top: 1.5em;
}
#sec06 .cntBox.fx dl:first-child dd {
  text-align: center;
}
#sec06 .cntBox.fx dl dd:first-of-type {
  padding-top: 30px;
}
#sec06 .cntBox.fx dl dd:last-child {
  padding-bottom: 30px;
}
#sec06 .cntBox.fx a {
  width: 150px;
  margin: .5em auto 0;
  padding: 10px 12px;
  justify-content: center;
  color: #2dae37;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  background: #fff;
}
#sec06 .cntBox.fx a img {
  display: inline-block;
  margin-right: 10px;
}

#sec06 .cntBox.fx dl:last-child dd {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 2;
  overflow: hidden;
}
#sec06 .cntBox.fx dl:last-child dd+dd {
  margin-top: 5px;
}
#sec06 .cntBox.fx dl:last-child dd img {
  margin: 0 20px 0 0;
  float: left;
}



/*===== #sec07 =====*/
#sec07 dl+p,
#sec07 dt {
  margin-top: 1.8em;  
}
#sec07 dt {
  font-weight: bold;
}
#sec07 dl+p {
  margin-top: 1.8em;
  text-align: right;
}



@media screen and (min-width:781px) and (max-width:1500px) {
#MV img {
  max-width: 50%;height: auto;
  top: 30px;right: 0;
  z-index: 9997;
}
  .pagetop {
    width: 1100px;
  }
}