@charset "UTF-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
	font-size:1.6em;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	color: #2c3e57;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
main * {/* 上書き対策 */
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
@media screen and (min-width:813px){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
	}
	/* 電話リンクなし */
	a[href^=tel]{
		pointer-events:none;
	}
}
*,*::before,*::after{
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6, figure, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,a {
	line-height: 1.3;
}
p {
	font-size: 100%;
	line-height: 1.6;
	overflow-wrap:break-word;
}
li {
	line-height: 1.5;
}
img {
	width: 100%;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
ul li,ol li{
	list-style:none;
}
a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s ease;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
	opacity: .8;
}

/* テキストリンク */
a.txtLink{
	text-decoration:underline;
	transition:color 0.3s;
}
a.txtLink:hover{
	text-decoration:none;
}

/* button初期化 */
button{
	font: inherit;
	-webkit-appearance:none;
	appearance:none;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
}
button:hover{
	cursor:pointer;
}
button, input, select, textarea{
	font-family : inherit;
	font-size:100%;
}

/* 表示切替 */
.switch {
	visibility: hidden;
}
.sp{
	display:none;
}
@media screen and (max-width:812px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}


/*
	common
-----------------------------------------------------------------------------------------------*/
:root{
	/* color */
	--color-blue: #0054be;
	--color-lblue: #34cbdb;
	--color-lblue0202: #36b4d6;
	--linGrd-en:-webkit-linear-gradient(0deg, rgba(67,118,182,1)0%, rgba(0,36,93,1)50%, rgb(97, 150, 214) 100%);
	--boxShadow-blue: 0px 3px 12px 2px rgba(0, 84, 190, 0.2);

	/* font */
	--font-En: 'Roboto', sans-serif;
	--font-Jp: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

/* cts*/
.cts{
	margin: 0 auto;
	padding: 90px 0px 100px;
	width: 1130px;
	text-align: center;
}
.cts__box{
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	background: #fff;
	text-align: center;
}
.column--2 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.column--2 div{
	width: calc((100% - 30px) / 2);
}

/* font / txt
============================== */
.fwB{
	font-weight: 700;
}
::-webkit-full-page-media, :future, :root .fwB{
	font-weight: 700;
}
.sup{
	font-size: 90%;
	vertical-align: super;
}
.txt--justify {
	text-align: justify;
}
/* カラー */
[class*="--blue"] {
	color: var(--color-blue);
}
[class*="--lblue"] {
	color: var(--color-lblue);
}


/*
	header-area
-----------------------------------------------------------------------------------------------*/
.header-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	width: 100%;
	height: 75px;
}


/*ttl--base / btn--base 
-----------------------------------------------------------------------------------------------*/
h3[class*="ttl--base"] {
	display: inline-block;
	font-family: var(--font-En);
}
.ttl--base-a {
	font-size: 3.2rem;
	background: var(--color-blue);
	background: var(--linGrd-en);
	background-size: 200% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .7rem;
	position: relative;
}
.ttl--base-a::after {
	display: block;
	content: "";
	width: 2px;
	height: 50px;
	background: -webkit-linear-gradient(-90deg, rgba(67,118,182,1) 60%, rgba(0,36,93,1) 100%);
	position: absolute;
	left: 50%;
	top: 90px;
	transform: translateY(-50%);
}
.ttl--base-b  {
	color: #2c3e57;
	font-size: 5.2rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 1rem;
}
.ttl--base-b .ttl--jp {
	display: block;
	padding-top: 10px;
	color: #808b9a;
	font-size: 2.2rem;
	font-weight: 500;
	font-family: var(--font-Jp);
	letter-spacing: .2rem;
}
/* btn--base  */
a.btn--base {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	width: 340px;
	height: 60px;
	color: #fff;
	border-radius: 30px;
	Position:relative;
}
a.btn--base::before {
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background: linear-gradient(90deg, rgba(38,143,222,1)0%, rgba(0,84,190,1)50%, rgb(88, 180, 234) 100%);
	background-size: 200% 100%;
	border: none;
	border-radius: 30px;
	position: absolute;
	transition: 0.3s ease-in-out;
	z-index: -1;
}
a.btn--base:hover {
	opacity: 1;
}
a.btn--base:hover::before {
	background-position: 100% 0;
	scale: 1.03;
}
a.btn--base.inactive {
	pointer-events: none;
	background-color: #cccccc;
}
a.btn--base.inactive::before {
	content: none;
}
.btn--icon {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}
.btn--icon::before,
.btn--icon::after {
	display: inline-block;
	content: "";
	color: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.btn--icon::before {
	width: 30px;
	height: 30px;
	border: 1px #fff solid;
	border-radius: 15px;
}
.btn--icon::after {
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	right: 28px;
	top: 32%;
}


/*
	kv
-----------------------------------------------------------------------------------------------*/
.kv {
	width: 100%;
	overflow: hidden;
}
.kv__outer { 
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 110%;
	height: 630px;
	background: url(../images/bg_kv_01.png)no-repeat center top/cover;
	border-radius: 0 0 50% 50%;
	position: relative;
	transform: translateX(-5%);
}
.kv__inner {
	padding-bottom: 40px;
	color: #fff;
	text-align: center;
}
.kv__img {
	width: 299px;
	height: auto;
}
.kv__ttl {
	display: block;
	font-family: var(--font-En);
	font-size: 10rem;
	font-weight: 900;
	letter-spacing: 1.4rem;
	text-shadow: 0px 0px 10px rgba(0, 36, 93, 0.5);
}
a.kv__scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto 0;
	padding: 12px 0;
	width: 250px;
	border-radius: 5px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	background: -webkit-linear-gradient(-45deg, rgb(252, 140, 102) 0%, rgba(243,91,58,1) 50%,rgb(252, 140, 102) 100%);
	background-size: 200% 100%;
	box-shadow: rgba(243,91,58,.8) 0px 0px 8px;
	transition: .3s ease; 
	position: relative;
}
a.kv__scroll::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: bottom .2s;
}
a.kv__scroll:hover::after {
	bottom: -22px;
}


/*aboutus
-----------------------------------------------------------------------------------------------*/
#aboutus .cts {
	margin: 90px auto 0;
	padding: 0px 0px 100px;
}
.aboutus__bg {
	background: url(../images/bg_aboutus_01.png)no-repeat center center;
}
.aboutus__ttl {
	margin-top: 100px;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: .8rem;
	font-feature-settings: "palt";
}
.aboutus__txt {
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 2;
}
.aboutus__txt span{
	font-size: 2.3rem;
	font-weight: 700;
}

/* イベント概要 
============================== */
.event {
	display: flex;
	flex-direction: column;
	gap: 35px 0;
	padding: 160px 0 100px;
	background: -webkit-linear-gradient(-90deg, transparent 0%, transparent 19%,rgba(0,82,164,1) 19%, rgb(0,82,164) 80%, rgba(0,82,164,1)  100%);
	position: relative;
}
.event::after {
	content: "EVENT OUTLINE";
	font-size: 13.2vw;
	font-family: var(--font-En);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #f0f5fb;
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}
.event__box--a {
	padding: 50px;
	border-radius: 5px;
	box-shadow: var(--boxShadow-blue);
	position: relative;
	z-index: 1;
}
.event__outline {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 278px;
	height: 50px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .2rem;
	background: #ff794d;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.event__outline::after {
	content: "";
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ff794d transparent transparent transparent;
	position: absolute;
	top: 48px;
}
.event__ttl {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 900;
	letter-spacing: .3rem;
	position: relative;
	font-feature-settings: 'palt';
}
.event__ttl::before,
.event__ttl::after {
	display: inline-block;
	content: "";
	width: 41px;
	height: 35px;
	position: absolute;
}
.event__box--a .event__ttl::before {
	background: url(../images/item_aboutus_01.png)no-repeat center;
	top: -10px;
	left: -65px;
}
.event__box--a .event__ttl::after {
	background: url(../images/item_aboutus_02.png)no-repeat center;
	bottom: -8px;
	right: -60px;
}
.event__ttl .txt--big {
	font-size: 3.9rem;
	text-decoration: underline dotted #ff794d;
	-webkit-text-decoration: underline dotted #ff794d;
	text-underline-offset: 9px;
}
.event__txt--blue {
	padding-right: 3px;
	letter-spacing: 0rem;
}
.event__txt--lblue {
	padding-right: 3px;
	letter-spacing: 0rem;
}
.event__day .txt--big {
	font-size: 5.2rem;
	font-family: var(--font-En);
}
.event__day {
	margin-top: 30px;
	font-weight: 700;
	font-size: 3rem;
	font-feature-settings: 'palt';
	vertical-align: middle;
}
.event__txt-box a.btn--base::before {
	background: linear-gradient(90deg, rgba(52,217,219,1)0%, rgba(53,166,216,1) 50%, rgb(70,230,219) 100%);
	background-size: 200% 100%;
}
.event__txt-box a.btn--base:hover::before {
	background-position: 100% 0;
}
.line-deco::after,
.line-deco::before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background-color: #2c3e57;
	transform: translate(8px,4px) rotate(23deg);
}
.line-deco::before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background-color: #2c3e57;
	transform: translate(-11px,4px) rotate(-23deg);
}
/* 20240423追加 */
.event__intern .line-deco::after{
	transform: translate(12px, 4px) rotate(23deg);
}
.event__intern__ttl {
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.2rem;
}
.event__intern .event__ttl::before,
.event__intern .event__ttl::after {
	background: none;
}
.event__intern__ttl .event__txt--lblue {
	letter-spacing: 0.2rem;
}
.txt--under {
	font-size: 2.6rem;
	text-decoration: underline dotted #ff794d;
	-webkit-text-decoration: underline dotted #ff794d;
	text-underline-offset: 9px;
}
.event__intern-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
	margin: 45px auto 0;
}
.event__intern__txt {
	text-align: justify;
	max-width: 500px;
}
.intern-img {
	width: 120px;
	height: auto;
}
/* 20240423追加 ここまで */


/* movie 
============================== */
.movie {
	padding-top: 100px;
	position: relative;
}
.movie::after {
	content: "MOVIE";
	font-size: 9rem;
	font-family: var(--font-En);
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: rgba(243,91,58,.1);
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}
.movie__ttl {
	font-size: 2rem;
	font-weight: 700;
}
.movie__video {
	margin-top: 5px;
	cursor: pointer;
	position: relative;
}
.video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.movie__btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.btn--play{
	width: 25%;
	height: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .3s; 
}
.movie__btn:hover .btn--play{
	transform: translate(-50%,-50%) scale(1.1);
}
.movie__btn.play--active{
	display:none;
} 
.line-deco {
	text-align: center;
}
.movie .line-deco::after{
	transform: translate(8px,4px) rotate(23deg);
}
.txt__note--kome {
	display: block;
	padding-left: 15px;
	margin-top: 3px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 140%;
	position: relative;
}
.txt__note--kome::after {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/*time-schedule
-----------------------------------------------------------------------------------------------*/
#time-schedule {
	background: rgba(241, 241, 241, 0.8);
}
.time-schedule__outer {
	margin-top: 40px;
	width: 800px;
	height: 1477px;
	background: url(../images/bg_time_01_pc.png)no-repeat top center/contain;
	position: relative;
	z-index: 0;
}
.time-schedule__inner {
	display: flex;
	justify-content: space-between;
	width: 700px;
	position: absolute;
	top: 12px;
	right: 20px;
}
#online-booth{
	width: 100%;
}
.time-schedule__ttl {
	font-size: 2rem;
	letter-spacing: .1rem;
}
.time {
	margin-top: 5px;
	font-size: 1.8rem;
	font-family: var(--font-En);
}
.time::before,
.time-black::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_time_white.svg)no-repeat center center/contain;
	transform: translateY(2px);
}
.time-black::before {
	background: url(../images/icon_time_black.svg)no-repeat center center/contain;
}
.time-schedule__booth-box {
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-feature-settings: "palt";
	text-align: left;
}
.box--size-a {
	height: 70px;
}
.box--size-b {
	height: 150px;
}
.box--size-c {
	height: 231px;
}
.time-schedule__ttl {
	display: block;
	white-space: nowrap;
}
#online-booth .time-schedule__booth-box{
	background: var(--color-lblue);
}
#online-booth .time-schedule__booth-box:first-of-type,
#online-booth .time-schedule__booth-box:nth-of-type(5n),
#online-booth .time-schedule__booth-box:last-of-type{
	background: #aeeaf1;
	color: #2a4872;
	border: solid 4px rgba(54,203,219,.5);
}
#online-booth .time-schedule__booth-box:nth-of-type(n+2){
	margin-top:12px;
}
a.btn--booth {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	width: 200px;
	height: 50px;
	font-size: 1.6rem;
	border-radius: 25px;
	box-shadow: var(--boxShadow-blue);
	background: #fff;
}


/*campany
-----------------------------------------------------------------------------------------------*/
.campany__list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 0;
	justify-content: space-between;
	margin: 80px auto 0;	
	width: 1090px;
}
.company__box {
	padding: 50px 30px 40px 30px;
	width: calc((100% - 50px)/2);
	background: #fff;
	box-shadow: var(--boxShadow-blue);
	position: relative;
	z-index: 0;
}
.campany__name {
	font-size: 2.2rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: .1rem;
	text-align: center;
	color: #215389;
}
.campany__txt {
	margin-top: 25px;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	text-align: justify;
	letter-spacing: 0.03rem;
}
.campany__info {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.campany__info th {
	height: 60px;
	width: 70px;
	background: #f2f2f2;
	border-right: 1px dashed #cccccc;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.campany__info td {
	padding: 8px 0px 8px 20px;
	font-size: 1.3rem;
	text-align: justify;
}
a.campany__btn::before {
	background: var(--linGrd-en);
	background-size: 200% 100%;
}
a.campany__btn:hover::before {
	background-position: 100% 0;
}


/*#footer
-----------------------------------------------------------------------------------------------*/


@media screen and (max-width:812px){
	body{
		font-size:1.4em;
	}
	/* cts */
	.cts{
		padding: 40px 15px 60px;
		width: 100%;
	}
	.cts__box {
		max-width: 550px;
	}
	.column--2 {
		display: block;
		margin-top: 15px;
	}
	.column--2 div{
		width: 100%;
	}


	/*
	header-area
	-----------------------------------------------------------------------------------------------*/
	.header-area{
		display: block;
		padding: 10px 20px;
		height: auto;
	}
	.header__logo{
		display: block;
		margin: 0 auto;
		width: 180px;
		height: 22px;
	}


	/*ttl--base / btn--base 
	-----------------------------------------------------------------------------------------------*/
	h3[class$="ttl--base"] {
		letter-spacing: .5rem;
	}
	.ttl--base-a  {
		font-size: 2rem;
		letter-spacing: .3rem;
	}
	.ttl--base-a::after {
		height: 24px;
    	top: 45px;
	}
	.ttl--base-b {
		padding: 0 ;
		font-size: 3rem;
		letter-spacing: .3rem;
	}
	.ttl--base-b .ttl--jp {
		font-size: 1.4rem;
		letter-spacing: .01rem;
	}

	/* btn--base  */
	a.btn--base {
		margin: 15px auto 0;
		width: 320px;
		height: 50px;
		font-size: 1.5rem;
	}

	/*kv
	-----------------------------------------------------------------------------------------------*/
	.kv__outer { 
		height: 280px;
	}
	.kv__img {
		width: 50%;
		max-width: 299px;
	}
	.kv__ttl {
		font-size: 4.5rem;
		letter-spacing: .6rem;
	}
	a.kv__scroll {
		margin-top: 1px;
		padding: 6px 13px;
		width: 150px;
		height: 40px;
		font-size: 1.4rem;
	}
	a.kv__scroll::after {
		width: 10px;
		height: 10px;
		border: 1px solid;
		border-color: transparent transparent #fff #fff;
		bottom: -15px;
	}
	a.kv__scroll:hover::after {
		bottom: -17px;
	}

	/*aboutus
	-----------------------------------------------------------------------------------------------*/
	#aboutus .cts {
		margin: 40px auto 0;
		padding: 0px 15px 60px;
	}
	.aboutus__bg {
		background-size: 70%;
	}
	.aboutus__ttl {
		margin-top: 30px;
		font-size: 2.7rem;
		letter-spacing: .4rem;
		line-height: 1.4;
	}
	.aboutus__txt {
		margin: 20px auto 0;
		max-width: 550px;
		font-size: 1.4rem;
		text-align: justify;
		line-height: 1.8;
		letter-spacing: .01rem;
		font-feature-settings: "palt";
	}
	.aboutus__txt span{
		font-size: 1.8rem;
	}

	/* イベント概要 */
	.event {
		padding: 60px 15px 60px;
	}
	.event::after {
		top: 0px;
	}
	.event__box--a {
		padding: 40px 20px;
		width: 100%;
	}
	.event__outline {
		width: 150px;
		height: 35px;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .1rem;
		top: -20px;
	}
	.event__outline::after {
		top: 30px;
	}
	.event__ttl {
		font-size: 2rem;
		line-height: 200%;
		letter-spacing: .1rem;
	}
	.event__ttl::before,
	.event__ttl::after {
		content: none;
	}
	.event__ttl .txt--big {
		font-size: 3.2rem;
	}
	.event__ttl .txt--big:not(:last-of-type) {
		text-underline-offset: 7px;
	}
	.event__day .txt--big {
		font-size: 5.2rem;
		font-family: var(--font-En);
	}
	.eevent__txt-box a.btn--base::before {
		background: linear-gradient(90deg, rgba(52,217,219,1)0%, rgba(53,166,216,1) 50%, rgb(70,230,219) 100%);
		background-size: 200% 100%;
	}
	.event__txt-box a.btn--base:hover::before {
		background-position: 100% 0;
	}
	.event__day {
		font-size: 2rem;
		line-height: 190%;
	}
	.event__txt-box .txt--big {
		font-size: 4rem;
	}
	.event__txt {
		text-align: justify;
	}
	.line-deco {
		display: inline-block;
		line-height: 140%;
		position: relative;
	}

	/* 20240423追加 */
	.event__intern__ttl {
		font-size: 2.6rem;
		line-height: 1.6;
	}
	.txt--under {
		font-size: 2rem;
		text-underline-offset: 7px;
		font-feature-settings: 'palt';
	}
	.event__intern-box {
		flex-direction: column;
			gap: 10px 0;
			margin: 10px auto 0;
	}
	/* 20240423追加 ここまで */

	/* movie */
	.movie {
		padding-top: 50px;
	}
	.movie::after {
		content: "MOVIE";
		font-size: 6rem;
		top: 30px;
	}
	.movie__ttl {
		font-size: 1.5rem;
	}
	.movie__video {
		margin-top: 5px;
		width: 100%;
		max-width: 700px;
		height: auto;
	}

	.movie .line-deco::after,
	.movie .line-deco::before{
		position: absolute;
		bottom: 0px;
		height: 45px;
		transform: translate(4px,4px) rotate(23deg);
	}
	.movie .line-deco::after{
		right: -2px;
	}
	.movie .line-deco::before{
		left: -2px;
		transform: translate(-7px,4px) rotate(-23deg);
	}


	/*time-schedule
	-----------------------------------------------------------------------------------------------*/
	#time-schedule .cts {
		padding: 60px 0px 60px;
	}
	#time-schedule .cts__box {
		max-width: none;
	}
	.time-schedule__outer {
		margin-top: 0px;
		width: 100%;
		height: auto;
		background: none;
	}
	.time-schedule__inner {
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px 20px;
		margin: 0 auto;
		width: 100%;
		position:initial;
	}
	#online-booth{
		margin-top: 70px;
		padding: 9px 0 0 0;
		width: 100%;
		position: relative;
	}
	.time-schedule__ttl {
		font-size: 1.6rem;
	}
	.time {
		margin-top: 3px;
		font-size: 1.5rem;
	}
	.time-schedule__booth-box {
		flex-direction: column;
		justify-content: center;
		gap: 10px 0;
		padding: 0px;
		width: 290px;
		margin: 0px 5px 0 auto;
		text-align: center;
	}
	.time-schedule__booth-box:first-of-type {
		gap: 0;
	}
	#online-booth .time-schedule__booth-box:nth-of-type(n+2) {
		margin-top: 7px;
	}
	.box--size-a{
		height: 116px;
	}
	.box--size-b {
		height: 237px;
	}
	.box--size-c {
		height: 359px;
	}
	.time-schedule__ttl {
		font-size: 1.5rem;
		display: block;
	}
	#online-booth {
		margin-top: 30px;
		background: url(../images/bg_time_01_sp.png) no-repeat left top/contain;
		width: 350px;
		height: 2212px;
	}
	a.btn--booth {
		padding: 4px 0;
		width: 150px;
		height: 40px;
		font-size: 1.4rem;
	}


	/*campany
	-----------------------------------------------------------------------------------------------*/
	.campany__list {
		display: flex;
		flex-direction: column;
		gap: 30px 0;
		margin: 30px auto 0;	
		width: 100%;
		max-width: 550px;
	}
	.company__box {
		padding: 30px 15px;
		width: 100%;
	}
	.campany__name {
		font-size: 2rem;
	}
	.campany__txt {
		margin-top: 10px;
		letter-spacing: 0rem;
	}
	.campany__info {
		margin-top: 10px;
	}
	.campany__info th {
		height: 60px;
		width: 70px;
		vertical-align: middle;
	}
	.campany__info td {
		padding: 5px 0px 5px 15px;
		width: calc(100% - 70px);
		vertical-align: middle;
	}
	a.campany__btn::before {
		background: var(--linGrd-en);
		background-size: 200% 100%;
	}
	a.campany__btn:hover::before {
		background-position: 100% 0;
	}

	/*#footer
	-----------------------------------------------------------------------------------------------*/
}

/* ipad用 */
@media screen and (min-width:600px) and (max-width:811px){
	
}

/* iPhone SE用 */
@media screen and (max-width:375px){
	.event__ttl .txt--big {
		font-size: 3rem;
	}
	a.btn--base {
		width: 100%;
		max-width: 300px;
		font-size: 1.4rem;
	}
	.btn--icon::before,
	.btn--icon::after {
		right: 11px;
	}
	.btn--icon::after {
		right: 24px;
	}
	.txt--under {
		font-size: 1.8rem;
	}
	.campany__info th {
		width: 55px;
	}
}