@charset "UTF-8";
/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'nunitosans';
  src: url("webfont/nunitosans/nunitosans-bold-webfont.woff2") format("woff2"), url("webfont/nunitosans/nunitosans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'nunitosans';
  src: url("webfont/nunitosans/nunitosans-semibold-webfont.woff2") format("woff2"), url("webfont/nunitosans/nunitosans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'nunitosans';
  src: url("webfont/nunitosans/nunitosans-regular-webfont.woff2") format("woff2"), url("webfont/nunitosans/nunitosans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'nunitosans';
  src: url("webfont/nunitosans/nunitosans-light-webfont.woff2") format("woff2"), url("webfont/nunitosans/nunitosans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

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

#root,
#__next {
  isolation: isolate;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 3.734vw;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 2.78vw;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.85vw;
  }
}

@media print, screen and (min-width: 800px) {
  body {
    font-size: 1em;
    font-size: 1.35vw;
  }
}

@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.17vw;
  }
}

@media print, screen and (min-width: 1920px) {
  body {
    font-size: 1.4em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.linkbox .readmore, .lkbx .readmore {
  display: none;
}

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

@media print, screen and (min-width: 800px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}

@media print, screen and (min-width: 800px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}

@media print, screen and (min-width: 960px) {
  .onlyPC {
    display: inherit;
  }
}

@media print, screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: 700;
}

h1, h2, h3 {
  margin-bottom: 1.5em;
}

h4 {
  margin-bottom: 1em;
  color: #004EA2;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5, h6, li, dt, dd {
  margin-bottom: .5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.4em;
}

@media screen and (min-width: 576px) {
  h1 {
    font-size: 1.6em;
  }
}

@media print, screen and (min-width: 800px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  color: #0081CC;
  font-size: 1.3125em;
}

@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.4875em;
  }
}

@media print, screen and (min-width: 800px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.1475em;
}

@media screen and (min-width: 576px) {
  h3 {
    font-size: 1.215em;
  }
}

@media print, screen and (min-width: 800px) {
  h3 {
    font-size: 1.35em;
  }
}

h4 {
  font-size: 1.05em;
}

@media screen and (min-width: 576px) {
  h4 {
    font-size: 1.1em;
  }
}

@media print, screen and (min-width: 800px) {
  h4 {
    font-size: 1.15em;
  }
}

h5 {
  font-size: 1em;
}

@media print, screen and (min-width: 800px) {
  h5 {
    font-size: 1.05em;
  }
}

h6 {
  font-size: 0.92em;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
  line-height: 1.65;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: 700;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}

.dsp-tbl > .col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ib {
  letter-spacing: -.4em;
}

.list-ib > li,
.list-ib > .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}

.list-tbl {
  display: table;
}

.list-tbl > li {
  display: table-cell;
  vertical-align: middle;
}

.dl-flt {
  position: relative;
}

.dl-flt::after {
  content: ' ';
  display: block;
  clear: both;
}

.dl-flt dt {
  float: left;
  width: 8em;
  font-weight: 700;
}

.dl-flt dd {
  padding-left: 8em;
}

.dl-flt.narrow dt {
  width: 5em;
}

.dl-flt.narrow dd {
  padding-left: 5em;
}

.dl-flt.wide dt {
  width: 12em;
}

.dl-flt.wide dd {
  padding-left: 12em;
}

.dl-flt.wider dt {
  width: 18em;
}

.dl-flt.wider dd {
  padding-left: 18em;
}

a {
  color: #003B70;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a:active, a:hover {
  color: #00203d;
}

a.underline {
  text-decoration: underline;
}

nav a, header a, footer a, a.no-underline {
  text-decoration: none;
}

dt, dd, li, th, td {
  line-height: 1.5;
}

nav ol, nav ul,
.no-list-style {
  list-style: none;
}

ol:not(:last-child), ul:not(:last-child) {
  margin-bottom: 1.5em;
}

ol ol, ol ul, ul ul, ul ol, table ul, table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}

.list-norm li,
.page-single ul li,
.page-single ol li {
  margin-bottom: .5em;
}

.list-norm li ol, .list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: .5em;
}

.list-norm.no-list-style,
.page-single ul.no-list-style,
.page-single ol.no-list-style {
  margin-left: 0;
  list-style: none;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

table p {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

table p {
  margin-bottom: 0;
}

[class*="inner-wrap"] {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media print, screen and (min-width: 800px) {
  [class*="inner-wrap"] {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media print, screen and (min-width: 1200px) {
  [class*="inner-wrap"] {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 575px) {
  [class*="inner-wrap"].small-space-smp {
    padding-left: .5em;
    padding-right: .5em;
  }
}

.inner-wrap {
  max-width: 1984px;
}

.inner-wrap.aln-C {
  text-align: center;
}

.inner-wrap--semi {
  max-width: 1664px;
}

.inner-wrap--narrow {
  max-width: 1344px;
  max-width: 60em;
}

.inner-wrap--thin {
  max-width: 1024px;
  max-width: 44em;
}

.inner-wrap--wide {
  max-width: 2944px;
}

[class*="swrap"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

[class*="swrap"].mgn-bottom {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 800px) {
  [class*="swrap"].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1920px;
}

.swrap--semi {
  max-width: 1600px;
}

.swrap--narrow {
  max-width: 1280px;
  max-width: 56em;
}

@media print, screen and (min-width: 1200px) {
  .swrap--narrow {
    max-width: 54em;
  }
}

.swrap--thin {
  max-width: 960px;
  max-width: 40em;
}

@media print, screen and (min-width: 1200px) {
  .swrap--thin {
    max-width: 38em;
  }
}

.swrap--wide {
  max-width: 2240px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: ' ';
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.accordion {
  position: relative;
}

.accordion:not(:last-child) {
  margin-bottom: 2rem;
}

.accordion dt {
  position: relative;
  padding: .75em;
  margin: 0;
  padding-right: 2em;
  display: block;
  border: 1px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 700;
  color: #004EA2;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: ' ';
  border-left: 1px solid #004EA2;
}

.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: ' ';
  border-top: 1px solid #004EA2;
}

.accordion dt.active::before {
  display: none;
}

.accordion dd {
  border: 1px dotted #AAA;
  border-top: none;
  padding: 0 1em;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: rgba(255, 255, 255, 0.4);
}

.accordion dd.active {
  padding: .75em 1em 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
  margin-bottom: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn, .btn--outline {
  position: relative;
  display: inline-block;
  font-size: .92em;
  line-height: 1.4;
  padding: 1.5em 1.25em;
  background-color: #003B70;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: .15em;
  cursor: pointer;
}

.btn.large, .large.btn--outline {
  font-size: 1.08em;
  font-weight: bold;
  padding: 1.5em 2em;
  min-width: 12em;
  border-radius: .2em;
}

.btn.full, .full.btn--outline {
  font-size: 1.08em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}

.btn.xlarge, .xlarge.btn--outline {
  font-size: 1.15em;
  border-radius: .25em;
}

@media screen and (min-width: 768px) {
  .btn.xlarge, .xlarge.btn--outline {
    font-size: 1.35em;
  }
}

.btn.small, .small.btn--outline {
  font-size: .875em;
  padding: 1em 1em;
}

.btn.negative, .negative.btn--outline {
  background-color: #5e5e5e;
}

.btn.negative:hover, .negative.btn--outline:hover {
  background-color: #919191;
}

.btn.caution, .caution.btn--outline {
  background-color: #EA2A58;
}

.btn.caution:hover, .caution.btn--outline:hover {
  background-color: #cd1440;
}

.btn.disabled, .disabled.btn--outline, .btn:disabled, .btn--outline:disabled {
  background-color: #f2f2f2;
  color: #AAA;
  pointer-events: none;
}

.btn:hover, .btn--outline:hover {
  color: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #00203d;
}

.btn:active, .btn--outline:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #0056a3;
}

.btn.with-arrow, .with-arrow.btn--outline {
  overflow: hidden;
  padding-right: 4em;
  text-align: left;
}

.btn.with-arrow.large, .with-arrow.large.btn--outline {
  padding-left: 1em;
}

.btn.with-arrow.center, .with-arrow.center.btn--outline {
  padding-left: 2em;
  padding-right: 3em;
  text-align: center;
}

.btn.with-arrow i, .with-arrow.btn--outline i {
  position: absolute;
  top: 50%;
  right: .75em;
  margin-top: -.75em;
  width: 1.5em;
  height: 1.5em;
}

.btn.with-arrow i svg, .with-arrow.btn--outline i svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
  stroke-width: 2;
}

.btn.with-arrow:hover i, .with-arrow.btn--outline:hover i {
  -webkit-animation: hoverArrowMove .35s forwards;
          animation: hoverArrowMove .35s forwards;
}

.btn.yellow, .yellow.btn--outline {
  background-color: #F29819;
  color: #111;
}

.btn.yellow i svg, .yellow.btn--outline i svg {
  stroke: #111;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #003B70;
  color: #003B70;
}

.btn--outline:hover {
  color: #FFF;
  border-color: #00203d;
}

.btn--outline:active {
  color: #0056a3;
  border-color: #0056a3;
}

.btn--outline.with-arrow i svg {
  stroke: #003B70;
}

.btn--outline.with-arrow:hover i svg {
  stroke: #FFF;
}

.btn--outline.bold-line {
  border-width: 2px;
}

.btn--outline.yellow {
  border-color: #F29819;
  color: #e58b0d;
  background-color: transparent;
  font-weight: 700;
}

.btn--outline.yellow i svg {
  stroke: #F29819;
}

.btn--outline.yellow:hover {
  background-color: #F29819;
  color: #FFF;
}

.btn--outline.yellow:hover i svg {
  stroke: #FFF;
}

.wrap-btns {
  margin-left: -.25em;
  margin-right: -.25em;
  list-style: none;
}

.wrap-btns li {
  padding: .25em;
}

.wrap-btns--half-smp li {
  width: 50%;
}

@media print, screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

@-webkit-keyframes hoverArrowMove {
  0% {
    right: .5em;
  }
  10% {
    right: -3em;
    opacity: 0;
  }
  11% {
    right: 100%;
    opacity: 0;
  }
  12% {
  }
  30% {
    right: 100%;
  }
  100% {
    right: .5em;
    opacity: 1;
  }
}

@keyframes hoverArrowMove {
  0% {
    right: .5em;
  }
  10% {
    right: -3em;
    opacity: 0;
  }
  11% {
    right: 100%;
    opacity: 0;
  }
  12% {
  }
  30% {
    right: 100%;
  }
  100% {
    right: .5em;
    opacity: 1;
  }
}

.text-link {
  position: relative;
  display: inline-block;
  padding-left: 1.75em;
  padding-bottom: .5em;
  font-weight: 700;
}

.text-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: ' ';
  border-top: 1px solid #003B70;
}

.text-link i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.05em;
  width: 1.5em;
  height: 1.5em;
}

.text-link i svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke: #003B70;
}

.history-back-simple {
  position: relative;
  display: inline-block;
  padding-left: 1.75em;
  padding-bottom: .5em;
  font-weight: 700;
}

.history-back-simple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: ' ';
  border-top: 1px solid #003B70;
}

.history-back-simple i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.05em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 1.5em;
  height: 1.5em;
}

.history-back-simple i svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke: #003B70;
}

.wrap-card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: -1.5em;
}

@media print, screen and (min-width: 960px) {
  .wrap-card::after {
    display: block;
    content: '';
    width: 31%;
  }
}

.wrap-card.wide-margin .card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrap-card.wide-margin .card {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .wrap-card.wide-margin .card {
    width: 46%;
  }
}

@media print, screen and (min-width: 960px) {
  .wrap-card.wide-margin .card {
    width: 28%;
  }
}

@media print, screen and (min-width: 1200px) {
  .wrap-card.wide-margin .card {
    width: 26%;
  }
}

@media print, screen and (min-width: 960px) {
  .wrap-card.wide-margin::after {
    display: block;
    content: '';
    width: 28%;
  }
}

@media print, screen and (min-width: 1200px) {
  .wrap-card.wide-margin::after {
    width: 26%;
  }
}

.card {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .card {
    width: 48%;
  }
}

@media print, screen and (min-width: 960px) {
  .card {
    width: 31%;
  }
}

.card--img {
  margin-bottom: .75em;
}

.card--img a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 48%;
  overflow: hidden;
}

.card--img a:hover {
  opacity: .7;
}

.card--img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card--desc {
  font-size: 1.08em;
}

@media screen and (min-width: 576px) {
  .card--desc {
    font-size: 1em;
  }
}

.card--desc p {
  margin: 0;
  font-size: .92em;
}

.card--desc dl dt {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: .5em;
}

.card--desc dl dd {
  font-size: .92em;
  margin: 0;
}

.card-bottom-link {
  position: relative;
  margin-left: 1em;
  font-size: .92em;
}

@media screen and (min-width: 768px) {
  .card-bottom-link {
    font-size: 1em;
  }
}

.card-contact + .card-bottom-link {
  top: -1em;
}

@media print, screen and (min-width: 960px) {
  .card-contact + .card-bottom-link {
    top: -2em;
  }
}

.func-msg {
  position: relative;
  padding: 1.25em;
  background-color: rgba(0, 129, 204, 0.1);
  border-radius: .25em;
}

@media print, screen and (min-width: 800px) {
  .func-msg {
    padding: 2em;
  }
}

.func-msg:not(:last-child) {
  margin-bottom: 2em;
}

.func-msg.dark {
  background-color: #001d3c;
  color: #FFF;
  font-weight: 700;
}

.func-msg.caution {
  background-color: #EA2A58;
  color: #FFF;
  font-weight: 700;
}

.func-msg.attention {
  background-color: rgba(237, 174, 41, 0.2);
}

.small-column {
  position: relative;
  padding: 1em;
  background-color: rgba(0, 78, 162, 0.05);
  border-radius: .25em;
}

@media print, screen and (min-width: 960px) {
  .small-column {
    padding: 1.5em;
  }
}

.small-column:not(:last-child) {
  margin-bottom: 1.5em;
}

.small-column p,
.small-column dl,
.small-column ol,
.small-column ul {
  font-size: .92em;
}

.small-column dl:last-child {
  margin-bottom: -.5em;
}

.small-column dl dt {
  color: #004EA2;
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}

.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner {
    display: table;
    padding: 1em 0;
  }
}

.form-group--inner .col {
  display: block;
  width: auto;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner .col {
    display: table-cell;
    width: 12em;
    vertical-align: text-top;
  }
}

.form-group--inner .col + .col {
  margin-top: .5em;
}

@media print, screen and (min-width: 800px) {
  .form-group--inner .col + .col {
    padding-top: 0;
    width: calc(100% - 12em);
  }
}

.form-group--inner .mst {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  color: #E64432;
  margin-left: .5em;
}

input,
textarea,
select {
  padding: .75em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: .5em;
}

input.ipt-S {
  width: 10em;
}

input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: .5;
}

[type="radio"],
[type="radio"] + label,
[type="checkbox"],
[type="checkbox"] + label {
  width: auto;
  display: inline-block;
}

[type="radio"],
[type="checkbox"] {
  margin-right: .5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F2F2F2), to(#FFF));
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}

@media screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}

@media screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}

@media print, screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.btn-label input[type="radio"],
.btn-label input[type="checkbox"],
.txt-label input[type="radio"],
.txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}

.btn-label label:hover {
  background-color: #CCC;
  color: #111;
}

.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}

@media screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}

.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}

.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}

.btn-label.full label {
  width: 100%;
}

.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}

.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}

.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked + label,
.btn-label input[type="checkbox"]:checked + label {
  background-color: #555;
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked + label,
.btn-label.btn-img input[type="checkbox"]:checked + label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-label.btn-img input[type="radio"]:checked + label img,
.btn-label.btn-img input[type="checkbox"]:checked + label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked + label {
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked + label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.error label,
.error .label {
  color: #EDAE29;
}

.error input, .error select,
.error .btn-label label {
  border-color: #EDAE29;
}

.error-msg {
  display: block;
  color: #EDAE29;
  margin-top: .5em;
}

.form-btns {
  position: relative;
  border-top: 1px solid #CCC;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

@media print, screen and (min-width: 960px) {
  .form-btns {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

.form-btns ul {
  list-style: none;
  letter-spacing: -.4em;
  display: block;
  width: 100%;
  margin: -.25rem;
}

.form-btns ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: .25rem;
}

.form-group--buttons {
  position: relative;
  border-top: 1px solid #CCC;
  padding-top: 1.5rem;
}

.form-group--buttons ul {
  list-style: none;
  letter-spacing: -.4em;
  display: block;
  width: 100%;
  margin: -.25rem;
}

.form-group--buttons ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
  padding: .25rem;
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container, .flex-container--no-space {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-container {
  margin: -1em -0.5em;
}

@media print, screen and (min-width: 800px) {
  .flex-container {
    margin: -1.5em;
  }
}

@media print, screen and (min-width: 960px) {
  .flex-container {
    margin: -2em;
  }
}

.flex-container--no-space {
  margin: 0;
}

.flex-container.sp-top {
  margin-top: 1.5em;
  padding-top: 0;
}

@media print, screen and (min-width: 800px) {
  .flex-container.sp-top {
    margin-top: 2em;
  }
}

.flex-container.sp-top--sml {
  margin-top: 1em;
  padding-top: 0;
}

@media print, screen and (min-width: 800px) {
  .flex-container.sp-top--sml {
    margin-top: 1.5em;
  }
}

.flex-container.sp-btm {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

@media print, screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2em;
  }
}

.flex-container.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.flex-container > *[class^="col-"] {
  position: relative;
  min-width: 2em;
  padding: 1em 0.5em;
  word-wrap: break-word;
}

@media print, screen and (min-width: 800px) {
  .flex-container > *[class^="col-"] {
    padding: 1.5em;
  }
}

@media print, screen and (min-width: 1200px) {
  .flex-container > *[class^="col-"] {
    padding: 2em;
  }
}

.flex-container--no-space > *[class^="col-"] {
  padding: 0;
}

.col-sm-1 {
  width: 16.66667%;
}

.col-sm-2 {
  width: 33.33333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.66667%;
}

.col-sm-5 {
  width: 83.33333%;
}

.col-sm-6 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }
  .col-offset-L-xsm-1 {
    margin-left: 12.5%;
  }
  .col-offset-R-xsm-1 {
    margin-right: 12.5%;
  }
  .col-xsm-2 {
    width: 25%;
  }
  .col-offset-L-xsm-2 {
    margin-left: 25%;
  }
  .col-offset-R-xsm-2 {
    margin-right: 25%;
  }
  .col-xsm-3 {
    width: 37.5%;
  }
  .col-offset-L-xsm-3 {
    margin-left: 37.5%;
  }
  .col-offset-R-xsm-3 {
    margin-right: 37.5%;
  }
  .col-xsm-4 {
    width: 50%;
  }
  .col-offset-L-xsm-4 {
    margin-left: 50%;
  }
  .col-offset-R-xsm-4 {
    margin-right: 50%;
  }
  .col-xsm-5 {
    width: 62.5%;
  }
  .col-offset-L-xsm-5 {
    margin-left: 62.5%;
  }
  .col-offset-R-xsm-5 {
    margin-right: 62.5%;
  }
  .col-xsm-6 {
    width: 75%;
  }
  .col-offset-L-xsm-6 {
    margin-left: 75%;
  }
  .col-offset-R-xsm-6 {
    margin-right: 75%;
  }
  .col-xsm-7 {
    width: 87.5%;
  }
  .col-offset-L-xsm-7 {
    margin-left: 87.5%;
  }
  .col-offset-R-xsm-7 {
    margin-right: 87.5%;
  }
  .col-xsm-8 {
    width: 100%;
  }
  .col-offset-L-xsm-8 {
    margin-left: 100%;
  }
  .col-offset-R-xsm-8 {
    margin-right: 100%;
  }
}

@media print, screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }
  .col-offset-L-md-1 {
    margin-left: 12.5%;
  }
  .col-offset-R-md-1 {
    margin-right: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-offset-L-md-2 {
    margin-left: 25%;
  }
  .col-offset-R-md-2 {
    margin-right: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-offset-L-md-3 {
    margin-left: 37.5%;
  }
  .col-offset-R-md-3 {
    margin-right: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-offset-L-md-4 {
    margin-left: 50%;
  }
  .col-offset-R-md-4 {
    margin-right: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-offset-L-md-5 {
    margin-left: 62.5%;
  }
  .col-offset-R-md-5 {
    margin-right: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-offset-L-md-6 {
    margin-left: 75%;
  }
  .col-offset-R-md-6 {
    margin-right: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-offset-L-md-7 {
    margin-left: 87.5%;
  }
  .col-offset-R-md-7 {
    margin-right: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
  .col-offset-L-md-8 {
    margin-left: 100%;
  }
  .col-offset-R-md-8 {
    margin-right: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-offset-L-lg-1 {
    margin-left: 8.33333%;
  }
  .col-offset-R-lg-1 {
    margin-right: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-offset-L-lg-2 {
    margin-left: 16.66667%;
  }
  .col-offset-R-lg-2 {
    margin-right: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-offset-L-lg-3 {
    margin-left: 25%;
  }
  .col-offset-R-lg-3 {
    margin-right: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-offset-L-lg-4 {
    margin-left: 33.33333%;
  }
  .col-offset-R-lg-4 {
    margin-right: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-offset-L-lg-5 {
    margin-left: 41.66667%;
  }
  .col-offset-R-lg-5 {
    margin-right: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-offset-L-lg-6 {
    margin-left: 50%;
  }
  .col-offset-R-lg-6 {
    margin-right: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-offset-L-lg-7 {
    margin-left: 58.33333%;
  }
  .col-offset-R-lg-7 {
    margin-right: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-offset-L-lg-8 {
    margin-left: 66.66667%;
  }
  .col-offset-R-lg-8 {
    margin-right: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-offset-L-lg-9 {
    margin-left: 75%;
  }
  .col-offset-R-lg-9 {
    margin-right: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-offset-L-lg-10 {
    margin-left: 83.33333%;
  }
  .col-offset-R-lg-10 {
    margin-right: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-offset-L-lg-11 {
    margin-left: 91.66667%;
  }
  .col-offset-R-lg-11 {
    margin-right: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-L-lg-12 {
    margin-left: 100%;
  }
  .col-offset-R-lg-12 {
    margin-right: 100%;
  }
}

[class*="icon-"] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

svg.icon-stroke.thin {
  stroke-width: 1;
}

i.i-file {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.2em;
}

i.i-file img {
  width: 2em;
  height: 2em;
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: .875em;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}

@media print, screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}

.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}

.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #444;
}

.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before, .modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close:hover span {
  -webkit-transform: scale(1.25) rotate(45deg);
          transform: scale(1.25) rotate(45deg);
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

#MdTrailer.md-ver {
  padding-top: 178%;
}

#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}

#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-paging {
  font-size: .875em;
  line-height: 1;
  font-family: 'robotolight', sans-serif;
  letter-spacing: -.4em;
}

.list-paging a {
  position: relative;
  text-decoration: none;
}

.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}

.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}

.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}

.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: .35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.list-paging li .current {
  background-color: #222;
  color: #FFF;
}

.list-paging li.prev a {
  padding-left: 24px;
}

.list-paging li.prev a::after {
  left: 4px;
  content: '\e912';
}

.list-paging li.prev a:hover::after {
  color: #555;
}

.list-paging li.prev a:active::after {
  color: #FFF;
}

.list-paging li.next a {
  padding-right: 24px;
}

.list-paging li.next a::after {
  right: 4px;
  content: '\e910';
}

.list-paging li.next a:hover::after {
  color: #555;
}

.list-paging li.next a:active::after {
  color: #FFF;
}

.list-paging li.prev a::after,
.list-paging li.next a::after {
  font-family: 'icons';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.isInView.fast {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isInView.faster {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.isInView.fastest {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.isInView.slow {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.isInView.slower {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.isInView.slowest {
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.isInView.fadeIn {
  opacity: 0 !important;
}

.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}

.isInView.slideIn {
  top: 2rem;
}

.isInView.slideIn.scrlin {
  top: 0;
}

.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

.isInView.shutter.open {
  overflow: hidden;
}

.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.isInView.shutter.open.shutter-rev::after {
  left: 0;
}

.isInView.shutter.open.scrlin::after {
  width: 0;
}

.isInView.delay1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.isInView.delay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.isInView.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.isInView.delay4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.isInView.delay5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.isInView.delay6 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.isInView.delay7 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.isInView.delay8 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.isInView.delay9 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.isInView.delay10 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@-webkit-keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }
  99% {
    left: 100%;
  }
  100% {
    left: 100%;
    display: none;
  }
}

.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}

@media print, screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 4px;
    margin: 0 -4px;
  }
}

.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1em 1.5em;
  line-height: 1.5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 0.92em;
  font-weight: 700;
}

.tab-menu li:hover,
.tab-menu li a:hover {
  background-color: #00356f;
  color: #FFF;
  border-color: #00356f;
}

.tab-menu li:active {
  background-color: #0067d5;
  border-color: #0067d5;
}

.tab-menu li.active {
  background-color: #00356f;
  color: #FFF;
  border-color: #00356f;
}

.tab-menu.page-nav li {
  padding: 0;
}

.tab-menu.page-nav li a {
  display: block;
  padding: 1em 1.5em;
}

.tab-menu.page-nav li.active {
  background-color: #F8F8F8;
  color: #003B70;
  padding: 1em 1.5em;
  border-color: #DDDDDD;
}

.wrap-tab-menu.scrlX {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrap-tab-menu.scrlX::-webkit-scrollbar {
  display: none;
}

.wrap-tab-menu.scrlX ul li {
  white-space: nowrap;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2em;
  z-index: 0;
}

@media print, screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -5px;
  }
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: .92em;
}

.tb-norm.fullW {
  width: 100%;
}

.tb-norm th,
.tb-norm td {
  padding: .5em;
  border: 1px solid #DDD;
  vertical-align: top;
}

@media print, screen and (min-width: 800px) {
  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}

.tb-norm thead th {
  background-color: #004EA2;
  color: #FFF;
  font-weight: 700;
}

.tb-norm tbody th {
  background-color: rgba(0, 78, 162, 0.2);
}

.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
  display: block;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > .col {
    display: table-cell;
    padding: 1em 0;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
  color: #005748;
  padding: .75em 0 .5em;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dt.col {
    width: 30%;
    padding-right: 2em;
    color: #005748;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
  padding-bottom: .75em;
}

@media print, screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl > dd.col {
    width: 70%;
  }
}

.wrap-tb {
  position: relative;
  width: 100%;
}

.wrap-tb.scrl-x {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.wrap-tb.scrl-x > .tb-norm.fullW {
  min-width: 720px;
}

@media print, screen and (min-width: 800px) {
  .wrap-tb.scrl-x {
    overflow-x: visible;
  }
  .wrap-tb.scrl-x > .tb-norm.fullW {
    min-width: inherit;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* UCRI-HEADER
/* ---------------------------------------------------------------------------------------- */
.jump-to-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: none;
}

.jump-to-content a {
  color: #FFF;
}

.ucri-header {
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5em;
  z-index: 10;
  background-color: #003b70;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 800px) {
  .ucri-header {
    height: 4em;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2em rgba(0, 0, 0, 0.6);
  }
}

.ucri-header::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  content: ' ';
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-image: url(../img/ucri-header/bg-ucri-header.jpg);
  z-index: 0;
}

.ucri-header .h1 {
  position: relative;
  display: block;
  padding: 0 1em;
  margin: auto 0;
  padding-top: .15em;
}

.ucri-header .h1 img {
  width: 5.5em;
  height: auto;
}

@media print, screen and (min-width: 800px) {
  .ucri-header .h1 img {
    width: 6.875em;
  }
}

.ucri-header .logo-NICT {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  padding: 0 1em;
}

.ucri-header .logo-NICT img {
  width: 6.25em;
  height: auto;
}

@media print, screen and (min-width: 800px) {
  .ucri-header .logo-NICT img {
    width: 8em;
  }
}

.ucri-header .trigger-ucri {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  margin-left: 0;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 800px) {
  .ucri-header .trigger-ucri {
    display: none;
  }
}

.ucri-header .trigger-ucri i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 1.25em;
  height: 1.25em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.ucri-header .trigger-ucri i svg {
  stroke: #FFF;
  stroke-width: 2;
  width: 100%;
  height: 100%;
}

.ucri-header .trigger-ucri.active i {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

/* ---------------------------------------------------------------------------------------- */
/* UCRI-FOOTER
/* ---------------------------------------------------------------------------------------- */
.ucri-footer-navigation {
  position: relative;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
  background-image: url(../img/ucri-footer/bg-footer-navigation-light.jpg);
  background-color: #dae4ea;
  padding: 3rem 0;
}

.ucri-footer-navigation a {
  color: #003B70;
}

.ucri-footer-navigation dl {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.ucri-footer-navigation dl .dl-inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .ucri-footer-navigation dl .dl-inner {
    width: calc(50% - 1.5em);
  }
}

@media print, screen and (min-width: 800px) {
  .ucri-footer-navigation dl .dl-inner {
    width: calc(25% - 2em);
  }
}

@media print, screen and (min-width: 1200px) {
  .ucri-footer-navigation dl .dl-inner {
    width: calc(25% - 3em);
  }
}

.ucri-footer-navigation dl .dl-inner:not(:last-child) {
  margin-bottom: 1em;
}

.ucri-footer-navigation dl dt {
  font-size: 1.2em;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  border-bottom: 1px dotted #003B70;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

@media screen and (min-width: 576px) {
  .ucri-footer-navigation dl dt {
    font-size: .92em;
  }
}

.ucri-footer-navigation dl dt.indent {
  margin-left: 1em;
}

.ucri-footer-navigation dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}

.ucri-footer-navigation dl dd.indent {
  margin-left: 1em;
}

.ucri-footer-navigation dl dd ul {
  list-style: none;
  letter-spacing: -.4em;
}

.ucri-footer-navigation dl dd ul li {
  position: relative;
  font-size: 1em;
  letter-spacing: 0;
  display: block;
  padding: .25em 0;
  padding-left: 1.15em;
  font-weight: 500;
}

@media screen and (min-width: 576px) {
  .ucri-footer-navigation dl dd ul li {
    font-size: .875em;
    padding: .15em 0;
    padding-left: 1.15em;
  }
}

.ucri-footer-navigation dl dd ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: .75em;
  height: 0;
  border-top: 1px solid #003B70;
  content: ' ';
}

.ucri-footer-navigation.dark {
  background-image: url(../img/ucri-footer/bg-footer-navigation-dark.jpg);
  background-color: #082F4C;
}

.ucri-footer-navigation.dark a {
  color: #FFF;
}

.ucri-footer-navigation.dark dl dt {
  border-color: #9BD1F9;
}

.ucri-footer-navigation.dark dl dt a {
  color: #9BD1F9;
}

.ucri-footer-navigation.dark dl dd ul li::before {
  border-color: #9BD1F9;
}

.ucri-footer {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #00356f;
  padding: 2.5rem 0;
}

.ucri-footer:not(.light) a {
  color: #FFF;
}

.ucri-footer--inner {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ucri-footer--uti {
  font-size: .875em;
}

@media print, screen and (min-width: 1200px) {
  .ucri-footer--uti {
    font-size: .8125em;
  }
}

.ucri-footer--uti ul {
  list-style: none;
  letter-spacing: -.4em;
  margin: 0;
}

.ucri-footer--uti ul li {
  letter-spacing: 0;
  display: block;
  font-weight: 700;
  padding: .25em 0;
}

.ucri-footer--uti ul li:not(:last-child) {
  margin-right: 1.5em;
}

@media screen and (min-width: 576px) {
  .ucri-footer--uti ul li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
  }
}

.ucri-footer .footer-logos {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  padding-top: .5em;
}

@media print, screen and (min-width: 800px) {
  .ucri-footer .footer-logos {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding-top: 1em;
  }
}

.ucri-footer .footer-logo-ucri,
.ucri-footer .footer-logo-nict {
  position: relative;
  width: 9.75em;
  margin: 2em auto 0;
}

@media print, screen and (min-width: 800px) {
  .ucri-footer .footer-logo-ucri,
  .ucri-footer .footer-logo-nict {
    margin: 0;
    width: 12.5em;
  }
}

.ucri-footer .footer-logo-ucri img,
.ucri-footer .footer-logo-nict img {
  width: 100%;
  height: auto;
}

.ucri-footer .footer-logo-ucri img.color,
.ucri-footer .footer-logo-nict img.color {
  display: none;
}

.ucri-footer .footer-logo-ucri {
  width: 8.4375em;
  padding-top: .5em;
}

@media print, screen and (min-width: 800px) {
  .ucri-footer .footer-logo-ucri {
    width: 10.875em;
  }
}

.ucri-footer .copyright {
  text-align: center;
  color: #FFF;
  font-size: .875em;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.ucri-footer.light {
  background-color: #FFF;
}

.ucri-footer.light .ucri-footer--inner {
  border-bottom-color: #004EA2;
}

.ucri-footer.light .copyright {
  color: #004EA2;
}

.ucri-footer.light .footer-logo-nict img.white,
.ucri-footer.light .footer-logo-ucri img.white {
  display: none;
}

.ucri-footer.light .footer-logo-nict img.color,
.ucri-footer.light .footer-logo-ucri img.color {
  display: block;
}

.goto-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 3.5em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  bottom: -4em;
}

.goto-pagetop.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.goto-pagetop--inner {
  position: relative;
  display: block;
  background-color: #001d3c;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goto-pagetop--inner:hover {
  background-color: #000409;
}

.goto-pagetop--inner:hover i {
  top: -.15em;
}

.goto-pagetop--inner i {
  position: relative;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 3.5em;
  height: 3.5em;
  padding: 1em;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

.goto-pagetop--inner i svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
}

.goto-pagetop--inner .txt {
  display: block;
  font-size: .8125em;
  white-space: nowrap;
  color: #FFF;
  padding-left: 1.5em;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------------------------- */
/* UCRI-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.ucri-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  z-index: -1;
}

@media print, screen and (min-width: 800px) {
  .ucri-navigation {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    max-height: none;
    z-index: 1;
  }
}

@media screen and (max-width: 799px) {
  .ucri-navigation.active {
    top: 100%;
    visibility: visible;
    opacity: 1;
    max-height: none;
  }
}

.ucri-navigation ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.ucri-navigation ul li {
  position: relative;
  height: 3.5em;
  width: 33.33333333%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media print, screen and (min-width: 800px) {
  .ucri-navigation ul li {
    width: 12.5em;
    height: 4em;
  }
}

.ucri-navigation ul li > span {
  display: block;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .ucri-navigation ul li > span {
    font-size: 0.875em;
  }
}

.ucri-navigation ul li > span .ja,
.ucri-navigation ul li > span .en {
  display: block;
  width: 100%;
  text-align: center;
}

.ucri-navigation ul li > span .ja {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.ucri-navigation ul li > span .ja small {
  font-size: 0.75em;
  font-size: 1em;
}

.ucri-navigation ul li > span .en {
  font-size: 0.7125em;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.ucri-navigation ul li:nth-child(1) {
  background-color: #004ea2;
}

.ucri-navigation ul li:nth-child(1):hover, .ucri-navigation ul li:nth-child(1).active {
  background-color: #004289;
}

.ucri-navigation ul li:nth-child(2) {
  background-color: #0068b7;
}

.ucri-navigation ul li:nth-child(2):hover, .ucri-navigation ul li:nth-child(2).active {
  background-color: #005a9e;
}

.ucri-navigation ul li:nth-child(3) {
  background-color: #0081cc;
}

.ucri-navigation ul li:nth-child(3):hover, .ucri-navigation ul li:nth-child(3).active {
  background-color: #0071b3;
}

.wrap-UCRI-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -2;
  text-align: left;
  margin-top: 3.5em;
}

@media print, screen and (min-width: 800px) {
  .wrap-UCRI-dropdown-menu {
    margin-top: 0;
  }
}

.wrap-UCRI-dropdown-menu a {
  color: #FFF;
}

.UCRI-dropdown-menu {
  position: absolute;
  top: -5em;
  left: 0;
  background-color: #00203d;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  overflow: hidden;
}

.UCRI-dropdown-menu.active {
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
  pointer-events: all;
}

.UCRI-dropdown-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  content: ' ';
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #004289), color-stop(50%, #004289), to(rgba(0, 66, 137, 0)));
  background: linear-gradient(to right, #004289 0, #004289 50%, rgba(0, 66, 137, 0) 100%);
}

.UCRI-dropdown-menu--bgimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: 0;
  opacity: .4;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .UCRI-dropdown-menu--bgimg {
    width: 80%;
  }
}

.UCRI-dropdown-menu--inner {
  position: relative;
  padding: 2em;
  z-index: 3;
}

@media print, screen and (min-width: 800px) {
  .UCRI-dropdown-menu--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 4em;
    padding-right: 2em;
  }
}

.UCRI-dropdown-menu:nth-child(1) {
  background-color: #004ea2;
  background-color: #004289;
}

.UCRI-dropdown-menu:nth-child(1) .UCRI-dropdown-menu--bgimg {
  background-image: url(../img/shortcut1.jpg);
}

.UCRI-dropdown-menu:nth-child(1)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #004289), color-stop(50%, #004289), to(rgba(0, 66, 137, 0)));
  background: linear-gradient(to right, #004289 0, #004289 50%, rgba(0, 66, 137, 0) 100%);
}

.UCRI-dropdown-menu:nth-child(2) {
  background-color: #0068b7;
  background-color: #005a9e;
}

.UCRI-dropdown-menu:nth-child(2) .UCRI-dropdown-menu--bgimg {
  background-image: url(../img/shortcut2.jpg);
}

.UCRI-dropdown-menu:nth-child(2)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #005a9e), color-stop(50%, #005a9e), to(rgba(0, 90, 158, 0)));
  background: linear-gradient(to right, #005a9e 0, #005a9e 50%, rgba(0, 90, 158, 0) 100%);
}

.UCRI-dropdown-menu:nth-child(3) {
  background-color: #0081cc;
  background-color: #0071b3;
}

.UCRI-dropdown-menu:nth-child(3) .UCRI-dropdown-menu--bgimg {
  background-image: url(../img/shortcut3.jpg);
}

.UCRI-dropdown-menu:nth-child(3)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0071b3), color-stop(50%, #0071b3), to(rgba(0, 113, 179, 0)));
  background: linear-gradient(to right, #0071b3 0, #0071b3 50%, rgba(0, 113, 179, 0) 100%);
}

.UCRI-dropdown-menu--title {
  font-size: .8em;
  margin-bottom: 2em;
}

@media print, screen and (min-width: 800px) {
  .UCRI-dropdown-menu--title {
    width: 25%;
    font-size: 1em;
    margin-bottom: 0;
  }
}

.UCRI-dropdown-menu--title span {
  display: block;
}

.UCRI-dropdown-menu--title span.ja {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: .2em;
}

.UCRI-dropdown-menu--title span.en {
  font-size: .8125em;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .25em;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  color: #CAE8FF;
  font-weight: 500;
}

.UCRI-dropdown-menu--navigation {
  position: relative;
  font-size: .92em;
  font-weight: 700;
}

@media print, screen and (min-width: 800px) {
  .UCRI-dropdown-menu--navigation {
    width: 75%;
  }
}

.UCRI-dropdown-menu--navigation > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: 0;
}

.UCRI-dropdown-menu--navigation > ul > li {
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  padding-right: 2em;
  margin-bottom: 1em;
}

@media screen and (min-width: 576px) {
  .UCRI-dropdown-menu--navigation > ul > li {
    width: 50%;
  }
}

@media print, screen and (min-width: 800px) {
  .UCRI-dropdown-menu--navigation > ul > li {
    width: 33.33333333%;
  }
}

.UCRI-dropdown-menu--navigation > ul > li.fullW {
  width: 100%;
}

.UCRI-dropdown-menu--navigation > ul > li.has-children .ti {
  display: block;
  font-size: 1.08em;
  opacity: .75;
}

@media screen and (min-width: 768px) {
  .UCRI-dropdown-menu--navigation > ul > li.has-children .ti {
    font-size: 1.15em;
  }
}

.UCRI-dropdown-menu--navigation > ul > li.has-children .children {
  font-weight: 700;
  margin-top: .75em;
  margin-left: 1em;
}

.UCRI-dropdown-menu--navigation > ul > li.has-children .children li {
  margin-bottom: .75em;
}

@media print, screen and (min-width: 800px) {
  .UCRI-dropdown-menu--navigation > ul.list-half > li {
    width: 50%;
  }
}

.UCRI-dropdown-menu--navigation a {
  position: relative;
  margin-left: 1.25em;
  display: inline-block;
}

.UCRI-dropdown-menu--navigation a i:not(.plain) {
  position: absolute;
  top: .2em;
  left: -1.25em;
  width: 1em;
  height: 1em;
}

.UCRI-dropdown-menu--navigation a i:not(.plain) svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
  stroke-width: 2;
}

.UCRI-dropdown-menu--navigation a i.i-ext {
  position: absolute;
  top: -.075em;
  left: -1.75em;
  width: 1.5em;
  height: 1.5em;
}

.UCRI-dropdown-menu--navigation a i.i-ext svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
  stroke-width: 1.5;
}

.UCRI-dropdown-menu--navigation a small {
  font-size: .75em;
}

.UCRI-dropdown-menu .btn-close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.UCRI-dropdown-menu .btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4em;
  height: 1.4em;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.UCRI-dropdown-menu .btn-close span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0;
  border-top: 1px solid #FFF;
}

.UCRI-dropdown-menu .btn-close span::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  height: 100%;
  width: 0;
  border-left: 1px solid #FFF;
}

.regional-navigation {
  text-align: left;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.regional-navigation dl {
  position: relative;
  z-index: 10;
}

.regional-navigation dl dt {
  position: relative;
  font-weight: 700;
  padding: 1.15em .75em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  background-color: #003B70;
  border-radius: .2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.regional-navigation dl dt i {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  display: block;
  vertical-align: middle;
}

.regional-navigation dl dt i::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0;
  content: ' ';
  margin-top: -3px;
  border-top: 1px solid #FFF;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.regional-navigation dl dt i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0;
  margin-bottom: -3px;
  content: ' ';
  border-top: 1px solid #FFF;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.regional-navigation dl dt span {
  position: relative;
  display: inline-block;
  height: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  color: #FFF;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media print, screen and (min-width: 800px) {
  .regional-navigation dl dt {
    display: none;
  }
}

.regional-navigation dl dt.active i::before, .regional-navigation dl dt.active i::after {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 799px) {
  .regional-navigation dl dt.active + dd {
    visibility: visible;
    opacity: 1;
    max-height: 9999em;
    overflow: visible;
  }
}

.regional-navigation dl dd {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation dl dd {
    position: relative;
    top: inherit;
    left: inherit;
    overflow: visible;
    visibility: visible;
    max-height: 99999px;
    opacity: 1;
  }
}

.regional-navigation ul:not(.years-menu) {
  letter-spacing: -.4em;
  list-style: none;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  border-radius: .25em;
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.regional-navigation ul:not(.years-menu) li {
  position: relative;
  letter-spacing: 0;
  display: block;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  margin: 0;
  border-bottom: 1px dotted #AAA;
  z-index: 1;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li {
    border-bottom-color: #AAA;
  }
}

@media screen and (max-width: 799px) {
  .regional-navigation ul:not(.years-menu) li:last-child {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li:first-child {
    border-top: 1px dotted #AAA;
  }
}

.regional-navigation ul:not(.years-menu) li.current a,
.regional-navigation ul:not(.years-menu) li.current > span {
  color: #004EA2;
  padding-left: 1.5em;
}

.regional-navigation ul:not(.years-menu) li.current a::before,
.regional-navigation ul:not(.years-menu) li.current > span::before {
  width: 100%;
}

.regional-navigation ul:not(.years-menu) li.current a::after,
.regional-navigation ul:not(.years-menu) li.current > span::after {
  width: 1.125em;
}

.regional-navigation ul:not(.years-menu) li a,
.regional-navigation ul:not(.years-menu) li > span {
  position: relative;
  display: block;
  padding: 1.5em 1em;
  font-weight: 700;
  z-index: 1;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li a,
  .regional-navigation ul:not(.years-menu) li > span {
    font-size: .92em;
    padding: 1.25em 0;
    padding-left: 1em;
  }
}

.regional-navigation ul:not(.years-menu) li a::before,
.regional-navigation ul:not(.years-menu) li > span::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 1px solid #004EA2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.regional-navigation ul:not(.years-menu) li a::after,
.regional-navigation ul:not(.years-menu) li > span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: .5em;
  height: 0;
  content: ' ';
  border-top: 1px solid rgba(0, 59, 112, 0.4);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.regional-navigation ul:not(.years-menu) li a:hover,
.regional-navigation ul:not(.years-menu) li > span:hover {
  color: #004EA2;
  padding-left: 1.5em;
}

.regional-navigation ul:not(.years-menu) li a:hover::before,
.regional-navigation ul:not(.years-menu) li > span:hover::before {
  width: 100%;
}

.regional-navigation ul:not(.years-menu) li a:hover::after,
.regional-navigation ul:not(.years-menu) li > span:hover::after {
  width: 1.125em;
}

.regional-navigation ul:not(.years-menu) li a.disabled,
.regional-navigation ul:not(.years-menu) li > span.disabled {
  pointer-events: none;
  color: #555;
  background-color: #222;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li a.disabled,
  .regional-navigation ul:not(.years-menu) li > span.disabled {
    color: #888;
    background-color: #DDD;
  }
}

@media screen and (max-width: 799px) {
  .regional-navigation ul:not(.years-menu) li > span:hover::before {
    width: 1em;
  }
}

.regional-navigation ul:not(.years-menu) li.parent {
  position: relative;
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li.parent:hover .children {
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li.parent ul.children {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    padding: 1.5em 1em;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 800px) {
  .regional-navigation ul:not(.years-menu) li.parent ul.children li {
    display: block;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
body {
  background-color: #F8F8F8;
}

.wrapper {
  position: relative;
  width: 100%;
  z-index: 0;
}

.content {
  position: relative;
  z-index: 1;
  padding-top: 3.5em;
  display: block;
}

@media print, screen and (min-width: 800px) {
  .content {
    padding-top: 4em;
  }
}

.sp-top {
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}

@media print, screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}

.sp-btm {
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}

@media print, screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}

.page-header {
  position: relative;
  padding: 0 1em;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px dotted #AAA;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 800px) {
  .page-header {
    padding: 0 2em;
    margin-bottom: 2.5em;
  }
}

@media print, screen and (min-width: 1200px) {
  .page-header {
    padding: 0 3em;
  }
}

.page-header.no-sp-btm {
  margin-bottom: 0;
}

.page-header h1 {
  margin: 0;
  color: #004EA2;
}

.page-header h1 span {
  position: relative;
  padding: 1.5em 0;
  display: block;
}

@media print, screen and (min-width: 800px) {
  .page-header h1 span {
    padding: 1.5em 0;
  }
}

.page-header h1 span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0;
  content: ' ';
  border-top: 3px solid #004EA2;
}

.content-body {
  position: relative;
}

.content-body:not(.no-sp-bottom) {
  padding-bottom: 3.5em;
}

@media print, screen and (min-width: 800px) {
  .content-body:not(.no-sp-bottom) {
    padding-bottom: 5.5em;
  }
}

.content-with-cols {
  position: relative;
}

@media print, screen and (min-width: 800px) {
  .content-with-cols {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media print, screen and (min-width: 800px) {
  .content-with-cols.thin-side .col-left {
    width: 12em;
  }
}

@media print, screen and (min-width: 800px) {
  .content-with-cols.thin-side .col-main {
    width: calc(100% - 12em);
  }
}

.content-with-cols .col-left {
  position: relative;
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 800px) {
  .content-with-cols .col-left {
    width: 25%;
    padding-right: 3em;
  }
}

@media print, screen and (min-width: 1200px) {
  .content-with-cols .col-left {
    padding-right: 4em;
  }
}

@media screen and (min-width: 768px) {
  .content-with-cols .col-left .regional-navigation {
    padding-top: 2.5em;
  }
}

@media print, screen and (min-width: 800px) {
  .content-with-cols .col-main {
    width: calc(100% - 25%);
  }
}

.sticky-menu {
  position: relative;
}

.sticky-menu--header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.sticky-menu--header li {
  background-color: #F9F9F9;
}

.sticky-menu--body {
  position: relative;
}

.years-menu {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.years-menu li {
  width: 25%;
  text-align: center;
  padding: .15em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .years-menu li {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 1200px) {
  .years-menu li {
    width: 10%;
  }
}

.years-menu li span,
.years-menu li a {
  font-size: .92em;
  display: block;
  padding: 1em .5em;
  border: 1px solid #004EA2;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.years-menu li a:hover,
.years-menu li span {
  background-color: #004EA2;
  color: #FFF;
}

.wrap-site-header {
  position: relative;
  padding-top: 2.5em;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header {
    padding-top: 0;
  }
}

.wrap-site-header.low-profile {
  background-color: #001d3c;
  background: linear-gradient(-135deg, #001d3c 0, #003a79 100%);
  padding-bottom: .5em;
}

@media screen and (max-width: 799px) {
  .wrap-site-header.low-profile {
    padding-top: 0;
  }
}

.wrap-site-header.low-profile .site-header {
  position: relative;
  padding-bottom: .5em;
}

.wrap-site-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header {
    padding: 2em;
  }
}

.wrap-site-header .site-header .site-header--inner {
  position: relative;
  text-align: left;
  pointer-events: all;
  width: 100%;
  height: 3.5em;
  padding-left: 1em;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header .site-header--inner {
    height: 4.5em;
    border-radius: .15em;
    padding-left: 1.5em;
  }
}

.wrap-site-header .site-header--title {
  color: #2580CC;
  font-size: .8125em;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header--title {
    font-size: 1em;
  }
}

.wrap-site-header .site-header--title.with-logo span {
  padding-left: 7em;
  margin-left: -1.5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo span {
    padding-left: 8em;
  }
}

.wrap-site-header .site-header--title.with-logo .logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7em;
  display: block;
  padding: 0 .5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo .logo {
    width: 8em;
  }
}

.wrap-site-header .site-header--title.with-logo .logo img {
  width: 100%;
  height: auto;
}

.wrap-site-header .site-header--title.with-logo.logo-sml span {
  padding-left: 5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo.logo-sml span {
    padding-left: 5.625em;
  }
}

.wrap-site-header .site-header--title.with-logo.logo-sml .logo {
  width: 5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo.logo-sml .logo {
    width: 5.625em;
  }
}

.wrap-site-header .site-header--title.with-logo.logo-cut-side span {
  padding-left: 5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo.logo-cut-side span {
    padding-left: 5.625em;
  }
}

.wrap-site-header .site-header--title.with-logo.logo-cut-side .logo {
  width: 5em;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--title.with-logo.logo-cut-side .logo {
    width: 5.625em;
  }
}

.wrap-site-header .site-header--title.with-logo.logo-cut-side .logo img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 133%;
  max-width: none;
}

.wrap-site-header .site-header--title span {
  display: block;
}

.wrap-site-header .site-header--title span.upper {
  font-size: 1.085em;
  line-height: 1.2;
}

.wrap-site-header .site-header--title span.upper.en {
  font-size: 1.08em;
}

.wrap-site-header .site-header--title span.lower {
  font-size: .75em;
  color: #1d65a1;
}

.wrap-site-header .site-header--title span.ja {
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.wrap-site-header .site-header--title span.en {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.wrap-site-header .site-header--right {
  letter-spacing: -.4em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header--right {
    margin-right: -1rem;
  }
}

@media print, screen and (max-width: 1199px) {
  .wrap-site-header .site-header--navigation {
    position: absolute;
    top: 100%;
    left: 0;
    letter-spacing: 0;
    width: 100%;
    background-color: #F5F5F5;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    z-index: -1;
    padding-top: 1em;
    margin-top: -1em;
    border-radius: .15em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0%;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .wrap-site-header .site-header--navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
}

@media print, screen and (max-width: 1199px) {
  .wrap-site-header .site-header--navigation.show {
    top: 100%;
    visibility: visible;
    opacity: 1;
    max-height: 999999em;
  }
}

.wrap-site-header .site-header--navigation ul {
  letter-spacing: -.4em;
  margin: 0;
  padding: .5em 1em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--navigation ul {
    text-align: right;
  }
}

@media print, screen and (min-width: 1200px) {
  .wrap-site-header .site-header--navigation ul {
    text-align: left;
    padding: 0;
  }
}

.wrap-site-header .site-header--navigation ul li {
  letter-spacing: 0;
  display: inline-block;
  font-size: .92em;
  margin: 0;
  padding: .5em 0;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--navigation ul li {
    padding: 0;
  }
}

.wrap-site-header .site-header--navigation ul li:not(:last-child) {
  margin-right: 1.5em;
}

@media print, screen and (min-width: 1200px) {
  .wrap-site-header .site-header--navigation ul li:not(:last-child) {
    margin-right: 2em;
  }
}

@media print, screen and (min-width: 1200px) {
  .wrap-site-header .site-header--navigation ul li {
    margin-right: 2em;
  }
}

.wrap-site-header .site-header--navigation ul li a {
  display: block;
  padding: .5em 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--navigation ul li a {
    padding: 1em 0;
  }
}

.wrap-site-header .site-header--uti {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 0.75em rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 575px) {
  .wrap-site-header .site-header--uti {
    display: none;
  }
}

.wrap-site-header .site-header--uti > div {
  float: left;
  display: block;
}

.wrap-site-header .site-header--uti > div a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  height: 3em;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  background-color: #003B70;
  padding: 0 .5em;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header--uti > div a {
    height: 3.5em;
    padding: 0 1em;
  }
}

.wrap-site-header .site-header--uti > div a i {
  width: 2em;
  height: 2em;
  display: block;
  margin-top: -.5em;
}

@media screen and (min-width: 768px) {
  .wrap-site-header .site-header--uti > div a i {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header--uti > div a i {
    width: 2.5em;
    height: 2.5em;
  }
}

.wrap-site-header .site-header--uti > div a i img {
  width: 100%;
  height: 100%;
}

.wrap-site-header .site-header--uti > div a span {
  font-size: .8125em;
  display: block;
  padding-left: .5rem;
}

@media screen and (max-width: 767px) {
  .wrap-site-header .site-header--uti > div a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: rgba(0, 59, 112, 0.85);
    padding: .5em;
    font-size: .4em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.wrap-site-header .site-header--uti > div a span.dline {
  font-size: .685em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .wrap-site-header .site-header--uti > div a span.dline {
    font-size: .4em;
    text-align: center;
  }
}

.wrap-site-header .site-header--uti > div:not(:last-child) {
  border-right: 1px solid rgba(0, 59, 112, 0.9);
}

.wrap-site-header .site-header--uti > div:first-child a {
  border-radius: .25em 0 0 .25em;
}

@media print, screen and (min-width: 800px) {
  .wrap-site-header .site-header--uti > div:last-child a {
    border-radius: 0 .25em .25em 0;
  }
}

.wrap-site-header .site-header--uti.no-lang > div:first-child a {
  border-radius: .25em;
}

.wrap-site-header .site-header--uti.no-lang > div:not(:last-child) {
  border-right: none;
}

.wrap-site-header .site-header--uti-sml {
  position: relative;
  letter-spacing: 0;
  display: block;
  padding: .75em 1em .5em;
  font-size: .92em;
  border-top: 1px dotted #AAA;
}

@media screen and (min-width: 576px) {
  .wrap-site-header .site-header--uti-sml {
    display: none;
  }
}

.wrap-site-header .site-header--uti-sml > div {
  display: inline-block;
}

.wrap-site-header .site-header--uti-sml > div.access {
  padding-right: 1em;
}

.wrap-site-header .site-header--uti-sml > div a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.wrap-site-header .site-header--uti-sml > div a i {
  width: 2em;
  height: 2em;
  display: block;
}

.wrap-site-header .site-header--uti-sml > div a i img {
  width: 100%;
  height: 100%;
}

.wrap-site-header .site-header--uti-sml > div a span {
  display: block;
  padding-left: .25em;
}

.wrap-site-header .page-title {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 3.5em;
  padding-top: 4.5em;
}

.wrap-site-header .page-title h1 {
  margin: 0;
  padding-top: 2.75em;
  padding-bottom: 2em;
  color: #FFF;
}

.wrap-site-header .site-header-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #001d3c;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-site-header .site-header-bgimg img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrap-site-header + .scn-norm {
  padding-top: 0;
}

.site-header--trig {
  position: relative;
  width: 3em;
  height: 3em;
  padding: 0.25em 0.5em;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25em;
  margin-right: .15em;
}

@media print, screen and (min-width: 800px) {
  .site-header--trig {
    margin-right: .5em;
    width: 3.5em;
    height: 3.5em;
    padding: 0.5em 0.75em;
  }
}

@media print, screen and (min-width: 1200px) {
  .site-header--trig {
    display: none;
  }
}

.site-header--trig .site-header--trig--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.site-header--trig .site-header--trig--wrap .bar--nav {
  position: absolute;
  top: 0.4375em;
  left: 0;
  width: 100%;
  height: 1.125em;
  display: block;
  overflow: hidden;
}

.site-header--trig .site-header--trig--wrap .bar--nav span {
  position: absolute;
  left: 0;
  border-top: 1px solid #003B70;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-header--trig .site-header--trig--wrap .bar--nav span.top {
  top: 0;
  width: 100%;
}

.site-header--trig .site-header--trig--wrap .bar--nav span.mid {
  top: 50%;
  width: 100%;
  margin-top: -1px;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.site-header--trig .site-header--trig--wrap .bar--nav span.btm {
  top: 100%;
  width: 100%;
  margin-top: -2px;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.site-header--trig .site-header--trig--wrap .bar--close {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 2em;
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header--trig .site-header--trig--wrap .bar--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.site-header--trig .site-header--trig--wrap .bar--close span.ver {
  width: 0;
  height: 0%;
  margin-left: -1px;
  border-left: 1px solid #003B70;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header--trig .site-header--trig--wrap .bar--close span.hori {
  width: 0%;
  height: 0;
  border-top: 1px solid #003B70;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

.site-header--trig .ti {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2em;
  text-align: center;
  font-size: 0.5625em;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: .1em;
  color: #003B70;
  overflow: hidden;
}

.site-header--trig .ti span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header--trig .ti span:nth-child(1) {
  top: 0;
}

.site-header--trig .ti span:nth-child(2) {
  top: 2em;
}

@media print, screen and (min-width: 960px) {
  .site-header--trig .ti {
    font-size: 9px;
  }
}

.site-header--trig.active {
  right: 0;
}

.site-header--trig.active .ti span:nth-child(1) {
  top: -2em;
}

.site-header--trig.active .ti span:nth-child(2) {
  top: 0;
}

.site-header--trig.active .site-header--trig--wrap .bar--nav span.top, .site-header--trig.active .site-header--trig--wrap .bar--nav span.mid, .site-header--trig.active .site-header--trig--wrap .bar--nav span.btm {
  left: 100%;
}

.site-header--trig.active .site-header--trig--wrap .bar--close span.ver {
  height: 100%;
}

.site-header--trig.active .site-header--trig--wrap .bar--close span.hori {
  width: 100%;
}

.site-header--trig.active:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header--trig.active:hover .site-header--trig--wrap .bar--close .ver {
  -webkit-animation: triggerCloseHoverVer 0.35s forwards;
          animation: triggerCloseHoverVer 0.35s forwards;
}

.site-header--trig.active:hover .site-header--trig--wrap .bar--close .hori {
  -webkit-animation: triggerCloseHoverHori 0.35s forwards;
          animation: triggerCloseHoverHori 0.35s forwards;
}

.site-header--trig:not(.active):hover .site-header--trig--wrap .bar--nav span {
  -webkit-animation: triggerHover 0.35s forwards;
          animation: triggerHover 0.35s forwards;
}

@-webkit-keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}

@keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}

@keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}

.breadcrumb {
  position: relative;
  padding-left: 1.23em;
  font-size: .75em;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: left;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

@media print, screen and (min-width: 800px) {
  .breadcrumb {
    padding-left: 4em;
  }
}

.breadcrumb.second-home {
  position: absolute;
  top: 5em;
  left: 0;
  z-index: 4;
}

@media print, screen and (min-width: 800px) {
  .breadcrumb.second-home {
    top: 4.5em;
    padding-top: 4.5em;
  }
}

.breadcrumb.second-home.light ul li i svg {
  stroke: #666;
}

.breadcrumb.second-home.light ul li span,
.breadcrumb.second-home.light ul li a {
  color: #003B70;
}

.breadcrumb.second-home.light ul li span {
  color: #303030;
}

.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
  font-size: .8125em;
}

@media screen and (min-width: 768px) {
  .breadcrumb ul {
    font-size: 1em;
  }
}

.breadcrumb ul li {
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb ul li:not(:last-child) {
  padding-right: 2.5em;
}

.breadcrumb ul li:not(:first-child) {
  padding-left: .75em;
}

.breadcrumb ul li i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1em;
  height: 2em;
  width: 2em;
  opacity: .5;
}

.breadcrumb ul li i svg {
  height: 100%;
  width: auto;
  stroke: #BBB;
  stroke-width: 1;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
  display: block;
  padding: .5em 0;
  color: #FFF;
}

.breadcrumb ul li span {
  opacity: .7;
}

.breadcrumb + .scn-norm {
  padding-top: 0;
}

.scn-norm,
.scn-home,
.home-lead-block {
  position: relative;
  padding: 2em 0;
}

@media screen and (min-width: 768px) {
  .scn-norm,
  .scn-home,
  .home-lead-block {
    padding: 2.5em 0;
  }
}

.scn-norm.scn-only-smp,
.scn-home.scn-only-smp,
.home-lead-block.scn-only-smp {
  display: none;
}

@media screen and (max-width: 799px) {
  .scn-norm.scn-only-smp,
  .scn-home.scn-only-smp,
  .home-lead-block.scn-only-smp {
    display: block;
  }
}

.scn-norm.scn-only-smp p.lead,
.scn-home.scn-only-smp p.lead,
.home-lead-block.scn-only-smp p.lead {
  font-weight: 700;
  color: colros(prA);
}

.scn-norm.sp-sml,
.scn-home.sp-sml,
.home-lead-block.sp-sml {
  padding: 1em 0;
}

@media screen and (min-width: 768px) {
  .scn-norm.sp-sml,
  .scn-home.sp-sml,
  .home-lead-block.sp-sml {
    padding: 1.5em 0;
  }
}

.scn-norm.dbl-sp-btm,
.scn-home.dbl-sp-btm,
.home-lead-block.dbl-sp-btm {
  padding-bottom: 3em;
}

@media screen and (min-width: 768px) {
  .scn-norm.dbl-sp-btm,
  .scn-home.dbl-sp-btm,
  .home-lead-block.dbl-sp-btm {
    padding-bottom: 4em;
  }
}

.scn-norm.clrd,
.scn-home.clrd,
.home-lead-block.clrd {
  padding: 3em 0;
}

@media screen and (min-width: 768px) {
  .scn-norm.clrd,
  .scn-home.clrd,
  .home-lead-block.clrd {
    padding: 4em 0;
  }
}

.scn-norm.clrd.white,
.scn-home.clrd.white,
.home-lead-block.clrd.white {
  background-color: rgba(255, 255, 255, 0.9);
}

.scn-norm.clrd + .scn-norm,
.scn-home.clrd + .scn-norm,
.home-lead-block.clrd + .scn-norm {
  padding-top: 3em;
}

@media screen and (min-width: 768px) {
  .scn-norm.clrd + .scn-norm,
  .scn-home.clrd + .scn-norm,
  .home-lead-block.clrd + .scn-norm {
    padding-top: 4em;
  }
}

.scn-norm.clrd.sp-sml,
.scn-home.clrd.sp-sml,
.home-lead-block.clrd.sp-sml {
  padding: 1.5em 0;
}

@media screen and (min-width: 768px) {
  .scn-norm.clrd.sp-sml,
  .scn-home.clrd.sp-sml,
  .home-lead-block.clrd.sp-sml {
    padding: 2em 0;
  }
}

.scn-norm.clrd.dbl-sp-btm,
.scn-home.clrd.dbl-sp-btm,
.home-lead-block.clrd.dbl-sp-btm {
  padding-bottom: 5em;
}

@media screen and (min-width: 768px) {
  .scn-norm.clrd.dbl-sp-btm,
  .scn-home.clrd.dbl-sp-btm,
  .home-lead-block.clrd.dbl-sp-btm {
    padding-bottom: 7em;
  }
}

.scn-norm.last,
.scn-home.last,
.home-lead-block.last {
  padding-bottom: 5em;
}

@media screen and (min-width: 768px) {
  .scn-norm.last,
  .scn-home.last,
  .home-lead-block.last {
    padding-bottom: 7em;
  }
}

.scn-norm.no-sp,
.scn-home.no-sp,
.home-lead-block.no-sp {
  padding: 0;
}

.scn-norm.no-sp-top,
.scn-home.no-sp-top,
.home-lead-block.no-sp-top {
  padding-top: 0;
}

.scn-norm.no-sp-bottom,
.scn-home.no-sp-bottom,
.home-lead-block.no-sp-bottom {
  padding-bottom: 0;
}

.scn-norm.row-divide-half,
.scn-home.row-divide-half,
.home-lead-block.row-divide-half {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev,
.home-lead-block.row-divide-half.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.scn-norm.row-divide-half > .col,
.scn-home.row-divide-half > .col,
.home-lead-block.row-divide-half > .col {
  position: relative;
  width: 50%;
}

.scn-norm .palt,
.scn-home .palt,
.home-lead-block .palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.scn-norm em,
.scn-home em,
.home-lead-block em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.scn-norm .no-heading-icon,
.scn-home .no-heading-icon,
.home-lead-block .no-heading-icon {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .scn-norm .no-heading-icon,
  .scn-home .no-heading-icon,
  .home-lead-block .no-heading-icon {
    margin-bottom: 1.5em;
  }
}

.scn-norm .no-heading-icon i,
.scn-home .no-heading-icon i,
.home-lead-block .no-heading-icon i {
  position: absolute;
  top: 0;
  left: 4px;
  width: 1.25em;
  height: 0;
  border-top: 2px solid #0081CC;
  display: block;
}

.scn-norm .no-heading-icon i::before, .scn-norm .no-heading-icon i::after,
.scn-home .no-heading-icon i::before,
.scn-home .no-heading-icon i::after,
.home-lead-block .no-heading-icon i::before,
.home-lead-block .no-heading-icon i::after {
  position: absolute;
  top: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: 2px solid #0081CC;
}

.scn-norm .no-heading-icon i::before,
.scn-home .no-heading-icon i::before,
.home-lead-block .no-heading-icon i::before {
  left: -6px;
}

.scn-norm .no-heading-icon i::after,
.scn-home .no-heading-icon i::after,
.home-lead-block .no-heading-icon i::after {
  right: -6px;
}

.scn-norm h2:not(.plain):not(.left):not(.center),
.scn-home h2:not(.plain):not(.left):not(.center),
.home-lead-block h2:not(.plain):not(.left):not(.center) {
  position: relative;
  padding-top: 0.5em;
}

.scn-norm h2:not(.plain):not(.left):not(.center) i,
.scn-home h2:not(.plain):not(.left):not(.center) i,
.home-lead-block h2:not(.plain):not(.left):not(.center) i {
  position: absolute;
  top: 0;
  left: 4px;
  width: 1.25em;
  height: 0;
  border-top: 2px solid #0081CC;
  display: block;
}

.scn-norm h2:not(.plain):not(.left):not(.center) i::before, .scn-norm h2:not(.plain):not(.left):not(.center) i::after,
.scn-home h2:not(.plain):not(.left):not(.center) i::before,
.scn-home h2:not(.plain):not(.left):not(.center) i::after,
.home-lead-block h2:not(.plain):not(.left):not(.center) i::before,
.home-lead-block h2:not(.plain):not(.left):not(.center) i::after {
  position: absolute;
  top: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: 2px solid #0081CC;
}

.scn-norm h2:not(.plain):not(.left):not(.center) i::before,
.scn-home h2:not(.plain):not(.left):not(.center) i::before,
.home-lead-block h2:not(.plain):not(.left):not(.center) i::before {
  left: -6px;
}

.scn-norm h2:not(.plain):not(.left):not(.center) i::after,
.scn-home h2:not(.plain):not(.left):not(.center) i::after,
.home-lead-block h2:not(.plain):not(.left):not(.center) i::after {
  right: -6px;
}

.scn-norm h2.left,
.scn-home h2.left,
.home-lead-block h2.left {
  position: relative;
  padding-left: 0.75em;
}

.scn-norm h2.left i,
.scn-home h2.left i,
.home-lead-block h2.left i {
  position: absolute;
  top: 10%;
  left: 0;
  width: 0;
  height: 80%;
  border-left: 2px solid #0081CC;
  display: block;
}

.scn-norm h2.left i::before, .scn-norm h2.left i::after,
.scn-home h2.left i::before,
.scn-home h2.left i::after,
.home-lead-block h2.left i::before,
.home-lead-block h2.left i::after {
  position: absolute;
  left: 0;
  margin-left: -5px;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: 2px solid #0081CC;
}

.scn-norm h2.left i::before,
.scn-home h2.left i::before,
.home-lead-block h2.left i::before {
  top: -6px;
}

.scn-norm h2.left i::after,
.scn-home h2.left i::after,
.home-lead-block h2.left i::after {
  bottom: -6px;
}

.scn-norm h2.center,
.scn-home h2.center,
.home-lead-block h2.center {
  position: relative;
  padding-top: 0.75em;
  text-align: center;
}

.scn-norm h2.center i,
.scn-home h2.center i,
.home-lead-block h2.center i {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 0;
  border-top: 2px solid #0081CC;
  display: block;
}

.scn-norm h2.center i::before, .scn-norm h2.center i::after,
.scn-home h2.center i::before,
.scn-home h2.center i::after,
.home-lead-block h2.center i::before,
.home-lead-block h2.center i::after {
  position: absolute;
  top: 0;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  content: " ";
  border-radius: 50%;
  border: 2px solid #0081CC;
}

.scn-norm h2.center i::before,
.scn-home h2.center i::before,
.home-lead-block h2.center i::before {
  left: -6px;
}

.scn-norm h2.center i::after,
.scn-home h2.center i::after,
.home-lead-block h2.center i::after {
  right: -6px;
}

.scn-norm h3:not(.plain),
.scn-home h3:not(.plain),
.home-lead-block h3:not(.plain) {
  position: relative;
  padding-bottom: 0.75em;
  display: block;
}

.scn-norm h3:not(.plain)::before,
.scn-home h3:not(.plain)::before,
.home-lead-block h3:not(.plain)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 4px;
  border: 1px solid rgba(0, 78, 162, 0.2);
  border-radius: 2px;
  background-color: #fff;
}

.scn-norm h3:not(.plain)::after,
.scn-home h3:not(.plain)::after,
.home-lead-block h3:not(.plain)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 2em;
  height: 4px;
  border: 1px solid #004EA2;
  border-radius: 2px;
  background-color: #fff;
}

.scn-norm h4:not(.plain),
.scn-home h4:not(.plain),
.home-lead-block h4:not(.plain) {
  position: relative;
  padding-bottom: 0.75em;
}

.scn-norm h4:not(.plain)::before,
.scn-home h4:not(.plain)::before,
.home-lead-block h4:not(.plain)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 0;
  content: " ";
  border-top: 2px solid #004EA2;
}

.scn-norm p,
.scn-home p,
.home-lead-block p {
  line-height: 1.85;
}

.scn-norm p.fntL,
.scn-home p.fntL,
.home-lead-block p.fntL {
  line-height: 2;
}

.scn-norm p a:not(.btn):not(.btn--outline):not(.plain),
.scn-norm .list-norm a:not(.btn):not(.btn--outline):not(.plain),
.scn-home p a:not(.btn):not(.btn--outline):not(.plain),
.scn-home .list-norm a:not(.btn):not(.btn--outline):not(.plain),
.home-lead-block p a:not(.btn):not(.btn--outline):not(.plain),
.home-lead-block .list-norm a:not(.btn):not(.btn--outline):not(.plain) {
  text-decoration: underline;
}

.scn-norm .justified,
.scn-home .justified,
.home-lead-block .justified {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.scn-norm .asterisk,
.scn-home .asterisk,
.home-lead-block .asterisk {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.65;
}

.scn-norm .asterisk + .asterisk,
.scn-home .asterisk + .asterisk,
.home-lead-block .asterisk + .asterisk {
  margin-top: -1em;
}

.dummy-img {
  width: 100%;
}

.dummy-img img {
  width: 100%;
  height: auto;
}

h2.has-links .news-links {
  position: absolute;
  top: -0.35em;
  right: 0;
}

@media screen and (min-width: 768px) {
  h2.has-links .news-links {
    top: -0.35em;
  }
}

@media print, screen and (min-width: 960px) {
  h2.has-links .news-links {
    top: 0;
  }
}

.sns-links,
.news-links {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sns-links.floating,
.news-links.floating {
  margin: 1em 0.5em 0;
  z-index: 10;
  font-size: 1.3125em;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 576px) {
  .sns-links.floating,
  .news-links.floating {
    font-size: 1.4875em;
  }
}

@media print, screen and (min-width: 800px) {
  .sns-links.floating,
  .news-links.floating {
    margin: 0;
    font-size: 1.75em;
    padding-top: .5em;
    padding-right: 1em;
  }
}

@media print, screen and (min-width: 1200px) {
  .sns-links.floating,
  .news-links.floating {
    padding-right: 1.5em;
  }
}

.sns-links--item,
.news-links--item {
  position: relative;
  display: block;
  padding: 0 0.15em;
}

.sns-links--item a,
.news-links--item a {
  position: relative;
  display: block;
  width: 2em;
  height: 2em;
  padding: 0.25em;
  background-color: #004EA2;
  border-radius: .2em;
}

@media screen and (min-width: 768px) {
  .sns-links--item a,
  .news-links--item a {
    width: 2em;
    height: 2em;
    padding: 0.25em;
  }
}

@media print, screen and (min-width: 960px) {
  .sns-links--item a,
  .news-links--item a {
    width: 1.5em;
    height: 1.5em;
    padding: 0.15em;
  }
}

.sns-links--item a i,
.news-links--item a i {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-links--item a i svg,
.news-links--item a i svg {
  width: 100%;
  height: 100%;
}

.sns-links--item a i svg.icon-fill,
.news-links--item a i svg.icon-fill {
  fill: #fff;
}

.sns-links--item.news a,
.news-links--item.news a {
  width: 8.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003b70;
}

@media screen and (min-width: 768px) {
  .sns-links--item.news a,
  .news-links--item.news a {
    width: 7em;
  }
}

.sns-links--item.news a:hover,
.news-links--item.news a:hover {
  background-color: #00203d;
}

.sns-links--item.news.short a,
.news-links--item.news.short a {
  width: 6em;
}

@media screen and (min-width: 768px) {
  .sns-links--item.news.short a,
  .news-links--item.news.short a {
    width: 5em;
  }
}

.sns-links--item.news .txt,
.news-links--item.news .txt {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  color: #fff;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sns-links--item.news .txt,
  .news-links--item.news .txt {
    font-size: 0.5em;
  }
}

.sns-links--item.twitter a,
.news-links--item.twitter a {
  background-color: #00aced;
}

.sns-links--item.twitter a:hover,
.news-links--item.twitter a:hover {
  background-color: #0087ba;
}

.sns-links--item.facebook a,
.news-links--item.facebook a {
  background-color: #305097;
}

.sns-links--item.facebook a:hover,
.news-links--item.facebook a:hover {
  background-color: #243b70;
}

.sns-links--item.rss a,
.news-links--item.rss a {
  background-color: #ff6600;
  width: 4em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 960px) {
  .sns-links--item.rss a,
  .news-links--item.rss a {
    width: 3.5em;
  }
}

.sns-links--item.rss a:hover,
.news-links--item.rss a:hover {
  background-color: #cc5200;
}

.sns-links--item.rss a i,
.news-links--item.rss a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}

@media print, screen and (min-width: 960px) {
  .sns-links--item.rss a i,
  .news-links--item.rss a i {
    width: 1.2em;
    height: 1.2em;
  }
}

.sns-links--item.rss a .txt,
.news-links--item.rss a .txt {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  color: #fff;
  margin-left: 0.25em;
}

.scn-home-news .sns-links {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .scn-home-news .sns-links {
    right: 9em;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-home-news .sns-links {
    right: 7em;
  }
}

.scn-home-news .sns-links--item {
  padding: 0;
}

.scn-home-news .sns-links--item a {
  border-radius: 0;
  width: 4em;
  height: 4em;
  padding: 0.5em;
}

@media print, screen and (min-width: 960px) {
  .scn-home-news .sns-links--item a {
    width: 3em;
    height: 3em;
  }
}

.content-body > .sns-links {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.content-body > .sns-links .sns-links--item {
  padding: 0;
}

.content-body > .sns-links .sns-links--item a {
  border-radius: 0;
  width: 4em;
  height: 4em;
  padding: 0.5em;
}

@media print, screen and (min-width: 960px) {
  .content-body > .sns-links .sns-links--item a {
    width: 3em;
    height: 3em;
  }
}

.site-header--trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5em;
  height: 3.5em;
  padding: 0.875em 0.75em;
  cursor: pointer;
  z-index: 100;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media print, screen and (min-width: 800px) {
  .site-header--trigger {
    display: none;
  }
}

.site-header--trigger.show {
  right: 0;
}

.site-header--trigger .site-header--trigger--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.site-header--trigger .site-header--trigger--wrap .bar--nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.125em;
  display: block;
  overflow: hidden;
}

.site-header--trigger .site-header--trigger--wrap .bar--nav span {
  position: absolute;
  left: 0;
  border-top: 2px solid #003B70;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.site-header--trigger .site-header--trigger--wrap .bar--nav span.top {
  top: 0;
  width: 100%;
}

.site-header--trigger .site-header--trigger--wrap .bar--nav span.mid {
  top: 50%;
  width: 100%;
  margin-top: -1px;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.site-header--trigger .site-header--trigger--wrap .bar--nav span.btm {
  top: 100%;
  width: 100%;
  margin-top: -2px;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.site-header--trigger .site-header--trigger--wrap .bar--close {
  position: absolute;
  top: -0.375em;
  left: 0;
  width: 100%;
  height: 2em;
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header--trigger .site-header--trigger--wrap .bar--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.site-header--trigger .site-header--trigger--wrap .bar--close span.ver {
  width: 0;
  height: 0%;
  margin-left: -0.0625em;
  border-left: 1px solid #003B70;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header--trigger .site-header--trigger--wrap .bar--close span.hori {
  width: 0%;
  height: 0;
  border-top: 1px solid #003B70;
  margin-top: -0.0625em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}

.site-header--trigger .site-header--trigger--wrap .ti {
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  height: 1.5em;
  color: #003B70;
  text-align: center;
  font-size: 0.5625em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.site-header--trigger .site-header--trigger--wrap .ti span {
  position: relative;
  top: 0;
  display: block;
  line-height: 1.5em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.site-header--trigger.active {
  right: 0;
}

@media screen and (min-width: 576px) {
  .site-header--trigger.active {
    right: 0.5em;
  }
}

.site-header--trigger.active .site-header--trigger--wrap .bar--nav span.top, .site-header--trigger.active .site-header--trigger--wrap .bar--nav span.mid, .site-header--trigger.active .site-header--trigger--wrap .bar--nav span.btm {
  left: 100%;
}

.site-header--trigger.active .site-header--trigger--wrap .bar--close span.ver {
  height: 100%;
}

.site-header--trigger.active .site-header--trigger--wrap .bar--close span.hori {
  width: 100%;
}

.site-header--trigger.active .site-header--trigger--wrap .ti span {
  top: -1.5em;
}

.site-header--trigger.active:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header--trigger.active:hover .site-header--trigger--wrap .bar--close .ver {
  -webkit-animation: triggerCloseHoverVer 0.35s forwards;
          animation: triggerCloseHoverVer 0.35s forwards;
}

.site-header--trigger.active:hover .site-header--trigger--wrap .bar--close .hori {
  -webkit-animation: triggerCloseHoverHori 0.35s forwards;
          animation: triggerCloseHoverHori 0.35s forwards;
}

.site-header--trigger:not(.active):hover .site-header--trigger--wrap .bar--nav span {
  -webkit-animation: triggerHover 0.35s forwards;
          animation: triggerHover 0.35s forwards;
}

@keyframes triggerHover {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  51% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes triggerCloseHoverVer {
  0% {
    top: 50%;
  }
  50% {
    top: 150%;
  }
  51% {
    top: -150%;
  }
  100% {
    top: 50%;
  }
}

@keyframes triggerCloseHoverHori {
  0% {
    left: 50%;
  }
  50% {
    left: 150%;
  }
  51% {
    left: -150%;
  }
  100% {
    left: 50%;
  }
}

img.fullW {
  width: 100%;
  height: auto;
}

img.overwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.fig-norm {
  position: relative;
}

.fig-norm:not(:last-child) {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 800px) {
  .fig-norm:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.fig-norm img {
  max-width: 100%;
}

.fig-norm .caption {
  display: block;
  font-size: .8125em;
  line-height: 1.5;
  margin-top: .75em;
}

.bgimg-lattice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: repeat;
  background-position: left bottom;
  background-size: 16px 16px;
  background-image: url(../img/lattice.svg);
  opacity: 0.4;
  background-color: #FFF;
}

.test-border > *[class^="col-"] {
  border: 1px solid #aaa;
}

.list-member {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -.5em;
}

@media print, screen and (min-width: 1200px) {
  .list-member {
    margin: -1em;
  }
}

.list-member .member {
  width: calc(50% - 1em);
  padding: .5em .5em 1em;
  background-color: #FFF;
  margin: .5em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 576px) {
  .list-member .member {
    width: calc(33.33333333% - 1em);
    padding: 1em;
  }
}

@media print, screen and (min-width: 960px) {
  .list-member .member {
    width: calc(20% - 1em);
  }
}

@media print, screen and (min-width: 1200px) {
  .list-member .member {
    width: calc(16.66666666% - 2em);
    font-size: .92em;
    margin: 1em;
  }
}

@media print, screen and (min-width: 1500px) {
  .list-member .member {
    font-size: .875em;
  }
}

.list-member .member--img {
  position: relative;
  width: 100%;
  padding-top: 133%;
  overflow: hidden;
}

.list-member .member--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.list-member .member--img.no-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/no-photo.svg);
}

.list-member .member--desc {
  text-align: center;
  margin-top: .5em;
  line-height: 1.6;
}

.list-member .member--desc .title {
  font-size: .875em;
  font-weight: 700;
  color: #004EA2;
}

.list-member .member--desc a {
  text-decoration: underline;
}

.list-member-simple {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -.25em;
}

@media screen and (min-width: 576px) {
  .list-member-simple {
    margin: -.5em;
  }
}

.list-member-simple .member {
  width: calc(50% - .5em);
  padding: .5em;
  background-color: #FFF;
  margin: .25em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 576px) {
  .list-member-simple .member {
    width: calc(33.33333333% - 1em);
    padding: 1em;
  }
}

@media print, screen and (min-width: 960px) {
  .list-member-simple .member {
    width: calc(20% - 1em);
  }
}

@media print, screen and (min-width: 1200px) {
  .list-member-simple .member {
    width: calc(16.66666666% - 1em);
    font-size: .92em;
  }
}

@media print, screen and (min-width: 1500px) {
  .list-member-simple .member {
    font-size: .875em;
  }
}

.list-member-simple .member--img {
  position: relative;
  width: 50%;
  padding-top: 50%;
  overflow: hidden;
  margin: 0 auto .5em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/no-photo.svg);
}

.list-member-simple .member--desc {
  text-align: center;
  line-height: 1.6;
}

.list-member-simple .member--desc .title {
  font-size: .875em;
  font-weight: 700;
  color: #004EA2;
}

.list-member-simple .member--desc a {
  text-decoration: underline;
}

.card-contact {
  background-color: #FFF;
  padding: 1em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.05);
}

.card-contact:not(:last-child) {
  margin-bottom: 2em;
}

@media print, screen and (min-width: 960px) {
  .card-contact:not(:last-child) {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 576px) {
  .card-contact {
    padding: 1.5em;
  }
}

@media print, screen and (min-width: 960px) {
  .card-contact {
    padding: 2em;
  }
}

.card-contact h3 {
  position: relative;
  margin-bottom: .75em;
  color: #004EA2;
}

.card-contact .row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-contact .row .col-l {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .card-contact .row .col-l {
    width: 60%;
    padding-right: 2em;
  }
}

@media print, screen and (min-width: 960px) {
  .card-contact .row .col-l {
    padding-right: 3em;
  }
}

.card-contact .row .col-r {
  width: 100%;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .card-contact .row .col-r {
    width: 40%;
    margin-top: 0;
  }
}

.card-contact .btns {
  list-style: none;
  letter-spacing: -.4em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #BBB;
}

.card-contact .btns li {
  letter-spacing: 0;
  display: inline-block;
  width: 50%;
}

.card-contact .btns li:not(:last-child) {
  padding-right: .5em;
}

.card-contact .btns li a {
  display: block;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - HOME
/* ---------------------------------------------------------------------------------------- */
.home-visual {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.home-visual--inner {
  position: relative;
  width: 100%;
  padding-top: 48.65%;
  overflow: hidden;
}

.home-visual--item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.home-visual--item img {
  position: relative;
  width: 100%;
  height: auto;
}

.home-visual--item a {
  display: block;
}

.home-visual img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.home-visual .copy {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  max-width: 780px;
}

.home-visual .copy img {
  -webkit-filter: drop-shadow(1px 1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(1px 1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1rem rgba(255, 255, 255, 0.8));
          filter: drop-shadow(1px 1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(1px 1px 1rem rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 1rem rgba(255, 255, 255, 0.8));
}

.home-visual .copy.dark img {
  -webkit-filter: drop-shadow(1px 1px 1rem rgba(0, 0, 0, 0.4)) drop-shadow(-1px -1px 1rem rgba(0, 0, 0, 0.5)) drop-shadow(1px 1px 1rem rgba(0, 0, 0, 0.2)) drop-shadow(-1px -1px 1rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 1rem rgba(0, 0, 0, 0.4)) drop-shadow(-1px -1px 1rem rgba(0, 0, 0, 0.5)) drop-shadow(1px 1px 1rem rgba(0, 0, 0, 0.2)) drop-shadow(-1px -1px 1rem rgba(0, 0, 0, 0.2));
}

.home-visual--copy {
  position: absolute;
  top: 50%;
  left: 1em;
  text-align: left;
  z-index: 2;
  color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 800px) {
  .home-visual--copy {
    left: 2em;
  }
}

.home-visual--copy h1 {
  font-size: 4.75vw;
  line-height: 1.3;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  margin-bottom: .75em;
}

@media screen and (min-width: 576px) {
  .home-visual--copy h1 {
    font-size: 4vw;
  }
}

@media print, screen and (min-width: 800px) {
  .home-visual--copy h1 {
    font-size: 3.5vw;
  }
}

.home-visual--copy h1 small {
  display: block;
  font-size: .6em;
  margin-top: .25em;
}

.home-visual--copy h1 i {
  display: block;
  font-size: .4em;
  margin-bottom: .15em;
}

.home-visual--copy h1.size-mid {
  font-size: 4.25vw;
}

@media screen and (min-width: 576px) {
  .home-visual--copy h1.size-mid {
    font-size: 3.5vw;
  }
}

@media print, screen and (min-width: 800px) {
  .home-visual--copy h1.size-mid {
    font-size: 3vw;
  }
}

.home-visual--copy p {
  font-weight: 700;
}

@media screen and (max-width: 799px) {
  .home-visual--copy p {
    display: none;
  }
}

.home-visual--navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: .25em;
}

@media screen and (min-width: 768px) {
  .home-visual--navigation {
    padding: .5em;
  }
}

.home-visual--navigation li {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 1px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .home-visual--navigation li {
    width: 2em;
    margin: 0 3px;
  }
}

.home-visual--navigation li::before,
.home-visual--navigation li .bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  content: ' ';
  display: block;
}

@media screen and (min-width: 768px) {
  .home-visual--navigation li::before,
  .home-visual--navigation li .bar {
    height: 2px;
  }
}

.home-visual--navigation li::before {
  background-color: #004EA2;
}

.home-visual--navigation li .bar {
  background-color: #F29819;
  width: 0;
}

.home-visual--navigation li:not(.current):hover .bar {
  width: 100%;
}

.scn-home-news {
  position: relative;
  width: 100%;
  padding: 3em 0 5em;
}

@media screen and (min-width: 768px) {
  .scn-home-news {
    padding: 3em 0 5em;
  }
}

@media print, screen and (min-width: 960px) {
  .scn-home-news {
    padding: 3em 0 5em;
  }
}

.scn-home-news.white {
  background-color: rgba(255, 255, 255, 0.8);
}

.scn-home-news h2 {
  position: relative;
  text-align: left;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .scn-home-news h2 {
    text-align: center;
  }
}

.scn-home-news h2 .sub {
  display: block;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: .65em;
  color: #004EA2;
}

.news-slider {
  position: relative;
  width: 100%;
}

.news-slider .news-sml-index {
  letter-spacing: -.4em;
  white-space: nowrap;
}

.news-slider--nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4em;
  height: 4em;
  padding: .75em;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .news-slider--nav {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  .news-slider--nav {
    width: 3em;
    height: 3em;
  }
}

.news-slider--nav:not(.hide):hover {
  background-color: rgba(0, 78, 162, 0.2);
}

.news-slider--nav i {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.news-slider--nav i svg {
  width: 100%;
  height: 100%;
  stroke: #003B70;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.news-slider--nav.left {
  right: 4em;
}

@media print, screen and (min-width: 960px) {
  .news-slider--nav.left {
    right: 3em;
  }
}

.news-slider--nav.left i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.news-slider--nav.hide {
  cursor: default;
}

.news-slider--nav.hide i svg {
  stroke: #CCC;
}

.news-sml-index {
  position: relative;
  letter-spacing: -.4em;
  margin: 0 -1rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news-sml-index {
    margin: 0;
  }
}

.news-sml-index--item {
  position: relative;
  letter-spacing: 0;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 2em;
}

@media screen and (max-width: 767px) {
  .news-sml-index--item {
    display: block;
    padding: 0 0 1em;
  }
  .news-sml-index--item:not(:last-child) {
    margin-bottom: 1.5em;
    border-bottom: 1px dotted #AAA;
  }
}

.news-sml-index--item:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: ' ';
  border-left: 1px solid #DDD;
}

@media screen and (max-width: 767px) {
  .news-sml-index--item:not(:last-child)::before {
    display: none;
  }
}

.news-sml-index--item .title {
  display: block;
  font-size: .92em;
  width: 100%;
  margin-bottom: .75em;
}

.news-sml-index--item .title a {
  text-decoration: underline;
}

.news-sml-index--item .status {
  font-size: .8125em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.news-sml-index--item .status .date {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1.5em;
}

.news-sml-index--item .status .category {
  font-weight: 700;
}

.news-sml-index--item .status .category.news {
  color: #002863;
}

.news-sml-index--item .status .category.event {
  color: #DD3A71;
}

.news-sml-index--item .status .category.award {
  color: #703BBC;
}

.news-sml-index--item .status .category.press {
  color: #2BAF9C;
}

.news-sml-index--item .status .category.media {
  color: #EF873A;
}

.org-index {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.org-index.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.org-index::after {
  display: block;
  content: ' ';
  width: 100%;
}

@media screen and (min-width: 768px) {
  .org-index::after {
    width: calc(50% - 2em);
  }
}

@media print, screen and (min-width: 960px) {
  .org-index::after {
    width: calc(33.33333333% - 2em);
  }
}

.org-index--item {
  width: 100%;
  padding: 1em 0;
}

.org-index--item2 {
  width: 100%;
  padding: 1em 0;
}

@media screen and (min-width: 768px) {
  .org-index--item {
    width: calc(50% - 2em);
  }
}

@media print, screen and (min-width: 960px) {
  .org-index--item {
    width: calc(33.33333333% - 2em);
    padding: 2em 0;
  }
}

.org-index--item dl dt .logo {
  position: relative;
  width: 100%;
  padding-top: 30%;
  display: block;
}

.org-index--item dl dt .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.org-index--item dl dt .name {
  display: block;
  text-align: center;
  font-weight: 700;
}

.org-index--item dl dd {
  font-size: .875em;
  line-height: 1.5;
}

.org-solo dl dt .logo {
  position: relative;
  width: 100%;
  padding-top: 30%;
  display: block;
}

.org-solo dl dt .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.org-solo dl dt .name {
  display: block;
  text-align: center;
  font-weight: 700;
}

.org-solo dl dd {
  font-size: .92em;
}

.org-solo-sml {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.org-solo-sml:not(:last-child) {
  margin-bottom: 2em;
}

.org-solo-sml a {
  display: block;
}

.org-solo-sml--logo {
  width: 6em;
}

@media screen and (min-width: 768px) {
  .org-solo-sml--logo {
    width: 8em;
  }
}

.org-solo-sml--logo img {
  width: 100%;
  height: auto;
}

.org-solo-sml--desc {
  width: calc(100% - 6em);
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .org-solo-sml--desc {
    width: calc(100% - 8em);
    padding-left: 1.5em;
  }
}

.org-solo-sml dl dt {
  font-size: 1.05em;
  font-weight: 700;
}

.org-solo-sml dl dd {
  font-size: .92em;
}

.fig-organization {
  position: relative;
  text-align: left;
  font-size: .875em;
  font-weight: 700;
  color: #004EA2;
}

@media screen and (min-width: 768px) {
  .fig-organization {
    font-size: 1em;
  }
}

.fig-organization img {
  width: 100%;
  height: auto;
}

.fig-organization--inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fig-organization--left {
  width: 100%;
  padding: .5em;
}

@media screen and (min-width: 768px) {
  .fig-organization--left {
    width: 33%;
  }
}

.fig-organization--right {
  width: 100%;
  padding-left: 4em;
}

@media screen and (min-width: 768px) {
  .fig-organization--right {
    width: 67%;
  }
}

.fig-organization .parent {
  position: relative;
  border: 1px solid #004EA2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0.25em 0.25em 0 rgba(0, 78, 162, 0.1);
          box-shadow: 0.25em 0.25em 0 rgba(0, 78, 162, 0.1);
}

.fig-organization .parent--inner {
  margin: auto;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .fig-organization .parent--inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 1em;
  }
}

.fig-organization .parent i {
  width: 4.5em;
  display: block;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .fig-organization .parent i {
    width: 6em;
    margin: 0;
  }
}

.fig-organization .parent span {
  font-size: 1.08em;
}

@media screen and (max-width: 767px) {
  .fig-organization .parent span br {
    display: none;
  }
}

.fig-organization .parent::before {
  position: absolute;
  top: 100%;
  left: 2em;
  width: 0;
  height: 16em;
  border-left: 1px solid #004EA2;
  content: ' ';
}

@media screen and (min-width: 768px) {
  .fig-organization .parent::before {
    top: 50%;
    left: inherit;
    right: -2.15em;
    width: 2.15em;
    height: 0;
    border-top: none;
    border-top: 1px solid #004EA2;
  }
}

.fig-organization .parent::after {
  position: absolute;
  top: 100%;
  left: 2em;
  width: 1em;
  height: 0;
  margin-top: 16em;
  border-top: 1px solid #004EA2;
  content: ' ';
}

@media screen and (min-width: 768px) {
  .fig-organization .parent::after {
    display: none;
  }
}

.fig-organization ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fig-organization ul li {
  position: relative;
  border: 1px solid #004EA2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5em;
  padding: .5em 1em;
  margin: .5em;
  background-color: #FFF;
  -webkit-box-shadow: 0.25em 0.25em 0 rgba(0, 78, 162, 0.1);
          box-shadow: 0.25em 0.25em 0 rgba(0, 78, 162, 0.1);
}

.fig-organization ul li i {
  width: 4em;
  margin-right: .5em;
}

@media screen and (min-width: 768px) {
  .fig-organization ul li i {
    width: 6em;
    margin-right: 1em;
  }
}

.fig-organization ul li.small {
  min-height: 4em;
  margin-left: 4em;
}

.fig-organization ul li.small::before {
  left: -1em;
  width: 1em;
}

@media screen and (min-width: 768px) {
  .fig-organization ul li.small::before {
    left: -2em;
    width: 2em;
  }
}

.fig-organization ul li.small::after {
  left: -1em;
}

@media screen and (min-width: 768px) {
  .fig-organization ul li.small::after {
    left: -2em;
  }
}

.fig-organization ul li::before {
  position: absolute;
  top: 50%;
  left: -1em;
  width: 1em;
  height: 0;
  content: ' ';
  border-top: 1px solid #004EA2;
}

@media screen and (min-width: 768px) {
  .fig-organization ul li::before {
    left: -3em;
    width: 3em;
  }
}

.fig-organization ul li::after {
  position: absolute;
  top: -1em;
  left: -1em;
  width: 0;
  height: calc(100% + 2em);
  content: ' ';
  border-left: 1px solid #004EA2;
}

@media screen and (min-width: 768px) {
  .fig-organization ul li::after {
    left: -3em;
  }
}

.fig-organization ul li:nth-child(2)::after {
  height: calc(300% + 4em);
}

.fig-organization ul li:nth-child(3)::after {
  top: -.6em;
  height: calc(100% + 2em);
}

.fig-organization ul li:nth-child(4)::after {
  top: -1em;
  height: calc(50% + 1em);
}

.fig-organization ul li:first-child::after {
  top: 50%;
  height: calc(50% + 1em);
}

.fig-organization ul li:last-child::after {
  top: -1em;
  height: calc(50% + 1em);
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - NEWS
/* ---------------------------------------------------------------------------------------- */
.wrap-news-archive,
.news-archive-year {
  position: relative;
}

.wrap-news-archive h3,
.news-archive-year h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: 2;
}

.wrap-news-archive .news-archive,
.news-archive-year .news-archive {
  z-index: 1;
}

.wrap-news-archive .news-archive--item,
.news-archive-year .news-archive--item {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0;
  border-bottom: none;
}

.wrap-news-archive .news-archive--item.show,
.news-archive-year .news-archive--item.show {
  visibility: visible;
  opacity: 1;
  max-height: 999999em;
  padding: 1em 0;
  border-bottom: 1px dotted #bbb;
}

@media screen and (min-width: 768px) {
  .wrap-news-archive .news-archive--item.show,
  .news-archive-year .news-archive--item.show {
    padding: 1.5em 0;
  }
}

.news-archive-year,
.news-year {
  padding: 2em 0;
}

@media print, screen and (min-width: 800px) {
  .news-archive-year,
  .news-year {
    padding: 3em 0;
  }
}

.news-archive-year.none,
.news-year.none {
  display: none;
}

.list-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 60em;
  z-index: 10;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: rgba(248, 248, 248, 0.9);
  margin: 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.list-categories::-webkit-scrollbar {
  display: none;
}

@media print, screen and (min-width: 800px) {
  .list-categories {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media print, screen and (min-width: 1200px) {
  .list-categories {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.list-categories ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list-categories ul li {
  position: relative;
  margin: 0;
  padding: 1em .5em;
  font-size: .92em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #004EA2;
  width: 33.33333333%;
}

@media screen and (min-width: 768px) {
  .list-categories ul li {
    width: 16.66666666%;
  }
}

.list-categories ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
  content: ' ';
  border: .5em solid transparent;
  border-bottom-color: #004EA2;
}

.list-categories ul li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: ' ';
  z-index: 2;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #004EA2;
}

.list-categories ul li.ctg-event, .list-categories ul li.ctg-event::before {
  background-color: #DD3A71;
}

.list-categories ul li.ctg-event::after {
  border-bottom-color: #DD3A71;
}

.list-categories ul li.ctg-award, .list-categories ul li.ctg-award::before {
  background-color: #703BBC;
}

.list-categories ul li.ctg-award::after {
  border-bottom-color: #703BBC;
}

.list-categories ul li.ctg-media, .list-categories ul li.ctg-media::before {
  background-color: #EF873A;
}

.list-categories ul li.ctg-media::after {
  border-bottom-color: #EF873A;
}

.list-categories ul li.ctg-press, .list-categories ul li.ctg-press::before {
  background-color: #2BAF9C;
}

.list-categories ul li.ctg-press::after {
  border-bottom-color: #2BAF9C;
}

.list-categories ul li.ctg-news, .list-categories ul li.ctg-news::before {
  background-color: #002863;
}

.list-categories ul li.ctg-news::after {
  border-bottom-color: #002863;
}

.list-categories ul li:hover, .list-categories ul li.active {
  background-color: transparent;
  color: #003B70;
}

.list-categories ul li:hover::before, .list-categories ul li.active::before {
  height: .25em;
}

.list-categories ul li:hover.ctg-event, .list-categories ul li.active.ctg-event {
  background-color: transparent;
  color: #DD3A71;
}

.list-categories ul li:hover.ctg-award, .list-categories ul li.active.ctg-award {
  color: #703BBC;
}

.list-categories ul li:hover.ctg-media, .list-categories ul li.active.ctg-media {
  color: #EF873A;
}

.list-categories ul li:hover.ctg-press, .list-categories ul li.active.ctg-press {
  color: #2BAF9C;
}

.list-categories ul li:hover.ctg-news, .list-categories ul li.active.ctg-news {
  color: #002863;
}

.list-categories .dropdown-menu {
  position: relative;
  width: 100%;
}

.list-categories .dropdown-menu dt {
  position: relative;
  font-weight: 700;
  padding: 1.15em .75em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.list-categories .dropdown-menu dt i {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  display: block;
  vertical-align: middle;
}

.list-categories .dropdown-menu dt i::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0;
  content: ' ';
  margin-top: -3px;
  border-top: 1px solid #003B70;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.list-categories .dropdown-menu dt i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 0;
  margin-bottom: -3px;
  content: ' ';
  border-top: 1px solid #003B70;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.list-categories .dropdown-menu dt span {
  position: relative;
  display: inline-block;
  height: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  color: #003B70;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media print, screen and (min-width: 800px) {
  .list-categories .dropdown-menu dt {
    display: none;
  }
}

.list-categories .dropdown-menu dt.active i::before, .list-categories .dropdown-menu dt.active i::after {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 799px) {
  .list-categories .dropdown-menu dt.active + dd {
    visibility: visible;
    opacity: 1;
    max-height: 9999em;
    overflow: visible;
    background-color: #FFF;
  }
}

.list-categories .dropdown-menu dd {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 800px) {
  .list-categories .dropdown-menu dd {
    position: relative;
    top: inherit;
    left: inherit;
    overflow: visible;
    visibility: visible;
    max-height: 99999px;
    opacity: 1;
  }
}

.news-year h3 {
  position: relative;
}

.news-archive--item {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px dotted #bbb;
}

@media screen and (min-width: 768px) {
  .news-archive--item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    padding: 1.5em 0;
  }
}

.news-archive--item .status {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .news-archive--item .status {
    width: 13em;
    margin-top: 0;
  }
}

.news-archive--item .status .date {
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1.25em;
}

@media screen and (min-width: 768px) {
  .news-archive--item .status .date {
    margin-right: 0.5em;
  }
}

.news-archive--item .status .category {
  font-weight: 700;
  font-size: 0.875em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .news-archive--item .status .category {
    line-height: 1;
    text-align: center;
    width: 7.5em;
  }
}

.news-archive--item .status .category.news {
  color: #002863;
  border-color: #002863;
}

.news-archive--item .status .category.event {
  color: #DD3A71;
  border-color: #DD3A71;
}

.news-archive--item .status .category.award {
  color: #703BBC;
  border-color: #703BBC;
}

.news-archive--item .status .category.press {
  color: #2BAF9C;
  border-color: #2BAF9C;
}

.news-archive--item .status .category.media {
  color: #EF873A;
  border-color: #EF873A;
}

.news-archive--item .title {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-archive--item .title {
    width: calc(100% - 13em);
  }
}

.news-archive--item .title a {
  text-decoration: underline;
}

.news-single {
  position: relative;
  padding-top: 2em;
}

@media screen and (min-width: 768px) {
  .news-single {
    padding-top: 2.5em;
  }
}

.news-single--header {
  position: relative;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .news-single--header {
    margin-bottom: 2em;
  }
}

@media print, screen and (min-width: 960px) {
  .news-single--header {
    margin-bottom: 3em;
  }
}

.news-single--header h1 {
  color: #004EA2;
  margin-bottom: .5em;
  font-weight: 400;
  font-size: 1.35em;
}

@media screen and (min-width: 576px) {
  .news-single--header h1 {
    font-size: 1.5em;
  }
}

@media print, screen and (min-width: 800px) {
  .news-single--header h1 {
    font-size: 1.75em;
  }
}

.news-single--header .status {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: .875em;
  border-top: 1px solid #DDD;
}

.news-single--header .status > span {
  position: relative;
  display: block;
  padding-top: 1.5em;
}

.news-single--header .status > span::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(0, 78, 162, 0.3);
}

.news-single--header .status .date {
  position: relative;
  width: 7em;
  line-height: 1.5;
}

.news-single--header .status .date::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5em;
  height: 0;
  border-top: 1px solid #004EA2;
  content: ' ';
}

.news-single--header .status .ctg {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.news-single--header .status .ctg ul {
  letter-spacing: -.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-single--header .status .ctg ul li {
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.news-single--header .status .ctg ul li:not(:last-child)::after {
  content: '／';
}

.news-single--header .status .facility {
  display: block;
}

.news-single--header .status .name {
  display: block;
}

.news-single .scn-norm ul:not(.plain) {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.news-single .scn-norm ul:not(.plain) li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}

.news-single .scn-norm ul:not(.plain) li::before {
  position: relative;
  display: inline-block;
  width: 1em;
  content: '・';
  text-align: right;
  color: #004EA2;
}

.news-single .scn-norm ol:not(.plain) {
  margin-left: 1em;
}

.news-single .scn-norm p a {
  text-decoration: underline;
  overflow-wrap: break-word;
}

.news-single .scn-norm a:not(.btn):not(.btn--outline):not(.plain) {
  text-decoration: underline;
  overflow-wrap: break-word;
}

.news-single .scn-norm ol.steps {
  position: relative;
  list-style: none;
  z-index: 1;
}

.news-single .scn-norm ol.steps li {
  position: relative;
  display: block;
  padding: 1em;
  border: 1px solid #004EA2;
  border-radius: .5em;
  color: #004289;
  font-weight: 700;
  background-color: #FFF;
}

@media print, screen and (min-width: 1200px) {
  .news-single .scn-norm ol.steps li {
    padding: 1.5em 1em;
    border-radius: .75em;
  }
}

.news-single .scn-norm ol.steps li:not(:last-child) {
  margin-bottom: 1em;
}

.news-single .scn-norm ol.steps li:not(:last-child)::after {
  position: absolute;
  bottom: -1.5em;
  left: 1em;
  content: ' ';
  width: 0;
  height: 0;
  border: .75em solid transparent;
  border-top-color: #004EA2;
  z-index: -1;
}

.backto-index {
  position: relative;
  text-align: center;
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .backto-index {
    margin-top: 5em;
  }
}

.lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4, .lang-en h5, .lang-en h6 {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.lang-en .site-header--title {
  font-size: .75em;
}

@media print, screen and (min-width: 800px) {
  .lang-en .site-header--title {
    font-size: 1em;
  }
}

.lang-en .site-header--title span {
  display: block;
}

.lang-en .site-header--title span.upper {
  font-size: 1.125em;
  line-height: 1.3;
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.lang-en .site-header--title span.lower {
  font-size: .75em;
  color: #1d65a1;
}

.lang-en .site-header--title span.ja {
  font-weight: 700;
}

.lang-en .site-header--title span.en {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.lang-en .site-header--navigation ul li {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.lang-en .scn-norm h1, .lang-en .scn-norm h2, .lang-en .scn-norm h3, .lang-en .scn-norm h4, .lang-en .scn-norm h5, .lang-en .scn-norm h6,
.lang-en .scn-home h1,
.lang-en .scn-home h2,
.lang-en .scn-home h3,
.lang-en .scn-home h4,
.lang-en .scn-home h5,
.lang-en .scn-home h6 {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

.lang-en .ucri-navigation ul li {
  position: relative;
  width: 33.33333333%;
}

@media print, screen and (min-width: 800px) {
  .lang-en .ucri-navigation ul li {
    width: 10em;
  }
}

.lang-en .ucri-navigation ul li > span {
  display: block;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .lang-en .ucri-navigation ul li > span {
    font-size: 0.75em;
  }
}

.lang-en .ucri-navigation ul li > span .en {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0;
}

.lang-en .UCRI-dropdown-menu--title {
  font-size: .8em;
  margin-bottom: 2em;
}

.lang-en .UCRI-dropdown-menu--title span.en {
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .05em;
  text-indent: 0;
}

.lang-en .UCRI-dropdown-menu--navigation > ul > li {
  font-family: "nunitosans", Arial, Helvetica, sans-serif;
}

@media print, screen and (min-width: 800px) {
  .lang-en .UCRI-dropdown-menu--navigation > ul > li {
    width: 50%;
  }
}

.lang-en .UCRI-dropdown-menu--navigation > ul > li.fullW {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lang-en .news-archive--item .status {
    width: 14em;
    margin-top: 0;
  }
}

.lang-en .news-archive--item .status .date {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
  .lang-en .news-archive--item .status .date {
    width: 6.5em;
  }
}

.lang-en .news-archive--item .status .category {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
  .lang-en .news-archive--item .status .category {
    width: 7.5em;
  }
}

@media screen and (min-width: 768px) {
  .lang-en .news-archive--item .title {
    width: calc(100% - 14em);
  }
}

.lang-en .fig-organization {
  font-family: 'nunitosans', Arial, Helvetica, sans-serif;
  font-size: .75em;
}

@media screen and (min-width: 768px) {
  .lang-en .fig-organization {
    font-size: .875em;
  }
}

@media all and (-ms-high-contrast: none) {
  .UCRI-dropdown-menu--bgimg {
    opacity: .15;
    mix-blend-mode: normal;
  }
}

/* Print */
@media print {
  * {
    -webkit-print-color-adjust: exact;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  body {
    zoom: .7;
    padding-top: 0;
    width: 1280px !important;
    font-size: 14px !important;
  }
  body .inner-wrap,
  body .inner-wrap--narrow,
  body .swrap,
  body .swrap--narrow {
    max-width: none !important;
    width: 100% !important;
  }
  body .wrap-site-header .site-header .site-header--right {
    margin-right: 0;
  }
  body .wrap-site-header .site-header .site-header--navigation {
    display: inline-block;
    top: inherit;
    visibility: visible;
    opacity: 1;
    max-height: 999999em;
    position: relative;
    width: auto;
    z-index: 5;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  body .wrap-site-header .site-header .site-header--navigation .site-header--uti-sml {
    display: none !important;
  }
  body .wrap-site-header .site-header .site-header--uti {
    display: inline-block !important;
  }
  .scn-home-news {
    -webkit-column-break-inside: auto;
            break-inside: auto;
  }
  .home-visual .home-visual--item.has-copy::before {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */

.centering_parent {
    padding: 20px;              /* 余白指定 */
    text-align:  center;        /* 中央寄せ */
}
 
.centering_item {
    background-color: #8BC34A;  /* 背景色指定 */
    width: 50%;               /* 幅指定 */
    display: inline-block;      /* インラインブロックにする */
}