@charset "UTF-8";

html {
  font-size: 16px;
  margin: 0 !important;
  overscroll-behavior-y: none;
}

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

body {
  color: #24292e;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  overscroll-behavior-y: none;
}

a {
  text-decoration: none;
  color: black;
}

/* h3 {
  font-size: 1.6rem;
} */

ul {
  padding-inline-start: 0;
}

li {
  list-style: none;
}

p {
  line-height: 1.9rem;
}


/*  Header  ------------------------------------------*/
/*  Header  ------------------------------------------*/
/*  Header  ------------------------------------------*/
/*  Header  ------------------------------------------*/
/*  Header  ------------------------------------------*/


#header {
  position: sticky;
  top: 0;
  z-index: calc(infinity);
  background-color: #fff;
}

.header-area {
  margin: auto;
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 6.25rem;
  justify-content: space-between;
  max-width: 1200px;
  width: 98%;
}

.header-area ul {
  align-items: center;
  display: flex;
}

.header-area li {
  margin-left: 2rem;
  font-weight: bold;
}

.header-area li a:hover {
  opacity: 0.7;
}

.site-title img {
  width: 20vw;
  max-width: 250px;
}


.contact-button-header {
  align-items: center;
  background-color: #2E7D32;
  border-radius: 1.5rem;
  color: #fff;
  display: flex;
  font-size: 1.0rem;
  justify-content: center;
  height: 3rem;
  width: 9.5rem;
}

.content {
  max-width: 1000px;
  width: 83%;
  margin: auto;
}

/*  footer  ------------------------------------------*/
/*  footer  ------------------------------------------*/
/*  footer  ------------------------------------------*/
/*  footer  ------------------------------------------*/
/*  footer  ------------------------------------------*/


#footer {
  border-top: #2E7D32 solid 3px;
}

.footer-area {
  max-width: 1200px;
  width: 90%;
  justify-content: space-between;
  margin: 2.5rem auto;
  display: flex;

  align-items: center;
}

.footer-area ul {
  display: flex;
}

.footer-area li {
  line-height: 2.5rem;
  font-weight: bold;
  margin-left: 1.2rem;
}

#footer li a:hover {
  opacity: 0.7;
}

.footer-content {

  text-align: center;
}

.footer-company {
  margin-top: 1rem;
}

.footer-company p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
  margin: 0 auto;
}

/*  front-page  ------------------------------------------*/
/*  front-page  ------------------------------------------*/
/*  front-page  ------------------------------------------*/
/*  front-page  ------------------------------------------*/
/*  front-page  ------------------------------------------*/

#hero {
  margin-bottom: 9rem;
  text-align: center;
}

#hero img {
  width: 100%;
  max-width: 1200px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.swiper-slide {
  width: 100%;
  text-align: center;
}

.sec-title {
  font-size: 2.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.sec-title h2 {
  font-size: 3rem;
  margin-right: 0.8rem;
}

.sec-title p {
  font-size: 1.0rem;
  color: #06551E;
}

.sec-title::before {
  background-color: #2E7D32;
  content: "";
  height: 2px;
  left: -330;
  position: absolute;
  top: 25px;
  width: 300px;
}

::before {
  box-sizing: inherit;
}

/*  sec1  ------------------------------------------*/
/*  sec1  ------------------------------------------*/
/*  sec1  ------------------------------------------*/
/*  sec1  ------------------------------------------*/
/*  sec1  ------------------------------------------*/

#sec1 {
  margin-bottom: 6.25rem;
}

.about {
  margin-top: 3rem;
  margin-bottom: 9.5rem;
}

.about h3 {
  font-size: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: left;
}

.text-dec {
  color: #2E7D32;
}

/*  sec2  ------------------------------------------*/
/*  sec2  ------------------------------------------*/
/*  sec2  ------------------------------------------*/
/*  sec2  ------------------------------------------*/
/*  sec2  ------------------------------------------*/

#sec2 {
  margin-bottom: 6.25rem;
}

.feature {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-box {
  margin-bottom: 2%;
  border: #A5D6A7 solid 2px;
  width: 49%;
  border-radius: 2rem;
  padding: 5% 5% 5% 5%;
}

.feature-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5%;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-number {
  color: #2E7D32;
  font-size: 2.5rem;
  font-weight: bold;
}

/*  sec3  ------------------------------------------*/
/*  sec3  ------------------------------------------*/
/*  sec3  ------------------------------------------*/
/*  sec3  ------------------------------------------*/
/*  sec3  ------------------------------------------*/


#sec3 {
  margin-bottom: 9.5rem;
}



.front-archive {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.front-archive-img {
  position: absolute;
  height: auto;
  transition: transform 0.4s ease;
  z-index: 1;
}

.front-archive-img img {
  width: 100%;
  border-radius: 0.8rem;
  display: block;
}

.hero-1 {
  top: 5%;
  left: 5%;
  width: 45%;
}

.hero-2 {
  top: 10%;
  left: 50%;
  width: 45%;
}

.hero-3 {
  top: 30%;
  left: 0;
  width: 40%;
}

.hero-4 {
  top: 50%;
  left: 5%;
  width: 40%;
}

.hero-5 {
  top: 35%;
  left: 30%;
  width: 40%;

}

.hero-6 {
  top: 55%;
  left: 50%;
  width: 40%;
}

.hero-7 {
  top: 25%;
  left: 60%;
  width: 40%;
}

.hero-8 {
  top: 65%;
  left: 20%;
  width: 40%;
}


/*  sec4 ------------------------------------------*/
/*  sec4  ------------------------------------------*/
/*  sec4  ------------------------------------------*/
/*  sec4  ------------------------------------------*/
/*  sec4  ------------------------------------------*/

#sec4 {
  margin-bottom: 9rem;
}

.contact-box {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  background-color: #199164;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 2rem;
}

.contact-box h2 {
  margin: auto;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 2rems;
}

.contact-box p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #fff;
}

.contact-button {
  margin: auto;
  background-color: #fff;
  border: #2E7D32 solid 1px;
  border-radius: 2rem;
  font-size: 1rem;
  height: 50px;
  width: 200px;

}

.contact-button-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-button a {
  color: #2E7D32;
}

.arrow {
  border-right: 2px solid #2E7D32;
  border-top: 2px solid #2E7D32;
  display: inline-block;
  height: 0.8rem;
  margin-left: 1rem;
  transform: rotate(45deg);
  width: 0.8rem;
}




/*  page-common  -----------------------------------------*/
/*  page-common  -----------------------------------------*/
/*  page-common  -----------------------------------------*/
/*  page-common  -----------------------------------------*/
/*  page-common  -----------------------------------------*/

.wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}

/*--  archive  --*/
/*--  archive  --*/
/*--  archive  --*/
/*--  archive  --*/
/*--  archive  --*/

.archive {}

/* .archive-category {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: #06551E solid 2px;
  text-align: center;
}

.archive-category ul {
  align-items: center;
  display: flex;
}

.archive-category li {
  margin-left: 30px;
}


.archive-category a {
  color: #a5a5a5;
  font-size: 1.4rem;
  text-decoration: none;
}

.archive-category a.current {
  color: #000;
  font-weight: bold;
}

.archive-category a:hover {
  opacity: 0.7;
}

.archive-category .count {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 3px;
} */

.category-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.category-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.category {
  border-left: #2E7D32 15px solid;
  padding: 1%;
  padding-left: 2%;
  display: flex;
  align-items: flex-end;
  width: 70%;
}

.category-title {
  font-size: 1.8rem;
}

.slash {
  font-size: 1.6rem;

  margin-left: 5%;
  color: #06551E;
}

.category-subtitle {
  font-size: 1.2rem;
  margin-left: 5%;
  color: #06551E;
}

.viewmore-button a {
  color: #06551E;
}

.viewmore-button {
  background-color: #fff;
  border: #06551E solid 1px;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  height: 3rem;
  width: 10rem;
}

.arrow {
  border-right: 2px solid #06551E;
  border-top: 2px solid #06551E;
  display: inline-block;
  height: 0.6rem;
  margin-left: 0.6rem;
  transform: rotate(45deg);
  width: 0.6rem;
}

.archive-content {
  width: 48%;
  margin-bottom: 5rem;
}

.archive-date {
  color: #2E7D32;
  font-size: 1rem;
  display: flex;
  padding-bottom: 5px;
}

.purpose {
  padding-right: 0.8rem;
  border-right: #2E7D32 1px solid;
  line-height: 1;
}

.date {
  padding-left: 0.8rem;
  line-height: 1;
}

.archive-title {
  font-size: 1.4rem;
  font-weight: bolder;
  margin-bottom: 0.8rem;
}

.archive-content img {
  border-radius: 0.5rem;
  width: 100%;
}


/*--  works-post  --*/
/*--  works-post  --*/
/*--  works-post  --*/
/*--  works-post  --*/
/*--  works-post  --*/

.works-title {
  margin-bottom: 40px;
  border-bottom: #06551E solid 2px;
  font-size: 1.6rem;
}

.works-post {
  display: flex;
  padding-top: 1rem;
}

.works-content {
  width: 52%;
  margin-right: 3%;
}

.works-content h2 {
  margin-bottom: 3rem;
  border-bottom: #2E7D32 solid 2px;
}

.works-info {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #2E7D32;
}

.works-info p {
  border-bottom: #2E7D32 solid 1px;
  width: 70%;
  margin-bottom: 1rem;
}

.works-info table {
  font-size: 1rem;
  color: #2E7D32;
}

.works-info th {
  padding-bottom: 0.5rem;
  text-align: left;
  padding-right: 2rem;
}

.works-info td {
  padding-bottom: 0.5rem;
}

.embedbox iframe {
  width: 100%;
  padding-top: 4rem;
  padding-left: 3%;
  padding-right: 3%;
}


.works-img {
  width: 45%;
}

.works-img img {
  max-width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

/*--  company-page  --*/
/*--  company-page  --*/
/*--  company-page  --*/
/*--  company-page  --*/
/*--  company-page  --*/

.company-info table {
  margin-bottom: 6rem;
  font-size: 1.0rem;
  border-spacing: 0px;
  width: 100%;
}

.company-info th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  vertical-align: top;
  border-bottom: #2e7d3274 solid 1px;
}

.company-info td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: #2e7d3274 solid 1px;
}


/*--  contact-page  --*/
/*--  contact-page  --*/
/*--  contact-page  --*/
/*--  contact-page  --*/
/*--  contact-page  --*/

.contact-asterisk {
  color: #BE1D1D;
}

.cf7__list {
  margin-bottom: 4rem;
}

.cf7__list dt {
  padding-top: 2rem;
}

/* 必須・任意 */
.cf7__required {
  padding: 5px 5px;
  color: #BE1D1D;
  font-size: 1.0rem;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  text-align: center;
}

input[type="submit"] {
  width: 16rem;
  height: 4rem;
  background: #2E7D32;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}



/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/
/*  Media Screen  ---------------------------------------*/



@media screen and (max-width: 959px) {

  html {
    font-size: clamp(12px, 1.5vw, 16px);
  }


  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/


  #header {
    position: sticky;
    top: 0;
    z-index: calc(infinity);
    background-color: #fff;
  }

  .header-area {
    margin: auto;
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 6.25rem;
    justify-content: space-between;
    max-width: 1200px;
    width: 98%;
  }

  .header-area ul {
    align-items: center;
    display: flex;
  }

  .header-area li {
    font-size: 1.2rem;
    margin-left: 2rem;
    font-weight: bold;
  }

  .header-area li a:hover {
    opacity: 0.7;
  }

  .site-title img {
    width: 20vw;
    max-width: 250px;
  }


  .contact-button-header {
    align-items: center;
    background-color: #2E7D32;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    height: 3.rem;
    width: 10rem;
  }

  .content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
  }





  /*  footer  ------------------------------------------*/
  /*  footer  ------------------------------------------*/
  /*  footer  ------------------------------------------*/
  /*  footer  ------------------------------------------*/
  /*  footer  ------------------------------------------*/

  #footer {
    border-top: #2E7D32 solid 3px;
  }

  .footer-area {
    max-width: 1200px;
    width: 90%;
    justify-content: space-between;
    margin: 2.5rem auto;
    display: flex;

    align-items: center;
  }

  .footer-area ul {
    display: flex;
  }

  .footer-area li {
    line-height: 2.5rem;
    font-weight: bold;
    margin-left: 1.2rem;
  }

  #footer li a:hover {
    opacity: 0.7;
  }

  .footer-company {
    margin-top: 1rem;
  }

  .footer-company p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1rem;
  }



  /*  front-page  ------------------------------------------*/
  /*  front-page  ------------------------------------------*/
  /*  front-page  ------------------------------------------*/
  /*  front-page  ------------------------------------------*/
  /*  front-page  ------------------------------------------*/

  #hero {
    margin-bottom: 9rem;
    text-align: center;
  }

  #hero img {
    width: 100%;
    max-width: 1200px;
  }

  .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
  }

  .swiper {
    max-width: 1200px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .swiper-slide {
    width: 100%;
    text-align: center;
  }

  .sec-title {
    font-size: 2.5rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sec-title h2 {
    font-size: 3rem;
    margin-right: 0.8rem;
  }

  .sec-title p {
    font-size: 1.2rem;
    color: #06551E;
  }

  .sec-title::before {
    background-color: #2E7D32;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -1rem;
    width: 2rem;
  }

  ::before {
    box-sizing: inherit;
  }

  /*  sec1  ------------------------------------------*/
  /*  sec1  ------------------------------------------*/
  /*  sec1  ------------------------------------------*/
  /*  sec1  ------------------------------------------*/
  /*  sec1  ------------------------------------------*/

  #sec1 {
    margin-bottom: 6.25rem;
  }

  .about {
    margin-top: 3rem;
    margin-bottom: 9.5rem;
  }

  .about h3 {
    font-size: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 4rem;
    text-align: left;
  }

  .text-dec {
    color: #2E7D32;
  }

  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/

  #sec2 {
    margin-bottom: 6.25rem;
  }

  .feature {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .feature-box {
    margin-bottom: 2%;
    border: #A5D6A7 solid 2px;
    width: 49%;
    border-radius: 2rem;
    padding: 5% 5% 5% 5%;
  }

  .feature-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5%;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-number {
    color: #2E7D32;
    font-size: 2.5rem;
    font-weight: bold;
  }

  /*  sec3  ------------------------------------------*/
  /*  sec3  ------------------------------------------*/
  /*  sec3  ------------------------------------------*/
  /*  sec3  ------------------------------------------*/
  /*  sec3  ------------------------------------------*/


  #sec3 {
    margin-bottom: 9.5rem;
  }

  .front-archive {
    margin-top: 3rem;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .front-archive-img {
    position: absolute;
    height: auto;
    transition: transform 0.4s ease;
    z-index: 1;
  }

  .front-archive-img img {
    width: 100%;
    border-radius: 0.8rem;
    display: block;
  }




  /*  sec4 ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/

  #sec4 {
    margin-bottom: 9rem;
  }

  .contact-box {
    max-width: 1000px;
    width: 80%;
    margin: auto;
    background-color: #199164;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 2rem;
  }

  .contact-box h2 {
    margin: auto;
    color: #fff;
    font-size: 3rem;
    padding-bottom: 2rems;
  }

  .contact-box p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #fff;
  }

  .contact-button {
    margin: auto;
    background-color: #fff;
    border: #2E7D32 solid 1px;
    border-radius: 2rem;
    font-size: 1rem;
    height: 50px;
    width: 200px;

  }

  .contact-button-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-button a {
    color: #2E7D32;
  }

  .arrow {
    border-right: 2px solid #2E7D32;
    border-top: 2px solid #2E7D32;
    display: inline-block;
    height: 0.8rem;
    margin-left: 1rem;
    transform: rotate(45deg);
    width: 0.8rem;
  }




  /*  page-common  -----------------------------------------*/
  /*  page-common  -----------------------------------------*/
  /*  page-common  -----------------------------------------*/
  /*  page-common  -----------------------------------------*/
  /*  page-common  -----------------------------------------*/

  .wrapper {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/

  .archive {}

  /* .archive-category {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: #06551E solid 2px;
  text-align: center;
}

.archive-category ul {
  align-items: center;
  display: flex;
}

.archive-category li {
  margin-left: 30px;
}


.archive-category a {
  color: #a5a5a5;
  font-size: 1.4rem;
  text-decoration: none;
}

.archive-category a.current {
  color: #000;
  font-weight: bold;
}

.archive-category a:hover {
  opacity: 0.7;
}

.archive-category .count {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 3px;
} */

  .category-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .category-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .category {
    border-left: #2E7D32 15px solid;
    padding: 1%;
    padding-left: 2%;
    display: flex;
    align-items: flex-end;
    width: 70%;
  }

  .category-title {
    font-size: 1.8rem;
  }

  .slash {
    font-size: 1.6rem;
    margin-left: 5%;
    color: #06551E;
  }

  .viewmore-button a {
    color: #06551E;
  }

  .viewmore-button {
    background-color: #fff;
    border: #06551E solid 1px;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    height: 3rem;
    width: 10rem;
  }

  .arrow {
    border-right: 2px solid #06551E;
    border-top: 2px solid #06551E;
    display: inline-block;
    height: 0.6rem;
    margin-left: 0.6rem;
    transform: rotate(45deg);
    width: 0.6rem;
  }

  .archive-content {
    width: 48%;
    margin-bottom: 5rem;
  }

  .archive-date {
    color: #2E7D32;
    font-size: 1rem;
    display: flex;
    padding-bottom: 5px;
  }

  .purpose {
    padding-right: 0.8rem;
    border-right: #2E7D32 1px solid;
    line-height: 1;
  }

  .date {
    padding-left: 0.8rem;
    line-height: 1;
  }

  .archive-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .archive-content img {
    border-radius: 0.5rem;
    width: 100%;
  }


  /*--  works-post  --*/
  /*--  works-post  --*/
  /*--  works-post  --*/
  /*--  works-post  --*/
  /*--  works-post  --*/

  .works-title {
    margin-bottom: 40px;
    border-bottom: #06551E solid 2px;
    font-size: 1.6rem;
  }

  .works-post {
    display: block;
    padding-top: 1rem;
  }

  .works-content {
    width: 100%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }

  .works-content h2 {
    margin-bottom: 3rem;
    border-bottom: #2E7D32 solid 2px;
  }

  .works-info {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #2E7D32;
    margin-bottom: 2rem;
  }

  .works-info p {
    border-bottom: #2E7D32 solid 1px;
    width: 70%;
    margin-bottom: 1rem;
  }

  .works-info table {
    font-size: 1rem;
    color: #2E7D32;
  }

  .works-info th {
    padding-bottom: 0.5rem;
    text-align: left;
    padding-right: 2rem;
  }

  .works-info td {
    padding-bottom: 0.5rem;
  }

  .embedbox iframe {
    width: 100%;
    padding-top: 4rem;
    padding-left: 3%;
    padding-right: 3%;
  }


  .works-img {
    width: 100%;
  }

  .works-img img {
    max-width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  /*--  company-page  --*/
  /*--  company-page  --*/
  /*--  company-page  --*/
  /*--  company-page  --*/
  /*--  company-page  --*/

  .company-info table {
    margin-bottom: 6rem;
    font-size: 1.0rem;
    border-spacing: 0px;
    width: 100%;
  }

  .company-info th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: left;
    vertical-align: top;
    border-bottom: #2e7d3274 solid 1px;
  }

  .company-info td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: #2e7d3274 solid 1px;
  }


  /*--  contact-page  --*/
  /*--  contact-page  --*/
  /*--  contact-page  --*/
  /*--  contact-page  --*/
  /*--  contact-page  --*/

  .contact-asterisk {
    color: #BE1D1D;
  }

  .cf7__list {
    margin-bottom: 4rem;
  }

  .cf7__list dt {
    padding-top: 2rem;
  }

  /* 必須・任意 */
  .cf7__required {
    padding: 5px 5px;
    color: #BE1D1D;
    font-size: 1.0rem;
  }

  /* input・textarea */
  .cf7__list dd input[type="text"],
  .cf7__list dd input[type="tel"],
  .cf7__list dd input[type="email"],
  .cf7__list dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #F4F4F4;
  }

  /* プレースホルダー */
  /* Google Chrome / Safari / Mozilla Firefox / Opera */
  .cf7__list dd input[type="text"]::placeholder,
  .cf7__list dd input[type="tel"]::placeholder,
  .cf7__list dd input[type="email"]::placeholder,
  .cf7__list dd textarea::placeholder {
    color: #a5a5a5;
  }

  /* Microsoft Edge */
  .cf7__list dd input[type="text"]::-ms-input-placeholder,
  .cf7__list dd input[type="tel"]::-ms-input-placeholder,
  .cf7__list dd input[type="email"]::-ms-input-placeholder,
  .cf7__list dd textarea::-ms-input-placeholder {
    color: #a5a5a5;
  }

  /* Internet Explorer */
  .cf7__list dd input[type="text"]:-ms-input-placeholder,
  .cf7__list dd input[type="tel"]:-ms-input-placeholder,
  .cf7__list dd input[type="email"]:-ms-input-placeholder,
  .cf7__list dd textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }

  /* 送信ボタン */
  .cf7__button {
    text-align: center;
  }

  input[type="submit"] {
    width: 16rem;
    height: 4rem;
    background: #2E7D32;
    color: #fff;
    transition: opacity .6s;
  }

  input[type="submit"]:hover {
    opacity: .6;
  }

  /* ajax-loader */
  .wpcf7-spinner {
    vertical-align: middle;
  }
}

@media screen and (max-width: 600px) {

  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/
  /*  Header  ------------------------------------------*/


  #header {
    position: sticky;
    top: 0;
    z-index: calc(infinity);
    background-color: #fff;
  }

  .header-area {
    margin: auto;
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 6.25rem;
    justify-content: space-between;
    max-width: 1200px;
    width: 98%;
  }

  .header-area ul {
    align-items: center;
    display: flex;
  }

  .header-area li {
    font-size: 1.3rem;
    margin-left: 2rem;
    font-weight: bold;
  }

  .header-area li a:hover {
    opacity: 0.7;
  }

  .site-title img {
    width: 15rem;
    max-width: 300px;
  }


  .contact-button-header {
    align-items: center;
    background-color: #2E7D32;
    border-radius: 2rem;
    color: #fff;
    display: flex;
    font-size: 1.3rem;
    justify-content: center;
    height: 3.rem;
    width: 10rem;
  }

  .content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
  }


  /*--  humburger-menu  --*/
  /*--  humburger-menu  --*/
  /*--  humburger-menu  --*/

  .hamburger {
    cursor: pointer;
    width: 30px;
    height: 18px;
    position: relative;
  }

  .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: .5s;
    /* 追記 */
  }

  .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }

  .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }

  .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }

  #global-nav {
    display: none;
  }

  .slide-menu {
    background-color: rgb(255, 255, 255);
    height: 8rem;
    position: fixed;
    top: 6.25rem;
    left: 0;
    width: 100%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .slide-menu ul {
    text-align: center;
  }

  .hamburger.active span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
  }

  .hamburger.active span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    opacity: 0;
    /* 透明にする */
  }

  .hamburger.active span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
  }

  #footer {
    border-top: #2E7D32 solid 3px;
  }

  .footer-area {
    max-width: 1200px;
    width: 90%;
    justify-content: space-between;
    margin: 2.5rem auto;
    display: flex;

    align-items: center;
  }

  .footer-area ul {
    display: block;
  }

  .footer-area li {
    line-height: 2.5rem;
    font-weight: bold;
    margin-left: 1.2rem;
  }

  #footer li a:hover {
    opacity: 0.7;
  }

  .footer-company {
    margin-top: 1rem;
  }

  .footer-company p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1rem;
  }

  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/
  /*  sec2  ------------------------------------------*/

  #sec2 {
    margin-bottom: 6.25rem;
  }

  .feature {
    margin-top: 3rem;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .feature-box {
    margin-bottom: 2%;
    margin-right: auto;
    margin-left: auto;
    border: #A5D6A7 solid 2px;
    width: 90%;
    border-radius: 2rem;
    padding: 5% 5% 5% 5%;
  }

  .feature-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5%;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-number {
    color: #2E7D32;
    font-size: 2.5rem;
    font-weight: bold;
  }

  /*  sec4 ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/
  /*  sec4  ------------------------------------------*/

  #sec4 {
    margin-bottom: 9rem;
  }

  .contact-box {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    background-color: #199164;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 2rem;
  }

  .contact-box h2 {
    margin: auto;
    color: #fff;
    font-size: 3rem;
    padding-bottom: 2rems;
  }

  .contact-box p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #fff;
  }

  .contact-button {
    margin: auto;
    background-color: #fff;
    border: #2E7D32 solid 1px;
    border-radius: 2rem;
    font-size: 1rem;
    height: 50px;
    width: 200px;

  }

  .contact-button-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-button a {
    color: #2E7D32;
  }

  .arrow {
    border-right: 2px solid #2E7D32;
    border-top: 2px solid #2E7D32;
    display: inline-block;
    height: 0.8rem;
    margin-left: 1rem;
    transform: rotate(45deg);
    width: 0.8rem;
  }

  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/
  /*--  archive  --*/

  .archive {}

  /* .archive-category {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: #06551E solid 2px;
  text-align: center;
}

.archive-category ul {
  align-items: center;
  display: flex;
}

.archive-category li {
  margin-left: 30px;
}


.archive-category a {
  color: #a5a5a5;
  font-size: 1.4rem;
  text-decoration: none;
}

.archive-category a.current {
  color: #000;
  font-weight: bold;
}

.archive-category a:hover {
  opacity: 0.7;
}

.archive-category .count {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 3px;
} */

  .category-group {
    display: flex;
    justify-content: center;

    margin-bottom: 3rem;
  }

  .category-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }

  .category {
    border-left: #2E7D32 15px solid;
    padding: 1%;
    padding-left: 2%;
    display: flex;
    align-items: flex-end;
    width: 70%;
  }

  .category-title {
    font-size: 1.8rem;
  }

  .slash {
    font-size: 1.6rem;
    margin-left: 5%;
    color: #06551E;
  }

  .viewmore-button a {
    color: #06551E;
  }

  .viewmore-button {
    background-color: #fff;
    border: #06551E solid 1px;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    height: 3rem;
    width: 10rem;
  }

  .arrow {
    border-right: 2px solid #06551E;
    border-top: 2px solid #06551E;
    display: inline-block;
    height: 0.6rem;
    margin-left: 0.6rem;
    transform: rotate(45deg);
    width: 0.6rem;
  }

  .archive-content {
    width: 90%;
    margin-bottom: 3rem;
  }

  .archive-date {
    color: #2E7D32;
    font-size: 1rem;
    display: flex;
    padding-bottom: 5px;
  }

  .purpose {
    padding-right: 0.8rem;
    border-right: #2E7D32 1px solid;
    line-height: 1;
  }

  .date {
    padding-left: 0.8rem;
    line-height: 1;
  }

  .archive-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .archive-content img {
    border-radius: 0.5rem;
    width: 100%;
  }
}