@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

em {
  font-style: normal;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

.screen {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.screen video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scrtel_wrap .scrtel {
  height: 100vh;
  position: sticky;
  top: 0;
}

.ff_dot {
  font-family: "DotGothic16", sans-serif;
}

.ff_dela {
  font-family: "Dela Gothic One", sans-serif;
}

.over_ray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.default_ttl_sec {
  position: relative;
  width: 100%;
  min-height: 200vh;
}

.default_ttl {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.default_ttl .ttl_top {
  position: relative;
  height: 40vh;
}
.default_ttl .ttl_top .ttl_item {
  width: 8rem;
  position: absolute;
  bottom: -8.8rem;
  left: 50%;
  translate: -50% 0;
}
.default_ttl .ttl_middle {
  position: relative;
  height: 20vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default_ttl .ttl_middle h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
}
.default_ttl .ttl_middle h2 span {
  display: block;
  font-size: 4rem;
  border-bottom: solid 0.2rem #333;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.default_ttl .ttl_bottom {
  position: relative;
  height: 40vh;
}
.default_ttl .ttl_bottom .ttl_chara {
  width: 8rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  translate: -50% 0;
}

.default_ttl_view .ttl_item {
  -webkit-animation: jump02 0.8s ease 1.4s 1 both;
          animation: jump02 0.8s ease 1.4s 1 both;
}
.default_ttl_view .ttl_chara {
  -webkit-animation: jump01 0.8s ease 1s 1 both;
          animation: jump01 0.8s ease 1s 1 both;
}

.step_info_wrap {
  width: 100%;
  height: 200vh;
}

.step_info {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .step_info {
    background-size: 8rem;
  }
}

.step_info_screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64rem;
  max-width: 94%;
  height: 50vh;
  border: solid 0.4rem #333;
  translate: -50% -50%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B9E7FF), to(#fff));
  background-image: linear-gradient(#B9E7FF, #fff);
}
.step_info_screen .step_info_baloon01, .step_info_screen .step_info_baloon02 {
  position: absolute;
  bottom: 40%;
  width: 40%;
  background-color: #fff;
  border: solid 0.4rem #333;
  padding: 1.2rem;
  border-radius: 0.8rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .step_info_screen .step_info_baloon01, .step_info_screen .step_info_baloon02 {
    bottom: 60%;
  }
}
.step_info_screen .step_info_baloon01::before, .step_info_screen .step_info_baloon01::after, .step_info_screen .step_info_baloon02::before, .step_info_screen .step_info_baloon02::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50%;
}
.step_info_screen .step_info_baloon01::before, .step_info_screen .step_info_baloon02::before {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #333;
}
.step_info_screen .step_info_baloon01::after, .step_info_screen .step_info_baloon02::after {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
}
.step_info_screen .step_info_baloon01 {
  left: 5%;
  -webkit-transition: opacity 0.8s ease 1.6s;
  transition: opacity 0.8s ease 1.6s;
}
.step_info_screen .step_info_baloon02 {
  right: 5%;
  -webkit-transition: opacity 0.8s ease 2s;
  transition: opacity 0.8s ease 2s;
}
.step_info_screen .character01, .step_info_screen .character02 {
  position: absolute;
  bottom: -20rem;
  width: 10rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .step_info_screen .character01, .step_info_screen .character02 {
    bottom: -20rem;
    width: 14rem;
  }
}
.step_info_screen .character01 img, .step_info_screen .character02 img {
  display: block;
  width: 100%;
}
.step_info_screen .character01 {
  left: 0;
  rotate: 8deg;
  -webkit-transition: bottom 0.4s ease 0.4s;
  transition: bottom 0.4s ease 0.4s;
}
.step_info_screen .character02 {
  right: 0;
  rotate: -8deg;
  -webkit-transition: bottom 0.4s ease 0.8s;
  transition: bottom 0.4s ease 0.8s;
}

.step_info_screen_on .step_info_baloon01, .step_info_screen_on .step_info_baloon02 {
  opacity: 1;
}
.step_info_screen_on .character01, .step_info_screen_on .character02 {
  bottom: -2rem;
}

/* アニメーション */
@-webkit-keyframes cloud {
  0% {
    left: 0%;
  }
  100% {
    left: -200%;
    @media screen and (min-width: 768px) {
      left: -150%;
    }
  }
}
@keyframes cloud {
  0% {
    left: 0%;
  }
  100% {
    left: -200%;
    @media screen and (min-width: 768px) {
      left: -150%;
    }
  }
}
@-webkit-keyframes cloud_sm {
  0% {
    left: 0%;
  }
  100% {
    left: -150%;
  }
}
@keyframes cloud_sm {
  0% {
    left: 0%;
  }
  100% {
    left: -150%;
  }
}
@-webkit-keyframes cloud_md {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes cloud_md {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes onoff {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes onoff {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes jump01 {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 50%;
  }
  0% {
    bottom: 10%;
  }
}
@keyframes jump01 {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 50%;
  }
  0% {
    bottom: 10%;
  }
}
@-webkit-keyframes jump02 {
  0% {
    bottom: -8.8rem;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 1.2rem;
  }
}
@keyframes jump02 {
  0% {
    bottom: -8.8rem;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 1.2rem;
  }
}
@-webkit-keyframes chat {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes chat {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes return {
  0% {
    left: 90%;
    rotate: y 0deg;
  }
  46% {
    left: 10%;
    rotate: y 0deg;
  }
  50% {
    left: 10%;
    rotate: y 180deg;
  }
  96% {
    left: 90%;
    rotate: y 180deg;
  }
  100% {
    left: 90%;
    rotate: y 0deg;
  }
}
@keyframes return {
  0% {
    left: 90%;
    rotate: y 0deg;
  }
  46% {
    left: 10%;
    rotate: y 0deg;
  }
  50% {
    left: 10%;
    rotate: y 180deg;
  }
  96% {
    left: 90%;
    rotate: y 180deg;
  }
  100% {
    left: 90%;
    rotate: y 0deg;
  }
}
@-webkit-keyframes sowing_x {
  0% {
    left: 36%;
  }
  100% {
    left: 72%;
  }
}
@keyframes sowing_x {
  0% {
    left: 36%;
  }
  100% {
    left: 72%;
  }
}
@-webkit-keyframes sowing_y {
  0% {
    bottom: 64%;
  }
  30% {
    bottom: 76%;
  }
  100% {
    bottom: 10%;
  }
}
@keyframes sowing_y {
  0% {
    bottom: 64%;
  }
  30% {
    bottom: 76%;
  }
  100% {
    bottom: 10%;
  }
}
@-webkit-keyframes sowing_z {
  0% {
    rotate: 0deg;
    opacity: 1;
  }
  80% {
    rotate: 135deg;
    opacity: 1;
  }
  100% {
    rotate: 135deg;
    opacity: 0;
  }
}
@keyframes sowing_z {
  0% {
    rotate: 0deg;
    opacity: 1;
  }
  80% {
    rotate: 135deg;
    opacity: 1;
  }
  100% {
    rotate: 135deg;
    opacity: 0;
  }
}
@-webkit-keyframes truck {
  0% {
    left: 140%;
  }
  40% {
    left: 50%;
  }
  60% {
    left: 50%;
  }
  100% {
    left: -40%;
  }
}
@keyframes truck {
  0% {
    left: 140%;
  }
  40% {
    left: 50%;
  }
  60% {
    left: 50%;
  }
  100% {
    left: -40%;
  }
}
@-webkit-keyframes jump {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
  75% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes jump {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
  75% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes yurayura {
  0% {
    rotate: -4deg;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    rotate: 4deg;
  }
}
@keyframes yurayura {
  0% {
    rotate: -4deg;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    rotate: 4deg;
  }
}
@-webkit-keyframes turn {
  0% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y 180deg;
  }
  90% {
    rotate: y 180deg;
  }
  100% {
    rotate: y 0deg;
  }
}
@keyframes turn {
  0% {
    rotate: y 0deg;
  }
  40% {
    rotate: y 0deg;
  }
  50% {
    rotate: y 180deg;
  }
  90% {
    rotate: y 180deg;
  }
  100% {
    rotate: y 0deg;
  }
}
/* ////////////////////////////////////////

ファーストビュー

//////////////////////////////////////// */
.scrtel_wrap01 {
  height: 400vh;
}
.scrtel_wrap01 .scrtel {
  background: url(../img/bg/sky_bg.jpg) no-repeat center top;
  background-size: cover;
}
.scrtel_wrap01 .scrtel::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .scrtel::before {
    background-size: 8rem;
  }
}
.scrtel_wrap01 .scrtel::after {
  content: "";
  display: block;
  width: 70%;
  height: 50%;
  background: url(../img/bg/mountain.svg) no-repeat left bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 40%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .scrtel::after {
    width: 56rem;
  }
}
.scrtel_wrap01 .scrtel .over_ray01 {
  background-color: #000;
  opacity: 0;
  z-index: 2;
}
.scrtel_wrap01 .cloud {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.scrtel_wrap01 .cloud img {
  display: block;
  width: 400%;
  max-width: 400%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-animation: cloud 20s linear 0s infinite normal;
          animation: cloud 20s linear 0s infinite normal;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .cloud img {
    width: 300%;
    max-width: 300%;
    -webkit-animation: cloud_sm 20s linear 0s infinite normal;
            animation: cloud_sm 20s linear 0s infinite normal;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap01 .cloud img {
    width: 200%;
    max-width: 200%;
    -webkit-animation: cloud_md 20s linear 0s infinite normal;
            animation: cloud_md 20s linear 0s infinite normal;
  }
}
.scrtel_wrap01 .baloon {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 2rem;
  border: solid 0.5rem #000;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  top: 16%;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  -webkit-transition: width 0.8s ease 0s, height 0.8s ease 0s, opacity 0.8s ease 0s;
  transition: width 0.8s ease 0s, height 0.8s ease 0s, opacity 0.8s ease 0s;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .baloon {
    padding: 3.2rem;
  }
}
.scrtel_wrap01 .baloon dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .baloon dl {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.scrtel_wrap01 .baloon dl dt {
  width: 28%;
}
.scrtel_wrap01 .baloon dl dd {
  width: 72%;
}
.scrtel_wrap01 .baloon dl:last-of-type {
  margin-bottom: 0;
}
.scrtel_wrap01 .baloon.open {
  width: 94%;
  height: 24rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .baloon.open {
    width: 64rem;
    height: 28rem;
  }
}
.scrtel_wrap01 .to_scroll {
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% 0;
  background-color: #000;
  color: #fff;
  padding: 0.4rem 2.4rem;
  border-radius: 10rem;
  letter-spacing: 0.2em;
  z-index: 2;
  -webkit-animation: onoff 1.2s ease 0s infinite alternate;
          animation: onoff 1.2s ease 0s infinite alternate;
}
.scrtel_wrap01 .to_scroll_hidden {
  display: none;
}
.scrtel_wrap01 .fv_chara01, .scrtel_wrap01 .fv_chara02, .scrtel_wrap01 .fv_chara03 {
  position: absolute;
  width: 8rem;
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .fv_chara01, .scrtel_wrap01 .fv_chara02, .scrtel_wrap01 .fv_chara03 {
    width: 9.6rem;
    bottom: 20%;
  }
}
.scrtel_wrap01 .fv_chara01 {
  right: 8%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .fv_chara01 {
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap01 .fv_chara01 {
    right: 24%;
  }
}
.scrtel_wrap01 .fv_chara02 {
  left: 32%;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap01 .fv_chara02 {
    left: 36%;
  }
}
.scrtel_wrap01 .fv_chara03 {
  left: 8%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap01 .fv_chara03 {
    left: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap01 .fv_chara03 {
    left: 24%;
  }
}

/* ////////////////////////////////////////

セクション1 ｜ 概要

//////////////////////////////////////// */
.outline {
  min-height: 100vh;
  background-color: #000;
  padding: 2rem;
}
.outline .story {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
}

/* ////////////////////////////////////////

タイトル

//////////////////////////////////////// */
.scrtel_wrap02 {
  height: 500vh;
}
.scrtel_wrap02 .scrtel {
  background: url(../img/bg/ttl_bg.svg) left top;
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .scrtel {
    background-size: 8rem;
  }
}
.scrtel_wrap02 .scrtel .over_ray02 {
  background-color: #000;
  opacity: 1;
}
.scrtel_wrap02 .scrtel .over_ray03 {
  background-color: #fff;
  opacity: 0;
}
.scrtel_wrap02 .sec02_chara {
  position: absolute;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .sec02_chara {
    width: 9.6rem;
  }
}
.scrtel_wrap02 .sec02_chara01, .scrtel_wrap02 .sec02_chara02, .scrtel_wrap02 .sec02_chara03 {
  bottom: 50%;
  translate: 0 -16rem;
}
.scrtel_wrap02 .sec02_chara04, .scrtel_wrap02 .sec02_chara05, .scrtel_wrap02 .sec02_chara06 {
  top: 50%;
  translate: 0 16rem;
}
.scrtel_wrap02 .sec02_chara01, .scrtel_wrap02 .sec02_chara04 {
  left: 8%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .sec02_chara01, .scrtel_wrap02 .sec02_chara04 {
    left: 16%;
  }
}
.scrtel_wrap02 .sec02_chara02, .scrtel_wrap02 .sec02_chara05 {
  left: calc(50% - 4rem);
}
.scrtel_wrap02 .sec02_chara03, .scrtel_wrap02 .sec02_chara06 {
  right: 8%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .sec02_chara03, .scrtel_wrap02 .sec02_chara06 {
    right: 16%;
  }
}
.scrtel_wrap02 .main_ttl_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.scrtel_wrap02 .main_ttl {
  width: 100%;
  height: 20rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: -10%;
  translate: 0 -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  rotate: -4deg;
}
.scrtel_wrap02 .main_ttl h1 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .main_ttl h1 {
    font-size: 4rem;
  }
}
.scrtel_wrap02 .main_ttl h1 span {
  display: block;
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  font-size: 1.4rem;
  padding: 0.4rem 0;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .main_ttl h1 span {
    font-size: 2rem;
  }
}
.scrtel_wrap02 .main_ttl h1 em {
  font-size: 8rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap02 .main_ttl h1 em {
    font-size: 12rem;
  }
}

/* ////////////////////////////////////////

ステップ1 タイトル

//////////////////////////////////////// */
@-webkit-keyframes screen {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -120px 0;
  }
}
@keyframes screen {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -120px 0;
  }
}
.scrtel_wrap03 {
  height: 500vh;
}
.scrtel_wrap03 .scrtel {
  background: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .scrtel {
    padding: 6.4rem 0;
    background-size: 8rem;
  }
}
.scrtel_wrap03 .sec04_screen {
  height: 28rem;
  padding: 2rem 0;
  margin-bottom: 2.4rem;
  background: url(../img/bg/screen_bg.svg);
  background-size: 120px;
  position: relative;
  overflow: hidden;
  border-top: solid 0.5rem #000;
  border-bottom: solid 0.5rem #000;
  -webkit-animation: screen 0.8s linear 0s infinite;
          animation: screen 0.8s linear 0s infinite;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_screen {
    height: 36rem;
    padding: 4rem 0;
  }
}
.scrtel_wrap03 .sec04_screen figure {
  position: absolute;
  width: 16rem;
  top: 50%;
  left: 130%;
  translate: -50% -50%;
  -webkit-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_screen figure {
    width: 24rem;
  }
}
.scrtel_wrap03 .sec04_screen figure figcaption {
  text-align: center;
  background-color: #fff;
  padding: 0.4rem 0;
  border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_screen figure figcaption {
    font-size: 1.6rem;
  }
}
.scrtel_wrap03 .sec04_screen figure.in {
  left: 50%;
}
.scrtel_wrap03 .sec04_screen figure.out {
  left: -30%;
}
.scrtel_wrap03 .sec04_txt {
  border: solid 0.5rem #000;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 2rem;
  margin: 2rem;
}
.scrtel_wrap03 .sec04_txt p {
  display: none;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_txt p {
    font-size: 1.6rem;
  }
}
.scrtel_wrap03 .sec04_txt p.view_txt {
  display: block;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_txt {
    width: 64rem;
    margin: 2rem auto;
    padding: 3.6rem;
  }
}
.scrtel_wrap03 .sec04_chara01 {
  width: 8rem;
  position: absolute;
  bottom: 6%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap03 .sec04_chara01 {
    width: 9.6rem;
    bottom: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap03 .sec04_chara01 {
    left: auto;
    right: 8%;
  }
}

/* ////////////////////////////////////////

プロジェクトチームの構築と役割分担

//////////////////////////////////////// */
.scrtel_wrap04 {
  height: 800vh;
}
.scrtel_wrap04 .member_module_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scrtel_wrap04 .member_module {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: rotate 0.4s ease 0s, opacity 0.4s ease 0s;
  transition: rotate 0.4s ease 0s, opacity 0.4s ease 0s;
  rotate: 60deg;
  -webkit-transform-origin: 50% 160%;
          transform-origin: 50% 160%;
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap04 .member_module {
    -webkit-transition: rotate 0.6s ease 0s, opacity 0.4s ease 0s;
    transition: rotate 0.6s ease 0s, opacity 0.4s ease 0s;
    background-size: 8rem;
  }
}
.scrtel_wrap04 .member_module dt {
  width: 28rem;
  height: 28rem;
  border-radius: 14rem;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap04 .member_module dt {
    width: 40rem;
    height: 40rem;
    border-radius: 20rem;
  }
}
.scrtel_wrap04 .member_module dt img {
  display: block;
  width: 16rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap04 .member_module dt img {
    width: 20rem;
  }
}
.scrtel_wrap04 .member_module dt span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  translate: -50% -50%;
  background-color: #ffff00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap04 .member_module dt span {
    background-size: 20rem;
  }
}
.scrtel_wrap04 .member_module dd {
  position: absolute;
  width: 120%;
  text-align: center;
  background-color: #000;
  padding: 2rem 0;
  color: #fff;
  font-size: 2.8rem;
  rotate: -8deg;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap04 .member_module dd {
    padding: 3.6rem 0;
    font-size: 4rem;
  }
}
.scrtel_wrap04 .member_module .member_name {
  left: -130%;
  top: 20%;
  -webkit-transition: left 0.4s ease 0.2s;
  transition: left 0.4s ease 0.2s;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap04 .member_module .member_name {
    top: 10%;
  }
}
.scrtel_wrap04 .member_module .member_job {
  right: -130%;
  bottom: 20%;
  -webkit-transition: right 0.4s ease 0.6s;
  transition: right 0.4s ease 0.6s;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap04 .member_module .member_job {
    bottom: 10%;
  }
}
.scrtel_wrap04 .member_module .member_name.on {
  left: -10%;
}
.scrtel_wrap04 .member_module .member_job.on {
  right: -10%;
}
.scrtel_wrap04 .member_module.slide_in {
  rotate: 0deg;
  opacity: 1;
}
.scrtel_wrap04 .member_module.slide_out {
  rotate: -60deg;
  opacity: 0;
}
.scrtel_wrap04 .member_module01 {
  background-image: url(../img/bg/maptile_sogen_02.png);
}
.scrtel_wrap04 .member_module01 dt span {
  background-image: url(../img/character/inu_l.svg);
}
.scrtel_wrap04 .member_module02 {
  background-image: url(../img/bg/maptile_koya.png);
}
.scrtel_wrap04 .member_module02 dt span {
  background-image: url(../img/character/saru_l.svg);
}
.scrtel_wrap04 .member_module03 {
  background-image: url(../img/bg/maptile_sora.png);
}
.scrtel_wrap04 .member_module03 dt span {
  background-image: url(../img/character/kiji_l.svg);
}

/* ////////////////////////////////////////

タスクの実行と進捗管理

//////////////////////////////////////// */
.scrtel_wrap05 {
  height: 700vh;
}
.scrtel_wrap05 .w_scroll_screen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.scrtel_wrap05 .w_scroll_screen .w_scroll {
  width: 500%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left 0.4s ease 0s;
  transition: left 0.4s ease 0s;
}
.scrtel_wrap05 .w_scroll_screen .w_scroll.seen02_view {
  left: -100%;
}
.scrtel_wrap05 .w_scroll_screen .w_scroll.seen03_view {
  left: -200%;
}
.scrtel_wrap05 .w_scroll_screen .w_scroll.seen04_view {
  left: -300%;
}
.scrtel_wrap05 .w_scroll_screen .w_scroll.seen05_view {
  left: -400%;
}
.scrtel_wrap05 .w_scroll_screen .donut_graph {
  width: 16rem;
  height: 16rem;
  border-radius: 8rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-image: conic-gradient(orange 0deg 0%, gray 0% 0deg);
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .w_scroll_screen .donut_graph {
    width: 24rem;
    height: 24rem;
    border-radius: 12rem;
  }
}
.scrtel_wrap05 .w_scroll_screen .donut_graph::before {
  content: "進捗率";
  display: block;
  width: 14rem;
  height: 14rem;
  border-radius: 7rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  font-family: "Dela Gothic One", sans-serif;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .w_scroll_screen .donut_graph::before {
    width: 20rem;
    height: 20rem;
    border-radius: 10rem;
  }
}
.scrtel_wrap05 .seen {
  width: 20%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.scrtel_wrap05 .seen h3 {
  position: absolute;
  width: 90%;
  top: 2rem;
  left: 5%;
  border: solid 0.3rem #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen h3 {
    width: 64rem;
    top: 4rem;
    left: 50%;
    translate: -50% 0;
    padding: 1.2rem 0;
    font-size: 3.6rem;
  }
}
.scrtel_wrap05 .seen01 {
  background: url(../img/bg/maptile_koya.png);
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen01 {
    background-size: 8rem;
  }
}
.scrtel_wrap05 .seen01 figure {
  width: 6.4rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen01 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap05 .seen01 .seen01_chara01 {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.scrtel_wrap05 .seen01 .seen01_chara02 {
  bottom: 60%;
  right: 65%;
}
.scrtel_wrap05 .seen01 .seen01_chara03 {
  top: 50%;
  right: 65%;
  translate: 0 -50%;
}
.scrtel_wrap05 .seen01 .seen01_chara04 {
  top: 60%;
  right: 65%;
}
.scrtel_wrap05 .seen01 .seen01_chara05 {
  left: 65%;
  bottom: 52%;
}
.scrtel_wrap05 .seen01 .seen01_chara06 {
  left: 65%;
  top: 52%;
}
.scrtel_wrap05 .seen01 .seen01_item {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen01 .seen01_item {
    width: 6.4rem;
  }
}
.scrtel_wrap05 .seen01 .seen01_item01 {
  left: 50%;
  top: 36%;
  translate: -50% 0;
  -webkit-animation: chat 2.4s linear 0s infinite;
          animation: chat 2.4s linear 0s infinite;
}
.scrtel_wrap05 .seen01 .seen01_item02, .scrtel_wrap05 .seen01 .seen01_item03, .scrtel_wrap05 .seen01 .seen01_item04 {
  right: 65%;
}
.scrtel_wrap05 .seen01 .seen01_item02 {
  top: 22%;
  -webkit-animation: chat 2.4s linear 0.7s infinite;
          animation: chat 2.4s linear 0.7s infinite;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen01 .seen01_item02 {
    top: 18%;
  }
}
.scrtel_wrap05 .seen01 .seen01_item03 {
  top: 36%;
  -webkit-animation: chat 2.4s linear 1.4s infinite;
          animation: chat 2.4s linear 1.4s infinite;
}
.scrtel_wrap05 .seen01 .seen01_item04 {
  top: 52%;
  -webkit-animation: chat 2.4s linear 2.1s infinite;
          animation: chat 2.4s linear 2.1s infinite;
}
.scrtel_wrap05 .seen01 .seen01_item05, .scrtel_wrap05 .seen01 .seen01_item06 {
  left: 65%;
}
.scrtel_wrap05 .seen01 .seen01_item05 {
  top: 28%;
  -webkit-animation: chat 2.4s linear 0.9s infinite;
          animation: chat 2.4s linear 0.9s infinite;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen01 .seen01_item05 {
    top: 26%;
  }
}
.scrtel_wrap05 .seen01 .seen01_item06 {
  top: 46%;
  -webkit-animation: chat 2.4s linear 1.8s infinite;
          animation: chat 2.4s linear 1.8s infinite;
}
.scrtel_wrap05 .seen02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.scrtel_wrap05 .seen02 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrtel_wrap05 .seen02 .reserch {
  width: 100%;
  height: 24vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen02 .reserch {
    height: 20vh;
  }
}
.scrtel_wrap05 .seen02 .reserch figure {
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen02 .reserch figure {
    width: 20rem;
  }
}
.scrtel_wrap05 .seen02 .saru_reserch {
  margin: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen02 .saru_reserch {
    margin: 0.4rem 0;
  }
}
.scrtel_wrap05 .seen03 {
  background: url(../img/bg/maptile_koya.png);
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen03 {
    background-size: 8rem;
  }
}
.scrtel_wrap05 .seen03 figure {
  width: 12rem;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen03 figure {
    width: 16rem;
  }
}
.scrtel_wrap05 .seen03 .seen03_chara01 {
  bottom: 55%;
  -webkit-animation: return 3.2s linear 0s infinite normal;
          animation: return 3.2s linear 0s infinite normal;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen03 .seen03_chara01 {
    -webkit-animation: return 4s linear 0s infinite normal;
            animation: return 4s linear 0s infinite normal;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap05 .seen03 .seen03_chara01 {
    -webkit-animation: return 5.2s linear 0s infinite normal;
            animation: return 5.2s linear 0s infinite normal;
  }
}
.scrtel_wrap05 .seen03 .seen03_chara02 {
  top: 55%;
  -webkit-animation: return 3.2s linear 1.6s infinite normal;
          animation: return 3.2s linear 1.6s infinite normal;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen03 .seen03_chara02 {
    -webkit-animation: return 4s linear 2s infinite normal;
            animation: return 4s linear 2s infinite normal;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap05 .seen03 .seen03_chara02 {
    -webkit-animation: return 5.2s linear 2.6s infinite normal;
            animation: return 5.2s linear 2.6s infinite normal;
  }
}
.scrtel_wrap05 .seen04 {
  background: url(../img/bg/sky_bg.jpg) no-repeat top center;
  background-size: cover;
}
.scrtel_wrap05 .seen04::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: url(../img/bg/maptile_tsuchi_01.png);
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen04::before {
    background-size: 8rem;
  }
}
.scrtel_wrap05 .seen04 figure {
  position: absolute;
}
.scrtel_wrap05 .seen04 .seen04_chara01 {
  width: 10rem;
  left: 10%;
  bottom: 55%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen04 .seen04_chara01 {
    width: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap05 .seen04 .seen04_chara01 {
    left: 20%;
  }
}
.scrtel_wrap05 .seen04 .seen04_item01 {
  width: 5rem;
  left: 36%;
  bottom: 68%;
  -webkit-animation: sowing_x 1.2s ease 0s infinite normal, sowing_y 1.2s ease 0s infinite normal, sowing_z 1.2s linear 0s infinite normal;
          animation: sowing_x 1.2s ease 0s infinite normal, sowing_y 1.2s ease 0s infinite normal, sowing_z 1.2s linear 0s infinite normal;
}
.scrtel_wrap05 .seen04 .seen04_item03 {
  width: 8rem;
  top: 64%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen04 .seen04_item03 {
    width: 12rem;
  }
}
.scrtel_wrap05 .seen05 {
  background: url(../img/bg/sky_bg.jpg) no-repeat top center;
  background-size: cover;
}
.scrtel_wrap05 .seen05::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: url(../img/bg/maptile_tsuchi_01.png);
  background-size: 20%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen05::before {
    background-size: 8rem;
  }
}
.scrtel_wrap05 .seen05 figure {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.scrtel_wrap05 .seen05 .seen05_item01 {
  width: 20rem;
  bottom: 48%;
  -webkit-animation: truck 2.4s ease 0s infinite normal;
          animation: truck 2.4s ease 0s infinite normal;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen05 .seen05_item01 {
    width: 32rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap05 .seen05 .seen05_item01 {
    -webkit-animation: truck 3.2s ease 0s infinite normal;
            animation: truck 3.2s ease 0s infinite normal;
  }
}
.scrtel_wrap05 .seen05 .seen05_chara01 {
  width: 10rem;
  bottom: 30%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap05 .seen05 .seen05_chara01 {
    width: 16rem;
  }
}

/* ////////////////////////////////////////

セクション6 ｜ 成果の評価とプロジェクトの終了

//////////////////////////////////////// */
.scrtel_wrap06 {
  height: 1600vh;
}
.scrtel_wrap06 .result_screen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8DDCFF), to(#fff));
  background-image: linear-gradient(#8DDCFF, #fff);
  position: relative;
}
.scrtel_wrap06 .result_screen .result {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  -webkit-perspective: 500px;
          perspective: 500px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result_screen .result {
    -webkit-perspective: 800px;
            perspective: 800px;
  }
}
.scrtel_wrap06 .result_screen .result .result_layer {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  rotate: y 90deg;
}
.scrtel_wrap06 .result_screen .result .result_layer .result_ttl {
  margin: 2.4rem;
  border: solid 0.4rem #A89A60;
  padding: 1.2rem;
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result_screen .result .result_layer .result_ttl {
    width: 64rem;
    margin: 4rem auto;
    font-size: 4rem;
  }
}
.scrtel_wrap06 .result_screen .result .result_layer .result_ttl::before, .scrtel_wrap06 .result_screen .result .result_layer .result_ttl::after {
  content: "";
  display: block;
  border: solid 0.1rem #A89A60;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.scrtel_wrap06 .result_screen .result .result_layer .result_ttl::before {
  width: calc(100% + 16px);
  height: calc(100% - 12px);
}
.scrtel_wrap06 .result_screen .result .result_layer .result_ttl::after {
  width: calc(100% - 12px);
  height: calc(100% + 16px);
}
.scrtel_wrap06 .result_screen .result .hanko {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  rotate: 15deg;
  scale: 1.5 1.5;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result_screen .result .hanko {
    right: 3.6rem;
    bottom: 3.6rem;
  }
}
.scrtel_wrap06 .result_screen .result .hanko_on {
  scale: 1 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
.scrtel_wrap06 .result_screen .to_front {
  scale: 20;
  rotate: 90deg;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
}
.scrtel_wrap06 .result01_layer01::before, .scrtel_wrap06 .result01_layer01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-size: 20%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result01_layer01::before, .scrtel_wrap06 .result01_layer01::after {
    background-size: 8rem;
  }
}
.scrtel_wrap06 .result01_layer01::before {
  height: 30%;
  background-image: url(../img/bg/maptile_tsuchi_01.png);
  bottom: 0;
}
.scrtel_wrap06 .result01_layer01::after {
  height: 30%;
  background-image: url(../img/bg/maptile_sogen_02.png);
  bottom: 30%;
}
.scrtel_wrap06 .result01_layer02 figure {
  width: 8rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result01_layer02 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result01_layer02 .character01 {
  right: 32%;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result01_layer02 .character01 {
    right: 36%;
  }
}
.scrtel_wrap06 .result01_layer02 .character02 {
  right: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result01_layer02 .character02 {
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result01_layer02 .character02 {
    right: 24%;
  }
}
.scrtel_wrap06 .result01_layer03 figure {
  width: 8rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result01_layer03 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result01_layer03 .character01 {
  left: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result01_layer03 .character01 {
    left: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result01_layer03 .character01 {
    left: 24%;
  }
}
.scrtel_wrap06 .result02_layer01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-size: 40%;
  left: 0;
  height: 50%;
  background-image: url(../img/bg/sakumotsu.png);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result02_layer01::before {
    background-size: 16rem;
  }
}
.scrtel_wrap06 .result02_layer02 figure {
  width: 8rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result02_layer02 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result02_layer02 .character01 {
  bottom: 49%;
  right: 12%;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result02_layer02 .character01 {
    right: 24%;
  }
}
.scrtel_wrap06 .result02_layer03 figure {
  width: 8rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result02_layer03 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result02_layer03 .character01 {
  top: 36%;
  left: 12%;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result02_layer03 .character01 {
    left: 24%;
  }
}
.scrtel_wrap06 .result03_layer01 figure {
  position: absolute;
}
.scrtel_wrap06 .result03_layer01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 50%;
  background-image: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result03_layer01::before {
    background-size: 8rem;
  }
}
.scrtel_wrap06 .result03_layer02 figure {
  position: absolute;
}
.scrtel_wrap06 .result03_layer02 .character01 {
  width: 20rem;
  bottom: 48%;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result03_layer02 .character01 {
    width: 28rem;
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result03_layer02 .character01 {
    right: 24%;
  }
}
.scrtel_wrap06 .result03_layer02 .character02 {
  width: 8rem;
  bottom: 49%;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result03_layer02 .character02 {
    width: 9.6rem;
    left: 24%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result03_layer02 .character02 {
    left: 32%;
  }
}
.scrtel_wrap06 .result03_layer03 figure {
  position: absolute;
}
.scrtel_wrap06 .result03_layer03 .character01 {
  width: 12rem;
  bottom: 24%;
  left: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result03_layer03 .character01 {
    width: 16rem;
    left: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result03_layer03 .character01 {
    left: 16%;
  }
}
.scrtel_wrap06 .result03_layer03 .character02 {
  width: 18rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result03_layer03 .character02 {
    width: 24rem;
    bottom: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result03_layer03 .character02 {
    right: 16%;
  }
}
.scrtel_wrap06 .result04_layer01::before, .scrtel_wrap06 .result04_layer01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-repeat: repeat-x;
  left: 0;
}
.scrtel_wrap06 .result04_layer01::before {
  height: 52%;
  background-image: url(../img/bg/road.jpg);
  bottom: 0;
  background-size: 20%;
  background-color: #C9C9C9;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result04_layer01::before {
    background-size: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result04_layer01::before {
    background-size: 9.6rem;
  }
}
.scrtel_wrap06 .result04_layer01::after {
  height: 50%;
  background-image: url(../img/bg/telephone_pole.png);
  background-position: left bottom;
  top: 0;
  background-size: 64%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result04_layer01::after {
    background-size: 36rem;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result04_layer01::after {
    background-size: 28rem;
  }
}
.scrtel_wrap06 .result04_layer02 figure {
  position: absolute;
  width: 8rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result04_layer02 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result04_layer02 .character01 {
  left: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result04_layer02 .character01 {
    left: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result04_layer02 .character01 {
    left: 24%;
  }
}
.scrtel_wrap06 .result04_layer02 .character02 {
  left: 32%;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result04_layer02 .character02 {
    left: 36%;
  }
}
.scrtel_wrap06 .result04_layer03 figure {
  position: absolute;
}
.scrtel_wrap06 .result04_layer03 .character01 {
  width: 8rem;
  top: 50%;
  translate: 0 -50%;
  right: 4%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result04_layer03 .character01 {
    width: 9.6rem;
    right: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result04_layer03 .character01 {
    right: 24%;
  }
}
.scrtel_wrap06 .result05_layer01::before, .scrtel_wrap06 .result05_layer01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
}
.scrtel_wrap06 .result05_layer01::before {
  height: 60%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#FFFFAA));
  background-image: linear-gradient(#f5f5f5, #FFFFAA);
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result05_layer01::before {
    height: 50%;
  }
}
.scrtel_wrap06 .result05_layer01::after {
  height: 41%;
  background-image: url(../img/bg/factory.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result05_layer01::after {
    background-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap06 .result05_layer01::after {
    height: 50%;
    background-size: 80rem;
    background-repeat: repeat-x;
  }
}
.scrtel_wrap06 .result05_layer02 figure {
  position: absolute;
  width: 8rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result05_layer02 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap06 .result05_layer02 .character01 {
  left: 64%;
}
.scrtel_wrap06 .result05_layer02 .character02 {
  right: 64%;
}
.scrtel_wrap06 .result05_layer03 figure {
  position: absolute;
}
.scrtel_wrap06 .result05_layer03 .character01 {
  width: 8rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap06 .result05_layer03 .character01 {
    width: 9.6rem;
  }
}

/* ////////////////////////////////////////

背景ベタ塗りから草へ

//////////////////////////////////////// */
.bg_grd {
  height: 100vh;
  background-image: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
  position: relative;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .bg_grd {
    background-size: 8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bg_grd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 170)), to(rgba(255, 255, 170, 0)));
  background-image: linear-gradient(rgb(255, 255, 170), rgba(255, 255, 170, 0));
}
.bg_grd p {
  position: relative;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .bg_grd p {
    width: 64rem;
    font-size: 2rem;
    text-align: center;
  }
}

/* ////////////////////////////////////////

セクション6 ｜ 成果の評価とプロジェクトの終了

//////////////////////////////////////// */
.scrtel_wrap07 {
  height: 500vh;
}
.scrtel_wrap07 .scrtel .goto_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3.2rem;
  font-size: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
.scrtel_wrap07 .scrtel .goto_top:hover {
  opacity: 0.6;
}
.scrtel_wrap07 .scrtel .goto_top_active {
  visibility: visible;
}
.scrtel_wrap07 .screen_3d {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 640px;
          perspective: 640px;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap07 .screen_3d {
    -webkit-perspective: 960px;
            perspective: 960px;
  }
}
.scrtel_wrap07 .screen_3d .seen {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.scrtel_wrap07 .screen_3d .seen01 {
  background-image: url(../img/bg/maptile_sogen_02.png);
  background-size: 20%;
  rotate: x 0deg;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap07 .screen_3d .seen01 {
    background-size: 8rem;
  }
}
.scrtel_wrap07 .screen_3d .seen01 figure {
  position: absolute;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap07 .screen_3d .seen01 figure {
    width: 9.6rem;
  }
}
.scrtel_wrap07 .screen_3d .seen01 .character01, .scrtel_wrap07 .screen_3d .seen01 .character02, .scrtel_wrap07 .screen_3d .seen01 .character03 {
  bottom: 64%;
}
.scrtel_wrap07 .screen_3d .seen01 .character01 {
  left: 12%;
  -webkit-animation: jump 0.8s ease 0s infinite;
          animation: jump 0.8s ease 0s infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character02 {
  left: 50%;
  translate: -50% 0;
  -webkit-animation: turn 2s ease 0s infinite;
          animation: turn 2s ease 0s infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character03 {
  right: 12%;
  -webkit-animation: jump 0.8s ease 0.1s infinite;
          animation: jump 0.8s ease 0.1s infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character04, .scrtel_wrap07 .screen_3d .seen01 .character05 {
  top: 50%;
  translate: 0 -50%;
}
.scrtel_wrap07 .screen_3d .seen01 .character04 {
  left: 24%;
  -webkit-animation: yurayura 0.8s linear 0s alternate infinite;
          animation: yurayura 0.8s linear 0s alternate infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character05 {
  right: 24%;
  -webkit-animation: yurayura 0.8s linear 0.4s alternate infinite;
          animation: yurayura 0.8s linear 0.4s alternate infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character06, .scrtel_wrap07 .screen_3d .seen01 .character07, .scrtel_wrap07 .screen_3d .seen01 .character08 {
  top: 64%;
}
.scrtel_wrap07 .screen_3d .seen01 .character06 {
  left: 12%;
  -webkit-animation: jump 0.8s ease 0.2s infinite;
          animation: jump 0.8s ease 0.2s infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character07 {
  left: 50%;
  translate: -50% 0;
  -webkit-animation: turn 2s ease 0.2s infinite;
          animation: turn 2s ease 0.2s infinite;
}
.scrtel_wrap07 .screen_3d .seen01 .character08 {
  right: 12%;
  -webkit-animation: jump 0.8s ease 0.3s infinite;
          animation: jump 0.8s ease 0.3s infinite;
}
.scrtel_wrap07 .screen_3d .seen02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  rotate: x -90deg;
}
.scrtel_wrap07 .screen_3d .seen02 p {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .scrtel_wrap07 .screen_3d .seen02 p {
    font-size: 5.6rem;
    line-height: 1.1;
  }
}
.scrtel_wrap07 .screen_3d .seen02 .hanko {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  rotate: 15deg;
  scale: 1.5 1.5;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 1024px) {
  .scrtel_wrap07 .screen_3d .seen02 .hanko {
    right: 4rem;
    bottom: 4rem;
  }
}
.scrtel_wrap07 .screen_3d .seen02 .hanko_on {
  scale: 1 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}