@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);

header {
  transition: opacity 1s cubic-bezier(.43, .05, .17, 1) 3.5s, transform .3s ease;
}
.is-scroll header {
  transform: translateY(-100%);
  transition: transform .3s ease;
}
.l-main {
  color: #101112;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
  padding-top: 103px;
}
.l-main * {
  box-sizing: border-box;
}

.l-footer {
  background-color: #004ea2;
  padding: 180px 50px 32px;
}
.l-footer__comapny {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
.l-footer__comapny a {
  color: #fff;
}
.l-footer__comapny a img {
  max-width: 370px;
  width: 100%;
}
.l-footer nav {
  margin-top: 32px;
}
.l-footer nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-footer nav ul li {
  font-size: 1.6rem;
  margin-left: 2em;
}
.l-footer nav ul li:first-child {
  margin-left: 0;
}
.l-footer nav ul li a {
  color: #fff;
  font-weight: 700;
}
.l-footer__bottom {
  align-items: center;
  box-shadow: 0 -1px 0 #85acd6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  max-width: 1300px;
  padding-top: 24px;
  position: relative;
  width: 100%;
}
.l-footer__bottom ul {
  align-items: center;
  display: flex;
}
.l-footer__bottom ul li {
  font-size: 1.4rem;
  margin-left: 2em;
}
.l-footer__bottom ul li:first-child {
  margin-left: 0;
}
.l-footer__bottom ul li a {
  color: #bcd6f1;
}
.l-footer__bottom__copyright {
  color: #bcd6f1;
  font-size: 1.4rem;
}
.l-footer__bottom__btn-page-top {
  background-color: #85acd6;
  border-radius: 100vh 100vh 0 0;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, -100%);
  width: 70px;
}
.l-footer__bottom__btn-page-top::after {
  background: url(../images/nikkotechno/icon-arrow-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 28.5714285714%;
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 24.2857142857%;
}

.l-breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 48px;
}
.l-breadcrumbs ul {
  align-items: center;
  display: flex;
  list-style-type: none;
}
.l-breadcrumbs ul li::after {
  content: "＞";
  margin-left: 0.2857142857em;
  margin-right: 0.2857142857em;
}
.l-breadcrumbs ul li:last-child::after {
  display: none;
}
.l-breadcrumbs ul li a {
  color: #004ea2;
  text-decoration: none;
}
.l-gnav ul {
  align-items: center;
  display: flex;
}
.l-gnav ul li {
  font-size: 1.6rem;
  margin-left: 2em;
}
.l-gnav ul li:first-child {
  margin-left: 0;
  margin-top: 0;
}
.l-gnav ul li a {
  color: #101112;
  font-weight: 700;
}
.l-gnav ul li.is-current {
  position: relative;
}
.l-gnav ul li.is-current::after {
  background: #004ea2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 14px);
  width: 10px;
}
.l-gnav ul li.is-current a {
  color: #004ea2;
}
.l-gnav.is-show {
  display: block;
}

.l-lnav {
  background-color: #f1f1f1;
  border-radius: 100vh;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2.4em;
  padding: 0.75em 3.2em;
}
.l-lnav ul {
  display: flex;
  flex-wrap: wrap;
}
.l-lnav ul li {
  margin-right: 3.2em;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}
.l-lnav ul li:last-child {
  margin-right: 0;
}
.l-lnav ul li a {
  color: #101112;
  display: inline-block;
  padding-left: 1.6em;
  position: relative;
}
.l-lnav ul li a::after {
  background: url(../images/nikkotechno/icon-arrow-02.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0.85em;
}

.l-btn-menu {
  background-color: #004ea2;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  bottom: 4vw;
  cursor: pointer;
  display: none;
  height: 16vw;
  position: fixed;
  right: 4vw;
  width: 16vw;
  z-index: 50;
}
.l-btn-menu::before {
  background: #fff;
  content: "";
  display: block;
  height: 3.3333333333%;
  left: 50%;
  position: absolute;
  top: 42%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 50%;
}
.l-btn-menu::after {
  background: #fff;
  content: "";
  display: block;
  height: 3.3333333333%;
  left: 50%;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 50%;
}
.l-btn-menu span {
  color: #004ea2;
  display: none;
  font-size: 3.7352vw;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  white-space: nowrap;
}
.l-btn-menu.is-opened {
  background: none;
  box-shadow: none;
}
.l-btn-menu.is-opened span {
  display: block;
}
.l-btn-menu.is-opened::before {
  background-color: #004ea2;
  top: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
}
.l-btn-menu.is-opened::after {
  background-color: #004ea2;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

/* ==========================================================================
 object/component
============================================================================*/
.c-header {
  position: relative;
  z-index: 4;
}

.c-header {
  position: fixed;
  top: 103px;
  min-width: 980px;
  transition: opacity 1s cubic-bezier(.43, .05, .17, 1) 3.5s, top .3s ease;
}
.is-scroll .c-header {
  top: 0;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.2);
}
.u-bg.is-bl.is-heading {
  padding-top: 117px;
}
.c-header .u-bg__inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
.c-header .u-bg__inner::after {
  border-radius: 0 0 0 50px !important;
}
@media screen and (max-width: 599px){
  .c-header {
    position: fixed;
    top: 19vw;
    transition: opacity 1s cubic-bezier(.43, .05, .17, 1) 3.5s, top .3s ease;
    min-width: 0;
  }
  
  .u-bg.is-bl.is-heading {
    padding-top: 19vw;
  }
}
.c-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.c-header__title {
  margin-left: -56px;
}
.c-header__title img {
  width: 349px;
}

.c-hd-01 {
  align-items: center;
  color: #004ea2;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  line-height: 1;
}
.c-hd-01 .--en {
  font-size: 5rem;
}
.c-hd-01 .--ja {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
.c-hd-01.is-wh {
  color: #fff;
}
.c-hd-01.is-left {
  align-items: flex-start;
}

.c-hd-02 {
  color: #004ea2;
  font-size: 4rem;
  font-weight: 700;
}
.c-hd-02.is-wh {
  color: #fff;
}

.c-hd-03 {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  line-height: 1;
}
.c-hd-03 .--ja {
  font-size: 4rem;
}
.c-hd-03 .--en {
  font-size: 1.6rem;
  margin-top: 1em;
}

.c-hd-04 {
  color: #004ea2;
  font-size: 3rem;
  font-weight: 700;
}
.c-hd-04.is-wh {
  color: #fff;
}

.c-hd-05 {
  align-items: center;
  color: #004ea2;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  line-height: 1;
}
.c-hd-05 .--txt-01 {
  background-color: #e7f2f9;
  border-radius: 0.625em;
  font-size: 1.6rem;
  line-height: 2.5em;
  padding-left: 1.6875em;
  padding-right: 1.6875em;
}
.c-hd-05 .--txt-02 {
  font-size: 4rem;
  margin-top: 0.6em;
}

.c-hd-06 {
  font-size: 3.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.c-hd-06__alert {
    font-size: 50%;
    font-weight: normal;
    color: red;
    padding-top: 6px;
}

.c-btn-01 {
  color: #004ea2 !important;
  border-radius: 1.875em;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 3.75em;
  letter-spacing: 0.06em;
  min-width: 14.375em;
  overflow: hidden;
  padding: 1px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.c-btn-01 span {
  align-items: center;
  background: #fff;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-btn-01 span::after {
  background: #101112;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  transition: 0.3s;
  width: 0;
  z-index: -1;
}
.c-btn-01:hover {
  color: #fff !important;
}
.c-btn-01:hover span::after {
  width: calc(100% + 2px);
}

.c-btn-02 {
  background-color: #004ea2;
  color: #fff !important;
  border-radius: 0.8333333333em;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  height: 5.8333333333em;
  min-width: 18.75em;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
}
.c-btn-02::after {
  aspect-ratio: 1/1;
  background: #fff url(../images/nikkotechno/icon-arrow-02.svg) 50% 50% no-repeat;
  background-size: 45% 27.5%;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: 8.8888888889%;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  width: 8.8888888889%;
}
.c-btn-02.is-disabled {
  background-color: #f1f1f1;
  pointer-events: none;
}
.c-btn-02.is-disabled::after {
  background-image: url(../images/nikkotechno/icon-arrow-04.svg);
}
.c-btn-02 span {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 13.3333333333%;
}
.c-btn-02:hover {
  background-color: #101112;
}
.c-btn-02:hover::after {
  background-image: url(../images/nikkotechno/icon-arrow-03.svg);
}

.c-gallery-link figure {
  position: relative;
}
.c-gallery-link figure::after {
  background: linear-gradient(to top, #ffab96 0%, #ff0f47 100%);
  border-radius: 30px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-gallery-link figure img {
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  width: 100%;
}
.c-gallery-link:hover figure {
  position: relative;
}
.c-gallery-link:hover figure::after {
  opacity: 1;
}
.c-gallery-link:hover figure img {
  transform: translate(-10px, -10px);
}

.c-bnr-recruit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  z-index: 3;
}
.c-bnr-recruit__inner {
  align-items: center;
  background: linear-gradient(to top, #ffab96 0%, #ff0f47 100%);
  border-radius: 50px;
  display: flex;
  padding-left: 200px;
  position: absolute;
  height: 280px;
  left: -50px;
  top: -174px;
  width: 1300px;
  z-index: 1;
}
.c-bnr-recruit__inner::after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 50px;
}
.c-bnr-recruit__inner:hover {
  background: linear-gradient(to top, #ff7d75 0%, #fe023d 100%);
}
.c-bnr-recruit__inner:hover::after {
  right: -20px;
}
.c-bnr-recruit__inner p {
  color: #fff;
  font-size: 2rem;
  line-height: 2em;
}
.c-bnr-recruit .c-hd-01 {
  margin-right: 92px;
}
.c-bnr-recruit .c-hd-01 .--en {
  font-size: 5rem;
}
.c-bnr-recruit .c-hd-01 .--ja {
  font-size: 1.6rem;
}
.c-bnr-recruit__txt-01 {
  color: #d4dae0;
  font-size: 17rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -174px;
  transform: translate(80px, -70%);
  z-index: -1;
}

.c-table-01 {
  font-size: 1.6rem;
  margin-top: 40px;
}
.c-table-01 dl {
  border-bottom: 1px solid #cdcdcd;
  display: flex;
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
}
.c-table-01 dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-table-01 dl dt {
  align-items: center;
  background-color: #004ea2;
  border-radius: 0.625em;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 3.75em;
  width: 12.5em;
}
.c-table-01 dl dd {
  line-height: 2.125em;
  padding-bottom: 1em;
  padding-left: 2.5em;
  padding-top: 1em;
  width: 100%;
}
.c-table-01 dl dd .--s {
  font-size: 1.4rem;
}
.c-table-01 p {
  font-size: 1.6rem;
  line-height: 2.125em;
}
.c-table-01 * + p {
  margin-top: 1em;
}
.c-table-01 .c-table-01__txt-01 + p {
  margin-top: 0.5em;
}
.c-table-01__txt-01 {
  font-size: 1.6rem;
}
.c-table-01__txt-01 span {
  background-color: #e7f2f9;
  border-radius: 0.625em;
  color: #004ea2;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.75em 1.5em;
}
.c-table-01 * + .c-table-01__txt-01 {
  margin-top: 1em;
}
.c-table-01__list {
  font-size: 1.6rem;
  margin-top: 1em;
}
.c-table-01__list li {
  margin-top: 0.625em;
}
.c-table-01__list li:first-child {
  margin-top: 0;
}
.c-table-01__list li span {
  background-color: #f1f1f1;
  border-radius: 0.25em;
  display: inline-block;
  line-height: 1;
  margin-right: 0.5em;
  padding: 0.5em 0.5625em;
}
.c-table-01__cols {
  display: flex;
}
.c-table-01__cols__col {
  margin-left: 56px;
}
.c-table-01__cols__col:first-child {
  margin-left: 0;
}

.c-btn-factory {
  background-color: #004ea2;
  border-radius: 20px;
  color: #fff !important;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  max-width: 700px;
  padding: 10px 50px 10px 10px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.c-btn-factory::after {
  background: #fff url(../images/nikkotechno/icon-arrow-02.svg) 50% 50% no-repeat;
  background-size: 45% 27.5%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  width: 40px;
}
.c-btn-factory:hover {
  background-color: #101112;
}
.c-btn-factory:hover::after {
  background-image: url(../images/nikkotechno/icon-arrow-03.svg);
}
.c-btn-factory__inner {
  align-items: center;
  display: flex;
}
.c-btn-factory span {
  width: 100%;
}
.c-btn-factory figure {
  flex-shrink: 0;
  width: 200px;
}
.c-btn-factory figure img {
  border-radius: 10px;
  width: 100%;
}

.c-bnr-contact {
  background-color: #e7f2f9;
  border-radius: 50px;
  margin-top: 144px;
  padding: 64px;
}
.c-bnr-contact__hd {
  align-items: center;
  color: #004ea2;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  line-height: 1;
}
.c-bnr-contact__hd .--en {
  font-size: 5rem;
}
.c-bnr-contact__hd .--ja {
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
.c-bnr-contact__cols {
  align-items: center;
  display: flex;
  margin-top: 56px;
}
.c-bnr-contact__cols__tel {
  display: flex;
  flex-direction: column;
  padding-left: 69px;
  width: 100%;
}
.c-bnr-contact__cols__tel a {
  color: #1777dd;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  position: relative;
}
.c-bnr-contact__cols__tel a::after {
  background: #1777dd url(../images/nikkotechno/icon-tel-02.svg) 50% 50% no-repeat;
  background-size: 50% 50%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 60px;
  left: -69px;
  position: absolute;
  top: 50%;
  transform: translate(0, -45%);
  width: 60px;
}
.c-bnr-contact__cols__tel span {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.8888888889em;
}
.c-bnr-contact__cols__btn {
  flex-shrink: 0;
  width: 47.3251028807%;
}
.c-bnr-contact__cols__btn a {
  align-items: center;
  background-color: #004ea2;
  border-radius: 0.8333333333em;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 5.3333333333em;
  padding-left: 1.6666666667em;
  position: relative;
  transition: 0.3s;
}
.c-bnr-contact__cols__btn a::after {
  aspect-ratio: 1/1;
  background: #fff url(../images/nikkotechno/icon-arrow-02.svg) 50% 50% no-repeat;
  background-size: 45% 27.5%;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: 1.6666666667em;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  width: 1.6666666667em;
}
.c-bnr-contact__cols__btn a span {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.c-bnr-contact__cols__btn a span::after {
  background: url(../images/nikkotechno/icon-email-01.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.3333333333em;
}
.c-bnr-contact__cols__btn a:hover {
  background-color: #101112;
}
.c-bnr-contact__cols__btn a:hover::after {
  background-image: url(../images/nikkotechno/icon-arrow-03.svg);
}

.c-list {
  list-style-type: none;
}
.c-list li {
  font-size: 1.6rem;
}
.c-list.--asterisk > li {
  font-size: 1.4rem;
  line-height: 1.7857142857em;
  margin-top: 0.625em;
  padding-left: 1em;
  text-indent: -1em;
}
.c-list.--asterisk > li::before {
  content: "※";
}
.c-list.--asterisk > li:first-child {
  margin-top: 0;
}
.c-list.--disc > li {
  line-height: 1.5em;
  margin-top: 0.625em;
  padding-left: 1em;
  position: relative;
}
.c-list.--disc > li::after {
  background: #004ea2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
}
.c-list.--disc > li:first-child {
  margin-top: 0;
}
.c-list.--circled-number {
  counter-reset: number;
}
.c-list.--circled-number > li {
  line-height: 2.125em;
  margin-top: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.c-list.--circled-number > li::before {
  align-items: center;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #101112;
  color: #101112;
  content: counter(number);
  counter-increment: number;
  display: flex;
  font-size: 1.2rem;
  height: 1.6rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.85em;
  width: 1.6rem;
}
.c-list.--circled-number > li:first-child {
  margin-top: 0;
}

* + .c-list {
  margin-top: 1em;
}

.c-modal {
  background-color: rgba(30, 50, 72, 0.4);
  display: none;
  height: 100%;
  left: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.c-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-modal__btn-close {
  background-color: #004ea2;
  border-radius: 50%;
  cursor: pointer;
  height: 72px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 72px;
  z-index: 2;
}
.c-modal__btn-close::after {
  background: url(../images/nikkotechno/ico-modal-close.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  content: "";
  cursor: pointer;
  display: block;
  height: 40.2777777778%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40.2777777778%;
}
.c-modal__btn-close:hover {
  opacity: 0.5;
}

.c-modal-box {
  background-color: #1777dd;
  border-radius: 50px;
  display: none;
  max-height: 100%;
  max-width: 1100px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  width: 100%;
}
.c-modal-box__inner {
  height: 90vh;
  overflow: auto;
  padding: 64px;
}

.c-modal .c-modal-box {
  display: block;
}

/* ==========================================================================
 object/project
============================================================================*/
/* ==========================================================================
 object/utility
============================================================================*/
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
}

.js-start-animation {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.--shiny-01 {
  overflow: hidden;
  position: relative;
}
.--shiny-01::before {
  animation: shiny-01 2s ease-in-out infinite;
  aspect-ratio: 1/1;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
@keyframes shiny-01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(0);
    opacity: 0;
  }
  21% {
    transform: scale(4);
    opacity: 1;
  }
  40% {
    transform: scale(50);
    opacity: 0;
  }
  100% {
    transform: scale(50);
    opacity: 0;
  }
}

.u-bg {
  width: 100%;
}
.u-bg__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 100px 150px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.u-bg__inner::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: max(100%, 100vw);
  z-index: -1;
}
.u-bg.is-wh {
  background-color: #004ea2;
  color: #101112;
}
.u-bg.is-wh .u-bg__inner::after {
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  left: 50px;
}
.u-bg.is-first .u-bg__inner {
  padding-top: 16px;
}
.u-bg.is-last .u-bg__inner {
  padding-bottom: 360px;
}
.u-bg.is-bl {
  background-color: #fff;
  color: #fff;
}
.u-bg.is-bl .u-bg__inner::after {
  background-color: #004ea2;
  border-radius: 0 50px 50px 0;
  right: 50px;
}
.u-bg.is-heading .u-bg__inner {
  padding-bottom: 56px;
  padding-top: 56px;
}

.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}

.slick-vertical .slick-slide {
  border: 0 !important;
}

.u-link {
  color: #004ea2 !important;
  padding-right: 2em;
  position: relative;
  text-decoration: underline;
}
.u-link::after {
  background: url(../images/nikkotechno/icon-link-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.u-link:hover {
  text-decoration: none;
}

table {
  border-collapse: separate;
  font-size: 1.6rem;
  width: 100%;
}
table th {
  background-color: #f1f1f1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667em;
  padding: 1.6666666667em 1.6666666667em;
  text-align: left;
  vertical-align: middle;
}
table td {
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  font-size: 1.6rem;
  line-height: 1.875em;
  padding: 1.875em 1.875em;
  vertical-align: middle;
}
table thead th {
  border-right: 1px solid #fff;
  text-align: center;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:first-child > * {
  border-top: 1px solid #cdcdcd;
}
table tbody tr > *:first-child {
  border-left: 1px solid #cdcdcd;
}
table tbody th {
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
table thead + tbody tr:first-child > * {
  border-top: none;
}

* + table {
  margin-top: 1.5em;
}

@media screen and (max-width: 1400px){
  .l-footer {
    padding: max(12.8571428571vw, 126px) max(3.5714285714vw, 35px) max(2.2857142857vw, 22.4px);
  }
  .c-gallery-link figure::after {
    border-radius: max(2.1428571429vw, 21px);
  }
  .c-bnr-recruit__inner {
    border-radius: max(3.5714285714vw, 35px);
    padding-left: max(14.2857142857vw, 140px);
    height: max(20vw, 196px);
    left: min(-3.5714285714vw, -35px);
    top: min(-12.4285714286vw, -121.8px);
    width: max(92.8571428571vw, 910px);
  }
  .c-bnr-recruit__inner p {
    font-size: max(1.4285714286vw, 1.4rem);
  }
  .c-bnr-recruit .c-hd-01 {
    margin-right: max(6.5714285714vw, 64.4px);
  }
  .c-bnr-recruit .c-hd-01 .--en {
    font-size: max(3.5714285714vw, 3.5rem);
  }
  .c-bnr-recruit .c-hd-01 .--ja {
    font-size: max(1.1428571429vw, 1.12rem);
  }
  .c-bnr-recruit__txt-01 {
    font-size: max(12.1428571429vw, 11.9rem);
    top: min(-12.4285714286vw, -121.8px);
  }
  .c-bnr-contact {
    border-radius: max(3.5714285714vw, 35px);
    margin-top: max(10.2857142857vw, 100.8px);
    padding: max(4.5714285714vw, 44.8px);
  }
  .c-bnr-contact__hd .--en {
    font-size: max(3.5714285714vw, 3.5rem);
  }
  .c-bnr-contact__hd .--ja {
    font-size: max(1.4285714286vw, 1.4rem);
  }
  .c-bnr-contact__cols {
    margin-top: max(4vw, 39.2px);
  }
  .c-bnr-contact__cols__tel {
    padding-left: max(4.9285714286vw, 48.3px);
  }
  .c-bnr-contact__cols__tel a {
    font-size: max(3.5714285714vw, 3.5rem);
  }
  .c-bnr-contact__cols__tel a::after {
    height: max(4.2857142857vw, 42px);
    left: min(-4.9285714286vw, -48.3px);
    width: max(4.2857142857vw, 42px);
  }
  .c-bnr-contact__cols__tel span {
    font-size: max(1.2857142857vw, 1.26rem);
  }
  .c-bnr-contact__cols__btn a {
    font-size: max(1.5vw, 1.47rem);
  }
  .u-bg.is-last .u-bg__inner {
    padding-bottom: max(25.7142857143vw, 252px);
  }
}

@media screen and (max-width: 599px){
  .l-main {
    padding-top: 19%;
  }
  .l-footer {
    padding: 36.5333333333vw 5.3333333333vw 8.5333333333vw;
  }
  .l-footer__comapny {
    font-size: 6.1364vw;
    text-align: left;
  }
  .l-footer nav {
    margin-top: 8.5333333333vw;
  }
  .l-footer nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-footer nav ul li {
    font-size: 4.002vw;
    margin-left: 0;
    width: 40%;
  }
  .l-footer nav ul li:nth-child(n+3) {
    margin-top: 1em;
  }
  .l-footer__bottom {
    margin-top: 10.6666666667vw;
    justify-content: center;
    padding-top: 5.3333333333vw;
  }
  .l-footer__bottom ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-footer__bottom ul li {
    font-size: 3.4684vw;
    margin-top: 1em;
  }
  .l-footer__bottom ul li:last-child {
    margin-left: 0;
  }
  .l-footer__bottom__copyright {
    font-size: 2.9348vw;
    margin-top: 7.4666666667vw;
  }
  .l-footer__bottom__btn-page-top {
    height: 9.3333333333vw;
    width: 18.6666666667vw;
  }
  .l-breadcrumbs {
    font-size: 3.4684vw;
    margin-bottom: 10.6666666667vw;
  }
  .l-gnav {
    background-color: #fff;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
    padding-bottom: 19.2vw;
    padding-top: 14.9333333333vw;
    bottom: 4vw;
    position: fixed;
    right: 4vw;
    width: 50.6666666667vw;
    z-index: 49;
  }
  .l-gnav ul {
    flex-direction: column;
  }
  .l-gnav ul li {
    margin-left: 0;
    margin-top: 6.4vw;
  }
  .l-gnav ul li a {
    font-size: 4.002vw;
  }
  .l-gnav ul li.is-current::after {
    display: none;
  }
  .l-lnav {
    border-radius: 5.3333333333vw;
    font-size: 4.002vw;
    margin-top: 10.6666666667vw;
    padding: 3.7333333333vw 6.4vw;
  }
  .l-lnav ul li {
    margin-bottom: 2.6666666667vw;
    margin-right: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .l-lnav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .l-btn-menu {
    display: block;
  }
  .c-header .u-bg__inner {
    padding-top: 7.3333333333vw;
  }
  .c-header .u-bg__inner::after {
    border-radius: 0 0 0 6.6666666667vw !important;
  }
  .c-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-header__title {
    margin-left: 0;
  }
  .c-header__title img {
    width: 54.2666666667vw;
  }
  .c-hd-01 .--en {
    font-size: 10.672vw;
  }
  .c-hd-01 .--ja {
    font-size: 4.002vw;
  }
  .c-hd-02 {
    font-size: 6.67vw;
  }
  .c-hd-03 .--ja {
    font-size: 8.004vw;
  }
  .c-hd-03 .--en {
    font-size: 3.7352vw;
  }
  .c-hd-04 {
    font-size: 5.336vw;
  }
  .c-hd-05 .--txt-01 {
    font-size: 3.7352vw;
  }
  .c-hd-05 .--txt-02 {
    font-size: 8.004vw;
  }
  .c-hd-06 {
    font-size: 6.003vw;
    flex-direction: column;
  }
  .c-btn-01 {
    font-size: 3.7352vw;
  }
  .c-btn-02 {
    border-radius: 2.6666666667vw;
    font-size: 5.0692vw;
    height: 21.3333333333vw;
    min-width: auto;
    width: 100%;
  }
  .c-btn-02::after {
    right: 6.4vw;
    width: 8.5333333333vw;
  }
  .c-btn-02 span {
    padding-left: 6.4vw;
  }
  .c-gallery-link figure::after {
    border-radius: 4vw;
  }
  .c-gallery-link figure img {
    border-radius: 4vw;
  }
  .c-bnr-recruit__inner {
    align-items: flex-start;
    border-radius: 0 6.6666666667vw 6.6666666667vw 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 13.8666666667vw;
    height: 63.3333333333vw;
    left: 0;
    top: -41.8666666667vw;
    width: 94.6666666667%;
  }
  .c-bnr-recruit__inner::after {
    height: 0.4vw;
    top: 18.6666666667vw;
    width: 20vw;
  }
  .c-bnr-recruit__inner p {
    margin-top: 6.4vw;
    font-size: 4.002vw;
  }
  .c-bnr-recruit .c-hd-01 {
    align-items: flex-start;
    margin-right: 0;
  }
  .c-bnr-recruit .c-hd-01 .--en {
    font-size: 10.672vw;
  }
  .c-bnr-recruit .c-hd-01 .--ja {
    font-size: 4.002vw;
  }
  .c-bnr-recruit__txt-01 {
    font-size: 22.011vw;
    transform: translate(6.6666666667vw, -70%);
    top: -49.3333333333vw;
    line-height: 0.85;
  }
  .c-table-01 {
    font-size: 3.7352vw;
    margin-top: 8.5333333333vw;
  }
  .c-table-01 dl {
    border-bottom: none;
    flex-direction: column;
    margin-bottom: 8.5333333333vw;
    padding-bottom: 0;
  }
  .c-table-01 dl dt {
    font-size: 4.002vw;
    width: 100%;
  }
  .c-table-01 dl dd {
    font-size: 3.7352vw;
    line-height: 1.6785714286em;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 6.4vw;
    width: 100%;
  }
  .c-table-01 dl dd .--s {
    font-size: 3.3794666667vw;
  }
  .c-table-01 p {
    font-size: 3.7352vw;
  }
  .c-table-01__txt-01 {
    font-size: 3.7352vw;
  }
  .c-table-01__list {
    font-size: 3.7352vw;
  }
  .c-table-01__cols {
    flex-direction: column;
  }
  .c-table-01__cols__col {
    margin-left: 0;
  }
  .c-btn-factory {
    border-radius: 2.6666666667vw;
    font-size: 3.7352vw;
    padding: 1.6vw 0 1.6vw 1.6vw;
  }
  .c-btn-factory::after {
    background-size: 2.4vw 1.4666666667vw;
    height: 5.3333333333vw;
    right: 2.6666666667vw;
    width: 5.3333333333vw;
  }
  .c-btn-factory span {
    padding-left: 2.6666666667vw;
    text-align: left;
  }
  .c-btn-factory figure {
    width: 27.4666666667vw;
  }
  .c-btn-factory figure img {
    border-radius: 1.3333333333vw;
  }
  .c-bnr-contact {
    border-radius: 6.6666666667vw;
    margin-top: 19.2vw;
    padding: 5.3333333333vw;
  }
  .c-bnr-contact__hd .--en {
    font-size: 8.8933333333vw;
  }
  .c-bnr-contact__hd .--ja {
    font-size: 3.5573333333vw;
  }
  .c-bnr-contact__cols {
    flex-direction: column;
    margin-top: 7.4666666667vw;
  }
  .c-bnr-contact__cols__tel {
    padding-left: 9.2vw;
  }
  .c-bnr-contact__cols__tel a {
    font-size: 6.7589333333vw;
    pointer-events: auto;
  }
  .c-bnr-contact__cols__tel a::after {
    height: 8vw;
    left: -9.2vw;
    width: 8vw;
  }
  .c-bnr-contact__cols__tel span {
    font-size: 3.2016vw;
    margin-top: 1.3333333333vw;
  }
  .c-bnr-contact__cols__btn {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
  .c-bnr-contact__cols__btn a {
    font-size: 3.2016vw;
  }
  .c-list li {
    font-size: 3.7352vw;
  }
  .c-list.--circled-number > li::before {
    font-size: 2.8458666667vw;
    height: 3.7352vw;
    top: 0.7em;
    width: 3.7352vw;
  }
  .c-modal {
    padding: 1.0666666667vw 4vw;
  }
  .c-modal__btn-close {
    height: 11.7333333333vw;
    right: 6.4vw;
    top: 6.4vw;
    width: 11.7333333333vw;
  }
  .c-modal-box {
    border-radius: 6.6666666667vw;
    max-width: none;
    padding: 1.0666666667vw;
  }
  .c-modal-box__inner {
    padding: 5.6vw;
  }
  .u-bg__inner {
    padding: 16vw 13.8666666667vw;
  }
  .u-bg.is-wh .u-bg__inner::after {
    border-radius: 6.6666666667vw 0 0 6.6666666667vw;
    left: 5.3333333333vw;
  }
  .u-bg.is-last .u-bg__inner {
    padding-bottom: 90.6666666667vw;
  }
  .u-bg.is-bl .u-bg__inner::after {
    border-radius: 0 6.6666666667vw 6.6666666667vw 0;
    right: 5.3333333333vw;
  }
  .u-bg.is-heading .u-bg__inner {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .u-bg .c-hd-01 .--en {
    font-size: 9.338vw;
  }
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  }
  table {
    font-size: 3.7352vw;
  }
  table th {
    font-size: 3.7352vw;
    padding: 3.2vw;
  }
  table td {
    font-size: 3.7352vw;
    padding: 3.2vw;
  }
}
/*# sourceMappingURL=nikkotechno-common.css.map */
