.global {
  font-family: var(--font-en-01);
}
.global *,
.global *:before,
.global *:after {
  word-break: keep-all;
}

.l-header {
  color: inherit;
}
.l-page--index .l-header {
  color: #fff;
}
.l-header::before {
  background: #fff;
}
.l-page--index .l-header::before {
  background: linear-gradient(#002869 0%, rgba(0, 40, 105, 0) 100%);
}
.is-scroll .l-header {
  background: #fff;
}
.is-scroll .l-header::before {
  display: none;
}

.l-header-logo {
  filter: none;
}
.l-page--index .l-header-logo {
  filter: brightness(0) invert(1);
  color: #fff;
}
.is-scroll .l-header-logo {
  filter: none;
}

.l-header-logo__link {
  width: 312px;
  margin-top: 0;
}
@media screen and (max-width:1280px) {
  .l-header-logo__link {
    width: 210px;
  }
}
@media screen and (max-width:1024px) {
  .l-header-logo__link {
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo__link {
    width: 76px;
  }
}
@media screen and (max-width:1480px) {
  .l-header-main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:1280px) {
  .l-header-main {
    font-size: 1.25rem;
  }
}
.is-scroll .l-header-main {
  color: var(--color-plain-01);
}
@media screen and (max-width:1480px) {
  .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width:1280px) {
  .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1350px) {
  .is-scroll .l-header-main__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1120px) {
  .is-scroll .l-header-main__item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1350px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1120px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 14px;
  }
}
.l-header-main__link::before {
  background: var(--color-plain-01);
}
.l-page--index .l-header-main__link::before {
  background: #fff;
}
.is-scroll .l-header-main__link::before {
  background: var(--color-plain-01);
}

.l-header-sub {
  margin: 0 0 20px;
}
@media screen and (max-width:1024px) {
  .l-header-sub {
    margin: 0;
  }
}
.l-header-inner {
  padding: 0 40px;
}
@media screen and (max-width:1024px) {
  .l-header-inner {
    padding: 0 67px 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .l-header-inner {
    padding: 0 60px 0 20px;
  }
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-inner {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width:1024px) {
  .is-scroll .l-header-inner {
    padding: 0 67px 0 20px;
  }
}
.l-header-customer {
  font-size: 1.4rem;
}
@media screen and (max-width:1280px) {
  .l-header-customer {
    font-size: 1.1rem;
  }
}
.is-scroll .l-header-customer {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 1530px) {
  .is-scroll .l-header-customer {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-customer {
    font-size: 1.1rem;
  }
}
.l-header-customer__item {
  line-height: 1;
}
.l-header-customer__item:nth-child(n+2) {
  margin: 0 0 0 8px;
}
@media screen and (max-width:1480px) {
  .l-header-customer__item {
    width: 160px;
  }
}
@media screen and (max-width:1280px) {
  .l-header-customer__item {
    width: 140px;
    height: 40px;
    padding: 0 4px;
  }
}
@media screen and (max-width:1024px) {
  .l-header-customer__item {
    font-size: 1rem;
    width: 10.6rem;
    height: 3.2rem;
  }
}
@media screen and (max-width:767px) {
  .l-header-customer__item {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .l-header-customer__item {
    width: fit-content;
    min-width: 6em;
    padding: 0 0.8rem;
  }
}
.is-scroll .l-header-customer__item {
  margin: 0 0 0 30px;
}
.is-scroll .l-header-customer__item:nth-child(n+2) {
  margin: 0 0 0 8px;
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-customer__item {
    width: 110px;
    height: 40px;
    padding: 0 4px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width:1024px) {
  .is-scroll .l-header-customer__item {
    font-size: 1rem;
    width: 10.6rem;
    height: 3.2rem;
  }
}
@media screen and (max-width:767px) {
  .is-scroll .l-header-customer__item {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .is-scroll .l-header-customer__item {
    width: fit-content;
    min-width: 6em;
    padding: 0 0.8rem;
  }
}
@media print, screen and (min-width:1481px) {
  .l-header-customer__item--signup {
    width: 160px;
  }
}
@media print, screen and (min-width:1481px) {
  .l-header-customer__item--login {
    width: 200px;
  }
}
@media screen and (max-width:1480px) {
  .l-header-customer__item--login {
    flex-direction: column;
  }
}
.l-header-customer__item--login span {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 1em;
  position: relative;
  top: 0.2em;
  font-weight: 400;
}
@media screen and (max-width:1480px) {
  .l-header-customer__item--login span {
    margin: 0;
    font-size: 1rem;
  }
}

.l-header-menu {
  width: 60px;
}
.l-header-menu:after {
  content: "MENU";
  color: var(--color-main-01);
}
.is-scroll .l-header-menu:after {
  color: var(--color-main-01);
}
.l-header-menu.is-open:after {
  content: "CLOSE";
}

.l-header-menu__ico {
  background-color: var(--color-main-01);
}
.l-header-menu__ico:before, .l-header-menu__ico:after {
  background-color: var(--color-main-01);
}
.is-scroll .l-header-menu__ico {
  background-color: var(--color-main-01);
}
.is-scroll .l-header-menu__ico:before, .is-scroll .l-header-menu__ico:after {
  background-color: var(--color-main-01);
}

.l-menu {
  background: var(--color-main-01);
}

.l-menu-customer__item {
  line-height: 1;
}
@media screen and (max-width:767px) {
  .l-menu-customer__item--login {
    flex-direction: column;
  }
}
.l-menu-customer__item--login span {
  display: inline-block;
  font-size: 90%;
  margin-left: 1em;
  position: relative;
  top: 0.2em;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  .l-menu-customer__item--login span {
    margin: 0;
  }
}

.l-menu-sns {
  margin-top: 0;
}

.l-main {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .l-main {
    font-size: 1.6rem;
  }
}
.l-main .l-container {
  padding: 120px 0;
}
@media screen and (max-width:1024px) {
  .l-main .l-container {
    padding: 60px 0;
  }
}
.l-footer {
  padding: 0;
  color: #fff;
  background: var(--color-main-01);
}

.l-footer-contact {
  padding: 100px 0;
  background-color: #2f62a1;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/global/contact_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #fff;
}
@media screen and (max-width:1024px) {
  .l-footer-contact {
    padding: 40px 0;
  }
}
.l-footer-contact__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 90px;
  margin-bottom: 0.2em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-footer-contact__ttl {
    padding: 64px 0 0;
    margin-bottom: 0.5em;
    font-size: 2rem;
    text-align: center;
  }
}
.l-footer-contact__ttl i {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -32px 0 0;
}
@media screen and (max-width:1024px) {
  .l-footer-contact__ttl i {
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
  }
}
.l-footer-contact__ttl i svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.l-footer-contact__txt {
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .l-footer-contact__txt {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
@media print, screen and (min-width:1025px) {
  .l-footer-contact__btn {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -36px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-contact__btn {
    max-width: 248px;
    margin: 20px auto 0;
  }
}
.l-footer-contact__btn .c-ico-arrow-02--bg-white svg {
  fill: var(--color-main-01);
}

.l-footer-bottom {
  display: block;
  margin: 0;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width:1024px) {
  .l-footer-bottom {
    padding: 32px 0;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom {
    padding: 20px 0 80px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-bottom__inner {
    padding: 0;
  }
}

.global-index {
  padding-top: 0;
}

.global-index-ttl-01 {
  margin-bottom: 1.5em;
}
@media screen and (max-width:1024px) {
  .global-index-ttl-01 {
    margin-bottom: 1em;
  }
}
.global-index-ttl-01 > * {
  display: block;
}
.global-index-ttl-01 > * + * {
  margin-top: 5px;
}
.global-index-ttl-01__main {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  .global-index-ttl-01__main {
    font-size: 3.2rem;
  }
}

.global-index-ttl-02 {
  margin-bottom: 1em;
}
.global-index-ttl-02 > * {
  display: block;
}
.global-index-ttl-02 > * + * {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .global-index-ttl-02 > * + * {
    margin-top: 10px;
  }
}
.global-index-ttl-02__main {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  .global-index-ttl-02__main {
    font-size: 2.4rem;
  }
}
.global-index-ttl-02__sub {
  font-size: 1.48rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .global-index-ttl-02__sub {
    font-size: 1.2rem;
  }
}

.global-index-mv {
  height: 100vh;
  min-height: 800px;
  position: relative;
  padding: 160px 0 72px;
  overflow: hidden;
  background-color: var(--color-main-02);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .global-index-mv {
    min-height: 520px;
    max-height: 520px;
    padding: 80px 0 36px;
  }
}
@media screen and (max-width:767px) {
  .global-index-mv {
    padding-bottom: 60px;
    background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_01_sp.jpg");
    background-position: center 10%;
  }
}
.global-index-mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 2000px;
  height: 100%;
  padding: 0 0 0 6%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1480px) {
  .global-index-mv__inner {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width:1024px) {
  .global-index-mv__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .global-index-mv__inner {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 400px;
  }
}
.global-index-mv__ttl {
  position: relative;
}
.global-index-mv__ttl b {
  display: block;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width:1280px) {
  .global-index-mv__ttl b {
    font-size: 5rem;
  }
}
@media screen and (max-width:1024px) {
  .global-index-mv__ttl b {
    font-size: 4rem;
  }
}
@media screen and (max-width:767px) {
  .global-index-mv__ttl b {
    font-size: 3.2rem;
    padding-right: 45px;
  }
}
.global-index-mv__ttl span {
  display: block;
  margin-top: 1.5em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width:1024px) {
  .global-index-mv__ttl span {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}

.global-index-about {
  overflow: hidden;
}
.global-index-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 614px;
  background: linear-gradient(#deebf5 0%, #fff 44.83%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:1024px) {
  .global-index-about::before {
    height: 319px;
  }
}
.global-index-about__inner {
  display: flex;
}
@media screen and (max-width:1024px) {
  .global-index-about__inner {
    display: block;
  }
}
.global-index-about__inner::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/global/about_bg_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -70px;
  left: -80px;
}
@media screen and (max-width:1024px) {
  .global-index-about__inner::before {
    width: 176px;
    height: 176px;
    left: -55px;
  }
}
.global-index-about__body {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 30px 30px 0 0;
}
@media screen and (max-width:1024px) {
  .global-index-about__body {
    width: auto;
    padding: 0 0 20px;
  }
}
@media screen and (max-width:1024px) {
  .global-index-about__ttl {
    text-align: center;
  }
}
.global-index-about__img {
  width: 50%;
  padding: 0 0 0 30px;
}
@media screen and (max-width:1024px) {
  .global-index-about__img {
    width: auto;
    padding: 0;
  }
  .global-index-about__img img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
  }
}

.global-index-service__sect {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 80px 0;
}
@media screen and (max-width:1024px) {
  .global-index-service__sect {
    display: block;
    margin: 50px 0;
    padding: 0 20px;
  }
}
.global-index-service__sect-body {
  display: flex;
  justify-content: flex-end;
  width: 45%;
  padding: 0 80px;
}
@media screen and (max-width:1280px) {
  .global-index-service__sect-body {
    padding: 0 40px;
  }
}
@media screen and (max-width:1024px) {
  .global-index-service__sect-body {
    width: auto;
    padding: 0;
  }
}
.global-index-service__sect-inner {
  max-width: 440px;
}
@media screen and (max-width:1024px) {
  .global-index-service__sect-inner {
    max-width: inherit;
  }
}
.global-index-service__sect-img {
  width: 55%;
  background: #f9fdff;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .global-index-service__sect-img {
    width: auto;
    margin: 30px auto 0;
  }
}
.global-index-service__sect-img img {
  max-width: 880px;
}
@media screen and (max-width:767px) {
  .global-index-service__sect-img img {
    max-width: 400px;
  }
}

.global-index-record {
  overflow: hidden;
}
.global-index-record__btn {
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .global-index-record__btn {
    margin-top: 30px;
  }
}

.global-index-president {
  position: relative;
  background-color: #002461;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/global/president_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  color: #fff;
}
@media screen and (max-width:1280px) {
  .global-index-president {
    background-position: 65% center;
    background-size: auto 100%;
  }
}
@media screen and (max-width:1024px) {
  .global-index-president {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/global/president_bg_01_sp.jpg");
    background-position: center top;
    background-size: 650px auto;
  }
}
@media screen and (max-width:767px) {
  .global-index-president {
    background-size: 500px auto;
  }
}
@media screen and (max-width:1024px) {
  .global-index-president__ttl {
    margin-top: -15px;
    margin-bottom: 310px;
    text-align: center;
  }
}
.global-index-president__txt {
  width: 720px;
}
@media screen and (max-width:1280px) {
  .global-index-president__txt {
    width: 55%;
  }
}
@media screen and (max-width:1024px) {
  .global-index-president__txt {
    width: 100%;
  }
}
.global-index-president__lead {
  padding-top: 50px;
  margin-bottom: 1.5em;
  font-size: 2.8rem;
  font-weight: 600;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 19.2"><path d="M2.839,23.2A.811.811,0,0,1,2,22.406a.976.976,0,0,1,.6-.844c2.146-1.136,4.63-5.071,4.63-7.5a5.087,5.087,0,0,1-5.191-5.11A5.129,5.129,0,0,1,7.2,4C11.094,4,13,7.056,13,10.368,13,17.546,4.8,23.2,2.839,23.2Zm13,0A.811.811,0,0,1,15,22.406a.976.976,0,0,1,.6-.844c2.146-1.136,4.63-5.071,4.63-7.5a5.088,5.088,0,0,1-5.191-5.11A5.13,5.13,0,0,1,20.2,4C24.093,4,26,7.056,26,10.368,26,17.546,17.8,23.2,15.838,23.2Z" transform="translate(26 23.2) rotate(180)" fill="%23ced6e8" opacity="0.7"/></svg>');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px;
}
@media screen and (max-width:1024px) {
  .global-index-president__lead {
    padding-top: 30px;
    background-size: 24px;
    font-size: 2.4rem;
  }
}
.global-index-president__name {
  margin-top: 3em;
  font-size: 1.4rem;
}
.global-index-president__name b {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.global-index-company__table {
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  .global-index-company__table {
    font-size: 1.3rem;
  }
}
.global-index-company__table table th {
  width: 15em;
  font-weight: 400;
}

.global-index-access__map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width:1024px) {
  .global-index-access__map iframe {
    height: 300px;
  }
}
.global-index-access__map-btn {
  margin-top: 15px;
}
@media screen and (max-width:1024px) {
  .global-index-access__map-btn {
    margin-top: 10px;
  }
}
.global-index-access__info {
  margin-top: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  .global-index-access__info {
    margin-top: 50px;
  }
}
.global-index-access__info-items {
  display: flex;
  flex-wrap: wrap;
  margin: -50px -20px 0;
}
@media screen and (max-width:1024px) {
  .global-index-access__info-items {
    margin-top: -40px;
  }
}
.global-index-access__info-item {
  width: calc(50% - 40px);
  margin: 50px 20px 0;
}
@media screen and (max-width:1024px) {
  .global-index-access__info-item {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
.global-index-access__info-item--wide {
  width: calc(100% - 40px);
}
.global-index-access__info-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

@media screen and (max-width:1024px) {
  .global-track_record .c-ttl-04 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=en.css.map */