<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
}
header {
  font-size: clamp(12px, 1.4vw, 16px);
  vertical-align: bottom;
  font-weight: bold;
  color: #000;
}
header a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
header a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
header a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
header ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav {
  background-color: #FFF;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
header nav .left-position {
  margin-left: 20px;
  display: flex;
}
header nav .left-position .stakeholders a {
  background-image: url(../img/header-arrow01.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin-right: 1.6vw;
}
header nav .left-position .site-btn a {
  color: #FFF;
  background-image: url(../img/header-arrow02.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0e366f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
header nav .right-position {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .right-position .menu a {
  background-image: url(../img/header-arrow01.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 10px;
  margin-right: 1.6vw;
  border: 1px solid #0e366f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
header nav .right-position .online-btn a {
  color: #FFF;
  text-align: center;
  background-color: #d93d5c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
header .globalnav {
  background-color: #0e366f;
  width: 100vw;
  height: 70px;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 70px;
}
header .globalnav .site-logo {
  width: 25vw;
}
header .search-area {
  width: calc(25vw - 30px);
  background-color: #0e366f;
  background-repeat: no-repeat;
  height: 40px;
  position: absolute;
  top: 140px;
  z-index: 2;
}
header .search-arrow {
  position: absolute;
  top: 140px;
  left: calc(25vw - 30px);
  z-index: 2;
}
header input[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 60%;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #aaaaaa;
  border: none;
  border-radius: 15px;
  margin-left: 5%;
  padding-top: 0.1em;
  padding-right: 1em;
  padding-bottom: 0.1em;
  padding-left: 1em;
  background-color: #FFF;
}
header input[type='submit'] {
  box-sizing: border-box;
  width: 20%;
  padding: 0.1em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: none;
  border-radius: 15px;
  background-color: #898989;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 24px;
}
#breadcrumbs a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 8px;
}
#breadcrumbs a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
#breadcrumbs a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#breadcrumbs {
  justify-content: flex-end;
  font-size: 0.7vw;
  height: 100px;
  position: relative;
  top: 75px;
  z-index: 0;
  width: calc(100vw - 20px);
  text-align: right;
}
#breadcrumbs div {
  font: 1.4vw/24px sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  color: #0e366f;
  margin-top: 10px;
}
#breadcrumbs div span {
  font: 1.2vw/16px sans-serif;
  margin-left: 10px;
}
@media only screen and (max-width:768px) {
  header nav .left-position .site-btn a {
    color: #FFF;
    background-image: url(../img/header-arrow02.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5px;
    padding-top: 5px;
    background-color: #0e366f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #breadcrumbs {
    display: none;
  }
  header nav .left-position .stakeholders {
    margin-right: 10px;
  }
  header .globalnav .site-logo {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  header .globalnav .site-logo img {
    width: 100%;
  }
  header .globalnav .menu {
    display: none;
  }
  .content_menu2 .ttl {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
  }
  .content_menu2 .navi {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/hum_arrow.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #333;
  }
}



header .globalnav .site-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  height: 70px;
}
header .globalnav .site-logo img {
  width: 90%;
}
header .globalnav .menu li {
  width: 14.5vw;
  height: 70px;
  color: #FFF;
  list-style-type: none;
  background-image: url(../img/header-line.svg);
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  float: left;
}
header .globalnav .menu li a:hover {
}
header .globalnav .menu li:hover &gt; ul {
  display: block;
}
header .globalnav .menu ul {
  display: none;
  position: absolute;
  top: 70px;
  width: 14.5vw;
    background-color: #0e366f;
    text-align: left;
    font-size: 0.8em;
}
header .globalnav .menu ul li {
    justify-content: flex-start;
    padding: 0 20px;
    height: 50px;
    border-top: 1px solid #7b91b0;
    background-image: url(../img/gnav_bg_allow.svg);
    background-position: right bottom;
}
header .globalnav .menu ul li:hover {
    background-image: url(../img/gnav_bg_allow_hover.svg);
}



</pre></body></html>