.breadcrumb {
  position: relative;
}
.flow-mv {
  margin-top: -36px;
  font-size: 0;
}
.mv img {
  width: 100%;
}
.start {
  padding: 100px 0 150px;
}
.start-title {
  margin-bottom: 80px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
.start-ar {
  margin-top: 60px;
  font-size: 70px;
  letter-spacing: 8px;
  line-height: 1;
  font-family: 'Jost', sans-serif;
}
.start-ar span {
  display: block;
  margin-top: 20px;
  font-size: 0;
}
.flow {
  padding: 80px 0;
  background: url(../img/flow/bg_gw.png) 50% 50% / 100% 100% no-repeat;
}
.flow:nth-child(2n) {
  background: url(../img/flow/bg_wg.png) 50% 50% / 100% 100% no-repeat;
}
.flow-inner {
  position: relative;
  display: flex;
}
.flow-num {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 3px;
  font-family: 'Jost', sans-serif;
  text-align: center;
  background: #fff;
  border: 3px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
}
.flow-num span {
  display: block;
  margin-bottom: -2px;
  font-size: 70px;
  line-height: 1;
}
.flow-txt {
  display: flex;
  width: 50%;
  padding-right: 124px;
  justify-content: flex-end;
}
.flow-img {
  display: flex;
  width: 50%;
  padding-left: 124px;
  align-items: center;
}
.flow:nth-child(2n-1) .flow-txt {
  padding: 0 0 0 124px;
  justify-content: flex-start;
  order: 1;
}
.flow:nth-child(2n-1) .flow-img {
  padding: 0 124px 0 0;
  justify-content: flex-end;
}
.flow-txt h2 {
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #df6c00;
  letter-spacing: 9px;
}
.sub {
  display: block;
  margin-top: 16px;
  margin-left: -0.5em;
  font-size: 20px;
  color: #000;
}
.flow-txt p {
  max-width: 454px;
  letter-spacing: 3px;
  line-height: 2.4;
  font-weight: 500;
}
.fl_btn {
  position: relative;
  max-width: 356px;
  display: block;
  margin-top: 20px;
  padding: 12px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  transition: 0.2s;
  overflow: hidden;
}
.fl_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(10deg)scale(1.5);
  transition: 0.2s;
}
.fl_btn span {
  position: relative;
  z-index: 1;
}
.fl_btn:hover {
  color: #df6c00;
  border-color: #df6c00;
}
.fl_btn:hover::after {
  transform: skewX(10deg)scale(1.5)translateX(100%);
}
.visit-build-link-ttl {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 600;
}
.visit-build-link-ttl span{
  display: inline-block;
}
.bnr-build {
  display: flex;
  max-width: 888px;
  margin: 0 auto;
  height: 138px;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 600;
  align-items: center;
  background: #e96c36 url(../img/flow/visit_bg.png) 0 50% / auto 100% no-repeat;
}
.bnr-build > div {
  width: 100%;
}
.bnr-build:hover {
  opacity: 0.8;
}
.bnr-build-ttl {
  display: block;
  width: 40%;
  margin-left: 60%;
  text-align: center;
}
.bnr-build-ttl-en {
  display: block;
  margin-bottom: -2px;
  font-size: 45px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
}


@media screen and (max-width: 1060px) {
  .start {
    padding: 80px 0 120px;
  }
  .start-ar {
    margin-top: 48px;
    font-size: 60px;
  }
  .start-ar span {
    max-width: 64px;
    margin: 20px auto 0;
  }
  .flow {
    padding: 40px 0;
    font-size: 15px;
  }
  .flow-txt {
    padding-right: 80px;
  }
  .flow-img {
    padding-left: 80px;
  }
  .flow-txt h2 {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 3px;
  }
  .flow-num {
    width: 120px;
    height: 120px;
    font-size: 30px;
    text-align: center;
  }
  .flow-num span {
    font-size: 56px;
  }
  .bnr-build {
    height: 16vw;
    font-size: 16px;
    background-size: 100% 100%;
  }
  .bnr-build-ttl-en {
    font-size: 32px;
  }
  .sub {
    margin-top: 10px;
    font-size: 18px;
  }
  .flow:nth-child(2n-1) .flow-img {
    padding: 0 80px 0 0;
  }
  .flow:nth-child(2n-1) .flow-txt {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .flow-mv {
    margin-top: -56px;
  }
  .start {
    padding: 50px 0 70px;
  }
  .start-title {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .start-ar {
    margin-top: 30px;
    font-size: 40px;
  }
  .start-ar span {
    max-width: 40px;
    margin-top: 16px;
  }
  .flow-inner {
    flex-wrap: wrap;
  }
  .flow-txt,
  .flow:nth-child(2n-1) .flow-txt {
    width: 100%;
    padding: 16px 0 0;
    order: 1;
  }
  .flow-img,
  .flow:nth-child(2n-1) .flow-img {
    width: 100%;
    padding: 0;
  }
  .flow {
    padding: 24px 0;
    background: #e5e5e5;
  }
  .flow:nth-child(2n) {
    background: #fff;
  }
  .flow-num {
    top: -20px;
    right: 3px;
    left: auto;
    width: 80px;
    height: 80px;
    font-size: 20px;
    border-width: 3px;
    transform: none;
  }
  .flow-num span {
    font-size: 36px;
  }
  .flow-txt h2 {
    margin-bottom: 28px;
    font-size: 20px;
  }
  .sub {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .flow-txt p {
    font-size: 14px;
  }
  .fl_btn {
    margin: 20px auto 0;
    font-size: 14px;
  }
  .visit-build-link-ttl {
    font-size: 1.6rem;
  }
  .bnr-build {
    height: auto;
    padding: 0;
    font-size: 2.5vw;
    background: none;
  }
  .bnr-build-ttl-en {
    font-size: 5.5vw;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 1060px) {
  .flow:nth-child(9) .flow-txt h2 {
    margin-bottom: 52px;
    letter-spacing: 4px;
  }
  .flow:nth-child(9) .flow-txt p {
    letter-spacing: 2.2px;
  }
  .flow:nth-child(3) .flow-txt h2 {
    margin-bottom: 40px;
  }
  .flow:nth-child(3) .fl_btn {
    margin-top: 60px;
  }
  .bnr-build-ttl-ja {
    letter-spacing: 7px;
  }
}