/**********************************************
* 
* 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;
	}
}

/* swiper */
.home-MainVisual_swiperItem a {
    display: block;
    transition: .5s;
}
.home-MainVisual_swiperItem a:hover {
    opacity: 0.85;
}
.home-mainVisual .swiper-pagination-fraction,
.home-mainVisual .swiper-pagination-custom,
.home-mainVisual .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 90px;
}

#js-society-home-swiper .swiper-pagination {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#js-society-home-swiper .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #fff;
	border: 1px solid #e70012;
	opacity: 1;
}

#js-society-home-swiper .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 10px;
}

#js-society-home-swiper .swiper-pagination-bullet-active {
	background: #e70012;
}

.home-mainVisual .swiper-button-next,
.home-mainVisual .swiper-container-rtl .swiper-button-prev {
	background: url(/cms/wp-content/themes/ohara/assets/images/top/i_swiper_arrow.png) no-repeat center / contain;
	width: 50px;
	height: 100px;
	right: 0;
	top: 40%;
}

.home-mainVisual .swiper-button-prev,
.home-mainVisual .swiper-container-rtl .swiper-button-next {
	background: url(/cms/wp-content/themes/ohara/assets/images/top/i_swiper_arrow.png) no-repeat center / contain;
	width: 50px;
	height: 100px;
	left: 0;
	top: 40%;
	transform: scale(-1, 1);
}
.home-MainVisual_swiperItem {
	text-align: center;
}

.home-MainVisual_swiperImg {
	width: 100%;
	height: auto;
}


@media (max-width: 767px) {

	.home-mainVisual .swiper-pagination-fraction,
	.home-mainVisual .swiper-pagination-custom,
	.home-mainVisual .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 105px;
	}

	.home-mainVisual .swiper-button-prev,
	.home-mainVisual .swiper-button-next {
		top: 35%;
	}
}

#List_courses {
	/* padding-top: 90px; */
    margin-top: -50px;
}


/**********************************************
* 
* top-NewsSec
*
************************************************/
.top-NewsSec {
	margin-top: 70px;
	background: #efefef;
	padding: 70px 0;
}

.top-NewsSec .l-container {
	width: 1080px;
}

.top-NewsSec_listItem+.top-NewsSec_listItem {
	margin-top: 20px;
}

.top-NewsSec_listLink {
	display: block;
}

.top-NewsSec_listLink label {
	font-size: 1.2rem;
	border: 1px solid #000;
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	vertical-align: 1px;
}

/*20220801修正(金森)_既存の記述から『イベント』と『お知らせ』の文字色を交換*/

/*.top-NewsSec_listLink label.news {
	color: #ff6600;
	border: 1px solid #ff6600;
}

.top-NewsSec_listLink label.event {
	color: #009900;
	border: 1px solid #009900;
}*/

.top-NewsSec_listLink label.news {
	color: #009900;
	border: 1px solid #009900;
}

.top-NewsSec_listLink label.event {
	color: #ff6600;
	border: 1px solid #ff6600;
}

/*20220801修正(金森)_既存の記述から『イベント』と『お知らせ』の文字色を交換*/

.top-NewsSec_listLink label.recommend {
	color: #ff0099;
	border: 1px solid #ff0099;
}

.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(/cms/wp-content/themes/ohara/assets/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: #fff;
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	color: inherit;
}

.top-NewsSec_btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 10px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/cms/wp-content/themes/ohara/assets/images/icon/arrow.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%;
	}
}

@media (max-width: 767px) {
	.ImportantNewsSec {
		margin-top: 70px;
	}

	.top-NewsSec .l-container {
		width: 100%;
	}

	.top-TopicsSec {
		padding: 35px 0;
	}

	.top-TopicsSec_swiperContainer {
		margin: 0;
		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(/cms/wp-content/themes/ohara/assets/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(/cms/wp-content/themes/ohara/assets/images/top/i_swiper_arrow_sp.png) no-repeat center / contain;
		transform: scale(-1, 1);
	}

	.top-TopicsSec .l-container {
		width: 100%;
	}

	.Footer_cvItem {
		width: calc((100% / 3) - 1px);
	}

	#anchor01 {
		padding-top: 20px;
		margin-top: 0;
	}
}