.topVisual {
  background: url("../images/bg_index01.jpg") no-repeat 28%;
  background-size: cover;
  padding: 25px 90px 60px 0;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .topVisual {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .topVisual {
    background: url("../images/bg_index01_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 45px 15px;
  }
}

.topVisual .txtWrap01 {
  width: 360px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1000px) {
  .topVisual .txtWrap01 {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .topVisual .txtWrap01 {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
}

.topVisual .txtWrap01 .pic01 {
  margin-bottom: 15px;
}

.topVisual .txtWrap01 .pic02 {
  margin-bottom: 20px;
}

.topVisual .txtWrap01 .txt01 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.topVisual .txtWrap01 .pic03 {
  position: absolute;
  right: 13px;
  bottom: -43px;
}

@media screen and (max-width: 1000px) {
  .topVisual .txtWrap01 .pic03 {
    width: 110px;
    right: 7px;
    bottom: -53px;
  }
}

@media screen and (max-width: 767px) {
  .topVisual .txtWrap01 .pic03 {
    bottom: -65px;
  }
}

.mainArea01 .container03 {
  max-width: 690px;
}

@media screen and (max-width: 767px) {
  .flowArea01 {
    margin-bottom: 35px;
  }
}

.flowArea01 li {
  position: relative;
}

.flowArea01 li:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .flowArea01 li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.flowArea01 li:not(:last-child):after {
  content: '';
  width: 51px;
  height: 71px;
  background: url("../images/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -60px;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .flowArea01 li:not(:last-child):after {
    width: 45px;
    height: 66px;
    bottom: -54px;
  }
}

.flowArea01 li:last-child {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .flowArea01 li:last-child {
    padding-top: 25px;
  }
}

.flowArea01 li .flowContent01 {
  padding: 30px 20px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .flowContent01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .flowContent01:after {
    display: none;
  }
}

.flowArea01 li .txtWrap01 {
  margin-right: 15px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .txtWrap01 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .txtWrap01 {
    margin-bottom: 15px;
  }
}

.flowArea01 li h4 {
  margin-bottom: 20px;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li h4 {
    padding-left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li h4 {
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

.flowArea01 li h4:before {
  content: '';
  width: 62px;
  height: 46px;
  background: url("../images/ico_index01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li h4:before {
    width: 45px;
    height: 34px;
    top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li h4:before {
    width: 40px;
    height: 30px;
    top: -3px;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li h4 img {
    width: 195px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li h4 img {
    width: 175px;
  }
}

.flowArea01 li .txt01 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 75px;
}

@media screen and (max-width: 1050px) {
  .flowArea01 li .txt01 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .txt01 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .txt01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .txt01 .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .pic01 {
    text-align: center;
  }
}

.flowArea01 li span {
  margin-top: 20px;
}

.flowArea01 li .content01 .txt01 {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.flowArea01 li .content02:after {
  content: '';
  width: 256px;
  height: 101px;
  background: url("../images/pic_index04.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 30px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content02:after {
    width: 230px;
    height: 91px;
    right: -2%;
  }
}

.flowArea01 li .content02 h4:before {
  background-image: url("../images/ico_index02.png");
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content02 h4 img {
    width: 222px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content02 h4 img {
    width: 190px;
  }
}

.flowArea01 li .content02 .pic01 {
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content02 .pic01 {
    padding: 0;
  }
}

.flowArea01 li .content03 {
  padding: 30px 15px 30px 20px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content03 {
    padding: 30px 20px;
  }
}

.flowArea01 li .content03:after {
  content: '';
  width: 285px;
  height: 102px;
  background: url("../images/pic_index06.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  right: -20px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content03:after {
    width: 257px;
    height: 92px;
    top: -10px;
    right: -4%;
  }
}

.flowArea01 li .content03 .txtWrap01 {
  width: 345px;
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content03 .txtWrap01 {
    width: 100%;
  }
}

.flowArea01 li .content03 h4:before {
  background-image: url("../images/ico_index03.png");
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content03 h4 img {
    width: 185px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content03 h4 img {
    width: 159px;
  }
}

.flowArea01 li .content03 .txt01 {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.flowArea01 li .content03 .pic01 {
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content03 .pic01 {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content04 {
    padding: 30px 20px 110px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content04 {
    padding-bottom: 30px;
  }
}

.flowArea01 li .content04:after {
  content: '';
  width: 338px;
  height: 151px;
  background: url("../images/pic_index08.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -25px;
  left: 35px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content04:after {
    width: 304px;
    height: 136px;
    bottom: -35px;
    left: 15px;
  }
}

.flowArea01 li .content04 h4:before {
  background-image: url("../images/ico_index04.png");
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content04 h4 img {
    width: 167px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content04 h4 img {
    width: 143px;
  }
}

.flowArea01 li .content04 .pic01 {
  margin-top: -12px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content04 .pic01 {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content04 .pic01.pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .flowArea01 li .content04 .pic01.tabOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content04 .pic01.tabOnly {
    display: none;
  }
}

.flowArea01 li .content05 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flowArea01 li .content05:after {
  content: '';
  width: 173px;
  height: 185px;
  background: url("../images/pic_index10.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: -10px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content05:after {
    width: 156px;
    height: 167px;
    bottom: -20px;
  }
}

.flowArea01 li .content05 .txtWrap01 {
  margin-right: 70px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content05 .txtWrap01 {
    margin-right: 0;
  }
}

.flowArea01 li .content05 h4:before {
  background-image: url("../images/ico_index05.png");
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content05 h4 img {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .content05 h4 img {
    width: 164px;
  }
}

.flowArea01 li .content05 .pic01 {
  margin-top: -55px;
}

@media screen and (max-width: 1000px) {
  .flowArea01 li .content05 .pic01 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .flowArea01 li .txt02 img {
    width: 150px;
  }
}
