 @charset "utf-8";


body {
	/*background: #eee;*/
}

/*wrap関連*/
.wrap {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapS {
	max-width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
.spNopad {}

/*PC→スマホ 表示・非表示*/
.pcBlock { display: block !important;}
.spBlock { display: none !important;}
.pcInline { display: inline !important;}
.spInline { display: none !important;}
@media only screen and (max-width: 1280px) {
	.wrap {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 767px) {
	.wrap {
		padding: 0 20px;
	}
	.wrapS {
		padding: 0 20px;
	}
	.wrap .wrapS {
		padding: 0;
	}
	.spNopad {
		padding: 0 !important;}

	/*PC→スマホ 表示・非表示*/
	.pcBlock { display: none !important;}
	.spBlock { display: block !important;}
	.pcInline { display: none !important;}
	.spInline { display: inline !important;}
}








/* =============================================================================
   gHead
   ========================================================================== */
#gHead {
	width: 100%;
	z-index: 1000;
	text-align: center;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 300ms ease;
	border-bottom: 1px solid transparent;
}
#gHead.front {
	position: absolute;
	top: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#gHead .inner {
	padding: 16px;
}
#gHead .inner .logo {
	max-width: 250px;
	margin: 0 auto;
}




/* =============================================================================
   gFoot
   ========================================================================== */
#gFoot {
	background: #fafafa;
	border-top: 5px solid #bbc5ce;
}
#gFoot .inner {
	padding: 60px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#gFoot .inner .logo {
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#gFoot .inner h3 {
	text-align: center;
	font-size: 1.125em;
	margin-bottom: 5px;
}
#gFoot .inner .address {
	text-align: center;
	font-size: 1.0em;
}
#gFoot .inner ul.list {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#gFoot .inner ul.list li {
	text-align: center;
	width: 30%;
}
#gFoot .inner ul.list li h4 {
	font-size: 1.0em;
}
#gFoot .inner ul.list li p {
	font-size: 0.875em;
}
#gFoot .mutual {
	padding: 60px 0;
	padding-top: 30px;
}
#gFoot .mutual .logo {
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#gFoot .mutual nav.btn {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
	margin-top: 20px;
}
#gFoot .mutual nav.btn a {
	display: block;
	color: #ffffff;
	background: rgba(234, 85, 19, 0.69);
	padding: 17px 0;
	border-radius: 8px;
	font-size: 1.0em;
	font-weight: 500;
}
#gFoot .mutual nav.btn a:hover {
	background: #ea5513;
	text-decoration: none;
}
#gFoot .mutual nav.btn a .fa-solid {
	margin-right: 10px;
}
#gFoot .mutual ul.list {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
#gFoot .mutual ul.list li {
	text-align: center;
	width: 280px;
	margin: 0 10px;
}
#gFoot .mutual ul.list li a {
	display: block;
	color: #ffffff;
	padding: 17px 0;
	border-radius: 8px;
	font-size: 1.0em;
	font-weight: 500;
}
#gFoot .mutual ul.list li a:hover {
	text-decoration: none;
}
#gFoot .mutual ul.list li.benly a {
	background: rgba(234, 85, 19, 0.69);
}
#gFoot .mutual ul.list li.benly a:hover {
	background: #ea5513;
}
#gFoot .mutual ul.list li.recruit a {
	background: rgba(106,185,44,0.7);
}
#gFoot .mutual ul.list li.recruit a:hover {
	background: #6ab92c;
}
#gFoot .mutual ul.list li a .fa-solid {
	margin-right: 10px;
}
#gFoot .copy {
	background: #282828;
	color: #fff;
	text-align: center;
	padding: 15px 0;
    font-size: 14px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	#gFoot .inner {
		padding: 30px 0;
	}
	#gFoot .inner ul.list {
		flex-direction: column;
		margin-top: 10px;
	}
	#gFoot .inner ul.list li {
		width: 100%;
		margin-top: 15px;
	}
	#gFoot .mutual {
		padding: 30px 0;
	}
	#gFoot .mutual nav.btn {
		margin-top: 10px;
	}
	#gFoot .mutual ul.list {
		margin-top: 0;
		flex-direction: column;
	}
	#gFoot .mutual ul.list li {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 15px;
	}
}






/* =============================================================================
   content
   ========================================================================== */

#content {}
#content section {
	padding: 80px 0;
}
@media only screen and (max-width: 767px) {
	#content {}
	#content section {
		padding: 60px 0;
	}
}








