#navSpeak, #subCol, .speakAnchor, .floating-menu-wrapper {
    display: none;
}
/* Base Font Setting
============================================ */
html {
  font-size: 62.5%;
}

/* Header Setting
============================================ */
/* stylelint-disable */
@media screen and (max-width: 966px) {
  .header {
    height: 68px;
  }
  .header__inner {
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.15s ease-out;
    width: 100%;
    z-index: 100;
  }
  .header__pc {
    display: none;
  }
  .header__sp {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    width: 97.33%;
    z-index: 5;
  }
  .header__sp-content {
    display: flex;
    height: 68px;
    justify-content: space-between;
    padding: 0 11px 0 15px;
    position: relative;
  }
  .header__sp-content::after {
    background-color: #333;
    border-radius: 0 0 28px;
    /* オーバーレイ */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out;
    width: 100%;
    z-index: -1;
  }
  .header__sp-content.is-fade::after {
    opacity: 0.8;
    z-index: 0;
  }
  .header__sp-logo {
    height: 25px;
    margin-left: -4px;
    padding-top: 21px;
    width: 186px;
  }
  .header__sp-logo a {
    display: block;
  }
  .header__sp-logo img {
    width: 100%;
  }
  .header__sp-btn-wrap {
    display: flex;
    justify-content: end;
    padding: 10px 0;
    width: 106px;
    z-index: 1;
  }
  .header__sp-btn-login {
    background-image: url(/common2024/images/icon/icon_login_header.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    position: relative;
    width: 48px;
    z-index: 1;
  }
  .header__sp-btn-login span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header__sp-btn-menu {
    background-image: url(/common2024/images/icon/icon_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    position: relative;
    width: 48px;
    z-index: 1;
  }
  .header__sp-btn-menu.is-login-show::after {
    background-color: #333;
    border-radius: 50%;
    /* オーバーレイ */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .header__sp-btn-menu.is-login-show.is-fade::after {
    opacity: 0.8;
  }
  .header__sp-btn-menu span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header__sp-btn-login + .header__sp-btn-menu {
    margin-left: 10px;
  }
  .header__sp-menu {
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-radius: 0 0 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    height: 0;
    height: 68px;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    overscroll-behavior: contain; /* 背景要素のスクロール禁止 */
    position: fixed;
    top: 0;
    transition: opacity 0.15s ease-out, height 0.3s ease-out;
    width: 100%;
    z-index: -1;
  }
  .header__sp-menu.is-fade {
    opacity: 1;
    z-index: 5;
  }
  .header__sp-menu.is-active {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .header__sp-menu-head {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    height: 68px;
    justify-content: space-between;
    left: 0;
    padding: 10px 10px 10px 15px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .header__sp-menu-close {
    background-image: url(/common2024/images/icon/icon_menu_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    position: relative;
    width: 48px;
  }
  .header__sp-menu-close span {
    bottom: 20%;
    color: #285ae1;
    display: block;
    font-size: 8px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .header__sp-menu-search {
    height: 40px;
    padding-right: 10px;
    width: calc(100% - 48px);
  }
  .header__sp-menu-btn {
    padding: 9px 10px;
  }
  .header__sp-menu-btn-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    width: 100%;
  }
  .header__sp-menu-btn-inner > div {
    width: 47.6%;
  }
  .header__sp-menu-btn-takara, .header__sp-menu-btn-login, .header__sp-menu-btn-hojinkoza, .header__sp-menu-btn-direct-login, .header__sp-menu-btn-easy-login, .header__sp-menu-btn-report, .header__sp-menu-btn-faq {
    align-items: center;
    border-radius: 24px;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    width: 100%;
  }
  .header__sp-menu-btn-takara, .header__sp-menu-btn-hojinkoza, .header__sp-menu-btn-easy-login, .header__sp-menu-btn-report, .header__sp-menu-btn-faq {
    background: #285ae1;
  }
  .header__sp-menu-btn-direct-login {
    background: #08287f;
  }
  .header__sp-menu-btn-login {
    background: #08287f;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-indent: 1.5em;
  }
  .header__sp-menu-btn-login::before {
    background-image: url(/common2024/images/icon/icon_system_login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: calc(50% - 35px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
  }
  .header__sp-menu-btn-hojinkoza, .header__sp-menu-btn-report, .header__sp-menu-btn-faq {
    display: block;
    padding: 15px 0;
    text-align: center;
    text-indent: 1.5em;
  }
  .header__sp-menu-btn-hojinkoza::before {
    background: url(/common2024/images/icon/icon_system_kaisetsu.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: calc(50% - 53px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
  }
  .header__sp-menu-btn-report, .header__sp-menu-btn-faq {
    text-indent: 0;
  }
  .header__sp-menu-btn-faq::after {
    background: url(/common2024/images/icon/icon_blank.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0 0 6px;
    transform: translateY(2px);
    width: 14px;
  }
  .header__sp-menu-btn-kojin, .header__sp-menu-btn-hojin {
    align-items: center;
    border-radius: 21px;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    width: 100%;
  }
  .header__sp-menu-btn-kojin {
    background-color: #285ae1;
    color: #fff;
  }
  .header__sp-menu-btn-hojin {
    background-color: #fff;
    color: #285ae1;
  }
  .header__sp-menu-btn--bottom {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: sticky;
    width: 100%;
    z-index: 10;
  }
  .header__sp-menu-btn--bottom.is-active {
    animation: btnFade 0.2s ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    display: block;
    /* メニュー展開後、コンテンツがフェードイン */
  }
  @keyframes btnFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header__sp-menu-btn-inner--bottom {
    border: 1px solid #c0d2ff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 3px;
  }
  .header__sp-menu-btn-inner--bottom > div {
    width: 50%;
  }
  .header__sp-menu-login {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
  .header__sp-menu-login.is-active {
    height: 150px;
    opacity: 1;
    z-index: 1;
  }
  .header__sp-menu-login-inner {
    background: #f0f4ff;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    padding: 24px 15px 20px;
    position: relative;
  }
  .header__sp-menu-login-inner::before {
    background: url(/common2024/images/icon/icon_login_triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 22%;
    top: -8px;
    width: 20px;
  }
  .header__sp-menu-login-inner > div {
    width: 150px;
  }
  .header__sp-menu-login-inner > div + div {
    margin-left: 15px;
  }
  .header__sp-menu-login-btn {
    display: block;
    position: relative;
  }
  .header__sp-menu-login-btn::before {
      background: url(/common2024/images/icon/icon_triangle.svg) no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 12px;
      right: 0;
      position: absolute;
      bottom: 12px;
      width: 12px;
  }
  .header__sp-menu-login--head {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    position: absolute;
    right: 5px;
    top: 51px;
  }
  .header__sp-menu-login--head.is-active {
    height: 150px;
    opacity: 1;
  }
  .header .header__sp-menu-search .headerSP-form {
    position: relative;
  }
  .header .header__sp-menu-search .headerSP-form.is-now [type=text] {
    border-radius: 24px 24px 0 0;
  }
  .header .header__sp-menu-search [type=text] {
    background: #f0f4ff;
    border-radius: 24px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    height: 48px;
    line-height: 1.6;
    padding: 12px 44px 10px 15px;
    width: 100%;
  }
  .header .header__sp-menu-search [type=text]::placeholder {
    color: #888;
  }
  .header .header__sp-menu-search [type=text]:focus-visible {
    outline: 1px solid #285ae1;
  }
  .header .header__sp-menu-search [type=submit] {
    background: url(/common2024/images/icon/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 100%;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
    width: 24px;
  }
  .header.is-scrolldown-sp {
    /* 下スクロール時ヘッダーを非表示にすr */
  }
  .header.is-scrolldown-sp .header__inner {
    transform: translate(0, -100%);
  }
  .header__inner--corporate .header__sp-menu-btn-kojin {
    background-color: #fff;
    color: #285ae1;
  }
  .header__inner--corporate .header__sp-menu-btn-hojin {
    background-color: #285ae1;
    color: #fff;
  }
  .header-other01 .header__sp-menu {
    box-shadow: none;
    overflow-y: hidden;
    padding-bottom: 67px;
  }
  .header-other01 .header__sp-menu.is-active {
    height: 0;
  }
  .header-other01 .header__sp-btn-menu {
    background-image: url(/common2024/images/icon/icon_search_menu.svg);
  }
  .header-other03 .header__sp-menu {
    overflow-y: hidden;
  }
  .header-other02 .header__sp-menu {
    overflow-y: hidden;
  }
  .header-takarakuji {
    height: 156px;
  }
  .header-takarakuji .header__sp-menu-btn {
    padding: 9px 25px;
  }
  .header-takarakuji .header__sp-menu-btn-inner {
    flex-wrap: wrap;
  }
  .header-takarakuji .header__sp-menu-btn-inner > div {
    width: 100%;
  }
  .header-takarakuji .header__sp-menu-btn-inner > div + div {
    margin-top: 16px;
  }
  .header-takarakuji .header__sp-side {
    height: 78px;
    position: relative;
    top: 78px;
  }
  .header-takarakuji .header__sp-sidemenu-list {
    display: flex;
    justify-content: space-around;
  }
  .header-takarakuji .header__sp-sidemenu-list-item {
    width: 78px;
  }
  .header-takarakuji .header__sp-sidemenu-btn {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    line-height: 1.2;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .header-takarakuji .header__sp-sidemenu-btn-icon {
    display: inline-block;
    margin-bottom: 2px;
    width: 100%;
  }
  .header-takarakuji .header__sp-sidemenu-btn-icon > img {
    width: auto;
  }
}
@media screen and (min-width: 967px) {
  .header {
    height: 118px;
    padding: 0 5px;
  }
  .header:has(.header__inner--corporate) {
    height: 128px;
  }
  .header__inner {
    margin: 0 auto;
    max-width: 1242px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .header__pc {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 20px 20px;
    /* グラスモーフィズム */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .header__pc-content.is-login-show::after {
    background-color: #333;
    border-radius: 0 0 20px 20px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__pc-content.is-login-show.is-fade::after {
    opacity: 0.25;
  }
  .header__pc-logo {
    width: 217px;
  }
  .header__pc-logo a {
    display: block;
  }
  .header__pc-logo img {
    width: 100%;
  }
  .header__pc-upper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: calc(100% - 217px);
  }
  .header__pc-upper-wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 0;
    position: relative;
  }
  .header__pc-upper.is-login-show::after {
    background-color: #333;
    border-radius: 0 0 20px 20px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__pc-upper.is-login-show.is-fade::after {
    opacity: 0.25;
  }
  .header__pc-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    position: relative;
    width: 233px;
    z-index: 1;
  }
  .header__pc-search {
    margin-left: 14px;
    width: 252px;
  }
  .header__pc .headerPC-form {
    position: relative;
  }
  .header__pc .headerPC-form [type=text] {
    background: #f0f4ff;
    border-radius: 16px;
    color: #555;
    font-size: 1.4rem;
    font-weight: 500;
    height: 32px;
    line-height: 1.6;
    padding: 0 31px 0 12px;
    width: 100%;
  }
  .header__pc .headerPC-form [type=text]:focus-visible {
    outline: 1px solid #285ae1;
  }
  .header__pc .headerPC-form.is-now [type=text] {
    border-radius: 16px 16px 0 0;
  }
  .header__pc .headerPC-form [type=submit] {
    background: url(/common2024/images/icon/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 11px;
    text-indent: 100%;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
    width: 16px;
  }
  .header__pc-about {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 272px;
  }
  .header__pc-about-text {
    color: #285ae1;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 140% */
  }
  .header__pc-about-btn-wrap {
    border: 1px solid #c0d2ff;
    border-radius: 16px;
    display: flex;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    padding: 2px 3px;
    width: 130px;
  }
  .header__pc-about-btn-wrap > div {
    width: 50%;
  }
  .header__pc-about-btn-kojin, .header__pc-about-btn-hojin {
    align-items: center;
    border-radius: 21px;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 2px 0 0;
    position: relative;
    width: 100%;
  }
  .header__pc-about-btn-kojin {
    background-color: #285ae1;
    color: #fff;
  }
  .header__pc-about-btn-hojin {
    background-color: #fff;
    color: #285ae1;
  }
  .header__pc-btn-takara a, .header__pc-btn-login button, .header__pc-btn-hojinkoza a, .header__pc-btn-report a, .header__pc-btn-faq a {
    align-items: center;
    border-radius: 16px;
    color: #fff;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 2px 24px 0;
    position: relative;
    width: 100%;
  }
  .header__pc-btn-takara {
    position: relative;
    width: 90px;
  }
  .header__pc-btn-takara a {
    background-color: #285ae1;
  }
  .header__pc-btn-takara.is-login-show::after {
    background-color: #333;
    border-radius: 16px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__pc-btn-takara.is-fade::after {
    opacity: 0.25;
  }
  .header__pc-btn-hojinkoza {
    width: 156px;
  }
  .header__pc-btn-report {
    width: 132px;
  }
  .header__pc-btn-faq {
    width: 77px;
  }
  .header__pc-btn-hojinkoza a, .header__pc-btn-report a, .header__pc-btn-faq a {
    background-color: #285ae1;
    display: block;
    padding: 7px 0;
    text-align: center;
    text-indent: 1.5em;
  }.header__pc-btn-report a, .header__pc-btn-faq a {
    text-indent: 0;
   }
  .header__pc-btn-hojinkoza a::before {
    background: url(/common2024/images/icon/icon_system_kaisetsu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: 32px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
  }
  .header__pc-btn-hojinkoza.is-login-show::after {
    background-color: #333;
    border-radius: 16px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header__pc-btn-faq a::after {
   background: url(/common2024/images/icon/icon_blank.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0 0 6px;
    transform: translateY(2px);
    width: 14px;
  }
  .header__pc-btn-hojinkoza.is-fade::after {
    opacity: 0.25;
  }
  .header__pc-btn-login {
    position: relative;
    width: 127px;
    z-index: 1;
  }
  .header__pc-btn-login button {
    background-color: #08287f;
    text-indent: 1.5em;
  }
  .header__pc-btn-login button::before {
    background-image: url(/common2024/images/icon/icon_system_login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    left: 32px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
  }
  .header__pc-login {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 27px;
    transition: all 0.3s ease-out;
  }
  .header__pc-login.is-active {
    height: 150px;
    opacity: 1;
    z-index: 1;
  }
  .header__pc-login-inner {
    background: #f0f4ff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 24px 15px 20px;
    position: relative;
    width: 345px;
  }
  .header__pc-login-inner::before {
    background: url(/common2024/images/icon/icon_login_triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 54px;
    top: -9px;
    width: 20px;
  }
  .header__pc-login-inner > div {
    width: 150px;
  }
  .header__pc-login-btn {
    display: block;
    position: relative;
  }
  .header__pc-login-btn::before {
    background: url(/common2024/images/icon/icon_triangle.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    right: 0;
    position: absolute;
    bottom: 12px;
    width: 12px;
  }
  .header__pc-menu {
    padding: 8px 0 0;
  }
  .header__pc-menu-list {
    display: flex;
    justify-content: center;
  }
  .header__inner--corporate .header__pc-menu-list {
    align-items: stretch;
  }
  .header__pc-menu-list.is-open a {
    opacity: 0.6;
  }
  .header__pc-menu-list.is-open a:hover {
    opacity: 1;
  }
  .header__pc-menu-item {
    flex-shrink: 0;
    height: 66px;
    position: relative;
    width: 155px;
  }
  .header__inner--corporate .header__pc-menu-item {
    height: auto;
  }
  .header__pc-menu-item::before, .header__pc-menu-item::after {
    background: #ccc;
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    top: 12px;
    width: 1px;
  }
  .header__inner--corporate .header__pc-menu-item::before, .header__inner--corporate .header__pc-menu-item::after {
    top: 22.5px;
  }
  .header__pc-menu-item::before {
    left: 0;
  }
  .header__pc-menu-item::after {
    right: -1px;
  }
  .header__pc-menu-item:not(:first-child)::before {
    display: none;
  }
  .header__pc-menu-item.is-open {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .header__pc-menu-item.is-open::before {
    display: none;
  }
  .header__pc-menu-item.is-open::after {
    background: #fafafa;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .header__pc-menu-btn {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 100%;
    line-height: 1.2;
    padding: 12px 0 24px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .header__pc-menu-btn span {
    display: block;
    font-size: 1rem;
    margin-top: 4px;
  }
  .header__pc-menu-btn:hover {
    color: #285ae1;
    opacity: 1;
  }
  .header__pc-menu-btn--acd::after {
    background: url(/common2024/images/icon/icon_triangle_bottom_black.svg) no-repeat;
    background-size: contain;
    bottom: 4px;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 10px;
  }
  .header__pc-menu-btn--acd:hover::after {
    background: url(/common2024/images/icon/icon_triangle_bottom_blue.svg) no-repeat;
  }
  .header__pc-menu-btn--acd.is-open {
    color: #285ae1;
    opacity: 1 !important;
  }
  .header__pc-menu-btn--acd.is-open::after {
    background: url(/common2024/images/icon/icon_triangle_bottom_blue.svg) no-repeat;
    transform: translateX(-50%) rotate(180deg);
  }
  .header__pc-menu-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.3s ease-out, opacity 0.3s 0.2s ease-out;
  }
  .header__pc-menu-body.is-open {
    opacity: 1;
  }
  .header__pc-menu-body-inner {
    align-items: start;
    display: flex;
    justify-content: space-between;
    padding: 4.75% 5.54% 4.51%;
    position: relative;
  }
  .header__pc-menu-body-mention {
    background: #f6f9ff;
    border-radius: 10px;
    padding: 24px 16px 20px;
    width: 30%;
  }
  .header__pc-menu-body-mention-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .header__pc-menu-body-mention-list + .header__pc-menu-body-mention-text {
    margin-top: 24px;
  }
  .header__pc-menu-body-mention-list {
    margin-top: 3px;
  }
  .header__pc-menu-body-mention-item {
    border-top: 1px solid #ccc;
  }
  .header__pc-menu-body-mention-item--bordernone {
    border-top: none;
  }
  .header__pc-menu-body-mention-item a {
    color: #285ae1;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 9px 16px 7px 0;
    position: relative;
  }
  .header__pc-menu-body-mention-item a::before {
    background-image: url(/common2024/images/icon/icon_triangle_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 9px;
  }
  .header__pc-menu-body-mention-item a[target=_blank]::after {
    background: url(/common2024/images/icon/icon_blank.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 0 0 6px;
    transform: translateY(2px);
    width: 18px;
  }
  .header__pc-menu-body-mention-item span {
    color: #333;
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 7px;
  }
  .header__pc-menu-body-link {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
  }
  .header__pc-menu-body-link--column {
    flex-direction: column;
  }
  .header__pc-menu-body-link > .header__pc-menu-body-link {
    width: 100%;
  }
  .header:has(.header__inner--corporate) .header__pc-menu-body-link > .header__pc-menu-body-link {
    margin-top: 20px;
  }
  .header__pc-menu-body-link--no-mention {
    width: 100%;
  }
  .header__pc-menu-body-link--no-mention .header__pc-menu-body-item {
    width: 30%;
  }
  .header:has(.header__inner--corporate) .header__pc__menu__body__links__head {
    font-size: 29px;
    font-weight: 700;
    margin-left: 17px;
    position: relative;
  }
  .header:has(.header__inner--corporate) .header__pc__menu__body__links__head + .header__pc__menu__body__links__head {
    margin-top: 45px;
  }
  .header:has(.header__inner--corporate) .header__pc__menu__body__links__head::before {
    background: url(/common2024/images/icon/icon_triangle_right.svg) no-repeat;
    content: "";
    height: 12px;
    left: -16px;
    position: absolute;
    top: 35%;
    width: 12px;
  }
  .header__pc-menu-body-item {
    border-bottom: 1px solid #ccc;
    height: 72px;
    width: 46.66%;
  }
  .header__pc-menu-body-item a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    height: 100%;
    line-height: 1.2;
    width: 100%;
  }
  .header__pc-menu-body-item a:hover {
    color: #285ae1;
    opacity: 1;
  }
  .header__pc-menu-body-close {
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 48px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
  }
  .header__pc-menu-body-close:hover {
    opacity: 1;
    background: #e0e0e0;
  }
  .header__pc-menu-body-close::before,
  .header__pc-menu-body-close::after {
      content: '';
      position: absolute;
      top: 38%;
      left: 32%;
      height: 1.5px;
      width: 33%;
      background-color: #285ae1;
  }
  .header__pc-menu-body-close::before {
      transform: rotate(45deg);
  }
  .header__pc-menu-body-close::after {
      transform: rotate(-45deg);
  }
  .header__pc-menu-body-close span {
    margin-top: 20px;
    bottom: 20%;
    color: #285ae1;
    display: block;
    font-size: 8px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .header__pc-menu-body.is-open {
    border-top: 1px solid #ccc;
    display: block;
  }
  .header__sp, .header__sp-wrap, .header__sp-side {
    display: none;
  }
  .header.is-fixed .header__pc {
    backdrop-filter: none;
    background: initial;
    border-radius: 0;
    box-shadow: none;
  }
  .header.is-fixed .header__pc-logo {
    left: 10%;
    padding: 0 16% 0 0;
    position: absolute;
    top: 30px;
    width: 100%;
  }
  .header.is-fixed .header__pc-upper {
    display: none;
  }
  .header.is-fixed .header__pc-upper-wrap {
    align-items: center;
    padding: 0 17px;
    width: 221px;
  }
  .header.is-fixed .header__pc-content.js-login-overlay {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .header.is-fixed .header__pc-menu {
    padding-left: 5px;
    width: 1022px;
  }
  .header.is-fixed .header__pc-menu-body-wrap {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    padding-top: 74px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header.is-fixed .header__pc-menu-item {
    flex-shrink: 0;
    height: 66px;
    position: relative;
    width: 143px;
  }
  .header.is-fixed .header__inner--corporate .header__pc-menu-item {
    width: 156px;
  }
  .header.is-fixed .header__pc-menu-item:last-child::after {
    display: none;
  }
  .header.is-fixed .header__pc-menu-item.is-open::after {
    bottom: -2px;
  }
  .header.is-fixed .header__pc-menu-list {
    justify-content: flex-start;
  }
  .header.is-fixed .header__inner {
    animation: headIn 0.2s ease-out;
    animation-fill-mode: forwards;
    left: 50%;
    position: fixed;
    top: 0;
  }
  @keyframes headIn {
    0% {
      transform: translate(-50%, -100%);
    }
    100% {
      transform: translate(-50%, 0);
    }
  }
}
@media screen and (min-width: 967px) and (min-width: 768px) and (max-width: 1242px) {
  .header.is-fixed .header-btn {
    padding: 12px 3.28% 24%;
  }
  .header.is-fixed .header-btn span {
    margin-top: 4%;
  }
  .header.is-fixed .header__pc-upper-wrap {
    padding: 0 1.2% 0 1.8%;
    width: 19.2%;
  }
  .header.is-fixed .header__pc-menu {
    padding-left: 1.6%;
    padding-top: 9px;
    width: 80.8%;
  }
  .header.is-fixed .header__pc-menu-body-wrap {
    padding-top: 83px;
  }
  .header.is-fixed .header__pc-menu-item {
    height: 73px;
    width: 13.962%;
  }
  .header.is-fixed .header__inner {
    padding: 0;
  }
  .header.is-fixed .header__pc-menu-btn {
    font-size: 1.4rem;
    height: 100%; /* ディスクリプション3行時に▼アイコンのアラインを調整 */
    padding-left: 3.28%;
    padding-right: 3.28%;
    word-break: break-all;
  }
  .header.is-fixed .header__pc-menu-btn span {
    margin-top: 1%;
  }
  .header.is-fixed .header__pc-menu-btn--acd::after {
    bottom: 6%;
  }
}
@media screen and (min-width: 967px) {
  .header__inner--corporate .header__pc-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__inner--corporate .header__pc-btn-wrap {
    width: 225px;
  }
  .header__inner--corporate .header__pc-about-btn-kojin {
    background-color: #fff;
    color: #285ae1;
  }
  .header__inner--corporate .header__pc-about-btn-hojin {
    background-color: #285ae1;
    color: #fff;
  }
  .header__inner--corporate .header__pc-search {
    width: 341px;
  }
}
@media screen and (min-width: 967px) and (min-width: 768px) and (max-width: 1242px) {
  .header {
    height: 130px;
    padding: 0;
  }
  .header__pc-logo {
    padding-top: 5px;
    width: 157px;
    width: 16.4%;
  }
  .header__pc-about {
    width: 262px;
  }
  .header__pc-menu-item {
    height: 78px;
  }
  .header__inner {
    padding: 0 5px;
  }
  .header__pc-menu-btn {
    font-size: 1.4rem;
    padding: 14px 4.1% 19px;
  }
  .header__pc-upper {
    width: 83.6%;
  }
  .header__pc-search {
    margin-left: 6px;
    width: 240px;
  }
  .header__pc-btn-wrap {
    margin-left: 6px;
    width: auto;
  }
  .header__pc-btn-login {
    margin-left: 6px;
  }
  .header__pc-about-text {
    padding-top: 3px;
  }
  .header__pc-menu-item {
    width: 13.8%;
  }
  .header__pc .headerPC-form [type=text] {
    padding-left: 7px;
  }
  .header__pc .headerPC-form [type=submit] {
    right: 8px;
  }
}
@media screen and (min-width: 967px) {
  .header-other01 {
    height: 72px;
  }
  .header-other01 .header__pc-upper-wrap {
    padding: 20px 16px;
  }
  .header-other01 .header__pc-search {
    width: 341px;
  }
  .header-other01.is-fixed .header__pc {
    position: absolute;
    top: 0;
  }
  .header-other01.is-fixed .header__pc-wrap {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    padding-top: 74px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header-other03 {
    height: 72px;
  }
  .header-other03 .header__pc-upper-wrap {
    padding: 20px 16px;
  }
  .header-other03 .header__pc-search {
    width: 341px;
  }
  .header-other03.is-fixed .header__pc {
    position: absolute;
    top: 0;
  }
  .header-other03.is-fixed .header__pc-wrap {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    padding-top: 74px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header-other02 {
    height: 72px;
  }
  .header-other02 .header__pc-upper-wrap {
    padding: 20px 16px;
  }
  .header-other02.is-fixed .header__pc {
    position: absolute;
    top: 0;
  }
  .header-other02.is-fixed .header__pc-wrap {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    padding-top: 74px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .header-takarakuji {
    height: 144px;
  }
  .header-takarakuji .header__pc-menu-item {
    height: 94px;
    width: 169px;
  }
  .header-takarakuji .header__pc-menu-item::before, .header-takarakuji .header__pc-menu-item::after {
    height: 48px;
    top: 23px;
  }
  .header-takarakuji .header__pc-menu-item.is-open::after {
    height: 2px;
    top: auto;
  }
  .header-takarakuji .header__pc-menu-btn {
    padding: 0 0 24px;
  }
  .header-takarakuji .header__pc-menu-btn-icon {
    margin-bottom: 3px;
  }
  .header-takarakuji .header__pc-menu-btn--acd::after {
    bottom: 8px;
  }
  .header-takarakuji .header__pc-search {
    width: 240px;
  }
  .header-takarakuji .header__pc-btn-login {
    width: 197px;
  }
  .header-takarakuji .header__pc-btn-icon {
    margin-left: auto;
    margin-right: auto;
    width: 48px;
  }
  .header-takarakuji.is-fixed .header__pc-menu-body-wrap {
    padding-top: 102px;
  }
  .header-takarakuji.is-fixed .header__pc-menu-item {
    flex-shrink: 0;
    height: 94px;
    position: relative;
    width: 169px;
  }
  .header-takarakuji.is-fixed .header__pc-logo {
    top: 36px;
  }
}
@media screen and (min-width: 967px) and (min-width: 768px) and (max-width: 1242px) {
  .header-takarakuji.is-fixed .header__pc-menu-item {
    width: 17.21%;
  }
  .header-takarakuji.is-fixed .header-menu-btn-icon {
    margin-left: auto;
    margin-right: auto;
    width: 30.4%;
  }
}
/*共通css_header*/

/* Footer Setting
============================================ */
.footer {
  background-color: #08287f;
  color: #fff;
  /* パンくずありの場合は上マージンなし */
  /* 個人/法人リンク出し分け */
}
#breadcrumbBtm + .footer {
  margin-top: 0;
}
.footer-corporate-only {
  display: none !important;
}
.footer-retail-only {
  display: none !important;
}
.js-footer_corp-link .footer-corporate-only {
  display: block !important;
}
.js-footer_retail-link .footer-retail-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    padding: 48px 62px;
    width: 100%;
  }
  .footer-menu + .footer-menu {
    border-top: 1px solid #759bfd;
  }
  .footer-menu + .footer-copyright {
    border-top: none;
  }
  .footer-menu:first-child {
    padding-top: 54px;
  }
  .footer-menu:nth-last-child(2) {
    padding-bottom: 80px;
  }
  .footer-menu__item {
    margin: 0 auto;
    max-width: 1242px;
  }
  .footer-menu__item + .footer-menu__item {
    margin-top: 48px;
  }
  .footer-menu__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42;
    text-align: left;
  }
  .footer-menu__head + * {
    margin-top: 12px;
  }
  .footer-menu__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    text-align: left;
  }
  .footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-menu__list-item {
    align-items: center;
    border-bottom: 1px solid #759bfd;
    display: flex;
    height: 76px;
    width: 30.44%;
  }
  .footer-menu__list-item:nth-child(-n+3) {
    border-top: 1px solid #759bfd;
  }
  .footer-menu__list::after {
    /* 最後の要素を左寄せにするための疑似要素 */
    content: "";
    display: block;
    width: 30.44%; /* footer-menu__list-itemと同じwidthを指定 */
  }
  .footer-menu__button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    justify-content: space-between;
  }
  .footer-menu__button-list-item {
    align-items: center;
    display: flex;
    height: 72px;
    width: 30.44%;
  }
  .footer-menu__button-list::after {
    /* 最後の要素を左寄せにするための疑似要素 */
    content: "";
    display: block;
    width: 30.44%; /* footer-menu__list-itemと同じwidthを指定 */
  }
  .footer-menu__note-list {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
  }
  .footer-menu__note-list + .footer-menu__note-list.group-list {
    margin-top: 0;
  }
  .footer-menu__note-list + .footer-menu__note-list {
    margin-top: 12px;
  }
  .footer-menu__note-list-item {
    display: inline-block;
  }
  .footer-menu__note-list-item > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    padding: 0 16px 0 32px;
    position: relative;
    text-align: left;
  }
  .footer-menu__note-list-item > a::before {
    align-items: center;
    bottom: 0;
    color: #759bfd;
    content: "｜";
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
  }
  .footer-menu__note-list-item:last-child > a {
    padding-right: 0;
  }
  .main-list .footer-menu__note-list-item:last-child > a {
    padding-right: 32px;
  }
  .footer-menu__note-list-item:nth-child(5n+1) > a {
    padding-left: 0;
  }
  .footer-menu__note-list-item:nth-child(5n+1) > a::before {
    content: none;
  }
  .footer-menu__note-list-item:nth-child(5n) > a {
    padding-right: 32px;
  }
  .main-list .footer-menu__note-list-item:last-child > a::after,
  .footer-menu__note-list-item:nth-child(5n) > a::after {
    align-items: center;
    bottom: 0;
    color: #759bfd;
    content: "｜";
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-minimum .footer-menu {
    padding: 54px 62px 80px;
  }
  .footer-minimum .footer-menu.footer-copyright {
    height: 54px;
    padding: 0;
  }
  .footer-copyright {
    align-items: center;
    background-color: #fff;
    border-top: 0;
    display: flex;
    height: 54px;
    padding: 0;
  }
  .footer-copyright__text {
    color: #08287f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: center;
    width: 100%;
  }
  .footer__link {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 1.6;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .footer__link-social {
    padding-right: 30%;
  }
  .footer__link-social::after {
    background: url(/common2024/images/icon/icon_sns_all.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
  }
  .footer__button {
    align-items: center;
    border: 1px solid #759bfd;
    border-radius: 10px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 1.375;
    padding: 0 52px 0 16px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .footer__button::after {
    background: url(/common2024/images/icon/icon_triangle_white.png) no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
    width: 12px;
  }
  .footer-social-box__inner {
    border: 1px solid #285ae1;
    border-radius: 10px;
    padding: 24px;
  }
  .footer-social-box-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-social-box-list__item {
    align-items: center;
    display: flex;
    padding: 0 42px;
  }
  .footer-social-box-list__item + .footer-social-box-list__item {
    border-left: 1px solid #285ae1;
  }
  .footer-social-box-list__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42;
    text-align: left;
  }
  .footer-social-box-icon-list {
    display: flex;
    justify-content: center;
    margin-left: 32px;
  }
  .footer-social-box-icon-list__item {
    max-width: 48px;
  }
  .footer-social-box-icon-list__item + .footer-social-box-icon-list__item {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    padding: 48px 15px;
    width: 100%;
  }
  .footer-menu + .footer-menu {
    border-top: 1px solid #759bfd;
  }
  .footer-menu + .footer-copyright {
    border-top: none;
  }
  .footer-menu:first-of-type {
    padding-top: 32px;
  }
  .footer-menu__item + .footer-menu__item {
    margin-top: 48px;
  }
  .footer-menu__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
  }
  .footer-menu__head + * {
    margin-top: 18px;
  }
  .footer-menu__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
  }
  .footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-menu__list-item {
    align-items: center;
    border-bottom: 1px solid #759bfd;
    display: flex;
    padding: 16px 0;
    width: 100%;
  }
  .footer-menu__list-item:first-of-type {
    border-top: 1px solid #759bfd;
  }
  .footer-menu__button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    justify-content: space-between;
  }
  .footer-menu__button-list-item {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .footer-menu__note-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu__note-list + .footer-menu__note-list {
    margin-top: 24px;
  }
  .footer-menu__note-list + .footer-menu__note-list.group-list {
    margin-top: 12px;
  }
  .footer-menu__note-list-item {
    display: block;
    width: 100%;
  }
  .footer-menu__note-list-item > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    text-align: left;
  }
  .footer-menu__note-list-item + .footer-menu__note-list-item {
    margin-top: 12px;
  }
  .footer-minimum .footer-menu {
    padding: 32px 15px 48px;
  }
  .footer-minimum .footer-menu.footer-copyright {
    height: 54px;
    padding: 0;
  }
  .footer-copyright {
    align-items: center;
    background-color: #fff;
    border-top: 0;
    display: flex;
    height: 54px;
    padding: 0;
  }
  .footer-copyright__text {
    color: #08287f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }
  .footer__link {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    line-height: 1.6;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .footer__button {
    align-items: center;
    border: 1px solid #759bfd;
    border-radius: 10px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    line-height: 1.4;
    padding: 24.5px 16px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .footer__button::after {
    background: url(/common2024/images/icon/icon_triangle_white.png) no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
    width: 12px;
  }
  .footer__social-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    padding-left: 28px;
    position: relative;
    text-align: left;
  }
  .footer__social-link::before {
    background: url(/common2024/images/icon/icon_carousel_control_white.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
  }
  .footer__social-list {
    align-items: center;
    display: flex;
    margin-top: 16px;
  }
  .footer__social-list-item {
    width: 40px;
  }
  .footer__social-list-item + .footer__social-list-item {
    margin-left: 20px;
  }
  .footer-social-box__inner {
    border: 1px solid #285ae1;
    border-radius: 10px;
    padding: 8px 15px;
  }
  .footer-social-box-list {
    display: flex;
    flex-direction: column;
  }
  .footer-social-box-list__item {
    padding: 16px 0;
  }
  .footer-social-box-list__item + .footer-social-box-list__item {
    border-top: 1px solid #285ae1;
  }
  .footer-social-box-list__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
  }
  .footer-social-box-icon-list {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .footer-social-box-icon-list__item {
    max-width: 40px;
  }
  .footer-social-box-icon-list__item + .footer-social-box-icon-list__item {
    margin-left: 24px;
  }
}

/*共通css_footer*/

/*pagetop*/
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: -60px; /* デフォルトは画面外に表示 */
    position: fixed;
    right: 16px;
    transition: bottom 0.15s ease-out;
    z-index: 51;
  }
  .pagetop.is-show {
    bottom: 120px;
  }
  .pagetop.is-show.lower {
    bottom: 10px;
  }
  .pagetop-btn {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #285ae1;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 13.5px 8px;
  }
  .pagetop-btn::before {
    background-image: url(/common2024/images/icon/ico_up.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 16px;
    margin: 0 auto 2px;
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: -50px; /* デフォルトは画面外に表示 */
    position: fixed;
    right: 0;
    transition: bottom 0.15s ease-out;
    width: 48px;
    z-index: 51;
  }
  .pagetop.is-show {
    bottom: 110px;
  }
  .pagetop.is-show.lower {
    bottom: 10px;
  }
  .pagetop-btn {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px 0 0 10px;
    color: #285ae1;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center;
  }
  .pagetop-btn::before {
    background-image: url(/common2024/images/icon/ico_up.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 16px;
    margin: 0 auto 2px;
    width: 16px;
  }
}
/*pagetop*/

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}

@media screen and (max-width:767px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
}

/*全体*/
.main-area {
    background-color: #062366;
    padding: 140px 110px 160px;
    overflow: hidden;
    position: relative;
}

.mb0 {
    margin-bottom: 0 !important;
}

h2 {
    position: relative;
    margin-bottom: 50px;
    padding-left: 58px;
    font-size: 7.2rem;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}
h2::before {
    content: "";
    position: absolute;
    top: -80%;
    left: 0;
    width: 176px;
    height: 152px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.access h2,
.about h2,
.contact h2 {
    color: #062366;
}
.access h2::before,
.about h2::before,
.contact h2::before {
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_02.png);
}

.backimg_shapes {
    position: relative;
    z-index: 0;
}

.btn {
    position: relative;
    margin: 0 15px;
    padding: 25px 30px;
    width: calc(100% - 30px);
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    border-radius: 66px;
}
.a_venue_btn {
    background: linear-gradient(#2660FF, #3BA0FF);
    transition: filter 0.3s ease;
}
.a_venue_btn:hover {
    filter: brightness(0.9);
}
.b_venue_btn {
    background: linear-gradient(#3C39F7, #4D7CFF);
    transition: filter 0.3s ease;
}
.b_venue_btn:hover {
    filter: brightness(0.9);
}
.btn::before,
.btn::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s;
}
.btn::before {
transform: translateY(-50%);
}
.btn::after {
transform: translateY(-50%) rotate(90deg);
}
.btn.is-open::after {
    transform: translateY(-50%) rotate(0deg) scaleX(0);
}

.time_table,
.program,
.access,
.about,
.contact {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .main-area {
        padding: 47px 20px 66px;
    }

    h2 {
        margin-bottom: 34px;
        padding-left: 29px;
        font-size: 3.6rem;
    }
    h2::before {
        width: 88px;
        height: 85px;
    }
    .btn {
        border-radius: 33px;
    }
}

/*kv*/
.kv {
    margin-top: -72px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/bg_kv_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: clip;
}
.kv img {
    position: relative;
    margin: 0 auto;
    padding: 189px 150px 37px;
    z-index: 2;
}

.backimg_shapes_key1::before {
    content: "";
    position: absolute;
    top: -222px;
    left: -61px;
    width: 505px;
    height: 491px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_03.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.backimg_shapes_key2::before {
    content: "";
    position: absolute;
    top: -397px;
    right: -2px;
    width: 814px;
    height: 1004px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_04.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.backimg_shapes_key3::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -18px;
    width: 349px;
    height: 349px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg, #00c6ff, #2f6ee6);
}
.kv_gradation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 696px;
    background-image: linear-gradient(
        transparent 0%,
        #0623661c 6%,
        #06236652 13%,
        #0623668f 19%,
        #062366c7 29%,
        #062366f0 41%);
    z-index: 1;
}
@media screen and (max-width: 966px) {
    .kv{
        margin-top: -68px;
    }
}
@media screen and (max-width: 885px) {
    .button_application {
        bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .kv{
        margin-top: 61px;
        background-image: none;
    }
    .kv img {
        width: 100%;
        padding: 0;
    }
}

/*time_table*/
.time_table {
    position: relative;
    margin-bottom: 256px;
    overflow: visible;
}
.time_table_main {
    position: relative;
    padding: 80px 60px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    z-index: 1;
}

.time_table .backimg_shapes.backimg_shapes_bottom::before {
    content: "";
    position: absolute;
    bottom: 272px;
    left: -304px;
    width: 414px;
    height: 419px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.time_table .backimg_shapes.backimg_shapes_bottom::after {
    content: "";
    position: absolute;
    bottom: -340px;
    right: -503px;
    width: 860px;
    height: 623px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    rotate: -30deg;
}
@media screen and (max-width:767px) {
    .time_table {
        margin-bottom: 108px;
    }
    .time_table_main {
        padding: 25px 15px;
    }
    .time_table_main.a_venue {
        margin-bottom: 20px;
    }
    .a_venue .time_table_main_content {
        background-color: #D9EEFF;
    }
    .b_venue .time_table_main_content {
        background-color: #DBE7FF;
    }
    .time_table_main_content {
        border-radius: 30px 30px 0 0;
    }
    .time_table_main_content .time_table_title {
        padding: 16px 0 16px;
        font-size: 2.4rem;
        font-weight: bold;
        color: #fff;
        border-radius: 30px 30px 0 0;
    }
    .a_venue .time_table_main_content .time_table_title {
        background: linear-gradient(#2660FF, #3BA0FF);
    }
    .b_venue .time_table_main_content .time_table_title {
        background: linear-gradient(#3C39F7, #4D7CFF);
    }
    .time_table_main_content .time_table_inner {
        padding: 25px 15px;
    }
    .time_table_main_content .time_table_inner .time_table_program {
        background-color: #fff;
        margin-bottom: 10px;
        padding: 15px 12px 18px 12px;
        text-align: left;
    }
    .a_venue .time_table_main_content .time_table_inner .time_table_program:last-child,
    .b_venue .time_table_main_content .time_table_inner .time_table_program:last-child {
        margin-bottom: 0;
    }
    .time_table_main_content .time_table_inner .time_table_program .time {
        margin-bottom: 12px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .time_table_main_content .time_table_inner .time_table_program .time {
        position: relative;
        padding-left: 15px;
    }
    .time_table_main_content .time_table_inner .time_table_program .time::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #628CFF;
        transform: translateY(-50%);
    }
    .a_venue .time_table_main_content .time_table_inner .time_table_program .time::before {
        background-color: #00B8FB;
    }
    .time_table_main_content .time_table_inner .time_table_program .theme {
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.4;
        color: #005CD4;
    }
    .time_table_main_content .time_table_inner .time_table_program .theme small {
        font-size: 1.6rem;
    }
    .time_table_main .btn {
        margin-bottom: 25px;
    }

    .time_table .backimg_shapes.backimg_shapes_bottom::before {
        content: none;
    }
    .time_table .backimg_shapes.backimg_shapes_bottom::after {
        content: none;
    }
    .time_table .backimg_shapes.backimg_shapes_a_venue::before {
        content: "";
        position: absolute;
        top: 172px;
        right: -195px;
        width: 321px;
        height: 233px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        rotate: -30deg;
    }
    .time_table .backimg_shapes.backimg_shapes_b_venue::before {
        content: "";
        position: absolute;
        top: 153px;
        left: -164px;
        width: 207px;
        height: 210px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.3;
    }
    .time_table .backimg_shapes.backimg_shapes_b_venue_bottom::after {
        content: "";
        position: absolute;
        bottom: -94px;
        right: -185px;
        width: 321px;
        height: 233px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        rotate: -30deg;
    }
}

/*program*/
.program h3 {
    margin-bottom: 43px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 22px;
}
.program h3::after {
    content: "";
    flex: 1;
    height: 10px;
    background:
    radial-gradient(
        circle,
        #fff 0 5px,
        transparent 5px
    );
    background-size: 56px 10px;
    background-repeat: space;
    background-position: 28px center;
    opacity: 0.5;
}
.program_a_venue .program_contents {
    background-color: #D9EEFF;
}
.program_b_venue .program_contents {
    background-color: #DBE7FF;
}
.program_contents {
    padding: 50px 60px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.program_contents .time {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-size: 2.4rem;
    font-weight: bold;
}
.program_contents .time::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #628CFF;
    transform: translateY(-50%);
}
.program_contents h4 {
    margin-bottom: 26px;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.5;
    color: #005CD4;
}
.program_contents h4 small {
    font-size: 3.2rem;
}
.program_contents .read {
    margin-bottom: 35px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    width: 75%;
}
.program_contents .name {
    position: absolute;
    padding: 13px 27px 12px 35px;
    font-size: 2.0rem;
    font-weight: bold;
    background-color: #fff;
    border-radius: 0 22px 22px 0;
    bottom: 14px;
    left: 0;
}
.program_contents .name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #628CFF;
    transform: translateY(-50%);
}
.program_a_venue .program_contents .time::before,
.program_a_venue .program_contents .name::before {
    background-color: #00B8FB;
}

.program_contents_column2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.program_contents_column2 .program_contents_col {
    max-width: 540px;
}
.program_contents_column2 .program_contents_col:nth-child(odd) {
    align-self: flex-start;
}
.program_contents_column2 .program_contents_col .read {
    width: 100%;
}
.program_contents .presenter_col_img,
.program_contents .position,
.program_contents .text,
.program_contents .time,
.program_contents h4,
.program_contents .read {
    position: relative;
    z-index: 1;
}
.program_contents_column2 .program_contents_col.presenter_column2 {
    display: flex;
    gap: 20px;
}
.program_contents_column2 .program_contents_col.presenter_column2 .presenter_col_img {
    position: relative;
}
.program_contents_column2 .program_contents_col.presenter_column2 .presenter_col img {
    max-width: 260px;
}
.program_contents_column2 .program_contents_col.presenter_column2 .position {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 26px;
}
.program_contents_column2 .program_contents_col.presenter_column2 .text {
    font-size: 1.4rem;
    line-height: 1.8;
}

.presenter_column4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    z-index: 1;
}
.presenter_column4 .presenter_col {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
}
.presenter_column4 .presenter_col .presenter_col_img {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 260px;
}
.presenter_column4 .presenter_col .position_box {
    margin-bottom: 26px;
}
.presenter_column4 .presenter_col .position {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    flex-grow: 1;
}
.presenter_column4 .presenter_col .accordion .text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
    font-size: 1.4rem;
    line-height: 1.8;
}
.presenter_column4.is-open .presenter_col .accordion .text {
    max-height: 600px;
    opacity: 1;
    margin-top: auto;
}

.presenter_column3 {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 60px) / 4));
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    z-index: 1;
}
.presenter_column3 .presenter_col {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.presenter_column3 .presenter_col:nth-child(4),
.presenter_column3 .presenter_col:nth-child(5) {
    transform: translateX(calc(50% + 10px));
}

.presenter_column3 .presenter_col .presenter_col_img {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 260px;
}
.presenter_column3 .presenter_col .position_box {
    margin-bottom: 26px;
}
.presenter_column3 .presenter_col .position {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    flex-grow: 1;
}
.presenter_column3 .presenter_col .accordion .text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
    font-size: 1.4rem;
    line-height: 1.8;
}
.presenter_column3.is-open .presenter_col .accordion .text {
    max-height: 600px;
    opacity: 1;
    margin-top: auto;
}
.program .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 80px;
    border-radius: 40px;
    margin: 52px auto 0;
    position: relative;
    z-index: 1;
}
.program_b_venue {
    margin-top: 107px;
}

.program .backimg_shapes.backimg_shapes_opening::before {
    content: "";
    position: absolute;
    top: 96px;
    left: -296px;
    width: 1042px;
    height: 755px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    rotate: 180deg;
}
.program .backimg_shapes.backimg_shapes_global::before {
    content: "";
    position: absolute;
    top: 361px;
    left: -296px;
    width: 247px;
    height: 236px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_07.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_young::before {
    content: "";
    position: absolute;
    top: 70px;
    right: -417px;
    width: 502px;
    height: 508px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_young_bottom::before {
    content: "";
    position: absolute;
    bottom: -212px;
    left: -419px;
    width: 1042px;
    height: 755px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_ma::before {
    content: "";
    position: absolute;
    top: 492px;
    right: -137px;
    width: 292px;
    height: 292px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg, #00c6ff, #2f6ee6);
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_ma_bottom::before {
    content: "";
    position: absolute;
    bottom: 42px;
    left: -349px;
    width: 502px;
    height: 508px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_ai_bottom::before {
    content: "";
    position: absolute;
    bottom: -22px;
    right: -687px;
    width: 1042px;
    height: 755px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_conditions::before {
    content: "";
    position: absolute;
    top: 305px;
    left: -428px;
    width: 502px;
    height: 508px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    transform: scale(-1, 1);
}
.program .backimg_shapes.backimg_shapes_conditions_bottom::before {
    content: "";
    position: absolute;
    bottom: -96px;
    right: -138px;
    width: 292px;
    height: 292px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(-135deg, #00c6ff, #2f6ee6);
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_early-phase::before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: -55px;
    width: 292px;
    height: 292px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(-135deg, #00c6ff, #2f6ee6);
    opacity: 0.4;
}
.program .backimg_shapes.backimg_shapes_financing::before {
    content: "";
    position: absolute;
    top: -33px;
    right: -463px;
    width: 1042px;
    height: 755px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    transform: scale(-1, 1);
}
.program .backimg_shapes.backimg_shapes_early_bottom::before {
    content: "";
    position: absolute;
    bottom: -201px;
    left: -274px;
    width: 502px;
    height: 508px;
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.program .backimg_shapes.backimg_shapes_top-right::before {
    content: "";
    position: absolute;
    top: -326px;
    right: -130px;
    width: 606px;
    height: 606px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: #fff;
    opacity: 0.54;
}
.program .backimg_shapes.backimg_shapes_bottom-left::before {
    content: "";
    position: absolute;
    bottom: -327px;
    left: -126px;
    width: 606px;
    height: 606px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: #fff;
    opacity: 0.54;
}
.program .backimg_shapes.backimg_shapes_center-right::before {
    content: "";
    position: absolute;
    top: -414px;
    right: -126px;
    width: 606px;
    height: 606px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background: #fff;
    opacity: 0.54;
}
.responsive_br {
    display: none;
}

@media screen and (max-width: 1303px) {
    .responsive_br {
        display: block;
    }
}
@media screen and (max-width: 1219px) {
    .presenter_column4 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    .presenter_column3 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    .presenter_column3 .presenter_col:nth-child(4),
    .presenter_column3 .presenter_col:nth-child(5) {
        transform: none;
    }
}
@media screen and (max-width: 1123px) {
    .program_contents_column2 {
        flex-wrap: wrap;
    }
    .program_contents_column2 .program_contents_col {
        max-width: initial;
    }
    .responsive_br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .program {
        margin-bottom: 108px;
    }
    .program h3 {
        margin-bottom: 18px;
        font-size: 2.8rem;
        gap: 26px;
    }
    .program h3::after {
        height: 8px;
        background:
        radial-gradient(
            circle,
            #fff 0 3px,
            transparent 4px
        );
        background-size: 22px 8px;
        background-position: 11px center;
        background-repeat: space;
    }
    .program_contents {
        padding: 44px 20px 50px;
        margin-bottom: 20px;
    }
    .program_contents .time {
        padding-left: 26px;
        font-size: 2.0rem;
    }
    .program_contents h4 {
        margin-bottom: 30px;
        font-size: 2.8rem;
    }
    .program_contents h4 small {
        font-size: 2.4rem;
    }
    .program_contents_column2 {
        flex-wrap: wrap;
        gap: 20px;
    }
    .program_contents_column2 .program_contents_col {
        max-width: 540px;
        position: relative;
        z-index: 1;
    }
    .program_contents .name,
    .program_contents .read {
        position: relative;
        z-index: 1;
    }
    .presenter_column2 {
        display: flex;
        gap: 21px;
        margin-bottom: 18px;
    }
    .presenter_column2 .presenter_col {
        width: 55%
    }
    .program_contents .presenter_col img {
        min-width: 120px;
    }
    .program_contents .presenter_col_img {
        width: 45%;
        text-align: left;
    }
    .program_contents .name {
        display: inline-block;
        margin-bottom: 12px;
        padding: 8px 15px 7px 25px;
        font-size: 1.6rem;
        border-radius: 0 15px 15px 0;
        bottom: 0;
    }
    .program_contents .name::before {
        width: 12px;
        height: 12px;
    }
    .program_contents .position {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
    }
    .program_contents .read {
        margin-bottom: 39px;
        width: 100%;
    }
    .program_contents .text {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .presenter_column4 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .presenter_column4 .presenter_col {
        grid-template-columns: 45fr 55fr;
        column-gap: 21px;
    }
    .presenter_column4 .presenter_col .presenter_col_img {
        margin: 0;
        width: 100%;
    }
    .presenter_column4 .presenter_col .position_box {
        margin-bottom: 0;
    }
    .presenter_column4 .presenter_col .position {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        flex-grow: 1;
    }
    .presenter_column4 .presenter_col .accordion {
        margin-top: 18px;
        grid-column: 1 / 3;
    }
    .program .btn {
        width: 304px;
        height: 66px;
        margin: 40px 0 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .program_b_venue {
        margin-top: 49px;
    }

    .program .backimg_shapes.backimg_shapes_opening::before {
        top: 138px;
        left: -28px;
        width: 521px;
        height: 378px;
        rotate: 0deg;
    }
    .program .backimg_shapes.backimg_shapes_opening_bottom::before {
        content: "";
        position: absolute;
        bottom: 3px;
        left: -113px;
        width: 124px;
        height: 118px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_global::before {
        content: "";
        position: absolute;
        top: 63px;
        left: auto;
        right: -167px;
        width: 252px;
        height: 254px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_global::after {
        content: "";
        position: absolute;
        top: 617px;
        left: -204px;
        width: 521px;
        height: 378px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_global_bottom::before {
        content: "";
        position: absolute;
        bottom: 465px;
        right: -36px;
        width: 146px;
        height: 146px;
        border-radius: 50%;
        background-image: linear-gradient(135deg, #00c6ff, #2f6ee6);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_global_bottom::after {
        content: "";
        position: absolute;
        bottom: 25px;
        left: -86px;
        width: 251px;
        height: 254px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_young::before {
        content: "";
        position: absolute;
        top: 115px;
        right: -145px;
        width: 232px;
        height: 271px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_08.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_young::after {
        content: "";
        position: absolute;
        top: 569px;
        left: -83px;
        width: 391px;
        height: 283px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_young_center::before {
        content: "";
        position: absolute;
        top: 953px;
        right: -55px;
        width: 146px;
        height: 146px;
        border-radius: 50%;
        background-image: linear-gradient(135deg, #00c6ff, #2f6ee6);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_young_bottom::before {
        content: "";
        position: absolute;
        bottom: 597px;
        left: -92px;
        width: 225px;
        height: 228px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_young_bottom::after {
        content: "";
        position: absolute;
        bottom: 232px;
        right: -270px;
        width: 391px;
        height: 283px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        transform: scale(-1, 1);
    }
    .program .backimg_shapes.backimg_shapes_ma::before {
        content: "";
        position: absolute;
        top: 27px;
        left: -183px;
        right: auto;
        width: 232px;
        height: 271px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_08.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        border-radius: 0;
    }
    .program .backimg_shapes.backimg_shapes_ma::after {
        content: "";
        position: absolute;
        top: 331px;
        right: -107px;
        bottom: auto;
        left: auto;
        width: 124px;
        height: 118px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_07.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_ma_center::before {
        content: "";
        position: absolute;
        top: 714px;
        left: -299px;
        right: auto;
        width: 391px;
        height: 283px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        transform: scale(-1, 1);
    }
    .program .backimg_shapes.backimg_shapes_ma_bottom::before {
        content: "";
        position: absolute;
        bottom: 752px;
        left: auto;
        right: -193px;
        width: 251px;
        height: 254px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_ma_bottom::after {
        content: "";
        position: absolute;
        bottom: 393px;
        left: -172px;
        width: 251px;
        height: 254px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        transform: scale(-1, 1);
    }
    .program .backimg_shapes.backimg_shapes_ai::before {
        content: "";
        position: absolute;
        top: -76px;
        right: -109px;
        width: 232px;
        height: 271px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_08.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_ai::after {
        content: "";
        position: absolute;
        top: 507px;
        left: -299px;
        width: 391px;
        height: 283px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_06.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
        transform: scale(-1, 1);
    }
    .program .backimg_shapes.backimg_shapes_ai_bottom::before {
        content: "";
        position: absolute;
        bottom: 384px;
        right: -153px;
        width: 225px;
        height: 228px;
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/img_shapes_05.png);
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_ai_bottom::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: -109px;
        width: 146px;
        height: 146px;
        border-radius: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: linear-gradient(135deg, #00c6ff, #2f6ee6);
        opacity: 0.4;
    }
    .program .backimg_shapes.backimg_shapes_top-right::before {
        top: -189px;
        right: -85px;
        width: 310px;
        height: 310px;
    }
    .program .backimg_shapes.backimg_shapes_bottom-left::before {
        bottom: -128px;
        left: -96px;
        width: 310px;
        height: 310px;
    }
}

/*access*/
.access-area {
    background-color: #EAEAEE;
    padding: 140px 110px 120px;
}
.access h2 {
    color: #062366;
}
.access_main {
    background-color: #fff;
    padding: 50px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.access_main .access_col .address {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 26px;
}
.access_main .access_col .address strong {
    font-size: 3.2rem;
}
.access_main .access_col .station {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 13px;
    padding-left: 20px;
}
.access_main .access_col .station:last-child {
    margin-bottom: 0;
}
.access_main .access_col .station::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0000DB;
}
@media screen and (max-width: 966px) {
    .access_main {
        flex-wrap: wrap;
        justify-content: start;
    }
}
@media screen and (max-width: 767px) {
    .access-area {
        padding: 60px 20px 100px;
    }
    .access_main {
        padding: 30px 20px 35px;
        gap: 23px;
    }
    .access_main .access_col .post {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
    .access_main .access_col .address {
        font-size: 1.6rem;
        margin-bottom: 19px;
    }
    .access_main .access_col .address strong {
        font-size: 2.4rem;
    }
    .access_main .access_col .station {
        margin-bottom: 11px;
        padding-left: 18px;
    }
}

/*about*/
.about-area {
    background-color: #FAFAFA;
    padding: 140px 110px 120px;
}
.about h2 {
    color: #062366;
}
.about .about_main {
    max-width: 1014px;
    margin: 72px auto 0;
}
.about .about_main .blue-text {
    margin-bottom: 14px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #062366;
}
.about .about_main .read {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
.about .about_main iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 22px;
}
.about .about_main .caption {
    font-size: 2.0rem;
    font-weight: bold;
}
.about h3 {
    margin: 75px 0 37px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #0D0E6B;
}
.about .about_main .about_outline .about_outline_info {
    display: flex;
    gap: 40px;
    margin-bottom: 14px;
}
.about .about_main .about_outline .about_outline_info:last-child {
    margin-bottom: 0;
}
.about .about_main .about_outline .about_outline_info p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.about .about_main .about_outline .about_outline_info .about_outline_info_item {
    width: 120px;
}
.about .about_main .about_outline .about_outline_info .about_outline_info_detail .responsive_phone,
.about .about_main .about_outline .about_outline_info .about_outline_info_detail .responsive_add {
    display: none;
}
.about .about_main .about_outline .about_outline_info .about_outline_info_detail .annotation {
    font-weight: normal;
}
.about .about_main .about_co-host .about_co-host_img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 21px;
}
.about .about_main .about_co-host .about_co-host_img .mhcp,
.about .about_main .about_co-host .about_co-host_img .mhsc {
    padding-left: 12px;
}
.about .about_main .about_co-host .about_co-host_img .mhtb {
    padding-left: 0;
}
@media screen and (max-width: 1031px) {
    .about .about_main .about_outline .about_outline_info .about_outline_info_detail .responsive_add {
        display: block;
    }
}
@media screen and (max-width: 1073px) {
    .about .about_main .about_co-host .about_co-host_img {
        align-items: flex-start;
        flex-direction: column;
        column-gap: 0;
        row-gap: 32px;
    }
    .about .about_main .about_co-host .about_co-host_img .mhtb {
        margin-top: 5px;
    }
    .about .about_main .about_co-host .about_co-host_img .mhcp,
    .about .about_main .about_co-host .about_co-host_img .mhsc {
        padding-left: 0;
    }
}
@media screen and (max-width: 857px) {
    .about .about_main .about_outline .about_outline_info .about_outline_info_detail .responsive_phone {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .about-area {
        padding: 60px 20px 100px;
    }
    .about .about_main {
        margin: 38px auto 0;
    }
    .about .about_main .blue-text {
        margin-bottom: 18px;
    }
    .about .about_main .read {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .about .about_main iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-bottom: 12px;
    }
    .about .about_main .caption {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .about .about_outline h3 {
        margin: 47px 0 18px;
        font-size: 2.9rem;
    }
    .about .about_main .about_outline .about_outline_info {
        display: flex;
        gap: 23px;
        margin-bottom: 15px;
    }
    .about .about_main .about_outline .about_outline_info p {
        font-size: 1.4rem;
    }
    .about .about_main .about_outline .about_outline_info .about_outline_info_item {
        width: 70px;
    }
    .about .about_host h3,
    .about .about_co-host h3 {
        font-size: 2.4rem;
    }
    .about .about_host h3 {
        margin: 62px 0 44px;
    }
    .about .about_co-host h3 {
        margin: 61px 0 44px;
    }
}

/*contact-area*/
.contact-area {
    background-color: #EAEAEE;
    padding: 140px 110px 30px;
}
.contact h2 {
    color: #062366;
}
.contact_element {
    margin: 0 auto;
    max-width: 1014px;
}
.contact .contact_main {
    margin: 0 auto 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .contact_main .blue-area {
    background-color: #0000DB;
    padding: 0 70px 0 52px;
    max-width: 570px;
    height: 161px;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .contact_main .blue-area p {
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.8;
}
.contact .contact_main .mail_address {
    background-color: #fff;
    margin-left: -5%;
    max-width: 570px;
    width: 100%;
    height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .contact_main .mail_address p {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0000DB;
    padding-left: 46px;
}
.contact .contact_main .mail_address p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 31px;
    height: 19px;
    transform: translateY(-50%);
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.contact .date {
    max-width: 1014px;
    margin: 0 auto;
    text-align: right;
    font-size: 1.4rem;
}
@media screen and (max-width: 1128px) {
    .contact-area {
        padding: 68px 20px 20px;
    }
    .contact h2 {
        color: #062366;
    }
    .contact_element {
        max-width: 570px;

    }
    .contact .contact_main {
        flex-wrap: wrap;
        margin: 0 auto 86px;
    }
    .contact .contact_main .blue-area {
        background-color: #0000DB;
        padding: 0 21px;
        height: 161px;
        clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            50% 100%,
            0 90%
        );
    }
    .contact .contact_main .blue-area p {
        font-size: 2.0rem;
        color: #fff;
        line-height: 1.8;
    }
    .contact .contact_main .mail_address {
        background-color: #fff;
        margin-top: -5%;
        margin-left: 0;
        padding: 0 21px;
        width: 100%;
        height: 114px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact .contact_main .mail_address p {
        font-size: 2.0rem;
        padding-left: 36px;
        white-space: nowrap;
    }
    .contact .contact_main .mail_address p:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 26px;
        height: 16px;
        transform: translateY(-50%);
        background-image: url(/special/mizuho_startup_frontiersummit2026/images/icon_mail.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .contact .date {
        max-width: 1014px;
        margin: 0 auto;
        text-align: right;
        font-size: 1.4rem;
    }
}

/*fix_area*/
.fix_area {
    position: fixed;
    z-index: 5;
    bottom: 10px;
    right: 16px;
    transition: opacity .3s;
}
.fix_area.hide {
    opacity: 0;
    pointer-events: none;
}
.button_application {
    width: 392px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-right: 90px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0000DB;
    border-radius: 64px;
    box-shadow: 0px 4px 6px 0px rgba(4, 14, 38, 0.3);
    transition: filter 0.3s ease;
}
.button_application:hover {
    filter: brightness(0.9);
}
.button_application::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    background-image: url(/special/mizuho_startup_frontiersummit2026/images/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .fix_area {
        position: fixed;
        z-index: 5;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
    }
    .fix_area .button_application {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 60px;
        height: auto;
        padding-right: 0;
        font-size: 2.0rem;
    }
    .button_application::after {
        right: 10px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .comingsoon {
        grid-template-columns: 1fr !important;
    }
    .comingsoon img {
        margin: 0 auto;
    }
}