@charset "utf-8";

html {
	height: 100%;
	font-family:  'Poppins', sans-serif;
}
input, select {
	/* -webkit-appearance: none;
	appearance: none; */
	border: 1px solid #000;
	border-radius: 0px;
  }
  h1,h2,h3,h4,h5,menu,p{
	margin: 0;
	padding: 0;
}
menu{
	padding: 0;
}
span.skew{
	display: inline-block;
	transform: skew(-15deg);
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
ol{
	padding-inline-start:20px;
}
*{
	position: relative;
}
body {
	width: 100%;
	padding: 120px 0 0 0;
	margin: 0;
}

a{
	color: inherit;
	text-decoration: none;
}



















/* ハンバーガーメニュー */

div#hbg{
	z-index: -1000;
}



/* オーバーレイメニュー */


div#overlay{
	z-index: 1500;
	position: fixed;
	display: flex;
	width: 100%;
	height: 100vh;
	background:linear-gradient(to right, #f7e135, #c6413e);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	right: -120vw;
	top: 0;
	transition: all .2s ease;
	color: #fff;
}
div#overlay h2{
	text-align: center;
	color: #fff;
}
div#overlay a{
	display: block;
	text-decoration: none;
	color: inherit;
	margin-top: 1em;
}
div#overlay a>span{
	display: block;
}
div#overlay a>span:first-child{
	font-size: 1.6em;
	font-weight: 700;
}

div#overlay a>span:last-child{
	font-size: .92em;
	font-weight: 400;
	position: relative;
	top: -3px;
}















header{
	background-color: #fff;
	width: 100%;
	position: fixed;
	height: 120px;
	overflow: hidden;
	color: #222;
	z-index: 9999;
	top: 0;
	left: 0;
	transition: all .2s;
}
header.fixed{
	background-color: #ffffff99;
	height: 80px;
	position: fixed;
}


header>div{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	max-width: 1024px;
	margin: auto;
	transition: all .16s ease-in;
}
header.fixed>div{

	max-width: 1200px;
}

header>div>a{
	display: flex;
	align-items: center;
	width: 140px;
	height: 80px;
	box-sizing: border-box;
}
header>div>a>*#logo{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
header.fixed>div>a>*#logo{
	display: block;
	width: 100%;
	height: 80%;
}

header>div>a>*>span{
	display: none;
}

header>div>menu{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
header>div>menu>ul{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
header>div>menu>ul>li>a{
	display: block;
	padding: 0 0.5em;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	transition: all .2s;
}
header>div>menu>ul>li>a:hover{
	color: #f7e135;
}
header>div>menu>div.contact{
	text-align: center;
	background-color: #f7e135;
	padding: .2em 1em;
	border-radius: 100px;
	line-height: 1em;
	margin: 0 1em;
}
header>div>menu>div.contact>div.txt{
	font-size: .6em;
	font-weight: bold;
}
header>div>menu>div.contact>div.num{
	font-size: 1.14em;
	font-weight: bold;;
}
header>div>menu>div.contact>div.num>small{
	font-weight: normal;
}





div.mv{
	width: 100%;
	height: 600px;
	margin: 0;
	background-color: #f7e135;
	background:linear-gradient(to right, #f7e135, #c6413e);
}
div.mv>div{
	max-width: 1200px;
	height: 100%;
	margin: 1em auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
}
div.mv>div>div.txt{
	width: 40%;
	box-sizing: border-box;
	padding: 2em;
}
div.mv>div>div.txt>span{
	display: block;
	color: #f7e135;
	color: #111;
}
div.mv>div>div.txt>span.main{
	font-size: 5.5em;
	font-weight: bold;
}
div.mv>div>div.txt>span.sub{
	font-size: 1.8em;
	line-height: 120%;
	font-weight: bold;
}


div.mv>div>div.img{
	width: 60%;
	height: 80%;
	background-color: #00000022;
	background-image: url(../img/mv.png);
	background-size: cover;
	background-position: left center;
}





section{
	background-color: #cfcfcf;
}
section>div.wrapper{
	max-width: 1200px;
	margin: auto;
}

section#topcatch{
	background-color: #222;
	color: #ddd;
	z-index: 2;
}
section#topcatch>div.wrapper{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}
section#topcatch div.txt{
	width: 50%;
	box-sizing: border-box;
	padding: 0 2em;
}
section#topcatch div.txt>p{
	margin: 1em 0;
}


section#topcatch div.img{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	
}
section#topcatch div.img>div{
	background-color: #c6413e55;
	position: absolute;
	height: auto;
	box-shadow: 0 0 10px -2px #00000088;
}
section#topcatch div.img>div.item1{
	background-color: #c6413e;
	width: 50%;
	aspect-ratio: 1/1;
	top: -220px;
}
section#topcatch div.img>div.item2{
	background-color: #f7e135;
	width: 35%;
	aspect-ratio: 1/1;
	right: 10%;
	top: -40px;
}





section#service{
	background-color: #eee;
	padding: 80px 0;
}


section#service>div>h2{
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
}
section#service>div>h2>span{
	display: block;
}
section#service>div>h2>span.ja{
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #666;
}

section#service>div>h2>span.en{
	font-size: 2.2em;
	font-weight: 400;
	color: #3568ff;
	color: #000;
}

section#service>div>ul{
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-around;
	padding: 80px 0 0;
}

section#service>div>ul>li{
	width: 23%;
	box-sizing: border-box;
	padding: 12px;
	aspect-ratio: 1/1.2;
	background-color: #00000022;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
}
section#service>div>ul>li>h3{
	font-size: 1.5em;
	text-align: left;
	width: 100%;
	color: #fff;
	text-shadow: 0 0 5px #00000088, 0 0 2px #00000088;
}
section#service>div>ul>li>div{
	display: block;
	position: absolute;
	background-color: #00000033;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
section#service>div>ul>li>p{
	margin: 0;
	background-color: #ffffffdd;
	font-size: .86em;
	padding: .5em;
}
section#service>div>ul>li{
	background-position: center;
}
section#service>div>ul>li.sv1{
	background-image: url(../img/cut1.webp);
	background-size: cover;
}
section#service>div>ul>li.sv2{
	background-image: url(../img/cut2.webp);
	background-size: cover;
}
section#service>div>ul>li.sv3{
	background-image: url(../img/cut3.webp);
	background-size: cover;
}
section#service>div>ul>li.sv4{
	background-image: url(../img/cut4.webp);
	background-size: cover;
}



section#contact{
	padding: 80px 1em;
}
section#contact h2{
    font-size: 5.5em;
    font-weight: 400;
	color: #fff;
}
section#contact div.phone>span.num{
	font-size: 3.4em;
	font-weight: 600;
}




footer{
	background-color: #222;
	color: #eee;
}
footer ul{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 2em;
	padding-top: 4em;
	font-size:.76em;
}
footer ul a{
	color: inherit;
	text-decoration: none;
}
footer ul a:hover{
	text-decoration: underline;
}



footer address{
	text-align: center;
	padding: 2em 0;
	font-size: .84em;
	font-style: normal;
}


#common h1{
	background:linear-gradient(to right, #f7e135, #c6413e);
	padding: 40px 0;
	font-size: 1.5em;
	line-height: 100%;
}

#common h1>span{
	display: block;
	text-align: center;
}
#common h1>span.ja{
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #00000099;
}

#common h1>span.en{
	font-size: 2.2em;
	font-weight: 400;
	color: #000;
}

section#company{
	background-color: #eee;
	padding: 80px;

}
section#company>div{
	max-width: 600px;
}
section#company>div>p{
	margin: 1em 0;
}
section#company>div>p.catch{
	background-color: #fff;
	font-size: .92em;
	padding: 1em;
	box-sizing: border-box;
	margin: 3em 0;
}
img#companylogo{
	display: block;
	width: 200px;
	margin: auto;
}


section#start{
	background-color: #eee;
	padding: 80px 0;
}

img#start_top{
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
section#start>div{
	max-width: 1024px;
	margin: auto;
}
section#start>div.wrapper>div{
	padding: 40px 0;

}

section#start>div>div.box{
	display: flex;
	flex-flow: row;
}
section#start>div>div.box>*{
	width: 50%;
	box-sizing: border-box;
}
section#start>div>div.box>h2{
	font-size: 2.4em;
}
section#start>div>div.box>div>p{
	font-size: 1.05em;
	margin-bottom: 1em;
	padding: 0 1em;
}
div#way{
	background-color: #000;
	display: flex;
	flex-flow: row nowrap;
	gap: 2%;
	border-radius: 8px;
	box-shadow: 0 0 20px -5px #c6413e;
}
div#way>div{
	padding: 1em;
	height: 100%;
	width: 32%;
}
div#way>div>div.img{
	width: 100%;
	aspect-ratio: 1/1;
	background-size: cover;
	background-position: center;
}
div#way>div>div.img.st1{background-image: url(../img/st1.jpg);}
div#way>div>div.img.st2{background-image: url(../img/st2.jpg);}
div#way>div>div.img.st3{background-image: url(../img/st3.jpg);}

div#way>div>div.txt h3{
	color: #f7e135;
	padding: .5em 0;
	font-size: 1.6em;
	font-weight: bold;
}
div#way>div>div.txt p{
	color: #cfcfcf;
}

div.contactnow>p{
	margin: 80px auto 0;
	width: fit-content;
	padding: 1em 2em;
	background-color: #c6413e;
	border-radius: 500px;
	font-weight: bold;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 0 0 4px #00000099;
}



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


	

}



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

	br.sp{
		display: none;
	}



}


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


	body{
		padding-top: 80px;
	}

	br.sp{
		display: block;
	}
	
	header{
		height: 80px;		
	}
	header.fixed{
		background-color: #fff;
		position: fixed;
	}
	header>div{
		justify-content: flex-start;
	}
	header>div>menu{
		display: none;
	}

	header>div>a>*#logo{
		display: block;
		width: 100%;
		height: 80%;
	}



	/* ハンバーガーメニュー */

	div#hbg{
		z-index: 99999999;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 20px;
		right: 20px;
		background-color: #111;
		width: 40px;
		height: 40px;
	}
	div#hbg>div{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 8px;
	}
	div#hbg>div>span{

		background-color: #fff;
		width: 30px;
		height: 2px;
		display: block;
		transition: all .4s ease;
		bottom: 0;
		transition: all .4s ease;
	}
	div#hbg.open>div>span:first-child{
		position: relative;
		bottom: -5px;
		transform: rotate(-45deg);
		transition: all .4s ease;
	}
	div#hbg.open>div>span:last-child{
		position: relative;
		bottom: 5px;
		transform: rotate(45deg);
		transition: all .4s ease;
	}
	/* ハンバーガーメニューここまで */

	/* オーバーレイメニュー */

	div#overlay.open{
		z-index: 1500;
		right: 0vw;
		transition: all .4s ease;
	}

	/* OLMここまで */

	





	div.mv{
		width: 100%;
		height: 450px;
	}
	div.mv>div{
		height: 100%;
		flex-flow: column-reverse nowrap;
		justify-content: space-between;
		margin: 0;
	}
	div.mv>div>div.txt{
		width: 100%;
		box-sizing: border-box;
		padding: 2em;
	}
	div.mv>div>div.txt>span{
		display: block;
		color: #f7e135;
		color: #111;
	}
	div.mv>div>div.txt>span.main{
		font-size: 4em;
	}
	div.mv>div>div.txt>span.sub{
		font-size: 1.2em;
	}
	
	
	div.mv>div>div.img{
		width: 100%;
		height: 200px;
		background-image: url(../img/mv.png);
		background-size: cover;
		background-position: center top;
	}
	






	

	section#topcatch>div.wrapper{
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 40px 0;
	}
	section#topcatch div.txt{
		width: 70%;
		box-sizing: border-box;
		padding: 0 2em;
	}
	section#topcatch div.txt>p{
		margin: 1em 0;
	}
	
	
	section#topcatch div.img{
		width: 30%;
		height: 100%;
		box-sizing: border-box;
		position: relative;
		
	}
	section#topcatch div.img>div{
		background-color: #c6413e55;
		position: absolute;
		height: auto;
		box-shadow: 0 0 10px -2px #00000088;
	}
	section#topcatch div.img>div.item1{
		background-color: #c6413e;
		width: 50%;
		aspect-ratio: 1/1;
		top: -220px;
	}
	section#topcatch div.img>div.item2{
		background-color: #f7e135;
		width: 35%;
		aspect-ratio: 1/1;
		right: 10%;
		top: -40px;
	}
	
	
	section#service>div>ul {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		justify-content: space-around;
		padding: 80px 0 0;
		gap: 1em;
	}	
	section#service>div>ul>li{
		width: 100%;
		aspect-ratio: 3/2;
	}


	section#contact{
		font-size: .7em;
	}


	section#start>div>div.box{
		display: flex;
		flex-flow: column;
	}
	section#start>div>div.box>*{
		width: 100%;
		box-sizing: border-box;
	}
	section#start>div>div.box>h2{
		font-size:1.6em;
		margin: .5em;
	}
	div#way{
		background-color: #000;
		display: flex;
		flex-flow: column nowrap;
		gap: 2%;
		border-radius: 8px;
		box-shadow: 0 0 20px -5px #c6413e;
	}
	div#way>div{
		padding: 1em;
		height: 100%;
		width: auto;
	}
	div#way>div>div.img{
		width: 100%;
		aspect-ratio: 1/1;
		background-size: cover;
		background-position: center;
	}
	
	div#way>div>div.txt p{
		color: #cfcfcf;
	}
	
	div.contactnow>p{
		text-align: center;
	}
	
	


}











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




}








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

	

	

}




