@charset "utf-8";
body{
    font-size: 1.1111111111111112vw;
    font-family: "Noto Sans", sans-serif;
}
#point,
#curriculum,
#outline,
#contact,
#entry{
    scroll-margin-top: 3.4722222222222223vw; /* ヘッダーの高さなどに合わせて調整 */
}
.p-title{
    font-size: 1.9444444444444444vw;
    padding: 5.555555555555555vw 0 0.9722222222222222vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-align: center;
}
.p-border{
    width: 3.4722222222222223vw;
    border-top: 0.2777777777777778vw solid #0749DB;
    margin: 0 auto 2.7777777777777777vw;
}
.p-inner{
    width: 61.111111111111114vw;
    margin: 0 auto;
}
.p-lead{
    text-align: center;
    font-size: 1.25vw;
    padding-bottom: 2.083333333333333vw;
}

/* header */
.l-header{
    box-shadow: 0 0.3472222222222222vw 0.2777777777777778vw 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}
.l-header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3888888888888888vw 3.4722222222222223vw;
}
.l-header__logo img{
    width: 10.416666666666668vw;
}
.l-header__right{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
}
.l-header__list{
    display: flex;
}
.l-header__item{
    padding: 0 1.3888888888888888vw;
    border-right: 0.06944444444444445vw solid #000;
}
.l-header__item:last-child{
    border-right: none;
}
.l-header__button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 12.5vw;
    height: 3.888888888888889vw;
    border-radius: 1.9444444444444444vw;
    background: linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
    background: -webkit-linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
    background: -moz-linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
    background-position: left 50%;
    background-size: 200% auto;
    color: #fff;
    background-color: #0055b8;
    cursor: pointer;
    transition: all 0.2s ease-out;
    font-size: 0.9722222222222222vw;
    font-weight: 600;
    box-shadow: 0 0.1388888888888889vw 0.4166666666666667vw 0 rgba(0, 0, 0, 0.25);
}
.l-header__button:hover {
    background-position: right 50%;
}

/* mv */
.p-mv{
    background-image: url(../img/mv-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 47.43055555555556vw;
    margin-top: 6.944444444444445vw;
}
.p-mv__icon{
    position: relative;
}
.p-mv__icon::before{
    position: absolute;
    content: "";
    background-image: url(../img/budge.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.88888888888889vw;
    height: 13.88888888888889vw;
    top: 6.944444444444445vw;
    right: 6.25vw;
}
.p-mv__title{
    color: #fff;
    font-weight: 600;
    font-size: 3.75vw;
    width: 82.22222222222221vw;
    margin: 0 auto;
    padding-top: 18.75vw;
}
.p-mv__title span{
    font-size: 1.875vw;
}

/* about */
.p-about{
    background-color: #EDF5FD;
    padding: 6.25vw 0 3.4722222222222223vw;
}
.p-about__title{
    color: #0749DB;
    font-weight: 700;
    font-size: 2.2222222222222223vw;
    text-align: center;
    padding-bottom: 2.083333333333333vw;
    position: relative;
}
.p-about__subtitle{
    position: relative;
}
.p-about__subtitle::before{
    position: absolute;
    content: "MOTION CAPTURE";
    color: #fff;
    font-size: 9.722222222222223vw;
    font-weight: 700;
    opacity: 50%;
    font-family: "Roboto", sans-serif;
    top: -4.166666666666666vw;
    left: -0.2777777777777778vw;
}
.p-about__inner{
    background-color: #fff;
    width: 72.22222222222221vw;
    margin: 0 auto;
    border-radius: 2.7777777777777777vw;
    padding: 2.083333333333333vw;
}
.p-about__text{
    line-height: 1.5;
    padding-bottom: 2.083333333333333vw;
}
.p-vicon{
    text-align: center;
}
iframe{
    width: 38.88888888888889vw;
    height: 21.875vw;
}

/* point */
.p-point__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.7777777777777777vw;
}
.p-card{
    width: 18.055555555555554vw;
    height: 18.055555555555554vw;
    box-shadow: 0 0 0.6944444444444444vw 0 rgba(0, 0, 0, 0.16);
    padding-top: 3.4722222222222223vw;
}
.p-card__icon{
    width: 8.680555555555555vw;
    margin: 0 auto;
}
.p-card__icon img{
    width: 8.680555555555555vw;
}
.p-card__text{
    height: 4.861111111111112vw;
    background-color: #EDF5FD;
    margin-top: 1.3888888888888888vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}
.p-card__number{
    position: relative;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.p-card__number::before{
    position: absolute;
    content: "POINT";
    background-color: #0749DB;
    color: #fff;
    font-size: 0.9722222222222222vw;
    width: 6.944444444444445vw;
    height: 2.083333333333333vw;
    top: -3.4722222222222223vw;
    left: 0;
    padding: 0.4166666666666667vw 0 0.4166666666666667vw 0.8333333333333334vw;
}
.p-card__number::after{
    position: absolute;
    content: "";
    color: #fff;
    font-size: 1.25vw;
    top: -3.194444444444444vw;
    left: 4.166666666666666vw;
}
.p-card__number--01::after{
    content: "01";
}
.p-card__number--02::after{
    content: "02";
}
.p-card__number--03::after{
    content: "03";
}
.p-card__number--04::after{
    content: "04";
}
.p-card__number--05::after{
    content: "05";
}
.p-card__number--06::after{
    content: "06";
}

/* curriculum */
.p-curriculum__item{
    display: flex;
    height: 9.027777777777777vw;
    margin-bottom: 1.3888888888888888vw;
}
.p-curriculum__label{
    width: 5.555555555555555vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 1.7361111111111112vw;
}
.p-curriculum__label-day{
    font-size: 1.3888888888888888vw;
}
.p-curriculum__label-number{
    font-size: 3.888888888888889vw;
    margin-top: -0.3472222222222222vw;
}
.day10{
    font-size: 3.6111111111111107vw;
}
.is-group-a{
    background-color: #A9C6F9;
}
.is-group-b{
    background-color: #5C8BE8;
}
.is-group-c{
    background-color: #4E7AC8;
}
.p-curriculum__content{
    width: 39.513888888888886vw;
    background-color: #f8f8f8;
    padding: 0.8333333333333334vw 0.8333333333333334vw 0.6944444444444444vw 1.3888888888888888vw;
}
.p-curriculum__content-title{
    font-size: 1.25vw;
    font-weight: 700;
}
.p-curriculum__content-text{
    font-size: 0.9722222222222222vw;
    line-height: 1.5;
    padding-top: 0.3472222222222222vw;
}
.p-curriculum__img{
    width: 16.041666666666668vw;
}
.p-curriculum__img img{
    width: 16.041666666666668vw;
}

/* greeting */
.p-greeting__content{
    box-shadow: 0 0 0.6944444444444444vw 0 rgba(0, 0, 0, 0.25);
    padding: 2.083333333333333vw;
    margin-bottom: 2.083333333333333vw;
}
.p-greeting__content:last-child{
    margin-bottom: initial;
}
.p-greeting__top{
    display: flex;
    gap: 2.083333333333333vw;
    align-items: center;
    font-size: 1.25vw;
}
.p-greeting__img img{
    width: 12.5vw;
}
.p-greeting__name p{
    font-weight: 600;
    padding-top: 0.6944444444444444vw;
}
.p-greeting__bottom{
    padding-top: 1.3888888888888888vw;
    line-height: 1.5;
}

/* instructor */
.p-instructor__main,
.p-instructor__support{
    background-color: #EDF5FD;
    padding: 1.25vw 1.0416666666666665vw 1.6666666666666667vw;
}
.p-instructor__heading{
    font-size: 1.25vw;
    font-weight: 700;
    padding-bottom: 0.3472222222222222vw;
    border-bottom: 0.1388888888888889vw solid #0749DB;
}
.p-instructor__heading-main{
    width: 6.597222222222222vw;
}
.p-instructor__heading-support{
    width: 13.750000000000002vw;
}
.p-instructor__content{
    display: flex;
    gap: 1.3888888888888888vw;
    padding-top: 1.3888888888888888vw;
}
.p-instructor__img{
    width: 12.5vw;
}
.p-instructor__img img{
    width: 12.5vw;
}
.p-instructor__text{
    width: 45.06944444444444vw;
}
.p-instructor__name{
    font-weight: 600;
    font-size: 1.25vw;
}
.p-instructor__job{
    font-weight: 600;
    padding-top: 0.3472222222222222vw;
}
.p-instructor__bio{
    font-size: 0.9722222222222222vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-top: 0.9722222222222222vw;
}
.p-instructor__support{
    margin-top: 2.083333333333333vw;
}
.p-support {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.7777777777777777vw 0; /* 縦の間隔 横の間隔 */
    margin: 0 auto;
    padding-top: 1.3888888888888888vw;
}
.p-support__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.p-support__item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
    transform: translateX(-150%);
}
.p-support__item:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
    transform: translateX(-45%);
}
.p-support__item:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
    transform: translateX(60%);
}
.p-support__img{
    width: 11.11111111111111vw;
}
.p-support__img img{
    width: 11.11111111111111vw;
}
.p-support__name{
    font-weight: 600;
    padding-top: 0.6944444444444444vw;
    padding-bottom: 0.20833333333333334vw;
}
.p-support__job{
    font-size: 0.9027777777777777vw;
}

/* outline */
.p-outline__item{
    display: flex;
    border-top: 0.06944444444444445vw solid #0749DB;
}
.p-outline__item:last-child{
    border-bottom: 0.06944444444444445vw solid #0749DB;
}
.p-outline__term{
    width: 11.805555555555555vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.06944444444444445vw solid #0749DB;
    height: 8.333333333333332vw;
}
.p-outline__description{
    display: flex;
    align-items: center;
    padding-left: 3.4722222222222223vw;
    line-height: 1.3;
}

/* contact */
.p-contact__text{
    font-size: 1.25vw;
    letter-spacing: 0.02em;
    text-align: center;
}
.p-contact__text a{
    text-decoration: underline;
}

/* entry */
.p-entry__inner {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 2.7777777777777777vw;
    flex-wrap: wrap;
}
.c-button{
    display: inline-flex;
    width: 20.833333333333336vw;
    height: 5.555555555555555vw;
    justify-content: center;
    align-items: center;
    border-radius: 2.7777777777777777vw;
    color: #fff;
    font-weight: 600;
    font-size: 1.5277777777777777vw;
    box-shadow: 0 0 0.6944444444444444vw 0 rgba(0, 2, 6, 0.3);
    transition: 0.3s;
}
.c-button--student{
    background-color: #0749DB;
}
.c-button--personal{
    background-color: #00CDB3;
}
.c-button:hover{
    opacity: 0.7;
}
.p-entry__corporation{
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 2.083333333333333vw;
}
.p-entry__corporation a{
    border-bottom: 0.1388888888888889vw solid #000;
}

/* organizers */
.p-organizers{
    padding-bottom: 4.166666666666666vw;
}
.p-organizers__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.7777777777777777vw;
}
.p-organizers__logo img{
    width: 15.138888888888888vw;
}
/* ロゴの形的に調整が必要なため↓↓ */
/* .teito{
    margin-bottom: 13.636363636363635vw;
} */

/* footer */
.l-footer{
    background-color: #0749DB;
    text-align: center;
}
.l-footer__text{
    font-size: 0.8333333333333334vw;
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 2.2222222222222223vw 0;
}

/* message */
.p-slider {
    width: 53.95833333333333vw;
    /* max-width: 100%; */
    margin: 0 auto;
    box-shadow: 0 0 0.6944444444444444vw 0 rgba(0, 0, 0, 0.2);
}
.slick-dots li button:before{
    color: #D6E2F8 !important;
    opacity: 1 !important;
    font-size: 0.6944444444444444vw !important;
}
.slick-dots li.slick-active button:before{
    color: #0749DB !important;
    opacity: 1 !important;
}
.slick-dots li {
    margin: 0 -0.1388888888888889vw !important;
}
.slick-dots{
    bottom: -2.083333333333333vw !important;
}
.p-message__card{
    background-color: #F8F8F8;
    font-size: 0.9722222222222222vw;
    padding: 2.083333333333333vw 1.875vw 0;
    width: 53.95833333333333vw !important;
    height: 33.125vw;
}
.p-message__top{
    display: flex;
    gap: 1.7361111111111112vw;
}
.p-message__img{
    width: 23.61111111111111vw;
}
.p-message__img img{
    width: 23.61111111111111vw;
    height: auto;
}
.p-message__logo img{
    width: 17.36111111111111vw;
}
.logo-width img{
    width: 11.11111111111111vw;
}
.p-message__name{
    padding-top: 1.1111111111111112vw;
    line-height: 1.3;
}
.p-message__name span{
    font-weight: 700;
}
.p-message__text{
    padding-top: 2.083333333333333vw;
    line-height: 1.3;
}
.p-message__logo--double{
    display: flex;
    gap: 2.083333333333333vw;
    align-items: center;
}
.p-message__logo--double img{
    width: 10.416666666666668vw;
}
/* 1枚目Activ8（株）はロゴのみのため調整↓↓ */
.logo-only{
    justify-content: center;
}

/* レスポンシブ */
@media screen and (min-width:441px) {
    .l-headerSp,
    .u-brSp,
    .l-hamburger__item
    {
        display: none;
    }
}

@media screen and (max-width:440px) {
    .l-header,
    .u-brPc{
        display: none;
    }

    body{
        font-size: 3.6363636363636362vw;
    }
    .p-title{
        font-size: 4.545454545454546vw;
        padding: 13.636363636363635vw 0 2.727272727272727vw;
    }
    .p-border{
        width: 9.090909090909092vw;
        border-top: 0.9090909090909091vw solid #0749DB;
        margin: 0 auto 9.090909090909092vw;
    }
    .p-inner{
        width: 90.9090909090909vw;
        margin: 0 auto;
    }
    .p-lead{
        text-align: center;
        font-size: 3.6363636363636362vw;
        padding-bottom: 6.8181818181818175vw;
    }

/* header */
    .l-hamburger__icon {
        position: fixed;
        top: 0;
        right: 1.1363636363636365vw;
        width: 12.266666666666666vw;
        height: 12.266666666666666vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.6vw;
        cursor: pointer;
        z-index: 100;
    }
    .l-hamburger__icon span {
        display: block;
        width: 6.4vw;
        height: 0.45454545454545453vw;
        background-color: #0749DB;
    }
    .l-hamburger__icon.open span:nth-of-type(1){
        transform: translateY(1.6vw) rotate(-40deg);
    }
    .l-hamburger__icon.open span:nth-of-type(2){
        opacity: 0;
    }
    .l-hamburger__icon.open span:nth-of-type(3){
        transform: translateY(-2.272727272727273vw) rotate(40deg);
    }
    .l-hamburger__image{
        padding-bottom: 12vw;
    }
    .l-hamburger__item {
        background-color: #fff;
        width: 100%;
        height: 200vw; /* 高さを制限（必要に応じて調整） */
        position: fixed;
        top: -200vw; /* ← 上に隠す */
        left: 0;
        transition: top 0.3s ease;
        z-index: 9;
        padding-top: 27.27272727272727vw;
    }
    .l-hamburger__item.is-open {
    top: 0; /* ← 上からスライドイン */
    }
    .l-hamburger__image img{
        width: 100%;
    }
    .l-hamburger__list {
        text-align: center;
        font-size: 5.454545454545454vw;
        font-weight: 600;
        padding-bottom: 6.363636363636363vw;
    }
    .c-buttonSp{
        width: 72.72727272727273vw;
        margin: 0 auto;
    }
    .c-button__text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 72.72727272727273vw;
        height: 13.636363636363635vw;
        background: linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
        background: -webkit-linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
        background: -moz-linear-gradient(135deg, #45cfbb 0%, #45cfbb 50%, #0055b8 100%);
        font-size: 4.545454545454546vw;
        color: #fff;
        font-weight: 600;
        border-radius: 18.666666666666668vw;
        box-shadow: 0 0.45454545454545453vw 1.3636363636363635vw 0 rgba(0, 0, 0, 0.15);
    }
    .l-headerSp{
        background-color: #fff;
        text-align: center;
        padding: 2.5vw 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        box-shadow: 0 0.22727272727272727vw 0.9090909090909091vw 0 rgba(0, 0, 0, 0.25);
    }
    .l-headerSp__logo img{
        width: 15.909090909090908vw;
    }
    .p-mv__icon::before{
        width: 18.181818181818183vw;
        height: 18.181818181818183vw;
    }
    .p-mv__title{
        font-size: 4.090909090909091vw;
        width: 89.77272727272727vw;
        padding-top: 21.75vw;
    }
    .p-mv__title span{
        font-size: 3.1818181818181817vw;
    }

/* about */
    .p-about{
        padding: 13.636363636363635vw 0 9.090909090909092vw;
    }
    .p-about__title{
        font-size: 4.545454545454546vw;
        padding-bottom: 3.4090909090909087vw;
        line-height: 1.3;
    }
    .p-about__subtitle::before{
        font-size: 10.909090909090908vw;
    }
    .p-about__inner{
        width: 90.9090909090909vw;
        border-radius: 4.545454545454546vw;
        padding: 4.545454545454546vw;
    }
    .p-about__text{
        padding-bottom: 6.8181818181818175vw;
    }
    iframe{
        width: 81.36363636363636vw;
        height: 45.68181818181819vw;
    }

/* point */
    .p-point__inner{
        display: block;
    }
    .p-card{
        width: 59.09090909090909vw;
        height: 59.09090909090909vw;
        box-shadow: 0 0 2.272727272727273vw 0 rgba(0, 0, 0, 0.16);
        padding-top: 11.363636363636363vw;
        margin: 0 auto 6.8181818181818175vw auto;
    }
    .p-card:last-child{
        margin: 0 auto 0 auto;
    }
    .p-card__icon{
        width: 28.40909090909091vw;
    }
    .p-card__icon img{
        width: 28.40909090909091vw;
    }
    .p-card__text{
        height: 15.909090909090908vw;
        margin-top: 4.545454545454546vw;
    }
    .p-card__number::before{
        font-size: 3.1818181818181817vw;
        width: 22.727272727272727vw;
        height: 6.8181818181818175vw;
        top: -11.363636363636363vw;
        left: 0;
        padding: 1.5909090909090908vw 0 0 2.272727272727273vw;
    }
    .p-card__number::after{
        font-size: 4.090909090909091vw;
        top: -10.454545454545453vw;
        left: 13.18181818181818vw;
    }

/* curriculum */
    .p-curriculum__item{
        display: block;
        height: initial;
        margin-bottom: 6.8181818181818175vw;
        width: 90.9090909090909vw;
        background-color: #f8f8f8;
    }
    .p-curriculum__item:last-child{
        margin-bottom: initial;
    }
    .p-curriculum__label{
        display: flex;
        height: 9.090909090909092vw;
        justify-content: center;
        align-items: center;
        width: initial;
        padding-top: initial;
    }
    .p-curriculum__label-day{
        font-size: 4.545454545454546vw;
    }
    .p-curriculum__label-number{
        font-size: 6.363636363636363vw;
        margin-top: -0.6818181818181818vw;
        padding-left: 0.6818181818181818vw;
    }
    .p-curriculum__content{
        width: 90.9090909090909vw;
        padding: 4.545454545454546vw;
    }
    .p-curriculum__content-title{
        font-size: 4.090909090909091vw;
    }
    .p-curriculum__content-text{
        font-size: 3.1818181818181817vw;
        padding-top: 1.1363636363636365vw;
    }
    .p-curriculum__img{
        width: 68.18181818181817vw;
        margin: 0 auto;
        padding-bottom: 4.545454545454546vw;
    }
    .p-curriculum__img img{
        width: 68.18181818181817vw;
    }

/* greeting */
    .p-greeting__content{
        box-shadow: 0 0 2.272727272727273vw 0 rgba(0, 0, 0, 0.25);
        padding: 4.545454545454546vw;
        margin-bottom: 6.8181818181818175vw;
    }
    .p-greeting__top{
        display: block;
        font-size: 3.6363636363636362vw;
    }
    .p-greeting__img{
        width: 40.909090909090914vw;
        margin: 0 auto;
    }
    .p-greeting__img img{
        width: 40.909090909090914vw;
    }
    .p-greeting__name{
        text-align: center;
        padding-top: 3.4090909090909087vw;
    }
    .p-greeting__name p{
        padding-top: 1.1363636363636365vw;
    }
    .p-greeting__bottom{
        padding-top: 2.272727272727273vw;
        font-size: 3.1818181818181817vw;
    }

/* instructor */
    .p-instructor__main,
    .p-instructor__support{
        padding: 4.545454545454546vw 0 6.8181818181818175vw;
    }
    .p-instructor__heading{
        font-size: 4.090909090909091vw;
        padding-bottom: 1.1363636363636365vw;
        border-bottom:  0.45454545454545453vw solid #0749DB;
    }
    .p-instructor__heading-main{
        width: 20.454545454545457vw;
        margin: 0 auto;
        margin-bottom: 2.272727272727273vw;
    }
    .p-instructor__heading-support{
        width: 45vw;
        margin: 0 auto;
        margin-bottom: 2.272727272727273vw;
    }
    .p-instructor__content{
        display: block;
        padding-top: 2.272727272727273vw;
        width: 81.81818181818183vw;
        margin: 0 auto;
    }
    .p-instructor__img{
        width: 40.909090909090914vw;
        margin: 0 auto;
    }
    .p-instructor__img img{
        width: 40.909090909090914vw;
    }
    .p-instructor__text{
        width: 81.81818181818183vw;
    }
    .p-instructor__name{
        font-size: 4.090909090909091vw;
        text-align: center;
        padding-top: 4.545454545454546vw;
    }
    .p-instructor__job{
        padding-top: 0.6818181818181818vw;
        text-align: center;
    }
    .p-instructor__bio{
        font-size: 3.1818181818181817vw;
        padding-top: 3.4090909090909087vw;
    }
    .p-instructor__support{
        margin-top: 6.8181818181818175vw;
    }
    .p-support {
        grid-template-columns: repeat(2,1fr);
        gap: 5.681818181818182vw 0.6818181818181818vw;
        padding: 0 2.7272vw;
        padding-top: 4.545454545454546vw;
    }
    .p-support__item:nth-child(5),
    .p-support__item:nth-child(6),
    .p-support__item:nth-child(7) {
        grid-column: auto;
        grid-row: auto;
        transform: none;
    }
    .p-support__item:nth-child(7) {
        grid-column: 1 / -1;
        justify-self: center;   
    }

    .p-support__img{
        width: 34.090909090909086vw;
    }
    .p-support__img img{
        width: 34.090909090909086vw;
    }
    .p-support__name{
        padding-top: 1.1363636363636365vw;
        padding-bottom: 1.1363636363636365vw;
    }
    .p-support__job{
        font-size: 2.727272727272727vw;
    }

/* outline */
    .p-outline__item{
        display: block;
        border-top: 0.22727272727272727vw solid #0749DB;
        padding: 3.4090909090909087vw 0;

    }
    .p-outline__item:last-child{
        border-bottom: 0.22727272727272727vw solid #0749DB;
    }
    .p-outline__term{
        width: initial;
        border-right: none;
        height: initial;
        display: block;
    }
    .p-outline__description{
        display: block;
        padding-left: initial;
        padding-top: 2.272727272727273vw;
    }

/* contact */
    .p-contact__text{
        font-size: 1.25vw;
        font-size: 4.090909090909091vw;
        text-align: left;
        padding: 0 4.545454545454546vw;
    }

/* entry */
    .p-entry__inner {
        flex-direction: column;
        gap: 6.8181818181818175vw;
    }
    .c-button{
        display: inline-flex;
        width: 90.9090909090909vw;
        height: 18.181818181818183vw;
        border-radius: 9.090909090909092vw;
        font-size: 5vw;
        box-shadow: 0 0.45454545454545453vw 1.3636363636363635vw rgba(0, 0, 0, 0.3);
        margin: 0 auto;
    }
    .c-button--student{
        background-color: #0749DB;
    }
    .c-button--personal{
        background-color: #00CDB3;
    }
    .p-entry__corporation{
        padding-top: 9.090909090909092vw;
        font-size: 4.090909090909091vw;
    }
    .p-entry__corporation a{
        border-bottom: 0.45454545454545453vw solid #000;
    }

/* organizers */
    .p-organizers{
        padding-bottom: 13.636363636363635vw;
    }
    .p-organizers__logo{
        flex-direction: column;
        gap: 11.363636363636363vw;
    }
    .p-organizers__logo img{
        width: 63.63636363636363vw;
    }
    .teito{
        margin-bottom: initial;
    }

/* footer */
    .l-footer__text{
        font-size: 2.727272727272727vw;
        padding: 7.727272727272727vw 0;
    }

/* message */
    .p-slider {
        width: 90.9090909090909vw;
        box-shadow: 0 0 2.272727272727273vw 0 rgba(0, 0, 0, 0.2);
    }
    .slick-dots li button:before{
        font-size: 4.090909090909091vw !important;
    }
    .slick-dots li.slick-active button:before{
        color: #0749DB !important;
    }
    .slick-dots li {
        margin: 0 0.9090909090909091vw !important;
    }
    .slick-dots{
        bottom: -11.363636363636363vw !important;
    }
    .p-message__card{
        font-size: 3.1818181818181817vw;
        padding: 4.545454545454546vw 4.545454545454546vw 0;
        width: initial !important;
        height: 181.8181818181818vw;
    }
    .p-message__top{
        display: block;
    }
    .p-message__img{
        width: 81.81818181818183vw;
    }
    .p-message__img img{
        width: 81.81818181818183vw;
        height: auto;
    }
    .p-message__logo{
        padding-top: 4.545454545454546vw;
    }
    .p-message__logo img{
        width: 45.45454545454545vw;
    }
    .logo-width img{
        width: 36.36363636363637vw;
    }
    .p-message__name{
        padding-top: 3.1818181818181817vw;
    }
    .p-message__text{
        padding-top: 4.545454545454546vw;
        line-height: 1.4;
    }
    .p-message__logo--double{
        display: flex;
        gap: 2.083333333333333vw;
        align-items: center;
    }
    .p-message__logo--double img{
        width: 27.27272727272727vw;
    }
    /* 1枚目Activ8（株）はロゴのみのため調整↓↓ */
    .logo-onlySp{
        margin: 0 auto;
    }
}