#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.full_wide_ttl .txt_white {
  padding-left: 3%;
}

.full_wide_ttl .txt_white > span {
  position: relative;
}

.full_wide_ttl .txt_white > span::before {
  content: '';
  background: url(../img/beginner/items.png) no-repeat;
  background-size: contain;
  width: 177px;
  height: 77px;
  position: absolute;
  top: -6px;
  left: -200px;
}

#service_flow ul {
  margin-top: -20px;
}

#service_flow ul li.content {
  width: 100%;
  padding: 40px 40px;
  position: relative;
}

#service_flow ul li.content .txt_box {
  width: 62.9%;
}

#service_flow ul li.content .txt_box p {
  margin-bottom: -10px;
}

#service_flow ul li.content .ttl {
  font-size: 32px;
  margin: -10px 0 14px;
}

#service_flow ul li.content picture {
  width: 34.3%;
  max-width: 356px;
}

#service_flow ul li.content::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

#service_flow ul li.content:nth-child(1)::before {
  background: url(../img/common/label_num01.svg) no-repeat;
  background-size: contain;
}

#service_flow ul li.content:nth-child(3)::before {
  background: url(../img/common/label_num02.svg) no-repeat;
  background-size: contain;
}

#service_flow ul li.content:nth-child(5)::before {
  background: url(../img/common/label_num03.svg) no-repeat;
  background-size: contain;
}

#service_flow ul li.content:nth-child(7)::before {
  background: url(../img/common/label_num04.svg) no-repeat;
  background-size: contain;
}

#service_flow ul li.content:nth-child(9)::before {
  background: url(../img/common/label_num05.svg) no-repeat;
  background-size: contain;
}

#service_flow ul li.arrow img {
  width: 65px;
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
  #service_flow ul li.content .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .full_wide_ttl .txt_white {
    padding-left: 8vw;
  }
  .full_wide_ttl .txt_white > span::before {
    width: calc(177px * 0.7);
    height: calc(77px * 0.7);
    top: -10px;
    left: -135px;
  }
  #service_flow ul {
    margin-top: 10px;
  }
  #service_flow ul li.content {
    padding: 4vw 3.5vw 5vw;
  }
  #service_flow ul li.content .ttl {
    font-size: 22px;
    margin-bottom: 6px;
  }
  #service_flow ul li.content::before {
    width: 80px;
    height: 80px;
  }
  #service_flow ul li.arrow img {
    width: 48px;
  }
}

@media screen and (max-width: 568px) {
  .ttl_section_top {
    font-size: 28px;
    margin: -5px 0 20px !important;
  }
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .full_wide_ttl {
    padding: 14px 0 16px;
  }
  .full_wide_ttl .txt_white {
    line-height: 1.4;
  }
  .full_wide_ttl .txt_white > span::before {
    content: none;
  }
  #service_flow ul {
    margin-top: 0;
  }
  #service_flow ul li.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 25px;
  }
  #service_flow ul li.content .txt_box {
    width: 100%;
  }
  #service_flow ul li.content .txt_box p {
    margin: 0;
  }
  #service_flow ul li.content .ttl {
    font-size: 21px;
    margin: 0 0 8px;
  }
  #service_flow ul li.content picture {
    width: 100%;
    margin-top: 15px;
  }
  #service_flow ul li.content::before {
    width: 70px;
    height: 70px;
  }
  #service_flow ul li.content:nth-child(1)::before {
    background: url(../img/common/label_num01_large.svg) no-repeat;
    background-size: contain;
  }
  #service_flow ul li.content:nth-child(3)::before {
    background: url(../img/common/label_num02_large.svg) no-repeat;
    background-size: contain;
  }
  #service_flow ul li.content:nth-child(5)::before {
    background: url(../img/common/label_num03_large.svg) no-repeat;
    background-size: contain;
  }
  #service_flow ul li.content:nth-child(7)::before {
    background: url(../img/common/label_num04_large.svg) no-repeat;
    background-size: contain;
  }
  #service_flow ul li.arrow img {
    width: 47px;
    margin: 5px auto;
  }
}
/*# sourceMappingURL=flow.css.map */