@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;
    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("../images/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("../images/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("../images/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;
    padding: 5px;
  }
  .g-header__main-language-menu-link:hover {
    opacity: 0.7;
  }

  /*===== 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;
  }
}
/*===== 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("../images/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;
    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("../images/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("../images/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("../images/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("../images/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;
  }

  @keyframes header_menu {
    0% {
    }
    100% {
    }
  }
}

/* 日本語 */
@media screen and (max-width: 375px) {
  .g-header__inner:has(> .g-header__brand.--ja) {
    margin-top: 0px;
  }
  .g-header__brand.--ja .g-header__brand-notice {
    top: -75px;
  }
}

/* 英語 */
@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("../images/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("../images/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: 00px !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;
    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("../images/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("../images/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("../images/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("../images/icon_pdf_blue.svg");
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== base =====*/
  .g-main {
    background-color: #f5f5f5;
    padding-top: 0px;
    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;
    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("../images/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("../images/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("../images/icon_arrow_black.svg");
  }
}

/*====================
  aside
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*===== base =====*/
  .g-aside {
    padding-top: 50px;
  }
  .g-aside__inner {
    width: 890px;
    margin-right: auto;
    margin-left: auto;
  }

  /*===== list =====*/
  .g-aside__list {
    display: flex;
    flex-wrap: wrap;
  }
  .g-aside__list-item {
    width: 420px;
    margin-right: 50px;
  }
  .g-aside__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .g-aside__list-item:nth-child(n + 3) {
    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;
  }
}
/*===== 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;
  }
}

/*====================
  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;
  }

  /*==========
    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-bottom: 80px;
  }
  .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 100px;
  }
  /*===== 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: unset;
    float: unset;
  }
  .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;
  }
  .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;
  }
}
/* New css */
.g-header__main-layout {
  padding: 16px;
  position: relative;
}
.g-header__cover {
  background-image: url("../images/main_img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 618px;
}
.g-header__cover-link-layout {
  position: absolute;
  left: 11%;
  top: 26%;
  width: 50%;
}
.g-header__app {
  /* background-image: url("../images/app_img.svg"); */
  /* border-radius: 20px; */
  /* border: 4px solid rgba(239, 239, 239, 1); */
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  right: 7%;
  z-index: 1;
  /* box-shadow: 0px 2px 40px 0px #00000026; */
}
.g-header__app.sp {
  display: none;
}
.g-header__scroll_icon {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.g-header__text-right {
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 1;
}
.g-header__text-left {
  position: absolute;
  bottom: 16px;
}
.g-main-header {
  padding-top: 12px !important;
  padding-bottom: 0px;
}
.g-main_white {
  background-color: #ffffff;
  padding-top: 100px !important;
  padding-bottom: 100px;
}
.g-container__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-align: center;
  gap: 32px;
  width: 78%;
}
.g-main-lp {
  background-color: #f5f5f5;
  padding-top: 100px !important;
  padding-bottom: 100px;
}
.g-footer__app-link {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  gap: 16px;
  width: -webkit-fill-available;
  left: 0px;
  bottom: -0.1px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  flex: none;
  order: 6;
  flex-grow: 0;
  z-index: 6;
}
.g-footer__app-link .basn-icon {
  width: 48px;
}
.g-app__link-layout {
  display: flex;
  gap: 16px;
}
.g-app__link-layout .app__link {
  cursor: pointer;
}
.g-footer__app-link-text {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799CC;
}
.g-footer__app-link-text .sub-text{
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
}
.app__link-btn {
  display: none;
}
.g-main__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-main__text .g-underline {
  padding-bottom: 20px;
  border-bottom: 1px solid #3799cc;
  width: 80px;
  text-align: center;
  margin: auto;
}
.g-main__title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
  z-index: 1;
}
.g-main__title.sp {
  display: none;
}
.g-main__sub-title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
  z-index: 1;
}
.g-main__sub-title .sp {
  display: none;
}
.g-main__body-content {
  display: flex;
  gap: 40px;
  flex-direction: column;
  width: 72.2%;
}
.g-main__content-details {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.g-main__content-details.left .g-big-text{
  padding-top: 36px;
}
.g-main__content-details.left {
  gap: 10px;
}
.g-main__content-details.right .g-big-text{
  padding-top: 18px;
}
.g-main__content-details.right {
  gap: 40px;
}
.g-main__content-details.right .g-content__flex {
  flex: 0 0 63%;
}
.g-img__flex{
  position: relative;
  height: 370px;
}
.g-img__flex .img {
  position: relative;
  background-repeat: no-repeat;
  width: 288px;
  height: 100%;
  margin: auto;
}
.g-img__flex .img.one {
  background-image: url('../images/point1_main_img.svg');
}
.g-img__flex .img.two {
  background-image: url('../images/point2_main_img.svg');
}
.g-img__flex .img.three {
  background-image: url('../images/point3_main_img.svg');
}
.g-img__flex .img .line-point-img{
  bottom: 1px;
}
.g-img__flex .line-point-img{
  height: 1px;
  background-color: #D2D2D2;
  position: absolute;
  bottom: 20px;
  width: -webkit-fill-available;
}
.g-content__flex {
  position: relative;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 0 0 61%;
  justify-content: space-between;
}
.g-content__flex-text {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-top: 40px;
}
.g-main__body-content .g-main__content-details:last-child .g-content__flex-text{
  max-width: 93%;
}
.g-content__flex.sp {
  display: none;
}
.g-content__flex.pc {
  display: flex;
}
.g-point__title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  background-color: #3799cc;
  padding: 2px 8px;
  width: fit-content;
  z-index: 1;
}
.g-main__details-title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
  z-index: 1;
}
.g-main__details-title.sp {
  display: none; 
}
.g-big-text {
  bottom: 0;
  right: 0;
  width: min-content;
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 72px;
  text-align: left;
  color: #ffffff;
  z-index: 0;
}
.g-big-text.sp {
  display: none;
}
.g-big-text.left {
  left: 0;
  width: unset;
}
.g-flex-content8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-common__title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
}
.g-common__sub-title {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
  text-align: justify;
}
.g-body__split-content {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.g-split__content-half {
  flex: 0 0 auto;
  max-width: 47%;
  text-align: left;
}
.g-split__content-half img {
  width: 100%;
}
.g-content__title_details-layout {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-content__title_details {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
}
.g-content__title_details span {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #3799cc;
}
.g-island__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
  background-color: #ffffff;
  padding-right: 10px;
  z-index: 2;
}
.font-weight-normal {
  font-weight: 500;
}
/* オンラインチケット施設一覧 */
.g-island__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.g-island__content .g-content__title_details {
  display: flex;
  gap: 8px;
  align-items: center;
  word-break: keep-all;
  padding-top: 8px;
}
.g-island__content {
  
}
.g-island__link {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.1em;
  color: #3799CC;
}
.g-island__cover4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.pb-17px {
  padding-bottom: 17px;
}
.font-10 {
  font-size: 10px;
}
.g-content__context-details {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  color: #3799CC;
}
.g-content__context-details .tag-text{
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: justify;

}
.g-island__recommend-text {
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #3799CC;
  width: fit-content;
  font-size: 12px;
  word-break: keep-all;
}
.g-island__recommend-text span {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.g-island__cover3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px;
}
.g-island__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-island__details img{
  width: 100%;
  object-fit: cover;
}
.line-center-text {
  height: 1px;
  width: 100%;
  background-color: #3799cc;
}
.g-ul__layout {
  padding-top: 32px;
  border-top: 1px solid #C9C9C9;
}
.g-ul__list li{
  list-style-type: initial;
  font-size: 12px;
  line-height: 18px;
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  letter-spacing: 0.1em;
  margin-left: 15px;
  list-style-position: outside;
  text-align: justify;
}
.g-ul__list.special li{
  margin-left: 0;
  list-style-type: "\*";
  font-size: 10px;
  line-height: 15px;
}
.g-header-line {
  height: 1px;
  background-color: #FFFFFF;
  width: 40px;
  margin: 10px 0;
}
.g-header-app_text {
  font-family: "Noto Serif JP", serif, "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.g-header-app_text.xl {
  padding-bottom: 8px;
}
.g-header-app_text.sub {
  font-size: 14px;
  font-feature-settings: 'liga' off;
}
@media screen and (max-width: 1249px) {
  .g-content__flex {
    flex: 0 0 67%;
  }
  .g-main__content-details.right .g-content__flex {
    flex: 0 0 67%;
  }
}
@media screen and (max-width: 1145px) {
  .g-island__cover3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-island__cover4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-header__cover-link-layout {
    left: 8%;
  }
  .g-big-text {
    font-size: 72px;
  }
}
@media screen and (max-width: 960px) {
  .g-header__app {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .g-header__app.sp{
    display: block;
    background-size: contain;
    top: unset;
    left: 0;
    right: 0;
  }
  .g-header__app {
    display: none;
  }
  .g-header__text-left {
    bottom: 41px;
    width: 12px;
  }
  .g-header__text-right {
    width: 37.71px;
    bottom: 41px;
  }
  .g-header__scroll_icon {
    display: none;
  }
  .g-main-header {
    padding-top: 1px !important;
  }
  .g-header__cover {
    height: 543px;
  }
  .g-header__cover-link-layout {
    position: static;
    padding-top: 12px;
    width: 100%;
  }
  .g-header-app_text {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.06em;
  }
  .g-header-app_text.sub{
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.197em;
  }
  .g-island__cover4 .g-island__recommend-text {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
  .g-container__main {
    width: 90%;
  }
  .g-footer__app-link {
    gap: 6px;
  }
  .g-footer__app-link .basn-icon{
    width: 40px;
  }
  .g-app__link-layout .app__link {
    display: none;
  }
  .g-app__link-layout a {
    display: none;
  }
  .app__link-btn {
    display: flex;
    gap: 4px;
    align-items: center;
    background: #3799CC;
    border: unset;
    font-family: "Noto Serif JP", serif, "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    word-break: keep-all;
    padding: 6px;
    width: fit-content;
  }
  .g-main__details-title {
    font-size: 20px;
    line-height: 30px;

  }
  .app__link-btn.white {
    background-color: #FFFFFF;
    padding: 6px 18px 6px 20px;
    line-height: 21px;
    color: #3799CC;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .g-main__title {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #3799CC;
  }
  .g-main__title.sp {
    display: contents;
  }
  .g-main__title.pc {
    display: none;
  }
  .g-main__sub-title {
    font-size: 12px;
    line-height: 18px;
  }
  .g-main__sub-title .pc {
    display: none;
  }
  .g-main__sub-title .sp {
    display: contents;
  }
  .g-main__content-details {
    flex-direction: column;
    padding-bottom: 0;
  }
  .g-main__content-details.left {
    gap: 40px;
  }
  .g-main__body-content {
    width: 100%;
    gap: 20px;
  }
  .g-content__title_details-layout .g-common__title{
    font-size: 12px;
    line-height: 18px;
  }
  .g-flex-content8 .g-common__title{
    text-align: left;
    font-size: 12px;
  }
  .g-flex-content8 .g-common__sub-title{
    text-align: left;
  }
  .g-big-text {
    display: none;
    position: absolute;
    width: unset;
    right: unset;
    font-size: 72px;
    line-height: 64.8px;
    font-weight: 300;
  }
  .g-content__context-details .text-title {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 600;
  }
  .g-big-text.sp {
    display: block;
    position: absolute;
    top: 82px;
    margin: 0 -21px;
    width: -webkit-fill-available;
    overflow: hidden;
  }
  .g-main__details-title.sp {
    display: block; 
  }
  .g-main__details-title.pc {
    display: none; 
  }
  .g-main__body-content .g-main__content-details:first-child .g-content__flex-text{
    padding-top: 8px;
  }
  .g-big-text.left.sp {

  }
  .g-main__body-content div:last-child .g-content__flex{
    /* height: 243px; */
  }
  .g-content__title_details {
    font-size: 20px;
    line-height: 30px;
  }
  .g-content__title_details span{
    line-height: 18px;
  }
  .g-content__flex.pc {
    display: none;
  }
  .g-content__flex.sp {
    display: flex;
  }
  .g-content__flex {
    flex: 0 0 auto;
  }
  .g-body__split-content {
    flex-direction: column;
    gap: 40px;
  }
  .g-split__content-half {
    max-width: 100%;
  }
  .g-island__cover3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .g-island__cover4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .g-island__cover4 .g-island__details{
    overflow: hidden;
  }
  .g-footer__app-link-text {
    font-size: 10px;
  }
  .g-footer__app-link-text .sub-text{
    font-size: 8px;
  }
}
