@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fontawesome/fa-solid-900.eot");
  src: url("fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-solid-900.woff2") format("woff2"), url("fontawesome/fa-solid-900.woff") format("woff"), url("fontawesome/fa-solid-900.ttf") format("truetype"), url("fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brand";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fontawesome/fa-brands-400.eot");
  src: url("fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-brands-400.woff2") format("woff2"), url("fontawesome/fa-brands-400.woff") format("woff"), url("fontawesome/fa-brands-400.ttf") format("truetype"), url("fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Regular";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fontawesome/fa-regular-400.eot");
  src: url("fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-regular-400.woff2") format("woff2"), url("fontawesome/fa-regular-400.woff") format("woff"), url("fontawesome/fa-regular-400.ttf") format("truetype"), url("fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon/icomoon.eot?9vo0tz");
  src: url("icomoon/icomoon.eot?9vo0tz#iefix") format("embedded-opentype"), url("icomoon/icomoon.ttf?9vo0tz") format("truetype"), url("icomoon/icomoon.woff?9vo0tz") format("woff"), url("icomoon/icomoon.svg?9vo0tz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*//////////////////////////////////
    レイアウト    
//////////////////////////////////*/
#top_hero .swiper-slide {
  height: 75vh;
}
@media screen and (max-width: 768px) {
  #top_hero .swiper-slide {
    width: 100%;
    aspect-ratio: 3/2;
    height: auto;
  }
}

.swiper-slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFF;
}

.swiper-button-prev::after {
  content: "\f137" !important;
  margin-left: 1rem;
}

.swiper-button-next::after {
  content: "\f138" !important;
  margin-right: 1rem;
}

.swiper-pagination-bullet {
  background: #FFF !important;
}

#products .swiper-button-prev::after, #products .swiper-button-next::after {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #70B330;
  position: absolute;
  top: 50%;
  font-size: 5rem;
}
#products .swiper-button-prev::after {
  content: "\f0d9" !important;
  left: -5rem;
}
#products .swiper-button-next::after {
  content: "\f0da" !important;
  right: -5rem;
}

#slide1 {
  background-image: url("../images/slider1.jpg");
}

#slide2 {
  background-image: url("../images/slider2.jpg");
}

#slide3 {
  background-image: url("../images/slider3.jpg");
}

#slide4 {
  background-image: url("../images/slider4.jpg");
}

#slide5 {
  background-image: url("../images/slider5.jpg");
  background-position: top;
}

.page .hero {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  height: 25vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  font-weight: bold;
}
.page .hero p {
  font-size: 2rem;
  margin: 0;
}
.page .hero span {
  display: block;
  font-size: 1.5rem;
}

table {
  width: 100%;
}

tr:first-child th {
  border-top: 3px solid #333;
}
tr:first-child td {
  border-top: 3px solid #70B330;
}

th {
  min-width: 5rem;
  padding: 1rem;
  background: #F3F3F3;
  border-bottom: 1px solid #FFFFFF;
}

td {
  padding: 1rem;
  border-bottom: 1px dotted #999;
  word-break: keep-all;
}

/*フォームデザイン*/
input[type=text], input[type=tel], input[type=email] {
  height: 2.4em;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
input[type=text]:read-only, input[type=tel]:read-only, input[type=email]:read-only {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: default;
}
input[type=text]:read-only:focus, input[type=tel]:read-only:focus, input[type=email]:read-only:focus {
  border: none;
  box-shadow: none;
}
input[type=text]:required:valid + span::after, input[type=tel]:required:valid + span::after, input[type=email]:required:valid + span::after {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f164";
  color: #70B330;
  margin-left: 1rem;
}
input[type=text]:focus:invalid, input[type=tel]:focus:invalid, input[type=email]:focus:invalid {
  box-shadow: 0 0 0 2px #cd5360 inset;
}
input[type=submit] {
  background: #70B330;
  color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  margin-right: 2rem;
}
input[name=zipCode] {
  width: 6.5rem;
}
input[name=company], input[name=division] {
  width: 12rem;
}
input[type=email] {
  width: 24rem;
}
input[type=tel] {
  width: 9.5rem;
}
input[name=address] {
  width: 32em;
  max-width: 100%;
}

textarea {
  height: 5em;
  max-width: 100%;
  width: 50em;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
textarea:read-only {
  border: none;
  box-shadow: none;
  width: 100%;
  cursor: default;
}
textarea:read-only:focus {
  border: none;
  box-shadow: none;
}

select {
  height: 2.4em;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
}

.radio {
  display: flex;
  align-items: center;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio] + label {
  margin-right: 2rem;
}
.radio input[type=radio] + label::before {
  font-family: "Font Awesome 5 Regular" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f111";
  color: #70B330;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.radio input[type=radio]:checked + label::before {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f058";
}

#recruit_info dl, #inquiry dl {
  text-align: left;
}
#recruit_info dl div, #inquiry dl div {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#recruit_info dl dt, #inquiry dl dt {
  float: left;
  width: 17rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 1rem;
  background: #70B330;
  color: #FFFFFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #recruit_info dl dt, #inquiry dl dt {
    width: 100%;
  }
}
#recruit_info dl dd, #inquiry dl dd {
  float: left;
  width: calc(100% - 21rem);
  min-width: 20rem;
  border-bottom: solid 1px #A5A5A5;
  font-size: 1rem;
  margin: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #recruit_info dl dd, #inquiry dl dd {
    width: 100%;
  }
}
#recruit_info .required::after, #inquiry .required::after {
  content: "必須";
  font-size: 0.75rem;
  background: #FFFFFF;
  color: #70B330;
  border-radius: 0.25rem;
  margin-left: 1rem;
  padding: 0 0.25rem;
  display: inline-block;
}
#recruit_info #getZipCode, #inquiry #getZipCode {
  display: inline-block;
  width: auto;
  padding: 0.25rem 1rem;
  background: #70B330;
  color: #FFFFFF;
  margin-left: 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
#recruit_info .readonly #getZipCode, #inquiry .readonly #getZipCode {
  display: none;
}

/*パンくず*/
#breadcrumb {
  font-size: 0.8rem;
}
#breadcrumb ol {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
#breadcrumb ol li {
  display: inline;
  padding-left: 0.5rem;
}
#breadcrumb ol li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 0.5rem;
  color: #333;
}
#breadcrumb ol li:last-child::after {
  content: "";
}
#breadcrumb ol li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
#breadcrumb ol li a {
  text-decoration: none;
  color: #333;
}

/*目次*/
#pageIndex {
  margin-top: 2rem;
  padding: 1rem;
  background: #FFFFFF;
  border: 3px solid #70B330;
  border-radius: 0.5rem;
}
#pageIndex .title {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
#pageIndex .title:before {
  content: "\f0ca";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFFFFF;
  background: #70B330;
  padding: 0.5rem;
  margin-right: 1rem;
}
#pageIndex .btnOpen {
  display: none;
}
#pageIndex ol {
  height: auto;
  max-height: 100vh;
  transition: all 1s ease;
  overflow: hidden;
  counter-reset: index;
}
#pageIndex ol a {
  text-decoration: none;
  color: #333;
}
#pageIndex ol li {
  counter-increment: index;
  list-style: none;
  margin-bottom: 0.5rem;
}
#pageIndex ol li::before {
  content: counter(index);
  margin-right: 0.5rem;
  background: #70B330;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
}
#indexClose {
  margin-left: 2rem;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  border: 2px solid #999;
  border-radius: 0.25rem;
  cursor: pointer;
  text-align: center;
  width: 3rem;
}

#pageIndex.close .btnOpen {
  display: block;
}
#pageIndex.close .btnClose {
  display: none;
}
#pageIndex.close ol {
  max-height: 0;
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}
.video iframe {
  width: 100%;
  height: 100%;
}

/*会社概要*/
#company {
  overflow-x: hidden;
}
#company .hero {
  background: linear-gradient(135deg, #70b330, rgba(169, 209, 130, 0.8)), url("../images/slider4.jpg");
  background-position: center;
}
#company main {
  position: relative;
}
#company main .truck {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  animation: moving 12s linear infinite;
}
#company main .truck::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 5rem;
  color: #70B330;
}

@keyframes moving {
  from {
    left: 100vw;
  }
  to {
    left: -10rem;
  }
}
#message article {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 2rem;
}
#message article img {
  max-width: 100%;
  width: 400px;
  height: auto;
  object-fit: contain;
}
#message article div {
  text-align: left;
  flex: 1;
}
#message .sign {
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}

#history ul {
  padding-left: 0;
}
#history li {
  list-style: none;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#history p {
  margin: 0;
  padding: 1rem;
}
@media screen and (max-width: 1000px) {
  #history p {
    padding: 0.5rem;
  }
}
#history p:first-child {
  width: 8rem;
  min-width: 8rem;
}
@media screen and (max-width: 1000px) {
  #history p:first-child {
    width: 5rem;
    min-width: 5rem;
  }
}
#history p:nth-child(2) {
  position: relative;
  border-left: 2px #999 solid;
  padding-left: 2.5rem;
}
#history p:nth-child(2)::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #70B330;
  position: absolute;
  left: -0.5rem;
  top: 24px;
  border-radius: 100%;
}
#history p:nth-child(2)::after {
  content: "";
  display: block;
}
#history article {
  display: flex;
  justify-content: space-between;
}
#history article div {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #history article {
    flex-wrap: wrap;
  }
  #history article div {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

#access iframe {
  width: 100%;
  height: 50vh;
}
#access .factories {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
#access .factories li {
  list-style: none;
}

/*採用情報*/
#recruit .hero {
  background: linear-gradient(135deg, #70b330, rgba(169, 209, 130, 0.8)), url("../images/slider4.jpg");
  background-position: center;
}

.recruit_image {
  display: flex;
  gap: 2rem;
  align-items: center;
  line-height: 2;
}
.recruit_image figure {
  margin: 0;
  width: 600px;
  max-width: 100%;
  flex: 1;
}
.recruit_image div {
  flex: 1;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_image div {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_image {
    flex-direction: column;
  }
}
.recruit_image h3 {
  text-align: center;
}

#employment img {
  max-width: 100%;
}
#employment .text {
  margin: 3rem 0;
}
#employment .text h3 {
  text-align: center;
}
#employment .text p {
  width: 85%;
  line-height: 2;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #employment .text p {
    width: 100%;
  }
}

#btnEntry {
  background: #70B330;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #FFF;
  text-shadow: none;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  box-sizing: border-box;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(153, 153, 153, 0.6);
}
#btnEntry:hover {
  animation-name: pulse;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  25% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(0.95);
  }
}
#interview .video {
  text-align: center;
  aspect-ratio: auto;
  margin-bottom: 4rem;
}
#interview .video iframe {
  aspect-ratio: 16/9;
  width: 75%;
  height: 75%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #interview .video iframe {
    width: 100%;
  }
}
#interview p {
  margin-bottom: 1rem;
}

.content {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
.content figure {
  margin: 0;
}
.content figure img {
  max-width: 100%;
}
.content figcaption {
  margin: 0.5rem 1rem;
}
.content article {
  width: 24rem;
  max-width: 90vw;
  background: #FFFFFF;
  border: 1px solid #999;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(153, 153, 153, 0.6);
  position: relative;
}
.content article h3, .content article a, .content article p {
  padding: 0.5rem 1rem;
  margin: 0;
}
.content article p {
  margin-bottom: 3.5rem;
}
.content article a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding: 1rem;
  text-decoration: none;
  color: #70B330;
  font-weight: bold;
}
.content article a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 1rem;
}

#rolesIndex .cards {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #rolesIndex .cards {
    flex-direction: column;
  }
}
#rolesIndex .cards article {
  position: relative;
  max-width: 100%;
  padding: 2rem 2rem 1.7rem;
  border: 1px solid #999;
  border-radius: 0.25rem;
  background: #FFFFFF;
  color: #333;
  text-decoration: none;
}
#rolesIndex .cards article h3 {
  position: absolute;
  top: -2rem;
  left: 2rem;
  background: #70B330;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}

/*こだわり*/
#commitment .hero {
  background: linear-gradient(135deg, #70b330, rgba(169, 209, 130, 0.8)), url("../images/slider4.jpg");
  background-position: center;
}

#manufacture h3 span {
  background: linear-gradient(transparent 60%, #a9d182 60%);
}
#manufacture dl div {
  display: flex;
}
#manufacture dl div dt {
  min-width: 5rem;
}
#manufacture dl div dd {
  margin-left: 0.5rem;
  word-break: keep-all;
}
#manufacture h4 {
  box-sizing: border-box;
  position: relative;
  padding: 0.25rem 1rem;
  border-bottom: 3px solid #70B330;
  width: 100%;
}
#manufacture h4::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #70B330 transparent transparent transparent;
}
#manufacture h4::after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}
#manufacture img {
  height: auto;
  max-width: 90vw;
  object-fit: scale-down;
  flex-shrink: 0;
}

#facilities article {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
}
#facilities article img {
  width: 280px;
  height: auto;
}
#facilities .facilities_wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  #facilities .facilities_wrap {
    flex-direction: column;
  }
}
#facilities .facilities {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
#facilities .facilities img {
  width: 16.5rem;
  height: 11rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  #facilities .facilities img {
    width: 10.5rem;
    height: 7rem;
  }
}
#facilities .tablewrap {
  width: 100%;
  overflow-x: auto;
}
#facilities table {
  border-collapse: collapse;
}
#facilities th {
  background: #70B330;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  word-break: keep-all;
}
#facilities td {
  border: 1px solid #70B330;
}
#facilities td:nth-child(4) {
  text-align: center;
}

#contactUs .hero {
  background: linear-gradient(135deg, #70b330, rgba(169, 209, 130, 0.8)), url("../images/slider4.jpg");
  background-position: center;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#page404 .hero {
  background: linear-gradient(135deg, #70b330, rgba(169, 209, 130, 0.8)), url("../images/slider4.jpg");
  background-position: center;
}
#page404 main h1 {
  text-align: center;
  font-size: 5rem;
  color: #333;
  margin: 0;
}
#page404 main h1 i {
  animation: spin 16s linear infinite;
}
#page404 main h1 i::before {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f013";
  animation: spin 16s linear infinite;
}
#page404 main p {
  text-align: center;
}

/*
$backgroundColor:var.color("background");
$subBackgroundColor:var.color("subBackground");
$mainColor:var.color("main");
$subColor:var.color("sub");
$fontColor:var.color("font");
$borderColor:var.color("border");
$noticeColor:var.color("notice");
$cautionColor:var.color("caution");
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
  background: #FFFFFF;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

header {
  width: 100%;
  background: #FFFFFF;
}
header nav {
  position: sticky;
  top: 0;
}
header nav li {
  list-style: none;
  position: relative;
  text-align: center;
}
header nav li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 1rem 0;
  box-sizing: border-box;
}
header nav > ul {
  margin: auto;
  display: flex;
  justify-content: space-around;
}
header nav > ul li {
  flex: 1;
  list-style: none;
}
header nav > ul li:hover > ul > li {
  height: 3rem;
  overflow: visible;
}
header nav > ul li ul {
  position: absolute;
  padding-left: 0;
  width: 100%;
}
header nav > ul li ul:hover > li {
  height: 3rem;
  overflow: visible;
}
header nav > ul li ul li {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

main {
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  main {
    width: 100%;
  }
}

aside {
  width: 100%;
  padding: 2rem 0;
  background: #F3F3F3;
}

footer {
  width: 100%;
}

.wrap {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding: 1rem;
  }
}

header {
  background: #333;
  position: sticky;
  top: 0;
  z-index: 100;
}
header h1 {
  margin: 0.5rem;
}
header h1 a {
  display: flex;
  align-items: center;
}
header h1 img {
  max-width: calc(100vw - 5rem);
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  header .menu {
    display: block;
  }
  header .menu::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #FFFFFF;
    font-size: 3rem;
  }
}

#navivation {
  padding-left: 0;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  100% {
    transform: rotate(-360deg);
  }
}
#mainNav {
  flex: 1;
}
#mainNav li {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}
#mainNav a {
  color: #FFFFFF;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 7rem;
  line-height: 3.5rem;
  transition: all 300ms 0s ease;
  padding: 0;
  letter-spacing: 0.25rem;
}
#mainNav a span {
  height: 3.5rem;
}
#mainNav a span::before {
  content: "\f013";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
}
#mainNav a:hover {
  color: #333;
  top: -3.5rem;
  background: #70B330;
}
@media screen and (max-width: 1000px) {
  #mainNav {
    height: 0;
    overflow: hidden;
    display: none;
    transition: all 300ms linear;
    background: initial;
    display: block;
    padding: 0.5rem;
    position: absolute;
    right: 0;
  }
  #mainNav.open {
    background: #333;
    max-height: 100vh;
    height: auto;
    z-index: 100;
  }
  #mainNav li {
    position: initial;
  }
  #mainNav #navigation {
    flex-direction: column;
    padding-left: 0;
  }
  #mainNav #navigation a {
    position: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    height: 3.5rem;
    padding: 0 0.5rem;
  }
  #mainNav #navigation a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 0.5em;
  }
  #mainNav #navigation a span::before {
    display: none;
  }
  #mainNav #navigation a span:last-of-type {
    margin-left: 1rem;
    font-size: 0.8rem;
  }
}

main {
  margin-top: 2rem;
}
main section {
  width: 100%;
  margin: auto;
  padding: 3rem 0;
  overflow: hidden;
  background: url("../images/bg3.png") right top no-repeat;
  background-size: cover;
}
main section:nth-child(even) {
  background: #F3F3F3;
  position: relative;
}
main section:nth-child(even) h2::before {
  border-left: solid 3.5rem #F3F3F3;
}
main section:nth-child(even) h2::after {
  border-right: solid 2.5rem #F3F3F3;
}

h2 {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
  background: #70B330;
  color: white;
  margin-left: -2rem;
  line-height: 1.3;
  z-index: 3;
  border-bottom: 2px solid #333;
  margin-bottom: 3rem;
}
h2::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 3.5rem #FFFFFF;
  border-bottom: solid 6rem transparent;
  z-index: 2;
}
h2::after {
  position: absolute;
  content: "";
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 2.5rem #FFFFFF;
  border-top: solid 5rem transparent;
  z-index: 2;
}

.acd {
  display: none;
}
.acd + div {
  height: 0;
  opacity: 0;
  transition: 0.5s all;
}
.acd:checked + div {
  height: auto;
  opacity: 1;
  transition: 0.5s all;
}

.lead {
  font-size: 1.4rem;
  font-weight: bold;
}
.lead span {
  background: linear-gradient(transparent 60%, #a9d182 60%);
}

.btnArea {
  position: relative;
  height: 3.5rem;
  overflow: hidden;
}
.btnArea .btn {
  right: 0;
}

#philosophy article {
  display: flex;
  column-gap: 2rem;
}
#philosophy article img {
  width: 16rem;
  height: 275px;
  flex-shrink: 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #philosophy article {
    flex-direction: column;
  }
}
#philosophy p {
  margin-top: 0;
  margin-bottom: 2rem;
}
#philosophy h4 {
  margin-bottom: 0;
}
#philosophy h4:before {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f086";
  color: #70B330;
  margin-right: 0.5rem;
}

#movie .video {
  width: 50rem;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#movie iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#products .products.wrap {
  width: 60rem;
  max-width: 100%;
  position: relative;
}
#products img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
#products .text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 0.25rem 1rem 2rem 1rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #products .text {
    font-size: 1rem;
  }
}

#news dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#news dt {
  width: 8rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
#news dd {
  width: calc(100% - 8rem);
  margin-left: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

#recruit .gotoBottom {
  text-align: center;
  font-size: 1.2rem;
}
#recruit .gotoBottom i::after {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f063";
}
#recruit .imgBtn {
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.4), rgba(32, 32, 32, 0.8)), url("../images/recruit.jpg");
  background-size: cover;
  color: #FFFFFF;
  display: block;
  text-align: center;
  height: 30rem;
  width: 100%;
  font-size: 2rem;
  text-decoration: none;
  background-position: top;
  transition: all 300ms 0s ease;
}
#recruit .imgBtn:hover {
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.2), rgba(32, 32, 32, 0.4)) url("../images/recruit.jpg");
}
#recruit .imgBtn .imgContent {
  display: grid;
  place-items: center;
  height: 30rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #recruit .imgBtn .imgContent h3 {
    font-size: 1.5rem;
  }
}
#recruit .imgBtn .imgContent .btnArea {
  margin: auto;
  position: relative;
  height: 3.5rem;
  overflow: hidden;
  width: 10rem;
}
#recruit .imgBtn .imgContent a {
  font-size: 1rem;
  margin: auto;
  overflow: hidden;
}
#recruit .imgBtn .imgContent a span {
  width: 100%;
}
#recruit .imgBtn .imgContent a:hover {
  font-size: 1rem;
}

#contact {
  background: #70B330;
  color: #FFFFFF;
  padding: 3rem 0;
}
#contact .wrap {
  text-align: center;
}
#contact h2 {
  color: #FFFFFF;
  text-align: center;
  border-bottom: none;
  max-width: 100vw;
  z-index: 1;
  position: relative;
  display: block;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 1rem 0;
}
#contact h2::before {
  display: none;
}
#contact h2::after {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  border: none !important;
  backface-visibility: hidden;
}
#contact .contactArea {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  #contact .contactArea {
    flex-direction: column;
  }
}
#contact .contactArea a {
  margin: 1rem;
  background: #FFFFFF;
  color: #70B330;
  font-size: 1.5rem;
  padding: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 1rem;
}
#contact .contactArea a::before {
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #contact .contactArea a::before {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contactArea a {
    font-size: 6vw;
    padding: 1rem;
  }
}
#contact .contactArea .tel::before {
  content: "\f879";
}
#contact .contactArea .mail::before {
  content: "\f1d8";
}

#footer_comapny {
  margin-top: 3rem;
}
#footer_comapny .wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer_comapny .wrap {
    flex-direction: column;
  }
}
#footer_comapny .wrap img {
  max-width: 100%;
}
#footer_comapny nav {
  position: initial;
  flex: 1;
}
#footer_comapny nav ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #footer_comapny nav ul {
    flex-direction: column;
  }
}
#footer_comapny nav ul .pages {
  margin-left: 0;
}
#footer_comapny nav ul li, #footer_comapny nav ul .pages li {
  list-style: none;
  text-align: left;
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
#footer_comapny nav ul li a, #footer_comapny nav ul .pages li a {
  padding: 0;
  height: auto;
  color: #70B330;
  text-decoration: none;
}
#footer_comapny nav ul li a::before, #footer_comapny nav ul .pages li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.5rem;
}
#footer_comapny nav ul li ul, #footer_comapny nav ul .pages li ul {
  padding-left: 0;
  margin: 0.5rem;
  flex-direction: column;
}
#footer_comapny nav ul li li, #footer_comapny nav ul .pages li li {
  font-size: 1rem;
  font-weight: normal;
}
#footer_comapny nav ul li li a::before, #footer_comapny nav ul .pages li li a::before {
  content: "\f105";
}

#copyright {
  text-align: center;
  font-size: 0.8rem;
  background: #70B330;
  color: #FFFFFF;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}

.youtube {
  color: #333;
  text-decoration: none;
}
.youtube::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brand" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 3rem;
  color: #c4302b;
}

#youtube {
  position: fixed;
  left: 1rem;
  bottom: 4rem;
  padding: 0.5rem;
  text-decoration: none;
  background: #333;
  color: #FFFFFF;
  border-radius: 0.25rem;
  z-index: 100;
}
#youtube::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 1rem);
  bottom: -1rem;
  border-top: 1rem solid #333;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
#youtube::after {
  content: "\f167";
  font-family: "Font Awesome 5 Brand" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  color: #c4302b;
  bottom: -3rem;
  left: calc(50% - 1rem);
}
#youtube:hover {
  animation: poyo 0.6s ease 0s 1 normal running none;
}

@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(0.98);
  }
}
#go2Top {
  width: 3rem;
  height: 3rem;
  background: #70B330;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  z-index: 50;
}
#go2Top:before {
  font-size: 2rem;
  content: "\f106";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFFFFF;
}

.gear {
  display: block;
  display: block;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  background-color: transparent;
}

.gear.one {
  border: 3px dashed;
  height: 60px;
  width: 60px;
  color: #a9d182;
  box-shadow: inset 0 0 0 6px #a9d182, inset 0 0 0 10px #F3F3F3, inset 0 0 0 15px #a9d182;
  bottom: 5px;
  right: -15px;
}

.gear.one:before {
  display: block;
  content: "";
  height: 18px;
  width: 18px;
  color: #a9d182;
  border: 4px solid;
  position: absolute;
  top: 17px;
  left: 17px;
  border-radius: 50%;
}

.gear.one:after {
  display: block;
  content: "";
  height: 26px;
  width: 26px;
  border: 3px dashed;
  position: absolute;
  bottom: 14px;
  right: 14px;
}

.gear.two {
  border: 2px dashed;
  height: 20px;
  width: 20px;
  color: #333;
  box-shadow: inset 0 0 0 4px #333;
  bottom: 200px;
  right: 90px;
}

.gear.three {
  border: 4px dashed;
  height: 100px;
  width: 100px;
  color: #70B330;
  box-shadow: inset 0 0 0 10px #70B330, inset 0 0 0 15px #F3F3F3, inset 0 0 0 20px #70B330;
  bottom: 115px;
  right: -15px;
}

.gear.four {
  border: 4px dashed;
  height: 70px;
  width: 70px;
  color: #999;
  box-shadow: inset 0 0 0 20px #999;
  bottom: 40px;
  right: 40px;
}

.gear.four:after {
  display: block;
  content: "";
  height: 22px;
  width: 22px;
  background: #999;
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 50%;
}

.gear-wrap {
  position: relative;
}
.gear-wrap:hover .gear.one {
  animation: spin 8s linear infinite;
}
.gear-wrap:hover .gear.two {
  animation: spin 2s linear infinite;
}
.gear-wrap:hover .gear.three {
  animation: spin 16s linear infinite;
}
.gear-wrap:hover .gear.four {
  animation: spin-reverse 4s linear infinite;
}

.btn {
  color: #FFFFFF;
  background: #333;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  line-height: 3.5rem;
  transition: all 300ms 0s ease;
  padding: 0 2rem;
  text-decoration: none;
}
.btn span {
  height: 3.5rem;
}
.btn span::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.5em;
}
.btn:hover {
  color: #333;
  top: -3.5rem;
  background: #70B330;
}

.errorInfo {
  color: #cd5360;
}/*# sourceMappingURL=style.css.map */