@charset "utf-8";

/* ======================================================
 * header.css
 * ------------------------------------------------------
 * PConly
 * - Common
 * - Override
 * - Assist
 * - Parts
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ----- Body ----- */
body.is-active {
  height: 100vh;
}

/* ----- Header ----- */
.Header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  max-height: 100vh;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.header-wrap {
  max-height: 100vh;
}
.header-wrap.is-active {
  overflow-y: auto;
}
.Header,
.Header * {
  box-sizing: border-box;
}
.Header + * {
  margin-top: 70px!important;
}
.Header .header-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  height: 70px;
  background-color: #cdd0e0;
}
.Header .identity-logo-wrap {
  width: 70px;
  height: auto;
  max-height: 100%;
}
.Header .identity-logo-wrap .identity-logo-link {
  display: block;
  height: 100%;
}
.Header .identity-logo-wrap .identity-logo {
  width: 144px;
  height: auto;
}
.Header .header-utility {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Header .header-utility .notification-icon-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 59px;
}
.Header .header-utility .notification-icon-wrap.is-active {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.Header .header-utility .notification-icon-wrap .notification-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.Header .header-utility .notification-icon-wrap .notification-link:hover {
  text-decoration: underline;
}
.Header .header-utility .notification-icon-wrap .notification-link .notification-icon {
  width: auto;
  height: 34px;
}
.Header .header-utility .notification-icon-wrap .notification-link .notification-link-label {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.Header .header-utility .notification-icon-wrap.is-active .notification-link {
  width: 100%;
  text-align: left;
}
.Header .header-utility .notification-icon-wrap.is-active .notification-icon {
  width: 35px;
  height: auto;
}
.Header .header-utility .notification-new-icon {
  position: absolute;
  width: 29px;
  height: 15px;
  top: 8px;
  right: -2px;
}
.Header .header-utility .logout-icon-wrap {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 80px;
}
.Header .header-utility .logout-icon-wrap .logout-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.Header .header-utility .logout-icon-wrap .logout-link:hover {
  text-decoration: underline;
}
.Header .header-utility .logout-icon {
  width: auto;
  height: 34px;
}
.Header .header-utility .logout-icon-wrap .logout-link .logout-link-label {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.Header .header-utility .header-menu {
  width: 70px;
  height: 70px;
}
.Header .header-utility .header-menu .header-menu-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
  border: 2px solid #18318b;
  background-color: #18318b;
  text-align: center;
  text-decoration: none;
}
.Header .header-utility .header-menu .header-menu-trigger:hover {
  background-color: #cdd0e0;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 2px;
  background-color: #fff;
  text-indent: -999px;
  line-height: 0;
  font-size: 0;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::before,
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::after {
  content: "";
  position: relative;
  display: block;
  width: 34px;
  height: 2px;
  background-color: #fff;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::before {
  top: -11px;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::after {
  bottom: -9px;
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label {
  width: 0;
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label::before {
  width: 36px;
  left: -18px;
  top: 0;
  transform: rotate(45deg);
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label::after {
  width: 36px;
  left: -18px;
  top: -2px;
  bottom: auto;
  transform: rotate(-45deg);
}
.Header .header-utility .header-menu .header-menu-trigger:hover .header-menu-label,
.Header .header-utility .header-menu .header-menu-trigger:hover .header-menu-label::before,
.Header .header-utility .header-menu .header-menu-trigger:hover .header-menu-label::after {
  background-color: #18318b;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-text {
  display: block;
  padding-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.Header .header-utility .header-menu .header-menu-trigger:hover .header-menu-text {
  color: #18318b;
}
.Header .header-utility .notification-link:hover,
.Header .header-utility .logout-link:hover {
  opacity: .7;
}

/* ----- Header_v2 ----- */
.Header_v2 {
  text-align: center;
  margin-bottom: 30px;
}

/* ----- Gnav ----- */
.Gnav {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  border-bottom: 1px solid #cdd0e0;
  background-color: #fff;
}
.Gnav.is-active {
  display: block;
}
.Gnav * {
  color: #333;
}
.Gnav .gnav-inner {
  width: 1200px;
  margin: 0 auto;
}
.Gnav .gnav-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 40px;
}
.Gnav .gnav-column > .gnav-item[data-width="1"] {
  width: calc((100% - 36px * 3) / 4);
}
.Gnav .gnav-column > .gnav-item[data-width="2"] {
  width: calc((100% - 36px * 1) / 2);
}
.Gnav .gnav-column > .gnav-item[data-width="3"] {
  width: calc(100% - ((100% - 36px * 3) / 4 + 36px));
}
.Gnav .gnav-category-item + .gnav-category-item {
  margin-top: 70px;
}
.Gnav .gnav-heading .heading-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #cdd0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  pointer-events: none;
  text-decoration: none;
}
.Gnav .gnav-heading .heading-link.only-link {
  pointer-events: auto;
}
.Gnav .gnav-heading .heading-link.only-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-heading .heading-icon {
  display: inline-block;
  height: 35px;
  width: auto;
  padding-right: 13px;
}
.Gnav .gnav-heading > span {
  display: inline-block;
  margin-top: 2px;
}
.Gnav .gnav-heading .heading-link.only-link > span {
  position: relative;
  padding-left: 20px;
}
.Gnav .gnav-heading .heading-link.only-link > span::before {
  content: "";
  position: absolute;
  display: block;
  top: .4em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.Gnav .gnav-heading .heading-icon img {
  max-height: 35px;
}
.Gnav .gnav-category-list {
  margin-top: 26px;
}
.Gnav .gnav-column > .gnav-item[data-width="2"] .gnav-category-list,
.Gnav .gnav-column > .gnav-item[data-width="3"] .gnav-category-list,
.Gnav .gnav-column > .gnav-item[data-width="4"] .gnav-category-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row wrap;
}
.Gnav .gnav-column > .gnav-item[data-width="2"] .gnav-category-list > li {
  width: calc((100% - 36px * 1) / 2);
}
.Gnav .gnav-column > .gnav-item[data-width="3"] .gnav-category-list > li {
  width: calc((100% - 36px * 2) / 3);
}
.Gnav .gnav-column > .gnav-item[data-width="4"] .gnav-category-list > li {
  width: calc((100% - 36px * 3) / 4);
}
.Gnav .gnav-category-list > li {
  font-size: 16px;
  font-weight: bold;
}
.Gnav .gnav-category-list > li > .category-link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-category-list > li > .category-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-category-list > li > .category-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .3em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.Gnav .gnav-category-list > li + li {
  margin-top: 27px;
}
.Gnav .gnav-column > .gnav-item[data-width="2"] .gnav-category-list > li:nth-child(-n+2) {
  margin-top: 0;
}
.Gnav .gnav-column > .gnav-item[data-width="3"] .gnav-category-list > li:nth-child(-n+3) {
  margin-top: 0;
}
.Gnav .gnav-column > .gnav-item[data-width="4"] .gnav-category-list > li:nth-child(-n+4) {
  margin-top: 0;
}
.Gnav .gnav-child-category-list {
  margin-top: 20px;
}
.Gnav .gnav-child-category-list > li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.Gnav .gnav-child-category-list > li + li {
  margin-top: 20px;
}
.Gnav .gnav-child-category-list > li > .child-category-link {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-child-category-list > li > .child-category-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-child-category-list > li > .child-category-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .3em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.Gnav .gnav-footer {
  margin-top: 30px;
  padding: 27px 0 35px;
  border-top: 1px solid #cdd0e0;
}
.Gnav .gnav-footer .gnav-footer-colmun {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc((100% - 36px * 3) / 4 * 2 + 36px);
  margin: 0 auto;
}
.Gnav .gnav-footer .gnav-footer-colmun > .gnav-footer-item {
  width: calc((100% - 36px * 1) / 2);
  font-size: 16px;
  font-weight: bold;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .3em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.gnav-overlay {
  z-index: 2;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.gnav-overlay.is-active {
  display: block;
}

/*20210907*/
.Header02 {
  position: static;
  overflow: visible;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Header02 + div {
  margin-top: 50px;
}
.Header02 {
  z-index: 9999;
  position: relative;
  width: 100%;
  background-color: #0070e4;
  transition: background .25s cubic-bezier(.4,0,.2,1) 0s;
}
.Header02 .Header__inner {
  width: 800px;
  padding: 12px 32px;
}
.Header02 .Header__body {
  align-items: center;
}
.Header02 .Header__body {
  display: flex;
}
.Header02 .Header__body .header-logo--body {
  width: 80px;
  margin-right: 75px;
  line-height: 0;
}
.Header02 .Header__body .header-logo--body {
  margin: 0;
  font-size: 2em;
}
.Header02 .Header__body .header-gnav {
  margin-bottom: 5px;
}
.Header02 .Header__body .header-gnav__list {
  display: flex;
  justify-content: center;
}
.Header02 .Header__body .header-gnav__list {
  margin: 0;
  padding: 0;
}
.Header02 .Header__body .header-gnav__list li {
    margin-right: 40px;
}
.Header02 .Header__body .header-gnav__list li {
  list-style: none;
}
.Header02.is-fixed .header-gnav__list li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.Header02 .Header__body .header-utility {
  margin-bottom: 5px;
  margin-left: auto;
}
.Header02 .Header__body .header-utility {
  display: flex;
}
.Header02 .Header__body .header-utility__login {
  height: 34px;
  margin-right: 30px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
}
.Header02 .Header__body .header-utility__login {
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Header02 .Header__body .header-utility__login:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe000;
  background: linear-gradient(90deg,#ffe000 0,#ffc600);
  content: "";
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
.Header02 .Header__body .header-utility__login>a {
    padding: 0 14px 0 35px;
}
.Header02 .Header__body .header-utility__login>a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.Header02 .Header__body .header-utility__login:after {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff660;
  content: "";
}
.Header02.is-fixed .header-logo--body img {
  width: auto;
  height: 100%;
}
.Header02 .Header__body .header-utility__login>a:before {
  display: block;
  position: absolute;
  content: "";
}
.Header02 .Header__body .header-utility__login>a:before {
  top: 50%;
  left: 8px;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  background: url("../../images/icon_login.png") no-repeat 0 0/97%;
}
.Header02.is-fixed {
  background: #fff!important;
  box-shadow: 0 15px 13px -7px rgb(0 29 59 / 20%);
}
.Header02.is-fixed {
  height: 80px;
}
.Header02.is-fixed .Header__inner {
  position: relative;
  padding: 10px 132px 10px 32px;
}
.Header02.is-fixed .header-logo--body {
  height: 60px;
}

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * Assist
------------------------------------------------------ */

/* ------------------------------------------------------
 * Parts
------------------------------------------------------ */

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 799px) {
  .Header {
    width: 100%;
    min-width: auto;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}