@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
@-webkit-keyframes scroll_effect {
  0% {
    height: 0;
  }
  50% {
    height: 30px;
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes scroll_effect {
  0% {
    height: 0;
  }
  50% {
    height: 30px;
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* CSS Document */
/* Fadein////////////////////////////////////////////////////*/
.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein_y {
  opacity: 0;
  -ms-transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadein_y.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein_x {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadein_x.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadein_x02 {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadein_x02.scrollin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*load page animation*/
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#78bc27;
  z-index:9999;
-webkit-animation: byeShutter 0.8s forwards;
          animation: byeShutter 0.8s forwards;
		z-index: 10001;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
z-index: 10001;
-webkit-animation: shutterOpen 0.8s forwards;
          animation: shutterOpen 0.8s forwards;
}	
	
	

	
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
	
	
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  70% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}	


/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide img{
	 animation: animationZoom 15s ease-in-out 1s forwards normal;
}

@keyframes animationZoom {
	
	50%{ transform:scale(1.1); }  
	100%{ transform:scale(1.1); }  
}


#menu-toggle {
  display: none;
}

@media (max-width: 1023px) {
  #menu-toggle {
    position: absolute;
    top: 10px;
    right: 5%;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    border: 1px solid #efefef;
    z-index: 10001;
  }
  #menu-toggle span {
    display: block;
    background: #78bc27;
    border-radius: 2px;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #menu-toggle:hover {
    background: rgba(255, 255, 255, 0.8);
  }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #menu-toggle #hamburger span {
    width: 20px;
    height: 3px;
    position: relative;
    top: 5px;
    left: 6px;
    margin: 4px 0;
  }
  #menu-toggle #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #menu-toggle #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.625s;
         -o-transition-delay: 0.625s;
            transition-delay: 0.625s;
  }
  #menu-toggle #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.75s;
         -o-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu-toggle #cross span:nth-child(1) {
    height: 0;
    width: 3px;
    position: absolute;
    top: 8px;
    left: 15px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  #menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 3px;
    position: absolute;
    left: 8px;
    top: 15px;
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  body.open #menu-toggle #hamburger span {
    width: 0;
  }
  body.open #menu-toggle #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.open #menu-toggle #hamburger span:nth-child(2) {
    -webkit-transition-delay: 0.125s;
         -o-transition-delay: 0.125s;
            transition-delay: 0.125s;
  }
  body.open #menu-toggle #hamburger span:nth-child(3) {
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  body.open #menu-toggle #cross span:nth-child(1) {
    height: 50%;
    -webkit-transition-delay: 0.625s;
         -o-transition-delay: 0.625s;
            transition-delay: 0.625s;
  }
  body.open #menu-toggle #cross span:nth-child(2) {
    width: 50%;
    -webkit-transition-delay: 0.375s;
         -o-transition-delay: 0.375s;
            transition-delay: 0.375s;
  }
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  color: #3f3f3f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.001em;
}

::-moz-selection {
  color: #3f3f3f;
  background: #78bc27;
}

::selection {
  color: #3f3f3f;
  background: #78bc27;
}

::-moz-selection {
  color: #3f3f3f;
  background: #78bc27;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #3f3f3f;
  background: #78bc27;
}

input::selection,
textarea::selection {
  color: #3f3f3f;
  background: #78bc27;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 0;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

ul {
  list-style-type: none;
}

dd,
dl,
dt,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

address,
em {
  font-style: normal;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.fadein_y:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
.fadein_y:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:visited:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
          animation: flash 1s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

.site {
  position: relative;
  width: 100%;
}

.inner {
  width: 100%;
  margin: auto;
}

.clr-main {
  color: #78bc27;
}

.kv {
  position: relative;
  margin-left: 230px;
  height: 100%;
}

.kv .swiper-slide img {
  width: 100%;
}

.main-visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: inherit;
  z-index: 30;
  background: rgba(255, 255, 255, 0.3);
}

.main-visual .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-visual .main-menu li {
  position: relative;
  width: 30%;
  margin-right: 5%;
  opacity: 0;
}

.main-visual .main-menu li:nth-child(1) {
  right: -50px;
}

.main-visual .main-menu li:nth-child(2) {
  top:120px;
	z-index: 2;
}

.main-visual .main-menu li:nth-child(5) {
  top: 100px;
  right: -150px;
}

.main-visual .main-menu li:nth-child(6) {
  top: 50px;
}

.main-visual .main-menu li:nth-child(3n) {
  margin-right: 0;
}

.main-visual .sp-main-menu {
  display: none;
}

.scroll {
  position: absolute;
  left: -125px;
  bottom: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.scroll .text {
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #78bc27;
  font-size: 14px;
  font-size: 0.875rem;
}

.scroll span {
  position: relative;
  display: block;
}

.scroll span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #78bc27;
  -webkit-animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
          animation: scroll_effect 2s 2s cubic-bezier(0.3, 0.4, 0.1, 1) infinite;
}

.sec .sec-title {
  text-align: center;
  opacity: 0;
}

.sec .sec-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-family: "小塚ゴシック Pro R","Kozuka Gothic Pro Regular",sans-serif;
  text-align: center;
}

.sec .sec-title span.en {
  font-weight: bold;
  font-size: 44px;
  font-size: 2.75rem;
}

.sec .sec-title span.jp {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

.sec .sec-title span.jp .icn {
  position: relative;
  font-style: normal;
}

.sec .sec-title span.jp .icn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  background: url("../img/icn_sec_title.png") no-repeat 50%/cover;
  width: 10px;
  height: 8px;
}

.sp-floting-navigation {
  display: none;
}

.site-header {
  position: relative;
  height: 50px;
  z-index: 1000;
}

.site-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.site-header.is-fixed .site-logo a {
  background: url("../img/logo_g.png") no-repeat 50%/cover;
}

.site-header .inner {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header .site-logo {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 130px;
  height: auto;
  z-index: 1000;
}

.site-header .site-logo a {
  display: block;
  width: 179px;
  height: 41px;
  background: url("../img/logo.png") no-repeat 50%/cover;
}

.site-header .main-navigation {
  position: relative;
}

.site-header .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .main-navigation .menu > li {
  position: relative;
  margin-right: 70px;
  padding: 20px 0;
}

.site-header .main-navigation .menu > li.current:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/icn_menu_current.png") no-repeat 50%/cover;
  width: 8px;
  height: 10px;
}

.site-header .main-navigation .menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.site-header .main-navigation .menu > li > a {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-header .main-navigation .menu > li > .sub-menu {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60px;
  background: #77c873;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility, opacity, z-index, 0.35s ease-in-out;
  -o-transition: visibility, opacity, z-index, 0.35s ease-in-out;
  transition: visibility, opacity, z-index, 0.35s ease-in-out;
}



.site-header .main-navigation .menu > li > .sub-menu li {
  margin-right: 120px;
}

.site-header .main-navigation .menu > li > .sub-menu li:last-child {
  margin-right: 0;
}

.site-header .main-navigation .menu > li > .sub-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.site-header .main-navigation .sp-menu-bottom {
  display: none;
}

.site-header .logo {
  margin-left: 35px;
  width: 188px;
}

.site-header .logo a {
  color: #fff;
}

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  min-height: 540px;
  background: #78bc27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}

.sidebar .page-header {
  margin-top: 150px;
}

.sidebar .page-header .page-title span {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: #1c9f07;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-align: right;
  font-style: normal;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sidebar .page-header .page-title span:nth-child(1) {
  width: 325px;
}

.sidebar .page-header .page-title span:nth-child(1):before {
  display: inline-block;
/*  content: '×'; */
  position: absolute;
  left: 0;
  right: 78px;
  bottom: -20px;
  margin: auto;
  z-index: 1;
}

.sidebar .page-header .page-title span:nth-child(2) {
  width: 300px;
}

.sidebar .page-header .page-title span:nth-child(3) {
  width: 350px;
}

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

.news.is-active:after, .news.is-active:before {
  opacity: 1;
}

.news .inner {
  position: relative;
	top:70px;
}

.news .inner:before {
  content: '';
  position: absolute;
  top: -350px;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/top/news_bg.png") no-repeat top center/cover;
  max-width: 100%;
  height: 1000px;
  z-index: -1;
}

.news:after, .news:before {
  content: '';
  position: absolute;
  -webkit-transition: opacity, 0.8s ease;
  -o-transition: opacity, 0.8s ease;
  transition: opacity, 0.8s ease;
}

.news:before {
  left: 0;
  top: 0;
  background: url("../img/top/business_thumb.png") no-repeat 50%/cover;
  width: 262px;
  height: 195px;
  opacity: 0;
  animation: img_box_9955 10s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}
.news:after {
  right: 0;
  top: 250px;
  background: url("../img/top/business_thumb2.png") no-repeat 50%/cover;
  width: 262px;
  height: 195px;
  opacity: 0;
	animation: img_box_9955 10s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-15px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}


.news .sec-title {
  margin-bottom: 40px;
}

.news .news-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  z-index: 10;
}

.news .news-area a { width: 50%;color: #222;}

@media screen and (max-width:767px){
	.news .news-area a { width: 100%;}
}

.news .news-area .news-post {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news-area .news-post:nth-child(2n) {
  border-left: none;
}

.news .news-area .news-post .thumb {
  width: calc(100% - 250px);
  margin-right: 20px;
}

.news .news-area .news-post .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news .news-area .news-post .detail .catname {
  margin-bottom: 25px;
}

.news .news-area .news-post .detail .catname span {
  padding: 8px 14px;
  background: #383838;
  border-radius: 30px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
}

.news .news-area .news-post .detail .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 0.875rem;
}


.news .news-area .news-post .detail .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .news-area .news-post .detail .meta .time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #383838;
}

.news .news-area .news-post .detail .meta .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .news-area .news-post .detail .meta .tag-list li {
  margin-right: 20px;
}

.news .news-area .news-post .detail .meta .tag-list li:last-child {
  margin-right: 0;
}

.news .news-area .news-post .detail .meta .tag-list li a {
  display: block;
  color: #62c41a;
  font-size: 12px;
  font-size: 0.75rem;
}

.news .button {
  border: 1px solid #e5e5e5;
  max-width: 1000px;
  margin: auto;
　background: #fff;
}

.news .button a {
  background: #fff;
  display: block;
  color: #2e2f2d;
  font-size: 0.875rem;
  text-align: center;
　padding: 30px 0;
  width: 100%;
	height: 100%;
}

.company {
  position: relative;
  width: 100%;
}

.company #particles-js {
  position: absolute;
  height: 600px;
  width: 50%;
}

.company #particles-js .particles-js-canvas-el {
  position: absolute;
  left: 0;
  right: 0;
}

.company .company-header {
  margin-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.company .company-header .company-copy {
  margin-left: 20px;
}

.company .company-area {
  padding-bottom: 70px;
}

.company .company-area .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.company .company-area .company-list li {
  margin-right: 30px;
}

.company .company-area .company-list li a {
  display: block;
}

.company .company-area .company-list li a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
          animation: flash 1s;
}

.company .company-area .company-list li:nth-child(1) {
  margin-top: 150px;
}

.company .company-area .company-list li:nth-child(2) {
  margin-top: 70px;
}

.company .company-area .company-list li:last-child {
  margin-right: 0;
}

.company .company-area .company-list li .thumb {
  position: relative;
  top: 50px;
  left: -10px;
  width: 246px;
}

.company .company-area .company-list li .detail {
  border: 1px solid #dcdcdc;
  min-height: 200px;
  width: 308px;
  padding: 80px 15px 35px 35px;
}

.company .company-area .company-list li .detail .title {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1rem;
  color: #62c41a;
}

.company .company-area .company-list li .detail .title:before {
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #474646;
}

.company .company-area .company-list li .detail .text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4b4b4b;
}

.company .company-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 75px;
  background: #fff;
  z-index: 10;
}

.company .company-bottom .info {
  width: 50%;
  height: 350px;
  background: #fcfcfc;
}

.company .company-bottom .info .info-table {
  padding: 80px 0;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
}

.company .company-bottom .info .info-table tr td,
.company .company-bottom .info .info-table tr th {
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: top;
}

.company .company-bottom .info .info-table tr th {
  color: #acacac;
}

.company .company-bottom .info .info-table tr td {
  color: #474646;
}

.company .company-bottom .info .map-button {
  height: 80px;
  margin: auto;
  text-align: center;
}

.company .company-bottom .info .map-button a {
  position: relative;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company .company-bottom .info .map-button a .icn-map {
  position: relative;
  display: block;
  margin-right: 20px;
  background: url("../img/icn_map.png") no-repeat 50%/cover;
  width: 33px;
  height: 33px;
}

.company .company-bottom .map-wrapper {
  position: relative;
  width: 50%;
}

.company .company-bottom .map-wrapper #map {
  position: relative;
  width: 100%;
  height: 100%;
}

.recruit {
  margin: 0 auto 90px;
}

.recruit .recruit-header {
  width: 100%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/top/recruit_bg.jpg") no-repeat 50%/cover;
  border-bottom: 3px solid #74c345;
}

.recruit .recruit-header .sec-title {
  margin: 0 auto 20px;
}

.recruit .recruit-header .recruit-copy {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "Hannari","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.recruit .recruit-area .recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.recruit .recruit-area .recruit-list li {
  width: 25%;
  border-right: 1px solid #e5e5e5;
}

.recruit .recruit-area .recruit-list li a {
  display: block;
}

.recruit .recruit-area .recruit-list li a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
          animation: flash 1s;
}

.recruit .recruit-area .recruit-list li .thumb {
  margin: 0 auto;
}

.recruit .recruit-area .recruit-list li .thumb img{width: 100%;height: auto;} 

.recruit .recruit-area .recruit-list li .detail {
  padding: 25px 50px;
}

.recruit .recruit-area .recruit-list li .detail .title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #353535;
  font-weight: 600;
}

.recruit .recruit-area .recruit-list li .detail .title:before {
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #78bc27;
}

.recruit .recruit-area .recruit-list li .detail .text {
  color: #353535;
  font-size: 14px;
  font-size: 0.875rem;
}

.pickup {
  margin: 0 auto 180px;
}

.pickup .sec-title {
  margin: 0 auto 40px;
}

.pickup .pickup-area .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.pickup .pickup-area .pickup-list li {
  width: 33.3333%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.pickup .pickup-area .pickup-list li:last-child {
  border-right: none;
}

.site-footer {
  width: 100%;
  height: 188px;
  background: #000;
  color: #fff;
}

.site-footer .inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.site-footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer .sns li {
  margin-right: 10px;
}

.site-footer .sns li:last-child {
  margin-right: 0;
}

.site-footer .footer-navigation {
  margin-bottom: 25px;
}

.site-footer .footer-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .footer-navigation .menu li {
  margin-right: 70px;
}

.site-footer .footer-navigation .menu li:last-child {
  margin-right: 0;
}

.site-footer .footer-navigation .menu li a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer .footer-ad {
  margin: 0 auto 30px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.site-footer .site-copy {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.site-footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer .footer-contact .text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.site-footer .footer-contact .footer-button a {
  position: relative;
  display: block;
  width: 180px;
  padding: 14px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  -webkit-transition: color, 0.8s ease;
  -o-transition: color, 0.8s ease;
  transition: color, 0.8s ease;
}

.site-footer .footer-contact .footer-button a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: background, 0.8s ease;
  -o-transition: background, 0.8s ease;
  transition: background, 0.8s ease;
  z-index: -1;
}

.site-footer .footer-contact .footer-button a:hover {
  opacity: 1 !important;
  color: #78bc27;
}

.site-footer .footer-contact .footer-button a:hover:before {
  width: 100%;
}

.site-footer .footer-contact .footer-button a .icn {
  position: relative;
}

.site-footer .footer-contact .footer-button a .icn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  background: url("../img/icn_contact.png") no-repeat 50%/cover;
  width: 10px;
  height: 8px;
}

#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  body.open .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
  }
  body.open .main-navigation .menu {
    display: block;
  }
  .sp-floting-navigation {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
  }
  .sp-floting-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: inherit;
  }
  .sp-floting-navigation .menu li {
    width: 50%;
    height: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-floting-navigation .menu li:nth-child(1) {
    background: #383838;
  }
  .sp-floting-navigation .menu li:nth-child(2) {
    background: #265a00;
  }
  .sp-floting-navigation .menu li a {
    position: relative;
    width: 100%;
    color: #fff;
    margin-left: 10px;
  }
  .sp-floting-navigation .menu li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto;
    background: url("../img/icn_menu_current_sp.png") no-repeat 50%/cover;
    width: 12px;
    height: 8px;
  }
  .kv {
    position: relative;
    margin: 0 auto 70px;
    width: 100%;
    height: calc(100% - 70px);
  }
  .main-visual {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    background: rgba(255, 255, 255, 0.4);
  }
  .main-visual .main-menu {
    display: none;
  }
  .main-visual .sp-main-menu {
    display: block;
    margin-top: 110px;
    height: calc(100vh - 120px);
  }
  .main-visual .sp-main-menu li {
    width: 50%;
    margin-bottom: 15px;
    opacity: 0;
  }
  .main-visual .sp-main-menu li:nth-child(1) {
    margin-left: auto;
  }
  .main-visual .sp-main-menu li:nth-child(2) {
    margin: 0 auto 15px;
  }
  .main-visual .sp-main-menu li:nth-child(3) {
    margin-right: auto;
  }
  .scroll {
    position: absolute;
    left: 25px;
    top: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
  }
  .scroll .text {
    position: relative;
    margin-bottom: 25px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #78bc27;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .sec .sec-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .sec .sec-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    font-family: "小塚ゴシック Pro R","Kozuka Gothic Pro Regular",sans-serif;
    text-align: center;
  }
  .sec .sec-title span.en {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .sec .sec-title span.jp {
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .sec .sec-title span.jp .icn {
    position: relative;
    font-style: normal;
  }
  .sec .sec-title span.jp .icn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    background: url("../img/icn_sec_title.png") no-repeat 50%/cover;
    width: 10px;
    height: 8px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 1000;
  }
  .site-header .inner {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header .site-logo {
    position: absolute;
    top: 10px;
    left: 5%;
    width: 90px;
    height: 20px;
    z-index: 1000;
  }
  .site-header .site-logo a {
    display: block;
    width: 179px;
    height: 41px;
    background: url("../img/logo_g.png") no-repeat 50%/cover;
  }
  .site-header .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #78bc27;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: z-index,visibility,opacity, 0.65s ease;
    -o-transition: z-index,visibility,opacity, 0.65s ease;
    transition: z-index,visibility,opacity, 0.65s ease;
  }
  .site-header .main-navigation .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin: 30px auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .site-header .main-navigation .menu > li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0;
  }
  .site-header .main-navigation .menu > li.current:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -4.5%;
    right: inherit;
    bottom: initial;
    margin: auto;
    background: url("../img/icn_menu_current_sp.png") no-repeat 50%/cover;
    width: 12px;
    height: 8px;
  }
  .site-header .main-navigation .menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .site-header .main-navigation .menu > li > a {
    font-size: 16px;
    color: #fff;
  }
  .site-header .main-navigation .menu > li > .sub-menu {
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
	margin:5px 0 0 10px;
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .site-header .main-navigation .menu > li > .sub-menu li {
    width: 48.75%;
    margin-right: 2.5%;
  }
  .site-header .main-navigation .menu > li > .sub-menu li:last-child {
    margin-right: 2.5%;
  }
  .site-header .main-navigation .menu > li > .sub-menu li:nth-child(2n) {
    margin-right: 0;
  }
  .site-header .main-navigation .menu > li > .sub-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header .main-navigation .sp-menu-bottom {
    width: 95%;
    margin: 20px auto 50px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .main-navigation .sp-menu-bottom li {
    text-align: center;
    width: 48.75%;
    margin-right: 2.5%;
  }
  .site-header .main-navigation .sp-menu-bottom li:nth-child(2n) {
    margin-right: 0;
  }
  .site-header .main-navigation .sp-menu-bottom li a {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header .logo {
    margin-left: 35px;
    width: 188px;
  }
  .site-header .logo a {
    color: #fff;
  }
  .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: none;
    display: block;
  }
  .sidebar .page-header {
    margin-top: 70px;
  }
  .sidebar .page-header .page-title span {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #1c9f07;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .sidebar .page-header .page-title span:nth-child(1) {
    width: 140px;
  }
  .sidebar .page-header .page-title span:nth-child(1):before {
    display: inline-block;
/*    content: '×'; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: 1;
  }
  .sidebar .page-header .page-title span:nth-child(2) {
    width: 120px;
  }
  .sidebar .page-header .page-title span:nth-child(3) {
    width: 160px;
  }
  .news {
    position: relative;
    width: 100%;
    margin: 0 auto 100px;
  }
  .news .inner {
    position: relative;
    width: 100%;
	  top:0;
  }
  .news .inner:before {
    display: none;
  }
  .news:before {
    display: none;
  }
  .news:after {
    display: none;
  }
  .news .sec-title {
    margin-bottom: 40px;
  }
  .news .news-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  .news .news-area .news-post {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .news-area .news-post:nth-child(2n) {
    border-left: none;
  }
  .news .news-area .news-post .thumb {
    width: 40%;
    margin: 0 2.5% 0 0;
    text-align: center;
  }
  .news .news-area .news-post .detail {
    width: calc(100% - 42.5%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news-area .news-post .detail .catname {
    margin-bottom: 25px;
  }
  .news .news-area .news-post .detail .catname a {
    padding: 8px 14px;
    background: #383838;
    border-radius: 30px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    color: #fff;
  }
  .news .news-area .news-post .detail .title {
    margin-bottom: 25px;
  }
  .news .news-area .news-post .detail .title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .news .news-area .news-post .detail .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .news .news-area .news-post .detail .meta .time {
    display: block;
    margin-right: 15px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #383838;
  }
  .news .news-area .news-post .detail .meta .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .news-area .news-post .detail .meta .tag-list li {
    margin-right: 10px;
  }
  .news .news-area .news-post .detail .meta .tag-list li:last-child {
    margin-right: 0;
  }
  .news .news-area .news-post .detail .meta .tag-list li a {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .news .button {
    border: 1px solid #e5e5e5;
    max-width: 95%;
  }
  .news .button a {
    width: 100%;
    padding: 12px 0;
    font-size: 0.875rem;
  }
  .company {
    position: relative;
    width: 100%;
  }
  .company #particles-js {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 600px;
    width: 90%;
  }
  .company #particles-js .particles-js-canvas-el {
    position: absolute;
    top: -80px;
  }
  .company .company-header {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company .company-header .sec-title {
    margin: 0 auto 20px;
  }
  .company .company-header .company-copy {
    margin-left: 0;
  }
  .company .company-area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .company .company-area .company-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company .company-area .company-list li {
    padding-top: 50px;
    margin: 0 auto;
  }
  .company .company-area .company-list li:nth-child(1) {
    margin: 0 auto;
  }
  .company .company-area .company-list li:nth-child(2) {
    margin: 0 auto;
  }
  .company .company-area .company-list li:nth-child(2) a .thumb {
    left: inherit;
    right: 5%;
    margin-right: 0;
    margin-left: auto;
  }
  .company .company-area .company-list li:nth-child(2) a .detail {
    margin-right: 15%;
  }
  .company .company-area .company-list li:last-child {
    margin: 0 auto;
  }
  .company .company-area .company-list li .thumb {
    position: relative;
    top: 15px;
    left: 5%;
    width: 50%;
  }
  .company .company-area .company-list li .detail {
    border: 1px solid #dcdcdc;
    min-height: 100px;
    width: 65%;
    margin-right: 15%;
    margin-left: auto;
    padding: 25px;
    background: #fff;
  }
  .company .company-area .company-list li .detail .title {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .company .company-area .company-list li .detail .title:before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #474646;
  }
  .company .company-area .company-list li .detail .text {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #4b4b4b;
  }
  .company .company-bottom {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin: 0 auto 75px;
    background: #fff;
    z-index: 10;
  }
  .company .company-bottom .info {
    width: 100%;
    height: auto;
    background: #fcfcfc;
  }
  .company .company-bottom .info .info-table {
    padding: 40px 0;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
  }
  .company .company-bottom .info .info-table tr td,
  .company .company-bottom .info .info-table tr th {
    padding: 10px 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .company .company-bottom .info .info-table tr th {
    width: 40px;
  }
  .company .company-bottom .info .map-button {
    height: 60px;
    margin: auto;
    text-align: center;
  }
  .company .company-bottom .info .map-button a {
    position: relative;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .company .company-bottom .info .map-button a .icn-map {
    position: relative;
    display: block;
    margin-right: 20px;
    background: url("../img/icn_map.png") no-repeat 50%/cover;
    width: 18px;
    height: 18px;
  }
  .company .company-bottom .map-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
  }
  .company .company-bottom .map-wrapper #map {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .recruit {
    margin: 0 auto 45px;
  }
  .recruit .recruit-header {
    width: 100%;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../img/top/recruit_bg_sp.jpg") no-repeat 50%/cover;
    border-bottom: 3px solid #74c345;
  }
  .recruit .recruit-header .sec-title {
    margin: 0 auto 20px;
  }
  .recruit .recruit-header .recruit-copy {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Hannari","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .recruit .recruit-area .recruit-list {
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
  }
  .recruit .recruit-area .recruit-list li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .recruit .recruit-area .recruit-list li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit .recruit-area .recruit-list li .thumb {
    width: 50%;
    margin: 0 auto;
  }
  .recruit .recruit-area .recruit-list li .detail {
    width: 50%;
    padding: 10px;
  }
  .recruit .recruit-area .recruit-list li .detail .title {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .recruit .recruit-area .recruit-list li .detail .title:before {
    content: '';
    position: absolute;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #78bc27;
  }
  .recruit .recruit-area .recruit-list li .detail .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .pickup {
    margin: 0 auto 90px;
  }
  .pickup .sec-title {
    margin: 0 auto 40px;
  }
  .pickup .pickup-area .pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .pickup .pickup-area .pickup-list li {
    width: 33.3333%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #e5e5e5;
    text-align: center;
  }
  .pickup .pickup-area .pickup-list li:last-child {
    border-right: none;
  }
  .site-footer {
    width: 100%;
    padding: 25px 0 40px;
    height: auto;
    background: #000;
    color: #fff;
  }
  .site-footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .site-footer .sns li {
    margin-right: 5px;
  }
  .site-footer .sns li:last-child {
    margin-right: 0;
  }
  .site-footer .footer-navigation {
    margin-bottom: 15px;
  }
  .site-footer .footer-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .footer-navigation .menu li {
    margin-right: 20px;
  }
  .site-footer .footer-navigation .menu li:last-child {
    margin-right: 0;
  }
  .site-footer .footer-navigation .menu li a {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .site-footer .footer-ad {
    margin: 0 auto 30px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
  .site-footer .site-copy {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
  }
  .site-footer .footer-contact {
    margin: 0 auto 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .footer-contact .text {
    margin: 0 auto 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
  }
  .site-footer .footer-contact .footer-button a {
    position: relative;
    display: block;
    width: 180px;
    padding: 14px 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
  .site-footer .footer-contact .footer-button a .icn {
    position: relative;
  }
  .site-footer .footer-contact .footer-button a .icn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    background: url("../img/icn_contact.png") no-repeat 50%/cover;
    width: 10px;
    height: 8px;
  }
  #pagetop {
    position: fixed;
    right: 5%;
    bottom: 70px;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
}



/***bred*****/

.breadcramb a{color:#fff !important;}


/**** section negativemargin****/
section{
padding-top:0;
margin-top: 0;}

@media screen and (max-width:767px){
	section{
padding-top:0;
margin-top: 0;}

}


/***sitemap******/

#sitemap_list li{ padding: 10px 15px;list-style: circle;margin-left: 30%;}
