@charset "utf-8";
/* CSS Document */

/*===================================
	.other.block01
=====================================*/

.other.block01{
	padding: 41px 0 0;
}

.other.block01 .sec-inner p{
	font-size: 100%;
	line-height: 1.85;
	letter-spacing: 0.05em;
	text-align: justify;
	color: #333333;
}

.other.block01 .sec-inner p.large_txt{
	font-size: 111.11%;/*15*/
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #754c24;
	text-align: justify;
}


.other.block01 .sec-inner .flex_column01{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px 0;
	margin-bottom: 0;
}

.other.block01 .sec-inner .flex_column01 .img_area{
	width: 100%;
}

.other.block01 .sec-inner .flex_column01 .img_area img{
	width: 100%;
	height: auto;
}

.other.block01 .sec-inner .flex_column01 .txt_area{
	width: 100%;
}

.other.block01 .sec-inner .flex_column01 .txt_area p.large_txt{
	font-size: 111.11%;/*15*/
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #754c24;
	text-align: justify;
}

.other.block01 .sec-inner ul{
	width: 100%;
	list-style: none;
}

.other.block01 .sec-inner ul li{
	font-size: 100%;
	line-height: 1.67;
	letter-spacing: 0.05em;
	color: #333333;
	padding-left: 5.83%;/*35*/
	box-sizing: border-box;
	position: relative;
}

.other.block01 .sec-inner ul li::before{
	content: '';
	background: #f28e1e;
	width: 3.67%;/*22*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}

.other.block01 .sec-inner ul li + li{
	margin-top: 15px;
}

.other.block01 .sec-inner ul li a,
.other.block01 .sec-inner p a{
	color: #0056b3;
	text-decoration: underline;
}

/**/

.other.block01 .sec-inner .grp01{
	width: 100%;
	position: relative;
}

.other.block01 .sec-inner .grp01::before{
	content: '';
	background: url("../images/ci/sp_grp_shadow.webp")no-repeat;
	background-size: 100% auto;
	width: 99.17%;/*1012*/
	height: auto;
	aspect-ratio: 595 / 801;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.other.block01 .sec-inner .grp01 .flex_column02{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(0,164,152,0.5);
	border-radius: 15px;
	padding: 13px 6.67% 20px;/*40*/
	box-sizing: border-box;
	background: #fff;
}

.other.block01 .sec-inner .grp01 .flex_column02 + .flex_column02{
	margin-top: 20px;
}

.other.block01 .sec-inner .grp01 .flex_column02 .txt_area_lv1{
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,164,152,0.5);
}

.other.block01 .sec-inner .grp01 .flex_column02 .txt_area_lv1 p{
	font-size: 122.22%;/*16.5*/
	line-height: 1.21;
	letter-spacing: 0.05em;
	color: #0c7268;
	text-align: center;
}

.other.block01 .sec-inner .grp01 .flex_column02 .txt_area_lv2{
	width: 100%;
	padding: 18px 3px 0;
	box-sizing: border-box;
}

/**/

.other.block01 .sec-inner .large_img{
	width: 100%;
}

.other.block01 .sec-inner .large_img img{
	width: 100%;
	height: auto;
}

/*===================================
	nav.page_sub_menu
=====================================*/

nav.page_sub_menu{
	padding: 82px 0 91px;
}

