.l-section__title,
.c-section-title {
	font-size: 40px;
	width: fit-content;
	margin: 0;
	text-align: center;
	z-index: 1;
	line-height: calc(1rem + 1rem);
	font-weight: normal;
}
@media (max-width: 768px) {
	.l-section__title,
	.c-section-title {
		font-size: 32px;
		z-index: 1;
	}
}

.l-border,
.c-section-title__bar {
	display: inline-block;
	height: 0.5rem;
	background: linear-gradient(90deg, var(--blue), var(--purple));
	border-radius: 10px;
	width: 100%;
	z-index: 1;
}
.c-footer {
	padding: 24px 64px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	background-color: #f0f6ff;
}
@media (max-width: 768px) {
	.c-footer {
		display: flex;
		flex-direction: column;
		padding: 24px;
	}
}

.c-footer__contact {
	width: 100%;
	font-size: 14px;
	grid-area: 1 / 4 / 3 / 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 768px) {
	.c-footer__contact {
		padding-top: 1rem;
	}
}

.c-footer__contact-title {
	padding-left: 11px;
	border-left: 5px black solid;
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

.c-footer__contact-address {
	padding-top: 0.5rem;
	font-style: normal;
}
.c-footer__contact-address a {
	color: var(--black);
}

.c-footer__images {
	grid-area: 1 / 1 / 2 / 4;
	display: flex;
	justify-content: start;
	gap: 40px;
	height: 3rem;
}
@media (max-width: 768px) {
	.c-footer__images {
		justify-content: space-between;
		height: 2rem;
	}
}

.c-footer__logo-image {
	height: 100%;
}
.c-footer__p-mark-image {
	height: 100%;
}

.c-footer__copyright {
	grid-area: 2 / 1 / 3 / 4;
	font-size: 12px;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.c-footer__copyright {
		padding-top: 1rem;
		text-align: center;
		justify-content: center;
	}
}
#iframe_indexBlog {
	border: none;
}
.l-thanks-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
	height: var(--header-height);
}

.p-thanks-logo {
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-thanks-logo__img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.p-thanks-logo {
		height: 40px;
	}
}
@media (max-width: 1024px) {
	.p-thanks-logo {
		width: 150px;
	}
}

.p-thanks {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 24px;
	text-align: center;
	gap: 40px;
	background: linear-gradient(#faf5ff, #ffffff, #eff6ff);
}

.p-thanks__message {
	font-size: 20px;
}

.p-thanks__contact {
	font-style: normal;
}
.p-thanks__contact a {
	color: var(--black);
}

.p-thanks__back {
	width: 100%;
	max-width: 600px;
	font-size: 20px;
	border-radius: 100vmax;
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px;
	background: linear-gradient(90deg, var(--blue), var(--purple));
}

.p-thanks__backLink {
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	background: white;
	border-radius: 100vmax;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 768px) {
	.p-thanks__backLink {
		padding: 20px 0;
	}
}

.c-watch {
	width: 100%;
	max-width: 1024px;
	padding: 24px;
	border-radius: 1rem;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
@media (max-width: 768px) {
	.c-watch {
		gap: 1rem;
	}
}

.c-watch__info {
	font-size: 20px;
}
@media (max-width: 768px) {
	.c-watch__info {
		font-size: 1rem;
	}
}

.c-watch__access {
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.c-watch__access {
		font-size: 1rem;
	}
}

.c-watch__link {
	text-decoration: none;
	color: var(--blue);
	word-break: break-all;
}

.c-button {
	width: fit-content;
	font-size: 12px;
	display: flex;
	align-items: center;
	border: 1px #c4cdd6 solid;
	border-radius: 100vmax;
	outline: none;
	color: #575d60;
	padding: 4px 12px;
	cursor: pointer;
}

.c-button__icon {
	aspect-ratio: 1 / 1;
	width: 15px;
}

.p-thanks-sharebar {
	width: 100%;
	background: white;
	z-index: 30;
	font-size: 12px;
	display: flex;
	justify-content: center;
}

.p-thanks-sharebar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	height: 100%;
	width: fit-content;
}

.p-thanks-sharebar__title {
	margin: 0;
	font-weight: bold;
}

.p-thanks-sharebar__group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
@media (max-width: 768px) {
	.p-thanks-sharebar__group {
		flex-direction: column;
	}
}

.p-thanks-sharebar__list {
	display: flex;
	gap: 8px;
}
@media (max-width: 768px) {
	.p-thanks-sharebar__list {
		flex-direction: column;
		align-items: center;
	}
}

.p-thanks-sharebar__item {
	list-style: none;
	border-radius: 100vmax;
	padding: 2px 12px;
}
@media (max-width: 768px) {
	.p-thanks-sharebar__item {
		width: fit-content;
	}
}

.p-thanks-sharebar__link {
	color: var(--white);
	text-decoration: none;
	font-size: 12px;
}

.p-thanks-sharebar__link--googlecal {
	background: #ea4335;
}

.p-thanks-sharebar__link--outlookcal {
	background: #106ebe;
}

.p-document-request {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 24px;
	gap: 40px;
}

.p-document-request__message {
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

.p-document-request__title {
	color: var(--blue);
	margin: 0;
	display: inline-block;
	padding: 8px 24px;
	font-size: 24px;
	font-weight: normal;
	background: #f0f6ff;
	border-left: 8px var(--blue) solid;
	text-align: center;
}

.p-document-request__image {
	width: 100%;
}
.l-form__anchor {
	text-decoration: none;
	display: block;
	width: fit-content;
	height: 64px;
	padding: 0 40px 2px;
	background: linear-gradient(90deg, var(--blue), var(--purple));
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-form__anchor:hover {
	opacity: 0.8;
}
@media (max-width: 1024px) {
	.l-form__anchor {
		height: 40px;
		padding: 0 20px;
	}
}

.l-form__anchor__inner {
	color: var(--white);
	font-size: 1.5rem;
	font-weight: bold;
}
@media (max-width: 1024px) {
	.l-form__anchor__inner {
		font-size: 1rem;
	}
}
.l-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	transition: background-color 300ms ease-in-out;
	background-color: #fff;
	height: var(--header-height);
}

.l-header__inner {
	width: 100%;
	height: 100%;
	padding: 8px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	container-type: inline-size;
	font-size: 1rem;
}
@media (max-width: 1024px) {
	.l-header__inner {
		font-size: 0.8rem;
		padding: 0 18px;
	}
}

.l-header__logo {
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.l-header__logo {
		height: 40px;
	}
}
@media (max-width: 1024px) {
	.l-header__logo {
		width: 150px;
	}
}

.c-logo__img {
	height: 100%;
	width: 100%;
}

.p-global-nav__link {
	text-decoration: none;
	color: var(--black);
}

.l-header__nav {
	padding-left: 4rem;
	display: block;
}
@media (max-width: 1024px) {
	.l-header__nav {
		padding-left: 2rem;
	}
}

.p-global-nav__list {
	display: flex;
	gap: 4cqw;
}
@media (max-width: 1280px) {
	.p-global-nav__list {
		gap: 2.8cqw;
	}
}
@media (max-width: 1024px) {
	.p-global-nav__list {
		gap: 2.2cqw;
	}
}

.p-global-nav__item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.p-global-nav__item.sp {
	display: none;
}
.p-global-nav__item.pc {
	display: block;
}

/* ハンバーガーメニュー */
.c-menu-toggle {
	display: none;
	border: none;
	background: transparent;
	padding: 8px;
	cursor: pointer;
}
.c-menu-toggle svg {
	display: block;
}
.l-header:not(.is-open) .c-icon--close {
	display: none;
}
.l-header.is-open .c-icon--menu {
	display: none;
}
@media (min-width: 769px) {
	.l-header__nav {
		background: none;
	}
}
@media (max-width: 768px) {
	.p-global-nav__item.sp {
		display: block;
	}
	.p-global-nav__item.pc {
		display: none;
	}
	.c-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.l-header__nav {
		position: fixed;
		top: var(--header-height);
		left: 0;
		right: 0;
		border-top: 1px solid #eee;
		padding: 32px;
		display: none;
		width: 100%;
		height: calc(100dvh - var(--header-height));
		background-position: top;
	}
	.l-header.is-open .l-header__nav {
		display: block;
	}
	.p-global-nav__list {
		flex-direction: column;
		gap: 16px;
	}
	.p-global-nav__item:last-child {
		padding-top: 48px;
	}
	.p-global-nav__link {
		width: 100%;
		font-size: 20px;
		border-bottom: 1px solid #aaaaaa;
		padding: 8px 0;
	}
}
.l-section__fluidshape {
	transform: translateZ(0);
	will-change: transform, border-radius;
	transition: all 0.3s ease-out;
	position: absolute;
	z-index: -1;
}

.purple {
	width: 650px;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
	aspect-ratio: 1.3 / 1;
	background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
	border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
	animation: fluid-animation-blue 6s ease-in-out infinite;
}
@media (max-width: 768px) {
	.purple {
		width: 380px;
		right: -80%;
	}
}

.blue {
	top: 30%;
	left: -10%;
	width: 580px;
	aspect-ratio: 1.3 / 1;
	background: linear-gradient(to bottom right, #83a4d4, #b6fbff);
	border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
	animation: fluid-animation-blue 6s ease-in-out infinite;
}
@media (max-width: 768px) {
	.blue {
		top: 10%;
		left: -60%;
	}
}

.yellow {
	width: 880px;
	top: 50%;
	left: 64%;
	aspect-ratio: 1 / 1.2;
	background: linear-gradient(to bottom right, #f09819, #edde5d);
	border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
	animation: fluid-animation-yellow 10s ease-in-out infinite;
}
@media (max-width: 768px) {
	.yellow {
		top: 30%;
		left: 60%;
	}
}

@keyframes fluid-animation-purple {
	0% {
		border-radius: 67% 33% 55% 45% / 45% 48% 52% 55%;
	}
	25% {
		border-radius: 70% 65% 70% 75% / 70% 75% 65% 70%;
	}
	50% {
		border-radius: 65% 60% 75% 70% / 60% 70% 65% 75%;
	}
	75% {
		border-radius: 75% 70% 65% 75% / 70% 65% 75% 70%;
	}
	100% {
		border-radius: 67% 33% 55% 45% / 45% 48% 52% 55%;
	}
}

@keyframes fluid-animation-blue {
	0% {
		border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
	}
	25% {
		border-radius: 50% 40% 80% 60% / 60% 70% 30% 80%;
	}
	50% {
		border-radius: 80% 70% 50% 40% / 50% 40% 70% 50%;
	}
	75% {
		border-radius: 40% 80% 70% 50% / 80% 60% 60% 70%;
	}
	100% {
		border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%;
	}
}

@keyframes fluid-animation-yellow {
	0% {
		border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
	}
	20% {
		border-radius: 80% 60% 50% 70% / 60% 50% 70% 40%;
	}
	40% {
		border-radius: 50% 70% 60% 80% / 70% 40% 60% 80%;
	}
	60% {
		border-radius: 70% 50% 80% 40% / 50% 80% 40% 60%;
	}
	80% {
		border-radius: 40% 80% 50% 70% / 80% 60% 70% 50%;
	}
	100% {
		border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%;
	}
}
.c-sharebar {
	position: fixed;
	bottom: 0;
	left: 0;
	height: var(--share-banner-height);
	width: 100%;
	background: #f5f6f6;
	z-index: 30;
	font-size: 12px;
	padding: 8px;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.c-sharebar {
		padding: 0;
		font-size: 14px;
	}
}
.c-sharebar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	height: 100%;
	width: fit-content;
	background: white;
	padding: 8px 16px;
}
.c-sharebar__inner-sp {
	display: none;
}
@media (max-width: 768px) {
	.c-sharebar__inner {
		display: none;
	}

	.c-sharebar__inner-sp {
		display: flex;
		width: 100%;
	}
}

.c-sharebar__title {
	margin: 0;
	font-weight: bold;
}
.c-sharebar__group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.c-sharebar__list {
	display: flex;
	gap: 8px;
}

.c-sharebar__item {
	list-style: none;
	border-radius: 100vmax;
	padding: 2px 12px;
}
@media (max-width: 768px) {
	.c-sharebar__list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 1fr;
		gap: 0;
	}
	.c-sharebar__item {
		border-radius: 0%;
		padding: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.c-sharebar__link--googlecal {
		grid-area: 1 / 1 / 2 / 4;
	}
}

.c-sharebar__link {
	color: var(--white);
	text-decoration: none;
}
@media (max-width: 768px) {
	.c-sharebar__link {
		display: flex;
		align-items: center;
	}
}
.c-sharebar__link--googlecal {
	background: #ea4335;
}
.c-sharebar__link--outlookcal {
	background: #106ebe;
}
.c-sharebar__link--twitter {
	background: black;
}
.c-sharebar__link--facebook {
	background: #1877f2;
}
.c-sharebar__link--line {
	background: #06c755;
}

.c-sharebar__link-icon {
	width: 24px;
}
.c-sharebar__link--twitter .c-sharebar__link-icon {
	width: 20px;
}
.c-companies {
	width: 40vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}
@media (max-width: 768px) {
	.c-companies {
		width: 100%;
	}
}
.c-companies__lead {
	display: inline-block;
	text-align: center;
	background: linear-gradient(90deg, #c21500, #ffc500);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 4cqw;
}

@media (max-width: 768px) {
	.c-companies__lead {
		font-size: 18px;
	}
}

.c-companies__list {
	display: grid;
	/* grid-template-columns: repeat(7, 1fr); */
	grid-template-columns: 1fr 1.3fr 1.2fr 1fr 1fr 1.3fr 1.2fr;
	gap: 12px;
	list-style: none;
	align-items: center;
}

@media (max-width: 768px) {
	.c-companies__list {
		padding: 8px;
	}
}

.c-companies__item {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-companies__logo {
	width: 100%;
}
@media (max-width: 768px) {
	.c-companies__logo {
		height: auto;
		max-width: 12cqw;
	}
}
.l-session__details::-webkit-details-marker {
	display: none;
}

.l-session__description {
	background: linear-gradient(#faf5ff, #ffffff, #eff6ff);
	padding: 24px;
	border-radius: 1rem;
}

.c-session-summary {
	text-align: center;
	color: var(--blue);
	list-style: none;
	padding: 24px 0 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}
.c-session-summary::-webkit-details-marker {
	display: none;
}
.c-session-summary::marker {
	content: "";
}

.c-session-summary__item.is-open {
	display: none;
}

.c-session-details[open] .c-session-summary__item.is-open {
	display: inline-flex;
	align-items: center;
}
.c-session-details[open] .c-session-summary__item.is-closed {
	display: none;
}

.c-session-details__panel {
	background: linear-gradient(#faf5ff, #ffffff, #eff6ff);
	padding: 24px;
	border-radius: 1rem;
}
.l-session__item {
	position: relative;
	padding-left: 60px;
}
@media (max-width: 768px) {
	.l-session__item {
		padding-left: 30px;
	}
}

.l-session__item:last-child:before {
	content: "";
	position: absolute;
	left: 6px;
	width: 8px;
	top: 60px;
	height: calc(100% + 24px);
	background: var(--white);
	z-index: 20;
}

.l-line {
	content: "";
	position: absolute;
	left: 8px;
	top: 76px;
	bottom: calc(-3rem + -24px);
	width: 4px;
	background: linear-gradient(90deg, var(--blue), var(--purple));
	border-radius: 100vmax;
}

.l-liststyle {
	position: absolute;
	border-radius: 9999px;
	width: 20px;
	height: 20px;
	top: 40px;
	left: 0;
	background: linear-gradient(90deg, var(--blue), var(--purple));
}

.l-session__card {
	width: 100%;
	padding: 24px;
	border-radius: 1rem;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--white);
}

.l-session__schedule {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-bottom: 1rem;
}
@media (max-width: 768px) {
	.l-session__schedule {
		flex-direction: column;
		align-items: start;
		gap: 12px;
	}
}

.l-session__number {
	padding: 1px;
	border-radius: 100vmax;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-session__number[data-number="1"] {
	background: linear-gradient(90deg, var(--blue), var(--purple));
}
.l-session__number[data-number="2"],
.l-session__number[data-number="3"],
.l-session__number[data-number="4"] {
	background: linear-gradient(90deg, #ff512f, #dd2476);
}
.l-session__number[data-number="5"] {
	background: linear-gradient(90deg, #c21500, #ffc500);
}

.l-session__number div {
	width: 100%;
	height: 100%;
	padding: 8px 24px;
	background: white;
	border-radius: 100vmax;
}
.l-session__number span {
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.l-session__number[data-number="1"] span {
	background-image: linear-gradient(90deg, var(--blue), var(--purple));
}
.l-session__number[data-number="2"] span,
.l-session__number[data-number="3"] span,
.l-session__number[data-number="4"] span {
	background-image: linear-gradient(90deg, #ff512f, #dd2476);
}
.l-session__number[data-number="5"] span {
	background-image: linear-gradient(90deg, #c21500, #ffc500);
}

.l-session__datetime {
	font-weight: bold;
	font-size: 2rem;
}
@media (max-width: 768px) {
	.l-session__datetime {
		font-weight: normal;
		font-size: 24px;
	}
}

.l-session__content {
	margin: 0;
	padding-top: 24px;
}

.l-session__title {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
@media (max-width: 768px) {
	.l-session__title {
		font-size: 14px;
	}
}

.l-session__speakers {
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.l-session__speakers {
		flex-direction: column;
	}
}
.l-profile {
	margin: 0;
	padding: 0 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
@media (max-width: 768px) {
	.l-profile {
		padding-bottom: 1rem;
	}
}

.l-profile__img {
	width: 100%;
	max-width: 180px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.l-profile__img.coming-soon {
	background: #00000033;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1rem;
	font-weight: bold;
}

.l-profile__info {
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.l-profile__name {
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.l-profile__position {
	font-size: 14px;
	text-align: center;
	min-height: 80px;
	display: flex;
	align-items: start;
}

.l-profile__detail {
	display: block;
	font-size: 12px;
	max-width: 368px;
}
.l-profile__info[data-open="false"] .l-profile__detail {
	height: 0;
	overflow-y: hidden;
}
.l-main {
	padding-bottom: var(--share-banner-height);
}

.p-main-visual {
	position: relative;
}

.c-online-badge {
	display: flex;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 1.1rem;
}

.c-online-badge__icon {
	width: 40px;
}

.p-main-visual__content {
	width: 100%;
	height: 100%;
	padding-top: var(--header-height);
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	background-image: url("../images/main-visual_speaker.png");
	background-size: 60%;
	background-position: right center;
	/* background-position: right bottom 20%; */
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.p-main-visual__content {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		background-image: none;
	}
}

.p-main-visual__summary {
	width: 100%;
	max-width: 720px;
	height: 100%;
	padding: 4cqw 2cqw 4cqw 4cqw;
	container-type: inline-size;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 768px) {
	.p-main-visual__summary {
		padding: 0;
		align-items: center;
	}
	.p-main-visual__summary .p-main-visual__companies {
		display: none;
	}
}

.p-main-visual__title {
	line-height: 1.2;
	width: 100%;
	margin: 0;
	font-size: calc(100cqw / 14);
	padding-bottom: 20px;
}
@media (max-width: 768px) {
	.p-main-visual__title {
		text-align: center;
		line-height: 1.2;
	}
}

.p-main-visual__subtitle {
	font-weight: bold;
	width: 100%;
	font-size: calc(100cqw / 19);
	line-height: 1.3;
	color: var(--black);
}
@media (max-width: 768px) {
	.p-main-visual__subtitle {
		padding: 0.5rem 12.5px 0;
		text-align: center;
	}
	.p-main-visual__subtitle br {
		display: none;
	}
}

.p-main-visual__description {
	padding: 24px 8cqw;
	display: flex;
	flex-direction: column;
	gap: 4cqh;
	container-type: inline-size;
}
@media (max-width: 768px) {
	.p-main-visual__description {
		padding: 1rem 1rem 0;
		width: 100%;
		align-items: center;
		gap: 1cqh;
	}
}

.p-main-visual__speakers {
	width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.p-main-visual__speakers {
		flex-direction: column;
		justify-content: center;
		padding: 0 16px 24px;
	}
}

.p-main-visual__img {
	display: none;
	/* width: 100%; */
}
@media (max-width: 768px) {
	.p-main-visual__img {
		display: block;
		width: 100%;
	}
}

.p-main-visual__speakers .p-main-visual__companies {
	display: none;
}
@media (max-width: 768px) {
	.p-main-visual__speakers .p-main-visual__companies {
		display: flex;
		width: 100%;
	}
}

.c-datetime {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2cqh;
}
.c-datetime__title {
	width: 100%;
	font-weight: bold;
	font-size: 4cqw;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 1cqw 0;
	border-radius: 12px;
	background: #f0f6ff;
	border: #dadce0 2px solid;
}
.c-datetime__value {
	font-size: calc(100cqw / 16);
	font-weight: bold;
}

@media (max-width: 768px) {
	.c-datetime {
		width: 100%;
		flex-direction: row;
		gap: 0.5rem;
	}
	.c-datetime__title {
		font-size: 1rem;
		width: fit-content;
		font-weight: normal;
		padding: 0.5rem;
	}
	.c-datetime__value {
		font-size: 1rem;
		font-weight: normal;
	}
}

.c-entry {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 16px 0;
	border-radius: 12px;
	background: #f0f6ff;
	border: #dadce0 2px solid;
}

@media (max-width: 768px) {
	.c-entry {
		width: 100%;
	}
}

.c-entry__note {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 3.6cqw;
}

.c-entry__action {
	padding-top: 16px;
	display: flex;
	justify-content: center;
}

.l-section {
	padding: 80px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 0;
	scroll-margin-top: 1rem;
}
@media (max-width: 768px) {
	.l-section {
		padding: 64px 1rem;
	}
}
.l-section.last-year {
	background: linear-gradient(#faf5ff, #ffffff, #eff6ff);
}

.l-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 0;
}
.l-section.last-year::before {
	content: none;
}
.l-section__content {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	z-index: 1;
	padding: 40px 0px;
}
@media (max-width: 768px) {
	.l-section__content {
		padding: 24px 0;
	}
}

.l-section__summary {
	margin: 0;
	font-size: 20px;
	padding-bottom: 40px;
	text-align: center;
}

.l-section__pupose {
	color: var(--blue);
	margin: 0;
	display: flex;
	justify-content: center;
	padding: 8px 24px;
	font-size: 24px;
	font-weight: normal;
	background: #f0f6ff;
	border-left: 8px var(--blue) solid;
	text-align: center;
}
@media (max-width: 768px) {
	.l-section__pupose {
		text-align: left;
	}
}

.l-section__phrase {
	font-size: 24px;
	padding: 40px 32px;
	z-index: 1;
}
@media (max-width: 768px) {
	.l-section__phrase {
		padding: 24px 0;
	}
	.l-section__phrase .c-decoration {
		display: flex;
		font-size: 24px;
		padding-top: 24px;
	}
}
.l-section__phrase {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}
@media (max-width: 768px) {
	.l-section__phrase {
		font-size: 1rem;
	}
}

.l-section__description {
	font-size: 20px;
}
@media (max-width: 768px) {
	.l-section__description {
		font-size: 1rem;
	}
}

.l-sessions {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	position: relative;
	list-style: none;
	padding: 0;
	padding-top: 48px;
}

.l-session__archive {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	gap: 40px;
}
.l-session__report {
	padding: 1px;
	border-radius: 100vmax;
	background-image: linear-gradient(90deg, var(--blue), var(--purple));
	font-weight: bold;
}
.l-session__report div {
	width: 100%;
	height: 100%;
	padding: 19px 40px;
	background: white;
	border-radius: 100vmax;
}
@media (max-width: 768px) {
	.l-session__report div {
		padding: 19px 24px;
	}
}
.l-session__report span {
	background-image: linear-gradient(90deg, var(--blue), var(--purple));
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.l-session__report span::after {
	content: "→";
	padding-left: 1rem;
}
@media (max-width: 768px) {
	.l-session__report span::after {
		padding-left: 0.5rem;
	}
}

.c-session__summary {
	margin: 0;
	padding-bottom: 1rem;
}
.c-session__summary:last-child {
	padding-bottom: 0;
}
.c-session__summary span {
	font-weight: bold;
}

.c-table {
	padding: 0px;
}
.c-table__row {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 80px;
	height: 100px;
	border-top: 0.5px #727272 solid;
}
.c-table__row:last-child {
	border-bottom: 0.5px #727272 solid;
}
@media (max-width: 768px) {
	.c-table__row {
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		gap: 1rem;
		padding: 24px 0;
		height: auto;
	}
}
.c-table__head {
	width: 132px;
}
.c-table__head span {
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	font-size: 1rem;
	border-radius: 100vmax;
	border: 1px var(--blue) solid;
	color: var(--blue);
}
.c-table__data {
	grid-area: 1 / 2 / 2 / 6;
	font-size: 20px;
}
.c-table__data .c-table__event-name {
	font-weight: bold;
}
.c-table__data .c-table__note {
	font-size: 16px;
	line-height: 1.4;
}
.c-table__sponsored {
	align-items: start;
	height: auto;
	padding: 2rem 0;
}
.c-table__sponsored .c-table__data {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.c-table__sponsored .c-table__company {
	display: flex;
	flex-direction: column;
}
.c-table__sponsored .c-table__company-name {
	font-size: 24px;
}
.c-table__sponsored .c-table__company-logo {
	height: 40px;
}
@media (max-width: 768px) {
	.c-table__sponsored .c-table__company-logo {
		display: none;
	}
}
.c-table__sponsored .c-table__company-logo img {
	height: 100%;
}
.c-table__sponsored .c-link {
	text-decoration: none;
	color: var(--blue);
}

.c-precautions {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 80px;
}
@media (max-width: 768px) {
	.c-precautions {
		font-size: 14px;
		padding-bottom: 0;
	}
}

.c-precautions__content {
	width: 100%;
	max-width: 1024px;
	padding: 40px;
	background: #ecedee;
	line-height: 1.6;
	box-shadow: 4px 4px 4px #92a2cc40;
}
@media (max-width: 768px) {
	.c-precautions__content {
		padding: 40px 24px;
		box-shadow: none;
	}
}
.c-precautions__heading {
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.c-precautions__text {
	margin: 0;
	padding-top: 1rem;
}

.c-precautions__privacy {
	padding-top: 1rem;
}

.c-precautions__privacy-text {
	margin: 0;
}
.c-precautions__privacy-text.highlight {
	color: #1a0dab;
	text-decoration: none;
}
.c-precautions__privacy-list {
	margin-left: 1rem;
}
