@charset "UTF-8";

.about_kasou {
	background-color: #f9f9f6;
}

.about_kasou>.about_flex {
	height: 530px;
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	.about_kasou>.about_flex {
		height: auto;
	}
}

.private_lesson {
	margin: 0 75px;
	text-align: center;
	padding-bottom: 40px;
}

@media screen and (max-width: 1000px) {
	.private_lesson {
		margin: 30px;
	}

	.private_lesson .text_center {
		font-size: 1rem;
	}
}

.private_lesson_flex {
	display: flex;
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	.private_lesson_flex {
		flex-direction: column;
		gap: 3rem;
	}
}

.private_lesson_point {
	width: 33%;
	padding-right: 3%;
}

@media screen and (max-width: 1000px) {
	.private_lesson_point {
		width: 100%;
		padding-right: 0;
	}
}

.private_lesson_point:last-child {
	padding-right: 0;
}

.private_lesson_point img {
	width: 95%;
}

@media screen and (max-width: 1000px) {
	.private_lesson_point img {
		width: 80%;
	}
}

.private_lesson_point p {
	font-size: 1.1rem;
	font-weight: 600;
}

.about_kasou_content {
	padding: 0 75px;
	padding-top: 50px;
}

@media screen and (max-width: 1000px) {
	.about_kasou_content {
		padding: 10px 20px;
	}
}

.message,
.career {
	background-color: #fff;
}

.message_flex {
	display: flex;
	padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.message_flex {
		flex-direction: column;
	}

	.message_text p {
		font-size: 0.9rem;
	}

	.message_text .p_catch {
		font-size: 0.9rem;
	}
}

.message_img {
	margin-right: 3%;
}

@media screen and (max-width: 1000px) {
	.message_img {
		margin-right: 0;
	}
}

.message_img p {
	margin-top: 5px;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.message_img p {
		margin-top: -65px;
		margin-left: auto;
		background: #f9f9f6;
		width: fit-content;
		position: relative;
		padding: 1rem;
	}
}

.message_img p span {
	font-weight: 600;
}


.career {
	padding-bottom: 40px;
}


.p_catch {
	font-size: 1.1rem;
	font-weight: 600;
}

.cp_timeline04 {
	position: relative;
	margin: 3em auto;
	padding-bottom: 2em;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #ddd;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 5em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(188,176,156,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 50%;
	left: -42px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 3px solid #ddd;
	background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-top: -60px;
	color: #444;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 0.8em;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -32px;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 40px;
	}
	.cp_timeline04 .timeline_item .desc {
		padding-left: 0px;
		border-top: 1px solid #000;
		border-left: none;
	}
}

.desc>p>span {
	font-size: 1.1rem;
	font-weight: 600;
}

.access {
	padding-top: 0;
	padding-bottom: 30px;
}
