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

.anchor_wrap .wrap_inner ul.anchor_list li{
	padding: 0 3.0%;/*33*/
}

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

.block01{
	padding: 85px 0 100px;
	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: 45.0574%;/*392 / 870*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.block01 .block_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.block01 .block_inner::before{
	content: '';
	background: url("../images/school/parts01.webp")no-repeat;
	background-size: cover;
	width: 34.3809%;/*361*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: -22px;
	right: -14.8571%;/*-156*/
	z-index: -1;
}

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

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

.block01 .block_inner .txt_area01 p.large_txt{
	font-size: min(1.82vw, 2.7rem);
	line-height: 1.6666;
	letter-spacing: 0.1em;
	color: #1eafa7;
	text-align: center;
}

.block01 .block_inner .two_columns{
	width: 100%;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

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

.block01 .block_inner .two_columns .txt_area02 p{
	font-size: min(1.08vw, 1.6rem);
	line-height: 2.1875;
	color: #000000;
	text-align: justify;
}

.block01 .block_inner .two_columns .photo_area{
	width: 24.3%;
}

.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: space-between;
	align-items: center;
	margin-top: 25px;
	font-size: min(0.95vw, 1.4rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
}

.block01 .block_inner .two_columns .photo_area p.name span{
	font-size: min(1.69vw, 2.5rem);
}

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

.block02{
	padding: 105px 0 100px;
}

.block02 .block_inner{
	width: 100%;
}

.block02 .block_inner .photo_area{
	width: 100%;
	margin-top: 39px;
	display: flex;
}

.block02 .block_inner .photo_area .photo{
	width: 50.0%;
	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: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 40px auto 0;
}

.block02 .block_inner .txt_area p.large_txt{
	font-size: min(1.82vw, 2.7rem);
	line-height: 1.6666;
	letter-spacing: 0.1em;
	color: #1eafa7;
}

.block02 .block_inner .txt_area p.txt01{
	margin-top: 36px;
	font-size: min(1.08vw, 1.6rem);
	line-height: 2.1875;
	color: #000;
	text-align: justify;
}

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

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

.block03 .block_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.block03 .block_inner ul.rinen_list{
	width: 72.8%;
	margin: 57px auto 0;
	list-style: none;
	counter-reset: rinen; /* ← カウンター初期化 */
}

.block03 .block_inner ul.rinen_list li{
	padding-left: 10.1648%;/*74*/
	box-sizing: border-box;
	font-size: min(1.82vw, 2.7rem);
	line-height: 1.8518;
	letter-spacing: 0.1em;
	color: #333333;
	position: relative;
	counter-increment: rinen; /* ← カウンター加算 */
}

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

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

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

.block03 .block_inner .txt_area p{
	font-size: min(1.35vw, 2.0rem);
	line-height: 1.75;
	color: #000000;
	text-align: center;
}

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

.block04{
	padding: 123px 0 78px;
}

.block04 .block_inner{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;	
}

.block04 .block_inner .table_area{
	width: 100%;
	margin-top: 40px;
	position: relative;
}

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

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

.block04 .block_inner .table_area table td{
	padding: 10px 2.4% 12px 2.1%;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	height: 55px;
	background: #fff;
}

.block04 .block_inner .table_area table td:not(.color01) p{
	font-size: min(1.22vw, 1.8rem);
	line-height: 1.6666;
	color: #000000;
	text-align: justify;
}

.block04 .block_inner .table_area table td.color01{
	width: 22.7%;
	padding-left: 2.0%;
	background: #61c1be;
}

.block04 .block_inner .table_area table td.color01 p{
	font-size: min(1.35vw, 2.0rem);
	line-height: 1.85;
	color: #fff;
}

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

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

.block05{
	padding: 78px 0 84px;
}

.block05 .block_inner{
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.block05 .block_inner::after{
	content: '';
	background: url("../images/school/parts02.webp")no-repeat;
	background-size: cover;
	width: 149.5652%;/*1720*/
	height: auto;
	aspect-ratio: 1720 / 753;
	position: absolute;
	bottom: -13px;
	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: 44px;
	position: relative;
}

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

.block05 .block_inner ul.fac_list::after{
	content: '';
	width: 32.2727%;/*355*/
}

.block05 .block_inner ul.fac_list li{
	width: 32.2727%;/*355*/
}

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

.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: 4px;
	font-size: min(1.28vw, 1.9rem);
	line-height: 1.9473;
	color: #333333;
	text-align: center;
}

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

.block06{
	padding: 84px 0 78px;
}

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

.block05 .block_inner .tit_area{
	width: 100%;
	max-width: 1050px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

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


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

.block06 .block_inner p.map_txt{
	margin-top: 33px;
	font-size: min(1.08vw, 1.6rem);
	line-height: 2.3125;
	color: #333333;
	text-align: center;
}

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

.block07{
	padding: 78px 0 75px;
}

.block07 .block_inner{
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.block07 .block_inner::before{
	content: '';
	background: url("../images/school/parts01.webp")no-repeat;
	background-size: cover;
	width: 31.3913%;/*361*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: -36px;
	transform: translateY(-100%);
	right: -10.1739%;/*-117*/
	z-index: -1;
}

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

.block07 .block_inner .s_txt{
	margin-top: 47px;
	font-size: min(1.22vw, 1.8rem);
	line-height: 1;
	color: #333333;
	text-align: center;
}

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

.block07 .block_inner ul.staff_list::after{
	content: '';
	width: 22.5454%;/*248*/
}

.block07 .block_inner ul.staff_list::before{
	content: '';
	width: 22.5454%;/*248*/
	order: 1;
}

.block07 .block_inner ul.staff_list li{
	width: 22.5454%;/*248*/
}

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

.block07 .block_inner ul.staff_list li .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 247 / 225;
	border: 3px solid #61c1be;
	border-radius: 20px;
	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: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #61c1be;
}

.block07 .block_inner ul.staff_list li .name_area p.name{
	font-size: min(1.35vw, 2.0rem);
	line-height: 1;
	color: #333333;
	text-align: center;
}

.block07 .block_inner ul.staff_list li .name_area p.en_name{
	font-size: min(1.01vw, 1.5rem);
	line-height: 1;
	color: #adadad;
	text-align: center;
	margin-top: 8px;
}

.block07 .block_inner ul.staff_list li p.occupation{
	margin-top: 12px;
	font-size: min(1.08vw, 1.6rem);
	line-height: 1.3125;
	color: #333333;
	text-align: center;
}

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

.block07 .block_inner ul.staff_list li .hobby_area p.h_txt01{
	font-size: min(1.08vw, 1.6rem);
	line-height: 1;
	color: #179690;
	text-align: center;
}

.block07 .block_inner ul.staff_list li .hobby_area p.h_txt02{
	font-size: min(1.08vw, 1.6rem);
	line-height: 1.3125;
	color: #333333;
	text-align: center;
	margin-top: 5px;
}

.block07 .block_inner ul.staff_list li p.hitokoto_txt{
	margin-top: 20px;
	font-size: min(1.08vw, 1.6rem);
	line-height: 1.3125;
	color: #333333;
}

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

.contact_wrap{
	padding: 75px 0 103px;
}

.contact_wrap .wrap_inner .contact_area::after{
	content: '';
	background: #61C1BE;
	background: linear-gradient(90deg, rgba(97, 193, 190, 1) 0%, rgba(242, 232, 206, 1) 100%);
	width: 100vw;
	height: 62.5722%;/*346*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}
