@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1250px;
}

body,
table,
input,textarea,select,option{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	color: #2C2C3A;
}

:root{
	--site-color: #E07D1B;
	--site-thin-color: #FFF9EF;
	--black-color: #2C2C3A;
}

.inter{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}

.din{
	font-family: din-2014, sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #2C2C3A;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.64;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
    border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.blo-right{
	display: table;
	margin-left: auto;
}

.c-white{
	color: #ffffff;
}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1125px;
	width: 90%;
}

.header .logo{
	max-width: 32%;
}

.header .h-label{
	background: var(--site-color);
	padding: 10px 50px;
}

.header .h-label h1{
	font-size: 15px;
	font-weight: 500;
}

.header .h-label .number-ul{
	gap: 5px;
}

.header .h-label .number-ul li{
	background: #ffffff;
	border-radius: 6px;
	color: var(--site-color);
	font-size: 14px;
	font-weight: 700;
	padding: 4px 10px;
}

.header .h-label .number-ul li span{
	color: var(--black-color);
	font-size: 24px;
	margin: 0 5px;
}

.header .h-main{
	padding: 20px 60px;
}

.header .searchform{
	display: flex;
	border: 1px solid #E5E5E5;
	height: 34px;
	width: 230px;
}

.header .searchform .s{
	border: none;
	font-size: 12px;
	padding: 0 10px;
	width: 100%;
}

.header .searchform .form-button{
	background-color: white;
	border: none;
	color: var(--site-color);
}

.header .h-main-flex{
	gap: 30px;
}

.header .h-main .tel-box .tel{
	color: #416DB2;
	font-size: 27px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 7px;
}

.header .h-main .tel-box .tel::before{
	content: "\f095";
	font: var(--fa-font-solid);
	background: var(--site-color);
	border-radius: 50%;
	color: #ffffff;
	height: 30px;
	width: 30px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .h-main .tel-box p{
	font-size: 12px;
}

.header .h-main .h-link-btns{
	gap: 10px;
}

.header .h-main .h-link-btns a{
	font-size: 12px;
	font-weight: 500;
	border-radius: 3px;
	height: 60px;
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header .h-main .h-link-btns a.contact-btn{
	background: #ffffff;
	border: 1px solid var(--site-color);
	color: var(--site-color);
}

.header .h-main .h-link-btns a i,
.header .h-main .h-link-btns a iconify-icon{
	font-size: 21px;
}

.header .h-main .h-link-btns a.line-btn{
	background: #06C756;
	border: 1px solid #06C756;
	color: #ffffff;
}

.header .h-nav{
	border-top: 1px solid #E5E5E5;
	padding: 15px 0;
}

.header .h-nav .nav-menu li{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 0 20px;
}

.header .h-nav .nav-menu li:not(:last-child){
	border-right: 1px solid #E5E5E5;
}

.header .h-nav .nav-menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.header .h-nav .nav-menu li a::before{
	line-height: 1;
}

.header .h-nav .nav-menu li a.about-link::before{
	content: url(../images/common/about-icon.svg);
}

.header .h-nav .nav-menu li a.price-link::before{
	content: url(../images/common/money-icon.svg);
}

.header .h-nav .nav-menu li a.company-link::before{
	content: url(../images/common/company-icon.svg);
}

.header .h-nav .nav-menu li a.case-link::before{
	content: url(../images/common/book-icon.svg);
}

.header .h-nav .nav-menu li a.faq-link::before{
	content: url(../images/common/faq-icon.svg);
}

.header .h-nav .nav-menu li a.revenue-link::before{
	content: url(../images/common/hand-icon.svg);
}

.greeting-sec{
	background-color: #FFF4E3;
	background-image: radial-gradient(rgba(255,176,75,0.05) 30%, transparent 30%), radial-gradient(rgba(255,176,75,0.05) 30%, transparent 30%);
	background-size: 20px 20px;
	background-position: 0 0, 50px 50px;
	padding: 60px 0;
}

.greeting-sec .txt{
	max-width: calc(100% - 200px);
	width: 100%;
}

.greeting-sec .txt h3{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.greeting-sec .txt h4{
	color: var(--site-color);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.greeting-sec .txt p{
	letter-spacing: 0.03em;
	line-height: 1.78;
	margin-top: 30px;
}

.check-list li{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2;
	padding-left: 20px;
	position: relative;
}

.check-list li::before{
	content: "\f14a";
	font: var(--fa-font-solid);
	color: #3FBAC6;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 2;
}

.greeting-sec .txt .fukidashi{
	margin: 40px 0 15px;
}

.fukidashi{
	background: #ffffff;
	border: 1px solid #2C2C3A;
	color: var(--site-color);
	font-size: 18px;
	height: 40px;
	padding: 0 30px;
	position: relative;
	text-align: center;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.fukidashi:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
	z-index: 2;
	transform: translateX(-50%);
}

.fukidashi:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	border: 6px solid transparent;
	border-top: 6px solid #2C2C3A;
	z-index: 1;
	transform: translateX(-50%);
}

footer{
	background: var(--site-color);
	padding: 60px 0 30px;
}

footer p.addr{
	font-weight: 400;
	letter-spacing: 0.03em;
}

footer .tel-box{
	display: table;
	margin-top: 20px;
}

footer .tel-box .tel{
	font-size: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

footer .tel-box .tel::before{
	content: "\f095";
	font: var(--fa-font-solid);
	background: #ffffff;
	border-radius: 50%;
	color: var(--site-color);
	height: 30px;
	width: 30px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .tel-box p{
	text-align: right;
}

footer .f-link-btns{
	margin-top: 20px;
}

footer .f-link-btns a{
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	height: 50px;
	width: 253px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

footer .f-link-btns a:not(:last-child){
	margin-bottom: 10px;
}

footer .f-link-btns a.contact-btn{
	background: #ffffff;
	color: var(--site-color);
}

footer .f-link-btns a i,
footer .f-link-btns a iconify-icon{
	font-size: 21px;
}

footer .f-link-btns a.line-btn{
	background: #06C756;
	border: 1px solid #06C756;
	color: #ffffff;
}

footer .l-blo > *{
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .l-blo .left{
	border-right: 1px solid #ffffff;
	margin-right: 45px;
	padding-right: 45px;
}

footer .l-blo .f-nav .nav-menu li{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.07em;
}

footer .l-blo .f-nav .nav-menu li:not(:last-child){
	margin-bottom: 10px;
}

footer .l-blo .f-nav .nav-menu li a::before{
	content: "\f105";
	font: var(--fa-font-solid);
	margin-right: 5px;
}

.blank-link{
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	max-width: 346px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blank-link::after{
	content: "\f08e";
	font: var(--fa-font-solid);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

footer .sns-links{
	gap: 15px;
}

footer .sns-links li{
	font-size: 32px;
}

footer .other-site-links{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 15px 10px;
	margin-top: 40px;
	gap: 20px;
}

footer .other-site-links a{
	font-size: 16px;
	font-weight: 700;
}

footer .other-site-links a::after{
	content: "\f2d2";
	font: var(--fa-font-solid);
	margin-left: 5px;
}

.side-area-links li{
	position: relative;
	padding-left: 20px;
}

.side-area-links li a{
	color: #416DB2;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.64;
}

.side-area-links li::before{
	content: "\f3c5";
	font: var(--fa-font-solid);
	color: #FDCC9A;
	position: absolute;
	left: 0;
	top: 5px;
}

.side-area-links li span{
	font-size: 12px;
}

.all-link{
	background: var(--site-color);
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all-link.arrow-icon::after{
	color: #ffffff;
	right: 15px;
}

.sidebar-title{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 5px;
}

.search-area .searchform .s{
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    font-size: 14px;
    height: 34px;
    padding: 0 10px;
    width: 100%;
}

.search-area .searchform .form-button {
    border: none;
	background: var(--site-color);
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	margin-top: 10px;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.sp-search-box{
	display: none;
}

#side-rireki{
	position: fixed !important;
	left: 0;
	bottom: 50px;
	display: block;
	z-index: 99999999;
	background: rgba(55,55,55,0.8);
	color: #ffffff;
	width: 250px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	transform: translateX(0);
}

#side-rireki .right{
	display: none;
}

#side-rireki .left{
	display: block;
}

#side-rireki.close .right{
	display: block;
}

#side-rireki.close .left{
	display: none;
}

#side-rireki.close{
	transform: translateX(-250px);
}

#side-rireki .arrow-btn{
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 40px;
	background: var(--site-color);
	padding: 0 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

#side-rireki .arrow-btn::before{
	content: "\f100";
	font: var(--fa-font-solid);
}

#side-rireki.close .arrow-btn::before{
	content: "\f101";
}

#side-rireki .rireki-list li{
	margin-right: 20px;
}

.rireki-list.slick-slider{
	margin-bottom: 0;
}

#side-rireki a{
	color: #ffffff;
}

#side-rireki h2{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

#side-rireki .txt{
	margin-top: 5px;
}

#side-rireki .txt h3{
	font-size: 12px;
}

#side-rireki img{
	height: auto;
	max-width: 100%;
}

#rireki_button{
	position: absolute;
	right: 0;
	top: -20px;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}

	.header .h-label .number-ul,
	.header .h-nav{
		display: none;
	}
	
	.header .h-nav{
		position: absolute;
		top: 100%;
		z-index: 10;
		background: var(--site-color);
		right: 0;
		height: calc(100vh - 85px);
	}
	
	.header .h-nav .nav-menu{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.header .h-nav .nav-menu li {
		font-size: 13px;
		padding: 0;
		border-bottom: 1px solid #ffffff;
		width: 100%;
	}
	
	.header .h-nav .nav-menu li a {
		justify-content: start;
		color: #ffffff;
		padding: 10px 20px;
	}
	
	.menu-links-ul-sp li{
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #ffffff;
	}

	.menu-links-ul-sp li a{
		color: #ffffff;
		display: block;
		padding: 10px 20px;
	}
	
	.menu-links-ul-sp li a::before{
		content: "\f105";
		font: var(--fa-font-solid);
		margin-right: 10px;
	}
	
	.h-nav .number-ul li{
		background: #ffffff;
		border-radius: 4px;
		color: var(--site-color);
		font-size: 12px;
		font-weight: 700;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 10px;
		width: 85%;
		margin: 8px auto;
	}
	
	.h-nav .number-ul li p{
		font-size: 12px;
		font-weight: 700;
	}
	
	.h-nav .number-ul li span{
		color: var(--black-color);
		font-size: 24px;
		font-weight: 700;
		margin-right: 5px;
	}
	
	.header .h-nav .nav-menu li:not(:last-child) {
		border-right: none;
	}

	.header .h-nav .nav-menu li a.about-link::before{
		content: url(../images/common/about-icon-white.svg);
	}

	.header .h-nav .nav-menu li a.price-link::before{
		content: url(../images/common/money-icon-white.svg);
	}

	.header .h-nav .nav-menu li a.company-link::before{
		content: url(../images/common/company-icon-white.svg);
	}

	.header .h-nav .nav-menu li a.case-link::before{
		content: url(../images/common/book-icon-white.svg);
	}

	.header .h-nav .nav-menu li a.faq-link::before{
		content: url(../images/common/faq-icon-white.svg);
	}

	.header .h-nav .nav-menu li a.revenue-link::before{
		content: url(../images/common/hand-icon-white.svg);
	}
	
	.header .h-label h1 {
		font-size: 10px;
	}
	
	.header .h-label {
		padding: 5px 10px;
	}
	
	.header .h-main {
		padding: 0 0 0 20px;
	}
	
	.header .h-main .logo{
		max-width: none;
		width: 200px;
	}
	
	.header .h-main-flex{
		display: none;
	}
	
	.header .sp-flex{
		display: flex;
	}

	.header .sp-search-btn{
		color: var(--site-color);
		width: 60px;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.header .sp-search-btn i{
		font-size: 21px;
		margin-bottom: 5px;
	}
	
	.header .sp-search-btn span{
		font-size: 10px;
		font-weight: 500;
	}
	
	#panel-btn{
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		background: var(--site-thin-color);
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 21px;
		height: 2px;
		background: var(--site-color);
		transition: .2s;
		transform: translate(-50%, -50%);
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 21px;
		height: 2px;
		background: var(--site-color);
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -7px;
	}

	#panel-btn-icon:after{
		margin-top: 5px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.greeting-sec .img{
		display: table;
		margin: 0 auto 20px;
	}
	
	.greeting-sec .txt{
		max-width: 100%;
	}
	
	.greeting-sec .txt h3 {
		font-size: 20px;
		text-align: center;
	}
	
	.greeting-sec .txt h4{
		text-align: center;
	}
	
	.fukidashi{
		font-size: 16px;
	}
	
	.greeting-sec .txt .fukidashi {
		margin: 40px auto 15px;
	}
	
	footer .l-blo .left {
		margin-right: 0;
		padding-right: 0;
		border: none;
		border-bottom: 1px solid #ffffff;
		width: 100%;
		text-align: center;
	}
	
	footer .tel-box {
		margin: 20px auto 0;
	}
	
	footer .f-link-btns a{
		width: 100%;
	}
	
	.sns-links.flex.jc-end{
		justify-content: center;
	}
	
	.sp-search-box{
		position: fixed;
		z-index: 10;
		background: #ffffff;
		height: calc(100% - 25px);
		width: 100%;
		top: 25px;
		padding: 20px 0 0;
	}
	
	.sp-search-box .tab-links{
		border-bottom: 2px solid var(--site-color);
		padding: 0 20px;
		gap: 8px;
		align-items: flex-end;
	}
	
	.sp-search-box .tab-links p{
		background: #F7F7F8;
		height: 40px;
		width: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px 3px 0 0;
		font-weight: 700;
		letter-spacing: 0.07em;
	}
	
	.sp-search-box .tab-links p.active{
		background: var(--site-thin-color);
		border: 2px solid var(--site-color);
		border-bottom: none;
		color: var(--site-color);
		position: relative;
		bottom: -2px;
		height: 42px;
	}
	
	.sp-search-box .tab-main-box{
		background: var(--site-thin-color);
		padding: 20px;
		height: 100%;
	}
	
	.sp-search-box .close-btn{
		position: absolute;
		right: 20px;
		font-size: 25px;
		top: 20px;
	}
	
	.all-link,
	.search-area .searchform .s,
	.search-area .searchform .form-button{
		height: 40px;
	}
	
	.tab-main-box .blo{
		display: none;
	}
	
	.tab-main-box .blo.active{
		display: block;
	}
	
	.tab-main-box .place-list{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.tab-main-box .place-list li{
		width: calc(50% - 8px);
	}

}