@charset "UTF-8";
/*================================================  ================================================*/
div.supporter-box01 {
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  div.supporter-box01 {
    margin-top: 60px;
    position: relative;
  }
}
div.supporter-box01 p.supporter-txt01 {
  text-align: justify;
  word-break: break-all;
  font-size: 1.12em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  div.supporter-box01 p.supporter-txt01 {
    width: 50%;
  }
}
div.supporter-box01 div.supporter-img01 {
  width: 86%;
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  div.supporter-box01 div.supporter-img01 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
  }
}

div.supporter-box02 {
  box-shadow: #79E0DD 0 0 20px;
  border-radius: 3em;
  width: 84%;
  margin: 15% auto;
  padding: 10% 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  div.supporter-box02 {
    max-width: 728px;
    margin: 75px auto;
    padding: 50px 0;
  }
}
div.supporter-box02 p.supporter-txt02 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  div.supporter-box02 p.supporter-txt02 {
    font-size: 20px;
    margin-bottom: 1.6em;
  }
}
div.supporter-box02 ul {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.supporter-box02 ul {
    width: 80%;
  }
}
div.supporter-box02 ul li {
  font-size: 1.12em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  div.supporter-box02 ul li {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
div.supporter-box02 ul li::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #65B9B6;
  border-radius: 50em;
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.supporter-box02 ul li::after {
    top: 0.72em;
  }
}

/*-------------------------  ここから --------------------------*/
div.supporter-box03 {
  padding: 10% 0;
}
div.supporter-box03 h2 {
  text-align: center;
  line-height: 1.2em;
  font-size: 1.4em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  div.supporter-box03 h2 {
    font-size: 24px;
  }
}
div.supporter-box03 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.supporter-box03 ul {
    gap: 1.75%;
  }
}
div.supporter-box03 ul li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  div.supporter-box03 ul li {
    width: 18.6%;
    margin-bottom: 1.75%;
  }
}
div.supporter-box03 ul#logo-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 50vw;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  div.supporter-box03 ul#logo-list::after {
    height: 50%;
  }
}
div.supporter-box03 ul#logo-list.active::after {
  opacity: 0;
}
div.supporter-box03 ul#logo-list.under::after {
  display: none;
}
div.supporter-box03 button#toggle-btn {
  display: block;
  width: 18em;
  background: #fff;
  text-align: center;
  margin: 20px auto 0;
  border: solid 1px #111;
  border-radius: 50em;
  padding: 0.8em 0;
  line-height: 1.2em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  div.supporter-box03 button#toggle-btn {
    width: 276px;
    font-size: 16px;
    transition: all 0.3s;
  }
  div.supporter-box03 button#toggle-btn:hover {
    background: #F0957C;
    border: solid 1px #F0957C;
    color: #fff;
  }
  div.supporter-box03 button#toggle-btn:hover span::after, div.supporter-box03 button#toggle-btn:hover span::before {
    background: #fff;
  }
}
div.supporter-box03 button#toggle-btn.active span::after {
  transform: translate(0, -50%) rotate(90deg);
}
div.supporter-box03 button#toggle-btn span {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
div.supporter-box03 button#toggle-btn span::after, div.supporter-box03 button#toggle-btn span::before {
  content: "";
  display: block;
  background: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: all 0.3s;
}
div.supporter-box03 button#toggle-btn span::before {
  width: 100%;
  height: 1px;
}
div.supporter-box03 button#toggle-btn span::after {
  width: 1px;
  height: 100%;
}

p.supporter-txt03 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  p.supporter-txt03 {
    font-size: 20px;
    margin-bottom: 38px;
  }
}

div.bg-img01 {
  width: 90%;
  top: -50vw;
  right: -25%;
  transform: translate(0, 0%) rotate(-80deg);
}
@media screen and (min-width: 768px) {
  div.bg-img01 {
    width: 580px;
    right: -300px;
    top: -100px;
    transform: translate(0, 0%) rotate(180deg);
  }
}

div.bg-img02 {
  transform: translate(0, 0%) rotate(70deg);
}
@media screen and (min-width: 768px) {
  div.bg-img02 {
    width: 580px;
    left: -270px;
    top: 400px;
  }
}

/*-------------------------  ここまで --------------------------*//*# sourceMappingURL=supporter.css.map */