@charset "UTF-8";
/* ================================================
*
*     0-1. base
*     0-2. variables
*     0-3. common

*     1-1. header
*     1-2. footer

*     TOP PAGE
*     2-1. mv
*     2-2. message
*     2-3. recruitment
*     2-4. service
*     2-5. data
*     2-6. benefit
*     2-7. interview
*
*     3. Page greeting
*     4. Page job
*     5. Page data
*     6. Archive interview
*     7. Page benefit system
*     8. Page entry
*     9. Page training
*
*     10. Single
*
================================================ */
/* ================================================
0-1. base
================================================ */
html,
body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

/* Arkheのスタイル調整 */
.l-content__body {
    margin-top: 0;
}
.home .l-content__body {
    margin: 0;
}
.home .l-container {
    padding-inline: 0 !important;
    max-width: none !important;
}
.l-wrapper {
    padding-top: var(--nk-header-height);
}
.p-fixBtnWrap {
    display: none !important;
}
.l-header .c-headLogo__img {
    display: block;
}
.p-breadcrumb {
    display: none;
}

/* ================================================
0-2. variables
================================================ */
:root {
  --nk-main-color: #2837a9;
  --nkr-main-color: #0051dc;

  --nk-header-height: 40px;
  --ark-font_family: 'Noto Sans JP', sans-serif;
}
@media (min-width: 600px) {
    :root {
        --nk-header-height: 50px;
    }
}
@media (min-width: 1000px) {
    :root {
        --nk-header-height: 68px;
    }
}
@media (min-width: 1300px) {
    :root {
        --nk-header-height: 78px;
    }
}
@media (min-width: 1800px) {
    :root {
        --nk-header-height: 88px;
    }
}

@font-face {
    font-family: 'reross';
    src: url(../fonts/Reross_Quadratic.woff) format("woff");
}

/* ================================================
0-3. common
================================================ */
.nkr-section-head {
  text-align: center;
}
.nkr-section-head img {
  display: block;
  height: clamp(14px, 2vw, 37px);
  object-fit: contain;
}
.nkr-section-head span {
  font-size: clamp(14px, 1.5vw, 28.8px);
  line-height: 2.5;
}
.nkr-link {
  font-size: clamp(0.8em, 1.2vw, 1em);
  margin-top: 2.3em;
}
.nkr-link a {
  background-color: var(--nk-main-color);
  color: #fff;
  display: inline-block;
  padding: 1.8em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 240px;
}
@media (min-width: 1000px) {
  .nkr-link a {
    width: 300px;
  }
}
.nkr-link a:hover {
  background-color: var(--nkr-main-color);
}
.nkr-link a::before, .nkr-link a::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
}
.nkr-link a::before {
  right: 5%;
  top: 50%;
  transition: width 0.3s;
  translate: 0 -50%;
  width: 25%;
}
.nkr-link a::after {
  right: 5%;
  top: 49%;
  transform: rotate(40deg);
  transform-origin: right 50%;
  width: 7px;
}

.nkr-box_links-body {
    margin-top: clamp(40px, 3.96vw, 76px);
    margin-inline: auto;
    max-width: 750px;
}
@media (min-width: 1200px) {
    .nkr-box_links-body {
        margin-inline: 12.5%;
        max-width: none;
    }
}
.nkr-box_links-body img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.nkr-box_links-body a {
    border-radius: clamp(3px, 1.2vw, 22px);
    display: block;
    transition: scale .3s;
}
.nkr-box_links-body a:hover {
    scale: 1.03;
}
.nkr-box_links-wrap {
    aspect-ratio: 100 / 100;
    position: relative;
    width: 100%;
}
@media (min-width: 800px) {
    .nkr-box_links-wrap {
        aspect-ratio: 1193.5 / 524;
    }
}
.nkr-box_links-job {
    aspect-ratio: 1626 / 1056;
    left: 0;
    position: absolute;
    top: 0;
}
@media (min-width: 800px) {
    .nkr-box_links-job {
        height: 100%;
    }
}
.nkr-box_links-contact {
    aspect-ratio: 747 / 513;
    bottom: 0;
    height: 33.7%;
    left: 0;
    position: absolute;
}
@media (min-width: 800px) {
    .nkr-box_links-contact {
        bottom: auto;
        height: 48%;
        left: auto;
        top: 0;
        right: 0;
        position: absolute;
    }
}
.nkr-box_links-benefit {
    aspect-ratio: 747 / 513;
    bottom: 0;
    height: 33.7%;
    right: 0;
    position: absolute;
}
@media (min-width: 800px) {
    .nkr-box_links-benefit {
        height: 48%;
    }
}
.nkr-box_links-data {
    margin-top: 1.8%;
}
/* ================================================
1-1. header
================================================ */

/* Arkhe headerのスタイル編集 */

.l-header {
    background-color: #fff !important;
    color: #000;
    transition: box-shadow .5s;
}
[data-scrolled=true] .l-header {
    box-shadow: 0px 5px 30px 0px #55555550;
}
.home .l-header {
    background-color: #ffffffdd !important;
}
@media (min-width: 1000px) {
    .l-header {
        padding-inline: max(calc((100vw - 1540px) / 2), 2vw);
    }
}
@media (min-width: 1300px) {
    .l-header {
        padding-inline: max(calc((100vw - 1540px) / 2), 6.3vw);
    }
}
.l-header .l-container {
    padding-inline: 0;
    max-width: none;
}
.l-header__body {
    margin-inline: auto;
    height: var(--nk-header-height);
}
.l-header__body .l-header__logo > .c-headLogo {
    height: 25px;;
}
@media (min-width: 600px) {
    .l-header__body .l-header__logo > .c-headLogo {
        height: 33px;;
    }
}
@media (min-width: 1000px) {
    .l-header__body .l-header__logo > .c-headLogo {
        height: 40px;;
    }
}
.l-header__body .c-gnav {
    padding-top: 1em;
}
.c-gnav__li > .c-gnav__a {
    font-size: max(10px, 0.9vw);
    font-weight: 700;
    letter-spacing: .01em;
    padding: 0 1vw;
}
@media (min-width: 1000px) {
    .c-gnav__li > .c-gnav__a {
        padding-inline: min(0.5vw, 20px);
    }
}
@media (min-width: 1800px) {
    .c-gnav__li > .c-gnav__a {
        font-size: 1.3em;
    }
}
.c-drawerNav__li > .c-drawerNav__a,
.p-drawer__close {
    font-weight: 700;
}
.l-header__body .u-flex--c {
	justify-content: start;
}
.nkr-header-icons {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-bottom: var(--ark-nav-padding--Y);
    padding-top: 30px;
}
@media (min-width: 1000px) {
    .nkr-header-icons {
        padding-bottom: 0;
        padding-top: 1em;
        padding-left: 20px;
    }
}
@media (min-width: 1300px) {
    .nkr-header-icons {
        padding-left: 25px;
    }
}
.nkr-header-icon a {
    display: block;
    height: 35px;
    margin-inline: auto;
}
@media (min-width: 1300px) {
    .nkr-header-icon a {
        display: block;
        height: 40px;
    }
}
.nkr-header-icon a img {
    object-fit: contain;
    height: 100%;
	width: auto;
}

/* ================================================
1-2. footer
================================================ */

.l-footer {
    padding-top: 15%;
    padding-inline: max(calc((100vw - 1600px) / 2), 6.3vw);
    position: relative;
}
@media (min-width: 600px) {
    .l-footer {
        padding-top: 35px;
    }
}
.l-footer::before {
    background-color: #22b5ff;
    bottom: 0;
    content: '';
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%);
    display: block;
    height: 75%;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -5;
}
@media (min-width: 600px) {
    .l-footer::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
        height: 100%;
        width: 56%;
    }
}
@media (min-width: 800px) {
    .l-footer::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
        width: 71%;
    }
}
@media (min-width: 1000px) {
    .l-footer::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%);
        width: 74%;
    }
}
@media (min-width: 1300px) {
    .l-footer::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 300px 100%);
        width: 77%;
    }
}
@media (min-width: 1920px) {
    .l-footer::before {
        width: calc(50vw + 518px);
    }
}
.l-footer::after {
    aspect-ratio: 777 / 2232;
    background: url(../images/deco/wave.png) no-repeat bottom right/cover;
    bottom: 0;
    content: "";
    display: block;
    height: 55%;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
}
@media (min-width: 600px) {
    .l-footer::after {
        height: 100%;
    }
}
.l-footer__foot {
    padding-bottom: 0;
    padding-top: 0;
}
.l-footer__foot .l-container {
    align-items: center;
    display: grid;
    row-gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "logo" "nav" "sns" "copy";
    justify-content: start;
    position: relative;
    z-index: 5;
}
@media (min-width: 600px) {
    .l-footer__foot .l-container {
        display: grid;
        grid-template-columns: auto 45vw;
        grid-template-rows: auto auto auto;
        grid-template-areas: "logo nav" "logo sns" "logo copy";
        justify-content: space-around;
    }
}
@media (min-width: 800px) {
    .l-footer__foot .l-container {
        grid-template-columns: auto 55vw;
        justify-content: space-between;
    }
}
@media (min-width: 1000px) {
    .l-footer__foot .l-container {
        column-gap: 2.7%;
        grid-template-columns: auto 2fr 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "logo nav sns" "copy copy copy";
        max-width: 1000px;
        justify-content: center;
        row-gap: 0;
    }
}
@media (min-width: 1300px) {
    .l-footer__foot .l-container {
        grid-template-columns: auto 1fr 1fr;
        grid-template-areas: "logo nav sns" "copy copy copy";
        justify-content: normal;
        max-width: none;
    }
}
.nkr-footer-logo {
    grid-area: logo;
    text-align: center;
}
@media (min-width: 600px) {
    .nkr-footer-logo {
        text-align: left;
    }
}
@media (min-width: 1000px) {
    .nkr-footer-logo {
        margin-top: 50%;
    }
}
.nkr-footer-logo a {
    display: inline-block;
    width: 200px;
}
@media (min-width: 1000px) {
    .nkr-footer-logo a {
        width: 220px;
    }
}
@media (min-width: 1300px) {
    .nkr-footer-logo a {
        width: 287px;
    }
}
.nkr-footer-address {
    font-size: clamp(1em, 1.6vw, 1.4em);
    font-style: normal;
    margin-top: 4%;
    line-height: 1.2;
}
@media (min-width: 1000px) {
    .nkr-footer-address {
        margin-top: 10%;
    }
}
.l-footer__nav {
    align-items: start;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 700;
    grid-area: nav;
    margin-inline: auto;
    margin-top: 20vw;
    padding-top: 30px;
    row-gap: 27px;
    width: 100%;
    --nkr-fnav-list-indent: 0;
}
@media (min-width: 600px) {
    .l-footer__nav {
        align-content: start;
        justify-content: start;
        margin-top: 0;
        --nkr-fnav-list-indent: 3.3%;
    }
}
@media (min-width: 1000px) {
    .l-footer__nav {
        --nkr-fnav-list-indent: 7%;
    }
}
@media (min-width: 1300px) {
    .l-footer__nav {
        margin-left: 14%;
    }
}
.l-footer__nav li:nth-child(2) {
    margin-left: var(--nkr-fnav-list-indent);
}
.l-footer__nav li:nth-child(3) {
    margin-left: calc(var(--nkr-fnav-list-indent) * 2);
}
.l-footer__nav li:nth-child(4) {
    margin-left: calc(var(--nkr-fnav-list-indent) * 3);
}
.l-footer__nav li:nth-child(5) {
    margin-left: calc(var(--nkr-fnav-list-indent) * 4);
}
.l-footer__nav li:nth-child(6) {
    margin-left: calc(var(--nkr-fnav-list-indent) * 5);
}
.l-footer__nav li:nth-child(7) {
    margin-left: calc(var(--nkr-fnav-list-indent) * 6);
}
.l-footer__nav a {
    font-size: 1rem;
}
@media (min-width: 800px) {
    .l-footer__nav a {
        font-size: 1.2rem;
    }
}
.l-footer__nav a:hover {
    text-decoration: none;
}
.l-footer__nav a::after {
    aspect-ratio: 1;
    content: '';
    background: url(../images/footer/arrow.png) no-repeat center center / contain;
    display: inline-block;
    margin-left: 1em;
    width: 0.8em;
}
.nkr-footer-sns {
    align-items: center;
    column-gap: 6%;
    display: flex;
    grid-area: sns;
    justify-content: center;
}
@media (min-width: 1000px) {
    .nkr-footer-sns {
        column-gap: 8%;
        margin-top: 224px;
    }
}
@media (min-width: 1600px) {
    .nkr-footer-sns {
        justify-content: start;
    }
}
.nkr-footer-sns a {
    display: inline-block;
}
.nkr-footer-facebook {
    width: 50px;
}
@media (min-width: 1300px) {
    .nkr-footer-facebook {
        width: 70px;
    }
}
.nkr-footer-instagram {
    width: 50px;
}
@media (min-width: 1300px) {
    .nkr-footer-instagram {
        width: 70px;
    }
}
.nkr-footer-youtube {
    width: 61px;
}
@media (min-width: 1300px) {
    .nkr-footer-youtube {
        width: 85.5px;
    }
}
.c-copyright {
    color: #fff;
    font-size: clamp(10px, 1.7vw, 16px);
    font-weight: 700;
    grid-area: copy;
    padding-bottom: 2.2em;
    padding-top: 2.2em;
}
@media (min-width: 600px) {
    .c-copyright {
        padding-left: 25%;
    }
}
@media (min-width: 1000px) {
    .c-copyright {
        font-size: 20px;
        margin-left: auto;
        padding-bottom: 72px;
        padding-left: 50%;
        padding-top: 39px;
        text-align: left;
        width: 100%;
    }
}
@media (min-width: 1600px) {
    .c-copyright {
        padding-left: 44%;
    }
}

/* ================================================
2-1. mv
================================================ */
.nkr-mv {
  background-color: #0041B1;
  position: relative;
}
.nkr-mv-bg {
  aspect-ratio: 375/600;
  position: relative;
}
@media (min-width: 600px) {
  .nkr-mv-bg {
    aspect-ratio: 1920/950;
  }
}
.nkr-mv-bg-img {
  position: absolute;
  top: 0;
}
.nkr-mv-bg-img:nth-child(1) {
  background: url(../images/top/mv/bg01.jpg) no-repeat top center/272%;
  height: 55%;
  right: 0;
  top: 45%;
  width: 50%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-img:nth-child(1) {
    background-position: top right 70%;
    background-size: 208%;
    height: 100%;
    top: 0;
    width: 40%;
  }
}
.nkr-mv-bg-img:nth-child(2) {
  background: url(../images/top/mv/bg02.jpg) no-repeat center right 78%/ cover;
  height: 55%;
  right: 50%;
  top: 45%;
  width: 50%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-img:nth-child(2) {
    background-position: center left 20%;
    height: 100%;
    right: 27%;
    top: 0;
    width: 28%;
  }
}
.nkr-mv-bg-img:nth-child(3) {
  background: url(../images/top/mv/bg03.jpg) no-repeat top 79% center/cover;
  height: 45%;
  right: 0;
  width: 90%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-img:nth-child(3) {
    background: url(../images/top/mv/bg03.jpg) no-repeat top 79% left -43%/107%;
    height: 100%;
    right: 54%;
    width: 40%;
  }
}
.nkr-mv-bg-deco {
  background-color: var(--nkr-main-color);
  height: 45%;
  left: 0;
  position: absolute;
  width: 25%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-deco {
    clip-path: none;
    height: 100%;
    width: 19%;
  }
}
.nkr-mv-bg-deco::before {
  background-color: var(--nkr-main-color);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  display: block;
  height: 57%;
  left: 99%;
  position: absolute;
  top: 0;
  width: 87%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-deco::before {
    animation: nkr-bg-deco 0.5s ease-out forwards 1.4s;
    clip-path: polygon(0 0, 0% 100%, 0 0);
  }
}
.nkr-mv-bg-deco::after {
  animation: nkr-bg-splash 0.8s forwards;
  aspect-ratio: 1178/907;
  background: url(../images/deco/splash.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: -12%;
  mix-blend-mode: overlay;
  opacity: 0;
  position: absolute;
  scale: -1 1;
  top: 1%;
  width: 160%;
}
@media (min-width: 600px) {
  .nkr-mv-bg-deco::after {
    animation-delay: 1.5s;
    width: 163%;
  }
}
.nkr-mv-body {
  left: 3%;
  position: absolute;
  top: 26%;
  width: 80%;
  z-index: 10;
}
@media (min-width: 600px) {
  .nkr-mv-body {
    left: 6%;
    top: 37.5%;
    width: 52%;
  }
}
.nkr-mv-ttl img {
  animation: nkr-fade-up 0.8s forwards;
  display: block;
  opacity: 0;
  translate: 0 30px;
}
.nkr-mv-ttl img:nth-child(1) {
  margin-left: 1.5%;
  width: 90.7%;
}
@media (min-width: 600px) {
  .nkr-mv-ttl img:nth-child(1) {
    animation-delay: 1.5s;
  }
}
.nkr-mv-ttl img:nth-child(2) {
  animation-delay: 0.5s;
  margin-top: -4%;
}
@media (min-width: 600px) {
  .nkr-mv-ttl img:nth-child(2) {
    animation-delay: 2s;
    margin-top: -7%;
  }
}
.nkr-mv-btns {
  animation: nkr-fade-up 0.8s forwards 1s;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-left: 3%;
  margin-top: 0.5%;
  opacity: 0;
  translate: 0 30px;
}
@media (min-width: 600px) {
  .nkr-mv-btns {
    animation-delay: 2.5s;
  }
}
.nkr-mv-btn {
  display: grid;
  font-size: max(14px, 3vw);
  font-weight: 700;
  padding: 0.6em 0;
  place-content: center;
  text-decoration: none;
  width: 26vw;
}
@media (min-width: 600px) {
  .nkr-mv-btn {
    font-size: clamp(10px, 2.2vw, 1.9em);
    width: clamp(80px, 17.5vw, 260px);
  }
}
.nkr-mv-btn:hover,
.menu-item._nkr-btn-require .c-gnav__a:hover,
.menu-item._nkr-btn-entry .c-gnav__a:hover {
  animation: nkr-btn-ripple 1s;
  z-index: 5;
}
.nkr-mv-btn-bg {
  background-color: #fff;
}
.nkr-mv-btn._nkr-btn-require,
.menu-item._nkr-btn-require .c-gnav__a {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(103.5deg, #45ffff 0%, #007dff 100%);
  border-image-slice: 1;
  border-image-source: linear-gradient(103.5deg, #45ffff 0%, #007dff 100%);
  border-style: solid;
  border-width: 0.23em;
  color: rgba(0, 0, 0, 0);
  position: relative;
}
.nkr-mv-btn._nkr-btn-entry,
.menu-item._nkr-btn-entry .c-gnav__a {
  background: linear-gradient(103.5deg, #45ffff 0%, #007dff 100%);
  color: #fff;
  letter-spacing: -0.1em;
}
@media (min-width: 1000px) {
    .menu-item._nkr-btn-entry,
    .menu-item._nkr-btn-require {
    font-size: inherit !important;
    padding: 0.6em 0;
    width: auto !important;
    }
    .menu-item._nkr-btn-entry {
        margin-left: 0.6em;
    }
}
.c-drawerNav .menu-item.nkr-mv-btn._nkr-btn-entry {
  display: none;
}

@media (min-width: 600px) {
  ._nkr-mv-slide01 {
    animation: nkr-mv-slide forwards 0.4s;
    opacity: 0;
  }
  ._nkr-mv-slide02 {
    animation: nkr-mv-slide forwards 0.4s 0.4s;
    opacity: 0;
  }
  ._nkr-mv-slide03 {
    animation: nkr-mv-slide forwards 0.4s 0.8s;
    opacity: 0;
  }
  ._nkr-mv-slide04 {
    animation: nkr-mv-slide forwards 0.4s 1.2s;
    opacity: 0;
  }
}

@keyframes nkr-mv-slide {
  0% {
    opacity: 0;
    translate: -50% 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes nkr-bg-deco {
  0% {
    clip-path: polygon(0 0, 0% 100%, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
@keyframes nkr-bg-splash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nkr-fade-up {
  0% {
    opacity: 0;
    translate: 0 30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes nkr-btn-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 55, 169, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
/* ================================================
2-2. message
================================================ */
.nkr-sections-wrap {
  aspect-ratio: 3837/4073;
  background: #98CEDE url(../images/top/message/sections-bg.png) no-repeat top center/contain;
}
@media (min-width: 1800px) {
  .nkr-sections-wrap {
    background-size: cover;
  }
}
@media (min-width: 1920px) {
  .nkr-sections-wrap {
    aspect-ratio: auto;
  }
}
.nkr-message {
  aspect-ratio: 11/10;
  position: relative;
}
@media (min-width: 600px) {
  .nkr-message {
    aspect-ratio: 11/9.5;
  }
}
@media (min-width: 800px) {
  .nkr-message {
    aspect-ratio: 11/7;
  }
}
.nkr-message::before {
  aspect-ratio: 2105/800;
  background: url(../images/deco/droplets.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 21.7%;
  mix-blend-mode: hard-light;
  opacity: 0;
  position: absolute;
  top: -15%;
  transition: opacity 0.5s;
  width: 54.7vw;
}
@media (min-width: 600px) {
  .nkr-message::before {
    top: -18%;
  }
}
@media (min-width: 800px) {
  .nkr-message::before {
    top: -20.2%;
  }
}
.nkr-message.is-active::before {
  opacity: 1;
}
.nkr-message-inner {
  margin-inline: auto;
  max-width: 930px;
  padding-top: 10.5%;
  position: relative;
  text-align: center;
}
.nkr-message-head span {
  color: #fff;
}
.nkr-message-ttl {
    color: #fff;
  font-size: clamp(16px, 3vw, 56px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.5;
  margin-top: 10vw;
}
@media (min-width: 480px) {
    .nkr-message-ttl {
        line-height: 1.3;
        margin-top: -0.2em;
      margin-top: 1.3em;
  }
}
.nkr-message-ttl em {
  font-size: 1.1em;
  font-style: normal;
  letter-spacing: -0.05em;
  margin-right: 0.1em;
  text-shadow: #00c0e0 1px 1px 8px, #00c0e0 -1px 1px 8px, #00c0e0 1px -1px 8px, #00c0e0 -1px -1px 8px;
}
.nkr-message-ttl span {
  margin-inline: -0.4em;
}
.nkr-message-txt {
    display: inline-block;
    font-size: clamp(14px, 1vw, 1.2em);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.7;
    margin-top: 30vw;
    margin-bottom: 50px;
    padding-inline: 15px;
    text-align: left;
}
.nkr-message-txt br:not(:nth-of-type(2)) {
    display: none;
}
@media (min-width: 480px) {
    .nkr-message-txt {
        text-align: center;
  }
    .nkr-message-txt br {
        display: block !important;
  }
}
@media (min-width: 600px) {
    .nkr-message-txt {
    color: #fff;
    padding-inline: 0.5em;
    background-color: transparent;
    box-shadow: none;
    margin-top: 1.3em;
    margin-bottom: 0;
  }
}

/* ================================================
2-3. recruitment
================================================ */
.nkr-recruitment {
  position: relative;
}
.nkr-recruitment-inner {
  margin-inline: auto;
  max-width: 500px;
  padding-bottom: max(80px, 4.7%);
  padding-inline: 30px;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
.nkr-recruitment-inner {
    padding-inline: 60px;
    max-width: 1090px;
  }
}
@media (min-width: 1300px) {
  .nkr-recruitment-inner {
    max-width: 1920px;
    padding-inline: 165px;
  }
}
.nkr-recruitment-inner::before, .nkr-recruitment-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
}
.nkr-recruitment-inner::before {
  aspect-ratio: 485/454;
  background: url(../images/top/deco/ripple01.png) no-repeat center center/contain;
  left: -4%;
  top: -5%;
  width: 15.5%;
}
@media (min-width: 600px) {
  .nkr-recruitment-inner::before {
    left: 5%;
    top: -17%;
    width: 12.5%;
  }
}
.nkr-recruitment-inner::after {
  aspect-ratio: 695/807;
  background: url(../images/top/deco/ripple02.png) no-repeat center center/contain;
  right: -2.5%;
  top: -4.5%;
  width: 18%;
}
@media (min-width: 600px) {
  .nkr-recruitment-inner::after {
    right: 2.5%;
    top: -20.5%;
  }
}
.nkr-recruitment-body {
  margin-top: max(50px, 4%);
}
.nkr-recruitment-lists {
  display: grid;
  gap: max(50px, 5vw);
  grid-template-columns: 100%;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1000px) {
  .nkr-recruitment-lists {
    gap: 4.9%;
    grid-template-columns: repeat(3, 1fr);
  }
}
.nkr-recruitment-list a {
  color: #000;
  display: grid;
  grid-template-columns: auto;
  text-decoration: none;
}
@media (min-width: 600px) {
  .nkr-recruitment-list a {
    grid-template-columns: 40% 60%;
  }
}
@media (min-width: 1000px) {
  .nkr-recruitment-list a {
    grid-template-columns: auto;
    grid-template-rows: 200px 1fr;
    height: 100%;
  }
}
.nkr-recruitment-list a:hover .nkr-recruitment-list-img img {
    scale: 1.1;
}
.nkr-recruitment-list-img {
  aspect-ratio: 5/3;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .nkr-recruitment-list-img {
    aspect-ratio: auto;
    height: 200px;
  }
}
.nkr-recruitment-list-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: scale .3s;
}
.nkr-recruitment-list-body {
  background-color: #fff;
  padding: 7%;
  position: relative;
}
@media (min-width: 1000px) {
  .nkr-recruitment-list-body {
    padding: 10%;
  }
}
@media (min-width: 1600px) {
  .nkr-recruitment-list-body {
    min-height: 225px;
    padding-bottom: 2em;
    padding-inline: 3.5em;
    padding-top: 2.8em;
  }
}
.nkr-recruitment-list-body::after {
  aspect-ratio: 1;
  background-color: #000;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 4%;
}
.nkr-recruitment-list-time {
  font-size: 1.3em;
  font-weight: 700;
}
.nkr-recruitment-list-ttl {
  font-size: 1.3em;
  font-weight: 700;
}
.nkr-recruitment-list-txt {
  font-size: clamp(14px, 1.2vw, 1em);
  line-height: 2;
  margin-top: 0.5em;
}

/* ================================================
2-4. job introduction
================================================ */
.nkr-job_intro {
  padding-top: 60px;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
    .nkr-job_intro {
      padding-top: 90px;
    }
}
.nkr-job_intro-inner {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: min(6vw, 60px);
  position: relative;
}
@media (min-width: 1300px) {
  .nkr-job_intro-inner {
    max-width: none;
    padding-inline: 120px;
  }
}
.nkr-job_intro-lists {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.nkr-job_intro-list {
  height: min(130vw, 590px);
  margin-inline: auto;
  margin-top: 60px;
  max-width: 1680px;
  position: relative;
}
@media (min-width: 800px) {
  .nkr-job_intro-list {
    height: clamp(480px, 31vw, 590px);
  }
}
@media (min-width: 1000px) {
  .nkr-job_intro-list {
    margin-top: 0;
  }
}
@media (min-width: 1921px) {
  .nkr-job_intro-list {
    height: calc(590 / 1920 * 100vw);
  }
}
@media (min-width: 1000px) {
    .nkr-job_intro-list:not(:first-child) {
        margin-top: 30px;
    }
}
.nkr-job_intro-list-head {
  width: clamp(240px, 30vw, 470px);
  position: absolute;
}
@media (min-width: 600px) {
  .nkr-job_intro-list-head {
    max-width: none;
    width: clamp(240px, 30vw, 470px);
  }
}
.nkr-job_intro-list-head::before {
  background-color: rgba(255, 255, 255, 0.9333333333);
  border-radius: 50px;
  content: "";
  display: block;
  filter: blur(15px);
  height: 130%;
  left: -15%;
  position: absolute;
  top: -15%;
  width: 130%;
  z-index: -1;
}
@media (min-width: 1000px) {
  .nkr-job_intro-list-head::before {
    display: none;
  }
}
.nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-head {
    left: 5%;
}
@media (min-width: 1600px) {
    .nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-head {
      left: 13%;
    }
}
.nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-head {
  right: 5%;
}
@media (min-width: 1700px) {
    .nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-head {
      right: 11%;
    }
}
.nkr-job_intro-list:nth-child(1)::before {
  aspect-ratio: 338/349;
  background: url(../images/top/deco/ripple03.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 8%;
  position: absolute;
  top: -34%;
  width: 13%;
}
@media (min-width: 1300px) {
  .nkr-job_intro-list:nth-child(1)::before {
    left: 17%;
    top: -42%;
    width: 10%;
  }
}
.nkr-job_intro-list:nth-child(2)::before {
  aspect-ratio: 439/510;
  background: url(../images/top/deco/ripple04.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: -5%;
  top: 4.5%;
  width: 13%;
}
.nkr-job_intro-list:nth-child(3)::before,
.nkr-job_intro-list:nth-child(5)::before {
  aspect-ratio: 487 / 375;
  background: url(../images/top/deco/ripple05.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 27%;
  position: absolute;
  top: 5%;
  width: 14.5%;
}
.nkr-job_intro-list:nth-child(4)::before {
  aspect-ratio: 439/510;
  background: url(../images/top/deco/ripple04.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: -4.5%;
  top: -8.5%;
  width: 13%;
}
@media (min-width: 1000px) {
  .nkr-job_intro-list .nkr-job_intro-list-head {
    padding-top: 3.9vw;
  }
}
@media (min-width: 1920px) {
  .nkr-job_intro-list .nkr-job_intro-list-head {
    padding-top: 3.9vw;
  }
}
.nkr-job_intro-list-num {
  display: inline-block;
  position: relative;
  width: clamp(70px, 8.125vw, 156px);
}
.nkr-job_intro-list-num img {
  aspect-ratio: 180/80;
  display: block;
  object-fit: contain;
  object-position: left;
}
.nkr-job_intro-list-num::after {
  aspect-ratio: 1;
  background-color: #4d4d4d;
  bottom: -62%;
  clip-path: polygon(88% 88%, 88% 0, 100% 0, 100% 100%, 0 100%, 0 88%);
  content: "";
  display: block;
  left: 55%;
  position: absolute;
  rotate: 45deg;
  width: 13%;
}
.nkr-job_intro-list-ttl {
  font-size: clamp(1.2em, 2.5vw, 2.8em);
  margin-top: clamp(10px, 3.7vw, 71.5px);
}
.nkr-job_intro-list-txt {
  font-size: clamp(14px, 1.2vw, 1em);
  line-height: 2;
  margin-top: 1em;
}
.nkr-job_intro-list-body {
    bottom: 0;
    height: 55vw;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: -5;
}
@media (min-width: 600px) {
    .nkr-job_intro-list-body {
        height: 50vw;
        width: 70vw;
    }
}
@media (min-width: 1000px) {
    .nkr-job_intro-list-body {
    height: 100%;
    width: 64.5%;
  }
}
@media (min-width: 1921px) {
  .nkr-job_intro-list-body {
    aspect-ratio: 1083 / 590;
    width: 58vw;
  }
}
.nkr-job_intro-list-body .nkr-job_intro-list-img {
  height: 100%;
}
.nkr-job_intro-list-body::after {
  aspect-ratio: 484 / 1463;
  background: url(../images/top/deco/wave-list.png) no-repeat bottom right/cover;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  height: 124%;
}
@media (min-width: 600px) {
    .nkr-job_intro-list-body::after {
      height: 112%;
    }
}
@media (min-width: 1000px) {
    .nkr-job_intro-list-body::after {
      height: 124%;
    }
}
.nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-body::after {
  right: 0;
}
.nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-body::after {
  left: 0;
  scale: -1 1;
}
.nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-body {
  margin-right: calc(50% - 50vw);
}
.nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-body {
  right: 0;
}
.nkr-job_intro-list:nth-child(odd) .nkr-job_intro-list-body .nkr-job_intro-list-img {
  clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
}
.nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-body {
  margin-left: calc(50% - 50vw);
}
.nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-body {
  left: 0;
}
.nkr-job_intro-list:nth-child(even) .nkr-job_intro-list-body .nkr-job_intro-list-img {
  clip-path: polygon(0 0, 83% 0%, 100% 100%, 0% 100%);
}
.nkr-job_intro-list:nth-child(1) .nkr-job_intro-list-body .nkr-job_intro-list-img {
    background: url(../images/top/service/service01.jpg) no-repeat bottom 39% center / cover;
}
.nkr-job_intro-list:nth-child(2) .nkr-job_intro-list-body .nkr-job_intro-list-img {
    background: url(../images/top/service/service02.jpg) no-repeat bottom 30% center / cover;
}
.nkr-job_intro-list:nth-child(3) .nkr-job_intro-list-body .nkr-job_intro-list-img {
    background: url(../images/top/service/service03.jpg) no-repeat center left / cover;
}
@media (min-width: 1000px) {
    .nkr-job_intro-list:nth-child(3) .nkr-job_intro-list-body .nkr-job_intro-list-img {
        background-position: center left 22%;
    }
}
.nkr-job_intro-list:nth-child(4) .nkr-job_intro-list-body .nkr-job_intro-list-img {
    background: url(../images/top/service/service04.jpg) no-repeat center right 16% / cover;
}
.nkr-job_intro-list:nth-child(5) .nkr-job_intro-list-body .nkr-job_intro-list-img {
    background: url(../images/top/service/service05.jpg) no-repeat center left / cover;
}
@media (min-width: 1600px) {
    .nkr-job_intro-list:nth-child(5) .nkr-job_intro-list-body .nkr-job_intro-list-img {
        background-size: 141%;
    }
}

/* ================================================
2-5. data
================================================ */
.nkr-data {
  background-color: #F6F2ED;
  margin-top: clamp(100px, 20vw, 217px);
}
.nkr-data-inner {
  background: url(../images/top/data/bg.png) no-repeat bottom center/80%;
  height: calc(250px + 55vw);
  margin-left: auto;
  position: relative;
}
@media (min-width: 600px) {
  .nkr-data-inner {
    background: url(../images/top/data/bg.png) no-repeat bottom right/47%;
    height: 300px;
    padding: 0 60px;
  }
}
@media (min-width: 800px) {
  .nkr-data-inner {
    aspect-ratio: 1600/600;
    background: url(../images/top/data/bg.png) no-repeat bottom right/60%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .nkr-data-inner {
    background: url(../images/top/data/bg.png) no-repeat center right/contain;
    max-width: 1216px;
  }
}
@media (min-width: 1300px) {
  .nkr-data-inner {
    margin-right: auto;
    max-width: none;
    width: 87vw;
  }
}
@media (min-width: 1600px) {
  .nkr-data-inner {
    width: min(1600px, 100vw - 320px);
  }
}
.nkr-data-head {
  aspect-ratio: 10/1.5;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  left: 50%;
  line-height: 0;
  position: absolute;
  text-align: center;
  translate: -50% 0;
  width: max(130px, 16.9%);
}
@media (min-width: 600px) {
  .nkr-data-head {
    left: 60px;
    translate: 0 0;
  }
}
@media (min-width: 1300px) {
  .nkr-data-head {
    left: 0;
  }
}
.nkr-data-head img {
  width: 32.6%;
}
.nkr-data-body {
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .nkr-data-body {
    max-width: 290px;
    text-align: left;
  }
}
@media (min-width: 800px) {
  .nkr-data-body {
    max-width: none;
    padding-top: 6%;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .nkr-data-body {
    padding-top: 8%;
  }
}
.nkr-data-txt {
  font-size: clamp(14px, 1.33vw, 1.6em);
  font-weight: 700;
  line-break: strict;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}
.nkr-data-ttl {
  font-size: clamp(1.5em, 2.5vw, 3em);
  margin-top: 0.7em;
}

/* ================================================
2-6. benefit
================================================ */
.nkr-benefit {
  margin-top: 80px;
  padding-bottom: 120px;
}
@media (min-width: 1000px) {
  .nkr-benefit {
    margin-top: 145px;
  }
}
.nkr-benefit-inner {
  margin-inline: auto;
  margin-top: 7px;
  max-width: 500px;
  position: relative;
}
@media (min-width: 600px) {
  .nkr-benefit-inner {
    max-width: 700px;
  }
}
@media (min-width: 1000px) {
  .nkr-benefit-inner {
    max-width: 1920px;
  }
}
.nkr-benefit-inner::before {
  aspect-ratio: 1178/907;
  background: url(../images/deco/splash.png) no-repeat center center/contain;
  content: "";
  display: block;
  mix-blend-mode: overlay;
  position: absolute;
  right: 67%;
  rotate: 25deg;
  top: min(167vw, 71%);
  width: 37%;
  z-index: 5;
}
@media (min-width: 600px) {
  .nkr-benefit-inner::before {
    top: min(43vw, 49%);
  }
}
@media (min-width: 1000px) {
  .nkr-benefit-inner::before {
    right: 24%;
    rotate: 0deg;
    scale: 1 -1;
    top: 1%;
    width: 31%;
  }
}
.nkr-benefit-lists {
  max-width: 1100px;
  padding-left: 0;
  padding-top: 50px;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
  .nkr-benefit-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .nkr-benefit-lists {
    padding-top: 8.13%;
    width: 57.5%;
  }
}
.nkr-benefit-list {
  align-items: flex-end;
  aspect-ratio: 5/4;
  color: #fff;
  display: flex;
  position: relative;
}
@media (min-width: 1000px) {
  .nkr-benefit-list {
    aspect-ratio: 55/70;
  }
}
.nkr-benefit-list:nth-child(1) {
  background: url(../images/top/benefit/benefit01.jpg) no-repeat bottom left 53%/cover;
}
.nkr-benefit-list:nth-child(2) {
  background: url(../images/top/benefit/benefit02.jpg) no-repeat center left 85%/cover;
}
.nkr-benefit-list::before {
  background-color: #000;
  bottom: 0;
  clip-path: polygon(0 83%, 100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 40%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.nkr-benefit-list-txt {
  align-items: center;
  display: grid;
  font-size: clamp(14px, 4vw, 1.2em);
  gap: 1.4em;
  grid-template-columns: 21.5% 78.5%;
  line-height: 1.8;
  padding: 0 9% 6%;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
  .nkr-benefit-list-txt {
    font-size: clamp(14px, 2vw, 0.85em);
  }
}
@media (min-width: 1000px) {
  .nkr-benefit-list-txt {
    font-size: clamp(14px, 1.1vw, 1.3em);
  }
}
.nkr-benefit-list-txt img {
  aspect-ratio: 97/72;
  object-fit: contain;
}
.nkr-benefit-body {
  align-items: center;
  background: url(../images/top/benefit/bg.png) no-repeat right 6% top 39%/cover;
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: right;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}
@media (min-width: 1000px) {
  .nkr-benefit-body {
    background-position: right 6% top 12%;
    background-size: 103%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%);
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.nkr-benefit-body::before {
  background-color: var(--nkr-main-color);
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: hard-light;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.nkr-benefit-body-inner {
  margin-right: 5%;
  position: relative;
  width: 60%;
  z-index: 5;
}
@media (min-width: 600px) {
  .nkr-benefit-body-inner {
    margin-right: 7%;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .nkr-benefit-body-inner {
    margin-right: 15%;
  }
}
.nkr-benefit-body-txt {
  font-size: clamp(14px, 1.5vw, 1.6em);
  font-weight: 700;
}
@media (min-width: 600px) {
  .nkr-benefit-body-txt {
    font-size: clamp(1em, 1.5vw, 1.6em);
  }
}
.nkr-benefit-body-ttl {
  font-size: clamp(1.2em, 2.9vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.2em;
}
@media (min-width: 600px) {
  .nkr-benefit-body-ttl {
    font-size: clamp(1.5em, 2.9vw, 3.5em);
  }
}
.nkr-benefit-body-ttl br {
  display: none;
}
@media (min-width: 1000px) {
  .nkr-benefit-body-ttl br {
    display: block;
  }
}
.nkr-benefit-body-desc {
  font-size: clamp(14px, 0.83vw, 1em);
  line-height: 2;
  margin-top: 1em;
}
.nkr-benefit-body-link {
  margin-top: 2em;
}
@media (min-width: 1000px) {
  .nkr-benefit-body-link {
    margin-top: 3em;
  }
}
.nkr-benefit-body-link a {
  display: block;
  max-width: 200px;
  width: auto;
}
@media (min-width: 600px) {
  .nkr-benefit-body-link a {
    max-width: none;
    width: 200px;
  }
}
@media (min-width: 1000px) {
  .nkr-benefit-body-link a {
    margin-left: auto;
  }
}
@media (min-width: 1300px) {
  .nkr-benefit-body-link a {
    width: 240px;
  }
}
@media (min-width: 1600px) {
  .nkr-benefit-body-link a {
    width: 300px;
  }
}

/* ================================================
2-7. interview
================================================ */
.nkr-interview {
  background-color: var(--nkr-main-color);
  padding-bottom: 105px;
  padding-top: 96px;
}
.nkr-interview-inner {
  margin-inline: auto;
  max-width: 1720px;
  padding-inline: 30px;
}
@media (min-width: 600px) {
  .nkr-interview-inner {
    padding-inline: 60px;
  }
}
.nkr-interview-head {
  color: #fff;
}
.nkr-interview-txt {
  color: #fff;
  font-size: clamp(14px, 3.8vw, 3em);
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
@media (min-width: 1000px) {
  .nkr-interview-txt {
    font-size: clamp(14px, 2.8vw, 3em);
  }
}
.nkr-interview-body {
  margin-top: 54px;
}
.nkr-interview-lists {
    list-style: none;
    margin-inline: auto;
    max-width: 380px;
    padding-left: 0;
}
@media (min-width: 600px) {
    .nkr-interview-lists {
        max-width: 450px;
    }
}
@media (min-width: 1000px) {
    .nkr-interview-lists {
        display: grid;
        gap: 50px 3%;
        grid-template-columns: repeat(3, 1fr);
        max-width: none;
    }
}
.nkr-interview-lists > * + * {
    margin-top: 15%;
}
@media (min-width: 1000px) {
    .nkr-interview-lists > * + * {
        margin-top: 0;
    }
}
.nkr-interview-list {
  position: relative;
}
.nkr-interview-item {
    display: block;
    text-decoration: none;
    transition: all .3s;
    height: 100%;
}
.nkr-interview-item:hover {
    scale: 1.05;
}
.nkr-interview-list-shadow {
  filter: drop-shadow(0 0 10px #444);
  height: 100%;
}
.nkr-interview-list-clip {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 83% 100%, 0 100%);
  background-color: #fff;
  height: 100%;
  padding-bottom: 6.4%;
  padding-inline: 11%;
  padding-top: 75%;
  position: relative;
}
.nkr-interview-list-img {
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 500/340;
    z-index: 5;
}
.nkr-interview-list-img img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.nkr-interview-list-message {
    left: 50%;
    top: 34%;
    padding-inline: 11%;
    position: absolute;
    translate: -50% 0;
    width: 100%;
    z-index: 10;
}
.nkr-interview-list-message p {
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #000;
  display: inline-block;
  font-size: clamp(14px, 4.8vw, 1.4em);
  font-weight: 700;
  line-break: strict;
  line-height: 1;
  overflow-wrap: anywhere;
  padding: 0.3em;
  word-break: normal;
}
.nkr-interview-list-message p:not(:first-of-type) {
    margin-top: .3em;
}
@media (min-width: 600px) {
  .nkr-interview-list-message p {
    font-size: clamp(14px, 4vw, 1.6em);
  }
}
@media (min-width: 1000px) {
  .nkr-interview-list-message p {
    font-size: clamp(14px, 1.7vw, 1.9em);
  }
}
.nkr-interview-list-job {
    display: inline-block;
    background-color: #f29c5e;
    color: #fff;
    padding-inline: 1em;
}
.nkr-interview-list-year {
    color: #000;
    margin-left: 1em;
}
.nkr-interview-list-txt {
  color: #000;
  font-size: clamp(14px, 3.2vw, 1.2em);
  margin-top: 0.8em;
}
@media (min-width: 1000px) {
  .nkr-interview-list-txt {
    font-size: clamp(14px, 1.5vw, 1.2em);
  }
}
.nkr-interview-list-name {
  color: #000;
  font-size: clamp(18px, 6vw, 1.8em);
  margin-top: 5px;
}
@media (min-width: 1000px) {
  .nkr-interview-list-name {
    font-size: clamp(16px, 2vw, 1.8em);
  }
}
.nkr-interview-list-more {
  aspect-ratio: 1;
  bottom: 0;
  position: absolute;
  right: 0;
  transition: scale 0.3s;
  width: 16%;
}
.nkr-interview-list-more img {
  bottom: 8%;
  object-fit: contain;
  position: absolute;
  right: 2%;
  width: 45%;
}
.nkr-interview-list-more::before, .nkr-interview-list-more::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
}
.nkr-interview-list-more::before {
  right: 4%;
  top: 66%;
  transition: width 0.3s;
  translate: 0 -50%;
  width: 46%;
}
.nkr-interview-list-more::after {
  right: 4%;
  top: 65%;
  transform: rotate(40deg);
  transform-origin: right 50%;
  width: 7px;
}
.nkr-interview-link {
    text-align: center;
    margin-top: 5em;
}
.nkr-interview-link a {
    background-color: #fff;
    color: #000;
    font-weight: 700;
}
.nkr-interview-link a::before {
    width: 20%;
}
.nkr-interview-link a:hover {
    background-color: #2837A9;
    color: #fff;
}

[data-fade] {
  opacity: 0;
  transition: all 0.7s;
}

[data-fade].is-active {
  opacity: 1;
  translate: 0 0;
}

[data-fade=up] {
  translate: 0 30px;
}

[data-fade=left] {
  translate: 30px 0;
}

[data-fade=right] {
  translate: -30px 0;
}

[data-anime=list] > li {
  opacity: 0;
  transition: all 0.5s;
  translate: 0 50px;
}
[data-anime=list] > li:nth-child(2) {
  transition-delay: 0.15s;
}
[data-anime=list] > li:nth-child(3) {
  transition-delay: 0.3s;
}
[data-anime=list] > li:nth-child(4) {
  transition-delay: 0.45s;
}
[data-anime=list].is-active > li {
  opacity: 1;
  translate: 0 0;
}

/* ================================================
3. Page greeting
================================================ */
.page-greeting .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
    margin-inline: 15px;
    width: auto;
}
@media (min-width: 600px) {
    .page-greeting .l-content__body {
        margin-inline: 3rem;
    }
}
.nkr-greeting-top {
    aspect-ratio: 3826 / 1698;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: url(../images/greeting/head.jpg) no-repeat center center / contain;
    position: relative;
    z-index: -5;
}
.nkr-greeting-top::after {
    aspect-ratio: 3839 / 1700;
    background: url(../images/greeting/deco/wave.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: -5;
}
.nkr-greeting-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
.nkr-greeting-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.nkr-greeting-head p {
    animation: nkr-fade-up 0.8s forwards;
    opacity: 0;
}
.nkr-greeting-head p:nth-of-type(1) {
    animation-delay: 0.5s;
}
.nkr-greeting-head p:nth-of-type(2) {
    animation-delay: 1s;
}
.nkr-greeting-main {
    margin-top: 14.3%;
}
.nkr-greeting-main-img {
    position: relative;
    margin-inline: -15px;
}
@media (min-width: 500px) {
    .nkr-greeting-main-img {
        margin-inline: 0;
    }
}
.nkr-greeting-main-banner {
    left: 1%;
    top: 80%;
    position: absolute;
}
@media (min-width: 500px) {
    .nkr-greeting-main-banner {
		left: -2%;
        top: 50%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-main-banner {
        top: 24.5%;
    }
}
.nkr-greeting-main-banner p {
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: 700;
	font-size: max(18px, 2.1vw);
    background-color: #fff;
    position: relative;
}
.nkr-greeting-main-banner p::before {
    content: '';
    position: absolute;
    background-color: #000;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: -5;
}
.nkr-greeting-main-banner p::after {
    content: '';
    position: absolute;
    border: solid 1px #fff;
    left: 4px;
    top: 4px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: -10;
}
.nkr-greeting-main-banner p:nth-of-type(2) {
    margin-left: 1em;
    margin-top: -1px;
}
@media (min-width: 600px) {
    .nkr-greeting-main-banner p:nth-of-type(2) {
        margin-left: 4em;
    }
}
.nkr-greeting-main-text {
    color: #000;
    font-family: 'reross';
    font-size: 10vw;
    mix-blend-mode: soft-light;
    right: -1%;
    position: absolute;
    text-transform: uppercase;
    top: -12%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media (min-width: 500px) {
    .nkr-greeting-main-text {
        top: -19%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-main-text {
        font-size: min(11.5vw, 213px);
    }
}
.nkr-greeting-recruiting_team-img .nkr-greeting-main-text {
	font-size: 10vw;
	line-height: 1;
	right: 2%;
}
@media (min-width: 500px) {
    .nkr-greeting-recruiting_team-img .nkr-greeting-main-text {
        top: -15%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-recruiting_team-img .nkr-greeting-main-text {
        font-size: min(10vw, 155px);
    }
}
.nkr-greeting-main-body {
    font-size: 16px;
    margin-top: 80px;
    position: relative;
}
@media (min-width: 500px) {
    .nkr-greeting-main-body {
		margin-top: 3%;
        margin-left: 6.5%;
        width: 88%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-main-body {
        margin-top: 0;
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .nkr-greeting-main-body {
        width: 75%;
    }
}
.nkr-greeting-main-body::after {
    aspect-ratio: 576 / 877;
    background: url(../images/greeting/deco/ripple01.png) no-repeat center center / contain;
    content: '';
    display: block;
    width: 18%;
    top: 22%;
    position: absolute;
    z-index: -5;
}
@media (min-width: 600px) {
    .nkr-greeting-main-body::after {
        top: 50%;
        width: 14%;
    }
}
@media (min-width: 800px) {
    .nkr-greeting-main-body::after {
        width: 19%;
        top: 50%;
        right: -14%;
    }
}
@media (min-width: 1000px) {
    .nkr-greeting-main-body::after {
        width: 24%;
    }
}
.nkr-greeting-name {
    font-size: clamp(16px, 1.56vw, 30px);
    display: flex;
    align-items: center;
}
.nkr-greeting-name span {
    font-size: .7em;
    margin-right: 1.5em;
}
.nkr-greeting-message {
    font-size: clamp(14px, 0.84vw, 16px);
    margin-top: 1.5em;
}
@media (min-width: 600px) {
    .nkr-greeting-message {
        line-height: 2;
    }
}
@media (min-width: 1300px) {
    .nkr-greeting-message {
        width: 95%;
    }
}
.nkr-greeting-recruiting_team {
    margin-top: clamp(60px, 7.4vw, 142px);
}
.nkr-greeting-recruiting_team-img {
    position: relative;
    margin-inline: -15px;
}
@media (min-width: 500px) {
    .nkr-greeting-recruiting_team-img {
        margin-inline: 0;
    }
}
.nkr-greeting-recruiting_team-banner {
    right: 3%;
    position: absolute;
    top: 86%;
}
@media (min-width: 500px) {
    .nkr-greeting-recruiting_team-banner {
        top: 64%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-recruiting_team-banner {
        top: 78%;
    }
}
.nkr-greeting-recruiting_team-banner p {
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: 700;
    font-size: max(16px, 2.1vw);
    background-color: #fff;
    position: relative;
}
.nkr-greeting-recruiting_team-banner p::before {
    content: '';
    position: absolute;
    background-color: #000;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: -5;
}
.nkr-greeting-recruiting_team-banner p::after {
    content: '';
    position: absolute;
    border: solid 1px #000;
    left: 4px;
    top: 4px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: -10;
}
.nkr-greeting-recruiting_team-banner p:nth-of-type(2) {
    margin-left: 1em;
    margin-top: -1px;
}
@media (min-width: 600px) {
    .nkr-greeting-recruiting_team-banner p:nth-of-type(2) {
        margin-left: 4em;
    }
}
.nkr-greeting-recruiting_team-body {
    font-size: 16px;
    margin-top: 90px;
    position: relative;
}
@media (min-width: 500px) {
    .nkr-greeting-recruiting_team-body {
		margin-top: 5.5%;
        margin-left: 6.5%;
        width: 88%;
    }
}
@media (min-width: 600px) {
    .nkr-greeting-recruiting_team-body {
        margin-left: 6.5%;
        width: 80%;
    }
}
.nkr-greeting-recruiting_team-name {
    font-size: clamp(16px, 1.56vw, 30px);
}
.nkr-greeting-recruiting_team-message {
    font-size: clamp(14px, 0.84vw, 16px);
    margin-top: 0.8em;
}
@media (min-width: 600px) {
    .nkr-greeting-recruiting_team-message {
        line-height: 2;
    }
}
.nkr-greeting-recruiting_team-body::after {
    aspect-ratio: 841 / 583;
    background: url(../images/greeting/deco/ripple02.png) no-repeat center center / contain;
    content: '';
    display: block;
    width: 26%;
    top: 3%;
    position: absolute;
    z-index: -5;
}
@media (min-width: 800px) {
    .nkr-greeting-recruiting_team-body::after {
        width: 41%;
        top: 15%;
        right: -36%;
    }
}
@media (min-width: 1000px) {
    .nkr-greeting-recruiting_team-body::after {
        width: 41%;
    }
}
.nkr-greeting-links {
    margin-top: clamp(70px, 7.2vw, 138px);
    text-align: center;
    position: relative;
    z-index: 5;
}
.nkr-greeting-links::before {
    aspect-ratio: 338 / 349;
    background: url(../images/greeting/deco/ripple03.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: -2%;
    top: -5%;
    position: absolute;
    width: 10.5%;
}
@media (min-width: 1200px) {
    .nkr-greeting-links::before {
        top: 13%;
    }
}
.nkr-greeting-heading {
    display: inline-block;
    font-size: clamp(14px, 1.56vw, 30px);
    position: relative;
}
.nkr-greeting-heading::before {
    aspect-ratio: 693 / 25;
    background: url(../images/greeting/deco/underline.png) no-repeat center center / contain;
    content: '';
    display: block;
    width: 100%;
    top: 130%;
    left: 0;
    position: absolute;
}
.nkr-greeting-interviews {
    background: #98cede;
    padding-bottom: clamp(70px, 9vw, 115px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
}
.nkr-greeting-interviews::before {
    background: url(../images/greeting/deco/bg-interview.png) no-repeat top center / contain;
    content: '';
    display: block;
    height: calc(100% + 14vw);
    top: -26vw;
    left: 0;
    position: absolute;
    width: 100%;
}
@media (min-width: 600px) {
    .nkr-greeting-interviews::before {
        top: -22vw;
    }
}
@media (min-width: 1000px) {
    .nkr-greeting-interviews::before {
        background-size: cover;
        top: -16vw;
    }
}
@media (min-width: 1200px) {
    .nkr-greeting-interviews::before {
        top: -14vw;
    }
}
.nkr-greeting-interviews-inner {
    margin-top: clamp(60px, 4.17vw, 80px);
    margin-inline: auto;
    max-width: 1600px;
    position: relative;
    width: calc((1600 / 1920)* 100vw);
}
.nkr-interviews-wrap {
    text-align: center;
}
.nkr-interviews-list {
    display: grid;
    gap: 30px 10px;
    list-style: none;
    margin-inline: auto;
    max-width: 400px;
    padding-left: 0;
}
@media (min-width: 500px) {
    .nkr-interviews-list {
        width: 80%;
    }
}
@media (min-width: 1000px) {
    .nkr-interviews-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: none;
        width: 100%;
    }
}
.nkr-interviews-body {
    margin-top: clamp(50px, 4.2vw, 80px);
}
.nkr-interviews-item a {
    aspect-ratio: 4 / 5;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}
@media (min-width: 1000px) {
    .nkr-interviews-item a {
        aspect-ratio: 282 / 372;
    }
}
.nkr-interviews-item a:hover {
    scale: 1.05;
    box-shadow: 0px 0px 20px 0px #777;
    z-index: 5;
}
.nkr-interviews-item img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.nkr-interviews-desc {
    bottom: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.nkr-interviews-desc::before {
    aspect-ratio: 1053 / 567;
    background: url(../images/greeting/deco/cloud.png) no-repeat center center / contain;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}
.nkr-interviews-post {
    color: #fff;
    font-size: max(14px, 3.125vw);
    display: inline-block;
    line-height: 3;
    position: relative;
    width: 11.5em;
    padding-right: 0.5em;
}
@media (min-width: 1000px) {
    .nkr-interviews-post {
        font-size: clamp(14px, 1.05vw, 20px);
    }
}
.nkr-interviews-item:nth-child(1) .nkr-interviews-post {
    background: url(../images/greeting/interviews/post01.png) no-repeat center right / contain;
}
.nkr-interviews-item:nth-child(2) .nkr-interviews-post {
    background: url(../images/greeting/interviews/post02.png) no-repeat center right / contain;
}
.nkr-interviews-item:nth-child(3) .nkr-interviews-post {
    background: url(../images/greeting/interviews/post03.png) no-repeat center right / contain;
}
.nkr-interviews-name {
    align-items: center;
    color: #000;
    font-size: min(28px, 5.8vw);
    display: flex;
    justify-content: end;
    position: relative;
    margin-right: 2%;
}
@media (min-width: 1000px) {
    .nkr-interviews-name {
        font-size: clamp(16px, 1.875vw, 32px);
    }
}
.nkr-interviews-name span {
    font-size: 0.4em;
    margin-right: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1em;
    box-shadow: 0 0 7px 5px rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
    .nkr-interviews-name span {
        margin-right: 2em;
        background-color: transparent;
        box-shadow: none;
    }
}
.nkr-interviews-name_en {
    color: #fff;
    font-size: min(41px, 8.5vw);
    font-family: 'reross';
    line-height: 0.9;
    margin-top: 4%;
    margin-right: .5%;
    text-transform: uppercase;
    -webkit-text-stroke: .03em #163b6e;
    position: relative;
}
@media (min-width: 1000px) {
    .nkr-interviews-name_en {
        font-size: min(56px, 2.91vw);
    }
}
.nkr-interviews-link {
    margin-top: 86px;
}
.nkr-interviews-link a {
    width: clamp(250px, 29vw, 350px);
}
.nkr-interviews-link a::before {
    width: 19%;
}

/* ================================================
4. Page job
================================================ */
.page-job .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
}
.page-job .l-content__body .l-article {
    max-width: none !important;
}
.nkr-job-top {
    aspect-ratio: 3820 / 1852;
    background: url(../images/job/head.png) no-repeat center center / contain;
    position: relative;
    z-index: 5;
}
.nkr-job-top::after {
    aspect-ratio: 2105/800;
    background: url(../images/deco/droplets.png) no-repeat center center/contain;
    content: "";
    display: block;
    filter: brightness(130%) saturate(120%);
    left: 30%;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 67%;
    width: 42.5vw;
}
.nkr-job-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    top: 37.5%;
    position: absolute;
}
.nkr-job-head_en {
    font-size: max(10px, 0.5em);
    font-family: 'reross';
    letter-spacing: .05em;
    text-indent: .5em;
}
.nkr-job-head_en span {
    text-transform: uppercase;
}
.nkr-job-main {
    margin-top: -13%;
}
.nkr-job-list {
    padding-left: 0;
    list-style: none;
}
.nkr-job-item {
    padding-bottom: min(7.08vw, 136px);
    position: relative;
}
.nkr-job-item::before,
.nkr-job-item::after {
    content: '';
    display: block;
    position: absolute;
}
.nkr-job-item::before {
    height: 82vw;
    bottom: 0;
    z-index: 5;
}
@media (min-width: 1000px) {
    .nkr-job-item::before {
        height: 76vw;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item::before {
        height: min(1600px, 66vw);
    }
}
.nkr-job-item:nth-of-type(odd)::before {
    aspect-ratio: 777 / 2232;
    background: url(../images/deco/wave.png) no-repeat center center / contain;
    right: 0;
}
.nkr-job-item:nth-of-type(even)::before {
    aspect-ratio: 881 / 2536;
    background: url(../images/job/deco/wave-job-list.png) no-repeat center center / contain;
    left: 0;
}
.nkr-job-item:nth-of-type(odd)::after {
    aspect-ratio: 1178 / 907;
    background: url(../images/deco/splash.png) no-repeat center center / contain;
    bottom: 32.5vw;
    mix-blend-mode: overlay;
    filter: brightness(150%) saturate(40%) contrast(200%);
    right: -12.5%;
    width: 30%;
    rotate: 180deg;
    opacity: .8;
    z-index: 15;
}
.nkr-job-item:nth-of-type(even)::after {
    aspect-ratio: 338 / 348;
    background: url(../images/job/deco/ripple01.png) no-repeat center center / contain;
    top: 3%;
    right: 11.5vw;
    width: 9%;
}
.nkr-job-item:nth-of-type(odd) {
    background: radial-gradient(circle at 85% 0%, #e5f4f6 0%, #98cede 58%, #98cede 100%);
}
.nkr-job-item:nth-of-type(1) {
    padding-top: max(100px, 16%);
}
.nkr-job-item:not(:nth-of-type(1)) {
    padding-top: clamp(40px, 4.8vw, 92px);
}
.nkr-job-item-heading {
    margin-inline: auto;
    text-align: center;
}
.nkr-job-item-heading p:nth-of-type(1) {
    font-size: clamp(10px, 1.1vw, 21px);
    font-style: italic;
    font-family: 'reross';
}
.nkr-job-item-heading p:nth-of-type(1) span {
    text-transform: uppercase;
}
.nkr-job-item-heading p:nth-of-type(2) {
    font-size: clamp(16px, 2.1vw, 40px);
    margin-top: 0.2em;
    position: relative;
}
.nkr-job-item-heading p:nth-of-type(2)::before {
    background: linear-gradient(90deg, #000 0%, #000 80%, #ffd900 80%, #ffd900 100%);
    bottom: 1.6em;
    content: '';
    display: block;
    height: 0.05em;
    width: 100%;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 6em;
}
.nkr-job-item-body {
    margin-top: max(30px, 2.5%);
    position: relative;
}
.nkr-job-item-img {
    position: relative;
}
.nkr-job-item-img img {
    display: block;
    object-fit: cover;
    max-height: 650px;
    width: 100%;
}
@media (min-width: 600px) {
    .nkr-job-item-img {
        width: 85%;
    }
}
@media (min-width: 1000px) {
    .nkr-job-item-img {
        width: 67.8%;
    }
}
.nkr-job-item:nth-of-type(even) .nkr-job-item-img {
    margin-left: auto;
}
.nkr-job-item-links {
    align-items: center;
    font-weight: 700;
    flex-direction: column;
    display: flex;
    justify-content: center;
    gap: 15px 1.4vw;
    margin-top: max(50px, 2.4em);
    position: relative;
    z-index: 5;
}
@media (min-width: 600px) {
    .nkr-job-item-links {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item-links {
        justify-content: start;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-links {
        margin-left: 8.5%;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item:nth-of-type(even) .nkr-job-item-links {
        margin-left: 56.5%;
    }
}
.nkr-job-item-links a {
    align-items: center;
    display: flex;
    font-size: clamp(12px, 0.84vw, 16px);
    height: 5em;
    padding: 0;
}
.nkr-job-item-links a:nth-of-type(1) {
    justify-content: center;
    padding: 0 6em 0 1em;
    width: clamp(270px, 18.3vw, 350px);
}
.nkr-job-item-links a:nth-of-type(2) {
    background-color: #fff;
    border: solid 2px currentColor;
    color: var(--nk-main-color);
    justify-content: center;
    width: clamp(180px, 15.7vw, 300px);
}
.nkr-job-item-links a:nth-of-type(2):hover {
    background-color: #00b8ff;
    border-color: #00b8ff;
    color: #fff;
}
.nkr-job-item-message {
    bottom: -15px;
    position: absolute;
    width: 330px;
    z-index: 20;
}
@media (min-width: 600px) {
    .nkr-job-item-message {
        bottom: 7vw;
        width: 380px;
    }
}
@media (min-width: 800px) {
    .nkr-job-item-message {
        bottom: auto;
        width: min(800px, 55%);
        top: 11%;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item-message {
        top: 11%;
    }
}
.nkr-job-item:nth-of-type(odd) .nkr-job-item-message {
    left: 5%;
}
@media (min-width: 600px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-message {
        left: calc(100vw - 360px);
    }
}
@media (min-width: 800px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-message {
        left: 69%;
    }
}
@media (min-width: 1000px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-message {
        left: 74%;
    }
}
.nkr-job-item:nth-of-type(even) .nkr-job-item-message {
    left: 5%;
}
@media (min-width: 600px) {
    .nkr-job-item:nth-of-type(even) .nkr-job-item-message {
        left: -10%;
    }
}
@media (min-width: 1000px) {
    .nkr-job-item:nth-of-type(even) .nkr-job-item-message {
        left: -35%;
    }
}
.nkr-job-item-message p {
    background-color: #fff;
    border: solid 1px #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-feature-settings: "palt";
    padding: 0.5em 1.4em;
}
@media (min-width: 600px) {
    .nkr-job-item-message p {
        font-size: clamp(14px, 1.57vw, 30px);
    }
}
.nkr-job-item-message p:nth-of-type(2) {
    margin-top: 0.3em;
}
.nkr-job-item-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 50px;
    padding: 2em 1.5em 2em 1.5em;
    position: relative;
    z-index: 25;
}
@media (min-width: 500px) {
    .nkr-job-item-txt {
        padding: 2.5em 3em 2.5em 3em;
    }
}
@media (min-width: 600px) {
    .nkr-job-item-txt {
        font-size: clamp(14px, 0.94vw, 18px);
        margin-top: -5%;
        padding: 2.5em 7em 2.5em 8em;
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item-txt {
        margin-top: 0;
        position: absolute;
        top: 48%;
        width: 49.5%;
        padding: 3.7em 9em 3.7em 10em;
    }
}
.nkr-job-item:nth-of-type(odd) .nkr-job-item-txt {
    background: linear-gradient(90deg, rgba(0, 10, 42, 0.9) 0%,
    rgba(0, 10, 42, 0.9) 65%, rgba(0, 16, 57, 0.8) 75%, rgba(0, 34, 103, 0.7) 85%, rgba(0, 65, 181, 0.6) 95%, rgba(0, 81, 220, 0.6) 100%);
}
@media (min-width: 600px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-txt {
        background: linear-gradient(90deg, rgba(0, 10, 42, 0.7) 0%,
        rgba(0, 10, 42, 0.7) 65%, rgba(0, 16, 57, 0.6) 75%, rgba(0, 34, 103, 0.5) 85%, rgba(0, 65, 181, 0.22) 95%, rgba(0, 81, 220, 0) 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item:nth-of-type(odd) .nkr-job-item-txt {
        background: linear-gradient(90deg, rgba(0, 10, 42, 1) 0%,
        rgba(0, 10, 42, 1) 65%, rgba(0, 16, 57, 0.91) 75%, rgba(0, 34, 103, 0.65) 85%, rgba(0, 65, 181, 0.22) 95%, rgba(0, 81, 220, 0) 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%);
        right: 0;
    }
}
.nkr-job-item:nth-of-type(even) .nkr-job-item-txt {
    background: linear-gradient(270deg, rgba(0, 10, 42, 0.9) 0%,
    rgba(0, 10, 42, 0.9) 65%, rgba(0, 16, 57, 0.8) 75%, rgba(0, 34, 103, 0.7) 85%, rgba(0, 65, 181, 0.6) 95%, rgba(0, 81, 220, 0.6) 100%);
}
@media (min-width: 600px) {
    .nkr-job-item:nth-of-type(even) .nkr-job-item-txt {
        background: linear-gradient(270deg, rgba(0, 10, 42, 0.7) 0%,
        rgba(0, 10, 42, 0.7) 65%, rgba(0, 16, 57, 0.6) 75%, rgba(0, 34, 103, 0.5) 85%, rgba(0, 65, 181, 0.22) 95%, rgba(0, 81, 220, 0) 100%);
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .nkr-job-item:nth-of-type(even) .nkr-job-item-txt {
        background: linear-gradient(270deg, rgba(0, 10, 42, 1) 0%,
        rgba(0, 10, 42, 1) 65%, rgba(0, 16, 57, 0.91) 75%, rgba(0, 34, 103, 0.65) 85%, rgba(0, 65, 181, 0.22) 95%, rgba(0, 81, 220, 0) 100%);
        clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
        left: 0;
    }
}

/* ================================================
5. Page data
================================================ */
.page-data .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
}
.page-data .l-content__body .l-article {
    max-width: none !important;
}
.nkr-our_data-top {
    aspect-ratio: 3839 / 1701;
    background: url(../images/data/head.png) no-repeat center center / contain;
    position: relative;
    z-index: 5;
}
.nkr-our_data-top::after {
    aspect-ratio: 3839 / 1700;
    background: url(../images/greeting/deco/wave.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: -5;
}
.nkr-our_data-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
.nkr-our_data-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.nkr-our_data-head p {
    animation: nkr-fade-up 0.8s forwards;
    opacity: 0;
}
.nkr-our_data-head p:nth-of-type(1) {
    animation-delay: 0.5s;
}
.nkr-our_data-head p:nth-of-type(2) {
    animation-delay: 1s;
}
.nkr-our_data-heading {
    margin-inline: auto;
    text-align: center;
}
.nkr-our_data-heading p:nth-of-type(1) {
    font-size: clamp(10px, 1.1vw, 21px);
    font-style: italic;
    font-family: 'reross';
    text-transform: uppercase;
}
.nkr-our_data-heading p:nth-of-type(2) {
    font-size: clamp(16px, 2.1vw, 40px);
    margin-top: 0.2em;
    position: relative;
}
.nkr-our_data-main {
    padding-bottom: clamp(50px, 15vw, 150px);
    padding-top: clamp(50px, 10vw, 100px);
    position: relative;
    z-index: 5;
}

.nkr-our_data-tabs {
    max-width: 810px;
    padding-inline: 15px;
    padding-top: 40px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .nkr-our_data-tabs {
        padding-inline: 30px;
    }
}
@media (min-width: 1200px) {
    .nkr-our_data-tabs {
        max-width: 1200px;
        width: calc((1200 / 1920) * 100vw);
        padding-inline: 0;
    }
}
.nkr-our_data-tab-button {
    display: none;
}
.nkr-our_data-tab-labels {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    position: relative;
}
.nkr-our_data-tab-labels::before {
    aspect-ratio: 338 / 349;
    background: url(../images/data/deco/ripple01.png) no-repeat center center / contain;
    content: '';
    display: block;
    width: 14%;
    top: -250%;
    left: 1%;
    position: absolute;
}
@media (min-width: 600px) {
    .nkr-our_data-tab-labels::before {
        top: -23%;
    }
}
@media (min-width: 1200px) {
    .nkr-our_data-tab-labels::before {
        left: -13%;
    }
}
.nkr-our_data-tab-labels::after {
    aspect-ratio: 392 / 829;
    background: url(../images/data/deco/ripple02.png) no-repeat center center / contain;
    content: '';
    display: block;
    top: -270%;
    width: 11.5%;
    right: 0%;
    position: absolute;
}
@media (min-width: 600px) {
    .nkr-our_data-tab-labels::after {
        top: -70%;
    }
}
@media (min-width: 1200px) {
    .nkr-our_data-tab-labels::after {
        width: 16.5%;
        top: 106%;
        right: -19%;
    }
}
.nkr-our_data-tab-label {
    background-color: #fff;
    display:block;
    font-size: clamp(14px, 1.8vw, 15px);
    min-width: 150px;
    max-width: 250px;
    width: calc((250 / 810) * 100vw);
    padding: 1em 0;
    text-align: center;
    border:1px solid #4d4d4d;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .nkr-our_data-tab-label {
        font-size: clamp(14px, 1.2vw, 18px);
        max-width: 400px;
        width: calc((400 / 1920) * 100vw);
    }
}

#tab-button01:checked ~ .nkr-our_data-tab-labels .tab-label01,
#tab-button02:checked ~ .nkr-our_data-tab-labels .tab-label02 {
    background:#2837a8;
    border: 1px solid #2837a8;
    color: #fff;
}
.nkr-our_data-tab-contents {
    margin-top: clamp(40px, 7.5vw, 75px);
    margin-bottom: 50px;
}
.nkr-our_data-tab-content {
    display: none;
}
.nkr-our_data-tab-content img {
    display: block;
    object-fit: cover;
	height: 100%;
    width: 100%;
}
#tab-button01:checked ~ .nkr-our_data-tab-contents #tab-content01,
#tab-button02:checked ~ .nkr-our_data-tab-contents #tab-content02 {
    display: block;
}
.nkr-our_data-tab-head {
    color: #2837a8;
    font-size: clamp(14px, 2vw, 21px);
    margin-bottom: clamp(30px, 4.3vw, 65px);
    text-align: center;
}
@media (min-width: 1200px) {
    .nkr-our_data-tab-head {
        font-size: clamp(14px, 1.7vw, 30px);
    }
}
.nkr-our_data-tab-body {
    /* aspect-ratio: 1200 / 350; */
    display: grid;
    gap: 20px;
    position: relative;
}
@media (min-width: 600px) {
    .nkr-our_data-tab-body {
        display: flex;
        gap: 1% 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
._year-established {
    aspect-ratio: 571 / 701;
    grid-area: year-established
}
._sales-transition {
    aspect-ratio: 1792 / 701;
    grid-area: sales-transition;
}
._unit-price-transition {
    aspect-ratio: 1180 / 701;
    grid-area: unit-price-transition;
}
._annual-holiday {
    aspect-ratio: 571 / 701;
    grid-area: annual-holiday;
}
._job-relocation {
    aspect-ratio: 571 / 701;
    grid-area: job-relocation;
}
._retirement-money {
    aspect-ratio: 571 / 701;
    grid-area: retirement-money;
}
._condolence-money {
    aspect-ratio: 771 / 701;
    grid-area: condolence-money;
}
._qualification-fee {
    aspect-ratio: 771 / 701;
    grid-area: qualification-fee;
}
._various-allowances {
    aspect-ratio: 771 / 701;
    grid-area: various-allowances;
}
._refreshment-vacation {
    aspect-ratio: 771 / 701;
    grid-area: refreshment-vacation;
}
._special-childcare-leave {
    aspect-ratio: 771 / 701;
    grid-area: special-childcare-leave;
}
._special-leave {
    aspect-ratio: 771 / 701;
    grid-area: special-leave;
}
._internal-relaxation {
    aspect-ratio: 771 / 701;
    grid-area: internal-relaxation;
}
._internal-cafe {
    aspect-ratio: 771 / 701;
    grid-area: internal-cafe;
}
@media (min-width: 600px) {
    ._year-established {
        width: calc((571 / 2400) * 100%);
    }
    ._sales-transition {
        width: calc((1792 / 2400) * 100%);
    }
    ._unit-price-transition {
        width: calc((1180 / 2400) * 100%);
    }
    ._annual-holiday {
        width: calc((571 / 2400) * 100%);
    }
    ._job-relocation {
        width: calc((571 / 2400) * 100%);
    }
    ._retirement-money {
        width: calc((571 / 2400) * 100%);
    }
    ._retirement-money {
        width: calc((771 / 2400) * 100%);
        aspect-ratio: 771 / 701;
    }
    ._condolence-money {
        width: calc((771 / 2400) * 100%);
    }
    ._qualification-fee {
        width: calc((771 / 2400) * 100%);
    }
    ._various-allowances {
        width: calc((771 / 2400) * 100%);
    }
    ._refreshment-vacation {
        width: calc((771 / 2400) * 100%);
    }
    ._special-childcare-leave {
        width: calc((771 / 2400) * 100%);
    }
    ._special-leave {
        width: calc((771 / 2400) * 100%);
    }
    ._internal-relaxation {
        width: calc((771 / 2400) * 100%);
    }
    ._internal-cafe {
        width: calc((771 / 2400) * 100%);
    }
}
.nkr-our_data-tab-body._tab01 {
    grid-template-areas: "year-established annual-holiday"
    "sales-transition sales-transition"
    "unit-price-transition unit-price-transition"
    "job-relocation retirement-money"
    "condolence-money qualification-fee"
    "various-allowances special-leave"
    "refreshment-vacation special-childcare-leave"
    "internal-relaxation internal-cafe";
}
@media (min-width: 600px) {
    .nkr-our_data-tab-body._tab01 {
        aspect-ratio: 1200 / 1830;
    }
    .nkr-our_data-tab-body > div {
		height: 19%;
/*         height: calc((350 / 1830) * 100%); */
    }
    ._retirement-money img {
        aspect-ratio: auto;
    }
}

._ages-percentage {
    aspect-ratio: 1180 / 901;
    grid-area: ages-percentage;
}
._male-female-ratio {
    aspect-ratio: 571 / 901;
    grid-area: male-female-ratio;
}
._average-age {
    aspect-ratio: 571 / 901;
    grid-area: average-age;
}
._average-overtime {
    aspect-ratio: 571 / 701;
    grid-area: average-overtime;
}
._paid-days {
    aspect-ratio: 571 / 701;
    grid-area: paid-days;
}
._maternity-leave-rate {
    aspect-ratio: 571 / 701;
    grid-area: maternity-leave-rate;
}
._paternity-leave {
    aspect-ratio: 571 / 701;
    grid-area: paternity-leave;
}
._childcare-leave-rate {
    aspect-ratio: 571 / 701;
    grid-area: childcare-leave-rate;
}
._special-childcare-leave-rate {
    aspect-ratio: 571 / 701;
    grid-area: special-childcare-leave-rate;
}
._average-years-employment {
    aspect-ratio: 571 / 701;
    grid-area: average-years-employment;
}
._internal-event {
    aspect-ratio: 571 / 701;
    grid-area: internal-event;
}
._sports {
    aspect-ratio: 771 / 701;
    grid-area: sports;
}
._lunch {
    aspect-ratio: 771 / 701;
    grid-area: lunch;
}
._recommended_restaurant {
    aspect-ratio: 771 / 701;
    grid-area: recommended_restaurant;
}
._acquisition-qualifications {
    aspect-ratio: 771 / 701;
    grid-area: acquisition-qualifications;
}
._rewarding {
    aspect-ratio: 1586 / 701;
    grid-area: rewarding;
}
._growth-realization {
    aspect-ratio: 1586 / 701;
    grid-area: growth-realization;
}
._sns {
    aspect-ratio: 771 / 701;
    grid-area: sns;
}
._travel {
    aspect-ratio: 771 / 701;
    grid-area: travel;
}
._junior {
    aspect-ratio: 1586 / 701;
    grid-area: junior;
}
._hobby {
    aspect-ratio: 2399 / 701;
    grid-area: hobby;
}
@media (min-width: 600px) {
    ._ages-percentage {
        width: calc((1180 / 2400) * 100%);
    }
    ._male-female-ratio {
        width: calc((571 / 2400) * 100%);
    }
    ._average-age {
        width: calc((571 / 2400) * 100%);
    }
    ._average-overtime {
        width: calc((571 / 2400) * 100%);
    }
    ._paid-days {
        width: calc((571 / 2400) * 100%);
    }
    ._maternity-leave-rate {
        width: calc((571 / 2400) * 100%);
    }
    ._paternity-leave {
        width: calc((571 / 2400) * 100%);
    }
    ._childcare-leave-rate {
        width: calc((571 / 2400) * 100%);
    }
    ._special-childcare-leave-rate {
        width: calc((571 / 2400) * 100%);
    }
    ._average-years-employment {
        width: calc((571 / 2400) * 100%);
    }
    ._internal-event {
        width: calc((571 / 2400) * 100%);
    }
    ._sports {
        width: calc((771 / 2400) * 100%);
    }
    ._lunch {
        width: calc((771 / 2400) * 100%);
    }
    ._recommended_restaurant {
        width: calc((771 / 2400) * 100%);
    }
    ._acquisition-qualifications {
        width: calc((771 / 2400) * 100%);
    }
    ._rewarding {
        width: calc((1586 / 2400) * 100%);
    }
    ._growth-realization {
        width: calc((1586 / 2400) * 100%);
    }
    ._sns {
        width: calc((771 / 2400) * 100%);
    }
    ._travel {
        width: calc((771 / 2400) * 100%);
    }
    ._junior {
        width: calc((1586 / 2400) * 100%);
    }
    ._hobby {
        width: 100%;
    }
}
.nkr-our_data-tab-body._tab02 {
    grid-template-areas: "ages-percentage ages-percentage"
    "male-female-ratio average-age"
    "average-overtime paid-days"
    "maternity-leave-rate paternity-leave"
    "childcare-leave-rate special-childcare-leave-rate"
    "average-years-employment internal-event"
    "sports lunch"
    "recommended_restaurant acquisition-qualifications"
    "rewarding rewarding"
    "growth-realization growth-realization"
    "sns travel"
    "junior junior"
    "hobby hobby"
    ;
}
@media (min-width: 600px) {
    .nkr-our_data-tab-body._tab02 {
        aspect-ratio: 1200 / 3040;
    }
    .nkr-our_data-tab-body._tab02 > div {
        height: calc((350 / 3040) * 100%);
    }
    .nkr-our_data-tab-body._tab02 > div._h450 {
        height: calc((450 / 3040) * 100%);
    }
}

/* .nkr-our_data-tab-row._h450 {
    aspect-ratio: 1200 / 450;
}
.nkr-our_data-tab-row._h690 {
    aspect-ratio: 1200 / 690;
}
.nkr-our_data-tab-row:not(:first-of-type) {
    margin-top: calc((20 / 1200) * 100%);
} */
@media (min-width: 1200px) {
    .nkr-our_data-tab-row:nth-of-type(3)::before {
        aspect-ratio: 409 / 669;
        background: url(../images/data/deco/ripple03.png) no-repeat center center / contain;
        content: '';
        display: block;
        width: 17%;
        top: 37%;
        left: -22.5%;
        position: absolute;
    }
    .nkr-our_data-tab-row:nth-of-type(4)::after {
        aspect-ratio: 338 / 348;
        background: url(../images/data/deco/ripple04.png) no-repeat center center / contain;
        content: '';
        display: block;
        width: 14%;
        top: 48%;
        right: -20%;
        position: absolute;
    }
}

/* ================================================
6. Archive interview
================================================ */
.post-type-archive-interview .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
}
.post-type-archive-interview .l-content__body .l-article {
    max-width: none !important;
}
.nkr-page_i-top {
    aspect-ratio: 3836 / 1855;
    background: url(../images/interview/head.png) no-repeat center center / contain;
    position: relative;
    z-index: 5;
}
.nkr-page_i-head {
    color: #fff;
    left: 2%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
@media (min-width: 500px) {
    .nkr-page_i-head {
        left: 8%;
    }
}
.nkr-page_i-head p {
    animation: nkr-fade-up 0.8s forwards 0.5s;
    opacity: 0;
}
.nkr-page_i-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.post-type-archive-interview .nkr-interview {
    background: linear-gradient(0deg, var(--nkr-main-color) 0%, var(--nkr-main-color) 85%, #fff 100%);
    margin-top: -100px;
    padding-top: 150px;
}
.post-type-archive-interview .nkr-interview-head {
    display: none;
}
.post-type-archive-interview .nkr-interview-list {
    opacity: 1;
    translate: 0;
}

/* ================================================
7. Page benefit system
================================================ */
.page-benefit-system .l-content__body {
    padding-inline: 20px;
    max-width: 1920px;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .page-benefit-system .l-content__body {
        padding-inline: min(calc((1920 - 1524) / 2 / 1920* 100vw), 198px);
    }
}
.nkr-benefit_system-top {
    aspect-ratio: 3838 / 1693;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: url(../images/benefit/head.jpg) no-repeat center center / contain;
    position: relative;
    z-index: -5;
}
.nkr-benefit_system-top::after {
    aspect-ratio: 3839 / 1700;
    background: url(../images/greeting/deco/wave.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: -5;
}
.nkr-page-table-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
.nkr-page-table-head p {
    animation: nkr-fade-up 0.8s forwards 0.5s;
    opacity: 0;
}
.nkr-page-table-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.nkr-page-table-body {
    font-size: clamp(14px, 1.3vw, 1.4em);
    margin-top: 14.3%;
    position: relative;
}
.nkr-page-table-body::before,
.nkr-page-table-body::after {
    aspect-ratio: 1;
    content: '';
    display: block;
    position: absolute;
    z-index: -5;
}
.nkr-page-table-body::before {
    background: url(../images/deco/ripple02.png) no-repeat center center / contain;
    top: -19%;
    left: -14%;
    width: 22%;
}
.nkr-page-table-body::after {
    background: url(../images/deco/ripple04.png) no-repeat center center / contain;
    top: 35%;
    right: -10%;
    width: 22%;
}
.nkr-page-table-table {
    line-height: 1.5;
    border: none;
}
.nkr-page-table-table th {
    background-color: #0084f4;
    border: none;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.nkr-page-table-table thead th {
    text-align: center;
}
@media (min-width: 600px) {
    .nkr-page-table-table th {
        padding-left: 0.75em !important;
        text-indent: 0;
    }
    .nkr-page-table-table thead tr th:first-of-type,
    .nkr-page-table-table tbody tr th:first-of-type {
        white-space: nowrap;
    }
}
.nkr-page-table-table thead tr th:not(:first-of-type) {
    border-left: solid 1px #fff;
}
.nkr-page-table-table thead tr th span,
.nkr-page-table-table tr:not(:last-child) th ._border-bottom {
    border-bottom: solid 1px #fff;
    bottom: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 94%;
}
.nkr-page-table-table td {
    border: none;
    position: relative;
}
.nkr-page-table-table td span {
    border-bottom: solid 1px #2c4b7b;
    bottom: 0;
    height: 100%;
    right: 0;
    position: absolute;
    width: calc(100% - 5px);
    z-index: -5;
}
.nkr-page-table-table a {
    font-weight: 700;
}
.nkr-page-table-table-footnote {
    padding-left: 1em;
    padding-top: 1em;
}
.nkr-page-table-links {
    margin-top: clamp(70px, 7.2vw, 138px);
    padding-bottom: clamp(70px, 9vw, 115px);
    text-align: center;
    position: relative;
}
.nkr-page-table-links::before,
.nkr-page-table-links::after {
    aspect-ratio: 1;
    content: '';
    display: block;
    position: absolute;
    z-index: -5;
}
.nkr-page-table-links::before {
    background: url(../images/deco/ripple01.png) no-repeat center center / contain;
    top: -19%;
    right: -14%;
    width: 22%;
}
.nkr-page-table-links::after {
    background: url(../images/deco/ripple05.png) no-repeat center center / contain;
    top: 35%;
    left: -20%;
    width: 22%;
}

/* ================================================
8. Page entry
================================================ */
.page-entry .l-content__body {
    max-width: 1600px !important;
    margin-bottom: 0;
    padding-inline: 10px;
}
@media (min-width: 600px) {
    .page-entry .l-content__body {
        padding-inline: 0;
        width: calc((1600 / 1920) * 100vw);
    }
}
.page-entry .l-content__body .l-article {
    max-width: none !important;
}
.nkr-entry-top {
    aspect-ratio: 3831 / 1698;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: url(../images/entry/head.jpg) no-repeat center center / contain;
    position: relative;
    z-index: -5;
}
.nkr-entry-top::after {
    aspect-ratio: 3839 / 1700;
    background: url(../images/greeting/deco/wave.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: -5;
}
.nkr-entry-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
.nkr-entry-head p {
    animation: nkr-fade-up 0.8s forwards 0.5s;
    opacity: 0;
}
.nkr-entry-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}

.page-entry .l-content__body {
    margin-inline: auto;
    padding-bottom: 30px;
}
@media (min-width: 1200px) {
    .page-entry .l-content__body {
        padding-inline: min(calc((1920 - 1524) / 2 / 1920 * 100vw), 198px);
    }
}
.page-entry .wpcf7-form {
    font-size: 14px;
}
@media (min-width: 800px) {
    .page-entry .wpcf7-form {
        font-size: 16px;
    }
}
.page-entry .nkr-cf7-part {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
}
@media (min-width: 800px) {
    .page-entry .nkr-cf7-part {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
}
.page-entry .nkr-cf7-part > label {
    background-color: #0084f4;
    color: #fff;
    font-weight: 700;
    padding: 15px;
}
.page-entry .nkr-cf7-required {
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    padding: 0.1em 0.5em;
    display: inline-block;
    margin-left: 0.5em;
}
.page-entry .nkr-cf7-part .wpcf7-form-control-wrap {
    background-color: #f7f7f7;
    padding: 15px;
}
.page-entry .nkr-cf7-part .wpcf7-text,
.page-entry .nkr-cf7-part .wpcf7-number,
.page-entry .nkr-cf7-part .wpcf7-textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}
.page-entry .nkr-cf7-part .wpcf7-select {
    border-radius: 3px;
    border: none;
}
.page-entry .nkr-cf7-part .wpcf7-text,
.page-entry .nkr-cf7-part .wpcf7-textarea {
    width: 100%;
}
@media (min-width: 800px) {
    .page-entry .nkr-cf7-part .wpcf7-text,
    .page-entry .nkr-cf7-part .wpcf7-textarea {
        width: 80%;
    }
}
.page-entry .wpcf7-submit {
    background-color: #0084f4;
    border: none;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 15px;
    margin: 50px auto 0;
    border-radius: 2px;
    width: 200px;
}
.nkr-entry-main {
    margin-top: 14.3%;
}
.page-recruit-info .l-content__body {
    padding-inline: 20px;
    max-width: 1920px;
    margin-bottom: clamp(70px, 9vw, 115px);
}
@media (min-width: 600px) {
    .page-recruit-info .l-content__body {
        padding-inline: min(calc((1920 - 1524) / 2 / 1920 * 100vw), 198px);
    }
}
.nkr-recruit-info-text {
    font-weight: 700;
    margin-bottom: 30px;
}
.nkr-link-entry {
    text-align: center;
}
.nkr-link-entry a {
    align-items: center;
    display: inline-flex;
    font-size: clamp(14px, 2.5vw, 20px);
    justify-content: center;
    background: linear-gradient(103.5deg, #45ffff 0%, #007dff 100%);
    color: #fff;
    margin-top: 70px;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    width: 13em;
}
.nkr-link-entry a:hover {
    animation: nkr-btn-ripple 1s;
}


/* ================================================
9. Page training
================================================ */

.page-training .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
}
.page-training .l-content__body .l-article {
    max-width: none !important;
}
.nkr-training-top {
    aspect-ratio: 3839 / 1701;
    background: url(../images/training/head.png) no-repeat center center / contain;
    position: relative;
    z-index: 5;
}
.nkr-training-top::after {
    aspect-ratio: 3839 / 1700;
    background: url(../images/greeting/deco/wave.png) no-repeat center center / contain;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 52%;
    width: 100%;
    z-index: -5;
}
.nkr-training-head {
    color: #fff;
    left: 8%;
    font-size: max(18px, 2.85vw);
    font-style: italic;
    line-height: 1.2;
    top: 33.5%;
    position: absolute;
}
.nkr-training-head_en {
    animation: nkr-fade-up 0.8s forwards;
    font-size: 0.52em;
    font-family: 'reross';
    margin-bottom: .3em;
    display: block;
    opacity: 0;
    text-transform: uppercase;
}
.nkr-training-head p {
    animation: nkr-fade-up 0.8s forwards 0.5s;
    opacity: 0;
}
.nkr-training-heading {
    margin-inline: auto;
    text-align: center;
}
.nkr-training-heading p:nth-of-type(1) {
    font-size: clamp(10px, 1.1vw, 21px);
    font-style: italic;
    font-family: 'reross';
    text-transform: uppercase;
}
.nkr-training-heading p:nth-of-type(2) {
    font-size: clamp(16px, 2.1vw, 40px);
    margin-top: 0.2em;
    position: relative;
}
.nkr-training-main {
    padding-bottom: clamp(50px, 15vw, 150px);
    padding-top: clamp(50px, 10vw, 100px);
    position: relative;
    z-index: 5;
}
.nkr-training-body {
    background-color: #d0ecfb;
    padding: 0 20px 40px;
    margin: 50px auto 0;
}
@media (min-width: 600px) {
    .nkr-training-body {
        padding: 0 40px 40px;
        max-width: 800px;
        width: 100%;
    }
}
@media (min-width: 1300px) {
    .nkr-training-body {
        max-width: none;
        padding-top: 40px;
        width: 1200px;
    }
}
.nkr-training-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 120px 50px;
    justify-content: center;
}
@media (min-width: 1300px) {
    .nkr-training-steps {
        justify-content: space-between;
        gap: 0;
    }
}
.nkr-training-step {
    aspect-ratio: 260 / 654;
    max-width: 260px;
    display: flex;
    align-items: end;
    position: relative;
}
@media (min-width: 1300px) {
    .nkr-training-step:nth-of-type(3),
    .nkr-training-step:nth-of-type(4) {
        aspect-ratio: 260 / 654;
    }
}
.nkr-training-step-body {
    position: absolute;
    left: 0;
    width: 100%;
    padding-inline: 20px;
}
.nkr-training-step:nth-of-type(1) .nkr-training-step-body {
    top: 45%;
}
.nkr-training-step:nth-of-type(2) .nkr-training-step-body {
    top: 39%;
}
.nkr-training-step:nth-of-type(3) .nkr-training-step-body {
    top: 33%;
}
.nkr-training-step:nth-of-type(4) .nkr-training-step-body {
    top: 27%;
}
.nkr-training-step:nth-of-type(1) .nkr-training-step-subhead {
    background-color: #25dad4;
}
.nkr-training-step:nth-of-type(2) .nkr-training-step-subhead {
    background-color: #08c0e2;
}
.nkr-training-step:nth-of-type(3) .nkr-training-step-subhead {
    background-color: #6d6edc;
}
.nkr-training-step:nth-of-type(4) .nkr-training-step-subhead {
    background-color: #f0c100;
}
.nkr-training-step:nth-of-type(1) {
    position: relative;
}
.nkr-training-step01plus {
    aspect-ratio: 222 / 141;
    background: url(../images/training/step01plus.png) no-repeat center center / contain;
    font-size: 20px;
    font-weight: 700;
    width: 88%;
    bottom: -17%;
    left: 6%;
    padding: 30px;
    position: absolute;
}
.nkr-training-step01plus-head {
    color: #007dff;
}
.nkr-training-step01plus-body li {
    line-height: 1.4;
}
.nkr-training-step01plus-body li::marker {
    color: #007dff;
}
.nkr-training-step-time {
    text-align: center;
    color: #2837a8;
    font-weight: 700;
    font-size: 28px;
}
.nkr-training-step-time b {
    font-size: 2.8em;
    font-family: 'reross';
    line-height: 1;
    vertical-align: middle;
}
.nkr-training-step-subhead {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-inline: auto;
    margin-top: -7px;
    padding: 3px;
    text-align: center;
}
.nkr-training-step-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.nkr-training-step-menu li {
    position: relative;
    font-size: 18px;
    padding-left: 1em;
    letter-spacing: 0;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
@media (min-width: 500px) {
    .nkr-training-step-menu li {
        font-size: 20px;
    }
}
.nkr-training-step-menu li::before {
    content: '○';
    font-size: 1em;
    position: absolute;
    left: 0;
}
.nkr-training-explain {
    font-size: clamp(16px, 3vw, 23px);
    margin-top: 3em;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
@media (min-width: 1300px) {
    .nkr-training-explain {
        margin-top: 1.5em;
        padding-left: 25%;
    }
}
.nkr-training-explain span {
    display: inline-block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%, rgba(240, 193, 0, 1) 90%, rgba(240, 193, 0, 1) 100%);
    font-weight: 700;
}

.nkr-training-details {
    background-color: #fff;
    clip-path: polygon(0 0, 44% 0, 50% 30px, 56% 0, 100% 0, 100% 100%, 0 100%);
    margin-top: 50px;
    padding: 80px 15px 0;
}
@media (min-width: 500px) {
    .nkr-training-details {
        padding-inline: 30px;
    }
}
@media (min-width: 1300px) {
    .nkr-training-details {
        clip-path: polygon(0 0, 44% 0, 50% 4%, 56% 0, 100% 0, 100% 100%, 0 100%);
    }
}
.nkr-training-details-head {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    text-align: center;
}
@media (min-width: 400px) {
    .nkr-training-details-head {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }
}
.nkr-training-details-inner {
    padding-bottom: 30px;
}
.nkr-training-detail {
    margin-top: 55px;
}
@media (min-width: 1300px) {
    .nkr-training-detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 45px;
        margin-top: 45px;
    }
}
.nkr-training-detail-imgs {
    position: relative;
}
.nkr-training-detail-imgs img {
    display: block;
}
.nkr-training-detail-number {
    aspect-ratio: 1;
    width: 40%;
    position: absolute;
    left: 0;
}
@media (min-width: 500px) {
    .nkr-training-detail-number {
        left: 3%;
        width: 32%;
    }
}
@media (min-width: 700px) {
    .nkr-training-detail-number {
        left: 10%;
    }
}
@media (min-width: 1300px) {
    .nkr-training-detail-number {
        width: 40%;
        left: 0;
    }
}
.nkr-training-detail-img {
    aspect-ratio: 315 / 209;
    max-width: 315px;
    object-fit: cover;
    width: 70%;
}
@media (min-width: 700px) {
    .nkr-training-detail-img {
        width: auto;
    }
}
.nkr-training-detail:nth-of-type(odd) .nkr-training-detail-img {
    margin-left: auto;
}
@media (min-width: 700px) {
    .nkr-training-detail:nth-of-type(odd) .nkr-training-detail-img {
        margin-left: 38%;
    }
}
@media (min-width: 1300px) {
    .nkr-training-detail:nth-of-type(odd) .nkr-training-detail-img {
        margin-left: auto;
    }
}
.nkr-training-detail:nth-of-type(even) .nkr-training-detail-img {
    margin-left: auto;
}
@media (min-width: 700px) {
    .nkr-training-detail:nth-of-type(even) .nkr-training-detail-img {
        margin-left: 38%;
    }
}
@media (min-width: 1300px) {
    .nkr-training-detail:nth-of-type(even) .nkr-training-detail-img {
        margin-left: 0;
    }
}
.nkr-training-detail:nth-of-type(even) .nkr-training-detail-imgs {
    order: 2;
}
@media (min-width: 1300px) {
    .nkr-training-detail:nth-of-type(even) .nkr-training-detail-number {
        left: auto;
        right: 0;
    }
}
.nkr-training-detail-txt {
    margin-top: 30px;
    font-size: clamp(14px, 2.5vw, 20px);
}
@media (min-width: 1300px) {
    .nkr-training-detail-txt {
        font-size: 20px;
        margin-top: 0;
    }
}
/* ================================================
10. Single
================================================ */
.single-topics .l-content__body {
    margin-top: 3rem;
}
.single-topics .u-flex--aicw {
    justify-content: end;
}
.single-topics .c-postTimes__item {
    font-size: clamp(14px, 1.05vw, 20px);
    font-weight: 700;
}
.single-topics .c-postTimes__item svg {
    display: none;
}
.single-topics .p-entry__thumb {
    margin-top: 10px;
}
.single-interview .l-content__body {
    max-width: none !important;
    margin-bottom: 0;
    padding-inline: 0;
}
.single-interview .l-content__body .l-article {
    max-width: none !important;
}
.nkr-single_i-top {
    aspect-ratio: 3820 / 1852;
    /* background: url(../images/job/head.png) no-repeat center center / contain; */
    position: relative;
    z-index: 5;
}
.nkr-single_i-top::before {
    background: url(../images/job/deco/head02.png) no-repeat left -2px top -2px / contain;
    content: '';
    display: block;
    height: 97%;
    width: 100%;
    top: 4%;
    left: 0;
    position: absolute;
}
.nkr-single_i-top::after {
    aspect-ratio: 2105/800;
    background: url(../images/deco/droplets.png) no-repeat center center/contain;
    content: "";
    display: block;
    filter: brightness(130%) saturate(120%);
    left: 30%;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 67%;
    width: 42.5vw;
}
.nkr-single_i-top-img {
    aspect-ratio: 3820 / 1852;
    clip-path: circle(200% at 50% -233%);
    left: 0;
    top: 0;
    position: absolute;
    padding-left: 20%;
    height: 100%;
    width: 100%;
}
@media (min-width: 1000px) {
    .nkr-single_i-top-img {
        clip-path: circle(200% at 50% -232%);
    }
}
.nkr-single_i-top-img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.nkr-single_i-top-img::before {
    background: url(../images/job/deco/head01.png) no-repeat left -2px top -2px / contain;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
}

.nkr-single_i-top-head {
    color: #fff;
    left: 16%;
    font-size: clamp(10px, 1.7vw, 40px);
    line-height: 1.2;
    top: 43%;
    translate: -50% -50%;
    position: absolute;
    z-index: 10;
}
@media (min-width: 600px) {
    .nkr-single_i-top-head {
        left: 13%;
    }
}
@media (min-width: 800px) {
    .nkr-single_i-top-head {
        left: 6%;
        top: 35%;
        translate: none;
    }
}
.nkr-single_i-title {
    display: none;
    text-transform: uppercase;
    width: 80%;
}
@media (min-width: 500px) {
    .nkr-single_i-title {
        display: block;
    }
}
@media (min-width: 600px) {
    .nkr-single_i-title {
        width: 100%;
    }
}
.nkr-single_i-meta {
    font-size: max(10px, 0.7em);
    margin-top: 0.5em;
}
@media (min-width: 600px) {
    .nkr-single_i-meta {
        margin-top: 1em;
    }
}
.nkr-single_i-year {
    display: block;
}
@media (min-width: 800px) {
    .nkr-single_i-year {
        display: inline;
    }
}
.nkr-single_i-position {
    background-color: #f29c5e;
    display: inline-block;
    margin-top: 0.3em;
    padding: 0.2em 0.1em;
}
@media (min-width: 500px) {
    .nkr-single_i-position {
        padding: 0.2em 1em;
    }
}
@media (min-width: 800px) {
    .nkr-single_i-position {
        display: inline;
        margin-left: 0.5em;
        margin-top: 0;
    }
}
.nkr-single_i-name {
    font-size: min(2.2em, 4.5vw);
}
.nkr-single_i-name_en {
    font-size: 1.1em;
    margin-top: 0.3em;
    text-transform: uppercase;
    width: 80%;
}
@media (min-width: 600px) {
    .nkr-single_i-name_en {
        margin-top: 0.8em;
        text-indent: 0.2em;
        width: 100%;
    }
}
.nkr-single_i-top-message {
    position: absolute;
    right: 0;
    top: 47.5%;
    width: 55%;
}
.nkr-single_i-top-message p {
    background-color: #fff;
    font-size: min(80px, 3.5vw);
    font-weight: 700;
    line-height: 1.4;
    padding-left: 0.7em;
}
.nkr-single_i-top-message p:nth-of-type(2) {
    margin-top: 0.3em;
}
.nkr-single_i-body {
    margin-top: -13%;
}
.nkr-single_i-dl {
    padding-bottom: max(45px, 5.21%);
    padding-top: max(45px, 5.21%);
    position: relative;
}
@media (min-width: 1921px) {
    .nkr-single_i-dl {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}
.nkr-single_i-dl:nth-of-type(1) {
    padding-top: 22%;
}
.nkr-single_i-dl:nth-of-type(1)::before {
    aspect-ratio: 1178/907;
    background: url(../images/deco/splash.png) no-repeat center center / contain;
    content: '';
    display: block;
    mix-blend-mode: screen;
    top: 21%;
    right: -13%;
    rotate: 180deg;
    position: absolute;
    width: 30%;
    z-index: 15;
}
.nkr-single_i-dl:nth-of-type(2) .nkr-single_i-dl-body::before {
    aspect-ratio: 1;
    background: url(../images/deco/ripple01.png) no-repeat center center / contain;
    content: '';
    display: block;
    top: -49%;
    left: 4.5%;
    position: absolute;
    width: 15%;
    z-index: -5;
}
.nkr-single_i-dl:nth-of-type(odd) {
    background: radial-gradient(circle at 85% 0%, #e5f4f6 0%, #98cede 58%, #98cede 100%);
}
.nkr-single_i-dl:nth-of-type(odd):nth-of-type(n+3)::before {
    aspect-ratio: 628 / 2034;
    background: url(../images/deco/wave-list.png) no-repeat center center / contain;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    /* height: 50%; */
    height: 115%;
    opacity: 0.5;
}
@media (min-width: 1000px) {
    .nkr-single_i-dl:nth-of-type(odd):nth-of-type(n+3)::before {
        height: 150%;
        opacity: 1;
    }
}
.nkr-single_i-dl:nth-of-type(3)::after {
    aspect-ratio: 1178/907;
    background: url(../images/deco/splash.png) no-repeat center center / contain;
    content: '';
    display: block;
    mix-blend-mode: screen;
    left: -100px;
    top: 14%;
    height: 45%;
    scale: 1 -1;
    position: absolute;
    z-index: 5;
}
@media (min-width: 1000px) {
    .nkr-single_i-dl:nth-of-type(3)::after {
        top: 4%;
        left: -13%;
        height: 66%;
    }
}
@media (min-width: 1920px) {
    .nkr-single_i-dl:nth-of-type(3)::after {
        left: -250px;
    }
}
.nkr-single_i-dl:nth-of-type(3) .nkr-single_i-dl-body::after {
    aspect-ratio: 1;
    background: url(../images/deco/ripple02.png) no-repeat center center / contain;
    content: '';
    display: block;
    top: -39%;
    right: 11.5%;
    position: absolute;
    width: 9%;
    z-index: -5;
}
.nkr-single_i-dl-body {
    max-width: 820px;
    margin-inline: auto;
    padding-inline: 20px;
    position: relative;
    z-index: 10;
}
@media (min-width: 600px) {
    .nkr-single_i-dl-body {
        padding-inline: clamp(30px, 10vw, 60px);
    }
}
@media (min-width: 1000px) {
    .nkr-single_i-dl-body {
        max-width: 1920px;
        padding-left: 8.85%;
        min-height: 25vw;
    }
}
@media (min-width: 1920px) {
    .nkr-single_i-dl-body {
        min-height: 480px;
        padding-left: 170px;
    }
}
.nkr-single_i-dl-body dt {
    background-color: #fff;
    border: solid 1px #000;
    display: inline-block;
    font-size: clamp(16px, 1.93vw, 37px);
    font-weight: 700;
    padding: .2em .5em;
    position: relative;
    z-index: 10;
}
@media (min-width: 1000px) {
    .nkr-single_i-dl-body dt {
        margin-top: 2%;
    }
}
.nkr-single_i-dl-body dd {
    font-size: clamp(14px, 1.05vw, 20px);
    margin-top: max(15px, 2%);
    line-height: 1.5;
}
@media (min-width: 1000px) {
    .nkr-single_i-dl-body dd {
        line-height: 1.8;
        max-width: 750px;
        width: 39vw;
    }
}
.nkr-single_i-dl-img {
    max-width: 450px;
    margin-inline: auto;
    margin-top: 30px;
}
@media (min-width: 1000px) {
    .nkr-single_i-dl-img {
        height: 100%;
        max-width: 960px;
        margin-top: 0;
        top: 0;
        right: 0;
        position: absolute;
        width: 50vw;
    }
}
.nkr-single_i-dl-img img {
    aspect-ratio: 965 / 482;
    display: block;
    object-fit: cover;
    width: 100%;
}
.nkr-single_i-dl-message {
    margin-inline: auto;
    max-width: 1500px;
    padding-inline: 20px;
    padding-top: clamp(60px, 8.8vw, 106px);
    padding-bottom: clamp(80px, 12vw, 143px);
    position: relative;
}
@media (min-width: 600px) {
    .nkr-single_i-dl-message {
        padding-inline: 60px;
    }
}
.nkr-single_i-dl-message::before {
    aspect-ratio: 1;
    background: url(../images/deco/ripple02.png) no-repeat center center / contain;
    content: '';
    display: block;
    right: 1%;
    position: absolute;
    top: 26%;
    width: 12%;
    z-index: -5;
}
.nkr-single_i-dl-message dt {
    text-align: center;
}
.nkr-single_i-dl-message dt p {
    background-color: #fff;
    border: solid 1px #000;
    display: inline-block;
    font-size: clamp(14px, 1.93vw, 37px);
    font-weight: 700;
    padding: .2em 2.5em;
}
.nkr-single_i-dl-message dd {
    font-size: clamp(14px, 1.05vw, 20px);
    margin-top: 4%;
    line-height: 1.8;
}
.nkr-single_i-interviews-list {
    background: radial-gradient(circle at 85% 0%, #e5f4f6 0%, #98cede 58%, #98cede 100%);
    padding-bottom: 100px;
    padding-top: clamp(80px, 10vw, 120px);
    position: relative;
}
.nkr-single_i-interviews-list::before {
    aspect-ratio: 1178/907;
    background: url(../images/deco/splash.png) no-repeat center center / contain;
    content: '';
    display: block;
    mix-blend-mode: screen;
    top: 2%;
    right: -13%;
    rotate: 180deg;
    position: absolute;
    width: 30%;
}
.nkr-single_i-interviews-list .nkr-interviews-wrap {
    margin-inline: auto;
    max-width: 1600px;
    width: calc((1600 / 1920)* 100vw);
}
