@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 3.6vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  position: relative;
  background-color: #fef6e0;
  color: white;
}

.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

.ta-c {
  text-align: center;
}

/* ==========================================================================
        // フォントサイズ----------------------
        ========================================================================== */
.txt-green {
  color: #69a312;
}

.txt-navy {
  color: #003262;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h2 {
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  font-optical-sizing: auto;
  margin-bottom: 2.5rem;
  font-style: normal;
  font-weight: 600;
  color: #003262;
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 1.75rem;
    margin-bottom: 1.2rem;
  }
}
h2 span {
  font-size: 2rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 540px) {
  h2 span {
    font-size: 1.3rem;
  }
}

p {
  color: #515151;
  font-size: 1.125rem;
}

.tac {
  text-align: center;
}

a {
  color: #ab994c;
}

h3 {
  color: #69a312;
  font-size: 2.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 1.7rem;
  }
}

.line {
  display: block;
  width: 13rem;
  margin: 1.4rem auto;
  border-bottom: 3px solid #f28d00;
}

.intro .inner {
  margin-top: 6rem;
}
@media screen and (max-width: 540px) {
  .intro .inner {
    margin-top: 2rem;
  }
}

.intro-items {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 540px) {
  .intro-items {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.intro-items .intro-item {
  width: 47.3%;
}
@media screen and (max-width: 540px) {
  .intro-items .intro-item {
    width: 100%;
  }
}
.intro-items .intro-item:first-child {
  width: 42%;
}
@media screen and (max-width: 540px) {
  .intro-items .intro-item:first-child {
    width: 80%;
    margin: 0 auto;
  }
}
.intro-items .intro-item p {
  font-size: 1.12rem;
}
.intro-date {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .intro-date {
    margin-top: 1rem;
  }
}
.intro-date p {
  color: #003262;
}

.about-intro {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .about-intro {
    text-align: left;
  }
}

.about-items {
  display: flex;
  margin-top: 3rem;
  gap: 2vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 1540px) {
  .about-items {
    gap: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .about-items {
    flex-direction: column;
    gap: 1.3rem;
    margin-top: 1.9rem;
  }
}
.about-items .about-item {
  width: 48%;
  background-color: #fff;
  border: 4px solid #69a312;
  border-radius: 1.25rem;
  padding: 2rem 1.8rem;
}
@media screen and (max-width: 540px) {
  .about-items .about-item {
    width: 100%;
  }
}
.about-items .about-item h3 {
  text-align: center;
}

.inner {
  width: 1080px;
  max-width: 90%;
  margin: 8rem auto;
}
@media screen and (max-width: 540px) {
  .inner {
    margin: 4rem auto;
  }
}

.inner._v2 {
  width: 926px;
  max-width: 90%;
  margin: 8rem auto;
}
@media screen and (max-width: 540px) {
  .inner._v2 {
    margin: 4rem auto;
  }
}

.green-lab p {
  line-height: 1.8;
  font-size: 1.125rem;
}

.green-lab-img {
  width: 500px;
  max-width: 90%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 540px) {
  .green-lab-img {
    margin: 1rem auto;
  }
}

.banner {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.banner img {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

footer {
  background-color: #003262;
  text-align: center;
  padding: 3rem 3rem 1.5rem;
}
@media screen and (max-width: 540px) {
  footer {
    padding: 2rem 1rem;
  }
}
footer p {
  color: white;
}

.num {
  background-color: #82b927;
  padding: 0rem 4vw 3rem;
}
@media screen and (max-width: 540px) {
  .num {
    padding: 0.5rem 1rem 1.5rem;
  }
}
.num .num-item {
  display: flex;
  gap: 1.7vw;
  background-color: white;
  border-radius: 0.5rem;
  padding: 2.2vw;
  font-weight: 500;
  font-size: 2.25rem;
}
@media screen and (max-width: 540px) {
  .num .num-item {
    flex-direction: column;
    gap: 2rem;
    padding: 2.1rem 2.1rem;
  }
}
.num .num-item p {
  color: #1c1c1c;
  font-size: 1.5vw;
}
@media screen and (max-width: 540px) {
  .num .num-item p {
    font-size: 1.3rem;
  }
}
.num .num-item .num-img {
  width: 87vw;
}
@media screen and (max-width: 540px) {
  .num .num-item .num-img {
    width: 100%;
  }
}

.contact .contact-title {
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .contact .contact-title {
    font-size: 1.1rem;
  }
}
.contact p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .contact p {
    font-size: 0.94rem;
  }
}
.contact p span {
  font-size: 0.9rem;
  display: inline-block;
}
.contact p a {
  color: #ffffff;
}

.copyright {
  font-size: 0.9rem;
}/*# sourceMappingURL=style.css.map */