@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body { 
	color: #171717;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a,a img,button {
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

@media print, screen and (min-width: 1181px){

body { 
	min-width: 1200px;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}





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

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

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

.header_logo{
	padding: 14px 59px 9px 38px;
	border-right: 3px #171717 solid;
	border-bottom: 3px #171717 solid;
	background: #fff;
}

.header_logo img{
	width: 153px;
}

.header_text{
	padding-top: 31px;
	font-size: 20px;
	font-weight: 700;
}

.header_r{
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 15px;
}

.header_list{
	display: flex;
	gap: 55px;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}

.header_list a{
	color: #171717;
}

.header_list01 a:hover{
	text-decoration: underline;
}

.header_list02 a{
	display: inline-block;
	padding: 15px 37px;
	border: #171717 3px solid;
	background: #FFC364;
}

.header_list02 a:hover{
	
}

@media print, screen and (max-width: 1620px){
	.header_logo{
		padding: 10px 45px 7px 25px;
	}

	.header_logo img{
		width: 120px;
	}

	.header_text{
		padding-top: 33px;
		font-size: 16px;
	}

	.header_list{
		gap: 35px;
		font-size: 16px;
	}

	.header_list02 a{
		padding: 10px 24px;
	}
}

@media print, screen and (max-width: 1280px){
	.header_list{
		gap: 15px;
	}
}




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

.footer{
	background: #E3E3E3;
}

.footer01{
	display: flex;
	gap: 87px;
	width: 1200px;
	padding: 75px 0 45px;
	margin: 0 auto;
}

.footer01_l{
	padding-left: 20px;
}

.footer01_l img{
	width: 231px;
}

.footer01_r01{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
}

.footer01_r02{
	display: grid;
	gap: 13px;
	margin-bottom: 30px;
}

.footer01_r02 dl{
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.footer01_r02 dt{
	font-size: 16px;
	font-weight: 700;
}

.footer01_r02 dd{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.footer01_r03 dl{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 13px;
}

.footer01_r03 dt{
	font-size: 18px;
	font-weight: 700;
}

.footer01_r03 img{
	width: 109px;
}

.footer01_r03_text{
	padding-left: 51px;
	font-size: 14px;
	font-weight: 700;
}

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





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

.mv01 img{
	width: 100%;
	min-width: 1200px;
}

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




.movie{
	width: 1180px;
	padding: 185px 0 100px;
	margin: 0 auto;
}

.movie_box{
	position: relative;
	padding: 65px 100px 0;
}

.movie_wrap{
	margin-bottom: 50px;
}

.movie_cap{
	margin-bottom: 40px;
	font-size: 24px;
	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: 475px;
	height: 107px;
	border: 2px #88D1C6 solid;
	border-radius: 54px;
	background: #88D1C6;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

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

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

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

.movie_link a span:before{
	background: url("../img/movie_link_arrow.svg") center center 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 no-repeat;
	opacity: 0;
}

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




#s01{
	padding: 100px 0;
	background: url("../img/s01_bg.png") center center repeat;
}

.s_box{
	width: 1180px;
	margin: 0 auto;
}

.s01_wrap{
	position: relative;
	width: 1180px;
	height: 1008px;
}

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

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

.s01_box02{
	top: 0;
	left: 0;
	z-index: 20;
	padding: 110px 90px 60px;
	background: #fff;
}

.s01_title_eng{
	position: absolute;
	top: 16px;
	left: 12px;
	z-index: 25;
}

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

.s01_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s01_flex.flex01{
	position: relative;
	margin-bottom: 60px;
}

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

.s01_flex.flex02{
	flex-direction: row-reverse;
}

.flex01 .s01_flex_img{
	padding-left: 50px;
}

.flex02 .s01_flex_img{
	padding-right: 24px;
}

.s01_flex_box{
	font-size: 24px;
	font-weight: 700;
}

.flex01 .s01_flex_box{
	width: 476px;
}

.flex02 .s01_flex_box{
	width: 576px;
}

.s01_flex01_text01{
	color: #61BEB0;
}

.s01_flex01_list{
	display: grid;
	gap: 15px;
	margin-top: 30px;
}

.s01_flex01_list > li{
	min-height: 35px;
	padding-left: 47px;
	background: url("../img/s01_flex01_list_icon.svg") left no-repeat;
}

.s01_flex01_text02{
	text-align: right;
}

.s01_flex02_text02{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 134px;
	border-radius: 77px;
	background: #FFC364;
	margin-top: 15px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 1.5625;
}




#s02{
	padding: 83px 0 250px;
	background: #FBFDBB;
}

#s02 .s_box{
	position: relative;
	padding-top: 117px;
}

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

.s02_title01{
	position: relative;
	z-index: 30;
	width: 980px;
	border-bottom: 3px #171717 solid;
	margin: 0 auto 58px;
	font-size: 28px;
	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: 22px;
	width: 475px;
	height: 107px;
	border-radius: 79px;
	margin: 0 auto 80px;
	background: #88D1C6;
}

.s02_date02{
	font-size: 30px;
	font-weight: 500;
}

.s02_box{
	padding: 45px 115px 100px 80px;
	border: 3px #171717 solid;
	border-radius: 30px;
	background: #fff;
}

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

.s02_date.orange{
	background: #ffc364;
}

.s02_title02{
	margin-bottom: 52px;
}

.s02_dl01:not(:last-child){
	margin-bottom: 50px;
}

.s02_dl01 > dt{
	padding: 11px 16px;
	border-radius: 0 40px 40px 0;
	margin-bottom: 20px;
	background: #88D1C6;
	font-size: 20px;
	font-weight: 500;
}
.s02_box.orange .s02_dl01 > dt {
	background: #ffc364;
}

.s02_dl02{
	display: flex;
	font-size: 18px;
	font-weight: 500;
}

.s02_dl02:not(:last-child){
	margin-bottom: 15px;
}

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

.s02_flex01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s02_flex01_l{
	width: 470px;
}

.s02_dl03{
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 500;
}

.s02_dl03 > dt{
	position: relative;
	padding-left: 24px;
	color: #61BEB0;
}

.s02_box.orange .s02_dl03 > dt{
	color: #FFC364;
}

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

.s02_dl03 > dd{
	padding-left: 24px;
}

.s02_comment01{
	position: relative;
	padding-left: 1.1em;
	font-size: 12px;
}

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

.s02_flex01_r{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.s02_img01 img{
	width: 436px;
}

.s02_dl04:not(:last-child){
	margin-bottom: 23px;
}

.s02_dl04 > dt{
	margin-bottom: 13px;
	color: #61BEB0;
	font-size: 20px;
	font-weight: 700;
}

.s02_box.orange .s02_dl04 > dt{
	color: #FFC364;
}


.s02_dl04 > dd{
	font-size: 16px;
	font-weight: 500;
}

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

.s02_dl04_text{
	margin-bottom: 13px;
}

.s02_dl04_list{
	margin-bottom: 17px;
}

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

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




#s03{
	padding: 164px 0 270px;
	background: #FCD9A1;
}

#s03 .s_box{
	position: relative;
	padding-top: 95px;
}

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

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

.s03_box01{
	position: relative;
	padding: 60px 20px 38px;
	border: 3px #fff solid;
	margin-bottom: 120px;
	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: 370px;
	height: 92px;
	background: #FCD9A1;
	color: #fff;
	font-size: 50px;
}

.s03_date{
	position: relative;
	margin-bottom: 24px;
	font-size: 30px;
}

.s03_theme{
	margin-bottom: 12px;
	font-size: 20px;
}

.s03_list01{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 20px;
}

.s03_list01 li{
	padding: 5px 30px;
	border-radius: 3px;
	background: #fff;
}

.s03_text{
	margin-top: 30px;
	font-size: 14px;
	line-height: 2;
}

.speakerBox .speakerBox_ttl{
	background: #88D1C6;
	font-size: 24px;
	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;
	margin-bottom: 40px;
}

.s03_talent_img{
	width: 338px;
	border-radius: 50%;
	margin-bottom: 22px;
	overflow: clip;
}

.s03_talent_img img{
	width: 100%;
}

.s03_talent_name{
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
}

.s03_talent_name01{
	font-size: 16px;
}

.s03_talent_name02{
	font-size: 24px;
}

.s03_talent_profile{
	width: 440px;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

.s03_list02{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.s03_list02 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 30px 25px;
	background: #fff;
	border-radius: 10px;
}

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

.s03_list02_img img{
	width: 100%;
}

.s03_list02_univ{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.s03_list02_name{
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: 700;
}

.s03_list02_profile{
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}




#s04{
	overflow: clip;
}

.s04_bg{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	padding: 160px 0 105px;
	background: url("../img/s04_bg.png") right -228px bottom -337px/964px no-repeat;
}

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

.s04_title_eng{
	width: 589px;
}

.s04_title01{
	font-size: 28px;
	margin-bottom: 45px;
}

.s04_text{
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

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

.s04_title02{
	margin-bottom: 10px;
}

.s04_box_date01{
	margin-bottom: 13px;
	font-size: 28px;
}

.s04_box_date02{
	margin-bottom: 35px;
	font-size: 24px;
}

.s04_box_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 300px;
	height: 60px;
	border: 3px #FFC364 solid;
	border-radius: 30px;
	background: #FFC364;
	color: #171717;
	font-size: 20px;
}

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


.entry-header{
	height:0;
}





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

.ul_title01{
	position: relative;
	height: 430px;
	margin-bottom: 165px;
	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_02{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}




.reps01,
.reps02,
.reps03{
	font-weight: 500;
}

.reps01{
	margin-bottom: 140px;
}

.reps01_title{
	margin-bottom: 65px;
	color: #61BEB0;
	font-size: 28px;
}

.reps01_text{
	margin-bottom: 65px;
	font-size: 20px;
	line-height: 1.45;
}



.reps02{
	margin-bottom: 115px;
}

.reps02_box{
	margin-bottom: 80px;
}


.reps02_title{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 480px;
	height:50px;
	padding-left: 15px;
	border-radius: 0 25px 25px 0;
	background: #FFC364;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.reps02_membar{
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.45;
}

.reps02_flex{
	display: flex;
	gap: 50px;
	margin-top: 60px;
}

.reps02_membar + .reps02_flex{
	margin-top: 50px;
}

.reps02_flex_text{
	font-size: 20px;
	line-height: 1.45;
}

.reps02_link{
	font-size: 20px;
	line-height: 1.45;
}

.reps02_link a{
	text-decoration: underline;
}



.reps02_box02{
	position: relative;
	margin: 235px 0 110px;
}

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

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

.reps02_box02_02{
	position: relative;
	padding: 47px 54px 70px;
	background: #fff;
}

.reps02_box02_02:after{
	position: absolute;
	top: 0;
	left: 30px;
	content: "";
	width: 50%;
	height: 53px;
	background: #fff;
}

.reps02_box02_triangle{
	position: absolute;
	top: -88px;
	left: 113px;
	transform: rotateZ(-27deg);
	border-bottom: 130px #000 solid;
	border-left: 40px transparent solid;
	border-right: 40px transparent solid;
}

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

.reps02_box02_title{
	margin-bottom: 44px;
	color: #61BEB0;
	font-size: 28px;
}

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

.reps02_box02_text{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.46;
}

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

.reps02_date{
	font-size: 20px;
}



.reps03{
	padding: 115px 0 160px;
	margin-bottom: 125px;
	background: #FBFDBB;
}

.reps03 .s_box{
	position: relative;
	box-sizing: border-box;
	padding: 110px 45px 0 155px;
}

.reps03 .s02_title_eng{
	left: 45px;
}

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

.reps03_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
}

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




.rep_button{
	margin-bottom: 125px;
}


#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 .linkimg.pc{
		display: none;
	}

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

}