@charset "utf-8";

/* CSS Document */

body {
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fffcf5;
	color: #444444;
}

/* ---------- common ---------- */
a {
	transition: ease 0.3s;
}

a:hover {
	opacity: 0.6;
}

.more-bt a {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 100px;
	box-sizing: border-box;
	min-width: 250px;
	text-align: center;
}

.more-bt a p,
.more-bt a i {
	display: inline-block;
	color: #fffcf5;
	line-height: 1;
	font-weight: bold;
}

.more-bt a i {
	font-size: 20px;
	margin-left: 15px;
	transform: translateY(2px);
	transition: ease 0.3s;
}

.more-bt a:hover i {
	transform: translateY(2px) translateX(3px);
}


.more-bt a p,
.more-bt a i {
	color: #444;
}

/* ---------- menu-bt ---------- */
.menu-bt {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 120px;
	height: 120px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	z-index: 99;
	cursor: pointer;
}

.menu-bt>div {
	width: 56px;
	height: 4px;
	border-radius: 4px;
	background-color: #f99932;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease 0.5s;
}

.menu-bt>div:nth-of-type(2) {
	transform: translate(-50%, -16px);
}

.menu-bt>div:nth-of-type(3) {
	transform: translate(-50%, 12px);
}

.menu-bt.active>div:nth-of-type(1) {
	transform: translate(100%, -50%);
	
}

.menu-bt.active>div:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-bt.active>div:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* goto */
.menu-bt {
	top: 0;
	right: 0;
	border-radius: 0;
	box-shadow: none;
}

.menu-bt>div {
	border-radius: 0;
	background-color: #eb6100;
	transition: ease 0.3s;
}
.menu-bt.active>div {
	background-color:  #fffcf5;
}

/* ---------- more ---------- */
.more-bt {
	position: relative;
	width: 360px;
	height: 80px;
	transition: all 0.3s;
}

.more-bt a {
	position: relative;
	width: 360px;
	height: 80px;
	border: 1px solid #444444;
	border-radius: 0;
	padding: 0;
	transition: all 0.3s;
	z-index: 1;
}

.more-bt a:hover {
	transform: translate(5px, 5px);
	opacity: 1;
}

.more-bt a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	bottom: -10px;
	right: -10px;
	transition: all 0.3s;
	z-index: 0;
}

.more-bt a:hover::after {
	transform: translate(-9px, -9px);
}

.more-bt a p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ---------- menu-wrap ---------- */
.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	box-sizing: border-box;
	padding: 150px 5%;
	background-color: #1f296a;
	overflow: auto;
}

/* goto */
.menu-wrap::after {
}

.menu-wrap.active::after {
	opacity: 0.9;
	border-radius: 0;
}

.menu-wrap>div {
	position: relative;
	z-index: 2;
}

.menu-wrap>div::before {
	content: "";
	height: calc(100vh - 300px);
}

.menu-wrap .ul-box {
	width: 100%;
}

.menu-wrap .ul-box .li-box {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 2.5% 5%;
}

.menu-wrap .ul-box .li-box a {
	display: inline-block;
}

.menu-wrap .ul-box .li-box a p {
	color: #fffcf5;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* ---------- header ---------- */
.header .logo {
	position: fixed;
	width: 140px;
	height: 140px;
	top: 0;
	left: 0;
	border-radius: 0 0 100px 0;
	z-index: 9;
}

.header .logo a {
	width: 92px;
	top: 40%;
}

.header .nav {
	display: none;
	position: absolute;
	top: 50px;
	right: 80px;
	z-index: 8;
}

.header .nav div:not(:last-of-type) {
	margin-right: 40px;
}

.header .nav div a {
	display: block;
}

.header .nav div a:hover {
	transform: translateY(-3px)
}

.header .nav div a p {
	color: #f99932;
	font-weight: bold;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.header {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	width: calc(100% - 100px);
	height: 120px;
	margin: 50px;
	top: 0;
	right: auto;
	left: 0;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0px 5px 15px #0000001A;
}

.header .nav {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	align-items: center;
	top: 0;
	right: 0;
}

.header .logo {
	position: relative;
	width: 20%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0;
	margin-right: auto;
	padding: 10px 20px;
}

.header .logo a {
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.nav-li {
	width: calc(100% / 6);
	max-width: 200px;
	white-space: nowrap;
	margin-right: 50px;
}
.header .nav-li.service-bt{
	position: relative;
}
.header .nav-li.service-bt .service-menu{
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	padding: 20px;
	display: none;
}
.header .nav-li.service-bt .service-menu a:not(:last-of-type){margin-bottom: 10px;}
.header .nav-li.service-bt:hover .service-menu,.header .nav-li.service-bt:hover .service-menu:hover{
	display: block;
}
.header .nav-li.service-bt .service-menu a{
	
	transition: ease 0.5s;
}
.header .nav-li.service-bt:hover .service-menu a{
	opacity: 1;
}
.header .nav .nav-li p {
	color: #444444;
	text-shadow: none;
	letter-spacing: 1.6px;
	font-weight: bold;
	cursor: pointer;
}
.header .insta-link{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);	
}
.header .insta-link{
	display: block;
	width: 10%;
	padding: 30px;
	position: relative;
}
.header .insta-link i{
	color: #ffffff;
	font-size: 24px;
}
.header .insta-link p{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.header-contact {
	position: relative;
	width: 13%;
	background-color: #1F296A;
	left: auto;
	right: 0;
	text-align: center;
}

.header-contact a {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-contact a .fa-envelope {
	font-size: 30px;
}

.header-contact-txt {
	display: block;
	line-height: 2;
	white-space: nowrap;
}

/* ---------- footer ---------- */
.footer .map iframe {
	width: 100%;
	height: 500px;
}

.footer .footer-wrap p {
	color: #fffcf5;
}

.footer .footer-wrap .footer-info .logo {
	width: 100px;
}

.footer .footer-wrap .footer-menu .ul-box .li-box:not(:last-of-type) {
	margin-bottom: 20px;
}

.footer .footer-wrap .footer-menu .ul-box .li-box a {
	display: inline-block;
}

.footer .footer-wrap .footer-menu .ul-box .li-box a p {
	font-weight: bold;
}

.footer {
	background-color: #fff;
}

.footer .footer-wrap p {
	color: #444444;
}

.footer-left .logo {
	width: 274px;
}

.footer-left .logo img {
	height: 60px;
	width: auto;
}

.sns-link {
	margin-top: 40px;
}

.sns-link-item i {
	color: #444;
	font-size: 30px;
}

.footer-right {
	text-align: center;
}

.footer-txt {
	font-size: 18px;
	letter-spacing: 0.9px;
}

.footer-freedial {
	display: inline-block;
	margin: 30px 0;
}

.footer-freedial:hover {
	cursor: pointer;
}

.footer-freedial img {
	position: relative;
	width: 50px;
	top: -2px;
	margin-right: 30px;
}

.footer-freedial-num {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
}

.footer .footer-wrap .footer-freedial-num {
	color: #EB6100;
}

.right-info {
	display: flex;
	gap: 50px;
}

.right-info p {
	font-weight: bold;
}

.t-point-banner {
	width: 280px;
	margin-top: 30px;
}

.copyright {
	color: #fff;
	background-color: #EB6100;
	font-weight: normal;
	padding: 4px 0;
}

/* ---------- link-bt ---------- */
.link-bt {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.link-bt>div a {
	display: block;
	text-align: center;
	padding: 20px 10px;
	border-radius: 10px 0 0 10px;
}

.link-bt>div a p {
	font-weight: bold;
}

/* ---------- page-title ---------- */
.page-title {
	position: relative;
	padding: 100px 0 130px;
	background-position: center center;
	background-size: cover;
}

.page-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fffcf5;
	opacity: 0.70;
	z-index: 1;
}

.page-title .page-title-txt {
	position: relative;
	z-index: 3;
	font-size: 40px;
	color: #f99932;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 3px 0 rgba(255, 255, 255, 1);
}

.page-title .page-title-item {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

/* sub page */
.page-title {
	height: 600px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.page-title::after {
	background-color: #eb6100;
	opacity: 0.3;
}

.page-title .page-title-txt {
	position: relative;
	top: 60%;
	transform: translateY(-50%);
	font-size: 42px;
	letter-spacing: 4.2px;
	color: #FFFCF5;
	text-shadow: none;
}

/* sub service link */
.sub-service-link .service-contents {
	display: flex;
	flex-wrap: nowrap;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 100px;
}

.sub-service-item {
	position: relative;
	width: 25%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.sub-service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #131844CC 0%, #1F296ACC 100%);
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s;
	overflow: hidden;
}

.sub-service-item.exterior {
	background-image: url(../images/service01_bg.jpg);
}

.sub-service-item.disaster-prevention {
	background-image: url(../images/service02_bg.jpg);
}

.sub-service-item.reform {
	background-image: url(../images/service03_bg.jpg);
}

.sub-service-item.floor-coating {
	background-image: url(../images/service04_bg.jpg);
}

.sub-service-item:hover,.sub-service-item.on{
	cursor: pointer;
	overflow: hidden;
}

.sub-service-item:hover::after,.sub-service-item.on::after {
	width: 0;
	left: 100%;
}

.sub-service-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.sub-service-item a:hover,.sub-service-item.on a{
	opacity: 1;
}

.sub-service-item:hover a,.sub-service-item.on a{
	text-shadow: 0 0 10px black;
}

.service-item-box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.service-item-title,
.service-item-subtitle,
.service-more {
	color: #fff;
	position: relative;
}

.service-item-title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.service-item-subtitle {
	font-size: 20px;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.service-more {
	letter-spacing: 2.8px;
	font-size: 14px;
}

/* ANIME */

/* color */
.txt-color-nomal {
	color: #444444;
}

.txt-white {
	color: #fff;
}

.txt-red {
	color: red;
}

.txt-color1 {
	color: #EB6100;
}

.txt-color2 {
	color: #fff3d7
}

.txt-color3 {

	color: #1F296A;
}

.txt-color4 {
	color: #eaffdc
}

.bg-white {
	background-color: #fffcf5;
}

.bg-black {
	background-color: black
}

.bg-color1 {
	/* background-color: #f99932; */
	background-color: #EB6100;
}

.bg-color2 {
	background-color: #fff3d7
}

.bg-color3 {
	/* background-color: #5bbc64 */
	background-color: #1F296A;
}

.bg-color4 {
	background-color: #eaffdc
}

.border-color1 {
	/* border-color: #f99932 */
	border-color: #EB6100;
}

.border-color2 {
	border-color: #fff3d7
}

.border-color3 {
	/* border-color: #5bbc64; */
	border-color: #1F296A;
}

.border-color4 {
	border-color: #eaffdc
}

.hvr-txt-color-nomal:hover {
	color: #444444;
}

.hvr-txt-white:hover {
	color: #fffcf5;
}

.hvr-txt-red:hover {
	color: red;
}

.hvr-txt-color1:hover {
	/* color: #f99932 */
	color: #EB6100;
}

.hvr-txt-color2:hover {
	color: #fff3d7
}

.hvr-txt-color3:hover {
	/* color: #5bbc64; */
	color: #1F296A;
}

.hvr-txt-color4:hover {
	color: #eaffdc
}

.hvr-bg-white:hover {
	background-color: #fff;
}

.hvr-bg-black:hover {
	background-color: black
}

.hvr-bg-color1:hover {
	background-color: #EB6100;
}

.hvr-bg-color2:hover {
	background-color: #fff3d7
}

.hvr-bg-color3:hover {
	background-color: #1F296A;
}

.hvr-bg-color4:hover {
	background-color: #eaffdc
}

.hvr-border-color1:hover {
	color: #EB6100;
}

.hvr-border-color2:hover {
	border-color: #fff3d7
}

.hvr-border-color3:hover {
	border-color: #1F296A;
}

.hvr-border-color4:hover {
	border-color: #eaffdc
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}

/* ---------- 1200px ~ ---------- */
@media screen and (max-width: 1200px) {
	.page-title .page-title-txt {
		font-size: 32px;
	}
	.header .nav div:not(:last-of-type){
		margin-right: 30px;
	}
	/* goto */
	.header {
		height: 100px;
	}
	
	.header .nav .nav-li p,.header-contact-txt,.header .insta-link p{
		font-size: 14px;
	}
	.header-contact a .fa-envelope{
		font-size: 24px;
	}
    .service-item-subtitle{font-size:18px;}
  .service-item-title{font-size:24px;}
}

/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px) {
	.page-title .page-title-txt {
		font-size: 30px;
	}

	.menu-bt {
		width: 90px;
		height: 90px;
	}

	.menu-bt>div {
		width: 42px;
		height: 4px;
	}

	.menu-wrap .ul-box .li-box {
		width: 33.3333%;
	}

	.menu-wrap .ul-box .li-box a p {
		font-size: 16px;
	}

	/* goto */
	.header {
		width: 100%;
		height: 90px;
		margin: 0;
	}

	.header .nav {
		display: none !important;
	}

	.header .logo {
		width: 150px;
		padding: 0;
		border-radius: 0;
	}

	.header .logo a {
		width: 100%;
		left: 10px;
	}
	
	.header-contact,.header .insta-link{
		width: 100px;
		right: 90px;
	}
	
	.menu-bt {
		display: block !important;
	}
  

}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.page-title {
		height: 450px;
		padding: 100px 0 100px;
		margin-top: 90px;
	}

	.page-title h1 {
		font-size: 24px;
	}

	.menu-wrap .ul-box .li-box {
		padding: 2.5% 3%;
	}

	.header .logo {
		width: 150px;
		height: 100px;
		border-radius: 0 0 60px 0;
	}

	.header .logo a {
		width: 100%;
		left: 40%;
	}

	.link-bt {
		width: 80%;
		right: 10%;
		top: auto;
		bottom: 10px;
		transform: translateY(0);
		z-index: 9;
	}

	.link-bt>div {
		width: 40%;
	}

	.link-bt>div a {
		display: block;
		text-align: center;
		padding: 15px 10px;
		border-radius: 10px;
	}

	/* goto */

	.footer-wrap {
		justify-content: center;
	}

	.footer-left {
		text-align: center;
		margin-bottom: 30px;
	}

	.menu-wrap .ul-box .li-box {
		width: 50%;
	}

	/* sub service link */
	.sub-service-link .service-contents {
		flex-wrap: wrap;
	}

	.sub-service-item {
		width: 50%;
		height: 250px;
	}

	.service-item-box {
		width: 100%;
	}

	.service-item-title {
		font-size: 24px;
	}
	.service-item-subtitle{
		font-size: 18px;
	}

	.section.sub-service-link {
		position: relative;
		top: 0px;
	}
}

/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.page-title {
		padding: 80px 0 80px;
	}

	.page-title .page-title-txt {
		top: 50%;
		font-size: 20px;
	}

	.more-bt a p,
	.more-bt a i {
		font-size: 14px;
	}

	.header .logo {
		width: 80px;
		height: 80px;
		border-radius: 0 0 40px 0;
	}

	.header .logo a {
		width: 50px;
		left: 50%;
	}

	.footer .map iframe {
		width: 100%;
		height: 300px;
	}

	.menu-bt {
		width: 60px;
		height: 60px;
		top: 15px;
		right: 15px;
	}

	.menu-bt>div {
		width: 30px;
		height: 3px;
	}

	.menu-bt>div:nth-of-type(2) {
		transform: translate(-50%, -12px);
	}

	.menu-bt>div:nth-of-type(3) {
		transform: translate(-50%, 9px);
	}

	.menu-wrap {
		padding: 50px 5%;
	}

	.menu-wrap .ul-box .li-box {
		width: 100%;
	}

	.menu-wrap .ul-box .li-box:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.menu-wrap .ul-box .li-box a p {
		font-size: 14px;
	}

	.link-bt {
		width: 90%;
		right: 5%;
	}

	.link-bt>div {
		width: 48%;
	}

	/* header */
	.header {
		height: 70px;
	}

	.header .logo {
		width: 100px;
		height: 70px;
		border-radius: 0;
	}

	.header .logo a {
		width: 100%;
		left: 10px;
	}

	.header-contact ,.header .insta-link{
		width: 70px;
		right: 70px;
	}

	.header-contact-txt ,.header .insta-link p{
		font-size: 10px;
	}

	.menu-bt {
		width: 70px;
		height: 70px;
		top: 0px;
		right: 0px;
	}

	/*　footer　*/

	.right-info {
		flex-wrap: wrap;
		gap: 10px;
	}

	.right-info>.tel,
	.right-info>p {
		width: 100%;
	}

	.footer-txt {
		font-size: 16px;
	}

	.footer-freedial img {
		width: 44px;
		margin-right: 15px;
	}

	.footer-freedial-num {
		font-size: 26px;
	}

	/* more */
	.more-bt {
		width: 90%;
		max-width: 300px;
		min-width: unset;
	}

	.more-bt a {
		width: 100%;
	}

	/* sub */
	.page-title {
		height: 300px;
	}

	.exterior .page-title {
		margin-top: 70px;
	}

	.page-title {
		margin-top: 70px;
	}

	/* sub service link */
	.sub-service-item {
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
  .header .logo a{width:90%;}
  .footer-freedial-num{font-size:24px;}
  .footer-freedial img{width:34px;margin-right:10px;}
}