.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .header .header-inner {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
  }
}

.header h1 {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
}

.header h1 a {
  display: block;
  width: 100%;
  height: 27px;
}

@media screen and (min-width: 1280px) {
  .header h1 {
    left: 00px;
    width: 320px;
  }
  .header h1 a {
    height: 50px;
  }
}

.header h1 img {
  width: 100%;
}

.globalNav-wrapper.is-open .globalNav-btn span:first-child::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalNav-wrapper.is-open .globalNav-btn span:first-child::after {
  top: 20px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.globalNav-wrapper.is-open .homeLink-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.globalNav-wrapper.is-open .global-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 64px;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: auto;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper.is-open .global-nav {
    padding-bottom: 0px;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.globalNav-wrapper .globalNav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: #094091;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .globalNav-btn {
    display: none;
  }
}

.globalNav-wrapper .globalNav-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.globalNav-wrapper .globalNav-btn span:first-child {
  top: 14px;
  width: 20px;
  height: 20px;
}

.globalNav-wrapper .globalNav-btn span:first-child::before,
.globalNav-wrapper .globalNav-btn span:first-child::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.globalNav-wrapper .globalNav-btn span:first-child::after {
  top: 14px;
}

.globalNav-wrapper .globalNav-btn span:last-of-type {
  top: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.globalNav-wrapper .homeLink-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  width: 344px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #094091;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.globalNav-wrapper .homeLink-wrapper .homeLink {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .homeLink-wrapper .homeLink {
    display: none;
  }
}

.globalNav-wrapper .homeLink-wrapper .homeLink span {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.globalNav-wrapper .homeLink-wrapper .homeLink img {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .globalNav-inner {
    position: relative;
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

.globalNav-wrapper .global-nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 344px;
  height: 100dvh;
  height: 100vh;
  background-color: #094091;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav {
    visibility: visible;
    opacity: 1;
    top: 80px;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
    -webkit-transition: none;
    transition: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list {
  color: #fff;
}

.globalNav-wrapper .global-nav .globalNav-list.first {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    margin-top: 0px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list.second {
  background-color: transparent;
}

.globalNav-wrapper .global-nav .globalNav-list.third {
  padding: 24px 0;
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list.third {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item {
    position: static;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first {
  border-top: 1px solid #0b3677;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first {
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:hover {
    background: #000000;
  }

  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 20;
    transform: translateY(-10px);
    width: 100vw;
    height: 352px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    background-color: #fff;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:hover > .megadrop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    height: 352px;
    pointer-events: auto;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first:last-child {
  border-bottom: 1px solid #0b3677;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first:last-child {
    border: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .accordionBtn {
  padding-left: 16px;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .accordionBtn {
    padding: 0;
  }
}
header .br-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first::before,
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first::after {
    content: none;
  }
  header .br-sp {
    display: none;
  }
  header .br-pc {
    display: inline-block;
  }
}

header .list-item a {
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.business .megadrop {
  height: 489px;
}
.lang-en .globalNav-wrapper .global-nav .globalNav-list .list-item.first.business .megadrop {
  height: 540px;
}

.globalNav-wrapper .global-nav.en .globalNav-list .list-item.first.business .megadrop .second .list-item:nth-of-type(3) {
  height: 66px;
}
.globalNav-wrapper .global-nav.en .globalNav-list .list-item.first.business .megadrop .second .list-item:nth-of-type(4) {
  height: 92px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 30px auto 0;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner .megadrop-content {
  position: relative;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .megadrop-inner .megadrop-content > span {
  position: absolute;
  top: 0;
  left: 316px;
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second {
  display: grid;
  place-items: flex-start;
  grid-template-rows: 44px 44px 44px;
  grid-template-columns: 230px 280px;
}

.globalNav-wrapper .global-nav.en .globalNav-list .list-item.first .megadrop .globalNav-list.second {
  grid-template-rows: 44px 66px 92px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .second > a {
  display: block;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .second > a > span {
  position: absolute;
  bottom: 0px;
  left: 153px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second > .second > a > span{
  bottom: -20px;
}

/* 情報公開 */
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second {
  grid-template-columns: 230px 400px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item.link:not(:first-child) {
  position: relative;
  height: 24px;
  padding-left: 62px;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item.link a {
  padding: 0;
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item:not(:first-child)::before {
  position: absolute;
  top: -6px;
  left: 40px;
  content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first.info .megadrop .globalNav-list.second .list-item::after {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second > .link {
  font-size: 24px;
  line-height: 1.45;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item:not(:first-child) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  width: 298px;
  height: 44px;
}

header .globalNav-wrapper .global-nav .globalNav-list .megadrop .list-item.second.is-active {
  background-color: #f2f2f2;
  color: #094091;
}
header .megadrop .list-item.second .accordion-inner {
  pointer-events: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p {
  height: 100%;
  padding: 10px 0px 10px 40px;
  line-height: 1.5;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p::before,
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p::after {
  content: none;
}
/* add 230126 */
.lang-en .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p {
  height: 100%;
  padding: 10px 0px 10px 20px;
  line-height: 1.5;
}

header .header-inner .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item .third p {
  padding-left: 0px;
  padding-top: 0px;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p:hover {
  background-color: #f2f2f2;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item p:hover ~ .accordion-inner {
  display: block;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .accordion-inner {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  pointer-events: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second.is-active .accordionBtn {
  background-color: #f2f2f2;
  color: #094091;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second.is-active .accordion-inner {
  opacity: 1;
  pointer-events: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .globalNav-list {
  height: 100%;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second .list-item.second .third {
  background-color: #f2f2f2;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second a {
  place-items: baseline;
  padding-right: 40px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.second a:first-child {
  padding-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop a span {
  position: relative;
  margin-left: -155px;
  font-size: 16px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop a span::after {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1.5px solid #094091;
  border-right: 1.5px solid #094091;
  background-color: transparent;
  content: "";
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}

/* 所在地・各種センター */
.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .center .globalNav-list.third {
  flex-wrap: nowrap;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item {
  grid-column: auto;
  position: relative;
  width: calc(50% - 16px);
  margin-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item:not(:last-child) {
  margin: 0 0 15px 0;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item.third {
  height: auto;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item::before {
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third .list-item::after {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .globalNav-list.third a {
  place-items: start;
  padding: 0 0 0 22px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first .megadrop .link a {
    padding-left: 0px;
    color: #333333;
  }
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second {
    color: #333333;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
  padding: 24px 0 24px 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link:not(:first-of-type) a {
    font-size: 16px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion {
  background-color: #0b3677;
  cursor: pointer;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion > p.accordion-btn {
  padding-left: 40px;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.second .accordionBtn {
  padding-left: 32px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third {
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link {
  font-size: 14px;
  line-height: 1.3;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link:not(:first-child) {
  margin-top: 20px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
  width: 100%;
  padding: 0px 0 0px 54px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    color: #333333;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item::before,
.globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  position: absolute;
  top: 34px;
  right: 16px;
  width: 13px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item::before,
  .globalNav-wrapper .global-nav .globalNav-list .list-item::after {
    content: none;
  }
}

/* ローカルナビが存在する時 */
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::before,
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  right: 76px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 14px;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.link a {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0;
  }

  .is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::before,
  .is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item::after {
    content: none;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link::before {
  content: none;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.link::after {
  top: 50%;
  right: 24px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: transparent;
}
.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.link::after {
  right: 84px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
  padding: 24px 0;
}
.globalNav-wrapper .global-nav .globalNav-list .list-item.first.accordion p {
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
    padding: 0;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.first.accordion p {
    padding-left: 0px;
    font-size: 16px;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p {
  padding: 24px 0 16px 40px;
  color: #84b6ff;
  font-size: 16px;
  line-height: 1.3;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl:first-of-type p {
  padding-top: 0px;
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner {
  display: none;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner {
    display: block;
    cursor: default;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link {
  background-color: #094091;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link {
    background-color: transparent;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third {
  background-color: #082c62;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third {
    background-color: #fff;
    /* add 230126 */
    height: auto!important;
  }
}

.globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 9999px;
  content: "";
}

.globalNav-wrapper .global-nav a {
  position: relative;
  width: 100%;
  color: #fff;
}

.globalNav-wrapper .global-nav a.external {
  position: relative;
}

.globalNav-wrapper .global-nav a.external::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url(/assets/a/images/common/icon/icon-link_external_white.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}
@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav a.external::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background: url(/assets/a/images/common/icon/icon-link_external.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}


@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navOther-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: -80px;
    right: 0;
    max-width: 782px;
    width: 100%;
    height: 80px;
  }
}

.globalNav-wrapper .global-nav .navOther-area a {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navOther-area a {
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
  }
}

.globalNav-wrapper .global-nav .navLinks {
  border-bottom: 1px solid #0b3677;
}

.globalNav-wrapper .global-nav .navLinks a {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .navLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 542px;
    width: 100%;
    height: 100%;
    border: none;
  }
}

.globalNav-wrapper .global-nav .link-wrapper {
  margin-top: 24px;
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .link-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
  }

  .globalNav-wrapper .global-nav .link-wrapper::before {
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  }
}

.globalNav-wrapper .global-nav .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 71%;
  margin-top: 24px;
  padding: 0 0 24px 16px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 63%;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a {
  width: calc(50% - 20px);
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a {
    width: 100%;
    padding-left: 22px;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a:first-child {
  margin-right: 40px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a:first-child {
    margin-right: 0px;
  }
}

.globalNav-wrapper .global-nav .links-wrapper a::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a::before {
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) translateY(-50%);
    content: url(/assets/a/images/common/icon/bg-blue-arrow.svg);
  }
}

.globalNav-wrapper .global-nav .links-wrapper a:last-child {
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav .links-wrapper a:last-child {
    margin: 0;
  }
}

/* =============== 検索ボックス ============= */

.searchBox-wrapper {
  height: 35px;
  margin-top: 32px;
  padding: 0 16px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 24px;
    padding: 0;
  }
}

.searchBox-wrapper form {
  width: 312px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.is-localNav .searchBox-wrapper form {
  width: 244px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper form {
    width: 180px !important;
  }
}

.searchBox-wrapper .gsc-control-searchbox-only {
  opacity: 0.5;
}

.searchBox-wrapper .gsc-input-box {
  border: none !important;
  background: transparent;
}

.searchBox-wrapper .gsib_a {
  background: transparent;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-control-searchbox-only {
    border-bottom: 1px solid #094091;
  }
}

.searchBox-wrapper table.gsc-search-box {
  margin-bottom: 0px;
}

.searchBox-wrapper table.gsc-search-box .gsc-input {
  padding-right: 0px !important;
  background: transparent !important;
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.searchBox-wrapper table.gsc-search-box .gsc-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper table.gsc-search-box .gsc-input input::-webkit-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input:-ms-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input::-ms-input-placeholder {
    color: #094091;
  }
  .searchBox-wrapper table.gsc-search-box .gsc-input input::placeholder {
    color: #094091;
  }
}

.searchBox-wrapper .gsc-input-box {
  border-radius: 0;
  border: none;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-input-box {
    border-color: #094091;
  }
}

.searchBox-wrapper .gsc-search-button {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.searchBox-wrapper .gsc-search-button button {
  padding: 0 10px;
}

.searchBox-wrapper .gsc-search-button button svg {
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 1280px) {
  .searchBox-wrapper .gsc-search-button button svg {
    fill: #094091;
  }
}

.searchBox-wrapper .gsc-search-button {
  cursor: pointer;
}

.searchBox-wrapper .gsc-search-button-v2:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* english */
@media screen and (min-width: 1280px) {
  .globalNav-wrapper .global-nav.en .links-wrapper {
    width: 26%;
  }
  .globalNav-wrapper .global-nav.en .navLinks {
    justify-content: end;
  }
}

/* add  */
@media screen and (max-width: 1279px) {
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion p {
    padding-right: 40px;
    line-height: 1.4;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl:first-of-type p{
    padding-right: 40px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item .accordion-inner .link.third{
    padding-right: 40px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.second.link a {
    padding-right: 100px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.third.link a {
    padding-right: 54px;
  }
  .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p{
    padding-right: 40px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.accordion .listItem-ttl p {
    padding-right: 80px;
  }
  .wrapper.is-localNav .globalNav-wrapper .global-nav .globalNav-list .list-item.second.accordion > p.accordion-btn {
    padding-right: 100px;
  }
}


.no-scroll {
  overflow: hidden;
}