@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
:where(.lpRoot) *,
:where(.lpRoot) *::after,
:where(.lpRoot) *::before {
  box-sizing: border-box;
}
:where(.lpRoot) * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
:where(.lpRoot) pre,
:where(.lpRoot) textarea {
  overflow: auto;
}
:where(.lpRoot) template {
  display: none;
}
:where(.lpRoot) details,
:where(.lpRoot) main,
:where(.lpRoot) summary {
  display: block;
}
:where(.lpRoot) input[type=number] {
  width: auto;
}
:where(.lpRoot) input[type=search] {
  -webkit-appearance: textfield;
}
:where(.lpRoot) input[type=search]::-webkit-search-cancel-button,
:where(.lpRoot) input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:where(.lpRoot) progress {
  display: inline-block;
}
:where(.lpRoot) small {
  font-size: 75%;
}
:where(.lpRoot) sub,
:where(.lpRoot) sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
:where(.lpRoot) sup {
  top: -0.5em;
}
:where(.lpRoot) sub {
  bottom: -0.25em;
}
:where(.lpRoot) textarea {
  resize: vertical;
}
:where(.lpRoot) audio,
:where(.lpRoot) canvas,
:where(.lpRoot) iframe,
:where(.lpRoot) img,
:where(.lpRoot) svg,
:where(.lpRoot) video {
  vertical-align: middle;
}
:where(.lpRoot) audio:not([controls]) {
  display: none;
}
:where(.lpRoot) img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
:where(.lpRoot) img[src$=".svg"] {
  width: 100%;
}
:where(.lpRoot) button,
:where(.lpRoot) input,
:where(.lpRoot) select,
:where(.lpRoot) textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
:where(.lpRoot) button {
  overflow: visible;
}
:where(.lpRoot) button,
:where(.lpRoot) select {
  text-transform: none;
}
:where(.lpRoot) input {
  line-height: normal;
}
:where(.lpRoot) button,
:where(.lpRoot) html input[type=button],
:where(.lpRoot) input[type=reset],
:where(.lpRoot) input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
:where(.lpRoot) button[disabled],
:where(.lpRoot) html input[disabled] {
  cursor: default;
}
:where(.lpRoot) button::-moz-focus-inner,
:where(.lpRoot) input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:where(.lpRoot) code,
:where(.lpRoot) kbd,
:where(.lpRoot) pre,
:where(.lpRoot) samp {
  font-family: monospace;
}
:where(.lpRoot) ol,
:where(.lpRoot) ul {
  list-style: none;
}
:where(.lpRoot) select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
:where(.lpRoot) table {
  border-spacing: 0;
  border-collapse: collapse;
}
:where(.lpRoot) fieldset {
  border: 0;
}
:where(.lpRoot) header {
  all: revert;
}

/* ------------------------
  Base Settings
------------------------ */
:where(.lpRoot) {
  width: 100vw;
  background-color: var(--color-white);
  word-wrap: break-word;
  color: var(--color-black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: inherit;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
:where(.lpRoot) a {
  text-decoration: none;
  color: inherit;
}
:where(.lpRoot) a:visited {
  color: inherit;
}
:where(.lpRoot) a:hover {
  text-decoration: none;
  color: inherit;
}
:where(.lpRoot) a:active {
  text-decoration: none;
  color: inherit;
}
:where(.lpRoot) a[href^="tel:"]:hover {
  color: inherit;
}
@media (min-width: 768px) {
  :where(.lpRoot) a[href^="tel:"] {
    cursor: text;
    text-decoration: none !important;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.uHidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .uHiddenSm {
    display: none !important;
    visibility: hidden;
  }
}

.uHiddenUpSm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .uHiddenDownSm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .uHiddenMd {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .uHiddenUpMd {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .uHiddenDownMd {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .uHiddenLg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .uHiddenUpLg {
    display: none !important;
    visibility: hidden;
  }
}

.uHiddenDownLg {
  display: none !important;
  visibility: hidden;
}

.uVisuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.uVisuallyhidden.focusable:active,
.uVisuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.uInvisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Variables
------------------------ */
.lpRoot {
  --color-black: #000;
  --color-white: #fff;
  --color-midnight-blue: #191465;
  --color-text-blue: #071d6c;
  --color-pale-blue: #f5f7ff;
  --color-pale-blue-purple: #eff3ff;
  --color-red: #e20000;
  --color-pale-red: #fff7f7;
  --color-pale-red: #fff7f7;
}

/* --------------------------------
  keyframes
-------------------------------- */
.headerWrap {
  background-image: linear-gradient(to right, #0a2578, #05125a);
}
.headerWrap .headerBox > .logo {
  display: block;
  width: 11.6vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .headerWrap .headerBox > .logo {
    width: clamp(44.4px, 5.78125vw, 74px);
  }
}
.headerWrap > .headerBox {
  display: grid;
  align-items: center;
  margin: 0 auto;
  width: 82.6666666667vw;
  height: 12vw;
}
@media (min-width: 768px) {
  .headerWrap > .headerBox {
    width: clamp(510px, 66.40625vw, 850px);
    height: clamp(36px, 4.6875vw, 60px);
  }
}

.modalWrap {
  display: grid;
  overflow: hidden scroll;
  position: fixed;
  z-index: 2000;
  transition: visibility 0.2s, opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-color: rgba(0, 0, 0, 0.3);

  inset: 0;
  place-items: center;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modalWrap[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-duration: 0.15s;
}
.modalWrap::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 1px);
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  :where(.lpRoot) *,
  :where(.lpRoot) *::before,
  :where(.lpRoot) *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  :where(.lpRoot) a,
  :where(.lpRoot) a:visited {
    text-decoration: underline;
  }
  :where(.lpRoot) tr,
  :where(.lpRoot) img {
    page-break-inside: avoid;
  }
  :where(.lpRoot) img {
    max-width: 100% !important;
  }
  :where(.lpRoot) p,
  :where(.lpRoot) h2,
  :where(.lpRoot) h3 {
    orphans: 3;
    widows: 3;
  }
  :where(.lpRoot) h2,
  :where(.lpRoot) h3 {
    page-break-after: avoid;
  }
}

/*
* global.css
*
*/