@charset "UTF-8";
main {
  padding-top: 0;
}
main.fixed {
  padding-top: 55px;
}
@media screen and (max-width: 1400px) {
  main.fixed {
    padding-top: 3.9vw;
  }
}

header {
  position: relative;
  left: 0;
  top: 0;
}
header.fixed {
  position: fixed;
}

.navToggle span {
  border-bottom-color: #000;
}
.navToggle.fixed span {
  border-bottom-color: #000;
}

#mv {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
}
#mv h1,
#mv .img02 {
  width: 100%;
  height: 100%;
}
#mv h1 img,
#mv .img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#mv .img02 {
  position: absolute;
  top: 0;
  left: 0;
}

#page01 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images01/greenlabel/mv02_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #page01 {
    background-image: url(../images01/greenlabel/mv02_bg_sp.jpg);
  }
}
#page01 .txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1400px) {
  #page01 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #page01 .txt01 {
    font-size: 4vw;
    line-height: 1.8em;
  }
}

#page02 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images01/greenlabel/mv03_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #page02 {
    background-image: url(../images01/greenlabel/mv03_bg_sp.jpg);
  }
}
#page02 .txt01 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  #page02 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #page02 .txt01 {
    font-size: 3.5vw;
  }
}
#page02 .txt02 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7em;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  #page02 .txt02 {
    font-size: 1.5vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #page02 .txt02 {
    font-size: 3.6vw;
    line-height: 1.8em;
    margin-top: 6.4vw;
  }
}
#page02 .txt03 {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1em;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  #page02 .txt03 {
    font-size: 1.1vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #page02 .txt03 {
    font-size: 2.6vw;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-top: 6.4vw;
  }
}

.page_content {
  background-color: #f9f6f0;
}
.page_content .wrap_sp {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .page_content .wrap_sp {
    max-width: none;
    width: 80.7%;
  }
}
@media screen and (max-width: 768px) {
  .page_content .wrap_sp {
    width: 80%;
  }
}
.page_content h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #009c74;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .page_content h2 {
    font-size: 1.9vw;
    margin-bottom: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content h2 {
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }
}
.page_content .action_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page_content .action_box {
    display: block;
  }
}
.page_content .action_box .action_block {
  width: 31%;
  margin-left: 3.5%;
}
@media screen and (max-width: 768px) {
  .page_content .action_box .action_block {
    width: 100%;
    margin-left: 0;
  }
}
.page_content .action_box .action_block:nth-child(3n+1) {
  margin-left: 0;
}
.page_content .action_box .action_block:nth-child(n+4) {
  margin-top: 57px;
}
@media screen and (max-width: 1400px) {
  .page_content .action_box .action_block:nth-child(n+4) {
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .action_box .action_block:nth-child(n+2) {
    margin-top: 6.7vw;
  }
}
.page_content .action_box .action_block .modal {
  width: 100%;
}
.page_content .action_box .action_block .modal img {
  filter: drop-shadow(0px 0px 16px rgba(17, 114, 102, 0.4));
}
@media screen and (max-width: 1400px) {
  .page_content .action_box .action_block .modal img {
    filter: drop-shadow(0px 0px 1.1vw rgba(17, 114, 102, 0.4));
  }
}
@media screen and (max-width: 768px) {
  .page_content .action_box .action_block .modal img {
    filter: drop-shadow(0px 0px 2.1vw rgba(17, 114, 102, 0.4));
  }
}

.inline {
  display: none;
}

.modaal-container {
  max-width: 700px;
  background-color: transparent;
}

.modaal-content-container {
  padding: 0;
}

.img_modal img {
  filter: drop-shadow(0px 0px 16px rgba(17, 114, 102, 0.4));
}
@media screen and (max-width: 1400px) {
  .img_modal img {
    filter: drop-shadow(0px 0px 1.1vw rgba(17, 114, 102, 0.4));
  }
}
@media screen and (max-width: 768px) {
  .img_modal img {
    filter: drop-shadow(0px 0px 2.1vw rgba(17, 114, 102, 0.4));
  }
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-left: 13.3vw;
    padding-right: 13.3vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
#mv h1,
#mv .img02 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#mv h1.active,
#mv .img02.active {
  opacity: 1;
}
#mv .img02.deactive {
  opacity: 0;
}/*# sourceMappingURL=style_greenlabel.css.map */