/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
keywords
------------------------------*/
.mv_wrap > p {
  font-size: 8rem;
  font-weight: 500;
  margin-left: -0.0625em;
  letter-spacing: -0.02em;
  margin-top: var(--leading-trim);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv_wrap > p {
    font-size: 5.4rem;
  }
}
.mv_wrap > p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-left: 1.6rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .mv_wrap > p::after {
    margin-right: 0;
  }
}
.mv_wrap h1 {
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mv_wrap h1 {
    margin-top: 1rem;
  }
}

.keyword_item {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyword_item {
    width: 100%;
  }
}
.keyword_item-number {
  position: absolute;
  z-index: 0;
  right: 3rem;
  bottom: -0.05lh;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #eff1f4;
  font-size: 18rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .keyword_item-number {
    right: 2rem;
  }
}
.keyword_item-number.even {
  color: #eaedef;
}
.keyword_item-wrap {
  padding-right: 6rem;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .keyword_item-wrap {
    padding-right: 0;
  }
}
.keyword_item-wrap > span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .keyword_item-wrap > span {
    line-height: 1.6;
  }
}
.keyword_item-wrap h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--color-sub02);
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-style: italic;
  margin-left: -0.03em;
  margin-block: var(--leading-trim);
  padding-block: 1rem 0.6rem;
}
.keyword_item-wrap h2 > span {
  margin-left: -0.1em;
}
.keyword_item-wrap h2.en {
  font-size: 5.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .keyword_item-wrap h2.en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .keyword_item-wrap h2 {
    font-size: 4rem;
    white-space: nowrap;
  }
}
.keyword_item-wrap > p {
  line-height: 1.75;
  margin-block: var(--leading-trim);
  text-align: justify;
  padding-top: 3rem;
  font-feature-settings: "palt";
  font-size: 1.6rem;
}
.keyword_item-wrap > p strong {
  color: rgb(229, 6, 6);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .keyword_item-wrap > p {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
.keyword_item-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.keyword_item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .keyword_item-image {
    width: 100%;
    margin-top: 2.5rem;
  }
}

#left_mv {
  background: url("../../images/keywords/keywords_mv02.jpg") no-repeat right center/cover;
}
#left_mv .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #left_mv .sp {
    display: block;
    text-align: justify;
    font-feature-settings: "palt";
    color: #fff;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 6rem;
    line-height: 1.8;
  }
}
#left_01 .sp, #left_02 .sp, #left_03 .sp, #left_04 .sp, #left_05 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #left_01 .sp, #left_02 .sp, #left_03 .sp, #left_04 .sp, #left_05 .sp {
    content: "";
    display: block;
    height: 40%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #left_01 .sp {
    background: url("../../images/keywords/keywords_image01.jpg") no-repeat center center/cover;
  }
  #left_02 .sp {
    background: url("../../images/keywords/keywords_image02.jpg") no-repeat center center/cover;
  }
  #left_03 .sp {
    background: url("../../images/keywords/keywords_image03.jpg") no-repeat center center/cover;
  }
  #left_04 .sp {
    background: url("../../images/keywords/keywords_image04.jpg") no-repeat center center/cover;
  }
  #left_05 .sp {
    background: url("../../images/keywords/keywords_image05.jpg") no-repeat center center/cover;
  }
}

#right_mv {
  background: url("../../images/keywords/keywords_mv01.jpg") no-repeat left center/cover;
}

.left_inner {
  margin-left: auto;
  margin-right: 0;
  max-width: 550px;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .left_inner {
    padding-inline: 2rem;
    margin-inline: auto;
    max-width: none;
    padding-top: 1.6rem;
    height: 60%;
  }
}
.left_inner .mv_wrap {
  color: #fff;
}
.left_inner .mv_wrap > p {
  font-size: 8rem;
  font-weight: 500;
  margin-left: -0.0625em;
  letter-spacing: -0.02em;
  margin-top: var(--leading-trim);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .left_inner .mv_wrap > p {
    font-size: 5.4rem;
  }
}
.left_inner .mv_wrap > p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-left: 1.6rem;
}
.left_inner .mv_wrap h1 {
  font-weight: 700;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .left_inner .mv_wrap h1 {
    margin-top: 1rem;
  }
}

.right_inner {
  margin-left: 0;
  margin-right: auto;
  max-width: 550px;
  padding-right: 2rem;
}
.right_inner p {
  padding-left: 4rem;
  line-height: 2;
  margin-block: var(--leading-trim);
  text-align: justify;
  font-feature-settings: "palt";
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ms-left {
    width: 100% !important;
  }
  .ms-right {
    display: none !important;
  }
  #multiscroll-nav {
    right: 10px !important;
  }
}
.header {
  background-color: transparent !important;
}
/*# sourceMappingURL=keywords.css.map */