@keyframes lightUp {
  0% {
    opacity: 0;
  }
  0.5% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  4.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-keyword {
  padding-bottom: 126px;
}
@media (max-width: 750px) {
  .p-keyword {
    padding-bottom: 120px;
  }
}
.p-keyword__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-keyword__subtitle {
  margin-top: 12px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translateX(-20px);
  opacity: 0;
}
.on-load .p-keyword__subtitle {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
@media (max-width: 750px) {
  .p-keyword__subtitle {
    margin-top: 10px;
    font-size: 14px;
  }
}
.p-keyword__body {
  margin-top: 65px;
}
@media (max-width: 750px) {
  .p-keyword__body {
    margin-top: 38px;
  }
}
.p-keyword__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .p-keyword__list {
    width: 93.5%;
    margin: 0 auto;
  }
}
.p-keyword__list-item {
  width: 48.4%;
}
@media (max-width: 750px) {
  .p-keyword__list-item {
    width: 100%;
  }
}
.p-keyword__list-item:nth-child(even) {
  margin-left: 3.2%;
}
@media (max-width: 750px) {
  .p-keyword__list-item:nth-child(even) {
    margin-left: 0;
  }
}
.p-keyword__list-item:nth-child(n+3) {
  margin-top: 61px;
}
@media (max-width: 750px) {
  .p-keyword__list-item:nth-child(n+2) {
    margin-top: 31px;
  }
}

.p-keyword_item__head {
  position: relative;
  width: 100%;
  padding-bottom: 31px;
}
@media (max-width: 750px) {
  .p-keyword_item__head {
    padding-bottom: 15px;
  }
}
[data-lang=en] .p-keyword_item__head {
  padding-bottom: 24px;
}
@media (max-width: 750px) {
  [data-lang=en] .p-keyword_item__head {
    padding-bottom: 15px;
  }
}
.p-keyword_item__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  height: 2px;
  background: var(--color-white);
  transform: scaleX(0);
  transform-origin: right center;
}
.on-load .p-keyword_item__head::before {
  transform: scaleX(1);
  transition: transform 1.1s cubic-bezier(0.83, 0, 0.17, 1) 1.45s;
}
.on-load[data-lang=en] .p-keyword_item__head::before {
  transition-delay: 1.15s;
}
@media (max-width: 750px) {
  .p-keyword_item__head::before {
    height: 1px;
  }
}
.p-keyword_item__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -1px;
  transform: translateY(50%);
  width: 6px;
  height: 7px;
  background: var(--color-white);
  opacity: 0;
}
.on-load .p-keyword_item__head::after {
  animation: lightUp 7s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
}
.on-load[data-lang=en] .p-keyword_item__head::after {
  animation-delay: 0.9s;
}
@media (max-width: 750px) {
  .p-keyword_item__head::after {
    width: 3px;
    height: 4px;
  }
}
.p-keyword_item__heading {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transform: translateX(15px);
  opacity: 0;
}
.on-load .p-keyword_item__heading {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 2.05s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 2.05s;
}
.on-load[data-lang=en] .p-keyword_item__heading {
  transition-delay: 1.75s;
}
@media (max-width: 750px) {
  .p-keyword_item__heading {
    font-size: 19px;
  }
}
.p-keyword_item__body {
  width: 100%;
  padding-top: 20px;
  transform: translateX(15px);
  opacity: 0;
}
.on-load .p-keyword_item__body {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 2.05s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 2.05s;
}
.on-load[data-lang=en] .p-keyword_item__body {
  transition-delay: 1.75s;
}
@media (max-width: 750px) {
  .p-keyword_item__body {
    padding-top: 14px;
  }
}
.p-keyword_item__description {
  line-height: 2.1;
  letter-spacing: -0.024em;
}
@media (max-width: 750px) {
  .p-keyword_item__description {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
[data-lang=en] .p-keyword_item__description {
  line-height: 1.5;
}
.p-keyword_item__feature {
  margin-top: 16px;
}
@media (max-width: 750px) {
  .p-keyword_item__feature {
    margin-top: 20px;
  }
}