@charset "utf-8";
/* CSS Document */



/*------------------------------------------------
 サブページ共通
------------------------------------------------*/
.sub_head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
	min-height: 180px;
	background-image: url("../img/common/sub_head.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 90px;
	background-color: var(--key-color-5);
}
.sub_head .inner .sub_midashi_01 {
	font-weight: bold;
	font-size: 2.2rem;
	/*color: var(--key-color);*/
	text-align: center;
	letter-spacing: 0.15rem;
	line-height: 1;
}
h2.sub_midashi_02  {
	margin-bottom: 4rem;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
h2.sub_midashi_02 span {
	display: block;
  font-weight: 500;
	font-size: 18px;
	color: var(--key-color);
}
h2.sub_midashi_02::after {
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	margin: 0.8rem auto 0 auto;
	background-color: var(--key-color);
}
h3.sub_midashi_03 {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	padding-left: 0.5rem;
	font-size: 24px;
	font-weight: bold;
	color: var(--key-color);
}
h3.sub_midashi_03::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.8rem;
	background-color: var(--key-color-20);
	border-radius: 50%;
}
.intro {
	margin-bottom: 40px;
	text-align: center;
}
@media only screen and (max-width:768px) {
	.sub_head {
		min-height: 130px;
		background-size: auto 80px;
	}
	.sub_head .inner .sub_midashi_01 {
		font-size: 2.0rem;
	}
	h2.sub_midashi_02  {
		margin-bottom: 3rem;
		font-size: 22px;
	}
	h2.sub_midashi_02 span {
		font-size: 15px;
	}
	h2.sub_midashi_02::after {
		width: 30px;
	}
}
@media screen and (max-width:640px) {
	h3.sub_midashi_03 {
		font-size: 18px;
	}
	.intro {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:480px) {
	.sub_head {
		margin-bottom: 1rem;
		background-size: auto 55px;
	}
	.sub_head::before {
		display: none;
	}
	.sub_head .inner .sub_midashi_01 {
		font-size: 20px;
		font-weight: normal;
	}
	h2.sub_midashi_02  {
		margin-bottom: 2rem;
		font-size: 20px;
		font-weight: normal;
	}
	.intro {
		margin-bottom: 0;
	}
}





/*------------------------------------------------
 取扱商品　#products
------------------------------------------------*/
#products::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url( "../img/products/products_bg.svg");
	background-size: auto 280px;
	background-repeat: no-repeat;
	background-position: left bottom 10%;
}
#products .sub_head {
}
#products ul.list_01:nth-of-type(2) {
	display: flex;
}
#products .vr.flex_box.border_box {
	padding: 1.5rem 2.5rem;
}
#products .vr.flex_box {
	gap: 6rem;
	align-items: center;
}
#products .vr .text_box .mds_03 {
	font-size: 2.1rem;
	letter-spacing: 0.2rem;
}
#products .vr .text_box p {
	font-size: 1.25rem;
	font-weight: bold;
}
#products .vr .button_box a  {
	display: block;
}
#products table.p_table {
	table-layout: fixed;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
}
#products table.p_table a {
	color: var(--key-color);
	text-decoration: underline;
}
#products table.p_table tr th {
	padding: 1.5rem;
  border: solid 1px var(--bg-color-20);
	font-weight: bold;
	letter-spacing: 0.1rem;
}
#products table.p_table thead tr th {
  border: solid 1px var(--bg-color-20);
  background-color: var(--bg-color-5);
}
#products table.p_table thead tr th:first-of-type {
	width: 35%;
}
#products table.p_table thead tr th:last-of-type {
}
#products table.p_table tbody tr th {
  border: solid 1px var(--bg-color-20);
  background-color: var(--key-color-5);
}
#products table.p_table tr td {
  border: solid 1px var(--bg-color-20);
  padding: 1.5rem;
}
#products .hikido table.p_table tbody tr.hidden,
#products .orido table.p_table tbody tr.hidden,
#products .kaiten table.p_table tbody tr.hidden,
#products .losca table.p_table tbody tr.hidden,
#products .sensor table.p_table tbody tr.hidden,
#products .fireproof table.p_table tbody tr.hidden,
#products .panel table.p_table tbody tr.hidden,
#products .top_light table.p_table tbody tr.hidden,
#products .toko_ss table.p_table tbody tr.hidden {
	display: none;
}
#products .button.close {
	display: none;
}
 /*ボタン　.button
---------------------------*/
#products .button {
	position: relative;
	display: table;
	margin: 0 auto 2rem auto;
	padding: 1rem 3rem;
	border: solid 2px var(--key-color-75);
	background-color: #fff;
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
#products .button::after {
	content: "";
	display: inline-block;
	width: 0.8rem;
  height: 0.8rem;
  margin-left: 1.5rem;
  border: 0.1rem solid var(--key-color);
	border-left: 0;
  border-bottom: 0;
  line-height: 1;
}
#products .button.more::after {
  transform: translateY(-25%) rotate(135deg);
}
#products .button.close::after {
  transform: translateY(25%) rotate(-45deg);
}
#products .bg_box_02 {
	padding: 4.5rem 0;
	background-color: rgba(229,245,252,0.5);
}
#products .bg_box_02 table.p_table {
		background-color: rgba(255,255,255,0.9);
}
@media (max-width: 840px) {
	#products .vr.flex_box {
		gap: 3rem;
	}
}
@media (max-width: 768px) {
	#products .vr.flex_box {
		flex-direction: column;
		gap: 0;
	}
	#products .vr.flex_box .text_box {
		width: 100%;
		text-align: center;
	}
	#products .vr.flex_box .button_box {
		display: flex;
		gap: 1rem;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:640px) {
	#products::after {
		background-size: auto 240px;
	}
}
@media screen and (max-width:480px) {
	#products::after {
		background-size: auto 180px;
	}
	#products .vr {
		width: 100%;
	}
	#products .vr.flex_box.border_box {
		padding:  1.5rem;
	}
	#products .bg_box_02 {
		padding: 1.5rem 0;
	}
	#products .vr.flex_box .button_box .btn_arrow {
		width: 100%;
		margin: 0;
	}
	#products .vr .text_box p {
		font-size: 1.1rem;
	}
	#products .vr .button_box a  {
		padding-left: 1.5rem;
	}
	#products table.p_table tr td {
		padding: 1rem;
	}
}



/*------------------------------------------------
 施工実績　#works
------------------------------------------------*/
#works ul.flex_box li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#works ul.flex_box.flex_wrap {
	flex-wrap: wrap;
}
#works ul.flex_box.flex_wrap li {
	width: calc((100% - 2rem)/3);
}
#works .text_box dl {
	display: flex;
}
#works .text_box dl dt {
	margin-right: 1rem;
	font-weight: bold;
	color: var(--key-color);
	white-space: nowrap;
}
#works ul.flex_box.yoko_4.text_mb li {
  margin-bottom: 3rem;
}
@media screen and (max-width:1140px) {

}
@media screen and (max-width:480px) {
	#works ul.flex_box.yoko_4 {
		flex-wrap: wrap;
	}
	#works ul.flex_box.yoko_4 li {
		width: calc((100% - 1rem)/2);
	}
	#works ul.flex_box.yoko_4.text_mb li {
		margin-bottom: 2rem;
	}
}

/*------------------------------------------------
 会社概要 #company
------------------------------------------------*/
#company .message p.copy {
	margin-bottom: 2rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
}
#company .message .box {
}
#company .message .text_box {
	text-align: center;
}
#company .message .text_box p.text {
	margin-bottom: 1rem;
}
#company .message .text_box p.catch {
}
#company .message .text_box + img {
}
#company .outline,
#company .history {
	padding-top: 0;
}
#company .access {
	padding-top: 0;
}
#company .access .address {
	text-align: center;
}
#company .access .address p.name {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1.3rem;
}
#company .access .address p:not(.name) {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
#company .access iframe {
	width: 100%;
}
@media screen and (max-width:1140px) {
	#company .message .text_box p.catch {
		font-size: 34px;
	}
	#company .inner_1140,
	#company .inner_800 {
		padding-bottom: 70px;
	}
}
@media screen and (max-width:768px) {
	#company .message .text_box {
		text-align: left;
	}
	#company .message .text_box p.catch {
		font-size: 32px;
	}
}
@media screen and (max-width:640px) {
	#company .message p.copy {
		margin-bottom: 1.6rem;
		font-size: 1.2rem;
	}
	#company .outline dl.info_table dt {
		width: 20%;
		padding: 1rem 0.5rem 1rem 1.0rem;
	}
	#company .outline dl.info_table dd {
		width: 80%;
		padding: 1rem 1rem 1rem 0.5rem;
	}
	#company .history dl.info_table dt {
		width: 15%;
		padding: 1rem 0.5rem 1rem 1.0rem;
	}
	#company .history dl.info_table dd {
		width: 85%;
		padding: 1rem 1rem 1rem 0.5rem;
	}
}
@media screen and (max-width:520px) {
	.company .content dl dt {
		padding:  0.5rem;
	}
	.company .content dl dd {
		padding: 0.5rem;
	}
}
@media only screen and (max-width:480px) {
	.company .mds_02 {
		padding: 4rem 1.5rem 1.5rem 1.5rem;
	}
	#company .message p.copy {
		margin-bottom: 1.0rem;
		font-size: 1.1rem;;
		text-align: left;
	}
	#company .message .box {
		flex-direction: column;
	}
	#company .message .text_box {
		width: 100%;
	}
	#company .message .text_box p.catch {
		font-size: 26px;
		text-align: center;
	}
	#company .message .text_box p.text {
		margin-bottom: 1rem;
	}
	#company .message img {
		width: 100%;
	}
	#company .outline dl.info_table dt {
		width: 25%;
	}
	#company .outline dl.info_table dd {
		width: 75%;
	}
	#company .history dl.info_table dt {
		width: 25%;
	}
	#company .history dl.info_table dd {
		width: 75%;
	}
}


/*------------------------------------------------
 保守点検サポート　#maintenance
------------------------------------------------*/
#maintenance .intro .title {
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--key-color);
}
#maintenance .btn_arrow a {
    padding: 1rem 4rem 1rem 1.5rem;
    font-size: 1.1rem;
}
#maintenance dl.info_table dt {
	width: 20%;
}
#maintenance dl.info_table dd {
	width: 80%;
}
#maintenance dl.info_table dd div {
	font-weight: bold;
}
@media (max-width: 768px) {
	#maintenance dl.info_table dt {
		width: 25%;
	}
	#maintenance dl.info_table dd {
		width: 75%;
	}
}
@media (max-width: 640px) {
	#maintenance dl.info_table {
		flex-direction: column;
	} 
	#maintenance dl.info_table dt {
		background-color: var(--key-color-5);
		font-size: 1.1rem;
	}
	#maintenance dl.info_table dt,
	#maintenance dl.info_table dd {
		width: 100%;
		padding: 0.6rem 1rem;
	}
	#maintenance dl.info_table dd:not(:last-of-type) {
		padding-bottom: 1.5rem;
	}
	#maintenance dl.info_table dd:nth-of-type(2n+1) {
		background-color: transparent;
	}
}
@media (max-width: 480px) {
	#maintenance .intro.mb_20 {
		margin-bottom: 3rem !important;
		text-align: left;
	}
	#maintenance .intro.mb_60 {
		margin-bottom: 3rem !important;
	}
	#maintenance .intro .title {
		font-size: 1.3rem;
	}
	#maintenance dl.info_table span.bold.blue {
		display: block;
	}
	#maintenance dl.info_table dd:first-of-type {
		border-top: none;
	}
}



/*------------------------------------------------
 保守点検サポート　#repair
------------------------------------------------*/
#repair .intro p {
	font-size: 1.2rem;
}
#repair img.banner {
	max-width: 700px;
}
#repair .bg_box {
	padding: 1.5rem 2rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: var(--key-color);
}
#repair dl.faq_list {
	padding: 1rem 0.5rem;
}
#repair dl.faq_list dt {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.1rem;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	color: var(--key-color-75);
}
#repair dl.faq_list dt::before {
	content: "〇";
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 1rem;
	line-height: 1.6;
	text-align: center;
	color: var(--key-color-30);
}
#repair dl.faq_list dd {
	margin-bottom: 1.8rem;
	margin-left: 1.6rem;
	line-height: 2;
}
@media screen and (max-width:960px) {
	#repair img.banner {
		max-width: none;
		width: 80%;
	}
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:640px) {
	#repair img.banner {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#repair .intro {
		margin-bottom: 20px;
	}
	#repair .intro p {
		font-size: 1.1rem;
	}
	#repair .bg_box {
		font-weight: normal;
		text-align: left;
	}
}


/*------------------------------------------------
 採用情報 #recruit
------------------------------------------------*/
#recruit .intro {
	margin-bottom: 20px;
	margin-top: 5rem;
}
#recruit .personnel {
	padding-bottom: 3rem;
	background: linear-gradient(180deg, #fff 0%, #fff 20%, var(--key-color) 20%, var(--key-color) 70%);
}
#recruit .personnel .inner_1000 {
	padding-top: 0;
	padding-bottom: 80px
}
#recruit .personnel img {
	margin-bottom: 3rem;
}
#recruit .personnel h2.sub_midashi_02 {
	margin-bottom: 3rem;
	color: #fff;
}
#recruit .personnel h2.sub_midashi_02 span {
	color: #fff;
}
#recruit .personnel h2.sub_midashi_02::after {
	background-color: #fff;
}
#recruit .personnel p {
	color: #fff;
	text-align: center;
}
#recruit .interview .box {
	display: flex;
	align-items: flex-start;
}
#recruit .interview .box:not(:last-of-type) {
	margin-bottom: 4rem;
}
#recruit .interview .box img {
	margin-right: 3rem;
	width: 35%;
}
#recruit .interview .box dl {
	width: 65%;
}
#recruit .interview .box dl dt {
	background-color: var(--key-color-10);
	margin-bottom: 1.4rem;
	padding: 0.7rem 1rem;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.15rem;
	position: relative;
}
#recruit .interview .box dl dt:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  border: 8px solid transparent;
  border-top: 16px solid var(--key-color-10);
}
#recruit .interview .box dl dd {
	padding: 0 0.2rem;
	line-height: 2;
}
#recruit .requirements {
}
#recruit .requirements ul.img_list {
	display: flex;
	justify-content: center;
}
#recruit .requirements ul.img_list li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#recruit .btn_arrow {
	text-align: center;
}
#recruit .btn_arrow a {
	padding: 1rem 4rem 1rem 1.5rem;
	font-size: 1.1rem;
}
#recruit .btn_arrow a::after {
	right: 25px;
}
#recruit .btn_arrow a:hover::after {
	right: 15px;
}
@media screen and (max-width:1140px) {
	#recruit .interview.inner_1000 {
		padding-bottom: 60px;
	}
}
@media screen and (max-width:768px) {
	#recruit .inner_1000 {
		padding-bottom: 50px;
	}
	#recruit .interview.inner_1000 {
		padding-bottom: 0;
	}
	#recruit .interview {
		margin-bottom: 4rem;
	}
	#recruit .interview .box {
		margin-bottom: 2rem;
	}
	#recruit .interview .box img {
		margin-right: 1.5rem;
	}
	#recruit .requirements ul.img_list {
		flex-wrap: wrap;
	}
	#recruit .requirements ul.img_list li {
		width: 50%;
	}
	#recruit .btn_arrow a::after {
		bottom: 1.3rem;
	}
}
@media screen and (max-width:640px) {
	#recruit .intro {
		margin-top: 3rem;
	}
}
@media screen and (max-width:480px) {
	#recruit .sub_head + .inner_1000 {
		padding-bottom: 10px;
	}
	#recruit .personnel {
		margin-bottom: 0;
	}
	#recruit .personnel .inner_1000 {
		padding-top: 30px;
		padding-bottom: 40px
	}
	#recruit .personnel img {
		margin-bottom: 1.5rem;
	}
	#recruit .personnel h2.sub_midashi_02 {
		margin-bottom: 1.5rem;
		font-size: 18px;
	}
	#recruit .interview .box {
		flex-direction: column;
		align-items: center;
		margin-bottom: 2rem;
	}
	#recruit .interview .box img {
		margin-right: 0;
		margin-bottom: 1rem;
		width: 60%;
	}
	#recruit .interview .box dl {
		width: 100%;
	}
	#recruit .interview .box dl dt:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#recruit .requirements dl.info_table dt,
	#recruit .requirements dl.info_table dd {
		width: 100%;
		padding: 0.5rem 1rem;
	}
	#recruit .requirements dl.info_table dt {
		background-color: var(--key-color-5);
	}
	#recruit .requirements dl.info_table dd:first-of-type {
		border-top: none;
	}
	#recruit .requirements dl.info_table dd:not(:last-of-type) {
		padding-bottom: 1.5rem;
	}
	#recruit .requirements dl.info_table dd:nth-of-type(2n+1) {
		background-color: transparent;
	}
}




/*------------------------------------------------
 お問い合わせ　#contact
------------------------------------------------*/
#contact .intro {
	margin-bottom: 0;
}
#contact .intro .blue {
	font-size: 1.6rem;
}
#contact .tel_wrapper {
	display: flex;
	gap: 2rem;
	padding: 1.5rem;
	background-color: #fff;
}
#contact .tel_wrapper .tel_box {
	width: 50%;
	padding: 1rem 1.5rem;
	border: 2px solid var(--key-color-20);
}
#contact .tel_wrapper .title {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--key-color);
}
#contact .tel_wrapper a {
	font-size: 40px;
	line-height: 1.0;
}
#contact .tel_wrapper .tel_box a::before {
	display: inline-block;
	content: "";
	margin-right: 0.8rem;
	background-image: url( "../img/common/tel_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
}
#contact .tel_wrapper .tel_box p.time {
	margin-bottom: 0;
	padding-left: 2rem;
	font-size: 0.8rem;
}
@media screen and (max-width:768px) {
	#contact .tel_wrapper a {
		font-size: 28px;
	}
	#contact .tel_wrapper .tel_box a::before {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width:640px) {
	#contact .intro .blue {
		font-size: 1.3rem;
	}
	#contact .tel_wrapper {
		flex-direction: column;
		gap: 1rem;
		padding: 1rem;
	}
	#contact .tel_wrapper a {
		font-size: 36px;
	}
	#contact .tel_wrapper .tel_box {
		width: 100%;
	}
	#contact .tel_wrapper .tel_box a::before {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width:480px) {
	#contact .tel_wrapper a {
		font-size: 30px;
	}
	#contact .tel_wrapper .tel_box a::before {
		width: 24px;
		height: 24px;
	}
}



