@charset "utf-8";

/* common */
#main .img_wrap {
  display: block;
  overflow: hidden;
}
#main img {
  vertical-align: middle;
}

/* mainvisual */
#main .mainvisual {
  overflow: hidden;
  width: 100%;
  height: 628px;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_001.png") no-repeat center top,
  url("/img/landing_page/req/process/bg_fd-x_1058_01_002.png") repeat-x center top;
}
#main.not_animation .mainvisual {
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_009.jpg") no-repeat center top;
}
#main .mainvisual .inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_001.png") no-repeat center top;
}
#main.not_animation .mainvisual .inner {
  background: none;
}
#main .mainvisual .inner .drop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 322px;
  height: 628px;
}
#main.not_animation .mainvisual .inner .drop {
  display: none;
}
#main .mainvisual .inner .drop .img_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
#main .mainvisual .inner .drop .img_02 {
  position: absolute;
  top: 419px;
  right: 32px;
  z-index: 5;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_003.png") no-repeat center;
  opacity: 0;
  animation: drop_animation01 3s ease-in infinite;
}
@keyframes drop_animation01 {
  0% {
    top: 419px;
    background: url("/img/landing_page/req/process/bg_fd-x_1058_01_003.png") no-repeat center;
    opacity: 0;
  }
  30% {
    top: 437px;
    background: url("/img/landing_page/req/process/bg_fd-x_1058_01_003.png") no-repeat center;
  }
  30.1% {
    background: url("/img/landing_page/req/process/bg_fd-x_1058_01_004.png") no-repeat center;
  }
  32% {
    opacity: 1;
  }
  33%,
  99% {
    top: 540px;
    opacity: 0;
  }
  100% {
    top: 419px;
    background: url("/img/landing_page/req/process/bg_fd-x_1058_01_004.png") no-repeat center;
    opacity: 0;
  }
}
#main .mainvisual .inner .drop .img_03,
#main .mainvisual .inner .drop .img_04 {
  position: absolute;
  top: 426px;
  right: -314px;
  display: block;
  width: 710px;
  height: 294px;
}
#main .mainvisual .inner .drop .img_03 {
  z-index: 10;
}
#main .mainvisual .inner .drop .img_04 {
  z-index: 15;
}
#main .mainvisual .inner .drop .img_03 img,
#main .mainvisual .inner .drop .img_04 img {
  max-width: 100%;
  opacity: 0;
  transform: scale(0, 0);
}
#main .mainvisual .inner .drop .img_03 img {
  animation: drop_animation02 3s ease-out infinite;
}
#main .mainvisual .inner .drop .img_04 img {
  animation: drop_animation02 3s ease-out infinite 0.2s;
}
@keyframes drop_animation02 {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  30% {
    opacity: 1;
  }
  31% {
    transform: scale(0, 0);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
#main .mainvisual .inner .right_box {
  position: relative;
  z-index: 10;
  margin: 0 0 0 auto;
  width: 442px;
}
#main .mainvisual .inner .right_box p {
  text-align: right;
}
#main:not(.not_animation) .mainvisual .inner .right_box p {
  opacity: 0;
  transform: translateY(10px);
}
#main:not(.not_animation) .mainvisual .inner .right_box p:nth-child(1) {
  transition: transform 0.3s ease-in 0s,
  opacity 0.3s ease-in 0s;
}
#main:not(.not_animation) .mainvisual .inner .right_box p:nth-child(2) {
  transition: transform 0.3s ease-in 0.4s,
  opacity 0.3s ease-in 0.4s;
}
#main.not_animation .mainvisual .inner .right_box p,
#main .mainvisual.show .inner .right_box p {
  opacity: 1;
  transform: translateY(0);
}

/* section01 */
#main .section01 {
  width: 100%;
  height: 605px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_008.jpg") no-repeat center #f7f7f7;
}
#main .section01 .inner {
  margin: 0 auto;
  padding-top: 98px;
  width: 970px;
}
#main:not(.not_animation) .section01 .inner .fade_01,
#main:not(.not_animation) .section01 .inner .fade_02 {
  opacity: 0;
  transition: transform 0.3s ease-in 1s,
  opacity 0.3s ease-in 1s;
  transform: translateY(10px);
}
#main.not_animation .section01 .inner .fade_01,
#main.not_animation .section01 .inner .fade_02,
#main .section01.vfirst .inner .fade_01,
#main .section01.vfirst .inner .fade_02 {
  opacity: 1;
  transform: translateY(0);
}
#main .section01 .inner .fade_01 {
  height: 48px;
}
#main .section01 .inner .fade_02 {
  margin-top: 46px;
  height: 68px;
}
#main .section01 .inner .fade_03 {
  overflow: hidden;
  padding: 54px 0 100px;
}
#main .section01 .inner .fade_03 li {
  float: left;
  margin-left: 20px;
  width: 227px;
  height: 192px;
}
#main .section01 .inner .fade_03 li:first-child {
  margin-left: 0;
}
#main:not(.not_animation) .section01 .inner .fade_03 li .img_wrap {
  opacity: 0;
  transform: translateY(10px);
}
#main.not_animation .section01 .inner .fade_03 li .img_wrap,
#main .section01.show .inner .fade_03 li .img_wrap {
  opacity: 1;
  transform: translateY(0);
}
#main:not(.not_animation) .section01 .inner .fade_03 li:nth-child(1) .img_wrap {
  transition: transform 0.3s ease-in 0s,
  opacity 0.3s ease-in 0s;
}
#main:not(.not_animation) .section01 .inner .fade_03 li:nth-child(2) .img_wrap {
  transition: transform 0.3s ease-in 0.2s,
  opacity 0.3s ease-in 0.2s;
}
#main:not(.not_animation) .section01 .inner .fade_03 li:nth-child(3) .img_wrap {
  transition: transform 0.3s ease-in 0.4s,
  opacity 0.3s ease-in 0.4s;
}
#main:not(.not_animation) .section01 .inner .fade_03 li:nth-child(4) .img_wrap {
  transition: transform 0.3s ease-in 0.6s,
  opacity 0.3s ease-in 0.6s;
}

/* section02 */
#main .section02 {
  position: relative;
  width: 100%;
  height: 766px;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_005.jpg") no-repeat center top #f0f2f4;
}
#main .section02 .inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding-top: 98px;
  width: 970px;
}
#main .section02 .inner .fade_01 {
  height: 48px;
}
#main .section02 .inner .fade_02 {
  margin-top: 52px;
  height: 66px;
}
#main .section02 .inner .fade_03 {
  overflow: hidden;
}
#main .section02 .inner .fade_03 li {
  float: left;
  width: 485px;
  height: 415px;
}
#main:not(.not_animation) .section02 .inner .fade_03 li .img_wrap {
  opacity: 0;
  transform: translateY(10px);
}
#main:not(.not_animation) .section02 .inner .fade_03 li:nth-child(1) .img_wrap {
  transition: transform 0.3s ease-in 0s,
  opacity 0.3s ease-in 0s;
}
#main:not(.not_animation) .section02 .inner .fade_03 li:nth-child(2) .img_wrap {
  transition: transform 0.3s ease-in 0.2s,
  opacity 0.3s ease-in 0.2s;
}
#main.not_animation .section02 .inner .fade_03 li .img_wrap,
#main .section02.show .inner .fade_03 li .img_wrap {
  opacity: 1;
  transform: translateY(0);
}

/* section03 */
#main .section03 {
  width: 100%;
  height: 767px;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
}
#main .section03 .inner {
  z-index: 5;
  margin: 0 auto;
  padding-top: 90px;
  width: 970px;
}
#main .section03 .inner .fade_01 {
  position: relative;
  height: 65px;
}
#main .section03 .inner .fade_01:after {
  position: absolute;
  bottom: -17px;
  left: 0;
  display: block;
  height: 4px;
  background: #5cc2d0;
  content: "";
}
#main:not(.not_animation) .section03 .inner .fade_01:after {
  width: 0;
  transition: width 0.2s linear 0s;
}
#main.not_animation .section03 .inner .fade_01:after,
#main .section03.show .inner .fade_01:after {
  width: 142px;
}
#main .section03 .inner .fade_02 {
  margin-top: 81px;
  height: 65px;
}
#main .section03 .inner ul {
  overflow: hidden;
  padding-top: 55px;
}
#main .section03 .inner ul li {
  float: left;
  margin-left: 20px;
  width: 310px;
  height: 310px;
}
#main .section03 .inner ul li:first-child {
  margin-left: 0;
}
#main .section03 .inner ul li .fade_05 {
  margin-bottom: 4px;
  width: 310px;
  height: 158px;
}
#main .section03 .inner ul li .fade_06 {
  width: 310px;
  height: 148px;
}
#main .section03 .inner ul li .img_wrap {
  opacity: 0;
  transform: translateY(10px);
}
#main:not(.not_animation) .section03 .inner .fade_03 .img_wrap {
  transition: transform 0.3s ease-in 0s,
  opacity 0.3s ease-in 0s;
}
#main:not(.not_animation) .section03 .inner .fade_04 .img_wrap {
  transition: transform 0.3s ease-in 0.2s,
  opacity 0.3s ease-in 0.2s;
}
#main:not(.not_animation) .section03 .inner .fade_05 .img_wrap {
  transition: transform 0.3s ease-in 0.4s,
  opacity 0.3s ease-in 0.4s;
}
#main:not(.not_animation) .section03 .inner .fade_06 .img_wrap {
  transition: transform 0.3s ease-in 0.6s,
  opacity 0.3s ease-in 0.6s;
}
#main.not_animation .section03 .inner ul li .img_wrap,
#main .section03.show .inner ul li .img_wrap {
  opacity: 1;
  transform: translateY(0);
}

/* section04 */
#main:not(.not_animation) .section04 {
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
#main .section04.show {
  opacity: 1;
}
#main .section04 {
  width: 100%;
  height: 413px;
  background: #fff;
}
#main .section04 .inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  padding-top: 76px;
  width: 970px;
}
#main .section04 .inner .bg_01,
#main .section04 .inner .bg_02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 413px;
}
#main .section04 .inner .bg_01 {
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_006.jpg") no-repeat left top;
}
#main .section04 .inner .bg_02 {
  opacity: 0;
  background: url("/img/landing_page/req/process/bg_fd-x_1058_01_007.jpg") no-repeat left top;
}
#main:not(.not_animation) .section04 .inner .bg_02 {
  transition: opacity 0.5s ease-in 1s;
}
#main.not_animation .section04 .inner .bg_02 {
  display: none;
}
#main.not_animation .section04 .inner .bg_01,
#main .section04.show .inner .bg_01,
#main .section04.show .inner .bg_02 {
  opacity: 1;
}
#main .section04 .inner .fade_01 {
  position: relative;
  z-index: 5;
  margin: 0 0 0 auto;
  width: 475px;
}
#main .section04 .inner .fade_01 > p {
  text-align: right;
}
#main .section04 .inner .fade_01 > p:first-child {
  margin-bottom: 45px;
}
