@charset "UTF-8";
/* CSS Document */
img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "MS Pゴシック", "noto-sans", sans-serif !important;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 15px;
  }
}

p.big {
  font-size: 20px;
}

p.small {
  font-size: 14px;
}

.back-green2 {
  background-color: rgba(238, 245, 218, 0.45);
}

.back-greenphoto {
  background-image: url("../img/footback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-h2 {
  font-size: 38px;
  font-weight: 900;
  padding-left: 30px;
  border-left: 10px solid #000;
}
@media screen and (max-width: 750px) {
  .page-h2 {
    font-size: 24px;
  }
}

.page-h2-w {
  font-weight: 900;
  font-size: 38px;
  color: #fff;
  padding-left: 30px;
  border-left: 10px solid #fff;
}
@media screen and (max-width: 750px) {
  .page-h2-w {
    font-size: 24px;
  }
}

.page-h3 {
  font-weight: 900;
  padding: 0.8rem 10px;
  margin-bottom: 0.2rem;
  /*background-image: linear-gradient(90deg, $green 0 50px, transparent 50px 60px, $green2 0 60px);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;*/
  border-bottom: 2px solid #429A00;
  color: #429A00;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .page-h3 {
    font-size: 22px;
  }
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  header {
    padding: 8px;
    top: 0;
  }
}

.jab {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jab img {
  height: 70px;
}
@media screen and (max-width: 750px) {
  .jab {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 6px;
  }
}

article {
  padding-top: 87px;
}
@media screen and (max-width: 750px) {
  article {
    padding-top: 62px;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 750px) {
  #logo {
    width: 70%;
  }
}
@media screen and (min-width: 751px) {
  #logo {
    width: 400px;
  }
}
#logo img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 751px) {
  #main_nav_wrap {
    padding: 8px 10px;
  }
}

.main_nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.main_nav ul li a {
  font-size: 1.6rem;
  font-weight: bold;
}
.main_nav .btn1 a {
  background-color: #429A00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 4px 30px;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

.linkbtn {
  width: 220px;
  border: 2px solid #000;
}
@media screen and (max-width: 750px) {
  .linkbtn {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.linkbtn a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
  background-color: #fff;
  -webkit-box-shadow: -1px 1px 10px #f2f2f2;
          box-shadow: -1px 1px 10px #f2f2f2;
}
@media screen and (max-width: 750px) {
  .linkbtn a {
    font-size: 18px;
  }
}

.linkbtn2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .linkbtn2 {
    font-size: 18px;
  }
}
.linkbtn2 img {
  margin-left: 20px;
}

.linkbtn3 {
  margin-bottom: 10px;
}
.linkbtn3 a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 6px;
  background-color: #429A00;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .linkbtn3 a {
    font-size: 18px;
  }
}

.btn-right {
  margin-left: auto;
}

.mv {
  position: relative;
}
.mv #top-abso {
  text-align: center;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 20px 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .mv #top-abso {
    padding: 20px;
    width: 90%;
    top: 5%;
  }
}
@media screen and (min-width: 751px) {
  .mv #top-abso {
    width: 900px;
    top: 10%;
  }
}
.mv #top-abso h2 {
  font-size: 32px;
  font-weight: 900;
  color: #A4D519;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mv #top-abso h2 {
    font-size: 25px;
  }
}
.mv #top-abso > div {
  background: url("../img/main_image.png") no-repeat bottom center;
  background-size: 90%;
}
@media screen and (max-width: 750px) {
  .mv #top-abso > div {
    background: url("../img/main_image.png") no-repeat center center;
    background-size: contain;
  }
}
.mv #top-abso ul {
  margin-top: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .mv #top-abso ul {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.mv #top-abso ul li {
  background-color: #A4D519;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .mv #top-abso ul li {
    width: 100%;
    padding: 4px 20px;
  }
  .mv #top-abso ul li a {
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .mv #top-abso p {
    text-align: left;
  }
}

.midashi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .midashi-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-wrap {
  margin-top: 30px;
}
.news-wrap ul {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .news-wrap ul {
    gap: 10px;
  }
}
.news-wrap ul li {
  width: 23%;
}
@media screen and (max-width: 750px) {
  .news-wrap ul li {
    width: 48%;
    padding-bottom: 10px;
  }
}
.news-wrap ul li img {
  aspect-ratio: 360/270;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrap ul li p {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .news-wrap ul li p {
    font-size: 15px;
  }
}
.news-wrap ul li p.title {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .news-wrap ul li p.title {
    line-height: 1.4em;
  }
}
.news-wrap ul li p.datewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .news-wrap ul li p.datewrap {
    font-size: 12px;
  }
}
.news-wrap ul li p.datewrap .cat {
  display: block;
}
.news-wrap ul li p.datewrap .cat a {
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .news-wrap ul li p.datewrap .cat a {
    font-size: 12px;
  }
}
.news-wrap ul li p.datewrap .cat.info a {
  background-color: #A4D519;
  border-radius: 10px;
}
.news-wrap ul li p.datewrap .cat.news a {
  background-color: #EC7642;
  border-radius: 10px;
}
.news-wrap ul li p.datewrap .cat.souchi a {
  background-color: #429A00;
  border-radius: 10px;
}
.news-wrap ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.news-wrap ul::after {
  content: "";
  display: block;
  width: 23%;
}

.section-company {
  margin-top: 80px;
  background: url("../img/back-sky.png") no-repeat left bottom;
  background-size: 60%;
}
@media screen and (max-width: 750px) {
  .section-company {
    margin-top: 0;
    background-size: cover;
  }
}
.section-company .company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 751px) {
  .section-company #top-company {
    width: 50%;
    margin-top: -130px;
  }
}

.gap20 {
  gap: 0 20px;
}

.flex2 {
  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;
}
.flex2 .product {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -1px 1px 10px #f2f2f2;
          box-shadow: -1px 1px 10px #f2f2f2;
}
@media screen and (min-width: 751px) {
  .flex2 .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .flex2 .product {
    margin-bottom: 20px;
  }
}
.flex2 .product img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.flex2 .product > div {
  padding: 20px;
}
.flex2 .product2 {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -1px 1px 10px #888;
          box-shadow: -1px 1px 10px #888;
  padding: 20px;
  height: 300px;
}
@media screen and (min-width: 751px) {
  .flex2 .product2 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .flex2 .product2 {
    width: 100%;
  }
}
.flex2 .product2 p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  color: #000;
}
.flex2 .product2 h3 {
  color: #000;
}
.flex2 .product2:first-child a {
  display: block;
  height: 100%;
  background: url("../img/machine1.png") no-repeat center bottom;
  background-size: 80%;
}
.flex2 .product2:nth-child(2) a {
  display: block;
  height: 100%;
  background: url("../img/machine2.png") no-repeat right bottom;
  background-size: 70%;
}
.flex2 .product2:nth-child(3) a {
  display: block;
  height: 100%;
  background: url("../img/machine3.png") no-repeat right bottom;
  background-size: contain;
}
.flex2 .product2:last-child a {
  display: block;
  height: 100%;
  background: url("../img/machine4.png") no-repeat center bottom;
  background-size: 80%;
}
.flex2 .company1 {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -1px 1px 10px #f2f2f2;
          box-shadow: -1px 1px 10px #f2f2f2;
  border: 3px solid #A4D519;
}
@media screen and (min-width: 751px) {
  .flex2 .company1 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .flex2 .company1 {
    width: 100%;
  }
}
.flex2 .company1 img {
  padding-top: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 750px) {
  .flex2 .company1 img {
    display: none;
  }
}
.flex2 .company1 div {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex2 .company1 div h2 {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .flex2 .company1 {
    margin-bottom: 10px;
  }
}
.flex2 .company2 {
  border: 3px solid #A4D519;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -1px 1px 10px #f2f2f2;
          box-shadow: -1px 1px 10px #f2f2f2;
}
@media screen and (max-width: 750px) {
  .flex2 .company2 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  .flex2 .company2 {
    width: calc(50% - 20px);
  }
}
.flex2 .company2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}
.flex2 .company2 a img {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .flex2 .company2 a img {
    display: none;
  }
}
.flex2 .company2 div h2 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#contact-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 750px) {
  #contact-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact-wrap > div {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #contact-wrap > div {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #contact-wrap > div {
    width: 100%;
  }
}
#contact-wrap > div a {
  width: 100%;
}
#contact-wrap h3 {
  margin-bottom: 20px;
}

/*video*/
.section-movie {
  padding: 0;
}

.video-wrapper {
  overflow: hidden;
  position: relative; /* 絶対配置するコンテンツや疑似要素の基準とする */
  width: 100%;
  z-index: 0;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  background-color: rgba(27, 117, 0, 0.15);
}

.video-wrapper video {
  width: 100%; /* 明示的に幅を設定（必須） */
  height: 115vh;
  -o-object-fit: cover;
     object-fit: cover; /* コンテンツボックスに収まるように拡大縮小 */
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (max-width: 750px) {
  .video-wrapper video {
    height: 270vh;
  }
}

.onvideo {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 751px) {
  .onvideo {
    width: 850px;
  }
}
.onvideo p, .onvideo h3 {
  color: #fff;
}

footer .mini {
  font-size: 13px;
  margin-top: -10px;
}
footer .address {
  font-size: 32px;
  margin-bottom: 30px;
}
footer .address span {
  font-size: 16px;
  display: block;
}
footer .address2 {
  font-size: 16px;
}
footer .address2 span {
  color: #429A00;
}
footer .foot-link {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  footer .foot-link {
    text-align: center;
  }
}
footer .foot-link a {
  text-align: center;
}
footer .foot-link img {
  height: 65px;
}
@media screen and (max-width: 750px) {
  footer .foot-link li {
    width: 100%;
  }
}
footer .footnav {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #888;
}
@media screen and (max-width: 750px) {
  footer .footnav {
    margin-top: 30px;
    padding-top: 30px;
  }
}
footer .footnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (min-width: 751px) {
  footer .footnav > ul > li {
    margin-bottom: 10px;
  }
}
footer .footnav > ul > li > a {
  font-weight: bold;
  font-size: 18px;
  color: #429A00;
}
footer .footnav > ul > li ul.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footnav > ul > li ul.sub li a {
  padding: 4px 10px;
  font-size: 16px;
  border-right: 2px solid #000;
}
@media screen and (max-width: 750px) {
  footer .footnav > ul > li ul.sub li {
    margin-bottom: 6px;
  }
}
footer .footlogoinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footlogoinner a {
  width: 400px;
}

.copy {
  margin-top: 60px;
  background-color: #429A00;
  text-align: center;
  color: #fff;
}

/*下層ページ*/
.page-top {
  height: 300px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EEF5DA));
  background: linear-gradient(to bottom, #fff, #EEF5DA);
}
.page-top .page-h1-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-top .page-h1-wrap .page-h1 {
  font-size: 36px;
  color: #fff;
}

#company {
  background: url("../img/pagetop-company.png") no-repeat right 40%;
  background-size: 60%;
  height: 100%;
}

#contact {
  background: url("../img/pagetop-contact.png") no-repeat right 40%;
  background-size: cover;
  height: 100%;
}

#product {
  /*background: url("../img/pagetop-product.png") no-repeat right 40%;
  background-size: cover;
  height: 100%;*/
}

.page-top:has(#product) {
  height: 80px;
}

#download {
  background: url("../img/pagetop-download.jpg") no-repeat right 40%;
  background-size: cover;
  height: 100%;
}

#news {
  background: url("../img/pagetop-news.jpg") no-repeat right 40%;
  background-size: cover;
  height: 100%;
}

#pagetop {
  background: url("../img/pagetop.jpg") no-repeat right 40%;
  background-size: cover;
  height: 100%;
}

.lead {
  color: #429A00;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 750px) {
  .lead {
    font-size: 18px;
    text-align: left;
  }
}

.section-message .daihyo p {
  padding-bottom: 20px;
}
.section-message .photo {
  margin-top: 40px;
  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;
  gap: 40px;
}
@media screen and (min-width: 751px) {
  .section-message .photo img {
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .section-message .photo img {
    width: 50%;
  }
}
.section-message .photo p {
  text-align: center;
}
.section-message .photo p span {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.2em;
  font-family: serif;
  font-weight: bold;
}

.photoimage-wrap {
  position: relative;
}
.photoimage-wrap div.back-green {
  background-color: #EEF5DA;
  position: absolute;
  z-index: -1;
  top: 160px;
  left: 60px;
  right: 60px;
  bottom: 60px;
}

.photoimage {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .photoimage img {
    width: 30%;
  }
}
@media screen and (min-width: 751px) {
  .photoimage img#image2 {
    padding-top: 200px;
  }
}

.company-table {
  width: 100%;
  margin-top: 60px;
  font-size: 16px;
  border-spacing: 10px;
}
@media screen and (max-width: 750px) {
  .company-table th, .company-table td {
    width: 100%;
    display: block;
  }
}
.company-table th {
  color: #429A00;
  font-weight: bold;
  border-bottom: 2px solid #429A00;
  padding: 10px 20px;
}
.company-table td {
  padding: 10px 20px;
  border-bottom: 2px solid #000;
}

.sale {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .sale > div {
    width: 50%;
  }
  .sale > div {
    padding: 20px;
  }
  .sale > div ul {
    margin-top: 40px;
  }
  .sale > div ul li {
    font-size: 16px;
  }
  .sale > div ul li:before {
    content: "■";
    color: #A4D519;
    display: inline-block;
    margin-right: 10px;
  }
  .sale > div.client2 li:before {
    color: #429A00;
  }
}

.safe {
  margin-top: 60px;
}
.safe li {
  margin-bottom: 20px;
}
.safe li::before {
  content: "-";
  color: #A4D519;
  font-weight: 900;
  font-size: 30px;
  margin-left: -30px;
  margin-right: 10px;
}

.map {
  margin-top: 60px;
}
.map iframe {
  height: 400px;
}

.company-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .company-info img {
    width: 50%;
  }
}
.company-info div {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
@media screen and (min-width: 751px) {
  .company-info div {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 750px) {
  .company-info div {
    width: 100%;
  }
}
.company-info div dl {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .company-info div dl {
    font-size: 15px;
  }
}
.company-info div dl dt {
  font-weight: bold;
  color: #429A00;
}
.company-info div dl dd {
  margin-left: 20px;
  margin-top: 10px;
}
.company-info div dl dd span {
  display: block;
  font-weight: bold;
}

.safe2 {
  margin-top: 60px;
}
.safe2 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #A4D519;
  list-style-type: decimal;
  list-style-position: outside;
}

.page-menu {
  border-bottom: 2px solid #429A00;
}
.page-menu div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}
@media screen and (max-width: 750px) {
  .page-menu div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-menu div h2 {
  color: #429A00;
  font-size: 16px;
  font-weight: 900;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .page-menu div h2 {
    display: none;
  }
}
.page-menu div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-menu div ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .page-menu div ul li {
    width: 47%;
  }
}
.page-menu div ul li a {
  font-size: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .page-menu div ul li a {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.page-menu div ul li.current a {
  color: #429A00;
}

.section-news .news-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .section-news .news-cont .news-wrap {
    width: 80%;
  }
  .section-news .news-cont .news-wrap li {
    width: 22%;
  }
  .section-news .news-cont .news-wrap li p {
    font-size: 16px;
  }
  .section-news .news-cont .news-wrap li p.title {
    font-weight: bold;
  }
  .section-news .news-cont .news-wrap li p.datewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-news .news-cont .news-wrap li p.datewrap .cat {
    display: block;
  }
  .section-news .news-cont .news-wrap li p.datewrap .cat a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
  }
  .section-news .news-cont .news-wrap li p.datewrap .cat.info a {
    background-color: #A4D519;
    border-radius: 10px;
  }
  .section-news .news-cont .news-wrap li p.datewrap .cat.news a {
    background-color: #EC7642;
    border-radius: 10px;
  }
  .section-news .news-cont .news-wrap li p.datewrap .cat.souchi a {
    background-color: #429A00;
    border-radius: 10px;
  }
  .section-news .news-cont .news-wrap ul::before {
    content: "";
    display: block;
    width: 22%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-news .news-cont .news-wrap ul::after {
    content: "";
    display: block;
    width: 22%;
  }
  .section-news .news-cont .news-menu {
    width: 18%;
    padding-left: 40px;
  }
  .section-news .news-cont .news-menu nav h2 {
    font-size: 22px;
    text-align: center;
    color: #A4D519;
    padding: 4px;
    border-top: 2px solid #A4D519;
    border-bottom: 2px solid #A4D519;
  }
  .section-news .news-cont .news-menu nav ul {
    margin-top: 10px;
  }
  .section-news .news-cont .news-menu nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #A4D519;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-ul > li {
  margin-top: 40px;
}

.detail-cont {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .detail-cont .detail-wrap {
    width: 73%;
  }
}
.detail-cont .detail-menu {
  width: 26%;
}
@media screen and (min-width: 751px) {
  .detail-cont .detail-menu {
    padding-left: 40px;
  }
}
.detail-cont .detail-menu nav h2 {
  font-size: 22px;
  text-align: center;
  color: #A4D519;
  padding: 4px;
  border-top: 2px solid #A4D519;
  border-bottom: 2px solid #A4D519;
}
.detail-cont .detail-menu nav ul {
  margin-top: 10px;
}
.detail-cont .detail-menu nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #A4D519;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .detail-cont .detail-menu {
    margin-top: 40px;
    width: 100%;
  }
}

p.detail-lead {
  margin-bottom: 20px;
  padding: 10px 0;
}

.use {
  font-size: 16px;
}
.use span {
  font-weight: bold;
}

.detail-flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .detail-flex img {
    width: 50%;
  }
}
.detail-flex .detail {
  background-color: #EEF5DA;
  padding: 20px;
}
@media screen and (min-width: 751px) {
  .detail-flex .detail {
    width: 38%;
  }
}
@media screen and (max-width: 750px) {
  .detail-flex .detail {
    width: 100%;
    margin-top: 10px;
  }
}
.detail-flex .detail h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.detail-flex .detail li {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .detail-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.detail-flex-img {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .detail-flex-img img {
    width: 50%;
  }
}

.flex3 {
  margin-top: 20px;
  gap: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex3 img {
  width: 33%;
}

#youtube {
  aspect-ratio: 16/9;
}

.page-menu {
  position: sticky;
  top: 90px;
  background-color: #fff;
  z-index: 90;
}
@media screen and (max-width: 750px) {
  .page-menu {
    top: 65px;
  }
}

.detail-menu nav {
  position: sticky;
  top: 160px;
  background-color: #fff;
  z-index: 80;
}

/*メガメニュー*/
.megaMenu {
  background-color: #EEF5DA;
  height: 0;
  left: 0;
  z-index: 99;
  top: 89px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  width: 100%;
}

.megaMenu-list {
  padding-bottom: 25px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center;
  gap: 0 !important;
}

.megaMenu-item:not(:last-child) a {
  border-right: 2px solid #000;
}
.megaMenu-item a {
  font-size: 16px !important;
  display: block;
  text-align: center;
  padding: 2px 20px;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: 80px;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.greenback {
  height: 400px;
  background: url("../img/pagetop.jpg") no-repeat center top;
  background-size: cover;
  margin-bottom: 100px;
}

.privacy {
  margin-top: 60px;
  padding-left: 20px;
}
.privacy li {
  margin-bottom: 20px;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 1.3rem;
}

.single-header {
  padding-bottom: 20px;
}
.single-header .datewrap {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px 0;
  text-align: right;
}
.single-header .datewrap span {
  margin-left: 20px;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 10px;
  top: 12px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 2000;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 12px;
}

.hamburger__line--3 {
  top: 24px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  background-color: #EEF5DA;
  padding: 60px 30px 0;
}
@media screen and (max-width: 750px) {
  .sp-nav ul {
    margin-bottom: 40px;
  }
}
.sp-nav ul li a {
  display: block;
  padding: 13px 0;
}
.sp-nav .sns a {
  margin-right: 20px;
}
.sp-nav .sns a img {
  width: 40px;
}

.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.form-table {
  margin-bottom: 40px;
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 13px;
  width: 100%;
  font-size: 16px;
}
.form-table th {
  padding: 10px 0 0;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .form-table th {
    width: 17%;
  }
}
@media screen and (max-width: 750px) {
  .form-table th {
    display: block;
  }
}
.form-table th .hissu {
  font-size: 0.6em;
  color: #429A00;
}
.form-table td {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .form-table td {
    width: 82%;
  }
}
@media screen and (max-width: 750px) {
  .form-table td {
    display: block;
  }
}
.form-table td input:not([type=checkbox]), .form-table td select, .form-table td textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 1px solid #A4D519;
  line-height: 2em;
  padding: 2px 6px;
  font-size: 18px;
}
.form-table td textarea {
  height: 200px;
}

.submit {
  width: 280px;
  margin: 0 auto;
}
.submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  font-size: 20px;
  border: 2px solid #429A00;
  color: #429A00;
  width: 100%;
  padding: 4px;
  -webkit-box-shadow: -1px 1px 10px #f2f2f2;
          box-shadow: -1px 1px 10px #f2f2f2;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*スライドショー*/
.bx-wrapper {
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .bx-wrapper img {
    height: 100vh;
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bx-wrapper .bx-viewport {
    height: 100vh;
  }
}

.zoom_slider > div[aria-hidden=false] {
  -webkit-animation: anime_zoom 5s linear;
          animation: anime_zoom 5s linear;
}

.zoom_slider > div[aria-hidden=true] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes anime_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes anime_zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*time*/
.timeline {
  margin-top: 60px;
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media screen and (min-width: 751px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    margin-top: 16px;
    padding-bottom: 4px;
  }
  .timeline-content {
    width: 80%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #A4D519;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}