@charset "utf-8";
:root {
	touch-action: pan-x pan-y;
	height: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #edf0ff;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.font-yugo {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}
.en {
	font-family: 'Ubuntu', sans-serif;
}
.font-weight-700 {
	font-weight: 700;
}
.font-weight-600 {
	font-weight: 600;
}
.font-weight-500 {
	font-weight: 500;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.word-break {
	word-break: break-word;
}
/* flex */
@media screen and (min-width: 800px) {
	.d-lg-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-center {
	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;
	text-align: center;
}
.container {
	max-width: 960px;
	margin: 0 auto;
}
.inner {
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 1016px) {
	.container {
		padding: 0 28px;
	}
}
@media screen and (max-width: 799px) {
	.pc {
		display: none;
	}
	.inner {
		padding: 0 28px;
	}
}
@media screen and (min-width: 800px) {
	.sp {
		display: none;
	}
}
header {
	padding: 8px 32px;
	height: 66px;
}
footer {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	padding: 48px 0;
	color: #231815;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
footer .container {
	gap: 48px;
}
.footer-logos {
	gap: 48px;
}
.dota::before {
	content: '@';
}
@media screen and (max-width: 1230px) {
	header {
		background-color: #edf0ff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 15;
	}
}
@media screen and (max-width: 799px) {
	header {
		padding: 8px 20px;
		height: 40px;
	}
	header .logo img {
		width: 214px;
	}
	footer {
		padding: 32px 0;
		font-size: 11px;
	}
	footer .container {
		gap: 32px;
	}
	.footer-logos {
		gap: 24px;
	}
	.footer-logos li:nth-child(1) img {
		width: 78px;
		height: 28px;
	}
	.footer-logos li:nth-child(2) img {
		width: 72px;
		height: 40px;
	}
}
main {
	padding: 54px 0 120px;
}
.page-title {
	margin: 0 0 63px;
	padding: 0 0 1px;
	font-weight: 500;
}
.page-title h1 {
	color: #3e4da3;
	font-size: 47px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
.page-title h1.en {
	font-size: 70px;
}
.page-title h1.mb-70 {
	margin: 0 0 70px;
}
.page-title h1::after {
	content: '';
	width: 64px;
	height: 6px;
	background: linear-gradient(90deg, #e06584 17%, #7e8bff 100%);
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin: 0 0 0 -32px;
}
.page-title p {
	line-height: 1.8;
	margin: 70px 0 0;
}
.page-title p + p {
	margin: 16px 0 0;
}
.form-row:not(:last-child) {
	margin-bottom: 40px;
}
.form-label {
	/* color: #3e4da3; */
	font-weight: 600;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
select,
textarea {
	background-color: #fff;
	border: 2px solid #cac8e1;
	border-radius: 6px;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	padding: 12px 16px;
	color: #231815;
}
::-webkit-input-placeholder {
	color: #717171;
}
::-moz-placeholder {
	color: #717171;
}
:-ms-input-placeholder {
	color: #717171;
}
:-moz-placeholder {
	color: #717171;
}
input:disabled {
	background-color: #eee;
}
.form-error input[type='text'],
.form-error input[type='email'],
.form-error input[type='password'],
.form-error input[type='tel'],
.form-error select,
.form-error textarea {
	border-color: #ff4b33;
}
.form-error-message {
	color: #ff4b33;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}
.btn {
	border-radius: 40px;
	background: linear-gradient(to bottom, #f1f1f1 0%, #e1ca6c 100%);
	display: block;
	width: 400px;
	height: 80px;
	padding: 2px;
	margin: 0 auto;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
/*  */
.btn > span {
	border-radius: 38px;
	background: linear-gradient(to right, #f8ac3a 0%, #f8494c 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}
.btn > span > span::before,
.btn > span > span::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	width: 12px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 1px) 50%;
	transition: background 0.4s ease-in-out;
}
.btn > span > span::before {
	transform: rotate(45deg);
}
.btn > span > span::after {
	transform: rotate(-45deg);
}
.btn.btn-deepblue,
.btn.btn-blue {
	/* background: linear-gradient(to right, #b4ffbe 0%, #f8ffce 30%, #a8a2ff 100%); */
	background: #1e2a6d;
}
.btn.btn-deepblue > span {
	background: #1e2a6d;
}
.btn-deepblue.--ver2 {
	background: #6b697c;
}
.btn-deepblue.--ver2 > span {
	background: #161144;
}
.btn.btn-blue > span {
	background: #1c55dc;
}
.btn.btn-line,
.btn.btn-line > span {
	background: #06c755;
}
.btn.btn-line {
	border-radius: 10px;
}
.btn.btn-line > span {
	border-radius: 8px;
}
.btn.btn-black {
	background: #6b697c;
}
.btn.btn-black > span {
	background: #161144;
}
.btn.no-border {
	width: 326px;
	height: 64px;
}
.btn.no-border > span {
	height: 100%;
	font-size: 18px;
}
.btn.no-border > span > span::before,
.btn.no-border > span > span::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	width: 9px;
	height: 2px;
	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 1px) 50%;
}
/* .btn.only-no-border {
	background: none;
	padding: 0;
}
.btn.only-no-border > span {
	height: 100%;
} */
@media screen and (min-width: 800px) {
	/*.btn > span:after,*/
	.btn > span:before {
		content: '';
		position: absolute;
		top: -2%;
		left: -10%;
		width: 130%;
		height: 104%;
		background: #fff;
		transform: skewX(-18deg) scaleX(0);
		transform-origin: right center;
		transition: transform 0.4s ease-in-out;
		will-change: transform;
		backface-visibility: hidden;
		pointer-events: none;
		z-index: 0;
	}
	.btn:not(.btn-deepblue, .btn-blue, .btn-line) > span:before {
		background: linear-gradient(90deg, #67ed79 0%, #36a4f9 97.115%);
		z-index: 1;
	}
	.btn:not(.btn-deepblue, .btn-blue, .btn-line)::before {
		content: '';
		position: absolute;
		top: -2%;
		left: -10%;
		width: 130%;
		height: 104%;
		background: linear-gradient(to right, #b4ffbe 0%, #fbffe3 30%, #6289de 100%);
		transform: skewX(-18deg) scaleX(1);
		transform-origin: left center;
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		pointer-events: none;
		z-index: 0;
	}
	.btn:not(.btn-deepblue, .btn-blue, .btn-line):hover::before {
		opacity: 1;
	}
	/* .btn:not(.btn-deepblue, .btn-blue):hover {
		background: linear-gradient(to right, #B4FFBE 0%, #FBFFE3 30%, #6289DE 100%);
	} */
	/*.btn:hover > span:after,*/
	.btn:hover > span:before {
		transform: skewX(-18deg) scaleX(1);
		transform-origin: left center;
	}
	.btn > span > span {
		z-index: 5;
	}
	.btn:hover > span {
		/* background: #fff; */
		color: #fff;
	}
	.btn:hover > span > span::before,
	.btn:hover > span > span::after {
		background-color: #fff;
	}
	.btn.btn-deepblue:hover > span {
		color: #1e2a6d;
	}
	.btn.btn-deepblue:hover > span > span::before,
	.btn.btn-deepblue:hover > span > span::after {
		background-color: #1e2a6d;
	}
	.btn.btn-blue:hover > span {
		color: #3e4da3;
	}
	.btn.btn-blue:hover > span > span::before,
	.btn.btn-blue:hover > span > span::after {
		background-color: #1c55dc;
	}
	.btn.btn-black:hover > span {
		color: #161144;
	}
	.btn.btn-black:hover > span > span::before,
	.btn.btn-black:hover > span > span::after {
		background-color: #161144;
	}
	.form-label {
		width: 188px;
		height: 56px;
		display: flex;
		align-items: center;
	}
	.form-group {
		width: 612px;
	}
	.btn.btn-line {
		transition: opacity 0.3s ease;
	}
	.btn.btn-line > span:before {
		display: none;
	}
	.btn.btn-line:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 1230px) {
	main {
		padding: 120px 0 0;
	}
}
@media screen and (max-width: 799px) {
	main {
		padding: 72px 0 32px;
	}
	.page-title {
		margin: 0 20px 47px;
		font-weight: 600;
	}
	.page-title h1 {
		font-size: 26px;
		position: relative;
	}
	.page-title h1.en {
		font-size: 32px;
	}
	.page-title h1.mb-70 {
		margin: 0 0 36px;
	}
	.page-title h1::after {
		width: 54px;
		height: 4px;
		bottom: -18px;
		margin: 0 0 0 -27px;
	}
	.page-title p {
		font-size: 13px;
		margin: 36px 0 0;
	}
	.form-row:not(:last-child) {
		margin-bottom: 16px;
	}
	.form-group {
		margin: 4px 0 0;
	}
	.form-submit {
		margin: 48px 0 0;
	}
	.btn {
		border-radius: 48px;
		width: 240px;
		height: auto;
		min-height: 48px;
	}
	.btn > span {
		border-radius: 44px;
		height: auto;
		min-height: 44px;
		padding: 8px 0;
		font-size: 14px;
	}
	.btn > span > span::before,
	.btn > span > span::after {
		right: 16px;
		width: 8px;
	}
	.btn.no-border {
		width: 240px;
		height: auto;
		min-height: 40px;
	}
	.btn.no-border > span {
		height: auto;
		min-height: 40px;
		font-size: 14px;
	}
	.btn.no-border > span > span::before,
	.btn.no-border > span > span::after {
		right: 16px;
		width: 8px;
	}
}
.infor {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 80px;
}
.infor.mb-0 {
	margin-bottom: 0;
}
.infor h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 8px;
}
.infor p:not(:last-child) {
	margin: 0 0 24px;
}
@media screen and (max-width: 799px) {
	.infor {
		font-size: 13px;
		margin: 0 0 48px;
	}
	.infor h2 {
		font-size: 16px;
	}
}
/*  */
.form-submit,
.form-checkbox {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}
.form-submit {
	margin: 80px 0 0;
}
.speaker-submit .form-error-message,
.form-submit .form-error-message {
	font-weight: 400;
}
.form-policy {
	margin: 0 0 32px;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
.form-checkbox label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.form-checkbox label .icon,
.checkbox-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 2px solid #cac8e1;
	background: #fff;
	transition: 0.3s;
}
@media screen and (max-width: 799px) {
	.checkbox-icon {
		width: 22px;
		height: 22px;
	}
}

input[type='checkbox']:checked + label .icon,
input[type='checkbox']:checked + .checkbox-icon {
	background: url(../img/checkbox.png) no-repeat center / cover #3e4da3;
	border-color: #cac8e1;
}
.form-checkbox .txt {
	/* color: #3e4da3; */
	padding-bottom: 1px;
}
.mt-32 {
	margin-top: 32px;
}
.text-link {
	color: #3e4da3;
	border-bottom: 1px dashed #3e4da3;
	display: inline-block;
	text-decoration: none;
	line-height: 1.9;
	transition: 0.3s;
}
.form-checkbox.--c-black .txt {
	color: #303030;
}
.form-checkbox.--c-black .txt .text-link {
	color: #303030;
	border-bottom-color: #303030;
}
@media screen and (min-width: 800px) {
	.text-link:hover {
		color: #3e4da3;
		border-bottom-color: #e9f2ff;
	}
}

/*  */
.box {
	background: #cac8e1;
	color: #3e4da3;
	border-radius: 4px;
	padding: 0 0 2px;
}
.box-style2 {
	background: linear-gradient(to right, #f8ac3a 0%, #f8494c 100%);
}
.box:not(:last-child) {
	margin: 0 0 64px;
}
.box-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 4px;
}
.box:not(.box-style2) .box-title {
	background: #3e4da3;
	border-radius: 4px 4px 0 0;
}
.box-style2 .box-title {
	padding: 16px 5px;
}
.box-content {
	font-weight: bold;
	border-radius: 0 0 4px 4px;
	background: #fff;
	border-top: none;
	padding: 32px 56px;
	margin: 0 2px;
	position: relative;
}
.is-deactivate {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.is-deactivate span {
	background-color: #939393;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 126px;
	height: 46px;
	font-size: 18px;
	font-weight: 600;
}
.qr:not(:last-child) {
	margin: 0 0 24px;
}
.qr .text {
	font-weight: bold;
}
.qr .text h3 {
	margin: 0 0 20px;
}
.qr .text p {
	margin: 0 0 10px;
}
.qr .text p:last-child {
	margin: 0;
}
.text-note {
	font-size: 10px;
	font-weight: normal;
	text-indent: -10px;
	padding: 0 0 0 10px;
}
.text-normal {
	font-size: 14px;
	font-weight: normal;
}
.text-small {
	font-size: 10px;
}
@media screen and (min-width: 800px) {
	.qr .text {
		width: calc(100% - 174px);
		padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 1016px) {
	.box-content {
		padding: 32px;
	}
}
@media screen and (max-width: 799px) {
	.box:not(:last-child) {
		margin: 0 0 40px;
	}
	.box-title {
		font-size: 16px;
	}
	.box-style2 .box-title {
		padding: 8px 5px;
	}
	.box-content {
		padding: 24px;
		font-size: 13px;
	}
	.box-content h3 {
		text-align: center;
	}
	.qr:not(:last-child) {
		margin: 0 0 16px;
	}
	.qr .img {
		text-align: center;
		margin: 0 0 24px;
	}
	.qr .text h3 {
		margin: 0 0 16px;
	}
	.qr .text p {
		margin: 0 0 8px;
	}
	.text-normal {
		font-size: 12px;
	}
}
/*  */
.box-access {
	margin: 0 0 80px;
}
.access-list {
	margin: -16px 0;
}
.access-list dl {
	border-bottom: 1px solid #cac8e1;
	padding: 16px 0;
}
.access-list dl:last-child {
	border-bottom: none;
}
.access-list dl dt {
	color: #303030;
	font-size: 18px;
	line-height: 1.388;
}
@media screen and (min-width: 800px) {
	.access-list dl dt {
		width: 214px;
		padding: 0 24px 0 0;
	}
	.access-list dl dd {
		width: calc(100% - 214px);
	}
}
@media screen and (max-width: 799px) {
	.box-access {
		margin: 0 0 48px;
	}
	.access-list dl dt {
		font-size: 14px;
		margin: 0 0 4px;
	}
}
/*  */
.box .btn > span {
	text-align: center;
}
.btn-download-o > span > span::before,
.btn-download-o > span > span::after,
.btn-target > span > span::before,
.btn-target > span > span::after,
.btn-copy > span > span::before,
.btn-copy > span > span::after,
.box .news-list .btn > span > span::before,
.box .news-list .btn > span > span::after {
	display: none;
}
.btn-target > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/target.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
	z-index: 1;
}
.btn-target.btn-small > span::after {
	width: 12px;
	height: 12px;
	right: 12px;
	margin: -6px 0 0;
}
.btn-copy > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/copy.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
	z-index: 1;
}
.btn.btn-download > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/download.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -8px 0 0;
	z-index: 1;
}
.btn.btn-download-o > span::after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/download02.png) no-repeat center / cover;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px 0 0;
	z-index: 1;
}
@media screen and (min-width: 800px) {
	.box .btn {
		width: 326px;
		height: 68px;
		font-size: 18px;
	}
	.box .btn > span {
		height: 64px;
		font-size: 18px;
		line-height: 1.4;
	}
	.box .btn > span > span::before,
	.box .btn > span > span::after {
		width: 10px;
	}
	/* .btn-target:hover > span::after {
		background: url(../img/target_on.png) no-repeat center / cover;
	} */
	.btn-target.btn-deepblue:hover > span::after {
		background: url(../img/target_on2.png) no-repeat center / cover;
	}
	/* .btn-copy:hover > span::after {
		background: url(../img/copy_on.png) no-repeat center / cover;
	} */
	.btn.btn-download:hover > span::after {
		background: url(../img/download_on.png) no-repeat center / cover;
	}
	/* .btn.btn-download-o:hover > span::after {
		background: url(../img/download02_on.png) no-repeat center / cover;
	} */
}
@media screen and (max-width: 799px) {
	.btn-target > span::after {
		background: url(../img/target_2x.png) no-repeat center / cover;
		right: 16px;
	}
}
/*  */
.news-list {
	margin: -24px 0 0;
}
.news-list:not(:last-child) {
	margin-bottom: 24px;
}
.news-list li {
	padding: 24px 0;
	border-bottom: 1px solid #cac8e1;
}
/* .news-list:last-child li:last-child {
	border-bottom: none;
} */
.news-cont p:not(:last-child) {
	margin: 0 0 4px;
}
.news-cont p.text-normal {
	font-weight: 600;
}
.news-date {
	font-family: 'Ubuntu', sans-serif;
	color: #303030;
}
.news-date span {
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
	background: #3e4da3;
	color: #fff;
	width: 53px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bg-trans-0 {
	background: linear-gradient(90deg, #a774ff 0%, #85a6ff 100%);
}
.bg-trans-1,
.news-date span.bg1 {
	background: linear-gradient(-90deg, #00ccff 0%, #5b9cff 100%);
}
.bg-trans-2,
.news-date span.bg2 {
	background: linear-gradient(-70deg, #ffb743 0%, #fda035 100%);
}
.bg-trans-3,
.news-date span.bg3 {
	background: linear-gradient(-90deg, #7ed9b8 0%, #40d36e 100%);
}
.bg-trans-4,
.news-date span.bg4 {
	background: linear-gradient(90deg, #ff7373 0%, #ffaeae 100%);
}
@media screen and (min-width: 800px) {
	.news-date {
		width: 118px;
	}
	.news-date span {
		margin: 0 0 6px;
	}
	.news-action {
		width: 183px;
	}
	.news-cont {
		flex: 1;
		padding: 0 40px 0 0;
	}
}
@media screen and (max-width: 799px) {
	.news-date {
		margin: 0 0 8px;
		display: flex;
		align-items: center;
		gap: 0 8px;
	}
	.news-cont p:not(:last-child) {
		margin: 0 0 8px;
	}
}
/* .news-btn */
.news-list .btn {
	border-radius: 20px;
	width: 183px;
	height: 36px;
}
.news-list .btn > span {
	border-radius: 16px;
	height: 32px;
	font-size: 12px;
}
@media screen and (max-width: 799px) {
	.news-action {
		margin: 16px 0 0;
	}
	.news-list .btn {
		border-radius: 20px;
		width: 200px;
		min-height: 40px;
	}
	.news-list .btn > span {
		border-radius: 18px;
		min-height: 36px;
	}
}
.finds {
	margin: 200px 0 0;
}
.finds-content {
	background: linear-gradient(to bottom, #fff 0%, #d1e2ff 100%);
	padding: 10px 0 0;
	position: relative;
}
.finds-content::after {
	content: '';
	width: 100%;
	height: 300px;
	background: url(../img/mask.png) no-repeat center / 1620px 300px;
	position: absolute;
	left: 50%;
	top: -300px;
	transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
}
@media screen and (min-width: 1621px) {
	.finds-content::after {
		background-size: 100% 100%;
	}
}
.finds .page-title {
	margin: 0 0 32px;
}
@media screen and (max-width: 799px) {
	.finds {
		margin: 70px 0 0;
	}
	.finds-content {
		padding-top: 5px;
		background: linear-gradient(to bottom, #f1edf9 0%, #eaf2ff 100%);
	}
	.finds-content::after {
		content: '';
		width: 100%;
		height: 71px;
		background: url(../img/mask_2x.png) no-repeat center / 100% 100%;
		top: -71px;
	}
	.finds .page-title {
		margin: 0 0 24px;
	}
}
/*  */
.tabs {
	margin: 0 0 48px;
	gap: 13px;
}
.tabs li {
	width: calc(100% / 4 - (13px / 4 * 3));
}
.tabs li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #3e4da3;
	border-radius: 6px;
	color: #3e4da3;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
	height: 60px;
	cursor: pointer;
}
.tabs li.is-active span {
	background: #3e4da3;
	color: #fff;
	position: relative;
	border-color: #cac8e1;
}
@media screen and (min-width: 800px) {
	.tabs li:hover span {
		background: rgba(62, 77, 163, 0.2);
		color: #3e4da3;
		position: relative;
	}
}
@media screen and (max-width: 799px) {
	.tabs {
		margin-bottom: 40px;
		gap: 8px;
	}
	.tabs li {
		width: calc(100% / 2 - (8px / 2 * 1));
	}
	.tabs li span {
		font-size: 13px;
		height: 48px;
	}
}
/*  */
.session-box {
	color: #303030;
	display: none;
}
.session-box.is-show {
	display: block;
}
.session-box h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 16px;
}
.session-list li {
	width: 25%;
	padding: 0 14px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.session-list .text-normal {
	font-weight: 600;
}
.session-heading1 {
	font-size: 13px;
	font-weight: 600;
	border-top: 2px solid #cac8e1;
	border-bottom: 2px solid #cac8e1;
	text-align: center;
	padding: 7px 0 9px;
	margin: 0 0 16px;
	color: #3e4da3;
}
.session-heading2 {
	gap: 4px;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 8px;
}
.session-heading2 dd {
	color: #3e4da3;
	line-height: 2;
	font-weight: 700;
}
.session-heading2 dt {
	width: 105px;
}
.session-heading2 dt span {
	display: block;
	border-radius: 6px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.bg1 {
	background-color: #30beff;
}
.bg2 {
	background-color: #ffa45e;
}
.bg3 {
	background-color: #39dd96;
}
.session-box h3 {
	color: #3e4da3;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 32px;
	text-align: center;
}
.session-list {
	justify-content: center;
}
.session-list p {
	margin: 0 0 10px;
}
.session-list p:last-child {
	margin: 0;
}
.session-list p.session-title {
	margin: 0 0 8px;
}
.session-list .btn {
	margin-top: 16px;
}
.session-list .btn > span > span::before,
.session-list .btn > span > span::after {
	display: none;
}
.session-list .btn {
	border: 2px solid #1e2a6d;
	background-color: #1e2a6d;
	padding: 0;
}
.session-list .btn > span {
	background: none;
	/* padding-right: 36px; */
}
.session-list .btn .ico-plus {
	font-style: normal;
	font-size: 0;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.session-list .btn .ico-plus::before,
.session-list .btn .ico-plus::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.2s ease-in-out 0.08s;
}
.session-list .btn .ico-plus::before {
	background: url(../img/plus.svg) no-repeat 0 0 / 100% 100%;
}
@media screen and (min-width: 800px) {
	.session-list .btn {
		border-radius: 40px;
		width: 100%;
		max-width: 183px;
		height: 36px;
	}
	.session-list .btn > span {
		border-radius: 40px;
		height: 100%;
		font-size: 12px;
	}
	.session-list .btn .ico-plus::after {
		opacity: 0;
		background-image: url(../img/plus_on.svg);
	}
	.session-list .btn:hover .ico-plus::before {
		opacity: 0;
	}
	.session-list .btn:hover .ico-plus::after {
		opacity: 1;
	}
}
@media screen and (max-width: 799px) {
	.session-box {
		padding: 0 10px;
	}
	.session-box h2 {
		font-size: 16px;
	}
	.session-list {
		justify-content: space-between;
		gap: 24px 12px;
	}
	.session-list li {
		width: calc(50% - 6px);
		padding: 0;
	}
	.session-heading1 {
		font-size: 12px;
	}
	.session-heading1.line3 {
		height: 79px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.session-heading1.line4 {
		height: 92.75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.session-heading2 dd {
		width: 100%;
		text-align: left;
	}
	.session-list p.session-title {
		font-size: 13px;
	}
	.session-list .btn {
		border-radius: 36px;
		width: 80%;
		min-height: 28px;
		margin-top: 12px;
	}
	.session-list .btn > span {
		border-radius: 32px;
		font-size: 12px;
		padding: 7px 6px 7px 0;
		min-height: 26px;
		height: 26px;
	}
	.session-list .btn > span::after {
		right: 14px;
	}
	.session-list .btn .ico-plus {
		width: 9px;
		height: 9px;
		right: 6px;
	}
	.session-box h3 {
		font-size: 16px;
		margin: 0 0 20px;
	}
}
/*  */
.speaker-submit {
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-weight: 600;
}
.speaker-submit .btn {
	font-weight: 700;
}
.speaker-submit.is-fixed {
	gap: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 12;
	pointer-events: none;
	height: 110px;
	justify-content: center;
}
.page-mypage .speaker-submit.is-fixed {
	height: 90px;
}
.speaker-submit.is-fixed::before {
	background-color: rgba(62, 77, 163, 0.1);
	backdrop-filter: blur(0px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.speaker-submit-effect {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.speaker-submit.is-fixed.is-show {
	pointer-events: visible;
}
.speaker-submit.is-fixed.is-show .speaker-submit-effect {
	opacity: 1;
}
.speaker-submit.is-fixed.is-show::before {
	content: '';
	backdrop-filter: blur(14px);
}
.speaker-submit p {
	color: #3e4da3;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
.speaker-submit .form-error-message {
	color: #ff7c52;
	margin: 0 0 3px;
}
.btn-back,
.btn-normal {
	width: 326px;
	height: 64px;
}
.btn-back > span,
.btn-normal > span {
	height: 60px;
	font-size: 18px;
}
.speaker-submit .btn-normal {
	width: 274px;
	height: 54px;
}
.speaker-submit .btn-normal > span {
	height: 50px;
	font-size: 16px;
}
.btn-back > span > span::before,
.btn-back > span > span::after {
	right: inherit;
	left: 22px;
	transform-origin: 1px 50%;
}
.speaker-submit-inner p {
	margin: 2px 0 0;
}
.speaker-submit.is-fixed .form-error-message {
	font-size: 12px;
	font-weight: normal;
}
/* .btn.btn-back {
	padding: 0;
	background: none;
} */
/* .btn.btn-back > span {
	height: 100%;
} */
@media screen and (max-width: 799px) {
	.speaker-submit {
		gap: 16px;
	}
	.speaker-submit.is-fixed {
		gap: 4px;
		padding: 0 12px;
		height: 54px;
	}
	.speaker-submit.is-fixed.has-error {
		height: 70px;
	}
	.page-mypage .speaker-submit.is-fixed,
	.page-mypage .speaker-submit.is-fixed.has-error {
		height: 80px;
	}
	.speaker-submit p {
		font-size: 12px;
	}
	.btn-back {
		width: 200px;
		height: 40px;
	}
	.btn-back > span {
		height: 36px;
		font-size: 14px;
	}
	.btn-back > span > span::before,
	.btn-back > span > span::after {
		left: 16px;
	}
	.speaker-submit .btn-normal {
		width: 120px;
		height: 38px;
	}
	.speaker-submit .btn-normal > span {
		height: 36px;
		font-size: 14px;
	}
	.speaker-submit-inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		gap: 4px;
	}
	.speaker-submit-inner p {
		margin: 0;
		flex: 1;
	}
	.btn-normal {
		width: 120px;
		height: 38px;
		min-height: inherit;
		margin: 0;
	}
	.btn-normal > span {
		height: 36px;
		font-size: 14px;
		min-height: inherit;
	}
	.btn-normal > span > span::before,
	.btn-normal > span > span::after {
		right: 12px;
	}
	.speaker-submit.is-fixed .form-error-message {
		margin: 0;
	}
}
/*  */
.speaker .container {
	max-width: 1270px;
	padding: 0 20px;
}
.speaker-content {
	padding: 0 0 0 58px;
}
.area {
	background: url(../img/session/bg3.png) no-repeat right top / 245px 270px;
	border: 8px solid #cac8e1;
	border-radius: 6px;
	max-width: 670px;
	min-height: 310px;
	margin: 0 auto 80px;
	position: relative;
}
.area.bg-area-2 {
	background: #fff url(../img/session/bg4b.png) no-repeat right top 10px / 260px auto;
	min-height: 289px;
}
.area-wrap {
	margin: 0 auto 80px;
	max-width: 670px;
}
.area-wrap .area {
	max-width: inherit;
	margin: 0;
	border: 2px solid #c8c5e9;
	border-radius: 0 0 8px 8px;
	color: #3e4da3;
}
.area-wrap .area .checkbox {
	bottom: 15px;
}
.area-cnt {
	padding: 40px 24px 8px 40px;
	max-width: 430px;
	font-size: 12px;
	line-height: 1.6;
}
.area-title {
	font-size: 27px;
	line-height: 1;
	margin: 0 0 13px;
}
.area-time {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 12px;
}
.area .checkbox {
	bottom: 8px;
}
@media screen and (max-width: 799px) {
	.speaker-content {
		padding: 0 0 0 45px;
		/* margin: 0 0 40px; */
	}
	.area-wrap {
		margin-left: 65px;
		margin-right: 20px;
	}
	.area {
		background: url(../img/session/bg3a.png) no-repeat right top / 122px 56px, url(../img/session/bg3b.png) no-repeat left 18px bottom / 144px 93px;
		border-width: 6px;
		margin: 0 28px 56px;
	}
	.area.bg-area-2 {
		background: url(../img/session/bg4b_2x.png) no-repeat left bottom / 100% auto;
	}
	.area-wrap .area.bg-area-2 {
		padding-bottom: 0;
		background: #fff;
	}
	.area-image {
		font-size: 0;
		margin: 35px -18px 0;
	}
	.area-cnt {
		padding: 24px 18px 65px;
		max-width: 100%;
	}
	.area-time {
		font-size: 14px;
		margin: 0 0 8px;
	}
	.area .checkbox {
		width: 122px;
	}
	.area-wrap .area .checkbox {
		bottom: 6px;
	}
}
/*  */
.keynote {
	margin: 0 0 26px;
}
.--heading {
	color: #3e4da3;
	border-bottom: 1px solid #3e4da3;
	font-size: 22px;
	line-height: 1;
	padding: 0 0 14px;
	text-align: center;
	margin: 0 0 15px;
}
.--label {
	border-radius: 8px 8px 0 0;
	background-color: #9891ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0 0 4px;
	padding: 4px;
}
.--bg1 {
	background: linear-gradient(-90deg, #00ccff 0%, #5b9cff 50%, #5b9cff 100%);
}
.--bg2 {
	background: linear-gradient(-70deg, #ffb743 0%, #fda035 100%);
}
.--bg3 {
	background: linear-gradient(-90deg, #7ed9b8 0%, #40d36e 100%);
}
.--bg4 {
	background: linear-gradient(90deg, #ff7373 0%, #ffaeae 100%);
}
.--timing {
	color: #3e4da3;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: -58px;
}
.--start {
	top: -8px;
}
.--end {
	bottom: -2px;
}
@media screen and (max-width: 799px) {
	.--heading {
		font-size: 18px;
		padding: 0 0 8px;
	}
	.--timing {
		font-size: 14px;
		left: -50px;
	}
}
/*  */
.keynote-box {
	background: #fff url(../img/session/bg1.png) no-repeat left bottom / 115px auto;
	border-radius: 6px;
	border: 2px solid #cac8e1;
	position: relative;
	min-height: 270px;
	color: #303030;
}
.keynote-box::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/session/plus.png) no-repeat center / 24px;
	position: absolute;
	right: 8px;
	top: 8px;
	transition: 0.3s ease;
	pointer-events: none;
}
@media screen and (min-width: 800px) {
	.keynote-box:hover::after {
		transform: scale(1.17);
	}
	.keynote-box:has(.checkbox:hover)::after {
		transform: scale(1);
	}
	.keynote-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 31px 10px 65px 142px;
	}
	.keynote-box .checkbox {
		bottom: 20px;
	}
}
.keynote-title {
	color: #3e4da3;
	font-size: 27px;
	font-weight: 600;
	padding: 10px 0 0;
	line-height: 1.4;
}
.keynote .--start {
	top: -40px;
}
.keynote .--end {
	bottom: 80px;
}
@media screen and (min-width: 800px) {
	.keynote-title {
		width: 400px;
		padding: 0;
	}
}
@media screen and (max-width: 1230px) {
	.keynote-title {
		font-size: 2.1vw;
		width: 28vw;
	}
}
@media screen and (max-width: 1100px) {
	.keynote-box {
		background: #fff;
		padding-left: 24px;
		padding-right: 24px;
	}
	.keynote-box::after {
		right: 4px;
		top: 4px;
	}
}
@media screen and (max-width: 799px) {
	.keynote-box {
		padding: 35px 8px 58px;
	}
	.keynote-box .checkbox {
		width: 122px;
	}
	.keynote-title {
		width: auto;
		font-size: 20px;
		padding-top: 26px;
		margin-bottom: 1px;
	}
}
/*  */
.speaker-list {
	gap: 16px;
	font-size: 12px;
}
.speaker-list li {
	width: 50%;
}
.speaker-img {
	text-align: center;
	margin: 0;
}
.speaker-comp {
	font-weight: 600;
	margin: 0 0 4px;
}
.speaker-pos {
	font-size: 10px;
	margin: 0 0 8px;
}
.speaker-name {
	font-weight: 600;
}
@media screen and (min-width: 800px) {
	.speaker-list {
		width: calc(100% - 400px - 40px);
		padding-bottom: 24px;
	}
	.speaker-list li {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	.speaker-img {
		width: 102px;
	}
	.speaker-body {
		width: calc(100% - 102px - 6px);
	}
}
@media screen and (max-width: 1230px) {
	.speaker-list {
		gap: 1.3vw;
		width: calc(100% - 28vw - 1.3vw);
	}
}
@media screen and (max-width: 799px) {
	.speaker-list {
		gap: 4px;
		width: auto;
	}
	.speaker-list li {
		width: calc(50% - 2px);
		font-size: 12px;
	}
	.speaker-img {
		/* max-width: 74px; */
		margin: 0 auto 12px;
	}
}
/*  */
.garden {
	margin: 0 0 80px;
}
.garden-box {
	background: url(../img/session/bg2.jpg) no-repeat right center / cover;
	border-radius: 0 0 8px 8px;
	border: 2px solid #c8c5e9;
	position: relative;
	min-height: 350px;
	display: flex;
	padding: 20px 50px 24px;
	font-size: 12px;
	color: #3e4da3;
}
@media screen and (min-width: 961px) {
	.garden-box.is-selected {
		background: url(../img/session/bg2_2.jpg) no-repeat right center / cover;
		padding-bottom: 63px;
	}
}
.garden-title {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 8px;
}
.garden .checkbox {
	bottom: 15px;
}
.garden-lead span {
	display: inline-flex;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	background: linear-gradient(-70deg, #ffb743 0%, #fda035 100%);
	padding: 2px 30px 5px;
	border-radius: 16px;
}
.garden-type {
	margin-top: 12px;
}
.garden-type span {
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 12px;
	border: 1px solid #3e4da3;
	border-radius: 4px;
}
.garden-logo {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.garden-logo li {
	width: 115px;
}
.garden-note {
	margin: 12px 0 0;
}
.garden-note li {
	font-size: 11px;
	line-height: 1.6;
	padding: 0 0 0 15px;
	text-indent: -15px;
}
@media screen and (max-width: 1459px) {
	.page-mypage .garden-box {
		padding-bottom: 63px;
	}
}
@media screen and (max-width: 1280px) {
	.garden-box {
		padding-bottom: 63px;
	}
}
@media screen and (max-width: 1100px) {
	.garden-box {
		background-color: #fff;
		background-size: 96% auto;
		background-position: right center;
		display: block;
		padding: 32px 32px 63px;
	}
}
@media screen and (max-width: 799px) {
	.garden {
		margin: 0 0 45px;
	}
	.garden-box {
		background-image: url(../img/session/bg2_2x.png);
		background-size: 100% auto;
		background-position: left bottom;
		min-height: 248px;
		padding: 36px 16px 50vw;
	}
	.page-mypage .garden-box {
		padding-bottom: 50vw;
	}
	.garden-title {
		font-size: 26px;
	}
	.garden-box .checkbox {
		width: 122px;
		bottom: 6px;
	}
	.garden-lead {
		margin-bottom: 10px;
		text-align: center;
	}
	.garden-lead span {
		font-size: 12px;
		font-weight: 700;
		padding: 5px 24px;
	}
	.garden-logo {
		justify-content: center;
	}
	.garden-logo li {
		width: 50%;
	}
	.garden-note {
		margin-right: -5px;
	}
}
/*  */
.checkbox {
	background: none;
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	max-width: 122px;
	height: 38px;
	border-radius: 4px;
	padding: 0;
	margin: 0 auto;
	z-index: 5;
}
.checkbox span:not(.checkmark) {
	border-radius: 4px;
	background-color: #3e4da3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	padding: 0 16px 2px 0;
	overflow: hidden;
}
label em {
	font-style: normal;
	display: none;
}
.checkmark {
	background: url(../img/session/check.png) no-repeat center / cover;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}
input[type='checkbox']:checked + label .checkmark {
	background: url(../img/session/checked.png) no-repeat center / cover;
	/* width: 24px;
	height: 24px; */
}
.checkbox-remaining input[type='checkbox']:checked + label .checkmark {
	background: url(../img/session/checked_blue.png) no-repeat center / cover;
}
input[type='checkbox']:checked + label em {
	display: block;
}
.checkbox label em {
	font-style: normal;
	display: none;
}
.checkbox-disabled.checkbox {
	background: #cac8e1;
	pointer-events: none;
}
.checkbox-disabled span:not(.checkmark) {
	background-color: #b3b3b3;
	color: #3e4da3;
	padding-right: 0;
}
.checkbox-disabled .checkmark {
	display: none;
}
.checkbox-remaining span:not(.checkmark) {
	background-color: #ff725f;
}
.checkbox-exclusive.checkbox {
	pointer-events: none;
	overflow: hidden;
}
.checkbox-exclusive.checkbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 11;
}
@media screen and (max-width: 799px) {
	.checkbox span:not(.checkmark) {
		font-size: 13px;
		padding-bottom: 0;
	}
}
/*  */
.timetable {
	position: relative;
	margin: 0 auto 40px;
	width: 1230px;
	padding: 0 0 0 58px;
}
@media screen and (max-width: 1230px) {
	.timetable {
		margin-left: 20px;
	}
}
@media screen and (max-width: 799px) {
	.timetable {
		width: 1217px;
		padding: 0 0 0 45px;
	}
}
.timetable-heading {
	margin: 0 0 16px;
	position: sticky;
	z-index: 12;
	top: 0;
	display: flex;
	justify-content: center;
	gap: 11px;
	padding: 0 0 0 1px;
}
@media screen and (max-width: 1230px) {
	.timetable-heading {
		top: 66px;
	}
}
@media screen and (max-width: 799px) {
	.timetable-heading {
		top: 40px;
	}
}
.timetable-heading .--heading {
	background-color: #e9f2ff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-top: 14px;
	margin: 0;
}
.row {
	position: relative;
}
.grid {
	display: flex;
}
.col {
	flex: 1;
	width: 12.5%;
	height: 450px;
	border-right: 2px solid #e7e7e7;
	position: relative;
}
.col:last-child {
	border-right: none;
}
.timetable-item {
	--start: attr(data-start);
	--end: attr(data-end);
	position: absolute;
	z-index: 11;
	height: calc((var(--end) - var(--start)) * 10px);
}
[data-y='0'] {
	top: 0;
}
[data-y='10'] {
	top: 100px;
}
[data-y='20'] {
	top: 200px;
}
[data-x='1'] {
	left: 5px;
}
[data-x='2'] {
	left: calc(12.5% + 5px);
}
[data-x='3'] {
	left: calc(25% + 5px);
}
[data-x='4'] {
	left: calc(37.5% + 5px);
}
[data-x='5'] {
	left: calc(50% + 5px);
}
[data-x='6'] {
	left: calc(62.5% + 5px);
}
[data-x='7'] {
	left: calc(75% + 5px);
}
[data-x='8'] {
	left: calc(87.5% + 5px);
}
.w-1x {
	width: calc(12.5% - 10px);
}
.w-2x {
	width: calc(25% - 10px);
}
.w-3x {
	width: calc(37.5% - 10px);
}
.w-4x {
	width: calc(50% - 10px);
}
.w-5x {
	width: calc(62.5% - 10px);
}
.timetable-group {
	height: calc(100% - 28px);
	display: flex;
	justify-content: space-between;
}
.timetable-box {
	background: #fff;
	border-radius: 6px;
	border: 2px solid #cac8e1;
	color: #303030;
	height: 100%;
	width: 136px;
	position: relative;
	padding: 6px;
	padding-bottom: 52px;
	font-size: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.is-disabled::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 11;
}
/* .is-disabled .j-popup, */
.is-disabled label {
	pointer-events: none;
}
.timetable-title {
	font-size: 12px;
	font-weight: 600;
	margin: 8px 0 12px;
	min-height: 57px;
	/*	overflow: hidden; */
	display: -webkit-box;
	/*	-webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.timetable-block2 .tags-list {
	margin-top: 8px;
}
.tags-list span {
	background-color: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 8px;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	padding: 0 8px;
	margin: 0 2px 2px 0;
}
.timetable-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 2px;
}
.timetable-logo {
	background-color: #fff;
	border: 1px solid #cac8e1;
	border-radius: 2px;
	width: 88px;
	height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0 12px;
	line-height: 1.1;
}
.is-sansan {
	background: url(../img/session/sansan.png) no-repeat left 1px center / 12px #fff;
}
.is-intell {
	background: url(../img/session/intell.png) no-repeat left 1px center / 12px #fff;
	height: 27px;
}
.is-bill_one {
	background: url(../img/session/bill_one.png) no-repeat left 1px center / 12px #fff;
}
.is-contact_one {
	background: url(../img/session/contact_one.png) no-repeat left 1px center / 12px #fff;
}
.customers-logo {
	height: 50px;
	margin: 0;
}
.customers-logo:first-child {
	margin-top: 13px;
}
.customers-logo img {
	width: 120px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}
.timetable-box:not(.is-disabled) .timetable-plus {
	position: relative;
	isolation: isolate;
	z-index: 111;
	pointer-events: none;
}
.timetable-plus img {
	width: 24px;
	height: 24px;
	transition: 0.3s ease;
}
@media screen and (min-width: 800px) {
	.checkbox,
	.j-popup {
		transition: 0.3s ease;
	}
	.timetable-box,
	.keynote-box {
		transition: border 0.3s ease;
	}
	.timetable-box:hover,
	.keynote-box:hover {
		border-color: #3E4DA3;
	}
	.timetable-box .j-popup:hover,
	.keynote-box .j-popup:hover {
		background: rgba(255, 255, 255, 0.6);
	}
	.timetable-box:has(.checkbox:hover) .j-popup,
	.keynote-box:has(.checkbox:hover) .j-popup {
		background: transparent;
	}
	.timetable-box.is-disabled .j-popup:hover {
		background: transparent;
	}
	.checkbox:hover {
		opacity: 0.6;
	}
	.timetable-box:hover .timetable-plus img {
		transform: scale(1.17);
	}
	.timetable-box:has(.checkbox:hover) .timetable-plus img {
		transform: scale(1);
	}
}
@media screen and (max-width: 799px) {
	.timetable::after {
		content: '';
		position: absolute;
		top: 155px;
		left: 100px;
		width: 151px;
		height: 151px;
		background: url(../img/session/wide.png) no-repeat center / cover;
		z-index: 15;
	}
	.timetable.is--inview::after {
		opacity: 0;
		transition: 3s ease 2s;
		visibility: hidden;
	}
}
/*  */
.gnav ul {
	gap: 32px;
	font-size: 16px;
	font-weight: bold;
}
.gnav ul li:last-child {
	margin: 0 0 0 24px;
}
.gnav .btn {
	width: 200px;
	height: 50px;
}
.gnav .btn > span {
	height: 46px;
	font-size: 18px;
	line-height: 1.4;
}
.gnav .btn > span > span::before,
.gnav .btn > span > span::after {
	display: none;
}
.logo a {
	display: block;
	line-height: 0;
}
.gnav a:not(.btn) {
	position: relative;
	padding: 8px 0;
}
.gnav a:not(.btn)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #3e4da3;
	transform-origin: left;
	transition: width 0.3s ease;
}
.gnav a:not(.btn):hover::after,
.gnav .is-active a:not(.btn)::after {
	width: 100%;
}
@media screen and (max-width: 960px) {
	/* hamburger */
	.hamburger {
		display: block;
		width: 28px;
		height: 14px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 6;
	}
	.hamburger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #3e4da3;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
		border-radius: 2px;
	}
	.hamburger span:nth-child(1) {
		top: 0px;
	}
	.hamburger span:nth-child(2) {
		top: 6px;
	}
	.hamburger span:nth-child(3) {
		top: 12px;
	}
	.hamburger.is-open span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hamburger.is-open span:nth-child(2) {
		opacity: 0;
		left: -28px;
	}
	.hamburger.is-open span:nth-child(3) {
		top: 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/*  */
	body.menu-open {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
	.gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(233, 242, 255, 0.95);
		z-index: 4;
		padding: 40px 0 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.menu-open .gnav {
		opacity: 1;
		visibility: visible;
	}
	.menu-open .logo {
		position: relative;
		z-index: 11;
	}
	.gnav ul {
		display: block;
		text-align: center;
	}
	.gnav li {
		margin: 30px 0 0;
	}
	.gnav ul li:last-child {
		margin: 50px 0 0;
	}
}
.fixed {
	position: fixed;
	right: -2px;
	top: 30%;
	transform: translateY(-50%) translateX(216px);
	z-index: 15;
	transition: 0.3s ease;
}
.fixed.is-show {
	transform: translateY(-50%) translateX(0%);
}
.fixed-cnt {
	color: #122489;
	display: flex;
}
.fixed-toggle {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 42px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.fixed-toggle span {
	display: block;
	padding: 0 0 25px;
	position: relative;
}
.fixed-toggle span::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/search01.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
.fixed-list dl:not(:last-child) {
	margin-bottom: 18px;
}
.fixed-list dt {
	color: #122489;
	line-height: 1.2;
	font-weight: 700;
}
.fixed-list {
	width: 216px;
	padding: 19px 12px;
}
.fixed-list li:not(:last-child) {
	background: url(../img/bg_line.png) repeat-x left bottom;
}
.fixed-list a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	display: block;
	position: relative;
	padding: 9px 26px 9px 16px;
}
.fixed-list a::after {
	content: '';
	width: 9px;
	height: 9px;
	background: url(../img/arrow.png) no-repeat 0 0 / 100% 100%;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 800px) {
	.fixed {
		background: #c8dfff;
		border: 2px solid #6690e5;
		border-radius: 6px 0 0 6px;
	}
	.fixed-list .js-open-tab.is-active,
	.fixed-list a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 799px) {
	.fixed {
		transform: translateY(-50%) translateX(200px);
	}
	.fixed-cnt {
		align-items: start;
	}
	.fixed-toggle {
		background: #c8dfff;
		border: 2px solid #6690e5;
		border-right: none;
		border-radius: 6px 0 0 6px;
		font-size: 14px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 2px;
		margin-right: -2px;
		position: relative;
	}
	.fixed-list {
		background: #c8dfff;
		border: 2px solid #6690e5;
		border-radius: 0 0 0 6px;
		width: 200px;
		padding: 8px 12px;
	}
}
@media screen and (max-width: 1230px) {
	.layout-fixed,
	.finds {
		position: relative;
		width: 1250px;
	}
	.layout-fixed .container,
	.finds-content {
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		margin: 0;
		position: sticky;
		left: 0;
	}
}
@media screen and (max-width: 799px) {
	.layout-fixed,
	.finds {
		width: 1237px;
		margin-left: 0;
		margin-right: 0;
	}
	.layout-fixed .container,
	.finds-content {
		width: 100vw;
		max-width: 100vw;
		padding: 0;
	}
	.keynote .container,
	.garden .container {
		padding: 0 20px;
	}
}
/* register */
.regist {
	margin: 0 0 80px;
}
.regist h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 16px;
}
.ref-row {
	margin: 0 0 20px;
}
.ref-row:last-child {
	margin-bottom: 0;
}
.ref-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 8px;
}
.ref-label small {
	font-size: 12px;
	font-weight: 400;
}
.hissu,
.ninni {
	border-radius: 2px;
	width: 30px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	margin: 0 8px;
	padding-bottom: 1px;
}
.ninni {
	background-color: #d1d1d1;
	color: #231815;
}
.hissu {
	background: #ff4b33;
	color: #fff;
}
.form-2x li {
	width: calc(50% - 8px);
}
select {
	background: url(../img/arrow-down.png) no-repeat right 16px center / 16px #fff;
}
select.is-placeholder {
	color: #717171;
}
.text-frame {
	font-weight: 400;
	color: #303030;
	/* max-width: 688px; */
	width: 100%;
	background: rgba(233, 242, 255, 0.7);
	border: 2px solid #cac8e1;
	border-radius: 6px;
	margin: 24px 0 0;
	padding: 8px 16px;
	word-break: break-all;
}
@media screen and (max-width: 799px) {
	.regist h3 {
		font-size: 16px;
	}
	.ref-label {
		flex-wrap: wrap;
		font-size: 13px;
	}
	.ref-label small {
		width: 100%;
		display: block;
		font-size: 10px;
		margin: 4px 0 0;
	}
	.form-2x li {
		width: 100%;
		margin: 0 0 12px;
	}
	.form-2x li:last-child {
		margin-bottom: 0;
	}
	.text-frame {
		height: 56px;
		justify-content: flex-start;
		padding: 5px 16px;
		margin: 15px auto 0;
		text-align: left;
	}
	.form-label small {
		width: 100%;
		display: block;
		font-size: 10px;
		margin: 4px 0 0;
		font-weight: 400;
	}
}
@media screen and (min-width: 800px) {
	.register-finish .box-content {
		padding: 32px;
	}
	.register-finish .qr {
		margin-left: 45px;
		margin-right: 45px;
	}
	.register-finish .qr .text {
		padding-left: 32px;
		width: auto;
	}
	.register-finish .qr .text p {
		margin-bottom: 20px;
	}
	.register-finish .infor {
		margin-bottom: 56px;
	}
	.register-finish .infor h2 {
		font-size: 18px;
	}
}
.enjoy {
	margin: 0 0 24px;
}
.enjoy h3 {
	font-size: 18px;
	margin: 0 0 16px;
}
.enjoy p:not(:last-child) {
	margin: 0 0 8px;
}
.title-add {
	margin: 0 0 20px;
	position: relative;
}
.title-add::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1c55dc;
	position: absolute;
	top: 50%;
	left: 0;
}
.title-add span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.btn-normalsize {
	width: 326px;
	height: 68px;
	font-size: 18px;
}
.btn-normalsize > span {
	height: 64px;
	font-size: 18px;
	line-height: 1.4;
}
.btn-normalsize > span > span::before,
.btn-normalsize > span > span::after {
	width: 10px;
}
@media screen and (max-width: 799px) {
	.enjoy {
		text-align: left;
	}
	.enjoy h3 {
		text-align: center;
		font-size: 14px;
	}
	.enjoy p {
		font-size: 13px;
	}
	.title-add {
		margin: 0 0 16px;
		font-size: 13px;
	}
	.btn-normalsize {
		height: 40px;
		width: 240px;
		font-size: 14px;
	}
	.btn-normalsize > span {
		font-size: 14px;
	}
}
/* css for modal */
.timetable .j-popup,
.keynote .j-popup,
.garden .j-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.timetable-box > .j-popup,
.keynote-box > .j-popup {
	border-radius: 4px;
}
.modals {
	background: #fff;
	border-radius: 6px;
	max-width: 1080px;
	margin: 40px auto;
	color: #3e4da3;
	font-size: 12px;
	line-height: 1.2;
	position: relative;
}
.modal-inner {
	padding: 48px 64px;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
.modals-stage {
	position: relative;
	padding: 0 0 14px;
	display: flex;
	gap: 20px;
}
.modals-stage::after {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(-90deg, #7cd6ff 26%, #f1def0 100%);
}
.modals-stage.--line1 {
	border-bottom-color: #9891ff;
}
.modals-stage.--line2 {
	border-bottom-color: #ffa45e;
}
.modals-stage.--line3 {
	border-bottom-color: #39dd96;
}
.modals-stage dl {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}
.modals-stage dd {
	font-size: 22px;
}
.modals-stage dt span {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #3e4da3;
	color: #fff;
}
.modals-stage h2 {
	font-size: 27px;
	line-height: 1;
}
.modals-cont {
	margin: 26px 0 40px;
}
.modals-cont.k-note {
	margin: 40px 0;
}
.modals h3 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 16px;
}
.modals h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
}
.modals-cont p {
	margin: 16px 0 0;
}
.modals-cont p.text-note {
	margin: 8px 0 0;
}
.modals-cont p.subtitle {
	font-size: 18px;
	font-weight: 600;
}
.modals-speaker {
	border-radius: 6px;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	color: #303030;
	padding: 0;
	margin: 0;
	position: relative;
}
.modals-speaker.--award::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 5px;
	width: 122px;
	height: 59px;
	background: url(../img/session/award2.png) no-repeat center center / 100% auto;
	z-index: 2;
}
.modals-speaker + .modals-speaker {
	margin-top: 20px;
}
.modals-speaker-heading {
	margin: 0 0 16px;
}
.modals-speaker-text .speaker-comp {
	font-size: 16px;
	margin: 0 0 6px;
}
.speaker-text {
	line-height: 1.6;
}
.modals-speaker-text .speaker-name {
	font-size: 27px;
	margin-top: 8px;
}
.modals-stage .checkbox {
	right: 0;
	left: inherit;
	width: 106px;
}
.modals-cont .timetable-actions {
	gap: 8px;
	justify-content: flex-start;
	margin: 16px 0 0;
}
.modals-cont .timetable-logo,
.modals-cont .tags-list .timetable-logo {
	display: inline-flex;
	width: auto;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #3e4da3;
	background-size: 14px;
	background-position: left 2px center;
	background-color: #cac8e1 !important;
	padding-left: 22px;
	padding-right: 8px;
	border-radius: 10px;
	border: 2px solid #cac8e1;
}
.modals-cont .tags-list .timetable-logo {
	border: 1px solid #b2b2b2;
}
.modals-cont .tags-list {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.modals-cont .tags-list span {
	font-size: 12px;
	line-height: 18px;
	border-radius: 10px;
	color: #303030;
	margin: 0;
}
.modals-speaker-cont > p {
	margin: 0 0 8px;
}
.modals-speaker-cont > p:last-child,
.modals-speaker-cont > p.text-note {
	margin-bottom: 0;
}
.modals a {
	border-bottom: 1px dashed #3e4da3;
	transition: border-bottom 0.3s ease;
}
.modals .modals-speaker a {
	border-bottom: 1px dashed #303030;
}
.modals-speaker-layout {
	background: linear-gradient(166deg, #ffffff 0%, #ffffff 60%, rgba(184, 169, 250, 0.5) 80%, #54b4f4 100%);
}
.modals-speaker-img {
	font-size: 0;
}
@media screen and (min-width: 961px) {
	.modals-speaker.--award::before {
		width: 122px;
		height: 59px;
	}
	.modals-stage .checkbox {
		left: inherit;
		bottom: 12px;
		width: 144px;
		height: 48px;
	}
	.modals-stage .checkbox span:not(.checkmark) {
		height: 48px;
		border-radius: 4px;
	}
	.modals-speaker-layout {
		display: flex;
		flex-direction: row-reverse;
	}
	.modals-speaker-layout.m-gap {
		gap: 34px;
	}
	.modals-speaker-img {
		/* width: 280px; */
		text-align: center;
	}
	.modals-speaker-cont {
		flex: 1 0 0;
		padding: 54px 24px 70px 48px;
	}
	.modals-speaker-heading:has(.modals-speaker-logo) {
		display: flex;
		flex-direction: row-reverse;
	}
	.modals-speaker-logo {
		width: 190px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #d6d6d6;
	}
	.modals-speaker-heading:has(.modals-speaker-logo) .modals-speaker-text {
		width: calc(100% - 190px);
		padding: 0 0 0 24px;
	}
	.yt-frame {
		text-align: center;
		padding: 24px 0 0;
		margin-top: 16px;
	}
	.modals a:hover {
		border-bottom-color: transparent;
	}
}
@media screen and (min-width: 800px) {
	.modals .mfp-close {
		transition: 0.3s ease;
	}
	.modals .mfp-close:hover {
		transform: scale(1.17);
	}
}
@media screen and (max-width: 960px) {
	.modals {
		margin: 24px 18px;
	}
	.modal-inner {
		padding: 24px;
	}
	.modals-stage {
		padding: 0 0 12px;
	}
	.modals-stage dl {
		gap: 4px;
		margin: 0 0 4px;
	}
	.modals-stage dd {
		font-size: 16px;
	}
	.modals-stage dt span {
		font-size: 12px;
		line-height: 22px;
		padding: 0 8px;
	}
	.modals-stage h2 {
		font-size: 18px;
	}
	.modals-cont,
	.modals-cont.k-note {
		margin: 24px 0 0;
	}
	.modals h3 {
		font-size: 20px;
	}
	.modals h4 {
		font-size: 18px;
	}
	.modals-speaker {
		margin: 24px 0 0;
	}
	.modals-speaker + .modals-speaker {
		margin-top: 20px;
	}
	.modals-speaker-img {
		text-align: center;
		margin: 0 0 25px;
	}
	.modals-speaker-img.--circle {
		padding: 5px 0 25px;
	}
	.modals-speaker-heading {
		margin: 0 0 16px;
	}
	.modals-speaker-text .speaker-comp {
		font-size: 13px;
	}
	.modals-speaker-text .speaker-name {
		font-size: 20px;
	}
	.modals-speaker-logo {
		text-align: center;
		min-height: 102px;
		padding: 5px 0;
		border-bottom: 1px solid #d6d6d6;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.modals-speaker-logo img {
		width: 100%;
	}
	.modals-cont .tags-list {
		margin: 0;
	}
	.modals-cont p.subtitle {
		font-size: 14px;
	}
	.yt-frame {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
		margin: 40px 0 0;
	}
	.yt-frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.cv {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 15;
}
@media screen and (min-width: 800px) {
	.cv a {
		display: block;
	}
	.cv a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 799px) {
	.cv {
		width: 90px;
		right: inherit;
		left: 8px;
		bottom: 8px;
		z-index: 15;
	}
}
.speaker__box .box {
	position: relative;
}
.speaker__box .box::before {
	content: '';
	position: absolute;
	top: -23px;
	left: 50px;
	width: 68px;
	height: 60px;
	background: url(../img/benefits.png) no-repeat center / contain;
}
.speaker__box .box-title {
	padding: 4px;
	font-size: 18px;
}
@media screen and (min-width: 800px) {
	.speaker__box .box {
		max-width: 610px;
		margin: -32px auto 32px;
	}
	.speaker__box .box-content {
		padding: 18px 24px 24px;
	}
	.speaker__box .box-content .qr {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.speaker__box .box-content .qr .text {
		padding: 0;
	}
	.speaker__box .no-wrap {
		white-space: nowrap;
	}
}
@media screen and (max-width: 799px) {
	.speaker__box {
		margin: -30px 0 47px;
	}
	.speaker__box .box {
		margin: 0 28px;
	}
	.speaker__box .box::before {
		width: 50px;
		height: 44px;
		left: 5px;
		top: -12px;
	}
	.speaker__box .box-title {
		font-size: 14px;
		padding: 5px 4px;
	}
	.speaker__box .box-content {
		padding: 10px 14px;
		font-size: 12px;
	}
	.speaker__box .box-content .qr .img {
		width: 98px;
		float: right;
		margin: 0;
	}
}
.line-verification {
	background-color: #fff;
	width: 100%;
	height: 100vh;
}
.line-verification .btn {
	margin-top: 56px;
}
.line-foot {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #696969;
	font-size: 12px;
}
.line-main {
	height: calc(100vh - 130px);
	color: #303030;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.line-main p:not(:first-child) {
	margin: 6px 0 0;
}
@media screen and (max-width: 799px) {
	.line-verification .btn {
		margin-top: 0;
	}
	.line-foot {
		font-size: 10px;
	}
	.line-main {
		font-size: 14px;
		position: relative;
	}
	.line-main p:not(:first-child) {
		margin: 6px 0 0;
	}
	.line-main .btn {
		position: absolute;
		left: 50%;
		bottom: 30px;
		transform: translateX(-50%);
	}
}
#benefits p:not(:last-child) {
	margin: 0 0 24px;
}
@media screen and (max-width: 799px) {
	#benefits .qr {
		text-align: left;
	}
	#benefits p:not(:last-child) {
		margin: 0 0 16px;
	}
	#benefits p:first-child {
		margin: 0 0 8px;
	}
}
body.error-page {
	background: linear-gradient(to bottom, #161079 0%, #6750b7 100%);
	color: #fff;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}
body.error-page header .logo {
	font-size: 0;
}
body.error-page header {
	position: relative;
	background: transparent;
}
body.error-page footer {
	color: #fff;
}
body.error-page main {
	min-height: calc(100vh - 182px);
	padding: 120px 0 0;
}
body.error-page h1 {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 16px;
}
body.error-page .subtitle {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 48px;
}
body.error-page main p {
	margin: 0 0 12px;
}
body.error-page p.text-small {
	font-size: 14px;
}
body.error-page .btn {
	margin-top: 48px;
}
body.error-page main.close-main {
	padding-top: 160px;
}
body.error-page main.close-main p {
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width: 799px) {
	body.error-page {
		font-size: 14px;
	}
	body.error-page main {
		min-height: calc(100vh - 122px);
		padding: 48px 0 0;
	}
	body.error-page .container {
		padding: 0 16px;
	}
	body.error-page h1 {
		font-size: 26px;
		margin: 0 0 8px;
	}
	body.error-page .subtitle {
		font-size: 17px;
		margin: 0 0 32px;
	}
	body.error-page main p {
		margin: 0 0 8px;
	}
	body.error-page p.text-small {
		font-size: 13px;
	}
	body.error-page .btn {
		margin-top: 32px;
	}
	body.error-page main.close-main {
		padding-top: 124px;
	}
	body.error-page main.close-main p {
		font-size: 14px;
	}
}
/*  */
.is-events h3 {
	margin: 0 0 16px;
}
.is-events .is-deactivate {
	padding-bottom: 64px;
}
.tags {
	gap: 12px;
	margin: 0 0 16px;
}
.tags li {
	border-radius: 4px;
	background-color: #3e4da3;
	color: #fff;
	font-size: 13px;
	line-height: 2;
	padding: 0 12px;
}
.qr .text p.line-through {
	position: relative;
	margin: 0 0 16px;
}
.line-through::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #cac8e1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.line-through span {
	background-color: #fff;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}
.numbers-list li {
	margin: 0 0 12px;
	padding: 0 0 0 22px;
	position: relative;
}
.numbers-list li:last-child {
	margin-bottom: 0;
}
.numbers-list small {
	font-size: 10px;
	font-weight: 400;
}
.numbers-list span {
	font-size: 14px;
}
.num {
	background-color: #3e4da3;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
}
@media screen and (max-width: 799px) {
	.is-events h3 {
		text-align: left;
	}
	.tags {
		gap: 4px;
		margin: 0 0 8px;
	}
	.tags li {
		font-size: 11px;
		line-height: 20px;
		padding: 0 8px;
	}
	.subtitle span {
		padding: 0 8px;
	}
	.numbers-list small {
		font-size: 10px;
		font-weight: 400;
	}
	.numbers-list span {
		font-size: 12px;
	}
	.num {
		top: 2px;
		font-size: 16px;
	}
}
.page-title .tags {
	margin: 24px 0 0;
}
.quest {
	margin: 0 0 40px;
}
.quest-last {
	margin: 0 0 80px;
}
.quest-heading {
	margin: 0 0 20px;
}
.quest-heading dt {
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1.1;
	margin: 0 0 4px;
}
.en2 {
	font-family: Helvetica, sans-serif;
}
.quest-heading dd {
	color: #303030;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px;
}
.quest .form-error-message {
	margin-top: 0;
	display: none;
}
.quest.show-error .form-error-message {
	display: block;
}
@media screen and (max-width: 799px) {
	.page-title .tags {
		margin: 12px 30px 0;
	}
	.page-title .tags li {
		font-size: 12px;
	}
	.quest-last {
		margin: 0 0 60px;
	}
	.quest-heading {
		margin: 0 0 20px;
	}
	.quest-heading dt {
		font-size: 22px;
	}
	.quest-heading dd {
		font-size: 16px;
	}
}
/* .quest-body */
.quest-body {
	color: #303030;
}
.quest-title {
	color: #3e4da3;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 10px;
}
.quest-body textarea {
	min-height: 128px;
}
.ans-list:not(:last-child) {
	margin: 0 0 16px;
}
.ans-list li {
	position: relative;
	padding: 0 0 0 32px;
	margin: 0 0 12px;
}
.ans-list li:last-child {
	margin-bottom: 0;
}
.radio-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #cac8e1;
	background: #fff;
	transition: 0.3s;
	position: relative;
}
@media screen and (max-width: 799px) {
	.radio-icon {
		width: 22px;
		height: 22px;
	}
}
.radio-icon::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #3e4da3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}
.ans-list .checkbox-icon,
.ans-list .radio-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
input[type='radio']:checked + .radio-icon::after,
input[type='checkbox']:checked + .radio-icon::after {
	opacity: 1;
}
.other {
	margin: 40px 0 0;
}
@media screen and (max-width: 799px) {
	.quest-title {
		font-size: 16px;
	}
	.ans-list:not(:last-child) {
		margin: 0 0 24px;
	}
}
.tb-grid {
	background-color: #fff;
	border-bottom: 1px solid #b2b2b2;
	font-size: 12px;
	line-height: 1.6;
}
.tb-row {
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	transition: 0.3s;
}
.tb-col {
	border-right: 1px solid #b2b2b2;
	padding: 10px 12px;
}
.tb-heading {
	font-weight: bold;
	text-align: center;
}
.tb-heading .tb-col {
	padding-left: 2px;
	padding-right: 2px;
}
.tb-grid dt {
	font-size: 16px;
	font-weight: bold;
}
.tb-grid dt .en2 {
	display: block;
	color: #5665c6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}
@media screen and (min-width: 800px) {
	.tb-row {
		display: flex;
	}
	.tb-row:nth-child(2n) {
		background-color: rgba(0, 0, 0, 0.06);
	}
	.tb-col {
		width: 12.5%;
	}
	.tb-col:first-child {
		width: 25%;
	}
	.tb-grid dt {
		margin-right: -10px;
	}
	.tb-row:hover {
		background-color: rgba(185, 180, 255, 0.4);
	}
	.tb-row label {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}
@media screen and (max-width: 799px) {
	.tb-heading {
		display: none !important;
	}
	.tb-col {
		border-top: 1px solid #b2b2b2;
		background-color: rgba(0, 0, 0, 0.06);
		padding: 10px 20px;
	}
	.tb-col:first-child {
		border-top: none;
		background-color: #fff;
		padding: 10px 12px;
	}
	.tb-row label {
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: 16px;
	}
	.tb-grid dt {
		margin-bottom: 5px;
	}
}
/* questionnaire_finish */
.qf_box {
	margin: 0 0 64px;
}
.qf_box li {
	border: 2px solid #cac8e1;
	border-radius: 6px;
	background-color: #fff;
	padding: 30px;
	font-size: 12px;
}
.qf_box dl {
	margin: 16px 0;
}
.qf_box dl dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 12px;
	text-align: center;
}
.qf_box dl dd {
	min-height: 57px;
}
.btn.btn-small {
	width: 180px;
	height: 36px;
	min-height: auto;
}
.btn.btn-small > span {
	height: 32px;
	font-size: 12px;
	min-height: auto;
}
.z-index-10 {
	z-index: 10;
}
@media screen and (min-width: 800px) {
	.qf_box li {
		width: calc(50% - 12px);
	}
	.qf_submit {
		gap: 32px;
	}
}
@media screen and (max-width: 799px) {
	.qf_box {
		margin: 0 0 48px;
	}
	.qf_box li {
		padding: 24px;
	}
	.qf_box li:not(:last-child) {
		margin: 0 0 24px;
	}
	.qf_box dl {
		margin-top: 12px;
	}
	.qf_box dl dt {
		font-size: 16px;
	}
	.qf_submit li:not(:last-child) {
		margin: 0 0 16px;
	}
	.qf_submit .btn-normal {
		width: 200px;
		height: 48px;
		margin: 0 auto;
	}
}
/* new::2026 */
.form-page-reset .form-error-message {
	margin-bottom: 32px;
}
.page-session {
	padding-bottom: 0;
}
.page-session .finds-content {
	padding-bottom: 120px;
}
.foot-social {
	font-size: 0;
	display: flex;
	justify-content: center;
	gap: 24px;
}
.foot-social img {
	width: 24px;
}
.box-content.is-program h3 {
	margin-bottom: 24px;
}
.block-note {
	background-color: #eee;
	margin: 0 auto 24px;
	max-width: 682px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #303030;
	padding: 6px 15px 7px;
}
.mypage-info {
	background-color: #fff;
	line-height: 1.5;
	padding: 20px 24px;
}
.mypage-info dl {
	display: flex;
	align-items: start;
	color: #3e4da3;
}
.mypage-info dl dt {
	font-weight: 400;
	width: 96px;
}
.mypage-info dl dd a {
	text-decoration: underline;
}
@media screen and (min-width: 800px) {
	.mypage-info dl dd a:hover {
		text-decoration: none;
	}
	.foot-session {
		background-color: #d1e2ff;
	}
}
@media screen and (max-width: 799px) {
	.form-page-reset .form-error-message {
		margin-bottom: 16px;
	}
	.page-session {
		padding-bottom: 0;
	}
	.page-session .finds-content {
		padding-bottom: 32px;
	}
	.box-content.is-program h3 {
		margin-bottom: 16px;
		text-align: left;
	}
	.block-note {
		text-align: left;
		font-size: 13px;
		padding: 15px;
	}
}

.page-mypage {
	padding-left: 180px;
}
.mypage-header {
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #204496;
	color: #fff;
	line-height: 1.4;
	padding: 24px 10px;
	width: 180px;
	z-index: 99;
}
.mypage-header-inner {
	height: 100%;
	position: relative;
}
.mypage-logo {
	font-size: 0;
	text-align: center;
	margin-bottom: 62px;
}
.gnav.mypage-nav ul {
	font-weight: 500;
	font-size: 13px;
}
.gnav.mypage-nav ul a {
	display: block;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 6px 8px 6px;
	transition: background 0.3s ease;
}
.gnav.mypage-nav ul li:not(:last-child) {
	margin-bottom: 6px;
}
.gnav.mypage-nav ul li:last-child {
	margin: 0 0 0;
}
.gnav.mypage-nav ul a::after {
	display: none;
}
.gnav.mypage-nav ul ul {
	padding-left: 6px;
	padding-top: 6px;
}
.gnav.mypage-nav ul ul a {
	position: relative;
	padding: 4px 6px 6px 20px;
}
.gnav.mypage-nav ul ul a::before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/arrow.svg) no-repeat left top / 100% 100%;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.mypage-nav-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}
.gnav.mypage-nav .mypage-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 140px;
	text-decoration: none;
	border: 2px solid #fff;
	height: 38px;
	border-radius: 20px;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 0 5px 2px;
	transition: background 0.3s ease;
}
.gnav.mypage-nav .mypage-btn::after {
	display: none;
}
.mypage-complete p {
	text-align: center;
	font-size: 13px;
	color: #3e4da3;
	margin-bottom: 32px;
}
.text-color-blue {
	color: #3e4da3 !important;
}
.text-color-black {
	color: #303030 !important;
}
@media screen and (min-height: 550px) and (min-width: 961px) {
	.mypage-nav-btn {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0;
	}
}
@media screen and (min-width: 1017px) and (max-width: 1200px) {
	.page-mypage .container {
		padding: 0 28px;
	}
}
@media screen and (max-width: 960px) {
	.logo-pc {
		display: none;
	}
	.mypage-info {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.6;
		padding-top: 9.5px;
		padding-bottom: 9.5px;
	}
	.mypage-info dl dd {
		white-space: nowrap;
		width: calc(100% - 96px);
	}
	.mypage-info dl dd a {
		text-decoration: underline;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.page-mypage {
		padding-left: 0;
	}
	.mypage-header {
		bottom: inherit;
		width: 100%;
		height: auto;
		background: #edf0ff;
		padding: 0;
	}
	.mypage-header-inner {
		padding: 8px 32px;
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mypage-logo {
		margin: 0;
	}
	.mypage-logo img {
		width: 311px;
	}
	.menu-open .mypage-logo {
		position: relative;
		z-index: 11;
		background: url(../img/logo_m_w.svg) no-repeat 0 0 / 100% 100%;
	}
	.menu-open .mypage-logo img {
		visibility: hidden;
	}
	.gnav.mypage-nav {
		background-color: #204496;
		padding-top: 80px;
	}
	.mypage-nav-inner {
		padding: 0 12.8vw;
	}
	.gnav.mypage-nav ul {
		text-align: left;
	}
	.gnav.mypage-nav li {
		margin-top: 0;
	}
	.gnav.mypage-nav ul a {
		font-size: 18px;
		font-weight: 700;
	}
	.gnav.mypage-nav ul ul {
		margin-top: 2px;
		padding-left: 21px;
	}
	.gnav.mypage-nav ul ul a {
		font-size: 16px;
		font-weight: 500;
	}
	.gnav.mypage-nav > .mypage-nav-inner > ul > li > a {
		padding: 10px 6px 12px 6px;
	}
	.page-mypage.menu-open .hamburger span {
		background-color: #fff;
	}
	.mypage-nav-btn {
		position: static;
		margin-top: 56px;
	}
	.gnav.mypage-nav .mypage-btn {
		font-size: 16px;
		max-width: 200px;
	}
}
@media screen and (min-width: 800px) and (max-width: 960px) {
	.mypage-info {
		margin-top: 66px;
	}
}
@media screen and (min-width: 961px) {
	.logo-sp {
		display: none;
	}
	.gnav.mypage-nav ul > li > a.is-active {
		background-color: rgba(255, 255, 255, 0.4);
	}
}
@media screen and (min-width: 800px) {
	.gnav.mypage-nav ul > li > a:hover {
		background-color: rgba(255, 255, 255, 0.4);
	}
	.gnav.mypage-nav .mypage-btn:hover,
	.gnav.mypage-nav ul ul a:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}
	.mypage-logo a {
		transition: opacity 0.3s ease;
	}
	.mypage-logo a:hover {
		opacity: 0.6;
	}
	.mypage.container {
		padding-top: 30px;
	}
}
@media screen and (max-width: 799px) {
	.mypage-header-inner {
		padding: 8px 20px;
		height: 40px;
	}
	.mypage-logo img {
		width: 224px;
	}
}

.gtab-body {
	background-color: #fff;
	border: 2px solid #3e4da3;
	border-radius: 0 0 6px 6px;
	padding: 40px 38px 70px;
}
.gtab-list {
	display: flex;
}
.gtab-list li {
	width: 50%;
	padding-top: 16px;
	height: 76px;
}
.gtab-list li span {
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	padding: 5px;
	line-height: 1.3;
	color: #3e4da3;
	background-color: #d2d0d4;
	border-bottom: 2px solid #3e4da3;
	border-radius: 6px 6px 0 0;
}
.gtab-list li.is-active {
	padding-top: 0;
}
.gtab-list li.is-active span {
	background-color: #fff;
	border: 2px solid #3e4da3;
	border-bottom: none;
	position: relative;
}
.gtab-body {
	margin-top: -2px;
}
.gtab-content {
	display: none;
}
.gtab-content.is-show {
	display: block;
}
.modals-slider-wrap {
	overflow: hidden;
	margin: -40px -50px;
	padding: 40px 50px;
}
.modal-button-next,
.modal-button-prev {
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-size: 16px 16px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	font-size: 0;
	position: absolute;
	top: 350px;
}
.mfp-arrow:before,
.mfp-arrow:after {
	display: none;
}
button.mfp-arrow-left,
button.mfp-arrow-right {
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	font-size: 0;
	opacity: 1;
}
.mfp-arrow {
	transform: scale(1);
	transform-origin: center;
	margin-top: -18px !important;
}
button.mfp-arrow-left {
	background-image: url(../img/session/prev.svg);
	left: 0;
}
button.mfp-arrow-right {
	background-image: url(../img/session/next.svg);
	right: 0;
}
.modal-button-next {
	background-image: url(../img/session/next.svg);
	right: -18px;
}
.modal-button-prev {
	background-image: url(../img/session/prev.svg);
	left: -18px;
}
@media screen and (min-width: 800px) {
	button.mfp-arrow-left,
	button.mfp-arrow-right,
	.modal-button-prev,
	.modal-button-next {
		transition: 0.3s ease;
	}
	button.mfp-arrow-left:hover,
	button.mfp-arrow-right:hover,
	.modal-button-prev:hover,
	.modal-button-next:hover {
		transform: scale(1.17);
	}
}
@media screen and (max-width: 799px) {
	button.mfp-arrow-left {
		left: 10px;
	}
	button.mfp-arrow-right {
		right: 10px;
	}
}
@media screen and (min-width: 800px) and (max-width: 960px) {
	button.mfp-arrow-left {
		left: 18px;
	}
	button.mfp-arrow-right {
		right: 18px;
	}
}
@media screen and (min-width: 1120px) {
	button.mfp-arrow-left {
		left: calc((100% - 1080px - 36px) / 2);
	}
	button.mfp-arrow-right {
		right: calc((100% - 1080px - 36px) / 2);
	}
}
.--w403 {
	width: 403px;
}
.--w370 {
	width: 370px;
}
.--w200 {
	width: 257px;
	padding-top: 15px;
	text-align: left;
}
.--w200 img {
	max-width: 200px;
}
.mfp-container {
	padding-left: 18px;
	padding-right: 18px;
}
.qr.--bonus .text {
	width: auto;
	padding-left: 0;
}
.qr.--bonus .text .text-frame {
	margin-top: 24px;
}
/* modal animation fade */
.my-mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.my-mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.my-mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.my-mfp-fade.mfp-wrap .white-popup.modals {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.my-mfp-fade.mfp-wrap.mfp-ready .white-popup.modals {
	opacity: 1;
}
.my-mfp-fade.mfp-wrap.mfp-removing .white-popup.modals {
	opacity: 0;
}

.white-popup.modals.mfp-is-changing .modal-inner {
	opacity: 0 !important;
	animation: none !important;
}
.white-popup.modals.mfp-animated-fade .modal-inner {
	animation: mfpPureFadeNextPrev 1s ease-in-out both !important;
}

@keyframes mfpPureFadeNextPrev {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (min-width: 961px) {
	.page-mypage.not-info-block {
		padding-top: 64px;
	}
}
@media screen and (max-width: 1060px) {
	.--w403, .--w370 {
		width: 30vw;
	}
}
@media screen and (max-width: 960px) {
	.--w200,
	.--w403,
	.--w370 {
		width: auto;
		text-align: center;
	}
	.--w403 img {
		max-width: 403px;
		width: 100%;
	}
	.--w370 img {
		max-width: 370px;
		width: 100%;
	}
	.--w200 img {
		max-width: 200px;
		width: 100%;
	}
	.modals-speaker-img {
		padding-top: 30px;
		background: linear-gradient(166deg, #ffffff 0%, #ffffff 60%, rgba(184, 169, 250, 0.5) 80%, #54b4f4 100%);
	}
	.modals-speaker-img img {
		margin: 0 auto;
	}
	.modals-speaker-layout {
		background: none;
	}
	.modals-speaker-cont {
		padding: 0 24px;
	}
	.modals-speaker {
		padding-bottom: 24px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
	}
	.modals-speaker .yt-frame {
		margin-left: 24px;
		margin-right: 24px;
		width: auto;
		margin-top: 24px;
	}
	.modals-slider-wrap {
		margin: -24px -24px;
		padding: 24px 24px;
	}
	.modals-speaker.--award::before {
		width: 90px;
		height: 43px;
	}
}
@media screen and (max-width: 799px) {
	.mfp-container {
		padding-left: 8px;
		padding-right: 8px;
	}
	.gtab-body {
		padding: 26px 10px 50px;
	}
	.gtab-list li {
		padding-top: 6px;
		height: 42px;
	}
	.gtab-list li.is-active {
		padding-top: 0;
	}
	.gtab-list li span {
		font-size: 16px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
	.mySwiper .swiper-wrapper {
		display: block;
	}
	.modals-stage {
		display: block;
	}
	.modals-stage h2 {
		margin-top: 4px;
	}
	.qr.--bonus .text .text-frame {
		margin-top: 16px;
	}
	.speaker-submit.is-keep-button .btn-normal {
		width: 240px;
		height: 48px;
	}
	.speaker-submit.is-keep-button .btn-normal > span {
		height: 44px;
	}
	.speaker-submit.is-keep-button .speaker-submit-inner {
		justify-content: center;
	}
}

/* toast */
.toast-base {
	position: fixed;
	z-index: 9999;
	padding: 16px 26px;
	border-radius: 12px;
	font-size: 15.5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 11px;
	background: #ffffff;
	color: #204496;
	border: 2px solid #d7deef;
	box-shadow: 0 12px 32px rgba(32, 68, 150, 0.3);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
	white-space: nowrap;
}
.toast-show {
	opacity: 1;
}
@media screen and (min-width: 800px) {
	.toast-base {
		right: 28px;
		bottom: 28px;
		transform: translateY(12px);
	}
	.toast-show {
		transform: translateY(0);
	}
}
@media screen and (max-width: 799px) {
	.toast-base {
		left: 50%;
		bottom: 20px;
		transform: translate(-50%, 12px);
		padding: 12px 18px;
		font-size: 13px;
		gap: 8px;
		max-width: calc(100% - 32px);
	}
	.toast-show {
		transform: translate(-50%, 0);
	}
}
.btn.is-icon-close > span > span::before,
.btn.is-icon-close > span > span::after {
	display: none;
}
.btn.is-icon-close::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../img/close_line.png) no-repeat left top / 100% 100%;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
	.btn.is-icon-close::after {
		width: 24px;
		height: 24px;
	}
}
.session-list .text-small {
	font-size: 12px;
}
@media screen and (min-width: 800px) {
	.session-list .session-heading1 {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 799px) {
	.modals {
		margin: 24px 8px;
	}
	button.mfp-arrow-left,
	button.mfp-arrow-right {
		width: 28px;
		height: 28px;
	}
	button.mfp-arrow-left {
		left: 2px;
	}
	button.mfp-arrow-right {
		right: 2px;
	}
	.mfp-arrow {
		margin-top: -14px !important;
	}
	.session-list .text-small {
		font-size: 10px;
	}
}
