#flow .contents > section .box > div.txt > a {
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

#flow .contents > section .box {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#flow .contents > section .box > div.txt > a:hover {
  opacity: .7;
}

#flow h3 {
  font-size: 36px;
  text-align: center;
  color: #123166;
  position: relative;
  padding-bottom: 26px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #flow h3 {
    font-size: 24px;
    padding-bottom: 18px;
  }
}

#flow h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 6px;
  width: 85px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f06028), color-stop(50%, #123166));
  background: -webkit-linear-gradient(left, #f06028 50%, #123166 50%);
  background: -o-linear-gradient(left, #f06028 50%, #123166 50%);
  background: linear-gradient(to right, #f06028 50%, #123166 50%);
}

@media only screen and (max-width: 767px) {
  #flow h3::after {
    height: 3px;
    width: 42px;
  }
}

#flow h3 {
  color: #333;
  padding-bottom: 20px;
}

#flow h3::after {
  height: 2px;
  width: 713px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f06028), color-stop(50%, #123166));
  background: -webkit-linear-gradient(right, #f06028 50%, #123166 50%);
  background: -o-linear-gradient(right, #f06028 50%, #123166 50%);
  background: linear-gradient(to left, #f06028 50%, #123166 50%);
}

@media only screen and (max-width: 767px) {
  #flow h3::after {
    width: 85%;
  }
}

#flow .mv_sub {
  background-image: url(../images/flow/mv_bg.jpg);
}

#flow h3 {
  line-height: 1.4;
  padding-bottom: 13px;
  margin-bottom: 55px;
}

#flow .contents > section {
  max-width: 1075px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section {
    margin: 0 3%;
  }
}

#flow .contents > section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }
}

#flow .contents > section .box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#flow .contents > section .box:nth-of-type(even) > .txt {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box:nth-of-type(even) > .txt {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#flow .contents > section .box:nth-of-type(even) > .img {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box:nth-of-type(even) > .img {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

#flow .contents > section .box:nth-of-type(odd) > .txt {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#flow .contents > section .box:nth-of-type(odd) > .txt p {
  max-width: 335px;
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section .box:nth-of-type(odd) > .txt p {
    max-width: none;
  }
}

#flow .contents > section .box:nth-of-type(odd) > .img {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#flow .contents > section .box.fade {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#flow .contents > section .box.fade > div {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

#flow .contents > section .box > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section .box > div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

#flow .contents > section .box > div.txt {
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section .box > div.txt {
    padding-left: 0;
  }
}

#flow .contents > section .box > div.txt h4 {
  font-size: 30px;
  font-family: 'Gothic A1', sans-serif;
  line-height: 1;
  margin: 65px 0 15px;
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section .box > div.txt h4 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box > div.txt h4 {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    font-size: 26px;
  }
}

#flow .contents > section .box > div.txt h4 span {
  display: block;
}

#flow .contents > section .box > div.txt h4 span:first-of-type {
  font-size: 22px;
  color: #f06028;
  margin-bottom: 10px;
}

#flow .contents > section .box > div.txt h4 span:last-of-type {
  font-size: 100px;
  color: #123166;
  letter-spacing: -5px;
  margin-bottom: 5px;
}

#flow .contents > section .box > div.txt p {
  max-width: 397px;
}

@media only screen and (max-width: 1074px) {
  #flow .contents > section .box > div.txt p {
    max-width: none;
  }
}

#flow .contents > section .box > div.txt > a {
  background-color: #123166;
  color: #fff;
  font-weight: bold;
  display: block;
  max-width: 290px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  padding: 13px 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box > div.txt > a {
    max-width: none;
    width: 80%;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  #flow .contents > section .box > div.img {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    z-index: -1;
  }
}
