/* service02-2  */
/*---------------------------------------------
    page_titArea
---------------------------------------------*/

@media screen and (max-width: 750px) {}

/*---------------------------------------------
 s02-2-contents
---------------------------------------------*/

.s02-2-cont__item--inner {
  padding-left: 2%;
}

.s-2-2cont__item {
  margin-bottom: 150px;
}

.s-2-2cont__item:last-child {
  margin-bottom: 0;
}

.cont__h3 .dot {
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
}

.s02-2-cont__atc {
  padding-left: 180px;
  margin-bottom: 100px;
}

.s02-2-cont__atc:last-child {
  margin-bottom: 0;
}

.cont__h4 {
  position: relative;
}

.cont__h4 .num {
  position: absolute;
  left: -1.2em;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #D9D9D9;
  opacity: .6;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .s02-1__top p {
    text-align: justify;
  }

  .s02-2-cont__item--inner {
    padding-left: 2%;
  }

  .s-2-2cont__item {
    margin-bottom: 20vw;
  }

  .s-2-2cont__item:last-child {
    margin-bottom: 0;
  }

  .cont__h3 {
    padding-left: 1em;
  }

  .cont__h3 .dot {
    left: -2em;
    top: 25%;
  }

  .s02-2-cont__atc {
    padding: 0 5%;
    margin-bottom: 20vw;
  }

  .s02-2-cont__atc:last-child {
    margin-bottom: 0;
  }

  .cont__h4 {
    position: relative;
    font-size: 8vw;
  }

  .cont__h4 .num {
    left: auto;
    top: auto;
    transform: none;
    font-size: 32vw;
    position: relative;
    display: block;
    margin: 0 0 -.5em -.2em;
    z-index: -1;
  }

  .cont__img {
    padding: 10vw 0;
    position: relative;
  }

  .cont__img::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    background: #F7F4F0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
  }

  /* .cont__img02wrap {
    overflow: hidden;
    overflow-x: auto;
  }

  .cont__img02 {
    width: 700px;
  } */
}

/*---------------------------------------------
 s02-1-flow
---------------------------------------------*/
.flow__img {
  max-width: 1920px;
  margin: 0 auto;
}

.flow__ttl {
  display: flex;
  align-items: flex-end;
}

.flow__ttl .fs-20 {
  margin-left: 1em;
}

.flow__item {
  margin-bottom: 100px;
  border-left: solid 2px #D0B005;
}

.flow__item:last-child {
  margin-bottom: 0;

}

.flow__left {
  width: 295px;
  padding: 0 1em 0 5%;
}

.flow__right {
  width: calc(100% - 295px);
}

.flow__h3 .num {
  font-size: 5rem;
  display: block;
  font-style: italic;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: bold;
}

.flow__period {
  width: 190px;
  background: #3D4F72;
  color: #fff;
  padding: .5em 1em;
  text-align: center;
}

.flow__atc {
  margin-bottom: 40px;
  background: #fff;
  padding: 2em 5%;
}

.flow__atc:last-child {
  margin-bottom: 0;
}

.flow__h4 {
  position: relative;
}

.flow__h4 .dot {
  position: absolute;
  left: -1.5em;
  top: .75em;
}

.flow__h4 .fs-15 {
  vertical-align: baseline;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {

  .flow__ttl {
    display: block;
  }

  .flow__ttl::before {
    bottom: 1.5em;
  }

  .flow__ttl .fs-20 {
    display: block;
    margin: 2em 0 0;
  }

  .flow__item {
    margin-bottom: 20vw;
    border-left: solid 2px #D0B005;
    padding: 0 0 0 5%;
  }


  .flow__left {
    width: 100%;
    padding: 0;
    margin-bottom: 10vw;
  }

  .flow__right {
    width: 100%;
  }

  .flow__h3 .num {
    font-size: 13.333vw;
    ;

  }

  .flow__h3 .fs-12 {
    display: block;
  }

  .flow__period {
    width: 50.667vw;

  }

  .flow__atc {
    margin-bottom: 10vw;
    padding: 2em 5% 2em 10%;
  }


  .flow__h4 .fs-15 {
    display: block;
    margin-left: 0;
  }
}