/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-title-with-two-contents/block-title-with-two-contents.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
.title-with-two-contents {
  display: flex;
  background-color: #141414;
}
.title-with-two-contents.article-full-width .container-article-about-us .article-content-about-us {
  max-width: unset;
}
.title-with-two-contents .container-article-about-us {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 156px 128px;
}
.title-with-two-contents .container-article-about-us.show .article-title-about-us .jt__text {
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate forwards;
}
.title-with-two-contents .container-article-about-us.show .article-content-about-us .article-left-content-about-us,
.title-with-two-contents .container-article-about-us.show .article-content-about-us .article-right-content-about-us {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1320px) {
  .title-with-two-contents .container-article-about-us {
    padding: 120px 128px;
  }
}
@media screen and (max-width: 1000px) {
  .title-with-two-contents .container-article-about-us {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 600px) {
  .title-with-two-contents .container-article-about-us {
    padding: 40px 25px;
  }
}
.title-with-two-contents .container-article-about-us .article-title-about-us {
  align-items: flex-start;
  padding-bottom: 48px;
  max-width: 1325px;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt {
  position: relative;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row {
  display: block;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(1) {
  clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(2) {
  clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(3) {
  clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(4) {
  clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row.jt__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__text {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2.5s 0s cubic-bezier(0.36, 0, 0.06, 1) paused;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(1) .jt__text {
  transform: translateY(-0.1em);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(2) .jt__text {
  transform: translateY(-0.3em) scaleY(1.1);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(3) .jt__text {
  transform: translateY(-0.5em) scaleY(1.2);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(4) .jt__text {
  transform: translateY(-0.7em) scaleY(1.3);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(5) .jt__text {
  transform: translateY(-0.9em) scaleY(1.4);
}
.title-with-two-contents .container-article-about-us .article-title-about-us .jt__row:nth-child(6) .jt__text {
  transform: translateY(-1.1em) scaleY(1.5);
}
@keyframes moveIn {
  50%, 100% {
    transform: translateY(0);
  }
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.title-with-two-contents .container-article-about-us .article-title-about-us .debug .jt__row:nth-child(even) {
  color: #141414;
  background: #fff;
}
.title-with-two-contents .container-article-about-us .article-title-about-us .debug .jt__row:nth-child(odd) {
  color: #fff;
  background: #141414;
}
@media screen and (max-width: 800px) {
  .title-with-two-contents .container-article-about-us .article-title-about-us {
    padding-bottom: 24px;
  }
}
.title-with-two-contents .container-article-about-us .article-content-about-us {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .title-with-two-contents .container-article-about-us .article-content-about-us {
    flex-direction: column;
  }
}
.title-with-two-contents .container-article-about-us .article-content-about-us ul {
  padding-left: 20px;
}
.title-with-two-contents .container-article-about-us .article-content-about-us ul li {
  list-style: disc;
}
.title-with-two-contents .container-article-about-us .article-content-about-us .article-left-content-about-us {
  padding-right: 34px;
  max-width: 820px;
  transform: translateY(100px);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.8s transform 0.5s, 0.8s opacity 0.5s;
}
@media screen and (max-width: 1920px) {
  .title-with-two-contents .container-article-about-us .article-content-about-us .article-left-content-about-us br {
    display: none;
  }
}
.title-with-two-contents .container-article-about-us .article-content-about-us .article-right-content-about-us {
  max-width: 820px;
  transform: translateY(100px);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.8s transform 0.5s, 0.8s opacity 0.5s;
}

@media screen and (min-width: 1921px) {
  .title-with-two-contents .container-article-about-us {
    padding: 8.125vw 6.66667vw;
  }
  .title-with-two-contents .container-article-about-us .article-title-about-us {
    padding-bottom: 2.5vw;
    max-width: 69.01042vw;
  }
  .title-with-two-contents .container-article-about-us .article-content-about-us ul {
    padding-left: 1.04167vw;
  }
  .title-with-two-contents .container-article-about-us .article-content-about-us .article-left-content-about-us {
    padding-right: 1.77083vw;
    max-width: 42.70833vw;
    transform: translateY(5.20833vw);
  }
  .title-with-two-contents .container-article-about-us .article-content-about-us .article-right-content-about-us {
    max-width: 42.70833vw;
    transform: translateY(5.20833vw);
  }
}
