@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
.txt {
	font-size: 112%;
}
#about .white_box {
	position: relative;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f8f4ef;
	margin-bottom: 50px;
	padding: 50px;
	z-index: 2;
}
#about .white_box.lmb {
	margin-bottom: 150px;
}
/**/
#about .white_box .photo_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
}
#about .maru_bg {
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#about .maru_bg img {
	width: 30vw;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -30%;
}
#about .w2_box .white_box {
	width: 48%;
}
#about .txt02 {
	font-size : 25px;
}
#about .course_box::before {
	background: url("../img/about/bg02.png") no-repeat top right/100%;
	width: 45vw;
	left: auto;
	right: 0;
}
#about .course_box .contents_box .box {
	column-gap: 50px;
	align-items: flex-start;
	justify-content: flex-start;
	width: 980px;
	margin-right: auto;
	margin-bottom: 50px;
}
#about .course_box .contents_box .box .ougi {
	position: relative;
	width: 237px;
	height: 131px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#about .course_box .contents_box .box .ougi::before {
	content: "";
	background: url("../img/ougi-bg.png") no-repeat center/100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#about .course_box .contents_box .box .ougi span {
	position: relative;
	font-size : 25px;
	line-height : 35px;
	color : #B9965F;
	z-index: 2;
	top: -10px;
}
#about .course_box .contents_box .box ul {
	display: flex;
	justify-content: flex-start;
	column-gap: 25px;
	flex-wrap: wrap;
	width: calc(980px - 300px);
}
#about .course_box .contents_box .box li {
	width: 48%;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #f8f4ef;
	padding: 25px 25px 25px 40px;
	z-index: 2;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
#about .course_box .contents_box .box li::before {
	content: "";
	background: #705595;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 34px;
	left: 20px;
	border-radius: 50%;
}
#about .course_box .shikaku_box {
	position: relative;
}
#about .course_box .shikaku_box .white_box {
	width: 700px;
}
#about .course_box .shikaku_box .img {
	position: absolute;
	top: 0;
	right: 0;
}
#about .course_box .shikaku_box .img img {
	width: 350px;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about .white_box {
		padding: 30px;
	}
	#about .white_box.lmb {
		margin-bottom: 80px;
	}
	#about .txt02 {
		font-size: 120%;
	}
	#about .course_box::before {
		margin-right: -25px;
	}
	#about .course_box .contents_box .box {
		width: 100%;
		column-gap: 20px;
	}
	#about .course_box .contents_box .box .ougi {
		width: 180px;
		height: 105px;
	}
	#about .course_box .contents_box .box .ougi span {
		font-size: 20px;
		line-height: 1.2em;
	}
	#about .course_box .contents_box .box ul {
		width: calc(100% - 200px);
		column-gap: 15px;
	}
	#about .course_box .contents_box .box li {
		padding: 15px 15px 15px 30px;
	}
	#about .course_box .contents_box .box li::before {
		width: 6px;
		height: 6px;
		top: 26px;
		left: 15px;
	}
	#about .course_box .shikaku_box .white_box {
		width: 65%;
	}
	#about .course_box .shikaku_box .img {
		width: 33%;
		top: 50%;
		transform: translateY(-50%);
	}
	#about .course_box .shikaku_box .img img {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.txt {
		font-size: 100%;
	}
	#about .white_box {
		padding: 15px;
		margin-bottom: 30px;
	}
	#about .white_box .photo_box {
		grid-template-columns: repeat(1, 100%);
		gap: 10px;
	}
	#about .white_box.lmb {
		margin-bottom: 50px;
	}
	#about .w2_box .white_box {
		width: 100%;
	}
	#about .txt02 {
		font-size: 105%;
		text-align: left;
	}
	#about .course_box .contents_box .box {
		margin-bottom: 30px;
	}
	#about .course_box .contents_box .box .ougi {
		margin: 0 auto 15px;
	}
	#about .course_box .contents_box .box ul {
		width: 100%;
	}
	#about .course_box .contents_box .box li {
		width: 100%;
	}
	#about .course_box .shikaku_box .white_box {
		width: 100%;
	}
	#about .course_box .shikaku_box .img {
		width: 80%;
		position: relative;
		top: auto;
		transform: none;
		margin: 0 auto;
	}
}