/* reset */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}.img-block{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
/* reset */

/* screen */
.screen {
    color: #333333;
    font-family: "Noto Sans JP-Bold", Helvetica;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
    letter-spacing: 0;
    font-size: 16px;
}
.screen a {
    text-decoration: none;
}

.screen .link {
    color: #005bab;
    text-decoration: underline;
}

.screen .w-auto {
    width: auto !important;
}

.screen .d-flex {
    display: flex;
}

.screen .d-none {
    display: none !important;
}

.screen .screen {
    background-color: #ffffff;
}

.screen .bold {
    font-weight: bold;
    line-height: 1.2em;
}

/* mv */
.screen .mv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.screen .mv .mv-img {
    display: block;
}
.screen .mv .mv-sp-img {
    display: none;
}

.screen .mv-wrapper {
    width: 100%;
    padding: 60px 0px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    flex: 0 0 auto;
}

/* container */
.screen .container {
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* cta */
.screen .component {
    width: 100%;
    justify-content: center;
    display: flex;
}

.screen .cta {
    display: none;
    opacity: 1;
    position: relative;
    width: 380px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
}
.screen .cta .btn-icon {
    position: absolute;
    width: 66px;
    height: 66px;
    top: 7px;
    left: 8px;
    background-color: #ffffff;
    border-radius: 40px;
}
.screen .cta .btn-text {
    position: absolute;
    top: 27px;
    left: 89px;
    font-family: "Noto Sans JP-Black", Helvetica;
    font-weight: 900;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}
.screen .cta .btn-icon-text {
    position: absolute;
    top: 19px;
    left: 25px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Noto Sans JP-Black", Helvetica;
    font-weight: 900;
    color: transparent;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.screen .cta:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.screen .cta-white {
    display: none;
    opacity: 1;
    width: 380px;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    position: relative;
    height: 80px;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
}
.screen .cta-white .btn-icon {
    width: 66px;
    height: 66px;
    top: 7px;
    left: 8px;
    border-radius: 40px;
    position: absolute;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
}
.screen .cta-white .btn-text {
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Noto Sans JP-Black", Helvetica;
    font-weight: 900;
    color: transparent;
    font-size: 24px;
}
.screen .cta-white .btn-icon-text {
    position: absolute;
    top: 19px;
    left: 25px;
    font-family: "Noto Sans JP-Black", Helvetica;
    font-weight: 900;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.screen .cta-white:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.screen .btn-arrow {
    position: absolute;
    width: 12px;
    top: 31px;
    right: 24px;
}

/* section */
.screen .section-grd {
    margin-top: -1px;
    width: 100%;
    padding: 90px 0px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    flex: 0 0 auto;
}

.screen .section-grd2 {
    padding: 90px 0px;
    align-self: stretch;
    width: 100%;
    background: linear-gradient(90deg, rgb(249, 239, 255) 0%, rgb(244, 251, 255) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    flex: 0 0 auto;
}

.screen .section-white {
    padding: 90px 0px;
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    flex: 0 0 auto;
}

.screen .group {
    position: relative;
    width: 900px;
    height: auto;
    margin-bottom: 60px;
}

/* h2 */
.screen .h2-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.screen .h2-white {
    margin-top: -1px;
    font-family: "Noto Sans JP-Medium", Helvetica;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    width: fit-content;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
}

.screen .h2 {
    width: fit-content;
    margin-top: -1px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Noto Sans JP-Medium", Helvetica;
    font-weight: bold;
    color: transparent;
    font-size: 32px;
    line-height: normal;
    position: relative;
    letter-spacing: 0;
}

/* h3 */
.screen .h3-wrapper {
    align-items: center;
    justify-content: center;
    padding: 12px;
    line-height: 1.7;
    margin-top: 24px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    display: flex;
    gap: 10px;
    position: relative;
}

.screen .program {
    position: absolute;
    top: -52px;
    left: 0;
    color: #035EF7;
    font-size: 28px;
    font-weight: bold;
}
.screen .program span {
    font-size: 44px;
}

.screen .h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

/* h2 style text */
.screen .style-schedule {
    position: absolute;
    top: 23px;
    right: 0px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    opacity: 0.1;
    font-family: "Noto Sans JP-Bold", Helvetica;
    font-weight: 700;
    color: transparent;
    font-size: 130px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.screen .style-summary {
    position: absolute;
    top: 20px;
    right: 0px;
    opacity: 0.1;
    font-weight: 700;
    color: #ffffff;
    font-size: 130px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.screen .style-speaker {
    position: absolute;
    top: 11px;
    left: 0px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    opacity: 0.1;
    font-family: "Noto Sans JP-Bold", Helvetica;
    font-weight: 700;
    color: transparent;
    font-size: 130px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.screen .style-information {
    position: absolute;
    top: 36px;
    left: 0px;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    opacity: 0.1;
    font-family: "Noto Sans JP-Bold", Helvetica;
    font-weight: 700;
    color: transparent;
    font-size: 100px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

/* Summary */
.catch {
    color: #ffffff;
}

/* Schedule */
.screen .table-wrapper {
    display: flex;
    width: 900px;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.screen .table {
    display: flex;
    flex-direction: column;
    width: 560px;
    align-items: flex-start;
    gap: 2px;
    position: relative;
    margin-left: -1.5px;
}

.screen .p {
    position: relative;
    width: 367px;
    margin-top: -1px;
    font-family: "Noto Sans JP-Regular", Helvetica;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

/* Schedule time table */
.screen .time-table-wrapper {
    width: 900px;
    height: auto;
    top: 76px;
    left: 0;
}

.screen .time-table-item {
    gap: 24px;
    height: auto;
    background-color: #f8f8f8;
    display: flex;
    align-items: baseline;
    padding: 16px;
    margin-bottom: 16px;
}
.screen .time-table-item .program {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 7px;
    position: relative;
}
.screen .time-table-item .program span {
    font-size: 1.5em;
}

.screen .time {
    white-space: nowrap;
    padding: 8px 16px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
}

.screen .table-ttl {
    line-height: 1.7;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    text-align: left;
}

.screen .table-contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    gap: 16px;
}
.screen .table-contents-wrapper .desc {
    line-height: 1.7;
    text-align: left;
}

.screen .first-tr .table-contents-wrapper {
    flex-direction: column;
    gap: 0px;
}

.screen .note {
    font-size: 14px;
    text-align: left;
}

/* Speaker */
.screen .table-speaker-wrapper {
    display: flex;
    justify-content: center;
    width: 500px;
    padding-right: 40px;
    gap: 24px;
}

.table-speaker-item .img-block {
    width: 120px;
    margin: auto;
}
.table-speaker-item .name {
    line-height: 1.7;
    margin-top: 16px;
    text-align: center;
}

.screen .table-contents-item {
    display: flex;
    flex-grow: 2;
    margin-top: 20px;
    justify-content: end;
    text-align: left;
    line-height: 2;
}

.speaker-card {
    width: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.speaker-card img {
    max-width: fit-content;
    margin: 0 auto;
}

.speaker-card-wrapper {
    display: flex;
    margin-top: 40px;
    gap: 40px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.speaker-profile p {
    line-height: 2;
    text-align: left;
}
.speaker-profile .name {
    font-size: 20px;
    font-weight: bold;
}
.speaker-profile .desc {
    margin-top: 24px;
}

.screen .yours-img {
    width: auto;
    height: 150px;
}

/* Information */
.info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.info-item {
    width: 100%;
    height: auto;
    position: relative;
}
.info-item .info-item-child {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, rgb(1, 94, 247), rgb(78, 80, 230), rgb(147, 67, 215)) 1;
    background-color: white; /* 元のボックス色 */
    padding: 2rem;
    z-index: 1; /* 前面に配置 */
}
.info-item .info-ttl {
    width: 30%;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-item .info-desc {
    width: 70%;
    line-height: 1.7;
    text-align: left;
}
.info-item .info-desc iframe {
    width: 100%;
    height: 300px;
    border: none;
    margin-top: 16px;
}
.info-item .info-item-shadow {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    background-image: linear-gradient(90deg, rgb(1, 94, 247) 0%, rgb(78, 80, 230) 52%, rgb(147, 67, 215) 100%);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

th {
    padding: 8px 12px;
    text-align: left;
    border: 1px solid #dddddd;
    white-space: nowrap;
    font-weight: normal;
}

td {
    font-size: 14px;
    background-color: #ffffff;
    padding: 8px 12px;
    border: 1px solid #dddddd;
    text-align: left;
    line-height: 2;
}

tr {
    background-color: #F9F9F9;
    border: 1px solid #dddddd;
}

/* max-width: 1280px */
@media screen and (max-width: 1280px) {
    .screen .mv-wrapper {
        padding: 0;
    }
}
/* max-width: 992px */
@media screen and (max-width: 992px) {
    .screen .container {
        width: 100%;
        padding: 0 24px;
    }
    .screen .group {
        width: 100%;
    }
    .screen .time-table-wrapper {
        width: 100%;
    }
    .screen .table-speaker-wrapper {
        width: auto;
        gap: 32px;
    }
    .screen .speaker-card {
        width: 48%;
    }
    .screen .table-wrapper {
        width: 100%;
        flex-direction: column;
    }
}
/* max-width: 768px */
@media screen and (max-width: 768px) {
    .screen .catch {
        line-height: 2;
    }
    .screen .style-summary {
        font-size: 80px;
    }
    .screen .table-speaker-wrapper {
        flex-wrap: wrap;
    }
    .screen .table-contents-item {
        flex-direction: column;
    }
    .screen .style-schedule,
    .screen .style-speaker {
        font-size: 80px;
    }
    .screen .style-information {
        font-size: 60px;
    }
    .screen .speaker-card {
        width: 100%;
    }
    .screen .speaker-card-wrapper {
        flex-direction: column;
        gap: 32px;
    }
    .screen .yours-img {
        width: 100%;
        height: auto;
    }
}
/* max-width: 576px */
@media screen and (max-width: 576px) {
    .screen .mv .mv-img {
        display: none;
    }
    .screen .mv .mv-sp-img {
        display: block;
    }
    .screen .mv-wrapper {
        gap: 36px;
    }
    .screen .container {
        padding: 0 16px;
        gap: 28px;
    }
    .screen .cta-white {
        width: 340px;
        padding-left: 40px;
        height: 70px;
    }
    .screen .cta-white .btn-text {
        font-size: 20px;
    }
    .screen .cta-white .btn-icon {
        width: 60px;
        height: 60px;
        left: 6px;
        top: 5px;
    }
    .screen .catch {
        text-align: left;
    }
    .screen .catch .sp-d-none {
        display: none;
    }
    .screen .time-table-item {
        gap: 16px;
        flex-direction: column;
    }
    .screen .table-ttl,
    .screen .text-wrapper-15 {
        line-height: 1.7;
    }
    .screen .cta {
        width: 340px;
        height: 70px;
    }
    .screen .cta .btn-icon {
        width: 60px;
        height: 60px;
        left: 6px;
        top: 5px;
    }
    .screen .cta .btn-text {
        font-size: 20px;
        top: 24px;
        left: 85px;
    }
    .screen .btn-arrow {
        top: 26px !important;
    }
    .screen .btn-icon-text {
        top: 17px !important;
        left: 21px !important;
    }
    .screen .info-item .info-item-child {
        gap: 16px;
        padding: 1.5rem 12px;
    }
    .screen .info-item .info-ttl,
    .screen .info-item .info-desc {
        text-align: center;
        width: 100%;
    }
    .screen .info-item .info-item-child {
        flex-direction: column;
    }
    .screen .info-item .info-item-shadow {
        top: 8px;
        left: 8px;
    }
    .screen iframe {
        width: 100%;
        height: 300px;
    }
    .screen .table-speaker-wrapper {
        padding-right: 0px;
    }
}
