@charset "utf-8";

.pc {
	display: none !important;
}

#side {
	box-sizing: border-box;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 50px;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 70px 0 15px;
	background: #fff;
}
#side .logo {
	width: 27px;
	margin: 0 auto;
}
#side .logo img {
	width: 100%;
	height: auto;
}
#side .copyright {
	position: relative;
	writing-mode: vertical-rl;
	left: 0;
	font-size: 10px;
	line-height: 1;
}



@media screen and (max-height:620px) {
	#side {
		padding-bottom: 10px;
	}
	#side .logo {
		width: 24px;
	}
	#side .copyright {
		font-size: 9px;
	}
}
@media screen and (max-height:560px) {
	#side .copyright {
		padding-top: 15px;
		font-size: 9px;
		line-height: 1.3;
	}
}






#wrap {
	margin-left: 50px;
}


#menu-button {
	position: fixed;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	z-index: 1010;
}
#menu-button button {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	background: #f2f2f2;
}
#menu-button button i {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	left: calc(50% - 10px);
	top: calc(50% - 1px);
	background: #000;
}
#menu-button button i:nth-child(1) {
	margin-top: -6px;
}
#menu-button button i:nth-child(3) {
	margin-top: 6px;
}


#wrap > header {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 50px;
	background: #fff;
}
#wrap > header .contact {
	position: relative;
	width: 190px;
	height: 50px;
}
#wrap > header .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	background: #dc1414;
}

#wrap > header nav {
	position: fixed;
	width: calc(100vw - 50px);
	height: 100dvh;
	left: 50px;
	top: 0;
	z-index: 1050;
	background: #fff;
	
	display: none;
}



#wrap > header .main {
}
#wrap > header .main li + li {
	margin-top: 26px;
}
#wrap > header .main a {
	font-size: 16px;
	line-height: 1;
}


#wrap > header .sns {
	margin-right: 24px;
}
#wrap > header .sns ul {
	display: flex;
}
#wrap > header .sns li {
	width: 24px;
	height: 24px;
}
#wrap > header .sns li + li {
	margin-left: 20px;
}
#wrap > header .sns a {
	display: block;
	height: 24px;
}
#wrap > header .sns img {
	width: 100%;
	height: auto;
}







.content-inner {
	/*
	box-sizing: border-box;
	max-width: calc(1200px + 120px + 40px);
	margin: 0 auto;
	padding: 0 40px 0 120px;
	*/
}




.footer-contact {
	padding: 65px 22px 85px;
	background: #dc1414;
}
.footer-contact .content-inner {
}
.footer-contact .text {
	box-sizing: border-box;
	margin: 20px 0 0;
	color: #fff;
}
.footer-contact .image {
	box-sizing: border-box;
	text-align: center;
}
.footer-contact .image img {
	width: 100%;
	max-width: 196px;
	height: auto;
}
.footer-contact .text h2 {
	font-size: 24px;
	line-height: 1.667;
	text-align: center;
}
.footer-contact .text p {
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 1.65;
}
.footer-contact .button {
	margin: 35px 0 0;
}
.footer-contact .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	color: #dc1414;
	border: 1px solid #fff;
	background: #fff;
}


footer {
	padding: 46px 26px 65px;
	background: #d0d0d1;
	font-feature-settings: "palt";
}
footer nav {
	font-size: 13px;
	line-height: 1.924;
}
footer .sns {
	margin: 15px 0 0;
}
footer .sns ul {
	display: flex;
}
footer .sns li {
	width: 32px;
}
footer .sns li + li {
	margin-left: 21px;
}
footer .sns a {
	display: block;
	height: 32px;
}
footer .sns img {
	width: 100%;
	height: auto;
}

footer nav address {
	padding-top: 45px;
}

footer .extra {
	display: none;
}










/* ---------------------------------------------------------------------------------------------------- */
/* KV */

#kv {
	margin: 70px 0 0;
}
#kv h1 {
	margin: 0 17px;
	font-size: 30px;
	line-height: 1.434;
}
#kv .lead {
	margin: 5px 20px 0;
	font-size: 16px;
	line-height: 1.625;
}






#partner-slide {
	position: relative;
	width: 100%;
	margin: 70px 0 0;
	overflow: hidden;
}
#partner-slide .slide-inner {
	position: relative;
	min-height: calc(166px * 3 + 2px);
}
#partner-slide .image-list {
	display: flex;
}
#partner-slide .image-list + .image-list {
	margin-top: 1px;
}
#partner-slide .image-list:nth-child(4) {
	margin-left: -93px;
}
#partner-slide ul {
	display: flex;
}
#partner-slide ul + ul {
	margin-left: 20px;
}
#partner-slide li {
	position: relative;
	width: 166px;
	height: 166px;
	background: #ccc;
	border-radius: 83px;
	overflow: hidden;
}
#partner-slide li + li {
	margin-left: 20px;
}
#partner-slide .caption {
	box-sizing: border-box;
	margin: 22px 22px 0;
	font-size: 12px;
	line-height: 1.583;
}






#partner-slide .image-list {
	width: calc((186px * var(--sp-slide-length) - 20px) * 2 + 20px);
}
#partner-slide ul {
	width: calc(186px * var(--sp-slide-length) - 20px);
}
#partner-slide .image-list li {
	animation: slide_loop calc(186s * var(--sp-slide-length) / 45) infinite linear;
}
@keyframes slide_loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc((186px * var(--sp-slide-length)) * -1));
	}
}







#partner-slide li img {
	display: none;
}

#partner-slide .image-list:nth-child(3) ul {
	counter-reset: order1 -2;
}
#partner-slide .image-list:nth-child(4) ul {
	counter-reset: order2 -1;
}
#partner-slide .image-list:nth-child(5) ul {
	counter-reset: order3 0;
}
#partner-slide .image-list:nth-child(3) li {
	counter-increment: order1 3;
}
#partner-slide .image-list:nth-child(4) li {
	counter-increment: order2 3;
}
#partner-slide .image-list:nth-child(5) li {
	counter-increment: order3 3;
}
#partner-slide li::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 50px;
	color: #fff;
}
#partner-slide .image-list:nth-child(3) li::before {
	content: counter(order1);
}
#partner-slide .image-list:nth-child(4) li::before {
	content: counter(order2);
}
#partner-slide .image-list:nth-child(5) li::before {
	content: counter(order3);
}














#top-intro {
	margin: 62px 0 0;
	background: #dc1414;
}
#top-intro .inner {
}
#top-intro .image {
}
#top-intro .text {
	color: #fff;
}
#top-intro .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 362;
	object-fit: cover;
	object-position: 60% 0%;
}

#top-intro .text-inner {
	box-sizing: border-box;
	position: relative;
	padding: 64px 22px 76px;
}
#top-intro h2 {
	font-size: 24px;
	line-height: 1.667;
}
#top-intro p {
	margin: 6px 0 0;
	font-size: 15px;
	line-height: 1,4;
}
#top-intro .button {
	margin: 22px 0 0;
}
#top-intro .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	color: #dc1414;
	border: 1px solid #fff;
	background: #fff;
}










body.index .structure {
	margin-top: 40px;
}


body.index .company {
	margin-top: 70px;
}




#top-recruit {
	padding: 65px 0 55px;
	text-align: center;
	color: #fff;
	background: #192850;
}
#top-recruit .logo img {
	width: 44px;
	height: auto;
}
#top-recruit h2 {
	margin: 24px 22px 0;
	font-size: 24px;
	line-height: 1.583;
}
#top-recruit .button {
	margin: 24px 0 0;
}
#top-recruit .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	color: #fff;
	border: 1px solid #fff;
	background: #192850;
}
#top-recruit .caption {
	margin: 20px 22px 0;
	font-size: 13px;
	line-height: 1.615;
	text-align: left;
}
#top-recruit .gallery {
	display: flex;
	margin: 55px 0 0;
}
#top-recruit .gallery img {
	width: 50%;
	height: auto;
	aspect-ratio: 170 / 300;
	object-fit: cover;
}
#top-recruit .gallery img:nth-child(n + 3) {
	display: none;
}












/* ---------------------------------------------------------------------------------------------------- */
/* モジュール - 消火栓標識の仕組み */

.structure h2 {
	font-size: 23px;
	text-align: center;
}
.structure .inner {
	margin: 20px 0 0;
	border: 3px solid #dc1414;
}
.structure .inner > * {
	box-sizing: border-box;
}
.structure .text {
	padding: 50px 28px;
	color: #fff;
	background: #dc1414;
}
.structure .image {
	display: flex;
	align-items: center;
	padding: 40px 22px;
	text-align: center;
}
.structure .image img {
	max-width: 480px;
	width: 100%;
	height: auto;
}
.structure .text p {
	font-size: 18px;
	line-height: 1.6;
}
.structure .text p + p {
	margin-top: 12px;
}

.structure .button {
	margin: 32px 0 0;
}
.structure .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	border: 1px solid #000;
	background: #fff;
}









/* ---------------------------------------------------------------------------------------------------- */
/* モジュール - 会社概要 */

.company .inner {
}
.company .image {
}
.company .text {
	padding: 36px 22px 80px;
}

.company .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 370;
	object-fit: cover;
}
.company .text h2 {
	font-size: 24px;
	line-height: 1.667;
	text-align: center;
}
.company .button {
	margin: 22px 0 0;
}
.company .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	border: 1px solid #000;
	background: #fff;
}
.company .sns {
	margin: 38px 0 0;
}
.company .sns ul {
	display: flex;
	justify-content: center;
}
.company .sns li {
	width: 32px;
}
.company .sns li + li {
	margin-left: 32px;
}
.company .sns a {
	display: block;
	height: 32px;
}
.company .sns img {
	width: 100%;
	height: auto;
}











/* ---------------------------------------------------------------------------------------------------- */
/* 消火栓標識とは */

#syoukasen-intro .gallery {
}
#syoukasen-intro .gallery img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 432;
	object-fit: cover;
}
#syoukasen-intro .gallery img:nth-child(1),
#syoukasen-intro .gallery img:nth-child(3) {
	display: none;
}

#syoukasen-intro h1 {
	margin: 60px 17px 0;
	font-size: 30px;
	line-height: 1.433;
}
#syoukasen-intro .text {
	margin: 28px 19px 0;
}
#syoukasen-intro .text p {
	font-size: 15px;
	line-height: 1.933;
}
#syoukasen-intro .image {
	margin: 84px 0 0;
}
#syoukasen-intro .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 362;
	object-fit: cover;
	object-position: 60% 0%;
}



#feature {
	margin: 75px 0 0;
}
#feature .feature {
	display: flex;
	flex-direction: column-reverse;
}
#feature .feature + .feature {
	margin-top: 48px;
}
#feature .image {
	margin-top: 25px;
}
#feature .text {
	box-sizing: border-box;
	margin: 0 18px;
}
#feature .image img {
	width: 100%;
	height: auto;
}
#feature h2 {
	font-size: 24px;
	line-height: 1.583;
}
#feature p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.78;
}
#feature .button {
	display: none;
}











body.syoukasen .structure {
	margin-top: 78px;
}







#partner {
	margin: 80px 0 0;
}
#partner h2 {
	margin: 0 18px;
	font-size: 24px;
	line-height: 1.583;
}
#partner .lead {
	margin: 15px 18px 0;
}
#partner .lead p {
	font-size: 15px;
	line-height: 1.933;
}

#partner #partner-slide {
	margin-top: 48px;
}
#partner #partner-slide .caption {
	margin-top: 22px;
}





#necessity {
	margin: 85px 0 0;
	padding: 80px 26px 75px; 
	color: #fff;
	background: url(/syoukasen/img/necessity_bg.jpg) 35% 0 no-repeat;
	background-size: cover;
}
#necessity h2 {
	font-size: 23px;
	text-align: center;
}
#necessity .list {
	margin: 58px 0 0;
}
#necessity .box {
}
#necessity .box + .box {
	margin-top: 52px;
}
#necessity .image {
	margin: 18px 0 0;
}
#necessity .text {
	box-sizing: border-box;
}
#necessity .image img {
	width: 100%;
	height: auto;
}
#necessity h3 {
	font-size: 24px;
	line-height: 1.583;
}
#necessity p {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.75;
}


#necessity .caption {
	margin: 52px 0 0;
	font-size: 20px;
	line-height: 1.55;
}











/* ---------------------------------------------------------------------------------------------------- */
/* 会社概要 */

#about-intro {
	margin: 120px 0 0;
}
#about-intro h1 {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
#about-intro h1 img {
	width: 100%;
	height: auto;
}


#about-company {
	margin: 115px 0 0;
}
#about-company h2 {
	font-size: 23px;
	text-align: center;
}
#about-company .access {
	box-sizing: border-box;
	margin: 22px 0 0;
	background: #dc1414;
}
#about-company .text {
	padding: 42px 22px;
	font-size: 15px;
	line-height: 1.867;
	color: #fff;
}
#about-company .map {
	position: relative;
	aspect-ratio: 340 / 310;
}
#about-company .text address {
}
#about-company .map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

#about-company .content-inner {
	margin-top: 55px;
}









#about-company .company-list {
}
#about-company .company-list dl {
	box-sizing: border-box;
	padding: 0 10px 0 20px;
	font-size: 14px;
	line-height: 1.571;
	border-left: 1px solid #000;
}
#about-company .company-list dl + dl {
	padding-top: 1.4rem;
}
#about-company .company-list .button {
	margin-top: 40px;
}
#about-company .company-list .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 17px;
	border: 1px solid #000;
	background: #fff;
}













#message {
	margin: 100px 0 0;
}
#message .image {
}
#message .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 356;
	object-fit: cover;
	object-position: 50% 5px;
}
#message h2 {
	margin: 50px 0 0;
	font-size: 15px;
	line-height: 1.467;
	text-align: center;
}
#message .name {
	margin: 8px 0 0;
	font-size: 23px;
	text-align: center;
}
#message .text {
	margin: 40px 18px 0;
}
#message .text p {
	font-size: 16px;
	line-height: 1.8125;
}
#message .text p br {
	display: none;
}

#message .box {
	margin: 70px 18px 0;
}
#message .box .subtitle {
	position: relative;
	margin-right: -18px;
}
#message .box .subtitle::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #dc1414;
}
#message .box .subtitle h3 {
	position: relative;
	width: 98px;
	z-index: 10;
	font-size: 20px;
	background: #fff;
}
#message .box h4 {
	margin: 28px 0 0;
	font-size: 24px;
	line-height: 1.583;
}
#message .box p {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.8;
}

#message .box.value h4 {
	margin-top: 35px;
	font-size: 40px;
}
#message .box.value .content {
}
#message .box.value p {
}

#message .box.guideline .content {
	margin: 25px 0 0;
}
#message .box.guideline br {
	display: none;
}
#message .box.guideline span {
	display: block;
}
#message .box.guideline span + br + span {
	margin-top: 1.4em;
}











#symbol {
	margin: 55px 0 0;
	padding: 0 0 28px;
	color: #fff;
	background: #192850;
}
#symbol .gallery {
}
#symbol .gallery img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 432;
	object-fit: cover;
}
#symbol .gallery img:nth-child(1),
#symbol .gallery img:nth-child(3) {
	display: none;
}
#symbol .logo {
	width: 100%;
	max-width: 280px;
	margin: 90px auto 0;
}
#symbol .logo img {
	width: 100%;
	height: auto;
}
#symbol .text {
	margin: 65px 26px 0;
	font-size: 13px;
	line-height: 1.8;
}








#for-partner {
	margin: 65px 0 30px;
}
#for-partner h2 {
	font-size: 23px;
	text-align: center;
}
#for-partner .text {
	margin: 24px 28px 0;
}
#for-partner .text p {
	font-size: 13px;
	line-height: 1.8;
}
#for-partner .image {
	margin: 28px 0 0;
}
#for-partner .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 376;
	object-fit: cover;
}
#for-partner .caption {
	margin: 25px 28px 0;
	font-size: 15px;
	line-height: 1.667;
}



























































































