@charset "utf-8";
body {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ ", Meiryo, "MS ゴシック", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
html {
  height: -webkit-fill-available;
}
.js_humburgerOpen {
  min-height: 100%;
  overflow: hidden;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #193ecf;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
.tx-a-left {
  text-align: left;
}
.link-a {
  transition-property: opacity;
  transition-duration: 0.3s;
}
.link-a:hover {
  opacity: 0.7;
}
.bg-gray {
  background-color: #eceff2;
}
.fullwide-wrap {
  margin: 0 auto;
}
.content-maxw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inline-box {
  display: inline-block;
  height: 80px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.header-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
.centering_parent {
  height: 80px;
  display: flex;
  align-items: center;
}
.header-pc-logo {
  width: 409px;
  display: flex;
  margin-left: 34px;
}
.header-tb-logo {
  display: none;
}
.header-sp-logo {
  display: none;
}
@media screen and (max-width: 960px) {
  .header-tb-logo {
    width: 320px;
    display: flex;
    margin-left: 20px;
  }
  .header-pc-logo {
    display: none;
  }
  .header-sp-logo {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .header-sp-logo {
    width: 290px;
    display: flex;
    margin-left: 10px;
  }
  .header-pc-logo {
    display: none;
  }
  .header-tb-logo {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header-sp-logo {
    width: 270px;
    display: flex;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .sp-sticy-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 7px 0px rgba(136, 136, 136, 0.7);
    z-index: 98;
  }
  .inline-box {
    height: 60px;
  }
  .header-wrap {
    height: 60px;
  }
  .icon-logcolor {
    height: 60px;
    position: relative;
    top: 0%;
  }
  .header-logo-member {
    width: 280px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .pc-no-link {
    pointer-events: none;
  }
}
.block-box {
  display: block;
  text-align: center;
}
.icon-logout {
  width: 27px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 8px;
}
.icon-name {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.1em;
  white-space: nowrap;
  color: #333333;
}
.icon-right a:hover {
  color: #193ecf;
  text-decoration: none;
}
.icon-language {
  width: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 8px;
}
.icon-right {
  margin-right: 2.0vw;
}
@media screen and (max-width: 960px) {
  .block-box {
    display: none;
  }
}
.search_container {
  box-sizing: border-box;
  position: relative;
  background-color: #d7dde3;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 26vw;
  overflow: hidden;
}
.search_container input[type="text"] {
  border: none;
  height: 2.0em;
  background-color: #d7dde3;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: none;
  color: #616161;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -6.5px;
  -webkit-top: -5.5px;
  outline: none;
}
.search-right-01 {
  margin-right: 3vw;
}
.search-right-02 {
  display: none;
}
@media screen and (max-width: 960px) {
  .search_container {
    background-color: white;
    height: 2.3em;
    width: 75vw;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 23px;
  }
  .search_container input[type="text"] {
    border: none;
    height: 2.0em;
    background-color: white;
    font-size: 16px;
  }
  .search-right-01 {
    display: none;
  }
  .search-right-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid #474f9e 1px;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
.navi {}
.menu-member {
  background-color: #d12e40;
}
.fa-caret-down {
  margin-left: 10px;
  color: white;
  opacity: 0.6;
}
.fa-file-pdf {
  color: #d43c4c;
  margin-left: 0.3em;
}
.navi_inner {
  padding: 0 30px;
}
.header-nav {
  max-width: 1100px;
  margin: auto;
}
.navi-menu {
  position: relative;
}
.header-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item {}
.link-menu {
  height: 60px;
  margin: 0;
  padding: 0 1.1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.link-menu-member {
  height: inherit;
  padding: 0 0 0.5em 0;
  justify-content: flex-start;
}
.menu-pad {
  margin: 0 2em 0 0em;
}
@media screen and (max-width: 960px) {
  .navi_inner {
    padding: 1em 0 0 0;
    background-color: #eceff2;
  }
  .header-nav {
    margin: auto;
  }
  .menu-member {
    background-color: white;
  }
  .header-list {
    display: block;
  }
  .link-menu {
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: flex-start;
  }
  .menu-pad {
    margin: 0;
  }
}
.link-menu {
  position: relative;
  text-decoration: none;
}
.link-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 6px;
  background: white;
  transform: scale(0, 1);
  transition: 0.3s;
  opacity: 1;
}
.link-menu:hover:before {
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .link-menu:before {
    content: "";
    width: 0;
    height: 0;
  }
}
.sub-menu {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
}
.sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fafbfb;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
}
.sub-menu-item a {
  color: #333333;
}
.sub-menu-item a:hover {
  color: #333333;
  text-decoration: underline;
}
.menu-item:hover > .sub-menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: 200px;
}
.menu_box {
  position: relative;
  color: white;
  font-size: 0.94em;
  text-align: center;
  line-height: 1.4em;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.last-child {
  padding-bottom: 1em !important;
}
.link-title-child {
  padding: 0;
  margin-bottom: 0.5em;
}
.link-title-child-space {
  margin-right: 4em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .menu_box {
    font-size: 1.0em;
    text-align: left;
    white-space: normal;
    display: flex;
    width: 100vw;
    border-bottom: solid #474f9e 1px;
  }
  .link-menu {
    height: auto;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #0f2466;
  }
  .link-menu.link-a {
    transition-property: none;
    transition-duration: 0s;
  }
  .link-menu.link-a:hover {
    opacity: inherit;
    color: #193ecf;
  }
  .link-title {
    width: 87vw;
    max-width: 87vw;
    padding: 0.8em 1em;
    overflow-wrap: normal;
  }
  .link-title-child-space {
    padding: 0;
  }
  .link-title-child {
    width: 100vw;
    max-width: 100vw;
    font-weight: 500;
    padding: 0.4em 1em 0.4em 2em;
    margin: 0;
    overflow-wrap: normal;
  }
  .last-child {
    border-bottom: solid #474f9e 1px;
    padding-bottom: 1em !important;
  }
  .fa-caret-down {
    display: none;
  }
}
a:hover.menu_box {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .menu_box {
    color: #333333;
  }
  a:hover.menu_box {
    color: inherit;
    text-decoration: none;
  }
  .sp-title-member {
    font-weight: 500;
    background: #e0e1f1;
    min-width: 100vw;
  }
  .sp-member-child {
    background: #f4f4fa;
  }
}
.global_menu {
  width: 100%;
  position: relative;
  background: #474f9e;
  padding: 0;
  margin: 0;
}
.global_menu li {
  display: inline-block;
}
.pc-sticy-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 98;
}
@media screen and (max-width: 960px) {
  .global_menu {
    position: static;
  }
  .global_menu li {
    display: block;
  }
}
.child_menu li {
  font-size: 1.0em;
}
@media screen and (max-width: 960px) {
  .child_menu li {
    font-size: 1.0em;
  }
}
.child_menu > li {
  display: block;
}
.child_menu > li > a {
  font-size: 0.9em;
  line-height: 1.0em;
}
.child_menu > li > a:hover {
}
.menu:hover .child_menu {
  visibility: visible;
}
.child_menu a {
  color: #333333;
}
.child_menu a:hover {
  color: #193ecf;
  text-decoration: none;
}
.child_menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px 50px;
  margin: 0;
  background-color: #f4f5f8;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
  box-shadow: 0px 10px 15px -5px rgba(80, 80, 80, 0.45);
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .child_menu {
    position: inherit;
    visibility: visible;
    opacity: inherit;
    box-shadow: none;
    padding: 0;
	 background-color: white;
  }
}
.menu:hover .child_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.list--1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .list--1 {
    display: inherit;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.list-left {
  justify-content: flex-start;
}
.list--1 > .list__list {
  display: flex;
  flex-direction: column;
}
.list__list li {
  padding: 0.3em;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .list__list li {
    padding: 0;
    margin: 0;
  }
}
.wrap-vertical {
  display: flex;
  flex-direction: column;
}
.wrap-horizontal {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .wrap-vertical {
    display: inherit;
    flex-direction: column;
  }
  .wrap-horizontal {
    display: inherit;
    flex-direction: row;
  }
}
.center {
  justify-content: center;
}
.list__list .fa-angle-right, .sp-block .fa-angle-right {
  color: #838bc5;
  margin-right: 0.3em;
}
ul .list__list li {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0;
}
ul .list__list li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: #838bc5;
}
@media screen and (max-width: 960px) {
  ul .sp-child-space li {
    position: relative;
    padding: 0;
    margin: 0;
  }
  ul .list__list li::before {
    display: none;
  }
}
.title-blue {
  color: #0c2099;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .sp-menu-foot, .sp-block, .sp-block-foot {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .w100 {
    width: 100vw;
    max-width: 100vw;
  }
  .sp-child-space {
    padding-top: 5px;
  }
  .title-blue {
    color: #333333;
    font-weight: 500;
    margin-top: inherit;
  }
  .navi br {
    display: none;
  }
  .icon-foot {
    display: inline-block;
    position: relative;
  }
  .sp-menu-foot {
    font-size: 1.0em;
    padding: 0.7em 0 0.2em 0;
  }
  .sp-space {
    padding: 1.0em 1em !important;
  }
  .sp-block {
    font-size: 1.0em;
    padding: 0.5em 1em;
    border-bottom: solid #474f9e 1px;
  }
  .sp-block li {
    margin: 0.7em 0;
  }
  .sp-block li a {
    color: #333333;
  }
  .sp-block li a:hover, .icon-name:hover {
    color: #193ecf;
    text-decoration: none;
  }
  .icon-logout {
    position: absolute;
    top: -20px;
    width: 21px;
    margin-right: 5px;
  }
  .icon-language {
    position: absolute;
    top: -20px;
    width: 18px;
    margin-right: 8px;
  }
  .icon-name {
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    position: absolute;
    left: 46px;
  }
  .sp-block-foot {
    background: white;
    padding: 1.2em 0 50px;
    display: flex;
    justify-content: center;
  }
  .sp-rtri-logo {
    width: 300px;
    margin-bottom: 30px;
  }
  .el_humburger {
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 60px;
    height: 60px;
    background-color: #474f9e;
  }
  #factory .el_humburger {
    display: none;
  }
  .el_humburger_wrapper {
    display: inline-block;
    width: 30px;
    margin-left: 1px;
    margin-bottom: 5px;
  }
  .el_humburger_text {
  }
  .js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
  }
  .el_humburger_text.el_humburger_text__close {
    display: none;
  }
  .js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
  }
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: white;
  }
  .js_humburgerOpen .el_humburger_text svg path {
    fill: white;
  }
  .el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: white;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: white;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: white;
  }
  .el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  header {
    padding: 0;
    margin: 0;
  }
  .navi {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: white;
    width: 450px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    padding: 0;
  }
  @media (min-width: 950px) and (max-width: 960px) {
    .navi {
      -webkit-transition: unset;
      -o-transition: unset;
      transition: unset;
    }
  }
  .js_humburgerOpen .navi {
    transform: translateZ(0) translateX(0);
    width: 100%;
  }
  .navi_item {
    position: relative;
    white-space: nowrap;
    margin-left: 0;
  }
  .navi_item.op_innerLink {
    cursor: pointer;
  }
  .el_spChildNavOpen {
    position: absolute;
    top: -6px;
    left: 80%;
    z-index: 99;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
  }
  .el-gn {
    top: 7px;
    left: 90%;
    z-index: 99;
    padding: 10px;
  }
  .sp-member-title {
    text-align: center;
    color: #d43c4c;
  }
  @media screen and (min-width: 960px) {
    .js_openParent {
      display: none;
    }
  }
  .sp-no-link {
    pointer-events: none;
  }
  @media screen and (max-width: 960px) {
    .el_spChildNavOpen-gn {
      left: 87%;
    }
  }
  .js_openParent.js_fire > .el_spChildNavOpen {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
  }
  .el_spChildNavOpen_wrapper {
    position: relative;
    width: 15px;
    height: 15px;
    top: 15px;
  }
  .el_spChildNavOpen_wrapper:before {}
  .el_spChildNavOpen_wrapper:after {
    border-right: solid 2px #646464;
    border-top: solid 2px #646464;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: -20px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 15px;
  }
  .nav_child {
    padding-top: 0px;
  }
  .nav_child_item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .nav_child_item > a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .nav_child_item:last-child {
    margin-bottom: 0px;
  }
  js_openSwitch {
    cursor: pointer;
  }
  .js_openTarget {
    display: none;
  }
}
.button {
  display: inline-block;
  background: #3949ab;
  width: 300px;
  padding: 0.7em;
  border-radius: 9999px;
  font-size: 1.125em;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .1rem;
  transition: .4s;
}
.contents_1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contents_1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 590px) {
  .contents_1200 {
    padding: 30px 10px;
  }
  .button {
    width: 80%;
  }
}
footer {
  background: #474f9e;
  margin: 0;
  padding: 0;
  border-top: 7px solid #adb4dd;
  color: white;
  text-align: center;
  font-size: 0.938em;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer-link-wrap {
  margin: 40px 0;
}
.footer-link-wrap a {
  margin: 0 35px 0 0;
}
.footer-link-wrap a:last-child {
  margin: 0 0 0 0;
}
.footer-jr-logo:before {
  content: '';
  background-image: url("../images/common/jp-logo-small-white.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
@media screen and (max-width: 590px) {
  footer span {
    display: block;
  }
}
.footer-logo-jp {
  font-size: 1.8em;
  margin-bottom: 0;
}
.footer-logo-en {
  font-family: "Archivo", serif;
  letter-spacing: 0.07em;
  font-size: 1.0em;
  margin-top: 0;
}
.footer-logo a:hover {
  color: white;
  text-decoration: none;
}
.footer-copy {
  font-family: "Archivo", serif;
  margin: 40px 0 0 0;
  padding-bottom: 40px;
  font-size: 0.75em;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #00158b;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}