@charset "utf-8";
/* CSS Document */

main {
	margin-bottom: 0px;
}

section.mv {
	padding: 30px 0px 10vw;
}

.mv-slide .slick-list {
	padding-bottom: 50px !important;
}

.mv-slide li {
	margin: 0px 10px;
}

.mv-slide li img {
	height: 100%;
	object-fit: contain;
}

.mv-main li.slick-current img,
.mv-main li:hover img {
    opacity: 1;
}

.mv-main {
	height: 36vw;
	margin-bottom: 2vw !important;
}

.mv-main li img {
	opacity: .4;
    transition: opacity .5s;
}

.mv-sub {
	height: 25vw;
}

.mv .slick-dots li {
	margin: 0px 5px;
	background: #CCCCCC;
	width: 5vw;
	height: 3px;
	padding: 0px;
}

.mv .slick-dots li.slick-active {
	background: #B7002C;
}

.mv .slick-dots li button::before {
	display: none;
}


@media screen and (max-width: 980px) {
	.mv-main {
		height: auto;
	}
	
	.mv-sub {
		height: auto;
	}
}


@media screen and (max-width: 768px) {
	.mv-slide .slick-list {
		padding-bottom: 30px !important;
	}

	.mv-slide li {
		margin: 0px;
	}
	
	.mv-sub li {
		margin: 5px;
	}
}


section.news {
	padding-bottom: 12vw;
}


.accordion {
	cursor: pointer;
	padding: 16px 10px;
	border-top: 2px solid #CCC;
}

.accordion::before {
	content: '';
	background: #B7002C;
	display: inline-flex;
	width: 240px;
	height: 2px;
	top: -2px;
	left: 0px;
	position: absolute;
}

.accordion:last-of-type::after {
	content: '';
	background: #B7002C;
	display: inline-flex;
	width: 240px;
	height: 2px;
	bottom: -2px;
	left: 0px;
	position: absolute;
}

.accordion:last-of-type {
	border-bottom: 2px solid #CCC;
}

.accordion__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.news_info {
	display: flex;
	align-items: center;
	max-width: 230px;
	width: 100%;
	gap: 10px;
}

.news_cate {
}

.news_time {
	word-break: keep-all;
}

.accordion__title > dd {
	font-weight: bold;
	width: 70%;
	text-align: justify;
}

.accordion__title > dd > span {
	display: flex;
	width: 100%;
}

.accordion__content_inner {
	width: 96%;
	padding: 10px 0px;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	padding-left: 250px;
}

.accordion__content_inner > p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accordion__content_inner > p:not(:first-of-type) {
	display: none;
}

.accordion__content_inner > *:not(p) {
	display: none;
}

body .is-layout-flex {
	display: none !important;
}

.topics_link {
	margin-top: 20px;
	color: #B7002C;
	font-size: clamp(13px,1.5vw,15px);
	display: flex !important;
	width: 100%;
}

.topics_link a {
	text-decoration: underline;
}

.topics_link::after {
	content: '>';
	margin-left: 5px;
}

@media screen and (max-width: 966px) {
	section.news {
		padding-bottom: 15vw;
	}

	.news_cate {
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	section.news {
		padding-bottom: 25vw;
	}
}


@media screen and (max-width: 768px) {
	.accordion__title::after,
	.accordion__title.show::after {
		width: 18px;
		height: 11px;
	}
}




section.student {
	padding-bottom: 70px;
}


section.about {
	background: #F8E5EA;
	padding-top: 0px;
}

.about_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 30px;
}

.about_catch {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.about_catch > span {
	max-width: 680px;
	width: 90%;
	display: flex;
	position: absolute;
	bottom: 6vw;
}

section.about .sec_ttl {
	font-size: clamp(26px,4vw,40px);
	margin-top: 10px;
}

section.about .sec_ttl::before {
	content: '';
	background: url("../images/top/icon_about.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 100px;
	top: -100px;
	position: absolute;
}

.about_ttl {
	font-size: clamp(20px,4vw,40px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	color: #B7002C;
	line-height: 140%;
	margin: 20px 0px;
}

section.about .more_btn {
	margin-top: 6vw;
}

.sub_ttl {
	color: #B7002C;
}

.sub_ttl::before,
.sub_ttl::after {
	background: #B7002C;
	width: 18vw;
}	

.instagram_wrap {
	margin-top: 2rem;
}


.friend_link {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	align-items: center;
	gap: 10px;
}

.friend_link li {
	width: auto;
}



@media screen and (max-width: 1088px) {
	.accordion__title > dd {
		max-width: 600px;
		width: 90%;
	}
	
	.accordion__content_inner {
		width: 100%;
		padding-left: 0px;
	}
}

@media screen and (max-width: 980px) {
	section.about .sec_ttl::before {
		background-size: 70px auto;
		top: 0px;
		position: relative;
	}
	
	.about_catch {
		justify-content: center;
	}
	
	.about_catch > span {
		bottom: -30px;
	}
	
	section.about .sec_ttl_inner {
		margin-top: 0px;
	}
	
	.series_wrap .slide-arrow {
		width: 6vw;
		height: 6vw;
	}

	section.pickup {
		padding-bottom: 7rem;
	}
	
	section.instagram .sec_ttl_img {
		width: 70px;
	}
}



@media screen and (max-width: 768px) {
	.accordion__title {
		gap: 10px;
	}

	section.about {
		padding-bottom: 10vw;
	}

	section.instagram {
		padding-top: 7vw;
	}
}



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

	.mv-slide li img {
		height: auto;
	}
	
	.student_wrap .slide-arrow {
		width: 48px;
		height: 48px;
	}
	
	.student_wrap .prev-arrow {
		left: 6vw;
	}
	
	.student_wrap .next-arrow {
		right: 6vw;
	}
	
	.student-slide li {
		padding: 20px;
	}
	
	.series_wrap {
		width: 90%;
		margin: 0px auto;
	}
	
	section.series .sec_ttl_inner {
		margin-top: 5px;
	}
	
	.sub_ttl::before,
	.sub_ttl::after {
		width: 16vw;
	}
	
	.friend_link {
		justify-items: center;
	}
	
	.friend_link li {
		width: 70%;
	}

	section.instagram {
		padding-top: 10vw;
	}
	
	.instagram_btn a::before {
		width: 28px;
		height: 28px;
	}
}










