@charset "utf-8";
.splide__list {
	min-height: 350px;
}
.p-mv1-content.l-inner {
	display: flex;
	max-width: 1830px;
	padding-left: clamp(0rem, -1.458rem + 3.04vw, 2.188rem);

	row-gap: 10px;
}
.p-mv1-content.l-inner .p-mv1-content-title {
	display: flex;
	margin-bottom: 0;
	color: #24406e;
	font-size: clamp(1.75rem, 0.375rem + 2.86vw, 3.813rem);
	line-height: clamp(3.438rem, 0.854rem + 5.38vw, 7.313rem);
	flex-direction: column;
}
.p-mv1-content.l-inner .p-mv1-content-title span {
	display: inline-flex;
	width: fit-content;
	padding-left: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
	background: linear-gradient(to bottom, transparent 0%,transparent 11%, #ffffffe6 11%, #ffffffe6 85%,transparent 85%,transparent 100%);
}
.p-mv1-content.l-inner .p-mv1-content-button {
	display: flex;
	position: relative;
	max-width: 340px;
	min-width: 200px;
	width: clamp(12.5rem, 6.667rem + 12.15vw, 21.25rem);
	height: auto;
	margin-left: auto;
	padding: clamp(1.063rem, 0.396rem + 1.39vw, 2.063rem) clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
	border-radius: 0;
	background-image: url(../images/keyvisual_btn-bg.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	font-weight: bold;
	font-size: clamp(1.125rem, 0.708rem + 0.87vw, 1.75rem);
	justify-content: center;
}
.p-mv1-content.l-inner .p-mv1-content-button::after {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	background-color: #ffffff;

	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
	.p-mv1-content.l-inner {
		padding-bottom: 30px;
		justify-content: space-between;
		align-items: flex-end;

		inline-size: 95%;
	}
	.p-mv1-content.l-inner .p-mv1-content-button {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-mv1-content.l-inner {
		padding-bottom: 20px;
		flex-direction: column;
		justify-content: flex-end;

		inline-size: calc(100% - 40px);
	}
}


.index_container {
	font-family: Arial,"Hiragino Sans","Yu Gothic Medium","Meiryo",sans-serif !important;
}
.common_index-link {
	display: block;
	position: relative;
	max-width: 185px;
	width: 100%;
	transition: all 0.3s;

	aspect-ratio: 37/12;
}
.common_index-link:hover {
	padding-top: 5px;
	padding-left: 5px;
}
.common_index-link a {
	display: flex;
	max-width: 180px;
	width: 100%;
	background-color: #24406e;
	color: #ffffff;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;

	aspect-ratio: 36 / 11;;
}
.common_index-link a:hover {
	opacity: 0.8;
}
.common_index-link a::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid #24406e;
	content: "";
}
/*******************************************************************************
	PICKUP
 *******************************************************************************/
.index_news-container {
	display: flex;
	max-width: 1550px;
	margin: 0 auto;
	flex-direction: column;
}
.index_news-title {
	font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);
	text-align: center;
}
.index_news-text {
	margin-bottom: 40px;
	font-size: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
	text-align: center;
}
.index_news-nav {
	display: block;
	width: 100%;
	margin-bottom: 45px;
}
.index_news-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;

	row-gap: 20px;
}
.index_news-item {
	max-width: 490px;
}
.index_news-article {
	display: flex;
	flex-direction: column;

	row-gap: 15px;
}
.index_news-img {
	display: block;
	overflow: hidden;

	aspect-ratio: 98/65;
}
.index_news-img a {
	display: block;
	height: 100%;
}
.index_news-img a img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.index_news-content {
	display: flex;
	flex-direction: column;

	row-gap: 20px;
}
.index_news-content time {
	font-family: "Arial";
	font-weight: 400;
	font-size: clamp(1rem, 0.875rem + 0.26vw, 1.188rem);
}
.index_news-content h3 {
	overflow: hidden;
	font-size: clamp(1.188rem, -1.002rem + 4.56vw, 2rem);
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_news-content h3 a:hover {
	color: #24406e;
}

.index_news-container .common_index-link {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.index_news-container {
		width: 95%;
		margin-top: 60px;
		margin-bottom: 105px;
	}
	.index_news-title {
		margin-bottom: 40px;
	}
	.index_news-text {
		margin-bottom: 40px;
	}
	.index_news-list {
		column-gap: 2.5805%;
	}
	.index_news-item {
		width: 31.613%;
	}.index_news-item:nth-of-type(4) {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.index_news-container {
		width: calc(100% - 40px);
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.index_news-title {
		margin-bottom: 25px;
	}
	.index_news-text {
		margin-bottom: 30px;
	}
	.index_news-list {
		justify-content: space-between;
	}
	@media screen and (min-width: 390px) {
		.index_news-item {
			width: 48.5%;
		}
	}
	@media screen and (max-width: 389px) {
		.index_news-item {
			width: 100%;
		}
		.index_news-item:nth-of-type(4) {
			display: none;
		}
	}
}

/*******************************************************************************
	志秦塾について
 *******************************************************************************/
.index_about-container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.index_about-inner {
	display: flex;
	max-width: 1605px;
	column-gap: 20px;

	row-gap: 20px;
}
.index_about-img {
	position: relative;
	max-width: 910px;
	width: 100%;

	aspect-ratio: 182/115;
}
.index_about-img img:not(.about_img-move) {
	display: block;
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.index_about-img img.about_img-move {
	position: absolute;
	top: 29.5653%;
	left: 54.9451%;
	max-width: 430px;
	width: 47.2528%;

	mix-blend-mode: multiply;
}
.index_about-contents {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.index_about-theme {
	margin-bottom: 25px;
	font-size: clamp(1.438rem, 0.509rem + 1.93vw, 2.5rem);
	line-height: clamp(2.5rem, 0.916rem + 3.3vw, 4.313rem);
	text-align: justify;
}
.index_about-text {
	margin-bottom: 30px;
	font-size: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
	line-height: clamp(1.813rem, 1.157rem + 1.37vw, 2.563rem);
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.index_about-inner {
		width: 97.5%;
		margin-bottom: 160px;
		margin-left: auto;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
	.index_about-img {
		min-height: 350px;
	}
	.index_about-theme {
		margin-bottom: 25px;
	}
	.index_about-text {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.index_about-container {
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.index_about-inner {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}
	.index_about-theme {
		margin-bottom: 10px;
	}
	.index_about-text br {
		display: none;
	}
	.index_about-text {
		margin-bottom: 20px;
	}
}
/*******************************************************************************
	会報
 *******************************************************************************/
.index_library-container {
	width: 100%;
	background: linear-gradient(to right bottom,#cbd1d9 0%, #ebebeb 48.77%, #cbd1d9 100%);
}
.index_library-content {
	max-width: 655px;
	width: 95%;
	margin: 0 auto;
}
.index_library-content a {
	display: flex;
	position: relative;
	width: 100%;
	border: clamp(0.313rem, -0.024rem + 0.7vw, 0.438rem) solid #24406e;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
}
.index_library-content a:hover {
	background-color: #24406e;
	color: #ffffff;
	opacity: 0.8;
}
.index_library-content a::after {
	position: absolute;
	right: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	bottom: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	width: clamp(0.938rem, -1.589rem + 5.26vw, 1.875rem);
	background-color: #24406e;
	content: "";
	transition: all 0.3s;

	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	aspect-ratio: 1/1;
}
.index_library-content a:hover::after {
	background-color: #ffffff;
}
.index_library-content a strong {
	display: flex;
	max-width: 415px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: clamp(0.188rem, -0.149rem + 0.7vw, 0.313rem) solid #a98f50;
	font-weight: bold;
	font-size: clamp(1.438rem, -0.584rem + 4.21vw, 2.188rem);
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.index_library-container {
		margin-bottom: 115px;
		padding: 122.5px 0;
	}
	.index_library-content {
		width: 95%;
	}
	.index_library-content a {
		padding: 58px 0;
	}
}
@media screen and (max-width: 767px) {
	.index_library-container {
		margin-bottom: 50px;
		padding: 47.5px 20px;
	}
	.index_library-content {
		width: 100%;
	}
	.index_library-content a {
		padding: 42px 10px;
	}
}
/*******************************************************************************
	会員紹介
 *******************************************************************************/
.index_member-container {
	display: block;
	overflow: hidden;
	width: 100%;
}
.index_member-title {
	font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);
	text-align: center;
}
.index_member-text {
	font-size: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
	text-align: center;
}
.index_member-img {
	max-width: 305px;
	width: 100%;
	margin: 0 22.5px;

	aspect-ratio: 61/76;
}
.index_member-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.index_member-container .common_index-link {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.index_member-container {
		margin-bottom: 95px;
	}
	.index_member-title {
		margin-bottom: 45px;
	}
	.index_member-text {
		margin-bottom: 40px;
	}
	.index_member-slide {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.index_member-container {
		margin-bottom: 50px;
	}
	.index_member-title {
		margin-bottom: 25px;
	}
	.index_member-text {
		margin-bottom: 30px;
	}
	.index_member-slide {
		margin-bottom: 30px;
	}
}

/*******************************************************************************
	例会スケジュール
 *******************************************************************************/
.index_schedule-container {
	display: block;
	width: 100%;
	background-color: #ebebeb;
}
.index_schedule-inner {
	display: flex;
	max-width: 1420px;
	width: 95%;
	margin: 0 auto;
	flex-direction: column;
}
.index_schedule-title {
	margin-bottom: 45px;
	font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);
	text-align: center;
}
.index_schedule-text {
	margin-bottom: 40px;
	font-size: clamp(0.938rem, 0.729rem + 0.43vw, 1.25rem);
	text-align: center;
}
.index_schedule-contents {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width: 835px) {
	.index_schedule-contents {
		row-gap: 25px;
	}
}@media screen and (max-width: 834px) {
	.index_schedule-contents {
		row-gap: 40px;
	}
}
.schedule_archive-month {
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {
	.index_schedule-container {
		margin-bottom: 150px;
		padding: 130px 0 110px;
	}
	.index_schedule-inner {
		width: 95%;
	}
	.index_schedule-title {
		margin-bottom: 45px;
	}
	.index_schedule-text {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.index_schedule-container {
		margin-bottom: 50px;
		padding: 60px 20px 50px;
	}
	.index_schedule-inner {
		width: 100%;
	}
	.index_schedule-title {
		margin-bottom: 25px;
	}
	.index_schedule-text {
		margin-bottom: 30px;
	}
}




