/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mx {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mx {
    max-width: 64rem;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  line-height: 1.7;
  color: white;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .h1 {
    font-size: 50px;
  }
}

.h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .h2 {
    font-size: 34px;
  }
}

.h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .h3 {
    font-size: 30px;
  }
}

.h4 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .h4 {
    font-size: 24px;
  }
}

.p1 {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p1 {
    font-size: 18px;
  }
}

.p2 {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p2 {
    font-size: 16px;
  }
}

.p3 {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .p3 {
    font-size: 14px;
  }
}

p {
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 2;
}

.sec_ttl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sec_ttl > span {
  display: block;
  font-size: 19px;
  letter-spacing: -0.04em;
  font-weight: 700;
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #fbe06b;
}
.sec_ttl > span:before {
  content: "";
  display: block;
  background-image: url(./assets/dot.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sec_ttl > span {
    font-size: 12px;
  }
  .sec_ttl > span:before {
    width: 14px;
    height: 14px;
  }
}
.sec_ttl .ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .sec_ttl .ttl {
    font-size: 50px;
  }
}

.frame {
  border-radius: 30px;
  overflow: hidden;
}

#gh {
  padding: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #gh {
    padding: 1.5em;
  }
}
#gh h1 img {
  width: 508px;
}
@media screen and (max-width: 768px) {
  #gh h1 img {
    width: 200px;
  }
}
#gh .btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#gh .btns .hamburger {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #00a20c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#gh .btns .hamburger div {
  width: 25px;
  height: 2px;
  background-color: white;
}
#gh .btns a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#gh .btns a img {
  width: 30px !important;
  height: 30px !important;
}
#gh nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 4rem;
  padding-bottom: 6rem;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #gh nav {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 100vh;
    padding: 7rem 3rem;
  }
}
#gh nav a {
  font-size: 22px;
  text-decoration: none;
  color: black;
}
#gh nav #close_btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  appearance: none;
  font-size: 32px;
  color: black;
}
#gh nav.open {
  opacity: 1;
  visibility: visible;
}

#top {
  padding-top: 16rem;
}
@media screen and (max-width: 768px) {
  #top {
    padding-top: 8rem;
  }
}
#top .wrapper {
  position: relative;
}
#top .wrapper h3 {
  position: absolute;
  left: 14vw;
  top: 13vw;
  font-size: 3.5vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #00a20c;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, -2px 0 0 white, 2px 0 0 white, 0 -2px 0 white, 0 2px 0 white;
}
@media screen and (max-width: 768px) {
  #top .wrapper h3 {
    font-size: 5vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
#top .wrapper .frame {
  width: 70%;
  margin-left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -15vw;
}
@media screen and (max-width: 768px) {
  #top .wrapper .frame {
    width: calc(100% - 3rem);
    margin-right: auto;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#top .green {
  background: #00a20c;
  padding-top: 18vw;
  padding-bottom: 7rem;
}
#top .green .bnr {
  max-width: 500px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}
#top .green .bnr:hover {
  transform: scale(1.05);
}

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash-screen .splash-logo {
  max-width: 500px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .splash-screen .splash-logo {
    max-width: 280px;
  }
}

.clm {
  width: calc(100% - 3rem);
  margin: auto;
  z-index: 1;
}

.main {
  background-color: #00a20c;
  padding-bottom: 17rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  box-sizing: border-box;
}
.main .h3 {
  margin-bottom: 2rem;
}
.main #business .sec_ttl_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .main #business .sec_ttl_wrapper {
    gap: 1rem;
  }
}
.main #business .sec_ttl_wrapper .chick {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .main #business .sec_ttl_wrapper .chick {
    width: 30px;
  }
}
.main #business .clm {
  max-width: 932px;
  display: flex;
  gap: 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main #business .clm {
    flex-direction: column;
    gap: 1rem;
  }
}
.main #business .left {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .main #business .left {
    width: 100%;
  }
}
.main #business .right {
  margin-top: 2rem;
  width: calc(100% - 340px - 3rem);
  border-radius: 30px;
  overflow: hidden;
  flex: 1;
}
.main #business .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main #business .right {
    width: 100%;
    max-width: 28rem;
  }
}
.main .two-clm {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main .two-clm {
    gap: 1rem;
  }
}
.main .two-clm > div > div {
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
}
.main .two-clm > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .two-clm > div p {
  width: fit-content;
  margin: auto;
}
.main .three-clm {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main .three-clm {
    gap: 1rem;
  }
}
.main .three-clm > div {
  border-radius: 30px;
  overflow: hidden;
  flex: 1;
}
.main .three-clm > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .process .two > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.main .process .two > div > div {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.main .process .two > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main .collect {
  max-width: 800px;
}
.main .collect .noto {
  background-color: white;
  margin-top: 3rem;
  padding: 1.5rem;
  border-radius: 30px;
}
.main .collect .noto .h3 {
  text-align: center;
  color: #00a20c;
}
.main .collect .noto .grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.main .collect .noto .grid > div {
  border-radius: 10px;
  overflow: hidden;
}
.main .collect .noto .grid > div:nth-child(1) {
  grid-column: span 1;
}
.main .collect .noto .grid > div:nth-child(2) {
  grid-column: span 2;
}
.main .collect .noto .grid > div:nth-child(3) {
  grid-column: span 2;
}
.main .collect .noto .grid > div:nth-child(4) {
  grid-column: span 1;
}
.main .collect .noto .grid > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .process {
  max-width: 800px;
}
.main .process p {
  margin-bottom: 3rem;
  max-width: 680px;
}

.main .map {
  max-width: 800px;
}
.main .map .ttl_wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
.main .map .ttl_wrapper img {
  width: 151px;
}
.main .map .ttl_wrapper h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main .map .ttl_wrapper {
    gap: 1rem;
  }
  .main .map .ttl_wrapper img {
    width: 80px;
  }
}
.main .map .content {
  margin-top: 3rem;
  position: relative;
  background-color: white;
  padding: 2rem;
  border-radius: 30px;
}
.main .map .content > img {
  width: 100%;
  border-bottom: 1px solid #014100;
  margin-bottom: 3rem;
}
.main .map .content .enlarge-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  color: white;
  background-color: #014100;
  border: none;
  border-radius: 8px;
  width: 210px;
  margin: auto;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
}
.main .map .content .enlarge-btn:hover {
  background-color: #012800;
}
.main .map .content .enlarge-btn:focus {
  outline: 2px solid #fbe06b;
  outline-offset: 2px;
}
.main .map .content .enlarge-btn img {
  width: 20px;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.lightbox.active {
  display: flex;
}
.lightbox .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.lightbox .lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
}
.lightbox .lightbox-close {
  position: absolute;
  top: -60px;
  right: 0;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.lightbox .lightbox-close:hover {
  color: #fbe06b;
}

#company {
  background-color: #ece9e3;
  color: #014100;
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
#company .gray {
  position: absolute;
  bottom: -52px;
  right: 16px;
  width: 56px;
}
@media screen and (max-width: 768px) {
  #company .gray {
    width: 30px;
    bottom: -24px;
  }
}
#company .clm {
  max-width: 900px;
}
#company .sec_ttl_wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
#company .sec_ttl_wrapper img {
  width: 38px;
}
#company .sec_ttl_wrapper .sec_ttl > span {
  color: #00a554;
}
#company .sec_ttl_wrapper .sec_ttl > span::before {
  background-image: url(./assets/dot_g.png);
}
@media screen and (max-width: 768px) {
  #company .sec_ttl_wrapper {
    gap: 1rem;
  }
  #company .sec_ttl_wrapper img {
    width: 24px;
  }
}
#company .content {
  margin-top: 5rem;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  #company .content {
    margin-top: 2rem;
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 10px;
    background-color: white;
  }
}
#company .content li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #company .content li {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #company .content li:first-of-type h3, #company .content li:first-of-type p {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 3rem;
  }
  #company .content li:last-of-type h3, #company .content li:last-of-type p {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 4rem;
  }
}
#company .content li h3 {
  background-color: red;
  width: 224px;
  background-color: white;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #company .content li h3 {
    width: 100%;
    font-weight: 700;
  }
}
#company .content li p {
  background-color: white;
  padding: 0 2rem;
  box-sizing: border-box;
  width: calc(100% - 224px - 1rem);
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #company .content li p {
    width: 100%;
  }
}
#company .sdgs {
  max-width: 943px;
  width: calc(100% - 4rem);
  margin: 10rem auto 0;
}

#access {
  background-color: #00a20c;
  padding: 12rem 0 20rem;
}
#access .clm {
  max-width: 900px;
}
#access .sec_ttl_wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 3rem;
}
#access .sec_ttl_wrapper img {
  width: 38px;
}
@media screen and (max-width: 768px) {
  #access .sec_ttl_wrapper {
    gap: 1rem;
  }
  #access .sec_ttl_wrapper img {
    width: 24px;
  }
}

footer {
  padding: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
footer .chick {
  width: 70px;
  position: absolute;
  top: -88px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  footer .chick {
    width: 40px;
    top: -50px;
  }
}
footer img {
  width: 160px;
}
footer p {
  font-size: 12px;
  font-weight: 700;
  color: #bdccd4;
}

/*# sourceMappingURL=style_1.css.map */
