html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nd-post-navigation__link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nd-post-navigation__link.--next {
  flex-direction: row-reverse;
}

.nd-post-navigation__thumbnail {
  display: block;
  width: 96px;
  height: 72px;
  flex: 0 0 96px;
  object-fit: cover;
}

.nd-post-navigation__content,
.nd-post-navigation__direction,
.nd-post-navigation__label {
  display: block;
}

.nd-post-navigation__content {
  min-width: 0;
  width: 100%;
}

.nd-post-navigation__direction {
  margin-bottom: 4px;
  color: var(--gray--700);
  font-size: var(--desktop--font-size--200);
  font-weight: bold;
  line-height: var(--desktop--line-height--300);
}

.--mobile .nd-post-navigation__link {
  gap: 8px;
}

.--mobile .nd-post-navigation__thumbnail {
  width: 64px;
  height: 48px;
  flex-basis: 64px;
}

.--desktop body {
  font-size: 14px;
  margin: 0;
}

.--mobile body {
  margin: 0;
}

.--mb--050 {
  margin-bottom: 4px !important;
}

.nd-header__brand {
  margin: -8px 0 0 0;
  padding: 0;
}

.nd-description {
  margin: 0 0 12px 0;
  padding: 0;
}

.nd-logo {
  width: 240px;
}

.nd-logo__link {
  text-decoration: none;
}

.nd-logo__link:link,
.nd-logo__link:visited {
  color: #000;
}

.nd-logo__link:hover,
.nd-logo__link:active,
.nd-logo__link:focus {
  color: #000;
}

.--desktop .nd-header__container {
  padding: 0 24px;
  height: 120px;
}

.--mobile .nd-header__container {
  padding: 0 16px;
  height: 80px;
}

.nd-header-nav .nd-header-nav__link {
  font-weight: 600;
  font-size: 16px;
}

.nd-header-nav .nd-header-nav__link {
  transition: background 250ms ease, color 250ms ease;
}

.nd-header-nav .nd-header-nav__link:link,
.nd-header-nav .nd-header-nav__link:visited {
  text-decoration: none;
}

.nd-header-nav .nd-header-nav__link:hover,
.nd-header-nav .nd-header-nav__link:active,
.nd-header-nav .nd-header-nav__link:focus {
  text-decoration: none;
  color: #2a5298;
}

.nd-header-nav .nd-header-nav__link.--is-contact:link,
.nd-header-nav .nd-header-nav__link.--is-contact:visited {
  text-decoration: none;
  background: #1a3a6b;
  color: #fff;
  padding: 10px 22px 11px 22px;
  border-radius: 50vh;
  margin-left: -6px;
}

.nd-header-nav .nd-header-nav__link.--is-contact:hover,
.nd-header-nav .nd-header-nav__link.--is-contact:active,
.nd-header-nav .nd-header-nav__link.--is-contact:focus {
  text-decoration: none;
  background: #2a5298;
  color: #fff;
  padding: 10px 22px 11px 22px;
  border-radius: 50vh;
  margin-left: -6px;
}

.nd-footer {
  display: block;
  position: relative;
}

.nd-footer .nd-footer__container {
  flex-direction: row-reverse;
}

.nd-display {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.nd-drawer-button__img {
  width: 48px;
  height: 49px;
}

.nd-drawer {
  background: rgba(246, 246, 246, 0.95);
}

.nd-drawer.--open {
  z-index: 100;
}

.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item {
  margin-bottom: 20px;
}

.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link {
  padding: 16px 0;
  transition: all 250ms ease;
  font-size: 14px;
  font-weight: 800;
}

.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link:link,
.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link:visited {
  background: #7BC334;
  color: #fff;
}

.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link:hover,
.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link:focus,
.nd-drawer-nav .nd-drawer-nav__list .nd-header-nav__item .nd-header-nav__link:active {
  background: #015FAE;
  color: #fff;
}

.nd-copyright {
  letter-spacing: 0px;
  font-feature-settings: normal;
}

.nd-button {
  width: auto;
  max-width: 100%;
}

figure.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h1.wp-block-heading.--type-01,
h2.wp-block-heading.--type-01,
h3.wp-block-heading.--type-01,
h4.wp-block-heading.--type-01,
h5.wp-block-heading.--type-01,
h6.wp-block-heading.--type-01 {
  border-bottom: solid 2px;
  border-image: linear-gradient(90deg, #97C70A, #01B1E9) 1; ;
  padding-bottom: 10px;
  line-height: 1.35;
}

h1.wp-block-heading.--type-02,
h2.wp-block-heading.--type-02,
h3.wp-block-heading.--type-02,
h4.wp-block-heading.--type-02,
h5.wp-block-heading.--type-02,
h6.wp-block-heading.--type-02 {
  background-image: url(../img/header-background-01.png);
  background-repeat: repeat-y;
  background-position: left top;
  margin-top: 24px;
  padding-left: 18px;
  padding-bottom: 1px;
  line-height: 1.5;
}

h1.wp-block-heading.--type-03,
h2.wp-block-heading.--type-03,
h3.wp-block-heading.--type-03,
h4.wp-block-heading.--type-03,
h5.wp-block-heading.--type-03,
h6.wp-block-heading.--type-03 {
  color: #379500;
}

.nd-display {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

p.wp-block-paragraph {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.0;
}

.nd-cards.--size-l .nd-card .nd-card__thumbnail {
  height: auto;
}

.nd-card .nd-card__thumbnail .nd-image {
  height: 100% !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.nd-main-visual {
  width: 100%;
  height: calc(100vw / 16 * 9);
  min-height: 640px;
  max-height: 740px;
  position: relative;
}

.nd-main-visual__movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nd-main-visual__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-visual-background.png);
  background-repeat: repeat;
  z-index: 8;
}

.nd-main-visual__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  z-index: 5;
}

.nd-main-visual__thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  z-index: 7;
  opacity: 1.0;
  transition: opacity 0.25s ease;
}

.nd-main-visual__thumbnail-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
}

.nd-main-visual__thumbnail.is-hidden {
  opacity: 0;
}

.nd-main-visual__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  color: #fff;
  background-image: linear-gradient(0deg, transparent, #00000040 40%, #00000080 50%, #00000040 60%, transparent);
}

.nd-main-visual__content .nd-display,
.nd-main-visual__content .nd-title {
   text-shadow: 0px 1px 4px rgba(10, 55, 74, 0.9);
}


ul.wp-block-list li,
ol.wp-block-list li {
  margin-bottom: 16px;
}

.nd-button {
  padding: 16px 0;
  font-feature-settings: normal;
}

.nd-button.--size-full {
  border: none;
  padding: 20px 0;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.nd-button.--size-full,
.nd-button.--size-full:visited {
  background: #1a3a6b;
  color: #fff;
  text-align: center;
}

.nd-button.--size-full .nd-label {
  font-size: 16px;
  font-weight: 600;
}

.nd-button.--size-full:hover,
.nd-button.--size-full:active,
.nd-button.--size-full:focus {
  cursor: pointer;
  transform: translateY(-2px);
  background: #2a5298;
  color: #fff;
  box-shadow: 0 6px 10px rgba(26, 58, 107, 0.3);
}


.nd-button.--size-l {
  margin: 0 auto;
  min-width: 260px;
  width: auto;
  max-width: fit-content;
  height: auto;
  border: none;
  padding: 17px 32px 18px 32px;
  border-radius: 50vh;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.nd-button.--size-l,
.nd-button.--size-l:visited {
  background: #1a3a6b;
  color: #fff;
  text-align: center;
}

.nd-button.--size-l .nd-label {
  font-size: 16px;
  font-weight: 600;
}

.nd-button.--size-l:hover,
.nd-button.--size-l:active,
.nd-button.--size-l:focus {
  cursor: pointer;
  transform: translateY(-1px);
  background: #2a5298;
  color: #fff;
  box-shadow: 0 6px 10px rgba(26, 58, 107, 0.3);
}


.nd-button.--line {
  border: none;
  padding: 12px 0 13px;
  width: 100%;
  height: auto;
  border-radius: 50vh;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.nd-button.--line,
.nd-button.--line:visited {
  background: rgb(6, 199, 85);
  color: #fff;
  text-align: center;
}

.nd-button.--line .nd-label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.nd-button.--line:hover,
.nd-button.--line:active,
.nd-button.--line:focus {
  cursor: pointer;
  transform: translateY(-1px);
  background: rgb(6, 199, 85);
  color: #fff;
  box-shadow: 0 4px 10px rgba(26, 58, 107, 0.3);
}


.nd-button.--instagram {
  border: none;
  padding: 12px 0 13px 0;
  width: 100%;
  height: auto;
  border-radius: 50vh;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.nd-button.--instagram,
.nd-button.--instagram:visited {
  background-image: linear-gradient(90deg, #7124f5, #e9406b);
  color: #fff;
  text-align: center;
}

.nd-button.--instagram .nd-label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.nd-button.--instagram:hover,
.nd-button.--instagram:active,
.nd-button.--instagram:focus {
  cursor: pointer;
  transform: translateY(-1px);
  background-image: linear-gradient(90deg, #7124f5, #e9406b);
  color: #fff;
  box-shadow: 0 4px 10px rgba(26, 58, 107, 0.3);
}

.nd-button.--cta {
  border: none;
  padding: 16px 0 17px 0;
  width: 100%;
  height: auto;
  border-radius: 50vh;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.nd-button.--cta,
.nd-button.--cta:visited {
  background: #1a3a6b;
  color: #fff;
  text-align: center;
}

.nd-button.--cta .nd-label {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.nd-button.--cta:hover,
.nd-button.--cta:active,
.nd-button.--cta:focus {
  cursor: pointer;
  transform: translateY(-1px);
  background: #2a5298;
  color: #fff;
  box-shadow: 0 4px 10px rgba(26, 58, 107, 0.3);
}


.nd-tel-link {
  transition: color 250ms ease;
}

.nd-tel-link:link,
.nd-tel-link:visited {
  text-decoration: none;
  color: #000;
}

.nd-tel-link:hover,
.nd-tel-link:active,
.nd-tel-link:focus {
  text-decoration: none;
  color: #2a5298;
}

.nd-home-news .nd-latest-cards.nd-cards {
  justify-content: center;
  gap: 48px;
}

.nd-home-news .nd-news__footer {
  text-align: center;
}

.nd-home-news .nd-latest-cards.nd-cards .nd-card {
  width: calc(50% - 24px);
}

.nd-home-news .nd-latest-cards.nd-cards .nd-card .nd-card__thumbnail {
  height: 272px;
  overflow: hidden;
}

.nd-latest-cards.nd-cards .nd-card .nd-card__thumbnail .nd-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center !important;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.nd-dates .nd-dates__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
}

.nd-card .nd-card__link {
  border-radius: 0;
  border: none;
}

.nd-card .nd-card__thumbnail {
  border-radius: 0;
  border: none;
}

.nd-card .nd-card__content {
  padding: 0;
}

.nd-card .nd-card__thumbnail .nd-image{
  border: none;
}

.nd-card .nd-card__link .nd-card__label {
  font-family: "Noto Sans JP", sans-serif;
}

.nd-latest-cards.nd-cards .nd-card .nd-card__categories .nd-card__label {
  position: relative;
  display: block;
  padding: 10px 12px;
}

.nd-latest-cards.nd-cards .nd-card .nd-card__categories .nd-card__label.--ai-it-blog {
  background: #015FAE;
  color: #fff;
  border-radius: 0;
}

.nd-latest-cards.nd-cards .nd-card .nd-card__categories .nd-card__label.--news {
  background: #97C70A;
  color: #fff;
  border-radius: 0;
}

.nd-latest-cards.nd-cards .nd-card .nd-card__categories .nd-card__label.--works {
  background: #379500;
  color: #fff;
  border-radius: 0;
}


.nd-latest-cards.nd-cards .nd-card .nd-dates {
  margin-bottom: 0;
}

.nd-cta .nd-cta__container {
  background-image: url("/wp-content/uploads/cta-background.jpg");
  background-size: cover;
  background-position: center;
  display: block;
}

.nd-cta .nd-cta__content {
  background: none;
}

.nd-cta .nd-cta__content .nd-cta__box {
  background: rgba(255, 255, 255, 0.8);
}

.nd-cover {
  background-position: center;
  background-size: cover;
  height: 360px;
  width: 100%;
  padding: 0;
  color: rgb(255, 255, 255);
  position: relative;
}

.nd-cover .nd-section__container.--absolute {
  position: absolute;
  top: 16px;
  left: calc(50% - 380px);
  z-index: 15;
}

.nd-cover .nd-section__background.--dotted {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%);
  background-color: rgba(25, 25, 25, 0.3);
  background-image: url(../img/main-visual-background.png);
  background-repeat: repeat;
  z-index: 8;
}

.nd-cover .nd-section__container.--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 12;
}

.nd-cover .nd-section__container.--flex .has-text-align-center {
  width: 100%;
}

.nd-breadscrumb.--white .nd-breadscrumb__link:link,
.nd-breadscrumb.--white .nd-breadscrumb__link:visited,
.nd-breadscrumb.--white .nd-breadscrumb__link:hover,
.nd-breadscrumb.--white .nd-breadscrumb__link:active,
.nd-breadscrumb.--white .nd-breadscrumb__link:focus {
  color: #fff;
}

.nd-breadscrumb .nd-breadscrumb__list {
  flex-wrap: wrap;
  line-height: 1.5;
}

.nd-breadscrumb .nd-breadscrumb__link:after {
  background-position: 0 -15px;
}

.nd-breadscrumb.--white .nd-breadscrumb__link:after {
  background-position: 0 -1px;
}

.nd-breadscrumb.--white .nd-breadscrumb__current {
  color: #fff;
}

.nd-slider-static .nd-card {
  width: 364px;
}

.nd-slider-static .nd-slider__track .nd-slider__list {
  gap: 32px;
}

.nd-slider-static .nd-slider__track .nd-slider__list .nd-slider__item {
  width: 364px;
}

.nd-slider-static .nd-card .nd-card__thumbnail {
  height: 208px;
}

.nd-related-columns .nd-slider-static .nd-card .nd-card__thumbnail {
  height: 155px;
}

.nd-slider-static .nd-card .nd-card__thumbnail .nd-image {
  object-position: center center !important;
}

.nd-slider-static .nd-card .nd-card__content {
  padding: 0;
}

.nd-card .nd-tags {
  margin-bottom: 0;
}

.splide.nd-recommend-service.is-active {
  padding: 0 0 48px 0;
}

.splide.nd-recommend-service .nd-card {
  padding: 0;
}

.splide.nd-recommend-service .splide__progress {
  margin: 24px auto 0 auto;
  width: calc(100% - 160px);
}

.splide.nd-recommend-service .splide__progress .splide__progress__bar {
  background-color: #1a3a6b;
  height: 1px;
  opacity: 0.5;
}

.splide.nd-recommend-service .nd-card .nd-card__link {
  background: rgb(245, 245, 245);
  border: solid 1px rgb(225, 225, 225);
}

.splide.nd-recommend-service .nd-card .nd-card__content {
  padding: 4px 24px 0 24px;
}

.splide.nd-recommend-service .nd-card .nd-card__content .nd-heading {
  margin-bottom: 4px;
}

.splide.nd-recommend-service .nd-card .nd-card__thumbnail {
  height: 248px;
}

.splide.nd-recommend-service .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.splide.nd-recommend-service .splide__pagination__page.is-active {
  background: #1a3a6b;
}

.splide.nd-recommend-service.nd-slider-static {
  visibility: visible;
}

.splide.nd-recommend-service.nd-slider-static .nd-card {
  width: 464px;
  border: solid 1px #ccc;
  padding: 0;
}

.splide.nd-recommend-service.nd-slider-static .nd-slider__track .nd-slider__list .nd-slider__item {
  width: 364px;
}

.splide.nd-recommend-service.nd-slider-static .nd-card .nd-card__thumbnail {
  height: 248px;
}

.splide.nd-recommend-service.nd-slider-static .splide__list {
  justify-content: center;
  gap: 32px;
}

.nd-recommend-service .nd-card {
  margin: 0;
  padding: 0 16px;
}

.nd-recommend-service .splide__arrow--prev {
  left: 16px;
}

.nd-recommend-service .splide__arrow--next {
  right: 16px;
}

.nd-table__row.--head {
  border-bottom: solid 1px #97C70A;
}

.nd-table__cell {
  padding: 8px 0 0 0;
}

.nd-cards.--horizontal {
  width: 760px;
  margin: 0 0 0 calc(-380px + 50%);
}

.nd-cards.--horizontal .nd-card .nd-card__link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}

.nd-cards.--horizontal .nd-card .nd-card__link.--border {
  border: solid 1px #ddd;
}

.nd-cards.--horizontal .nd-card .nd-card__link .nd-card__thumbnail {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nd-label.--is-lp {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  background: #2EB7A7;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 8px;
}

.nd-label.--is-service {
  display: inline-block;
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  background: #7BC334;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 8px;
}

.nd-cards.--horizontal .nd-label.--is-service,
.nd-cards.--horizontal .nd-label.--is-lp {
  margin-top: -8px;
}

.nd-post-navigation .nd-post-navigation__link img.nd-post-navigation__thumbnail {
  height: 96px !important;
}

.nd-post-navigation__direction {
  margin-bottom: 8px;
}

.nd-post-navigation__link.--prev {
  padding-left: 0;
}

.nd-post-navigation__link.--next {
  padding-right: 0;
}

.nd-post-navigation__label {
  line-height: 1.75;
}

.nd-information.--size-l .nd-information__list .nd-information__item .nd-link {
  padding: 18px 16px;
}

.nd-information.--size-l .nd-information__list .nd-information__item .nd-link .nd-date {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.nd-information.--size-l .nd-information__list .nd-information__item .nd-link .nd-label {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.nd-information.--size-l .nd-information__list .nd-information__item:first-child .nd-link:hover,
.nd-information.--size-l .nd-information__list .nd-information__item:first-child .nd-link:active,
.nd-information.--size-l .nd-information__list .nd-information__item:first-child .nd-link:focus {
  background: #2a5298;
}

.nd-information.--size-l .nd-information__list .nd-information__item .nd-link:hover,
.nd-information.--size-l .nd-information__list .nd-information__item .nd-link:active,
.nd-information.--size-l .nd-information__list .nd-information__item .nd-link:focus {
  background: #2a5298;
}

.nd-button:hover,
.nd-button:active,
.nd-button:focus {
  background: #2a5298;
}

.splide__arrow--next:hover,
.splide__arrow--next:active,
.splide__arrow--next:focus {
  background: #2a5298;
  border-color: #2a5298;
}

.splide__arrow--prev:hover,
.splide__arrow--prev:active,
.splide__arrow--prev:focus {
  background: #2a5298;
  border-color: #2a5298;
}

.nd-content-nav .nd-content-nav__heading {
  font-family: "Noto Sans JP", sans-serif;
}

.nd-content-nav .nd-content-nav__link {
  font-family: "Noto Sans JP", sans-serif;
}

.--mobile.--nd-article .nd-image.--thumbnail {
  margin-bottom: 16px;
}


/* Media Query */
.--desktop .nd-header-nav {
  display: block;
}

.--tablet .nd-header-nav {
  display: none;
}

.--mobile .nd-header-nav {
  display: none;
}

.--desktop .nd-drawer-button {
  display: none;
}

.--mobile .nd-drawer-button {
  display: block;
}

.--desktop .nd-loop {
  width: 240px;
}

.--mobile .nd-logo {
  width: 140px;
}

.--mobile .nd-main-visual {
  min-height: 540px;
}

.--mobile .nd-description .nd-label.--size-s {
  font-size: 9px;
}

.--mobile .nd-main-visual .nd-main-visual__content .nd-display.--size-m.--mt--800 {
  font-size: 24px;
  margin-top: 0 !important;
}

.--mobile .nd-main-visual .nd-main-visual__content .nd-title.--size-xs {
  font-size: 14px;
}

.--mobile .nd-section__content .nd-section__container.--splide__wrapper {
  width: 100%;
  margin-bottom: 64px !important;
}

.--mobile.--nd-article .nd-image.--thumbnail {
  margin-bottom: 16px;
}

.--mobile .splide.nd-recommend-service .splide__progress {
  margin-top: 16px;
  width: calc(100% - 96px);
}

.--mobile .nd-article .--pt--1500 {
  padding-top: 64px !important;
}

.--mobile .nd-article .--mb--1500 {
  margin-bottom: 64px !important;
}

.--mobile .nd-label.--is-lp {
  padding: 7px 10px 7px 10px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.--mobile .nd-label.--is-service {
  padding: 7px 10px 7px 10px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.--mobile .nd-cards {
  display: block;
}

.--mobile .nd-home-news .nd-latest-cards.nd-cards .nd-card {
  width: calc(100% - 64px);
  margin: 0 auto 32px auto;
}

.--mobile .nd-home-about .nd-section__content .nd-section__container {
  width: calc(100% - 80px);
}

.--desktop .nd-dispaly,
.--desktop .nd-date,
.--desktop .nd-heading,
.--desktop .nd-lead,
.--desktop .nd-paragraph,
.--desktop .nd-footnote,
.--desktop .nd-tagline,
.--desktop .nd-title,
.--desktop .nd-label,
.--desktop .nd-tag,
.--desktop .nd-breadscrumb__link,
.--desktop .nd-breadscrumb__current,
.--desktop strong,
.--desktop .nd-related-columns .nd-related-columns__heading,
.--desktop .nd-achievement-cards .nd-achievement-cards__heading {
  font-family: "Noto Sans JP", sans-serif;
}

.--mobile .nd-dispaly,
.--mobile .nd-date,
.--mobile .nd-heading,
.--mobile .nd-lead,
.--mobile .nd-paragraph,
.--mobile .nd-footnote,
.--mobile .nd-tagline,
.--mobile .nd-title,
.--mobile .nd-label,
.--mobile .nd-tag,
.--mobile .nd-breadscrumb__link,
.--mobile .nd-breadscrumb__current,
.--mobile strong,
.--mobile .nd-related-columns .nd-related-columns__heading,
.--mobile .nd-achievement-cards .nd-achievement-cards__heading {
  font-family: "Noto Sans JP", sans-serif;
}

.--mobile h2.wp-block-heading {
  font-size: 22px;
}

.--mobile .nd-title.--size-xl {
  font-size: 22px;
  text-align: justify;
}

.--mobile .nd-paragraph.--size-l {
  font-size: 16px;
  text-align: justify;
}

.--mobile .nd-home-about .nd-title.--size-xl br {
  display: none;
}

.--mobile .nd-paragraph.--size-l br {
  display: none;
}

.--tablet .nd-section__content .nd-section__container.--size-l,
.--mobile .nd-section__content .nd-section__container.--size-l {
  width: 100%;
}

.--tablet .nd-home-service .nd-cards,
.--tablet .nd-home-works .nd-cards {
  display: flex;
  gap: 32px;
  width: calc(100% - 64px);
  margin: 0 auto 32px auto;
  justify-content: flex-start;
}

.--mobile .nd-home-service .nd-cards,
.--mobile .nd-home-works .nd-cards {
  display: flex;
  gap: 16px;
  width: calc(100% - 32px);
  margin: 0 auto 32px auto;
  justify-content: flex-start;
}

.--tablet .nd-home-service .nd-cards .nd-card,
.--tablet .nd-home-works .nd-cards .nd-card {
  width: calc(50% - 16px);
  margin: 0 0 32px 0;
}

.--mobile .nd-home-service .nd-cards .nd-card,
.--mobile .nd-home-works .nd-cards .nd-card {
  width: calc(50% - 8px);
  margin: 0 0 16px 0;
}

.--tablet .nd-cta .nd-cta__content,
.--mobile .nd-cta .nd-cta__content {
  border-radius: 0;
  width: 100%;
}

.--tablet .nd-cta .nd-cta__content .nd-cta__box,
.--mobile .nd-cta .nd-cta__content .nd-cta__box {
  border-radius: 8px;
  margin: 0 auto;
  width: calc(100% - 32px);
}

.--mobile .nd-cta .nd-flex-box {
  display: block;
}

.--mobile .nd-cta .nd-flex-box .nd-flex-box__item-050 {
  width: 100%;
  margin: 0 auto 32px auto;
}

.--mobile .nd-cta .nd-heading {
  font-size: 16px;
}

.--mobile .nd-cta .nd-tagline.--size--l {
  font-size: 24px;
}

.--mobile .nd-footer .nd-footer__container {
  display: block;
  height: auto;
  padding-top: 8px;
  padding-bottom: 0;
}

.--mobile .nd-footer .nd-copyright {
  width: 100%;
  font-size: 10px;
  margin-bottom: 16px;
  text-align: center;
}

.--mobile .nd-footer .nd-fixed-nav {
  margin-bottom: 12px;
}

.--mobile .nd-footer .nd-button {
  padding: 4px 8px 4px 8px;
  margin: 0 0 0 auto;
}

.--mobile .nd-footer .nd-button .nd-label.--size-s {
  font-size: 11px;
}

.--mobile .nd-cover .nd-display.--size-xs {
  font-size: 24px !important;
}

.--mobile .nd-title br {
  display: none;
}

.--mobile .nd-article__header .nd-article__container.--mb--1200 {
  margin-bottom: 64px !important;
}

.--mobile .nd-article__header .nd-display.--size-xs {
  font-size: 26px !important;
}

.--mobile .nd-article__header .nd-paragraph {
  font-size: 14px !important;
}

.--tablet.--nd-page .nd-article__container.--size-l {
  width: 760px;
}

.--mobile.--nd-page .nd-article__container.--size-l {
  width: calc(100% - 32px);
}

.--mobile.--nd-page .nd-cards.--size-l {
  display: flex;
  gap: 16px;
  width: 100%;
}

.--mobile.--nd-page .nd-article .nd-section__header {
  h2.wp-block-heading br {
    display: none;
  }
}

.--mobile.--nd-page .nd-cards.--size-l .nd-card {
  width: calc(50% - 8px);
  margin-bottom: 24px;
}

.--mobile.--nd-page .nd-cards.--size-l .nd-card .nd-dates {
  flex-direction: column;
  gap: 6px;
}

.--mobile.--nd-page .nd-cards.--size-l .nd-card .nd-dates .nd-dates__item {
  font-size: 10px;
}

.--mobile.--nd-article .nd-article__container {
  margin-bottom: 48px;
}

.--mobile.--nd-article .nd-content-nav.--mb--800 {
  margin-bottom: 24px;
}

.--mobile.--nd-article .nd-related-columns.--mt--800 {
  margin-top: 0px !important;
}

.--mobile.--nd-article .nd-related-columns.--mt--1400 {
  margin-top: 64px !important;
}

.--mobile.--nd-page .nd-related-columns.--mt--1200 {
  margin-top: 64px !important;
}


.--mobile.--nd-article .nd-related-columns.--mb--1400 {
  margin-bottom: 64px !important;
}

.--mobile.--nd-article .nd-related-columns__heading.--mb--600 {
  font-size: 18px;
}

.--mobile.--nd-page .nd-related-columns__heading {
  font-size: 18px;
}

.--mobile.--nd-page .nd-achievement-cards__heading {
  font-size: 18px;
}

.--mobile.--nd-article .nd-related-columns .nd-related-columns__heading {
  font-size: 18px;
}

.--mobile.--nd-article .nd-related-columns__content .nd-cards.--horizontal {
  width: 100%;
  margin: 0;
}

.--tablet.--nd-article .nd-article__aside .nd-article__container.--size-l {
  width: 760px;
  margin: 0 auto;
}
 
.--mobile.--nd-article .nd-article__aside .nd-article__container.--size-l {
  width: 100%;
  margin: 0 auto;
}

.--mobile.--nd-article .nd-article__aside .nd-article__container.--size-l .nd-card__thumbnail {
  height: 280px;
  object-fit: cover;
}

.--mobile.--nd-page .nd-related-columns .splide__arrow--next,
.--mobile.--nd-page .nd-achievement-cards .splide__arrow--next,
.--mobile.--nd-article .nd-article__aside .splide__arrow--next {
  right: 16px;
  display: none;
}

.--mobile.--nd-page .nd-related-columns .splide__arrow--prev,
.--mobile.--nd-page .nd-achievement-cards .splide__arrow--prev,
.--mobile.--nd-article .nd-article__aside .splide__arrow--prev {
  left: 16px;
  display: none;
}

.--mobile .nd-article__container .nd-post-navigation__link {
  flex-direction: column;
} 
 
.--mobile .nd-article__container .nd-post-navigation .nd-post-navigation__link img.nd-post-navigation__thumbnail {
  height: 120px !important;
}

.--mobile .nd-cover .nd-section__container.--absolute {
  left: 16px;
}

.--mobile .nd-cover .nd-breadscrumb .nd-breadscrumb__current {
  max-width: 20em;
  width: auto;
}

.--mobile .nd-banner {
  padding-left: 24px;
  padding-right: 24px;
}

.--mobile .nd-cards.--horizontal {
  width: 100%;
  margin: 0 auto;
}

.--mobile .nd-cards.--horizontal .nd-card .nd-card__link {
  flex-direction: column;
}

.--mobile .nd-cards.--horizontal .nd-card .nd-card__link .nd-card__thumbnail {
  width: 100%;
}

.--mobile .nd-cards.--horizontal .nd-card .nd-card__link .nd-card__thumbnail {
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
}

.--mobile .nd-cards.--horizontal .nd-card .nd-card__link .nd-card__thumbnail .nd-image {
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
}

.--mobile .nd-cards.--horizontal .nd-card .nd-card__link .nd-card__content {
  width: 100%;
  padding: 0 16px 16px 16px;
}

.--mobile .nd-slider-static.--cnt--2 .nd-slider__track .nd-slider__list {
  flex-direction: column;
}

.--mobile .nd-slider-static.--cnt--2 {
  padding: 0 16px;
}

.--mobile .nd-slider-static.--cnt--2 .nd-slider__item {
  width: 100%;
}

.--mobile .nd-slider-static .nd-card {
  width: 100%;
}

.--mobile .nd-form__container {
  width: 100%;
}

.nd-fields .nd-field .nd-field__label {
  font-family: "Noto Sans JP", sans-serif;
}

.nd-fields .nd-field .nd-field__required {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.nd-actions .nd-action__cancel {
  font-family: "Noto Sans JP", sans-serif;
}

.nd-actions .nd-action__submit {
  font-family: "Noto Sans JP", sans-serif;
  background: #1a3a6b;
  color: #fff;
  width: 40%;
}

.nd-actions .nd-action__submit:hover,
.nd-actions .nd-action__submit:active,
.nd-actions .nd-action__submit:focus {
  cursor: pointer;
  transform: translateY(-1px);
  background: #2a5298;
  color: #fff;
  box-shadow: 0 4px 10px rgba(26, 58, 107, 0.3);
}

.nd-post-navigation__link.--prev::after {
  display: none;
  background-image: none;
}

.nd-post-navigation__link.--next::after {
  display: none;
  background-image: none;
}