:root {
  --f-noto: "Noto Sans JP", sans-serif;
  --f-mPlus: "M PLUS 1", sans-serif;
  --f-zenkG: "Zen Kaku Gothic New", sans-serif;

  --pc: 1440;
  --sp: 375;
  --base-color: #063889;
  --black-color: #000;
  --white-color: #fff;
  --accent-orange-color: #ff8400;
  --transition: 0.2s ease;
}

/* ==============================================
MV
============================================== */
@media all and (min-width:768px) {
  .mv {
    margin-bottom: calc(-100 / 1440 * 100vw);
  }
  .mv__inner {
    max-width: 100vw;
    padding: 0;
  }
  .mv__body {
    position: relative;
    width: 100vw;
    height: calc(890 / 1440 * 100vw);
    background: url(../image/mv_bg.png) top center / 100% auto no-repeat;
    background: url(../image/mv_bg.webp) top center / 100% auto no-repeat;
    background: url(../image/mv_bg.avif) top center / 100% auto no-repeat;
    padding: 0 0 calc(20 / 1440 * 100vw);
    z-index: 2;
  }
  .mv__body::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../image/mv_bg_img.png) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_img.webp) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_img.avif) top center / 100% auto no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .mv-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3;
    position: relative;
  }
  .mv-bubble {
    position: absolute;
    left: calc(50% + calc(437 / 1440 * 100vw));
    -webkit-transform: translateX(-50%) translateY(calc(76 / 1440 * 100vw));
            transform: translateX(-50%) translateY(calc(76 / 1440 * 100vw));
    z-index: 2;
  }
  .mv-bubble__item {
    width: 100%;
    max-width: calc(175 / 1440 * 100vw);
    height: calc(130 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw) calc(16 / 1440 * 100vw);
    background: var(--white-color);
    border-radius: calc(30 / 1440 * 100vw);
    border-bottom-left-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 16px 10px rgba(0, 33, 67, 0.02);
            box-shadow: 0 0 16px 10px rgba(0, 33, 67, 0.02);
  }
  .mv-bubble__item:first-child {
    margin-left: calc(22 / 1440 * 100vw);
    margin-bottom: calc(11 / 1440 * 100vw);
  }
  .mv-bubble__item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-bubble__item__label>* {
    display: block;
    text-align: center;
    font-family: var(--f-zenkG);
    font-size: calc(24 / 1440 * 100vw);
    font-weight: 900;
    line-height: 1.2;
  }
  .mv-bubble__item__label .--gray {
    color: #858585;
  }
  .mv-bubble__item__label .--blue {
    color: #006edd;
  }
  .mv-bubble__item__label em {
    font-size: calc(26 / 1440 * 100vw);
    line-height: 1;
  }
  .mv-bubble__item__label .--num {
    line-height: 1;
    margin-top: calc(-4 / 1440 * 100vw);
    letter-spacing: 0;
    font-size: calc(58.8 / 1440 * 100vw);
  }
  .mv-img__bnr {
    position: absolute;
  }
  .mv-btn {
    position: absolute;
  }
  .mv-btn-01 {
    width: calc(160 / 1440 * 100vw);
    left: calc(50% - calc(390 / 1440 * 100vw));
    top: calc(112 / 1440 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
  }
  .mv-btn-01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    z-index: -1;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0.2;
  }
  .mv-btn-speakers {
    width: calc(380 / 1440 * 100vw);
    right: 0;
    bottom: 0;
    margin-right: calc(42 / 1440 * 100vw);
    margin-bottom: calc(100 / 1440 * 100vw);
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .mv-btn-speakers .mv-btn__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--white-color);
    border-radius: calc(8 / 1440 * 100vw);
  }
  .mv-btn-speakers .mv-btn-ico {
    width: calc(140 / 1440 * 100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .mv-btn-speakers .mv-btn-txt {
    width: 100%;
    padding-right: 40px;
    font-size: calc(16 / 1440 * 100vw);
    letter-spacing: 0;
    font-weight: bold;
  }
  .mv-btn-speakers .mv-btn-txt__label {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.5em * 2);
    text-overflow: ellipsis;
  }
  .mv-btn-speakers .mv-btn-arrow {
    -webkit-mask: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
            mask: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
    background-color: #006edd;
    width: 14px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 19px;
  }
  .mv-txt {
    position: relative;
    width: calc(837 / 1440 * 100vw);
    margin: 0 auto;
    z-index: 0;
  }
  .mv-txt::before {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 75%;
    height: 120%;
    aspect-ratio: 1/1;
    background-color: var(--white-color);
    border-radius: 9999px;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    z-index: -2;
  }
  .mv-venue-btn {
    position: relative;
    display: block;
    width: calc(317 / 1440 * 100vw);
    text-align: center;
    background: var(--accent-orange-color);
    border-radius: 9999px;
    font-size: calc(21 / 1440 * 100vw);
    font-weight: bold;
    line-height: 1;
    color: var(--white-color);
    padding: calc(23 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(25 / 1440 * 100vw);
    -webkit-transform: translateY(calc(-20 / 1440 * 100vw));
            transform: translateY(calc(-20 / 1440 * 100vw));
  }
  .mv-venue-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
    margin-left: 10px;
  }
}
@media all and (max-width:767px) {
  .mv {
    margin-bottom: -80px;
  }
  .mv__inner {
    max-width: 100vw;
    padding: 0;
  }
  .mv__body {
    position: relative;
    width: 100vw;
    height: calc(1346 / 750 * 100vw);
    background: url(../image/mv_bg_sp.png) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_sp.webp) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_sp.avif) top center / 100% auto no-repeat;
    padding: 0;
    z-index: 2;
  }
  .mv__body::before {
    content: "";
    position: absolute;
    top: calc(50% - calc(40 / 750 * 100vw));
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../image/mv_bg_img_sp.png) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_img_sp.webp) top center / 100% auto no-repeat;
    background: url(../image/mv_bg_img_sp.avif) top center / 100% auto no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 750/1054;
    z-index: 1;
  }
  .mv-content {
    height: 100%;
    padding-top: calc(277 / 750 * 100vw);
    padding-bottom: calc(100 / 750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3;
    position: relative;
  }
  .mv-bubble {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(256 / 750 * 100vw);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(13 / 750 * 100vw);
  }
  .mv-bubble__item {
    width: calc(176 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(8 / 750 * 100vw);
    background: var(--white-color);
    border-radius: calc(30 / 750 * 100vw);
    border-bottom-right-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 33, 67, 0.04);
            box-shadow: 0 0 8px 5px rgba(0, 33, 67, 0.04);
  }
  .mv-bubble__item:first-child {
    margin-left: calc(22 / 750 * 100vw);
    margin-bottom: calc(11 / 750 * 100vw);
  }
  .mv-bubble__item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-bubble__item__label>* {
    letter-spacing: 0;
    display: block;
    text-align: center;
    font-family: var(--f-zenkG);
    font-size: calc(24 / 750 * 100vw);
    font-weight: 900;
    line-height: 1.2;
  }
  .mv-bubble__item__label .--gray {
    color: #858585;
  }
  .mv-bubble__item__label .--blue {
    color: #006edd;
  }
  .mv-bubble__item__label em {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
  }
  .mv-bubble__item__label .--num {
    line-height: 1;
    margin-top: calc(-4 / 750 * 100vw);
    letter-spacing: 0;
    font-size: calc(58.8 / 750 * 100vw);
  }
  .mv-img__bnr {
    position: absolute;
  }
  .mv-btn {
    position: absolute;
  }
  .mv-btn-01 {
    z-index: 4;
    width: calc(175 / 750 * 100vw);
    right:calc(26 / 750 * 100vw);
    top: calc(135 / 750 * 100vw);
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
  }
  .mv-btn-01::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    z-index: -1;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0.2;
  }
  .mv-btn-speakers {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    margin-top: 25px;
    width: calc(492 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .mv-btn-speakers:hover {
    opacity: 1;
  }
  .mv-btn-speakers .mv-btn__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--white-color);
    border-radius: calc(10 / 750 * 100vw);
  }
  .mv-btn-speakers .mv-btn-ico {
    width: calc(175 / 750 * 100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .mv-btn-speakers .mv-btn-txt {
    width: 100%;
    padding-right: 40px;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
    font-weight: bold;
  }
  .mv-btn-speakers .mv-btn-txt__label {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.5em * 2);
    text-overflow: ellipsis;
  }
  .mv-btn-speakers .mv-btn-arrow {
    -webkit-mask: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
            mask: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
    background-color: #006edd;
    width: calc(10 / 375 * 100vw);
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 19px;
  }
  .mv-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: calc(750 / 750 * 100vw);
    margin: 0 auto;
    z-index: 0;
  }
  .mv-txt::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 180%;
    background: url(../image/mv-txt-before_sp.png) center / contain no-repeat;
    background: url(../image/mv-txt-before_sp.avif) center / contain no-repeat;
    background: url(../image/mv-txt-before_sp.webp) center / contain no-repeat;
    z-index: -2;
  }
  .mv-venue-btn {
    margin-top: calc(27 / 750 * 100vw);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    display: block;
    width: calc(410 / 750 * 100vw);
    text-align: center;
    background: var(--accent-orange-color);
    border-radius: 9999px;
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    color: var(--white-color);
    padding: calc(42 / 750 * 100vw) calc(24 / 750 * 100vw) calc(44 / 750 * 100vw);
  }
  .mv-venue-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(22 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    background: url(../image/mv_btn_arrow.svg) center / contain no-repeat;
    margin-left: 10px;
  }
}

/* ==============================================
ABOUT
============================================== */
@media all and (min-width:768px) {
  .about {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#dcf3ff), color-stop(40%, #fbfeff),color-stop(70%, #fbfeff), to(#dcf3ff));
    background: linear-gradient(to right, #dcf3ff, #fbfeff 40%,#fbfeff 70%, #dcf3ff);
  }
  .about::before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -94px;
    width: min(554px, calc(554 / 1440 * 100vw));
    height: auto;
    aspect-ratio: 554/332;
    background: url(../image/bg_deco_about.png) center / contain no-repeat;
    background: url(../image/bg_deco_about.webp) center / contain no-repeat;
    background: url(../image/bg_deco_about.avif) center / contain no-repeat;
  }
  .about__body {
    padding: 180px 0;
  }
}
@media all and (max-width:767px) {
  .about {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#dcf3ff), color-stop(40%, #fbfeff),color-stop(70%, #fbfeff), to(#dcf3ff));
    background: linear-gradient(to right, #dcf3ff, #fbfeff 40%,#fbfeff 70%, #dcf3ff);
  }
  .about::before {
    z-index: 2;
    content: "";
    position: absolute;
    left: -40px;
    bottom: -80px;
    width: min(554px, calc(554 / 750 * 100vw));
    max-width: 280px;
    height: auto;
    aspect-ratio: 554/332;
    background: url(../image/bg_deco_about.png) center / contain no-repeat;
    background: url(../image/bg_deco_about.webp) center / contain no-repeat;
    background: url(../image/bg_deco_about.avif) center / contain no-repeat;
  }
  .about::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff, transparent);
  }
  .about__body {
    padding: 180px 0 88px;
  }
}

/* ==============================================
SEMINAR
============================================== */
@media all and (min-width:768px) {
  .seminar {
    position: relative;
    background: url(../image/bg_point.png) center 115% / 100% auto no-repeat;
    background: url(../image/bg_point.webp) center 115% / 100% auto no-repeat;
    background: url(../image/bg_point.avif) center 115% / 100% auto no-repeat;
  }
  .seminar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(transparent));
    background: linear-gradient(to top, #fff 50%, transparent);
  }
  .seminar__inner {
    max-width: none;
    padding: 0;
  }
  .seminar__body {
    overflow-x: hidden;
    padding-bottom: 320px;
  }
  .seminar-concern {
    margin-top: 80px;
    max-width: 1200px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .seminar-concern-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px;
    font-size: 26px;
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, from(#5fd1c8), to(#4ca0f7));
    background: linear-gradient(to top, #5fd1c8, #4ca0f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;

  }
  .seminar-concern-ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    background: url(../image/seminar-concern-ttl-deco.svg) center / contain no-repeat;
  }
  .seminar-cards {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .seminar-card {
    min-width: 568px;
    position: relative;
    aspect-ratio: 569/598;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 50px;
  }
  .seminar-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #128dff;
    opacity: 0.15;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    z-index: -2;
  }
  .seminar-card.inheritance {
    background: url(../image/bg_seminar_grid_01.png) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_01.webp) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_01.avif) center / contain no-repeat;
  }
  .seminar-card.growth {
    background: url(../image/bg_seminar_grid_02.png) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_02.webp) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_02.avif) center / contain no-repeat;
  }
  .seminar-card-grid {
    width: 100%;
    padding: 0 20px;
    border-radius: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
  .seminar-card-item {
    background: var(--white-color);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    gap: 6px;
    padding: 24px 10px 12px;
    height: 175.4px;
  }
  .seminar-card-item--01 .seminar-card-item-icon {
    width: 111px;
    height: 60px;
  }
  .seminar-card-item--02 .seminar-card-item-icon {
    width: 85px;
    height: 68px;
  }
  .seminar-card-item--03 .seminar-card-item-icon {
    width: 84px;
    height: 80px;
  }
  .seminar-card-item--04 .seminar-card-item-icon {
    width: 89px;
    height: 82px;
  }
  .seminar-card-item--05 .seminar-card-item-icon {
    width: 118px;
    height: 85px;
  }
  .seminar-card-item--06 .seminar-card-item-icon {
    width: 116px;
    height: 80px;
  }
  .seminar-card-item--07 .seminar-card-item-icon {
    width: 111px;
    height: 79px;
  }
  .seminar-card-item--08 .seminar-card-item-icon {
    width: 77px;
    height: 82px;
  }
  .seminar-card-item-lead {
    font-size: 15px;
    line-height: 1.7333333333;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .seminar-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-weight: 600;
  }
  .seminar-card-footer-label {
    font-size: 20px;
  }
  .seminar-card-footer-title {
    font-size: 32px;
  }
}

/* SEMINAR TAB */
@media all and (min-width:768px) {
  .content-section-container + .content-section-container {
    margin-top: 34px;
  }
  .content-section-container {
    width: 93%;
    max-width: 1162px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 58px 74px 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .inheritance-section-container {
    --seminar-point-grd: #0463ff, #369bff;
    margin-top: 80px;
  }
  .growth-section-container {
    --seminar-point-grd: #51c4aa, #4eb8d6;
    margin-bottom: 48px;
  }
  .content-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.8;
  }
  .content-title {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(var(--seminar-point-grd)));
    background: linear-gradient(to right, var(--seminar-point-grd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .strategy-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    font-size: 26px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  .strategy-section-container {
    position: relative;
    padding: 0;
  }
  .strategy-section-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 515px;
    height: 337px;
    background: url(../image/bg_deco_strategy.png) center / contain no-repeat;
    background: url(../image/bg_deco_strategy.webp) center / contain no-repeat;
    background: url(../image/bg_deco_strategy.avif) center / contain no-repeat;
    -webkit-transform: translateX(200px) translateY(90%);
            transform: translateX(200px) translateY(90%);
  }
  .strategy-section-head {
    position: relative;
    border-radius: 20px 20px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
  }
  .strategy-section-head::before {
    position: absolute;
    content: "";
    bottom: 1px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    height: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-clip-path: polygon(47% 0, 50% 100%, 53% 0);
            clip-path: polygon(47% 0, 50% 100%, 53% 0);
  }
  .strategy-section-head__inner {
    padding: 40px;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .strategy-section-head__text {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .strategy-section-head__text::before {
    content: "◯";
  }
  .strategy-section {
    padding: 58px 74px 59px;
  }
  .strategy-title {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .strategy-section .content-title {
  }
  .content-text {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.06em;
  }
  .content-text+.points-title {
    margin-top: 40px;
  }
  .points-title {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: bold;
    padding-left: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--seminar-point-grd)));
    background: linear-gradient(to bottom, var(--seminar-point-grd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .points-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 21px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--seminar-point-grd)));
    background: linear-gradient(to bottom, var(--seminar-point-grd));
  }
  .points-title em {
    font-size: 36px;
  }
  .points-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
  }
  .point-item {
    position: relative;
    text-align: center;
    padding: 19px 15px;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-box-shadow: 0 0 30px 2px rgba(18, 141, 255, 0.15);
            box-shadow: 0 0 30px 2px rgba(18, 141, 255, 0.15);
  }
  .point-number {
    position: absolute;
    content: "";
    width: 61px;
    height: 46px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--seminar-point-grd)));
    background: linear-gradient(to top, var(--seminar-point-grd));
    -webkit-mask: url(../image/point_num01.svg) center / contain no-repeat;
            mask: url(../image/point_num01.svg) center / contain no-repeat;
  }
  .point-item--02 .point-number,
  .point-item--05 .point-number {
    -webkit-mask-image: url(../image/point_num02.svg);
            mask-image: url(../image/point_num02.svg);
  }
  .point-item--03 .point-number,
  .point-item--06 .point-number {
    -webkit-mask-image: url(../image/point_num03.svg);
            mask-image: url(../image/point_num03.svg);
  }
  .point-icon {
    width: 132px;
    height: 128px;
    margin: 0 auto 13px;
  }
  .point-item--02 .point-icon {
    width: 103px;
    height: 140px;
  }
  .point-item--03 .point-icon {
    width: 130px;
    height: 110px;
    margin-top: 10px;
  }
  .point-item--04 .point-icon {
    width: 113px;
    height: 103px;
    margin-top: 10px;
  }
  .point-item--05 .point-icon {
    width: 93px;
    height: 93px;
    margin-top: 18px;
  }
  .point-item--06 .point-icon {
    width: 99px;
    height: 110px;
    margin-top: 4px;
  }
  .point-text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 500;
  }
}

@media all and (max-width: 767px) {
  .seminar {
    position: relative;
    background: url(../image/bg_point_sp.png) center 100% / 100% auto no-repeat;
    background: url(../image/bg_point_sp.webp) center 100% / 100% auto no-repeat;
    background: url(../image/bg_point_sp.avif) center 100% / 100% auto no-repeat;
    z-index: 0;
  }
  .seminar::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(transparent));
    background: linear-gradient(to bottom, #fff 50%, transparent);
    z-index: -1;
  }
  .seminar__inner {
  }
  .seminar__body {
    padding-bottom: 96px;
  }
  .seminar-concern {
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .seminar-concern-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#5fd1c8), to(#4ca0f7));
    background: linear-gradient(to top, #5fd1c8, #4ca0f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;

  }
  .seminar-concern-ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    background: url(../image/seminar-concern-ttl-deco_sp.svg) center / contain no-repeat;
  }
  .seminar-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .seminar-card + .seminar-card {
  }
  .seminar-card {
    width: 100%;
    max-width: 335px;
    position: relative;
    aspect-ratio: 670/614;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 10px;
  }
  .seminar-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #128dff;
    opacity: 0.15;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    z-index: -2;
  }
  .seminar-card.inheritance {
    background: url(../image/bg_seminar_grid_01_sp.png) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_01_sp.webp) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_01_sp.avif) center / contain no-repeat;
  }
  .seminar-card.growth {
    background: url(../image/bg_seminar_grid_02_sp.png) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_02_sp.webp) center / contain no-repeat;
    background: url(../image/bg_seminar_grid_02_sp.avif) center / contain no-repeat;
  }
  .seminar-card-grid {
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
  .seminar-card-item {
    background: var(--white-color);
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    gap: 6px;
    padding: 6px 10px 6px;
    height: 108px;
  }
  .seminar-card-item--01 .seminar-card-item-icon {
    aspect-ratio: 111/60;
    width: 57px;
    height: auto;
    margin-top: 2px;
  }
  .seminar-card-item--02 .seminar-card-item-icon {
    aspect-ratio: 85/68;
    width: 42.5px;
    height: auto;
    margin-top: 2px;
  }
  .seminar-card-item--03 .seminar-card-item-icon {
    aspect-ratio: 76/72;
    width: 38px;
    height: auto;
    margin-top: 3px;
  }
  .seminar-card-item--04 .seminar-card-item-icon {
    aspect-ratio: 79/73;
    width: 39.5px;
    height: auto;
    margin-top: 3px;
  }
  .seminar-card-item--05 .seminar-card-item-icon {
    aspect-ratio: 110/79;
    width: 55px;
    height: auto;
    margin-top: 3px;
  }
  .seminar-card-item--06 .seminar-card-item-icon {
    aspect-ratio: 116/80;
    width: 58px;
    height: auto;
    margin-top: 2px;
  }
  .seminar-card-item--07 .seminar-card-item-icon {
    aspect-ratio: 101/72;
    width: 50.5px;
    height: auto;
    margin-top: 3px;
  }
  .seminar-card-item--08 .seminar-card-item-icon {
    aspect-ratio: 68/73;
    width: 34px;
    height: auto;
    margin-top: 4px;
  }
  .seminar-card-item-lead {
    font-size: 11px;
    line-height: 1.4545454545;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .seminar-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white-color);
    font-weight: 600;
  }
  .seminar-card-footer-label {
    font-size: 12px;
  }
  .seminar-card-footer-title {
    font-size: 19px;
  }
}

/* SEMINAR TAB */
@media all and (max-width: 767px) {
  .content-section-container + .content-section-container {
    margin-top: 20px;
  }
  .content-section-container {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 20px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .inheritance-section-container {
    --seminar-point-grd: #0463ff, #369bff;
    margin-top: 35px;
  }
  .growth-section-container {
    --seminar-point-grd: #51c4aa, #4eb8d6;
    margin-bottom: 48px;
  }
  .content-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.5625;
  }
  .content-title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(var(--seminar-point-grd)));
    background: linear-gradient(to right, var(--seminar-point-grd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .strategy-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }
  .strategy-section-container {
    position: relative;
    padding: 0;
  }
  .strategy-section-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    aspect-ratio: 515/337;
    width: 257.5px;
    height: auto;
    background: url(../image/bg_deco_strategy.png) center / contain no-repeat;
    background: url(../image/bg_deco_strategy.webp) center / contain no-repeat;
    background: url(../image/bg_deco_strategy.avif) center / contain no-repeat;
    margin-bottom: -160px;
    margin-right: -40px;
  }
  .strategy-section-head {
    position: relative;
    border-radius: 10px 10px 0 0;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
  }
  .strategy-section-head::before {
    position: absolute;
    content: "";
    bottom: 1px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-clip-path: polygon(46% 0, 50% 100%, 54% 0);
            clip-path: polygon(46% 0, 50% 100%, 54% 0);
  }
  .strategy-section-head__inner {
    padding: 25px 20px 25px 16px;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .strategy-section-head__text + .strategy-section-head__text {
    margin-top: 8px;
  }
  .strategy-section-head__text {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .strategy-section-head__text::before {
    content: "◯";
  }
  .strategy-section {
    padding: 26px 20px 20px;
  }
  .strategy-title {
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(#7e8aec), to(#b5ace4));
    background: linear-gradient(to right, #7e8aec, #b5ace4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .strategy-section .content-title {
  }
  .content-text {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0.06em;
  }
  .content-text+.points-title {
    margin-top: 24px;
  }
  .points-title {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.1428571429;
    font-weight: bold;
    padding-left: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--seminar-point-grd)));
    background: linear-gradient(to bottom, var(--seminar-point-grd));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .points-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.5px;
    height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--seminar-point-grd)));
    background: linear-gradient(to bottom, var(--seminar-point-grd));
  }
  .points-title em {
    font-size: 22px;
  }
  .points-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
  }
  .point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    position: relative;
    text-align: center;
    padding: 17px 20px;
    padding-left: 37px;
    border-radius: 10px;
    background: var(--white-color);
    -webkit-box-shadow: 0 0 30px 2px rgba(18, 141, 255, 0.15);
            box-shadow: 0 0 30px 2px rgba(18, 141, 255, 0.15);
  }
  .point-number {
    position: absolute;
    top: 5.5px;
    left: 7.5px;
    content: "";
    width: 30px;
    height: 29px;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--seminar-point-grd)));
    background: linear-gradient(to top, var(--seminar-point-grd));
    -webkit-mask: url(../image/point_num01.svg) center / contain no-repeat;
            mask: url(../image/point_num01.svg) center / contain no-repeat;
  }
  .point-item--02 .point-number,
  .point-item--05 .point-number {
    width: 36.5px;
    height: 29px;
    -webkit-mask-image: url(../image/point_num02.svg);
            mask-image: url(../image/point_num02.svg);
  }
  .point-item--03 .point-number,
  .point-item--06 .point-number {
    width: 37px;
    height: 29px;
    -webkit-mask-image: url(../image/point_num03.svg);
            mask-image: url(../image/point_num03.svg);
  }
  .point-icon {
    aspect-ratio: 101/77;
    width: 50.5px;
    height: auto;
    margin-bottom: -8px;
  }
  .point-item--02 .point-icon {
    aspect-ratio: 84/76;
    width: 42px;
    height: auto;
  }
  .point-item--03 .point-icon {
    aspect-ratio: 78/96;
    width: 39px;
    height: auto;
  }
  .point-item--04 .point-icon {
    aspect-ratio: 90/86;
    width: 45px;
    height: auto;
  }
  .point-item--05 .point-icon {
    aspect-ratio: 78/78;
    width: 39px;
    height: auto;
  }
  .point-item--06 .point-icon {
    aspect-ratio: 68/75;
    width: 34px;
    height: auto;
  }
  .point-text {
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}

/* ==============================================
SPEAKER
============================================== */
@media all and (min-width:768px) {
  .speakers__body {
    padding-top: 0;
  }
  .speakers-list-wrapper {
    margin-top: 72px;
  }
  .speakers-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 23px;
  }
  .speakers__list-wrapper {
    margin-top: 64px;
  }
  .speakers-list__item {}
  .speakers-card {
    -webkit-filter: drop-shadow(0 0 38px rgba(0, 64, 124, 0.15));
            filter: drop-shadow(0 0 38px rgba(0, 64, 124, 0.15));
  }
  .speakers-card__body {
    border-radius: 20px;
    overflow: hidden;
  }
  .speakers-card-ico {
    opacity: 0.8;
    background: -webkit-gradient(linear, right top, left top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to left, #8dc0f3, #0463ff);
  }
  .speakers-card-ico__inner {
    padding: 6px 12px 8px;
    text-align: center;
  }
  .speakers-card-ico__label {
    color: var(--white-color);
    font-weight: 600;
  }
  .speakers-card-ico__label--date {
    font-size: 30.4px;
  }
  .speakers-card-ico__label--weekday {
    font-size: 22px;
  }
  .speakers-card-ico__label--region {
    font-size: 20px;
  }
}

/* SPEAKERS MODAL */
@media all and (min-width:768px) {
  .modal-root {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
    z-index: 999;
  }
  .modal-root.is-modal-shown {
    opacity: 1;
    pointer-events: auto;
  }
  .speakers-modal {
    position: absolute;
    inset: 0;
    max-width: 1128px;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity var(--transition), -webkit-transform var(--transition);
    transition: opacity var(--transition), -webkit-transform var(--transition);
    transition: transform var(--transition), opacity var(--transition);
    transition: transform var(--transition), opacity var(--transition), -webkit-transform var(--transition);
    max-height: 75dvh;
    color: var(--white-color);
  }
  .modal-root.is-modal-shown .speakers-modal {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .speakers-modal-scroll {
    max-height: 100%;
    overflow-y: auto;
    background: linear-gradient(113deg, #82baf3, #0463ff);
    border-radius: 20px;
  }
  .modal-close-btn {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 34px;
    display: block;
    rotate: 45deg;
  }
  .modal-close-btn::before {
    position: absolute;
    top: 0;
    right:0;
    content: "";
    width: 45px;
    height: 3px;
    background: var(--white-color);
  }
  .modal-close-btn::after {
    position: absolute;
    top: 0;
    right:0;
    content: "";
    width: 45px;
    height: 3px;
    background: var(--white-color);
    rotate: 90deg;
  }
  .modal-content {
    padding: 40px;
  }
  .speakers-modal-head + .speakers-modal-body {
    border-top: 1px solid var(--white-color);
    padding-top: 40px;
    margin-top: 40px;
  }
  .speakers-modal-date {
    font-size: 42px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1;
  }
  .speakers-modal-date__week {
    font-size: 30px;
  }
  .speakers-modal-date__time {
    font-size: 30px;
  }
  .speakers-modal-date + .speakers-modal-location {
    margin-top: 20px;
  }
  .speakers-modal-location {
    font-size: 22px;
    font-weight: 600;
  }
  .speakers-modal-summary-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .speakers-modal-summary-lead {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.8888888889;
  }
  .speakers-modal-profile {
    margin-top: 40px;
    padding: 37px 40px;
    background: var(--white-color);
    border-radius: 20px;
    color: var(--base-color);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 174px 1fr;
    grid-template-columns: 174px 1fr;
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .speakers-modal-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    border-radius: 14px;
    overflow: hidden;
  }
  .speakers-modal-img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speakers-modal-profile-movie {
    width: 100%;
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .js-youtube-container {
    margin: 45px auto 0;
    max-width: 800px;
    padding: 0 20px;
    aspect-ratio: 780/439;
    width: 100%;
    height: auto;
  }
  .speakers-modal-profile__position {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .speakers-modal-profile__name {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-top: 16px;
  }
  .speakers-modal-profile__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.06em;
  }
}

@media all and (max-width: 767px) {
  .speakers__body {
    padding-bottom: 48px;
  }
  .speakers-list-wrapper {
    margin-top: 72px;
  }
  .speakers-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
  }
  .speakers__list-wrapper {
    margin-top: 64px;
  }
  .speakers-list__item {}
  .speakers-card {
    -webkit-filter: drop-shadow(0 0 38px rgba(0, 64, 124, 0.15));
            filter: drop-shadow(0 0 38px rgba(0, 64, 124, 0.15));
  }
  .speakers-card__body {
    border-radius: 10px;
    overflow: hidden;
  }
  .speakers-card-ico {
    opacity: 0.8;
    background: -webkit-gradient(linear, right top, left top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to left, #8dc0f3, #0463ff);
  }
  .speakers-card-ico__inner {
    padding: 2px 8px 6px;
    text-align: center;
  }
  .speakers-card-ico__label {
    color: var(--white-color);
    font-weight: 600;
    letter-spacing: 0;
  }
  .speakers-card-ico__label--date {
    font-size: 15px;
  }
  .speakers-card-ico__label--weekday {
    font-size: 11px;
  }
  .speakers-card-ico__label--region {
    font-size: 10px;
  }
}

/* SPEAKERS MODAL */
@media all and (max-width: 767px) {
  .modal-root {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
    z-index: 999;
  }
  .modal-root.is-modal-shown {
    opacity: 1;
    pointer-events: auto;
  }
  .speakers-modal {
    position: absolute;
    inset: 0;
    max-width: 90vw;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity var(--transition), -webkit-transform var(--transition);
    transition: opacity var(--transition), -webkit-transform var(--transition);
    transition: transform var(--transition), opacity var(--transition);
    transition: transform var(--transition), opacity var(--transition), -webkit-transform var(--transition);
    max-height: 80dvh;
    color: var(--white-color);
  }
  .modal-root.is-modal-shown .speakers-modal {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .speakers-modal-scroll {
    max-height: 100%;
    overflow-y: auto;
    background: linear-gradient(113deg, #82baf3, #0463ff);
    border-radius: 10px;
  }
  .modal-close-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 24px;
    display: block;
    rotate: 45deg;
  }
  .modal-close-btn::before {
    position: absolute;
    top: 0;
    right:0;
    content: "";
    width: 24px;
    height: 1.5px;
    background: var(--white-color);
  }
  .modal-close-btn::after {
    position: absolute;
    top: 0;
    right:0;
    content: "";
    width: 24px;
    height: 1.5px;
    background: var(--white-color);
    rotate: 90deg;
  }
  .modal-content {
    padding: 36px 20px 20px;
  }
  .speakers-modal-head + .speakers-modal-body {
    border-top: 1px solid var(--white-color);
    padding-top: 26px;
    margin-top: 26px;
  }
  .speakers-modal-date {
    font-size: 22px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1;
  }
  .speakers-modal-date__week {
    font-size: 16px;
  }
  .speakers-modal-date__time {
    font-size: 16px;
  }
  .speakers-modal-date + .speakers-modal-location {
    margin-top: 10px;
  }
  .speakers-modal-location {
    font-size: 13px;
    font-weight: 600;
  }
  .speakers-modal-summary-title {
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .speakers-modal-summary-lead {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.6923076923;
  }
  .speakers-modal-profile {
    margin-top: 30px;
    padding: 20px;
    background: var(--white-color);
    border-radius: 10px;
    color: var(--base-color);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 87px 1fr;
    grid-template-columns: 87px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .speakers-modal-img {
    aspect-ratio: 174/210;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    border-radius: 14px;
    overflow: hidden;
  }
  .speakers-modal-img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speakers-modal-profile-movie {
    width: 100%;
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .js-youtube-container {
    margin: 20px auto 0;
    max-width: 550px;
    aspect-ratio: 550/310;
    width: 100%;
    height: auto;
  }
  .speakers-modal-profile__position {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.8;
  }
  .speakers-modal-profile__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .speakers-modal-profile__lead {
    margin-top: 18px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 11px;
    line-height: 1.8181818182;
    letter-spacing: 0.06em;
  }
}

/* ==============================================
VOICE
============================================== */
@media all and (min-width:768px) {
  .voice {
    background: #eef9ff;
  }
  .voice__body {
    padding-bottom: 106px;
  }
  .voice-box-read {
    margin-bottom: 94px;
  }
  .voice-box-graph__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .voice-box-graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 91px;
  }
  .voice-box-graph-list-item {}
  .voice-box-graph-list-item.--01 {
    --bg-color: linear-gradient(to right, #8dc0f3, #0463ff);
  }
  .voice-box-graph-list-item.--02 {
    --bg-color: linear-gradient(to right, #9cc4f2, #79e3cb);
  }
  .voice-graph-title {
    width: 244px;
    margin: 0 auto 44px;
    background: var(--bg-color);
    border-radius: 9999px;
    color: var(--white-color);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 5px 20px;
  }
  .voice-graph-img {
    position: relative;
    width: 333px;
    height: 333px;
  }
  .voice-graph-base {
    aspect-ratio: 1/1;
    border-radius: 9999px;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  .voice-box-graph-list-item.--01 .voice-graph-base {
    background: #b6d7fd;
  }
  .voice-box-graph-list-item.--02 .voice-graph-base {
    background: #b0f6e8;
  }
  .voice-graph-percent {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 9999px;
    z-index: 0;
  }
  .voice-box-graph-list-item.--01 .voice-graph-percent {
    background: linear-gradient(113deg, #8dc0f3, #0463ff);
    -webkit-mask-image: conic-gradient(#d5525f 0% 90%, transparent 90% 100%);
            mask-image: conic-gradient(#d5525f 0% 90%, transparent 90% 100%);
  }
  .voice-box-graph-list-item.--02 .voice-graph-percent {
    background: linear-gradient(113deg, #9cc4f2, #79e3cb);
    -webkit-mask-image: conic-gradient(#d5525f 0% 89%, transparent 89% 100%);
            mask-image: conic-gradient(#d5525f 0% 89%, transparent 89% 100%);
    border-radius: 9999px;
  }
  .voice-graph-text {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .voice-graph-text__answer {
    color: var(--white-color);
    font-size: 27.9px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .voice-graph-text__percent {
    color: var(--white-color);
    font-size: 84.2px;
    font-weight: 900;
  }
  .voice-box-caption {
    font-size: 10px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 2;
    margin-top: 32px;
  }
  .voice-box-graph-list-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 68px;
  }
  .voice-box-graph-list-item.--02 .voice-box-graph-list-item__inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice-list__container {
    margin-top: 24px;
  }
  .voice-list-wrapper {
    overflow: visible!important;
  }
  .voice-controller {
    display: none!important;
  }
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .voice-list-item {
    width: min(659px, calc(659 / 1440 * 100vw))!important;
  }
  .voice-card {
    background: var(--white-color);
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 64, 124, 0.15);
            box-shadow: 0 0 30px 5px rgba(0, 64, 124, 0.15);
  }
  .voice-box-graph-list-item.--02 .voice-card {
    border-radius: 30px 30px 0 30px;
  }
  .voice-card-comment {}
  .voice-card-comment__inner {
    padding: 22px 27px;
  }
  .voice-card-comment__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .voice-card-comment-profile {
  }
  .voice-card-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .voice-card-comment-profile__label {
    font-size: 12.87px;
    font-weight: 600;
  }
  .voice-card-comment-txt {
    font-size: 14px;
  }
  .seminar-slide {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}
@media all and (max-width:960px) and (min-width: 768px) {
  .voice-box-graph-list-item__inner {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important;
  }
}
@media all and (max-width:767px) {
  .voice {
    background: #eef9ff;
  }
  .voice__body {
    padding: 56px 0 60px;
  }
  .voice-box-read {
    margin-bottom: 48px;
  }
  .voice-box-graph__container {
  }
  .voice-box-graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 41px;
  }
  .voice-box-graph-list-item {
  }
  .voice-box-graph-list-item.--01 {
    --bg-color: linear-gradient(to right, #8dc0f3, #0463ff);
  }
  .voice-box-graph-list-item.--02 {
    --bg-color: linear-gradient(to right, #9cc4f2, #79e3cb);
  }
  .voice-graph-title {
    width: 155px;
    margin: 0 auto 20px;
    background: var(--bg-color);
    border-radius: 9999px;
    color: var(--white-color);
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    padding: 2px 20px 3px;
  }
  .voice-graph-img {
    position: relative;
    width: 200px;
    height: 200px;
  }
  .voice-graph-base {
    aspect-ratio: 1/1;
    border-radius: 9999px;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  .voice-box-graph-list-item.--01 .voice-graph-base {
    background: #b6d7fd;
  }
  .voice-box-graph-list-item.--02 .voice-graph-base {
    background: #b0f6e8;
  }
  .voice-graph-percent {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 9999px;
    z-index: 0;
  }
  .voice-box-graph-list-item.--01 .voice-graph-percent {
    background: linear-gradient(113deg, #8dc0f3, #0463ff);
    -webkit-mask-image: conic-gradient(#d5525f 0% 90%, transparent 90% 100%);
            mask-image: conic-gradient(#d5525f 0% 90%, transparent 90% 100%);
  }
  .voice-box-graph-list-item.--02 .voice-graph-percent {
    background: linear-gradient(113deg, #9cc4f2, #79e3cb);
    -webkit-mask-image: conic-gradient(#d5525f 0% 89%, transparent 89% 100%);
            mask-image: conic-gradient(#d5525f 0% 89%, transparent 89% 100%);
    border-radius: 9999px;
  }
  .voice-graph-text {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .voice-graph-text__answer {
    color: var(--white-color);
    font-size: 27.9px;
    font-weight: 900;
    letter-spacing: 0.16em;
  }
  .voice-graph-text__percent {
    color: var(--white-color);
    font-size: 84.2px;
    font-weight: 900;
  }
  .voice-box-caption {
    font-size: 10px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 2;
    margin-top: 32px;
  }
  .voice-box-graph-list-item__inner {
    max-width: 100vw;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .voice-box-graph-list-item.--02 .voice-box-graph-list-item__inner{
  }
  .voice-list__container {
    max-width: 100vw;
    padding: 0 20px;
  }
  .voice-list-wrapper {
    position: relative;
    padding: 40px;
    margin: -40px;
  }
  .voice-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
            transform: translate(-50% , -50%);
    z-index: 1;
    width: 100%;
    max-width: 100vw;
    pointer-events: none;
  }
  .swiper-prev-voice-01.swiper-button-disabled,
  .swiper-next-voice-01.swiper-button-disabled,
  .swiper-prev-voice-02.swiper-button-disabled,
  .swiper-next-voice-02.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .swiper-prev-voice-01,
  .swiper-prev-voice-02 {
  }
  .swiper-next-voice-01,
  .swiper-next-voice-02 {
  }
  .swiper-prev-voice-01,
  .swiper-next-voice-01,
  .swiper-prev-voice-02,
  .swiper-next-voice-02 {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
  }
  .swipe-voice-ico {
    width: 34px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-prev-voice-01 .swipe-voice-ico,
  .swiper-prev-voice-02 .swipe-voice-ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .voice-list > * {
    height: auto;
  }
  .voice-list > * > * {
    height: 100%;
  }
  .voice-list-item {
  }
  .voice-card {
    background: var(--white-color);
    border-radius: 10px;
    padding: 12px 20px 12px;
    -webkit-box-shadow: 0 0 40px 5px rgba(0, 64, 124, 0.15);
            box-shadow: 0 0 40px 5px rgba(0, 64, 124, 0.15);
  }
  .voice-card-comment {}
  .voice-card-comment__inner {
  }
  .voice-card-comment__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px;
    grid-template-columns: 1fr 70px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .voice-card-comment-profile {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-card-img {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .voice-card-comment-profile__label {
    font-size: 12.87px;
    font-weight: 600;
  }
  .voice-card-comment-txt {
    margin-top: 14px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: 13px;
  }
  .seminar-visual__container {
    width: 100vw;
    height: 180px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 42px;
  }
  .seminar-slide {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .seminar-slide-wrapper {
    height: 100%;
  }
  .seminar-slide__container {
    height: 100%;
  }
  .seminar-slide-item {
    width: auto;
  }
  .seminar-slide-item .c-img-contain__src{
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ==============================================
VENUE
============================================== */
@media all and (min-width:768px) {
  .venue {
    background: url(../image/bg_venue.png) center 90% / 100% auto no-repeat;
    background: url(../image/bg_venue.webp) center 90% / 100% auto no-repeat;
    background: url(../image/bg_venue.avif) center 90% / 100% auto no-repeat;
  }
  .venue-ttl {
    margin-bottom: 80px;
  }
  .c-tab-ico {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 170px;
    margin-left: 80px;
    z-index: 1;
  }
  .venue-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* 日本地図 */
  .venue-head-map-img {
    position: relative;
  }
  .venue-head-map-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/venue_map.svg) center / contain no-repeat;
    z-index: 1;
  }
  .venue-head-map-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 103%;
    height: 103%;
    z-index: 0;
    background: var(--white-color);
    opacity: 0.3;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="hokkaido"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-hokkaido.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="touhoku"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-touhoku.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kantou"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kantou.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="chubu"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-chubu.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kinki"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kinki.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="chushikoku"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-chushikoku.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kyushuOkinawa"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kyushuOkinawa.svg);
  }
  .venue-head-map {
    position: relative;
    width: 413px;
  }
  .venue-map-link {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 2;
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"]) .venue-map-link{
    display: block;
  }
  .venue-map-link-list-item {
    position: absolute;
  }
  .venue-map-link-list-item--hokkaido {
    top: 0;
    right: 0;
    margin-top: 39px;
    margin-right: 24px;
  }
  .venue-map-link-list-item--touhoku {
    top: 0;
    right: 0;
    margin-top: 208px;
    margin-right: 42px;
  }
  .venue-map-link-list-item--kantou {
    bottom: 0;
    right: 0;
    margin-bottom: 190px;
    margin-right: 36px;
  }
  .venue-map-link-list-item--chubu {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 212px;
    margin-left: 54px;
  }
  .venue-map-link-list-item--kinki {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 164px;
    margin-left: 0px;
  }
  .venue-map-link-list-item--chushikoku {
    bottom: 0;
    left: 0;
    margin-bottom: 172px;
    margin-left: 88px;
  }
  .venue-map-link-list-item--kyushuOkinawa {
    bottom: 0;
    left: 0;
    margin-bottom: 102px;
  }
  .venue-map-ico {
    pointer-events: none;
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"]) .venue-map-ico {
    pointer-events: auto;
  }
  .venue-map-ico {
    display: inline-block;
    text-align: center;
  }
  .venue-map-ico__inner {
    background: var(--white-color);
    padding: 5px 10px;
    min-width: 55px;
    border-radius: 9999px;
  }
  .venue-map-ico-txt__label {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
  }
  .venue-tab-content-container {
    height: 686px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 45px 20px;
  }
  .venue-seminar-tab--lv1 {
    width: 685px;
  }
  .venue-seminar-tab {
    position: relative;
  }
  .venue-seminar-tab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 64, 124, 0.15);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    z-index: -1;
  }
  .venue-seminar-tab-triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .venue-seminar-tab-triggers > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .venue-seminar-tab-trigger {
    cursor: pointer;
    color: #666;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    position: relative;
  }
  .venue-seminar-tab-trigger:hover {
  }
  .venue-seminar-tab-content {
    display: none;
  }
  /* 最上階層タブ （リアル／オンライン） */
  [data-tab="local"] .venue-seminar-tab-content[data-content="local"],
  [data-tab="online"] .venue-seminar-tab-content[data-content="online"],
  [data-tab="online"] .venue-seminar-tab-content[data-content="online"] .schedule-list-wrapper {
    display: block;
  }
  .venue-seminar-tab-triggers--lv1 {
    padding: 0 50px;
    gap: 8px;
  }
  .venue-seminar-tab-trigger--lv1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background: #d9d9d9;
    border-radius: 20px 20px 0 0;
    padding: 12px 20px 10px;
  }
  .venue-seminar-tab-trigger--lv1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background-color: var(--white-color);
    opacity: 0;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  [data-tab="local"] .venue-seminar-tab-trigger--lv1[data-trigger="local"],
  [data-tab="online"] .venue-seminar-tab-trigger--lv1[data-trigger="online"] {
    background: var(--white-color);
  }
  .venue-seminar-tab-trigger--lv1:hover {
    opacity: 1;
  }
  .venue-seminar-tab-trigger--lv1:hover::before {
    opacity: 0.3;
  }
  .venue-seminar-tab-trigger--lv1__label {
    font-size: 22px;
    font-weight: bold;
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-tab="local"] .venue-seminar-tab-trigger--lv1[data-trigger="local"] .venue-seminar-tab-trigger--lv1__label,
  [data-tab="online"] .venue-seminar-tab-trigger--lv1[data-trigger="online"] .venue-seminar-tab-trigger--lv1__label {
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* level2 地域別／月別 */
  .venue-seminar-tab-triggers--lv2 {
    gap: 20px;
    max-width: 476px;
    margin: 0 auto 45px;
  }
  .venue-seminar-tab-trigger--lv2 {
    position: relative;
    border-radius: 9999px;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    padding: 4px 12px 5px;
  }
  .venue-seminar-tab-trigger--lv2::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: var(--white-color);
    border-radius: 9999px;
    z-index: 1;
  }
  .venue-seminar-tab-trigger--lv2__label {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-tab="region"] .venue-seminar-tab-content[data-content="region"],
  [data-tab="season"] .venue-seminar-tab-content[data-content="season"],
  [data-tab="region"] .venue-seminar-tab-content.region-tab-result,
  [data-tab="season"] .venue-seminar-tab-content.season-tab-result,
  [data-tab="online"] .venue-seminar-tab-content.online-tab-result{
    display: block;
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"],
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"] {
    background: none;
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"]::before,
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"]::before {
    background: -webkit-gradient(linear, left top, right top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to right, #8dc0f3, #0463ff);
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"] .venue-seminar-tab-trigger--lv2__label,
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"] .venue-seminar-tab-trigger--lv2__label {
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .schedule-list-wrapper {
    display: none;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .schedule-list-wrapper--hokkaido,
  .venue-seminar-tab--lv3[data-tab="touhoku"] .schedule-list-wrapper--touhoku,
  .venue-seminar-tab--lv3[data-tab="kantou"] .schedule-list-wrapper--kantou,
  .venue-seminar-tab--lv3[data-tab="chubu"] .schedule-list-wrapper--chubu,
  .venue-seminar-tab--lv3[data-tab="kinki"] .schedule-list-wrapper--kinki,
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .schedule-list-wrapper--chushikoku,
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .schedule-list-wrapper--kyushuOkinawa,
  .venue-seminar-tab--lv3[data-tab="season-1"] .schedule-list-wrapper--1,
  .venue-seminar-tab--lv3[data-tab="season-2"] .schedule-list-wrapper--2,
  .venue-seminar-tab--lv3[data-tab="season-3"] .schedule-list-wrapper--3,
  .venue-seminar-tab--lv3[data-tab="season-4"] .schedule-list-wrapper--4 {
    display: block !important;
  }
  .venue-seminar-tab-triggers--lv3 {
    position: relative;
    margin: 0 20px 44px;
  }
  .venue-seminar-tab-triggers--lv3 .venue-seminar-tab-triggers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .venue-seminar-tab-triggers--lv3::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 4px;
    background: #d9d9d9;
    border-radius: 9999px;;
  }
  .venue-seminar-tab-trigger--lv3 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 20px;
    font-weight: bold;
    color: #d9d9d9;
    padding: 0 4px;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .venue-seminar-tab-trigger--lv3[data-trigger="hokkaido"],
  .venue-seminar-tab--lv3[data-tab="touhoku"] .venue-seminar-tab-trigger--lv3[data-trigger="touhoku"],
  .venue-seminar-tab--lv3[data-tab="kantou"] .venue-seminar-tab-trigger--lv3[data-trigger="kantou"],
  .venue-seminar-tab--lv3[data-tab="chubu"] .venue-seminar-tab-trigger--lv3[data-trigger="chubu"],
  .venue-seminar-tab--lv3[data-tab="kinki"] .venue-seminar-tab-trigger--lv3[data-trigger="kinki"],
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .venue-seminar-tab-trigger--lv3[data-trigger="chushikoku"],
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .venue-seminar-tab-trigger--lv3[data-trigger="kyushuOkinawa"],
  .venue-seminar-tab--lv3[data-tab="season-1"] .venue-seminar-tab-trigger--lv3[data-trigger="season-1"],
  .venue-seminar-tab--lv3[data-tab="season-2"] .venue-seminar-tab-trigger--lv3[data-trigger="season-2"],
  .venue-seminar-tab--lv3[data-tab="season-3"] .venue-seminar-tab-trigger--lv3[data-trigger="season-3"],
  .venue-seminar-tab--lv3[data-tab="season-4"] .venue-seminar-tab-trigger--lv3[data-trigger="season-4"] {
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .venue-seminar-tab-trigger--lv3[data-trigger="hokkaido"]::after,
  .venue-seminar-tab--lv3[data-tab="touhoku"] .venue-seminar-tab-trigger--lv3[data-trigger="touhoku"]::after,
  .venue-seminar-tab--lv3[data-tab="kantou"] .venue-seminar-tab-trigger--lv3[data-trigger="kantou"]::after,
  .venue-seminar-tab--lv3[data-tab="chubu"] .venue-seminar-tab-trigger--lv3[data-trigger="chubu"]::after,
  .venue-seminar-tab--lv3[data-tab="kinki"] .venue-seminar-tab-trigger--lv3[data-trigger="kinki"]::after,
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .venue-seminar-tab-trigger--lv3[data-trigger="chushikoku"]::after,
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .venue-seminar-tab-trigger--lv3[data-trigger="kyushuOkinawa"]::after,
  .venue-seminar-tab--lv3[data-tab="season-1"] .venue-seminar-tab-trigger--lv3[data-trigger="season-1"]::after,
  .venue-seminar-tab--lv3[data-tab="season-2"] .venue-seminar-tab-trigger--lv3[data-trigger="season-2"]::after,
  .venue-seminar-tab--lv3[data-tab="season-3"] .venue-seminar-tab-trigger--lv3[data-trigger="season-3"]::after,
  .venue-seminar-tab--lv3[data-tab="season-4"] .venue-seminar-tab-trigger--lv3[data-trigger="season-4"]::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 4px;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
  }
  .--region,
  .--season {
    height: 390px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .--online {
    height: 570px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .venue-seminar-feature__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    margin: 0 20px 12px;
  }
  .venue-seminar-feature__checkbox input{
    position: relative;
    width: 24px;
    height: 24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: var(--white-color);
    border: solid 1px var(--black-color);
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
  .venue-seminar-feature__checkbox input::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 16px;
    content: "";
    opacity: 0;
    -webkit-mask-image: url(../image/ico_check.svg);
            mask-image: url(../image/ico_check.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: var(--white-color);
  }
  .venue-seminar-feature__checkbox input:checked {
    background-color: var(--black-color);
  }
  .venue-seminar-feature__checkbox input:checked::before {
    opacity: 1;
  }
  .venue-seminar-feature__checkbox label {
    color: var(--black-color);
    font-size: 18px;
  }
  /* SCHEDULE CARD */
  .schedule-card__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 256px;
    grid-template-columns: 1fr 256px;
    gap: 20px;
  }
  .schedule-card-read {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 105px 76px 1fr;
    grid-template-columns: 105px 76px 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .schedule-card-read-item {
    position: relative;
    width: 100%;
    padding: 0 6px;
  }
  .schedule-card-read-item + .schedule-card-read-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 59px;
    background: var(--black-color);
  }
  .schedule-card-read-item--location {
    padding-left: 8px;
    padding-right: 0;
  }
  .schedule-card-application-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .schedule-card-read-item--area .schedule-card-txt {
    text-align: center;
  }
  .schedule-card-txt__label {
    color: var(--black-color);
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0;
  }
  .schedule-card-read-item--date .schedule-card-txt__label {
    font-weight: bold;
    letter-spacing: 0;
  }
  .schedule-card-read-item--date .schedule-card-txt__label .--year{
    font-size: 14px;
    display: block;
    line-height: 1;
  }
  .schedule-card-read-item--date .schedule-card-txt__label .--month,
  .schedule-card-read-item--date .schedule-card-txt__label .--day{
    font-size: 24px;
    line-height: 1;
  }
  .schedule-list-item-status {
    display: none;
    opacity: 0;
  }
  .schedule-list-item--finish .schedule-list-item-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .schedule-list-item--hidden {
    display: none !important;
  }
  .schedule-list-item {
    position: relative;
    padding: 16px 16px;
    max-height: 90.97px;
  }
  .schedule-list-item-status {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 16px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .schedule-list-item-status__label {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: var(--white-color);
  }
  .schedule-card__inner {
  }
  .schedule-card-application-list-item {
    width: 125px;
  }
  .schedule-card-application-list-item--growth {
    --application-color: #51c3ad;
  }
  .schedule-card-application-list-item--inheritance {
    --application-color: #0a67fe;
  }
  .schedule-card-application-list-item--strategy {
    --application-color: #d092db;
  }
  .application-card {
    padding: 10px 8px 11px;
    border-radius: 29px;
    display: block;
    background: var(--application-color);
  }
  .application-card-txt__label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3571428571;
    text-align: center;
    color: var(--white-color);
    letter-spacing: 0;
  }
}
@media all and (max-width:767px) {
  .venue {
    position: relative;
    background: url(../image/bg_venue_sp.png) center 80% / 100% auto no-repeat;
    background: url(../image/bg_venue_sp.webp) center 80% / 100% auto no-repeat;
    background: url(../image/bg_venue_sp.avif) center 80% / 100% auto no-repeat;
    z-index: 0;
  }
  .venue::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--white-color)), color-stop(50%, var(--white-color)), to(transparent));
    background: linear-gradient(to bottom, var(--white-color), var(--white-color) 50%, transparent);
    z-index: -1;
  }
  .venue::after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 8%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--white-color)), color-stop(50%, var(--white-color)), to(transparent));
    background: linear-gradient(to top, var(--white-color), var(--white-color) 50%, transparent);
    z-index: -1;
  }
  .venue__body {
    padding: 60px 0 123px;
  }
  .venue-ttl {
    margin-bottom: 80px;
  }
  .c-tab-ico {
    width: 122px;
    height: 73.5px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 10px;
    margin-left: 40px;
    z-index: 1;
  }
  .venue-tab {
    position: relative;
  }
  .c-tab-head {
    margin-bottom: 27px;
  }
  /* 日本地図 */
  .venue-head-map-img {
    position: relative;
  }
  .venue-head-map-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/venue_map.svg) center / contain no-repeat;
    z-index: 1;
  }
  .venue-head-map-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 103%;
    height: 103%;
    z-index: 0;
    background: var(--white-color);
    opacity: 0.3;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="hokkaido"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-hokkaido.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="touhoku"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-touhoku.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kantou"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kantou.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="chubu"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-chubu.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kinki"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kinki.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="chushikoku"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-chushikoku.svg);
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"] [data-tab="kyushuOkinawa"]) .venue-head-map-img::before {
    background-image: url(../image/venue_map-kyushuOkinawa.svg);
  }
  .venue-head-map {
    position: relative;
    width: 248px;
    margin: auto;
  }
  .venue-map-link {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 2;
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"]) .venue-map-link{
    display: block;
  }
  .venue-map-link-list-item {
    position: absolute;
  }
  .venue-map-link-list-item--hokkaido {
    top: 0;
    right: 0;
    margin-top: 19px;
    margin-right: 6px;
  }
  .venue-map-link-list-item--touhoku {
    top: 0;
    right: 0;
    margin-top: 118px;
    margin-right: 14px;
  }
  .venue-map-link-list-item--kantou {
    bottom: 0;
    right: 0;
    margin-bottom: 96px;
    margin-right: 7px;
  }
  .venue-map-link-list-item--chubu {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 132px;
    margin-left: 22px;
  }
  .venue-map-link-list-item--kinki {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 86px;
    margin-left: 0px;
  }
  .venue-map-link-list-item--chushikoku {
    bottom: 0;
    left: 0;
    margin-bottom: 111px;
    margin-left: 42px;
  }
  .venue-map-link-list-item--kyushuOkinawa {
    bottom: 0;
    left: 0;
    margin-bottom: 32px;
    margin-left: -10px;
  }
  .venue-map-ico {
    pointer-events: none;
  }
  .venue-tab:has([data-tab="local"] [data-tab="region"]) .venue-map-ico {
    pointer-events: auto;
  }
  .venue-map-ico {
    display: inline-block;
    text-align: center;
  }
  .venue-map-ico__inner {
    background: var(--white-color);
    padding: 1px 10px 3px;
    min-width: 58px;
    border-radius: 9999px;
  }
  .venue-map-ico-txt__label {
    color: var(--black-color);
    font-size: 13px;
    font-weight: 400;
  }
  .venue-tab-content-container {
    height: 684px;
    margin: 0 auto;
    background: white;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 20px 20px;
  }
  .venue-seminar-tab--lv1 {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
  }
  .venue-seminar-tab {
    position: relative;
  }
  .venue-seminar-tab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 64, 124, 0.15);
    -webkit-filter: blur(30px);
            filter: blur(30px);
    z-index: -1;
  }
  .venue-seminar-tab-triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .venue-seminar-tab-triggers > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .venue-seminar-tab-trigger {
    cursor: pointer;
    color: #666;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    position: relative;
  }
  .venue-seminar-tab-trigger:hover {
  }
  .venue-seminar-tab-content {
    display: none;
  }
  /* 最上階層タブ （リアル／オンライン） */
  [data-tab="local"] .venue-seminar-tab-content[data-content="local"],
  [data-tab="online"] .venue-seminar-tab-content[data-content="online"],
  [data-tab="online"] .venue-seminar-tab-content[data-content="online"] .schedule-list-wrapper {
    display: block;
  }
  .venue-seminar-tab-triggers--lv1 {
    gap: 4px;
  }
  .venue-seminar-tab-trigger--lv1 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    background: #d9d9d9;
    border-radius: 10px 10px 0 0;
    padding: 12px 20px 10px;
  }
  .venue-seminar-tab-trigger--lv1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background-color: var(--white-color);
    opacity: 0;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  [data-tab="local"] .venue-seminar-tab-trigger--lv1[data-trigger="local"],
  [data-tab="online"] .venue-seminar-tab-trigger--lv1[data-trigger="online"] {
    background: var(--white-color);
  }
  .venue-seminar-tab-trigger--lv1:hover {
    opacity: 1;
  }
  .venue-seminar-tab-trigger--lv1__label {
    font-size: 15px;
    font-weight: bold;
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-tab="local"] .venue-seminar-tab-trigger--lv1[data-trigger="local"] .venue-seminar-tab-trigger--lv1__label,
  [data-tab="online"] .venue-seminar-tab-trigger--lv1[data-trigger="online"] .venue-seminar-tab-trigger--lv1__label {
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* level2 地域別／月別 */
  .venue-seminar-tab-triggers--lv2 {
    gap: 9px;
    max-width: 243px;
    margin: 0 auto 20px;
  }
  .venue-seminar-tab-trigger--lv2 {
    position: relative;
    border-radius: 9999px;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    padding: 6px 12px 6px;
  }
  .venue-seminar-tab-trigger--lv2::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: var(--white-color);
    border-radius: 9999px;
    z-index: 1;
  }
  .venue-seminar-tab-trigger--lv2__label {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [data-tab="region"] .venue-seminar-tab-content[data-content="region"],
  [data-tab="season"] .venue-seminar-tab-content[data-content="season"],
  [data-tab="region"] .venue-seminar-tab-content.region-tab-result,
  [data-tab="season"] .venue-seminar-tab-content.season-tab-result,
  [data-tab="online"] .venue-seminar-tab-content.online-tab-result{
    display: block;
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"],
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"] {
    background: none;
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"]::before,
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"]::before {
    background: -webkit-gradient(linear, left top, right top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to right, #8dc0f3, #0463ff);
  }
  [data-tab="region"] .venue-seminar-tab-trigger--lv2[data-trigger="region"] .venue-seminar-tab-trigger--lv2__label,
  [data-tab="season"] .venue-seminar-tab-trigger--lv2[data-trigger="season"] .venue-seminar-tab-trigger--lv2__label {
    background: var(--white-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .schedule-list-wrapper {
    display: none;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .schedule-list-wrapper--hokkaido,
  .venue-seminar-tab--lv3[data-tab="touhoku"] .schedule-list-wrapper--touhoku,
  .venue-seminar-tab--lv3[data-tab="kantou"] .schedule-list-wrapper--kantou,
  .venue-seminar-tab--lv3[data-tab="chubu"] .schedule-list-wrapper--chubu,
  .venue-seminar-tab--lv3[data-tab="kinki"] .schedule-list-wrapper--kinki,
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .schedule-list-wrapper--chushikoku,
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .schedule-list-wrapper--kyushuOkinawa,
  .venue-seminar-tab--lv3[data-tab="season-1"] .schedule-list-wrapper--1,
  .venue-seminar-tab--lv3[data-tab="season-2"] .schedule-list-wrapper--2,
  .venue-seminar-tab--lv3[data-tab="season-3"] .schedule-list-wrapper--3,
  .venue-seminar-tab--lv3[data-tab="season-4"] .schedule-list-wrapper--4 {
    display: block !important;
  }
  .venue-seminar-tab-triggers--lv3 {
    display: block;
    position: relative;
    margin-bottom: 16px;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 8px;
  }
  .venue-seminar-tab-triggers__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 28px;
  }
  .venue-seminar-tab-triggers__inner::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: #d9d9d9;
    border-radius: 9999px;;
  }
  .venue-seminar-tab-trigger--lv3 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 15px;
    font-weight: bold;
    color: #d9d9d9;
    padding: 0 12px;
    white-space: nowrap;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .venue-seminar-tab-trigger--lv3[data-trigger="hokkaido"],
  .venue-seminar-tab--lv3[data-tab="touhoku"] .venue-seminar-tab-trigger--lv3[data-trigger="touhoku"],
  .venue-seminar-tab--lv3[data-tab="kantou"] .venue-seminar-tab-trigger--lv3[data-trigger="kantou"],
  .venue-seminar-tab--lv3[data-tab="chubu"] .venue-seminar-tab-trigger--lv3[data-trigger="chubu"],
  .venue-seminar-tab--lv3[data-tab="kinki"] .venue-seminar-tab-trigger--lv3[data-trigger="kinki"],
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .venue-seminar-tab-trigger--lv3[data-trigger="chushikoku"],
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .venue-seminar-tab-trigger--lv3[data-trigger="kyushuOkinawa"],
  .venue-seminar-tab--lv3[data-tab="season-1"] .venue-seminar-tab-trigger--lv3[data-trigger="season-1"],
  .venue-seminar-tab--lv3[data-tab="season-2"] .venue-seminar-tab-trigger--lv3[data-trigger="season-2"],
  .venue-seminar-tab--lv3[data-tab="season-3"] .venue-seminar-tab-trigger--lv3[data-trigger="season-3"],
  .venue-seminar-tab--lv3[data-tab="season-4"] .venue-seminar-tab-trigger--lv3[data-trigger="season-4"] {
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .venue-seminar-tab--lv3[data-tab="hokkaido"] .venue-seminar-tab-trigger--lv3[data-trigger="hokkaido"]::after,
  .venue-seminar-tab--lv3[data-tab="touhoku"] .venue-seminar-tab-trigger--lv3[data-trigger="touhoku"]::after,
  .venue-seminar-tab--lv3[data-tab="kantou"] .venue-seminar-tab-trigger--lv3[data-trigger="kantou"]::after,
  .venue-seminar-tab--lv3[data-tab="chubu"] .venue-seminar-tab-trigger--lv3[data-trigger="chubu"]::after,
  .venue-seminar-tab--lv3[data-tab="kinki"] .venue-seminar-tab-trigger--lv3[data-trigger="kinki"]::after,
  .venue-seminar-tab--lv3[data-tab="chushikoku"] .venue-seminar-tab-trigger--lv3[data-trigger="chushikoku"]::after,
  .venue-seminar-tab--lv3[data-tab="kyushuOkinawa"] .venue-seminar-tab-trigger--lv3[data-trigger="kyushuOkinawa"]::after,
  .venue-seminar-tab--lv3[data-tab="season-1"] .venue-seminar-tab-trigger--lv3[data-trigger="season-1"]::after,
  .venue-seminar-tab--lv3[data-tab="season-2"] .venue-seminar-tab-trigger--lv3[data-trigger="season-2"]::after,
  .venue-seminar-tab--lv3[data-tab="season-3"] .venue-seminar-tab-trigger--lv3[data-trigger="season-3"]::after,
  .venue-seminar-tab--lv3[data-tab="season-4"] .venue-seminar-tab-trigger--lv3[data-trigger="season-4"]::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: -webkit-gradient(linear,left top, right top,from(#0463ff),to(#369bff));
    background: linear-gradient(to right,#0463ff,#369bff);
  }
  .--region,
  .--season {
    height: 476px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .--online {
    height: 624px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .venue-seminar-feature__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    margin-bottom: 4px;
  }
  .venue-seminar-feature__checkbox input{
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: var(--white-color);
    border: solid 1px var(--black-color);
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
  .venue-seminar-feature__checkbox input::before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 12px;
    content: "";
    opacity: 0;
    -webkit-mask-image: url(../image/ico_check.svg);
            mask-image: url(../image/ico_check.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: var(--white-color);
  }
  .venue-seminar-feature__checkbox input:checked {
    background-color: var(--black-color);
  }
  .venue-seminar-feature__checkbox input:checked::before {
    opacity: 1;
  }
  .venue-seminar-feature__checkbox label {
    color: var(--black-color);
    font-size: 13px;
  }
  /* SCHEDULE CARD */
  .schedule-card__body {
  }
  .schedule-card-read {
    width: 100%;
    min-height: 39px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78px 60px 1fr;
    grid-template-columns: 78px 60px 1fr;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .schedule-card-read-item {
    position: relative;
    width: 100%;
    padding: 0 6px;
  }
  .schedule-card-read-item + .schedule-card-read-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: var(--black-color);
  }
  .schedule-card-read-item--location {
    padding-left: 8px;
    padding-right: 0;
  }
  .schedule-card-application-list {
    width: calc(295 / 375 * 100vw);
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .schedule-card-read-item--area .schedule-card-txt {
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }
  .schedule-card-txt__label {
    color: var(--black-color);
    font-size: 13px;
    line-height: 1.3125;
    letter-spacing: 0;
  }
  .schedule-card-read-item--date .schedule-card-txt__label {
    font-weight: 600;
    letter-spacing: 0;
  }
  .schedule-card-read-item--date .schedule-card-txt__label .--year{
    font-size: 11px;
    display: block;
    line-height: 1;
  }
  .schedule-card-read-item--date .schedule-card-txt__label .--month,
  .schedule-card-read-item--date .schedule-card-txt__label .--day{
    font-size: 18px;
    line-height: 1;
  }
  .schedule-list-item-status {
    display: none;
    opacity: 0;
  }
  .schedule-list-item--finish .schedule-list-item-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .schedule-list-item--hidden {
    display: none !important;
  }
  .schedule-list-item {
    position: relative;
    padding: 12px 0;
  }
  .schedule-list-item + .schedule-list-item {
    border-top: 1px solid var(--black-color);
  }
  .schedule-list-item-status {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 8px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
  .schedule-list-item-status__label {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: var(--white-color);
  }
  .schedule-card__inner {
  }
  .schedule-card-application-list-item {
    width: 100%;
  }
  .schedule-card-application-list-item--growth {
    --application-color: #51c3ad;
  }
  .schedule-card-application-list-item--inheritance {
    --application-color: #0a67fe;
  }
  .schedule-card-application-list-item--strategy {
    --application-color: #d092db;
  }
  .application-card {
    padding: 12px 8px 13px;
    border-radius: 29px;
    display: block;
    background: var(--application-color);
  }
  .application-card-txt__label {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3571428571;
    text-align: center;
    color: var(--white-color);
    letter-spacing: 0;
  }
  .application-card-txt__label > br {
    display: none;
  }
}



/* ==============================================
KYUSHU SPECIAL
============================================== */
@media all and (min-width:768px) {
  .kyushu-special-ttl .c-header-sub__label {
    font-family: var(--f-noto);
    font-size: 26px;
    color: #063889;
    opacity: 1;
    background-clip: border-box;
    background: none;
    -webkit-text-fill-color: inherit;
  }
  .kyushu-special {
    padding: 0 60px;
  }
  .kyushu-special__inner {
    position: relative;
    max-width: 1118px;
    padding: 0 20px;
  }
  .kyushu-special__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ca0f7),to(#76e1cc));
    background: linear-gradient(to bottom, #4ca0f7,#76e1cc);
    opacity: 0.1;
    z-index: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px 20px rgba(0, 33, 67, 0.02);
            box-shadow: 0 0 10px 20px rgba(0, 33, 67, 0.02);
  }
  .kyushu-special__body {
    padding: 54px 0;
  }
  .kyushu-special-ttl .c-header--lv1 {
    font-size: 30px;
  }
  .kyushu-special-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .kyushu-special-wrapper::before {
    position: absolute;
    content: "";
    aspect-ratio: 214/281;
    width: min(214px, calc(214 / 1440 * 100vw));
    left: 0;
    bottom: 0;
    background: url(../image/kyushu_special_deco.png) center / contain no-repeat;
    background: url(../image/kyushu_special_deco.webp) center / contain no-repeat;
    background: url(../image/kyushu_special_deco.avif) center / contain no-repeat;
    z-index: 0;
  }
  .kyushu-special-map__img {
    position: absolute;
    width: 389px;
    z-index: -1;
  }
  .kyushu-special-list {
    max-width: 670px;
  }
  .kyushu-special-list .schedule-list-wrapper--kyushu {
    display: block !important;
  }
}
@media all and (max-width:767px) {
  .kyushu-special-ttl .c-header-sub {
    margin-bottom: 4px;
  }
  .kyushu-special-ttl .c-header-sub__label {
    font-family: var(--f-noto);
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    color: #063889;
    opacity: 1;
    background-clip: border-box;
    background: none;
    -webkit-text-fill-color: inherit;
  }
  .kyushu-special__inner {
    max-width: 493px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  .kyushu-special__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ca0f7),to(#76e1cc));
    background: linear-gradient(to bottom, #4ca0f7,#76e1cc);
    opacity: 0.12;
    z-index: -2;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px 20px rgba(0, 33, 67, 0.02);
            box-shadow: 0 0 10px 20px rgba(0, 33, 67, 0.02);
  }
  .kyushu-special__body {
    padding: 38px 0 35px;
  }
  .kyushu-special-ttl .c-header--lv1 {
    font-size: 20px;
  }
  .kyushu-special-wrapper {
  }
  .kyushu-special-wrapper::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 115px;
    right: 0;
    top: 30px;
    background: url(../image/kyushu_special_deco.png) center / contain no-repeat;
    background: url(../image/kyushu_special_deco.webp) center / contain no-repeat;
    background: url(../image/kyushu_special_deco.avif) center / contain no-repeat;
    z-index: -1;
  }
  .kyushu-special-map__img {
    top: 0;
    left: 0;
    position: absolute;
    width: 135px;
  }
  .kyushu-special-list {
  }
  .kyushu-special-list .schedule-list-wrapper--kyushu {
    display: block !important;
  }
}

/* ==============================================
FAQ
============================================== */
@media all and (min-width:768px) {
  .faq {
  }
  .faq__inner {
  }
  .faq-ttl {
    margin-bottom: 72px; 
  }
  .faq .c-header--lv1{
    margin-bottom: 40px;
  }
  .faq__body {
    padding-bottom: 102px;
  }
  .faq-content__continer {
  }
  .faq-content {
  }
  .faq-feature-content {
  }
  .faq-feature__row {
  }
  .faq-feature-info__body {
  }
  .faq-feature-info-content {
  }
  .faq-feature-panel-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00407c;
    opacity: 0.1;
    -webkit-filter: blur(35px);
            filter: blur(35px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .faq-feature-panel-content {
    position: relative;
  }
  .faq-feature-panel-content-item {
  }
  .faq-feature-panel-content-item + .faq-feature-panel-content-item {
    margin-top: 16px;
  }
  .js-accordion {
  }
  .faq-feature-panel-content__inner {
    background: var(--white-color);
    border-radius: 20px;
  }
  .js-accordion-trigger {
    cursor: pointer;
  }
  .faq-block {
    min-height: 80px;
    height: 100%;
    z-index: 1;
  }
  .faq-block__inner {
    padding: 0 40px;
    padding-right: 80px;
    height: 100%;
    position: relative;
  }
  .faq-block__body {
    height: 100%;
    padding: 32px 0;
  }
  .faq-block-ico {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 44px;
    right: 40px;
  }
  .faq-block-ico::before,
  .faq-block-ico::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to right, #8dc0f3, #0463ff);
    width: 24px;
    height: 3px;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .faq-block-ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .is-accordion-active .faq-block-ico::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .faq-block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-block-text::before {
    content: "";
    width: 25px;
    height: 52px;
    display: block;
    background: url(../image/question_ico.svg) center / contain no-repeat;
  }
  .faq-block-text__label {
    font-size: 22px;
    font-weight: bold;
  }
  .faq-detail {
    background: var(--white-color);
    border-radius: 20px;
  }
  .faq-detail__inner {
    padding: 0 26px;
  }
  .faq-detail__body {
    padding: 0 0 48px;
  }
  .faq-detail-text {
    padding-left: 80px;
  }
  .faq-detail-text__label {
    font-size: 18px;
    line-height: 1.8888888889;
  }
}
@media all and (max-width:767px) {
  .faq {
  }
  .faq__inner {
  }
  .faq-ttl {
    margin-bottom: 40px; 
  }
  .faq .c-header--lv1{
    margin-bottom: 24px;
  }
  .faq__body {
    padding-bottom: 102px;
  }
  .faq-content__continer {
  }
  .faq-content {
  }
  .faq-feature-content {
  }
  .faq-feature__row {
  }
  .faq-feature-info__body {
  }
  .faq-feature-info-content {
  }
  .faq-feature-panel-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00407c;
    opacity: 0.1;
    -webkit-filter: blur(35px);
            filter: blur(35px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .faq-feature-panel-content {
    position: relative;
  }
  .faq-feature-panel-content-item {
  }
  .faq-feature-panel-content-item + .faq-feature-panel-content-item {
    margin-top: 16px;
  }
  .js-accordion {
  }
  .faq-feature-panel-content__inner {
    background: var(--white-color);
    border-radius: 20px;
  }
  .js-accordion-trigger {
    cursor: pointer;
  }
  .faq-block {
    min-height: 90px;
    height: 100%;
    z-index: 1;
  }
  .faq-block__inner {
    padding: 0 20px;
    padding-right: 60px;
    height: 100%;
    position: relative;
  }
  .faq-block__body {
    height: 100%;
    padding: 24px 0;
  }
  .faq-block-ico {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 32px;
    right: 20px;
  }
  .faq-block-ico::before,
  .faq-block-ico::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#8dc0f3), to(#0463ff));
    background: linear-gradient(to right, #8dc0f3, #0463ff);
    width: 22px;
    height: 3px;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .faq-block-ico::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .is-accordion-active .faq-block-ico::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .faq-block-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-block-text::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    width: 19px;
    height: 38px;
    display: block;
    background: url(../image/question_ico.svg) center / contain no-repeat;
  }
  .faq-block-text__label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
  }
  .faq-detail {
    background: var(--white-color);
    border-radius: 20px;
  }
  .faq-detail__inner {
    padding: 0 26px;
  }
  .faq-detail__body {
    padding: 0 0 26px;
  }
  .faq-detail-text {
    padding-left: 30px;
  }
  .faq-detail-text__label {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}

/* ==============================================
FOOTER
============================================== */
@media all and (min-width:768px) {
  .l-footer {
    position: relative;
    z-index: 1;
    height: 376px;
    overflow: hidden;
  }
  .l-footer::before{
    content: "";
    display: block;
    width: 100vw;
    height: 376px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background: url("../image/bg_footer.png") no-repeat bottom / 1440px;
    background: url("../image/bg_footer.webp") no-repeat bottom / 1440px;
    background: url("../image/bg_footer.avif") no-repeat bottom / 1440px;
  }
  .l-footer__inner {
    padding: 0 70px;
    max-width: 1040px;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .l-footer__inner::before {
    content: "";
    display: block;
    background: url("../image/deco_footer_01.png") no-repeat center / contain;
    background: url("../image/deco_footer_01.webp") no-repeat center / contain;
    background: url("../image/deco_footer_01.avif") no-repeat center / contain;
    width: 358px;
    height: 235px;
    aspect-ratio: 358/235;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -230px;
    margin-bottom: 10px;
    }
  .l-footer__inner::after {
    content: "";
    display: block;
    background: url("../image/deco_footer_02.png") no-repeat center / contain;
    background: url("../image/deco_footer_02.webp") no-repeat center / contain;
    background: url("../image/deco_footer_02.avif") no-repeat center / contain;
    width: 328px;
    height: 275px;
    aspect-ratio: 328/275;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -230px;
    margin-top: 22px;
    }
  .l-footer__body {
    padding-bottom: 20px;
    height: 100%;
  }
  .l-footer__read {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-footer-heading {
    text-align: center;
    margin-bottom: 16px;
  }
  .l-footer-heading__label {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .l-footer-txt {
    text-align: center;
  }
  .l-footer-txt__label {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media all and (min-width:1440px) {
  .l-footer::before{
      background: url("../image/bg_footer.png") no-repeat bottom / 100vw;
      background: url("../image/bg_footer.webp") no-repeat bottom / 100vw;
      background: url("../image/bg_footer.avif") no-repeat bottom / 100vw;
  }
  .l-footer{
    background: unset;
  }
}
@media all and (max-width:767px) {
  .l-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .l-footer::before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background: url("../image/bg_footer.png") no-repeat center / cover;
    background: url("../image/bg_footer.webp") no-repeat center / cover;
    background: url("../image/bg_footer.avif") no-repeat center / cover;
  }
  .l-footer__inner {
    padding: 0 20px;
    height: 100%;
    position: relative;
  }
  .l-footer__inner::before {
    content: "";
    display: block;
    background: url("../image/deco_footer_sp.png") no-repeat center / contain;
    background: url("../image/deco_footer_sp.webp") no-repeat center / contain;
    background: url("../image/deco_footer_sp.avif") no-repeat center / contain;
    width: 433.5px;
    height: 97.5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    }
  .l-footer__body {
    padding: 60px 0 132px;
    height: 100%;
  }
  .l-footer__read {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .l-footer-heading {
    text-align: center;
    margin-bottom: 16px;
  }
  .l-footer-heading__label {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .l-footer-txt {
    text-align: center;
  }
  .l-footer-txt__label {
    color: var(--white-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6923076923;
    letter-spacing: 0;
  }
}
.bg {
  background: url("../image/bg_img.png") no-repeat center / contain;
  background: url("../image/bg_img.webp") no-repeat center / contain;
  background: url("../image/bg_img.avif") no-repeat center / contain;
  width: 1831px;
  padding-top: 1221px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  margin-top: -300px;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.footer{
  padding-top: 0;
  min-width: unset;
  position: relative;
  z-index: 1;
}
.footer__inner{
  min-width: unset;
}


/* ==========================================================================
  MODAL
========================================================================== */

/* モーダルの表示領域  */
.modal-root{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -19999;
  visibility: hidden;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

/* モーダル本体 演出用に枠のみにしておく*/
.modal{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.76);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* 閉じた後操作できないタイミングないように短めに設定 */
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

/* モーダルが有効になった時に表示領域へ移動 */
html.is-modal-active {
  overflow: hidden;
}
html.is-modal-active .modal-root {
  z-index: 19999;
  visibility: visible;
}

/* 表示アニメーション */
.is-modal-shown .modal{
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

/* 表示アニメーション */
.modal-scroll {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

.modal-scroll__in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.modal-body{
  width: 100%;
  max-width: 900px;
  position: relative;
}

@media all and (min-width:768px) {
  .modal-scroll__in{
    padding: 10px 15px;
  }
  .modal-close {
    position: absolute;
    top: -46px;
    right: -46px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none;
  }
  .modal-close-icon  {
    border: 2px solid var(--white-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-close-icon__inner {
    width: 13px;
    height: 13px;
    position: relative;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modal-close-icon__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 2px;
    height: 100%;
    background-color: var(--white-color);
  }
  .modal-close-icon__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    width: 2px;
    height: 100%;
    background-color: var(--white-color);
  }
}
@media all and (max-width:767px) {
  .modal-scroll__in{
    padding: 10px 15px;
  }
  .modal-close {
    position: absolute;
    top: -46px;
    right: 0;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: none;
  }
  .modal-close-icon  {
    border: 2px solid var(--white-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-close-icon__inner {
    width: 13px;
    height: 13px;
    position: relative;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modal-close-icon__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 2px;
    height: 100%;
    background-color: var(--white-color);
  }
  .modal-close-icon__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    width: 2px;
    height: 100%;
    background-color: var(--white-color);
  }
}
@media all and (max-width:1040px) and (min-width: 768px) {
  .modal-close {
    right: 0;
  }
}

/* ======================
FOOTER from common-v2.0.css
====================== */
.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.6;
  font-family: YakuHanJP, "NotoSansJapanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer-nav__title a {
  font-weight: 700
}

a {
  text-decoration: none
}

#footer-banner .aside-item>a:not([target=_blank])>.aside-item__text::after {
  display: none
}
.footer__section_type_gray {
  background-color: #f2f2f2
}

.footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%
}

.footer-search__input {
  position: relative
}

.footer-search__input::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url("/common/image/footer/icon-search-01@2x.png") !important;
  background-size: 22px 22px;
  content: ""
}

.footer-search__input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid #dadada;
  background-color: #fff !important;
  color: #45494b
}

.footer-search__input input:focus {
  outline: 0
}

.footer-search__button {
  border: 0;
  border-radius: 24px;
  background-color: #343d45;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  color: #fff
}

.footer-search__button:focus {
  outline: 0
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.footer-nav__title {
  font-weight: 700;
  line-height: 1
}

.footer-nav__title a {
  color: #293337
}

.footer-nav__item {
  line-height: 1
}

.footer-nav__item a {
  color: #45494b
}

.footer-util {
  border-top: 1px solid #e8e9ec
}

.footer-util__item {
  border-bottom: 1px solid #e8e9ec
}

.footer-util__item a {
  color: #45494b
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-info a {
  color: #45494b
}

.footer-info__item_type_blank {
  background-repeat: no-repeat
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.footer-sns__item {
  width: 24px;
  height: 24px
}

.footer-sns__item--youtube a rect,
.footer-sns__item--youtube a polygon {
  fill: red
}

.footer-sns__item--youtube a path {
  fill: #fff
}

.footer-sns__item--facebook a path {
  fill: #3c5a99
}

.footer-sns__item--twitter a path {
  fill: #000
}

.footer-sns__item svg {
  width: 24px;
  height: 24px
}

.footer-logo img {
  vertical-align: text-top
}

.footer-rule,
.footer-aboutma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer-rule {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-rule__item a,
.footer-aboutma__item a {
  color: #65676a
}

.footer-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-copyright {
  color: #65676a;
  font-family: "Roboto", sans-serif;
  letter-spacing: .8px
}

.goto-top-button {
  display: block;
  z-index: 1;
  position: fixed;
  background-color: #fff;
  text-align: center
}

.footer {
  background-color: #fff !important
}

.footer-nav__title a {
  color: #293337 !important;
  text-decoration: none !important
}

.footer-nav__item a {
  color: #45494b !important;
  text-decoration: none !important
}

.footer-util__item a {
  color: #45494b !important;
  text-decoration: none !important
}

.footer-info a {
  color: #45494b !important;
  text-decoration: none !important
}

.footer-rule__item a {
  color: #65676a !important;
  text-decoration: none !important
}

.footer-nav__title a {
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
  }

  .footer-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 88px
  }

  .footer-search__input input {
    width: 400px;
    height: 64px;
    margin-right: 40px;
    padding-left: 42px;
    font-size: 23px
  }

  .footer-search__button {
    width: 180px;
    height: 48px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-search__button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #0a847b;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
  }

  .footer-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 67px;
    border-bottom: 1px solid #dedede
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 79.4%;
    margin-right: 110px
  }

  .footer-nav__title a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-nav__title a:hover {
    border-color: #293337
  }

  .footer-nav__title {
    margin-bottom: 33px;
    font-size: 17px
  }

  .footer-nav__item a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-nav__item a:hover {
    border-color: #45494b
  }

  .footer-nav__item {
    font-size: 13px
  }

  .footer-nav__item:not(:last-child) {
    margin-bottom: 18px
  }

  .footer-util {
    width: 17.8%;
    max-width: 200px
  }

  .footer-util__item a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-util__item a:hover {
    border-color: #45494b
  }

  .footer-util__item img {
    margin-right: 15px
  }

  .footer-util__item {
    padding: 20px 0 20px 12px;
    font-size: 14px
  }

  .footer-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px
  }

  .footer-info a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-info a:hover {
    border-color: #45494b
  }

  .footer-info {
    margin-left: auto;
    font-size: 17px
  }

  .footer-info__item {
    margin-right: 50px
  }

  .footer-info__item_type_blank {
    padding-right: 20px;
    background-image: url("/common/image/footer/icon-blank-01@2x.png");
    background-position: top 50% right 0;
    background-size: 11px 11px
  }

  .footer-sns__item a:hover svg path {
    fill: #343d45
  }

  .footer-sns__item--youtube a:hover svg path {
    fill: #fff
  }

  .footer-sns__item--youtube a:hover svg rect,
  .footer-sns__item--youtube a:hover svg polygon {
    fill: #343d45
  }

  .footer-sns__item svg path,
  .footer-sns__item svg rect,
  .footer-sns__item svg polygon {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-sns__item svg {
    vertical-align: middle
  }

  .footer-sns__item:not(:last-child) {
    margin-right: 12px
  }

  .footer-logo img {
    width: 212px;
    height: 24px
  }

  .footer-logo {
    height: 24px
  }

  .footer-link ul:not(:last-child) {
    margin-bottom: 18px
  }

  .footer-rule__item a,
  .footer-aboutma__item a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .footer-rule__item a:hover,
  .footer-aboutma__item a:hover {
    border-color: #65676a
  }

  .footer-rule__item,
  .footer-aboutma__item {
    font-size: 14px
  }

  .footer-rule__item:not(:last-child),
  .footer-aboutma__item:not(:last-child) {
    margin-right: 25px
  }

  .footer-copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 160px
  }

  .footer-mark {
    margin-right: 40px
  }

  .footer-mark__item:not(:last-child) {
    margin-right: 15px
  }

  .footer-copyright {
    margin-left: auto;
    padding-bottom: 60px;
    font-size: 11px
  }

  .goto-top-button {
    right: 25px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .goto-top-button:hover {
    opacity: .85
  }
}
@media screen and (max-width: 768px) {

  .footer__inner {
    padding: 0 15px
  }

  .footer-search {
    display: none
  }

  .footer-nav__title a {
    display: block
  }

  .footer-nav__title {
    margin-bottom: 20px;
    background-image: url("/common/image/footer/icon-arrow-01@2x.png");
    background-position: top 50% right 0;
    background-size: 7px 6px;
    background-repeat: no-repeat;
    font-size: 15px
  }

  .footer-nav__list {
    margin-bottom: 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ec
  }

  .footer-nav__item a {
    display: block
  }

  .footer-nav__item {
    background-image: url("/common/image/footer/icon-arrow-01@2x.png");
    background-position: top 50% right 0;
    background-size: 7px 6px;
    background-repeat: no-repeat;
    font-size: 12px
  }

  .footer-nav__item:not(:last-child) {
    margin-bottom: 16px
  }

  .footer-nav__item.blankLink {
    background-image: none
  }

  .footer-util {
    margin-bottom: 30px
  }

  .footer-util__item a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: -16px 0;
    padding: 16px 0
  }

  .footer-util__item img {
    margin-right: 10px
  }

  .footer-util__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    background-image: url("/common/image/footer/icon-arrow-01@2x.png");
    background-position: top 50% right 0;
    background-size: 7px 6px;
    background-repeat: no-repeat;
    font-size: 13px
  }

  .footer-info a {
    display: block
  }

  .footer-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px
  }

  .footer-info__item a {
    margin: -16px 0;
    padding: 16px 0
  }

  .footer-info__item:nth-child(1),
  .footer-info__item:nth-child(2) {
    border-top: 1px solid #e8e9ec
  }

  .footer-info__item {
    width: 48.2%;
    padding: 16px 0;
    border-bottom: 1px solid #e8e9ec;
    background-image: url("/common/image/footer/icon-arrow-01@2x.png");
    background-position: top 50% right 0;
    background-size: 7px 6px;
    background-repeat: no-repeat
  }

  .footer-info__item_type_blank {
    background-image: url("/common/image/footer/icon-blank-01@2x.png");
    background-position: top 50% right 0;
    background-size: 10px 10px
  }

  .footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px
  }

  .footer-sns__item:not(:last-child) {
    margin-right: 42px
  }

  .footer-logo img {
    width: 183px;
    height: 21px
  }

  .footer-logo {
    height: 21px;
    margin-bottom: 30px;
    text-align: center
  }

  .footer-link {
    margin-bottom: 25px
  }

  .footer-link ul:not(:last-child) {
    margin-bottom: 15px
  }

  .footer-rule,
  .footer-aboutma {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }

  .footer-rule__item,
  .footer-aboutma__item {
    font-size: 12px
  }

  .footer-rule__item:not(:last-child),
  .footer-aboutma__item:not(:last-child) {
    margin-right: 28px
  }

  .footer-copyright-wrapper {
    padding: 30px 0 40px
  }

  .footer-mark {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px
  }

  .footer-mark__item:not(:last-child) {
    margin-right: 25px
  }

  .footer-copyright {
    font-size: 10px;
    text-align: center
  }

  .goto-top-button img {
    width: 18px;
    height: 7px
  }

  .goto-top-button {
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 21px
  }

  .footer-nav__title a {
    font-weight: 700
  }

}