.breadcrumbs {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

main .fv {
  width: 100%;
  position: relative;
  position: relative;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv {
    padding-bottom: 0px;
    margin-top: 60px;
  }
}
main .fv::before {
  content: "";
  position: absolute;
  background-image: url("../images/cd/fv-1.png");
  width: 100vw;
  height: 100vw;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  main .fv::before {
    height: 60%;
    content: "";
    position: absolute;
    background-image: url("../images/cd/fv-1.png");
    width: 100vw;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
main .fv .bg {
  width: 100%;
  min-height: 290px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  background: #F4F4F4;
}
@media screen and (min-width: 1600px) {
  main .fv .bg {
    width: 100%;
  }
}
main .fv .impact {
  width: 100%;
  padding: 0 17%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  margin-top: 150px;
}
@media screen and (min-width: 1600px) {
  main .fv .impact {
    padding: 0;
    max-width: 1200px;
    margin: 150px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .fv .impact {
    padding: 0 5%;
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .impact {
    padding: 0 5%;
    margin-top: 150px;
  }
}
main .fv .impact img {
  width: 100%;
}
main .fv .fv__inner {
  max-width: 1220px;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1600px) {
  main .fv .fv__inner {
    max-width: 1220px;
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1499px) and (min-width: 1200px) {
  main .fv .fv__inner {
    max-width: 920px;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .fv .fv__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner {
    padding: 0 5%;
    padding-top: 30px;
  }
}
main .fv .fv__inner .fv__under {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3.6px;
  line-height: 47px;
  padding-top: 60px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner .fv__under {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 30px;
    padding-top: 30px;
  }
}
main .fv .fv__inner h2 {
  font-size: 8.4rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 84px;
  padding-top: 45px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner h2 {
    font-size: 5.2rem;
    letter-spacing: 1.3px;
    line-height: 60px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .fv .fv__inner h2 {
    font-size: 6.4rem;
    line-height: 64px;
  }
}
main .fv .fv__inner span {
  font-size: 1.8rem;
  letter-spacing: 2.16px;
  font-weight: 600;
  padding-top: 15px;
}
main .fv .fv__inner .text__content {
  margin-top: 60px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner .text__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .fv .fv__inner .text__content {
    margin-top: 40px;
  }
}
main .fv .fv__inner .text__content p {
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  font-size: 2.8rem;
  letter-spacing: 5.04px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .fv .fv__inner .text__content p {
    font-size: 1.6rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .fv .fv__inner .text__content p {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
main .service {
  padding-bottom: 190px;
  padding-top: 100px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service {
    margin-top: -60px;
    padding-top: 1px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service {
    margin-top: 0px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner {
    padding: 0 10%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service .service__inner {
    padding: 0 5%;
  }
}
main .service .service__inner .content {
  margin-left: 4%;
  padding-left: 5px;
  position: relative;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner .content {
    margin-left: 0;
    position: absolute;
    top: 20px;
    left: 10px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service .service__inner .content {
    margin-left: 0;
  }
}
main .service .service__inner .content::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  left: 0.5px;
  background-color: #000;
}
main .service .service__inner .content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 1px;
  top: 40px;
  background-color: #5B5B5B;
}
main .service .service__inner .content__inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner .content__inner {
    margin-top: 40px;
  }
}
main .service .service__inner .content__inner h2 {
  max-width: 920px;
  margin: auto;
  width: 100%;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1600px) {
  main .service .service__inner .content__inner h2 {
    max-width: 1220px;
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
main .service .service__inner .content__inner ul {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (min-width: 1600px) {
  main .service .service__inner .content__inner ul {
    max-width: 1220px;
    margin: auto;
    padding: 0;
    width: 100%;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner .content__inner ul {
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service .service__inner .content__inner ul {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .service .service__inner .content__inner ul li {
  width: 31%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner .content__inner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service .service__inner .content__inner ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  main .service .service__inner .content__inner ul li {
    width: 100%;
  }
}
main .service .service__inner .content__inner ul li img {
  width: 100%;
}
main .service .service__inner .content__inner ul li .under__text {
  display: block;
  width: calc(100% - 42px);
  background-color: #fff;
  height: 350px;
  box-sizing: border-box;
  padding: 32px 41px;
  position: relative;
  margin: auto;
  margin-top: -30%;
}
@media screen and (max-width: 1499px) and (min-width: 1200px) {
  main .service .service__inner .content__inner ul li .under__text {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .service .service__inner .content__inner ul li .under__text {
    height: auto;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .service .service__inner .content__inner ul li .under__text {
    height: auto;
    width: 100%;
    padding: 32px;
  }
}
main .service .service__inner .content__inner ul li .under__text p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1.56px;
}
main .service .service__inner .content__inner ul li .service__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 30px;
}
main .service .service__inner .content__inner ul li .service__item li {
  width: 100%;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2.34px;
}
main .flow {
  background-color: #000;
  padding-bottom: 140px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .flow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
main .flow .content__inner {
  max-width: 920px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .flow .content__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  main .flow .content__inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1600px) {
  main .flow .content__inner {
    max-width: 1220px;
    margin: auto;
    width: 100%;
  }
}
main .flow .content__inner h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
main .flow .content__inner .flow__img {
  margin-top: 70px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  main .flow .content__inner .flow__img {
    margin-top: 40px;
  }
}
main .flow .content__inner .flow__img img {
  width: 100%;
}/*# sourceMappingURL=cd.css.map */