@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#concept .ly_block_type01 {
  margin-bottom: 130px;
}
@media screen and (max-width: 744px) {
  #concept .ly_block_type01 {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
#concept .ly_aboutus_nav {
  margin: 160px 0;
}
@media screen and (max-width: 744px) {
  #concept .ly_aboutus_nav {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
    margin-bottom: 160px;
    margin-bottom: 42.6666666667vw;
  }
}

.un_conceptMsg_ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
.un_conceptMsg_ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.un_conceptMsg_ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_conceptMsg_ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.un_conceptMsg_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .un_conceptMsg_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.un_conceptMsg_cont__left dt {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 880px) {
  .un_conceptMsg_cont__left dt {
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .un_conceptMsg_cont__left dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_conceptMsg_cont__left dd {
  line-height: 3;
}
.un_conceptMsg_cont__left dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * 0.5em);
  content: "";
}
.un_conceptMsg_cont__left dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
  content: "";
}
.un_conceptMsg_cont__left dd p:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .un_conceptMsg_cont__left dd p:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 880px) {
  .un_conceptMsg_cont__right {
    width: 180px;
    width: 23.4375vw;
    margin-bottom: 80px;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 744px) {
  .un_conceptMsg_cont__right {
    width: 180px;
    width: 48vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

.un_conceptCredo {
  overflow-x: hidden;
}
.un_conceptCredo_slide {
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_conceptCredo_slide {
    width: 69.33333vw;
  }
}
.un_conceptCredo_slide .slick-list {
  overflow: visible !important;
}
.un_conceptCredo_slide .slick-slide {
  width: 262px !important;
}
.un_conceptCredo_slide .slick-slide figure {
  display: block;
  margin: 0 2px 0 0;
}
.un_conceptCredo_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3px;
  max-width: 1032px;
  margin: 24px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_conceptCredo_slide .slick-dots {
    width: 89.33334vw;
  }
}
.un_conceptCredo_slide .slick-dots::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #b6b7b4;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
}
.un_conceptCredo_slide .slick-dots li {
  width: 10%;
}
.un_conceptCredo_slide .slick-dots li button {
  display: none;
}
.un_conceptCredo_slide .slick-dots li::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  transition: 0.3s ease-in;
}
.un_conceptCredo_slide .slick-dots li.slick-active::before {
  background: #1e1c1c;
  border-radius: 30px;
}
.un_conceptCredo_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_conceptCredo .ly_block_type01__cont p {
  line-height: 2;
}