@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap");
body {
  background: #404040;
  color: #FFF;
}

div.page-title-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.page-title-area {
    margin-bottom: 250px;
  }
}
div.page-title-area h1 {
  display: block;
  width: 84%;
  position: absolute;
  right: 5%;
  bottom: 0;
  transform: translate(0, 50%);
}
@media screen and (min-width: 768px) {
  div.page-title-area h1 {
    max-width: 422px;
    right: 60px;
  }
}
@media screen and (min-width: 1000px) {
  div.page-title-area h1 {
    max-width: 722px;
    right: 60px;
  }
}
div.page-title-area p {
  width: 72%;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -40%);
}
@media screen and (min-width: 768px) {
  div.page-title-area p {
    width: 70%;
    max-width: 965px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}

/**************************************/
div.sec-title-wrap {
  position: relative;
}
div.sec-title-wrap h2 {
  position: absolute;
  left: 5%;
  top: 0;
  transform: translate(0, -80%);
}
div.sec-title-wrap h2.number01 {
  width: 32%;
}
@media screen and (min-width: 768px) {
  div.sec-title-wrap h2.number01 {
    width: 292px;
  }
}
div.sec-title-wrap h2.number02 {
  width: 34.6%;
}
@media screen and (min-width: 768px) {
  div.sec-title-wrap h2.number02 {
    width: 312px;
    transform: translate(0, -30%);
  }
}
div.sec-title-wrap h2.number03 {
  width: 36.8%;
}
@media screen and (min-width: 768px) {
  div.sec-title-wrap h2.number03 {
    width: 337px;
    transform: translate(0, -60%);
  }
}

h3.sub-copy {
  width: 86%;
  margin: 0 auto;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 2.2em;
  padding: 8% 0 0 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h3.sub-copy {
    font-size: clamp(18px, 2.6vw, 26px);
    max-width: 1000px;
    line-height: 1.6em;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 1280px) {
  h3.sub-copy {
    font-size: clamp(24px, 4vw, 35px);
    max-width: 1000px;
    line-height: 1.6em;
    letter-spacing: 0.3em;
  }
}

p.annotation {
  font-size: clamp(11px, 2vw, 13px);
  width: 86%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  p.annotation {
    max-width: 1000px;
  }
}

/**************************************/
/**************************************/
section.concept--highlight01 {
  margin-top: 30%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight01 {
    margin-top: 250px;
  }
}

ul.concept--highlight01--list {
  width: 86%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  ul.concept--highlight01--list {
    max-width: 1000px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
  }
}
ul.concept--highlight01--list li {
  font-size: clamp(13px, 3vw, 15px);
  line-height: 1.6em;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  ul.concept--highlight01--list li {
    margin-bottom: 0;
    width: 47.5%;
    margin-bottom: 70px;
  }
}
ul.concept--highlight01--list li p {
  margin-top: 3%;
}

/**************************************/
/**************************************/
section.concept--highlight02 {
  width: 100%;
  margin-top: 30%;
}
section.concept--highlight02 h3.sub-copy {
  max-width: 31em;
}

/*concept--highlight02*/
div.highlight02-slider-wrap {
  width: 86%;
  margin: 0 auto;
  margin-top: 12%;
  padding-bottom: 15%;
  /*pc*/
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 120px;
    padding-bottom: 60px;
    overflow: visible;
    /*highlight02-slider-box*/
  }
  div.highlight02-slider-wrap div.highlight02-slider-box {
    display: flex;
    align-items: flex-end;
  }
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-image-box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-image-box {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-txt-box {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-txt-box {
    width: 42%;
    margin-left: 5%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-txt-box h4 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.highlight02-slider-wrap div.highlight02-slider-box div.highlight02-slider-txt-box h4 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
div.highlight02-slider-wrap div.highlight02-slider-txt-box {
  position: relative;
}
div.highlight02-slider-wrap div.highlight02-slider-txt-box h4 {
  margin-top: 5%;
  margin-bottom: 6%;
}
div.highlight02-slider-wrap div.highlight02-slider-txt-box p {
  position: relative;
  z-index: 1;
}
div.highlight02-slider-wrap div.highlight02-slider-txt-box span.bg-txt {
  width: 32%;
  position: absolute;
  right: 0;
  top: 29%;
  opacity: 0.1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap div.highlight02-slider-txt-box span.bg-txt {
    width: 35%;
    top: -30%;
  }
}
@media screen and (min-width: 1000px) {
  div.highlight02-slider-wrap div.highlight02-slider-txt-box span.bg-txt {
    top: -30%;
  }
}
@media screen and (min-width: 1280px) {
  div.highlight02-slider-wrap div.highlight02-slider-txt-box span.bg-txt {
    top: -40%;
  }
}
@media screen and (min-width: 1390px) {
  div.highlight02-slider-wrap div.highlight02-slider-txt-box span.bg-txt {
    top: -60%;
  }
}
div.highlight02-slider-wrap .swiper-pagination {
  line-height: 1em;
  text-align: left;
  padding-left: 1.6em;
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap .swiper-pagination {
    width: 32%;
    text-align: center;
  }
}
div.highlight02-slider-wrap .swiper-pagination span.swiper-pagination-bullet {
  background: none;
  box-sizing: border-box;
  border: solid 2px #FFF;
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap .swiper-pagination span.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
div.highlight02-slider-wrap .swiper-pagination span.swiper-pagination-bullet-active {
  background: #FFF;
}
div.highlight02-slider-wrap .swiper-button-next,
div.highlight02-slider-wrap .swiper-button-prev {
  display: block;
  margin: 0;
  width: 10px;
  height: 15px;
  top: auto;
  bottom: 1.2%;
}
div.highlight02-slider-wrap .swiper-button-next::after,
div.highlight02-slider-wrap .swiper-button-prev::after {
  display: none;
}
div.highlight02-slider-wrap .swiper-button-next {
  right: 65%;
  transform: translate(0%, 0);
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap .swiper-button-next {
    right: 78%;
  }
}
div.highlight02-slider-wrap .swiper-button-next::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 0;
  right: -10px;
  transform: rotate(45deg);
}
div.highlight02-slider-wrap .swiper-button-prev {
  left: 0;
  transform: translate(0%, 0);
}
@media screen and (min-width: 768px) {
  div.highlight02-slider-wrap .swiper-button-prev {
    left: 10%;
  }
}
div.highlight02-slider-wrap .swiper-button-prev::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 0;
  right: -10px;
  transform: rotate(225deg);
}
div.highlight02-slider-wrap .swiper-scrollbar {
  display: none !important;
}

/**************************************/
/**************************************/
section.concept--highlight03 {
  margin-top: 30%;
  /*highlight03-inner01*/
  /*div.highlight03-inner02*/
  /*div.highlight03-inner03*/
  /*div.highlight03-inner04*/
  /*div.highlight03-inner05*/
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 {
    margin-top: 340px;
  }
}
section.concept--highlight03 div.highlight03-inner01 {
  width: 86%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner01 {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
section.concept--highlight03 div.highlight03-inner01 p.sr-logo {
  width: 82%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner01 p.sr-logo {
    max-width: 690px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
section.concept--highlight03 div.highlight03-inner01 h3.sub-copy {
  margin: 0;
  padding: 0;
  margin-top: 80px;
}
section.concept--highlight03 div.highlight03-inner01 p.highlight03-txt01 {
  font-size: clamp(13px, 3vw, 15px);
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner01 p.highlight03-txt01 {
    margin-top: 60px;
    font-size: clamp(14px, 1.6vw, 18px);
    letter-spacing: 0.2em;
    line-height: 2.4em;
  }
}
section.concept--highlight03 div.highlight03-inner01 p.annotation {
  line-height: 1.5em;
  margin: 0;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner01 p.annotation {
    font-size: 10px;
    margin-top: 40px;
  }
}
section.concept--highlight03 div.highlight03-inner02 {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner02 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
  }
}
section.concept--highlight03 div.highlight03-inner02 figure {
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner02 figure {
    width: 50%;
  }
}
section.concept--highlight03 div.highlight03-inner02 p {
  width: 86%;
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner02 p {
    margin: 0;
    width: 42%;
    margin-left: 5%;
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 2.2em;
  }
}
section.concept--highlight03 div.highlight03-inner03 {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner03 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
  }
}
section.concept--highlight03 div.highlight03-inner03 figure {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner03 figure {
    width: 50%;
    margin-left: 0;
    order: 2;
  }
}
section.concept--highlight03 div.highlight03-inner03 p {
  width: 86%;
  margin: 0 auto;
  text-align: right;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner03 p {
    margin: 0;
    width: 45%;
    margin-right: 5%;
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 2.2em;
    order: 1;
  }
}
section.concept--highlight03 div.highlight03-inner04 {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner04 {
    margin-bottom: 0;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 200px;
  }
}
section.concept--highlight03 div.highlight03-inner04 figure {
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner04 figure {
    width: 45.8%;
  }
}
section.concept--highlight03 div.highlight03-inner04 p {
  width: 86%;
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner04 p {
    margin: 0;
    width: 50%;
    margin-left: 4.2%;
    font-size: clamp(18px, 2.6vw, 26px);
    line-height: 2.2em;
    letter-spacing: 0.2em;
  }
}
section.concept--highlight03 div.highlight03-inner04 p span {
  display: block;
  font-size: clamp(11px, 2vw, 13px);
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner04 p span {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 80%);
    letter-spacing: normal;
  }
}
section.concept--highlight03 div.highlight03-inner05 {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 12%;
  border-top: dashed 1px #FFF;
  padding-top: 8%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner05 {
    margin-bottom: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 300px;
    display: flex;
    align-items: center;
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner05 figure {
    width: 45.7%;
  }
}
section.concept--highlight03 div.highlight03-inner05 p {
  width: 86%;
  margin: 0 auto;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.concept--highlight03 div.highlight03-inner05 p {
    width: 48%;
    margin-left: 5%;
    font-size: clamp(11px, 1.8vw, 18px);
    line-height: 2.4em;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 1000px) {
  section.concept--highlight03 div.highlight03-inner05 p {
    letter-spacing: 0.2em;
  }
}

/*concept--highlight02*//*# sourceMappingURL=concept.css.map */