
@charset UTF-8;


/* Galleries --------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments --------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}









.zen_maru_gothic_r{
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.zen_maru_gothic_b{
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.zen_maru_gothic_black{
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 900;
}



.color1{
	color: #e35b3d;
}



html{
	font-size: 10px;
	scroll-behavior: smooth;
}
@media (max-width: 800px) {
	html{
		scroll-padding-top: 120px;
	}
}

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

body{
	color: #5C5C5C;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: zen-maru-gothic, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.6em;

	word-break: break-all;
	overflow-wrap: anywhere;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	/* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

h2{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.6rem;
	box-sizing: border-box;
	padding: 10px;
	min-height: 159px;
	color: #fff;
	background-color: #02c6e5;
	margin: 0 0 60px;
}
h2 small{
	font-size: 1.6rem;
	margin: 17px 0 0;
}

h3{
	font-weight: bold;
	font-size: 1.6em;
	margin: 20px 0;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
	vertical-align: middle;
}

ib{
	display: inline-block;
}

a{
	color: #3dc5e3;
}

a,
a:link,
a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.button{
	display: inline-block;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	padding: 7px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

a.button:hover{
	text-decoration: none;
}

.hover_fade{
	transition: opacity 0.15s linear;
}
.hover_fade:hover{
	opacity: 0.7;
}

.column_all{
	width: 1000px;
	margin: 30px auto 0;
	padding: 0;
}

.center_block{
	width: 940px;
	max-width: 94%;
	margin: 0 auto;
}

.flex{ display:flex; gap:min(25px,2vmin); }
.flex.inline{ display:inline-flex; }
.flex.wrap{ flex-wrap:wrap; }
.flex.between{ justify-content:space-between; }
.flex.center{ justify-content:center; }
.flex.v_center{ align-items:center; }
.flex.v_start{ align-items:flex-start; }
.flex .col33{ flex-basis: 33%; }
.flex .col50{ flex-basis: 50%; }

.wbr{ word-break: keep-all; }

@media (min-width: 600px) {
	.max600{
		display: none;
	}
}


.header.pc{
	width: 100%;
	height: 130px;
}

header a:hover{
	text-decoration: none;
	opacity: 0.7;
}
header .header1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 20px;
	max-width: 1500px;
	margin: 0 auto;
}
header .header1_1{
	color: #000;
	zoom: min(1, var(--header_scale));
}
header .header1_1:hover{
	text-decoration: none;
}
header .header1_1 .text1{
	font-size: 1.5rem;
}
header .header1_1 .text2{
	font-size: 1.4rem;
}
header .header1_1 .text3{
	font-size: 2.6rem;
}
header .header1_spacer1{
	flex-grow: 2;
}
header .header1_spacer2{
	flex-grow: 1;
}
header .header1_2{
	max-width: calc(277px * var(--header_scale));
}
header .header1_3{
	zoom: min(1, var(--header_scale));
}
header .header1_3_1{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
header .header1_3_1 a{
	padding: 4px 15px 6px;
	font-size: 1.4rem;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
	background-color: #a3a3a3;
	border-radius: 5px;
}
.tel_contact{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: #3dc5e3;
	margin: 10px 0 0;
}
.tel_contact a.tel{
	font-size: 2.8rem;
	color: #3dc5e3;
}
.tel_contact .tel_block .text1{
	font-size: 1.4rem;
}
.tel_contact a.contact{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	background-color: #3dc5e3;
}
header .header1_4{
	display: none;
}
header .header2{
	border: 1px solid #d6d6d6;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
header .header2 nav{
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 0 30px;*/
}
header .header2 nav a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	text-align: center;
	font-weight: 700;
	font-size: min(1.8rem, 1.6vw);
	color: #000;
	padding: 10px;
	border-right: 1px solid #d6d6d6;
}
header .header2 nav a:first-child{
	border-left: 1px solid #d6d6d6;
}
header .header2 nav a:before{
	content: "";
	display: inline-block;
	vertical-align: -3px;
	width: 20px;
	aspect-ratio: 1;
	border-radius: 100px;
	background-color: var(--js_color);
	margin-right: 0.5em;
}
header .header2 nav a.hikikomori{
	--js_color: #f0bf8b;
}
header .header2 nav a.ibasho{
	--js_color: #ebb7e0;
}
header .header2 nav a.syurou{
	--js_color: #abe3a8;
}
header .header2 nav a.khj_zenkoku{
	--js_color: #97cfc6;
}
nav.sp_nav{
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s linear;
	background-color: #fff;
}
@media (max-width: 800px) {
	html[lang]{
		scroll-padding-top: 110px;
	}
	header{
		position: sticky;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
	}
	header .header1{
		background-color: #fff;
		border-bottom: 1px solid #d6d6d6;
	}
	header .header1_1{
		color: #000;
		zoom: min(1, var(--header_scale_sp));
		padding: 10px 0 15px;
	}
	header .header1_2,
	header .header1_3,
	header .header2{
		display: none;
	}
	header .header1_4{
		display: block;
	}
	nav.sp_nav{
		display: block;
	}
	nav.sp_nav.open{
		opacity: 1;
		pointer-events: auto;
	}
	header nav.sp_nav .header1_3,
	header nav.sp_nav .header2{
		display: block;
		zoom: 1;
	}
	header nav.sp_nav .header1_3_1{
		flex-direction: column;
		gap: 1px;
	}
	header nav.sp_nav .header1_3_1 a{
		text-align: center;
		font-weight: 700;
		font-size: 2rem;
		border-radius: 0;
		padding: 25px 0;
		color: #000;
		background-color: transparent;
		border-bottom: 1px solid #d6d6d6;
	}
	header nav.sp_nav .header1_3 .tel_contact{
		justify-content: center;
		margin: 20px 0;
	}
	header nav.sp_nav .header2{
		padding: 0;
		border-bottom: 0;
	}
	header nav.sp_nav .header2 .center_block{
		max-width: 100%;
	}
	header nav.sp_nav .header2 nav{
		flex-direction: column;
		align-items: stretch;
	}
	header nav.sp_nav .header2 nav a{
		font-size: 2rem;
		border: 0;
		border-bottom: 1px solid #d6d6d6;
		padding: 25px 0;
	}
}

footer{
	text-align: center;
	background-color: #ddf1f5;
	font-size: min(1rem, 1.9vw);
	color: #000;
	padding: 5em 0 6em;
	margin: 100px 0 0;
}
footer .footer1{
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.7;
}
footer .footer2{
	font-weight: 700;
	font-size: 1.6em;
	margin: 2.8em 0 1.7em;
}
footer .tel_contact{
	justify-content: center;
	margin: 0 0 6em;
}
footer .tel_contact a:hover{
	text-decoration: none;
}
footer .tel_contact a.tel{
	font-size: 2.8em;
}
footer .tel_contact .tel_block .text1{
	font-size: 1.4em;
}
footer .tel_contact a.contact{
	font-size: 1.5em;
	line-height: 1.3;
	padding: 1em 2em;
}
footer .copyright{
	font-size: min(1rem, 0.9em);
	letter-spacing: 0.2em;
}

.goto_top{
	position: fixed;
	right: 30px;
	bottom: 30px;
}


.contact_img10{
	margin: -70px 0 0;
}
.contact_title .grayBorder{
	margin-top: 100px;
}


/* globalNav ******************************************************************************* */

.globalNav{
	background-color: #fff;
	height: 64px;
	margin: 0;
	padding: 0;
}

.globalNav a{
	display: block;
	float: left;
	/*height: 56px;*/
	margin: 4px 2px;
	padding: 0;
}

.globalNav a img{
	float: left;
}

.globalNav a#navUp{
	display: none;
}


/*  ******************************************************************************* */

.contents{
	/* background-image: url(../img/common/right/back.gif); */
}

.column_left{
	float: left;
	background-color: #fff;
	width: 720px;
	padding: 40px 50px;
}

.column_left .list p{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer{
	color: #000;
	text-align: left;
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
	width: 720px;
	padding: 60px 50px 40px;
}

.column_right{
	float: right;
	width: 180px;
	margin: 0;
}

.column_right .inner{
	overflow: hidden;
	text-align: center;
	width: 180px;
	padding: 15px 0 40px 0;
}

.column_right .katsudo{
	margin-bottom: 10px;
}

.column_right .katsudo a{
	display: block;
	margin: 2px auto;
}

.column_right .katsudo a img{
	display: block;
	margin: 0 auto;
}

.grayBorder{
	border-bottom: 1px solid #D2D2D2;
	height: 1px;
	margin: 20px 0;
}

.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

/* IE対策 (枠線が出るのを防ぐ) */
a img,
img[usemap]{
	border-style: none;
}

.slide{
	width: 100%;
}


.jigyousyo_syoukai h3{
	font-weight: 700;
	font-size: 1.8rem;
}
.jigyousyo_syoukai h3:before{
	content: "";
	display: inline-block;
	vertical-align: -3px;
	width: 20px;
	aspect-ratio: 1;
	border-radius: 100px;
	background-color: var(--js_color);
	margin-right: 0.5em;
}
.jigyousyo_syoukai .list{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.jigyousyo_syoukai .box{
	box-sizing: border-box;
	flex-basis: 48%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 150px;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 10px 10px 30px;
	color: #000;
	background: #000000;
	background: linear-gradient(90deg, var(--js_color) 0px, var(--js_color) 15px, #f5f2e4 16px);
}
.jigyousyo_syoukai .box:hover{
	text-decoration: none;
}
.jigyousyo_syoukai .box .name{
	font-size: 2.3rem;
	margin: 0 0 0.5em;
}
.jigyousyo_syoukai .box .name small{
	display: block;
	font-size: 1.8rem;
	margin: 0 0 0.5em;
}
.tags{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.tags .tag{
	padding: 3px 20px 5px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
	color: #fff;
	background-color: #a3a3a3;
	border-radius: 5px;
}
.jigyousyo_syoukai #hikikomori{
	--js_color: #f0bf8b;
}
.jigyousyo_syoukai #ibasho{
	--js_color: #ebb7e0;
}
.jigyousyo_syoukai #syurou{
	--js_color: #abe3a8;
}
@media (max-width: 730px) {
	.jigyousyo_syoukai .box{
		flex-basis: 100%;
		min-height: 0px;
	}
	.jigyousyo_syoukai .box .name small{
		margin: 0 0 0.1em;
	}
}



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

@media (min-width: 651px) {
	.sumaho{
		display: none;
	}
}


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

/*@media (max-width: 650px) {

	img{
		max-width: 100%;
	}

	.pc{
		display: none;
	}

	.header.sumaho{
		text-align: center;
		width: 100%;
		margin: 20px 0;
	}

	.header.sumaho img[src*="title.svg"]    {width: 90%;}
	.header.sumaho img[src*="tel.svg"]      {width: 70%;}
	.header.sumaho img[src*="nav_down.svg"] {width: 15%;}
	.header.sumaho img[src*="mail.svg"]     {width: 67%;}

	.globalNav{
		position: absolute;
		display: none;
		opacity: 0;
		top: 0;
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,0.7);

		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
		     -o-transition: 0.3s ease-in-out;
		        transition: 0.3s ease-in-out;
	}

	.globalNav.down{
		display: block;
		opacity: 1;

		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
		     -o-transition: 0.3s ease-in-out;
		        transition: 0.3s ease-in-out;
	}

	.globalNav a{
		width: 48.5%;
		height: auto;
		margin: 0;
		padding: 1% 0.5% 0 1%;
	}

	.globalNav a:nth-of-type(even){
		width: 48.5%;
		padding: 1% 1% 0 0.5%;
	}

	.globalNav a img{
		width: 100%;
	}

	.globalNav a#navUp{
		display: block;
		width: 50%;
		margin: 15% 25%;
	}

	.column_all{
		width: 100%;
		margin: 0;
	}

	.column_left{
		float: none;
		width: 92%;
		padding: 5% 4%;
	}

	.column_right{
		display: none;
	}

	.footer{
		position: static;
		text-align: center;
		width: 94%;
		margin: 0;
		padding: 30px 3%;
	}

	.fade:hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}
}*/





