@charset "utf-8";

/* -----------------------------------------------------------
    共通
-------------------------------------------------------------- */
.table tr td ul li {
	padding: 0 0 5px 16px;
}
.ttl-m{
	margin: 0 0 30px;
}
.access-btn {
	display: block;
	margin: 12px 0 0;
	padding: 4px 0;
	width: 80px;
	font-size: 1.4rem;
	text-align: center;
	border: solid 1px #333;
	border-radius: 5px;
}

.access-btn:hover {
	opacity: 0.5;
}


/* -----------------------------------------------------------
    サービス内容
-------------------------------------------------------------- */
.service-bnr-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0 0;
}

.service-bnr-list .service-bnr-list_item {
	width: calc((100% / 3) - 20px);
	width: calc((100% - 40px) / 3);
}

.service-bnr-box {}

.service-bnr-box a {
	display: flex;
	padding: 20px;
	background-color: var(--main-bg);
	gap: 20px;
	align-items: center;
	border-radius: 5px;
	position: relative;
	top: 0;
	z-index: 0;
}

.service-bnr-box a:hover {
	top: -5px;
	transition: .5s;
}

.service-bnr-box a::before {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	background-color: var(--main-color);
	border-radius: 5px 0 0 0;
	left: 0;
	top: 0;
	z-index: -1;
}

.service-bnr-box a::after {
	position: absolute;
	content: "";
	width: 17px;
	height: 13px;
	right: 10px;
	bottom: 10px;
}

.ihin-seiri .service-bnr-box a::after {
	background: url(../img/arrow-ihin.svg) no-repeat right center / cover;
}

.special-cleanup .service-bnr-box a::after {
	background: url(../img/arrow-specialclean.svg) no-repeat right center / cover;
}

.fire-cleanup .service-bnr-box a::after {
	background: url(../img/arrow-fire.svg) no-repeat right center / cover;
}

.garbage-cleanup .service-bnr-box a::after {
	background: url(../img/arrow-garbage.svg) no-repeat right center / cover;
}

.demolition .service-bnr-box a::after {
	background: url(../img/arrow-demolition.svg) no-repeat right center / cover;
}

.restoration .service-bnr-box a::after {
	background: url(../img/arrow-restoration.svg) no-repeat right center / cover;
}

.service-bnr-box img {
	border-radius: 5px;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.service-bnr-box .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	/* color: var(--main-color); */
	line-height: 1.5;
	position: relative;
}

.service-bnr-box .ttl::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

	.service-bnr-list {
		gap: 20px;
	}

	.service-bnr-list .service-bnr-list_item {
		width: calc((100% / 2) - 10px);
	}

	.service-bnr-box a {
		flex-direction: column;
		padding: 15px;
		border-radius: 10px;
		gap: 15px;
		align-items: center;
	}

	.service-bnr-box a::before {
		width: 90px;
		height: 90px;
		border-radius: 10px 0 0 0;
	}

	.service-bnr-box img {
		width: 100%;
		height: 100px;
		object-fit: cover;
		border-radius: 10px;
	}

	.service-bnr-box .ttl {
		font-size: 1.6rem;
	}

}

/* -----------------------------------------------------------
    company
-------------------------------------------------------------- */
.underline {
	text-decoration: underline;
}

.company-area {
	margin: 80px auto 0;
	/*position: relative;*/
}

/* メイン 企業情報　文字 */
#company .page-title-area .top-en span {
	color: var(--red);
}

#company .page-title-area .top-en {
	font-size: 8.0rem;
	color: var(--black);
	font-family: var(--font-en);
	font-weight: bold;
	line-height: 1;
}

#company .page-title-area .top-jp {
	font-size: 2.8rem;
	margin: 10px 0 0;
	font-weight: 600;
}

/* 余白　移動時 */
#company a.anchor {
	display: block;
	padding-top: 40px;
	margin-top: -40px;
}

/* タイトル　文字*/
#company .sec-ttl .en {
	font-size: 5.0rem;
	font-weight: bold;
	font-family: var(--poppins);
	line-height: 1;
}

#company .sec-ttl .en .base {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: var(--poppins);
	line-height: 1;
}

#company .sec-ttl .jp {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 10px 0 0;
}

#company .sec-catch {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 30px 0;
	line-height: 1.4;
}

/* table */
#company table {
	width: 100%;
	border-top: solid 1px #ddd;
	border-collapse: collapse;
	line-height: 1.7;
	margin: 30px 0 0;
}

#company table tr {
	border-bottom: solid 1px #ddd;
	display: block;
}

#company table th {
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: left;
	font-weight: bold;
	position: relative;
	padding: 20px 0 20px 20px;
	width: 200px;
	vertical-align: top;
	background: #fff;
	color: #333;
}

/* #company table th::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
	background: var(--red);
	width: 5px;
	height: 5px;
	border-radius: 5px;
} */
#company table td {
	padding: 20px;
	vertical-align: top;
}

#company .box-com {
	padding: 0 0 100px;
}


/* 代表挨拶 */
#company .box-com.greeting-box {
	padding: 0 0 30px;
}

#company #greeting .section-area p {
	padding: 0 0 20px;
	line-height: 2;
}

#company #greeting .img {
	text-align: center;
	margin: 30px 0 0;
}

#company #greeting .img img {
	width: 100%;
}

#company #greeting .section-catch {
	font-size: 4rem;
	margin: 20px 0 20px;
	line-height: 1.4;
}

#company #greeting .name {
	text-align: right;
	line-height: 1.6 !important;
	font-weight: bold;
}


/* 会社概要 */
#profile .sub-profile {
	display: flex;
	align-items: baseline;
	margin: 50px 0 0;
}

#profile .profile-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}

#profile .job span {
	font-weight: bold;
}

/* 保有資格・許可 */
#license .section-area {
	margin: 30px 0 0;
}
#license h4{
	font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 0 16px;
    margin: 20px 0 15px;
    position: relative;
}
#license h4::before{
	background: var(--cmn-color);
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 4px;
}
/* アクセス */
#company .access-box {
	padding: 0 !important;
}

#company .access-box iframe {
	width: 100%;
	height: 400px;
}

#company .access-box .name {
	margin: 30px 0 20px;
	font-size: 2.2rem;
}

#company .access-box .basic-txt {
	margin: 20px 0 0;
}

#company #certification table {
	margin: 10px 0 0;
}

#certification .name {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {

	/* #company .page-title-area {
		margin: 30px 0 0;
	} */
	#company .page-title-area .top-en {
		font-size: 4.0rem;
		line-height: 1;
		margin: 0 0;
		padding: 0 0;
	}

	#company .page-title-area .top-jp {
		font-size: 2.0rem;
		line-height: 1.5;
		margin: 0 0;
		padding: 0 0;
	}

	#company a.anchor {
		display: none;
	}

	.company-area {
		margin: 50px 0 0;
	}

	#company .company-img {
		width: 100%;
		padding: 0 20px;
	}

	#company .company-img img {
		width: 100%;
	}

	#company .sec-ttl .en {
		font-size: 3.2rem;
	}

	#company .sec-ttl .jp {
		font-size: 1.8rem;
		margin: 5px 0 0;
	}

	#company .sec-catch {
		font-size: 2.2rem;
		margin: 30px 0 20px;
	}

	/* table */
	#company table {}

	#company table tr {
		border-bottom: solid 1px #ddd;
	}

	#company table th {
		padding: 12px 0 0 0;
		width: auto;
		display: block;
	}

	#company table th::before {
		top: 30px;
	}

	#company table td {
		padding: 12px 0 20px 0;
		;
		display: block;
	}

	#company .box-com {
		/*
		padding: 100px 20px 0;
		margin: -100px 0 0;
		*/
		padding: 0 20px 50px;
		padding-top: 60px;
		margin-top: -60px;
	}

	#certification.box-com {
		padding: 0 20px 30px;
		padding-top: 60px;
		margin-top: -60px;
	}

	/* 代表挨拶 */
	#company .box-com.greeting-box {
		padding: 50px 20px 30px;
	}

	#company #greeting p {
		padding: 0 0 0;
		line-height: 1;
	}

	#company #greeting .section-catch {
		font-size: 2.6rem;
		margin: 10px 0 15px;
	}

	/* 会社概要 */
	#profile .sub-profile {
		align-items: center;
		margin: 30px 0 0;
	}

	#profile .profile-title {}

	#profile img {
		width: 100px;
		margin: 0 20px 0 0;
	}

	/* 保有資格・許可 */
	#license .section-area {
		margin: 20px 0 0;
	}

	/* アクセス */
	#company .access-box {
		padding: 0 20px !important;
	}

	#company .access-box iframe {
		height: 300px;
	}

	#company .access-box .name {
		margin: 30px 0 15px;
		font-size: 2rem;
	}

	#company .access-box .basic-txt {
		margin: 15px 0 0;
	}

	#company iframe {
		width: 100%;
	}

}

/* -----------------------------------------------------------
    side-nav
-------------------------------------------------------------- */
.contents-left {
	width: 880px;
	float: left;
	padding: 0 0;
}

.contents-right {
	margin: -160px 0 0;
	width: 250px;
	float: right;
}

.contents-right #side-scroll {
	margin: 160px 0 100px;
	position: fixed;
	width: 250px;
	top: 55px;
}

.contents-right #side-scroll .company-logo {
	margin: 0 0 20px;
	text-align: center;
	font: 700 2.2rem / 1 'Montserrat', sans-serif;
	letter-spacing: .1em;
	/* color: var(--red); */
	color: var(--blue);
}

.contents-right .ttl-s {
	background-size: 100% auto;
	padding: 15px 25px 20px;
}

.contents-right .ttl-s span {
	font-size: 2rem;
}

.contents-right .side-nav {}

.contents-right .side-nav li {
	background: #F1F4F6;
	margin: 10px 0 0;
	border-radius: 5px;
}

.contents-right .side-nav li p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	transition: 0.5s;
	font-weight: bold;
}

.contents-right .side-nav li p::after {
	/*
	background: #7C7C84;
	*/
	content: "";
	bottom: 0;
	display: block;
	margin: auto;
	position: absolute;
	right: 10px;
	top: -5px;
	transition: 0.5s;
	width: 17px;
	height: 13px;
	background: url("../img/arrow-blue.svg") no-repeat left top / contain;
	z-index: 1;
}

.contents-right .side-nav li p:hover::after {
	right: 5px;
}

.contents-right .side-nav li p span {
	color: var(--blue);
	font: 600 1.2rem / 1 var(--font-en);
}

.contents-right .side-nav li p span.side-c-txt {
	color: var(--red);
	font: 500 1.2rem / 1 var(--font-en);
}

.contents-right .side-nav li a {
	display: block;
}

.contents-right .side-nav li a:hover {
	opacity: 0.5;
}


@media screen and (max-width: 768px) {
	.contents-left {
		width: 100%;
		padding: 0 0 0;
	}

	.contents-right {
		margin: 0;
		width: 100%;
		float: none;
		display: none;
	}

	.contents-right #side-scroll {
		margin: 30px 0 0;
		position: unset;
		width: 100%;
		padding: 0 20px 20px;
	}

	.contents-right #side-scroll img {
		width: 280px;
		display: block;
		margin: 0 auto;
	}

	.content-right .ttl-s {
		padding: 15px 0;
	}

	.contents-right .ttl-s span {
		font-size: 1.8rem;
	}

	.contents-right .side-nav li p {
		font-size: 1.6rem;
		line-height: 1;
	}

	.contents-right .side-nav li p span {
		font-size: 1.0rem;
	}

	.contents-right .side-nav li a {
		background: url(../img/side-arrow.png) no-repeat right 10px center;
	}

	.contents-right .side-nav li a:hover {
		background: url(../img/side-arrow.png) no-repeat right 10px center;
	}

}

/* -----------------------------------------------------------
    GoogleMap
-------------------------------------------------------------- */
#company .com-map {
	margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {

	#company .com-map {
		margin: 20px 0 0 0;
	}

}

/*    company-nav
-------------------------------------------------------------- */
.com-sp-nav {
	display: none;
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px) {
	.com-sp-nav {
		position: fixed;
		top: 56px;
		display: block;
		width: 100%;
		z-index: 2;
	}

	.acd-check {
		display: none;
	}

	.acd-label {
		background: #333;
		color: #fff;
		display: block;
		margin-bottom: 1px;
		padding: 10px;
	}

	.acd-content {
		border: none;
		height: 0;
		opacity: 0;
		padding: 0 10px;
		transition: .5s;
		visibility: hidden;
	}

	.acd-check:checked+.acd-label+.acd-content {
		height: 100%;
		opacity: 1;
		padding: 10px;
		visibility: visible;
		background: #F1F1F1;
		border: none;
	}

	.com-sp-nav ul {
		padding: 20px 20px;
		display: block;
	}

	.company-nav ul li a {
		background: #fff;
		margin: 0 0 10px 0;
		padding: 15px 20px 15px 10px;
		position: relative;
		color: #333;
		display: block;
		font-weight: 700;
	}

	.company-nav ul li a.last-list {
		margin: 0 0 0;
	}

	.company-nav ul li a::before {
		content: "\f105";
		color: #333;
		display: block;
		font-family: FontAwesome;
		font-size: 1.6rem;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 18px;
	}
}

/* -----------------------------------------------------------
    沿革
-------------------------------------------------------------- */
#history .content-wrap {
	margin: 30px 0 0;
}

.year-box {
	display: flex;
	gap: 40px;
}

.year-box .year {
	font-size: 2.0rem;
	/* line-height: 1; */
	font-weight: 600;
	font-family: 'Lato';
}

.year-box .content-box {
	display: flex;
	padding: 0 0 0 40px;
	border-left: solid 1px #333;
}

.year-box .content-box ul li {
	display: flex;
	align-items: center;
	gap: 60px;
	margin: 0 0 30px;
	position: relative;
}

.year-box .content-box ul li::before {
	position: absolute;
	top: 9px;
	left: -47px;
	width: 12px;
	height: 12px;
	margin: auto;
	content: '';
	border-radius: 50%;
	background: var(--main-color);
}

.year-box .content-box ul li .date {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
}

@media screen and (max-width: 768px) {
	.year-box {
		gap: 20px;
	}

	.year-box .year {
		font-size: 2rem;
		line-height: 1.4;
		white-space: nowrap;
	}

	.year-box .content-box {
		padding: 0 0 0 20px;
	}

	.year-box .content-box ul li {
		display: block;
	}

	.year-box .content-box ul li::before {
		width: 8px;
		height: 8px;
		left: -25px;
	}

	.year-box .content-box ul li .date {
		font-size: 1.4rem;
	}

	.year-box .content-box ul li .txt {
		font-size: 1.5rem;
		line-height: 1.6;
	}

}