@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
main {
  position: relative;
  z-index: 10;
}

#topcontena {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#topcontena .back01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffff1d;
}
#topcontena .back02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff91ff;
  opacity: 0;
  transition: all 0.75s ease-out 0.01s;
}
#topcontena .back02.active {
  opacity: 1;
}
#topcontena .ill_all {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#topcontena .ill {
  position: absolute;
  width: 86%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
  background:url(/EDGE-PRIME_Initiative_2023/images/ill_color.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  opacity: 0.4;
  */
  transition: all 0.3s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #topcontena .ill {
    width: 92%;
    top: 52.5%;
  }
}
#topcontena .ill01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: url(/EDGE-PRIME_Initiative_2023/images/ill.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  mix-blend-mode: multiply;
  transition: all 0.8s ease-out 0.04s;
  opacity: 0.4;
}
#topcontena .ill01.active {
  opacity: 0;
}
#topcontena .ill02 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: url(/EDGE-PRIME_Initiative_2023/images/ill_color.png) no-repeat center;
  background-size: contain;
  z-index: 20;
  opacity: 0;
  transition: all 1.4s ease-out 0.01s;
}
#topcontena .ill02.active {
  opacity: 1;
}
#topcontena .copywaku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0.01s;
}
#topcontena .summer_text_waku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0.01s;
}
#topcontena .copybox {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 5%;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#topcontena .copybox.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #topcontena .copybox {
    width: 90%;
    top: 70px;
  }
}
#topcontena .copybox .img01 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #topcontena .copybox .img01 {
    width: 67%;
    right: auto;
    left: 0;
  }
}
#topcontena .copybox .img01.active {
  opacity: 1;
}
#topcontena .copybox .img02 {
  position: relative;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
@media screen and (max-width:800px) {
  #topcontena .copybox .img02 {
    width: 100%;
  }
}
#topcontena .copybox .img02.active {
  opacity: 1;
}
#topcontena .copybox img.copy01 {
  width: 100%;
}
#topcontena .copybox img.copy02 {
  width: auto;
  height: calc(85vh - 150px);
}
@media screen and (max-width:800px) {
  #topcontena .copybox img.copy02 {
    height: auto;
    width: 100%;
  }
}
#topcontena .summer_text {
  position: absolute;
  top: 100px;
  left: 5%;
  width: calc(90% - 300px);
}
@media screen and (max-width:800px) {
  #topcontena .summer_text {
    bottom: 50px;
    top: auto;
    left: 5%;
  }
}
#topcontena .summer_text img.copy03 {
  width: auto;
  height: calc(100vh - 150px);
}
@media screen and (max-width:800px) {
  #topcontena .summer_text img.copy03 {
    height: auto;
    width: 100%;
  }
}
#topcontena .summer_text p.text01 {
  font-size: 2vw;
  margin-bottom: 1em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #topcontena .summer_text p.text01 {
    font-size: 3.2vw;
    margin-top: 1.25em;
  }
}
#topcontena .summer_text .text02 {
  font-weight: 500;
  font-size: 2vw;
  margin-top: 1.75em;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #topcontena .summer_text .text02 {
    font-size: 3.4vw;
    margin-top: 1.25em;
  }
}
#topcontena .scrollwaku {
  width: 55px;
  position: absolute;
  bottom: 125px;
  right: 5%;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #topcontena .scrollwaku {
    bottom: 15px;
    right: 5%;
    width: 36px;
  }
}
#topcontena .scrollwaku figure {
  animation: scrllanime 2s infinite;
}
@keyframes scrllanime {
  0% {
    transform: translate(0, -100%);
  }
  50% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, 0%);
  }
}

#section00 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section00 .backimg {
  width: 100%;
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}
#section00 .backimgmask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: rgba(35, 38, 51, 0.2);
}
#section00 .titles {
  width: 44.45%;
  position: absolute;
  left: 4.23%;
  top: 7.5%;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .titles {
    width: 75%;
    top: 67.5px;
  }
}
#section00 .photo01 {
  width: 25.5%;
  position: absolute;
  left: 42.09%;
  top: 7.5%;
  z-index: 8;
}
@media screen and (max-width:800px) {
  #section00 .photo01 {
    width: 48%;
    left: 44%;
    top: 30%;
  }
}
#section00 .photo01 figcaption {
  display: none;
}
@media screen and (max-width:800px) {
  #section00 .photo01 figcaption {
    display: block;
    width: 40%;
    right: 0;
    position: absolute;
    top: calc(100% + 10px);
  }
}
#section00 .photo02 {
  width: 13.61%;
  top: 53%;
  left: 71%;
  position: absolute;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .photo02 {
    display: none;
  }
}
#section00 .photo02 figcaption {
  width: 56.45%;
  right: calc(100% + 10px);
  position: absolute;
  bottom: 0;
}
#section00 .photo03 {
  width: 10.24%;
  position: absolute;
  left: 52%;
  top: 78%;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .photo03 {
    display: none;
  }
}
#section00 .photo04 {
  width: 29.28%;
  top: 63%;
  left: 16.5%;
  position: absolute;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .photo04 {
    top: 75%;
    left: 5%;
    width: 65%;
  }
}
#section00 .photo04 figcaption {
  width: 33.75%;
  left: 0;
  position: absolute;
  top: calc(100% + 10px);
}
@media screen and (max-width:800px) {
  #section00 .photo04 figcaption {
    top: auto;
    bottom: calc(100% + 10px);
  }
}
#section00 .photo05 {
  width: 9.6%;
  position: absolute;
  right: 0%;
  top: 24%;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .photo05 {
    top: 87.5px;
    width: 15%;
    right: -3%;
  }
}
#section00 .copy {
  position: absolute;
  width: 10.1%;
  top: 7.5%;
  left: 72.32%;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section00 .copy {
    position: absolute;
    width: 25%;
    top: 38%;
    left: 14%;
    z-index: 20;
  }
}

#section02 {
  width: 100%;
  position: relative;
  z-index: 15;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  padding: 65px 0 100px 0;
  margin-top: -120px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    border-radius: 12vw 12vw 0 0;
    padding: 50px 0 75px 0;
    margin-top: -15vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}
#section02 h2 {
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 40px;
  }
}
#section02 h2 span.eng {
  font-weight: 500;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin-bottom: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 h2 span.eng {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 0.15em;
  }
}
#section02 h2 span.jpn {
  display: block;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02 h2 span.jpn {
    font-size: 2.5vw;
    text-align: center;
  }
}
#section02 .messagebox {
  width: 100%;
  position: relative;
}
#section02 .messagebox .days {
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .days {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
#section02 .messagebox .messagebox__text {
  width: 660px;
  color: #000;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text {
    width: 100%;
  }
}
#section02 .messagebox .messagebox__text .subtext {
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .days2 {
    text-align: left;
    font-size: 3.2vw;
  }
}
#section02 .messagebox .messagebox__text .ttl {
  width: 84%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ttl {
    width: 100%;
  }
}
#section02 .messagebox .messagebox__text .ttl2 {
  width: 84%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ttl2 {
    width: 100%;
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .sp_center {
    width: 80%;
    margin: 0vw auto 6vw auto;
    display: flex;
    justify-content: space-between;
  }
}
#section02 .messagebox .messagebox__text .listbox {
  width: 100%;
}
#section02 .messagebox .messagebox__text .listbox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #19233b;
  flex-wrap: wrap;
}
#section02 .messagebox .messagebox__text .listbox dl dt {
  border-bottom: 1px solid #19233b;
  padding: 1.2em 0;
  width: 6em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .listbox dl dt {
    width: 4em;
    font-size: 3.2vw;
  }
}
#section02 .messagebox .messagebox__text .listbox dl dd {
  border-bottom: 1px solid #19233b;
  padding: 1.2em 0;
  width: calc(100% - 6em);
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .listbox dl dd {
    width: calc(100% - 4em);
    font-size: 3.2vw;
  }
}
#section02 .messagebox .messagebox__text .ill001 {
  position: absolute;
  top: -5%;
  right: 152%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001 {
    width: 34%;
    margin: -2vw auto 0vw 3vw;
    top: auto;
    right: auto;
    position: relative;
  }
}
#section02 .messagebox .messagebox__text .ill001 figure {
  animation: fuwafuwa 1s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001 figure {
    animation: fuwafuwa_sp 1s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwa_sp {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
#section02 .messagebox .messagebox__text .ill001a {
  position: absolute;
  top: 45%;
  right: 116%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001a {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill001a figure {
  animation: fuwafuwab 1.8s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001a figure {
    animation: fuwafuwab_sp 1.8s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill001b {
  position: absolute;
  bottom: -7.5%;
  right: 135%;
  width: 25%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001b {
    width: 36%;
    margin: 0vw 5vw 0vw auto;
    top: auto;
    right: auto;
    position: relative;
  }
}
#section02 .messagebox .messagebox__text .ill001b figure {
  animation: fuwafuwab 1.4s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001b figure {
    animation: fuwafuwab_sp 1.4s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill001c {
  position: absolute;
  top: 0%;
  right: 115%;
  width: 10%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001c {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill001c figure {
  animation: fuwafuwab 1.4s ease-in-out infinite alternate;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill001c figure {
    animation: fuwafuwab_sp 1.4s ease-in-out infinite alternate;
  }
}
@keyframes fuwafuwab {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes fuwafuwab_sp {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
#section02 .messagebox .messagebox__text .ill002 {
  position: absolute;
  bottom: -15%;
  left: 107%;
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill002 {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill002 figure {
  animation: fuwafuwa2 1.1s ease-in-out infinite alternate;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#section02 .messagebox .messagebox__text h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 0.65em;
  }
}
#section02 .messagebox .messagebox__text p {
  font-weight: 700;
  line-height: 210%;
  margin-bottom: 2.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 3em;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p.last {
    margin-bottom: 0em;
  }
}
#section02 .messagebox .messagebox__text .ill002b {
  position: absolute;
  top: 5%;
  left: 105%;
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text .ill002b {
    display: none;
  }
}
#section02 .messagebox .messagebox__text .ill002b figure {
  animation: fuwafuwa2 1.3s ease-in-out infinite alternate;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#section02 .messagebox .messagebox__text h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 0.65em;
  }
}
#section02 .messagebox .messagebox__text p {
  font-weight: 700;
  line-height: 210%;
  margin-bottom: 2.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 3em;
  }
}
@media screen and (max-width:800px) {
  #section02 .messagebox .messagebox__text p.last {
    margin-bottom: 0em;
  }
}

#section03 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #cfee21;
  overflow: hidden;
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 90px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    padding: 7.5vw 0 6vw 0;
  }
}
#section03 .section__in .heads {
  width: 14.8%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -1px);
}
@media screen and (max-width:800px) {
  #section03 .section__in .heads {
    width: 14.8%;
    transform: translate(-60%, -1px);
  }
}
#section03 h2 {
  text-align: left;
}
#section03 h2 img {
  width: auto;
  /*height: 45px;*/
  height: 61px;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section03 h2 img {
    height: 8.1333333333vw;
    margin-bottom: 40px;
  }
}
#section03 .base_text01 {
  font-weight: 500;
  line-height: 210%;
}
#section03 .schoolname {
  width: 100%;
  text-align: right;
}
#section03 .schoolname .blocks01 {
  display: inline-block;
}
#section03 dl {
  text-align: right;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section03 dl {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 1.5em;
  }
}
#section03 dl.first dd {
  padding-right: 0.2em;
}
#section03 dl dt {
  padding-right: 1em;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section03 dl dt {
    width: 100%;
    display: block;
  }
}
#section03 dl dd {
  display: inline-block;
}
#section03 h3 {
  padding: 0.95em 1em 1em 1.5em;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#section03 h4 {
  font-weight: 600;
  margin: 1em 0 0.75em 0;
}
#section03 .botanbox {
  width: 534px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .botanbox {
    width: 84%;
    margin-top: 30px;
  }
}
#section03 .botanbox .links {
  width: 47.2%;
}
@media screen and (max-width:800px) {
  #section03 .botanbox .links {
    width: 100%;
    margin-bottom: 20px;
  }
}
#section03 .botanbox .links a {
  display: inline-block;
  width: 100%;
  background-color: #37c1d4;
  color: #fff;
  text-align: center;
  padding: 0.85em 0;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section03 .botanbox .links a {
    padding: 0.5em 0;
  }
}
#section03 .botanbox .links a span {
  display: block;
  text-align: center;
  line-height: 120%;
}

.links_d1:hover, .links_d2:hover, .links_d3:hover, .links_d4:hover {
  cursor: pointer;
}

#section04 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}
#section04 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    padding: 7.5vw 0 0vw 0;
  }
}
#section04 .section__in .heads {
  width: 14.8%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -1px);
}
@media screen and (max-width:800px) {
  #section04 .section__in .heads {
    width: 14.8%;
    transform: translate(-60%, -1px);
  }
}
#section04 h2 {
  text-align: left;
}
#section04 h2 img {
  width: auto;
  height: 45px;
  /*height: 61px;*/
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section04 h2 img {
    height: 6vw;
    margin-bottom: 40px;
  }
}
#section04 .lastattens {
  width: 96%;
  margin: 0 auto 100px auto;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section04 .lastattens {
    margin-bottom: 50px;
    font-size: 2.6vw;
  }
}
#section04 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0em;
}
@media screen and (max-width:800px) {
  #section04 ul {
    margin-bottom: 0.5em;
  }
}
#section04 ul li {
  position: relative;
}
#section04 ul li figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
  font-weight: 500;
  color: #000;
}
#section04 ul li.list01 {
  width: 67.93%;
  margin-left: 2.196%;
  margin-bottom: 2.196vw;
}
#section04 ul li.list02 {
  width: 25.4%;
  margin-right: 2.196%;
  margin-bottom: 2.196vw;
}
#section04 ul li.list03 {
  width: 46.77%;
  margin-left: 2.196%;
  margin-bottom: 2.196vw;
}
#section04 ul li.list04 {
  width: 46.77%;
  margin-right: 2.196%;
  margin-bottom: 2.196vw;
}
#section04 ul li.list05 {
  width: 33.89%;
  margin-left: 2.196%;
  margin-bottom: 2.196vw;
}
#section04 ul li.list06 {
  width: 59.59%;
  margin-right: 2.196%;
  margin-bottom: 2.196vw;
}

.waku {
  background-color: #fff;
}

#section05 {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}
#section05 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 35px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    padding: 7.5vw 0 2.5vw 0;
  }
}
#section05 .section__in .heads {
  width: 14.8%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -1px);
}
@media screen and (max-width:800px) {
  #section05 .section__in .heads {
    width: 14.8%;
    transform: translate(-60%, -1px);
  }
}
#section05 h2 {
  text-align: left;
}
#section05 h2 img {
  width: auto;
  height: 45px;
  /*height: 61px;*/
  margin-bottom: 0px;
}
#section05 h2 img.more {
  height: 61px;
}
@media screen and (max-width:800px) {
  #section05 h2 img {
    height: 6vw;
    margin-bottom: 0px;
  }
}
#section05 .memberbox {
  width: 100%;
  overflow: hidden;
}
#section05 .memberbox.color01 {
  background-color: #ffff1d;
}
#section05 .memberbox.color02 {
  background-color: #fabe00;
}
#section05 .memberbox.color03 {
  background-color: #64ff00;
}
#section05 .memberbox.color04 {
  background-color: #fd78ff;
}
#section05 .memberbox .box__in {
  width: 90%;
  max-width: 1186px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in {
    padding: 7.5vw 0;
  }
}
#section05 .memberbox .box__in .imgback01 {
  width: 75.52%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, 0);
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .imgback01 {
    width: 200%;
    transform: translate(-82%, 0);
  }
}
#section05 .memberbox .box__in .imgback02 {
  width: 75.52%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(60%, 0);
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .imgback02 {
    width: 200%;
    transform: translate(84%, 0);
  }
}
#section05 .memberbox .box__in .white_box {
  width: 100%;
  background-color: #fff;
  padding: 60px 6% 50px 6%;
}
#section05 .memberbox .box__in .white_box h3 {
  width: 100%;
  padding-bottom: 0.75em;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}
#section05 .memberbox .box__in .white_box h3 span.titl {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box h3 span.titl {
    width: 100%;
  }
}
#section05 .memberbox .box__in .white_box h3 span.teams {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box h3 span.teams {
    width: 100%;
    text-align: left;
    font-size: 3vw;
  }
}
#section05 .memberbox .box__in .white_box h3 figure {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box h3 figure {
    top: calc(100% + 5px);
  }
}
#section05 .memberbox .box__in .white_box h3 figure img {
  width: auto;
  height: 11px;
  line-height: 100%;
}
#section05 .memberbox .box__in .white_box h3 figure img.more {
  height: 14px;
}
#section05 .memberbox .box__in .white_box .member_contents {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section05 .memberbox .box__in .white_box .member_contents .text {
  width: 61.04%;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box .member_contents .text {
    width: 100%;
  }
}
#section05 .memberbox .box__in .white_box .member_contents .text .base_text {
  line-height: 210%;
  margin-bottom: 1.5em;
  font-weight: 500;
}
#section05 .memberbox .box__in .white_box .member_contents .text h5 {
  margin-bottom: 0.5em;
}
#section05 .memberbox .box__in .white_box .member_contents .text .subtext {
  line-height: 180%;
  margin-bottom: 1.5em;
}
#section05 .memberbox .box__in .white_box .member_contents ul {
  width: 32.94%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box .member_contents ul {
    width: 100%;
    margin: 7.5vw auto 0 auto;
  }
}
#section05 .memberbox .box__in .white_box .member_contents ul li {
  width: 47.05%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box .member_contents ul li {
    width: 47%;
    margin-top: 5vw;
    margin-bottom: 0em;
  }
}
#section05 .memberbox .box__in .white_box .member_contents ul li p {
  text-align: center;
  font-weight: 500;
  margin-top: 0.5em;
}
#section05 .memberbox .box__in .white_box .member_contents .photobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .memberbox .box__in .white_box .member_contents .photobox figure {
  width: 47.3%;
}
@media screen and (max-width:800px) {
  #section05 .memberbox .box__in .white_box .member_contents .photobox figure {
    width: 100%;
    margin-top: 5vw;
  }
}

/**********************************************************************************************/
.backcolor01 {
  background-color: #ffff1d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor01.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor02 {
  background-color: #fabe00;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor02.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor03 {
  background-color: #64ff00;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor03.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

.backcolor04 {
  background-color: #fd78ff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.backcolor04.active01 {
  transform: translateX(0%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.backcolor04.active02 {
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}/*# sourceMappingURL=top.css.map */