@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
:root{
    --white-color:#fff;
    --black-color:#000;
    --base-color:#000000;
    --gold-color-1:#6d5c3b;
    --gray-color: #ababab;
    --main-color-500: #eb7a00;
    --main-color-300: #fedaa8;
    --main-color-100: #f8cd92;
    --sub-color-500: #0d4773;

    --accent-color: #1f9294;
    --inheritance-color: #4d7fce;
    --growth-color: #eb7a00;
    --ma-color: #1f9294;
    --f-mPlus: "M PLUS 1", sans-serif;
    --f-noto: "Noto Sans JP", sans-serif;
    --f-kurenaido: "Zen Kurenaido", serif;
    --f-sans-serif: "Helvetica Neue",Arial,"BIZ UDPGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans W3",Meiryo,sans-serif;


    --section-margin:20;
    --pc:1440;
    --sp:375;
    --transition: 0.3s;
    --duration: 127.52s;
}

@media all and (max-width:767px) {
  :root{
    --section-margin:20;
    --section-margin-s:30;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
}
/* ==========================================================================
  project
========================================================================== */
/* --------------------------------------------------------------------------
  mv
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .mv {
    position: relative;
    z-index: 0;
  }
  .mv__inner {
    max-width: 1440px;
  }
  .mv__body {
    position: relative;
    padding-bottom: 60px;
  }
  .c-section__body {
  }
  .mv-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -48px;
    margin-top: -18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv-img__container {
    position: relative;
  }
  .mv-img {
    max-width: 725px;
    margin-right: min(calc(77 / var(--pc) * 100vw), 77px);
    position: relative;
  }
  .mv-img__bnr{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -12px;
    margin-bottom: -48px;
  }
  .mv-bnr {
    display: block;
    width: min(calc(320 / var(--pc) * 100vw), 320px);
  }
  .mv-txt {
    width: 458px;
    margin-top: -30px;
  }
  .mv-btn__container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 12px;
    margin-bottom: 26px;
  }
  .mv-btn {
    display: block;
    width: 434px;
  }
  .mv-btn__inner {
    background: var(--white-color);
    border-radius: 10px;
    padding-right: 32px;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    overflow: hidden;
  }
  .mv-btn__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mv-btn-ico {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .mv-btn-ico .c-img-contain__src{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-btn-txt {
    width: 100%;
    padding: 16px 0;
  }
  .mv-btn-txt__label{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .mv-btn-arrow {
    background: url("../image/mv_btn_arrow.svg") no-repeat center / contain;
    width: 14px;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 19px;
  }
}
@media all and (max-width:1240px) and (min-width: 768px) {
  .mv__body{
    padding-bottom: 72px;
  }
  .mv-img__bnr{
    margin-right: 20px;
    margin-bottom: 54px;
  }
}
@media all and (max-width:767px) {
  .mv {
    position: relative;
    z-index: 0;
  }
  .mv__inner {
    padding-top: min(calc(58 / var(--sp) * 100vw), 58px);
  }
  .mv__body {
    position: relative;
    padding-bottom: min(calc(96 / var(--sp) * 100vw), 96px);
  }
  .c-section__body {
  }
  .mv-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-img__container {
    position: relative;
    margin-left: min(calc(-16 / var(--sp) * 100vw), -16px);
  }
  .mv-img {
    max-width: min(calc(328 / var(--sp) * 100vw), 328px);
    position: relative;
  }
  .mv-img__bnr{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -20px;
    margin-bottom: -24px;
    max-width: min(calc(203 / var(--sp)* 100vw), 203px);
  }
  .mv-bnr {
    display: block;
  }
  .mv-txt {
    margin-top: 34px;
    max-width: min(calc(250 / var(--sp) * 100vw), 250px);
  }
  .mv-btn__container {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .mv-btn {
    display: block;
    width: min(calc(360 / var(--sp) * 100vw), 360px);
  }
  .mv-btn__inner {
    background: var(--white-color);
    border-radius: min(calc(10 / var(--sp) * 100vw), 10px) 0 0 min(calc(10 / var(--sp) * 100vw), 10px);
    padding-right: min(calc(32 / var(--sp) * 100vw), 32px);
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
    overflow: hidden;
  }
  .mv-btn__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mv-btn-ico {
    width: min(calc(86 / var(--sp) * 100vw), 86px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: min(calc(12 / var(--sp) * 100vw), 12px);
  }
  .mv-btn-ico .c-img-contain__src{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-btn-txt {
    width: 100%;
    padding: min(calc(8 / var(--sp) * 100vw), 8px) 0;
  }
  .mv-btn-txt__label{
    font-size: min(calc(20 / var(--sp) * 100vw), 20px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;

  }
  .mv-btn-arrow {
    background: url("../image/mv_btn_arrow.svg") no-repeat center / contain;
    width: min(calc(13 / var(--sp) * 100vw), 13px);
    padding-top: min(calc(5 / var(--sp) * 100vw), 5px);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: min(calc(10 / var(--sp) * 100vw), 10px);
  }
}

/* --------------------------------------------------------------------------
  intro
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
    .intro{
        margin-top: 56px;
    }
    .intro__inner {
    }
    .intro__body {
      padding-bottom: 50px;
    }
    .intro-content__movie{
        aspect-ratio: 820 / 461;
        max-width: 820px;
        margin: 0 auto 0;
        cursor: pointer;
    }
    .intro-content__movie iframe{
        vertical-align: top;
    }
    .intro-content__btn{
        margin-top: 48px;
    }
    .intro-content-btn{
        max-width: 317px;
        margin: 0 auto 32px;
    }
    .intro-video-player {
      aspect-ratio: 16 / 9;
    }
}
@media all and (max-width:767px) {
  .intro{
      margin-top: 34px;
  }
  .intro__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .intro-content__movie{
      aspect-ratio: 820 / 461;
      max-width: 820px;
      margin: 0 auto 0;
      cursor: pointer;
  }
  .intro-content__movie iframe{
      vertical-align: top;
  }
  .intro-content__btn{
      margin-top: 48px;
  }
  .intro-content-btn{
      max-width: 317px;
      margin: 0 auto 32px;
  }
  .intro-video-player {
    aspect-ratio: 16 / 9;
  }
}


/* --------------------------------------------------------------------------
  about
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .about {
  }
  .about__inner {
  }
  .about__body {
    padding-top: 64px;
    padding-bottom: 45px;
  }
  .about-ttl {
  }
  .about-ttl__inner {
  }
  .about-txt {
    position: relative;
    padding: 0 calc(150 / 1160 * 100%);
  }
  .about-txt::before {
    content: "";
    display: block;
    background: url("../image/about_ico.png") no-repeat center / contain;
    background: url("../image/about_ico.webp") no-repeat center / contain;
    background: url("../image/about_ico.avif") no-repeat center / contain;
    width: calc(203 / 1160 * 100%);
    padding-top: calc(189 / 1160 * 100%);
    position: absolute;
    right: calc(-12 / 1160 * 100%);
    bottom: -23px;
    z-index: -1;
  }
  .seminar-list__container {
    margin-top: 56px;
  }
  .seminar-list {
  }
  .seminar-list-item {
  }
  .seminar-list-item--inheritance {
    --seminar-color: var(--growth-color);
  }
  .seminar-list-item--growth {
    --seminar-color: var(--inheritance-color);
  }
  .seminar-block {
  }
  .seminar-block__inner {
  }
  .seminar-block__body {
  }
  .seminar-block-heading {
    margin-bottom: 24px;
  }
  .seminar-block-heading__inner {
    background: var(--seminar-color);
    border-radius: 0;
    padding: 0 20px;
  }
  .seminar-block-heading__body {
    padding: 8px 0;
  }
  .seminar-block-heading-txt {
    text-align: center;
  }
  .seminar-block-heading-txt__label {
    color: var(--white-color);
    font-size: 37px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .seminar-block-content {
    padding: 0 42px;
  }
  .seminar-block-intro {
  }
  .seminar-block-intro-txt {
    margin-bottom: 24px;
  }
  .seminar-block-intro-txt .c-txt {
    letter-spacing: 0;
  }
  .seminar-block-intro-merit {
    border: solid 2px var(--seminar-color);
    border-left: 0;
    border-right: 0;
  }
  .seminar-block-intro-merit__inner {
    padding: 0 32px;
  }
  .seminar-block-intro-merit__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .intro-merit-headding {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .intro-merit-headding__label {
    color: var(--seminar-color);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .intro-merit-list{
  }
  .intro-merit-list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-merit-list__item + .intro-merit-list__item{
    margin-top: 8px;
  }
  .intro-merit-list__item::before{
    content: "●";
    color: var(--seminar-color);
    margin-right: 10px;
    margin-top: 4px;
  }
  .intro-merit-txt {
  }
  .intro-merit-txt__label {
    color: var(--seminar-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .seminar-block-main {
    margin-top: 39px;
  }
  .seminar-block-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .seminar-block-main-read {
    max-width: 594px;
    width: 100%;
    margin-top: 36px;
    margin-right: -42px;
    position: relative;
    min-height: 420px;
  }
  .seminar-block-main-read::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 64px;
    background-color: var(--white-color);
    margin-top: 284px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-clip-path: polygon(0 35%, 0 100%, 100% 0);
            clip-path: polygon(0 35%, 0 100%, 100% 0);
  }
  .seminar-list-item:nth-of-type(odd) .seminar-block-main-read::before{
      right: 1px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-clip-path: polygon(0 35%, 0 100%, 100% 0);
              clip-path: polygon(0 35%, 0 100%, 100% 0);
  }
  .seminar-list-item:nth-of-type(even) .seminar-block-main-read::before{
      left: 1px;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-clip-path: polygon(100% 35%, 100% 100%, 0 0);
              clip-path: polygon(100% 35%, 100% 100%, 0 0);
  }
  .seminar-block-main-read__inner {
    background: var(--white-color);
    padding-left: 40px;
    padding-right: 78px;
    border-radius: 20px;
    height: 100%;
  }
  .seminar-block-main-read__body {
    padding-top: 30px;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .seminar-block-main-read-txt {
  }
  .seminar-block-main-read-txt .c-txt {
    letter-spacing: 0;
    font-family: var(--f-kurenaido);
    --line-height: 1.86;
  }
  .seminar-block-main-read-name {
    margin-top: 12px;
  }
  .seminar-block-main-read-name__label {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .seminar-block-main-read-name__label span{
    font-size: 26px;
    font-family: var(--f-kurenaido);
  }
  .seminar-block-main-read-btn {
    margin-top: auto;
  }
  .seminar-block-main-read-btn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .seminar-list-item:nth-of-type(odd) .seminar-block-main-read-btn-txt{
    margin-right: -40px;
  }
  .seminar-block-main-read-btn-txt::after {
    content: "";
    display: block;
    width: 48px;
    aspect-ratio: 1 / 1;
    mask: url("../image/ico_movie_modal.svg") no-repeat center / contain;
    -webkit-mask: url("../image/ico_movie_modal.svg") no-repeat center / contain;
    background: var(--seminar-color);
    margin-left: 12px;
  }
  .seminar-block-main-read-btn-txt__label {
    color: var(--seminar-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .seminar-block-main-visual {
    max-width: 527px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .seminar-block-main-visual__inner {
  }
  .main-visual-img {
  }
  .main-visual-img img {
    border-radius: 20px;
  }
  .main-visual-profile {
    margin-top: 10px;
    margin-left: 100px;
  }
  .main-visual-profile-heading {
  }
  .main-visual-profile-heading__label {
    color: var(--seminar-color);
    font-size: 24px;
    font-weight: 700;
  }
  .main-visual-profile-txt {
  }
  .main-visual-profile-txt .c-txt {
    letter-spacing: 0;
  }
  /* growth */
  .seminar-list-item + .seminar-list-item {
    margin-top: 68px;
  }
  .seminar-list-item:nth-child(even) {
  }
  .seminar-list-item:nth-child(even) .seminar-block-main__inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .seminar-list-item:nth-child(even) .seminar-block-main-read {
    margin-right: 0;
    margin-left: -42px;
  }
  .seminar-list-item:nth-child(even) .seminar-block-main-read__inner {
    padding-right: 39px;
    padding-left: 78px;
  }
  .seminar-list-item:nth-child(even) .main-visual-profile {
    margin-left: 0;
    margin-right: 95px;
  }
  .seminar-block-speaking {
    margin-top: 40px;
  }
  .seminar-block-speaking__inner {
    background: var(--seminar-color);
    padding-left: 38px;
    padding-right: 32px;
    border-radius: 20px;
  }
  .seminar-block-speaking__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0;
  }
  .seminar-block-speaking-heading {
    margin-right: 25px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .seminar-block-speaking-heading-txt {
  }
  .seminar-block-speaking-heading-txt__label {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
  }
  .seminar-block-speaking-date {
  }
  .seminar-block-speaking-date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px;
  }
  .seminar-block-speaking-date-list-item {
    width: calc((100% - 13px * 2) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .speaking-date {
  }
  .speaking-date__inner {
    background: var(--white-color);
    border-radius: 9999px;
    padding-left: 13px;
    padding-right: 28px;
    position: relative;
  }
  .speaking-date__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  .speaking-date-txt {
  }
  .speaking-date-txt__label {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .speaking-date-txt__data{
    width: 68px;
  }
  .speaking-date-txt__location{
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .speaking-date-ico {
    width: 11px;
    height: 11px;
    background: url("../image/ico_btn_arrow.svg") no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    margin-right: 13px;
  }
}
@media all and (max-width:1000px) and (min-width: 851px){
  .seminar-block-speaking-date-list-item{
    width: calc((100% - 13px * 1) / 2);
  }
}
@media all and (max-width:850px) and (min-width: 768px){
  .seminar-list-item + .seminar-list-item {
    margin-top: 48px;
  }
  .seminar-block-speaking {
    overflow-x: scroll;
    margin-top: 18px;
    margin-left: calc(64 * -1 * 1px);
    margin-right: calc(64 * -1 * 1px);
  }
  .seminar-block-speaking__inner {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: var(--seminar-color);
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 15px;
    margin-left: calc(64 * 1px);
    margin-right: calc(64 * 1px);
  }
  .seminar-block-speaking__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    padding: 8px 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .seminar-block-speaking-heading {
    margin-left: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .seminar-block-speaking-heading-txt {
    text-align: center;
  }
  .seminar-block-speaking-heading-txt__label {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
  }
  .seminar-block-speaking-date {
  }
  .seminar-block-speaking-date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 7px;
  }
  .seminar-block-speaking-date-list-item {
    width: auto;
    min-width: 104px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .speaking-date {
  }
  .speaking-date__inner {
    background: var(--white-color);
    border-radius: 9999px;
    padding-left: 13px;
    padding-right: 28px;
    position: relative;
  }
  .speaking-date__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  .speaking-date-txt {
  }
  .speaking-date-txt__label {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .speaking-date-ico {
    width: 11px;
    height: 11px;
    background: url("../image/ico_btn_arrow.svg") no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    margin-right: 13px;
  }
}
@media all and (max-width:960px) and (min-width: 768px) {
  .seminar-list-item:nth-child(even) .main-visual-profile{
    margin-right: 0;
  }
}
@media all and (max-width:767px) {
  .about {
  }
  .about__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .about__body {
    padding-top: 45px;
  }
  .about-ttl {
  }
  .about-ttl__inner {
  }
  .about-txt {
    position: relative;
  }
  .about-txt::before {
    content: "";
    display: block;
    background: url("../image/about_ico.png") no-repeat center / contain;
    background: url("../image/about_ico.webp") no-repeat center / contain;
    background: url("../image/about_ico.avif") no-repeat center / contain;
    width: 74px;
    padding-top: 74px;
    position: absolute;
    right: -2px;
    bottom: -54px;
  }
  .about-txt .c-txt{
    text-align: left;
  }
  .seminar-list__container {
    margin-top: 50px;
  }
  .seminar-list {
  }
  .seminar-list-item {
  }
  .seminar-list-item--inheritance {
    --seminar-color: var(--growth-color);
  }
  .seminar-list-item--growth {
    --seminar-color: var(--inheritance-color);
  }
  .seminar-block {
  }
  .seminar-block__inner {
  }
  .seminar-block__body {
  }
  .seminar-block-heading {
    margin-bottom: 20px;
  }
  .seminar-block-heading__inner {
    background: var(--seminar-color);
    border-radius: 0;
    padding: 0 20px;
  }
  .seminar-block-heading__body {
    padding: 4px 0;
  }
  .seminar-block-heading-txt {
    text-align: center;
  }
  .seminar-block-heading-txt__label {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .seminar-block-content {
  }
  .seminar-block-intro {
  }
  .seminar-block-intro-txt {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .seminar-block-intro-txt .c-txt {
    text-align: start;
  }
  .seminar-block-intro-merit {
    border: solid 2px var(--seminar-color);
    border-left: 0;
    border-right: 0;
  }
  .seminar-block-intro-merit__inner {
    padding: 0 16px;
  }
  .seminar-block-intro-merit__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-merit-headding {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .intro-merit-headding__label {
    color: var(--seminar-color);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: center;
  }
  .intro-merit-list{
    margin-top: 12px;
  }
  .intro-merit-list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-merit-list__item + .intro-merit-list__item{
    margin-top: 8px;
  }
  .intro-merit-list__item::before{
    content: "●";
    color: var(--seminar-color);
    margin-right: 4px;
    margin-top: 4px;
  }
  .intro-merit-txt {
  }
  .intro-merit-txt__label {
    color: var(--seminar-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .seminar-block-main {
    margin-top: 25px;
  }
  .seminar-block-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .seminar-block-main-read {
    width: 100%;
    position: relative;
  }
  .seminar-block-main-read::before{
    content: "";
    position: absolute;
    width: 33px;
    height: 23px;
    background-color: var(--white-color);
    bottom: 1px;
    margin-left: 44px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%);
            clip-path: polygon(0 0, 75% 0, 100% 100%);
  }
  .seminar-block-main-read__inner {
    background: var(--white-color);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    height: 100%;
  }
  .seminar-block-main-read__body {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .seminar-block-main-read-txt {
  }
  .seminar-block-main-read-txt .c-txt {
    letter-spacing: 0;
    font-family: var(--f-kurenaido);
  }
  .seminar-block-main-read-name {
    margin-top: 12px;
  }
  .seminar-block-main-read-name__label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .seminar-block-main-read-name__label span{
    font-size: 24px;
    font-family: var(--f-kurenaido);
  }
  .seminar-block-main-read-btn {
    margin-top: auto;
  }
  .seminar-block-main-read-btn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .seminar-block-main-read-btn-txt::after {
    content: "";
    display: block;
    width: 34.125px;
    aspect-ratio: 1 / 1;
    mask: url("../image/ico_movie_modal.svg") no-repeat center / contain;
    -webkit-mask: url("../image/ico_movie_modal.svg") no-repeat center / contain;
    background: var(--seminar-color);
    margin-left: 12px;
  }
  .seminar-block-main-read-btn-txt__label {
    color: var(--seminar-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .seminar-block-main-visual {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .seminar-block-main-visual__inner {
    padding: 0 16px;
  }
  .main-visual-img {
  }
  .main-visual-img img {
    border-radius: 10px;
  }
  .main-visual-profile {
    margin-top: 6px;
  }
  .main-visual-profile-heading {
  }
  .main-visual-profile-heading__label {
    color: var(--seminar-color);
    font-size: 24px;
    font-weight: 700;
  }
  .main-visual-profile-txt {
  }
  .main-visual-profile-txt .c-txt {
    letter-spacing: 0;
  }
  /* growth */
  .seminar-list-item + .seminar-list-item {
    margin-top: 48px;
  }
  .seminar-block-speaking {
    overflow-x: scroll;
    margin-top: 18px;
    margin-left: calc(var(--section-margin) * -1 * 1px);
    margin-right: calc(var(--section-margin) * -1 * 1px);
  }
  .seminar-block-speaking__inner {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: var(--seminar-color);
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 15px;
    margin-left: calc(var(--section-margin) * 1px);
    margin-right: calc(var(--section-margin) * 1px);
  }
  .seminar-block-speaking__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    padding: 8px 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .seminar-block-speaking-heading {
    margin-left: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .seminar-block-speaking-heading-txt {
    text-align: center;
  }
  .seminar-block-speaking-heading-txt__label {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
  }
  .seminar-block-speaking-date {
  }
  .seminar-block-speaking-date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .seminar-block-speaking-date-list-item {
    min-width: 104px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .speaking-date {
  }
  .speaking-date__inner {
    background: var(--white-color);
    border-radius: 9999px;
    padding-left: 13px;
    padding-right: 28px;
    position: relative;
  }
  .speaking-date__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
  }
  .speaking-date-txt {
  }
  .speaking-date-txt__label {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .speaking-date-ico {
    width: 11px;
    height: 11px;
    background: url("../image/ico_btn_arrow.svg") no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    margin-right: 13px;
  }
}

/* --------------------------------------------------------------------------
  speakers
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .speakers {
  }
  .speakers__inner {
    padding: 0 72px;
    max-width: 1328px;
  }
  .speakers__body {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .speakers-ttl {
  }
  .speakers-ttl__inner {
  }
  .speakers-ttl .c-header--lv1{
    margin-bottom: 32px;
  }
  .speakers-txt {
  }
  .speakers__list-wrapper {
    position: relative;
    margin-top: 44px;
  }
  .speakers__list {
    padding: 0 13px;
  }
  .speakers-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .speakers-list__item {
    height: auto;
  }
  .speakers-list__item--seminar {
    --speakers-color: var(--growth-color);
  }
  .speakers-list__item--inheritance {
    --speakers-color: var(--inheritance-color);
  }
  .speakers-list__item--ma {
    --speakers-color: var(--ma-color);
  }
  .speakers-list__item--disable{
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
  .speakers-list__item--disable a{
    pointer-events: none;
  }
  .speakers-list__item--disable .speakers-card-ico{
    background: var(--gray-color);
  }
  .speakers-list__item--disable .speakers-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 31px);
    background: var(--gray-color);
    opacity: 0.5;
    margin-top: 31px;
    border-radius: 20px;
  }
  .speakers-card {
    position: relative;
    padding-top: 31px;
    height: 100%;
    display: block;
  }
  .speakers-card__inner {
    background: var(--white-color);
    border-radius: 20px;
    padding: 0 24px;
    -webkit-box-shadow: rgba(251, 193, 93, 0.29) 0 0 13px;
            box-shadow: rgba(251, 193, 93, 0.29) 0 0 13px;
    height: 100%;
  }
  .speakers-card__body {
    padding: 30px 0;
    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;
  }
  .speakers-card-img {
    max-width: 303px;
    width: 100%;
    margin: 0 auto;
  }
  .speakers-card-read {
    margin-top: 22px;
    height: 100%;
  }
  .speakers-card-read__inner {
    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;
  }
  .speakers-card-read-heading {
    text-align: center;
    margin-bottom: 14px;
  }
  .speakers-card-read-heading__label {
    color: var(--speakers-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.64;
  }
  .speakers-card-read-detail {
    margin-bottom: 12px;
  }
  .speakers-card-read-detail__label {
    font-size: 20px;
    line-height: 1.8;
  }
  .speakers-card-read-txt {
  }
  .speakers-card-read-txt__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .speakers-card-ico {
    background: var(--speakers-color);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -7px;
  }
  .speakers-card-ico__inner {
    text-align: center;
    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;
    width: 100%;
    height: 100%;
  }
  .speakers-card-ico__label {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.32;
  }
  .swiper-pagination-speakers {
  }
  .speakers-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: 1160px;
    pointer-events: none;
  }
  .swiper-prev-speakers.swiper-button-disabled,
  .swiper-next-speakers.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .swiper-prev-speakers {
  }
  .swiper-next-speakers {
  }
  .swiper-prev-speakers,
  .swiper-next-speakers {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 2px solid var(--black-color);
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .swiper-prev-speakers {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-left: -18px;
  }
  .swiper-next-speakers {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin-right: -18px;
  }
  .swipe-speakers-ico {
    width: 10px;
    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-speakers .swipe-speakers-ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .swiper-scrollbar-speakers {
    background: rgba(0, 0, 0, 0.15);
    height: 6px;
    max-width: 580px;
    margin: 28px auto 0;
  }
  .swiper-scrollbar-speakers .swiper-scrollbar-drag {
    background: var(--black-color);
    border-radius: 0;
  }
}
@media all and (max-width:960px) and (min-width: 768px) {
  .seminar-block-main__inner{
    gap: 68px;
  }
  .seminar-list-item:nth-child(odd) .seminar-block-main__inner,
  .seminar-list-item:nth-child(even) .seminar-block-main__inner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seminar-list-item:nth-child(odd) .seminar-block-main-read,
  .seminar-list-item:nth-child(even) .seminar-block-main-read{
    max-width: inherit;
    margin-top: initial;
    margin-left: initial;
    margin-right: initial;
    min-height: initial;
  }
  .seminar-block-main-read::before{
    top: inherit;
    margin-top: initial;
    bottom: 1px;
    width: 78px;
    height: 56px;
  }
  .seminar-list-item:nth-of-type(odd) .seminar-block-main-read::before,
  .seminar-list-item:nth-of-type(even) .seminar-block-main-read::before{
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    right: initial;
    left: 0;
    margin-left: 80px;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%);
            clip-path: polygon(0 0, 75% 0, 100% 100%);
  }
  .seminar-block-main-visual{
    max-width: inherit;
  }
  .seminar-block-main-visual__inner{
    margin-left: 32px;
    margin-right: 32px;
  }
  .main-visual-profile{
    margin-left: 0;
  }
  .seminar-block-intro-merit__body{
    margin-left: 0;
  }
}
@media all and (max-width:767px) {
  .speakers {
  }
  .speakers__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .speakers__body {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .speakers-ttl {
  }
  .speakers-ttl__inner {
  }
  .speakers-ttl .c-header--lv1{
    margin-bottom: 14px;
  }
  .speakers-txt {
  }
  .speakers-txt .c-txt{
  }
  .speakers__list-wrapper {
    position: relative;
    margin-top: 22px;
    margin-left: calc(var(--section-margin) * -1 * 1px);
    margin-right: calc(var(--section-margin) * -1 * 1px);
  }
  .speakers__list {
    padding: 0 42px;
  }
  .speakers-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .speakers-list__item {
    height: auto;
  }
  .speakers-list__item--seminar {
    --speakers-color: var(--growth-color);
  }
  .speakers-list__item--inheritance {
    --speakers-color: var(--inheritance-color);
  }
  .speakers-list__item--disable{
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
  .speakers-list__item--disable a{
    pointer-events: none;
  }
  .speakers-list__item--disable .speakers-card-ico{
    background: var(--gray-color);
  }
  .speakers-list__item--disable .speakers-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    background: var(--gray-color);
    opacity: 0.5;
    margin-top: 10px;
    border-radius: 15px;
  }
  .speakers-card {
    position: relative;
    padding-top: 10px;
    height: 100%;
    display: block;
  }
  .speakers-card__inner {
    background: var(--white-color);
    border-radius: 15px;
    padding: 0 20px;
    -webkit-box-shadow: rgba(251, 193, 93, 0.29) 0 0 13px;
            box-shadow: rgba(251, 193, 93, 0.29) 0 0 13px;
    height: 100%;
  }
  .speakers-card__body {
    padding: 20px 0;
    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;
  }
  .speakers-card-img {
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
  }
  .speakers-card-read {
    margin-top: 14px;
    height: 100%;
  }
  .speakers-card-read__inner {
    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;
  }
  .speakers-card-read-heading {
    text-align: center;
    margin-bottom: 12px;
  }
  .speakers-card-read-heading__label {
    color: var(--speakers-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
  .speakers-card-read-detail {
    margin-bottom: 12px;
  }
  .speakers-card-read-detail__label {
    font-size: 20px;
    line-height: 1.6;
  }
  .speakers-card-read-txt {
  }
  .speakers-card-read-txt__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
  .speakers-card-ico {
    background: var(--speakers-color);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 9px;
  }
  .speakers-card-ico__inner {
    text-align: center;
    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;
    width: 100%;
    height: 100%;
  }
  .speakers-card-ico__label {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.32;
  }
  .swiper-pagination-speakers {
  }
  .speakers-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%;
    pointer-events: none;
  }
  .swiper-prev-speakers.swiper-button-disabled,
  .swiper-next-speakers.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .swiper-prev-speakers {
  }
  .swiper-next-speakers {
  }
  .swiper-prev-speakers,
  .swiper-next-speakers {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid var(--black-color);
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .swiper-prev-speakers {
    margin-left: 20px;
  }
  .swiper-next-speakers {
    margin-right: 20px;
  }
  .swipe-speakers-ico {
    width: 8px;
    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-speakers .swipe-speakers-ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .swiper-scrollbar-speakers {
    background: rgba(0, 0, 0, 0.15);
    height: 6px;
    margin: 23px -23px 0;
  }
  .swiper-scrollbar-speakers .swiper-scrollbar-drag {
    background: var(--black-color);
    border-radius: 0;
  }
}

/* --------------------------------------------------------------------------
  voices
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .voices {
    --voices-color: rgba(254, 218, 172, 0.8);
    background: var(--voices-color);
    position: relative;
  }
  .voices::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 170px;
    background: url("../image/voice_bg.png") no-repeat center / 3052px;
    background: url("../image/voice_bg.webp") no-repeat center / 3052px;
    background: url("../image/voice_bg.avif") no-repeat center / 3052px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50% , 100%);
            transform: translate(-50% , 100%);
  }
  .voices__inner {
  }
  .voices__body {
  }
  .voices__chunk {
    position: relative;
  }
  .seminar-visual__container {
    width: 100vw;
    height: 288px;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 74px;
  }
  .seminar-slide-wrapper {
    height: 100%;
  }
  .seminar-slide__container {
    height: 100%;
  }
  .seminar-slide {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .seminar-slide-item {
    width: auto;
  }
  .seminar-slide-item .c-img-contain__src{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voices .c-header--lv1 {
    margin-bottom: 20px;
  }
  .voices-visual {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 74px;
  }

  .voices-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .voices-box-graph__container {
    margin-right: 70px;
    margin-top: 6px;
  }
  .voices-box-graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 522px;
    width: 100%;
    gap: 26px;
  }
  .voices-box-graph-list-item {
    width: 267px;
  }
  .voices-graph-img {
  }
  .voices-box-read {
    margin-left: 78px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .voices-ttl {
  }
  .voices-ttl__inner {
  }
  .voices-txt {
  }
  .voices-list__container {
    max-width: 934px;
    margin: 26px auto 0;
  }
  .voices-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: 20px;
  }
  .voices-list-item {
    width: 100%;
  }
  .voices-list-item:nth-of-type(odd) .voices-card{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voices-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
  .voices-card-comment {
    position: relative;
    width: 100%;
  }
  .voices-list-item--01 .voices-card-comment{
    max-width: 688px;
  }
  .voices-list-item--02 .voices-card-comment{
    max-width: 440px;
  }
  .voices-list-item--03 .voices-card-comment{
    max-width: 696px;
  }
  .voices-card-comment::before {
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background: var(--white-color);
    position: absolute;
    top: 50%;
  }
  .voices-list-item:nth-of-type(odd) .voices-card-comment::before{
    left: 1px;
    -webkit-transform: translate(-100% , -50%);
            transform: translate(-100% , -50%);
    -webkit-clip-path: polygon(0 50% , 100% 0 , 100% 100%);
            clip-path: polygon(0 50% , 100% 0 , 100% 100%);
  }
  .voices-list-item:nth-of-type(even) .voices-card-comment::before{
    right: 1px;
    -webkit-transform: translate(100% , -50%);
            transform: translate(100% , -50%);
    -webkit-clip-path: polygon(100% 50% , 0 0 , 0 100%);
            clip-path: polygon(100% 50% , 0 0 , 0 100%);
  }
  .voices-card-comment__inner {
    background: var(--white-color);
    border-radius: 20px;
    padding: 0 34px;
  }
  .voices-card-comment__body {
    padding: 12px 0;
  }
  .voices-card-comment-txt {
  }
  .voices-card-comment-txt__label {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .voices-card-comment-profile {
  }
  .voices-card-comment-profile__label {
    font-size: 20px;
    font-weight: 700;
  }
  .voices-card-img {
    width: 123px;
    aspect-ratio: 1 / 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media all and (max-width:960px) and (min-width: 768px) {
  .voices-box{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voices-box-read{
    margin-left: 0;
    text-align: center;
  }
  .voices .c-header__contianer.c-header__contianer--left{
    text-align: center;
  }
  .voices-box-graph__container{
    margin-right: 0;
  }
}
@media all and (max-width:767px) {
  .voices {
    --voices-color: rgba(254, 218, 172, 0.8);
    background: var(--voices-color);
    position: relative;
  }
  .voices::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 40px;
    background: url("../image/voice_bg.png") no-repeat center / 750px;
    background: url("../image/voice_bg.webp") no-repeat center / 750px;
    background: url("../image/voice_bg.avif") no-repeat center / 750px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50% , 100%);
            transform: translate(-50% , 100%);
  }
  .voices__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .venue .c-header__contianer.c-header__contianer--left{
    text-align: center;
  }
  .voices__body {
    padding-bottom: 42px;
  }
  .voices__chunk {
    position: relative;
  }
  .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-wrapper {
    height: 100%;
  }
  .seminar-slide__container {
    height: 100%;
  }
  .seminar-slide {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .seminar-slide-item {
    width: auto;
  }
  .seminar-slide-item .c-img-contain__src{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voices .c-header--lv1 {
    margin-bottom: 14px;
  }
  .voices-visual {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 74px;
  }

  .voices-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voices-box-graph__container {
  }
  .voices-box-graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 522px;
    width: 100%;
    gap: 20px;
  }
  .voices-box-graph-list-item {
    width: 156px;
  }
  .voices-graph-img {
  }
  .voices-box-read {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .voices-ttl {
  }
  .voices-ttl__inner {
  }
  .voices .c-header__contianer.c-header__contianer--left{
    text-align: center;
  }
  .voices-txt {
  }
  .voices-txt .c-txt{
    text-align: center;
  }
  .voices-list__container {
    max-width: 934px;
    margin: 40px auto 0;
  }
  .voices-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: 14px;
  }
  .voices-list-item {
    width: 100%;
  }
  .voices-list-item:nth-of-type(odd) .voices-card{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voices-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .voices-card-comment {
    position: relative;
    width: 100%;
  }
  .voices-card-comment::before {
    content: "";
    display: block;
    width: 10px;
    height: 13px;
    background: var(--white-color);
    position: absolute;
    top: 50%;
  }
  .voices-list-item:nth-of-type(odd) .voices-card-comment::before{
    left: 1px;
    -webkit-transform: translate(-100% , -50%);
            transform: translate(-100% , -50%);
    -webkit-clip-path: polygon(0 50% , 100% 0 , 100% 100%);
            clip-path: polygon(0 50% , 100% 0 , 100% 100%);
  }
  .voices-list-item:nth-of-type(even) .voices-card-comment::before{
    right: 1px;
    -webkit-transform: translate(100% , -50%);
            transform: translate(100% , -50%);
    -webkit-clip-path: polygon(100% 50% , 0 0 , 0 100%);
            clip-path: polygon(100% 50% , 0 0 , 0 100%);
  }
  .voices-card-comment__inner {
    background: var(--white-color);
    border-radius: 15px;
    padding: 0 20px;
  }
  .voices-card-comment__body {
    padding: 12px 0;
  }
  .voices-card-comment-txt {
  }
  .voices-card-comment-txt__label {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .voices-card-comment-profile {
  }
  .voices-card-comment-profile__label {
    font-size: 20px;
    font-weight: 700;
  }
  .voices-card-img {
    width: 71px;
    aspect-ratio: 1 / 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* --------------------------------------------------------------------------
  venue
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .venue {
  }
  .venue__inner {
  }
  .venue__body {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .venue__chunk {
  }
  .venue-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 78px;
  }
  .venue-ttl {
  }
  .venue-ttl__inner {
  }
  .venue-txt {
  }
  .venue-ico{
    position: absolute;
    width: 177px;
    margin-top: 64px;
    margin-left: 172px;
  }
  .venue-head-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 675px;
    margin-right: 60px;
    margin-top: -60px;
  }
  .venue-head-map-img__container {
    position: relative;
  }
  .venue-head-map-img {
  }
  .venue-map-link {
  }
  .venue-map-link-list {
  }
  .venue-map-link-list-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .venue-map-link-list-item--hokkaido {
    margin-top: 65px;
    margin-left: 475px;
  }
  .venue-map-link-list-item--hokkaido .venue-map-ico__inner{
    padding: 8px 0;
    width: 98px;
  }
  .venue-map-link-list-item--tohoku {
    margin-top: 233px;
    margin-left: 410px;
  }
  .venue-map-link-list-item--kanto {
    margin-top: 325px;
    margin-left: 425px;
  }
  .venue-map-link-list-item--chubu {
    margin-top: 360px;
    margin-left: 335px;
  }
  .venue-map-link-list-item--kinki {
    margin-top: 416px;
    margin-left: 239px;
  }
  .venue-map-link-list-item--chushikoku {
    margin-top: 442px;
    margin-left: 113px;
  }
  .venue-map-link-list-item--kyushuOkinawa {
    margin-top: 516px;
    margin-left: -34px;
  }
  .venue-map-ico {
    display: inline-block;
    text-align: center;
  }
  .venue-map-ico__inner {
    background: var(--white-color);
    padding: 8px 18px;
    border-radius: 9999px;
    -webkit-box-shadow: rgba(251, 193, 93, 0.93) 0 0 21px;
            box-shadow: rgba(251, 193, 93, 0.93) 0 0 21px;
  }
  .venue-map-ico-txt {
    font-size: 20px;
    line-height: 1;
  }
  .venue-map-ico-txt__label {
  }
  .venue__schedule{
    margin-top: 423px;
  }
  .schedule-content {
  }
  .schedule-content__inner {
  }
  .schedule-feature__container {
  }
  .schedule-feature {
    margin-top: 20px;
  }
  .schedule-tab {
    margin-bottom: 30px;
  }
  .schedule-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .schedule-tab-list-item {
    width: 50%;
  }
  .schedule-tab-list-item .c-btn {
    width: 100%;
    --btn-bg: transparent;
    --btn-txt:var(--gray-color);
    --btn-border: none;
    --btn-font-size: 24px;
    --btn-px: 0;
    --btn-min-h: 56px;
    border-bottom: 4px solid var(--gray-color);
  }
  [data-tab="1"] [data-trigger="1"] .c-btn,
  [data-tab="2"] [data-trigger="2"] .c-btn {
    --btn-txt: var(--black-color);
    border-bottom: 4px solid var(--black-color);
  }
  .schedule-subtab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule-subtab-item{
    border-radius: 9999px;
    border: 2px solid var(--black-color);
    cursor: pointer;
  }
  .js-monthtab[data-tab="1"] [data-trigger="1"].schedule-subtab-item,
  .js-monthtab[data-tab="2"] [data-trigger="2"].schedule-subtab-item,
  .js-monthtab[data-tab="3"] [data-trigger="3"].schedule-subtab-item,
  .js-monthtab[data-tab="4"] [data-trigger="4"].schedule-subtab-item,
  .js-monthtab[data-tab="5"] [data-trigger="5"].schedule-subtab-item,
  .js-areatab[data-tab="1"] [data-trigger="1"].schedule-subtab-item,
  .js-areatab[data-tab="2"] [data-trigger="2"].schedule-subtab-item,
  .js-areatab[data-tab="3"] [data-trigger="3"].schedule-subtab-item,
  .js-areatab[data-tab="4"] [data-trigger="4"].schedule-subtab-item,
  .js-areatab[data-tab="5"] [data-trigger="5"].schedule-subtab-item,
  .js-areatab[data-tab="6"] [data-trigger="6"].schedule-subtab-item,
  .js-areatab[data-tab="7"] [data-trigger="7"].schedule-subtab-item{
    background-color: var(--black-color);
    color: var(--white-color);
  }
  .schedule-subtab-item__inner{
    padding: 0 24px;
  }
  .schedule-feature__checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
  .schedule-feature__checkbox input{
    position: relative;
    width: 26px;
    height: 26px;
    -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;
  }
  .schedule-feature__checkbox input:checked{
    background: var(--black-color);
    border-color: var(--black-color);
  }
  .schedule-feature__checkbox input::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 18px;
    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);
  }
  .schedule-feature__checkbox input:checked::before {
    opacity: 1;
  }
  .schedule-feature__checkbox label{
    font-size: 18px;
  }
  .schedule-list__container {
  }
  .schedule-list-heading {
    margin-bottom: 16px;
  }
  .schedule-list-heading__label {
    font-size: 24px;
    font-weight: 700;
  }
  .schedule-list {
  }
  .schedule-hidden .schedule-list-heading {
    margin-top: 32px;
  }
  .schedule-hidden .schedule-list {
    margin-top: 17px;
  }
  .schedule-list-item {
  }
  .schedule-list-item + .schedule-list-item {
    margin-top: 17px;
  }
  .schedule-list-item-error__label{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }
  .schedule-card {
    background: var(--white-color);
  }
  .schedule-list-item--disabled .schedule-card {
    background: var(--white-color);
    position: relative;
  }
  .schedule-list-item--disabled .schedule-card::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .schedule-list-item--disabled .schedule-card::after {
    content: "終了";
    color: var(--white-color);
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: calc(165 / 1158 * 100%);
  }
  .schedule-card__inner {
    padding: 0 12px;
  }
  .schedule-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    min-height: 100px;
  }
  .schedule-card-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .schedule-card-read-item {
    position: relative;
  }
  .schedule-card-read-item--area {
    max-width: 110px;
    width: 100%;
  }
  .schedule-card-read-item--date {
    max-width: 200px;
    width: 100%;
  }
  .schedule-card-read-item--location {
    padding-left: 20px;
  }
  .schedule-card-read-item--location .schedule-card-txt__label{
    font-weight: 500;
    font-size: 20px;
    text-align: left;
  }
  .schedule-card-read-item + .schedule-card-read-item::before {
    content: "";
    background: var(--black-color);
    width: 1px;
    padding-top: 41px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .schedule-card-txt {
    text-align: center;
  }
  .schedule-card-txt__label {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }
  .schedule-card-application {
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .schedule-card-application-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .schedule-card-application-list-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .schedule-card-application-list-item--inheritance {
    --application-color: var(--growth-color);
  }
  .schedule-card-application-list-item--growth {
    --application-color: var(--inheritance-color);
  }
  .schedule-card-application-list-item--ma {
    --application-color: var(--ma-color);
  }
  .schedule-card-application-list-item--coming {
    --application-color: #ccc;
    pointer-events: none;
    cursor: none;
  }
  .schedule-list-item--inheritance-disabled .schedule-card-application-list-item--inheritance,
  .schedule-list-item--growth-disabled .schedule-card-application-list-item--growth,
  .schedule-list-item--ma .schedule-card-application-list-item--inheritance{
    opacity: 0;
    visibility: hidden;
  }
  .application-card {
    display: block;
    background: var(--application-color);
    border-radius: 9999px;
    min-width: 159px;
  }
  .application-card__inner {
    padding: 0 20px;
  }
  .application-card__body {
    padding: 10px 0;
  }
  .application-card-txt {
    text-align: center;
  }
  .application-card-txt__label {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.47;
  }
  .application-card-txt__label span {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media all and (max-width:960px) and (min-width: 768px) {
  .schedule-subtab-item__inner{
    padding: 0 16px;
  }
  .venue-head{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .venue .c-header__contianer.c-header__contianer--left{
    text-align: center;
  }
  .venue-ico{
    margin-top: 224px;
    margin-left: 0px;
  }
  .venue-head-map{
    position: relative;
    margin-right: 0;
    margin-top: 0;
  }
  .venue__schedule{
    margin-top: 20px;
  }
  .schedule-card {
    background: var(--white-color);
  }
  .schedule-list-item--disabled .schedule-card {
    background: var(--white-color);
    position: relative;
  }
  .schedule-list-item--disabled .schedule-card::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .schedule-list-item--disabled .schedule-card::after {
    content: "終了";
    color: var(--white-color);
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-right: 0;
    text-align: center;
  }
  .schedule-card__inner {
    padding: 0 20px;
  }
  .schedule-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
    min-height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule-card-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
    padding: 0 8px;
    width: 100%;
  }
  .schedule-card-read-item {
    padding: 0 12px;
    position: relative;
  }
  .schedule-card-read-item--area {
    width: unset;
  }
  .schedule-card-read-item--date {
    width: unset;
    padding-left: 0;
  }
  .schedule-card-read-item--location {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-card-read-item + .schedule-card-read-item::before {
    content: "";
    background: var(--black-color);
    width: 1px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .schedule-card-read-item + .schedule-card-read-item.schedule-card-read-item--location::before{
    content: none;
  }
  .schedule-card-txt {
    text-align: start;
  }
  .schedule-card-txt__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  .schedule-card-application {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 10px;
  }
  .schedule-card-application-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .schedule-card-application-list-item {
    width: calc((100% - 10px) / 2);
  }
  .schedule-card-application-list-item--inheritance {
    --application-color: var(--growth-color);
  }
  .schedule-card-application-list-item--growth {
    --application-color: var(--inheritance-color);
  }
  .schedule-card-application-list-item--ma {
    --application-color: var(--ma-color);
  }
  .schedule-list-item--inheritance-disabled .schedule-card-application-list-item--inheritance,
  .schedule-list-item--growth-disabled .schedule-card-application-list-item--growth,
  .schedule-list-item--ma .schedule-card-application-list-item--inheritance{
    opacity: 0;
    visibility: hidden;
  }
  .application-card {
    display: block;
    background: var(--application-color);
    border-radius: 9999px;
  }
  .application-card__inner {
    padding: 0 10px;
  }
  .application-card__body {
    padding: 10px 0;
  }
  .application-card-txt {
    text-align: center;
  }
  .application-card-txt__label {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.47;
  }
  .application-card-txt__label span {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media all and (max-width:767px) {
  .venue {
  }
  .venue__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .venue__body {
    padding-top: 78px;
  }
  .venue__chunk {
  }
  .venue-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
  .venue-ttl {
  }
  .venue-ttl__inner {
  }
  .venue-txt {
  }
  .venue-txt .c-txt{
    text-align: center;
  }
  .venue-ico{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: min(calc(128 / var(--sp)* 100vw), 128px);
    margin-left: min(calc(-70 / var(--sp)* 100vw), 70px);
    width: min(calc(80 / var(--sp)* 100vw), 80px);
  }
  .venue-head-map {
    width: min(calc(335 / var(--sp)* 100vw), 335px);
    margin: 0 auto;
    -webkit-transform: translateX(min(calc(10 / var(--sp)* 100vw), 10px));
            transform: translateX(min(calc(10 / var(--sp)* 100vw), 10px));
  }
  .venue-head-map-img__container {
    position: relative;
  }
  .venue-head-map-img {
  }
  .venue-map-link {
  }
  .venue-map-link-list {
  }
  .venue-map-link-list-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .venue-map-link-list-item--hokkaido {
    margin-top: min(calc(26 / var(--sp)* 100vw), 26px);
    margin-left: min(calc(220 / var(--sp)* 100vw), 220px);
  }
  .venue-map-link-list-item--hokkaido .venue-map-ico__inner{

  }
  .venue-map-link-list-item--tohoku {
    margin-top: min(calc(110 / var(--sp)* 100vw), 110px);
    margin-left: min(calc(204 / var(--sp)* 100vw), 204px);
  }
  .venue-map-link-list-item--kanto {
    margin-top: min(calc(156 / var(--sp)* 100vw), 156px);
    margin-left: min(calc(230 / var(--sp)* 100vw), 230px);
  }
  .venue-map-link-list-item--chubu {
    margin-top: min(calc(174 / var(--sp)* 100vw), 174px);
    margin-left: min(calc(165.5 / var(--sp)* 100vw), 165.5px);
  }
  .venue-map-link-list-item--kinki {
    margin-top: min(calc(212 / var(--sp)* 100vw), 212px);
    margin-left: min(calc(118 / var(--sp)* 100vw), 118px);
  }
  .venue-map-link-list-item--chushikoku {
    margin-top: min(calc(204 / var(--sp)* 100vw), 204px);
    margin-left: min(calc(32 / var(--sp)* 100vw), 32px);
  }
  .venue-map-link-list-item--kyushuOkinawa {
    margin-top: min(calc(252 / var(--sp)* 100vw), 252px);
    margin-left: min(calc(-17 / var(--sp)* 100vw), -17px);
  }
  .venue-map-ico {
    display: inline-block;
    text-align: center;
  }
  .venue-map-ico__inner {
    background: var(--white-color);
    padding: min(calc(8 / var(--sp)* 100vw), 8px) min(calc(9 / var(--sp)* 100vw), 9px) min(calc(8 / var(--sp)* 100vw), 8px) min(calc(11 / var(--sp)* 100vw), 11px);
    border-radius: 9999px;
    -webkit-box-shadow: rgba(251, 193, 93, 0.93) 0 0 min(calc(21 / var(--sp)* 100vw), 21px);
            box-shadow: rgba(251, 193, 93, 0.93) 0 0 min(calc(21 / var(--sp)* 100vw), 21px);
    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;
  }
  .venue-map-ico-txt {
    font-size: min(calc(20 / var(--sp)* 100vw), 20px);
    line-height: 1;
    font-weight: 700;
  }
  .venue-map-ico-txt__label {
  }
  .venue__schedule{
    margin-top: 22px;
  }
  .schedule-content {
  }
  .schedule-content__inner {
  }
  .schedule-feature__container {
  }
  .schedule-feature {
    margin-top: 24px;
  }
  .schedule-tab {
    margin-bottom: 20px;
  }
  .schedule-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
  .schedule-tab-list-item {
    width: 50%;
  }
  .schedule-tab-list-item .c-btn {
    width: 100%;
    --btn-bg: transparent;
    --btn-txt:var(--gray-color);
    --btn-border: none;
    --btn-font-size: 20px;
    --btn-px: 0;
    --btn-min-h: 40px;
    border-bottom: 4px solid var(--gray-color);
  }
  [data-tab="1"] [data-trigger="1"] .c-btn,
  [data-tab="2"] [data-trigger="2"] .c-btn {
    --btn-txt: var(--black-color);
    border-bottom: 4px solid var(--black-color);
  }
  .schedule-subtab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .schedule-subtab-item{
    border-radius: 9999px;
    border: 2px solid var(--black-color);
    cursor: pointer;
  }
  .js-monthtab[data-tab="1"] [data-trigger="1"].schedule-subtab-item,
  .js-monthtab[data-tab="2"] [data-trigger="2"].schedule-subtab-item,
  .js-monthtab[data-tab="3"] [data-trigger="3"].schedule-subtab-item,
  .js-monthtab[data-tab="4"] [data-trigger="4"].schedule-subtab-item,
  .js-monthtab[data-tab="5"] [data-trigger="5"].schedule-subtab-item,
  .js-areatab[data-tab="1"] [data-trigger="1"].schedule-subtab-item,
  .js-areatab[data-tab="2"] [data-trigger="2"].schedule-subtab-item,
  .js-areatab[data-tab="3"] [data-trigger="3"].schedule-subtab-item,
  .js-areatab[data-tab="4"] [data-trigger="4"].schedule-subtab-item,
  .js-areatab[data-tab="5"] [data-trigger="5"].schedule-subtab-item,
  .js-areatab[data-tab="6"] [data-trigger="6"].schedule-subtab-item,
  .js-areatab[data-tab="7"] [data-trigger="7"].schedule-subtab-item{
    background-color: var(--black-color);
    color: var(--white-color);
  }
  .schedule-subtab-item__inner{
    padding: 0 16px;
  }
  .schedule-feature__checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin-top: 22px;
  }
  .schedule-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;
  }
  .schedule-feature__checkbox input:checked{
    background: var(--black-color);
    border-color: var(--black-color);
  }
  .schedule-feature__checkbox input::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 16px;
    height: 14px;
    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);
  }
  .schedule-feature__checkbox input:checked::before {
    opacity: 1;
  }
  .schedule-feature__checkbox label{
    font-size: 18px;
  }
  .schedule-list__container {
  }
  .schedule-list-heading {
    margin-bottom: 16px;
  }
  .schedule-list-heading__label {
    font-size: 24px;
    font-weight: 700;
  }
  .schedule-list {
  }
  .schedule-hidden .schedule-list-heading {
    margin-top: 32px;
  }
  .schedule-hidden .schedule-list {
    margin-top: 17px;
  }
  .schedule-list-item {
  }
  .schedule-list-item + .schedule-list-item {
    margin-top: 15px;
  }
  .schedule-list-item-error__label{
    font-size: 13px;
    line-height: 1.5;
  }
  .schedule-card {
    background: var(--white-color);
  }
  .schedule-list-item--disabled .schedule-card {
    background: var(--white-color);
    position: relative;
  }
  .schedule-list-item--disabled .schedule-card::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .schedule-list-item--disabled .schedule-card::after {
    content: "終了";
    color: var(--white-color);
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .schedule-card__inner {
    padding: 0 12px;
  }
  .schedule-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0;
    min-height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule-card-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
    padding: 0 8px;
    width: 100%;
  }
  .schedule-card-read-item {
    padding: 0 12px;
    position: relative;
  }
  .schedule-card-read-item--area {
    max-width: 50%;
  }
  .schedule-card-read-item--date {
    padding-left: 0;
  }
  .schedule-card-read-item--location {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-card-read-item + .schedule-card-read-item::before {
    content: "";
    background: var(--black-color);
    width: 1px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .schedule-card-read-item + .schedule-card-read-item.schedule-card-read-item--location::before{
    content: none;
  }
  .schedule-card-txt {
  }
  .schedule-card-txt__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }
  .schedule-card-application {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: 10px;
  }
  .schedule-card-application-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .schedule-card-application-list-item {
    width: calc((100% - 10px) / 2);
  }
  .schedule-card-application-list-item--inheritance {
    --application-color: var(--growth-color);
  }
  .schedule-card-application-list-item--growth {
    --application-color: var(--inheritance-color);
  }
  .schedule-card-application-list-item--ma {
    --application-color: var(--ma-color);
  }
  .schedule-card-application-list-item--coming {
    background: #ccc;
    width: 100%;
    pointer-events: none;
  }
  
  .schedule-list-item--inheritance-disabled .schedule-card-application-list-item--inheritance,
  .schedule-list-item--growth-disabled .schedule-card-application-list-item--growth,
  .schedule-list-item--ma .schedule-card-application-list-item--inheritance {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .application-card {
    display: block;
    background: var(--application-color);
    border-radius: 9999px;
  }
  .application-card__inner {
    padding: 0 10px;
  }
  .application-card__body {
    padding: 10px 0;
  }
  .application-card-txt {
    text-align: center;
  }
  .application-card-txt__label {
    color: var(--white-color);
    font-size: min(calc(12 / var(--sp)* 100vw), 20px);
    font-weight: 700;
    line-height: 1.47;
  }
  .application-card-txt__label span {
    font-size: min(calc(16 / var(--sp)* 100vw), 20px);
    line-height: 1.2;
  }
}
@media all and (max-width:1200px) and (min-width: 768px) {
  .venue-ico{
    margin-top: 64px;
    margin-left: 20px;
  }
}

/* --------------------------------------------------------------------------
  faq
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .faq {
  }
  .faq__inner {
  }
  .faq .c-header--lv1{
   margin-bottom: 36px; 
  }
  .faq__body {
    padding-top: 50px;
    padding-bottom: 236px;
  }
  .faq-content__continer {
  }
  .faq-content {
  }
  .faq-feature-content {
  }
  .faq-feature__row {
  }
  .faq-feature-info__body {
  }
  .faq-feature-info-content {
  }
  .faq-feature-panel-content {
  }
  .faq-feature-panel-content-item {
  }
  .faq-feature-panel-content-item + .faq-feature-panel-content-item {
    margin-top: 32px;
  }
  .js-accordion {
  }
  .faq-feature-panel-content__inner {
  }
  .js-accordion-trigger {
    cursor: pointer;
  }
  .faq-block {
    background: var(--main-color-300);
    position: relative;
    min-height: 80px;
    height: 100%;
  }
  .faq-block::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: var(--main-color-500);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .faq-block__inner {
    padding: 0 26px;
    padding-right: 80px;
    height: 100%;
    position: relative;
  }
  .faq-block__body {
    height: 100%;
    padding: 22px 0;
  }
  .faq-block-ico {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 27px;
    right: 36px;
  }
  .faq-block-ico::before,
  .faq-block-ico::after {
    content: "";
    display: block;
    background: var(--main-color-500);
    width: 24px;
    height: 2px;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq-block-text::before {
    content: "Q.";
    color: var(--main-color-500);
    font-family: var(--f-mPlus);
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-right: 18px;
    margin-top: 4px;
  }
  .faq-block-text__label {
    font-size: 20px;
    font-weight: 500;
  }
  .faq-detail {
    background: var(--white-color);
  }
  .faq-detail__inner {
    padding: 0 26px;
  }
  .faq-detail__body {
    padding: 28px 0;
  }
  .faq-detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq-detail-text::before {
    content: "A.";
    font-family: var(--f-mPlus);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-right: 12px;
  }
  .faq-detail-text__label {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media all and (max-width:767px) {
  .faq {
  }
  .faq__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .faq .c-header--lv1{
   margin-bottom: 14px; 
  }
  .faq__body {
    padding-top: 64px;
    padding-bottom: 106px;
  }
  .faq-content__continer {
  }
  .faq-content {
  }
  .faq-feature-content {
  }
  .faq-feature__row {
  }
  .faq-feature-info__body {
  }
  .faq-feature-info-content {
  }
  .faq-feature-panel-content {
  }
  .faq-feature-panel-content-item {
  }
  .faq-feature-panel-content-item + .faq-feature-panel-content-item {
    margin-top: 20px;
  }
  .js-accordion {
  }
  .faq-feature-panel-content__inner {
  }
  .js-accordion-trigger {
    cursor: pointer;
  }
  .faq-block {
    background: var(--main-color-300);
    position: relative;
    height: 100%;
  }
  .faq-block::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: var(--main-color-500);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .faq-block__inner {
    padding: 0 23px;
    padding-right: 48px;
    height: 100%;
    position: relative;
  }
  .faq-block__body {
    height: 100%;
    padding: 14px 0;
  }
  .faq-block-ico {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .faq-block-ico::before,
  .faq-block-ico::after {
    content: "";
    display: block;
    background: var(--main-color-500);
    width: 20px;
    height: 2px;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq-block-text::before {
    content: "Q.";
    color: var(--main-color-500);
    font-family: var(--f-mPlus);
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-right: 4px;
    margin-top: 2px;
  }
  .faq-block-text__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
  .faq-detail {
    background: var(--white-color);
  }
  .faq-detail__inner {
    padding: 0 26px;
  }
  .faq-detail__body {
    padding: 14px 0;
  }
  .faq-detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .faq-detail-text::before {
    content: "A.";
    font-family: var(--f-mPlus);
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin-right: 4px;
    margin-top: 2px;
  }
  .faq-detail-text__label {
    font-size: 20px;
    line-height: 1.6;
  }
}

/* --------------------------------------------------------------------------
  footer
-------------------------------------------------------------------------- */
@media all and (min-width:768px) {
  .l-footer {
    --footer-color: #ea7300;
    font-family: var(--f-sans-serif);
    position: relative;
    z-index: 1;
    background: var(--footer-color);
  }
  .l-footer::before{
    content: "";
    display: block;
    width: 100vw;
    background: var(--footer-color);
    position: absolute;
    top: 1px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    height: 322px;
    pointer-events: none;
    -webkit-mask: url("../image/footer_bg.png") no-repeat bottom / 1440px;
            mask: url("../image/footer_bg.png") no-repeat bottom / 1440px;
    -webkit-mask: url("../image/footer_bg.webp") no-repeat bottom / 1440px;
            mask: url("../image/footer_bg.webp") no-repeat bottom / 1440px;
    -webkit-mask: url("../image/footer_bg.avif") no-repeat bottom / 1440px;
            mask: url("../image/footer_bg.avif") no-repeat bottom / 1440px;
  }
  .l-footer__inner {
    padding: 0 120px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .l-footer__body {
    padding-bottom: 58px;
  }
  .l-footer__read {
    position: relative;
    top: -36px;
  }
  .l-footer__read::before {
    content: "";
    display: block;
    background: url("../image/footer_ico.png") no-repeat center / contain;
    background: url("../image/footer_ico.webp") no-repeat center / contain;
    background: url("../image/footer_ico.avif") no-repeat center / contain;
    width: calc(171 / 800 * 100%);
    padding-top: calc(139 / 800 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -104px;
    margin-top: 38px;
    }
  .l-footer-heading {
    text-align: center;
    margin-bottom: 16px;
  }
  .l-footer-heading__label {
    color: var(--white-color);
    font-size: 40px;
    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{
      content: "";
      display: block;
      width: 100vw;
      background: var(--footer-color);
      position: absolute;
      left: 50%;
      height: unset;
      z-index: -1;
      aspect-ratio: 2880 / 1194;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-mask: url("../image/footer_bg_l.png") no-repeat top / 100vw;
              mask: url("../image/footer_bg_l.png") no-repeat top / 100vw;
      -webkit-mask: url("../image/footer_bg_l.webp") no-repeat top / 100vw;
              mask: url("../image/footer_bg_l.webp") no-repeat top / 100vw;
      -webkit-mask: url("../image/footer_bg_l.avif") no-repeat top / 100vw;
              mask: url("../image/footer_bg_l.avif") no-repeat top / 100vw;
      margin-top: -165px;
      max-height: calc(100% + 165px);
  }
  .l-footer{
    background: unset;
  }
}
@media all and (max-width:767px) {
  .l-footer {
    --footer-color: #ea7300;
    font-family: var(--f-sans-serif);
    position: relative;
    z-index: 1;
    background: var(--footer-color);
  }
  .l-footer::before{
    content: "";
    display: block;
    width: 100vw;
    background: var(--footer-color);
    position: absolute;
    top: 1px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    height: 88px;
    pointer-events: none;
    -webkit-mask: url("../image/footer_bg.png") no-repeat bottom / 100vw;
            mask: url("../image/footer_bg.png") no-repeat bottom / 100vw;
    -webkit-mask: url("../image/footer_bg.webp") no-repeat bottom / 100vw;
            mask: url("../image/footer_bg.webp") no-repeat bottom / 100vw;
    -webkit-mask: url("../image/footer_bg.avif") no-repeat bottom / 100vw;
            mask: url("../image/footer_bg.avif") no-repeat bottom / 100vw;
  }
  .l-footer__inner {
    padding: 0 calc(var(--section-margin) * 1px);
  }
  .l-footer__body {
    padding-top: 29px;
    padding-bottom: 56px;
  }
  .l-footer__read {
    position: relative;
  }
  .l-footer__read::before {
    content: "";
    display: block;
    background: url("../image/footer_ico.png") no-repeat center / contain;
    background: url("../image/footer_ico.webp") no-repeat center / contain;
    background: url("../image/footer_ico.avif") no-repeat center / contain;
    width: 62px;
    padding-top: 64.5px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -64px;
    margin-right: 4px;
    }
  .l-footer-heading {
    text-align: center;
    margin-bottom: 16px;
  }
  .l-footer-heading__label {
    color: var(--white-color);
    font-size: 24px;
    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.6;
    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__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
  }

}