@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#links {
	padding-bottom: 250px;
}
#links::before {
	background: #faede4;
	max-height: 250px;
}
#links::after {
	background: #fff;
	clip-path: polygon(100% 60%, 0% 100%, 100% 100%);
	top: auto;
	top: 0;
	left: 0;
	max-height: 250px;
}
#links .links_box {
	position: relative;
	bottom: -80px;
}
#links .links_box .box a {
	display: inline-block;
	width: 530px;
	min-height: 266px;
	border: 8px solid #fff;
	border-radius: 35px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	transition: all 0.4s;
}
#links .links_box .box a:hover {
	opacity: 1;
	transform: translateY(-10px);
}
#links .links_box .box a .top_box {
	background: linear-gradient(180deg,rgba(247, 187, 116, 1) 0%, rgba(241, 130, 0, 1) 100%);
	border-radius: 30px 30px 0 0;
	padding: 20px 30px;
	position: relative;
}
#links .links_box .box.reverse a .top_box {
	background: linear-gradient(180deg,rgba(129, 214, 246, 1) 0%, rgba(55, 190, 240, 1) 100%);
	padding: 20px 60px;
}
#links .links_box .box a .top_box::before {
	content: "";
	background: url("../img/top/btn01.png") no-repeat bottom left/100%;
	width: 161px;
	height: 230px;
	position: absolute;
	bottom: 0;
	left: -10px;
}
#links .links_box .box.reverse a .top_box::before {
	background: url("../img/top/btn02.png") no-repeat bottom right/100%;
	width: 234px;
	height: 237px;
	left: auto;
	right: 0;
}
#links .links_box .box a .top_box .txt {
	font-size : 63px;
	line-height : 80px;
	color : #fff;
	font-weight: 900;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	text-align: right;
}
#links .links_box .box.reverse a .top_box .txt {
	text-align: left;
}
#links .links_box .box a .bottom_box {
	background: linear-gradient(180deg,rgba(129, 214, 246, 1) 0%, rgba(55, 190, 240, 1) 100%);
	border-radius: 0 0 30px 30px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#links .links_box .box.reverse a .bottom_box {
	background: linear-gradient(180deg,rgba(247, 187, 116, 1) 0%, rgba(241, 130, 0, 1) 100%);
}
#links .links_box .box a .bottom_box .txt {
	font-size : 28px;
	line-height : 28.64px;
	color : #fff;
	font-weight: 500;
}
#links .links_box .box a .bottom_box .txt img {
	padding-left: 0.5em;
	position: relative;
	top: -2px;
}
#coating {
	padding-bottom: 50px;
}
#coating::before {
	background: url("../img/top/bg-main.png") no-repeat top center/cover;
	margin-top: 50px;
}
#coating::after {
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	height: 200px;
	background: #fff;
	top: auto;
	bottom: -50px;
	left: 0;
}
#coating .coating_box {
	margin-left: auto;
	position: relative;
}
#coating .coating_box .txt_box {
	width: 570px;
	min-height: 430px;
}
#coating .coating_box .txt_box .ttl {
	font-weight : bold;
	font-size : 63px;
	line-height : 80px;
	color : #F18200;
}
#coating .coating_box .txt_box .txt {
	font-size : 125%;
	line-height : 35px;
}
#coating .coating_box .img_box {
	width: 46%;
	height: 430px;
	position: absolute;
	top: 0;
	right: 0;
}
#coating .coating_box .img_box img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: top left;
}
#coating .coating_contents {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 0;
}
#coating .coating_contents dl {
	background: #fff;
	box-shadow: 2px 2px 5px rgba(241,130,0,0.3);
	padding: 10px;
}
#coating .coating_contents dt {
	margin-bottom: 15px;
}
#coating .coating_contents dd {
	padding: 10px;
}
#coating .coating_contents dd .waku {
	font-size : 110%;
	color : #fff;
	background: #37bef0;
	display: inline-block;
	padding: 0 10px;
	font-weight: 600;
}
#coating .coating_contents dd .txt {
	line-height : 23px;
}
#demolition {
	padding-bottom: 30px;
}
#demolition::before {
	background: url("../img/top/bg-main.png") no-repeat top center/cover;
	margin-top: 50px;
}
#demolition::after {
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	height: 200px;
	background: #fff;
	top: auto;
	bottom: -50px;
	left: 0;
}
#demolition .demolition_box {
	margin-left: auto;
	position: relative;
}
#demolition .demolition_box .txt_box {
	width: 570px;
	min-height: 430px;
	margin-left: auto;
}
#demolition .demolition_box .txt_box .ttl {
	font-weight : bold;
	font-size : 63px;
	line-height : 80px;
	color : #F18200;
}
#demolition .demolition_box .txt_box .txt {
	font-size : 125%;
	line-height : 35px;
}
#demolition .demolition_box .img_box {
	width: 46%;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
}
#demolition .demolition_box .img_box img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: top right;
}
#demolition .demolition_contents .box {
	background: #fff;
	box-shadow: 2px 2px 10px rgba(241,130,0,0.3);
	margin-bottom: 50px;
	position: relative;
}
#demolition .demolition_contents .box:not(:last-of-type)::before {
	content: "";
	background: url("../img/arrow02.png")no-repeat bottom center/100%;
	width: 50px;
	height: 46px;
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%);
}
#demolition .demolition_contents .box .img_box {
	width: 320px;
}
#demolition .demolition_contents .box .img_box img {
	height: 100%;
	object-fit: cover;
}
#demolition .demolition_contents .box .txt_box {
	width: calc(100% - 320px);
	padding: 30px 50px;
	position: relative;
}
#demolition .demolition_contents .box .txt_box .num {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#demolition .demolition_contents .box .txt_box .num::before {
	content: "";
	background: #faede4;
	width: 100px;
	height: 100px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: -1;
}
#demolition .demolition_contents .box .txt_box .num span {
	font-size : 60px;
	color : #000;
	position: relative;
	top: -15px;
	left: -15px;
}
#demolition .demolition_contents .box .txt_box .ttl {
	font-weight : bold;
	font-size : 34px;
	line-height : 28.64px;
	color : #F18200;
	position: relative;
	padding-bottom: 25px;
}
#demolition .demolition_contents .box .txt_box .ttl::before {
	content: "";
	background: #37bef0;
	height: 3px;
	width: 620px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#strengths {
	padding-top: 75vh;
}
#strengths::before {
	background: url("../img/top/bg01.png") no-repeat top center/contain;
}
#strengths .strengths_box .box {
	width: 100%;
	border: 5px solid #37bef0;
	background: #fff;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
}
#strengths .strengths_box .box::before {
	content: "";
	background: url("../img/top/img03.png") no-repeat top left/cover;
	width: 395px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#strengths .strengths_box .box dl {
	width: 65%;
	display: flex;
	justify-content: flex-start;
	line-height : 70px;
	position: relative;
	padding: 20px 0 0 25px;
	margin-bottom: 50px;
}
#strengths .strengths_box .box dl:last-of-type {
	margin-bottom: 0;
}
#strengths .strengths_box .box dl::before {
	content: "";
	background: #faede4;
	width: 100px;
	height: 100px;
	clip-path: polygon(0 100%, 0 0, 100% 0);
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 0;
}
#strengths .strengths_box .box dt {
	font-family: var(--font-anton);
	font-size : 60px;
	margin-right: 0.3em;
	position: relative;
	z-index: 1;
	color: #000;
}
#strengths .strengths_box .box dd {
	font-weight : bold;
	font-size : 55px;
	color : #F18200;
}
#strengths .showroom_box .box {
	width: 100%;
	border: 5px solid #37bef0;
	background: #fff;
	box-sizing: border-box;
}
#strengths .showroom_box .box img {
	width: 50%;
}
#strengths .showroom_box .box .txt_box {
	padding: 30px;
	font-size : 125%;
	line-height : 35px;
	font-weight: 600;
}
#contact h3.sub::before {
	background: url("../img/border.png") repeat-x;
	height: 27px;
	top: calc(50% - 13px);
}
#contact h3.sub span {
	width: 400px;
}
#contact h3.sub span::before,#contact h3.sub span::after {
	width: 30px;
	height: 30px;
}
#contact .box {
	border: 11px solid #06c755;
	background: #fff;
	width: 900px;
	margin: 0 auto;
	border-radius: 30px;
	padding: 40px;
	box-sizing: border-box;
}
#contact .box .txt_box {
	width: 460px;
}
#contact .box .txt_box .friend_box a {
	width: 100%;
	background: #06c755;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight : bold;
	font-size : 45px;
	line-height : 80px;
	color : #fff;
	margin-bottom: 30px;
}
#contact .box .txt_box .friend_box img {
	width: 67px;
	margin-right: .5em;
}
#contact .box .txt_box .txt {
	font-size : 125%;
	line-height : 35px;
	font-weight: 600;
}
#contact .box .img_box {
	width: 300px;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#contact .box .img_box img {
	width: 280px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#links {
		padding-bottom: 150px;
	}
	#links .links_box .box {
		width: 48%;
	}
	#links .links_box .box a {
		width: 100%;
		min-height: auto;
		border: 4px solid #fff;
	}
	#links .links_box .box a .top_box {
		padding: 10px 15px;
	}
	#links .links_box .box.reverse a .top_box {
		padding: 10px 25px;
	}
	#links .links_box .box a .top_box::before {
		width: 18vw;
		bottom: -1px;
	}
	#links .links_box .box.reverse a .top_box::before {
		width: 25vw;
	}
	#links .links_box .box a .top_box .txt {
		font-size: 5vw;
		line-height: 1.8em;
	}
	#links .links_box .box a .bottom_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#links .links_box .box a .bottom_box .txt img {
		width: 25px;
		top: -5px;
	}
	#coating {
		padding-bottom: 0;
		margin-bottom: -40px;
	}
	#coating::before {
		margin-top: 120px;
	}
	#coating::after {
		bottom: -120px;
	}
	#coating .coating_box .txt_box {
		width: 48%;
		min-height: 250px;
	}
	#coating .coating_box .txt_box .ttl {
		font-size: 22px;
		line-height: 1.8em;
	}
	#coating .coating_box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#coating .coating_box .img_box {
		width: 48%;
		height: auto;
	}
	#coating .coating_box .img_box img {
		height: 250px;
	}
	#coating .coating_contents dl {
		padding: 5px;
	}
	#demolition {
		padding-bottom: 0;
		margin-bottom: 80px;
	}
	#demolition::before {
		margin-top: 120px;
	}
	#demolition::after {
		bottom: -120px;
	}
	#demolition .demolition_box .txt_box {
		width: 48%;
		min-height: 250px;
	}
	#demolition .demolition_box .txt_box .ttl {
		font-size: 22px;
		line-height: 1.8em;
	}
	#demolition .demolition_box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#demolition .demolition_box .img_box {
		width: 48%;
		height: auto;
	}
	#demolition .demolition_box .img_box img {
		height: 250px;
	}
	#demolition .demolition_contents .box {
		flex-direction: column;
	}
	#demolition .demolition_contents .box .img_box {
		width: 100%;
	}
	#demolition .demolition_contents .box .img_box img {
		height:150px;
		width: 100%;
	}
	#demolition .demolition_contents .box .txt_box {
		width: 100%;
		padding: 25px;
	}
	#demolition .demolition_contents .box .txt_box .ttl {
		font-size: 4vw;
	}
	#demolition .demolition_contents .box .txt_box .ttl::before {
		width: 100%;
	}
	#strengths {
		padding-top: 35vw;
	}
	#strengths .strengths_box .box::before {
		width: 50%;
		background: url(../img/top/img03.png) no-repeat center left/cover;
	}
	#strengths .strengths_box .box {
		padding: 15px;
	}
	#strengths .strengths_box .box dl {
		width: 55%;
		padding: 15px 0 0 15px;
		line-height: 2em;
	}
	#strengths .strengths_box .box dl::before {
		width: 50px;
		height: 50px;
	}
	#strengths .strengths_box .box dt {
		font-size: 35px;
	}
	#strengths .strengths_box .box dd {
		font-size: 4vw;
	}
	#strengths .showroom_box .box .txt_box {
		font-size: 95%;
		line-height: 1.8em;
	}
	#contact h3.sub::before {
		background: url(../img/border.png) repeat-x top left / contain;
		height: 15px;
		top: calc(50% - 7px);
	}
	#contact .box {
		width: 80%;
		flex-direction: column;
	}
	#contact .box .txt_box {
		width: 100%;
		margin-bottom: 20px;
	}
	#contact .box .txt_box .friend_box a {
		font-size: 5vw;
		line-height: 70px;
		margin-bottom: 20px;
	}
	#contact .box .txt_box .friend_box img {
		width: 45px;
	}
	#contact .box .txt_box .txt {
		font-size: 110%;
		line-height: 1.8em;
		
	}
	#contact .box .img_box {
		width: 200px;
		height: 200px;
		margin: 0 auto;
		padding: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#links {
		padding-bottom: 40px;
	}
	#links .links_box {
		bottom: -40px;
	}
	#links .links_box .box {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	#links .links_box .box a .top_box {
		padding: 10px 30px;
	}
	#links .links_box .box.reverse a .top_box {
		padding: 10px 15%;
	}
	#links .links_box .box a .top_box .txt {
		font-size: 7.5vw;
		line-height: 1.2em;
	}
	#links .links_box .box a .top_box::before {
		width: 22vw;
	}
	#links .links_box .box.reverse a .top_box::before {
		width: 32vw;
	}
	#links .links_box .box a .bottom_box {
		padding: 10px;
	}
	#coating .coating_box {
		display: flex;
		flex-direction: column;
	}
	#coating .coating_box .main {
		order: 2;
	}
	#coating .coating_box .txt_box {
		width: 100%;
		min-height: auto;
	}
	#coating .coating_box .txt_box .ttl {
		font-size: 22px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#coating .coating_box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#coating .coating_box .img_box {
		width: 80%;
		height: auto;
		position: relative;
		order: 1;
		margin-left: auto;
		margin-bottom: 20px;
	}
	#coating .coating_box .img_box img {
		height: 180px;
	}
	#coating .coating_contents {
		justify-content: center;
		grid-template-columns: 90%;
		gap: 30px 0;
	}
	#coating .coating_contents dd {
		padding-top: 0;
	}
	#coating .coating_contents dd .waku {
		margin-bottom: 10px;
	}
	#demolition {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	#demolition .demolition_box {
		display: flex;
		flex-direction: column;
	}
	#demolition .demolition_box .main {
		order: 2;
	}
	#demolition .demolition_box .txt_box {
		width: 100%;
		min-height: auto;
	}
	#demolition .demolition_box .txt_box .ttl {
		font-size: 22px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#demolition .demolition_box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#demolition .demolition_box .img_box {
		width: 80%;
		height: auto;
		position: relative;
		order: 1;
		margin-bottom: 20px;
	}
	#demolition .demolition_box .img_box img {
		height: 180px;
	}
	#demolition .demolition_contents .box .txt_box {
		padding: 15px;
	}
	#demolition .demolition_contents .box .txt_box .num::before {
		width: 50px;
		height: 50px;
	}
	#demolition .demolition_contents .box .txt_box .num span {
		font-size: 35px;
		top: 0;
		left: -15px;
	}
	#demolition .demolition_contents .box .txt_box .ttl {
		padding-bottom: 10px;
		line-height: 1.5em;
		font-size: 4.5vw;
	}
	#demolition .demolition_contents .box .txt_box .ttl::before {
		height: 2px;
	}
	#strengths .strengths_box .box::before {
		display: none;
	}
	#strengths .strengths_box .box dl {
		width: 100%;
		margin-bottom: 20px;
	}
	#strengths .strengths_box .box dd {
		font-size: 6vw;
	}
	#strengths .showroom_box .box .txt_box {
		padding: 15px;
	}
	#contact {
		padding-top: 0;
	}
	#contact h3.sub span {
		width: 80%;
	}
	#contact .box {
		width: 95%;
		padding: 20px;
	}
}
	@media only screen and (max-width: 320px) {

	}