/* ===== path ===== */
/* ===== width ===== */
/* ===== color ===== */
/* gradation */
/* ===== hover ===== */
/* ===== font family ===== */
/* ===== font weight ===== */

.globalnavi__trigger {
  display: none;
}

.globalnavi__triggerbutton {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #0073cd 0%, #003f9e 100%);
  text-decoration: none;
}

.globalnavi__triggerbutton::before, .globalnavi__triggerbutton::after {
  display: block;
  position: absolute;
 left: 16px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
}

.is-fixed .globalnavi__triggerbutton::before, .is-fixed .globalnavi__triggerbutton::after {
  left: 17px;
  width: 32px;
  height: 4px;
}

.is-menuopen .globalnavi__triggerbutton::before, .is-menuopen .globalnavi__triggerbutton::after {
  display: none;
}

.globalnavi__triggerbutton::before {
  top: 17px;
}

.is-fixed .globalnavi__triggerbutton::before {
  top: 18px;
}

.globalnavi__triggerbutton::after {
  top: 31px;
}

.is-fixed .globalnavi__triggerbutton::after {
  top: 42px;
}

.globalnavi__triggerbutton__inner {
  display: block;
  position: absolute;
  top: 24px;
  left: 16px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.is-fixed .globalnavi__triggerbutton__inner {
  width: 32px;
  height: 4px;
  top: 30px;
  left: 17px;
}

.is-menuopen .globalnavi__triggerbutton__inner {
  background-color: transparent;
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-image: linear-gradient(315deg, #00a5ef 0%, #004eff 100%);
}

.is-menuopen .globalnavi__triggerbutton__inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
  text-indent: 0;
  content: "\e90a";
}


.globalnavi-first__link {
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  width: 120px;
  height: 56px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  text-align: center;
  letter-spacing: .032em;
}

.globalnavi-first__item:nth-of-type(2) .globalnavi-first__link {
  left: 176px;
}

.globalnavi-first__item:nth-of-type(3) .globalnavi-first__link {
  left: 328px;
}

.globalnavi-first__item:nth-of-type(4) .globalnavi-first__link {
  left: 480px;
}
.globalnavi-first__item:nth-of-type(5) .globalnavi-first__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  width: 150px;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #FFF;
  line-height: 1.5;
  left: 1236px;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.globalnavi-first__item:nth-of-type(5) .globalnavi-first__link span {
  line-height: 1;
  position: relative;
  bottom: 1px;
}

.globalnavi-first__item:nth-of-type(5) .globalnavi-first__link:hover {
  color: #003F9E;
  background-color: #fff;
}

.globalnavi-first__item:nth-of-type(5) .globalnavi-first__link:hover::before{
  display: none;
}

.globalnavi-first__link::before {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff500;
  opacity: 0;
  transition: opacity 0.2s linear;
  content: "";
}

.individual .globalnavi-first__item--individual .globalnavi-first__link,
.corporation .globalnavi-first__item--corporation .globalnavi-first__link,
.profile .globalnavi-first__item--profile .globalnavi-first__link {
  pointer-events: none;
}

.individual .globalnavi-first__item--individual .globalnavi-first__link::before,
.corporation .globalnavi-first__item--corporation .globalnavi-first__link::before,
.profile .globalnavi-first__item--profile .globalnavi-first__link::before {
  opacity: 1;
}

.individual .globalnavi-first__item--individual .globalnavi-first__link::after,
.corporation .globalnavi-first__item--corporation .globalnavi-first__link::after,
.profile .globalnavi-first__item--profile .globalnavi-first__link::after {
  display: none;
}

.is-fixed .globalnavi-first__link {
  display: none;
}

.is-fixed .globalnavi-first .globalnavi-first__link {
  display: none;
}

.globalnavi-second,
.globalnavi-third {
  display: none;
}

.individual .globalnavi-first__item--individual .globalnavi-second,
.corporation .globalnavi-first__item--corporation .globalnavi-second,
.profile .globalnavi-first__item--profile .globalnavi-second, .individual .globalnavi-first__item--individual
.globalnavi-third,
.corporation .globalnavi-first__item--corporation
.globalnavi-third,
.profile .globalnavi-first__item--profile
.globalnavi-third {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.globalnavi-second {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -41px;
  padding-right: 290px;
  width: 100%;
}

.is-fixed .globalnavi-first__item .globalnavi-second {
  display: none;
}

.globalnavi-second__item {
  flex-basis: auto;
  width: auto;
}

.globalnavi-second__link {
  display: block;
  color: #000;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 53px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 8px 8px 0 0;
  line-height: 53px;
  transition: color 0.2s linear;
}

.is-open .globalnavi-second__link {
  position: relative;
  border-top-color: #003f9e;
  border-right-color: #003f9e;
  border-left-color: #003f9e;
  background-color: #f2f9fd;
}

.is-open .globalnavi-second__link::before {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f9fd;
  z-index: 3;
  content: "";
}

.globalnavi-second__item--shop-atm .globalnavi-second__link::after {
  display: none;
}

.globalnavi-third {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 16px;
  width: 100%;
}

.is-fixed .globalnavi-third {
  margin-top: 0;
  padding-right: 156px;
  padding-left: 204px;
}

.globalnavi-third__item {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
  height: 56px;
}

.globalnavi-third__item:not(:first-child) {
  border-left: 1px solid #ddd;
}

.is-fixed .globalnavi-third__item:first-child {
  border-left: 1px solid #ddd;
}

.is-fixed .globalnavi-third__item:last-child {
  border-right: 1px solid #ddd;
}

.globalnavi-first__item--corporation .globalnavi-third__item,
.globalnavi-first__item--profile .globalnavi-third__item {
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
}

.globalnavi-third__link {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  color: #222;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.is-open .globalnavi-third__link {
  background-image: linear-gradient(281deg, #0073cd 0%, #003f9e 100%);
  background-color: #fff;
  color: #fff;
}

.globalnavi__search {
  position: absolute;
  top: 88px;
  right: 32px;
  width: 40px;
}

.is-fixed .globalnavi__search {
  top: 8px;
}

.globalnavi__search__button {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #003f9e;
  line-height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s linear;
}

.globalnavi__search__button::before {
  position: absolute;
  top: 10px;
  left: 50%;
  color: #fff;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.1rem;
  text-indent: 0;
  transform: translateX(-50%);
  content: "\e909";
}

.globalnavi__search__button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background-image: linear-gradient(315deg, #00a5ef 0%, #004eff 100%);
  z-index: -1;
}

.globalnavi__search__button.is-open {
  border-radius: 8px 8px 0 0;
  height: 48px;
}

.globalnavi__close {
  display: none;
}

.globalnavi__close .closebutton__body {
  margin-bottom: -28px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 56px;
  width: 100%;
  min-width: 1280px;
  height: 208px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  z-index: 3;
  min-width: 1440px;/* 2022.10.21追記 */
}

.site-header::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-image: linear-gradient(272deg, #0073cd 0%, #003f9e 100%);
  content: "";
}

.site-header.is-fixed {
  position: fixed;
  padding-top: 0;
  height: 56px;
}

.site-header.is-fixed::before {
  display: none;
}

@-moz-document url-prefix() {
}

.home .site-header {
  min-width: 1440px;
}

.site-header__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  min-width: 1280px;
  max-width: 1440px;
}

.site-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 32px;
  margin-left: 38px;
  text-align: left;
  z-index: 1;
}

.is-fixed .site-logo {
  display: block;
  position: absolute;
  top: 16px;
  left: 38px;
  margin-top: 0;
  margin-left: 0;
}

.site-logo__link {
  display: inline-block;
  width: 198px;
  height: 36px;
}

.is-fixed .site-logo__link {
  display: block;
  width: 134px;
  height: 24px;
}

.site-logo__link .responsive-image {
  display: block;
}

.site-logo__link-body {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.is-fixed .site-logo__link-body {
  width: 124px;
  height: calc(24px * (134 / 124));
}

.site-header__bankcode {
  margin-left: 16px;
  color: #777;
  font-size: 12px;
  letter-spacing: .08333em;
}

.is-fixed .site-header__bankcode {
  display: none;
}

.site-header__login {
  position: absolute;
  top: 88px;
  right: 88px;
  display: block;
  width: 170px;
}

.is-fixed .site-header__login {
  top: 8px;
  right: 88px;
  width: 40px;
  height: 40px;
}

.site-header__login__button {
  display: block;
  position: relative;
  padding-left: 36px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: .0625em;
  transition: background-color 0.2s linear;
}

.site-header__login__button::before {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 5px;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  content: "\e904";
}

.is-fixed .site-header__login__button::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-right: 0;
  padding-left: 0;
  font-size: 1.9rem;
  transform: translate(-50%, -50%);
  text-indent: 0;
}

.site-header__login__button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 6px;
  background-image: linear-gradient(283deg, #0073cd 0%, #003f9e 100%);
  z-index: -1;
}

.site-header__login__button.is-open {
  height: 48px;
  border-radius: 8px 8px 0 0;
  background-color: #003f9e;
}

.is-fixed .site-header__login__text {
  display: none;
}

.megamenu {
  display: none;
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 50px 20px rgba(0, 0, 0, 0.16);
  z-index: 2;
  overflow-x: hidden;
}

.megamenu.is-open {
  display: block;
}

.globalnavi-second__item .megamenu {
  top: 136px;
  border-top: 1px solid #003f9e;
}

.globalnavi-third__item .megamenu {
  top: 208px;
  padding-top: 8px;
}

.is-fixed .globalnavi-third__item .megamenu {
  top: 56px;
}

.globalnavi-third__item .megamenu::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(270deg, #0073cd 0%, #003f9e 100%);
  content: "";
}

.megamenu__inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  max-width: 1080px;
  text-align: left;
}

.megamenu__inner--separator {
  border-bottom: 1px solid #ccc;
}

.megamenu__categorytop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #f2f9fd;
}

.megamenu__categorytop__link {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #003f9e;
  color: #003f9e;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .016em;
  transition: color 0.2s linear;
  text-decoration: none;
  transition: all 0.2s linear;
  z-index: 1;
}

.megamenu__categorytop__link:visited {
  color: #003f9e;
}

.megamenu__close {
  top: 25px;
}

.megamenu__back {
  display: none;
}

.megamenu__area-gray {
  background-color: #f7f7f7;
}

.megamenu__text-break {
  display: none;
}

.megamenu-linklist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 37px;
  width: 100%;
}

.megamenu__inner--separator .megamenu-linklist {
  padding-bottom: 16px;
}

.megamenu__area-gray .megamenu-linklist {
  padding-top: 28px;
  padding-bottom: 29px;
}

.megamenu-linklist__item {
  width: calc((100% - 80px) / 3 - 0.01px);
}

.megamenu-linklist__item:not(:nth-of-type(-n + 3)) {
  margin-top: 11px;
}

.megamenu-linklist__item:not(:nth-of-type(3n + 1)) {
  margin-left: 40px;
}

.megamenu-linklist__link {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  letter-spacing: .08em;
  color: #003f9e;
  font-weight: 700;
  transition: color 0.2s linear;
}

.megamenu-linklist__link:visited {
  color: #003f9e;
}

.megamenu-linklist__link::before {
  position: absolute;
  top: .5em;
  left: 0;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  content: "\e900";
}

.megamenu__area-gray .megamenu-linklist__link {
  color: #222;
  font-weight: 400;
}

.megamenu__area-gray .megamenu-linklist__link::before {
  color: #003f9e;
}

.megamenu-linklist__link--circlearrow {
  padding-left: 30px;
  font-size: 1.8rem;
}

.megamenu-linklist__link--circlearrow::before, .megamenu-linklist__link--circlearrow::after {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.megamenu-linklist__link--circlearrow::before {
  background-image: url("/assets/images/icn_circlearrow_m.svg");
  transition: opacity 0.2s linear;
}

.megamenu-linklist__link--circlearrow::after {
  background-image: url("/assets/images/icn_circlearrow_m_hv.svg");
  z-index: -1;
}

.closebutton {
  position: absolute;
  right: -61px;
}

.closebutton__body {
  display: block;
  padding-left: 19px;
  width: 106px;
  height: 46px;
  border-radius: 32px 0px 0px 32px;
  background-color: #003f9e;
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
  transition: transform .1s linear;
  box-shadow: 0px 9px 20px rgba(0, 82, 254, 0.28);
  cursor: pointer;
}

.closebutton__body::before {
  margin-right: 10px;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: "\e90a";
}

.is-windowopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.window {
  display: none;
}

.window.is-open {
  display: block;
  position: absolute;
  border: 1px solid #003f9e;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -10px 16px 32px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.window.is-open::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #003f9e;
  content: "";
}

.window__close {
  position: absolute;
  top: 16px;
}

.loginarea.is-open {
  top: 48px;
  right: -88px;
  width: 774px;
}

.mobile .loginarea.is-open {
  width: 100vw;
}

.loginarea__inner {
  width: 100%;
}

.loginarea__col {
  padding: 60px 60px 24px;
}

.loginarea__title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  color: #003f9e;
  font-size: 2rem;
  font-weight: 700;
}

.loginarea__title::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 3px solid #003f9e;
  border-radius: 50%;
  content: "";
}

.loginarea__menu {
  width: 100%;
}

.loginarea__menu__item:not(:last-child) {
  margin-bottom: 24px;
}

.loginarea__menu__linktext {
  color: #003f9e;
  text-decoration: none;
  transition: color 0.2s linear;
}

.loginarea__menu__linktext::before {
  position: relative;
  top: -1px;
  left: 0;
  margin-right: 1px;
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\e900";
}

.loginarea__button {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 62px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: .06em;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s linear;
  z-index: 1;
}

.loginarea__button::before, .loginarea__button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.loginarea__button::before {
  background-image: linear-gradient(279deg, #0073cd 0%, #003f9e 100%);
  z-index: -1;
  transition: opacity 0.2s linear;
}

.loginarea__button::after {
  background-image: linear-gradient(279deg, #00a5ef 0%, #004eff 100%);
  z-index: -2;
}

.loginarea__button::before, .loginarea__button::after {
  border-radius: 8px;
}

.loginarea__button--lead {
  margin-bottom: 4px;
  padding-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.loginarea__corporation {
  background-color: #f2f9fd;
  padding-top: 24px;
  padding-bottom: 23px;
}

.loginarea__corporation .loginarea__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.loginarea__corporation .loginarea__menu__item {
  width: 45.71%;
}

.loginarea__ib {
  width: 45.71%;
}

.loginarea__fc {
  width: 45.71%;
  margin-top: -35px;
}

.loginarea__fc .loginarea__button--lead {
  padding-top: 15px;
}

.loginarea__fc .loginarea__menu + .loginarea__fourc {
  margin-top: 15px;
}

.loginarea__button--light::before {
  background-image: linear-gradient(282deg, #40b1e8 0%, #1ebdcd 100%);
}

.loginarea__button--light::after {
  background-image: linear-gradient(282deg, #44d3f5 0%, #21ded0 100%);
}

.loginarea__button--heavy::before {
  background-image: linear-gradient(283deg, #104ba2 0%, #000e46d6 100%);
}

.loginarea__button--separator {
  display: inline-block;
  height: 72px;
  border: 1px solid #99c7f2;
  background-color: #f2f9fd;
  background-image: none;
  color: #003f9e;
  line-height: 1.5;
}

.loginarea__button__lead {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.16666;
}

.loginarea__button__icon-lock::before {
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
}

.loginarea__fourc {
  display: block;
  position: relative;
  margin-bottom: 10px;
  color: #003f9e;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .055em;
  text-align: center;
}

.loginarea__fourc::before, .loginarea__fourc::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #003f9e;
  transform: translateY(-50%);
  content: "";
}

.loginarea__fourc::before {
  left: 0;
}

.loginarea__fourc::after {
  right: 0;
}

.searcharea {
  display: none;
}

.searcharea.is-open {
  top: 48px;
  right: -32px;
  padding: 80px 32px 56px;
  width: 554px;
  background-color: #f2f9fd;
}

.globalnavi__search .searcharea__input {
  box-sizing: border-box;
  padding-right: 64px;
  padding-left: 24px;
  width: 100%;
  height: 64px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 62px;
  box-shadow: none;
  -webkit-appearance: none;
}

.globalnavi__search .searcharea__button {
  display: block;
  position: absolute;
  top: 84px;
  right: 36px;
  width: 56px;
  height: 56px;
  border-width: 0;
  border-radius: 8px;
  background-color: #003f9e;
  z-index: 1;
  cursor: pointer;
  outline: none;
}

.globalnavi__search .searcharea__button::before {
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 2.8rem;
  content: "\e909";
}

.globalnavi__search .searcharea__button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background-image: linear-gradient(315deg, #00a5ef 0%, #004eff 100%);
  opacity: 0;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.globalnavi__search table.gsc-search-box {
  margin-bottom: 0 !important;
}

.globalnavi__search form.gsc-search-box {
  margin-bottom: 0 !important;
}

.globalnavi__search table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.globalnavi__search table.gsc-search-box .gsib_a {
  padding: 0 !important;
}

.globalnavi__search table.gsc-search-box .gsib_b {
  display: none;
}

.globalnavi__search .gsc-input-box {
  border: none !important;
  background: none !important;
}

.globalnavi__search .gsc-search-button-v2, .globalnavi__search .gsc-search-button-v2:hover, .globalnavi__search .gsc-search-button-v2:focus {
  border-color: #000 !important;
  background-color: #003f9e !important;
  background-image: linear-gradient(top, #333, #333) !important;
}

.globalnavi__search .gsc-search-box input.gsc-input {
  background: none !important;
  box-sizing: border-box !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  margin: 0 !important;
  padding-right: 64px !important;
  padding-left: 24px !important;
  width: 100% !important;
  height: 64px !important;
  font-size: 1.8rem !important;
  line-height: 62px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}

.globalnavi__search .gsc-search-box input.gsc-input:focus {
  border: solid 2px #003f9e !important;
  border-radius: 8px !important;
}

.globalnavi__search .gsc-input {
  width: 100% !important;
}

.globalnavi__search button.gsc-search-button {
  display: block;
  position: absolute;
  top: 84px;
  right: 36px;
  width: 56px;
  height: 56px;
  margin: 0 !important;
  padding: 0 !important;
  border-width: 0;
  border-radius: 8px;
  background-color: #003f9e;
  z-index: 1;
  cursor: pointer;
  outline: none;
}

.globalnavi__search button.gsc-search-button svg {
  display: none;
}

.globalnavi__search button.gsc-search-button::before {
  font-family: "bankicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 2.8rem;
  content: "\e909";
}

.globalnavi__search button.gsc-search-button::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background-image: linear-gradient(315deg, #00a5ef 0%, #004eff 100%);
  opacity: 0;
  transition: opacity 0.2s linear;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .globalnavi {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
  }
  .is-fixed .globalnavi {
    padding-top: 64px;
  }
  .globalnavi__trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .is-fixed .globalnavi__trigger {
    width: 64px;
    height: 64px;
  }
  .globalnavi__body {
    max-height: 0;
  }
  .globalnavi__body.is-open {
    display: block;
    padding-bottom: 150px;
    background-color: #fff;
    max-height: none;
  }
  .globalnavi__body::before {
    display: block;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(271deg, #00a5ef 0%, #004eff 100%);
    content: "";
  }
  .globalnavi-first {
    background-color: #f0f9ff;
  }
  .globalnavi-first__item:not(:last-child) {
    margin-bottom: 1px;
  }
  .globalnavi-first__link {
    position: relative;
    padding-right: 36px;
    padding-left: 36px;
    left: 0;
    width: 100%;
    height: auto;
    background-image: linear-gradient(283deg, #0073cd 0%, #003f9e 100%);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: .08em;
    text-align: center;
  }
  .globalnavi-first__item:nth-of-type(2) .globalnavi-first__link {
    left: 0;
  }
  .globalnavi-first__item:nth-of-type(3) .globalnavi-first__link {
    left: 0;
  }
  .globalnavi-first__item:nth-of-type(4) .globalnavi-first__link {
    left: 0;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link {
    display: block;
    margin: 0;
    padding: 35px 0 0;
    width: 50px;
    height: 50px;
    background: #f2fbfe;
    font-size: 8px;
    color: #003F9E;
    line-height: calc(12 / 8);
    border: none;
    border-top: 1px solid #eee;
    border-radius: 0px;
    position: absolute;
    right: 50px;
    left: auto;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link:hover {
    background-color: #f2fbfe;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link:hover::before{
    display: block;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link span {
    bottom: 0;
  }
  .is-fixed .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link {
    width: 64px;
    height: 64px;
    right: 64px;
  }
  .is-fixed .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link .is-sp {
    display: none;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link::before {
    content: "\e913";
    position: absolute;
    top: 13px;
    left: 50%;
    margin-right: 0;
    width: auto;
    height: auto;
    background-color: initial;
    font-size: 1.7rem;
    transform: translateX(-50%);
    font-family: "bankicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }
  .is-fixed .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link::before {
    top: 18px;
    font-size: 3rem;
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link::after {
    content: none;
  }
  .globalnavi-first__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 43px;
    font-family: "bankicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    transform: translateY(-50%);
    content: "\e90c";
  }
  .globalnavi-first__link::before {
    bottom: 22px;
    left: 50%;
    width: 163px;
    height: 4px;
    transform: translate(-50%);
  }
  .is-fixed .globalnavi-first__link {
    display: block;
  }
  .individual .globalnavi-first__item--individual .globalnavi-second,
  .corporation .globalnavi-first__item--corporation .globalnavi-second,
  .profile .globalnavi-first__item--profile .globalnavi-second, .individual .globalnavi-first__item--individual
  .globalnavi-third,
  .corporation .globalnavi-first__item--corporation
  .globalnavi-third,
  .profile .globalnavi-first__item--profile
  .globalnavi-third {
    display: block;
  }
  .globalnavi-second {
    margin-top: 0;
    padding-right: 0;
  }
  .is-fixed .globalnavi-first__item .globalnavi-second {
    display: block;
  }
  .globalnavi-second__item {
    width: 100%;
  }
  .globalnavi-second__item:not(:first-child) {
    border-top: 1px solid #eee;
  }
  .globalnavi-second__item.globalnavi-second__item--shop-atm {
    position: absolute;
    top: 0;
    right: 150px;
    width: 50px;
    height: 50px;
  }
  .is-fixed .globalnavi-second__item.globalnavi-second__item--shop-atm {
    right: 192px;
    width: 64px;
    height: 64px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  .globalnavi-second__link {
    padding: 32px 70px 32px 27px;
    height: auto;
    border-width: 0;
    border-radius: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .is-open .globalnavi-second__link {
    background-color: #fff;
  }
  .is-open .globalnavi-second__link::before {
    display: none;
  }
  .is-open .globalnavi-second__link::after {
    font-family: "bankicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 28px;
    color: #003f9e;
    font-size: 1.8rem;
    transform: translateY(-50%);
    content: "\e90b";
  }
  .globalnavi-second__item--shop-atm .globalnavi-second__link {
    display: block;
    padding-top: 55px;
    padding: 33px 0 0;
    width: 100%;
    height: 100%;
    background-color: #f2fbfe;
    color: #003f9e;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .globalnavi-second__item--shop-atm .globalnavi-second__link::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 17px;
    height: calc(17px * (32 / 27));
    background: transparent url("/assets/images/icn_shop_atm.svg") 0 0 no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    content: "";
  }
  .is-fixed .globalnavi-second__item--shop-atm .globalnavi-second__link::before {
    top: 18px;
    width: 27px;
    height: 32px;
  }
  .globalnavi-third {
    margin-top: 0;
  }
  .is-fixed .globalnavi-third {
    padding-right: 0;
    padding-left: 0;
  }
  .globalnavi-third__item {
    width: 100%;
    max-width: none;
    height: auto;
    border-top: 1px solid #eee;
  }
  .globalnavi-third__item:not(:first-child) {
    border-left-width: 0;
  }
  .is-fixed .globalnavi-third__item:first-child {
    border-left-width: 0;
  }
  .is-fixed .globalnavi-third__item:last-child {
    border-right-width: 0;
  }
  .globalnavi-first__item--corporation .globalnavi-third__item,
  .globalnavi-first__item--profile .globalnavi-third__item {
    width: 100%;
    max-width: none;
  }
  .globalnavi-third__link {
    padding: 32px 70px 32px 27px;
    height: auto;
    border-width: 0;
    border-radius: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
  }
  .is-open .globalnavi-third__link {
    position: relative;
    background-image: none;
    color: #222;
  }
  .is-open .globalnavi-third__link::after {
    font-family: "bankicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 28px;
    color: #003f9e;
    font-size: 1.8rem;
    transform: translateY(-50%);
    content: "\e90b";
  }
  .globalnavi__search {
    display: block;
    position: static;
    padding: 32px 27px 32px;
    width: 100%;
    background-color: #f0f9ff;
  }
  .globalnavi__search__button {
    display: none;
  }
  .globalnavi__close {
    background-color: #f0f9ff;
    padding-top: 56px;
    display: block;
    position: static;
    text-align: center;
  }
  .site-header {
    padding-top: 0;
    min-width: 0;
    height: 50px;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.08);
  }
  .site-header::before {
    display: none;
  }
  .site-header.is-fixed {
    height: 64px;
  }
  .is-menuopen .site-header,
  .is-windowopen .site-header {
    height: 100vh;
    overflow: auto;
  }
  @-moz-document url-prefix() {
    .is-menuopen .site-header,
    .is-windowopen .site-header {
      top: 0 !important;
    }
  }
  .home .site-header {
    min-width: 0;
  }
  .site-header__inner {
    width: 100%;
    min-width: 0;
  }
  .site-logo {
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    margin-top: 0;
    margin-left: 0;
  }
  .is-fixed .site-logo {
    top: 20px;
    left: 19px;
  }
  .site-logo__link {
    display: block;
    width: 116px;
    height: 21px;
  }
  .is-fixed .site-logo__link {
    width: 116px;
    height: 21px;
  }
  .site-header__bankcode {
    display: block;
    margin-left: 0;
    font-size: 1rem;
  }
  .site-header__login {
    top: 0;
    right: 100px;
    width: 50px;
    height: 50px;
  }

  .is-fixed .site-header__login {
    top: 0;
    right: 128px;
    width: 64px;
    height: 64px;
  }
  .site-header__login__button {
    position: relative;
    padding-top: 33px;
    padding-left: 0;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    color: #003f9e;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .site-header__login__button::before {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-right: 0;
    font-size: 1.7rem;
    transform: translateX(-50%);
  }
  .is-fixed .site-header__login__button::before {
    top: 20px;
    left: 50%;
    font-size: 2.7rem;
    transform: translateX(-50%);
  }
  .site-header__login__button::after {
    display: none;
  }
  .site-header__login__button.is-open {
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    background-image: linear-gradient(314deg, #00a5ef 0%, #004eff 100%);
    color: #fff;
  }
  .megamenu {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    padding-bottom: 120px;
    height: auto;
    min-height: 100%;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform .18s linear;
  }
  .megamenu.is-open {
    transform: translateX(0);
  }
  .globalnavi-second__item .megamenu {
    top: 84px;
    border-top-width: 0;
  }
  .is-fixed .globalnavi-second__item .megamenu {
    top: 68px;
  }
  .globalnavi-third__item .megamenu {
    top: 84px;
    padding-top: 0;
  }
  .is-fixed .globalnavi-third__item .megamenu {
    top: 68px;
  }
  .globalnavi-third__item .megamenu::before {
    display: none;
  }
  .megamenu__inner {
    padding-right: 27px;
    padding-left: 27px;
  }
  .megamenu__categorytop {
    height: 120px;
  }
  .megamenu__categorytop__link {
    font-size: 2.4rem;
  }
  .megamenu__categorytop__link::before {
    top: 0;
    width: 32px;
    height: 32px;
  }
  .megamenu__close {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .megamenu__close::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
    transform: translateY(-50%);
    z-index: -1;
  }
  .megamenu__area-gray + .megamenu__close {
    margin-top: -28px;
  }
  .megamenu__area-gray + .megamenu__close::before {
    display: none;
  }
  .megamenu__back {
    display: block;
  }
  .megamenu__back__body {
    display: block;
    position: relative;
    padding-right: 27px;
    padding-left: 55px;
    width: 100%;
    height: 64px;
    background-image: linear-gradient(279deg, #0073cd 0%, #003f9e 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 64px;
  }
  .megamenu__back__body::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 32px;
    margin-top: 1px;
    font-family: "bankicons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    transform: scale(-1, 1) translateY(-50%);
    content: "\e90c";
  }
  .megamenu__text-break {
    display: inline-block;
  }
  .megamenu-linklist {
    display: block;
    padding-top: 35px;
  }
  .megamenu__inner--separator .megamenu-linklist {
    padding-bottom: 31px;
  }
  .megamenu .megamenu__area-gray .megamenu-linklist {
    padding-bottom: 59px;
  }
  .megamenu-linklist__item {
    width: 100%;
  }
  .megamenu-linklist__item:not(:nth-of-type(-n + 3)) {
    margin-top: 0;
  }
  .megamenu-linklist__item:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
  .megamenu-linklist__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .megamenu-linklist__link--circlearrow {
    font-size: 2rem;
  }
  .closebutton__body {
    display: inline-block;
    padding-left: 0;
    width: 174px;
    height: 56px;
    border-radius: 48px;
    background-image: linear-gradient(288deg, #0073cd 0%, #003f9e 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    line-height: 56px;
    transform: none;
    box-shadow: none;
    text-align: center;
  }
  .window.is-open {
    border-width: 0;
    border-radius: 0;
    padding-bottom: 92px;
    min-height: 100vh;
  }
  .window.is-open::before {
    height: 4px;
    background-image: linear-gradient(271deg, #00a5ef 0%, #004eff 100%);
  }
  .window__close {
    position: static;
  }
  .loginarea.is-open {
    top: 50px;
    right: -100px;
    width: calc(100vw - 15px);
    padding-bottom: 120px;
    overflow: visible;
  }
  .is-fixed .loginarea.is-open {
    top: 64px;
    right: -64px;
  }
  .loginarea__col {
    padding: 48px 27px 40px;
  }
  .loginarea__close {
    margin-top: -28px;
    text-align: center;
  }
  .loginarea__menu__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .loginarea__menu__linktext {
    margin-left: 13px;
  }
  .loginarea__button--lead {
    padding-top: 18px;
    max-width: none;
    height: 80px;
  }
  .loginarea__corporation {
    padding-top: 40px;
    padding-bottom: 68px;
  }
  .loginarea__corporation .loginarea__menu {
    display: block;
  }
  .loginarea__corporation .loginarea__menu__item {
    width: 100%;
  }
  .loginarea__ib {
    width: 100%;
  }
  .loginarea__fc {
    width: 100%;
    margin-top: 32px;
  }
  .loginarea__fc .loginarea__button--lead {
    padding-top: 24px;
  }
  .loginarea__fc .loginarea__menu + .loginarea__fourc {
    margin-top: 32px;
  }
  .loginarea__fourc::before, .loginarea__fourc::after {
    width: 50px;
  }
  .searcharea {
    display: block;
    position: relative;
  }
  .globalnavi__search .searcharea__button {
    top: 4px;
    right: 4px;
  }
  .globalnavi__search button.gsc-search-button {
    top: 10px;
    right: 4px;
  }
  .globalnavi__search .searcharea__close {
    display: none;
  }
  .is-menuopen {
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1441px) {
  .globalnavi-first__link {
    left: calc((100% - 1440px) / 2 + 24px);
  }
  .globalnavi-first__item:nth-of-type(2) .globalnavi-first__link {
    left: calc((100% - 1440px) / 2 + 176px);
  }
  .globalnavi-first__item:nth-of-type(3) .globalnavi-first__link {
    left: calc((100% - 1440px) / 2 + 328px);
  }
  .globalnavi-first__item:nth-of-type(4) .globalnavi-first__link {
    left: calc((100% - 1440px) / 2 + 480px);
  }
  .globalnavi-first__item:nth-of-type(5) .globalnavi-first__link {
    left: calc((100% - 1440px) / 2 + 1274px);
  }
  .globalnavi__search {
    right: calc((100% - 1440px) / 2 + 32px);
  }
  .is-fixed .globalnavi__search {
    right: calc((100% - 1440px) / 2 + 32px);
  }
  .is-fixed .site-logo {
    left: calc((100% - 1440px) / 2 + 38px);
  }
  .site-header__login {
    right: calc((100% - 1440px) / 2 + 88px);
  }
  .is-fixed .site-header__login {
    right: calc((100% - 1440px) / 2 + 88px);
  }
}

@media (min-width: 768px) {
  .globalnavi-first__link:hover::before {
    opacity: 1;
  }
  .globalnavi-second__link:hover {
    color: #004eff;
  }
  .globalnavi-third__link:hover {
    color: #004eff;
  }
  .globalnavi-third__link:hover {
    background-color: #f2f9fd;
  }
  .is-open .globalnavi-third__link:hover {
    color: #fff;
  }
  .globalnavi__search__button:not(.is-open):hover {
    background-color: transparent;
  }
  .site-header__login__button:not(.is-open):hover {
    background-color: transparent;
  }
  .megamenu__categorytop__link:hover {
    color: #004eff;
  }
  .megamenu__categorytop__link:hover {
    border-bottom: 2px solid #f2f9fd;
  }
  .megamenu-linklist__link:hover {
    color: #004eff;
  }
  .megamenu__area-gray .megamenu-linklist__link:hover::before {
    color: #004eff;
  }
  .megamenu-linklist__link--circlearrow:hover::before {
    opacity: 0;
  }
  .closebutton__body:hover {
    background-image: linear-gradient(293deg, #00a5ef 0%, #004eff 100%);
    transform: translateX(-60px);
  }
  .loginarea__body__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .loginarea__menu__linktext:hover {
    color: #004eff;
  }
  .loginarea__button:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .loginarea__button:hover::before {
    opacity: 0;
  }
  .globalnavi__search .searcharea__button:hover::after {
    opacity: 1;
  }
  .globalnavi__search button.gsc-search-button:hover::after {
    opacity: 1;
  }
}




/**
* 2021.06.28 以下を追記
*
* pcでのパンくずリスト上部固定表示
* common.jsでaddClass/removeClass
*/
nav.wrapper.is-fixed {
    position: fixed;
    top: 56px;
    background: #fff;
    z-index: 3;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08) inset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*
* 2022.7.15 以下を追記
* インターネットバンキング・ライトの掲載終了対応
*/
@media only screen and (max-width: 767px)
{
	.loginarea__ib .loginarea__menu__item:nth-of-type(2)
	{
		display: none;
	}
}
