@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  納品までの流れ
----------------------------------------------------*/
.intro {
  text-align: center;
  margin-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro {
    margin-bottom: 150px;
  }
}
.intro h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.68;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro h2 {
    font-size: 52px;
    line-height: 1.86;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro h2 {
    font-size: 38px;
  }
}
.intro h2 span {
  font-size: 36px;
  line-height: 1.2;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro h2 span {
    font-size: 63px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro h2 span {
    font-size: 50px;
  }
}

.step_list > li {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.step_list > li.scroll_active {
  opacity: 1;
}
.step_list > li:not(:last-child) {
  position: relative;
  padding-bottom: 70px;
  border-bottom: 2px solid #F4F4F4;
  margin-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li:not(:last-child) {
    padding-bottom: 87px;
    margin-bottom: 87px;
  }
}
.step_list > li:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 59px;
  height: 23px;
  background-image: url(../images/common/arrow_tri.svg);
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li:not(:last-child)::before {
    width: 90px;
    height: 35px;
  }
}
.step_list > li .image_area {
  position: relative;
  padding: 30px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area {
    width: 29%;
    padding: 0;
  }
}
.step_list > li .image_area .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 41px;
  color: #f7d644;
  font-weight: bold;
  line-height: 0.8;
  /* 751- */
  /* 1367- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .num {
    font-size: 105px;
    font-size: 7.7vw;
  }
}
@media all and (min-width: 1367px) {
  .step_list > li .image_area .num {
    font-size: 105px;
  }
}
.step_list > li .image_area .icon {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
.step_list > li .image_area .icon.parts::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
  transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
.step_list > li .image_area .icon.step01 {
  width: 98px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .icon.step01 {
    width: 36%;
  }
}
.step_list > li .image_area .icon.step01.scroll_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.step_list > li .image_area .icon.step02 {
  width: 114px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .icon.step02 {
    width: 41%;
    margin-top: 46px;
  }
}
.step_list > li .image_area .icon.step02::before {
  background-image: url(../images/flow/flowicon02_parts.png);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.step_list > li .image_area .icon.step02.scroll_active::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.step_list > li .image_area .icon.step03 {
  width: 116px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .icon.step03 {
    width: 42%;
    margin-top: 38px;
  }
}
.step_list > li .image_area .icon.step03::before {
  background-image: url(../images/flow/flowicon03_parts.png);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.step_list > li .image_area .icon.step03.scroll_active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.step_list > li .image_area .icon.step04 {
  width: 111px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .icon.step04 {
    width: 44%;
    margin-top: 20px;
  }
}
.step_list > li .image_area .icon.step04::before {
  background-image: url(../images/flow/flowicon04_parts.png);
}
.step_list > li .image_area .icon.step04.scroll_active::before {
  -webkit-animation: step04_anime 1s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
          animation: step04_anime 1s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
@-webkit-keyframes step04_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes step04_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.step_list > li .image_area .icon.step05 {
  width: 123px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .image_area .icon.step05 {
    width: 45%;
    margin-top: 20px;
  }
}
.step_list > li .image_area .icon.step05::before {
  background-image: url(../images/flow/flowicon05_parts.png);
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  opacity: 0;
}
.step_list > li .image_area .icon.step05.scroll_active::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.step_list > li .text_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area {
    width: 71%;
  }
}
.step_list > li .text_area .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 28px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .ttl {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 36px;
  }
}
.step_list > li .text_area .ttl h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .ttl h3 {
    font-size: 36px;
  }
}
.step_list > li .text_area .ttl .charge {
  font-size: 13px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 2px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .ttl .charge {
    font-size: 18px;
    padding: 4px 20px;
  }
}
.step_list > li .text_area .ttl .charge.your {
  background-color: #f7d644;
}
.step_list > li .text_area .ttl .charge.our {
  background-color: #DEDEDE;
}
.step_list > li .text_area .desc .data_list {
  margin-top: 40px;
}
.step_list > li .text_area .desc .data_list > li {
  margin-bottom: 40px;
}
.step_list > li .text_area .desc .data_list > li:last-child {
  margin-bottom: 0;
}
.step_list > li .text_area .desc .data_list > li h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li h4 {
    font-size: 22px;
    padding-left: 63px;
  }
}
.step_list > li .text_area .desc .data_list > li h4::before {
  width: 26px;
  height: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li h4::before {
    width: 36px;
    height: 36px;
  }
}
.step_list > li .text_area .desc .data_list > li h4::after {
  width: 27px;
  height: 21px;
  top: 0;
  left: 4px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li h4::after {
    width: 36px;
    height: 28px;
    left: 6px;
  }
}
.step_list > li .text_area .desc .data_list > li h4.scroll_active::after {
  -webkit-animation: check_anime 0.6s forwards 0.3s;
          animation: check_anime 0.6s forwards 0.3s;
}
.step_list > li .text_area .desc .data_list > li .gray_box {
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li .gray_box {
    padding: 24px 34px;
  }
}
.step_list > li .text_area .desc .data_list > li .gray_box h5 {
  font-weight: bold;
  margin-bottom: 7px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li .gray_box h5 {
    margin-bottom: 14px;
  }
}
.step_list > li .text_area .desc .data_list > li .gray_box .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  row-gap: 6px;
}
.step_list > li .text_area .desc .data_list > li .download_btn {
  display: inline-block;
  font-weight: bold;
  background-color: #f7d644;
  padding: 14px 40px;
  border-radius: 28px;
  margin-top: 20px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li .download_btn {
    padding: 17px 50px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
    transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.2, 1.35);
  }
}
.step_list > li .text_area .desc .data_list > li .download_btn span {
  position: relative;
  padding-right: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li .download_btn span {
    padding-right: 37px;
  }
}
.step_list > li .text_area .desc .data_list > li .download_btn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  background-image: url(../images/common/icon_download.svg);
  right: 0;
  top: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .step_list > li .text_area .desc .data_list > li .download_btn span::after {
    width: 21px;
    height: 20px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .step_list > li .text_area .desc .data_list > li .download_btn:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .step_list > li .text_area .desc .data_list > li .download_btn:hover span::after {
    -webkit-animation: download 1s infinite;
            animation: download 1s infinite;
  }
  @-webkit-keyframes download {
    0% {
      top: 0;
    }
    50% {
      top: 3px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes download {
    0% {
      top: 0;
    }
    50% {
      top: 3px;
    }
    100% {
      top: 0;
    }
  }
}
/*# sourceMappingURL=flow.css.map */