.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-prev,
.slick-next {
	width: 2.9rem;
	height: 2.9rem;
/*	border: solid 1px #3000a9;*/
}
.slick-prev:before,
.slick-next:before {
	content: "";
	font-size: 2rem;
	color: #3000a9;
	width:100%;
	height:100%;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slick-prev {
	left: 0;
	-webkit-transform: translate(-173%, -50%);
	-moz-transform: translate(-173%, -50%);
	transform: translate(-173%, -50%);
}
.slick-prev:before {
	background-image: url(../../img/btn_slide_arrow_l.svg);
}
.slick-next {
	right: 0;
	-webkit-transform: translate(173%, -50%);
	-moz-transform: translate(173%, -50%);
	transform: translate(173%, -50%);
}
.slick-next:before {
	background-image: url(../../img/btn_slide_arrow_r.svg);
}

.lead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.lead a.btn_detail {
	order: 2;
	display: block;
	width: fit-content;
	margin-top: .5em;
	margin-bottom: 1rem;
	margin-left:auto;
    padding: .25em .5em;
	text-align: center;
    font-size: 1.21rem;
    background-color:#cc5517;
    color:#fff;
}


.top_main {
	position: relative;
	z-index: 1;
/*	max-height: 600px;
	height: 85vh;*/
}
.top_main img.only_pc {
/*	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;*/
}
.top_main img.only_sp {
	display: none;
}

.top_main .main_detail {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 55%;
	max-width: 700px;
}
.top_main .wrap_main_title {
	position: absolute;
	bottom: 30px;
	left: 50px;
}
.top_main .wrap_main_title .main_title_prefix {
	display: flex;
	margin-bottom: 20px;
	font-size: 1.2rem;
}


section.concept {}
section.concept > p {
	margin-bottom: 2em;
}
section.concept .more_p p {
	margin-bottom: 5%;
}


section.about {}
section.about > p {
	margin-bottom: 5%;
}
section.about .writer {
	/*font-size: .84rem;*/
}
section.about .writer br {
	display: none;
}


.wrap_writer {
	display: grid;
	grid-template-columns: 26.5% 1fr;
	column-gap: 2rem;
	width: 79%;
	margin-bottom: 4em;
}
.wrap_writer:last-of-type {
	margin-bottom: 0;
}
.wrap_writer .wrap_img .caption {
	font-size: .74rem;
}
.wrap_writer .wrap_img .caption .copy {
	font-size: 1em;
}
.wrap_writer .wrap_text p {
	margin-bottom: 1em;
	font-size: .89rem;
}
.wrap_writer .wrap_text .writer {
	font-size: .74rem;
}

.wrap_mov:before {
    content: "";
    display: block;
    padding-top: 56%;
}
.wrap_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




section.profile {}
section.profile ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 2rem;
}
section.profile ul li {

}
section.profile ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section.profile ul li a .wrap_img {
	height: 10%;
}
section.profile ul li a p {
	display: inline-block;
	font-size: .84rem;
}


section.lecture .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
section.lecture .flex_box h3 {
	width: fit-content;
	margin-bottom: 0;
}
section.lecture .flex_box .wrap_appbutton {
	display: inline-block;
    padding: .25em .5em;
    font-size: 1.21rem;
    background-color: #cc5517;
    color: #fff;
}
section.lecture .wrap_appbutton.ended {
    background-color: #999;
}
section.lecture .wrap_appbutton.ended:hover {
    opacity:1;
}
section.lecture a.wrap_appbutton {
	display: inline-block;
    padding: .25em .5em;
    font-size: 1.21rem;
    background-color: #cc5517;
    color: #fff;
}
section.lecture dl {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	line-height: 2;
}
section.lecture dt {
	width: 8em;
}
section.lecture dd {

	width: calc(100% - 8em);
}


section.event {
	counter-reset: number 0;
}
section.event .wrap_event:not(:last-child) {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: solid 1px;
}
section.event .wrap_event .lead {
	/*display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;*/
	position: relative;
	display: grid;
/*	grid-template-columns: 7.8% 1fr 23.7%;*/
	grid-template-columns: 1fr 23.7%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
/*section.event .wrap_event .lead::before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	font-size: 5.47rem;
	line-height: 1;
}*/
section.event .wrap_event .lead::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 92.2%;
	height: 5px;
	background-image: url(../img/border_dots.svg);
	background-repeat: no-repeat;
}
section.event .wrap_event .lead .wrap_text .event_type {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.16rem;
	border-bottom: solid 1px;
}
section.event .wrap_event .lead .wrap_text .event_title {
	margin-bottom: 1em;
	font-size: 1.63rem;
}
section.event .wrap_event .lead .wrap_text p {
	margin-bottom: .5em;
/*	font-size: 1.16rem;*/
}
section.event .wrap_event .lead .wrap_text .organizer {
	font-size: .84rem;
}
section.event .wrap_event .lead .detail {
	text-align: right;
}
section.event .wrap_event .lead .detail a {
	display: inline-block;
	padding: .25em .5em;
	font-size: 1.21rem;
    background-color: #cc5517;
    color: #fff;
}
section.event .wrap_event ul {
	width: 84.4%;
	margin: auto;
}
section.event .wrap_event ul li .list_title {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.53rem;
}
section.event .wrap_event ul li .list_title > span {
	margin-left: .5em;
	color: red;
}
section.event .wrap_event ul li p {
	margin-bottom: 1em;
	/*font-size: 1rem;*/
}
section.event .wrap_event ul li a {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: .5rem;
}
section.event .wrap_event ul li a:hover{
	opacity:1;
}
section.event .wrap_event ul li .wrap_img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
section.event .wrap_event ul li .wrap_img img {
/*	position: absolute;
	top: 50%;
	transform: translateY(-50%);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}


section.student h3 {
	order: 1;
/*	width: calc(100% - 10rem);*/
	margin-bottom: 1rem;
}
section.student h3 span {
	display: inline-block;
}
section.student h3 span.red {
	margin: .3em 0;
	padding: .2em;
	color: red;
	border: solid 1px;
}
section.student .lead > p {
	order: 3;
}
section.student .wrap_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0;
}
section.student .wrap_photo .box_photo {
	width: 48.5%;
}
section.student .list_title {
	width: 100%;
	line-height: 1.8;
	color: inherit;
	border-bottom: solid 1px;
}
section.student dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0;
}
section.student dl dt {
	width: 3em;
}
section.student dl dd {
	width: calc(100% - 3em);
}


.wrap_map{
	position:relative;
}
.wrap_map:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.wrap_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.report {
	counter-reset: number 0;
}
section.report .wrap_report:not(:last-child) {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: solid 1px;
}
section.report .wrap_report .lead {
	/*display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;*/
	position: relative;
	display: grid;
	grid-template-columns: 7.8% 1fr 23.7%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
section.report .wrap_report .lead::before {
	content:"";
/*	counter-increment: number;
	content: counter(number);
	display: inline-block;
	font-size: 5.47rem;
	line-height: 1;*/
}
section.report .wrap_report .lead::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 92.2%;
	height: 5px;
	background-image: url(../img/border_dots.svg);
	background-repeat: no-repeat;
}
section.report .wrap_report .lead .wrap_text .report_type {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.16rem;
	border-bottom: solid 1px;
}
section.report .wrap_report .lead .wrap_text .report_title {
	margin-bottom: 1em;
	font-size: 1.63rem;
}
section.report .wrap_report .lead .wrap_text p {
	margin-bottom: .5em;
/*	font-size: 1.16rem;*/
}
section.report .wrap_report .lead .detail {
	text-align: right;
}
section.report .wrap_report .lead .detail a {
	padding: .25em .5em;
	font-size: 1.21rem;
	border: solid 1px;
}
section.report .wrap_report ul {
	width: 84.4%;
	margin: auto;
}
section.report .wrap_report ul li .list_title {
	margin-bottom: 1em;
	font-size: 1.53rem;
	width: auto;
}
section.report .wrap_report ul li dl {
/*	display: grid;
	grid-template-columns: 9em 1fr;*/
	margin-bottom: 1em;
	font-size: 1rem;
}
section.report .wrap_report ul li dl dt {
	position: relative;
	display: inline-block;
	padding-right: 1.5em;
	float: left;
}
section.report .wrap_report ul li dl dt::after {
	content: "：";
	position: absolute;
	right: 0;
}
section.report .wrap_report ul li a {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: .5rem;
}
section.report .wrap_report ul li .list_title a {
    display: block;
    text-decoration: underline;
}
section.report .wrap_report ul li a:hover{
	opacity:1;
}
section.report .wrap_report ul li a.prefix {
    display: block;
/*    text-decoration: underline;*/
}

section.sns {}
section.sns ul {
    display: flex;
    gap: 5%;
    justify-content: center;
}
section.sns ul li {
    max-width: 25%;
}
section.sns ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section.sns ul li a .wrap_img {
	width: 100%;
	margin-bottom: 1rem;
}
section.sns ul li a .wrap_img img {
	width: 40%;
	margin: auto;
}
section.sns ul li a .caption {
	display: inline-block;
	line-height: 1.3;
}


section.information {}
section.information p {
	line-height: 1.74;
}
section.information p.guest {
	margin-bottom: 3em;
}

/*section.information dl{
	padding-bottom:2em;
}
section.information dl.info dt {
    width: 9em;
    float: left;
}
section.information dl.info dd {
    padding-left: 11em;
    text-indent: -1em;
    padding-bottom: .8em;
}
section.information dl.info.jp dt {
    width: 6em;
}
section.information dl.info.jp dd {
    padding-left: 6em;
}
section.information dl.info dd:before {
    content: "\FF1A";
}*/

.btn_open {
    margin-bottom: 3em;
    /*color: #000;*/
    color: #cc5517;
    text-decoration: underline;
}
.btn_open:hover {
    color: #999;
    text-decoration: none;
    cursor:pointer;
}
.more_p{
	display:none;
}

ul.wrap_usage {
    padding: 0 0 1em;
    margin: 0;
    display: flex;
    justify-content: end;
    list-style: none;
    font-size: .8rem;
}
ul.wrap_usage li {
    margin-left: 2.5em;
    position: relative;
}
ul.wrap_usage li:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: 100%;
    -webkit-transform: translate(-130%,-50%);
    -ms-transform: translate(-130%,-50%);
    transform: translate(-130%,-50%);
}
ul.wrap_usage li.usage_director:before {
    background-image: url(../../../image/index_clndr_mark_tour_director.svg);
}
ul.wrap_usage li.usage_exhibitor:before {
    background-image: url(../../../image/index_clndr_mark_tour_exhibitor.svg);
    -webkit-transform: translate(-130%,-50%) scale(1.3);
    -ms-transform: translate(-130%,-50%) scale(1.3);
    transform: translate(-130%,-50%) scale(1.3);
}
ul.wrap_usage li.usage_exdirector:before {
    background-image: url(../../../image/index_clndr_mark_tour_exdirector.svg);
}
ul.wrap_usage li.usage_staff:before {
    background-image: url(../../../image/index_clndr_mark_tour_staff.svg);
}
ul.wrap_usage li.usage_night:before {
/*    background-image: url(../../../image/index_clndr_mark_tour_night.svg);*/
}
ul.wrap_usage li.usage_night{
	color:#E600FF;
}
.wrap_clndr_schedule {
    display: flex;
    justify-content: space-around;
    font-size: .8rem;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.wrap_clndr_schedule .box_clndr_month {
    padding-bottom: 20px;
}
.wrap_clndr_schedule table.clndr_body td {
    text-align: center;
    /*background-color: #fdfcf9;*/
}
.wrap_clndr_schedule table.clndr_body td.clndr_yasumi {
    background-color: #3b3b3b;
	color: white;
}
.wrap_clndr_schedule table.clndr_body td.tour{
    background-repeat: no-repeat;
    background-position: center;
    background-size:95%;
}
.wrap_clndr_schedule table.clndr_body td.tour.director{
	background-image: url(../../../image/index_clndr_mark_tour_director.svg);
}
.wrap_clndr_schedule table.clndr_body td.tour.exhibitor_director{
	background-image: url(../../../image/index_clndr_mark_tour_exhibitor_director.svg);
}
.wrap_clndr_schedule table.clndr_body td.tour.exhibitor{
	background-image: url(../../../image/index_clndr_mark_tour_exhibitor.svg);
}
.wrap_clndr_schedule table.clndr_body td.tour.exdirector{
	background-image: url(../../../image/index_clndr_mark_tour_exdirector.svg);
}
.wrap_clndr_schedule table.clndr_body td.tour.staff{
	background-image: url(../../../image/index_clndr_mark_tour_staff.svg);
}
.wrap_clndr_schedule table.clndr_body td.tour.night{
/*	background-image: url(../../../image/index_clndr_mark_tour_night.svg);*/
	color:#E600FF;
}
.wrap_clndr_schedule table.clndr_body td .lec {
	text-shadow: 0 0 1px white;
    background-image: url(../../../image/index_clndr_mark_lec.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}
.wrap_clndr_schedule table.clndr_body td .lec a {
    text-decoration: underline;
}

@media(max-width:900px){
	.wrap_clndr_schedule .box_clndr_month {
		width: 21%;
	}
	.wrap_clndr_schedule table.clndr_body td {
		padding: .4em;
	}

}

@media(max-width: 680px) {
	.slick-prev,
	.slick-next {
		top: auto;
		bottom: 0;
		-webkit-transform: translate(0, 173%);
		-moz-transform: translate(0, 173%);
		transform: translate(0, 173%);
		width: 1.87rem;
		height: 1.87rem;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 1.27rem;
	}
	article{
		padding-top:1em;
	}
	.top_main{
/*		margin-top:68px;*/
	}
	.top_main img.only_pc {
		display: none;
	}
	.top_main img.only_sp {
		display: block;
	}

	.top_main .main_detail {
		width: calc(100% - 100px);
		left: 20px;
	}
	.top_main .wrap_main_title {
		left: 20px;
		width: 50%;
		bottom: 150px;
	}
	.top_main .wrap_main_title .main_title_prefix {
		font-size: .6rem;
		margin-bottom: 10px;
	}

	.wrap_writer{
		width:100%;
		display: block;
	}
	.wrap_writer .wrap_img{
		margin-bottom: 2em;
	}

	section.about .writer {
/*		font-size: .75rem;*/
	}
	section.about .writer br {
		display: block;
	}


	section.message .wrap_writer {
		grid-template-columns: 30% 1fr;
		column-gap: 1rem;
		width: 100%;
		margin-bottom: 4em;
	}
	section.message .wrap_writer .wrap_img .caption {
		font-size: .56rem;
	}
	section.message .wrap_writer .wrap_text p {
		font-size: .75rem;
	}
	section.message .wrap_writer .wrap_text .writer {
		font-size: .56rem;
	}


	section.area_slide .wrap_slide {
		margin-bottom: 50px;
	}
	
	
	section.profile ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
	section.profile ul li a p {
		font-size: .56rem;
	}


	section.lecture .flex_box h3 {
		width: 100%;
		margin-bottom: 1rem;
	}
	section.lecture .flex_box .wrap_appbutton {
		font-size: .87rem;
	}


	section.event .wrap_event .lead {
		display: block;
	}
	section.event .wrap_event .lead::before {
		margin-bottom: .5rem;
		font-size: 4rem;
	}
	section.event .wrap_event .lead::after {
		width: 100%;
	}
	section.event .wrap_event .lead .wrap_text .event_type {
		margin-bottom: 1em;
		font-size: .75rem;
	}
	section.event .wrap_event .lead .wrap_text .event_title {
		font-size: 1.18rem;
	}
	section.event .wrap_event .lead .wrap_text p {
		font-size: .75rem;
	}
	section.event .wrap_event .lead .wrap_text .organizer {
		margin-bottom: 1.5rem;
		font-size: .56rem;
	}
	section.event .wrap_event .lead .detail {
		text-align: left;
	}
	section.event .wrap_event .lead .detail a {
		font-size: .87rem;
	}
	section.event .wrap_event ul {
		width: 100%;
		margin-bottom: 50px;
	}
	section.event .wrap_event ul li a {
/*		grid-template-columns: 1fr 1fr 1fr;*/
		grid-template-columns: 1fr 1fr;
	}
	section.event .wrap_event ul li .list_title {
		font-size: 1.06rem;
	}
	section.event .wrap_event ul li dl {
		font-size: .75rem;
	}
	section.event .wrap_event ul li a .image.empty {
		display: none;
	}
	section.event .wrap_event ul li a .image .caption {
		font-size: .56rem;
	}

	section.report .wrap_report .lead {
		display: block;
	}
	section.report .wrap_report .lead::before {
		margin-bottom: .5rem;
		font-size: 4rem;
	}
	section.report .wrap_report .lead::after {
		width: 100%;
	}
	section.report .wrap_report .lead .wrap_text .report_type {
		margin-bottom: 1em;
		font-size: .75rem;
	}
	section.report .wrap_report .lead .wrap_text .report_title {
		font-size: 1.18rem;
	}
	section.report .wrap_report .lead .wrap_text p {
		font-size: .75rem;
	}
	section.report .wrap_report .lead .wrap_text .organizer {
		margin-bottom: 1.5rem;
		font-size: .56rem;
	}
	section.report .wrap_report .lead .detail {
		text-align: left;
	}
	section.report .wrap_report .lead .detail a {
		font-size: .87rem;
	}
	section.report .wrap_report ul {
		width: 100%;
		margin-bottom: 50px;
	}
	section.report .wrap_report ul li a {
		grid-template-columns: 1fr 1fr 1fr;
	}
	section.report .wrap_report ul li .list_title {
		font-size: 1.06rem;
	}
	section.report .wrap_report ul li dl {
		font-size: .75rem;
	}
	section.report .wrap_report ul li a .image.empty {
		display: none;
	}
	section.report .wrap_report ul li a .image .caption {
		font-size: .56rem;
	}


	section.student .wrap_photo .box_photo {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	section.student .wrap_photo .box_photo:not(:last-child) {
		margin-bottom: 1em;
	}


	section.sns ul li a .caption {
		font-size: .56rem;
	}


	section.student h3 {
		width: 100%;
	}
	section.student .lead > p {
		order: 2;
		margin-bottom: 1em;
	}
	.lead a.btn_detail {
		order: 3;
		font-size: .87rem;
		margin-left:unset;
	}
	
	
	section.information p {
		margin-bottom: 1em;
	}
	section.information p.info,
	section.information p.guest {
		margin-bottom: 2em;
		font-size: .62rem;
	}
	ul.wrap_usage {
		display: block;
	}
	.wrap_clndr_schedule {
		flex-wrap: wrap;
	}
	.wrap_clndr_schedule .box_clndr_month{
		width:auto;
	}


}
