@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.ns-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ns-main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ns-main-visual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.ns-main-visual__title {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) {
  .ns-main-visual__title {
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ns-main-visual__title-line1, .ns-main-visual__title-line2 {
  display: block;
}

.ns-main-visual__subtitle {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  .ns-main-visual__subtitle {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ns-main-visual__decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #3b5e93;
  z-index: 1;
}

@media (max-width: 768px) {
  .ns-main-visual__decoration {
    height: 20px;
  }
}

.ns-main-visual__decoration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #2287c4), color-stop(25%, transparent));
  background: linear-gradient(to right, #2287c4 25%, transparent 25%);
  z-index: 2;
}

.ns-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  min-width: 970px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .ns-header {
    background: #ffffff;
    min-width: auto;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}

.ns-header.ns-mega-menu-open {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .ns-header.ns-mobile-menu-open {
    background: #ffffff;
  }
}

.ns-header__container {
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  position: relative;
}

@media (max-width: 768px) {
  .ns-header__container {
    height: 80px;
    padding: 0 0 0 15px;
  }
}

@media (max-width: 480px) {
  .ns-header__container {
    height: 60px;
    padding: 0 0 0 10px;
  }
}

.ns-header__logo {
  position: relative;
  width: auto;
  height: 50px;
  min-width: 323px;
}
@media (max-width: 768px) {
.ns-header__logo {
  min-width: 295px;
}
}


.ns-header__logo .logo-default1 {
  height: 50px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
  margin-top: 5px;
}

.ns-header__logo .logo-default1 {
  opacity: 1;
}

@media (max-width: 768px) {
  .ns-header__logo .logo-default1 {
    opacity: 1;
    width: 80%;
    margin: 0 0 0 8px;
  }
}

.ns-mega-menu-open .ns-header__logo .logo-default1 {
  opacity: 1;
}

.ns-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  margin-left: -8%;
}

@media (max-width: 768px) {
  .ns-header__nav {
    display: none;
  }
}

.ns-header__hamburger {
  display: none;
}

@media (max-width: 768px) {
  .ns-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 0;
    -ms-flex-item-align: center;
        align-self: center;
    justify-content: center;
  }
}

.ns-mobile-menu-open .ns-header__hamburger {
  background: #3b5e93;
}

.ns-header__hamburger__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 20px;
  position: relative;
  gap: 4px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.ns-mobile-menu-open .ns-header__hamburger__icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ns-header__hamburger__icon span {
  width: 100%;
  height: 2px;
  background: #3b5e93e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.ns-mobile-menu-open .ns-header__hamburger__icon span {
  background: #ffffff;
  position: absolute;
}

.ns-mobile-menu-open .ns-header__hamburger__icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ns-mobile-menu-open .ns-header__hamburger__icon span:nth-child(2) {
  opacity: 0;
}

.ns-mobile-menu-open .ns-header__hamburger__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ns-header__hamburger__text {
  font-size: 8px;
  color: #3b5e93e8;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}

.ns-header__hamburger__text::before {
  content: 'メニュー';
}

.ns-mobile-menu-open .ns-header__hamburger__text {
  color: #ffffff;
  margin-top: -2px;
  margin-bottom: -14px;
}

.ns-mobile-menu-open .ns-header__hamburger__text::before {
  content: '閉じる';
}

.ns-header__contact {
  margin-right: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .ns-header__contact {
    display: none;
  }
}

.ns-header__contact .ns-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .ns-header__contact .ns-contact-btn {
    color: #333333;
  }
}

.ns-header__contact .ns-contact-btn__icon {
  width: 23px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

@media (max-width: 768px) {
  .ns-header__contact .ns-contact-btn__icon {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}

.ns-header__contact .ns-contact-btn:hover {
  opacity: 0.8;
}

.ns-mega-menu-open .ns-header__contact .ns-contact-btn {
  color: #333333;
}

.ns-mega-menu-open .ns-header__contact .ns-contact-btn__icon {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.ns-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: static;
}

.ns-nav-item {
  position: static;
}

.ns-nav-item:hover .ns-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ns-nav-link {
  font-size: 17px;
  font-weight: 400;
  padding: 20px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  letter-spacing: 0.1em;
}

.ns-nav-link::after {
  content: '▼';
  font-size: 8px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ns-nav-link:hover {
  color: #3b5e93;
}

.ns-nav-link:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.ns-mega-menu-open .ns-nav-link {
  color: #333333;
}

.ns-mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b5e93e8;
  z-index: 1000;
  overflow-y: auto;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .ns-mobile-menu {
    top: 60px;
    padding: 20px 0;
  }
}

.ns-mobile-menu.active {
  display: block;
}

.ns-mobile-menu__container {
  padding: 0 20px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .ns-mobile-menu__container {
    padding: 0 15px;
  }
}

.ns-mobile-menu__section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.ns-mobile-menu__section:first-child::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -20px;
  right: -20px;
  height: 1px;
  background: #ffffff;
}

.ns-mobile-menu__section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background: #ffffff;
}

.ns-mobile-menu__section:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .ns-mobile-menu__section {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .ns-mobile-menu__section:first-child::before {
    left: -15px;
    right: -15px;
  }
  .ns-mobile-menu__section::after {
    left: -15px;
    right: -15px;
  }
}

.ns-mobile-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  cursor: pointer;
  position: relative;
}

.ns-mobile-menu__title.expandable::after {
  content: '+';
  font-size: 30px;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ns-mobile-menu__title.expanded::after {
  content: 'ー';
  font-size: 22px;
}

@media (max-width: 480px) {
  .ns-mobile-menu__title {
    font-size: 16px;
    height: 48px;
  }
}

.ns-mobile-menu__content {
  display: none;
  padding-left: 20px;
}

.ns-mobile-menu__content.expanded {
  display: block;
}

@media (max-width: 480px) {
  .ns-mobile-menu__content {
    padding-left: 15px;
  }
}

.ns-mobile-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  height: 38px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ns-mobile-menu__link::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: #ffffff;
}

.ns-mobile-menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.ns-mobile-menu__link:last-child::after {
  display: none;
}

.ns-mobile-menu__link:hover {
  opacity: 0.7;
  padding-left: 25px;
}

@media (max-width: 480px) {
  .ns-mobile-menu__link {
    font-size: 13px;
    height: 48px;
  }
  .ns-mobile-menu__link::after {
    right: -15px;
  }
}

.ns-mega-menu {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ns-mega-menu {
    top: 80px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu {
    top: 70px;
  }
}

.ns-mega-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: relative;
  min-height: 330px;
}

.ns-mega-menu__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 40px 0px;
}

@media (max-width: 768px) {
  .ns-mega-menu__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__content-wrapper {
    padding: 20px 15px;
  }
}

.ns-mega-menu--business .ns-mega-menu__content-wrapper,
.ns-mega-menu--products .ns-mega-menu__content-wrapper,
.ns-mega-menu--recruit .ns-mega-menu__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ns-mega-menu--business .ns-mega-menu__content-wrapper::after,
.ns-mega-menu--products .ns-mega-menu__content-wrapper::after,
.ns-mega-menu--recruit .ns-mega-menu__content-wrapper::after {
  display: none;
}

@media (max-width: 768px) {
  .ns-mega-menu--business .ns-mega-menu__content-wrapper,
  .ns-mega-menu--products .ns-mega-menu__content-wrapper,
  .ns-mega-menu--recruit .ns-mega-menu__content-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu--business .ns-mega-menu__content-wrapper,
  .ns-mega-menu--products .ns-mega-menu__content-wrapper,
  .ns-mega-menu--recruit .ns-mega-menu__content-wrapper {
    padding: 0 15px;
  }
}

.ns-mega-menu__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  height: 250px;
  border-right: 1px solid rgba(255, 255, 255, 0.315);
}

@media (max-width: 768px) {
  .ns-mega-menu__left {
    padding: 0 0 30px 0;
    height: auto;
    min-height: 200px;
    border-right: none;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__left {
    min-height: 150px;
  }
}

.ns-mega-menu__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3b5e93e8;
  z-index: 1;
}

.ns-mega-menu__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .ns-mega-menu__title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__title {
    font-size: 15px;
  }
}

.ns-mega-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .ns-mega-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.ns-mega-menu__building {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}

.ns-mega-menu__building img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .ns-mega-menu__building img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__building img {
    height: 120px;
  }
}

@media (max-width: 768px) {
  .ns-mega-menu__building {
    width: 100%;
    max-width: 300px;
  }
}

.ns-mega-menu__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}

@media (max-width: 768px) {
  .ns-mega-menu__right {
    padding: 30px 0 0 0;
    height: auto;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__right {
    min-height: 150px;
  }
}

.ns-mega-menu__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ns-mega-menu__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ns-mega-menu__links li a {
  display: block;
  padding: 4px 0;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 20px;
}

.ns-mega-menu__links li a::before {
  content: '▶';
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-weight: bold;
}

.ns-mega-menu__links li a:hover {
  opacity: 0.6;
}

.ns-mega-menu__links li a:hover::before {
  color: #ffffff;
}

@media (max-width: 480px) {
  .ns-mega-menu__links li a {
    font-size: 13px;
  }
}

.ns-mega-menu__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
}

@media (max-width: 768px) {
  .ns-mega-menu__images {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.ns-mega-menu__image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ns-mega-menu__image-wrapper {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
}

.ns-mega-menu__image-wrapper:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.ns-mega-menu__image-wrapper img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .ns-mega-menu__image-wrapper img {
    width: 100%;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__image-wrapper img {
    height: 50px;
  }
}

.ns-mega-menu__image-link {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 8px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 18px;
}

.ns-mega-menu__image-link::before {
  content: '▶';
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-weight: bold;
}

.ns-mega-menu__image-link:hover {
  color: #ffffff;
  opacity: 0.6;
}

@media (max-width: 480px) {
  .ns-mega-menu__image-link {
    font-size: 13px;
  }
}

.ns-mega-menu__bottom {
  width: 100%;
  background: #2286c4be;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 102, 204, 0.1);
}

@media (max-width: 480px) {
  .ns-mega-menu__bottom {
    padding: 15px 0;
  }
}

.ns-mega-menu__bottom-links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 768px) {
  .ns-mega-menu__bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__bottom-links {
    padding: 0 15px;
    gap: 15px;
  }
}

.ns-mega-menu__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ns-mega-menu__bottom-link::before {
  content: '▶';
  font-size: 8px;
  color: #ffffff;
}

.ns-mega-menu__bottom-link:hover {
  opacity: 0.6;
}

@media (max-width: 480px) {
  .ns-mega-menu__bottom-link {
    font-size: 12px;
  }
}

.ns-mega-menu--business .ns-mega-menu__background--business {
  background: #3b5e93e8;
}

.ns-mega-menu__business-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.ns-mega-menu__business-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 768px) {
  .ns-mega-menu__business-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__business-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
    gap: 12px;
  }
}

.ns-mega-menu__business-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

.ns-mega-menu__business-image-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ns-mega-menu__business-image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ns-mega-menu__business-text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.456);
  padding: 15px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 54px;
  position: relative;
  font-size: 14px;
}

.ns-mega-menu__business-text-link:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}

.ns-mega-menu__business-text-link::before {
  content: '▶';
  color: #ffffff;
  font-size: 10px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ns-mega-menu__business-text-link:hover::before {
  color: #ffffff;
}

.ns-mega-menu--recruit .ns-mega-menu__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-mega-menu__recruit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.ns-mega-menu__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.456);
  padding: 15px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 54px;
  position: relative;
  font-size: 14px;
  min-width: 280px;
  text-align: center;
}

.ns-mega-menu__recruit-link:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}

.ns-mega-menu__recruit-link::before {
  content: '▶';
  color: #ffffff;
  font-size: 10px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ns-nav-item:hover .ns-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ns-mega-menu--products .ns-mega-menu__background {
  background: #3b5e93e8;
}

.ns-mega-menu__products-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.ns-mega-menu__products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 480px 360px 360px;
      grid-template-columns: 480px 360px 360px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  max-width: 1200px;
  width: 100%;
  height: 240px;
}

@media (max-width: 768px) {
  .ns-mega-menu__products-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    height: auto;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__products-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[5];
        grid-template-rows: repeat(5, auto);
    height: auto;
  }
}

.ns-mega-menu__products-large-link {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

.ns-mega-menu__products-large-link:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}

.ns-mega-menu__products-large-link img {
  width: 220px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ns-mega-menu__products-large-link .ns-mega-menu__products-text {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 12px 0 12px 5px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.ns-mega-menu__products-large-link .ns-mega-menu__products-text::before {
  content: '▶ ';
  font-size: 12px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .ns-mega-menu__products-large-link {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__products-large-link {
    grid-row: auto;
    height: 120px;
  }
  .ns-mega-menu__products-large-link .ns-mega-menu__products-text {
    font-size: 14px;
    padding: 10px;
  }
}

.ns-mega-menu__products-small-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  overflow: hidden;
}

.ns-mega-menu__products-small-link:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}

.ns-mega-menu__products-small-link img {
  width: 115px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ns-mega-menu__products-small-link .ns-mega-menu__products-text {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 8px 8px 8px 13px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.ns-mega-menu__products-small-link .ns-mega-menu__products-text::before {
  content: '▶ ';
  font-size: 10px;
  margin-right: 4px;
}

@media (max-width: 768px) {
  .ns-mega-menu__products-small-link {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .ns-mega-menu__products-small-link {
    height: 100px;
  }
  .ns-mega-menu__products-small-link .ns-mega-menu__products-text {
    font-size: 12px;
    padding: 6px;
  }
}

.ns-footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 0;
}

@media (max-width: 768px) {
  .ns-footer {
    padding: 0;
  }
}

.ns-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 768px) {
  .ns-footer__container {
    padding: 0;
  }
}

.ns-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .ns-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.ns-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 300px;
}

@media (max-width: 768px) {
  .ns-footer__company {
    min-width: auto;
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }
}

.ns-footer__logo .ns-footer__company-logo-main {
  height: 32px;
  width: auto;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .ns-footer__logo .ns-footer__company-logo-main {
    height: 20px;
  }
}

.ns-footer__logo .ns-footer__company-logo-sub {
  display: block;
  height: 16px;
  width: auto;
  margin-top: 0px;
}

.ns-footer__logo img {
  width: auto;
}

@media (max-width: 768px) {
  .ns-footer__logo img {
    height: 18px;
  }
}

.ns-footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.ns-footer__address, .ns-footer__tel {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ns-footer__address, .ns-footer__tel {
    font-size: 13.5px;
    letter-spacing: -0.05rem;
  }
}

.ns-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #ffffff;
}

@media (max-width: 768px) {
  .ns-footer__nav {
    display: none;
  }
}

.ns-footer__mobile-nav {
  display: none;
}

@media (max-width: 768px) {
  .ns-footer__mobile-nav {
    display: block;
    width: 100%;
  }
}

.ns-footer__nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.ns-footer__nav-column:first-child {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

.ns-footer__nav-column:nth-child(2) {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

.ns-footer__nav-column:nth-child(3) {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

.ns-footer__nav-column:last-child {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

@media (max-width: 768px) {
  .ns-footer__nav-column {
    width: 100%;
  }
}

.ns-footer__mobile-section {
  border-bottom: 1px solid #ffffff;
  position: relative;
  margin: 0;
  padding: 0 20px;
}

.ns-footer__mobile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  cursor: pointer;
  position: relative;
}

.ns-footer__mobile-title.expandable::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ns-footer__mobile-title.expanded::after {
  content: '−';
  -webkit-transform: none;
          transform: none;
}

.ns-footer__mobile-title.direct-link {
  cursor: pointer;
}

.ns-footer__mobile-title.direct-link:hover {
  opacity: 0.7;
}

.ns-footer__mobile-content {
  display: none;
  padding: 0 0 30px 0;
}

.ns-footer__mobile-content.expanded {
  display: block;
}

.ns-footer__mobile-link {
  display: block;
  color: #ffffff;
  font-size: 16px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #333;
  padding: 0 20px;
  margin: 0 -20px;
}

.ns-footer__mobile-link:last-child {
  border-bottom: none;
}

.ns-footer__mobile-link:hover {
  opacity: 0.7;
}

.ns-footer__nav-title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .ns-footer__nav-title {
    font-size: 15px;
  }
}

.ns-footer__nav-subtitle {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .ns-footer__nav-subtitle {
    font-size: 13px;
  }
}

.ns-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}

.ns-footer__nav-list li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.ns-footer__nav-list li a:hover {
  opacity: 0.7;
}

.ns-footer__nav-list li a:hover::before {
  color: #2287c4;
}

.ns-footer__nav-list--small li a {
  padding-left: 18px;
}

.ns-footer__nav-list--small li a::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #ffffff;
  font-size: 12px;
}

.ns-footer__nav-list--standalone {
  margin-top: 20px;
  gap: 8px;
}

.ns-footer__nav-list--standalone a {
  font-size: 14px;
}

.ns-footer__nav-list--large li a {
  font-size: 15px;
  padding-left: 0;
}

.ns-footer__bottom {
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .ns-footer__bottom {
    padding: 20px;
    border-top: none;
  }
}

.ns-footer__copyright {
  font-size: 13px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .ns-footer__copyright {
    font-size: 13px;
    padding: 10px 0;
  }
}

.ns-footer__home-link-pc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ns-footer__home-link-pc:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .ns-footer__home-link-pc {
    display: none;
  }
}

.ns-footer__home-link {
  display: none;
}

@media (max-width: 768px) {
  .ns-footer__home-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ns-footer__home-link:hover {
    opacity: 0.7;
  }
}