@charset "utf-8";

#eyecatch{
	width: 100%;
}
#eyecatch img{
	/* position: absolute;
	top: 0;
	width: 100%;
	height: 240px;
	object-fit: cover; */
}

.page_title{
	padding: 80px 10px 0;
    text-shadow: 0px 0px 5px #2c2c2c;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: 235px;
}
#eyecatch .page_title h2 {
    font-size: 3rem;
    color: #fff;
    line-height: 70px;
    margin-top: 0;
}
/* #page-content{
	padding: 3rem 0;
} */
#document {
    width: 100%;
    margin: 20px 0;
}
article.article .article_child {
    margin-bottom: 50px;
}
.company .kakomi {
    clear: both;
    margin: 0 auto;
    border: 1px solid #a60000;
    padding: 30px;
    background: #fff;
    position: relative;
    margin-bottom: 60px;
}

#topicpath li:last-child > * {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

/* ボタン */
.request {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #a60000;
    padding: 10px 0;
    font-size: 1.2rem;
    background: #fff;
    max-width: 380px;
	width: 100%;
    position: relative;
}
.request span{font-size: 1.8rem; color: #a60000; line-height: 1.3;}
/* .request span:first-child:before{
	border: 1px solid #a60000;
	color: #a60000;
	background: #fff;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	line-height: 1.4;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: absolute;
	left: 23px;
	top: 23px;
	text-align: center;
} */

.request span:first-child:before{
	border: 1px solid #a60000;
	color: #a60000;
	background: #fff;
	content: " ";
	line-height: 1.4;
		width: 23px;
		height: 23px;
	border-radius: 50%;
	position: absolute;
	left: 23px;
	top: 23px;
	text-align: center;
}
.request span:first-child:after{
	content: " ";
    position: absolute;
    left: 28px;
    top: 30px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #a60000;
    border-right: 3px solid #a60000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.request:hover{background-color: #a60000;	text-decoration: none;}
.request:hover span{color: #fff;}
.request span.black-request{ font-size: 1.4rem; color: #2c2c2c; }
.request:hover span.black-request{
	color: #fff;
}



/* Partners */
.partners-wrapper{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.partners-wrapper dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.partners-wrapper dl dt{
	border-right: 1px solid #ccc;
    font-weight: bold;
    width: 31%;
	padding-left: 110px;
}

.partners-wrapper dl dd{
	width: 69%;
	padding-left: 25px;
}

.partners-wrapper dl dt,.partners-wrapper dl dd{
	margin-bottom: 25px;
}

/* Products & Services */
.prod_serv-wrapper{
	background-color: #f4f4f4;
	padding: 1.5rem;
}

.for_link {
    margin: 13px 0 10px;
    background: #fff;
	text-decoration: none;
    display: block !important;
    padding: 20px;
	color: #4c4c4c !important;
	font-weight: bold;
	border: 1px solid #dbdbdb;
	border-radius: 7px;
	box-shadow: 2px 2px 3px #cccccc6e;
	transition: all .5s;
}
.for_link > div{
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
}

.for_link figure {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 55px;
	height: 55px;
    text-align: left;
    margin: 0;
}
.for_link figure img{
	display: block;
}
.for_link h3 {
    width: calc(100% - 50px);
    padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}

.prod_serv-leftImg{
	width: 49%;
}
.btnBox{
	width: 49%;
}
.fa-angle-right{
	margin-left: 10px;
    color: #a60000;
}
.for_link:hover{
	opacity: .7;
	transition: all .5s;
}



/* About IMI
========================================================================*/
#page_company{width: 100%; padding-bottom: 15px;}
#page_company li{max-width: 540px; width: 49%; margin-bottom: 15px; position: relative; margin-left: 0;}
#page_company a{
	display: block;
	text-decoration: none;
	padding: 10px;
	height: 100px;
	line-height: 80px;
	font-size: 1.6rem;
	border: 1px solid #c5c5c5;
	color: #2c2c2c;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 50%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 50%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 50%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
}
#page_company a:hover{background: #eaeaea; color: #2c2c2c; border: 1px solid #a60000;}
#page_company a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	color: #fff;
	background: #a60000;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	right: 13px;
	top: 40px;
	font-size: 2rem;
}
#page_company img{width: 80px; margin-right: 2%; vertical-align: middle; }
#page_company .current_page_item a{background: #c5c5c5; color: #fff;}
#page_company .current_page_item a:after{background: #666;}
#page_company .current_page_item a:hover{border: 1px solid #c5c5c5;}
#page_company.company_top a{height: auto;}
#page_company.company_top a h3{
	background: #a60000;
	padding: 15px;
	color: #fff;
	font-size: 1.8rem;
	margin: -10px -10px 10px;
	font-weight: bold;
	line-height: 1.2;
}
#page_company.company_top a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	color: #a60000;
	background: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	right: 15px;
	top: 13px;
	font-size: 2rem;
}
#page_company.company_top img{display: inline-block; width: 80px;}
#page_company.company_top p{
	display: inline-block;
	line-height: 1.5;
	width: calc(100% - 100px);
	margin: 0;
	vertical-align: middle;
}



.index-link{ display: block; transition: .4s all;}

/* Top message */
#message p{
	margin-bottom: 1rem;
}
.message-name{
	display: flex;
	justify-content: space-between;
}

.message-name div{ text-align: center; margin-top: 1rem;}
.message-name div:nth-child(1){ width: 50%;}
.message-name div:nth-child(2){ width: 43%;}








/* 会社概要 */
#document article .company_table{
	margin:20px 0 40px 0;
}
#document article .company_table ul{
	display:table;
	width:100%;
	line-height: 1;
	margin-bottom:0;
}
#document article .company_table ul li{
	display:table-cell;
    vertical-align: top;
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	width: 50%;
	line-height: 1.6;
}
#document article .company_table ul:first-of-type li{
	border-top: 1px solid #ccc;
}
#document article .company_table ul.th li{
	font-weight: bold;
	background-color: #dedede;
}
#document article .company_table ul li.th{
	font-weight: bold;
	background-color: #dedede;
	width:10%;
}
#document article .company_table ul li:first-child{
    border-left: 1px solid #ccc;
}
#document article .profile_table ul li dt{
	clear:both;
	font-weight: normal;
	float:left;
	width:26%;
}
#document article .profile_table ul li dd{
	float:left;
	width:70%;
}
#document article .history_table ul li.th{
	width:5%;
	text-align: center;
}
#document article .history_table ul li span{
    display: block;
    padding-left: 1em;
    text-indent: -.45em;
}
#document article .history_table ul li span:before{
    content: "●";
    margin-right: 5px;
    display: inline-block;
}
#document article .cs_gmap a{
    display: inline-block;
    padding: 5px 15px;
    background: #717171;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 1.2rem;
}
#document article .cs_table ul li:first-of-type{
	width: 20%;
	text-align: center;
}
#document article .cs_table ul li.textL{
	text-align: left;
	width:50%;
	vertical-align: top;
}
#document article .cs_table h3{
	font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 10px;
    color:#4c4c4c;
}
.profile_tab {
    margin-top: 5px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.profile_tab li a {
    display: block;
    border:1px solid #a60000;
    padding: 7px;
    color: #a60000;
    width: 200px;
    margin: 0 10px 0 0;
    text-align: center;
	transition: all .3s;
	text-decoration: none;
}
.profile_tab li a.active {
    background-color: #a60000;
    color:#fff;
}
.profile_tab li a:hover{
	color: #fff;
	background: #a60000;
	text-decoration: none;
}
.profile_tab li a.active:hover{
	background: #fff;
	color: #a60000;
	text-decoration: none;
}
#document article .privacy dd{
	margin-bottom: 20px;
}
#document article .agree_btn{
	padding:7px 0;
	width:200px;
	margin-right:20px;
}

/* Philosophy */
#document article .company i {
    color: #a60000;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.8rem;
}

#document article .company .slogan{
	font-size: 1.8rem;
}
#document article .company .kakomi{
	clear:both;
    margin: 0 auto;
    border: 1px solid #a60000;
    padding: 30px;
    background: #fff;
    position: relative;
    margin-bottom:60px;
}
#document article .company dt{
	margin-bottom: 10px;
	font-weight: bold;
}
#document article .company dd{
	margin-bottom: 30px;
}
.education-imgBox > div{
width: 33%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.education-imgBox > div img{

	display: block;
	object-fit: contain;
	max-height: 200px;

}

/* 会社情報 */

.profile_tab li {
    margin: 0 !important;
}
.profile article ul li.th{
	width: 14% !important;
}


/* product */
.product-flex{
	align-items: center;
}

.product-flex p{
	width: 40%;
	font-size: 1.8rem;
}
.product-flex figure{
	width: 52%;
}

#productBox {
display: flex;
flex-wrap: wrap;
margin: 50px 0;
}
#productBox dl{
	width: 25%;
}
#productBox dl dt,#productBox dl dd{
	padding: 1.5rem;
	border: 1px solid #eeeeee;
	min-height: 90px;
}
#productBox dl dt{
	background-color: #f3f3f3;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 1rem;
}

#productBox dl dd{
	font-weight: bold;
	color: #a60000;
	font-size: 1.6rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
}


/* service */
.advantage{display: flex; flex-wrap: wrap; gap: 20px;}
.service .article span{ color: #5577cc;}
.page_child{padding: 15px; margin-bottom: 20px; background: #f5f5f5; font-size: 1.2rem;}
	.page_child img{width: 100%; height: auto;}
	.page_child h4{margin-bottom: 10px;}
	.page_child li{list-style: disc; margin: 10px 20px;}
	a.page_child{text-decoration: none; color: #4c4c4c;}

	#page_sibling{margin: 30px 0;}
	a.page_sibling{
		padding: 30px 0;
		background: #cfcfcf;
		color: #4c4c4c;
		text-decoration: none;
		text-align: center;
		width: 30%;
		border-radius: 10px;
		border: 1px solid #c4c4c4;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	a.page_sibling:hover{background: #a60000; color: #fff;}
/*イメージ*/
.service article .caption-text{
	display: block;
	font-size:1.4rem;
	margin:5px 0 10px;
}
.service article .no-caption{
		display: block;
}
.service article .img-border{
	border:1px solid #aaa;
	padding:5px 10px;
	text-align: center;
}
.service article dt{
	margin-bottom: 10px;
}
.service article dd{
	margin-bottom: 20px;
}
.conductBox > div{ width: 20%; padding: 0 30px;}


/*fontオーサム*/
.service article i{
	display:inline-block;
	margin-right: 10px;
	font-size: 1.8rem;
}



.service article .kakomi { clear: unset;}
.service article dt { color: #a60000;}
.rentalmenu{background: #f9f9f9; padding: 30 30 30; margin-bottom: 15px;}
.service .img-border { background: white; border: 1px solid #d3d3d3; padding: 5px 10px; text-align: center;}
.service article .kakomi {border: 2px solid #ebb6b6; border-radius: 15px; padding: 30 30 15px 30;}

.maintenance-text{ width: 50%;}
.maintenance-img{
	width: 40%;
}



/* education */
.caption-text {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 10px;
}



.sitemap a{
	color: #4c4c4c;
	text-decoration: none;
}
.sitemap_child {
	background: #f4f4f4;
	padding: 20px;
	margin: 0 0 30px 40px;
}
@media (max-width: 1024px){
	#productBox dl{
		width: 50%;
	}
	#document article .company_table ul li.th {
		min-width: 215px;
	}

	.messageBox .width30{
		width: 40%;
	}
	.messageBox .width70{
		width: 60%;
	}
	.sitemap_child {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 840px){
	.conductBox > div{ width: 31%;}
}

@media (max-width: 740px){
	/* Partners */
	.partners-wrapper dl dt{
		padding-left: 60px;
	}
	/* Products & Services */
	.prod_serv-leftImg{
		width: 100%;
		order: 2;
		margin-top: 2rem;
	}
	.btnBox{
		width: 100%;
	}
	.for_link{
		padding: 15px;
		font-size: 1.6rem;
	}
	/* #page_company li {
		width: 48%;
	} */

	#page_company li{
		width: 100%;
		max-width: 1000px;
	}
	.education-imgBox > div > div{
		width: 49%;
	}


	.maintenance-text,.maintenance-img{
	width: 100% !important;
	}
	.maintenance-img{
		padding-left: 0 !important;
		padding-top: 20px;
	}
	.maintenance-program{
		text-align: center;
	}
	.maintenance-program img{
		max-height: 350px;
	}
	.conductBox > div{ width: 50%;}

	.profile_tab li {
		width: 33%;
		display: flex;
		align-items: stretch;
		justify-content: center;
	}

	#document article .profile_table ul li dt{
		width:100%;
		margin-top: 15px;
	}
	#document article .profile_table ul li dd{
		width:100%;

	}

	.messageBox .width30{
		width: 50%;
	}
	.messageBox .width70{
		width: 50%;
	}
	.chairman,.president{
		font-size: 75%;
	}
	.chairman{
		padding-left: 0;
	}
	.message-img{
		padding-left: 15px;
	}
	/* .president{
		padding-right: 0;
	} */


}



@media (max-width: 480px){
	/* Partners */
	.partners-wrapper dl dt{
		padding-left: 0;
		padding-right: 15px;
	}
		/* 会社情報 */
		#page_company.company_top a h3 {
			font-size: 1.6rem;
		}
	#page_company.company_top p {
		font-size: 1.4rem;
	}
.profile_tab {
    justify-content: space-between !important;
	flex-wrap: nowrap;
}

.profile_tab li:last-child a{
	margin: 0;
}
.profile_tab li a {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 90%;
}

#document article .profile_table ul li dt{width: 100%; float: none; clear: none;}
#document article .profile_table ul li dd{width: 100%; float: none;}
#document article .other_cs ul li:first-of-type{width: 20%;max-width: 90px; min-width: 90px;}
#document article .company_table ul li{padding: 10px;}
.profile article ul li.th{
	font-size: 1.6rem;
	width: 20% !important;
	min-width: 150px !important;
}
.history_table ul li.th{
	width: 20% !important;
	min-width: 80px !important;
}

.conductBox > div{ width: 100%; padding: 0 50px;}

	/* product */
.product-flex{
	align-items: center;
	justify-content: center !important;
}

.product-flex p{
	width: 100%;
	font-size: 1.6rem;
	order: 2;
	margin-top: 2rem;
}
.product-flex figure{
	width: 80%;
}

#productBox dl{
	width: 100%;
}

/*service*/

.page_child{width: 100%; margin-bottom: 10px;}
.page_child li{width: 31%; margin: 10px 0.5%;}
a.page_sibling{width: 30% !important; margin: 0 auto 10px; padding: 10px;}
a.page_sibling .lv3{margin-bottom: 10px; font-size: 1.4rem; line-height: 1.2;}
.service article .col_x4{padding: 0;}
.service article img{width: 100%; height: auto;}
.service .img-border img {
    width: auto;
    height: auto;
}

.education-imgBox > div{
	width: 100%;
	margin-top: 20px;
}




}


@media (max-width: 400px){
	/* Partners */
	.partners-wrapper dl dt,.partners-wrapper dl dd{
		font-size: 1.5rem;
	}
	.partners-wrapper dl dd{
		padding-left: 15px;
	}
}