@charset "UTF-8";

@media screen and (max-width: 1180px){

.sp_none{
	display:none;
}

#style01{
	width:100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: sticky;
	top: 0;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	height: 60px;
	background: #87D1C6;
}

.header_l{
	display: grid;
	grid-template-columns: auto auto;
	gap: 12px;
}

.header_logo{
	position: relative;
	z-index: 10040;
	padding: 15px 15px 15px 10px;
	border-right: 3px #171717 solid;
	border-bottom: 3px #171717 solid;
	background: #fff;
	font-size: 16px;
}

.header_logo img{
	width: 60px;
}

.header_text{
	width: 80%;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 700;
}

.header_r{
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
}

.sp_menu{
	position: absolute;
	top: -60px;
	right: 0;
	width: 60px;
	height: 60px;
}

.sp_menu span{
	position: absolute;
	left: 50%;
	z-index: 10020;
	transform: translate(-50%, -50%);
	display: block;
	width: 28px;
	height: 3px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.sp_menu span:nth-child(1){
	top: 35%;
}

.sp_menu span:nth-child(2){
	top: 50%;
}

.sp_menu span:nth-child(3){
	top: 65%;
}

.sp_menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.sp_menu.active span:nth-child(2){
	opacity: 0;
}

.sp_menu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header_list{
	position: relative;
	display: none;
	width: 100%;
}

.header_list li{
	border-top: 1px #fff solid;
}

.header_list li a{
	display: block;
	padding: 5px;
	background: #87D1C6;
	color: #171717;
	text-align: center;
}

.header_list .header_list02 a{
	background: #FFC364;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.footer{
	background: #E3E3E3;
}

.footer01{
	padding: 6vw 3vw 5vw;
}

.footer01_l{
	margin-bottom: 4vw;
	text-align: center;
}

.footer01_l img{
	width: 30vw;
}

.footer01_r02{
	display: grid;
	gap: 2vw;
	margin-bottom: 5vw;
}

.footer01_r02 dl{
	display: flex;
	align-items: baseline;
	gap: 3vw;
}

.footer01_r02 dt{
	font-size: 4vw;
	font-weight: 700;
}

.footer01_r02 dd{
	font-size: 4.5vw;
	font-weight: 500;
	line-height: 1.6;
}

.footer01_r03 dl{
	display: flex;
	align-items: center;
	gap: 3vw;
	margin-bottom: 2vw;
}

.footer01_r03 dt{
	font-size: 4vw;
	font-weight: 700;
}

.footer01_r03 img{
	width: 109px;
}

.footer01_r03_text{
	padding-left: 7vw;
	font-size: 4vw;
	font-weight: 700;
}

.footer_copy{
	padding: 3vw;
	border-top: 1px #171717 solid;
	font-size: 4vw;
	text-align: center;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　メイン　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.mv01 img{
	width: 100%;
}

.mv02{
	height: 26px;
	border-top: 3px #171717 solid;
	border-bottom: 3px #171717 solid;
	background: url("/img/mv02.png") center center/auto 50% repeat-x;
	background-color: #87D1C6;
}




.movie{
	padding: 12vw 3vw;
}

.movie_box{
	position: relative;
	padding: 12vw 6vw 0;
}

.movie_wrap{
	position: relative;
	padding-top: 57.1%;
	margin-bottom: 7vw;
}

.movie_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_cap{
	margin-bottom: 6vw;
	font-size: 4vw;
	font-weight: 500;
	text-align: center;
}

.movie_link{
	display: flex;
	justify-content: center;
}

.movie_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 70vw;
	height: 12vw;
	border: 2px #88D1C6 solid;
	border-radius: 6vw;
	background: #88D1C6;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}

.movie_link a:hover{
	background: #fff;
	color: #88D1C6;
}

.movie_link a span{
	position: relative;
	display: inline-block;
	padding-right: 10vw;
}

.movie_link a span:before,
.movie_link a:hover span:after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 3vw;
	height: 5vw;
	transition: 0.3s ease-in-out;
}

.movie_link a span:before{
	background: url("/img/movie_link_arrow.svg") center center/cover no-repeat;
	opacity: 1;
}

.movie_link a:hover span:before{
	opacity: 0;
}

.movie_link a span:after{
	background: url("/img/movie_link_arrow_on.svg") center center/cover no-repeat;
	opacity: 0;
}

.movie_link a:hover span:after{
	opacity: 1;
}




#s01{
	padding: 12vw 3vw;
	background: url("/img/s01_bg.png") center center/6vw repeat;
}

.s01_wrap{
	position: relative;
	height: 280vw;
}

.s01_wrap > div{
	position: absolute;
	box-sizing: border-box;
	border: 3px #171717 solid;
	width: 97%;
	height: 99%;
}

.s01_box01{
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #88D1C6;
}

.s01_box02{
	top: 0;
	left: 0;
	z-index: 20;
	padding: 12vw 6vw 6vw;
	background: #fff;
}

.s01_title_eng{
	position: absolute;
	top: 3vw;
	left: 2vw;
	z-index: 25;
	width: 31vw;
}

.s01_title{
	position: relative;
	z-index: 30;
	border-bottom: 3px #171717 solid;
	margin-bottom: 10vw;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.46;
}

.s01_flex.flex01{
	position: relative;
	margin-bottom: 8vw;
}

.s01_flex.flex01:after{
	position: absolute;
	top: calc(100% + 2vw);
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-top: 5vw #171717 solid;
	border-left: 5vw transparent solid;
	border-right: 5vw transparent solid;
}

.s01_flex_img{
	margin-bottom: 5vw;
	text-align: center;
}

.s01_flex_img img{
	width: 50vw;
}

.s01_flex_box{
	font-size: 5vw;
	font-weight: 700;
}

.s01_flex01_text01{
	color: #61BEB0;
}

.s01_flex01_list{
	display: grid;
	gap: 3vw;
	margin-top: 5vw;
}

.s01_flex01_list > li{
	padding-left: 5vw;
	background: url("/img/s01_flex01_list_icon.svg") left/4vw no-repeat;
}

.s01_flex01_text02{
	text-align: right;
}

.s01_flex02_text02{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20vw;
	border-radius: 10vw;
	background: #FFC364;
	margin-top: 3vw;
	color: #fff;
	font-size: 4vw;
	text-align: center;
	line-height: 1.5625;
}




#s02{
	padding: 10vw 3vw 28vw;
	background: #FBFDBB;
}

#s02 .s_box{
	position: relative;
	padding-top: 12vw;
}

.s02_title_eng{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
	width: 46vw;
}

.s02_title01{
	position: relative;
	z-index: 30;
	width: 85vw;
	border-bottom: 3px #171717 solid;
	margin: 0 auto 7vw;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.46;
}

.date_linkBlock{
	display: flex;
/*	gap: 30px;*/
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.date_linkBlock .date_linkItem a{
	transition: .3s;
	color: #171717;
}
.date_linkBlock .date_linkItem a:hover{
	color: #fff;
}
.s02_date{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4vw;
	width: 80vw;
	height: 12vw;
	border-radius: 6vw;
	margin: 0 auto 10vw;
	background: #88D1C6;
}

.s02_date01{
	font-size: 4vw;
}

.s02_date01 img{
	width: 15vw;
}

.s02_date02{
	font-size: 5vw;
	font-weight: 500;
}

.s02_box{
	padding: 6vw 5vw 12vw;
	border: 3px #171717 solid;
	border-radius: 30px;
	background: #fff;
}

.s02_box.orange{
	margin-top: 80px;
}

.s02_date.orange{
	background: #ffc364;
}


.s02_title02{
	margin-bottom: 7vw;
	text-align: center;
}

.s02_title02 img{
	width: 50vw;
}

.s02_dl01:not(:last-child){
	margin-bottom: 7vw;
}

.s02_dl01 > dt{
	padding: 2vw 3vw;
	border-radius: 0 8vw 8vw 0;
	margin-bottom: 4vw;
	background: #88D1C6;
	font-size: 5vw;
	font-weight: 500;
}

.s02_box.orange .s02_dl01 > dt {
	background: #ffc364;
}


.s02_dl02{
	display: flex;
	font-size: 4vw;
	font-weight: 500;
}

.s02_dl02:not(:last-child){
	margin-bottom: 3vw;
}

.u_line{
	position: relative;
	display: inline-block;
	padding-bottom: 0.1em;
	background: linear-gradient(to bottom, transparent 90%, #171717 90%);
}

.s02_dl02 dt{
	flex-shrink: 0;
}

.s02_dl03{
	margin-bottom: 2vw;
	font-weight: 500;
}

.s02_dl03 > dt{
	position: relative;
	padding-left: 5vw;
	color: #61BEB0;
	font-size: 4.5vw;
}

.s02_dl03 > dt:before{
	position: absolute;
	top: 2vw;
	left: 0;
	content: "";
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	background: #FFC364;
}

.s02_dl03 > dd{
	padding-left: 4vw;
	font-size: 4vw;
}

.s02_comment01{
	position: relative;
	padding-left: 1.1em;
	font-size: 3.5vw;
}

.s02_comment01:before{
	position: absolute;
	left: 0;
	content: "※";
}

.s02_flex01_r{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1vw;
	margin-top: 6vw;
}

.s02_img01 img{
	width: 100%;
}

.s02_dl04:not(:last-child){
	margin-bottom: 4vw;
}

.s02_dl04 > dt{
	margin-bottom: 2vw;
	color: #61BEB0;
	font-size: 5vw;
	font-weight: 700;
}

.s02_dl04 > dd{
	font-size: 4vw;
	font-weight: 500;
}

.s02_dl04 > dd address{
	font-style: normal;
}

.s02_dl04_text{
	margin-bottom: 2vw;
}

.s02_dl04_list{
	margin-bottom: 3vw;
}

.s02_dl04_list > li{
	position: relative;
	padding-left: 1.1em;
}

.s02_dl04_list > li:before{
	position: absolute;
	left: 0;
	content: "●";
}

.s02_map{
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.s02_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}




#s03{
	padding: 18vw 3vw 30vw;
	background: #FCD9A1;
}

#s03 .s_box{
	position: relative;
	padding-top: 11vw;
}

.s03_title_eng{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25;
	width: 49vw
}

.s03_title01{
	position: relative;
	z-index: 30;
	width: 85vw;
	border-bottom: 3px #171717 solid;
	margin: 0 auto 14vw;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.46;
}

.s03_box01{
	position: relative;
	padding: 8vw 4vw 6vw;
	border: 3px #fff solid;
	margin-bottom: 10vw;
	font-weight: 500;
	text-align: center;
}

.s03_title02{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40vw;
	height: 12vw;
	background: #FCD9A1;
	color: #fff;
	font-size: 7vw;
}

.s03_title02 img{
	width: 40%;
}

.s03_date{
	position: relative;
	margin-bottom: 4vw;
	font-size: 5vw;
}

.s03_theme{
	margin-bottom: 2vw;
	font-size: 4vw;
}

.s03_list01{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1vw;
	font-size: 3.6vw;
}

.s03_list01 li{
	padding: 1vw 2vw;
	border-radius: 1vw;
	background: #fff;
}

.s03_text{
	margin-top: 5vw;
	font-size: 4vw;
	line-height: 2;
}

.speakerBox .speakerBox_ttl{
	background: #88D1C6;
	font-size: 4vw;
	font-weight: bold;
	border-radius: 100px;
	padding: 10px 5px;
	text-align: center;
	max-width: 600px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #171717;
	margin-bottom: 50px;
}

.speakerBox .speakerBox_ttl.orange{
	background: #fff;
}

.speakerBox_line{
	width: 80%;
	max-width: 360px;
	margin-top: 120px;
	margin-bottom: 120px;
	background: #fff;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
}

.s03_talent{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80vw;
	margin: 0 auto 6vw;
}

.s03_talent_img{
	border-radius: 50%;
	margin-bottom: 4vw;
	overflow: clip;
}

.s03_talent_img img{
	width: 100%;
}

.s03_talent_name{
	margin-bottom: 4vw;
	text-align: center;
	font-weight: 700;
}

.s03_talent_name01{
	font-size: 4vw;
}

.s03_talent_name02{
	font-size: 6vw;
}

.s03_talent_profile{
	font-size: 4vw;
	font-weight: 500;
	line-height: 2;
}

.s03_list02{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4vw;
}

.s03_list02 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8vw 5vw 6vw;
	background: #fff;
	border-radius: 2vw;
}

.s03_list02_img{
	width: 30vw;
	border-radius: 50%;
	margin-bottom: 5vw;
	overflow: clip;
}

.s03_list02_img img{
	width: 100%;
}

.s03_list02_univ{
	margin-bottom: 2vw;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
}

.s03_list02_name{
	margin-bottom: 4vw;
	font-size: 5vw;
	font-weight: 700;
}

.s03_list02_profile{
	font-size: 4vw;
	font-weight: 500;
	line-height: 2;
}




#s04{
	overflow: clip;
}

.s04_bg{
	padding: 18vw 8vw 42vw;
	background: url("/img/s04_bg.png") right -10vw bottom -20vw/80vw no-repeat;
}

#s04 .s_box{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.s04_title_eng{
	width: 60vw;
}

.s04_title01{
	font-size: 5vw;
	margin-bottom: 6vw;
}

.s04_text{
	margin-bottom: 7vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 2;
}

.s04_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5vw;
	border: 3px #171717 solid;
	background: #fff;
	font-weight: 700;
}

.s04_title02{
	margin-bottom: 2vw;
}

.s04_title02 img{
	width: 50vw;
}

.s04_box_date01{
	margin-bottom: 2vw;
	font-size: 6vw;
}

.s04_box_date02{
	margin-bottom: 5vw;
	font-size: 4.5vw;
}

.s04_box_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 65vw;
	height: 14vw;
	border: 3px #FFC364 solid;
	border-radius: 7vw;
	background: #FFC364;
	color: #171717;
	font-size: 5vw;
}

.s04_box_link a:hover{
	background: #fff;
	color: #FFC364;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　開催レポート　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.ul_title01{
	position: relative;
	height: 40vw;
	margin-bottom: 20vw;
	background: #FBFDBB;
}

.ul_title01_01,
.ul_title01_02{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ul_title01_01{
	pointer-events: none;
}

.ul_title01_01 img{
	width: 80vw;
	max-width: none;
}

.ul_title01_02{
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}




.reps01,
.reps02,
.reps03{
	padding: 0 3vw;
	font-weight: 500;
}

.reps01 img,
.reps02 img,
.reps03 img{
	max-width: none;
}

.reps01{
	margin-bottom: 16vw;
}

.reps01_title{
	margin-bottom: 8vw;
	color: #61BEB0;
	font-size: 5vw;
}

.reps01_text{
	margin-bottom: 8vw;
	font-size: 4vw;
	line-height: 1.45;
}

.reps01_img img{
	width: 100%;
}



.reps02{
	margin-bottom: 13vw;
}

.reps02_box{
	margin-bottom: 9vw;
}

.reps02_title{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 8vw;
	padding-left: 3vw;
	border-radius: 0 4vw 4vw 0;
	background: #FFC364;
	color: #fff;
	font-size: 4vw;
	font-weight: 500;
}

.reps02_membar{
	margin-top: 4vw;
	font-size: 4vw;
	line-height: 1.45;
}

.reps02_flex{
	display: grid;
	gap: 3vw;
	margin-top: 8vw;
}

.reps02_membar + .reps02_flex{
	margin-top: 6vw;
}

.reps02_flex_img{
	order: 2;
}

.reps02_flex_img img{
	width: 100%;
}

.reps02_flex_text{
	font-size: 4vw;
	line-height: 1.45;
	order: 1;
}

.reps02_link{
	margin-top: 2vw;
	font-size: 4vw;
	line-height: 1.45;
}

.reps02_link a{
	text-decoration: underline;
}



.reps02_box02{
	position: relative;
	margin: 24vw 0 12vw;
}

.reps02_box02 > div{
	box-sizing: border-box;
	width: 90vw;
	border: 3px #171717 solid;
	border-radius: 30px;
}

.reps02_box02_01{
	position: absolute;
	top: 4vw;
	left: 4vw;
	height: 100%;
	background: #61BEB0;
	
}

.reps02_box02_02{
	position: relative;
	padding: 6vw 4vw 8vw;
	background: #fff;
}

.reps02_box02_02:after{
	position: absolute;
	top: 0;
	left: 7vw;
	content: "";
	width: 50%;
	height: 6vw;
	background: #fff;
}

.reps02_box02_triangle{
	position: absolute;
	top: -12vw;
	left: 6vw;
	transform: rotateZ(-27deg);
	border-bottom: 15vw #000 solid;
	border-left: 6vw transparent solid;
	border-right: 6vw transparent solid;
}

.reps02_box02_triangle:before{
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-bottom: 15vw #fff solid;
	border-left: 6vw transparent solid;
	border-right: 6vw transparent solid;
}

.reps02_box02_title{
	margin-bottom: 6vw;
	color: #61BEB0;
	font-size: 4vw;
}

.reps02_box02_list{
	margin-bottom: 4vw;
	padding-left: 1em;
	font-size: 4vw;
	line-height: 1.45;
	list-style-type: disc;
}

.reps02_box02_text{
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.46;
}

.reps02_box02_text span{
	background: linear-gradient( to bottom, transparent 70%, #F4FA57 70%);
}

.reps02_date{
	font-size: 4vw;
}




.reps03{
	padding: 13vw 3vw 18vw;
	margin-bottom: 14vw;
	background: #FBFDBB;
}

.reps03 .s_box{
	position: relative;
	box-sizing: border-box;
	padding: 12vw 3vw 0;
}

.reps03 .s02_title_eng{
	left: 0;
}

.reps03_title{
	position: relative;
	z-index: 30;
	border-bottom: 3px #171717 solid;
	margin-bottom: 10vw;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.46;
}

.reps03_text{
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.45;
}

.reps03_text p:not(:last-child){
	margin-bottom: 3em;
}



.rep_button{
	margin-bottom: 14vw;
}







img{
	max-width: 100%;
}

.entry-header{
	height:0;
}


#contactBanner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#contactBanner a {
	display: block;
	width: 120px;
	height: 120px;
	transition: .3s;
}
#contactBanner a img{
	width: 100%;
}
#contactBanner a:hover {
   opacity: .5;
}


}/* end */


/*
バナー
----------------------------------------- */
.pamphletBanner {
    display: block;
    width: 140px;
    position: fixed;
    right: 32px;
    bottom: 20px;
    z-index: 6;
    transition: .3s;
}

.pamphletBanner img{
	display: block;
	width: 100%;
}

.pamphletBanner:hover{
	opacity: .7;
}
@media screen and (max-width:640px) {
.pamphletBanner {
	width: 90px;
    right: 10px;
   	bottom: 10px;
}

}


/*
ピックアップエリア
----------------------------------------- */
#pickuparea a{
	transition: .3s;
	display: inline-block;
	width: 100%;
}
#pickuparea a:hover{
	opacity: .3s;
}
#pickuparea {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 80%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#pickuparea .linkimg{
	display: inline-block;
	width: 100%;
}

#pickuparea .linkimg.pc{
	display: inline-block;
}

#pickuparea .linkimg.sp{
	display: none;
}


@media screen and (max-width:768px) {
	#pickuparea {
		padding-top: 40px;
		padding-bottom: 60px;
	}	
	#pickuparea .linkimg.pc{
		display: none;
	}

	#pickuparea .linkimg.sp{
		display: inline-block;
	}

}