@charset "UTF-8";

/*====================
  general
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  body {
    font-family: "I-OTF-UD明朝Pro R";
  }
  /*===== PC非表示 =====*/
  .g-hidden-pc {
    display: none !important;
  }

   .g-main #ul-contents {
    border: none;
    padding-top: 0;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  body {
    font-family: "I-OTF-UD明朝Pro R";
  }
  /*===== SP非表示 =====*/
  .g-hidden-sp {
    display: none !important;
  }
}



/*====================
  header
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .g-header {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .g-header__inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1000px;
    height: 122px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.3s;
  }
  .g-header__main-cover {
    display: none;
  }

  /*===== brand =====*/
  .g-header__brand {
    background-color: #ffffff;
    width: 168px;
  }
  .g-header__brand-notice {
    position: absolute;
    top: -40px;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 12px;
    background-color: #ffffff;
    z-index: 10;
  }
  .g-header__brand-link {
    display: block;
  }
  .g-header__brand-default {
    background-color: #ffffff;
    width: 168px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    transform: translateY(0px);
  }
  .g-header__brand-fixed {
    box-sizing: border-box;
    background-color: #3799cc;
    width: 168px;
    height: 52px;
    padding: 9px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
    transform: translateY(-113px);
  }
  .g-header__brand-cap {
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-header__brand-cap:hover {
    opacity: 0.7;
  }

  /*===== main =====*/
  .g-header__main {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 720px;
  }

  /*===== main top =====*/
  .g-header__main-top {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 80px;
    position: relative;
    z-index: 20;
  }
  .g-header__main-top-lead{
    display: none;
  }
  /* main top btn */
  .g-header__main-top-btn {
    display: none;
  }
  /* main top menu */
  .g-header__main-top-menu {
    display: flex;
  }
  .g-header__main-top-menu-item:not(:last-child) {
    margin-right: 4px;
  }
  .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-link:visited {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    height: 42px;
    padding: 14px 20px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-header__main-top-menu-link:hover {
    opacity: 0.7;
  }
  /* main top menu color */
  .g-header__main-top-menu-item--blue .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--blue .g-header__main-top-menu-link:visited {
    background-color: #3799cc;
    color: #ffffff;
  }
  .g-header__main-top-menu-item--gray .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--gray .g-header__main-top-menu-link:visited {
    background-color: #d8d8d8;
    color: #000000;
  }
  /* main top menu type01 */
  .g-header__main-top-menu-item--type01 .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--type01 .g-header__main-top-menu-link:visited {
    padding-left: 45px;
  }
  .g-header__main-top-menu-item--type01 .g-header__main-top-menu-link:link::before,
  .g-header__main-top-menu-item--type01 .g-header__main-top-menu-link:visited::before {
    content: "";
    background-image: url("/header_icon_nav_white_01.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  /* main top menu type02 */
  .g-header__main-top-menu-item--type02 .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--type02 .g-header__main-top-menu-link:visited {
    padding-left: 45px;
  }
  .g-header__main-top-menu-item--type02 .g-header__main-top-menu-link:link::before,
  .g-header__main-top-menu-item--type02 .g-header__main-top-menu-link:visited::before {
    content: "";
    background-image: url("/header_icon_nav_white_02.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  /* main top menu type03 */
  .g-header__main-top-menu-item--type03{
    min-width: 190px;
  }
  .g-header__main-top-menu-item--type03 .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--type03 .g-header__main-top-menu-link:visited {
    font-size: 12px;
  }

  /*===== main bottom =====*/
  .g-header__main-bottom {
    width: 100%;
  }
  /* main bottom menu */
  .g-header__main-bottom-menu {
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    position: relative;
    z-index: 10;
    transform: translateY(0);
    transition: all 0.3s;
  }
  .g-header__main-bottom-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: solid 1px #dddddd;
    width: 20%;
  }
  .g-header__main-bottom-menu-item:first-child {
    border-left: solid 1px #dddddd;
  }
  /* main bottom menu link */
  .g-header__main-bottom-menu-link:link,
  .g-header__main-bottom-menu-link:visited {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
    color: #000000;
    padding: 12px 10px;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-header__main-bottom-menu-link:hover {
    opacity: 0.7;
  }

  /*===== main language =====*/
  .g-header__main-language {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 30;
  }
  /* main language title */
  .g-header__main-language-title {
    position: relative;
  }
  .g-header__main-language-title-link:link,
  .g-header__main-language-title-link:visited {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    padding-right: 12px;
  }
  .g-header__main-language-title-link::after {
    content: "";
    background-image: url("/common/img/header_icon_language_black.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
  }
  .g-header__main-language-title-link:hover {
    opacity: 0.7;
  }
  .g-header__main-language-title.is-active .g-header__main-language-title-link {
    opacity: 0.6;
  }
  .g-header__main-language-title.is-active .g-header__main-language-title-link::after {
    transform: rotate(180deg);
  }
  /* main language menu */
  .g-header__main-language-menu {
    display: none;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    width: 120px;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .g-header__main-language-menu-item:not(:last-child) {
    border-bottom: solid 1px #dddddd;
  }
  .g-header__main-language-menu.is-active {
    display: block;
  }
  /* main language link */
  .g-header__main-language-menu-link:link,
  .g-header__main-language-menu-link:visited {
    display: block;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding: 5px;
  }
  .g-header__main-language-menu-link:hover {
    opacity: 0.7;
  }

  /*===== g-header__main--new =====*/
  .g-header__inner:has(.g-header__main--new) {
    padding-bottom: 0;
  }
  .g-header__main--new.g-header__main {
    max-width: 800px;
    width: 100%;
  }
  .g-header__main--new .g-header__main-top {
    padding-right: 0;
  }
  .g-header__main--new .g-header__main-top-menu {
    margin-right: 16px;
  }
  .g-header__main--new .g-header__main-top-menu-item--type03 {
    min-width: 150px;
  }
  .g-header__main--new .g-header__main-top-menu-item--type03 a {
    line-height: 1.3;
    padding-left: 44px;
  }
  .g-header__main--new .g-header__main-top-menu-item--type03 a::before {
    content: "";
    background-image: url("/header_icon_nav_gray_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  .g-header__main--new .g-header__main-language {
    display: grid;
    place-content: center;
    position: relative;
    top: unset;
    right: unset;
    margin-right: 40px;
  }

  .g-header__main--new .g-header__main-hamburger {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    padding: 4px 6px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .g-header__main--new .g-header__main-hamburger-text {
    font-size: 8px;
    padding-top: 22px;
    line-height: 1;
    position: relative;
  }
  .g-header__main--new .g-header__main-hamburger-text::before {
    content: "";
    background-image: url("/header_icon_nav_menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .g-header__brand-default {
    z-index: 11;
  }
  .g-header__main--new .g-header__main-bottom-menu-details {
    width: 100%;
    cursor: pointer;
  }
  .g-header__main--new .g-header__main-bottom-menu-summary {
    display: grid;
    place-content: center;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    list-style: none;
    min-height: 54px;
    pointer-events: none;
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-menu-details:hover .g-header__main-bottom-menu-details-content {
    grid-template-rows: 1fr;
    min-height: 180px
  }
  .g-header__main--new .g-header__main-bottom-menu-details:hover .g-header__main-bottom-menu-summary::before {
    content: "";
    width: 100%;
    height: 2px;
    color: #3799CC;
    background-color: #3799CC;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-inner {
    display: flex;
    align-items: center;
    column-gap: 100px;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .g-header__main--new .g-header__main-bottom-menu-details-title {
    min-width: 300px;
    font-size: 30px;
    letter-spacing: 0.06em;
    color: #000;
line-height: 1.0;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-link {
    display: grid;
    row-gap: 20px;
  }
  .g-header__main--new  .g-header__main-bottom-menu-details-link-title {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-item a {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-left: 16px;
    position: relative;
    transition: all 0.3s ease;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-item a:hover {
    text-decoration: underline;
  }
  .g-header__main--new .g-header__main-bottom-menu-details-item a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }

  .g-header__main--new .g-header__hamburger {
    display: none ;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0.05%, rgba(255, 255, 255, 0.4) 99.95%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    overflow: auto;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 20;
    animation-name: fadeOutHamburger;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
  }
  .g-header__main--new .g-header__hamburger.is-active {
    display: block;
    animation-name: fadeInHamburger;
  }
  @keyframes fadeInHamburger {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOutHamburger {
    0% {
      opacity: 1;
      display: block;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }

  body:has(.g-header__hamburger.is-active) {
    height: 100vh;
    overflow: hidden;
  }

  .g-header__main--new .header__hamburger-inner {
    display: grid;
    row-gap: 40px;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px;
    box-sizing: border-box;
  }
  .g-header__main--new .g-header__hamburger-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .g-header__main--new .g-header__hamburger-close img {
    width: 100%;
  }
  .g-header__main--new .g-header__main-bottom-sitemap {
    display: none;
  }
  .g-header__hamburger-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g-header__hamburger-top-main {
    display: inline-block;
    font-size: 30px;
    color: #000 !important;
    padding-left: 18px;
    position: relative;
  }
  .g-header__hamburger-top-main:hover {
    text-decoration: underline;
  }
  .g-header__hamburger-top-main::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-header__hamburger-top-wrap {
    display: flex;
    column-gap: 16px;
  }
  .g-header__hamburger-top-list {
    display: flex;
    column-gap: 4px;
  }
  .g-header__hamburger-top-item a {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    height: 42px;
    padding: 14px 20px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-header__hamburger-top-item a:hover {
    opacity: 0.8;
  }
  .g-header__hamburger-top-item--type01 a {
    padding-left: 45px;
    background-color: #3799cc;
    color: #ffffff !important;
  }
  .g-header__hamburger-top-item--type01 a::before {
    content: "";
    background-image: url("/header_icon_nav_white_01.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  .g-header__hamburger-top-item--type02 a {
    padding-left: 45px;
    background-color: #3799cc;
    color: #ffffff !important;
  }
  .g-header__hamburger-top-item--type02 a::before {
    content: "";
    background-image: url("/header_icon_nav_white_02.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  .g-header__hamburger-top-item--type03 a {
    font-size: 12px;
    line-height: 1.3;
    padding-left: 44px;
    background-color: #d8d8d8;
    color: #000000 !important;
  }
  .g-header__hamburger-top-item--type03 a::before {
    content: "";
    background-image: url("/header_icon_nav_gray_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  .g-header__hamburger-language {
    display: grid;
    place-content: center;
    position: relative;
  }
  .g-header__hamburger-language-title {
    position: relative;
  }
  .g-header__hamburger-language-title-link {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    color: #000000 !important;
    padding-right: 12px;
  }
  .g-header__hamburger-language-title-link::after {
    content: "";
    background-image: url("/common/img/header_icon_language_black.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
  }
  .g-header__main-language-title-link:hover {
    opacity: 0.7;
  }
  .g-header__hamburger-language-title.is-active .g-header__main-language-title-link {
    opacity: 0.6;
  }
  .g-header__hamburger-language-title.is-active .g-header__main-language-title-link::after {
    transform: rotate(180deg);
  }
  .g-header__hamburger-language-menu {
    display: none;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    width: 120px;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .g-header__hamburger-language-menu.is-active {
    display: block;
  }
  .g-header__hamburger-language-menu-item:not(:last-child) {
    border-bottom: solid 1px #dddddd;
  }
  .g-header__hamburger-language-menu-link {
    display: block;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #000000 !important;
    text-align: center;
    line-height: 1.0;
    padding: 5px;
  }
  .g-header__hamburger-language-menu-link:hover {
    opacity: 0.8;
  }
  .g-header__hamburger-bottom-list {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    gap : 32px;
  }
  .g-header__hamburger-bottom-list > div {
    display: flex;
    flex-direction: column;
    gap : 32px;
  }
  .g-header__hamburger-bottom-item {
    display: grid;
    gap : 20px;
  }
  .g-header__hamburger-bottom-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 14px;
    border-bottom: 1px solid #BABABA;
  }
  .g-header__hamburger-bottom-link {
    display: grid;
    row-gap: 14px;
  }
  .g-header__hamburger-bottom-link-top {
    display: inline-block;
    font-size: 16px;
    color: #000 !important;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
  }
  .g-header__hamburger-bottom-link-top::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-header__hamburger-bottom-link-top:hover {
    text-decoration: underline;
  }
  .g-header__hamburger-bottom-link-title {
    font-size: 16px;
    margin-bottom: 14px;
    color: #000;
  }
  .g-header__hamburger-bottom-link-text a {
    display: inline-block;
    font-size: 12px;
    color: #000 !important;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
  }
  .g-header__hamburger-bottom-link-text a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-header__hamburger-bottom-link-text a:hover {
    text-decoration: underline;
  }
  .g-header__hamburger-bottom-item--art > div:last-of-type {
    display: flex;
    column-gap: 20px;
  }
  .g-header__hamburger-bottom-item--art > div:last-of-type > div:first-of-type {
    width: 59%;
  }
  .g-header__hamburger-bottom-item--art > div:last-of-type > div:last-of-type {
    width: calc( 100% - 59% - 20px );
    display: grid;
    row-gap: 32px;
  }

  /*===== fixed =====*/
  /* fixed base */
  .g-header--fixed {
    width: 100%;
    transform: translate(0);
    z-index: 200;
  }
  .g-header--fixed .g-header__inner {
    height: 52px;
    transition: all 0.3s;
  }
  /* fixed brand */
  .g-header--fixed .g-header__brand {
    width: 168px;
  }
  .g-header--fixed .g-header__brand-default {
    opacity: 0;
    transform: translateY(-168px);
  }
  .g-header--fixed .g-header__brand-fixed {
    transform: translateY(0px);
  }
  /* fixed bottom */
  .g-header--fixed .g-header__main-bottom-menu {
    opacity: 0;
    transform: translateY(-50px);
  }
  .g-header--fixed .g-header__main-bottom{
    visibility: hidden;
  }
  .g-header--fixed .g-header__main-language{
    visibility: visible;
  }
}
/*===== PC =====*/
@media screen and (min-width: 1001px) {
  .g-header__main--new .g-header__main-bottom-menu-details-content {
    display: grid;
    grid-template-rows: 0fr;
    width: 100vw;
    margin: 0 calc( 50% - 50vw - 100px );
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0.05%, rgba(255, 255, 255, 0.4) 99.95%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    transition: grid-template-rows 0.2s ease-out;
    cursor: auto;
  }
}
/*===== tablet =====*/
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .g-header__main--new .g-header__main-bottom-menu-details-content {
    display: grid;
    grid-template-rows: 0fr;
    width: 100vw;
    /* margin: 0 calc( 50% - 50vw - 100px ); */
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0.05%, rgba(255, 255, 255, 0.4) 99.95%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: absolute;
    bottom: 0;
    right: 0;
    left: -200px;
    z-index: 10;
    transform: translateY(100%);
    transition: grid-template-rows 0.2s ease-out;
    cursor: auto;
  }
}

/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .g-header {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 200;
  }
  .g-header__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .g-header__inner:has(> .g-header__brand.--ja),
  .g-header__inner:has(> .g-header__brand.--en) {
    margin-top: 50px;
  }
  .g-header__inner:has(> .g-header__brand.--zhcn),
  .g-header__inner:has(> .g-header__brand.--zhtw) {
    margin-top: 30px;
  }
  .g-header__main-cover {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
  }
  .g-header__main-cover.is-active {
    display: block;
  }

  /*===== brand =====*/
  .g-header .g-header__brand {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #3799cc;
    width: 136px;
    height: auto;
    padding-right: 6px;
    padding-left: 6px;
    position: relative;
  }
  .g-header__brand-notice {
    position: absolute;
    top: -75px;
    left: 4px;
    width: 98vw;
    font-size: 12px;
    background-color: #ffffff;
    z-index: 10;
  }
  .g-header__brand.--ja .g-header__brand-notice,
  .g-header__brand.--en .g-header__brand-notice {
    top: -45px;
  }
  .g-header__brand.--zhcn .g-header__brand-notice,
  .g-header__brand.--zhtw .g-header__brand-notice {
    top: -25px;
  }
  .g-header__brand-link {
    display: block;
    width: 100%;
  }
  .g-header__brand-default {
    display: none;
  }

  /*===== main =====*/
  .g-header__main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
  }
  /* en */
  .g-header__main.g-header__main-en {
    padding-top: 0;
    padding-bottom: 1.333333vw;
  }


  /*===== main top =====*/
  .g-header__main-top {
    display: flex;
    align-items: center;
  }
  .g-header__main-top-lead{
    text-align: center;
    color: #3799CC;
    font-size: 2.4vw;
    width: 49.3333333vw;
    max-height: 5.866666vw;
    margin-left: 0.666666vw;
    border-bottom: 0.2666666vw solid rgba(55, 153, 204, 0.5);
  }
  /* main top btn */
  .g-header__main-top-btn {
    background-image: url("/header_icon_menu_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
    padding: 11px 8px;
  }
  /* main top menu */
  .g-header__main-top-menu {
    display: flex;
  }
  .g-header__main-top-en .g-header__main-top-menu {
    justify-content: space-around;
  }
  .g-header__main-top-menu-item + .g-header__main-top-menu-item {
    margin-left: 1.06666666vw;
  }
  .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-link:visited {
    box-sizing: border-box;
    display: block;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    padding: 30px 6px 0;
    position: relative;
  }
  .g-header__main-en .g-header__main-top-menu-link:link,
  .g-header__main-en .g-header__main-top-menu-link:visited {
    padding-top: 25px;
  }
  .g-header__main-top-menu-link-text {
    display: block;
    transition: opacity 0.3s 0.1s;
    font-size: 11px;
  }
  /* main top menu color */
  .g-header__main-top-menu-item--blue .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--blue .g-header__main-top-menu-link:visited {
    color: #3799cc;
  }
  .g-header__main-top-menu-item--gray .g-header__main-top-menu-link:link,
  .g-header__main-top-menu-item--gray .g-header__main-top-menu-link:visited  {
    background-color: #d8d8d8;
    color: #000000;
  }
  /* main top menu type01 */
  .g-header__main-top-menu-item--type01 .g-header__main-top-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_blue_01.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
  }
  /* main top menu type02 */
  .g-header__main-top-menu-item--type02 .g-header__main-top-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_blue_02.svg");
    background-repeat: no-repeat;
    width: 23px;
    height: 18px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
  }
  /* main top menu type03 */
  .g-header__main-top-menu-item--type03 {
    display: none;
  }

  /*===== main bottom =====*/
  .g-header__main-bottom {
    box-sizing: border-box;
    background-color: #3799cc;
    width: 100%;
    padding: 60px 8px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: transform 0.5s;
    transform: translateY(-100%);
  }
  .g-header__main-bottom.is-active {
    transform: translateY(0);
    overflow-y: auto;
    max-height: 100vh;
  }
  /* main bottom close */
  .g-header__main-bottom-close {
    box-sizing: border-box;
    background-image: url("/common/img/header_icon_menu_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 8px;
  }
  /* main bottom list */
  .g-header__main-bottom-menu-item {
    border-bottom: solid 1px #73b8dc;
  }
  .g-header__main-bottom-menu-item:first-child {
    border-top: solid 1px #73b8dc;
  }
  .g-header__main-bottom-menu-link:link,
  .g-header__main-bottom-menu-link:visited {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 15px;
  }

  /*===== main language =====*/
  /* main language title */
  .g-header__main-language {
    margin-top: 10px;
  }
  .g-header__main-language-title {
    text-align: center;
  }
  .g-header__main-language-title-link:link,
  .g-header__main-language-title-link:visited {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 15px;
    position: relative;
  }
  .g-header__main-language-title-link::after {
    content: "";
    background-image: url("/common/img/header_icon_language_white.svg");
    background-repeat: no-repeat;
    width: 8px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .g-header__main-language-title.is-active .g-header__main-language-title-link {
    opacity: 0.6;
  }
  .g-header__main-language-title.is-active .g-header__main-language-title-link::after {
    transform: rotate(180deg);
  }
  .g-header__main-language .g-header__main-language-menu.is-active {
    height: 150px;
  }
  /* main language menu */
  .g-header__main-language-menu {
    overflow: hidden;
    height: 0;
    transition: all 0.5s;
  }
  .g-header__main-language-menu-item {
    text-align: center;
    margin-top: 4px;
  }
  .g-header__main-language-menu-link:link,
  .g-header__main-language-menu-link:visited {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.5;
    padding: 15px;
  }

  .g-header__main--new .g-header__main-top-menu-item + .g-header__main-top-menu-item {
    margin-left: 0;
  }
  .g-header__main--new .g-header__main-language {
    display: none;
  }
  .g-header__main--new .g-header__hamburger {
    display: none;
  }
  .g-header__main--new .g-header__main-hamburger {
    display: none;
  }

  .g-header__main--new .g-header__main-top-menu-item--type03 {
    display: block;
  }
  .g-header__main--new .g-header__main-top-menu-item--type03 .g-header__main-top-menu-link {
    background-color: #fff;
    color: #000000;
    padding: 8vw 0 0;
  }
  .g-header__main--new .g-header__main-top-menu-item--type03 .g-header__main-top-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_gray_01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.333vw;
    height: 5.333vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 1.067vw;
    right: 0;
    left: 0;
  }

  .g-header__main--new .g-header__main-bottom {
    padding: 5.333vw 4.267vw 16vw;
    background-color: unset;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8) 0.05%, rgba(255, 255, 255, 0.4) 99.95%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .g-header__main--new .g-header__main-bottom.is-active {
    height: 100vh;
  }
  .g-header__main--new .g-header__main-bottom-menu {
    display: none;
  }
  .g-header__main--new .g-header__main-cover {
    display: none !important;
  }

  .g-header__main--new .g-header__main-bottom-sitemap {
    display: grid;
    row-gap: 5.333vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-head {
    display: flex;
    column-gap: 5.333vw;
    padding-right: 8vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language {
    display: grid;
    place-content: center;
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-title {
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-link {
    display: inline-block;
    font-size: 3.733vw;
    font-weight: normal;
    color: #000000 !important;
    padding-right: 3.2vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-link::after {
    content: "";
    background-image: url("/common/img/header_icon_language_black.svg");
    background-repeat: no-repeat;
    width: 1.867vw;
    height: 1.6vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0.533vw;
    bottom: 0;
    right: 0;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-link:hover {
    opacity: 0.7;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-title.is-active .g-header__main-bottom-sitemap-language-link {
    opacity: 0.6;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-title.is-active .g-header__main-bottom-sitemap-language-link::after {
    transform: rotate(180deg);
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-menu {
    display: none;
    box-sizing: border-box;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    width: 32vw;
    position: absolute;
    top: 8vw;
    left: 0;
    z-index: 2;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-menu.is-active {
    display: block;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-menu-item:not(:last-child) {
    border-bottom: solid 1px #dddddd;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-menu-link {
    display: block;
    background-color: #ffffff;
    font-size: 2.667vw;
    font-weight: normal;
    color: #000000 !important;
    text-align: center;
    line-height: 1.0;
    padding: 1.333vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-language-menu-link:hover {
    opacity: 0.8;
  }

  .g-header__main--new .g-header__main-bottom-sitemap-menu {
    display: flex;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-menu-item {
    box-sizing: border-box;
    display: block;
    font-size: 2.667vw;
    font-weight: normal;
    text-align: center;
    line-height: 1.0;
    padding: 8vw 1.6vw 0;
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-menu-link-text {
    display: block;
    transition: opacity 0.3s 0.1s;
    font-size: 2.933vw;
    color: #3799CC !important;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-menu-link-text {
    display: block;
    transition: opacity 0.3s 0.1s;
    font-size: 2.933vw;
    color: #3799CC !important;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item--type01 .g-header__main-bottom-sitemap-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_blue_01.svg");
    background-repeat: no-repeat;
    width: 6.4vw;
    height: 4vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 1.6vw;
    right: 0;
    left: 0;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item--type02 .g-header__main-bottom-sitemap-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_blue_02.svg");
    background-repeat: no-repeat;
    width: 6.133vw;
    height: 4.8vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 1.067vw;
    right: 0;
    left: 0;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item--type03 .g-header__main-bottom-sitemap-menu-link {
    color: #000 !important;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item--type03 .g-header__main-bottom-sitemap-menu-link::before {
    content: "";
    background-image: url("/header_icon_nav_gray_01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.333vw;
    height: 5.333vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 1.067vw;
    right: 0;
    left: 0;
  }
  .g-header__main--new .g-header__main-bottom-close {
    width: 12.8vw;
    height: 12.8vw;
    box-sizing: border-box;
    background-image: unset;
    position: absolute;
    top: 0;
    right: 0;
  }
  .g-header__main--new .g-header__main-bottom-close::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/header_icon_nav_close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item {
    border-top: 1px solid #BABABA;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-item:last-of-type {
    border-bottom: 1px solid #BABABA;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-summary {
    font-size: 4.267vw;
    color: #000;
    padding: 5.333vw 0;
    padding-right: 3.733vw;
    list-style: none;
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-summary::before {
    content: "";
    width: 3.733vw;
    height: 3.733vw;
    background-image: url("/header_icon_nav_plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details[open] .g-header__main-bottom-sitemap-summary::before {
    background-image: url("/header_icon_nav_minus.svg");
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details-content {
    overflow: hidden;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details-item a {
    display: inline-block;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    color: #000 !important;
    position: relative;
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details-item a::before {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-more-item:not(:last-of-type) {
    border-bottom: 1px solid #BABABA;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-more-item:has(.g-header__main-bottom-sitemap-more-details[open]) {
    border-bottom: none;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-more-summary {
    font-size: 3.733vw;
    color: #000;
    padding: 5.333vw 0;
    padding-right: 3.733vw;
    list-style: none;
    position: relative;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-more-summary::before {
    content: "";
    width: 3.733vw;
    height: 3.733vw;
    background-image: url("/header_icon_nav_plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-more-details[open] .g-header__main-bottom-sitemap-more-summary {
    display: none;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details-more-item a {
    display: inline-block;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    color: #000 !important;
    position: relative;
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .g-header__main--new .g-header__main-bottom-sitemap-details-more-item a::before {
    content: "";
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-header__main-bottom-sitemap-details-more-title {
    font-size: 3.733vw;
    color: #000;
    letter-spacing: 0.05em;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

/* 日本語 */
@media screen and (max-width: 375px) {
  .g-header__inner:has(> .g-header__brand.--ja) {
    margin-top: 60px;
  }
  .g-header__brand.--ja .g-header__brand-notice {
    top: -50px;
  }
}

/* 英語 */
@media screen and (max-width: 447px) {
  .g-header__inner:has(> .g-header__brand.--en) {
    margin-top: 80px;
  }
  .g-header__brand.--en .g-header__brand-notice {
    top: -75px;
  }
}

/* 簡体字 */
@media screen and (max-width: 440px) {
  .g-header__inner:has(> .g-header__brand.--zhcn) {
    margin-top: 50px;
  }
  .g-header__brand.--zhcn .g-header__brand-notice {
    top: -45px;
  }
}

/* 繁体字 */
@media screen and (max-width: 465px) {
  .g-header__inner:has(> .g-header__brand.--zhtw) {
    margin-top: 50px;
  }
  .g-header__brand.--zhtw .g-header__brand-notice {
    top: -45px;
  }
}



/*====================
  emergency
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*==========
    base
  ==========*/
  .g-emergency {
    border: solid 1px #ff0000;
    background-color: #ffeded;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  .g-emergency + .g-header__notice {
    margin-top: -15px;
  }
  .g-emergency__inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
    position: relative;
  }

  /*==========
    close
  ==========*/
  .g-emergency__close {
    border-radius: 50%;
    background-color: #ff0000;
    background-image: url("/common/img/emergency_icon_close_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 15px;
    right: -40px;
    cursor: pointer;
  }

  /*==========
    list
  ==========*/
  .g-emergency__list-item {
    display: flex;
  }
  .g-emergency__list-item + .g-emergency__list-item {
    margin-top: 10px;
  }
  .g-emergency__time {
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 140px;
  }
  .g-emergency__text {
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
    line-height: 1.6;
    width: 860px;
    letter-spacing: 0.05em;
  }
  .g-emergency__link,
  .g-emergency__link:link,
  .g-emergency__link:visited {
    color: #ff0000;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-emergency__link:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*==========
    base
  ==========*/
  .g-emergency {
    border: solid 1px #ff0000;
    background-color: #ffeded;
    margin-bottom: 10px;
    position: relative;
  }
  .g-emergency + .g-header__notice {
    margin-top: -10px;
  }
  .g-emergency__inner {
    padding: 10px 12px;
  }

  /*==========
    base
  ==========*/
  .g-emergency__close {
    border-radius: 50%;
    background-color: #ff0000;
    background-image: url("/common/img/emergency_icon_close_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }

  /*==========
    base
  ==========*/
  .g-emergency__list-item + .g-emergency__list-item {
    margin-top: 10px;
  }
  .g-emergency__time {
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  .g-emergency__text {
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .g-emergency__link,
  .g-emergency__link:link,
  .g-emergency__link:visited {
    color: #ff0000;
  }
}



/*====================
  main
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .g-main {
    background-color: #f5f5f5;
    padding-top: 150px !important;
    padding-bottom: 100px;
  }
  .g-main--emergency {
    padding-top: px;
  }

  .g-heading01 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  /*===== head =====*/
  .g-section-head {
    margin-bottom: 70px;
  }
  .g-section-head__heading {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
  }
  .g-section-head__heading::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== section =====*/
  .g-section {
    width: 1000px;
    margin-bottom: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
  }

  /*===== btn =====*/
  .g-btn {
    width: 350px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .g-btn__link:link,
  .g-btn__link:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #3799cc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-btn__link::after {
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  /* hover */
  .g-btn__link:hover {
    opacity: 0.7;
  }
  /* blue */
  .g-btn__link--blue:link,
  .g-btn__link--blue:visited {
    color: #ffffff;
    background-color: #3799cc;
  }
  .g-btn__link--blue::after {
    background-image: url("/common/img/icon_arrow_white.svg");
  }
  /* white */
  .g-btn__link--white:link,
  .g-btn__link--white:visited {
    color: #3799cc;
    background-color: #ffffff;
  }
  .g-btn__link--white::after {
    background-image: url("/common/img/icon_arrow_blue.svg");
  }
  /* gray */
  .g-btn__link--gray:link,
  .g-btn__link--gray:visited {
    color: #000000;
    background-color: #d8d8d8;
  }
  .g-btn__link--gray::after {
    background-image: url("/common/img/icon_arrow_black.svg");
  }
  /* pdf */
  .g-btn__link--pdf:link,
  .g-btn__link--p:defined {
    color: #3799cc;
    background-color: #ffffff;
  }
  .g-btn__link--pdf::after {
    background-image: url("/common/img/icon_pdf_blue.svg");
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .g-main {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 18.66666666vw;
  }
  .g-main--emergency {
    padding-top: 190px;
  }

  /*===== head =====*/
  .g-section-head {
    margin-bottom: 10.66666666vw;
  }
  .g-section-head__heading {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.0;
    padding-bottom: 10px;
    position: relative;
  }
  .g-section-head__heading::after {
    content: "";
    background-color: #bababa;
    width: 70px;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  /*===== section =====*/
  .g-section  {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-right: 12px;
    padding-left: 12px;
  }

  /*===== btn =====*/
  .g-btn {
    width: 84vw;
    height: 18.66666666vw;
    margin-right: auto;
    margin-left: auto;
  }
  .g-btn__link:link,
  .g-btn__link:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #3799cc;
    font-size: 3.73333333vw ;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    height: 18.66666666vw;
    padding-right: 9.33333333vw;
    padding-left: 9.33333333vw;
    position: relative;
  }
  .g-btn__link::after {
    content: "";
    width: 2.66666666vw;
    height: 2.66666666vw;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4vw;
  }
  /* blue */
  .g-btn__link--blue:link,
  .g-btn__link--blue:visited {
    color: #ffffff;
    background-color: #3799cc;
  }
  .g-btn__link--blue::after {
    background-image: url("/common/img/icon_arrow_white.svg");
  }
  /* white */
  .g-btn__link--white:link,
  .g-btn__link--white:visited {
    color: #3799cc;
    background-color: #ffffff;
  }
  .g-btn__link--white::after {
    background-image: url("/common/img/icon_arrow_blue.svg");
  }
  /* gray */
  .g-btn__link--gray:link,
  .g-btn__link--gray:visited {
    color: #000000;
    background-color: #d8d8d8;
  }
  .g-btn__link--gray::after {
    background-image: url("/common/img/icon_arrow_black.svg");
  }
}



/*====================
  aside
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .g-aside {
    padding-top: 50px;
  }
  .g-aside__inner {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }

  /*===== list =====*/
  .g-aside__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
  }
  .g-aside__list-item {
    width: calc((100% - 64px) / 3);
  }
  .g-aside__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .g-aside__list-item:nth-child(n+4) {
    margin-top: 40px;
  }
  /* list link */
  .g-aside__list-link:link,
  .g-aside__list-link:visited {
    display: flex;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-aside__list-link:hover {
    opacity: 0.7;
  }

  /*===== thumb =====*/
  .g-aside__thumb {
    width: 210px;
  }

  /*===== body =====*/
  .g-aside__body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3799cc;
    width: 210px;
    position: relative;
  }
  .g-aside__body::after {
    content: "";
    background-image: url(../img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  /*===== text =====*/
  .g-aside__text {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.0;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .g-aside {
    padding-top: 30px;
  }
  .g-aside__inner {
    padding-right: 12px;
    padding-left: 12px;
  }

  /*===== list =====*/
  .g-aside__list-item + .g-aside__list-item {
    margin-top: 20px;
  }
  .g-aside__list-link:link,
  .g-aside__list-link:visited {
    display: flex;
  }

  /*===== thumb =====*/
  .g-aside__thumb {
    width: 50%;
  }
  .g-aside__thumb-cap{
    object-fit: cover;
  }
  /*===== body =====*/
  .g-aside__body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3799cc;
    width: 50%;
    position: relative;
  }
  .g-aside__body::after {
    content: "";
    background-image: url(../img/icon_arrow_white.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }

  /*===== text =====*/
  .g-aside__text {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.0;
  }
}



/*====================
  footer
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*==========
    top
  ==========*/
  .g-footer-top {
    background-color: #ffffff;
  }
  .g-footer-top__inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 15px;
  }
  .g-footer-top__list {
    display: flex;
    justify-content: space-between;
  }
  .g-footer-top__list-item:not(:last-child) {
    margin-right: 40px;
  }
  /* main nav */
  .g-footer-top__nav-item + .g-footer-top__nav-item {
    margin-top: 4px;
  }
  .g-footer-top__nav-link:link,
  .g-footer-top__nav-link:visited {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-footer-top__nav-link:hover {
    opacity: 0.7;
  }

  .g-footer-top--new .g-footer-top__inner {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px 60px;
  }
  .g-footer-top--new .g-footer-top__list {
    display: flex;
    justify-content: center;
    column-gap: 32px;
  }
  .g-footer-top--new .g-footer-top__list-content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 25%;
  }
  .g-footer-top--new .g-footer-top__list-content:nth-of-type(2) {
    width: 50%;
  }
  .g-footer-top--new .g-footer-top__list-item {
    display: grid;
    row-gap: 20px;
  }
  .g-footer-top__list-sitemap-main {
    font-size: 16px;
    color: #000;
  }
  .g-footer-top--new .g-footer-top__list-top-text {
    font-size: 16px;
    color: #000 !important;
    padding-left: 16px;
    position: relative;
  }
  .g-footer-top--new .g-footer-top__list-top-text::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-footer-top--new .g-footer-top__list-top-text:hover {
    text-decoration: underline;
  }

  .g-footer-top--new .g-footer-top__list-flex {
    display: flex;
    column-gap: 20px;
  }
  .g-footer-top--new .g-footer-top__list-flex-content {
    display: grid;
    row-gap: 32px;
  }
  .g-footer-top--new .g-footer-top__list-sitemap {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .g-footer-top--new .g-footer-top__list-item:not(:last-child) {
    margin-right: 0;
  }
  .g-footer-top--new .g-footer-top__list-title {
    font-size: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #BABABA;
  }
  .g-footer-top--new .g-footer-top__list-sitemap-title {
    font-size: 16px;
    color: #000;
  }
  .g-footer-top--new .g-footer-top__list-sitemap-link {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
  }
  .g-footer-top--new .g-footer-top__list-sitemap-text a {
    display: inline-block;
    font-size: 12px;
    color: #000 !important;
    line-height: 1.5;
    padding-left: 16px;
    position: relative;
  }
  .g-footer-top--new .g-footer-top__list-sitemap-text a::before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("/common/img/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
  }
  .g-footer-top--new .g-footer-top__list-sitemap-text a:hover {
    text-decoration: underline;
  }

  /*==========
    aside
  ==========*/
  .g-footer-aside {
    background-color: #ffffff;
  }
  .g-footer-aside__inner {
    display: flex;
    align-items: flex-end;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  /*===== banner =====*/
  .g-footer-aside__banner {
    max-width: 230px;
  }
  .g-footer-aside__banner-list-link {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  /* hover */
  .g-footer-aside__banner-list-link:hover {
    opacity: 0.7;
  }

  /*===== other =====*/
  .g-footer-aside__other {
    display: flex;
    align-items: flex-end;
    max-width: 1000px;
    width: 100%;
    margin-left: 20px;
  }
  .g-footer-aside__banner + .g-footer-aside__other {
    max-width: 1000px;
  }
  /* logo */
  .g-footer-aside__logo {
    width: 90px;
    margin-left: auto;
  }
  .g-footer-aside__logo-link {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  /* hover */
  .g-footer-aside__logo-link:hover {
    opacity: 0.7;
  }
  /* social */
  .g-footer-aside__social-list {
    display: flex;
  }
  .g-footer-aside__social-list-item {
    width: 33px;
  }
  .g-footer-aside__social-list-item + .g-footer-aside__social-list-item {
    margin-left: 12px;
  }
  /* hover */
  .g-footer-aside__social-list-link {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-footer-aside__social-list-link:hover {
    opacity: 0.7;
  }

  /*==========
    bottom
  ==========*/
  .g-footer-bottom {
    background-color: #ffffff;
    padding: 0;
  }
  .g-footer-bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 20px 10px;
  }
  /*===== menu =====*/
  .g-footer-bottom__menu-nav {
    display: flex;
  }
  .g-footer-bottom__menu-nav-item:not(:last-child) {
    margin-right: 24px;
  }
  .g-footer-bottom__menu-nav-link:link,
  .g-footer-bottom__menu-nav-link:visited {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .g-footer-bottom__menu-nav-link:hover {
    opacity: 0.7;
  }
  /*===== copyright =====*/
  .g-footer-bottom__copyright-text {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*==========
    top
  ==========*/
  .g-footer-top {
    display: none;
  }

  /*==========
    aside
  ==========*/
  .g-footer-aside {
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }
  /*===== banner =====*/
  .g-footer-aside__banner {
    width: 57%;
    margin: 10px auto 30px;
  }
  /*===== other =====*/
  .g-footer-aside__other {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* logo */
  .g-footer-aside__logo {
    width: 30%;
  }
  .g-footer-aside__social + .g-footer-aside__logo {
    width: 27%;
  }
  .g-footer-aside__logo-link {
    display: block;
  }
  /* social */
  .g-footer-aside__social {
    width: 57%;
    padding-right: 16%;
  }
  .g-footer-aside__social-list {
    display: flex;
  }
  .g-footer-aside__social-list-item {
    width: 20%;
  }
  .g-footer-aside__social-list-item + .g-footer-aside__social-list-item {
   margin-left: 6.66666666%;
  }

  /*==========
    bottom
  ==========*/
  .g-footer-bottom {
    background-color: #ffffff;
    padding: 30px 12px 10px;
  }
  /*===== menu =====*/
  .g-footer-bottom__menu-nav {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .g-footer-bottom__menu-nav-item {
    min-width: 24%;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
  }
  .g-footer-bottom__menu-nav-link:link,
  .g-footer-bottom__menu-nav-link:visited {
    color: #000000;
  }
  /*===== copyright =====*/
  .g-footer-bottom__copyright-text {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
}

/*==========
   分類3以降
==========*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .g-main #ul-contents.fnp .selectcategory .wrp{
    display: flex;
    justify-content: space-around;
  }
  .g-main #ul-contents.fnp .selectcategory .wrp p{
    width: 96px;
    float: unset;
  }
  html:lang(en) .g-main #ul-contents.fnp .selectcategory .wrp p{
    width: 100px;
  }
  .g-main #ul-contents.fnp .selectcategory .wrp-en p{
    min-width: 15%;
  }
  html:lang(en) .g-main #ul-contents.fnp .selectcategory .wrp p{
    margin-right: 20px;
  }
  .g-main #ul-contents.fnp .selectcategory .wrp ul{
    width: unset;
    float: unset;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .g-main #ul-contents.fnp .selectcategory .wrp-en ul{
    justify-content: start;
  }
  /* .g-main #ul-contents.fnp .selectcategory .wrp ul li{
    margin-right: 0;
    width: 32%;
  } */
  .g-main #ul-contents.fnp .selectcategory .wrp-en ul li{
    margin-right: 0;
    width: 30%;
  }
  .news #ul-contents.fnp .selectcategory .wrp ul li,
  .news-old #ul-contents.fnp .selectcategory .wrp ul li {
    margin-right: 40px;
  }
  .news #ul-contents.fnp .selectcategory .wrp ul li:last-of-type,
  .news-old #ul-contents.fnp .selectcategory .wrp ul li:last-of-type {
    margin-right: 0;
  }

  .testasateshima-2021__form{
    height: 2000px;
  }
  
  .socialWrap{
    display: flex;
    justify-content: center;
  }

  .fnp .contents-adj + #ul-nav {
    padding-top: 10px;
  }

  .fnp .multi-block + .btm-multibtn .oldnav-adjust{
    border-bottom: 1px solid #cccccc;
    margin-bottom: -100px;
  }

  .background-white{
    background-color: #ffffff;
  }
  .g-main.g-padbottom{
    padding-bottom: 0;
  }

  #ul-contents .old-list__padtop{
    padding-top: 0 !important;
  }
  .fnp #ul-nav.old-list__nav{
    padding: 20px 0;
    height: auto !important;
  }

  .ui-widget.ui-helper-clearfix{
    display: none;
  }

  .press .ww-contents{
    margin-top: 70px;
  }

  .ww-contents__press-h1{
    margin: 0 60px 40px 60px;
    font-size: 228%;
    line-height: 1.2em;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .g-main #ul-contents.fnp .selectcategory .wrp p{
    width: 65px;
  }

  .testasateshima-2021__form{
    height: 2050px;
  }

  #ul-contents .notelist {
    background-color: transparent;
    padding: 30px 20px 0 20px;
  }
  
  .socialWrap{
    display: flex;
    justify-content: center;
  }

  .fnp .multi-block + .btm-multibtn .oldnav-adjust{
    border-bottom: 0.266666vw solid #cccccc;
    margin-bottom: -18.66666666vw;
  }

  .background-white{
    background-color: #ffffff;
  }
  .g-main.g-padbottom{
    padding-bottom: 0;
  }

  .old-list__padtop{
    padding-top: 0 !important;
  }

  .ui-widget.ui-helper-clearfix{
    display: none;
  }

  .ww-contents__press-h1{
    margin: 0 10px 19px 10px;
    font-size: 115%;
    line-height: 1.2em;
  }
}