.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media (max-width: 834px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/**************************************/
.under__main.u-concept {
  padding-bottom: 0;
}

.u-concept__copy-s {
  color: #3d454c;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .u-concept__copy-s {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.u-concept__copy-flex {
  display: flex;
  justify-content: end;
  align-items: start;
  margin-bottom: 13rem;
}
.u-concept__copy-flex .u-concept__copy-flex-ttl {
  width: 45%;
  margin-right: 5%;
  line-height: 1.5;
}
.u-concept__copy-flex .u-concept__copy-flex-cont {
  width: 50%;
}

@media (max-width: 834px) {
  .u-concept__copy-flex {
    display: block;
    margin-bottom: 8rem;
  }
  .u-concept__copy-flex .u-concept__copy-flex-ttl {
    width: 100%;
    margin: 0 0 3rem;
  }
  .u-concept__copy-flex .u-concept__copy-flex-ttl .f42 {
    font-size: 2.2rem;
  }
  .u-concept__copy-flex .u-concept__copy-flex-cont {
    width: 100%;
  }
}
.u-concept-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.u-concept__app {
  background: url(../img/top/bg-method.webp) no-repeat center/cover;
  padding: 15rem 0 21rem;
}
.u-concept__app .u-concept__copy-s {
  color: #fff;
}
@media (max-width: 834px) {
  .u-concept__app {
    padding: 8rem 0 10rem;
  }
}

.u-concept__app-flex {
  display: flex;
  justify-content: space-between;
  align-content: start;
}
.u-concept__app-flex .u-concept__app-ttl {
  color: #fff;
  margin-right: 3%;
  width: 45%;
}
.u-concept__app-flex .u-concept__copy {
  margin-bottom: 4rem;
}
.u-concept__app-flex .u-concept__app-illu {
  width: 55%;
}

@media (max-width: 1080px) {
  .u-concept__app-flex {
    display: block;
  }
  .u-concept__app-flex .u-concept__app-ttl {
    margin: 0 0 8rem;
    width: 100%;
  }
  .u-concept__app-flex .u-concept__app-illu {
    width: 100%;
  }
}
@media (max-width: 1080px) and (max-width: 834px) {
  .u-concept__app-flex {
    display: block;
  }
  .u-concept__app-flex .u-concept__app-ttl {
    margin: 0 0 6rem;
    width: 100%;
  }
}
.u-concept__de {
  background-color: #f7f6f1;
  padding: 13rem 0 17rem;
}
@media (max-width: 834px) {
  .u-concept__de {
    padding: 8rem 0 10rem;
  }
}

.u-concept__de-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.u-concept__de-flex .u-concept__de-flex-img {
  width: 50%;
}
.u-concept__de-flex .u-concept__de-flex-cont {
  margin: 0 6vw 0 5vw;
  width: 45%;
}
.u-concept__de-flex .u-concept__de-flex-cont .f16 {
  margin-top: 2rem;
}

@media (max-width: 834px) {
  .u-concept__de-flex {
    display: block;
    margin: 0 auto 6rem;
    width: 90%;
  }
  .u-concept__de-flex .u-concept__de-flex-img {
    margin-bottom: 2rem;
    width: 100%;
  }
  .u-concept__de-flex .u-concept__de-flex-cont {
    margin: 0;
    width: 100%;
  }
}
.u-concept__de-swiper {
  padding-right: 5vw !important;
  padding-left: calc(50vw - 42%) !important;
}
@media (max-width: 834px) {
  .u-concept__de-swiper {
    padding-left: calc(50vw - 46%) !important;
  }
}

.u-concept__de-swiper .swiper-slide {
  padding: 0 10px;
}
.u-concept__de-swiper .swiper-slide .u-concept__copy-s {
  color: #748faa;
  font-family: "Inter", serif;
  margin: 1rem 0;
}
.u-concept__de-swiper .swiper-slide .u-concept__copy {
  font-weight: 400;
  margin-bottom: 2.4rem;
}
@media (max-width: 1080px) {
  .u-concept__de-swiper .swiper-slide .u-concept__copy {
    font-size: 1.8rem;
  }
}
@media (max-width: 834px) {
  .u-concept__de-swiper .swiper-slide .u-concept__copy {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=concept.css.map */