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

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

.block01{
	padding: 59px 0 39px;
}

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

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

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

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

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

.block02{
	padding: 44px 0 63px;
	position: relative;
}

.block02::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: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

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


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

.block02 .block_inner .link_btn01{
	width: 86.6666%;/*520*/
	margin: 21px auto 0;
}

.block02 .block_inner .link_btn01 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 8.25rem;
	border-radius: 10px;
	border: 1.5px solid #fff;
	box-shadow: 0 0 1.5px rgba(20, 168, 150, 0.55);
	background: url("../images/current_students/link_ico.svg")no-repeat #17aadd right 8.2692% center;/*43*/
	background-size: 2.3076% auto;/*12*/
	padding-left: 50.0%;/*260*/
	box-sizing: border-box;
	position: relative;
}

.block02 .block_inner .link_btn01 a::before{
	content: '';
	background: url("../images/current_students/online_ico.webp")no-repeat;
	background-size: cover;
	width: 35.7692%;/*186*/
	height: auto;
	aspect-ratio: 186 / 79;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7.6923%;/*40*/
	z-index: 1;
}

.block02 .block_inner .link_btn01 a span{
	font-size: 1.6rem;
	line-height: 1.2812;
	color: #fff;
	text-align: center;
}

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

.block03{
	padding: 47px 0 103px;
}

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

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

.block03 .block_inner .table_area{
	width: 100%;
	margin-top: 1.55rem;
	position: relative;
}

.block03 .block_inner .table_area::before{
	content: '';
	background: url("../images/current_students/parts03.webp")no-repeat;
	background-size: cover;
	width: 43.0%;/*258*/
	height: auto;
	aspect-ratio: 258 / 213;
	position: absolute;
	top: -70px;
	transform: translateY(-100%);
	left: -8.3333%;/*-50*/
}

.block03 .block_inner .table_area table{
	width: 740px;
	border-collapse: collapse;
}

.block03 .block_inner .table_area table td,
.block03 .block_inner .table_area table th {
	width: calc(100% / 3);
	background: #fff;     /* ← セルの背景と同じにする */
	border: 0.5px solid #c6c6c6;
	padding: 8px 0;
	box-sizing: border-box;
	height: 3.85rem;
}

.block03 .block_inner .table_area table th,
.block03 .block_inner .table_area table td.color01{
	background: #61c1be;
}

.block03 .block_inner .table_area table td p{
	font-size: 1.332rem;
	color: #000000;
	text-align: center;
}


.block03 .block_inner .table_area table th p,
.block03 .block_inner .table_area table td.color01 p{
	font-size: 1.48rem;
	color: #fff;
	text-align: center;
}

tbody + tbody::before {
  content: "";
  display: table-row; /* tr扱いにする */
  height: 1.5px;       /* tbody間の空白 */
}

.block03 .block_inner ul.caution_list{
	margin-top: 32px;
	list-style: none;
}

.block03 .block_inner ul.caution_list li{
	padding-left: 1em;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
	position: relative;
}

.block03 .block_inner ul.caution_list li::before{
	content: '※';
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
}

.block03 .block_inner ul.caution_list li + li{
	margin-top: 6px;
}

.block03 .block_inner .c_wrap{
	margin-top: 4.75rem;
}

.block03 .block_inner .c_wrap h3.h3-midashi{
	font-size: 1.5rem;
	line-height: 1;
	color: #35a59f;
	text-align: center;
	padding-bottom: 1.15rem;
	position: relative;
}

.block03 .block_inner .c_wrap h3.h3-midashi::before{
	content: '';
	background: #61c1be;
	width: 8.25%;/*49.5*/
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.block03 .block_inner .c_wrap .contact_area{
	margin-top: 1.25rem;
	width: 100%;
	background: #fff;
	border: 1.5px solid #c6c6c6;
	border-radius: 10px;
	padding: 1.85rem 0 19px;
}

.block03 .block_inner .c_wrap .contact_area p.txt_lv1{
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #000000;
	text-align: justify;
	padding: 0 7.3333% 0 7.8333%;/*44 47*/
	box-sizing: border-box;
}

.block03 .block_inner .c_wrap .contact_area p.tel_head{
	margin-top: 2.05rem;
	font-size: 1.23rem;
	line-height: 1;
	color: #000000;
	text-align: center;
}

.block03 .block_inner .c_wrap .contact_area p.telnum{
	margin-top: 5px;
}

.block03 .block_inner .c_wrap .contact_area p.telnum a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.15rem;
	line-height: 1;
	color: #0071b6;
}

.block03 .block_inner .c_wrap .contact_area p.telnum a::before{
	content: '';
	background: url("../images/current_students/tel_ico.webp")no-repeat;
	background-size: cover;
	width: 9.1666%;/*55*/
	height: auto;
	aspect-ratio: 46 / 50;
	margin-right: 5px;
}

.block03 .block_inner .c_wrap .contact_area p.tel_foot{
	margin-top: 1.25rem;
	font-size: 1.15rem;
	line-height: 1.39;
	color: #333333;
	text-align: center;
}

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

.block04{
	padding: 35px 0 56px;
	position: relative;
}

.block04::before{
	content: '';
	background: #f0f7f6;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
}

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

.block04 .block_inner::before{
	content: '';
	background: url("../images/current_students/parts04.webp")no-repeat;
	background-size: cover;
	width: 22.5%;/*135*/
	height: auto;
	aspect-ratio: 135 / 203;
	position: absolute;
	top: -3px;
	transform: translateY(-100%);
	right: -3.5%;/*-21*/
	z-index: -1;
}

.block04 .block_inner::after{
	content: '';
	background: url("../images/current_students/parts01.webp")no-repeat;
	background-size: cover;
	width: 39.6666%;/*238*/
	height: auto;
	aspect-ratio: 361 / 350;
	position: absolute;
	top: 30px;
	transform: translateY(-100%);
	right: -5.5%;/*-33*/
	z-index: -2;
}

.block04 .block_inner .txt_area{
	width: 100%;
	margin-top: 30px;
}

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

.block04 .block_inner .tabs{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	padding-bottom: 26px;
	position: relative;
}

.block04 .block_inner .tabs::before{
	content: '';
	background: #4a6d84;
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

.block04 .block_inner .tabs .tab{
	width: 50.0%;/*300*/
}

.block04 .block_inner .tabs .tab p{
	display: flex;
	width: 100%;
	height: 4.25rem;
	border: 0.5px solid #4a6d84;
	background: #fff;
	padding: 6px 12.6666% 0 8.0%;/*38 24*/
	box-sizing: border-box;
	font-size: 1.15rem;
	line-height: 1;
	color: #333333;
	cursor: pointer;
}

.block04 .block_inner .tabs .tab:nth-child( n + 3) p{
	border-top: none;
}

.block04 .block_inner .tabs .tab:nth-child(even) p{
	border-left: none;
}

.block04 .block_inner .tabs .tab.active p{
	background: #4a6d84;
	color: #fff;
}

.block04 .block_inner .tab-contents .tab-content:not(.active){
	display: none;
}

.block04 .block_inner .tab-contents .tab-content{
	width: 100%;
}

.block04 .block_inner .tab-contents .tab-content .custom_map{
	line-height: 0;
}

.block04 .block_inner .tab-contents .tab-content .custom_map iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 620;
	border: 0;
	display: block;
}

.block04 .block_inner .tab-contents .tab-content .link_btn02{
	width: 100%;
	margin-top: 35px;
}

.block04 .block_inner .tab-contents .tab-content .link_btn02 a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 1.675rem;
	border: 2px solid #61c1be;
	background: url("../images/common/link_ico_ligr.webp")no-repeat #fff right 3.1666% center;/*19*/
	background-size: 5.0% auto;/*30*/
	font-size: 1.3rem;
	line-height: 1;
	color: #333333;
	padding-left: 15.5%;/*93*/
	box-sizing: border-box;
	position: relative;
}

.block04 .block_inner .tab-contents .tab-content .link_btn02 a::before{
	content: '';
	background: url("../images/current_students/pdf_ico.webp")no-repeat;
	background-size: cover;
	width: 5.1666%;/*31*/
	height: auto;
	aspect-ratio: 31 / 38;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6.0%;/*36*/
	z-index: 1;
}

/**/

.block04 .block_inner .btn_area .reserv_btn{
	width: 86.6666%;/*520*/
	margin: 23px auto 0;
}

.block04 .block_inner .btn_area .reserv_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 51px;
	border-radius: 6px;
	background: url("../images/top/link_ico_wh_2.webp")no-repeat #ec5a24 right 6.1538% center;/*32*/
	background-size: 2.1153% auto;/*11*/
	padding-left: 23.0769%;/*120*/
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.35;
	color: #fff;
	font-feature-settings: 'palt';
	position: relative;
}

.block04 .block_inner .btn_area .reserv_btn a::before{
	content: '';
	background: url("../images/top/check_ico_1.webp")no-repeat;
	background-size: cover;
	width: 9.2682%;/*38*/
	height: auto;
	aspect-ratio: 38 / 28;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7.5609%;/*31*/
}


/**/

.block04 .block_inner .present_wrap{
	width: 100%;
	margin-top: 39px;
}

.block04 .block_inner .present_wrap h3.h3-midashi{
	font-size: 1.5rem;
	line-height: 1;
	color: #35a59f;
	text-align: center;
	padding-bottom: 1.15rem;
	position: relative;
}

.block04 .block_inner .present_wrap h3.h3-midashi::before{
	content: '';
	background: #61c1be;
	width: 8.25%;/*49.5*/
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.block04 .block_inner .present_wrap .present_area{
	width: 100%;
	margin-top: 1.75rem;
	border: 1px solid #61c1be;
	border-radius: 10px;
	background: #fff;
	padding: 1.25rem 0 23px;
}

.block04 .block_inner .present_wrap .present_area .flex_area{
	width: 91.6666%;/*550*/
	margin: 0 auto;
}

.block04 .block_inner .present_wrap .present_area .flex_area .photo{
	width: 100%;
	height: auto;
	aspect-ratio: 380 / 240;
	border-radius: 5px;
	overflow: hidden;
}

.block04 .block_inner .present_wrap .present_area .flex_area .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block04 .block_inner .present_wrap .present_area .flex_area .detail_area{
	width: 100%;
	margin-top: 1.05rem;
}

.block04 .block_inner .present_wrap .present_area .flex_area .detail_area p.txt_lv1{
	font-size: 1.5rem;
	line-height: 1.3666;
	color: #e71c24;
}

.block04 .block_inner .present_wrap .present_area .flex_area .detail_area p.txt_lv2{
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
}
