/* Scss Document */
.content {
  padding: 8rem 0;
}
@media only screen and (max-width: 640px) {
  .content {
    padding: calc(80 / 760 * 100vw) 0 calc(100 / 760 * 100vw);
  }
}
.content-wrapper {
  overflow: clip;
}

.inner {
  padding: 0 3rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 calc(30 / 760 * 100vw);
  }
}

.concept-fv {
  padding-top: 0;
}
.concept-fv-title .en {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 25rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .concept-fv-title .en {
    font-size: calc(70 / 760 * 100vw);
    line-height: 2.5em;
  }
}
.concept-fv-lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .concept-fv-lead {
    font-size: calc(32 / 760 * 100vw);
  }
}
.concept-fv-text {
  margin-top: 2em;
  font-size: 2rem;
  line-height: 2.25;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .concept-fv-text {
    font-size: calc(25 / 760 * 100vw);
  }
}
.concept-story-lttl .en {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .concept-story-lttl .en {
    font-size: calc(70 / 760 * 100vw);
  }
}
.concept-story-mttl {
  position: relative;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30rem;
}
@media only screen and (max-width: 640px) {
  .concept-story-mttl {
    font-size: calc(36 / 760 * 100vw);
    line-height: calc(280 / 760 * 100vw);
    text-align: center;
  }
}
.concept-story-mttl .point {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-54%);
  color: rgba(0, 0, 0, 0.1);
  font-size: 28.6rem;
  font-weight: 500;
  font-family: noto serif jp;
}
@media only screen and (max-width: 640px) {
  .concept-story-mttl .point {
    font-size: calc(220 / 760 * 100vw);
  }
}
.concept-block {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 640px) {
  .concept-block {
    display: block;
    margin-bottom: 0;
  }
}
.concept-item {
  width: 57rem;
}
@media only screen and (max-width: 640px) {
  .concept-item {
    width: 100%;
    margin-bottom: calc(100 / 760 * 100vw);
  }
}
.concept-text {
  margin-top: 1.5em;
  line-height: 2.25;
}
.concept-introduction {
  padding: 0;
}
.concept-introduction .introduction-01 figure {
  width: 71.6rem;
  margin-right: -14.6rem;
}
@media only screen and (max-width: 640px) {
  .concept-introduction .introduction-01 figure {
    width: 100%;
    margin-right: 0;
    margin-left: calc(100 / 760 * 100vw);
  }
}
.concept-introduction .introduction-02 figure {
  width: 89.4rem;
  margin-left: -43rem;
}
@media only screen and (max-width: 640px) {
  .concept-introduction .introduction-02 figure {
    width: 100%;
    margin-left: calc(-100 / 760 * 100vw);
  }
}
.concept-development {
  padding-top: 0;
}
.concept-development .concept-story-mttl {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .concept-development .concept-story-mttl {
    text-align: center;
  }
}
.concept-development .concept-story-mttl .point {
  right: 0;
  left: auto;
}
.concept-development .concept-block.block02 {
  align-items: flex-end;
}
.concept-development .development-01 figure {
  width: 64.5rem;
  margin-left: -12rem;
}
@media only screen and (max-width: 640px) {
  .concept-development .development-01 figure {
    width: 100%;
    margin-left: calc(-100 / 760 * 100vw);
  }
}
.concept-development .development-02 figure {
  width: 60.2rem;
  margin-top: 17.5rem;
  margin-right: -10rem;
}
@media only screen and (max-width: 640px) {
  .concept-development .development-02 figure {
    width: 100%;
    margin-top: calc(100 / 760 * 100vw);
    margin-right: 0;
    margin-left: calc(100 / 760 * 100vw);
  }
}
.concept-development .development-03 {
  width: 60.2rem;
  margin-right: -10rem;
}
@media only screen and (max-width: 640px) {
  .concept-development .development-03 {
    width: 100%;
    margin-right: 0;
    margin-left: calc(100 / 760 * 100vw);
  }
}
.concept-twist {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .concept-twist .concept-story-mttl .point {
    left: 0;
  }
}
.concept-twist .concept-block.block01 {
  margin-bottom: 17.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-twist .concept-block.block01 {
    margin-bottom: 0;
  }
}
.concept-twist .concept-block.block02 {
  align-items: flex-start;
}
.concept-twist .twist-01 figure {
  width: 86.5rem;
  margin-top: 8.5rem;
  margin-left: -35.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-twist .twist-01 figure {
    width: 100%;
    margin-top: calc(100 / 760 * 100vw);
    margin-left: calc(-100 / 760 * 100vw);
  }
}
.concept-twist .twist-02 figure {
  width: 60.6rem;
  margin-top: -5rem;
  margin-right: -11rem;
}
@media only screen and (max-width: 640px) {
  .concept-twist .twist-02 figure {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: calc(100 / 760 * 100vw);
  }
}
.concept-twist .twist-03 figure {
  width: 70rem;
  margin-left: -18.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-twist .twist-03 figure {
    width: 100%;
    margin-left: calc(-60 / 760 * 100vw);
  }
}
.concept-twist .twist-04 {
  margin-top: -13.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-twist .twist-04 {
    margin-top: calc(100 / 760 * 100vw);
  }
}
.concept-twist .twist-04 figure {
  width: 50.3rem;
  margin-bottom: 5rem;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .concept-twist .twist-04 figure {
    width: 100%;
  }
}
.concept-conclusion {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion {
    padding-bottom: 0;
  }
}
.concept-conclusion .concept-story-mttl {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .concept-story-mttl {
    text-align: center;
  }
}
.concept-conclusion .concept-story-mttl .point {
  right: 0;
  left: auto;
}
.concept-conclusion .concept-block.block02 {
  align-items: flex-end;
  margin-top: -14.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .concept-block.block02 {
    margin-top: 0;
  }
}
.concept-conclusion .conclusion-01 {
  margin-top: 8rem;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .conclusion-01 {
    margin-top: calc(100 / 760 * 100vw);
  }
}
.concept-conclusion .conclusion-01 figure {
  width: 82.2rem;
  margin-left: -30.7rem;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .conclusion-01 figure {
    width: 100%;
    margin-left: calc(-100 / 760 * 100vw);
  }
}
.concept-conclusion .conclusion-02 {
  width: 52rem;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .conclusion-02 {
    width: 100%;
  }
}
.concept-conclusion .conclusion-02 figure {
  margin-right: -8.5rem;
}
@media only screen and (max-width: 640px) {
  .concept-conclusion .conclusion-02 figure {
    width: 100%;
    margin-left: calc(100 / 760 * 100vw);
  }
}
.concept-ending .ending-img {
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-right: calc(-110 / 1920 * 100vw);
  margin-left: calc(-110 / 1920 * 100vw);
  margin-bottom: 9rem;
}
@media only screen and (max-width: 1200px) {
  .concept-ending .ending-img {
    margin-right: -51.5rem;
    margin-left: -51.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .concept-ending .ending-img {
    margin-right: calc(-330 / 760 * 100vw);
    margin-left: calc(-330 / 760 * 100vw);
    margin-bottom: calc(100 / 760 * 100vw);
  }
}
.concept-ending .ending-img li {
  width: calc(713 / 1920 * 100vw);
  margin: 0 calc(10 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .concept-ending .ending-img li {
    width: 71.3rem;
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .concept-ending .ending-img li {
    width: calc(450 / 760 * 100vw);
    margin: 0 calc(10 / 760 * 100vw);
  }
}
.concept-ending .ending-img li img {
  width: 100%;
}
.concept-ending .ending-text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .concept-ending .ending-text {
    font-size: calc(24 / 760 * 100vw);
  }
}
.concept_nav {
  padding: 0 0 8rem;
}
@media only screen and (max-width: 640px) {
  .concept_nav {
    padding-bottom: calc(100 / 760 * 100vw);
  }
}
.concept_nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .concept_nav ul {
    flex-wrap: wrap;
  }
}
.concept_nav li {
  width: 26rem;
}
@media only screen and (max-width: 640px) {
  .concept_nav li {
    width: 48%;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .concept_nav li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.concept_nav li.nolink a {
  pointer-events: none;
  background: none;
  opacity: 0.6;
}
.concept_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: 7.5rem;
  border: #CCC 1px solid;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  position: relative;
  overflow: hidden;
  background: url(../img/common/arrow_k_r.png) no-repeat right 1em center;
  background-size: 2rem auto;
}
@media only screen and (max-width: 640px) {
  .concept_nav li a {
    width: 100%;
    height: calc(80 / 760 * 100vw);
    font-size: calc(24 / 760 * 100vw);
    background: url(../img/common/arrow_k_r.png) no-repeat right calc(20 / 760 * 100vw) center;
    background-size: calc(30 / 760 * 100vw);
  }
}
.concept_nav li a span {
  position: relative;
  color: #000;
  z-index: 1;
  transition: color 0.5s ease;
}
.concept_nav li a::after {
  content: "";
  position: absolute;
  background: #000 url(../img/common/arrow_w_r.png) no-repeat right 1em center;
  background-size: 2rem auto;
  width: 101%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .concept_nav li a::after {
    background: #000 url(../img/common/arrow_w_r.png) no-repeat right calc(20 / 760 * 100vw) center;
    background-size: calc(30 / 760 * 100vw);
  }
}
.concept_nav li a:hover {
  opacity: 1;
}
.concept_nav li a:hover span {
  color: #fff;
}
.concept_nav li a:hover::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}/*# sourceMappingURL=concept.css.map */