@charset "utf-8";
/* CSS Document */

/*===================================
	.block01
=====================================*/

.block01{
	padding: 5.25rem 0 31px;
	position: relative;
}

.block01::before{
	content: '';
	background: #61C1BE;
	background: linear-gradient(90deg, rgba(97, 193, 190, 0.36) 0%, rgba(242, 232, 206, 0.36) 100%);
	width: 100%;
	height: 196px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.block01 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.block01 .block_inner::before{
	content: '';
	background: url("../images/school/parts01.webp")no-repeat;
	background-size: cover;
	width: 39.6666%;/*238*/
	height: auto;
	aspect-ratio: 238 / 231;
	position: absolute;
	top: -29px;
	right: -5.5%;/*-33*/
	z-index: -1;
}

.block01 .block_inner::after{
	content: '';
	background: url("../images/school/parts02.webp")no-repeat;
	background-size: cover;
	width: 286.6666%;/*1720*/
	height: auto;
	aspect-ratio: 1720 / 753;
	position: absolute;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block01 .block_inner .txt_area01{
	margin-top: 18px;
}

.block01 .block_inner .txt_area01 p.large_txt{
	font-size: 1.5rem;
	line-height: 1.50;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: justify;
}

.block01 .block_inner .two_columns{
	width: 100%;
	margin-top: 11px;
}

.block01 .block_inner .two_columns .txt_area02{
	width: 100%;
}

.block01 .block_inner .two_columns .txt_area02 p{
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
	text-align: justify;
}

.block01 .block_inner .two_columns .photo_area{
	width: 57.1666%;/*343*/
	margin: 19px auto 0;
}

.block01 .block_inner .two_columns .photo_area .img{
	width: 100%;
}

.block01 .block_inner .two_columns .photo_area .img img{
	width: 100%;
	height: auto;
}

.block01 .block_inner .two_columns .photo_area p.name{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	margin-top: 17px;
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
}

.block01 .block_inner .two_columns .photo_area p.name span{
	font-size: 1.75rem;
}

/*===================================
	.block02
=====================================*/

.block02{
	padding: 52px 0 45px;
}

.block02 .block_inner{
	width: 100%;
}

.block02 .block_inner .photo_area{
	width: 100%;
	margin-top: 18px;
}

.block02 .block_inner .photo_area .photo{
	width: 100%;
	height: auto;
	aspect-ratio: 740 / 400;
}

.block02 .block_inner .photo_area .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block02 .block_inner .txt_area{
	width: 83.3333%;/*600*/
	margin: 20px auto 0;
}

.block02 .block_inner .txt_area p.large_txt{
	font-size: 1.5rem;
	line-height: 1.50;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: justify;
}

.block02 .block_inner .txt_area p.txt01{
	margin-top: 1.25rem;
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
	text-align: justify;
}

/*===================================
	.block03
=====================================*/

.block03{
	padding: 43px 0 70px;
	background: #61C1BE;
	background: linear-gradient(90deg, rgba(97, 193, 190, 0.36) 0%, rgba(242, 232, 206, 0.36) 100%);
}

.block03 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.block03 .block_inner ul.rinen_list{
	width: 100%;
	margin-top: 2.65rem;
	list-style: none;
	counter-reset: rinen; /* ← カウンター初期化 */
}

.block03 .block_inner ul.rinen_list li{
	padding-left: 12.8333%;/*77*/
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.3333;
	letter-spacing: 0.1em;
	color: #333333;
	position: relative;
	counter-increment: rinen; /* ← カウンター加算 */
}

.block03 .block_inner ul.rinen_list li + li{
	margin-top: 13px;
}

.block03 .block_inner ul.rinen_list li::before{
	content: '';
	background: #61c1be;
	width: 4.0%;/*24*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 0.45rem;
	left: 0;
}

/* ここで番号を表示 */
.block03 .block_inner ul.rinen_list li::after {
	content: counter(rinen) ".";
	position: absolute;
	left: 6.3333%;/*38*/
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.3333;
	color: #333; /* 背景が#61c1be なら白文字が見やすい */
}

.block03 .block_inner .txt_area{
	margin-top: 51px;
}

.block03 .block_inner .txt_area p{
	font-size: 1.4rem;
	line-height: 1.4285;
	color: #000000;
	text-align: justify;
}

/*===================================
	.block04
=====================================*/

.block04{
	padding: 46px 0;
}

.block04 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;	
}

.block04 .block_inner .table_area{
	width: 100%;
	margin-top: 16px;
	position: relative;
	z-index: 1;
}

.block04 .block_inner .table_area::before{
	content: '';
	background: url("../images/school/parts03.webp")no-repeat;
	background-size: cover;
	width: 31.5%;/*189*/
	height: auto;
	aspect-ratio: 189 / 211;
	position: absolute;
	top: 3px;
	transform: translateY(-100%);
	right: -10.3333%;/*-62*/
	z-index: -1;
}

.block04 .block_inner .table_area table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.block04 .block_inner .table_area table td{
	padding: 9px 4.0% 10px;/*24*/
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	min-height: 40px;
	background: #fff;
}

.block04 .block_inner .table_area table:not(.table-Lv2) td{
	display: block;
	width: 100%;
}

.block04 .block_inner .table_area table td:not(.color01) p{
	font-size: 1.3rem;
	line-height: 1.4230;
	color: #000000;
	text-align: justify;
}

.block04 .block_inner .table_area table td.color01{
	background: #61c1be;
}

.block04 .block_inner .table_area table td.color01 p{
	font-size: 1.5rem;
	line-height: 1.2333;
	color: #fff;
}

.block04 .block_inner .table_area table td + td{
	border-top: none;
}

.block04 .block_inner .table_area table.price_table tr + tr td{
	border-top: none;
}


/*===================================
	.block05
=====================================*/

.block05{
	padding: 46px 0 45px;
}

.block05 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.block05 .block_inner::after{
	content: '';
	background: url("../images/school/parts02.webp")no-repeat;
	background-size: cover;
	width: 286.6666%;/*1720*/
	height: auto;
	aspect-ratio: 1720 / 753;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


.block05 .block_inner ul.fac_list{
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
}

.block05 .block_inner ul.fac_list::before{
	content: '';
	background: url("../images/school/parts01.webp")no-repeat;
	background-size: cover;
	width: 39.6666%;/*238*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: 3.55rem;
	transform: translateY(-100%);
	right: -5.5%;/*-33*/
	z-index: -1;
}

.block05 .block_inner ul.fac_list li{
	width: 48.8333%;/*293*/
}

.block05 .block_inner ul.fac_list li:nth-child(n + 3){
	margin-top: 20px;
}

.block05 .block_inner ul.fac_list li .fac_photo{
	width: 100%;
}

.block05 .block_inner ul.fac_list li .fac_photo img{
	width: 100%;
	height: auto;
}

.block05 .block_inner ul.fac_list li .fac_txt{
	margin-top: 5px;
	font-size: 1.15rem;
	line-height: 1.3269;
	color: #333333;
	text-align: center;
}

/*===================================
	.block06
=====================================*/

.block06{
	padding: 45px 0 50px;
}

.block06 .block_inner{
	width: 100%;
	position: relative;
}

.block05 .block_inner .tit_area{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.block06 .block_inner .gmap{
	width: 100%;
	margin-top: 22px;
}


.block06 .block_inner .gmap iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 720 / 459;
}

.block06 .block_inner p.map_txt{
	margin-top: 17px;
	font-size: 1.3rem;
	line-height: 1.5384;
	color: #000000;
	text-align: center;
}

/*===================================
	.block07
=====================================*/

.block07{
	padding: 50px 0 70px;
}

.block07 .block_inner{
	width: 83.3333%;/*600*/
	margin: 0 auto;
	position: relative;
}

.block07 .block_inner .s_txt{
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.4285;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: justify;
}

.block07 .block_inner ul.staff_list{
	margin-top: 15px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.block07 .block_inner ul.staff_list::before{
	content: '';
	background: url("../images/school/parts01.webp")no-repeat;
	background-size: cover;
	width: 39.6666%;/*238*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: -2.45rem;
	transform: translateY(-100%);
	right: -5.8333%;/*-35*/
	z-index: -1;
}

.block07 .block_inner ul.staff_list::after{
	content: '';
	background: url("../images/school/parts02.webp")no-repeat;
	background-size: cover;
	width: 286.6666%;/*1720*/
	height: auto;
	aspect-ratio: 1720 / 753;
	position: absolute;
	top: -99px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}



.block07 .block_inner ul.staff_list li{
	width: 46.3333%;/*278*/
}

.block07 .block_inner ul.staff_list li:nth-child(n + 3){
	margin-top: 40px;
}

.block07 .block_inner ul.staff_list li .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 247 / 225;
	border: 1.5px solid #61c1be;
	border-radius: 10px;
	overflow: hidden;
}

.block07 .block_inner ul.staff_list li .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block07 .block_inner ul.staff_list li .name_area{
	margin-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1.5px solid #61c1be;
}

.block07 .block_inner ul.staff_list li .name_area p.name{
	font-size: 1.5rem;
	line-height: 1;
	color: #333333;
	text-align: center;
}

.block07 .block_inner ul.staff_list li .name_area p.en_name{
	font-size: 1.15rem;
	line-height: 1;
	color: #adadad;
	text-align: center;
	margin-top: 8px;
}

.block07 .block_inner ul.staff_list li p.occupation{
	margin-top: 7px;
	font-size: 1.15rem;
	line-height: 1.3043;
	color: #333333;
	text-align: center;
}

.block07 .block_inner ul.staff_list li .hobby_area{
	margin-top: 16px;
}

.block07 .block_inner ul.staff_list li .hobby_area p.h_txt01{
	font-size: 1.15rem;
	line-height: 1.3043;
	color: #179690;
	text-align: center;
}

.block07 .block_inner ul.staff_list li .hobby_area p.h_txt02{
	font-size: 1.15rem;
	line-height: 1.3043;
	color: #333333;
	text-align: center;
}

.block07 .block_inner ul.staff_list li p.hitokoto_txt{
	margin-top: 15px;
	font-size: 1.3rem;
	line-height: 1.1538;
	color: #333333;
}
