<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset
---------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  color: #020D1C;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #020D1C;
}

img, picture, video, canvas, svg {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

#root, #__next {
  isolation: isolate;
}

html.is-fixed {
  overflow: hidden;
}

/* main ---------------------------------------- */
.main {
  overflow: hidden;
}

/* inner
---------------------------------------- */
.inner {
  max-width: 75rem;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
}

.content__body .inner {
  max-width: 75rem;
}
.content__body--page .inner {
  max-width: 75rem;
}
.content__body--single .inner {
  max-width: 62.5rem;
}

/* sec
---------------------------------------- */
.sec {
  -webkit-padding-before: 10.5rem;
          padding-block-start: 10.5rem;
  -webkit-padding-after: 6rem;
          padding-block-end: 6rem;
}
@media only screen and (max-width: 768px) {
  .sec {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}
.sec--about {
  -webkit-padding-after: 11.875rem;
          padding-block-end: 11.875rem;
}
@media only screen and (max-width: 768px) {
  .sec--about {
    -webkit-padding-before: 4rem;
            padding-block-start: 4rem;
    -webkit-padding-after: 4.4375rem;
            padding-block-end: 4.4375rem;
  }
}
.sec--news {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 5.1875rem;
          padding-block-end: 5.1875rem;
}
@media only screen and (max-width: 768px) {
  .sec--news {
    -webkit-padding-before: 3.8125rem;
            padding-block-start: 3.8125rem;
    -webkit-padding-after: 2.8125rem;
            padding-block-end: 2.8125rem;
  }
}
.sec--research {
  -webkit-padding-before: 8.5625rem;
          padding-block-start: 8.5625rem;
  -webkit-padding-after: 7rem;
          padding-block-end: 7rem;
}
@media only screen and (max-width: 768px) {
  .sec--research {
    -webkit-padding-before: 5.5625rem;
            padding-block-start: 5.5625rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
  }
}

/* header ---------------------------------------- */
.header {
  width: 100%;
  padding-left: 19px;
  position: fixed;
  z-index: 150;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .header {
    padding-left: 15px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header.is-active {
  background-color: #FFFFFF;
}
.header__logo {
  padding-bottom: 0.3125rem;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    padding-bottom: 0.25rem;
  }
}
.header .logo {
  width: 11.6475rem;
}
@media only screen and (max-width: 768px) {
  .header .logo {
    width: 9rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  /* nav-utility
  ---------------------------------------- */
  /* nav-main
  ---------------------------------------- */
  /* mega-menu
  ---------------------------------------- */
}
.header__nav-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.4375rem;
}
@media only screen and (max-width: 1140px) {
  .header__nav-lists {
    display: none;
  }
}
.header__nav-utility-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding-left: 0;
  margin-right: 0.1875rem;
  list-style: none;
}
.header__nav-utility-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-utility-item--search {
  margin-right: 0.25rem;
}
.header__nav-utility-link {
  color: #113364;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.header__nav-utility-link--external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.header__nav-utility-link--external::after {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.0625rem;
}
.header__nav-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  padding-left: 0;
  list-style: none;
}
.header__nav-main-link {
  color: #020D1C;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.header__nav-main-mega-open-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding-top: 0.125rem;
  padding-left: 0;
  padding-right: 0;
  color: #020D1C;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
}
.header__nav-main-mega-open-btn::before {
  display: block;
  content: "";
  width: calc(100% - 1.5rem);
  height: 0.25rem;
  background-color: #113364;
  position: absolute;
  bottom: -0.96875rem;
  left: 0.125rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.header__nav-main-mega-open-btn::after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/nssuri/common/image/ico_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-main-mega-open-btn.is-open::before {
  opacity: 1;
}
.header__nav-main-mega-open-btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__nav-main-mega-menu {
  max-width: 73.5rem;
  width: calc(100% - 40px);
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 6px 3px 10px rgba(7, 26, 52, 0.0980392157);
          box-shadow: 6px 3px 10px rgba(7, 26, 52, 0.0980392157);
  position: absolute;
  top: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1770px) {
  .header__nav-main-mega-menu {
    left: unset;
    right: 18.375rem;
    -webkit-transform: none;
            transform: none;
  }
}
.header__nav-main-mega-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.header__nav-main-mega-inner {
  padding: 2.375rem 3.3125rem 3.5rem;
}
.header__nav-main-mega-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.125rem;
  margin-bottom: 1.75rem;
}
.header__nav-main-mega-ttl-en {
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.header__nav-main-mega-ttl-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  color: #113364;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.064em;
  font-weight: 700;
}
.header__nav-main-mega-ttl-link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_01_navy.svg);
}
.header__nav-main-mega-ttl-link::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-main-mega-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.625rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.header__nav-main-mega-item {
  width: 22.0560747664%;
}
.header__nav-main-mega-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #D7DDE0;
  color: #020D1C;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.header__nav-main-mega-link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_04_navy.svg);
}
.header__nav-main-mega-link::after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_04_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.125rem;
  right: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* main-menu
---------------------------------------- */
.main-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  background: transparent -webkit-linear-gradient(171deg, #3BACF4 0%, #113364 100%);
  background: transparent linear-gradient(279deg, #3BACF4 0%, #113364 100%);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}
.main-menu-btn.is-open {
  background: transparent;
}
.main-menu-btn__container, .main-menu-btn__icon {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-menu-btn__container {
  width: 2rem;
  height: 2.4375rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__container {
    width: 1.5rem;
  }
}
.main-menu-btn__container.is-active .main-menu-btn__icon:nth-child(1) {
  -webkit-transform: translateY(0.375rem) rotate(-45deg);
          transform: translateY(0.375rem) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__container.is-active .main-menu-btn__icon:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(-45deg);
            transform: translateY(0.5rem) rotate(-45deg);
  }
}
.main-menu-btn__container.is-active .main-menu-btn__icon:nth-child(2) {
  opacity: 0;
}
.main-menu-btn__container.is-active .main-menu-btn__icon:nth-child(3) {
  -webkit-transform: translateY(-0.875rem) rotate(45deg);
          transform: translateY(-0.875rem) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__container.is-active .main-menu-btn__icon:nth-child(3) {
    -webkit-transform: translateY(-0.375rem) rotate(45deg);
            transform: translateY(-0.375rem) rotate(45deg);
  }
}
.main-menu-btn__icon {
  width: 100%;
  height: 0.125rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__icon {
    width: calc(100% + 0.25rem);
    height: 0.0625rem;
  }
}
.main-menu-btn__icon:nth-child(1) {
  top: 0.0625rem;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__icon:nth-child(1) {
    top: 0.25rem;
  }
}
.main-menu-btn__icon:nth-child(2) {
  top: 0.6875rem;
}
.main-menu-btn__icon:nth-child(3) {
  bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__icon:nth-child(3) {
    bottom: 1.25rem;
  }
}
.main-menu-btn__text {
  position: absolute;
  left: -0.125rem;
  bottom: -0.4375rem;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .main-menu-btn__text {
    left: 0;
    bottom: 0.125rem;
    font-size: 0.5625rem;
  }
}

.main-menu {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url(/nssuri/common/image/bg_main-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  .main-menu {
    background-image: url(/nssuri/common/image/bg_main-menu_sp.svg);
  }
}
.main-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: scroll;
}
@media only screen and (max-width: 768px) {
  .main-menu.is-open {
    min-height: initial;
  }
}
.main-menu .header__logo {
  padding-top: 1rem;
  padding-left: 1.1875rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .main-menu .header__logo {
    padding-top: 0;
    padding-left: 0.9375rem;
  }
}
.main-menu .header__logo-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu .header__logo .logo path {
  fill: #FFFFFF;
}
.main-menu__inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-padding-before: 5.75rem;
          padding-block-start: 5.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1367px) {
  .main-menu__inner {
    padding-left: min(1.4641288433vw, 4.6875rem);
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1100px) {
  .main-menu__inner {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__inner {
    max-width: unset;
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-menu__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4.3125rem;
     -moz-column-gap: 4.3125rem;
          column-gap: 4.3125rem;
  margin-bottom: 5.4375rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu__lists {
    -webkit-column-gap: min(5.0512445095vw, 5.0625rem);
       -moz-column-gap: min(5.0512445095vw, 5.0625rem);
            column-gap: min(5.0512445095vw, 5.0625rem);
    margin-bottom: min(6.3689604685vw, 6.375rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.main-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 1367px) {
  .main-menu__list {
    row-gap: min(1.1713030747vw, 1.1875rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__list {
    row-gap: 0;
  }
}
.main-menu__list--second {
  row-gap: 1.0625rem;
  margin-top: 1.0625rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu__list--second {
    row-gap: min(1.2445095168vw, 1.25rem);
    margin-top: min(1.2445095168vw, 1.25rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__list--second {
    row-gap: 0;
    margin-top: 0;
  }
}
.main-menu__list--utility {
  row-gap: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .main-menu__list--utility {
    row-gap: 0;
    margin-top: 5.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__list--utility .main-menu__item {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__list--utility .main-menu__item:last-child .main-menu__link--utility::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__list--toggle .main-menu__link::after {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/nssuri/common/image/ico_accordion_open_01.svg);
  }
  .main-menu__list--toggle .main-menu__link.is-open::after {
    background-image: url(/nssuri/common/image/ico_accordion_close_01.svg);
  }
  .main-menu__list--toggle .main-menu__item--second {
    border-bottom: none;
  }
  .main-menu__list--toggle .main-menu__list--second {
    display: none;
    padding-top: 0.625rem;
    padding-left: 0.8125rem;
    padding-bottom: 1.0625rem;
    border-top: 1px solid rgba(171, 181, 186, 0.4);
    background-color: rgba(2, 13, 28, 0.3);
  }
  .main-menu__list--toggle .main-menu__link.main-menu__link--second {
    padding-top: 0.5625rem;
    padding-bottom: 0.4375rem;
    border-bottom: none;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__item {
    border-bottom: 1px solid rgba(171, 181, 186, 0.4);
  }
}
.main-menu__link {
  color: #FFFFFF;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.main-menu__link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1367px) {
  .main-menu__link {
    font-size: 1.0980966325vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
    letter-spacing: 0.12em;
    position: relative;
  }
  .main-menu__link::after {
    display: block;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/nssuri/common/image/ico_arrow_circle_main-menu_01_sp_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.main-menu__link--second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media only screen and (min-width: 1367px) {
  .main-menu__link--second {
    font-size: min(1.0248901903vw, 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link--second {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-menu__link--second::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.0625rem;
  background-color: #FFFFFF;
  position: relative;
  top: 0.625rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu__link--second::before {
    width: min(0.439238653vw, 0.4375rem);
    height: min(0.0732064422vw, 0.125rem);
    top: 0.6588579795vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link--second::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link--second::after {
    display: none;
  }
}
.main-menu__link--utility {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 1367px) {
  .main-menu__link--utility {
    font-size: min(1.0248901903vw, 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link--utility {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
    font-size: 0.6875rem;
  }
}
.main-menu__link--external::after {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/nssuri/common/image/ico_external_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.25rem;
  left: 0.6875rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu__link--external::after {
    width: min(1.317715959vw, 1.3125rem);
    height: min(1.317715959vw, 1.3125rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu__link--external::after {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.0625rem;
    left: 0.4375rem;
  }
}

/* search-box
---------------------------------------- */
.search-box {
  width: 19.1875rem;
}
.search-box .gsc-input-box {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-box form.gsc-search-box {
  border: 1px solid #C5CBCE;
  border-radius: 50px;
  margin-bottom: 0;
  background-color: #FFFFFF;
}
.search-box table.gsc-search-box {
  margin-bottom: 0;
}
.search-box table.gsc-search-box td.gsib_a {
  padding: 4px 9px 5px 17px;
}
.search-box .gsc-search-button {
  background-color: transparent;
}
.search-box .gsc-search-button:hover {
  background-color: transparent;
}
.search-box button.gsc-search-button {
  padding: 0.4375rem;
  position: relative;
}
.search-box button.gsc-search-button::before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_search_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-box .gsc-search-button-v2 {
  border: none;
}
.search-box .gsc-input {
  height: auto !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}
.search-box .gsc-input::-webkit-input-placeholder {
  color: #ABB5BA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -0.0625rem;
}
.search-box .gsc-input::-moz-placeholder {
  color: #ABB5BA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -0.0625rem;
}
.search-box .gsc-input:-ms-input-placeholder {
  color: #ABB5BA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -0.0625rem;
}
.search-box .gsc-input::-ms-input-placeholder {
  color: #ABB5BA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -0.0625rem;
}
.search-box .gsc-input::placeholder {
  color: #ABB5BA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  top: -0.0625rem;
}

.main-menu .search-box {
  width: 23.9375rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu .search-box {
    width: min(28.0380673499vw, 28.0625rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu .search-box {
    width: 19.1875rem;
    margin-left: 16px;
    position: relative;
    top: -10.3125rem;
  }
}
.main-menu .search-box button.gsc-search-button::before {
  width: 1.875rem;
  height: 1.875rem;
  right: 0.8125rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu .search-box button.gsc-search-button::before {
    width: min(2.196193265vw, 2.25rem);
    height: min(2.196193265vw, 2.25rem);
    right: min(0.7320644217vw, 0.75rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu .search-box button.gsc-search-button::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.main-menu table.gsc-search-box td.gsib_a {
  padding: 5px 9px 7px 20px;
}
@media only screen and (min-width: 1367px) {
  .main-menu table.gsc-search-box td.gsib_a {
    padding-top: min(0.5856515373vw, 0.625rem);
    padding-left: min(1.2445095168vw, 1.25rem);
    padding-right: min(0.6588579795vw, 0.6875rem);
    padding-bottom: min(0.6588579795vw, 0.6875rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu table.gsc-search-box td.gsib_a {
    padding: 3px 9px 5px 15px;
  }
}
.main-menu .gsc-input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu .gsc-input {
    font-size: min(1.1713030747vw, 1.1875rem);
  }
}
.main-menu .gsc-input::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.main-menu .gsc-input::-moz-placeholder {
  font-size: 0.875rem;
}
.main-menu .gsc-input:-ms-input-placeholder {
  font-size: 0.875rem;
}
.main-menu .gsc-input::-ms-input-placeholder {
  font-size: 0.875rem;
}
.main-menu .gsc-input::placeholder {
  font-size: 0.875rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu .gsc-input::-webkit-input-placeholder {
    font-size: min(1.0248901903vw, 1rem);
  }
  .main-menu .gsc-input::-moz-placeholder {
    font-size: min(1.0248901903vw, 1rem);
  }
  .main-menu .gsc-input:-ms-input-placeholder {
    font-size: min(1.0248901903vw, 1rem);
  }
  .main-menu .gsc-input::-ms-input-placeholder {
    font-size: min(1.0248901903vw, 1rem);
  }
  .main-menu .gsc-input::placeholder {
    font-size: min(1.0248901903vw, 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .main-menu .gsc-input::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .main-menu .gsc-input::-moz-placeholder {
    font-size: 0.75rem;
  }
  .main-menu .gsc-input:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .main-menu .gsc-input::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .main-menu .gsc-input::placeholder {
    font-size: 0.75rem;
  }
}
.main-menu .gsib_b {
  position: relative;
  left: -0.6875rem;
}
@media only screen and (min-width: 1367px) {
  .main-menu .gsib_b {
    left: -0.8052708638vw;
  }
}

/* footer
---------------------------------------- */
.footer {
  -webkit-padding-before: 4.8125rem;
          padding-block-start: 4.8125rem;
  -webkit-padding-after: 1.4375rem;
          padding-block-end: 1.4375rem;
  background-color: #113364;
}
@media only screen and (max-width: 768px) {
  .footer {
    -webkit-padding-before: 0.1875rem;
            padding-block-start: 0.1875rem;
  }
}
.footer__inner {
  max-width: 75rem;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding-bottom: 2.5625rem;
  border-bottom: 1px solid #D7DDE0;
  margin-bottom: 0.4375rem;
}
@media only screen and (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.0625rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logos {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #D7DDE0;
  }
}
.footer__logo {
  margin-top: 0.375rem;
  margin-bottom: 3.625rem;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 1.6875rem;
  }
}
.footer__logo-link {
  display: block;
  width: 11.25rem;
}
@media only screen and (max-width: 768px) {
  .footer__logo-link {
    width: 9rem;
  }
}
.footer__utility-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .footer__utility-list {
    row-gap: 0;
  }
}
.footer__utility-link {
  color: #FFFFFF;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.footer__utility-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer__utility-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
    font-size: 0.6875rem;
  }
}
.footer__utility-link--external::after {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/nssuri/common/image/ico_external_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.25rem;
  left: 0.6875rem;
}
@media only screen and (max-width: 768px) {
  .footer__utility-link--external::after {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.1875rem;
    left: 0.4375rem;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  margin-bottom: 5.4375rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footer__nav-list {
    row-gap: 0;
  }
}
.footer__nav-list--second {
  row-gap: 1.0625rem;
  margin-top: 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav-list--second {
    display: none;
    padding-top: 0.625rem;
    padding-left: 0.8125rem;
    padding-bottom: 1.0625rem;
    border-top: 1px solid rgba(171, 181, 186, 0.4);
    background-color: rgba(2, 13, 28, 0.3);
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav-list--toggle .footer__nav-link::after {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/nssuri/common/image/ico_accordion_open_01.svg);
  }
  .footer__nav-list--toggle .footer__nav-link.is-open::after {
    background-image: url(/nssuri/common/image/ico_accordion_close_01.svg);
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav-item {
    border-bottom: 1px solid rgba(171, 181, 186, 0.4);
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav-item--second {
    border-bottom: none;
  }
}
.footer__nav-link {
  color: #FFFFFF;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.footer__nav-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer__nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0.875rem;
    padding-bottom: 1rem;
    letter-spacing: 0.12em;
    position: relative;
  }
  .footer__nav-link::after {
    display: block;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/nssuri/common/image/ico_arrow_circle_main-menu_01_sp_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.footer__nav-link--second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .footer__nav-link--second {
    padding-top: 0.5625rem;
    padding-bottom: 0.4375rem;
    border-bottom: none;
    letter-spacing: 0.02em;
  }
}
.footer__nav-link--second::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.0625rem;
  background-color: #FFFFFF;
  position: relative;
  top: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav-link--second::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer__nav-link--second::after {
    display: none;
  }
}
.footer__copyright {
  color: #D7DDE0;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.625rem;
  }
}

/* component ---------------------------------------- */
/* breadcrumb
---------------------------------------- */
.breadcrumb {
  max-width: 75rem;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 0.375rem;
  padding-top: 0.875rem;
  padding-left: 0;
  padding-bottom: 0.875rem;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__list {
    padding-top: 0.6875rem;
    padding-bottom: 0.375rem;
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
  }
}
.breadcrumb__item {
  color: #797D81;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1.5384615385;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 0.625rem;
  }
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item::after {
  display: inline-block;
  content: url(/nssuri/common/image/icon_bredcrumb-arrow_01.svg);
  position: absolute;
  top: calc(50% + 2px);
  right: -1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .breadcrumb__item::after {
    content: url(/nssuri/common/image/icon_bredcrumb-arrow_01_sp.svg);
    right: -1.3125rem;
  }
}
.breadcrumb__item:last-child a {
  color: #020D1C;
}
.breadcrumb__link {
  color: #797D81;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.breadcrumb__link:hover {
  color: #113364;
}
.breadcrumb__link:hover .breadcrumb__figure path {
  fill: #113364;
}
.breadcrumb__figure {
  max-width: 1.25rem;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__figure {
    max-width: 1rem;
  }
}
.breadcrumb__figure path {
  fill: #ABB5BA;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ttl
---------------------------------------- */
.ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5.25rem;
  font-weight: 700;
}
.ttl--primary__en {
  margin-bottom: 0.5625rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ttl--primary__en {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
.ttl--primary__ja {
  color: #113364;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.064em;
}
@media only screen and (max-width: 768px) {
  .ttl--primary__ja {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.ttl--secondary__en {
  margin-bottom: 0.3125rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .ttl--secondary__en {
    font-size: 1.625rem;
    margin-bottom: 0.4375rem;
  }
}
.ttl--secondary__ja {
  padding-left: 0.125rem;
  color: #113364;
  font-size: 1.125rem;
  letter-spacing: 0.05936em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ttl--secondary__ja {
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.ttl--tertiary {
  margin-bottom: 0;
  color: #113364;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: center;
}
.ttl--tertiary::after {
  display: block;
  content: "";
  width: 64px;
  height: 8px;
  margin-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-linear-gradient(5deg, rgba(17, 119, 191, 0.18) 0%, rgba(17, 119, 191, 0.53) 100%);
  background: linear-gradient(85deg, rgba(17, 119, 191, 0.18) 0%, rgba(17, 119, 191, 0.53) 100%);
}
@media only screen and (max-width: 768px) {
  .ttl--tertiary::after {
    width: 48px;
    height: 6px;
    margin-top: 0.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .ttl--tertiary {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.ttl--cta__en {
  margin-bottom: 0.625rem;
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .ttl--cta__en {
    font-size: 1.75rem;
  }
}
.ttl--cta__ja {
  padding-left: 0.125rem;
  color: #113364;
  font-size: 1.125rem;
  letter-spacing: 0.05936em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ttl--cta__ja {
    font-size: 0.875rem;
  }
}

.subheading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .subheading-wrapper {
    margin-bottom: 1.375rem;
  }
}

.subheading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #113364;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .subheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: unset;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 768px) {
  .subheading span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFFFF;
    line-height: 1.15;
  }
  .subheading span + span {
    margin-top: 0.375rem;
  }
}

/* text
---------------------------------------- */
.annotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .annotation {
    font-size: 0.75rem;
    letter-spacing: 0em;
  }
}

/* link
---------------------------------------- */
.link {
  color: #113364;
}
.link--underline {
  text-decoration: underline;
}
.link--underline:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .link {
    font-size: 0.875rem;
  }
}
.link--external {
  display: block;
  color: #113364;
  text-decoration: underline;
  word-break: break-all;
}
.link--external:hover {
  text-decoration: none;
}
.link--external::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 7px;
  background-image: url(/female_project/common/image/icon_external-link_01_navy.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  position: relative;
  top: 5px;
}

/* tab
---------------------------------------- */
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
.tab__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab__ttl {
  display: none;
  row-gap: 0.8125rem;
  margin-bottom: 2.8125rem;
}
.tab__ttl__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .tab__ttl__en {
    font-size: 3rem;
  }
}
.tab__ttl__ja {
  color: #113364;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.064em;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .tab__ttl__ja {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}
.tab__action {
  display: none;
}
.tab__action-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-left: 0.25rem;
  color: #113364;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .tab__action-link {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    padding-left: 0;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.tab__action-link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_03_white.svg);
}
.tab__action-link:hover .tab__action-summary::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.tab__action-link::after {
  display: block;
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_03_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .tab__action-link::after {
    width: 3rem;
    height: 3rem;
    background-image: url(/nssuri/common/image/ico_arrow_circle_07_navy.svg);
    top: 0.25rem;
  }
}
.tab__action-summary {
  position: relative;
}
.tab__action-summary::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #113364;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .tab__action-summary::before {
    bottom: -0.375rem;
  }
}
.tab__btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  padding-left: 0;
  margin-bottom: 2.6875rem;
  list-style: none;
}
.tab__btn {
  display: inline-block;
  padding: 0.0625rem 0.8125rem 0.125rem 0.9375rem;
  border: 1px solid #113364;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #113364;
  font-size: 0.9375rem;
  letter-spacing: 0.05936em;
  font-weight: 700;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab__btn:hover {
  background-color: #113364;
  color: #FFFFFF;
}
.tab__btn.is-active {
  background-color: #113364;
  color: #FFFFFF;
}
.tab__list-container.nssu li.ss, .tab__list-container.nssu li.osc, .tab__list-container.nssu li.cph {
  display: none;
}
.tab__list-container.ss li.nssu, .tab__list-container.ss li.osc, .tab__list-container.ss li.cph {
  display: none;
}
.tab__list-container.osc li.nssu, .tab__list-container.osc li.ss, .tab__list-container.osc li.cph {
  display: none;
}
.tab__list-container.cph li.nssu, .tab__list-container.cph li.ss, .tab__list-container.cph li.osc {
  display: none;
}
.tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.tab__item {
  width: 100%;
}
.tab__item:last-child .tab__link {
  border-bottom: 1px solid #C5CBCE;
}
.tab__item.none {
  display: none;
}
.tab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  padding-top: 2.1875rem;
  padding-bottom: 1.625rem;
  border-top: 1px solid #C5CBCE;
  color: #020D1C;
  letter-spacing: 0.05936em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .tab__link {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
    row-gap: 0.375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.125rem;
  }
}
.tab a.tab__link .tab__summary {
  color: #113364;
  text-decoration: underline;
}
.tab__date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #113364;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .tab__date {
    font-size: 0.8125rem;
    letter-spacing: 0.05936em;
  }
}
.tab__cat {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0.25rem 0.875rem 0.3125rem 0.875rem;
  border: 1px solid #113364;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #113364;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  top: -0.25rem;
}
@media only screen and (max-width: 768px) {
  .tab__cat {
    padding: 0.1875rem 0.625rem 0.25rem 0.6875rem;
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
}
.tab__summary {
  position: relative;
  top: -0.1875rem;
}
@media only screen and (max-width: 768px) {
  .tab__summary {
    font-size: 0.875rem;
    line-height: 1.40625rem;
    letter-spacing: 0;
  }
}
.tab__summary--external::after {
  display: inline-block;
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-left: 0.375rem;
  top: 0.1875rem;
}
@media only screen and (max-width: 768px) {
  .tab__summary--external::after {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.375rem;
  }
}
.tab__summary--pdf::after {
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.3125rem;
  background-image: url(/nssuri/common/image/ico_pdf_news_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .tab__summary--pdf::after {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.375rem;
    top: 0.25rem;
  }
}

#top .tab__action.nssu, #top .tab__action.ss, #top .tab__action.osc, #top .tab__action.cph {
  display: none !important;
}

#nssu .tab__action.nssuri, #nssu .tab__action.ss, #nssu .tab__action.osc, #nssu .tab__action.cph {
  display: none !important;
}

#ss .tab__action.nssuri, #ss .tab__action.nssu, #ss .tab__action.osc, #ss .tab__action.cph {
  display: none !important;
}

#osc .tab__action.nssuri, #osc .tab__action.nssu, #osc .tab__action.ss, #osc .tab__action.cph {
  display: none !important;
}

#cph .tab__action.nssuri, #cph .tab__action.nssu, #cph .tab__action.ss, #cph .tab__action.osc {
  display: none !important;
}

#top .tab__btn.all {
  background-color: #113364;
  color: #FFFFFF;
}

#news .tab__btn.all {
  background-color: #113364;
  color: #FFFFFF;
}

#news-nssu .tab__btn.nssu {
  background-color: #113364;
  color: #FFFFFF;
}

#ss-news .tab__btn.ss {
  background-color: #113364;
  color: #FFFFFF;
}

#osc-news .tab__btn.osc {
  background-color: #113364;
  color: #FFFFFF;
}

#cph-news .tab__btn.cph {
  background-color: #113364;
  color: #FFFFFF;
}

/* btn
---------------------------------------- */
.btn-container--left {
  text-align: left;
}
.btn-container--right {
  text-align: right;
}

.btn {
  display: inline-block;
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05936em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.btn:hover::before {
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.btn::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #113364;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: background-size 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: background-size 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-size 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-size 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.btn--circle, .btn--arrow {
  margin-right: 82px;
  -webkit-transition: background-size 0.3s, background-color 0.3s;
  transition: background-size 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn--circle, .btn--arrow {
    margin-right: 61px;
  }
}
.btn--circle:hover::after, .btn--arrow:hover::after {
  background-color: #FFFFFF;
  background-image: url(/female_project/common/image/icon_arrrow_02_navy.svg);
}
.btn--circle::after, .btn--arrow::after {
  display: inline-block;
  content: "";
  width: 64px;
  height: 64px;
  border: 1px solid #113364;
  border-radius: 6.25rem;
  background-color: #113364;
  background-image: url(/female_project/common/image/icon_arrrow_02_white.svg);
  background-repeat: no-repeat;
  background-size: 29px 8px;
  background-position: center;
  position: absolute;
  top: calc(50% + 2px);
  right: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-size 0.3s, background-color 0.3s;
  transition: background-size 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn--circle::after, .btn--arrow::after {
    width: 48px;
    height: 48px;
    background-size: 16px 5px;
    right: -61px;
  }
}
.btn--circle.btn--circle--white:hover::after {
  background-color: #113364;
  background-image: url(/female_project/common/image/icon_arrrow_02_white.svg);
}
.btn--circle.btn--circle--white::after {
  background-color: #FFFFFF;
  background-image: url(/female_project/common/image/icon_arrrow_02_navy.svg);
}
.btn--arrow {
  margin-right: 66px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .btn--arrow {
    margin-right: 23px;
    font-size: 0.75rem;
  }
}
.btn--arrow:hover::after {
  background-color: transparent;
}
.btn--arrow::after {
  border: none;
  background-color: transparent;
  background-image: url(/female_project/common/image/icon_arrrow_02_navy.svg);
  top: 50%;
  right: -67px;
}
@media only screen and (max-width: 768px) {
  .btn--arrow::after {
    right: -42px;
  }
}

.btn-rounded {
  display: block;
  max-width: 369px;
  width: 100%;
  border: 1px solid #113364;
  background-color: #FFFFFF;
  border-radius: 100px;
  color: #113364;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn-rounded {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.btn-rounded:hover {
  background-color: #113364;
  color: #FFFFFF;
}
.btn-rounded--pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 16px 21px 19px 20px;
}
@media only screen and (max-width: 768px) {
  .btn-rounded--pdf {
    padding: 12px 38px 14px 20px;
  }
}
.btn-rounded--pdf:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-rounded--pdf:hover::after {
  background-image: url(/female_project/common/image/ico_pdf_01_white.svg);
}
.btn-rounded--pdf::after {
  display: inline-block;
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(/female_project/common/image/ico_pdf_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: calc(50% + 1px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-rounded--pdf::after {
    right: 33px;
  }
}
.btn-rounded--external {
  padding: 16px 21px 19px 20px;
  background-color: #113364;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .btn-rounded--external {
    padding: 12px 38px 14px 38px;
  }
}
.btn-rounded--external:hover {
  background-color: #FFFFFF;
  color: #113364;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-rounded--external:hover::after {
  background-image: url(/female_project/common/image/icon_external-link_02_navy.svg);
}
.btn-rounded--external::after {
  display: inline-block;
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(/female_project/common/image/icon_external-link_02_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: calc(50% + 1px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-rounded--external::after {
    right: 34px;
  }
}
.btn-rounded--arrow {
  padding: 16px 21px 19px 20px;
  background-color: #113364;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .btn-rounded--arrow {
    padding: 12px 38px 14px 38px;
  }
}
.btn-rounded--arrow:hover {
  background-color: #FFFFFF;
  color: #113364;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-rounded--arrow:hover::after {
  background-image: url(/female_project/common/image/icon_arrrow_03_navy.svg);
}
.btn-rounded--arrow::after {
  display: inline-block;
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url(/female_project/common/image/icon_arrrow_03_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: calc(50% + 1px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-rounded--arrow::after {
    background-image: url(/female_project/common/image/icon_arrrow_02_white.svg);
    background-size: 16px 5px;
    right: 34px;
  }
}

/* list
---------------------------------------- */
.list {
  padding-left: 0;
  margin-block: 3.875rem;
  border-top: 1px solid #EAF0F4;
  border-bottom: 1px solid #EAF0F4;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .list {
    margin-block: 2.5rem;
  }
}
.list__item + .list__item {
  border-top: 1px solid #EAF0F4;
}
.list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-left: 14px;
  padding-bottom: 1.4375rem;
  color: #020D1C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05936em;
  -webkit-transition: background-size 0.3s, background-color 0.3s;
  transition: background-size 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .list__link {
    padding-top: 0.875rem;
    padding-left: 0;
    padding-bottom: 1.25rem;
  }
}
.list__link:hover {
  color: #FFFFFF;
  background-color: #113364;
}
.list__link:hover .list__num {
  color: #FFFFFF;
}
.list__link:hover::after {
  background-image: url(/female_project/common/image/icon_arrrow_02_white.svg);
}
.list__link::after {
  display: inline-block;
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(/female_project/common/image/icon_arrrow_02_navy.svg);
  background-repeat: no-repeat;
  background-size: 29px 8px;
  background-position: center;
  position: relative;
  top: 3px;
  -webkit-transition: background-size 0.3s, background-color 0.3s;
  transition: background-size 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 768px) {
  .list__link::after {
    width: 20px;
    height: 20px;
    background-size: 16px 5px;
  }
}
.list__num {
  display: inline-block;
  width: 2em;
  margin-right: 3px;
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-style: italic;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .list__num {
    width: 1em;
    margin-right: 1.0625rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .list__copy {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.news-list {
  padding-left: 0;
  border-top: 1px solid #EAF0F4;
  border-bottom: 1px solid #EAF0F4;
  list-style: none;
}
.news-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .news-list__item {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    row-gap: 0.125rem;
    padding-top: 1.125rem;
    padding-bottom: 1.3125rem;
  }
}
.news-list__item + .news-list__item {
  border-top: 1px solid #EAF0F4;
}
.news-list__date {
  color: #C5CBCE;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.53125;
}
@media only screen and (max-width: 768px) {
  .news-list__date {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.news-list__cat {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  min-width: 108px;
  padding: 2px 10px;
  border-radius: 3.125rem;
  background-color: #113364;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .news-list__cat {
    min-width: 4.375rem;
    padding: 1px 10px 2px;
    font-size: 0.6875rem;
  }
}
.news-list__copy {
  width: 70%;
  color: #020D1C;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-list__copy {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.news-list__copy--external .news-list__link {
  /*display: flex;
  column-gap: 11px;*/
  color: #113364;
  text-decoration: underline;
}
.news-list__copy--external .news-list__link:hover {
  text-decoration: none;
}
.news-list__copy--external .news-list__link::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url(/female_project/common/image/icon_external-link_01_navy.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  position: relative;
  top: 5px;
}

/* card
---------------------------------------- */
.card {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.card:hover .card__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .card:hover .card__image {
    -webkit-transform: none;
            transform: none;
  }
}
.card:hover .btn::before {
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media only screen and (max-width: 768px) {
  .card:hover .btn::before {
    -webkit-transform: none;
            transform: none;
  }
}
.card .btn {
  margin-right: 66px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .card .btn {
    margin-right: 2.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .card .btn::after {
    right: -47px;
  }
}
.card__content {
  width: 360px;
  padding-bottom: 4.125rem;
  background-color: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 6px 6px 16px rgba(2, 13, 28, 0.07);
          box-shadow: 6px 6px 16px rgba(2, 13, 28, 0.07);
}
@media only screen and (max-width: 768px) {
  .card__content {
    width: 17.5rem;
    padding-bottom: 3.4375rem;
  }
}
.card__header {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .card__header {
    margin-bottom: 1.1875rem;
  }
}
.card__figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .card__figure {
    aspect-ratio: 280/187;
  }
}
.card__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card__body {
  padding: 0 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .card__body {
    padding: 0 1rem;
  }
}
.card__ttl {
  display: inline-block;
  padding: 5px 24px 5px 17px;
  margin-bottom: 0.5625rem;
  background-color: #113364;
  border-radius: 1.125rem;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05936em;
}
@media only screen and (max-width: 768px) {
  .card__ttl {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.8125rem 0.1875rem 0.625rem;
    letter-spacing: 0;
    vertical-align: top;
  }
}
.card__sub-ttl {
  color: #020D1C;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05936em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .card__sub-ttl {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.card__num-ttl {
  line-height: 1.25;
}
.card__num-ttl--number {
  padding-left: 1px;
  margin-right: 0.875rem;
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .card__num-ttl--number {
    font-size: 1.625rem;
  }
}
.card__num-ttl--main {
  color: #020D1C;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01936em;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  .card__num-ttl--main {
    font-size: 1rem;
  }
}
.card__summary {
  color: #020D1C;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .card__summary {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.card__footer {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.card-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 24px rgba(2, 13, 28, 0.16);
          box-shadow: 0px 3px 24px rgba(2, 13, 28, 0.16);
}
@media only screen and (max-width: 768px) {
  .card-banner {
    max-width: 21.4375rem;
  }
}
.card-banner:hover .card-banner__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-banner:hover .btn::before {
  width: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.card-banner .btn {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .card-banner .btn {
    font-size: 0.625rem;
  }
}
.card-banner__figure {
  width: 36%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .card-banner__figure {
    width: 35%;
  }
}
.card-banner__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-banner__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64%;
  padding: 70px 2px 22px 32px;
}
@media only screen and (max-width: 768px) {
  .card-banner__copy {
    padding: 42px 12px 14px 16px;
  }
}
.card-banner__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-banner__en {
  color: #020D1C;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .card-banner__en {
    font-size: 1rem;
  }
}
.card-banner__ja {
  color: #113364;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.01936em;
  line-height: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .card-banner__ja {
    font-size: 0.75rem;
    letter-spacing: 0.05936em;
    line-height: 1.75;
  }
}

.card-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
@media only screen and (max-width: 768px) {
  .card-figure .btn-rounded {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .card-figure {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.card-figure .btn-container {
  margin-top: 2.125rem;
}
@media only screen and (max-width: 768px) {
  .card-figure .btn-container {
    margin-top: 1.375rem;
  }
}
.card-figure__image {
  max-width: 260px;
  width: 27.0833333333%;
}
@media only screen and (max-width: 768px) {
  .card-figure__image {
    max-width: 52.4781341108%;
    width: 100%;
  }
}
.card-figure__summary {
  max-width: 644px;
  width: 67.0833333333%;
  padding-top: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .card-figure__summary {
    padding-top: 0;
    max-width: 600px;
    width: 100%;
  }
}
.card-figure__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01936em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .card-figure__ttl {
    font-size: 1rem;
    letter-spacing: -0.017em;
    line-height: 1.1875;
  }
}
.card-figure .card-figure__copy {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .card-figure .card-figure__copy {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

/* box
---------------------------------------- */
.box {
  padding: 48px;
  margin-top: 2rem;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 768px) {
  .box {
    padding: 32px;
    margin-top: 1.4375rem;
  }
}
.box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.4375rem;
  }
}
.box__summary {
  width: 57.8313253012%;
}
@media only screen and (max-width: 768px) {
  .box__summary {
    width: 100%;
  }
}
.box__heading {
  font-size: 0;
}
.box__heading--cat {
  display: inline-block;
  padding: 0.0625rem 0.8125rem 0.1875rem 0.625rem;
  background-color: #113364;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6153846154;
}
@media only screen and (max-width: 768px) {
  .box__heading--cat {
    padding: 0 0.5625rem 0.0625rem 0.4375rem;
    font-size: 0.6875rem;
    line-height: 1.9090909091;
  }
}
.box__heading--ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9090909091;
}
@media only screen and (max-width: 768px) {
  .box__heading--ttl {
    font-size: 1.125rem;
    line-height: 2.3333333333;
    position: relative;
    top: -3px;
  }
}
.box__heading--en {
  margin-left: 14px;
  color: #113364;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.box__copy p {
  margin-top: 0.75rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .box__copy p {
    margin-top: 0.3125rem;
    line-height: 1.85;
  }
}
.box__figure {
  max-width: 240px;
  width: 36.1445783133%;
}
@media only screen and (max-width: 768px) {
  .box__figure {
    max-width: 300px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* column-list
---------------------------------------- */
.column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .column-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.column-list li.column-list__item {
  padding-left: 0;
}
.column-list li.column-list__item::before {
  display: none;
}
.column-list__item {
  width: calc((100% - 80px) / 3);
}
@media only screen and (max-width: 768px) {
  .column-list__item {
    width: 100%;
  }
}
.column-list .column-list__item + .column-list__item {
  margin-top: 0;
}
.column-list__link {
  color: #020D1C;
}
.column-list__link:hover .column-list__figure {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.column-list__link:hover .column-list__actions::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.column-list__link:hover .column-list__actions::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_btn_01_navy.svg);
}
.column-list__aside {
  margin-bottom: 1.125rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .column-list__aside {
    margin-bottom: 0.8125rem;
  }
}
.column-list__figure {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-list__header {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .column-list__header {
    margin-bottom: 0.4375rem;
  }
}
.column-list__cat {
  display: inline-block;
  padding: 0.1875rem 0.75rem 0.25rem 0.75rem;
  margin-right: 0.3125rem;
  background-color: #113364;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 0.75rem;
  letter-spacing: 0.05936em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .column-list__cat {
    margin-right: 0.4375rem;
    font-size: 0.6875rem;
  }
}
.column-list__date {
  color: #113364;
  font-size: 0.875rem;
  letter-spacing: 0.05936em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .column-list__date {
    font-size: 0.8125rem;
  }
}
.column-list__ttl {
  margin-top: 0.4375rem;
  font-size: 1.0625rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .column-list__ttl {
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
  }
}
.column-list__body {
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 768px) {
  .column-list__body {
    margin-bottom: 0;
  }
}
.column-list p.column-list__copy {
  margin-top: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05936em;
  line-height: 1.7466666667;
}
@media only screen and (max-width: 768px) {
  .column-list p.column-list__copy {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.column-list__footer {
  text-align: right;
}
.column-list__actions {
  display: inline;
  color: #113364;
  font-size: 0.9375rem;
  line-height: 2.75;
  letter-spacing: 0.05936em;
  font-weight: 500;
  position: relative;
  right: 2.8125rem;
}
@media only screen and (max-width: 768px) {
  .column-list__actions {
    font-size: 0.875rem;
    line-height: 2;
    top: -0.0625rem;
    right: 1.9375rem;
  }
}
.column-list__actions::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #113364;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column-list__actions::after {
  display: inline-block;
  content: "";
  width: 2.0625rem;
  height: 2.0625rem;
  margin: 0rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_btn_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -0.1875rem;
  right: -2.8125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .column-list__actions::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.0625rem;
    right: -1.9375rem;
  }
}

/* local-nav
---------------------------------------- */
.local-nav {
  background: -webkit-linear-gradient(351deg, #FFFFFF 0%, #C5DAF2 100%);
  background: linear-gradient(99deg, #FFFFFF 0%, #C5DAF2 100%);
}
.local-nav-menu {
  max-width: 69.375rem;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .local-nav-menu {
    width: 100%;
  }
}
.local-nav-inner {
  padding: 3.875rem 20px 4.9375rem;
}
@media only screen and (max-width: 768px) {
  .local-nav-inner {
    padding: 2.375rem 16px 2.9375rem;
  }
}
.local-nav-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.125rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .local-nav-ttl {
    row-gap: 0.0625rem;
    margin-bottom: 1.3125rem;
  }
}
.local-nav-ttl-en {
  color: #113364;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.local-nav-ttl-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
  color: #113364;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.064em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .local-nav-ttl-link {
    font-size: 1.25rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.local-nav-ttl-link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_local-nav_01_navy.svg);
}
.local-nav-ttl-link::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_local-nav_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .local-nav-ttl-link::after {
    position: relative;
    top: 0.0625rem;
  }
}
.local-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.625rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .local-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}
.local-nav-item {
  width: 22.0560747664%;
}
@media only screen and (max-width: 1100px) {
  .local-nav-item {
    width: calc((100% - 120px) / 4);
  }
}
@media only screen and (max-width: 768px) {
  .local-nav-item {
    width: 100%;
  }
}
.local-nav-item:first-child .local-nav-link {
  padding-top: 0;
}
.local-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid rgba(17, 51, 100, 0.3);
  color: #113364;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .local-nav-link {
    padding-top: 0.8125rem;
    padding-bottom: 1.0625rem;
    letter-spacing: 0.12em;
  }
}
.local-nav-link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_local-nav_02_navy.svg);
}
.local-nav-link::after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_local-nav_02_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.125rem;
  right: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .local-nav-link::after {
    top: 0.0625rem;
    left: 0;
  }
}

/* content ttl
---------------------------------------- */
.content-ttl--top {
  font-size: 0;
}
.content-ttl--top + .content-figure {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .content-ttl--top + .content-figure {
    margin-top: 1.3125rem;
  }
}
.content-ttl--top__cat {
  display: inline-block;
  padding: 0.3125rem 1.375rem 0.4375rem 1.0625rem;
  margin-bottom: 0.75rem;
  border-radius: 3.125rem;
  background-color: #113364;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05936em;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .content-ttl--top__cat {
    padding: 0.25rem 1.0625rem 0.1875rem 1rem;
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
.content-ttl--top__main {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .content-ttl--top__main {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.content-ttl--primary {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .content-ttl--primary {
    margin-top: 2.5625rem;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    letter-spacing: 0;
  }
}
.content-ttl--primary::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.1875rem;
  margin-top: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#113364), color-stop(13.45%, #113364), color-stop(13.45%, #C5CBCE), to(#C5CBCE));
  background: -webkit-linear-gradient(left, #113364 0%, #113364 13.45%, #C5CBCE 13.45%, #C5CBCE 100%);
  background: linear-gradient(90deg, #113364 0%, #113364 13.45%, #C5CBCE 13.45%, #C5CBCE 100%);
}
@media only screen and (max-width: 768px) {
  .content-ttl--primary::after {
    height: 0.125rem;
    margin-top: 0.625rem;
    background: -webkit-gradient(linear, left top, right top, from(#113364), color-stop(25.5%, #113364), color-stop(25.5%, #C5CBCE), to(#C5CBCE));
    background: -webkit-linear-gradient(left, #113364 0%, #113364 25.5%, #C5CBCE 25.5%, #C5CBCE 100%);
    background: linear-gradient(90deg, #113364 0%, #113364 25.5%, #C5CBCE 25.5%, #C5CBCE 100%);
  }
}
.content-ttl--step {
  margin-top: 2.9375rem;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .content-ttl--step {
    margin-top: 2.625rem;
  }
}
.content-ttl--step__num {
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.8125rem;
  background-color: #113364;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content-ttl--step__num {
    font-size: 0.875rem;
  }
}
.content-ttl--step__main {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .content-ttl--step__main {
    font-size: 1.125rem;
    letter-spacing: 0.01936em;
  }
}
.content-ttl--secondary {
  padding-left: 1rem;
  margin-top: 1.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01936em;
  line-height: 1.75;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-ttl--secondary {
    padding-left: 0.9375rem;
    margin-top: 2.0625rem;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.content-ttl--secondary::before {
  display: inline-block;
  content: "";
  width: 0.25rem;
  height: calc(100% - 7px);
  background-color: #113364;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content-ttl--secondary::before {
    width: 0.25rem;
    height: calc(100% - 4px);
    top: 0.1875rem;
  }
}
.content-ttl--secondary--color {
  margin-top: 1.9375rem;
  color: #113364;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .content-ttl--secondary--color {
    margin-top: 1.75rem;
    line-height: 1.5;
  }
}
.content-ttl--secondary--color::before {
  display: none;
}
.content-ttl--tertiary {
  padding-left: 1.3125rem;
  margin-top: 1.1875rem;
  font-size: 1.125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content-ttl--tertiary {
    padding-left: 0.8125rem;
    margin-top: 1.5rem;
    font-size: 0.9375rem;
  }
}
.content-ttl--tertiary::before {
  display: inline-block;
  content: "";
  width: 0.75rem;
  height: 0.125rem;
  background-color: #113364;
  position: absolute;
  top: 0.8125rem;
  left: 1px;
}
@media only screen and (max-width: 768px) {
  .content-ttl--tertiary::before {
    width: 0.5rem;
    height: 0.125rem;
    top: 0.6875rem;
    left: 0;
  }
}
.content-ttl--tertiary-bg {
  padding-top: 0.1875rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  padding-bottom: 0.3125rem;
  margin-top: 1.625rem;
  background-color: #113364;
  color: #FFFFFF;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .content-ttl--tertiary-bg {
    padding-top: 0.125rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-bottom: 0.1875rem;
    margin-top: 1.5625rem;
    font-size: 0.875rem;
  }
}
.content-ttl--tertiary-bg::before {
  display: none;
}
.content-ttl--quaternary {
  margin-top: 1.125rem;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content-ttl--quaternary {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/* content figure
---------------------------------------- */
.content-figure {
  margin-top: 2.4375rem;
}
@media only screen and (max-width: 768px) {
  .content-figure {
    margin-top: 1.1875rem;
  }
}
.content-figure img {
  max-width: 100%;
  width: auto;
}
.content-figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6153846154;
}
@media only screen and (max-width: 768px) {
  .content-figure figcaption {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.content-figure.content-figure--thumbnail img {
  width: 100%;
  max-width: none;
}
.content-figure.content-figure--thumbnail + p {
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 768px) {
  .content-figure.content-figure--thumbnail + p {
    margin-top: 2.0625rem;
  }
}

/* content paragraph
---------------------------------------- */
.content__body {
  /* content annotation
  ---------------------------------------- */
  /* content box
  ---------------------------------------- */
  /* content list
  ---------------------------------------- */
  /* content table
  ---------------------------------------- */
  /* content btn
  ---------------------------------------- */
  /* content link（table内の外部リンク、PDFリンクについてはtableのコードを使用）
  ---------------------------------------- */
  /* content figure
  ---------------------------------------- */
}
.content__body p {
  margin-top: 1.1875rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .content__body p {
    margin-top: 1rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.content__body figcaption {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .content__body figcaption {
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.content__body .annotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4375rem;
     -moz-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__body .annotation {
    margin-top: 0.8125rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.content__body .annotation--no-icon {
  display: block;
}
.content__body .annotation + .annotation {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .content__body .annotation + .annotation {
    margin-top: 0.25rem;
  }
}
.content__body .bg-box {
  padding-top: 1.625rem;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 1.5rem;
  margin-top: 3.375rem;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 768px) {
  .content__body .bg-box {
    padding-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1.375rem;
    margin-top: 2.125rem;
  }
}
.content__body .bg-box &gt; *:first-child {
  margin-top: 0;
}
.content__body .border-box {
  padding-top: 1.625rem;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 1.5rem;
  margin-top: 3.375rem;
  border: 1px solid #ABB5BA;
}
@media only screen and (max-width: 768px) {
  .content__body .border-box {
    padding-top: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1.375rem;
    margin-top: 2.125rem;
  }
}
.content__body .border-box &gt; *:first-child {
  margin-top: 0;
}
.content__body ul {
  padding-left: 0;
  margin-top: 1.75rem;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .content__body ul {
    margin-top: 1.0625rem;
  }
}
.content__body ul.no-liststyle li {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .content__body ul.no-liststyle li {
    padding-left: 0;
  }
}
.content__body ul.no-liststyle li::before {
  display: none;
}
.content__body ul li {
  padding-left: 1.125rem;
  color: #020D1C;
  font-size: 1rem;
  letter-spacing: 0.01024em;
  line-height: 1.625;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__body ul li {
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.content__body ul li::before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #113364;
  position: absolute;
  top: 0.6875rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .content__body ul li::before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.625rem;
    left: 0;
  }
}
.content__body ul li + li {
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 768px) {
  .content__body ul li + li {
    margin-top: 0.4375rem;
  }
}
.content__body ol {
  padding-left: 1.125rem;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .content__body ol {
    padding-left: 0.8125rem;
    margin-top: 1.0625rem;
  }
}
.content__body ol li {
  color: #020D1C;
  font-size: 1rem;
  letter-spacing: 0.01024em;
  line-height: 1.625;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__body ol li {
    font-size: 0.875rem;
    letter-spacing: 0;
    text-indent: -1em;
    line-height: 1.5;
    list-style-position: inside;
  }
}
.content__body ol li::marker {
  color: #113364;
  font-weight: 700;
}
.content__body ol li + li {
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 768px) {
  .content__body ol li + li {
    margin-top: 0.4375rem;
  }
}
.content__body dl {
  margin-top: 2rem;
  font-size: 1rem;
  letter-spacing: 0.01024em;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .content__body dl {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.content__body dl &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content__body dl &gt; div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__body dl div + div {
  margin-top: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .content__body dl div + div {
    margin-top: 0.5rem;
  }
}
.content__body dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20%;
  padding-right: 2rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content__body dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    width: 100%;
    line-height: 1.8571428571rem;
  }
  .content__body dl dt::after {
    display: block;
    content: ":";
    font-weight: 400;
    position: relative;
    top: -0.125rem;
  }
}
.content__body dl dt::before {
  display: block;
  content: ":";
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0.4375rem;
}
@media only screen and (max-width: 768px) {
  .content__body dl dt::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content__body dl dd {
    letter-spacing: 0;
  }
}
.content__body .table-wrap--simple {
  margin-top: 2.125rem;
}
@media only screen and (max-width: 768px) {
  .content__body .table-wrap--simple {
    margin-top: 2rem;
  }
}
.content__body .table-wrap--multi {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .content__body .table-wrap--multi {
    margin-top: 1.5rem;
  }
}
.content__body .table-wrap.scroll {
  white-space: nowrap;
  overflow-x: scroll;
}
@media only screen and (max-width: 768px) {
  .content__body .table-wrap.scroll-only-sp {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.content__body .table {
  width: 100%;
  border-collapse: collapse;
  color: #020D1C;
  letter-spacing: 0.01024em;
  line-height: 1.625;
}
.content__body .table caption {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content__body .table caption {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
  }
}
.content__body .table--simple {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple tbody {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__body .table--simple tbody th, .content__body .table--simple tbody td {
  padding-top: 1.25rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #C5CBCE;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple tbody th, .content__body .table--simple tbody td {
    padding: 0;
  }
}
.content__body .table--simple tbody th {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple tbody th {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .content__body .table--simple tbody td {
    padding-bottom: 0.6875rem;
    margin-top: 0.1875rem;
    margin-bottom: 0.5625rem;
  }
}
.content__body .table--multi {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content__body .table--multi {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
.content__body .table--multi a {
  color: #113364;
}
.content__body .table--multi a.external {
  text-decoration: underline;
  position: relative;
}
.content__body .table--multi a.external::after {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.6875rem;
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .content__body .table--multi a.external::after {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.4375rem;
  }
}
.content__body .table--multi a.pdf {
  text-decoration: underline;
  position: relative;
}
.content__body .table--multi a.pdf::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.6875rem;
  background-image: url(/nssuri/common/image/ico_pdf_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0.4375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .table--multi a.dl {
  text-decoration: underline;
  position: relative;
}
.content__body .table--multi a.dl::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
  background-image: url(/nssuri/common/image/ico_dl_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0.4375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .table--multi th, .content__body .table--multi td {
  border: 1px solid #C5CBCE;
}
.content__body .table--multi thead th {
  padding-top: 0.6875rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.875rem;
  background-color: #113364;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content__body .table--multi thead th {
    padding-top: 0.5625rem;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .content__body .table--multi tbody {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
.content__body .table--multi tbody th, .content__body .table--multi tbody td {
  padding-top: 0.75rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-bottom: 0.875rem;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .content__body .table--multi tbody th, .content__body .table--multi tbody td {
    padding-top: 0.375rem;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0.5rem;
  }
}
.content__body .table--multi tbody th {
  border-bottom: 1px solid #C5CBCE;
  background-color: #F2F5F7;
  font-weight: 500;
  text-align: left;
}
.content__body .btn-wrapper {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content__body .btn-wrapper {
    margin-top: 1.5rem;
  }
}
.content__body .btn {
  display: inline-block;
  padding-top: 0.875rem;
  padding-left: 66px;
  padding-right: 83px;
  padding-bottom: 1rem;
  border-radius: 500px;
  border: 1px solid #113364;
  background-color: #FFFFFF;
  color: #113364;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05936em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .content__body .btn {
    min-width: 21.4375rem;
    padding-top: 0.75rem;
    padding-left: 60px;
    padding-right: 56px;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.content__body .btn:hover {
  background-color: #113364;
  color: #FFFFFF;
}
.content__body .btn:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_btn_01_white.svg);
}
.content__body .btn::before {
  display: none;
}
.content__body .btn::after {
  display: inline-block;
  content: "";
  width: 1.4375rem;
  height: 0.375rem;
  background-image: url(/nssuri/common/image/ico_arrow_btn_01_navy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .btn--important {
  background-color: #113364;
  color: #FFFFFF;
}
.content__body .btn--important:hover {
  background-color: #FFFFFF;
  color: #113364;
}
.content__body .btn--important:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_btn_01_navy.svg);
}
.content__body .btn--important::after {
  background-image: url(/nssuri/common/image/ico_arrow_btn_01_white.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .btn--external:hover::after {
  background-image: url(/nssuri/common/image/ico_external_01_white.svg);
}
.content__body .btn--external::after {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
  right: 1.8125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .btn--pdf:hover::after {
  background-image: url(/nssuri/common/image/ico_pdf_01_white.svg);
}
.content__body .btn--pdf::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_pdf_01_navy.svg);
  right: 1.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content__body .btn--navy {
  background-color: #113364;
  color: #FFFFFF;
}
.content__body .btn--navy.btn--external:hover {
  background-color: #FFFFFF;
  color: #113364;
}
.content__body .btn--navy.btn--external:hover::after {
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
}
.content__body .btn--navy.btn--external::after {
  background-image: url(/nssuri/common/image/ico_external_01_white.svg);
}
.content__body .btn--navy.btn--pdf:hover {
  background-color: #FFFFFF;
  color: #113364;
}
.content__body .btn--navy.btn--pdf:hover::after {
  background-image: url(/nssuri/common/image/ico_pdf_01_navy.svg);
}
.content__body .btn--navy.btn--pdf::after {
  background-image: url(/nssuri/common/image/ico_pdf_01_white.svg);
}
.content__body .link-wrapper {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .content__body .link-wrapper {
    margin-top: 0.875rem;
  }
}
.content__body .link {
  display: inline;
  padding-bottom: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #113364));
  background: -webkit-linear-gradient(transparent 95%, #113364 0%);
  background: linear-gradient(transparent 95%, #113364 0%);
  color: #113364;
  font-size: 1rem;
  line-height: 1.1875;
  line-height: 2;
  font-weight: 700;
  word-break: break-all;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .content__body .link {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    line-height: 2;
  }
}
.content__body .link:hover {
  color: rgba(17, 51, 100, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, rgba(17, 51, 100, 0.7)));
  background: -webkit-linear-gradient(transparent 95%, rgba(17, 51, 100, 0.7) 0%);
  background: linear-gradient(transparent 95%, rgba(17, 51, 100, 0.7) 0%);
}
.content__body .link:hover::after {
  background-image: url(/nssuri/common/image/ico_arrow_circle_btn_01_navy.svg);
}
.content__body .link::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin: 0rem;
  background-image: url(/nssuri/common/image/ico_arrow_circle_btn_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0.0625rem;
  right: -2.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .content__body .link::after {
    bottom: 0;
  }
}
.content__body .link--u-line {
  background: unset;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}
.content__body .link--u-line:hover {
  background: unset;
  color: #113364;
  text-decoration: none;
  opacity: 1;
}
.content__body .link--u-line::after {
  display: none;
}
.content__body .link--external {
  text-decoration: none;
}
.content__body .link--external:hover::after {
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
}
.content__body .link--external::after {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/nssuri/common/image/ico_external_01_navy.svg);
  top: unset;
  bottom: 0.3125rem;
  right: -1.75rem;
}
.content__body .link--pdf:hover::after {
  background-image: url(/nssuri/common/image/ico_pdf_01_navy.svg);
}
.content__body .link--pdf::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_pdf_01_navy.svg);
  top: unset;
  bottom: 0.0625rem;
  right: -1.875rem;
}
.content__body .link--dl:hover::after {
  background-image: url(/nssuri/common/image/ico_dl_01_navy.svg);
}
.content__body .link--dl::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/nssuri/common/image/ico_dl_01_navy.svg);
  top: unset;
  bottom: -0.0625rem;
  right: -1.875rem;
}
.content__body .link--opacity:hover {
  opacity: 0.7;
}
.content__body .link--opacity::after {
  display: none;
}
.content__body .figure-container {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content__body .figure-container {
    margin-top: 2rem;
  }
}
.content__body .figure-container.scroll {
  overflow: scroll;
}
.content__body .figure-container.scroll img {
  width: auto;
}

/* utility ---------------------------------------- */
/* レスポンシブ
---------------------------------------- */
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/* width 記事ページでの使用を想定
---------------------------------------- */
html .content .w-10 {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  html .content .w-10 {
    width: 100%;
  }
}
html .content .w-20 {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  html .content .w-20 {
    width: 100%;
  }
}
html .content .w-25 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  html .content .w-25 {
    width: 100%;
  }
}
html .content .w-30 {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  html .content .w-30 {
    width: 100%;
  }
}
html .content .w-40 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  html .content .w-40 {
    width: 100%;
  }
}
html .content .w-50 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  html .content .w-50 {
    width: 100%;
  }
}
html .content .w-60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  html .content .w-60 {
    width: 100%;
  }
}
html .content .w-70 {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  html .content .w-70 {
    width: 100%;
  }
}
html .content .w-80 {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  html .content .w-80 {
    width: 100%;
  }
}
html .content .w-90 {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  html .content .w-90 {
    width: 100%;
  }
}
html .content .w-100 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  html .content .w-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-10 {
    width: 10%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-20 {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-30 {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-40 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-50 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-60 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-70 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-80 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-90 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  html .content .w-sp-100 {
    width: 100%;
  }
}
html .content .w-unset {
  width: unset;
}

/* 余白 記事ページでの使用を想定
---------------------------------------- */
.content .mt-0 {
  margin-top: 0;
}
.content .mt-10 {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-10 {
    margin-top: 0.5rem;
  }
}
.content .mt-20 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-20 {
    margin-top: 1rem;
  }
}
.content .mt-30 {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-30 {
    margin-top: 1.5rem;
  }
}
.content .mt-40 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-40 {
    margin-top: 2rem;
  }
}
.content .mt-50 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-50 {
    margin-top: 2.5rem;
  }
}
.content .mt-60 {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-60 {
    margin-top: 3rem;
  }
}
.content .mt-70 {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-70 {
    margin-top: 3.5rem;
  }
}
.content .mt-80 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-80 {
    margin-top: 4rem;
  }
}
.content .mt-90 {
  margin-top: 5.625rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-90 {
    margin-top: 4.5rem;
  }
}
.content .mt-100 {
  margin-top: 6.25rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-100 {
    margin-top: 5rem;
  }
}
.content .mt-4 {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-4 {
    margin-top: 0.2rem;
  }
}
.content .mt-8 {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-8 {
    margin-top: 0.4rem;
  }
}
.content .mt-16 {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-16 {
    margin-top: 0.8rem;
  }
}
.content .mt-24 {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-24 {
    margin-top: 1.2rem;
  }
}
.content .mt-32 {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-32 {
    margin-top: 1.6rem;
  }
}
.content .mt-40 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-40 {
    margin-top: 2rem;
  }
}
.content .mt-48 {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-48 {
    margin-top: 2.4rem;
  }
}
.content .mt-56 {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-56 {
    margin-top: 2.8rem;
  }
}
.content .mt-64 {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-64 {
    margin-top: 3.2rem;
  }
}
.content .mt-72 {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-72 {
    margin-top: 3.6rem;
  }
}
.content .mt-80 {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-80 {
    margin-top: 4rem;
  }
}
.content .mt-88 {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-88 {
    margin-top: 4.4rem;
  }
}
.content .mt-96 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .content .mt-96 {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .content .mt-sp-16 {
    margin-top: 1rem;
  }
}
.content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* 位置調整
---------------------------------------- */
.content .align {
  text-align: left;
}
.content .align--center {
  text-align: center;
}
.content .align--right {
  text-align: right;
}
.content .v-align-top {
  vertical-align: top;
}
.content .v-align-middle {
  vertical-align: middle;
}
.content .v-align-baseline {
  vertical-align: baseline;
}
.content .v-align-bottom {
  vertical-align: bottom;
}

/* 下線
---------------------------------------- */
.under-line {
  text-decoration: underline;
}

/* display 記事ページでの使用を想定 インライン要素にmarginを指定する際などにセットで指定
---------------------------------------- */
.content .inline-block {
  display: inline-block;
}

/* カラム 記事ページでの使用を想定
---------------------------------------- */
.content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .content .row {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.content .row--combo-figure, .content .row--combo-summary {
  width: 50%;
}
.content .row--combo-figure &gt; *:first-child, .content .row--combo-summary &gt; *:first-child {
  margin-top: 0;
}
.content .jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .content .flex-direction-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

/* テーブルのセル幅（折り返したくない要素に指定）
---------------------------------------- */
.no-wrap {
  white-space: nowrap;
}

/* テーブルの任意の列を非表示にする
※対象の列全てにclassを付与する
※特定の行の列だけを非表示にしたい場合は下記classを指定した要素と同じ空要素を挿入する
例：
&lt;td class="no-wrap no-display"&gt;なし&lt;/td&gt; ←非表示にしたいセル
&lt;td&gt;&lt;/td&gt; ←非表示になるとテーブルが崩れるので空の代替タグを挿入する
---------------------------------------- */
.no-display {
  display: none;
}

/* ニュースリスト：カテゴリ「すべて」で表示させないお知らせ
---------------------------------------- */
#top .tab .tab__list-container.all .tab__item.none-all, #news .tab .tab__list-container.all .tab__item.none-all {
  display: none;
}

/* ニュースリスト：カテゴリ「すべて」で表示するお知らせリスト
---------------------------------------- */
.tab__list.tab__list--all {
  display: none;
}

#top .tab .tab__list-container.all .tab__list.tab__list--all, #news .tab .tab__list-container.all .tab__list.tab__list--all {
  display: block;
}
#top .tab .tab__list-container.all .tab__list:not(.tab__list--all), #news .tab .tab__list-container.all .tab__list:not(.tab__list--all) {
  display: none;
}

/* listスタイルなし(お知らせ詳細のインデックスで使用)
---------------------------------------- */
.list-style-none {
  list-style: none;
}

/* hoverスタイルなし(準備中のリンクを無効化する際に使用)
---------------------------------------- */
.none-hover {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */</pre></body></html>