@charset "utf-8";
/* CSS Document */
/*coler
	main：#F7931E;
	light：＃FBB03B;*/

/*Header
=============================================*/
#header {
    position: fixed;
    border-top: 5px solid #F7931E;
	width: 100%;
	z-index: 999;
	background: #fff;
	transition: .4s all;
}
#header .main_nav{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding:20px 0 10px;
}

#header .main_nav li{
	width:15%;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
}
#header .main_nav li span{
	display: block;
	font-size: 80%;
	color: #F7931E;	
	font-weight: 400;	
}
#header .main_nav li:nth-child(4) {
	width: 25%;
	transition: .4s all;
}

#header .main_nav li:nth-child(4) img{
	width: 100%;
	object-fit: contain;
	max-width: 180px;
}
#header .main_nav li a:hover{
	color:#F7931E;
}
#header .head_tel{
	position: absolute;
	top:0;
	right:0;
	display: flex;
	height: 60px;
	transition: .4s all;
}
#header .head_tel li a{
	display: block;
	height: 85%;
}

#header .head_tel li:first-child {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 60px 0;
	border-color: transparent #F7931E transparent transparent;

}

#header .head_tel li:nth-child(2),
#header .head_tel li:last-child{
	background:#F7931E;
	padding: 10px;
}

#header .head_tel li:nth-child(2) img{
	height: 100%;	
	object-fit: contain
}

#header .head_tel li:last-child img{
	height: 100%;	
	object-fit: contain
}

#header .head_tel li a:hover img{
	opacity: .7;
}

/*#header　changeデザイン*/
#header.change{	
	transition: .4s all;
	box-shadow: 0 -1px 5px #F7931E;
}
#header.change .inner{
	max-width: 960px;
}
#header.change .main_nav li{
	width:15%;
}
#header.change .main_nav li:nth-child(4) {
	width: 0;
	transition: .4s all;
}
#header.change .main_nav li:nth-child(4) img {
	display: none;
}
#header.change .head_tel{
	transform:translateY(-100px);
	transition: .4s all;
}
.sphead{
	display: none;
}
@media(max-width:1200px){
	#header .head_tel {
		height: 50px;
	}
	#header .head_tel li:first-child {
		border-width: 0 40px 50px 0;
	}	
}
@media(max-width:1024px){
	#header .head_tel li:nth-child(3) {
		display: none;
	}		
}
@media(max-width:720px){
	#header .main_nav{
		display: none;
	}
	#header .head_tel{
		display: none;
	}
	#header{
		height: 70px;
	}
	.sphead{
		display: block;
		position: relative;
    	z-index: 999;
	}
	
	.sphead .inner{
		display: flex;
		justify-content: space-between;
	}	
	
}
/*Mobilenav
=============================================*/

.hlogo_sp{
	width: 40%;
	min-width: 180px;
	min-height: 60px;
}
.openbtn{
	cursor: pointer;
    width: 60px;
    height:60px;
	position: relative;	
	z-index: 999;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:30px;
}

.openbtn span:nth-of-type(3) {
	top:41px;
}

.openbtn.active span:nth-of-type(1) {
    top: 25px;
    left: 25%;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 37px;
    left: 25%;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 666;
    /*ナビのスタート位置と形状*/
	top:-300%;
    left:0;
	width:100%;
	background:url("../img/nav_bg.jpg");
	background-position: center bottom;
	background-size: cover;
	transition: all 0.6s;
	padding: 30px 0 80px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーション*/
#g-nav ul {
	margin: 100px auto 50px;
	width: 90%;
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;	
}

#g-nav li{
	list-style: none;
    text-align: center; 
	width: 50%;
	background: #fff;
	border: 1px solid #F7931E;	
	border-top: 0px;
}
#g-nav li:first-child,#g-nav li:last-child{
	width: 100%;
	border-top:1px solid #F7931E;
}
#g-nav li:last-child{
	margin-top: 20px;
}
#g-nav li:last-child a{
	color: #F7931E;
}
#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li:hover{
	background: rgba(255,255,255,.80)	
}
/*Footer
=============================================*/
.footer-top{
	background: #FFF2E3;
}
.footer-top h2{
	margin-bottom: 40px;
}
.f_cbtn{
	width: 38%;
	min-width: 320px;
	text-align: center;
	margin: 20px 10px;
	border: 1px solid #F7931E;
}
.f_cbtn a{
	display: block;
	padding: 1rem;
	font-size: clamp(1.6rem, -0.727rem + 3.64vw, 2rem);
	color: #F7931E;	
	background: #fff;
}
.f_cbtn a span{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.f_cbtn a:hover{
	background: rgba(255,255,255,.80);
	letter-spacing: 0.11rem;
}

footer{
	padding: 40px;
}
.flogo{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 15px;
}


.copy{
	background:#F7931E;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
}
@media (max-width: 768px) {	
	.f_cbtn{
		width: 90%;
		min-width: 300px;
		text-align: center;
		margin: 20px auto;
		border: 1px solid #F7931E;
	}
}


/*page-top
=============================================*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	opacity: .8;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


/*TOPslide
=============================================*/
.top_fv{
	padding: 0;
	width: 100vw;
	aspect-ratio: 4 / 3;
	max-height: 100vh;
	overflow: hidden;
}
#slider {
    width: 100vw;
	aspect-ratio: 4 / 3;	
   max-height: 100vh;
}
#slider.vegas-container{
	height: 100% !important;
}


.catch{
	position: absolute;
	content: '';
	width: 90%;
	max-width: 740px; 
	bottom: 8vw;
	left: 8vw;
	z-index: 3;
}
.catch::before{
	position: absolute;
	content: '';
	top: 48%;
    left: -5vw;	
	width: clamp(150px ,20vw, 380px);
	height: clamp(150px ,20vw, 380px);
	background: rgba(251,176,59,.40);
	border-radius: 50%;
	z-index: -1;
	animation: zoom-in .8s linear 0s 1 normal both;
}
@keyframes zoom-in {
  0% {
    transform: scale(.4) translateY(-50%);
	  
  }

  100% {
    transform: scale(1) translateY(-50%);
  }
}

@media(max-width:920px){
	.top_fv{
		margin-top: 60px;
	}
	.catch{
		bottom: 10%;
		left: 5%;
		z-index: 3;
	}
}
@media(max-width:650px){
	.wel_sec .t_center p{
		text-align: left;
	}
}
/*index
=============================================*/
/*===WELCOME===*/
.img_box{
	margin: 20px auto;
	max-width: 960px;
}
.img_box ul{
	display: flex;
	justify-content: center;
}
.img_box li{
	width: calc(100% / 3);
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
/*===t_service===*/
.t_service{
	position: relative
}
.t_service::before{
	position: absolute;
	content: '';
	width:60%;
	height:80%;
	top: 100px;
	left: 0;
	background: #FFF2E3;
	border-radius: 0 1000px 1000px 0;
	z-index: -1;
	transform: translateX(-100%);
	transition: 1.2s ease-in-out;
}

.t_service.inview::before{	
	transform:translateX(0);
	transition: .8s ease-in-out;
}


.ts_img{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.tstitle{
	font-size: 40px;
	margin-bottom: 20px;
	text-align: end;
	line-height: 1.2;
	color: #F7931E;		
	border-right: 10px solid #f7931e;
	padding-right: 15px;
}
.ser_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser_box {
	width: calc(100% / 4 - 15px);
	position: relative;
}

.ser_box h3 {
	color: #F7931E;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

.ser_box p.no {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 45px;
    height: 45px;
    background: #F7931E;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 4px 0 0 2px;
    font-weight: bold;
    border-radius: 50%;
}
@media (max-width: 1024px) {
	.t_service .flexbox{
		flex-direction: column;
	}
	.t_service .comn2, .t_service .comn4{
		width: 100%;
		margin-bottom: 30px
	}
	.ts_img{
		aspect-ratio: 2 / 1;
		margin-top: 30px;
	}
}
@media (max-width: 820px) {
	.ser_box {
		width: calc(100% / 2 - 15px);
		position: relative;
		margin-bottom: 20px;
	}	
}
@media (max-width: 500px) {
	.ser_box {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}	
	.ser_box .img_1-1{
		aspect-ratio: 16 / 9;
	}
}

/* 下層　ページタイトル・パンくず
==============================================================*/
.kfv {
    background-color: #FFF; /* ページの背景色に応じて調整 */
}
.kfv::before{
	position: absolute;
	content: '';
	width: 78%;
	height: 100%;
	background: url("../img/kfv_bg.jpg");
	background-position: right top;
	background-size: cover;
	border-radius: 0 200px 200px 0;
	top: 0;
	left: 0;	
}

.pagetitle {
    position: relative;
    display: block;
	text-align: end;
	margin: auto;
	margin-right: 13%;
	width: 400px;
	max-width: 75vw;
}

.pagetitle h2 {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0;
}

.pagetitle h2 span {
    display: inline-block;
	width: 400px;
	max-width: 70vw;
    padding: 12px 40px;
    background: linear-gradient(to right, #f8c543, #f7931e);
    color: #fff;
    font-weight: bold;
    font-size:clamp(28px,2.8vw, 35px);
    border-radius: 2px;
}

.pagetitle p {
    position: absolute;
	content: '';
	width: 250px;
	height: 80px;
    top: 50%;
    left: -150px;
    transform: translateY(-50%) rotate(-25deg);
    z-index: 3;
}

.pagetitle p img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}


/*パンクズ */
.breadcrumb {
	list-style: none;
	margin-left: auto;
	width: 20%;
	min-width: 122px;
	padding-top: 15px;	
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

@media(max-width:720px){
	.main{
		padding-top:76px!important; 
	}
	.pagetitle {
		margin-right: 0;
	}	
}
@media(max-width:500px){
	.kfv{
		padding: 50px 0;
	}
	.kfv::before{
		width:calc(100% - 120px) ;	
	}	
}
/*　事業内容
==============================================================*/
.s-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.simg{
	width: 58%;
	position: relative;
	margin: 20px 0;
	padding: 0 0 20px 50px;
	height: 500px;
}
.simg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF2E3;
	top:20px;
	left: -50px;
	z-index: -1;
}
.stxt{
	width: 42%;
	padding: 0 6%;
}

.cmnbox01 .img_area, .cmnbox01 .txt_area {
	width: 48%;
}
.cmnbox01 .txt_area._r {
	padding-left: 40px;
}
.cmnbox01 .txt_area._l {	
	padding-right: 40px;
}
.w_area {
	background: #FFF2E3;
	padding: 20px;
}
.w_area h3, .w_area h4 {
	color: #f7931e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 20px;
}
@media(max-width:1024px){
	.s-flex{
		flex-wrap: wrap-reverse;
	}	
	.simg,.stxt{
		width: 100%;
	}
	.simg{
		height: 40vw;
	}
	#w01{
		padding-top: 0;
	}
}
@media(max-width:768px){
	.cmnbox01 .img_area{
		width: 60%;
		min-width: 300px;
	}
	.cmnbox01 .txt_area {
		width: 98%;
	}
	.cmnbox01 .txt_area._r,.cmnbox01 .txt_area._l {
		padding:15px 0;
	}
	#s02,#s03{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.w_area h3, .w_area h4 {
  	  font-size: 17px;
	}
}
/*　施工事例
==============================================================*/
.workswrap{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin: auto;
}
.workswrap li{
	width: calc(100% / 3 - 20px);
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.workswrap li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:720px){
	.workswrap li{
		width: calc(100% / 2 - 20px);
	}	
}

/*　会社概要
==============================================================*/
.atable th{
	border-bottom: 2px solid #F7931E;
	width: 25%;
	padding: .8rem 0;
}
.atable td{
	border-bottom: 1px solid #aaa;
	padding: .8rem 1rem;
}
.map{
	width: 100%;
	height: 35vh;
}
.map iframe{
	object-fit: cover;
}

/*　お問い合わせ
==============================================================*/

.contact .tel_contact{
	text-align: center;
	border-top: 3px double rgba(251, 176, 59, 0.5);
	border-bottom: 3px double rgba(251, 176, 59, 0.5);
	padding: 15px 0;
	margin: 0 auto;
	width: 94%;
	max-width: 600px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0.08em;
	line-height: 1.7;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 20px 0;
	}
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	width: 94%;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #F7931E;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #F7931E;
	border: 1px solid #fff;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	border: 1px solid #F7931E;	
	color:#F7931E;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f1d8";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #F7931E;
    border-bottom: 3px solid #F7931E;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #F7931E;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #F7931E;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*アコーディオン*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	color: #fff;
	background-color: #F7931E;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #fff;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #F7931E;
	font-size: 0.95rem;
	font-weight: 500;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #F7931E;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #fafafa;
}




/*レスポンシブ*/
@media (max-width: 768px) {	
}