@charset "UTF-8";

hr{
	border: 0;
	border-top: 1px solid #d2d2d2;
}

hr.dash{
	border: 0;
	border-top: 1px dashed #d2d2d2;
}

h4{
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0 0;
}

.jigyousyo_block a{
	text-decoration: underline;
	text-decoration-color: #aaa;
	color: inherit;
}

.jigyousyo_syoukai{
	margin: 0 0 70px;
}

.jigyousyo_block{
	border-bottom: 1px solid #5E5E5E;
	width: 720px;
	max-width: 100%;
	margin: 10px auto;
	padding-bottom: 100px;
}
.jigyousyo_block.hikikomori{
	--js_color: #f0bf8b;
}
.jigyousyo_block.ibasho{
	--js_color: #ebb7e0;
}
.jigyousyo_block.syurou{
	--js_color: #abe3a8;
}
.jigyousyo_block h3,
.jigyousyo_block .naiyo th{
	/*color: var(--js_color);*/
	color: color(from var(--js_color) xyz calc(x - 0.13) calc(y - 0.13) calc(z - 0.13));
}
.jigyousyo_block figure img{
	margin: 5px 0;
}
.jigyousyo_block .image_list figure img{
	margin: 0;
}


.jigyousyo_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background: linear-gradient(90deg, var(--js_color) 0px, var(--js_color) 20px, transparent 21px);
	padding: 0 0 0 40px;
}
.jigyousyo_title .name{
	font-weight: 700;
	font-size: min(3.4rem, 6vw);
	line-height: 1.2;
	white-space: nowrap;
}
.jigyousyo_title .name small{
	display: block;
	font-size: 2.2rem;
	margin: 0 0 0.5em;
}
.jigyousyo_title .tags{
	justify-content: flex-end;
	flex-grow: 1;
}

#hopstation .jigyousyo_title{
	flex-wrap: wrap;
}

.name{
	float: left;
	max-width: 100%;
}

.taisho{
	float: right;
	white-space: nowrap;
}

.page_head .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_head p{
	/*font-size: 1.5em;*/
	line-height: 1.6em;
	margin: 20px 0;
}

.naiyo {
	/*border-top: 1px solid #D2D2D2;*/
	/*border-bottom: 1px solid #D2D2D2;*/
	padding: 20px 0;
}
.naiyo .inner{
	margin-left: 20px;
}

.naiyo h3{
	margin-top: 0;
}
.naiyo h4{
	font-size: 1.5rem;
}
.naiyo p,
.bunrui p{
	line-height: 1.6;
	margin-top: 5px;
}
.naiyo p{
	font-size: 1.5rem;
}
.bunrui p{
	margin-left: 2em;
}

.naiyo table.list{
	margin-left: 1em;
	/*border-spacing: 0 0.9em;*/
	border-top: 1px dashed #D2D2D2;
	width: 95%;
}

.naiyo table.list th{
	text-align: left;
	padding-top: 0.9em;
}

.naiyo table.list td{
	font-size: 0.85em;
	border-bottom: 1px dashed #D2D2D2;
	padding: 0 0 0.9em 1.3em;
}

.naiyo table.list2{
	/*margin-left: 2em;*/
}
.naiyo table.list2 th,
.naiyo table.list2 td{
	font-size: 1.5rem;
	line-height: 1.6;
}
.naiyo table.list2 th{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #5c5c5c;
	padding-top: 0;
	white-space: nowrap;
}
.naiyo table.list2 td{
	font-weight: normal;
	padding: 0 0 0.9em 1.3em;
	border-bottom: 0;
}

.naiyo table.list3 th,
.naiyo table.list3 td{
	font-size: 12px;
	line-height: 1.6;
}
.naiyo table.list3 th{
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	color: #5c5c5c;
	padding: 0 20px 0 0;
}
.naiyo table.list3 td{
	vertical-align: top;
	font-weight: normal;
	padding: 0;
	border-bottom: 0;
}



#step .naiyo p{
	margin: 10px 0;
}

#ippo .naiyo p,
#ippoppo .naiyo p{
	margin: 15px 0;
}

#horikawa .naiyo .float_l{
	width: 490px;
}
#horikawa .figure0{
	text-align: center;
	margin: 0 30px 0;
}

#khj_fukui_ipponokai .float_l{
	width: 500px;
}
#khj_fukui_ipponokai .float_l .naiyo{
	margin-right: 30px;
}
#khj_fukui_ipponokai .float_r{
	margin-top: 168px;
}
#khj_fukui_ipponokai .figure0{
	text-align: center;
	margin: 50px 10px;
}

#raghouse .raghouse_img_1{
	max-width: 70%;
	margin: min(50px, 5vw) 0 0;
}

.padding20{
	padding: 0 min(20px, 2vmin);
}

.jigyousyo_map{
	margin: min(30px, 3vmin) 0;
}
.jigyousyo_map iframe{
	width: 100%;
	height: min(400px, 60vmin);
}

.image_area{
	width: 650px;
	margin: 50px auto;
}
.image_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px 0;
}
.image_list figure{
	text-align: center;
	margin: 0 0 15px;
}
.image_list figure.dummy{
	min-width: 200px;
}
.image_list img{
	vertical-align: bottom;
}
.image_list figcaption{
	display: inline-block;
	font-size: 11px;
	line-height: 1.5;
	white-space: nowrap;
}

.friends .image_list{
	margin: 50px 110px;
}

#tsukushinbo .image_list{
	margin: 50px 130px;
}

#machinaka .image_list{
	margin: 50px 110px;
}

#syakaisankajigyou .image_list{
	margin: 50px 110px;
}

.tokusyoku figure{
	text-align: center;
}
@media (max-width: 600px) {
	.tokusyoku figure{
		margin: 50px 0;
	}
}

.ul1{
	font-size: 1.5rem;
	padding-left: 0;
}
.ul1 li{
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}
.ul1 li:before{
	content: "・";
}

.tokusyoku .box{
	border: 2px solid #4a4699;
	border-radius: 2px;
	width: 400px;
	padding: 30px 20px;
	margin: 50px auto;
}
.tokusyoku .box .taisho{
	float: none;
	text-align: right;
}
.tokusyoku .box .link{
	text-align: center;
	margin: 20px 0 0;
}
.tokusyoku .box .link a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: #4a4699;
	padding: 10px 30px;
	text-decoration: none;
}
.tokusyoku .box .link a:hover{
	opacity: 0.7;
}



/* PC向け ******************************************************************************************* */

@media (min-width: 651px) {
}



/* スマホ向け **************************************************************************************** */

@media (max-width: 650px) {
	.block p{
		font-size: 1.0em;
	}

	.name,
	.taisho{
		float: none;
		max-width: 100%;
	}
	.taisho img{
		zoom: 0.8;
	}

	.naiyo table.list{
		width: 95%;
		margin-bottom: 7%;
	}
	.naiyo table.list td{
		padding-left: 5px;
	}

	.naiyo table.list2 td{
		padding-left: 5px;
	}

	.naiyo table.list3 th{
		padding-right: 10px;
	}
	.naiyo table.list3 td{
		white-space: nowrap;
		padding: 0 0 10px;
	}

	.naiyo img{
		width: 100%;
	}

	.image_area{
		width: 100%;
		margin: 8vw auto;
	}

	.image_list figure{
		flex-basis: 48%;
		min-width: auto;
	}
	#khj_fukui_ipponokai .image_list figure{
		flex-basis: 100%;
		min-width: auto;
	}
	.image_list{
		margin: 7vw 0;
	}

	#ippo .image_list{
		align-items: flex-start;
	}
	#ippo .image_list figure:nth-of-type(1){ order:1; }
	#ippo .image_list figure:nth-of-type(2){ order:2; }
	#ippo .image_list figure:nth-of-type(3){ order:3; }
	#ippo .image_list figure:nth-of-type(4){ order:5; }
	#ippo .image_list figure:nth-of-type(5){ order:6; }
	#ippo .image_list figure:nth-of-type(6){ order:7; }
	#ippo .image_list figure:nth-of-type(7){ order:8; }
	#ippo .image_list figure:nth-of-type(8){ order:4; }

	.friends .image_list{
		margin: 7vw 0;
	}

	#tsukushinbo .image_list{
		margin: 7vw 0;
	}

	#machinaka .image_list{
		margin: 7vw 0;
	}
	#machinaka .image_list figcaption{
		white-space: nowrap;
	}

	.tokusyoku figure{
		margin: 7vw 0;
	}

	#khj_fukui_ipponokai .float_l{
		width: 100%;
	}
	#khj_fukui_ipponokai .float_l .naiyo{
		margin-right: 0;
	}
	#khj_fukui_ipponokai .float_r{
		margin-top: 0;
		width: 100%;
	}

	.page_head .title{
		flex-wrap: wrap;
	}

	.page_head .title .taisho{
		flex-basis: 100%;
		text-align: center;
		margin-top: 10px;
	}

	#syakaisankajigyou .image_list{
		margin: 7vw 0;
	}

	#horikawa .bunrui{
		margin-bottom: 30px
	}
	#horikawa .bunrui_naiyo .float_r,
	#kyouryoku .bunrui_naiyo .float_r{
		position: relative;
		text-align: center;
		margin-top: -380px;
		width: calc(95% - 145px);
		height: 155px;
	}
	#kyouryoku .bunrui_naiyo .float_r{
		margin-top: -390px;
	}
	#horikawa .figure0,
	#kyouryoku .figure0{
		position: relative;
		margin: 0 6vw;
		height: 100%;
	}
	#kyouryoku .figure0{
		margin: -60px 6vw 0;
	}
	#horikawa .figure0 img,
	#kyouryoku .figure0 img{
		position: relative;
		width: auto;
		max-width: none;
		height: 95%;
	}

	.ul1 li{
		line-height: 1.4;
		margin-bottom: 8px;
	}

	#kyouryoku .image_list{
		align-items: flex-start;
	}
	.tokusyoku .box{
		box-sizing: border-box;
		width: 100%;
	}
	.tokusyoku .box .taisho img{
		zoom: 0.7;
	}
}


