@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
h2 {
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.news {
  margin: 80px auto;
}

.news-box {
  width: 700px;
  height: 315px;
  margin: 0 auto;
  overflow-y: scroll;
  max-width: 90%;
}
.news-box ul {
  list-style: none;
}
.news-box ul li {
  margin-bottom: 20px;
  border-bottom: solid 1px #666666;
  font-size: 18px;
  padding: 7px 5%;
}
.news-box ul li span {
  margin-right: 20px;
}
.news-box a .left {
  display: inline;
  padding-right: 5px;
}
.news-box a .right {
  display: inline;
}

.about p {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 170%;
}

.about-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.about-box .ab-box {
  width: 380px;
}

.link {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 170%;
  margin: 80px auto;
  width: 600px;
}
.link a:nth-child(1) {
  margin-bottom: 20px;
}

.consider {
  margin: 80px auto;
}

.point-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.point-box .point {
  width: 400px;
  background: #fdecf3;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.point-box .point a {
  position: relative;
  padding: 30px 50px;
  flex-grow: 1;
}
.point-box .point a h3 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.point-box .point a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}

.style {
  background: #0cc0df;
  padding: 50px 0 10px 0;
}
.style .style-box {
  display: flex;
  width: 1000px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}
.style .style-box .style1 {
  width: 300px;
}
.style .style-box .style2 {
  width: 700px;
  font-size: 35px;
  padding-left: 50px;
  color: white;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
}
.style .style-box .style2 h3 {
  line-height: 150%;
}
.style .link {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
}
.style .link .st-link {
  width: 380px;
}
.style .link .st-link h5 {
  color: white;
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
}

.know {
  margin: 80px auto;
}

.know-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.know-box h3 {
  color: white;
  padding-bottom: 10px;
  font-size: 23px;
}
.know-box .task-box {
  padding: 10px 20px 20px 20px;
  width: 400px;
  display: flex;
  flex-direction: column;
}
.know-box .task-box .task {
  background: #eff6fc;
  padding: 10px 20px 5px 20px;
  flex-grow: 1;
  border-radius: 10px;
}
.know-box .task-box ol {
  padding-left: 30px;
  counter-reset: number;
  list-style-type: none !important;
  padding-inline-start: 0px;
}
.know-box .task-box ol li {
  position: relative;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
  padding-left: 50px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #808080;
}
.know-box .task-box ol li span {
  font-size: 16px;
}
.know-box .task-box ol li:before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.know-box .task-box ul {
  padding-left: 20px;
}
.know-box .task-box ul li {
  list-style: "※";
  font-size: 12px;
  width: 70%;
}
.know-box .task-box:nth-child(1) {
  background: #0071bc;
}
.know-box .task-box:nth-child(1) li:before {
  background: #0071bc;
}
.know-box .task-box:nth-child(2) {
  background: #29abe2;
}
.know-box .task-box:nth-child(2) li:before {
  background: #29abe2;
}

.support {
  margin: 80px auto;
}

.s-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  width: 800px;
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  align-items: stretch;
  height: -moz-min-content;
  height: min-content;
  margin: 30px auto;
  flex-wrap: nowrap;
}
.s-box .color {
  padding: 10px 20px;
  line-height: 150%;
}
.s-box .color span {
  font-size: 11px;
}
.s-box .left {
  width: 36%;
  flex-grow: 1;
  border-radius: 10px 0 0 10px;
}
.s-box .center {
  width: 23%;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-box .right {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
}
.s-box .right .color {
  flex-grow: 1;
}
.s-box .left,
.s-box .right {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.s-box:nth-child(1) .left,
.s-box:nth-child(1) .right {
  box-shadow: none;
  text-align: center;
  font-size: 20px;
}

.s-box:nth-child(2) .left,
.s-box:nth-child(2) .right {
  background: #fbd13b;
}

.s-box:nth-child(3) .left,
.s-box:nth-child(3) .right {
  background: #29abe2;
}

.s-box:nth-child(4) .left,
.s-box:nth-child(4) .right {
  background: #bc93db;
}

.s-box:nth-child(5) .left,
.s-box:nth-child(5) .right {
  background: #f26de3;
}

.s-box:nth-child(6) .left,
.s-box:nth-child(6) .right {
  background: #f7931e;
}

.s-box:nth-child(7) .left,
.s-box:nth-child(7) .right {
  background: #fbb03b;
}

.s-box:nth-child(8) .left,
.s-box:nth-child(8) .right {
  background: #8cc63f;
}

.s-box:nth-child(9) .left,
.s-box:nth-child(9) .right {
  background: #009245;
}

.s-box:nth-child(10) .left,
.s-box:nth-child(10) .right {
  background: #29c9e2;
}

.s-box:nth-child(5) .color,
.s-box:nth-child(7) .color,
.s-box:nth-child(8) .color {
  padding: 20px 20px;
}

.s-box:nth-child(5) .left,
.s-box:nth-child(6) .left,
.s-box:nth-child(7) .left,
.s-box:nth-child(8) .left,
.s-box:nth-child(10) .left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-box:nth-child(6) .right,
.s-box:nth-child(10) .right {
  text-align: left;
}

.voice {
  margin: 80px auto;
}

.vo-flex {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  width: 800px;
  align-items: center;
}
.vo-flex .text {
  width: 380px;
  text-align: center;
}
.vo-flex .text img {
  width: 200px;
  margin: 20px auto 10px auto;
}
.vo-flex .text p {
  line-height: 200%;
}
.vo-flex .img {
  width: 380px;
}

.vo-flex:nth-child(even) {
  flex-direction: row-reverse;
}

.gallery {
  margin: 80px auto;
  background: linear-gradient(90deg, #ff3131 0%, #ff914d 100%);
  position: relative;
  padding: 50px 0 100px 0;
  overflow-x: hidden;
}
.gallery .gallery-title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 35;
  color: rgb(20, 20, 20);
}
.gallery .gallery-title1 {
  display: inline;
  border-bottom: solid 4px rgb(20, 20, 20);
  margin-left: 5%;
  padding-bottom: 7px;
  padding-right: 5%;
}
.gallery .gallery-title2 {
  display: inline-flex;
  align-items: center;
  border-bottom: solid 4px rgb(20, 20, 20);
  margin-left: 15%;
  padding-right: 5%;
}
.gallery .gallery-title2 .right {
  margin-left: 20px;
  display: flex;
}
.gallery .gallery-title2 .right img {
  width: 70px;
}
.gallery .illust-box {
  width: 160px;
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
.gallery .illust1 {
  top: 200px;
  right: 0%;
}
.gallery .illust2 {
  width: 180px;
  bottom: 50px;
  right: 0%;
}
.gallery .illust3 {
  width: 190px;
  bottom: 5px;
  right: 25%;
}
.gallery .illust4 {
  width: 140px;
  top: 140px;
  right: 28%;
}
.gallery .illust5 {
  width: 120px;
  bottom: 20px;
  left: 33%;
}
.gallery .illust6 {
  width: 110px;
  bottom: 10px;
  left: 0%;
}
.gallery .illust7 {
  width: 240px;
  top: 220px;
  left: 0%;
}
.gallery .illust8 {
  width: 170px;
  top: 50px;
  right: 8%;
}

.challenge {
  margin: 80px auto;
}

.ch-box {
  width: 1200px;
  display: flex;
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.ch-box a {
  width: 380px;
}

@media (max-width: 700px) {
  h2 {
    font-size: 23px;
  }
  .news-box {
    height: 295px;
  }
  .style .style-box .style1 {
    min-width: 150px;
  }
  .style .style-box .style2 {
    padding-left: 10px;
  }
  .style .style-box .style2 h3 {
    font-size: 23px;
  }
  .s-box .color {
    padding: 10px 10px;
  }
  .s-box:nth-child(5) .color,
  .s-box:nth-child(7) .color,
  .s-box:nth-child(8) .color {
    padding: 10px;
  }
  .s-box:nth-child(5) .left,
  .s-box:nth-child(6) .left,
  .s-box:nth-child(7) .left,
  .s-box:nth-child(8) .left,
  .s-box:nth-child(10) .left {
    text-align: left;
  }
  .s-box:nth-child(1) .left,
  .s-box:nth-child(1) .right {
    font-size: 18px;
  }
  .s-box {
    font-size: 14px;
    gap: 0px;
  }
  .s-box .center {
    width: 24%;
  }
  .gallery .gallery-title {
    font-size: 40px;
  }
  .gallery .illust1 {
    width: 140px;
    top: 160px;
    right: 0%;
  }
  .gallery .illust2 {
    width: 160px;
    bottom: 30px;
    right: 0%;
  }
  .gallery .illust3,
  .gallery .illust5,
  .gallery .illust8 {
    display: none;
  }
  .gallery .illust6 {
    width: 90px;
    bottom: 10px;
    left: 0%;
  }
  .gallery .illust7 {
    width: 180px;
    top: 150px;
    left: 0%;
  }
  .gallery .illust4 {
    width: 110px;
    top: 10px;
    right: 3%;
  }
  .gallery .gallery-title2 .right img {
    width: 60px;
  }
}/*# sourceMappingURL=home.css.map */