@charset "utf-8";
html {
	scroll-snap-type: y proximity;
	scroll-padding-top:70px;
 	scroll-behavior: smooth;
}
.reasonList{
	margin-bottom: 30px;
}
.reasonList:last-child,
.merit{
	margin-bottom: 0;
}
section.contType1,
section#facilities{
	padding: 80px 0 40px;
}

section#solution{
	padding: 80px 0 0;
	margin-bottom: 0;
}

.btnbox{
	background: #FFFBEB;
	padding: 48px 10px 56px;
	box-sizing: border-box;
	text-align: center;
}
.btnbox_txt{
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btnbox_txt:before{
	content: "";
	background: #222222;
	transform: rotate(60deg);
	width: 21px;
	height: 1px;
	display: block;
}
.btnbox_txt:after{
	content: "";
	background: #222222;
	transform: rotate(-60deg);
	width: 21px;
	height: 1px;
	display: block;
}

.btn{
	background: #22B573;
	background: linear-gradient(154deg,rgba(34, 181, 115, 1) 0%, rgba(0, 102, 152, 1) 100%);
	color: #fff;
}
.btn span{
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}
.btn span:after{
	content: "";
	width: 16px;
	height: 14px;
	background-image: url("../img/renew/icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.contact_btn{
	width: 340px;
	border-radius: 125px;
	display: block;
	margin: 20px auto 0;
	padding: 23px 0;
	font-size: 20px;
}
.contact_btn span:after{
	width: 28px;
	height: 24px;
}

.header_contact{
	font-size: 15px;
	border-radius: 55px;
	width: 180px;
	padding: 14px 0;
}
#header{
	position: fixed;
	top: 0;
	background-color: rgba(247, 247, 247, 0.9);
	max-width: none;
	width: 100%;
	padding: 10px min(38px,1%);
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 100;
}

#header h1.logo{
	float: none;
	margin: 0;
	display: flex;
    align-items: center;
	width: 158px;
}
#header h1.logo img{
	vertical-align: middle;
}
#header .nav{
	float: none;
	margin: auto;
	display: flex;
	column-gap: 20px;
}
#header .nav li{
	margin: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 34px;
}
#header .nav li:after{
	content: "";
	width: 1px;
	height: 1em;
	background: #444444;
	display: block;
}
#header .nav li:last-child:after{
	display: none;
}
#header .nav li a{
	position: relative;
}

#header .nav li a:before,
#header .nav li a:after{
	content: "";
	position: absolute;
	margin: auto;
	bottom: 0;
	top: 0;
	right: -14px;
	width: 1px;
	height: 6px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: 50% calc(100% - 0.5px);
}
#header .nav li a:before {
	transform: rotate(45deg);
  }
  
#header .nav li a:after {
	transform: rotate(-45deg);
  }

.qa{
	margin-bottom: 40px;
}
.contactForm .telBox li span.tel{
	font-weight: bold;
}
.footer_link{
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 35px;
}
.footer_link a{
	display: flex;
	gap: 4px;
	align-items: center;
}
.footer_link a:after{
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	background-image: url("../img/renew/blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

#footer .copy{
	float: none;
	text-align: center;
	margin: 0 auto;
	color: #777777;
}
.spdisp{
	display: none;
}

.imgList, .imgList02{
	margin-bottom: 0;
}
section#contract,
section#id03{
	padding-top: 35px;
}
@media screen and (max-width: 750px) {
	.pcdisp{
		display: none;
	}
	.spdisp{
		display: block;
	}

	#header{
		padding: 10px 8px;
	}
	#header h1.logo{
		margin-left: 5px;
		width: 128px;
	}
	.side-menu-btn{
		border-radius: 50%;
		border: 1px solid #fff;
		width: 36px;
		height: 36px;
		aspect-ratio: 1;
		top: 80px;
		padding: 0;
	}
	.side-open .side-menu-btn{
		right: 210px
	}
	#button{
		width: 12px;
		margin: 0 auto;
        display: block;
		height: auto;
	}
	#button span{
		height: 1.2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#button span:nth-of-type(1){
		top: 12px;
	}
	#button span:nth-of-type(2){
		top: 17px
	}
	#button span:nth-of-type(3){
		top: 22px;

	}
	.side-open #button span:nth-of-type(2)::after{
		height: 1px;
	}
	.side-open #header .nav{
		display: block;
		height: auto;
	}
	#header .nav{
		background-color: rgba(51, 51, 51, .9);
		width: 200px;
		right:-200px
	}
	#header .nav li{
		margin-right: 0;
	}
	.side-open #header .nav li a{
		padding: 24px 30px;
		text-align: left;
	}

	.side-open #header .nav li.active a, .side-open #header .nav li a:hover{
		padding: 24px 30px;
	}
	#header .nav li:after{
		display: none;
	}
	#header .nav li a:before, #header .nav li a:after{
		background: #fff;
		width: 1px;
		height: 5.6px;
		right: 20px;
	}
	section.contType1{
		padding: 40px 20px;
	}
	
	section#facilities{
		padding: 40px 0;
	}
	.map{
		margin: 0 -20px 40px;
	}
	.footer_link{
		gap: 13px;
	}
	.footer_link a{
		font-size: 11px;
	}
	#footer .copy{
		font-size: 10px;
	}
	#index h2{
		text-align: center;
	}
	#index h1 {
        text-align: left;        
		margin-bottom: 15px;
        font-size: 20px;

    }
	section#solution{
		padding-top: 50px;
	}
	
	html {
		scroll-padding-top:70px;
	}
}

.merit .meritType h3 {
	display: inline-block;
	position: relative;
	margin: 0 30px;
	font-size: 21px;
	font-weight: bold;
	z-index: 0;
}

h1{
	margin-bottom: 25px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}