@charset "utf-8";

/**********************************************
* 
* top common
* 全体で共通して使う場合 top- を消して共通cssに移動
*
************************************************/
/* top-Title01
---------------------------------------*/
.top-Title01 {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
	color: #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

.top-Title01.-en {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}

.top-Title01_icon {
	width: 34px;
	height: 34px;
	margin-bottom: 10px;
}

.top-Title01_en {
	font-family: 'Barlow', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	color: #e70012;
}

.top-Title01.-narrow {
	margin-bottom: 20px;
}

.top-Title01_en.-wide {
	margin-top: 10px;
}

/* -white */
.top-Title01.-white {
	color: #fff;
}

.top-Title01.-white .top-Title01_en {
	color: #fff;
}

@media (max-width: 767px) {
	.top-Title01 {
		font-size: 3rem;
		margin-bottom: 30px;
	}

	.top-Title01_icon {
		width: 26px;
		height: 26px;
		margin-bottom: 0;
	}

	.top-Title01_icon.-spLarge {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}

	.top-Title01.-narrow {
		margin-bottom: 30px;
	}
}

/**********************************************
* 
* MainVisual
*
************************************************/
/* top-MainVisual
---------------------------------------*/
.top-MainVisual {
	position: relative;
	display: flex;
}

.top-MainVisual_swiper {
	width: 100%;
}

.top-MainVisual_swiperItem a {
	display: block;
	transition: .5s;
}

.top-MainVisual_swiperItem a:hover {
	opacity: 0.85;
}

.top-MainVisual_swiperImg {
	width: 100%;
	height: auto;
}

.top-MainVisual_swiperContainer {
	padding-bottom: 50px;
}

.top-MainVisual .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #e70012;
}

.top-MainVisual .swiper-pagination-bullet-active {
	background: #e70012;
}

.top-MainVisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.top-MainVisual .swiper-button-next,
.top-MainVisual .swiper-container-rtl .swiper-button-prev {
	background: url(../../images/top/i_swiper_arrow.png) no-repeat center / contain;
	width: 50px;
	height: 100px;
	right: 0;
}

.top-MainVisual .swiper-button-prev,
.top-MainVisual .swiper-container-rtl .swiper-button-next {
	background: url(../../images/top/i_swiper_arrow.png) no-repeat center / contain;
	width: 50px;
	height: 100px;
	left: 0;
	transform: scale(-1, 1);
}

@media (max-width: 767px) {
	.top-MainVisual_swiper {
		width: 100%;
	}

	.top-MainVisual .swiper-button-prev,
	.top-MainVisual .swiper-button-next {
		top: 30%;
	}
}


/**********************************************
* 
* top-ImportantNewsSec
*
************************************************/
.top-ImportantNewsSec {
	margin-top: 20px;
}

.top-ImportantNewsSec_listItem + .top-ImportantNewsSec_listItem {
	margin-top: 10px;
}

.top-ImportantNewsSec_listLink {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	border: solid 1px #e70012;
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #e70012;
	padding: 11px 85px;
	width: 100%;
}

.top-ImportantNewsSec_listLink:hover {
	opacity: 0.6;
}

.top-ImportantNewsSec_listIconImportant {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23px;
	margin: auto;
	width: 34px;
	height: auto;
}

.top-ImportantNewsSec_listIconArrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 23px;
	margin: auto;
	width: 19px;
	height: auto;
	transition: right .5s;
}

.top-ImportantNewsSec_listLink:hover .top-ImportantNewsSec_listIconArrow {
	right: 10px;
}

@media (max-width: 767px) {
	.top-ImportantNewsSec_listLink {
		font-size: 1.4rem;
		padding: 6px 40px 6px 45px;
		text-align: left;
	}

	.top-ImportantNewsSec_listIconImportant {
		left: 10px;
		width: 24px;
	}

	.top-ImportantNewsSec_listIconArrow {
		right: 10px;
	}
}

/**********************************************
* 
* top-ScheduleSec
*
************************************************/
.top-ScheduleSec {
	margin-top: 18px;
}

.top-ScheduleSec a {
	display: block;
	transition: .5s;
}

.top-ScheduleSec a:hover {
	opacity: 0.85;
}

.top-ScheduleSec_img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {}

/**********************************************
* 
* top-ScheduleSec
*
************************************************/
.top-MeritSec {
	margin-top: 60px;
}

.top-MeritSec_list {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: -40px;
	padding: 0 6.3% 5%;
}

.top-MeritSec_list::before {
	position: absolute;
	content: "";
	left: -4px;
	right: 0%;
	top: 3%;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../../images/top/bg_merit.png) no-repeat center center / 102%;
}

.top-MeritSec_listItem {
	position: relative;
	width: 32.8%;
	padding-top: 32.8%;
	transform: rotate(45deg);
	background: #ccc;
	overflow: hidden;
	transition: transform .5s;
}

.top-MeritSec_listItem:hover {
	transform: rotate(45deg) scale(1.05);
	z-index: 10;
}

.top-MeritSec_listItem:nth-of-type(2) {
	margin-top: 14.3%;
}

.top-MeritSec_listLink {
	display: block;
}

.top-MeritSec_listImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -21%;
	right: 0;
	margin: auto;
	width: 142%;
	height: auto;
	transform: rotate(-45deg);
	max-width: none;
}

.top-MeritSec_listLinkInner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transform: rotate(-45deg);
}

.top-MeritSec_listTitle {
	font-size: 1.8vw;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #e70012;
	text-align: center;
	margin-top: 45%;
	line-height: 1.2;
}

.top-MeritSec_listItem:nth-of-type(2) .top-MeritSec_listTitle {
	margin-top: -45%;
}

@media (max-width: 1170px) {
	.top-MeritSec_listTitle {
		font-size: 2.2rem;
	}
}

@media (max-width: 767px) {
	.top-MeritSec_list {
		display: block;
		margin-top: 0;
		padding: 54px 0 75px;
	}

	.top-MeritSec_list::before {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background: url(../../images/top/bg_merit_sp.png) no-repeat center center / contain;
	}

	.top-MeritSec_listItem {
		width: 49%;
		padding-top: 49%;
		margin-left: 36%;
		margin-bottom: 1%;
		transition: none;
	}

	.top-MeritSec_listItem:nth-of-type(2) {
		margin-top: 0;
		margin-left: 16%;
	}

	.top-MeritSec_listTitle {
		font-size: 1.8rem;
		margin-top: 50%;
	}

	.top-MeritSec_listItem:nth-of-type(2) .top-MeritSec_listTitle {
		margin-top: 50%;
	}
}

/**********************************************
* 
* top-TopicsSec
*
************************************************/
.top-TopicsSec {
	margin-top: 70px;
	background: #efefef;
	padding: 70px 0;
}

.top-TopicsSec_swiperContainer {
	padding-bottom: 65px;
}

.top-TopicsSec_swiperLink {
	display: block;
	box-shadow: 12px 12px 0 #bfbfbf;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

.top-TopicsSec_swiperLink:hover {
	box-shadow: 0 0 0 #bfbfbf;
	transform: translate3d(0, 5px, 0);
	opacity: 0.8;
}

.top-TopicsSec_swiperImg {
	width: 100%;
	height: auto;
}

.top-TopicsSec .swiper-button-next,
.top-TopicsSec .swiper-container-rtl .swiper-button-prev {
	top: auto;
	bottom: 0;
	right: 40%;
}

.top-TopicsSec .swiper-button-prev,
.top-TopicsSec .swiper-container-rtl .swiper-button-next {
	top: auto;
	bottom: 0;
	left: 40%;
}

.top-TopicsSec .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #e70012;
}

.top-TopicsSec .swiper-pagination-bullet-active {
	background: #e70012;
}

.top-TopicsSec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.top-TopicsSec .swiper-pagination-fraction,
.swiper-pagination-custom,
.top-TopicsSec .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 4px;
}

.top-TopicsSec .swiper-button-next,
.top-TopicsSec .swiper-container-rtl .swiper-button-prev {
	z-index: 30;
	width: 35px;
	height: 35px;
	background: url(../../images/icon/arrow_white.svg) no-repeat center / 20px, #e70012;
}

.top-TopicsSec .swiper-button-prev,
.top-TopicsSec .swiper-container-rtl .swiper-button-next {
	z-index: 30;
	width: 35px;
	height: 35px;
	background: url(../../images/icon/arrow_white.svg) no-repeat center / 20px, #e70012;
	transform: scale(-1, 1);
}

@media (max-width: 767px) {
	.top-TopicsSec {
		padding: 35px 0;
	}

	.top-TopicsSec_swiperContainer {
		margin: 0 -15px;
		padding: 0 15px 50px 25px;
	}

	.top-TopicsSec .swiper-button-next,
	.top-TopicsSec .swiper-container-rtl .swiper-button-prev {
		right: 0;
		top: 25%;
		width: 45px;
		height: 90px;
		background: url(../../images/top/i_swiper_arrow_sp.png) no-repeat center / contain;
	}

	.top-TopicsSec .swiper-button-prev,
	.top-TopicsSec .swiper-container-rtl .swiper-button-next {
		left: 0;
		top: 25%;
		width: 45px;
		height: 90px;
		background: url(../../images/top/i_swiper_arrow_sp.png) no-repeat center / contain;
		transform: scale(-1, 1);
	}

}

/**********************************************
* 
* top-CoursesSec
*
************************************************/
.top-CoursesSec {
	margin-top: 65px;
}

.top-CoursesSec_cards {
	display: flex;
	flex-wrap: wrap;
}

.top-CoursesSec_cardItem {
	padding: 20px;
	width: 33.3%;
}

.top-CoursesSec_cardItemInner {
	position: relative;
	background: #efefef;
}

.top-CoursesSec_cardThumb {
	margin-bottom: -25px;
}

.top-CoursesSec_cardImg {
	width: 100%;
	height: auto;
}

.top-CoursesSec_cardTitle {
	position: relative;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 10px 20px;
	background: #fff;
	display: inline-block;
	width: 74%;
}

.top-CoursesSec_cardTitle::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #cf0010;
	right: -5px;
	bottom: -5px;
	transform: rotate(45deg);
}

.top-CoursesSec_cardTextArea {
	padding: 20px 30px 30px;
}

.top-CoursesSec_cardText {
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}

/* top-Courses_list */
.top-Courses_listWrap {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}

.top-CoursesSec_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-CoursesSec_listItem {
	position: relative;
	width: calc(50% - 10px);
}

.top-CoursesSec_listItem::before,
.top-CoursesSec_listItem::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}

.top-CoursesSec_listItem::before {
	top: -1px;
}

.top-CoursesSec_listItem::after {
	bottom: 0;
}

.top-CoursesSec_listLink {
	display: flex;
	align-items: center;
	height: 100%;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding: 10px 35px 10px 10px;
}

.top-CoursesSec_listLink:hover {
	opacity: 0.6;
}

.top-CoursesSec_listLink::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.top-CoursesSec_listLink:hover::after {
	right: 0;
}

/* top-CoursesSec_btn */
.top-CoursesSec_btnRow {
	display: flex;
	justify-content: center;
	margin-top: 115px;
}

.top-CoursesSec_btnColumn {
	width: 50%;
	padding: 0 15px;
}

.top-CoursesSec_btn {
	position: relative;
	display: block;
	text-align: center;
	box-shadow: 10px 12px 0 #bfbfbf;
	padding: 52px 100px 52px 140px;
	background: #efefef;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	transition: box-shadow .3s, transform .5s, opacity .3s;
	opacity: 1;
}

.top-CoursesSec_btn:hover {
	box-shadow: 0 0 0 #bfbfbf;
	transform: translate3d(0, 5px, 0);
	opacity: 0.8;
}

.top-CoursesSec_btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.top-CoursesSec_btn:hover::after {
	right: 25px;
}

.top-CoursesSec_btnIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 36px;
	margin: auto;
	width: 100px;
	height: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 1;
}

.top-CoursesSec_btnIconImg {
	position: relative;
	width: 38px;
	height: 42px;
}

@media (max-width: 1170px) {
	.top-CoursesSec_cardTitle {
		font-size: 1.9rem;
	}
}

@media (min-width: 1840px) {
	.top-CoursesSec_cardTitle {
		font-size: 3.2rem;
	}
}

@media (max-width: 767px) {
	.top-CoursesSec {
		margin-top: 40px;
	}

	.top-CoursesSec_cards {
		display: block;
	}

	.top-CoursesSec_cardItem {
		padding: 0;
		width: 100%;
	}

	.top-CoursesSec_cardItem + .top-CoursesSec_cardItem {
		margin-top: 40px;
	}

	.top-CoursesSec_cardItemInner {
		background: #fff;
	}

	.top-CoursesSec_cardThumb {
		margin-bottom: -45px;
	}

	.top-CoursesSec_cardTitle {
		font-size: 1.6rem;
	}

	.top-CoursesSec_cardTextArea {
		padding: 0;
		margin-top: 20px;
	}

	.top-CoursesSec_cardText {
		display: none;
	}

	/* top-Courses_list */
	.top-Courses_listWrap {
		padding: 0;
		margin-top: 0;
	}

	.top-CoursesSec_listLink {
		font-size: 1.4rem;
		padding: 10px 35px 10px 10px;
	}

	/* top-CoursesSec_btn */
	.top-CoursesSec_btnRow {
		display: block;
		margin-top: 45px;
	}

	.top-CoursesSec_btnColumn {
		width: 100%;
		padding: 0 5px 0 0;
	}

	.top-CoursesSec_btnColumn + .top-CoursesSec_btnColumn {
		margin-top: 35px;
	}

	.top-CoursesSec_btn {
		padding: 29px;
		width: 100%;
		font-size: 1.4rem;
		box-shadow: 5px 6px 0 #bfbfbf;
	}

	.top-CoursesSec_btn::after {
		width: 12px;
		height: auto;
		right: 20px;
	}

	.top-CoursesSec_btnIcon {
		width: 58px;
		height: 58px;
		left: 20px;
	}

	.top-CoursesSec_btnIconImg {
		width: 24px;
		height: 30px;
	}
}

/**********************************************
* 
* top-PamphletSec
*
************************************************/
.top-PamphletSec {
	margin-top: 125px;
	position: relative;
	background: url(../../images/top/bg_pamphlet.png) repeat;
	padding: 25px 15px 40px;
}

.top-PamphletSec_textArea {
	position: relative;
	margin-left: auto;
	margin-bottom: 3%;
	width: 40vw;
	min-width: 620px;
	background: url(../../images/top/bg_pamphlet_text.png) no-repeat bottom right / cover;
	padding: 5% 8%;
}

.top-PamphletSec_imgArea {
	position: absolute;
	bottom: 8%;
	left: 15px;
	width: 70%;
	margin-top: 35px;
}

.top-PamphletSec_img {
	width: 100%;
	height: auto;
}

.top-PamphletSec_text {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-PamphletSec_btnWrap {
	text-align: center;
	margin-top: 50px;
}

.top-PamphletSec_btn {
	position: relative;
	display: inline-block;
	padding: 10px;
	background: #fff;
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	width: 370px;
	color: #000;
}

.top-PamphletSec_btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../../images/icon/arrow.svg) no-repeat center / contain;
	transition: right .5s;
}

.top-PamphletSec_btn:hover::after {
	right: 5px;
}

@media (max-width: 767px) {
	.top-PamphletSec {
		height: auto;
		margin: 45px 0 0;
		padding: 30px 15px;
		display: flex;
		flex-direction: column-reverse;
	}

	.top-PamphletSec_imgArea {
		position: static;
		width: 100%;
		margin-top: 0;
	}

	.top-PamphletSec_textArea {
		position: static;
		width: 100%;
		padding: 30px 15px;
		margin-bottom: 0;
		min-width: 0;
		background: url(../../images/top/bg_pamphlet_text_sp.png) no-repeat bottom right / cover;
	}

	.top-PamphletSec_text {
		font-size: 1.4rem;
		line-height: 2;
	}

	.top-PamphletSec_btnWrap {
		margin-top: 40px;
	}

	.top-PamphletSec_btn {
		width: 100%;
		font-size: 1.6rem;
	}
}

/**********************************************
* 
* top-NewsSec
*
************************************************/
.top-NewsSec {
	margin-top: 70px;
	background: #efefef;
	padding: 70px 0;
}

.top-NewsSec_listItem + .top-NewsSec_listItem {
	margin-top: 20px;
}

.top-NewsSec_listLink {
	display: block;
}

.top-NewsSec_listTime {
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 5px 0;
}

.top-NewsSec_listTitle {
	border-top: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px 0;
	color: #333;
	position: relative;
	padding-right: 40px;
}

.top-NewsSec_listTitle::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../../images/icon/arrow_red.svg) no-repeat center / contain;
	transition: right .5s;
}

.top-NewsSec_listTitle:hover {
	color: #cf0010;
}

.top-NewsSec_listTitle:hover::after {
	right: 0;
}

.top-NewsSec_btnWrap {
	text-align: center;
	margin-top: 60px;
}

.top-NewsSec_btn {
	position: relative;
	display: inline-block;
	padding: 10px;
	background: #e70012;
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	width: 370px;
	color: #fff;
}

.top-NewsSec_btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../../images/icon/arrow_white.svg) no-repeat center / contain;
	transition: right .5s;
}

.top-NewsSec_btn:hover::after {
	right: 5px;
}

@media (max-width: 767px) {
	.top-NewsSec {
		margin-top: 50px;
		padding: 35px 0 50px;
	}

	.top-NewsSec_listItem + .top-NewsSec_listItem {
		margin-top: 15px;
	}

	.top-NewsSec_listTitle {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.top-NewsSec_listTitle::after {
		top: 10px;
		bottom: auto;
	}

	.top-NewsSec_btnWrap {
		margin-top: 30px;
	}

	.top-NewsSec_btn {
		width: 100%;
	}
}

/**********************************************
* 
* top-InstaSec
*
************************************************/
.top-InstaSec {
	margin-top: 65px;
}

.top-InstaSec_list {
	z-index: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.top-InstaSec_listItem {
	width: 16.6%;
	padding: 1px;
}

.top-InstaSec_listLink {
	display: block;
}

.top-InstaSec_linkImg {
	width: 100%;
	height: auto;
}

.top-InstaSec_iframe {
	position: relative;
}

.top-InstaSec_iframeWrap {
	width: 100%;
}

.top-InstaSec_iframeCoverLink {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

@media (max-width: 767px) {
	.top-InstaSec {
		margin-top: 45px;
	}

	.top-InstaSec_list {
		margin: 0 -15px;
	}

	.top-InstaSec_listItem {
		width: calc(100% / 3);
	}

	.top-InstaSec_listItem:nth-of-type(n + 7) {
		display: none;
	}
}

/**********************************************
* 
* top-SchoolSec
*
************************************************/
.top-SchoolSec {
	margin-top: 100px;
}

.top-SchoolSec_section + .top-SchoolSec_section {
	margin-top: 80px;
}

.top-SchoolSec_title {
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	text-align: center;
	margin-bottom: 25px;
}

.top-SchoolSec_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.top-SchoolSec_listItem {
	width: calc(100% / 3);
	padding: 15px;
}

.top-SchoolSec_listTitle {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #333;
	border-top: 1px solid #a0a0a0;
	padding: 10px 0 5px;
}

.top-SchoolSec_detailListItem + .top-SchoolSec_detailListItem {
	margin-top: 5px;
}

.top-SchoolSec_detailListLink {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
}

.top-SchoolSec_detailListLink:hover {
	color: #cf0010;
}

@media (max-width: 767px) {
	.top-SchoolSec {
		margin-top: 65px;
	}

	.top-SchoolSec_section {
		border-top: 1px solid #a0a0a0;
	}

	.top-SchoolSec_section:last-of-type {
		border-bottom: 1px solid #a0a0a0;
	}

	.top-SchoolSec_section + .top-SchoolSec_section {
		margin-top: 0;
	}

	.top-SchoolSec_title {
		position: relative;
		font-size: 1.6rem;
		margin-bottom: 0;
		padding: 20px 10px;
		text-align: left;
	}

	.top-SchoolSec_title::before,
	.top-SchoolSec_title::after {
		position: absolute;
		content: "";
		width: 13px;
		height: 2px;
		background: #000;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: transform .5s;
	}

	.top-SchoolSec_title::after {
		transform: rotate(90deg);
	}

	.top-SchoolSec_title.is-active::after {
		transform: rotate(0);
	}

	.top-SchoolSec_list {
		display: block;
	}

	.top-SchoolSec_listItem {
		width: 100%;
		padding: 0 15px 10px;
	}
}
