@charset "UTF-8";
/******************************************************************
normalize.css
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 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: 1em; /* 2 */
}

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

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* 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] {
  -webkit-appearance: button;
}

/**
* 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;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* 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 */
}

/* 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;
}

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

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

/******************************************************************
foundation - base
******************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-wrap: break-word;
  overflow-y: scroll;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 0.9rem;
  }
}
@media print {
  body {
    width: 1000px;
    zoom: 0.8;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

iframe {
  border: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
  outline-color: #999999;
}
@media (any-hover: hover) {
  button:hover {
    text-decoration: none;
  }
}
button:focus {
  text-decoration: none;
}

input, select {
  line-height: 1.4;
  outline-color: #999999;
}

em {
  font-style: normal;
  font-weight: bold;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #186cb5;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:focus {
  text-decoration: none;
}

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

svg {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
  width: 100%;
  overflow: clip;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
  scroll-padding-top: var(--header-height);
}

body:has(.l-header-fixed) {
  padding-top: var(--header-height);
}
@media print {
  body:has(.l-header-fixed) {
    padding-top: initial;
  }
}

.l-header-fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.l-header-fixed__inner {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-header-fixed__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/******************************************************************
layout - header
******************************************************************/
:root {
  --header-height: 0;
}

.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(192, 194, 197, 0.6);
          box-shadow: 0px 0px 13px 0px rgba(192, 194, 197, 0.6);
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__head {
  max-width: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-header__head {
    padding-inline: 0.75rem;
  }
}
.l-header__logo {
  padding-top: 16px;
  padding-bottom: 16px;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__logo img {
  max-width: 100%;
}
.l-header__body-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__body-pc nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .l-header__body-pc {
    display: none;
  }
}
.l-header__body-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header__body-sp {
    display: block;
  }
}
.l-header__nav {
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}

/******************************************************************
layout - nav
******************************************************************/
.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.l-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-nav__item:first-child > a, .l-nav__item:first-child button {
  padding-left: 0;
}
.l-nav__item:last-child > a, .l-nav__item:last-child button {
  padding-right: 0;
}
.l-nav__item span {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  .l-nav__item span {
    font-size: 1.2vw;
  }
}
.l-nav__item > a, .l-nav__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 22px;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1150px) {
  .l-nav__item > a, .l-nav__item button {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }
}
.l-nav__item a:hover {
  color: #186cb5;
}
.l-nav__item a[aria-expanded=true] {
  background-color: #dfeaf4;
}
.l-nav__item a[aria-expanded=true] > span {
  color: #186cb5;
}
.l-nav-mega2 {
  display: none;
  position: absolute;
  left: 0;
  top: var(--header-height);
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.l-nav-mega2__inner {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.l-nav-mega2__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-nav-mega2__nav li p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  font-size: 1.1rem;
  font-weight: bold;
  border-right: 1px solid #979797;
  padding-right: 64px;
  margin-right: 64px;
}
.l-nav-mega2__nav li p > a {
  padding-right: 34px;
  position: relative;
  color: #000;
}
.l-nav-mega2__nav li p > a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.l-nav-mega2__nav li p > a:hover::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
.l-nav-mega2__nav li p > a::after, .l-nav-mega2__nav li p > a::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-nav-mega2__nav li p > a::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 2px;
  width: 12px;
  height: 10px;
  border-top: 2px solid #186cb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-nav-mega2__nav li p > a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #186cb5;
}
.l-nav-mega2__nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.l-nav-mega2__nav ul li {
  border: 1px solid #dedede;
  width: calc((100% - 60px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.l-nav-mega2__nav ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background: #fff;
  color: #000;
}
.l-nav-mega2__nav ul li > a:hover {
  background-color: #186cb5;
  color: #fff;
}
.l-nav-mega2__nav ul li > a:hover::before {
  background: #fff;
}
.l-nav-mega2__nav ul li > a:hover::after {
  border-top: 1px solid #186cb5;
  border-right: 1px solid #186cb5;
}
.l-nav-mega2__nav ul li > a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  width: 18px;
  height: 18px;
  background: #186cb5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-nav-mega2__nav ul li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/******************************************************************
layout - header-option
******************************************************************/
.l-header-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-option a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 34px;
  text-decoration: none;
}
.l-header-option a span {
  display: block;
  font-size: 1.1rem;
}
.l-header-option .l-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}
.l-header-option .l-login a {
  font-size: 13px;
  color: #001f46;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header-option .l-login a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(/nmr/assets/img/common/icon-lang.png);
}
@media screen and (max-width: 1150px) {
  .l-header-option .l-login a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1150px) {
  .l-header-option .l-login {
    margin-right: 1.25vw;
  }
}
.l-header-option .l-lang a {
  background-color: #f9efd4;
  color: #392a00;
  font-size: 10px;
  position: relative;
  min-width: 139px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.l-header-option .l-lang a span {
  font-size: 15px;
}
@media screen and (max-width: 1150px) {
  .l-header-option .l-lang a span {
    font-size: 1.2vw;
  }
}
.l-header-option .l-lang a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 22px;
  background-image: url(/nmr/assets/img/common/icon-login.png);
}

/******************************************************************
layout - sp-nav-control
******************************************************************/
.l-sp-nav-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 0 6px 0;
  text-align: center;
}
.l-sp-nav-control__item {
  position: relative;
  display: inline-block;
  top: -1px;
  height: 3px;
  width: 35px;
  background-color: #000;
}
.l-sp-nav-control__item::before {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
.l-sp-nav-control__item::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item {
  background-color: transparent;
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-sp-nav-control[aria-expanded=true] .l-sp-nav-control__item::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/******************************************************************
layout - sp-nav-full
******************************************************************/
.l-sp-nav-full {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100vh - var(--header-height));
}
.l-sp-nav-full nav {
  width: 100%;
  background-color: #fff;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.l-sp-nav-full .l-nav-sp li:has(.l-nav-sp__inner[aria-hidden=false]) {
  background: #f4f4f4;
}
.l-sp-nav-full .l-nav-sp > li {
  border-bottom: 1px solid #bbbbbb;
}
.l-sp-nav-full .l-nav-sp > li:first-child {
  border-top: 1px solid #bbbbbb;
}
.l-sp-nav-full .l-nav-sp > li > a {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}
.l-sp-nav-full .l-nav-sp > li > a:not([role=button]) {
  background: url(/nmr/assets/img/common/icon-arrow-white.png) right 16px top 50% no-repeat;
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp > li > a {
    padding-left: 40px;
    padding-right: 78px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp > li > a {
    padding-left: 20px;
    padding-right: 54px;
  }
}
.l-sp-nav-full .l-nav-sp > li a[role=button] {
  position: relative;
  color: #000;
}
.l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 24px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #186cb5;
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::after {
    right: 46px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::after {
    right: 25px;
  }
}
.l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #186cb5;
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::before {
    right: 57px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=false]::before {
    right: 36px;
  }
}
.l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=true]::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 24px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #186cb5;
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=true]::after {
    right: 46px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=true]::after {
    right: 25px;
  }
}
.l-sp-nav-full .l-nav-sp > li a[role=button][aria-expanded=true]::before {
  background-color: transparent;
}
.l-sp-nav-full .l-nav-sp__inner {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  display: none;
}
.l-sp-nav-full .l-nav-sp__inner[aria-hidden=false] {
  display: block;
  margin-bottom: 32px;
}
.l-sp-nav-full .l-nav-sp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.l-sp-nav-full .l-nav-sp-item > li {
  width: 100%;
}
.l-sp-nav-full .l-nav-sp-item a {
  text-decoration: none;
  position: relative;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.l-sp-nav-full .l-nav-sp-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #186cb5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sp-nav-full .l-nav-sp-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-sp-nav-full .l-nav-sp-item__button {
  position: relative;
}
.l-sp-nav-full .l-nav-sp-item__button::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 12px;
  height: 10px;
  border-top: 2px solid #186cb5;
  -webkit-transform: translateY(calc(-50% + 8px)) rotate(45deg);
          transform: translateY(calc(-50% + 8px)) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp-item__button::after {
    right: 51px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp-item__button::after {
    right: 30px;
  }
}
.l-sp-nav-full .l-nav-sp-item__button::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #186cb5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .l-sp-nav-full .l-nav-sp-item__button::before {
    right: 49px;
  }
}
@media screen and (max-width: 599px) {
  .l-sp-nav-full .l-nav-sp-item__button::before {
    right: 28px;
  }
}

.l-header-option-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 16px;
}
.l-header-option-sp li {
  min-width: 250px;
}
.l-header-option-sp a {
  color: #000;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.l-nav-mega-overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

/******************************************************************
layout - main
******************************************************************/
/******************************************************************
layout - section
******************************************************************/
.l-section {
  position: relative;
}
.l-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 64px;
  margin-top: 64px;
  padding-right: 40px;
  padding-left: 40px;
}
.l-section__inner > *:not(:last-child):not(.c-modal):not(.c-tab) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .l-section__inner > *:not(:last-child):not(.c-modal):not(.c-tab) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .l-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-section__inner-blue {
  max-width: 1120px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 40px;
  padding-left: 40px;
}
.l-section-top {
  position: relative;
}
.l-section-top__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 599px) {
  .l-section-top__inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.l-section-top-news {
  position: relative;
}
.l-section-top-news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 112px;
  margin-bottom: 112px;
}
@media screen and (max-width: 599px) {
  .l-section-top-news__inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.l-section-top--other {
  position: relative;
}
.l-section-top--other__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 112px;
  margin-bottom: 112px;
}
@media screen and (max-width: 599px) {
  .l-section-top--other__inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.l-section--footer-banner {
  background-color: #f4f4f4;
}
.l-section--footer-banner__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .l-section--footer-banner__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/******************************************************************
layout - heading-group
******************************************************************/
.l-heading-group {
  width: 100%;
  background: #186cb5;
}
.l-heading-group__inner {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-heading-group__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-heading-group--news {
  width: 100%;
}
.l-heading-group--news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.l-heading-group--news__inner {
  max-width: 1000px;
  margin: 80px auto 64px auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-heading-group--news__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .l-heading-group--news__inner {
    margin: 48px auto 48px auto;
  }
}
.l-heading-group--news__inner .c-heading1 {
  color: #000;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .l-heading-group--news__inner .c-heading1 {
    margin-top: 8px;
  }
}
.l-heading-group--news__date {
  color: #186cb5;
  font-weight: bold;
}
.l-heading-group--news__new {
  background: #de0000;
  color: #fff;
  padding: 1px 6px;
  font-size: 0.85rem;
}
.l-heading-group--news__closed {
  background: #9e9e9e;
  color: #fff;
  padding: 1px 6px;
  font-size: 0.85rem;
}

/******************************************************************
layout - main - visual
******************************************************************/
.l-main-visual {
  background: #186cb5;
}
.l-main-visual__inner {
  max-width: 1600px;
  margin: 0 auto;
}

/******************************************************************
layout - footer
******************************************************************/
.l-footer {
  background-color: #186cb5;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .l-footer__inner {
    padding: 35px 16px;
  }
}

/******************************************************************
layout - breadcrumb
******************************************************************/
.l-breadcrumb {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .l-breadcrumb {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.l-breadcrumb__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .l-breadcrumb__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px;
}
@media screen and (max-width: 599px) {
  .p-breadcrumb {
    overflow-y: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-breadcrumb__item {
  position: relative;
  padding-right: 12px;
  margin-right: 4px;
  font-size: 0.8rem;
}
@media screen and (max-width: 599px) {
  .p-breadcrumb__item {
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
.p-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -1px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-breadcrumb__item a {
  text-decoration: none;
}
.p-breadcrumb__item a:hover {
  color: #186cb5;
}

/******************************************************************
layout - pagetop
******************************************************************/
.l-pagetop {
  display: block;
  opacity: 1;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1200;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-pagetop.is-active {
  -webkit-animation: bounceInUp 0.5s ease-in-out forwards;
          animation: bounceInUp 0.5s ease-in-out forwards;
}
.l-pagetop.is-hidden {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-pagetop {
    bottom: 20px;
    right: 10px;
  }
}
.l-pagetop__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  background: #335599;
}
@media screen and (max-width: 960px) {
  .l-pagetop__btn {
    width: 42px;
    height: 42px;
  }
}
.l-pagetop__btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .l-pagetop__btn::before {
    width: 12px;
    height: 12px;
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/******************************************************************
component - accordion
******************************************************************/
.c-accordion__item {
  border-bottom: 1px solid #d1d1d1;
}
.c-accordion__item:first-child {
  border-top: 1px solid #d1d1d1;
}
.c-accordion__head {
  text-align: left;
  width: 100%;
  padding: 20px 40px 20px 20px;
}
.c-accordion__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-accordion__title {
  margin-right: 16px;
}
.c-accordion__body {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.c-accordion__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
}
.c-accordion__body-contents > * {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-accordion__body-contents > * {
    margin-bottom: 32px;
  }
}
.c-accordion__answer-title {
  padding-left: 20px;
  margin-right: 22px;
  color: #004680;
}

/******************************************************************
component - news
******************************************************************/
.c-news {
  margin-bottom: 50px;
}
.c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #c7c7c7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-news-item:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.c-news-item:nth-child(10n) {
  border-bottom: 1px solid #c7c7c7;
}
.c-news-item:nth-child(10n+1) {
  border-top: none;
}
.c-news-item:first-child {
  border-top: 1px solid #c7c7c7;
}
@media screen and (max-width: 960px) {
  .c-news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.c-news-item a {
  text-decoration: none;
}
.c-news-item.is-hidden, .c-news-item.is-more-item {
  display: none;
}
.c-news-date {
  margin-right: 64px;
  margin-left: 20px;
  margin-top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
@media screen and (max-width: 960px) {
  .c-news-date {
    margin-top: 0;
  }
}
.c-news-title {
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .c-news-title {
    margin-top: 8px;
    width: 100%;
  }
}
.c-news-title a {
  padding-right: 23px;
  color: #004680;
  text-decoration: none;
}
.c-news-label {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 7px 15px;
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: inline-block;
}
.c-news-label--green {
  background-color: #008787;
}
.c-news-label--orange {
  background-color: #c27604;
}
.c-news-label--red {
  background-color: #bf000f;
}
.c-news--arrow {
  background: url(/nmr/assets/img/common/icon-arrow-blue.png) no-repeat right 0px bottom 7px/15px 8px;
}
.c-news--blank {
  background: url(/nmr/assets/img/common/icon-blank.png) no-repeat right 0px bottom 3px/16px 13px;
}
.c-news--pdf {
  background: url(/nmr/assets/img/common/icon-button-pdf-blue.png) no-repeat right 2px bottom 2px/14px 18px;
}

.c-text .c-news-label {
  margin-right: 16px;
}

/******************************************************************
component - list
******************************************************************/
.c-list-disc li {
  list-style-type: disc;
  margin-left: 18px;
  padding-left: 7px;
}
.c-list-disc li::marker {
  color: #000;
  font-size: 80%;
}
.c-list-disc li:not(:first-child) {
  margin-top: 8px;
}

.c-list-number li {
  list-style-type: decimal;
  margin-left: 18px;
  padding-left: 7px;
}
.c-list-number li:not(:first-child) {
  margin-top: 8px;
}
.c-list-number__head {
  padding-right: 8px;
  min-width: 40px;
}

.c-list-note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-note li:not(:first-child) {
  margin-top: 8px;
}
.c-list-note__head {
  padding-right: 8px;
}

.c-list-disc,
.c-list-number,
.c-list-note {
  line-height: 1.8;
}

/******************************************************************
component - image
******************************************************************/
.c-image {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-image {
    font-size: 14px;
  }
}
.c-image-caption {
  font-size: 14px;
  margin-top: 16px;
  display: table-caption;
  caption-side: bottom;
}

/******************************************************************
component - table
******************************************************************/
.c-table-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #186cb5 #abd3e6;
}
.c-table-scroll .c-table {
  min-width: 700px;
}

.c-table {
  width: 100%;
  table-layout: fixed;
}
.c-table .c-table-bg {
  background-color: #f4f4f4;
}
.c-table th {
  border: 1px solid #bbbbbb;
  padding: 16px;
  font-weight: 400;
}
.c-table td {
  border: 1px solid #bbbbbb;
  padding: 12px;
}
.c-table .c-text {
  line-height: 1.4;
}

/******************************************************************
component - top__induction
******************************************************************/
.c-top__induction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}
@media screen and (max-width: 960px) {
  .c-top__induction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}
.c-top__induction a {
  text-decoration: none;
}
.c-top__induction-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .c-top__induction-logo {
    min-width: 62px;
  }
}
.c-top__induction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-left: 1px solid #99bedd;
  border-right: 1px solid #99bedd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-top__induction-item:nth-child(2n) {
  border-left: none;
}
@media screen and (max-width: 960px) {
  .c-top__induction-item {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .c-top__induction-item:not(:last-child) {
    border-bottom: 1px dotted #005dab;
  }
}
.c-top__induction-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .c-top__induction-item div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-top__induction-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.c-top__induction-item a::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
  width: 15px;
  height: 8px;
  background: url(/nmr/assets/img/common/icon-arrow-blue.png) no-repeat;
}
.c-top__induction-item a:hover {
  border-top: 1px solid #99bedd;
  border-bottom: 1px solid #99bedd;
}
@media screen and (max-width: 960px) {
  .c-top__induction-item a:hover {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
.c-top__induction-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 30px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-top__induction-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-top__induction-title {
  text-align: left;
}
.c-top__induction-title-ja {
  display: block;
  font-size: 21px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-top__induction-title-ja {
    font-size: 18px;
  }
}
.c-top__induction-title-en {
  font-size: 15px;
  color: #2367b6;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-top__induction-title-en {
    font-size: 13px;
  }
}

/******************************************************************
component - top__facility
******************************************************************/
.c-top__facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .c-top__facility {
    gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .c-top__facility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-top__facility a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.c-top__facility-item {
  width: calc((100% - 60px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .c-top__facility-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-top__facility-item {
    width: 100%;
  }
}
.c-top__facility-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 960px) {
  .c-top__facility-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 0;
  }
}
.c-top__facility-img {
  width: 40%;
  display: block;
}
.c-top__facility-img img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-top__facility-img {
    width: 100%;
  }
}
.c-top__facility-body {
  width: 60%;
  padding-bottom: 23px;
  position: relative;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 23px;
}
.c-top__facility-body::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  bottom: -3px;
  right: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .c-top__facility-body {
    width: 100%;
  }
}
.c-top__facility-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  .c-top__facility-title {
    font-size: 19px;
  }
}
.c-top__facility-label {
  background-color: #fff;
  color: #2367b6;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 960px) {
  .c-top__facility-label {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.c-top__facility-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.07em;
}

/******************************************************************
component - top__heading
******************************************************************/
.c-top__heading2 {
  margin-bottom: 70px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-top__heading2 {
    margin-bottom: 30px;
  }
}
.c-top__heading2-ja {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .c-top__heading2-ja {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.c-top__heading2-en {
  color: #2367b6;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .c-top__heading2-en {
    font-size: 12px;
  }
}

/******************************************************************
component - heading
******************************************************************/
.c-heading1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .c-heading1 {
    font-size: 1.25rem;
    padding-right: 0px;
  }
  .c-heading1__en {
    font-size: 15px;
  }
}

.c-heading2 {
  font-size: 1.75rem;
  font-weight: 400;
  padding-top: 40px;
  border-top: 1px solid #bbbbbb;
  position: relative;
  line-height: 1.4;
}
.c-heading2::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #186cb5;
}
.c-heading2:not(:first-child) {
  margin-top: 56px;
}
.c-heading2__en {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 1.15rem;
  color: #186cb5;
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .c-heading2__en {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  .c-heading2 {
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .c-heading2:not(:first-child) {
    margin-top: 36px;
  }
}

.c-heading3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #186cb5;
  padding-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .c-heading3 {
    font-size: 1.1rem;
  }
}

.c-heading4 {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 4px 24px;
  background: #e1edf4;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .c-heading4 {
    font-size: 1rem;
  }
}

/******************************************************************
component - text
******************************************************************/
.c-text {
  line-height: 1.8;
}

/******************************************************************
component - link
******************************************************************/
.c-link li {
  line-height: 1.8;
}
.c-link li a {
  color: #000;
}
.c-link li a:hover {
  color: #186cb5;
}
.c-link li:not(:first-child) {
  margin-top: 8px;
}

/******************************************************************
component - btn
******************************************************************/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.c-btn__item {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  min-width: min(20em, 100%);
}
.c-btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(23em, 100%);
  padding: 16px 48px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.c-btn__item a:hover {
  background: #eee;
}
.c-btn--arrow {
  position: relative;
  vertical-align: middle;
}
.c-btn--arrow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #186cb5;
  border-radius: 50%;
}
.c-btn--arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn--blank {
  position: relative;
}
.c-btn--blank::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-blank.png) right bottom 50%/15px 13px no-repeat;
}
.c-btn--pdf {
  position: relative;
}
.c-btn--pdf::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-pdf.svg) right bottom 50%/16px 16px no-repeat;
}
.c-btn--return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.c-btn--return__item {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  min-width: min(20em, 100%);
}
.c-btn--return__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(23em, 100%);
  padding: 16px 64px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.c-btn--return__item a:hover {
  background: #eee;
}
.c-btn--return__item a::before, .c-btn--return__item a::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-btn--return__item a::before {
  top: 28px;
  left: 30px;
  width: 23px;
  height: 1px;
  background: #186cb5;
}
.c-btn--return__item a::after {
  top: 21px;
  left: 27px;
  width: 9px;
  height: 5px;
  border-top: 1px solid #186cb5;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-btn--return__item a:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.c-btn--return__item a:hover::after {
  -webkit-transform: translateX(-5px) rotate(135deg);
          transform: translateX(-5px) rotate(135deg);
}
.c-btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.c-btn--more__item {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  min-width: min(20em, 100%);
}
.c-btn--more__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(23em, 100%);
  padding: 16px 64px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
@media print, screen and (min-width: 961px) {
  .c-btn--more__item a:hover {
    background: #eee;
  }
}
.c-btn--more__item a::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #186cb5;
  border-right: 1px solid #186cb5;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-btn--more__item a:hover::before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-btn--more__item a:hover::after {
  -webkit-transform: translateY(3px) rotate(135deg);
          transform: translateY(3px) rotate(135deg);
}
.c-btn--more__item.is-button-hidden {
  -webkit-animation: buttonHidden 0.3s ease-in-out 0.5s forwards;
          animation: buttonHidden 0.3s ease-in-out 0.5s forwards;
}

.c-btn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes buttonHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes buttonHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************************************
component - anchor
******************************************************************/
.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
}
.c-anchor a {
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.c-anchor a:hover {
  color: #186cb5;
}
@media screen and (max-width: 960px) {
  .c-anchor {
    gap: 8px 32px;
  }
}
.c-anchor__item {
  position: relative;
  padding-right: 24px;
}
.c-anchor__item a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #186cb5;
  border-right: 2px solid #186cb5;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-anchor__item a:hover::before {
  -webkit-transform: translateY(calc(-50% + 2px)) rotate(135deg);
          transform: translateY(calc(-50% + 2px)) rotate(135deg);
}

/******************************************************************
component - swiper
******************************************************************/
.c-swiper__body {
  margin-bottom: 46px;
}
.c-swiper__navigator {
  position: relative;
}
.c-swiper .swiper-slide img {
  width: 100%;
  max-width: 1600px;
}
.c-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #bcbcbc;
  opacity: 1;
}
.c-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #186cb5 !important;
}

/******************************************************************
component - flex-col
******************************************************************/
.c-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
  /******************************************************************
  トップ：アイコンパネル
  ******************************************************************/
}
@media screen and (max-width: 960px) {
  .c-flex-col {
    gap: 24px 30px;
  }
}
.c-flex-col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  padding: 30px 30px 70px 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.c-flex-col__inner.u-hover-scale-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex-col .c-flex-col__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex-col .c-flex-col__body > *:not(:last-child) {
  margin-bottom: 16px;
}
.c-flex-col .c-flex-col__body > * {
  color: #000;
}
.c-flex-col .c-flex-col__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 2);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col .c-flex-col__item2:has(a) .c-flex-col__inner {
  position: relative;
}
.c-flex-col .c-flex-col__item2:has(a) .c-flex-col__inner::before, .c-flex-col .c-flex-col__item2:has(a) .c-flex-col__inner::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-flex-col .c-flex-col__item2:has(a) .c-flex-col__inner::before {
  bottom: 30px;
  right: 30px;
  width: 23px;
  height: 2px;
  background: #186cb5;
}
.c-flex-col .c-flex-col__item2:has(a) .c-flex-col__inner::after {
  bottom: 26px;
  right: 32px;
  width: 10px;
  height: 9px;
  border-top: 2px solid #186cb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-flex-col .c-flex-col__item2:has(a):hover .c-flex-col__inner::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.c-flex-col .c-flex-col__item2:has(a):hover .c-flex-col__inner::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-flex-col .c-flex-col__item2 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col .c-flex-col__item2 {
    width: 100%;
  }
}
.c-flex-col .c-flex-col__item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 80px) / 3);
  /******************************************************************
  パネル内で使用するコンポーネント設定
  ******************************************************************/
}
.c-flex-col .c-flex-col__item3 img {
  width: 100%;
}
.c-flex-col .c-flex-col__item3:has(a) .c-flex-col__inner {
  position: relative;
}
.c-flex-col .c-flex-col__item3:has(a) .c-flex-col__inner::before, .c-flex-col .c-flex-col__item3:has(a) .c-flex-col__inner::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-flex-col .c-flex-col__item3:has(a) .c-flex-col__inner::before {
  bottom: 30px;
  right: 30px;
  width: 23px;
  height: 2px;
  background: #186cb5;
}
.c-flex-col .c-flex-col__item3:has(a) .c-flex-col__inner::after {
  bottom: 26px;
  right: 32px;
  width: 10px;
  height: 9px;
  border-top: 2px solid #186cb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-flex-col .c-flex-col__item3:has(a):hover .c-flex-col__inner::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.c-flex-col .c-flex-col__item3:has(a):hover .c-flex-col__inner::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-flex-col .c-flex-col__item3 {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col .c-flex-col__item3 {
    width: 100%;
  }
}
.c-flex-col .c-flex-col__item3 .c-table {
  min-width: auto;
}
.c-flex-col.c-flex-col--icon {
  gap: 32px 70px;
}
@media screen and (max-width: 960px) {
  .c-flex-col.c-flex-col--icon {
    gap: 32px 40px;
  }
}
.c-flex-col.c-flex-col--icon .c-flex-col__item3 {
  width: calc((100% - 140px) / 3);
}
@media screen and (max-width: 960px) {
  .c-flex-col.c-flex-col--icon .c-flex-col__item3 {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .c-flex-col.c-flex-col--icon .c-flex-col__item3 {
    width: 100%;
  }
}
.c-flex-col.c-flex-col--icon .c-flex-col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 40px 30px;
  gap: 16px 0px;
}
.c-flex-col.c-flex-col--icon .c-flex-col--icon__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-flex-col.c-flex-col--icon .c-flex-col--icon__body > * {
  color: #000;
}

/******************************************************************
component - flex-col内コンポーネント
******************************************************************/
.c-flex-col__title {
  font-size: 1.25rem;
}

.c-flex-col--icon__title {
  font-size: 1.15rem;
}
@media screen and (max-width: 599px) {
  .c-flex-col--icon__title {
    font-size: 1rem;
  }
}

/******************************************************************
component - image-text
******************************************************************/
.c-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.c-image-text__image {
  width: calc(50% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__image {
    width: 100%;
  }
}
.c-image-text__body {
  width: calc(50% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__body {
    width: 100%;
  }
}
.c-image-text__body .c-table th, .c-image-text__body td {
  font-size: 14px;
}
.c-image-text__body > *:not(:last-child) {
  margin-bottom: 32px;
}
.c-image-text__image-small .c-image-text__image {
  width: calc(30% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__image-small .c-image-text__image {
    width: 100%;
  }
}
.c-image-text__image-small .c-image-text__body {
  width: calc(70% - 20px);
}
@media screen and (max-width: 599px) {
  .c-image-text__image-small .c-image-text__body {
    width: 100%;
  }
}

.c-image-text__reverse .c-image-text__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 599px) {
  .c-image-text__reverse .c-image-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 599px) {
  .c-image-text__reverse .c-image-text__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/******************************************************************
component - modal
******************************************************************/
.c-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  inset: 0;
}
.c-modal[aria-hidden=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
.c-modal[aria-hidden=false] .c-modal__overlay {
  opacity: 1;
}
.c-modal[aria-hidden=false] .c-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}
.c-modal__relative {
  position: relative;
}
.c-modal__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  inset: 0;
}
.c-modal__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px 32px;
  background: #f0f0f0;
}
.c-modal__inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 8px;
}
.c-modal__inner2 {
  padding: 32px;
}
.c-modal__inner2 > *:not(:last-child) {
  margin-bottom: 16px;
}
.c-modal__body {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  overflow-y: auto;
  min-height: 0;
}
.c-modal__dialog {
  position: relative;
  max-width: 800px;
  width: 95%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(20px) scale(0.995);
          transform: translateY(20px) scale(0.995);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-modal__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F0F0F0;
  width: 100%;
  text-align: center;
  padding: 16px;
  border: none;
  cursor: pointer;
}

/* スクロール禁止用（bodyに付与） */
.is-modal-open {
  overflow: hidden;
}

/* 閉じるボタン */
.c-modal-close__top {
  position: relative;
  max-width: 800px;
  width: 95%;
  max-height: 90vh;
}

.c-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  border: none;
  background: #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-modal__close {
    right: -8px;
  }
}
.c-modal__close .u-close__modal {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.c-modal__close .u-close__modal::before, .c-modal__close .u-close__modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-modal__close .u-close__modal::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close .u-close__modal::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/******************************************************************
component - tab
******************************************************************/
.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1061a9;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  /* SP時2段 */
}

.c-tab__list {
  /* SP時2段 */
}

.c-tab__item {
  background: #eeecec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  margin-right: 8px;
  /* SP時2段 */
}
.c-tab__item[aria-selected=true] {
  border-top: 1px solid #1061a9;
  border-left: 1px solid #1061a9;
  border-right: 1px solid #1061a9;
  background: #e8edf4;
}
@media screen and (max-width: 960px) {
  .c-tab__item {
    padding: 14px;
  }
}

.c-tab__body {
  border-left: 1px solid #1061a9;
  border-right: 1px solid #1061a9;
  border-bottom: 1px solid #1061a9;
}
.c-tab__body-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 40px;
  padding-left: 40px;
}
.c-tab__body-inner > *:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .c-tab__body-inner {
    padding: 20px;
  }
}
.c-tab__body[aria-hidden=false] {
  display: block;
}
.c-tab__body[aria-hidden=true] {
  display: none;
}

/******************************************************************
component - history
******************************************************************/
.c-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ced5d8;
}
.c-history__item:first-child {
  border-top: 1px solid #ced5d8;
}
@media screen and (max-width: 960px) {
  .c-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px 0;
  }
}
.c-history__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 4em;
  margin-right: 16px;
  color: #186cb5;
  font-size: 1.85rem;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .c-history__head {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-history__body {
  width: 80%;
  line-height: 1.8;
  padding-top: 48px;
  padding-bottom: 49px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-history__body > *:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .c-history__body {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-history__title {
  font-size: 1.1rem;
  font-weight: bold;
}
.c-history__title:not(:first-child) {
  margin-top: 32px;
}

/******************************************************************
component - study
******************************************************************/
.c-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-study__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  border-bottom: 1px solid #ced5d8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-study__item:first-child {
  border-top: 1px solid #ced5d8;
}
@media screen and (max-width: 599px) {
  .c-study__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
.c-study__item.c-study__item--reverse .c-study__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-study__item.c-study__item--reverse .c-study__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-study__thumb {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .c-study__thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-study__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-study__body > *:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .c-study__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-study__title {
  line-height: 1.8;
}

/******************************************************************
component - 　note-frame
******************************************************************/
.c-note-frame {
  background: #c20000;
  padding: 16px;
}
.c-note-frame > * {
  color: #fff;
}
.c-note-frame > *:not(:last-child) {
  margin-bottom: 24px;
}
.c-note-frame__text {
  font-size: 1.1rem;
}

/******************************************************************
project - top-visual　（slick）
******************************************************************/
.p-top-visual {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top-visual {
    max-height: none;
  }
}
.p-top-visual__body {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .p-top-visual__body {
    top: auto;
    bottom: 47px;
  }
}
@media screen and (max-width: 960px) {
  .p-top-visual__title {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .p-top-visual__title img {
    width: 100%;
  }
}

.p-top-visual .slick-dots {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-visual .slick-dots li {
  margin: 0 5px;
}
.p-top-visual .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  text-indent: -9999px; /* ボタンのテキスト非表示 */
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 960px) {
  .p-top-visual .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.p-top-visual .slick-dots li.slick-active button {
  background-color: #0A4CA7;
}

.p-top-visual__slick .slick-slide img {
  width: 100%;
}

/******************************************************************
project - top-news
******************************************************************/
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-top-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.p-top-news__head {
  min-width: 260px;
  width: 20%;
}
@media screen and (max-width: 960px) {
  .p-top-news__head {
    min-width: initial;
    width: 100%;
  }
}
.p-top-news__head .p-top-btn {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-top-news__head .p-top-btn {
    display: none;
  }
}
.p-top-news__body {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .p-top-news__body {
    width: 100%;
  }
}
.p-top-news__body .p-top-btn {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-top-news__body .p-top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

/******************************************************************
project - top-btn
******************************************************************/
.p-top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-top__btn {
    gap: 20px;
  }
}
.p-top__btn_item {
  width: calc((100% - 100px) / 3);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .p-top__btn_item {
    width: 100%;
  }
}
.p-top__btn_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 74px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 32px;
  padding-left: 32px;
  color: #333;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-top__btn_item a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.p-top__btn_item a img {
  margin-right: 16px;
  max-height: 24px;
}
.p-top__btn_item a span {
  line-height: 1;
}
.p-top__btn_item a:hover {
  border: 1px solid #0d5399;
}

/******************************************************************
project - top-image-text
******************************************************************/
.p-top-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p-top-image-text {
    margin-bottom: 50px;
  }
}
.p-top-image-text__image {
  width: calc(48% - 20px);
}
@media screen and (max-width: 599px) {
  .p-top-image-text__image {
    width: 100%;
  }
}
.p-top-image-text__body {
  width: calc(52% - 20px);
}
@media screen and (max-width: 599px) {
  .p-top-image-text__body {
    width: 100%;
  }
}
.p-top-image-text__body > *:not(:last-child) {
  margin-bottom: 32px;
}

.p-top-image-text__reverse .p-top-image-text__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 599px) {
  .p-top-image-text__reverse .p-top-image-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 599px) {
  .p-top-image-text__reverse .p-top-image-text__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-top-heading3 {
  color: #186cb5;
  font-size: 2.1rem;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-top-heading3 {
    text-align: center;
    font-size: 1.6rem;
  }
}

.p-top-text {
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  .p-top-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-btn__item {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  min-width: min(20em, 100%);
}
.p-top-btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(23em, 100%);
  padding: 16px 32px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.p-top-btn__item a:hover {
  background: #eee;
}
.p-top-btn--arrow {
  position: relative;
  vertical-align: middle;
}
.p-top-btn--arrow::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #186cb5;
  border-radius: 50%;
}
.p-top-btn--arrow::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-btn--blank {
  position: relative;
}
.p-top-btn--blank::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-blank.png) right bottom 50%/15px 13px no-repeat;
}
.p-top-btn--pdf {
  position: relative;
}
.p-top-btn--pdf::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-pdf.svg) right bottom 50%/16px 16px no-repeat;
}

/******************************************************************
component - top-flex-col
******************************************************************/
.p-top-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-top-flex-col {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-flex-col {
    gap: 30px 0px;
    margin-bottom: 50px;
  }
}
.p-top-flex-col .p-top-flex-col__head {
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__head .c-image,
.p-top-flex-col .p-top-flex-col__head .u-hover-scale-img__body {
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 40px 30px;
}
.p-top-flex-col .p-top-flex-col__body > *:not(:last-child) {
  margin-bottom: 16px;
}
.p-top-flex-col .p-top-flex-col__body > * {
  color: #000;
}
.p-top-flex-col .p-top-flex-col__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 60px) / 2);
}
.p-top-flex-col .p-top-flex-col__item2 > .p-top-flex-col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__item2 > .p-top-flex-col__inner.u-hover-scale-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-flex-col .p-top-flex-col__item2:has(a) .p-top-flex-col__inner {
  position: relative;
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__item2:has(a) .p-top-flex-col__inner::before, .p-top-flex-col .p-top-flex-col__item2:has(a) .p-top-flex-col__inner::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-flex-col .p-top-flex-col__item2:has(a) .p-top-flex-col__inner::before {
  bottom: 30px;
  right: 30px;
  width: 23px;
  height: 2px;
  background: #186cb5;
}
.p-top-flex-col .p-top-flex-col__item2:has(a) .p-top-flex-col__inner::after {
  bottom: 26px;
  right: 32px;
  width: 10px;
  height: 9px;
  border-top: 2px solid #186cb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-flex-col .p-top-flex-col__item2:has(a):hover .p-top-flex-col__inner::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-top-flex-col .p-top-flex-col__item2:has(a):hover .p-top-flex-col__inner::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-top-flex-col .p-top-flex-col__item2 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .p-top-flex-col .p-top-flex-col__item2 {
    width: 100%;
  }
}
.p-top-flex-col .p-top-flex-col__item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 120px) / 3);
}
.p-top-flex-col .p-top-flex-col__item3 img {
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__item3 > .p-top-flex-col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.p-top-flex-col .p-top-flex-col__item3 > .p-top-flex-col__inner.u-hover-scale-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-flex-col .p-top-flex-col__item3:has(a) .p-top-flex-col__inner {
  position: relative;
}
.p-top-flex-col .p-top-flex-col__item3:has(a) .p-top-flex-col__inner::before, .p-top-flex-col .p-top-flex-col__item3:has(a) .p-top-flex-col__inner::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-flex-col .p-top-flex-col__item3:has(a) .p-top-flex-col__inner::before {
  bottom: 20px;
  right: 20px;
  width: 23px;
  height: 2px;
  background: #186cb5;
}
.p-top-flex-col .p-top-flex-col__item3:has(a) .p-top-flex-col__inner::after {
  bottom: 16px;
  right: 22px;
  width: 10px;
  height: 9px;
  border-top: 2px solid #186cb5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top-flex-col .p-top-flex-col__item3:has(a):hover .p-top-flex-col__inner::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-top-flex-col .p-top-flex-col__item3:has(a):hover .p-top-flex-col__inner::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-top-flex-col .p-top-flex-col__item3 {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .p-top-flex-col .p-top-flex-col__item3 {
    width: 100%;
  }
}

/******************************************************************
component - flex-col内コンポーネント
******************************************************************/
.p-top-flex-col__title {
  font-size: 1.15rem;
}
@media screen and (max-width: 599px) {
  .p-top-flex-col__title {
    font-size: 1rem;
  }
}

/******************************************************************
project - news-list
******************************************************************/
.p-news-list__item {
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}
.p-news-list__item:first-child {
  border-top: 1px solid #bbbbbb;
}
.p-news-list__item.is-hidden {
  display: none;
}
.p-news-list__item a {
  color: #000;
}
.p-news-list__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 56px;
}
@media screen and (max-width: 599px) {
  .p-news-list__inner {
    padding-right: 40px;
  }
}
.p-news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-news-list__date {
  color: #186cb5;
  font-weight: bold;
}
.p-news-list__new {
  background: #de0000;
  color: #fff;
  padding: 1px 6px;
  font-size: 0.85rem;
}
.p-news-list__closed {
  background: #9e9e9e;
  color: #fff;
  padding: 1px 6px;
  font-size: 0.85rem;
}
.p-news-list__title {
  margin-top: 16px;
}

.p-news-list__arrow::before {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  bottom: 30px;
  right: 10px;
  width: 13px;
  height: 7px;
  background: url(/nmr/assets/img/common/icon-arrow-blue.svg) no-repeat;
}
.p-news-list__arrow:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-news-list__arrow:hover::after {
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}

.p-news-list__blank::after {
  position: absolute;
  content: "";
  background: url(/nmr/assets/img/common/icon-blank.svg);
  bottom: 33px;
  right: 9px;
  width: 15px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-news-list__blank:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.p-news-list__pdf::after {
  position: absolute;
  content: "";
  background: url(/nmr/assets/img/common/icon-pdf.svg) right bottom 50%/16px 16px no-repeat;
  bottom: 33px;
  right: 9px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-news-list__pdf:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/******************************************************************
project - footer-content
******************************************************************/
.p-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d2dcf0;
}
@media screen and (max-width: 599px) {
  .p-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-footer-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 599px) {
  .p-footer-content__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-footer-content__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: #fff;
}
.p-footer-content__body > *:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .p-footer-content__body {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #d2dcf0;
    border-bottom: 1px solid #d2dcf0;
  }
}
.p-footer-content__logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer-content__logo:hover {
  opacity: 0.7;
}
.p-footer-content__logo:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-footer-content__logo:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-footer-content__address {
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-footer-content__address {
    font-size: 0.8rem;
  }
}
.p-footer-content__title--sub {
  font-size: 1.25rem;
}
@media screen and (max-width: 960px) {
  .p-footer-content__title--sub {
    font-size: 1.2rem;
  }
}

/******************************************************************
project - footer-menu
******************************************************************/
.p-footer-menu {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer-menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}
@media screen and (max-width: 960px) {
  .p-footer-menu--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer-menu--list li {
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
}
.p-footer-menu--list li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
}
.p-footer-menu--list li:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
}
.p-footer-menu--list li.is-new-row::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
}
.p-footer-menu--list li a {
  color: #fff;
  font-size: 0.9rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-footer-menu--list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .p-footer-menu--list li a {
    font-size: 0.8rem;
  }
}

/******************************************************************
project - footer-copy
******************************************************************/
.p-footer-copy {
  display: block;
  color: #d2dcf0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-footer-copy {
    text-align: center;
  }
}
.p-footer-copy small {
  font-size: 12px;
}
.p-footer-copy span {
  display: inline-block;
}

/******************************************************************
project - footer-banner
******************************************************************/
.p-footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 599px) {
  .p-footer-banner {
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-footer-banner li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 599px) {
  .p-footer-banner li {
    width: calc((100% - 20px) / 2);
  }
}
.p-footer-banner a {
  display: block;
  width: 100%;
}
.p-footer-banner a > img {
  width: 100%;
}

/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-landscape-media {
    display: none;
  }
  .u-portrait-media {
    display: block;
  }
  img.u-portrait-media {
    display: inline-block;
  }
  br.u-portrait-media {
    display: inline-block;
  }
  table.u-portrait-media {
    display: table;
  }
}
.u-sp-media {
  display: none;
}

@media screen and (max-width: 599px) {
  .u-pc-media {
    display: none;
  }
  .u-sp-media {
    display: block;
  }
  img.u-sp-media {
    display: inline-block;
  }
  br.u-sp-media {
    display: inline-block;
  }
  table.u-sp-media {
    display: table;
  }
}
.u-gutter {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .u-gutter {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
  display: none;
}

/******************************************************************
utility - position
// ******************************************************************/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

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

/******************************************************************
utility - hover-opacity
******************************************************************/
.u-hover-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}
.u-hover-opacity:focus {
  opacity: 0.7;
}

/******************************************************************
utility - hover-scale-img
******************************************************************/
.u-hover-scale-img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.u-hover-scale-img .c-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.u-hover-scale-img__body {
  display: block;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.u-hover-scale-img__body img {
  width: 100%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .u-hover-scale-img:hover .u-hover-scale-img__body img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.u-hover-scale-img:focus .u-hover-scale-img__body img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.u-hover-scale-img .c-image-caption {
  text-decoration: none;
  color: #000;
}
.u-hover-scale-img--light .u-hover-scale-img__body {
  background-color: #ffffff;
}
.u-hover-scale-img--dark .u-hover-scale-img__body {
  background-color: #000000;
}
.u-hover-scale-img--light .u-hover-scale-img__body img, .u-hover-scale-img--dark .u-hover-scale-img__body img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (any-hover: hover) {
  .u-hover-scale-img--light:hover .u-hover-scale-img__body img, .u-hover-scale-img--dark:hover .u-hover-scale-img__body img {
    opacity: 0.7;
  }
}
.u-hover-scale-img--light:focus .u-hover-scale-img__body img, .u-hover-scale-img--dark:focus .u-hover-scale-img__body img {
  opacity: 0.7;
}

/******************************************************************
utility - icon
******************************************************************/
.u-icon-arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #186cb5;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-left: 12px;
  margin-top: -5px;
}
.u-icon-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.u-icon-blank {
  position: relative;
  padding-left: 15px;
  margin-left: 12px;
}
.u-icon-blank::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-blank.png) right bottom 50%/15px 13px no-repeat;
}
.u-icon-pdf {
  position: relative;
  padding-left: 16px;
  margin-left: 12px;
}
.u-icon-pdf::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/nmr/assets/img/common/icon-pdf.svg) right bottom 50%/16px 16px no-repeat;
}

/******************************************************************
utility - panel-shadow
******************************************************************/
.u-panel-shadow {
  -webkit-box-shadow: 6px 5px 18px rgba(162, 162, 162, 0.3);
          box-shadow: 6px 5px 18px rgba(162, 162, 162, 0.3);
}

/******************************************************************
project - js-fade 　※fadeIn処理を入れる箇所に.js-fadeを付与
******************************************************************/
.js-fade {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-fade.is-fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=app.css.map */