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

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

.block01{
	padding-top: 65px;
}

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

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


.block01 .block_inner .txt_area{
	margin-top: 21px;
}

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

.block01 .block_inner ul.nav_list{
	padding: 20px 0 40px;
	width: 100%;
	margin-top: 25px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.block01 .block_inner ul.nav_list::before{
	content: '';
	background: #61c1be;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block01 .block_inner ul.nav_list li{
	width: 48.0%;/*288*/
}

.block01 .block_inner ul.nav_list li:nth-child(n + 3){
	margin-top: 10px;
}

.block01 .block_inner ul.nav_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 5.15rem;
	border-radius: 10px;
	box-shadow: 0 0 2.5px rgba(12, 76, 70, 0.35);
	background: url("../images/admission/anchor_ico.webp")no-repeat #fff right 5.9027% center;/*17*/
	background-size: 9.7222% auto;/*28*/
	padding-left: 10.7638%;/*31*/
	box-sizing: border-box;
	font-size: 1.15rem;
	line-height: 1.4460;
	color: #333333;
}

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

.block02{
	padding: 46px 0 0px;
	position: relative;
}

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

.block02 .block_inner .fukidashi{
	width: 68.6666%;/*412*/
	height: 92px;
	margin: 2.15rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1.5px solid #61c1be;
	border-radius: 10px;
	padding: 0 3.8333%;/*23*/
	box-sizing: border-box;
	position: relative;
}

.block02 .block_inner .fukidashi::after{
	content: '';
	background: url("../images/admission/fukidashi_ico.webp")no-repeat;
	background-size: cover;
	width: 7.2815%;/*30*/
	height: auto;
	aspect-ratio: 30 / 20;
	position: absolute;
	bottom: 23px;
	right: 1.5px;
	transform: translateX(100%);
}

.block02 .block_inner .fukidashi p{
	font-size: 1.3rem;
	line-height: 1.3461;
	color: #333333;
	text-align: justify;
}

.block02 .block_inner .bg_wrap{
	width: 100%;
	margin-top: 17px;
	padding-bottom: 3.65rem;
	position: relative;
}

.block02 .block_inner .bg_wrap::before{
	content: '';
	background: #61C1BE;
	background: linear-gradient(90deg, rgba(97, 193, 190, 1) 0%, rgba(242, 232, 206, 1) 100%);
	width: 100vw;
	height: calc(100% - 232px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block02 .block_inner .bg_wrap .contact_area{
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 17px 0;
	border: 1.5px solid #c6c6c6;
	position: relative;
}

.block02 .block_inner .bg_wrap .contact_area::before{
	content: '';
	background: url("../images/admission/parts03.webp")no-repeat;
	background-size: cover;
	width: 24.6666%;/*148*/
	height: auto;
	aspect-ratio: 176 / 284;
	position: absolute;
	top: 2px;
	transform: translateY(-100%);
	right: 2.0%;/*12*/
	z-index: 1;
}

.block02 .block_inner .bg_wrap .contact_area p.c_txt01{
	font-size: 1.3rem;
	line-height: 1.7307;
	text-align: justify;
	color: #333333;
	padding: 0 5.6666% 0 7.5%;/*34 45*/
	box-sizing: border-box;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01{
	width: 88.3333%;/*530*/
	margin: 12px auto 0;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .tel_area{
	width: 98.1132%;/*520*/
	margin: 0 auto;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .tel_area a.tel-link{
	display: flex;
	justify-content: center;
	align-items: center;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .tel_area img{
	width: 100%;
	height: auto;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area{
	margin-top: 16px;
	padding-top: 1.95rem;
	border-top: 1px solid #e0e0e0;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list{
	width: 100%;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list li{
	width: 100%;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list li + li{
	margin-top: 21px;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	background: url("../images/top/doc_ico_1.webp")no-repeat #0071b7 left 7.1698% center;/*38*/
	background-size: 6.4150% auto;/*34*/
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1.4215rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list li:nth-child(2) a{
	background: url("../images/top/check_ico_1.webp")no-repeat #ec5a24 left 6.7924% center;/*36*/
	background-size: 8.4905% auto;/*45*/
}

.block02 .block_inner .bg_wrap .contact_area .flex_area01 .link_area ul.link_list li a::before{
	content: '';
	background: url("../images/top/link_ico_wh_2.webp")no-repeat;
	background-size: cover;
	width: 1.5094%;/*8*/
	height: auto;
	aspect-ratio: 8 / 18;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8.4905%;/*45*/
}

.block02 .block_inner .bg_wrap .contact_area p.c_txt02{
	margin-top: 2.15rem;
	font-size: 1.15rem;
	line-height: 1.6956;
	color: #000;
	text-align: justify;
	padding: 0 2.8333% 0 6.6666%;/*17 40*/
	box-sizing: border-box;
}

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

.block03{
	padding: 84px 0 55px;
}

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

.block03 .block_inner::before{
	content: '';
	display: inline-block;
	background: url("../images/admission/parts02.webp")no-repeat;
	background-size: cover;
	width: 264.7692%;
	height: auto;
	aspect-ratio: 1721 / 752;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}



.block03 .block_inner .enclosure-glay-each{
	margin-top: 1.75rem;
	width: 100%;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 20px 3.8461% 42px 2.9230%;/*25 19*/
	box-sizing: border-box;
	position: relative;
}

.block03 .block_inner .enclosure-glay-each::before{
	content: '';
	background: url("../images/admission/parts04.webp")no-repeat;
	background-size: cover;
	width: 36.9230%;/*240*/
	height: auto;
	aspect-ratio: 275 / 227;
	position: absolute;
	top: -42px;
	transform: translateY(-100%);
	left: -1.0769%;/*-7*/
	z-index: -1;
}

.block03 .block_inner .enclosure-glay-each::after{
	content: '';
	background: url("../images/admission/parts01.webp")no-repeat;
	background-size: cover;
	width: 36.6153%;/*238*/
	height: auto;
	aspect-ratio: 361 / 349;
	position: absolute;
	top: 10px;
	transform: translateY(-100%);
	right: -1.2307%;/*-8*/
	z-index: -1;
}


/* CheckBox
---------------------------------------------------------- */
div.checkbox-line {
	width: 100%;
}

div.checkbox-line input{
	display: none;
}

div.checkbox-line + div.checkbox-line {
	margin-top: 1.45rem;
}

.checkbox-txt{
	display: flex;
}

.checkbox-input2 {
	opacity: 0;
	position: absolute;
}
.checkbox-parts2 {
	display: inline-block;
	position: relative;
	padding-left: 9.2409%;/*606 / 56*/
	font-size: 1.5rem;
	line-height: 1.2666;
	color: #333333;
	cursor: pointer;
}
.checkbox-parts2::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1.5px solid #61c1be;
	background: #fff;
	box-sizing: border-box;
}

.checkbox-input2:checked + .checkbox-parts2::after {
	content: '';	
	width: 5px;
	height: 10px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(40deg) translateY(-50%);
	position: absolute;
	top: 4px;
	left: 2.5px;
}

/**/

.block03 .block_inner .enclosure-glay-each p.horizontal2-txt{
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.2666;
	color: #333333;
}

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

.block04{
	padding: 48px 0 8.25rem;
	position: relative;
}

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

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

.block04 .block_inner p.txt01{
	margin: 21px auto 33px;
	font-size: 1.3rem;
	line-height: 1.7307;
	color: #333333;
	text-align: justify;
}

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

.block04 .block_inner 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 .table_area{
	width: 100%;
	margin-top: 10px;
	position: relative;
	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 .link_btn01{
	width: 100%;
	margin: 49px auto 0;
}

.block04 .block_inner .link_btn01 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.35rem;
	border: 2px solid #61c1be;
	border-radius: 2.175rem;
	background: url("../images/common/link_ico_ligr.webp")no-repeat #fff right 4.0% center;/*24*/
	background-size: 6.3333% auto;/*38*/
	font-size: 1.4rem;
	line-height: 1;
	color: #333333;
}

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

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

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

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

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

.block05 .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;
}

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

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

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

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

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

.block05 .block_inner .table_area table td ul{
	list-style: none;
}

.block05 .block_inner .table_area table td ul li{
	padding-left: 13px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 1.4230;
	color: #000000;
	text-align: justify;
	position: relative;
}

.block05 .block_inner .table_area table td ul li + li{
	margin-top: 7px;
}

.block05 .block_inner .table_area table td ul li::before{
	content: '';
	background: #61c1be;
	width: 8px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 0.55rem;
	left: 0;
}

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

.block06{
	padding: 40px 0 45px;
	position: relative;
}

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

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

.block06 .block_inner::before{
	content: '';
	background: url("../images/admission/parts05.webp")no-repeat;
	background-size: cover;
	width: 34.8333%;/*209*/
	height: auto;
	aspect-ratio: 209 / 233;
	position: absolute;
	top: -19px;
	transform: translateY(-100%);
	right: -7.5%;/*-45*/
	z-index: -1;
}

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

.block06 .block_inner h3.lic_type{
	font-size: 1.6rem;
	line-height: 1;
	color: #178e82;
	text-align: center;
	margin-top: 22px;
}


.block06 .block_inner .flow_wrap{
	width: 100%;
	margin-top: 22px;
	border: 1.5px solid #61c1be;
	border-radius: 5px;
	background: #fff;
	padding: 17px 0 21px;
	position: relative;
}

.block06 .block_inner .flow_wrap::before{
	content: '';
	background: url("../images/admission/parts02.webp")no-repeat;
	background-size: cover;
	width: 286.8333%;/*1721*/
	height: auto;
	aspect-ratio: 1721 / 752;
	position: absolute;
	top: -113px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.block06 .block_inner .flow_wrap + .flow_wrap{
	margin-top: 40px;
}

.block06 .block_inner .flow_wrap + .flow_wrap::before{
	content: '';
	background: url("../images/admission/flow_ico.webp")no-repeat;
	background-size: cover;
	width: 14.0833%;/*84.5*/
	height: auto;
	aspect-ratio: 53 / 21;
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translate(-50%, -100%);
}

.block06 .block_inner .flow_wrap .num_midashi{
	width: 92.5%;/*555*/
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0 2.1621%;/*12*/
}

.block06 .block_inner .flow_wrap .num_midashi p.num_txt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.9909%;/*61*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #61c1be;
	font-size: 1.9085rem;
	line-height: 1;
	color: #fff;
}

.block06 .block_inner .flow_wrap .num_midashi p.midashi_txt{
	font-size: 1.65rem;
	line-height: 1.0639;
	color: #178e82;
}

.block06 .block_inner .flow_wrap p.detail_txt{
	padding: 0 5.5% 0 16.5%;/*33 99*/
	box-sizing: border-box;
	margin-top: 8px;
	font-size: 1.3rem;
	line-height: 1.3461;
	color: #333333;
	font-feature-settings: 'palt';
	letter-spacing: 0.02em;
}

.block06 .block_inner .flow_wrap p.detail_txt span{
	font-size: 1.5rem;
	color: #000000;
}

.block06 .block_inner .flow_wrap .contact_area{
	width: 91.0%;/*546*/
	margin: 20px auto 0;
}


.block06 .block_inner .flow_wrap .contact_area .tel_area{
	width: 100%;
}

.block06 .block_inner .flow_wrap .contact_area .tel_area p.tel_head{
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}

.block06 .block_inner .flow_wrap .contact_area .tel_area p.telnum{
	margin-top: 3px;
}

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

.block06 .block_inner .flow_wrap .contact_area .tel_area p.telnum a::before{
	content: '';
	background: url("../images/admission/tel_ico.webp")no-repeat;
	background-size: cover;
	width: 11.1721%;/*61*/
	height: auto;
	aspect-ratio: 46 / 50;
	margin-right: 0.55rem;
}

.block06 .block_inner .flow_wrap .contact_area .tel_area p.tel_foot{
	margin-top: 6px;
	font-size: 1.15rem;
	line-height: 1.4347;
	color: #333333;
	text-align: center;
}

.block06 .block_inner .flow_wrap .contact_area .other_area{
	width: 95.2380%;/*520*/
	margin: 12px auto 0;
	padding-top: 17px;
	border-top: 0.5px solid #c6c6c6; 
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.faxnum{
	display: flex;
	align-items: center;
	font-size: 1.907rem;
	line-height: 1;
	color: #0071b6;
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.faxnum::before{
	content: '';
	background: url("../images/admission/fax_ico.webp")no-repeat;
	background-size: cover;
	width: 10.7692%;/*56*/
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 14px 0 2px;
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.email{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 1.907rem;
	line-height: 1;
	color: #0071b6;
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.email::before{
	content: '';
	background: url("../images/admission/mail_ico.webp")no-repeat;
	background-size: cover;
	width: 10.3846%;/*54*/
	height: auto;
	aspect-ratio: 43 / 35;
	margin: 0 15px 0 4px;
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.email a{
	color: #0071b6;
	text-decoration: underline;
}

.block06 .block_inner .flow_wrap .contact_area .other_area .line_btn{
	width: 100%;/*520*/
}

.block06 .block_inner .flow_wrap .contact_area .other_area .line_btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 520 / 118;
	border-radius: 7px;
	background: url("../images/top/link_ico_wh_2.webp")no-repeat #00bc4c right 8.0769% center;/*42*/
	background-size: 2.3076% auto;/*12*/
	padding-left: 32.1153%;/*167*/
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

.block06 .block_inner .flow_wrap .contact_area .other_area .line_btn a::before{
	content: '';
	background: url("../images/admission/line_ico.webp")no-repeat;
	background-size: cover;
	width: 20.7692%;/*108*/
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.9615%;/*5*/
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.line_txt_link{
	margin-top: 3px;
	text-align: center;
}

.block06 .block_inner .flow_wrap .contact_area .other_area p.line_txt_link a{
	font-size: 1.03rem;
	line-height: 1;
	color: #333333;
}


.block06 .block_inner .flow_wrap p.g_txt{
	margin-top: 24px;
	font-size: 1.3rem;
	line-height: 1.85;
	color: #333333;
	padding: 0 8.3333% 0 7.0%;/*50 42*/
	box-sizing: border-box;
}

.block06 .block_inner .flow_wrap p.g_txt a{
	color: #0071b6;
}

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

.block06 .block_inner .flow_wrap .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: 25.9615%;/*135*/
	box-sizing: border-box;
	font-size: 1.45rem;
	line-height: 1;
	color: #fff;
	position: relative;
}

.block06 .block_inner .flow_wrap .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*/
}

.block06 .block_inner .flow_wrap ul.flow_list{
	margin: 10px 5.5% 0 16.5%;/*33 99*/
	list-style: none;
}

.block06 .block_inner .flow_wrap ul.flow_list li{
	font-size: 1.3rem;
	line-height: 1.7222;
	color: #333333;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}

.block06 .block_inner .flow_wrap ul.flow_list li::before{
	content: '●';
	font-size: 1.3rem;
	line-height: 1.7222;
	color: #61c1be;
	position: absolute;
	top: 0;
	left: 0;
}

.block06 .block_inner .flow_wrap .sub_area{
	margin: 17px 5.5% 0 16.5%;/*33 99*/
}

.block06 .block_inner .flow_wrap .sub_area p.midashi_txt02{
	font-size: 1.65rem;
	line-height: 1.1071;
	color: #178e82;
}

.block06 .block_inner .flow_wrap .sub_area p.detail_txt{
	margin-top: 10px;
	padding-left: 0;
}


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

.block07{
	padding: 46px 0 74px;
}

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

.block07 .block_inner .link_btn01{
	width: 100%;
	margin: 2.35rem auto 0;
}

.block07 .block_inner .link_btn01 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.35rem;
	border-radius: 2.175rem;
	border: 2px solid #61c1be;
	background: url("../images/common/link_ico_ligr.webp")no-repeat #fff right 4.1666% center;/*25*/
	background-size: 6.3333% auto;/*38*/
	font-size: 1.4rem;
	color: #000000;
}


