@charset "UTF-8";
/*
Please Write this css !
*/

.topicpath {
  position: relative;
  z-index: 100;
  margin-top: 0;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -4rem;
}
.topicpath li {
  color: #fff;
}

.topicpath li.is-here {
  color: #fff;
}
.sec-concept .swiper-slide {
  height: auto !important;
}

.topicpath li + li:before {
  color: #fff;
}

main .sec-concept .concept-swiper .swiper-slide .txt-box hgroup h3 {
  text-transform: none;
}

.sec-concept.ls-uni::after {
  content: none;
}

main .sec-concept.ls-uni .concept .txt-box h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic,
    "Original Yu Gothic", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 1.32;
  margin-bottom: 2rem;
}

main .sec-uni .torso-area .txt-box .item-ttl.new-icon {
  position: relative;
}

main .sec-uni .torso-area .txt-box .item-ttl.new-icon::before {
  content: "NEW";
  position: absolute;
  font-family: Barlow Condensed, sans-serif;
  line-height: 0.9;
  display: block;
  color: #fff;
  background: rgb(216, 18, 18);
}

.column.model {
  border-left: 0.2em solid #d4b79a;
  padding-left: 1.5rem;
}

.column.model h3 {
  font-weight: 400;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.column.model dl dt {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}

.column.model dl dd {
  text-align: justify;
  letter-spacing: 0.15rem;
  line-height: 1.72;
  font-size: 1.1rem;
}

/*Only PC*/
@media screen and (min-width: 768px) {
  main section .sec-ttl {
    top: 125px;
  }

  main .sec-concept.ls-uni .concept .txt-box h3 {
    font-size: 3.2rem;
  }

  main .sec-uni .torso-area .txt-box .item-ttl.new-icon::before {
    right: 0;
    top: 0.5rem;
    font-size: 3.6rem;
    padding: 0.8rem 1.6rem;
    border-radius: 0.8rem;
  }
}

/*Only SP*/
@media screen and (max-width: 767px) {
  main section .sec-ttl {
    top: 90px;
  }
  .topicpath {
    display: none;
  }
  main .sec-concept.ls-uni .concept .txt-box h3 {
    font-size: 6vw;
  }
  main .sec-uni .torso-area .txt-box .item-ttl.new-icon::before {
    right: 0;
    top: 0.8rem;
    font-size: 3.2rem;
    padding: 0.4rem 1.2rem;
    border-radius: 0.4rem;
  }

  .column.model dl dt span {
    display: block;
    font-size: 1.1rem;
  }
}
