@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: var(--focus-primary-color);
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

:root {
  --color-main-01: #004290;
  --color-main-02: #002869;
  --color-main-03: #B10E0E;
  --color-main-04: #0A2458;
  --color-main-05: #183160;
  --color-main-06: #00143C;
  --color-main-07: #D2B79A;
  --color-main-08: #01357B;
  --color-main-09: #B11011;
  --color-black-01: #000;
  --color-plain-01: #222;
  --color-plain-02: #777;
  --color-focus-01: #777;
  --color-border-01: #ddd;
  --color-border-02: #777;
  --color-gray-01: #F0F4F7;
  --color-red-01: #B10E0E;
  --font-ja-01: "Noto Sans JP", sans-serif;
  --font-en-01: "Inter", sans-serif;
  --font-en-02: "Poppins", sans-serif;
  --font-en-03: "Noto Serif JP", serif;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: var(--color-plain-01);
  font-family: var(--font-ja-01);
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:1024px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width:1025px) {
  body.is-modal-locked {
    overflow: hidden;
  }
}
@media screen and (max-width:1024px) {
  body.is-modal-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
}
a img,
a .c-ico {
  transition: all 0.4s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

::-webkit-input-placeholder {
  color: var(--color-focus-01);
  padding-top: 0.2em;
}
.l-main--navy ::-webkit-input-placeholder {
  color: #93A3BA;
}

:-moz-placeholder {
  color: var(--color-focus-01);
  opacity: 1;
}
.l-main--navy :-moz-placeholder {
  color: #93A3BA;
}

::-moz-placeholder {
  color: var(--color-focus-01);
  opacity: 1;
}
.l-main--navy ::-moz-placeholder {
  color: #93A3BA;
}

:-ms-input-placeholder {
  color: var(--color-focus-01);
}
.l-main--navy :-ms-input-placeholder {
  color: #93A3BA;
}

select,
textarea,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: var(--font-ja-01);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  width: 100%;
  border: 1px solid var(--color-border-02);
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid var(--color-border-02);
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid var(--color-border-02);
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.c-ico-arrow-01 {
  display: inline-block;
  width: 6px;
  height: 10px;
}
.c-ico-arrow-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-arrow-01 svg {
  width: 6px;
  height: 10px;
  fill: var(--color-main-01);
}

.c-ico-arrow-01-w {
  display: inline-block;
  width: 6px;
  height: 10px;
}
.c-ico-arrow-01-w svg {
  display: block;
  vertical-align: top;
}
.c-ico-arrow-01-w svg {
  width: 6px;
  height: 10px;
  fill: #fff;
}

.c-ico-arrow-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.c-ico-arrow-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: all 0.4s;
}
.c-ico-arrow-02 svg {
  width: 6px;
  height: 10px;
  position: relative;
  z-index: 2;
  fill: #fff;
  transition: all 0.4s;
}
.c-ico-arrow-02--bd-blue {
  background: none;
}
.c-ico-arrow-02--bd-blue::before {
  background: var(--color-main-01);
}
.c-ico-arrow-02--bd-blue svg {
  fill: var(--color-main-01);
}
.c-ico-arrow-02--bd-white {
  background: none;
  border-color: #fff;
}
.c-ico-arrow-02--bd-white::before {
  background: #fff;
}
.c-ico-arrow-02--bg-white {
  background: #fff;
  border-color: #fff;
}
.c-ico-arrow-02--bg-white::before {
  background: #fff;
}
.c-ico-arrow-02--bg-white svg {
  fill: var(--color-main-01);
}
.c-ico-arrow-02--lg {
  width: 60px;
  height: 60px;
}
.c-ico-arrow-02--lg::before {
  width: 100%;
  height: 100%;
}
.c-ico-arrow-02--anchor {
  transform: rotate(90deg);
}
.c-ico-arrow-02--blank svg {
  width: 11px;
  height: 11px;
}

@media print, screen and (min-width:768px) {
  .is-view-pc a:hover .c-ico-arrow-02::before,
  .is-view-pc button:hover .c-ico-arrow-02::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.25);
  }
  .is-view-pc a:hover .c-ico-arrow-02--bd-blue svg,
  .is-view-pc button:hover .c-ico-arrow-02--bd-blue svg {
    fill: #FFF;
  }
  .is-view-pc a:hover .c-ico-arrow-02--bd-white svg,
  .is-view-pc button:hover .c-ico-arrow-02--bd-white svg {
    fill: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc button:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before {
    transform: translate(-50%, -50%) scale(1.05);
    background: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc button:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg {
    fill: #FFF;
  }
}

.c-mypage-pagination__next .c-ico-arrow-02,
.c-mypage-pagination__prev .c-ico-arrow-02,
.swiper-button-prev .c-ico-arrow-02,
.swiper-button-next .c-ico-arrow-02 {
  border: 1px solid var(--color-main-01);
}
.c-mypage-pagination__next .c-ico-arrow-02::before,
.c-mypage-pagination__prev .c-ico-arrow-02::before,
.swiper-button-prev .c-ico-arrow-02::before,
.swiper-button-next .c-ico-arrow-02::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-mypage-pagination__next:hover .c-ico-arrow-02::before,
  .is-view-pc .c-mypage-pagination__prev:hover .c-ico-arrow-02::before,
  .is-view-pc .swiper-button-prev:hover .c-ico-arrow-02::before,
  .is-view-pc .swiper-button-next:hover .c-ico-arrow-02::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .is-view-pc .c-mypage-pagination__next:hover .c-ico-arrow-02--bd-blue svg,
  .is-view-pc .c-mypage-pagination__prev:hover .c-ico-arrow-02--bd-blue svg,
  .is-view-pc .swiper-button-prev:hover .c-ico-arrow-02--bd-blue svg,
  .is-view-pc .swiper-button-next:hover .c-ico-arrow-02--bd-blue svg {
    fill: #FFF;
  }
  .is-view-pc .c-mypage-pagination__next:hover .c-ico-arrow-02--bd-white svg,
  .is-view-pc .c-mypage-pagination__prev:hover .c-ico-arrow-02--bd-white svg,
  .is-view-pc .swiper-button-prev:hover .c-ico-arrow-02--bd-white svg,
  .is-view-pc .swiper-button-next:hover .c-ico-arrow-02--bd-white svg {
    fill: var(--color-main-01);
  }
  .is-view-pc .c-mypage-pagination__next:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc .c-mypage-pagination__prev:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc .swiper-button-prev:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc .swiper-button-next:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg::before {
    transform: translate(-50%, -50%) scale(1.05);
    background: var(--color-main-01);
  }
  .is-view-pc .c-mypage-pagination__next:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc .c-mypage-pagination__prev:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc .swiper-button-prev:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc .swiper-button-next:hover .c-ico-arrow-02--bg-white.c-ico-arrow-02--lg svg {
    fill: #FFF;
  }
}

.c-ico-blank-01 {
  display: inline-block;
  width: 11px;
  height: 11px;
}
.c-ico-blank-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-blank-01 svg {
  width: 11px;
  height: 11px;
  fill: var(--color-main-01);
}

.c-ico-blank-01-R {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0.5em;
}
.c-ico-blank-01-R svg {
  display: block;
  vertical-align: top;
}
.c-ico-blank-01-R svg {
  width: 11px;
  height: 11px;
  fill: var(--color-main-01);
}

.c-ico-mail-01 {
  display: inline-block;
}
.c-ico-mail-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-mail-01 svg {
  width: 25px;
  height: 16px;
  fill: #fff;
}

.c-ico-catalog-01 {
  display: inline-block;
}
.c-ico-catalog-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-catalog-01 svg {
  width: 25px;
  height: 19px;
  fill: #fff;
}

.c-ico-clear-01 {
  display: inline-block;
}
.c-ico-clear-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-clear-01 svg {
  width: 25px;
  height: 16px;
}

.c-ico-delete-01 {
  display: inline-block;
}
.c-ico-delete-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-delete-01 svg {
  width: 16px;
  height: 18px;
  fill: var(--color-main-01);
}

.c-ico-plus-01 {
  display: inline-block;
  width: 13px;
  height: 1px;
  position: relative;
}
.c-ico-plus-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-plus-01::before, .c-ico-plus-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-main-01);
  border-radius: 3px;
}
.c-ico-plus-01::after {
  transform: rotate(90deg);
  transition: all 0.4s;
}

.c-ico-plus-02 {
  display: inline-block;
  background: var(--color-main-01);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
}
.c-ico-plus-02 svg {
  display: block;
  vertical-align: top;
}
.c-ico-plus-02::before {
  content: "";
  display: block;
  width: 125%;
  height: 125%;
  border-radius: 50%;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.4s;
}
.c-ico-plus-02 span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.c-ico-plus-02 span::before, .c-ico-plus-02 span::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  margin: -1px 0 0 -5px;
}
.c-ico-plus-02 span::after {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.c-ico-plus-02--bg-white {
  background: #fff;
  border-color: #fff;
}
.c-ico-plus-02--bg-white::before {
  background: #fff;
}
.c-ico-plus-02--bg-white span::before, .c-ico-plus-02--bg-white span::after {
  background: var(--color-main-01);
}

@media print, screen and (min-width:768px) {
  .is-view-pc a:hover .c-ico-plus-02::before,
  .is-view-pc button:hover .c-ico-plus-02::before,
  .is-view-pc .js-accordion:hover .c-ico-plus-02::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .is-view-pc a:hover .c-ico-plus-02--bd-blue svg,
  .is-view-pc button:hover .c-ico-plus-02--bd-blue svg,
  .is-view-pc .js-accordion:hover .c-ico-plus-02--bd-blue svg {
    fill: #FFF;
  }
  .is-view-pc a:hover .c-ico-plus-02--bd-white svg,
  .is-view-pc button:hover .c-ico-plus-02--bd-white svg,
  .is-view-pc .js-accordion:hover .c-ico-plus-02--bd-white svg {
    fill: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc button:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc .js-accordion:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg::before {
    transform: translate(-50%, -50%) scale(1.05);
    background: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc button:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc .js-accordion:hover .c-ico-plus-02--bg-white.c-ico-arrow-02--lg svg {
    fill: #FFF;
  }
}

.c-ico-close-01 {
  display: inline-block;
  width: 14px;
  height: 2px;
  position: relative;
}
.c-ico-close-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-close-01::before, .c-ico-close-01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-ico-close-01::before {
  transform: rotateZ(45deg);
}
.c-ico-close-01::after {
  transform: rotateZ(-45deg);
}

.c-ico-close-02 {
  display: inline-block;
  background: var(--color-main-01);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
  transform: rotate(45deg);
}
.c-ico-close-02 svg {
  display: block;
  vertical-align: top;
}
.c-ico-close-02::before {
  content: "";
  display: block;
  width: 125%;
  height: 125%;
  border-radius: 50%;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.4s;
}
.c-ico-close-02 span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.c-ico-close-02 span::before, .c-ico-close-02 span::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  margin: -1px 0 0 -5px;
}
.c-ico-close-02 span::after {
  transform: rotate(90deg);
  transition: all 0.4s;
}

@media print, screen and (min-width:768px) {
  .is-view-pc a:hover .c-ico-close-02::before,
  .is-view-pc button:hover .c-ico-close-02::before,
  .is-view-pc .js-modal-close:hover .c-ico-close-02::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .is-view-pc a:hover .c-ico-close-02--bd-blue svg,
  .is-view-pc button:hover .c-ico-close-02--bd-blue svg,
  .is-view-pc .js-modal-close:hover .c-ico-close-02--bd-blue svg {
    fill: #FFF;
  }
  .is-view-pc a:hover .c-ico-close-02--bd-white svg,
  .is-view-pc button:hover .c-ico-close-02--bd-white svg,
  .is-view-pc .js-modal-close:hover .c-ico-close-02--bd-white svg {
    fill: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc button:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg::before,
  .is-view-pc .js-modal-close:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg::before {
    transform: translate(-50%, -50%) scale(1.05);
    background: var(--color-main-01);
  }
  .is-view-pc a:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc button:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg svg,
  .is-view-pc .js-modal-close:hover .c-ico-close-02--bg-white.c-ico-arrow-02--lg svg {
    fill: #FFF;
  }
}

.c-ico-check-01::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  margin-top: -0.2em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
}

.c-ico-tel-01 {
  display: inline-block;
  width: 22px;
  height: 29px;
}
.c-ico-tel-01 svg {
  display: block;
  vertical-align: top;
}
.c-ico-tel-01 svg {
  width: 100%;
  height: 100%;
  fill: var(--color-main-01);
}

.c-ico-reverse {
  transform: rotate(180deg);
}

.c-ico-white svg {
  fill: #fff;
}

.c-ico-main svg {
  fill: var(--color-main-01);
}

.c-ico-file-01 {
  display: inline-block;
  border: 1px solid var(--color-main-01);
  color: var(--color-main-01);
  font-size: 1.3rem;
  padding: 0 0.5em;
  margin-left: 0.5em;
  font-style: normal;
}

.c-btn-01 {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 72px;
  border: 1px solid var(--color-main-01);
  border-radius: 4px;
  padding: 0 65px 0 32px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-main-01);
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .c-btn-01 {
    max-width: 288px;
    height: 56px;
    padding: 0 60px 0 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
  }
}
.c-btn-01__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-btn-01__txt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.c-btn-01__txt-small {
  font-size: 1.4rem;
}
.c-btn-01__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
}
@media screen and (max-width:1024px) {
  .c-btn-01__arrow {
    right: 16px;
  }
}
.c-btn-01--back {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .c-btn-01--back {
    padding-left: 16px;
    padding-right: 24px;
  }
}
.c-btn-01--back .c-btn-01__inner {
  justify-content: center;
}
.c-btn-01--back .c-btn-01__arrow {
  transform: rotate(180deg);
  position: static;
  margin-top: 0;
  margin-right: 24px;
  flex-shrink: 0;
}
.c-btn-01--w400 {
  max-width: 400px;
}
.c-btn-01--txt-center .c-btn-01__inner {
  justify-content: center;
  padding-left: 20px;
}
.c-btn-01--bd-white {
  border-color: #fff;
  color: #fff;
}
.c-btn-01--bg-main {
  border-color: var(--color-main-01);
  color: #fff;
  background-color: var(--color-main-01);
}
.c-btn-01--bg-main .c-btn-01__arrow {
  background: #fff;
}
.c-btn-01--bg-main .c-btn-01__arrow::before {
  background: #fff;
}
.c-btn-01--bg-main .c-btn-01__arrow svg {
  fill: var(--color-main-01);
}
.c-btn-01--bg-white {
  border-color: var(--color-border-01);
  background-color: #fff;
  color: var(--color-black-01);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--bg-white:hover {
    border-color: var(--color-main-01);
    background-color: #fff;
    color: var(--color-main-01);
  }
  .is-view-pc .c-btn-01--bg-white:hover .c-btn-01__ico svg {
    fill: var(--color-main-01);
  }
}
.c-btn-01--bg-red {
  border-color: var(--color-main-03);
  color: #fff;
  font-size: 1.8rem;
  background-color: var(--color-main-03);
}
@media screen and (max-width:1024px) {
  .c-btn-01--bg-red {
    font-size: 1.8rem;
  }
}
.c-btn-01--bg-red .c-btn-01__arrow {
  background: none;
  border-color: #fff;
}
.c-btn-01--bg-red .c-btn-01__arrow::before {
  background: #fff;
}
.c-btn-01--bg-red .c-btn-01__arrow svg {
  fill: #fff;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--bg-red:hover .c-btn-01__arrow svg {
    fill: var(--color-main-03);
  }
}
.c-btn-01--blur {
  border-color: #ccc;
  background: #F0F0F0;
  pointer-events: none;
}
.c-btn-01--blur .c-btn-01__inner {
  opacity: 0.3;
  color: var(--color-plain-01);
}
.c-btn-01--blur + p {
  font-size: 1.6rem;
  color: var(--color-plain-02);
  margin-top: 0.5em;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.c-btn-01:disabled {
  background: #ddd;
  border-color: #ddd;
  color: #aaa;
  pointer-events: none;
}
.c-btn-01:disabled .c-btn-01__ico svg {
  display: none;
}

.c-btn-02 a,
.c-btn-02 button {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .c-btn-02 a,
  .c-btn-02 button {
    font-size: 1.2rem;
  }
}
.c-btn-02 a > span,
.c-btn-02 button > span {
  display: inline-block;
  position: relative;
}
.c-btn-02 a > span::before,
.c-btn-02 button > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-main-01);
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.4s;
}
.c-btn-02 a i,
.c-btn-02 button i {
  margin-left: 1em;
}
@media screen and (max-width:1024px) {
  .c-btn-02 a i,
  .c-btn-02 button i {
    margin-left: 0.8em;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-02 a:hover > span::before,
  .is-view-pc .c-btn-02 button:hover > span::before {
    opacity: 0;
  }
}
.c-btn-02--white a {
  color: #fff;
}
.c-btn-02--white a > span::before {
  background: #fff;
}
.c-btn-02--center a,
.c-btn-02--center button {
  margin: 0 auto;
}
.c-btn-02--blur a,
.c-btn-02--blur button {
  pointer-events: none;
  opacity: 0.3;
}
.c-btn-02--blur + p {
  font-size: 1.6rem;
  color: var(--color-plain-02);
  margin-top: 0.2em;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .c-btn-02--blur + p {
    font-size: 1.2rem;
  }
}

.c-btn-03 {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 72px;
  background-color: var(--color-main-03);
  padding: 0 16px;
  border-radius: 4px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .c-btn-03 {
    max-width: 315px;
    padding: 0 35px;
    height: 56px;
    font-size: 1.8rem;
  }
}
.c-btn-03::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/themes/nmp_theme/assets/images/ico_rudder.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 29px;
  transform: translateY(-50%) rotate(0);
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .c-btn-03::before {
    width: 38px;
    height: 38px;
    left: 14px;
  }
}
.c-btn-03__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-btn-03__txt p {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .c-btn-03__txt p {
    margin-bottom: 0.3em;
    font-size: 1.05rem;
  }
}
@media screen and (max-width:374px) {
  .c-btn-03__txt p {
    transform: scale(0.8);
    transform-origin: left center;
  }
}
.c-btn-03__txt p small {
  font-size: 1.1rem;
}
.c-btn-03__arrow {
  position: absolute !important;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .c-btn-03__arrow {
    right: 12px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-03:hover::before {
    transform: translateY(-50%) rotate(75deg);
  }
  .is-view-pc .c-btn-03:hover .c-btn-03__arrow svg {
    fill: var(--color-main-03);
  }
}

.c-btn-04 {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 72px;
  background: var(--color-main-01);
  border-radius: 4px;
  padding: 0 20px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.c-btn-04:disabled {
  background: #bbb;
  color: #e4e4e4;
  pointer-events: none;
}

.c-btn-accordion-01 {
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  padding-right: 55px;
}
@media screen and (max-width:1024px) {
  .c-btn-accordion-01 {
    padding-right: 45px;
  }
}
.c-btn-accordion-01 i {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -20px;
}
@media screen and (max-width:1024px) {
  .c-btn-accordion-01 i {
    right: 15px;
    margin-top: -12px;
  }
}
.c-btn-accordion-01.is-active i::after {
  transform: rotate(0);
  opacity: 0;
}
.c-btn-accordion-01 + * {
  display: none;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-accordion-01:hover {
    background: var(--color-border-01);
  }
}

.c-btn-link-01 a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-plain-01);
}
.c-btn-link-01 a .c-ico-arrow-01 {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 10px;
}
.c-btn-link-01 a .c-ico-arrow-01 svg {
  width: 7px;
  height: 10px;
  fill: var(--color-main-01);
}
.c-btn-link-01 a .c-ico-blank-01 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.c-btn-link-01 a .c-ico-blank-01 svg {
  fill: #4e4e4e;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-link-01 a:hover {
    color: var(--color-main-01);
  }
}
.c-btn-link-01--anchor a {
  padding-left: 0;
  padding-right: 2em;
}
.c-btn-link-01--anchor a .c-ico-arrow-01 {
  left: inherit;
  right: 3px;
  transform: rotate(90deg);
}

.c-btn-link-02 a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #777;
}
.c-btn-link-02 a .c-ico-arrow-01 {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 11px;
}
.c-btn-link-02 a .c-ico-arrow-01 svg {
  width: 7px;
  height: 11px;
  fill: var(--color-main-01);
}
.c-btn-link-02 a .c-ico-blank-01 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.c-btn-link-02 a .c-ico-blank-01 svg {
  fill: #999;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-link-02 a:hover {
    color: var(--color-main-01);
  }
}

.c-btn-link-file a {
  display: inline-block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-link-file a:hover {
    color: var(--color-main-01);
  }
}
.c-btn-link-file span {
  display: flex;
  align-items: center;
}
.c-btn-link-file img {
  display: block;
  width: 15px;
  margin-right: 0.5em;
}

.c-btns {
  display: flex;
  justify-content: center;
}
.c-btns * {
  max-width: 410px;
}
.c-btns * + * {
  margin-left: 30px;
}
@media screen and (max-width:1024px) {
  .c-btns * + * {
    margin-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-btns * + * {
    margin-left: 10px;
  }
}

.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-mt {
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .c-btn-mt {
    margin-top: 40px;
  }
}

@media print, screen and (min-width:1025px) {
  .c-btn-sm {
    max-width: 400px !important;
  }
}
@media screen and (max-width:1024px) {
  .c-btn-sm {
    max-width: 255px !important;
  }
}

.c-card-01 + .c-card-01 {
  margin-top: 80px;
}
.c-card-01 img {
  width: 100%;
}
.c-card-01__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -20px -10px 0;
}
@media print, screen and (min-width:1025px) {
  .c-card-01__items {
    margin: -30px -15px 0;
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01__items {
    margin: -40px -25px 0;
  }
}
.c-card-01__item {
  display: block;
  width: 100%;
  margin: 20px 10px 0;
  /*&--wide {
    width: 100% !important;
    @include lgMin {
      margin-left: 27px;
      margin-right: 28px;
    }
  }*/
}
@media print, screen and (min-width:1025px) {
  .c-card-01__item {
    margin: 30px 15px 0;
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01__item {
    margin: 40px 25px 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01--col2 .c-card-01__item {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01--col2 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01--col2 .c-card-01__item {
    width: calc(50% - 50px);
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01--col3 .c-card-01__items {
    margin: -40px -15px 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01--col3 .c-card-01__item {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01--col3 .c-card-01__item {
    width: calc(33.3% - 30px);
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01--col3 .c-card-01__item {
    width: calc(33.3% - 30px);
    margin: 40px 15px 0;
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01--col4 .c-card-01__items {
    margin: -40px -10px 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01--col4 .c-card-01__item {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01--col4 .c-card-01__item {
    width: calc(33.3% - 30px);
  }
}
@media print, screen and (min-width:1281px) {
  .c-card-01--col4 .c-card-01__item {
    width: calc(25% - 20px);
    margin: 40px 10px 0;
  }
}
.c-card-01--center .c-card-01__items {
  justify-content: center;
}

.c-form-input {
  display: inline-block;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  border: 1px solid var(--color-border-01);
  border-radius: 4px;
}
@media screen and (max-width:1024px) {
  .c-form-input {
    height: 48px;
  }
}
.l-main--navy .c-form-input {
  color: #fff;
  border: none;
  background: #2F487B;
}

.c-form-radio {
  display: inline-block;
  cursor: pointer;
  min-height: 24px;
}
.c-form-radio span {
  display: block;
  padding: 0 0 0 35px;
  position: relative;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form-radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fff;
  border: 1px solid var(--color-border-02);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
}
.l-main--navy .c-form-radio span:before {
  border: none;
  background: #2F487B;
}
.c-form-radio span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: var(--color-main-01);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  visibility: hidden;
  box-sizing: border-box;
}
.l-main--navy .c-form-radio span:after {
  background: #fff;
}
.c-form-radio input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  padding: 0;
}
.c-form-radio input[type=radio]:checked + span:after {
  visibility: visible;
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
  min-height: 24px;
}
.c-form-checkbox span {
  display: block;
  padding: 0 0 0 35px;
  position: relative;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form-checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fff;
  border: 1px solid var(--color-border-02);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  box-sizing: border-box;
}
.l-main--navy .c-form-checkbox span:before {
  border: none;
  background: #2F487B;
}
.c-form-checkbox span:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 1;
  visibility: hidden;
  box-sizing: border-box;
}
.l-main--navy .c-form-checkbox span:after {
  border-color: #2F487B;
}
.c-form-checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  padding: 0;
}
.c-form-checkbox input[type=checkbox]:checked + span::before {
  background: var(--color-main-01);
  border-color: var(--color-main-01);
}
.l-main--navy .c-form-checkbox input[type=checkbox]:checked + span::before {
  background: #fff;
  border: none;
}
.c-form-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.c-form-select {
  position: relative;
}
.c-form-select select {
  cursor: pointer;
  width: 100%;
  height: 56px;
  padding: 0 34px 0 24px;
  border: 1px solid var(--color-border-01);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 8"><path d="M4.676,1.2a1,1,0,0,1,1.648,0l3.6,5.235A1,1,0,0,1,9.1,8H1.9a1,1,0,0,1-.824-1.567Z" transform="translate(11 8) rotate(180)" fill="%23222"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 11px 8px;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .c-form-select select {
    height: 48px;
  }
}
.l-main--navy .c-form-select select {
  color: #fff;
  border: none;
  background-color: #2F487B;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 8"><path d="M4.676,1.2a1,1,0,0,1,1.648,0l3.6,5.235A1,1,0,0,1,9.1,8H1.9a1,1,0,0,1-.824-1.567Z" transform="translate(11 8) rotate(180)" fill="%23fff"/></svg>');
}

.c-form-textarea {
  display: block;
  width: 100%;
  vertical-align: bottom;
  padding: 15px 24px;
  border: 1px solid var(--color-border-01);
  border-radius: 4px;
}
.l-main--navy .c-form-textarea {
  color: #fff;
  border: none;
  background: #2F487B;
}

.c-form-error {
  color: #d50500;
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.4;
}
.c-form-error:empty {
  display: none;
  margin: 0;
  font-size: 0;
}

.c-frame-01 {
  background: var(--color-gray-01);
  padding: 40px;
}
@media screen and (max-width:1024px) {
  .c-frame-01 {
    padding: 30px 20px;
  }
}

.c-frame-02 {
  background: #fff;
  border: 1px solid var(--color-main-01);
  padding: 40px;
}
@media screen and (max-width:1024px) {
  .c-frame-02 {
    padding: 30px 20px;
  }
}

.c-frame-03 {
  background: var(--color-main-05);
  padding: 80px;
}
@media screen and (max-width:1280px) {
  .c-frame-03 {
    padding: 50px;
  }
}
@media screen and (max-width:1024px) {
  .c-frame-03 {
    padding: 50px 20px;
  }
}

.c-hover-alpha {
  transition: all 0.4s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-hover-alpha:hover {
    opacity: 0.7;
  }
}

.c-hover-brightness {
  transition: all 0.4s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-hover-brightness:hover {
    filter: brightness(120%);
  }
}

.c-hover-underline {
  transition: all 0.4s;
}
.c-hover-underline .c-ico-blank-01 {
  margin-left: 0.2em;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-hover-underline:hover {
    text-decoration: none;
  }
}

.c-img-01 figcaption {
  font-size: 1.4rem;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .c-img-01 figcaption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:1024px) {
  .c-img-01 figcaption.c-img-01__caption-sm {
    font-size: 1.2rem;
  }
}
.c-img-01__img-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}
.c-img-01__img-wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}

/*.c-link-blank {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  i {
    position: absolute;
    top: 0.4em !important;
    right: 5px;
    margin: 0 !important;
  }
}*/
.is-view-pc .c-link-tel, .is-view-tab .c-link-tel {
  pointer-events: none;
  display: inline-block;
  cursor: default;
}

.c-list-notes {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-list-notes > li {
  padding-left: 1.5em;
  position: relative;
}
.c-list-notes > li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-notes > li + li {
  margin-top: 0.25em;
}

.c-list-dot-01 > li {
  padding-left: 0.8em;
  position: relative;
}
.c-list-dot-01 > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-main-01);
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width:1024px) {
  .c-list-dot-01 > li::before {
    top: 0.7em;
  }
}
.c-list-dot-01 > li + li {
  margin-top: 0.25em;
}
.c-list-dot-01--black > li::before {
  background: var(--color-black-01);
}
@media print, screen and (min-width:768px) {
  .c-list-dot-01--col3 {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em 0 0 -1em;
  }
}
@media print, screen and (min-width:768px) {
  .c-list-dot-01--col3 > li {
    width: calc(50% - 1em);
    margin: 0.25em 0 0 1em;
  }
}
@media print, screen and (min-width:1281px) {
  .c-list-dot-01--col3 > li {
    width: calc(33.3% - 1em);
  }
}

.c-list-num-01 {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
}
.c-list-num-01 > li + li {
  margin-top: 0.5em;
}

.c-list-num-03 {
  counter-reset: list03;
}
.c-list-num-03 > li {
  padding-left: 2.2em;
  position: relative;
}
.c-list-num-03 > li::before {
  content: "（" counter(list03) "）";
  counter-increment: list03;
  position: absolute;
  top: 0;
  left: -0.6em;
  width: 3em;
  text-align: right;
  white-space: nowrap;
}
.c-list-num-03 > li + li {
  margin-top: 0.25em;
}

.c-list-ind-10 > li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-list-ind-15 > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.c-list-ind-20 > li {
  text-indent: -2em;
  margin-left: 2em;
}

.c-list-ind-25 > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.c-list-ind-30 > li {
  text-indent: -3em;
  margin-left: 3em;
}

.c-list-inline {
  margin: -1em 0 0 -1em;
}
.c-list-inline li {
  display: inline-block;
  margin: 1em 0 0 1em;
}

.c-list-small {
  font-size: 1.2rem;
}

@media print, screen and (min-width:768px) {
  .c-media-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-media-01 {
    margin: 0 -15px;
  }
}
@media print, screen and (min-width:1281px) {
  .c-media-01 {
    margin: 0 -25px;
  }
}
@media screen and (max-width:767px) {
  .c-media-01 > * + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .c-media-01__img {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-media-01__img {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media print, screen and (min-width:1281px) {
  .c-media-01__img {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
}
.c-media-01__img img {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .c-media-01__body {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-media-01__body {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media print, screen and (min-width:1281px) {
  .c-media-01__body {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
}
@media screen and (max-width:1024px) {
  .c-media-01__body .c-btn-01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-media-01--sm .c-media-01__img {
  /*img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }*/
}
@media print, screen and (min-width:1025px) {
  .c-media-01--sm .c-media-01__img {
    width: 400px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-media-01--sm .c-media-01__body {
    width: calc(100% - 430px - 30px);
  }
}
@media print, screen and (min-width:1281px) {
  .c-media-01--sm .c-media-01__body {
    width: calc(100% - 450px - 50px);
  }
}
@media print, screen and (min-width:768px) {
  .c-media-01--reverse {
    flex-flow: row-reverse;
  }
}

.c-media-02 > * + * {
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .c-media-02 > * + * {
    margin-top: 20px;
  }
}
.c-media-02__img {
  display: flex;
}
@media screen and (max-width:767px) {
  .c-media-02__img {
    display: block;
  }
}
.c-media-02__img > * + * {
  margin: 0 0 0 50px;
}
@media screen and (max-width:1280px) {
  .c-media-02__img > * + * {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width:1024px) {
  .c-media-02__img > * + * {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width:767px) {
  .c-media-02__img > * + * {
    margin: 25px 0 0;
  }
}

.c-modal {
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:1024px) {
  .c-modal {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.c-modal__wrap {
  display: table;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .c-modal__wrap {
    max-width: inherit;
    padding: 20px 0;
  }
}
.c-modal__inner {
  display: table-cell;
  vertical-align: middle;
}
.c-modal__cont {
  position: relative;
  background-color: #fff;
  max-width: 1200px;
  padding: 56px 64px;
}
@media screen and (max-width:1024px) {
  .c-modal__cont {
    max-width: inherit;
    padding: 55px 20px 40px;
  }
}
.c-modal__close-txt {
  margin: 30px auto 0;
}
@media print, screen and (min-width:1025px) {
  .c-modal__close-txt {
    display: none;
  }
}
.c-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width:1025px) {
  .c-modal__close {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width:1024px) {
  .c-modal__close {
    top: 16px;
    right: 16px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-modal__close i {
    width: 60px;
    height: 60px;
  }
}
.c-modal__bg {
  width: calc(100% - 17px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-modal.is-hide {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.c-modal.is-hide .c-modal__cont {
  opacity: 0;
  transform: translateY(20px);
}
.c-modal.is-show {
  visibility: visible;
  opacity: 1;
}
.c-modal.is-show .c-modal__cont {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}

.c-sect-xl + .c-sect-xl {
  margin-top: 120px;
}
@media screen and (max-width:1024px) {
  .c-sect-xl + .c-sect-xl {
    margin-top: 70px;
  }
}

.c-sect-lg + .c-sect-lg {
  margin-top: 100px;
}
@media screen and (max-width:1024px) {
  .c-sect-lg + .c-sect-lg {
    margin-top: 60px;
  }
}

.c-sect-md + .c-sect-md {
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .c-sect-md + .c-sect-md {
    margin-top: 40px;
  }
}

.c-sect-sm + .c-sect-sm {
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .c-sect-sm + .c-sect-sm {
    margin-top: 20px;
  }
}

.c-sect-xs + .c-sect-xs {
  margin-top: 15px;
}
@media screen and (max-width:1024px) {
  .c-sect-xs + .c-sect-xs {
    margin-top: 10px;
  }
}

.c-sect-em + .c-sect-em {
  margin-top: 2em;
}

.c-sect-bd + .c-sect-bd {
  border-top: 1px solid var(--color-border-01);
}
.c-sect-bd.c-sect-xl + .c-sect-bd.c-sect-xl {
  padding-top: 120px;
}
@media screen and (max-width:1024px) {
  .c-sect-bd.c-sect-xl + .c-sect-bd.c-sect-xl {
    padding-top: 80px;
  }
}

.c-state-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  height: 34px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .c-state-01 {
    height: 24px;
    font-size: 1.4rem;
  }
}
.c-state-01__ticker {
  display: flex;
  width: 100vw;
}
.c-state-01__ticker li {
  flex: 0 0 auto;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 1.4rem;
}
.c-state-01__ticker li b {
  display: flex;
  align-items: center;
}
.c-state-01__ticker li b::before, .c-state-01__ticker li b::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin: 0 16px;
}
.c-state-01__ticker li > span {
  margin-left: 0.3em;
}
.c-state-01__day {
  font-weight: 700;
  font-size: 1.6rem;
}
.c-state-01__time {
  font-weight: 700;
  font-size: 1.6rem;
}
.c-state-01--01 {
  background: #DC143C;
}
.c-state-01--02 {
  background: #299ECC;
}
.c-state-01--03 {
  background: #00596A;
}
.c-state-01--04 {
  background: #808080;
}
.c-state-01--05 {
  background: #808080;
}
.c-state-01--06 {
  background: #103B9E;
}
.c-state-01--07 {
  background: #808080;
}
.c-state-01--08 {
  background: #FFE139;
  color: #7C5C28;
}

.c-table-01 {
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .c-table-01 {
    font-size: 1.4rem;
  }
}
.c-table-01__items {
  border-top: 1px solid var(--color-border-01);
  position: relative;
}
.c-table-01__items::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: var(--color-main-01);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width:1024px) {
  .c-table-01__items::before {
    width: 180px;
  }
}
@media screen and (max-width:767px) {
  .c-table-01__items::before {
    width: 64px;
  }
}
.c-table-01__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border-01);
  position: relative;
}
@media screen and (max-width:767px) {
  .c-table-01__item {
    display: block;
  }
}
.c-table-01__item::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: var(--color-main-01);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width:1024px) {
  .c-table-01__item::before {
    width: 180px;
  }
}
@media screen and (max-width:767px) {
  .c-table-01__item::before {
    width: 64px;
  }
}
.c-table-01__head {
  padding: 20px 0;
  width: 200px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .c-table-01__head {
    width: 180px;
  }
}
@media screen and (max-width:767px) {
  .c-table-01__head {
    width: auto;
    padding: 15px 0 10px;
  }
}
.c-table-01__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 200px);
  padding: 20px 0 20px 20px;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .c-table-01__body {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width:767px) {
  .c-table-01__body {
    width: auto;
    padding: 0 0 15px;
  }
}

.c-table-02 table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.c-table-02 td,
.c-table-02 th {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.c-table-02 thead th {
  color: #fff;
  background: #4c4b43;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-table-02 tbody th {
  background: #f0f0f0;
  font-size: 1.5rem;
}
.c-table-02 tbody td {
  color: #555;
}
.c-table-02--scrollable {
  -webkit-overflow-scrolling: unset;
}
@media screen and (max-width:1024px) {
  .c-table-02--scrollable {
    padding-bottom: 10px;
  }
  .c-table-02--scrollable::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .c-table-02--scrollable::-webkit-scrollbar-track {
    border-radius: 7px;
    background: #f0f0f0;
  }
  .c-table-02--scrollable::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #777;
  }
  .c-table-02--scrollable table {
    width: 927px;
  }
}

.c-ttl-01 {
  margin-bottom: 60px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .c-ttl-01 {
    margin-bottom: 30px;
  }
}
.c-ttl-01-sub {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  .c-ttl-01-sub {
    font-size: 1.4rem;
  }
}
.c-ttl-01-main {
  display: block;
  font-size: 4rem;
}
@media screen and (max-width:1024px) {
  .c-ttl-01-main {
    font-size: 2.8rem;
  }
}

.c-ttl-02 {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .c-ttl-02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-ttl-02::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: var(--color-main-01);
  margin: 0 0 15px;
}
.c-ttl-02--center {
  text-align: center;
}
.c-ttl-02--center::before {
  margin: 0 auto 15px;
}
@media screen and (max-width:1024px) {
  .c-ttl-02--sp-center {
    text-align: center;
  }
  .c-ttl-02--sp-center::before {
    margin: 0 auto 15px;
  }
}
@media print, screen and (min-width:1025px) {
  .c-ttl-02--lg {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width:1025px) {
  .c-ttl-02--sm {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.c-ttl-02--white {
  color: #fff;
}
.c-ttl-02--white::before {
  background: #fff;
}

.c-ttl-03 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .c-ttl-03 {
    margin-bottom: 10px;
  }
}

.c-ttl-04 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media screen and (max-width:1024px) {
  .c-ttl-04 {
    font-size: 2rem;
  }
}

.c-txt-block-01 > * + * {
  margin-top: 1.5em;
}

.c-txt-marker-01 {
  background: linear-gradient(transparent 90%, var(--color-main-03) 90%);
  display: inline;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 2s 0.2s;
}
.c-txt-marker-01.is-hide {
  background-size: 0% 100%;
}

.c-txt-none {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  .c-txt-none {
    font-size: 1.6rem;
  }
}

.p-breadcrumb ul {
  font-size: 0;
}
.p-breadcrumb ul li {
  display: inline;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-right: 1em;
}
@media screen and (max-width:1024px) {
  .p-breadcrumb ul li {
    font-size: 1rem;
  }
}
.p-breadcrumb ul li + li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: var(--color-plain-02);
  opacity: 0.5;
  transform: rotate(-50deg);
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: -1px;
}
.p-breadcrumb ul li:last-child {
  margin-right: 0;
}
.p-breadcrumb ul li a {
  color: var(--color-plain-02);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-breadcrumb ul li a:hover {
    opacity: 0.5;
  }
}

.p-faq-list__item {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--color-main-01);
}
.l-main--navy .p-faq-list__item {
  background: var(--color-main-05);
  border: none;
}
.p-faq-list__item:nth-child(n+2) {
  margin-top: 16px;
}
.p-faq-list__head {
  padding: 24px 65px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:1024px) {
  .p-faq-list__head {
    padding: 20px 65px 20px 55px;
  }
}
.l-main--navy .p-faq-list__head {
  background: var(--color-main-04);
}
.l-main--navy .p-faq-list__head.is-active {
  background: none;
}
.p-faq-list__ttl {
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-main-01);
  position: relative;
}
.l-main--navy .p-faq-list__ttl {
  color: #fff;
}
.p-faq-list__ttl span {
  position: absolute;
  top: 50%;
  left: -42px;
  margin-top: -0.5em;
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (max-width:1024px) {
  .p-faq-list__ttl span {
    left: -35px;
  }
}
.p-faq-list__ico {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -16px;
}
@media screen and (max-width:1024px) {
  .p-faq-list__ico {
    right: 20px;
  }
}
.is-active .p-faq-list__ico span::after {
  transform: rotate(0deg);
  opacity: 0;
}
.p-faq-list__body {
  display: none;
  padding: 0 65px 24px;
}
@media screen and (max-width:1024px) {
  .p-faq-list__body {
    padding: 0 20px 20px;
    font-size: 1.4rem;
  }
}

.p-form-table {
  word-break: break-all;
  max-width: 1030px;
}
.p-form-table__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .p-form-table__item {
    display: block;
  }
}
.p-form-table__item + .p-form-table__item {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .p-form-table__item + .p-form-table__item {
    margin-top: 30px;
  }
}
.p-form-table__required, .p-form-table__optional {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 20px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
  margin-top: 0.2em;
}
@media screen and (max-width:1024px) {
  .p-form-table__required, .p-form-table__optional {
    width: 30px;
    height: 16px;
    font-size: 1rem;
    margin-left: 1em;
  }
}
.p-form-table__required {
  background: #e51717;
}
.p-form-table__optional {
  background: #777;
}
.p-form-table__head {
  display: flex;
  justify-content: space-between;
  width: 320px;
  padding: 17px 0 0;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .p-form-table__head {
    width: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-form-table__body {
  display: flex;
  align-items: center;
  width: calc(100% - 320px);
  padding: 0 0 0 30px;
}
@media screen and (max-width:1024px) {
  .p-form-table__body {
    width: auto;
    padding: 0;
  }
}
.p-form-table__body-inner {
  width: 100%;
}
.p-form-table__body-inner .c-form-textarea {
  min-height: 240px;
}
@media screen and (max-width:1024px) {
  .p-form-table__body-inner .c-form-textarea {
    min-height: 150px;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-input-half {
    width: calc(50% - 6px);
  }
}

@media print, screen and (min-width:768px) {
  .p-form-name {
    display: flex;
  }
}
.p-form-name li {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .p-form-name li {
    width: calc(50% - 6px);
  }
}
@media print, screen and (min-width:768px) {
  .p-form-name li:nth-child(n+2) {
    margin-left: 12px;
  }
}
@media screen and (max-width:767px) {
  .p-form-name li:nth-child(n+2) {
    margin-top: 12px;
  }
}

.p-form-postcode {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .p-form-postcode {
    position: relative;
    padding-bottom: 65px;
  }
}
.p-form-postcode__zip1 {
  max-width: 100px !important;
}
.p-form-postcode__zip2 {
  max-width: 120px !important;
}
.p-form-postcode__symbol {
  display: inline-block;
  min-width: 45px;
  padding-right: 5px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__symbol {
    min-width: 30px;
  }
}
.p-form-postcode__bar {
  padding: 0 13px;
  text-align: center;
  min-width: 43px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__bar {
    padding: 0 10px;
    min-width: 35px;
  }
}
.p-form-postcode__btn {
  width: 100%;
  max-width: 140px;
  min-width: 100px;
  height: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  background: var(--color-main-01);
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__btn {
    max-width: 155px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

.p-form-address * + * {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .p-form-address * + * {
    margin-top: 20px;
  }
}
.p-form-address__pref {
  width: 240px;
}
@media screen and (max-width:767px) {
  .p-form-address__pref {
    width: 210px;
  }
}
.p-form-address__txt {
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-form-address__txt {
    font-size: 1.4rem;
  }
}

.p-form-list {
  display: flex;
  align-items: center;
  min-height: 56px;
}
@media screen and (max-width:1024px) {
  .p-form-list {
    min-height: inherit;
  }
}
.p-form-list li + li {
  margin-left: 30px;
}

.p-form-privacy {
  margin-top: 50px;
  border: 1px solid var(--color-border-01);
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-form-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-form-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-form-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-btn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.p-form-btn__item {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item {
    width: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__submit {
    max-width: 345px;
    height: 55px;
  }
}

.p-form-error-txt {
  color: #cc0000;
  margin-top: 10px;
}
.p-form-error-txt + .p-form-error-txt {
  margin-top: 0;
}

.p-inquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 20px 0;
  background: var(--color-gray-01);
}
@media screen and (max-width:1024px) {
  .p-inquiry {
    display: block;
    margin-top: 40px;
    padding: 20px 20px 30px;
  }
}
.p-inquiry__body {
  padding: 0 40px 0 140px;
}
@media screen and (max-width:1024px) {
  .p-inquiry__body {
    padding: 0;
  }
}
.p-inquiry__ttl {
  color: var(--color-main-01);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .p-inquiry__ttl {
    padding-top: 64px;
    font-size: 2rem;
    text-align: center;
  }
}
.p-inquiry__ttl i {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: -88px;
  top: 50%;
  margin: -32px 0 0;
}
@media screen and (max-width:1024px) {
  .p-inquiry__ttl i {
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
  }
}
.p-inquiry__ttl i svg {
  width: 100%;
  height: 100%;
  fill: var(--color-main-01);
}
.p-inquiry__txt {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
.p-inquiry__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 313px;
  height: 139px;
  border-left: 1px solid var(--color-border-01);
}
@media screen and (max-width:1024px) {
  .p-inquiry__btn {
    width: auto;
    height: auto;
    border: none;
    margin-top: 10px;
  }
}

.p-news-list__items {
  border-top: 1px solid var(--color-border-01);
}
.p-news-list__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border-01);
  position: relative;
  line-height: 1.5;
  padding: 19px 16px;
  transition: all 0.4s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-news-list__item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width:1024px) {
  .p-news-list__item {
    display: block;
    padding: 16px 0;
  }
}
.p-news-list__item--important .p-news-list__cat {
  border-color: var(--color-main-03);
  background: var(--color-main-03);
  color: #fff;
}
.p-news-list__meta {
  display: flex;
  align-items: center;
}
.p-news-list__date {
  width: 120px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-plain-02);
}
@media screen and (max-width:1024px) {
  .p-news-list__date {
    width: 80px;
    font-size: 1.2rem;
  }
}
.p-news-list__cat {
  display: inline-block;
  min-width: 109px;
  padding: 0.15em 0.55em;
  border: 1px solid var(--color-main-01);
  font-size: 1.3rem;
  color: var(--color-main-01);
  text-align: center;
}
.p-news-list__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 0 0 40px;
}
@media screen and (max-width:1024px) {
  .p-news-list__txt {
    padding: 0.5em 0 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .p-news-list__txt {
    -webkit-line-clamp: 3;
  }
}
.p-news-list__no-date {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width:1024px) {
  .p-news-list__no-date {
    margin-top: 40px;
  }
}

.p-pickup-list__item {
  width: 384px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .p-pickup-list__item {
    width: 245px;
  }
}
.p-pickup-list__img {
  position: relative;
  overflow: hidden;
}
.p-pickup-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.4s;
}
.p-pickup-list__txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em 0 0;
}
@media screen and (max-width:1024px) {
  .p-pickup-list__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-pickup-list a:hover .p-pickup-list__img img {
    transform: scale(1.05);
  }
}

.p-point-list {
  margin-left: auto;
  margin-right: auto;
}
.p-point-list__items {
  display: flex;
  justify-content: space-between;
  margin: -40px -25px 0;
}
@media screen and (max-width:1280px) {
  .p-point-list__items {
    margin: -40px -15px 0;
  }
}
@media screen and (max-width:1024px) {
  .p-point-list__items {
    margin: -24px -10px;
  }
}
@media screen and (max-width:767px) {
  .p-point-list__items {
    flex-wrap: wrap;
  }
}
.p-point-list__item {
  width: calc(100% - 50px);
  margin: 40px 25px 0;
}
@media screen and (max-width:1280px) {
  .p-point-list__item {
    width: calc(100% - 30px);
    margin: 40px 15px 0;
  }
}
@media screen and (max-width:1024px) {
  .p-point-list__item {
    width: calc(100% - 24px);
    margin: 24px 12px;
  }
}
@media screen and (max-width:767px) {
  .p-point-list__item {
    width: calc(50% - 24px);
  }
}
.p-point-list__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .p-point-list__img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
.p-point-list__img::before, .p-point-list__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px rgba(0, 66, 144, 0.35);
  opacity: 0.3;
}
@media screen and (max-width:1024px) {
  .p-point-list__img::before, .p-point-list__img::after {
    box-shadow: 0px 0px 10px rgba(0, 66, 144, 0.35);
  }
}
.p-point-list__img::before {
  background: #fff;
  z-index: 1;
}
.p-point-list__img::after {
  width: 160px;
  height: 160px;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .p-point-list__img::after {
    width: 80px;
    height: 80px;
  }
}
.p-point-list__img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1024px) {
  .p-point-list__img img {
    width: 80px;
    height: 80px;
  }
}
.p-point-list__ttl {
  text-align: center;
  margin-bottom: 0;
}
.p-point-list__txt {
  font-size: 1.4rem;
  padding-top: 1em;
}
@media screen and (max-width:1024px) {
  .p-point-list__txt {
    padding-top: 0.5em;
  }
}
@media print, screen and (min-width:768px) {
  .p-point-list__head {
    pointer-events: none;
  }
}
@media screen and (max-width:767px) {
  .p-point-list__head {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 50px 15px 0;
    position: relative;
  }
}
.p-point-list__head.is-active .p-point-list__ico span::after {
  transform: rotate(0deg);
  opacity: 0;
}
@media print, screen and (min-width:768px) {
  .p-point-list__body {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  .p-point-list__body {
    display: none;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .p-point-list__ico {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-point-list__ico {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
  }
}
@media screen and (max-width:767px) {
  .p-point-list--accordion {
    border-top: 1px solid var(--color-border-01);
  }
}
@media screen and (max-width:767px) {
  .p-point-list--accordion .p-point-list__items {
    margin: 0;
  }
}
@media screen and (max-width:767px) {
  .p-point-list--accordion .p-point-list__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--color-border-01);
  }
}
@media screen and (max-width:767px) {
  .p-point-list--accordion .p-point-list__img {
    width: 80px;
    height: 80px;
    margin: 0 1.5em 0 0;
  }
  .p-point-list--accordion .p-point-list__img img {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width:767px) {
  .p-point-list--accordion .p-point-list__txt {
    padding-top: 0;
  }
}

@media print, screen and (min-width:1025px) {
  .p-record-list__items {
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
    margin: -40px -20px 0;
    transform: none !important;
  }
}
@media print, screen and (min-width:1281px) {
  .p-record-list__items {
    margin: -60px -30px 0;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list__items {
    margin: 0;
  }
}
.p-record-list__item {
  position: relative;
}
@media print, screen and (min-width:1025px) {
  .p-record-list__item {
    width: calc(33.3% - 40px);
    margin: 40px 20px 0 !important;
  }
  .p-record-list__item.is-hide {
    display: none;
  }
  .p-record-list__item.is-show {
    display: block;
  }
  .p-record-list__item.swiper-slide-duplicate {
    display: none;
  }
}
@media print, screen and (min-width:1281px) {
  .p-record-list__item {
    width: calc(33.3% - 60px);
    margin: 60px 30px 0 !important;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list__item {
    width: 295px;
    margin: 0;
  }
}
.p-record-list__img {
  margin-bottom: 1.5em;
}
.p-record-list__ttl {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main-01);
  line-height: 1.2;
}
.p-record-list__table {
  font-size: 1.4rem;
  line-height: 1.2;
}
.p-record-list__table-items {
  border-top: 1px solid var(--color-border-01);
}
.p-record-list__table-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-border-01);
  position: relative;
}
.p-record-list__table-head {
  padding: 15px 0;
  width: 135px;
  font-weight: 700;
  text-align: left;
}
.p-record-list__table-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 135px);
  padding: 15px 0 15px 15px;
  text-align: left;
}
.p-record-list__table-body table {
  margin: -0.2em 0;
}
.p-record-list__table-body table th {
  width: 6em;
  font-weight: 400;
  padding: 0.2em 0;
}
.p-record-list__table-body table td {
  padding: 0.2em 0;
}
.p-record-list__table-body table td::before {
  content: ":";
  display: inline-block;
  padding-right: 0.5em;
}
@media print, screen and (min-width:1025px) {
  .p-record-list__accessory {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list__accessory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    margin: 20px 0 0;
  }
}
.p-record-list__button {
  width: 128px;
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
}
.p-record-list__more {
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .p-record-list__more {
    display: none;
  }
}
.p-record-list__more .c-btn-01__txt::before {
  content: "View more";
}
.p-record-list__more.is-open .c-btn-01__txt::before {
  content: "Close";
}
.p-record-list__more.is-open i span::after {
  transform: rotate(90deg);
  opacity: 0;
}
.p-record-list .swiper-button-prev,
.p-record-list .swiper-button-next {
  width: 60px;
  height: 60px;
  position: static;
  margin: 0;
}
.p-record-list .swiper-button-prev::after,
.p-record-list .swiper-button-next::after {
  display: none;
}
.p-record-list .swiper-pagination {
  width: auto;
  position: static;
  font-size: 0;
  color: var(--color-main-01);
}
.p-record-list .swiper-pagination::before {
  content: "";
  display: block;
  width: 1px;
  height: 55%;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}
@media print, screen and (min-width:1025px) {
  .p-record-list .swiper-pagination {
    display: none;
  }
}
.p-record-list .swiper-pagination-current,
.p-record-list .swiper-pagination-total {
  display: inline-block;
  font-size: 1.8rem;
  width: 1rem;
  text-align: center;
}
.p-record-list .swiper-pagination-total {
  margin-left: 24px;
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__items {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0 !important;
  }
}
@media screen and (max-width:767px) {
  .p-record-list--cover .p-record-list__items {
    margin: -25px 0 0 !important;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__item {
    width: calc(50% - 30px);
    margin: 30px 15px 0 !important;
  }
}
@media screen and (max-width:767px) {
  .p-record-list--cover .p-record-list__item {
    width: 100%;
    margin: 25px 0 0 !important;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__img {
    margin-bottom: 0;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__cover {
    padding: 20px;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__ttl {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1.5rm;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__table-items {
    border-top: none;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__table-item {
    border-bottom: none;
  }
  .p-record-list--cover .p-record-list__table-item:nth-child(n+2) {
    margin-top: 0.8em;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__table-head {
    width: 90px;
    padding: 0;
  }
}
@media screen and (max-width:1024px) {
  .p-record-list--cover .p-record-list__table-body {
    width: calc(100% - 90px);
    padding: 0;
  }
}

.p-step-list__wrap {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
}
.p-step-list__wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.p-step-list__wrap::-webkit-scrollbar-track {
  background-color: var(--color-border-01);
  border-radius: 5px;
}
.p-step-list__wrap::-webkit-scrollbar-thumb {
  background-color: var(--color-main-01);
  border-radius: 5px;
}
.p-step-list__items {
  display: flex;
  min-width: 1240px;
  white-space: nowrap;
  padding: 0 20px;
}
.p-step-list__item {
  width: 100%;
  position: relative;
}
.p-step-list__item:nth-child(n+2) {
  margin-left: 61px;
}
.p-step-list__item:last-child .p-step-list__num::before {
  display: none;
}
.p-step-list__item:last-child .p-step-list__img::before {
  display: none;
}
.p-step-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  color: var(--color-main-01);
  border: 1px solid var(--color-main-01);
  background: #fff;
  margin: 0 auto 18px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .p-step-list__num {
    margin: 0 0 18px;
  }
}
.p-step-list__num::before {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 100%;
}
.p-step-list__img {
  border: 1px solid var(--color-border-01);
  background: #fff;
  position: relative;
}
.p-step-list__img::before {
  content: "";
  display: block;
  width: 27px;
  height: 44px;
  background: url("/wp-content/themes/nmp_theme/assets/images/flow_arrow_01.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 17px;
}
.p-step-list__ttl {
  text-align: center;
  margin-top: 0.8em;
  white-space: normal;
}
@media screen and (max-width:1024px) {
  .p-step-list__ttl {
    text-align: left;
  }
}
.p-step-list__ttl span {
  display: block;
  font-size: 1.4rem;
}
.p-step-list__txt {
  font-size: 1.4rem;
  white-space: normal;
}

.u-clr::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-ov-h {
  overflow: hidden !important;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1280px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1281px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-ja-01 {
  font-family: var(--font-ja-01);
}

.u-ff-en-01 {
  font-family: var(--font-en-01);
  font-weight: 700;
}

.u-ff-en-02 {
  font-family: var(--font-en-02);
  font-weight: 700;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-x120 {
  font-size: 120% !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

@media print, screen and (min-width:768px) {
  .u-ta-c--pc {
    text-align: center !important;
  }
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main-01 {
  color: var(--color-main-01) !important;
}

.u-c-main-02 {
  color: var(--color-main-02) !important;
}

.u-c-main-03 {
  color: var(--color-main-03) !important;
}

.u-c-main-07 {
  color: var(--color-main-07) !important;
}

.u-c-plain-01 {
  color: var(--color-plain-01) !important;
}

.u-c-plain-02 {
  color: var(--color-plain-02) !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: var(--color-red-01) !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main-01 {
  background-color: var(--color-main-01) !important;
}

.u-bg-black {
  background-color: var(--color-black-01) !important;
}

.u-bg-plain {
  background-color: var(--color-plain-01) !important;
}

.u-bg-focus {
  background-color: var(--color-focus-01) !important;
}

.u-bg-border {
  background-color: var(--color-border-01) !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: var(--color-gray-01) !important;
}

/*.u-bg-gray02 {
  background-color: $colorGray02 !important;
}*/
.u-bd {
  border: 1px solid var(--color-border-01) !important;
}

.u-bd-t {
  border-top: 1px solid var(--color-border-01) !important;
}

.u-bd-l {
  border-left: 1px solid var(--color-border-01) !important;
}

.u-bd-b {
  border-bottom: 1px solid var(--color-border-01) !important;
}

.u-bd-r {
  border-right: 1px solid var(--color-border-01) !important;
}

.u-bd-main-01 {
  border-color: var(--color-main-01) !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-max1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.u-w-max880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 15px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 30px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 40px !important;
  }
}

.u-mt-lg {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 60px !important;
  }
}

.u-mt-xl {
  margin-top: 120px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 70px !important;
  }
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 15px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 40px !important;
  }
}

.u-mb-lg {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 60px !important;
  }
}

.u-mb-xl {
  margin-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 70px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-p-sm {
  padding: 30px !important;
}
@media screen and (max-width:767px) {
  .u-p-sm {
    padding: 20px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 15px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 30px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 40px !important;
  }
}

.u-pt-lg {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 60px !important;
  }
}

.u-pt-xl {
  padding-top: 120px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 70px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 15px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 30px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: -75px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 40px !important;
  }
}

.u-pb-lg {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 60px !important;
  }
}

.u-pb-xl {
  padding-bottom: 120px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 70px !important;
  }
}

.l-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1280px;
}
@media screen and (max-width:1024px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--lg {
  max-width: 2000px;
}
@media print, screen and (min-width: 1680px) {
  .l-inner--lg {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.l-inner--md {
  max-width: 1104px;
}
.l-inner--sm {
  max-width: 1080px;
}

.l-container {
  position: relative;
  padding: 63px 0;
}
@media screen and (max-width:1024px) {
  .l-container {
    padding: 60px 0;
  }
}
.l-container--white {
  background: #fff;
}
.l-container--gray {
  background: var(--color-gray-01);
}
.l-container--main {
  background: var(--color-main-01);
}
.l-container--seamap {
  overflow: hidden;
}
.l-container--seamap .l-inner > * {
  position: relative;
  z-index: 1;
}
.l-container--seamap .l-inner::before {
  content: "";
  display: block;
  width: 3903px;
  height: 3903px;
  position: absolute;
  top: -1996px;
  left: -2024px;
  z-index: 0;
  transform: rotate(-15deg);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_seamap_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:1024px) {
  .l-container--seamap .l-inner::before {
    width: 2000px;
    height: 2000px;
    top: -1022px;
    left: -954px;
  }
}
.l-container--map {
  background-color: #fff;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_map_01.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 2000px) {
  .l-container--map {
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  .l-container--map {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_map_01_sp.png");
    background-size: 100% auto;
  }
}
.l-container--map-gray {
  background-color: var(--color-gray-01);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_map_02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 2000px) {
  .l-container--map-gray {
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  .l-container--map-gray {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_map_02_sp.jpg");
    background-size: 100% auto;
  }
}
.l-container--navy-01 {
  background-color: var(--color-main-04);
}
.l-container--navy-02 {
  background-color: var(--color-main-05);
}
.l-container--navy-03 {
  background-color: var(--color-main-06);
}
.l-container--navy-04 {
  background-color: var(--color-main-04);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_navy_01.jpg");
  background-repeat: repeat;
  background-position: center top;
}

.l-page {
  opacity: 0;
  color: var(--color-plain-01);
  padding-top: 170px;
}
@media screen and (max-width:1024px) {
  .l-page {
    padding-top: 72px;
  }
}
.is-loaded .l-page {
  opacity: 1;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.l-page-bottom__breadcrumb {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  max-width: 1280px;
}
@media screen and (max-width:1024px) {
  .l-page-bottom__breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-page-bottom__breadcrumb--lg {
  max-width: 2000px;
}
@media print, screen and (min-width: 1680px) {
  .l-page-bottom__breadcrumb--lg {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.l-page-bottom__breadcrumb--md {
  max-width: 1104px;
}
.l-page-bottom__breadcrumb--sm {
  max-width: 1080px;
}
.l-page-bottom__breadcrumb .p-breadcrumb ul li {
  font-size: 1.4rem;
}

.l-header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  color: #fff;
}
@media screen and (max-width:1024px) {
  .l-header {
    height: 60px;
  }
}
.l-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(1, 53, 123, 0.75), rgba(0, 40, 105, 0));
}
.is-scroll .l-header {
  height: 70px;
  background: #fff;
  color: var(--color-plain-01);
}
@media screen and (max-width:1024px) {
  .is-scroll .l-header {
    height: 60px;
  }
}
.is-scroll .l-header::before {
  display: none;
}
@media screen and (max-width:1024px) {
  .l-header.is-open {
    background: none !important;
  }
}
@media screen and (max-width:1024px) {
  .l-header.is-open::before {
    display: none;
  }
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .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:374px) {
  .l-header-inner {
    padding: 0 60px 0 15px;
  }
}
.is-scroll .l-header-inner {
  padding: 0 40px;
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width:1024px) {
  .is-scroll .l-header-inner {
    padding: 0 67px 0 20px;
  }
}
@media screen and (max-width:374px) {
  .is-scroll .l-header-inner {
    padding: 0 60px 0 15px;
  }
}

.l-header-logo {
  position: relative;
  filter: brightness(0) invert(1);
  color: #fff;
}
.is-scroll .l-header-logo {
  filter: none;
}
@media screen and (max-width:1024px) {
  .is-open .l-header-logo {
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
  }
}
.l-header-logo__link {
  display: block;
  width: 316px;
  transition: none;
  margin-top: -10px;
}
@media screen and (max-width:1280px) {
  .l-header-logo__link {
    width: 210px;
  }
}
@media screen and (max-width:1024px) {
  .l-header-logo__link {
    width: 200px;
    margin-top: 0;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo__link {
    width: 160px;
  }
}
@media print, screen and (min-width:1025px) {
  .is-scroll .l-header-logo__link {
    width: 200px;
    margin-top: 0;
  }
}
@media print, screen and (min-width:1281px) {
  .is-scroll .l-header-logo__link {
    width: 232px;
  }
}
.l-header-logo__txt {
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .is-open .l-header-logo__txt {
    display: block;
    margin: 0 0 0 2em;
  }
}
.is-scroll .l-header-logo__txt {
  display: none;
}

.l-header-right {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media print, screen and (min-width:1025px) {
  .is-scroll .l-header-right {
    flex-direction: row;
    align-items: center;
  }
}

.l-header-main {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:1280px) {
  .l-header-main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:1024px) {
  .l-header-main {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .is-scroll .l-header-main {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-main {
    font-size: 1.2rem;
  }
}
.l-header-main__items {
  display: flex;
  align-items: center;
  width: 100%;
}
.l-header-main__item:nth-child(n+2) {
  margin: 0 0 0 32px;
}
@media screen and (max-width:1280px) {
  .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width:1480px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 1100px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1060px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 1040px) {
  .is-scroll .l-header-main__item:nth-child(n+2) {
    margin: 0 0 0 10px;
  }
}
.l-header-main__link {
  display: inline-block;
  transition: none;
  position: relative;
}
.l-header-main__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .l-header-main__link::before {
    display: none;
  }
}
.is-scroll .l-header-main__link::before {
  background: var(--color-plain-01);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-main__link:hover::before {
    transform: scaleX(1);
  }
}
.l-header-main__link i {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.l-header-main__link i svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  opacity: 0.7;
}
.l-page--index .l-header-main__link i svg {
  fill: #fff;
}

.l-header-sub {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  margin: -10px 0 10px;
}
@media screen and (max-width:1024px) {
  .l-header-sub {
    margin: 0;
  }
}
@media print, screen and (min-width:1025px) {
  .is-scroll .l-header-sub {
    margin: 0;
  }
}

.l-header-relation {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-plain-02);
  color: #fff;
}
@media screen and (max-width:1024px) {
  .l-header-relation {
    display: none;
  }
}
.is-scroll .l-header-relation {
  display: none;
}
.l-header-relation__item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width:1280px) {
  .l-header-relation__item {
    font-size: 1.5rem;
  }
}
.l-header-relation__item:nth-child(n+2) {
  margin: 0 0 0 20px;
}
@media screen and (max-width:1280px) {
  .l-header-relation__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
.l-header-relation__item i {
  display: inline-block;
  margin-right: 0.5em;
}
.l-header-relation__item i svg {
  fill: #fff;
  opacity: 0.7;
}
.l-header-relation__item--library i {
  width: 14px;
  height: 14px;
}
.l-header-relation__item--library i svg {
  width: 14px;
  height: 14px;
}
.l-header-relation__item--corporate i {
  width: 16px;
  height: 16px;
}
.l-header-relation__item--corporate i svg {
  width: 16px;
  height: 16px;
}
.l-header-relation__item--global i {
  width: 16px;
  height: 16px;
}
.l-header-relation__item--global i svg {
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-relation__item:hover {
    opacity: 0.6;
  }
}

.l-header-customer {
  display: flex;
  align-items: center;
  margin: 0 0 0 25px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width:1280px) {
  .l-header-customer {
    font-size: 1.1rem;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width:1024px) {
  .l-header-customer {
    margin: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width:1024px) {
  .is-open .l-header-customer {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .is-scroll .l-header-customer {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .is-scroll .l-header-customer {
    margin: 0 0 0 0px;
  }
}
@media screen and (max-width:1280px) {
  .is-scroll .l-header-customer {
    font-size: 1.3rem;
  }
}
.l-header-customer__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 40px;
  background: #000;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width:1480px) {
  .l-header-customer__item {
    width: auto;
    padding: 0 1em;
  }
}
@media screen and (max-width:1280px) {
  .l-header-customer__item {
    height: 32px;
  }
}
@media screen and (max-width:767px) {
  .l-header-customer__item {
    display: none;
  }
}
@media screen and (max-width:374px) {
  .l-header-customer__item {
    width: 72px;
    padding: 0;
  }
}
.l-header-customer__item:nth-child(n+2) {
  margin: 0 0 0 10px;
}
@media screen and (max-width:1280px) {
  .l-header-customer__item i {
    display: none;
  }
}
.l-header-customer__item i svg {
  transition: all 0.4s;
  fill: #fff;
}
.l-header-customer__item--crowd {
  background: var(--color-main-08);
}
.l-header-customer__item--crowd i {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--crowd i svg {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--operating {
  background: var(--color-main-09);
  width: 234px;
}
@media screen and (max-width:1280px) {
  .l-header-customer__item--operating {
    width: auto;
  }
}
.l-header-customer__item--operating i {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--operating i svg {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--login {
  background: var(--color-main-02);
}
.l-header-customer__item--login i {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--login i svg {
  width: 15px;
  height: 18px;
}
.l-header-customer__item--signup {
  background: var(--color-main-03);
}
.l-header-customer__item--mypage {
  background: var(--color-main-02);
  min-width: 130px;
}
.l-header-customer__item--mypage i {
  display: block !important;
  width: 15px;
  height: 17px;
}
.l-header-customer__item--mypage i svg {
  width: 15px;
  height: 17px;
}
.l-header-customer__item--mypage span {
  display: flex !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .l-header-customer__item--mypage {
    pointer-events: none;
  }
}
.l-header-customer__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 15px;
  height: 15px;
  padding: 0 0.2em;
  background: var(--color-main-03);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}
.l-header-customer__link {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  color: var(--color-plain-01);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
  background-color: aqua;
}
.l-header-customer__link ul {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  padding: 5px 0;
}
.l-header-customer__link a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-customer__link a:hover {
    color: var(--color-main-01);
  }
}
.l-header-customer__link a span {
  margin-left: 0.5em;
}
.l-header-customer__link--mypage li {
  padding-left: 4px;
  padding-right: 4px;
}
.l-header-customer__link--mypage a {
  border-radius: 5px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-customer__link--mypage a:hover:hover {
    background-color: #F0F4F7;
    color: var(--color-black-01);
  }
}
.l-header-customer__border {
  border-top: 1px solid var(--color-border-01);
  padding-top: 5px;
  margin-top: 5px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-header-customer:hover .l-header-customer__link {
    visibility: visible;
    opacity: 1;
    transition: opcity 0.5s;
  }
}
.l-header-customer.is-open .l-header-customer__link {
  visibility: visible;
  opacity: 1;
  transition: opcity 0.5s;
}

.l-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width:767px) {
  .l-header-menu {
    width: 85px;
  }
}
@media print, screen and (min-width:1025px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu:after {
  content: "メニュー";
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 0;
  transform: scale(0.9);
}
@media screen and (max-width:767px) {
  .l-header-menu:after {
    font-size: 1.2rem;
  }
}
.l-page--index .l-header-menu:after {
  color: #fff;
}
.is-scroll .l-header-menu:after {
  color: var(--color-main-01);
}
.l-header-menu__ico {
  display: block;
  width: 16px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
@media screen and (max-width:767px) {
  .l-header-menu__ico {
    margin-top: 4px;
  }
}
.l-page--index .l-header-menu__ico {
  background-color: #fff;
}
.is-scroll .l-header-menu__ico {
  background-color: var(--color-main-01);
}
.l-header-menu__ico:before, .l-header-menu__ico:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.l-page--index .l-header-menu__ico:before, .l-page--index .l-header-menu__ico:after {
  background-color: #fff;
}
.is-scroll .l-header-menu__ico:before, .is-scroll .l-header-menu__ico:after {
  background-color: var(--color-main-01);
}
.l-header-menu__ico:before {
  top: -5px;
}
.l-header-menu__ico:after {
  top: 5px;
}
.l-header-menu.is-open .l-header-menu__ico {
  transition-delay: 75ms;
  transform: translate3d(0, 0, 0) rotate(135deg);
  background-color: #fff;
}
.l-header-menu.is-open .l-header-menu__ico:before, .l-header-menu.is-open .l-header-menu__ico:after {
  background-color: #fff;
}
.l-header-menu.is-open .l-header-menu__ico:before {
  opacity: 0;
}
.l-header-menu.is-open .l-header-menu__ico:after {
  transition-delay: 75ms;
  transform: translate3d(0, -5px, 0) rotate(-270deg);
}
.l-header-menu.is-open:after {
  content: "閉じる";
  color: #fff;
}

/*.company .l-header-nav__item--company .l-header-nav__link {
  color: var(--color-main-01);
}*/
.l-menu {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7500;
  background: var(--color-main-02);
  color: #fff;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}
@media print, screen and (min-width:1025px) {
  .l-menu {
    display: none !important;
  }
}
.l-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l-menu-inner {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.l-menu-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 68px;
  background: linear-gradient(#004290 90%, rgba(0, 40, 105, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.is-open .l-menu-inner {
  visibility: visible;
  opacity: 1;
}

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

.l-menu-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.l-menu-nav__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: left center;
  transition: all 0.4s;
  transform: scale(0);
  opacity: 0;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-menu-nav__item:hover::after {
    transform: scale(1);
    opacity: 1;
  }
}
.l-menu-nav__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 5px 40px 5px 8px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.l-menu-nav__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.l-menu-nav__arrow svg {
  fill: #fff;
}

.l-menu-customer {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 27px auto 0;
  padding: 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .l-menu-customer {
    display: block;
  }
}
.l-menu-customer__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 56px;
  border-radius: 4px;
  position: relative;
  padding: 0 0.5em;
}
@media screen and (max-width:767px) {
  .l-menu-customer__item {
    width: auto;
    height: 3em;
  }
  .l-menu-customer__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.l-menu-customer__item--crowd {
  background: #fff;
  color: var(--color-main-01);
}
.l-menu-customer__item--crowd i {
  width: 15px;
  height: 18px;
}
.l-menu-customer__item--crowd i svg {
  width: 15px;
  height: 18px;
  fill: var(--color-main-01);
}
.l-menu-customer__item--operating {
  background: var(--color-main-03);
}
.l-menu-customer__item--operating i {
  width: 15px;
  height: 18px;
}
.l-menu-customer__item--operating i svg {
  width: 15px;
  height: 18px;
  fill: #fff;
}
.l-menu-customer__item--login {
  background: #fff;
  color: var(--color-main-01);
}
.l-menu-customer__item--login i {
  width: 15px;
  height: 18px;
  margin-right: 11px;
}
.l-menu-customer__item--login i svg {
  width: 15px;
  height: 18px;
  fill: var(--color-main-01);
}
.l-menu-customer__item--signup {
  background: var(--color-main-03);
}
.l-menu-customer__item--logout {
  background: #fff;
  color: var(--color-main-01);
}

.l-menu-sub {
  padding: 40px 28px;
}

.l-menu-link {
  font-size: 1.4rem;
}
.l-menu-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1em -1em 0;
}
.l-menu-link li {
  margin: 1em 1em 0;
}
.l-menu-link a {
  display: flex;
  align-items: center;
}
.l-menu-link i {
  margin-left: 0.5em;
}
.l-menu-link i svg {
  fill: #fff;
}

.l-menu-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.l-menu-sns > * {
  width: 32px;
}
.l-menu-sns > * + * {
  margin-left: 24px;
}
.l-menu-sns i {
  display: block;
  width: 32px;
  height: 32px;
}
.l-menu-sns i svg {
  width: 100%;
  height: 100%;
  fill: #C9D6E8 !important;
}
.l-menu-sns i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-menu-global {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-menu-global a {
  display: flex;
  align-items: center;
}
.l-menu-global i {
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
}
.l-menu-global i svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  opacity: 0.7;
}

.l-footer {
  padding: 76px 0 60px;
  background-color: var(--color-main-02);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/footer_bg_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:1480px) {
  .l-footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer {
    padding: 60px 0 80px;
  }
}
.l-footer a i {
  margin-left: 0.5em;
}
.l-footer a i svg {
  fill: #fff;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .l-footer-main {
    flex-direction: column-reverse;
  }
}
.l-footer-info {
  width: 41.6%;
}
@media screen and (max-width:1024px) {
  .l-footer-info {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .l-footer-info {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #4A6488;
  }
}
.l-footer-info__logo span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.l-footer-info__logo b {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .l-footer-info__logo b {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer-info__logo b {
    font-size: 1.6rem;
  }
}
.l-footer-info__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.2em;
}
@media screen and (max-width:1024px) {
  .l-footer-info__txt {
    margin-top: 0.2em;
    font-size: 1.2rem;
  }
}
.l-footer-info__sns {
  display: flex;
  margin-top: 1.5em;
}
.l-footer-info__sns > * {
  width: 32px;
}
.l-footer-info__sns > * + * {
  margin-left: 24px;
}
.l-footer-info__sns i {
  display: block;
  width: 32px;
  height: 32px;
}
.l-footer-info__sns i svg {
  width: 100%;
  height: 100%;
  fill: #C9D6E8 !important;
}
.l-footer-info__copy {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 25px;
  display: block;
}
@media screen and (max-width:1024px) {
  .l-footer-info__copy {
    font-size: 1.1rem;
  }
}
.l-footer-menu {
  margin-top: 14px;
}
@media screen and (max-width:1280px) {
  .l-footer-menu {
    width: 44%;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-menu {
    width: 52%;
  }
}
@media screen and (max-width:767px) {
  .l-footer-menu {
    width: auto;
  }
}
.l-footer-menu-nav {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 27px;
}
@media screen and (max-width:1280px) {
  .l-footer-menu-nav {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-menu-nav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer-menu-nav {
    font-size: 1.2rem;
  }
}
.l-footer-menu-nav__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width:767px) {
  .l-footer-menu-nav {
    max-width: 408px;
  }
}
.l-footer-menu-nav__link {
  display: inline-block;
  position: relative;
}
.l-footer-menu-nav__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .l-footer-menu-nav__link::before {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-menu-nav__link:hover::before {
    transform: scaleX(1);
  }
}
.l-footer-menu-sub {
  display: contents;
}
.l-footer-menu-relation {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-plain-02);
  color: #fff;
}
@media screen and (max-width:1024px) {
  .l-footer-menu-relation {
    font-size: 1.1rem;
  }
}
.l-footer-menu-relation__item {
  display: flex;
  align-items: center;
}
.l-footer-menu-relation__item:nth-child(n+2) {
  margin: 0 0 0 30px;
}
.l-footer-menu-relation__item i {
  display: inline-block;
  margin-right: 0.5em;
}
.l-footer-menu-relation__item i svg {
  opacity: 0.7;
  fill: #fff;
}
.l-footer-menu-relation__item--library i {
  width: 11px;
  height: 11px;
}
.l-footer-menu-relation__item--library i svg {
  width: 11px;
  height: 11px;
}
.l-footer-menu-relation__item--corporate i {
  width: 16px;
  height: 16px;
}
.l-footer-menu-relation__item--corporate i svg {
  width: 16px;
  height: 16px;
}
.l-footer-menu-relation__item--global i {
  width: 16px;
  height: 16px;
}
.l-footer-menu-relation__item--global i svg {
  width: 16px;
  height: 16px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-menu-relation__item:hover {
    opacity: 0.6;
  }
}
.l-footer-menu-customer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width:1280px) {
  .l-footer-menu-customer {
    gap: 8px;
  }
}
@media screen and (max-width:1024px) {
  .l-footer-menu-customer {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .l-footer-menu-customer {
    flex-wrap: wrap;
    font-size: 1.2rem;
  }
}
.l-footer-menu-customer__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 40px;
  background: #000;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width:1480px) {
  .l-footer-menu-customer__item {
    padding: 0 1em;
  }
}
@media screen and (max-width:1280px) {
  .l-footer-menu-customer__item {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .l-footer-menu-customer__item {
    width: calc(50% - 4px);
    max-width: 200px;
    padding: 0 0em;
  }
}
.l-footer-menu-customer__item i svg {
  transition: all 0.4s;
  fill: #fff;
}
.l-footer-menu-customer__item--crowd {
  background: var(--color-main-02);
}
.l-footer-menu-customer__item--crowd i {
  width: 15px;
  height: 18px;
}
.l-footer-menu-customer__item--crowd i svg {
  width: 15px;
  height: 18px;
}
@media screen and (max-width:767px) {
  .l-footer-menu-customer__item--crowd i {
    width: 10px;
    height: 12px;
  }
  .l-footer-menu-customer__item--crowd i svg {
    width: 10px;
    height: 12px;
  }
}
.l-footer-menu-customer__item--operating {
  background: var(--color-main-03);
}
.l-footer-menu-customer__item--operating i {
  width: 15px;
  height: 18px;
}
.l-footer-menu-customer__item--operating i svg {
  width: 15px;
  height: 18px;
}
@media screen and (max-width:767px) {
  .l-footer-menu-customer__item--operating i {
    width: 10px;
    height: 12px;
  }
  .l-footer-menu-customer__item--operating i svg {
    width: 10px;
    height: 12px;
  }
}
.l-footer-menu-customer__item--mypage {
  background: var(--color-main-02);
  min-width: 130px;
}
.l-footer-menu-customer__item--mypage i {
  display: block !important;
  width: 15px;
  height: 17px;
}
.l-footer-menu-customer__item--mypage i svg {
  width: 15px;
  height: 17px;
}
.l-footer-menu-customer__item--mypage span {
  display: flex !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .l-footer-menu-customer__item--mypage {
    pointer-events: none;
  }
}
.l-footer-menu-customer__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 15px;
  height: 15px;
  padding: 0 0.2em;
  background: var(--color-main-03);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
}
.l-footer-menu-customer__link {
  width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  color: var(--color-plain-01);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
}
.l-footer-menu-customer__link ul {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  padding: 5px 0;
}
.l-footer-menu-customer__link a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-menu-customer__link a:hover {
    color: var(--color-main-01);
  }
}
.l-footer-menu-customer__link a span {
  margin-left: 0.5em;
}
.l-footer-menu-customer__link--mypage li {
  padding-left: 4px;
  padding-right: 4px;
}
.l-footer-menu-customer__link--mypage a {
  border-radius: 5px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-menu-customer__link--mypage a:hover:hover {
    background-color: #F0F4F7;
    color: var(--color-black-01);
  }
}
.l-footer-menu-customer__border {
  border-top: 1px solid var(--color-border-01);
  padding-top: 5px;
  margin-top: 5px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-menu-customer:hover .l-header-customer__link {
    visibility: visible;
    opacity: 1;
    transition: opcity 0.5s;
  }
}
.l-footer-menu-customer.is-open .l-header-customer__link {
  visibility: visible;
  opacity: 1;
  transition: opcity 0.5s;
}

.l-footer-link {
  padding: 30px 0;
  margin: 35px 0 0;
  border-top: 1px solid #4A6488;
  border-bottom: 1px solid #4A6488;
  font-size: 1.3rem;
}
@media screen and (max-width:1024px) {
  .l-footer-link {
    font-size: 1.2rem;
  }
}
.l-footer-link ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1em -1em 0 0;
}
@media screen and (max-width:767px) {
  .l-footer-link ul {
    margin: -1.5em 0 0 0;
  }
}
.l-footer-link li {
  width: calc(20% - 1em);
  margin: 1em 1em 0 0;
}
@media screen and (max-width:1280px) {
  .l-footer-link li {
    width: calc(25% - 1em);
  }
}
@media screen and (max-width:1024px) {
  .l-footer-link li {
    width: calc(33.3% - 1em);
  }
}
@media screen and (max-width:767px) {
  .l-footer-link li {
    width: 100%;
    margin: 1.5em 0 0 0;
  }
}
.l-footer-policy {
  padding: 17px 0;
  margin: 72px 0 0;
  border-top: 1px solid #4A6488;
  border-bottom: 1px solid #4A6488;
  font-size: 1.2rem;
}
@media screen and (max-width:1024px) {
  .l-footer-policy {
    font-size: 1.2rem;
  }
}
.l-footer-policy__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -25px 0 0 -32px;
}
@media screen and (max-width:767px) {
  .l-footer-policy__items {
    margin: -1.8em 0 0 0;
  }
}
.l-footer-policy__item {
  margin: 25px 0 0 32px;
}
@media screen and (max-width:1280px) {
  .l-footer-policy__item {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width:767px) {
  .l-footer-policy__item {
    width: 100%;
    margin: 1.8em 0 0 0;
  }
}
.l-footer-policy__item dt {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.l-footer-privacy {
  text-align: right;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.l-footer-privacy a:hover {
  opacity: 0.6;
}

.l-footer-bottom {
  display: flex;
  margin-top: 30px;
  font-size: 1.2rem;
  color: #93A3BA;
}
@media screen and (max-width:1024px) {
  .l-footer-bottom {
    display: block;
  }
}
.l-footer-bottom__copy {
  display: block;
}
.l-footer-bottom__notes {
  margin: 0 0 0 4em;
}
@media screen and (max-width:1024px) {
  .l-footer-bottom__notes {
    margin: 20px 0 1em;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.l-footer-pagetop {
  position: fixed;
  z-index: 7600;
  cursor: pointer;
  bottom: 16px;
  right: 16px;
  transform: translateY(150%);
  transition: all 0.4s;
  /*.is-locked & {
    transform: translateY(150%);
  }*/
}
@media screen and (max-width:1024px) {
  .l-footer-pagetop {
    bottom: 10px;
    right: 10px;
  }
}
.l-footer-pagetop__trriger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: var(--color-main-02);
  border: 1px solid #153c7c;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-pagetop__trriger:hover {
    background: #153c7c;
  }
}
.l-footer-pagetop__trriger i {
  transform: rotate(-90deg);
}
.l-footer-pagetop__trriger i svg {
  fill: #fff;
}
.l-footer-pagetop.is-show {
  transform: translateY(0);
}
.l-main {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-main {
    line-height: 1.75;
  }
}
.l-main--navy {
  color: #fff;
}

.l-page-header {
  position: relative;
  overflow: hidden;
}
.l-page-header__inner {
  max-width: 1480px;
}
@media print, screen and (min-width: 1680px) {
  .l-page-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.l-page-header__breadcrumb {
  width: calc(100% - 80px);
  position: absolute;
  top: 0;
  left: 40px;
}
@media print, screen and (min-width: 1680px) {
  .l-page-header__breadcrumb {
    width: calc(100% - 320px);
    left: 160px;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__breadcrumb {
    display: none;
  }
}
.l-page-header__breadcrumb ul {
  width: 100%;
}
.l-page-header__box {
  display: flex;
  align-items: center;
  height: 150px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-page-header__box {
    height: 100px;
  }
}
.l-page-header__ttl {
  line-height: 1;
  text-align: left;
}
.l-page-header__ttl-sub {
  display: block;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.l-page-header__ttl-main {
  display: block;
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width:1024px) {
  .l-page-header__ttl-main {
    font-size: 3.2rem;
  }
}
.l-page-header__ttl-intro {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.l-page-header__index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
}
@media screen and (max-width:1024px) {
  .l-page-header__index {
    align-items: flex-start;
    position: static;
    padding: 0 0 28px;
    margin: 0 -20px;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor {
    width: 100%;
  }
}
.l-page-header__anchor-ttl {
  font-size: 1.4rem;
  color: var(--color-plain-02);
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-body {
    position: relative;
    height: 60px;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-wrap {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  .l-page-header__anchor-wrap::before, .l-page-header__anchor-wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .l-page-header__anchor-wrap::before {
    left: 0;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .l-page-header__anchor-wrap::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-wrap.is-fixed {
    position: fixed;
    top: 60px;
    z-index: 7900;
  }
  .l-page-header__anchor-wrap.is-fixed .l-page-header__anchor-item a {
    color: #999;
  }
  .l-page-header__anchor-wrap.is-fixed .l-page-header__anchor-item a i {
    background: #999;
    border-color: #999;
  }
  .l-page-header__anchor-wrap.is-fixed .l-page-header__anchor-item a.is-current {
    color: var(--color-main-01);
  }
  .l-page-header__anchor-wrap.is-fixed .l-page-header__anchor-item a.is-current i {
    background: var(--color-main-01);
    border-color: var(--color-main-01);
  }
}
.l-page-header__anchor-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 680px;
}
@media print, screen and (min-width:1025px) {
  .l-page-header__anchor-items {
    transform: none !important;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-items {
    max-width: inherit;
    white-space: nowrap;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.l-page-header__anchor-item {
  display: flex;
  justify-content: flex-end;
  width: auto;
  min-width: 230px;
  padding: 12px 0 12px 1em;
}
@media print, screen and (min-width:1025px) {
  .l-page-header__anchor-item {
    margin: 0 !important;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-item {
    min-width: inherit;
    width: fit-content;
    padding: 8px 0;
  }
}
.l-page-header__anchor-item a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-main-01);
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width:1024px) {
  .l-page-header__anchor-item a br {
    display: none;
  }
}
.l-page-header__anchor-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}
@media print, screen and (min-width:1025px) {
  .l-page-header__anchor-item--order01 {
    order: 1;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order02 {
    order: 2;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order03 {
    order: 3;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order04 {
    order: 4;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order05 {
    order: 5;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order06 {
    order: 6;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order07 {
    order: 7;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order08 {
    order: 8;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order09 {
    order: 9;
    min-width: 270px;
  }
  .l-page-header__anchor-item--order10 {
    order: 10;
    min-width: 270px;
  }
}
.l-page-header__anchor .swiper-scrollbar {
  width: calc(100% - 40px);
  bottom: 5px;
  left: 20px;
  background: var(--color-border-01);
}
@media print, screen and (min-width:1025px) {
  .l-page-header__anchor .swiper-scrollbar {
    display: none;
  }
}
.l-page-header__anchor .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color-main-01);
}
.l-page-header__signup {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 80px;
  background-color: var(--color-main-03);
  padding: 0 16px;
  margin: 48px 0 0;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .l-page-header__signup {
    max-width: 285px;
    height: 56px;
    padding: 0;
    margin: 10px auto 0;
  }
}
.l-page-header__signup-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  position: relative;
  padding: 0 40px 0 0;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .l-page-header__signup-inner {
    justify-content: flex-start;
    padding: 0 50px 0 15px;
    text-align: left;
  }
}
.l-page-header__signup-balloon {
  font-size: 1.05rem;
  margin-bottom: 0.2em;
  white-space: nowrap;
}
@media print, screen and (min-width:1025px) {
  .l-page-header__signup-balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 37px;
    font-size: 1.3rem;
    position: absolute;
    top: -28px;
    left: 50%;
    margin: 0 0 0 -145px;
    background: #fff;
    color: var(--color-plain-01);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width:1025px) {
  .l-page-header__signup-balloon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width:1025px) {
  .l-page-header__signup-balloon b {
    color: #F38300;
    font-size: 1.7rem;
  }
}
.l-page-header__signup-arrow {
  position: absolute !important;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
@media screen and (max-width:1024px) {
  .l-page-header__signup-arrow {
    right: 12px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-page-header__signup:hover .l-page-header__signup-arrow svg {
    fill: var(--color-main-03);
  }
}
.l-page-header--lower .l-page-header__box {
  height: 230px;
}
@media screen and (max-width:1024px) {
  .l-page-header--lower .l-page-header__box {
    height: 120px;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header--lower .l-page-header__ttl-main {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:1025px) {
  .l-page-header--bg {
    margin-top: -40px;
  }
}
.l-page-header--bg .l-page-header__head {
  display: flex;
  align-items: center;
  height: 400px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-page-header--bg .l-page-header__head {
    height: 300px;
  }
}
@media screen and (max-width:767px) {
  .l-page-header--bg .l-page-header__head {
    height: 210px;
  }
}
.l-page-header--bg .l-page-header__head::after {
  content: "";
  display: block;
  width: calc(100% + (100vw - 100%) * 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/global/track_record/page-header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .l-page-header--bg .l-page-header__head::after {
    width: 100%;
    background-image: url("/wp-content/themes/nmp_theme/assets/images/global/track_record/page-header_bg_sp.jpg");
    left: 20px;
  }
}
.l-page-header--bg .l-page-header__box {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  height: auto;
  padding: 40px 60px 50px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .l-page-header--bg .l-page-header__box {
    width: 200px;
    padding: 20px 20px 20px 0;
  }
}
.l-page-header--bg .l-page-header__box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: var(--color-main-01);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width:1025px) {
  .l-page-header--bg .l-page-header__breadcrumb {
    position: relative;
    z-index: 2;
    top: inherit;
    left: inherit;
    margin-bottom: 30px;
    width: auto;
  }
  .l-page-header--bg .l-page-header__breadcrumb ul li + li::before {
    background: #fff;
    opacity: 0.5;
  }
  .l-page-header--bg .l-page-header__breadcrumb ul li a {
    color: #fff;
  }
}
.l-page-header--bg .l-page-header__ttl {
  font-size: 4.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .l-page-header--bg .l-page-header__ttl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:1025px) {
  .l-page-header--bg .l-page-header__index {
    display: block;
    height: auto;
    margin-top: 70px;
    position: static;
    align-items: flex-start;
  }
  .l-page-header--bg .l-page-header__index .l-page-header__anchor-items {
    justify-content: flex-start;
  }
  .l-page-header--bg .l-page-header__index .l-page-header__anchor-item {
    min-width: inherit;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 2em;
  }
}
@media screen and (max-width:1024px) {
  .l-page-header--bg .l-page-header__index {
    margin-top: 20px;
    margin-bottom: -20px;
    padding-bottom: 0;
  }
}

.l-cv {
  background-color: var(--color-main-01);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/cv_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1280px) {
  .l-cv {
    background-position: 70% center;
  }
}
@media screen and (max-width:1024px) {
  .l-cv {
    background-position: 80% center;
  }
}
@media screen and (max-width:767px) {
  .l-cv {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/cv_bg_01_sp.jpg");
    background-position: center;
  }
}
.l-cv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 410px;
}
@media screen and (max-width:767px) {
  .l-cv__inner {
    justify-content: space-between;
    align-items: center;
    height: 500px;
    padding: 30px 20px;
  }
}
.l-cv__txt {
  max-width: 496px;
  margin-bottom: 30px;
  padding-top: 1em;
}
@media screen and (max-width:1024px) {
  .l-cv__txt {
    max-width: 400px;
  }
}
@media screen and (max-width:767px) {
  .l-cv__txt {
    max-width: 288px;
    margin: 0 auto;
    padding: 0;
  }
}
.l-cv__present {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width:767px) {
  .l-cv__present {
    flex-direction: column;
  }
}
.l-cv__balloon {
  max-width: 451px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  .l-cv__balloon {
    max-width: 350px;
  }
}
@media screen and (max-width:767px) {
  .l-cv__balloon {
    max-width: 296px;
    margin-bottom: -10px;
  }
}
.l-cv__btn {
  max-width: 430px;
}

.l-cv-floating {
  width: 530px;
  margin-left: -265px;
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 7000;
  transform: translateY(150%);
  transition: all 0.4s;
}
@media screen and (max-width:767px) {
  .l-cv-floating {
    width: calc(100% - 86px);
    margin-left: 0;
    left: 10px;
    bottom: 10px;
  }
}
.l-cv-floating__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: var(--color-black-01);
  border-radius: 50%;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .l-cv-floating__close {
    display: none;
  }
}
.l-cv-floating__btn {
  max-width: inherit !important;
  height: 100px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  font-size: 2.6rem;
}
@media screen and (max-width:1024px) {
  .l-cv-floating__btn {
    max-width: 400px !important;
    height: 56px;
    margin: 0 auto;
    padding: 0 50px 0 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width:767px) {
  .l-cv-floating__btn {
    margin: 0;
  }
}
.l-cv-floating__btn::before {
  width: 58px;
  height: 58px;
  left: 19px;
}
@media screen and (max-width:1024px) {
  .l-cv-floating__btn::before {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .l-cv-floating__btn .c-btn-03__inner {
    justify-content: flex-start;
    text-align: left;
  }
}
.l-cv-floating.is-show {
  transform: translateY(0);
}
@media print, screen and (min-width:1025px) {
  .l-cv-floating.is-hide {
    display: none;
  }
}
@media print, screen and (min-width:1025px) {
  .l-cv-floating.is-pc-hide {
    visibility: hidden;
    opacity: 0;
  }
}

.l-cv2 {
  font-size: 12px;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width:767px) {
  .l-cv2 {
    padding: 25vw 0;
  }
}
.l-page--index .l-cv2 {
  padding: 160px 0;
}
@media screen and (max-width:767px) {
  .l-page--index .l-cv2 {
    padding: 25vw 0;
  }
}
.l-cv2__list {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  .l-cv2__list {
    gap: 10px;
    flex-direction: column;
  }
}
.l-cv2__list-item {
  width: calc(50% - 2px);
}
@media screen and (max-width: 640px) {
  .l-cv2__list-item {
    width: 100%;
  }
}
.l-cv2__list-item a {
  display: block;
  position: relative;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.l-cv2__list-item a .c-btn-01__arrow {
  z-index: 2;
  right: 0;
}
.l-cv2__list-item__ttl {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 2;
  min-width: 210px;
}
@media screen and (max-width:1024px) {
  .l-cv2__list-item__ttl {
    left: 20px;
    min-width: 165px;
  }
}
@media screen and (max-width: 640px) {
  .l-cv2__list-item__ttl {
    max-width: 82vw;
  }
}
@media screen and (max-width:374px) {
  .l-cv2__list-item__ttl {
    max-width: 56vw;
  }
}
.l-cv2__list-item__ttl .--en {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .l-cv2__list-item__ttl .--en {
    font-size: 1.4rem;
  }
}
.l-cv2__list-item__ttl .--jp {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-right: 60px;
}
@media screen and (max-width:1024px) {
  .l-cv2__list-item__ttl .--jp {
    font-size: 2.8rem;
  }
}
.l-cv2__list-item__ttl .--jp .--jp-txt {
  line-height: 1;
}
.l-cv2__list-item__bgimg {
  position: relative;
  z-index: 1;
}

.l-sticky-nav {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 10;
  text-align: right;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 90px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:1280px) {
  .l-sticky-nav {
    right: 20px;
  }
}
@media screen and (max-width:1024px) {
  .l-sticky-nav {
    display: none;
  }
}
.l-sticky-nav.is-fixed {
  position: fixed;
}
.is-scroll .l-sticky-nav {
  visibility: visible;
  opacity: 1;
}
.l-sticky-nav__box {
  padding: 0 3px 25px 0;
  position: relative;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/ico_anchor_01.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20px;
}
.l-sticky-nav__ttl {
  font-size: 1.4rem;
  color: var(--color-plain-02);
  margin: 0 8px 0.5em;
}
.l-sticky-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  font-size: 1.4rem;
}
.l-sticky-nav__link::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 2em);
  background: var(--color-border-01);
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.l-sticky-nav__link a {
  display: inline-block;
  padding: 0.5em 28px 0.5em 0;
  position: relative;
  color: var(--color-plain-02);
}
.l-sticky-nav__link a:nth-child(n+2) {
  margin-top: 0.5em;
}
.l-sticky-nav__link a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-border-01);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  transform: scale(0.5);
  transition: all 0.4s;
}
.l-sticky-nav__link a span {
  opacity: 0;
  transition: all 0.4s;
}
.l-sticky-nav__link a.is-current {
  color: var(--color-main-01);
}
.l-sticky-nav__link a.is-current::before {
  background: var(--color-main-01);
}
.l-sticky-nav__link a.is-current span {
  opacity: 1;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-sticky-nav__link a:hover {
    opacity: 1;
  }
  .is-view-pc .l-sticky-nav__link a:hover::before {
    transform: scale(1);
  }
  .is-view-pc .l-sticky-nav__link a:hover span {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */