@charset "UTF-8";
@import url(reset.css);
/*--------------------------------------------------------------

reset.css
リセット関係・clearfixなど

common.css
上記cssのimport、レイアウト（大枠）を記載したcss

sub.css
下層のレイアウト（大枠）を記載したcss

--------------------------------------------------------------*/
* html body {
  background: url(null) fixed;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
  *font-size: small;
  *font: x-small;
  line-height: 1.5;
  letter-spacing: .08em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%; /*レスポンシブのとき*/
}
html {
  overflow-x: hidden;
}
.sp {
  display: none;
}
.spOnly {
  display: none;
}
/* link------------------------------------------------------------ */ 
::selection {
  background: rgba(0, 0, 0, .1);
  color: #5cabdc;
}
::-moz-selection {
  background: rgba(0, 0, 0, .1);
  color: #5cabdc;
}
a {
  color: #000;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
}
/* PCで電話番号リンクを無効に */
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #009037;
  text-decoration: none;
}
a:active {
  color: #009037;
  text-decoration: none;
}
img {
  width: 100%;
}
a img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover img {
  opacity: .7;
}
.logo img, .thum img, .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* 全体格納  ------------------------------------------------------------ */
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.inner {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
.content {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 140px;
  overflow: hidden;
}
h3 {
  font-size: 30px;
}
/* header  ------------------------------------------------------------ */
header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .headline {
  background: #08a243;
  padding: 0;
  text-align: right;
}
header.is-animation .inner {
  height: 60px;
}
header.is-animation h1.logo {
  width: 20%;
}
header.is-animation .headline {
  display: none;
}
header .headline {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header .headline a {
  display: inline-block;
  color: #fff;
  /*padding: 5px 0 5px 40px;*/
  padding: 10px 20px 10px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 0;
}
header .headline a:hover, header .headline a.recruit:hover {
  color: #3dac5a;
}
header .headline a::after {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: skewX(-25deg);
  z-index: -1;
}
header .headline a.recruit {
  color: #000;
  padding-right: 10%;
  margin-right: -1%;
}
header .headline a.recruit::after {
  background: #fff;
  /*box-shadow: 3px 3px rgba(0,0,0,.3);*/
  box-shadow: 3px 3px #b2b2b2;
  height: calc(100% - 3px);
}
header .inner {
  width: 95%;
  height: 100px;
  display: table;
  /*padding: 20px 0;*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header h1.logo {
  width: 27%;
  max-width: 350px;
  display: table-cell;
  vertical-align: middle;
}
header .gNav {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
header .gNav ul {
  display: flex;
  justify-content: flex-end;
}
header .gNav ul li {
  position: relative;
}
header .gNav ul li:last-of-type {
  padding-right: 0;
}
header .gNav ul li::before {
  content: '/';
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #333;
  font-weight: normal;
  z-index: -2;
}
header .gNav ul li:last-of-type::before {
  display: none;
}
header .gNav ul a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 1.2em;
}
header .gNav ul a:hover {
  color: #fff;
}
header .gNav ul a::after {
  width: 0;
  height: 100%;
  content: '';
  top: 0;
  left: 50%;
  transform: skewX(-25deg) translateX(-50%);
  position: absolute;
  z-index: -1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header .gNav ul a:hover::after {
  background: #3dac5a;
  box-shadow: 3px 3px rgba(0, 0, 0, .3);
  width: 110%;
  height: 100%;
}
/* mainvisual ------------------------ */
.main-visual {
  position: relative;
  overflow: hidden;
}
/*
.main-visual::before {
    content: '';
    border-bottom: 500px solid transparent;
    border-left: 300px solid rgba(0,0,0,.5);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}
*/
.main-visual span.ani-mark {
  width: 10%;
  min-width: 120px;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 9999;
}
.main-visual .swiper-slide {
  position: relative;
}
.main-visual .main-txt {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: 3px 3px rgba(0, 0, 0, .3);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 2;
}
.main-visual .main-txt h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
/* category ------------------------ */
.category {
  margin: -30px auto;
  position: relative;
  z-index: 10;
}
.category .col03, .category .col02 {
  display: flex;
  flex-wrap: wrap;
}
.category .col03 .item {
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 25px;
}
.category .col03 .item:last-of-type {
  margin-right: 0;
}
.category .col02 .item {
  width: calc(98%/2);
}
.category .col02 .item:first-of-type {
  margin-right: 2%;
}
.category .col02 .item a {
  padding: 30px;
}
.category .item a {
  display: block;
  background: #009037;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 5px 5px rgba(0, 0, 0, .3);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.category .item a::before {
  content: '';
  background: #00722c;
  width: 100%;
  height: 100%;
  transform: skew(-40deg);
  transition-duration: 0.6s;
  transform-origin: bottom right;
  bottom: 0;
  right: -55%;
  position: absolute;
  z-index: -1;
}
.category .item a:hover::before {
  width: 300%;
  right: 0;
}
.category .item a figure {
  width: 90px;
  height: 80px;
  margin: 0 auto 20px;
}
.category .item a figure img {
  height: 100%;
  opacity: 1;
}
.category .item a p.cat-tit {
  position: relative;
  z-index: 1;
}
.category .item a p.cat-tit span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  /*padding-top: 100px;*/
  position: relative;
}
/* slideArea ------------------------ */
.slideArea {
  background: url("../img/bg-slider.png") no-repeat top /cover;
  background-attachment: fixed;
  padding: 8% 0 7%;
  color: #fff;
}
.slideArea .inner {
  width: 85%;
}
.slideArea .col02 {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.slideArea .col02 .graph {
  width: 30%;
  padding: 0 20px;
}
.slideArea .col02 .txt {
  width: 70%;
  padding: 0 40px;
}
.slideArea .col02 .txt h3 {
  margin-bottom: 30px;
}
.slideArea .col02 .txt p {
  font-size: 18px;
  margin-bottom: 30px;
}
.slider {
  position: relative;
  overflow: hidden;
}
.arw-prev, .arw-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: auto;
  z-index: 999;
}
.arw-prev {
  left: -7%;
}
.arw-next {
  right: -7%;
}
.btn a, .btn input {
  display: inline-block;
  background: #009037;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: 30%;
  min-width: 220px;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
.btn a::after, .btn input::after {
  content: '';
  background: #00722c;
  width: 30%;
  height: 100%;
  transform: skew(-40deg);
  transition-duration: 0.3s;
  transform-origin: bottom right;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.btn a:hover::afterm, .btn input:hover::after {
  width: 120%;
}
/*footer------------------------------------------------------------ */
footer {
  background: #7e7e7e;
  padding: 40px 0;
  color: #fff;
  z-index: 9998;
  position: relative;
}
footer .inner {
  display: table;
}
footer .info, footer .ftNav {
  display: table-cell;
  vertical-align: top;
}
footer .info {
  width: 35%;
  font-size: 14px;
}
footer .info h1.ft-logo {
  margin-bottom: 20px;
  max-width: 400px;
}
footer .info p.tel {
  padding-top: 20px;
}
footer .ftNav {
  width: 70%;
}
footer .ftNav ul {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .ftNav ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  margin: 0 5px 5px;
  display: inline-block;
  /* margin-right: 20px; */
  position: relative;
}
footer .ftNav ul a::after {
  content: '/';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  z-index: -2;
}
footer .ftNav ul li:last-of-type a {
  margin-right: 0;
}
footer .ftNav ul li:last-of-type a::after {
  display: none;
}
footer .ftNav ul a::before, footer .btnArea a::after {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  transform: skewX(-25deg) translateX(-50%);
  position: absolute;
  z-index: -1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
footer .ftNav ul a:hover::before, footer .btnArea a:hover::after {
  background: #3dac5a;
  box-shadow: 3px 3px rgba(0, 0, 0, .3);
  width: 125%;
  height: 100%;
}
footer .btnArea {
  text-align: right;
}
footer .btnArea a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 5px 10px;
  margin: 0 5px;
}
footer .btnArea a::before {
  content: '/';
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: -2
}
footer .btnArea a:last-of-type::before {
  display: none;
}
/*footer .btnArea a::after {
    content: '';
    background: #3dac5a;
    transform: skewX(-25deg);
    box-shadow: 5px 5px rgba(0,0,0,.3);
    width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
*/
footer .ftNav .mark {
  padding-left: 80%;
  margin: 30px 0;
}
footer .ftNav p.copy {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  /* 1023px以下用（タブレット用）の記述 */
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  /* 電話番号リンクを有効に */
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .sb-toggle-right {
    width: 35px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  #spBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999;
  }
  #spBtn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #009037;
    position: absolute;
    left: 0;
    transition: all .4s;
  }
  #spBtn span:nth-of-type(1) {
    top: 0;
  }
  #spBtn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #spBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .sb-active #spBtn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sb-active #spBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .sb-active #spBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  /* ドロワーナビ ------------------------ */
  .sbNav {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*background: #009037;*/
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  }
  .sb-right-inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-left: 5px solid #009037;
  }
  .sb-right-inner .logo {
    margin: 0 auto;
    padding: 20px 10px
  }
  .drawrNav {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .drawrNav ul {
    width: 100%;
    height: auto;
  }
  #accordion li {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
  #accordion li a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #009037;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  #accordion li a::before {
    content: '';
    border-top: 60px solid transparent;
    border-right: 60px solid #00722c;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .sbNav .btnArea a {
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
  }
  header .inner, header.is-animation .inner {
    height: auto;
    padding: 10px 0;
  }
  header h1.logo, header.is-animation h1.logo {
    height: 30px;
  }
  header h1.logo img {
    height: 100%;
    width: auto;
  }
  .content {
    padding-top: 50px;
  }
  h3 {
    font-size: 20px;
  }
  .btn a, .btn input {
    font-size: 16px;
  }
  /* mainvisual ------------------------ */
  .main-visual .main-txt h2 {
    font-size: 30px;
  }
  .main-visual .main-txt {
    font-size: 20px;
  }
  .category {
    margin: -15px auto;
  }
  .category .col03 .item {
    margin-bottom: 15px;
  }
  .category .item a p.cat-tit span {
    font-size: 18px;
  }
  .slideArea .col02 .txt p {
    font-size: 14px;
  }
  .arw-prev, .arw-next {
    width: 30px;
  }
  footer .info {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  footer .info h1.ft-logo {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  .spOnly {
    display: block;
  }
  h3 {
    font-size: 18px;
  }
  .main-visual::before {
    border-bottom: 340px solid transparent;
    border-left: 200px solid rgba(0, 0, 0, .5);
  }
  .main-visual span.ani-mark {
    min-width: 80px;
    top: 7%;
  }
  .main-visual .swiper-slide .main-txt {
    font-size: 18px;
  }
  .category .item a {
    padding: 15px;
    text-align: justify;
    font-size: 13px;
  }
  .category .item a::before {
    border-top: 140px solid transparent;
    border-right: 120px solid #00722c;
  }
  .category .item a p.cat-tit span {
    font-size: 16px;
  }
  .category .col02 .item a {
    padding: 15px;
  }
  .slideArea {
    padding: 100px 0 70px;
  }
  .slideArea .col02 .graph {
    width: 60%;
    margin: 0 auto 30px;
  }
  .slideArea .col02 .txt {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .slideArea .col02 .txt .btn {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .main-visual span.ani-mark {
    min-width: 60px;
  }
  .main-visual .main-txt h2 {
    font-size: 24px;
  }
  .main-visual .main-txt {
    font-size: 16px;
  }
  .category .col03 .item {
    width: 100%;
    margin-right: 0;
  }
  .category .col02 .item {
    width: 100%;
  }
  .category .col02 .item:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .slideArea .col02 .graph {
    width: 80%;
  }
  .arw-prev, .arw-next {
    width: 20px;
  }
  footer .info h1.ft-logo {
    width: 70%;
  }
}
@media screen and (max-width: 360px) {
  /* 360px以下用（スマートフォン用）の記述 */
  .main-visual .main-txt h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}