.bar {
  color: black;
}

.title-en {
  line-height: 60px;
  font-family: "forevs", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
  letter-spacing: 0px;
}

.sub-box {
  width: 70%;
  margin: 0 auto;
  max-width: 910px;
}
@media screen and (max-width: 768px) {
  .sub-box {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    width: 90%;
  }
}
.page-title h1 {
  font-size: 8rem;
  letter-spacing: 2.3px;
  color: white;
}
@media screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 6rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 414px) {
  .page-title h1 {
    font-size: 5rem;
  }
}

.m-title {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 2.7px;
}

.m-text {
  line-height: 30px;
  font-size: 17px;
  width: 60%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .m-text {
    width: 100%;
  }
}

.page-title {
  width: 90%;
  margin: 43px auto 0 auto;
  line-height: 22px;
}
.page-title-sub {
  letter-spacing: 1px;
  font-family: "forevs";
  font-size: 21px;
}
.page-title h1 {
  line-height: 60px;
  font-size: 8rem;
}

.Service {
  padding: 390px 0px 50px 0px;
  background: url(../../img/counsetop.jpg) center center no-repeat;
  background-size: cover;
}
.Service span:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 414px) {
  .Service {
    padding: 170px 0px 24px 0px;
    background-position: 78%;
  }
}

.contents {
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contents {
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 130px;
  }
}

.content {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .content-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .content-Container {
    line-height: 27px;
  }
}
.content-process {
  width: 80%;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 414px) {
  .content-process {
    width: 90%;
  }
}
.content-process::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 50px;
  top: 18px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content-process::before {
    width: 3px;
    height: 100%;
    left: 17px;
    top: 55px;
  }
}
.content .ttl {
  width: 100%;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 20px;
}
.content .ttl-num {
  font-size: 24px;
  font-weight: 400;
}
.content .ttl-pop {
  border-radius: 2.25rem;
  border: solid 2px;
  width: 3.4rem;
  height: 3.4rem;
  align-items: center;
  justify-content: center;
}
.content .ttl-top {
  background-color: white;
  padding: 0px 16px;
}
.content-inner {
  width: 100%;
  margin-left: 4.8rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 414px) {
  .content-inner {
    width: 93%;
  }
}
.content-text {
  margin-top: 1rem;
}

/*# sourceMappingURL=flow.css.map */
