@charset "UTF-8";
body {
  background: #e9fdf8;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

.js-inview-item.inview {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

.js-inview-item {
  opacity: 0;
  transform: translateY(1rem);
}

div.background_far {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 86vh;
  background-image: url(./img/forest.webp);
  background-repeat: repeat-x;
  background-size: 65% auto;
  background-position: bottom right;
  z-index: -1;
  opacity: 0.8;
}

div.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./img/forest.webp);
  background-repeat: repeat-x;
  background-size: 80% auto;
  background-position: bottom left;
  z-index: -1;
}

main.figma-design-FSC {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  width: 100%;
  max-width: 1440px;
}

section {
  width: 100%;
  position: relative;
  background: #5b9981;
}

section .section_inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding: 3%;
  box-sizing: border-box;
}
section .section_inner.section_inner_flex {
  display: flex;
  justify-content: space-between;
}
section .section_inner.section_inner_flex .section_block {
  width: 50%;
}
section .section_inner.section_inner_flex.flex_reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section .section_inner .section_block {
  width: 100%;
  position: relative;
}
section .section_inner p, section .section_inner h2, section .section_inner h3, section .section_inner ol, section .section_inner ul, section .section_inner li, section .section_inner a {
  color: #fff;
}
section .section_inner h2 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  padding-top: 0.5em;
}

section.hero {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  padding: 6% 0;
  background: transparent;
}
section.hero .logo {
  width: 15%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5% 1%;
  background: #fff;
}
section.hero .logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
section.hero h1 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #246459;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 0px #fff;
}
section.hero h1 span {
  color: #246459;
  font-size: 0.8em;
}
section.hero .page_lead {
  width: 80%;
  margin: 5% auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
section.hero .hero_banner {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 36%;
  padding: 2rem 3rem;
  height: auto;
  background: #fdeba3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
section.hero .hero_banner .banner_text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
}
section.hero .hero_banner .banner_text span {
  color: #d66364;
}
section.hero .hero_banner .arrow {
  position: absolute;
  display: block;
  width: 15%;
  height: auto;
  bottom: -5%;
  right: 5%;
}

section.index {
  border-radius: 2rem 2rem 0 0;
}
section.index .section_inner {
  padding-top: 4%;
}
section.index .section_inner_flex > div:first-of-type {
  padding-left: 5%;
}
section.index h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-top: 0;
}
section.index ol {
  font-size: 1.5rem;
  line-height: 1.5em;
}
section.index .section_inner_flex > div:last-of-type {
  position: relative;
}
section.index .section_inner_flex > div:last-of-type .img_block_wrapper {
  padding: 6%;
}
section.index .section_inner_flex > div:last-of-type img {
  position: absolute;
  right: 0;
  top: 0%;
}
section.index .section_inner_flex > div:last-of-type img.imgroot {
  position: relative;
  display: block;
  margin: auto;
  width: 60%;
}
section.index .section_inner_flex > div:last-of-type img.img01 {
  position: absolute;
  top: 43%;
  left: 51%;
  width: 30%;
}
section.index .section_inner_flex > div:last-of-type img.img02 {
  position: absolute;
  top: 14%;
  left: 10%;
  width: 24%;
}
section.index .section_inner_flex > div:last-of-type img.img03 {
  position: absolute;
  top: 13%;
  left: 48%;
  width: 4%;
}
section.index .section_inner_flex > div:last-of-type img.img04 {
  position: absolute;
  top: 20%;
  left: 53%;
  width: 4%;
}
section.index .section_inner_flex > div:last-of-type img.img05 {
  position: absolute;
  top: 57%;
  left: 31%;
  width: 4%;
}
section.index .section_inner_flex > div:last-of-type img.img06 {
  position: absolute;
  top: 72%;
  left: 25%;
  width: 3%;
}
section.index .section_inner_flex > div:last-of-type img.img07 {
  position: absolute;
  top: 75%;
  left: 58%;
  width: 4%;
}

section#why-forest-education {
  background: #246459;
}
section#why-forest-education p.lead {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
}
section#why-forest-education p.lead span {
  color: #fdeba3;
  display: inline-block;
  margin: 1.2em 0;
}
section#why-forest-education .section_inner_flex > div:last-of-type {
  position: relative;
  padding: 0%;
}
section#why-forest-education .section_inner_flex > div:last-of-type .img_block_wrapper {
  padding: 1.4rem 0;
}
section#why-forest-education .section_inner_flex > div:last-of-type img {
  position: absolute;
  right: 0;
  top: 0%;
}
section#why-forest-education .section_inner_flex > div:last-of-type img.imgroot {
  position: relative;
  display: block;
  margin: auto;
  width: 75%;
  border-radius: 50%;
  transform: scaleX(-1);
}
section#why-forest-education .section_inner_flex > div:last-of-type img.img01 {
  position: absolute;
  top: 9%;
  left: 22%;
  width: 4%;
  transform: scaleX(-1);
}
section#why-forest-education .section_inner_flex > div:last-of-type img.img02 {
  position: absolute;
  top: 78%;
  left: 82%;
  width: 4%;
}

section#forest-connection {
  background: #5b9981;
}
section#forest-connection .section_header {
  width: 40%;
  margin-left: 0%;
  margin-right: auto;
  margin-bottom: 25%;
}
section#forest-connection p.lead {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
}
section#forest-connection p.lead span {
  color: #fdeba3;
  display: inline-block;
  margin: 1.2em 0;
}
section#forest-connection .img_block_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#forest-connection img {
  position: absolute;
  right: 0;
  top: 0%;
}
section#forest-connection img.img01 {
  position: absolute;
  top: 20%;
  left: 60%;
  width: 30%;
  border-radius: 50%;
}
section#forest-connection img.img02 {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 20%;
  border-radius: 50%;
}
section#forest-connection img.img03 {
  position: absolute;
  top: 60%;
  left: 14%;
  width: 15%;
  border-radius: 50%;
}
section#forest-connection img.img04 {
  position: absolute;
  top: 21%;
  left: 83%;
  width: 3%;
  transform: scaleX(-1);
}
section#forest-connection img.img05 {
  position: absolute;
  top: 80%;
  left: 70%;
  width: 3%;
}
section#forest-connection img.img06 {
  position: absolute;
  top: 6%;
  left: 44%;
  width: 8%;
}
section#forest-connection img.img07 {
  position: absolute;
  top: 45%;
  left: 56%;
  width: 3%;
}
section#forest-connection img.img08 {
  position: absolute;
  top: 72%;
  left: 83%;
  width: 7%;
}

section#fsc-certification {
  background: #246459;
  position: relative;
}
section#fsc-certification .section_header {
  width: 40%;
  margin-left: 10%;
  margin-right: auto;
  margin-bottom: 5%;
}
section#fsc-certification p.lead {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
}
section#fsc-certification p.lead span {
  color: #fdeba3;
  display: inline-block;
  margin: 1.2em 0;
}
section#fsc-certification img {
  position: absolute;
  right: 0;
  top: 0%;
}
section#fsc-certification .for-teacher-and-parents {
  margin-left: auto;
  margin-right: 20%;
  margin-bottom: 2rem;
}
section#fsc-certification img.img01 {
  display: block;
  width: 1.8%;
  top: 16%;
  left: 13%;
  right: auto;
}
section#fsc-certification .img_block_wrapper {
  padding-top: 1.8rem;
  position: absolute;
  width: 15%;
  height: auto;
  bottom: 14%;
  right: 4%;
}
section#fsc-certification img.img02 {
  position: relative;
  width: 100%;
  height: auto;
}
section#fsc-certification img.img03 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  top: auto;
  width: 15%;
}
section#fsc-certification .section_block {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

section#fsc-mark {
  background: #97cfc0;
  background: #aee1d4;
  position: relative;
  color: #01264b;
}
section#fsc-mark h2, section#fsc-mark p {
  color: #01264b;
}
section#fsc-mark .section_header {
  width: 40%;
  margin-left: 10%;
  margin-right: auto;
  margin-bottom: 5%;
}
section#fsc-mark p.lead {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
}
section#fsc-mark p.lead span {
  color: #fdeba3;
  display: inline-block;
  margin: 1.2em 0;
}
section#fsc-mark img {
  position: absolute;
  right: 0;
  top: 0%;
}
section#fsc-mark div.imgwrapper {
  padding-top: 1.8rem;
}
section#fsc-mark div.imgwrapper img {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
}
section#fsc-mark .section_block {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
section#fsc-mark img.img01 {
  position: absolute;
  top: 9%;
  left: 82%;
  width: 8%;
  transform: scaleX(-1);
}
section#fsc-mark img.img02 {
  position: absolute;
  top: 60%;
  left: 82%;
  width: 6%;
}
section#fsc-mark img.img03 {
  position: absolute;
  bottom: 0%;
  left: 5%;
  top: auto;
  width: 8%;
}

section#educational-contents {
  background: #f9e698;
  position: relative;
  color: #01264b;
}
section#educational-contents h2, section#educational-contents h3, section#educational-contents p, section#educational-contents a {
  color: #01264b;
}
section#educational-contents .section_inner {
  padding-top: 14%;
  padding-bottom: 10%;
  width: 100%;
  height: 100%;
}
section#educational-contents h2 {
  position: relative;
  z-index: 100;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
}
section#educational-contents h2 img {
  position: absolute;
  top: -230%;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
}
section#educational-contents h2::before {
  content: "";
  display: block;
  width: 80%;
  height: 360%;
  background: #fffbee;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  position: absolute;
  top: -180%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
section#educational-contents ul.cardlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 100;
}
section#educational-contents ul.cardlist .card {
  width: 49%;
  background: #fffbee;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  position: relative;
}
section#educational-contents ul.cardlist .card h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  text-align: center;
}
section#educational-contents ul.cardlist .card p {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-left: 36%;
}
section#educational-contents ul.cardlist .card > img {
  position: absolute;
  width: 20%;
  height: auto;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  border-radius: 50%;
}
section#educational-contents ul.cardlist .card a.listnav {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 3rem 0 auto;
  padding: 0.8rem 2rem;
  background: #7ea356;
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 0;
}
section#educational-contents ul.cardlist .card a.listnav::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(./img/i.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  z-index: 10;
  transform: translateY(-50%);
}
section#educational-contents div.backimg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#educational-contents div.backimg_wrapper img {
  position: absolute;
  width: 20%;
  height: auto;
  top: 100%;
}
section#educational-contents div.backimg_wrapper img.img01 {
  top: 2%;
  left: 23%;
  width: 7%;
}
section#educational-contents div.backimg_wrapper img.img02 {
  top: 20%;
  left: 90%;
  width: 10%;
}
section#educational-contents div.backimg_wrapper img.img03 {
  top: 20%;
  left: 5%;
  width: 10%;
}
section#educational-contents div.backimg_wrapper img.img04 {
  top: 22%;
  left: 80%;
  width: 7%;
}
section#educational-contents div.backimg_wrapper img.img05 {
  top: 2%;
  left: 0%;
  width: 20%;
}
section#educational-contents div.backimg_wrapper img.img06 {
  top: 0%;
  left: 72%;
  width: 15%;
}
section#educational-contents div.backimg_wrapper img.img07 {
  top: 83%;
  left: 82%;
  width: 10%;
}
section#educational-contents div.backimg_wrapper img.img08 {
  top: 54%;
  left: 0%;
  width: 15%;
}
section#educational-contents div.backimg_wrapper img.img09 {
  top: 50%;
  left: 85%;
  width: 15%;
}
section#educational-contents div.backimg_wrapper img.img10 {
  top: 77%;
  left: 45%;
  width: 15%;
}
section#educational-contents div.backimg_wrapper img.img11 {
  top: 78%;
  left: 5%;
  width: 20%;
  transform: scaleX(-1);
}

section#use-cases-school .section_header,
section#use-cases-home .section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#use-cases-school .section_header > div,
section#use-cases-home .section_header > div {
  padding: 0 2rem;
}
section#use-cases-school .section_header > div h2,
section#use-cases-home .section_header > div h2 {
  margin-left: 2rem;
  margin-bottom: 0;
  padding-top: 0;
}
section#use-cases-school .card_row,
section#use-cases-home .card_row {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
section#use-cases-school .card_row .card,
section#use-cases-home .card_row .card {
  width: 32%;
  background: #fffbee;
  border-radius: 1rem;
  padding: 4rem 1.8rem;
  box-sizing: border-box;
  position: relative;
}
section#use-cases-school .card_row .card > img,
section#use-cases-home .card_row .card > img {
  position: absolute;
  top: 4rem;
  left: 16%;
  transform: translateX(-50%);
  width: 20%;
}
section#use-cases-school .card_row .card h3,
section#use-cases-home .card_row .card h3 {
  font-size: 2.8rem;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  margin-left: 30%;
  text-align: center;
  color: #000;
  text-align: left;
  height: 2.5em;
}
section#use-cases-school .card_row .card p.card_text,
section#use-cases-home .card_row .card p.card_text {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  color: #000;
  text-align: left;
  margin-bottom: 1em;
}
section#use-cases-school .card_row .card p.card_text span,
section#use-cases-home .card_row .card p.card_text span {
  color: #bc5356;
}
section#use-cases-school .card_row .card a,
section#use-cases-home .card_row .card a {
  color: #000;
}

section#use-cases-home {
  background: #246459;
}
section#use-cases-home .card > img:first-of-type {
  top: 4rem;
  left: 14%;
  height: 6rem;
  width: auto;
}
section#use-cases-home .card > img:last-of-type {
  top: 6rem;
  left: 24%;
  width: 10%;
  height: 4rem;
  width: auto;
}
section#use-cases-home div.SNS-access {
  width: 100%;
  background: #fffbee;
  margin: 2rem auto 0;
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  padding: 2rem;
  border-radius: 2rem;
}
section#use-cases-home div.SNS-access p {
  color: #000;
  text-align: left;
  margin-left: 20%;
}
section#use-cases-home div.SNS-access img.icon {
  width: 15%;
  height: auto;
  margin-left: 3%;
  margin-top: -15%;
}
section#use-cases-home div.SNS-access p.snsicon {
  text-align: center;
  margin-top: 3rem;
}
section#use-cases-home div.SNS-access p.snsicon img {
  width: 4rem;
  height: auto;
  margin-right: 1rem;
}

section#download {
  background: #ffcc31;
  position: relative;
  color: #01264b;
}
section#download .section_inner {
  padding-bottom: 4rem;
}
section#download h2 {
  color: #000;
}
section#download .download_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#download .download_flex > div {
  width: 48%;
  color: #000;
}
section#download .download_flex > div p {
  color: #000;
  text-align: center;
}
section#download {
  border-radius: 0 0 2rem 2rem;
}

footer {
  width: 100%;
  background: #246459;
  padding: 2rem 0;
  position: relative;
  margin-top: 24rem;
}
footer .logo {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0.5rem 1rem;
}
footer .logo img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
footer p.copyright {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.for-teacher-and-parents {
  width: 34rem;
  background: #7ea356;
  padding: 1.2rem 0;
  border-radius: 1rem;
  position: relative;
  display: block;
}
.for-teacher-and-parents p.ban_subtitle {
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
  color: #fff !important;
  margin-bottom: 0.4em;
}
.for-teacher-and-parents p.ban_text {
  font-size: 2rem;
  line-height: 1.2em;
  text-align: center;
  color: #fff !important;
}
.for-teacher-and-parents img.arrow {
  position: absolute !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  right: -5% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: block !important;
}
.for-teacher-and-parents::before {
  content: "※準備中";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3.5rem;
  font-size: 1.1rem;
  position: absolute;
  background: #bc5356;
  color: #ffcc31;
  border-radius: 50%;
  left: -2%;
  top: -8%;
  transform: rotate(-10deg);
}

a.toIndex {
  position: fixed;
  bottom: 1.5rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  background: #7ea356;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
a.toIndex.visible {
  opacity: 1;
}
a.toIndex img {
  width: 70%;
  height: auto;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  a.toIndex {
    bottom: 3.5rem;
    right: 1rem;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
  div.background_far {
    position: fixed;
    top: 0;
    left: 0;
    height: 84vh;
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-position: bottom right;
    opacity: 0.8;
  }
  div.background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-repeat: repeat-x;
    background-size: 240% auto;
    background-position: bottom left;
  }
  section {
    width: 90%;
    margin: auto;
    position: relative;
  }
  section .section_inner {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 3%;
    box-sizing: border-box;
  }
  section .section_inner.section_inner_flex {
    display: block;
  }
  section .section_inner.section_inner_flex .section_block {
    width: 100%;
  }
  section .section_inner.section_inner_flex.flex_reverse {
    display: block;
  }
  section .section_inner h2 {
    font-size: 3rem;
    margin-bottom: 1em;
    padding-top: 0.8em;
  }
  section.hero {
    width: 100%;
    padding: 25% 0 10%;
  }
  section.hero .logo {
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5% 1%;
    background: #fff;
  }
  section.hero .logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  section.hero h1 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.4rem;
  }
  section.hero h1 span {
    color: #246459;
    font-size: 0.8em;
  }
  section.hero .page_lead {
    width: 90%;
    margin: 6% auto 0;
    font-size: 1.5rem;
  }
  section.hero .hero_banner {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  section.index {
    border-radius: 2rem 2rem 0 0;
  }
  section.index .section_inner {
    padding-top: 8%;
  }
  section.index .section_inner_flex > div:first-of-type {
    padding-left: 5%;
  }
  section.index h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: left;
    padding-top: 0;
  }
  section.index ol {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  section.index .section_inner_flex > div:last-of-type {
    position: relative;
  }
  section.index .section_inner_flex > div:last-of-type .img_block_wrapper {
    padding: 6%;
  }
  section#why-forest-education {
    background: #246459;
  }
  section#why-forest-education p.lead {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 2rem;
  }
  section#why-forest-education .section_inner_flex > div:last-of-type {
    position: relative;
    padding: 0%;
  }
  section#why-forest-education .section_inner_flex > div:last-of-type .img_block_wrapper {
    padding: 2rem 0;
  }
  section#forest-connection {
    background: #5b9981;
  }
  section#forest-connection .section_header {
    width: 100%;
    margin-left: 0%;
    margin-top: 2%;
    margin-right: auto;
    margin-bottom: 60%;
  }
  section#forest-connection p.lead {
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
  }
  section#forest-connection .img_block_inner {
    width: 90vw;
    height: 50vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  section#fsc-certification {
    background: #246459;
    position: relative;
  }
  section#fsc-certification .section_header {
    width: 100%;
    margin-left: 0%;
    margin-right: auto;
    margin-bottom: 50%;
  }
  section#fsc-certification p.lead {
    font-size: 1.5rem;
  }
  section#fsc-certification img {
    position: absolute;
    right: 0;
    top: 0%;
  }
  section#fsc-certification .for-teacher-and-parents {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  section#fsc-certification img.img01 {
    display: block;
    width: 5%;
    top: 12%;
    left: 8%;
    right: auto;
  }
  section#fsc-certification .img_block_wrapper {
    padding-top: 1.8rem;
    position: absolute;
    width: 30%;
    height: auto;
    bottom: auto;
    top: 42%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  section#fsc-mark p.lead {
    font-size: 1.5rem;
  }
  section#fsc-mark p.lead span {
    color: #fdeba3;
    display: inline-block;
    margin: 1.2em 0;
  }
  section#fsc-mark img {
    position: absolute;
    right: 0;
    top: 0%;
  }
  section#fsc-mark div.imgwrapper {
    padding-top: 1.8rem;
  }
  section#fsc-mark div.imgwrapper img {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
  }
  section#fsc-mark .section_block {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
  section#fsc-mark img.img01 {
    position: absolute;
    top: 8%;
    left: 90%;
    width: 8%;
    transform: scaleX(-1);
  }
  section#fsc-mark img.img02 {
    position: absolute;
    top: 60%;
    left: 88%;
    width: 6%;
  }
  section#fsc-mark img.img03 {
    position: absolute;
    bottom: 0%;
    left: 5%;
    top: auto;
    width: 8%;
  }
  section#educational-contents {
    background: #f9e698;
    position: relative;
    color: #01264b;
  }
  section#educational-contents h2, section#educational-contents h3, section#educational-contents p, section#educational-contents a {
    color: #01264b;
  }
  section#educational-contents .section_inner {
    padding-top: 30%;
    padding-bottom: 10%;
    width: 100%;
    height: 100%;
  }
  section#educational-contents h2 {
    font-size: 2.5rem;
    margin: 0 auto 6rem;
  }
  section#educational-contents ul.cardlist {
    display: block;
    width: 96%;
    margin: auto;
    position: relative;
    z-index: 100;
  }
  section#educational-contents ul.cardlist .card {
    width: 100%;
  }
  section#educational-contents ul.cardlist .card > img {
    position: absolute;
    width: 25%;
    height: auto;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  section#educational-contents div.backimg_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section#educational-contents div.backimg_wrapper img {
    position: absolute;
    width: 20%;
    height: auto;
    top: 100%;
  }
  section#educational-contents div.backimg_wrapper img.img01 {
    top: 2%;
    left: 16%;
    width: 10%;
  }
  section#educational-contents div.backimg_wrapper img.img02 {
    top: 10%;
    left: 90%;
    width: 20%;
  }
  section#educational-contents div.backimg_wrapper img.img03 {
    top: 20%;
    left: -4%;
    width: 15%;
  }
  section#educational-contents div.backimg_wrapper img.img04 {
    top: 12%;
    left: 70%;
    width: 12%;
  }
  section#educational-contents div.backimg_wrapper img.img05 {
    top: 8%;
    left: -6%;
    width: 30%;
  }
  section#educational-contents div.backimg_wrapper img.img06 {
    top: 0%;
    left: 76%;
    width: 22%;
  }
  section#educational-contents div.backimg_wrapper img.img07 {
    top: 83%;
    left: 92%;
    width: 20%;
  }
  section#educational-contents div.backimg_wrapper img.img08 {
    top: 54%;
    left: -5%;
    width: 25%;
  }
  section#educational-contents div.backimg_wrapper img.img09 {
    top: 50%;
    left: 92%;
    width: 15%;
  }
  section#educational-contents div.backimg_wrapper img.img10 {
    top: 95%;
    left: 80%;
    width: 20%;
  }
  section#educational-contents div.backimg_wrapper img.img11 {
    top: 93%;
    left: -4%;
    width: 30%;
    transform: scaleX(-1);
  }
  section#use-cases-school .section_inner,
  section#use-cases-home .section_inner {
    padding: 6%;
  }
  section#use-cases-school .section_header,
  section#use-cases-home .section_header {
    display: block;
  }
  section#use-cases-school .section_header > div,
  section#use-cases-home .section_header > div {
    padding: 0;
  }
  section#use-cases-school .section_header > div h2,
  section#use-cases-home .section_header > div h2 {
    margin-left: 0rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: 0;
  }
  section#use-cases-school .card_row,
  section#use-cases-home .card_row {
    display: block;
    margin-top: 4rem;
  }
  section#use-cases-school .card_row .card,
  section#use-cases-home .card_row .card {
    width: 100%;
    margin-bottom: 2rem;
    background: #fffbee;
    border-radius: 1rem;
    padding: 4rem 1.8rem;
    box-sizing: border-box;
    position: relative;
  }
  section#use-cases-school .card_row .card > img,
  section#use-cases-home .card_row .card > img {
    position: absolute;
    top: 4rem;
    left: 16%;
    transform: translateX(-50%);
    width: 20%;
  }
  section#use-cases-school .card_row .card h3,
  section#use-cases-home .card_row .card h3 {
    font-size: 2.8rem;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    margin-left: 30%;
    text-align: center;
    color: #000;
    text-align: left;
    height: 2.5em;
  }
  section#use-cases-school .card_row .card p.card_text,
  section#use-cases-home .card_row .card p.card_text {
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    text-align: left;
    margin-bottom: 1em;
  }
  section#use-cases-school .card_row .card p.card_text span,
  section#use-cases-home .card_row .card p.card_text span {
    color: #bc5356;
  }
  section#use-cases-school .card_row .card a,
  section#use-cases-home .card_row .card a {
    color: #000;
  }
  section#use-cases-home {
    background: #246459;
  }
  section#use-cases-home .card > img:first-of-type {
    top: 4rem;
    left: 14%;
    height: 6rem;
    width: auto;
  }
  section#use-cases-home .card > img:last-of-type {
    top: 6rem;
    left: 24%;
    width: 10%;
    height: 4rem;
    width: auto;
  }
  section#use-cases-home div.SNS-access {
    width: 100%;
    background: #fffbee;
    margin: 2rem auto 0;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: center;
    padding: 2rem;
    border-radius: 2rem;
  }
  section#use-cases-home div.SNS-access p {
    color: #000;
    text-align: left;
    margin-left: 0%;
  }
  section#use-cases-home div.SNS-access img.icon {
    width: 25%;
    height: auto;
    margin: 10% auto 15%;
  }
  section#use-cases-home div.SNS-access p.snsicon {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  section#use-cases-home div.SNS-access p.snsicon img {
    width: 6rem;
    height: auto;
    margin-right: 1rem;
  }
  section#download {
    background: #ffcc31;
    position: relative;
    color: #01264b;
  }
  section#download .section_inner {
    padding: 5%;
  }
  section#download h2 {
    color: #000;
  }
  section#download .download_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  section#download .download_flex > div {
    width: 100%;
    color: #000;
  }
  section#download .download_flex > div:last-of-type p {
    margin: 4rem auto;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
  }
  section#download {
    border-radius: 0 0 2rem 2rem;
  }
  footer {
    width: 100%;
    background: #246459;
    padding: 1.5rem 0 1.5rem;
    position: relative;
    margin-top: 30rem;
  }
  footer .logo {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0.5rem 1rem;
  }
  footer .logo img {
    width: 100%;
    max-width: 80px;
    height: auto;
  }
  footer p.copyright {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.5em;
    margin-left: 36%;
    margin-right: 0;
  }
  .for-teacher-and-parents {
    width: 30rem;
    background: #7ea356;
    padding: 1.2rem 0;
    border-radius: 1rem;
    position: relative;
    display: block;
  }
  .for-teacher-and-parents p.ban_subtitle {
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: center;
    color: #fff !important;
    margin-bottom: 0.4em;
  }
  .for-teacher-and-parents p.ban_text {
    font-size: 2rem;
    line-height: 1.2em;
    text-align: center;
    color: #fff !important;
  }
  .for-teacher-and-parents img.arrow {
    position: absolute !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
    right: -5% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
  }
  .for-teacher-and-parents::before {
    content: "※準備中";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 3.5rem;
    font-size: 1.1rem;
    position: absolute;
    background: #bc5356;
    color: #ffcc31;
    border-radius: 50%;
    left: -2%;
    top: -8%;
    transform: rotate(-10deg);
  }
}/*# sourceMappingURL=styles.css.map */