/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  line-height: 1.42;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
body.open {
  overflow: hidden;
}

a:link {
  color: inherit;
}

#alert {
  width: 100%;
  height: 150px;
  background-color: #0a4a94;
  color: #fff;
  line-height: 150px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

main {
  position: relative;
}
main::before,
main::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: calc(100% - 300px);
  background-repeat-x: no-repeat;
  background-size: contain;
  position: absolute;
  top: 300px;
  z-index: -1;
}
@media (min-width: 1296px) {
  main::before,
  main::after {
    height: calc(100% - 760px);
    top: 760px;
    background-size: auto;
  }
}
main::before {
  background-image: url(../images/bg-left.svg);
}
@media (min-width: 1296px) {
  main::before {
    background-image: url(../images/bg-left-pc.svg);
  }
}
main::after {
  background-image: url(../images/bg-right.svg);
  background-position: right top;
}
@media (min-width: 1296px) {
  main::after {
    background-image: url(../images/bg-right-pc.svg);
  }
}

.l-footer {
  background-color: #0a4a94;
  color: #fff;
}
.l-footer .menu-footer-menu-container {
  max-width: 1296px;
  margin: auto;
  padding: 35px;
}
@media (min-width: 1366px) {
  .l-footer .menu-footer-menu-container {
    padding: 35px 0;
  }
}
.l-footer .menu-footer-menu-container > ul {
  display: flex;
}
.l-footer .menu-footer-menu-container > ul > li {
  margin-right: 35px;
}
.l-footer .menu-footer-menu-container > ul > li > ul {
  margin-top: 35px;
}
.l-footer .menu-footer-menu-container > ul > li > ul > li:not(.l-footer .menu-footer-menu-container > ul > li > ul > li:last-of-type) {
  margin-bottom: 20px;
}

.l-footer__wrap {
  display: none;
}
@media (min-width: 1296px) {
  .l-footer__wrap {
    display: block;
    border-bottom: 1px solid #fff;
  }
}

.l-footer__bottom {
  display: flex;
  align-items: center;
  max-width: 1296px;
  margin: auto;
  padding: 35px;
  flex-direction: column;
}
@media (min-width: 1296px) {
  .l-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .l-footer__bottom {
    padding: 35px 0;
  }
}
.l-footer__bottom small {
  display: block;
  text-align: center;
}
@media (min-width: 1296px) {
  .l-footer__bottom small {
    display: inherit;
    text-align: left;
  }
}
.l-footer__bottom small:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 1296px) {
  .l-footer__bottom small:first-of-type {
    display: none;
  }
}

.l-footer__logo {
  width: 80%;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .l-footer__logo {
    width: 430px;
    margin-bottom: 0;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__access {
  margin-top: 55px;
  padding-top: 35px;
  border-top: 1px dotted #fff;
  width: 100px;
}
.l-footer__access a {
  position: relative;
  padding-left: 14px;
}
.l-footer__access a::before {
  content: url(../images/icon_access-open.svg);
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}

.l-footer__inquiry a {
  position: relative;
  padding-left: 14px;
}
.l-footer__inquiry a::before {
  content: url(../images/icon_inquiry-open.svg);
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}

.u-pc {
  display: none;
}
@media (min-width: 1296px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media (min-width: 1296px) {
  .u-sp {
    display: none;
  }
}

.l-header {
  height: 90px;
}
@media (min-width: 1296px) {
  .l-header {
    position: relative;
  }
}
.l-header .menu-navi-menu-container {
  visibility: hidden;
  opacity: 0;
  background: rgba(10, 74, 148, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 90px;
  right: calc((100% - 1366px) / 2 + 95px);
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
  z-index: 999;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container {
    padding-top: 125px;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container {
    display: block;
    visibility: visible;
    opacity: 1;
    background: inherit;
    width: 850px;
    height: 46px;
    padding-top: 0;
    padding-right: 130px;
    padding-left: 0;
    top: 44px;
    left: unset;
    bottom: 0;
    right: 35px;
    z-index: 999;
  }
}
.l-header .menu-navi-menu-container .sub-menu {
  display: none;
  margin-bottom: 18px;
  font-size: 14px;
  cursor: default;
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container .sub-menu {
    display: block;
    margin-top: 35px;
    margin-bottom: 0;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container .sub-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    font-size: 18px;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background: #0a4a94;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header .menu-navi-menu-container .sub-menu::after {
    content: '';
    width: 100%;
  }
  .l-header .menu-navi-menu-container .sub-menu li {
    line-height: 1.45;
  }
  .l-header .menu-navi-menu-container .sub-menu li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container .sub-menu li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container .sub-menu li {
    margin-bottom: 3px;
    margin-right: 30px;
    transition: color 0.3s;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container .sub-menu li.current-menu-item a {
    color: #e5f091;
  }
}
.l-header .menu-navi-menu-container .sub-menu li a {
  display: block;
  line-height: 35px;
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container .sub-menu li a {
    line-height: unset;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container .sub-menu li a:hover {
    color: #e5f091;
  }
}
.l-header .menu-navi-menu-container > ul {
  border-top: 1px solid #fff;
  color: #fff;
  position: relative;
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul {
    border: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 805px;
    overflow: hidden;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container > ul {
    height: 100%;
    color: inherit;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    overflow: auto;
  }
}
.l-header .menu-navi-menu-container > ul > li {
  border-bottom: 1px solid #fff;
}
.l-header .menu-navi-menu-container > ul > li > a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul > li {
    padding-top: 0;
    padding-bottom: 80px;
    border-bottom: none;
    display: inline-flex;
    flex-direction: column;
    margin-right: 35px;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container > ul > li {
    display: inherit;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    cursor: pointer;
    position: relative;
  }
  .l-header .menu-navi-menu-container > ul > li > a {
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }
  .l-header .menu-navi-menu-container > ul > li > a::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #0a4a94;
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header .menu-navi-menu-container > ul > li.js-active .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .l-header .menu-navi-menu-container > ul > li.js-active > a::before {
    opacity: 1;
    visibility: visible;
  }
  .l-header .menu-navi-menu-container > ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .l-header .menu-navi-menu-container > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
  }
}
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children {
  position: relative;
}
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children::before,
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 28px;
  right: 0;
  width: 13px;
  height: 2px;
  background: #fff;
}
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children::before {
  transform: rotate(90deg);
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul > li.menu-item-has-children::before {
    opacity: 0;
    visibility: hidden;
    transform: none;
    top: unset;
    right: unset;
    bottom: 10px;
    left: 0;
  }
}
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children.open::before {
  transform: rotate(0deg);
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul > li.menu-item-has-children::after {
    display: none;
  }
}
.l-header .menu-navi-menu-container > ul > li.menu-item-has-children > i {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(2) li:nth-child(6) {
    margin-right: 0;
  }
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(2) li:nth-child(n + 7) {
    order: 1;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(5) li:nth-child(5) {
    margin-right: 0;
  }
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(5) li:nth-child(n + 6) {
    order: 1;
  }
}
@media (min-width: 1296px) {
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(6) li:nth-child(3) {
    margin-right: 0;
  }
  .l-header .menu-navi-menu-container > ul > li:nth-of-type(6) li:nth-child(n + 4) {
    order: 1;
  }
}
.l-header .menu-navi-menu-container > ul::before {
  content: url(../images/logo-mark.svg);
  position: absolute;
  bottom: -200px;
  right: 50%;
  padding-top: 80px;
  padding-bottom: 70px;
  transform: translateX(50%);
}
@media (min-width: 782px) {
  .l-header .menu-navi-menu-container > ul::before {
    display: none;
  }
}
.l-header .menu-navi-menu-container.open {
  visibility: visible;
  opacity: 1;
}

.l-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 90px;
  padding: 0px 0 0px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (min-width: 782px) {
  .l-header__wrap {
    flex-direction: row;
  }
}
@media (min-width: 1296px) {
  .l-header__wrap {
    padding: 0px 170px 0 35px;
  }
}
@media (min-width: 1366px) {
  .l-header__wrap {
    padding: 0px 170px 0 calc((100% - 1366px) / 2 + 35px);
  }
}
.l-header__wrap.open {
  background-color: #033772;
}
.l-header__wrap.open .l-header__nmsa-btn {
  background-color: #fff;
  color: #0a4a94;
}

.l-header__logo {
  width: 170px;
}
@media (min-width: 782px) {
  .l-header__logo {
    width: 35%;
    max-width: 300px;
    margin-right: auto;
  }
}
@media (min-width: 1296px) {
  .l-header__logo {
    width: 32%;
    min-width: unset;
    max-width: unset;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header__top {
  position: relative;
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
  font-size: 10px;
  color: #0a4a94;
  gap: 5px;
}
@media (min-width: 782px) {
  .l-header__top {
    width: auto;
    min-width: unset;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    margin-right: 220px;
    font-size: 14px;
    gap: 0;
  }
}
@media (min-width: 1296px) {
  .l-header__top {
    font-size: 14px;
    height: 20px;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 18px;
    margin-right: 0;
  }
}
.l-header__top img {
  width: 73px;
}
@media (min-width: 782px) {
  .l-header__top img {
    width: auto;
  }
}

.l-header__top__logout,
.l-header__top__access,
.l-header__top__inquiry {
  display: flex;
  align-items: center;
  height: auto;
}
@media (min-width: 782px) {
  .l-header__top__logout,
  .l-header__top__access,
  .l-header__top__inquiry {
    align-items: baseline;
  }
}
@media (min-width: 1296px) {
  .l-header__top__logout,
  .l-header__top__access,
  .l-header__top__inquiry {
    display: block;
  }
}
.l-header__top__logout p,
.l-header__top__access p,
.l-header__top__inquiry p {
  display: inline;
  position: relative;
  line-height: 15px;
  padding-left: 14px;
}
@media (min-width: 782px) {
  .l-header__top__logout p,
  .l-header__top__access p,
  .l-header__top__inquiry p {
    line-height: 20px;
  }
}
.l-header__top__logout:hover,
.l-header__top__access:hover,
.l-header__top__inquiry:hover {
  opacity: 0.8;
}

.l-header__top__access {
  margin-right: 15px;
}
.l-header__top__access p::before {
  content: url(../images/icon_access-close.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}
@media (min-width: 782px) {
  .l-header__top__access p::before {
    height: 19px;
  }
}
@media (min-width: 782px) {
  .l-header__top__access {
    margin-right: 0;
    margin-bottom: 5px;
    order: 2;
  }
}
@media (min-width: 1296px) {
  .l-header__top__access {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.l-header__top__access.open p::before {
  content: url(../images/icon_access-open.svg);
}

.l-header__top__inquiry {
  order: 2;
}
@media (min-width: 782px) {
  .l-header__top__inquiry {
    order: 3;
  }
}
.l-header__top__inquiry p::before {
  content: url(../images/icon_inquiry-close.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}
@media (min-width: 782px) {
  .l-header__top__inquiry p::before {
    height: 19px;
  }
}
.l-header__top__inquiry.open p::before {
  content: url(../images/icon_inquiry-open.svg);
}

.l-header__top__logout {
  margin-right: 15px;
  width: 100%;
  order: 3;
}
@media (min-width: 782px) {
  .l-header__top__logout {
    position: absolute;
    top: 23px;
    left: -135px;
    margin-bottom: 20px;
    margin-right: 5px;
    width: 110px;
    order: inherit;
  }
}
@media (min-width: 1296px) {
  .l-header__top__logout {
    top: 0;
    margin-bottom: 0;
  }
}
.l-header__top__logout img {
  width: 70px;
}
@media (min-width: 782px) {
  .l-header__top__logout img {
    width: 100%;
  }
}

.l-header__top__spacer {
  display: none;
}
@media (min-width: 782px) {
  .l-header__top__spacer {
    display: block;
    height: 90px;
  }
}
@media (min-width: 1296px) {
  .l-header__top__spacer {
    display: none;
  }
}

.l-header__button {
  width: 60px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 782px) {
  .l-header__button {
    width: 80px;
  }
}
.l-header__button a {
  width: 100%;
  height: 100%;
}
.l-header__button a span {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.l-header__button a.close {
  display: block;
  position: relative;
}
.l-header__button a.close::before {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 38px;
  height: 3px;
  background-color: #0a4a94;
  transition: 0.2s;
}
.l-header__button a.close::after {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 38px;
  height: 3px;
  background-color: #0a4a94;
  transition: 0.2s;
}
.l-header__button a.open {
  display: block;
  position: relative;
}
.l-header__button a.open::before {
  position: absolute;
  top: 33px;
  left: 18px;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(24deg);
  transform-origin: left top;
}
.l-header__button a.open::after {
  position: absolute;
  bottom: 39px;
  left: 18px;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(-24deg);
  transform-origin: left top;
}
@media (min-width: 1296px) {
  .l-header__button {
    display: none;
  }
}

.l-header__nmsa {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  width: 110px;
  z-index: 10000;
}
@media (min-width: 782px) {
  .l-header__nmsa {
    right: 90px;
  }
}
@media (min-width: 1296px) {
  .l-header__nmsa {
    right: 35px;
  }
}
.l-header__nmsa-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  background-color: #0a4a94;
  color: #fff;
  font-size: 10px;
  transform: scale(0.9);
  transition: 0.3s;
}
@media (min-width: 782px) {
  .l-header__nmsa-btn {
    transform: scale(1);
  }
}
@media (min-width: 1296px) {
  .l-header__nmsa-btn {
    height: 26px;
  }
}
.l-header__nmsa-btn:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 782px) {
  .l-header__nmsa-btn:not(:first-child) {
    margin-top: 10px;
  }
}
.l-header__nmsa-btn:hover {
  opacity: 0.8;
}
.l-header__nmsa-btn:link {
  color: #fff;
}

.l-main {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .l-main {
    margin-top: 90px;
  }
}

.c-button {
  width: 275px;
  font-size: 18px;
  border-radius: 80px;
}
@media (min-width: 600px) {
  .c-button {
    width: 330px;
    font-size: 22px;
  }
}
.c-button a {
  background-color: #0a4a94;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  line-height: 50px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 600px) {
  .c-button a {
    line-height: 60px;
  }
}
.c-button a:hover {
  background-color: #ffbaba;
  color: #0a4a94;
}

.c-button--narrow {
  width: 240px;
}
@media (min-width: 600px) {
  .c-button--narrow {
    width: 300px;
  }
}

.c-button--newsp {
  margin: auto;
  margin-top: 35px;
}

.p-maincopy {
  font-size: 18px;
  line-height: 1.84;
  text-align: center;
  margin-top: 18px;
}
@media (min-width: 600px) {
  .p-maincopy {
    font-size: 30px;
    margin-top: 80px;
  }
}

.p-mainvisu {
  position: relative;
}
.p-mainvisu li img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (min-width: 782px) {
  .p-mainvisu li img {
    height: 680px;
  }
}
@media (min-width: 1366px) {
  .p-mainvisu li img {
    height: calc(100vh - 90px);
    -o-object-position: 0 0;
    object-position: 0 0;
  }
}

@media (min-width: 1366px) {
  .p-mainvisu--sp {
    display: none;
  }
}

.p-mainvisu--pc {
  display: none;
}
@media (min-width: 1366px) {
  .p-mainvisu--pc {
    display: block;
  }
}

.p-mainvisu__scroll {
  width: 20px;
  height: auto;
  position: absolute;
  bottom: 35px;
  right: 35px;
  cursor: pointer;
}

.p-new {
  width: 81%;
  position: relative;
  max-width: 800px;
  margin: auto;
  margin-top: 70px;
  padding: 35px 20px;
  border: 1px solid #0a4a94;
}
@media (min-width: 782px) {
  .p-new {
    width: unset;
    margin-top: 100px;
    padding: 25px 42px;
  }
}

.p-new__accent {
  position: absolute;
  left: 15px;
  top: -18px;
  background: #fff;
  color: #0a4a94;
  font-weight: bold;
  font-size: 24px;
  padding: 2px 6px;
  border: 1px solid #0a4a94;
}

.p-new__content {
  display: flex;
  justify-content: space-between;
}
.p-new__content p {
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 782px) {
  .p-new__content p {
    width: 53.5%;
    font-size: 20px;
  }
}

.p-topic:last-of-type {
  margin-bottom: 80px;
}
.p-topic h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 782px) {
  .p-topic h2 {
    font-size: 40px;
    margin-top: 0;
  }
}
.p-topic p {
  font-size: 16px;
  margin-top: 35px;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 782px) {
  .p-topic p {
    font-size: 20px;
    margin-top: 50px;
  }
}
.p-topic .c-button {
  margin: auto;
  margin-top: 35px;
}
@media (min-width: 782px) {
  .p-topic .c-button {
    margin-top: 50px;
  }
}
@media (min-width: 782px) {
  .p-topic .p-topic__box {
    display: flex;
    align-items: center;
    margin-top: 120px;
  }
}
@media (min-width: 782px) {
  .p-topic .p-topic__box .p-topic__text {
    margin-left: 8%;
  }
}
@media (min-width: 782px) {
  .p-topic:nth-of-type(even) .p-topic__text {
    margin-right: 11.5%;
    margin-left: auto;
  }
}

.p-topic__image--sp {
  width: 50%;
  margin: auto;
  margin-top: 80px;
}

.p-topic__image--pc {
  width: 53%;
}

.p-topic__image--pc--right {
  margin-right: 0;
}

.p-upper {
  margin: auto;
  margin-top: 80px;
}
@media (min-width: 782px) {
  .p-upper {
    max-width: 800px;
    display: flex;
    justify-content: center;
  }
}

.p-upper__box:first-of-type {
  margin-bottom: 50px;
}
@media (min-width: 782px) {
  .p-upper__box:first-of-type {
    margin-right: 10%;
    margin-bottom: 0;
  }
}
@media (min-width: 1296px) {
  .p-upper__box:first-of-type {
    margin-right: 140px;
    margin-bottom: 0;
  }
}
.p-upper__box p {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 782px) {
  .p-upper__box p {
    margin-bottom: 50px;
  }
}
.p-upper__box .c-button {
  margin: auto;
}

.u-border--lgs1 {
  border-left: #c3c3c3 solid 1px;
}

.u-dis-none {
  display: none;
}
@media (min-width: 1296px) {
  .u-dis-none--over-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-dis-none--over-tablet {
    display: none;
  }
}
@media (min-width: 782px) {
  .u-dis-none--over-wptablet {
    display: none;
  }
}
.u-dis-none--sp-and-pc {
  display: none;
}
@media (min-width: 600px) {
  .u-dis-none--sp-and-pc {
    display: unset;
  }
}
@media (min-width: 1296px) {
  .u-dis-none--sp-and-pc {
    display: none;
  }
}

.u-dis--sp {
  display: block;
}
@media (min-width: 782px) {
  .u-dis--sp {
    display: none;
  }
}
.u-dis--over-wptablet {
  display: none;
}
@media (min-width: 782px) {
  .u-dis--over-wptablet {
    display: block;
  }
}

@media (min-width: 1296px) {
  .u-dis-flex--pc {
    display: flex !important;
  }
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(40px);
}

.js-fadein--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.js-scroll {
  position: fixed;
  right: 18px;
  opacity: 0;
  transform: translateY(100px);
  z-index: 2;
  width: 32px;
  cursor: pointer;
}
@media (min-width: 782px) {
  .js-scroll {
    right: 35px;
    width: 40px;
  }
}

.js-scroll.UpMove {
  animation: UpAnime 0.2s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-scroll.DownMove {
  animation: DownAnime 0.2s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.u-margin--b-40 {
  margin-bottom: 40px;
}
.u-margin--b-30 {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .u-margin--b-20-over-tablet {
    margin-bottom: 20px;
  }
}

.u-menuimg {
  width: 150px;
  margin-bottom: 10px;
}
@media (min-width: 782px) {
  .u-menuimg {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1296px) {
  .u-menuimg {
    display: none;
  }
}
@media (min-width: 1296px) {
  .u-menuimg__footer {
    display: inline;
    width: 150px;
    margin-top: 10px;
  }
}

.u-notclick {
  pointer-events: none;
  opacity: 0.4;
}

.u-padding--l-20 {
  padding-left: 20px;
}
/*# sourceMappingURL=style.css.map */
