  @-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main.story02 .box2 .box-pic-list__item{
  margin-right: 7.16em;
}

.main.story02 .box2 .box-pic-list__item:last-child{
  margin-right: 0;
}

.main.story02 .box2 .box-pic-list__text span{
  left: auto;
}

.main.story02 .box2 .box-pic-list__item:last-child .box-pic-list__text span{
  left: -3.3em;
}

.main.story02 .box3 .box-text__sectiontext,
.main.story02 .box4 .box-text__sectiontext{
  letter-spacing: 0;
}

.kv {
  margin-bottom: 3.93em;
}

.box-text__sectiontext {
  font-size: 1.87em;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-left: 1em;
  margin-bottom: 1.3em;
}

.box-text__sectiontext:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #61a2fb;
  width: 0.39em;
  height: 0.39em;
  border-radius: 50%;
  left: -1em;
  top: 0.3em;
}

.box1 {
  margin-bottom: 52.4em;
}

.box1 .box-bg {
  width: calc(87.5% + 6em);
  max-width: 1400px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  
}

.box1 .box-bg img{
  -webkit-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;
}

.box1 .box-bg.show img{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.box1 .box-inner {
  top: 43em;
  border-radius: 1.2em;
  padding: 6.1em 5.85em 5.8em;
  background-color: rgba(233, 239, 243, 0.95);
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;
}

.box1 .box-inner.show{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.box1 .box-text-circle{
  width: 11.25em;
  position: absolute;
  right: -8.4em;
  top: -11.5em;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.box1 .box-text-circle.show{
  opacity: 1;
}

.box1 .box-text-circle img{
  display: block;
}

.box1 .box-text-circle img:nth-child(2),
.box1 .box-text-circle img:nth-child(3){
  position: absolute;
  left: 0;top: 0;
}

.box1 .box-text-circle img:nth-child(2){
  -webkit-transition: none;
  transition: none;
  -webkit-animation:circle 10s linear infinite;
  animation:circle 10s linear infinite;
}

@keyframes circle{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}


.box1 .box-text__subtitle {
  font-size: 0.875em;
  color: #479bf6;
  font-weight: 500;
  margin-bottom: 1.22em;
}

.box1 .box-text__title {
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 2.08em;
}

.box1 .box-text__section {
  font-size: 1.87em;
  letter-spacing: 0.06em;
  margin-bottom: 1.2em;
}

.box1 .box-text p {
  font-size: 1.12em;
  line-height: 1.66;
  color: #898989;
  text-align: justify;
}

.box2 .box-pic-list {
  display: inline-block;
  left: 50%;
  -webkit-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  -webkit-transform: translate(-50%,10em);
      -ms-transform: translate(-50%,10em);
          transform: translate(-50%,10em);
  margin-bottom: 8em;
  opacity: 0;
}

.box2 .box-pic-list.show{
  -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
  opacity: 1;
}

.box2 .box-pic-list__item {
  width: 12.5em;
  display: inline-block;
  margin-right: 4.66em;
}

.box2 .box-pic-list__item:nth-child(1) .box-pic-list__pic:before {
  background-color: #6b70cb;
}

.box2 .box-pic-list__item:nth-child(2) .box-pic-list__pic:before {
  background-color: #61c3cf;
}

.box2 .box-pic-list__item:nth-child(3) {
  margin-right: 0;
}

.box2 .box-pic-list__item:nth-child(3) .box-pic-list__pic:before {
  background-color: #64d171;
}

.box2 .box-pic-list__pic {
  margin-bottom: 1.65em;
}

.box2 .box-pic-list__pic img {
  position: relative;
  display: block;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.box2 .box-pic-list__pic:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.box2 .box-pic-list__text {
  font-size: 1.25em;
  text-align: center;
  color: #898989;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.box2 .box-pic-list__text span {
  font-size: 0.8em;
  letter-spacing: 0.01em;
  position: relative;
  left: -1em;
  white-space: nowrap;

}

.box2, .box3, .box4 {
  margin-bottom: 7.54em;
}

.box2 .box-text, .box3 .box-text, .box4 .box-text {
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  -webkit-transform: translateY(2.5em);
  -ms-transform: translateY(2.5em);
  transform: translateY(2.5em);
  opacity: 0;
  margin-bottom: 5.8em;
}

.box2 .box-text__sectiontext, .box3 .box-text__sectiontext, .box4 .box-text__sectiontext {
  margin-bottom: 2.6em;
}

.box2 .box-text.show, .box3 .box-text.show, .box4 .box-text.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.box2 .box-text__sectiontext{
  letter-spacing: 0.02em;
}

.box2 dl, .box3 dl, .box4 dl {
  margin-bottom: 2.24em;
}

.box2 dl:last-child, .box3 dl:last-child, .box4 dl:last-child {
  margin-bottom: 0;
}

.box2 dl dt, .box3 dl dt, .box4 dl dt {
  float: left;
  width: 5em;
  height: 1.87em;
  line-height: 1.87em;
  border-radius: 1.87em;
  text-align: center;
  color: #fff;
  margin-top: 0.05em;
}

.box2 dl dt.color1, .box3 dl dt.color1, .box4 dl dt.color1 {
  background-color: #6b70cb;
}

.box2 dl dt.color2, .box3 dl dt.color2, .box4 dl dt.color2 {
  background-color: #61c3cf;
}

.box2 dl dt.color3, .box3 dl dt.color3, .box4 dl dt.color3 {
  background-color: #64d171;
}

.box2 dl dd, .box3 dl dd, .box4 dl dd {
  color: #898989;
  width: 84.09%;
  float: right;
  line-height: 1.87;
  text-align: justify;
}

.box2 .box-pic, .box3 .box-pic, .box4 .box-pic {
  border-radius: 1.2em;
  overflow: hidden;
  -webkit-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, opacity 1s ease-out 0.4s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, opacity 1s ease-out 0.4s;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;

}

.box2 .box-pic img, .box3 .box-pic img, .box4 .box-pic img {
  -webkit-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  display: block;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 40%;
}

.box2 .box-pic.show, .box3 .box-pic.show, .box4 .box-pic.show{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.box2 .box-pic.show img, .box3 .box-pic.show img, .box4 .box-pic.show img{
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 1.2em;
}

.box4 {
  margin-bottom: 8.9em;
}

.box7 {
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  -webkit-transform: translateY(2.5em);
  -ms-transform: translateY(2.5em);
  transform: translateY(2.5em);
  margin-bottom: 4.3em;
  opacity: 0;
}

.box7.show{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.box-navi-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.box-navi-link__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.box-navi-link__pic {
  width: 38.18%;
  border-radius: 1.2em;
  overflow: hidden;
}

.box-navi-link__pic img {
  display: block;
}

.box-navi-link-text {
  width: 57.27%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-navi-link__num {
  font-size: 0.875em;
  font-weight: 500;
  color: #479bf6;
  margin-bottom: 0.6em;
}

.box-navi-link__tile {
  font-size: 0.937em;
  line-height: 1.73;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.box-navi-link__project {
  font-size: 0.875em;
  color: #898989;
}

.box-navi-title {
  font-size: 2em;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.74em;
}

.box-navi-title:before {
  content: " ";
  display: block;
  width: 25.45%;
  height: 1px;
  background-color: #e2dede;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-navi-title:after {
  content: " ";
  display: block;
  width: 25.45%;
  height: 1px;
  background-color: #e2dede;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1490px) {
  .box1 {
    margin-bottom: 56.24vw;
  }
  .box1 .box-inner {
    top: 46.2vw;
  }
}

@media screen and (max-width: 768px) {
  .kv{
    margin-bottom: 8.4vw;
  }

  .kv-title__main{
    white-space: nowrap;
    letter-spacing: -0.0005em;
  }

  .kv-title__main span{
    display: block;
  }

  .box1{
    margin-bottom: 66.24vw;
  }

  .box1 .box-bg{
    width: 92%;
    max-width: inherit;
  }

  .box1 .box-inner{
    padding: 9.6vw 7%;
    top: 42.6vw;
  }

  .box1 .box-text-circle{
    width: 28.66vw;
    right: 0;
    top: -24.3vw;
  }

  .box1 .box-text__subtitle{
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }

  .box1 .box-text__title{
    font-size: 5.33vw;
    margin-bottom: 7.3vw;
  }

  .box1 .box-text__section{
    font-size: 5.33vw;
    margin-bottom: 2.7vw;
  }

  .box1 .box-text p{
    font-size: 3.46vw;
    line-height: 1.53;
  }

  .box2, .box3, .box4{
    margin-bottom: 19vw;
  }

  .box2 .box-text__sectiontext, .box3 .box-text__sectiontext, .box4 .box-text__sectiontext{
    margin-bottom: 6.1vw;
  }

  .box2 .box-pic-list{
    left: 58%;
    margin-bottom: 17vw;
  }

  .main.story02 .box2 .box-pic-list{
    left: 50%;
  }

  .box2 .box-pic-list__item{
    width: 32.13vw;
    margin-right: 7.4vw;
    margin-bottom: 6vw;
  }
  

  .main.story02 .box2 .box-pic-list__item{
    margin-right: 7.4vw;
    vertical-align: top;
  }

  .box2 .box-pic-list__item:nth-child(2){
    margin-right: 0;
  }

  .box2 .box-pic-list__item:nth-child(3){
    margin-bottom: 0;
  }

  .box2 .box-pic-list__text{
    font-size: 4vw;
    line-height: 1.23;
  }

  .box2 .box-pic-list__text span{
    font-size: 3.46vw;
    left: auto;
    line-height: 1.23;
    padding-top: 1.6vw;
    display: block;
  }

  .main.story02 .box2 .box-pic-list__item:last-child .box-pic-list__text span{
    left: auto;
  }

  .box-text__sectiontext{
    font-size: 6.13vw;
    line-height: 1.39;
    text-align: justify;
    margin-left: 7.1vw;
  }

  .box-text__sectiontext:before{
    width: 2.66vw;
    height: 2.66vw;
    left: -7vw;
    top: 3vw;
  }

  .box2 .box-text, .box3 .box-text, .box4 .box-text{
    margin-bottom: 7vw;
  }

  .box2 dl, .box3 dl, .box4 dl{
    margin-bottom: 7.3vw;
  }

  .box2 dl dt, .box3 dl dt, .box4 dl dt{
    width: 16vw;
    height: auto;
    float: none;
    font-size: 3.2vw;
    line-height: 1;
    padding: 1.41vw 0;
    border-radius: 4vw;
    margin-top: 0;
    margin-bottom: 3vw;
  }

  .box2 dl dd, .box3 dl dd, .box4 dl dd{
    width: 100%;
    float: none;
    font-size: 3.46vw;
    line-height: 1.53;
  }

  .box7{
    margin-bottom: 0;
  }

  .box-navi-title{
    font-size: 4.8vw;
  }

  .box-navi-link__item{
    flex: 0 0 100%;
    margin-bottom: 7.3vw;
  }

  .box-navi-link__item:last-child{
    margin-bottom:0;
  }

  .box-navi-link__item a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box-navi-link__pic{
    width: 33.38%;
    height: 18.9vw;
    border-radius: 2.6vw;
  }

  .box-navi-title:before,
  .box-navi-title:after{
    width: 8.45%;
  }

  .box-navi-link__num{
    font-size: 2.4vw;
  }

  .box-navi-link-text{
    width: 62.61%;
    position: relative;
    top: auto;
    transform: none;
  }

  .box-navi-link__tile{
    font-size: 3.46vw;
    line-height: 1.38;
    margin-bottom: 1.4vw;
  }

  .box-navi-link__project{
    font-size: 2.66vw;
  }
  
}

/*# sourceMappingURL=project.css.map */
