/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.keyword-mv {
  display: grid;
  position: relative;
  place-content: center;
  height: 100svh;
  max-height: 600px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .keyword-mv {
    height: auto;
    padding-block: 10rem 6rem;
  }
}
.keyword-mv .inner {
  position: relative;
  z-index: 1;
}
.keyword-mv .wrap .title {
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyword-mv .wrap .title {
    padding-bottom: 2.5rem;
  }
}
.keyword-mv .wrap .title p.en {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .keyword-mv .wrap .title p.en {
    font-size: 1.4rem;
  }
}
.keyword-mv .wrap .title p.ja {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .keyword-mv .wrap .title p.ja {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 0.5rem;
  }
}
.keyword-mv .wrap .title::after {
  content: "";
  position: absolute;
  left: calc(50% - 6rem);
  bottom: 0;
  height: 0.4rem;
  width: 12rem;
  background-color: var(--main);
  display: block;
}
@media screen and (max-width: 767px) {
  .keyword-mv .wrap .title::after {
    width: 5rem;
    height: 0.2rem;
    left: calc(50% - 2.5rem);
  }
}
.keyword-mv .wrap p.readText {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .keyword-mv .wrap p.readText {
    margin-top: 3rem;
  }
}

/*------------------------------*/
.keyword-item .inner.is-shown .title p.main span,
.keyword-item .item-wrap.is-shown .title p.main span {
  translate: 0 0;
}
.keyword-item .item-wrap .num {
  font-size: 2.1rem;
  font-weight: 700;
  color: #a8b1b4;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap .num {
    font-size: 1.4rem;
  }
}
.keyword-item .item-wrap .title {
  font-style: italic;
  font-weight: 600;
  margin-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #dedede;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap .title {
    padding-bottom: 1.5rem;
  }
}
.keyword-item .item-wrap .title > div {
  display: flex;
  align-items: flex-end;
}
.keyword-item .item-wrap .title > div + div {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap .title > div + div {
    margin-top: 0.6rem;
  }
}
.keyword-item .item-wrap .title p.sub {
  font-size: 4.8rem;
  line-height: 1.1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap .title p.sub {
    font-size: 2.4rem;
  }
}
.keyword-item .item-wrap .title p.main {
  font-size: 6.8rem;
  line-height: 1.15;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-inline: 0.6rem 2rem;
  height: 1lh;
  background-color: var(--main);
  color: #fff;
  overflow-y: clip;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap .title p.main {
    font-size: 3.4rem;
    padding-inline: 0.3rem 1rem;
  }
}
.keyword-item .item-wrap .title p.main span {
  display: inline-block;
  translate: 0 100%;
  transition: translate 1.2s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.keyword-item .item-wrap p.readText {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .keyword-item .item-wrap p.readText {
    margin-top: 2rem;
  }
}
.keyword-item.item01 {
  padding-bottom: 10rem;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyword-item.item01 {
    padding-bottom: 20rem;
  }
}
.keyword-item.item01:has(.item-wrap.is-shown) .image-wrap img {
  translate: 0 0;
}
.keyword-item.item01 .item-wrap p.readText {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .keyword-item.item01 .item-wrap p.readText {
    width: 100%;
  }
}
.keyword-item.item01 .image-wrap {
  position: absolute;
  height: 100%;
  width: calc(50% - 8rem);
  max-width: calc(800px - 8rem);
  left: calc(50% + 8rem);
  bottom: 0;
  -webkit-clip-path: polygon(0 -100%, 200% -100%, 200% 100%, 0 100%);
          clip-path: polygon(0 -100%, 200% -100%, 200% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .keyword-item.item01 .image-wrap {
    height: 12rem;
    width: 60%;
    left: 40%;
  }
}
.keyword-item.item01 .image-wrap img {
  width: 65%;
  position: absolute;
  transition: translate 2.4s cubic-bezier(0.23, 1, 0.32, 1);
  translate: 0 100%;
}
.keyword-item.item01 .image-wrap img:nth-child(1) {
  left: 0;
  bottom: -18rem;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .keyword-item.item01 .image-wrap img:nth-child(1) {
    bottom: -5.5rem;
  }
}
.keyword-item.item01 .image-wrap img:nth-child(2) {
  left: 40%;
  bottom: 0;
  transition-delay: 0.6s;
}
.keyword-item.item02 {
  position: relative;
  padding-block: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .keyword-item.item02 {
    padding-block: 4rem;
  }
}
.keyword-item.item02.is-shown .image img {
  filter: blur(0.4rem) grayscale(1) brightness(0.4);
}
.keyword-item.item02.is-shown .image::after {
  opacity: 1;
}
.keyword-item.item02 .inner {
  position: relative;
}
.keyword-item.item02 .item-wrap .num {
  text-align: center;
  color: #fff;
}
.keyword-item.item02 .item-wrap .title {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .keyword-item.item02 .item-wrap .title {
    padding-bottom: 1rem;
  }
}
.keyword-item.item02 .item-wrap .title > div {
  justify-content: center;
}
.keyword-item.item02 .item-wrap .title p.sub {
  color: #fff;
}
.keyword-item.item02 .item-wrap p.readText {
  color: #fff;
}
.keyword-item.item02 .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-top: 3rem;
  margin-inline: auto 0;
  color: #fff;
  width: 17rem;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .keyword-item.item02 .arrow-wrap {
    width: 12rem;
    margin-top: 4rem;
  }
}
.keyword-item.item02 .arrow-wrap p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .keyword-item.item02 .arrow-wrap p {
    font-size: 1.2rem;
  }
}
.keyword-item.item02 .arrow-wrap .arrow {
  border-radius: 100vmax;
  border: 0.1rem solid currentColor;
  width: 3.6rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .keyword-item.item02 .arrow-wrap .arrow {
    width: 2.8rem;
  }
}
.keyword-item.item02 .image {
  position: absolute;
  inset: -0.5rem;
}
.keyword-item.item02 .image img {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 1s ease;
}
.keyword-item.item02 .image::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-color: #e5eef5;
  mix-blend-mode: color;
  opacity: 0;
  transition: opacity 1s ease;
}
.keyword-item.item03 {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyword-item.item03 {
    margin-top: 4rem;
  }
}
.keyword-item.item03 .item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7rem;
}
@media screen and (max-width: 767px) {
  .keyword-item.item03 .item-wrap {
    position: static;
  }
}
.keyword-item.item03 .item-wrap p.readText {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .keyword-item.item03 .item-wrap p.readText {
    width: 100%;
  }
}
.keyword-item.item03 .image {
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  width: calc(50% - 8rem);
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .keyword-item.item03 .image {
    margin-top: 3rem;
    width: 80%;
  }
}
.keyword-item.item04 {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .keyword-item.item04 {
    margin-top: 4rem;
  }
}
.keyword-item.item04 .item-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7rem;
}
@media screen and (max-width: 767px) {
  .keyword-item.item04 .item-wrap {
    position: static;
  }
}
.keyword-item.item04 .item-wrap p.readText {
  width: 50%;
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .keyword-item.item04 .item-wrap p.readText {
    width: 100%;
  }
}
.keyword-item.item04 .item-wrap .num {
  text-align: right;
}
.keyword-item.item04 .item-wrap .title > div {
  justify-content: flex-end;
}
.keyword-item.item04 .image {
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  width: calc(50% - 8rem);
  margin-inline: 0 auto;
}
@media screen and (max-width: 767px) {
  .keyword-item.item04 .image {
    width: 80%;
    margin-top: 3rem;
  }
}
.keyword-item.item05 {
  margin-top: 10rem;
  padding-top: 8rem;
  background-color: var(--main);
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}
.keyword-item.item05 .item-wrap .num {
  text-align: center;
  color: #fff;
}
.keyword-item.item05 .item-wrap .title {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .item-wrap .title {
    padding-bottom: 1rem;
  }
}
.keyword-item.item05 .item-wrap .title > div {
  justify-content: center;
}
.keyword-item.item05 .item-wrap .title p.sub {
  color: #fff;
}
.keyword-item.item05 .item-wrap .title p.main {
  background-color: #fff;
  color: var(--main);
}
.keyword-item.item05 .item-wrap p.readText {
  color: #fff;
}
.keyword-item.item05 .link-wrap {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .link-wrap {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.keyword-item.item05 .link-wrap a {
  position: relative;
  display: block;
  background-color: #fff;
}
.keyword-item.item05 .link-wrap a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to top, rgba(9, 17, 39, 0.4392156863) 0%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .link-wrap a::after {
    background-image: linear-gradient(to top, #091127 0%, transparent 100%);
  }
}
.keyword-item.item05 .link-wrap a .arrow-wrap {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .link-wrap a .arrow-wrap {
    right: 1rem;
    padding-bottom: 0.6rem;
  }
}
.keyword-item.item05 .link-wrap a .arrow-wrap p {
  font-size: 1.4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .link-wrap a .arrow-wrap p {
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
}
.keyword-item.item05 .link-wrap a .arrow-wrap .arrow {
  border-radius: 100vmax;
  border: 0.1rem solid currentColor;
  width: 3.6rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .keyword-item.item05 .link-wrap a .arrow-wrap .arrow {
    width: 2.4rem;
  }
  .keyword-item.item05 .link-wrap a .arrow-wrap .arrow .hoverArrow {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=keyword.css.map */