@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');
.ff-futura {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.cs-link {
	color: #2a2a2a;
	display: block;
	transition: .2s;
}
.cs-linkTra4 {
	color: #2a2a2a;
	display: block;
	transition: .4s;
}
.cs-link:hover,
.cs-linkTra4:hover {
	opacity: .8;
}
.cs-img {
	width: 100%;
	height: auto;
	display: block;
}
.disPc {
	display: block;
}
.disSp {
	display: none;
}
a[href^="tel:"] {
	color: #2a2a2a;
	pointer-events: none;
}
input {
	border-radius: 0;
	-webkit-appearance: none;
}
select {
	border-radius: 0;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (max-width: 767px){
	.disPc {
		display: none;
	}
	.disSp {
		display: block;
	}
}
/*-------------------------------------------------
|- header
-------------------------------------------------*/
.fixed {
	position: fixed !important;
	width: 100%;
	height: 100%;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	align-items: center;
	z-index: 10;
}
.logo {
	width: 290px;
	margin: 0 auto 0 0;
	line-height: 0;
}
.logo_link {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.logo_img {
	width: 280px;
	margin-bottom: 10px;
}
/***** tel ******/
.head-tel {
	min-width: 260px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.head-tel__ttl,
.head-tel__txt {
	color: #2a2a2a;
	font-feature-settings: 'palt';
	font-size: 12px;
}
.head-tel__txt {
	margin-top:5px;
	display: flex;
	gap: 10px;
}
.head-tel__txt__l {
	display: flex;
    align-items: center;
}
.head-tel__txt__r{
	line-height: 130%;
}
.head-tel__num {
	width: fit-content;
	padding-left: 30px;
	font-size: var(--fs24);
	letter-spacing: .2rem;
	line-height: 1;
	box-sizing: border-box;
	background: url(/assets/common/img/icon_tel.svg) no-repeat left center;
	background-size: 23px;
}
/***** menuBtn *****/
.menuBtn {
	position: relative;
	width: 20px;
	height: 21px;
	cursor: pointer;
}
.bar {
	position: absolute;
	left: 0;
	transition: .20s ease-in-out;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #000;
	display: inline-block;
}
.bar01 {
	top: 0;
}
.bar02 {
	top: 9px;
}
.bar03 {
	top: 18px;
}
.active .bar01 {
	top: 10px;
	transform: rotate(45deg);
	background-color: #000;
}
.active .bar02 {
	width: 0;
}
.active .bar03 {
	top: 10px;
	transform: rotate(-45deg);
	background-color: #000;
}
@media screen and (min-width: 768px){
	.contactBtn {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.header {
		padding: 15px;
	}
	.logo {
		width: 48%;
		margin: 0 25px 0 0;
	}
	.logo_img {
		width: 100%;
		margin-bottom: 5px;
	}
	.logo_txt {
		width: 83%;
		margin: 0 auto;
	}
	/***** tel *****/
	.head-tel {
		display: none;
	}
	/***** menuBtn *****/
	.menuBtn {
		margin: 0 auto 0 0;
	}
	/*****.contactBtn ******/
	.contactBtn {
		width: 22%;
		display: flex;
		justify-content: space-between;
	}
	.contactBtn_item {
		width: 46%;
	}
}
/*-------------------------------------------------
|- nav
-------------------------------------------------*/
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #e4e4e4;
	z-index: 10;
	overflow-y: scroll;
	display: none;
}
.closeTopBtn {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.closeBar {
	position: absolute;
	left: 0;
	transition: .20s ease-in-out;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-color: #767676;
	display: inline-block;
}
.closeBar.bar01 {
	width: 100%;
	top: 23px;
	transform: rotate(45deg);
	background-color: #767676;
}
.closeBar.bar02 {
	width: 100%;
	top: 23px;
	transform: rotate(-45deg);
	background-color: #767676;
}
/****** navList *****/
.navList {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.navList_ttl {
	width: 13%;
	margin-bottom: 50px;
	line-height: 0;
}
.navList_item {
	margin-bottom: 5px;
}
.navList_item:last-child {
	margin-bottom: 0;
}
.navList_item-ttl {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	padding: 20px 110px 20px 65px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	background-color: #767676;
	cursor: pointer;
	transition: .2s;
}
.navList_item-ttl:hover {
	opacity: .8;
}
.navList_item-ttl:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 85px;
	width: 13px;
	height: 13px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navList_item-ttl.active:after {
	content: '';
	top: 32px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navList_link {
	position: relative;
	width: 100%;
	padding: 20px 110px 20px 65px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	background-color: #767676;
	display: block;
}
.navList_link:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 90px;
	width: 13px;
	height: 13px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navSubList {
	display: none;
}
.navSubList_item {
	margin-top: 5px;
}
.navSubList_link {
	position: relative;
	width: 100%;
	padding: 20px 110px 20px 80px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	background-color: #a0a0a0;
	display: block;
}
.navSubList_link:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 90px;
	width: 13px;
	height: 13px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/***** closeBtn *****/
.closeBtn {
	width: 100px;
	margin: 60px auto 0;
	border: 1px solid #767676;
	box-sizing: border-box;
	cursor: pointer;
}
.closeBtn_img {
	width: 58px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
}
@media screen and (max-width: 767px){
	.nav {
		padding: 25px 0 50px;
	}
	.closeBar.bar01,
	.closeBar.bar02 {
		top: 13px;
	}
	.nav_ttl {
		width: 84%;
	}
	.closeTopBtn {
		top: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.navList_ttl {
		width: 17%;
		margin: 0 0 25px 30px;
	}
	.navList_item {
		margin-bottom: 3px;
	}
	.navSubList_item {
		margin-top: 3px;
	}
	.navList_link,
	.navList_item-ttl,
	.navSubList_link {
		margin-bottom: 0;
		padding: 10px 50px 10px 40px;
		font-size: 13px;
	}
	.navList_link:after,
	.navSubList_link:after {
		top: 16px;
		right: 45px;
		width: 10px;
		height: 10px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.navList_item-ttl:after {
		top: 13px;
		right: 43px;
		width: 10px;
		height: 10px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.navList_item-ttl.active:after {
		top: 20px;
	}
	/***** closeBtn *****/
	.closeBtn {
		width: 18%;
		margin: 30px auto 0;
	}
	.closeBtn_img {
		width: 59%;
		padding: 5px 0;
	}
}
/*-------------------------------------------------
|- welcome
-------------------------------------------------*/
.welcome {
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 13px;
	text-align: right;
	background-color: #eee;
}
@media screen and (max-width: 767px){
	.welcome {
		padding: 5px 15px;
		font-size: 12px;
	}
}
/*-------------------------------------------------
|- footer
-------------------------------------------------*/
.footer {
	padding-top: 120px;
}
.logoList,
.snsList,
.ftLink {
	max-width: 1280px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logoList_item {
	margin-right: 50px;
	line-height: 0;
}
.logoList_item:last-child {
	margin-right: 0;
}
.logoList_item-logo01 {
	width: 24%;
}
.logoList_item-logo02 {
	width: 15%;
}
.logoList_item-logo03 {
	width: 17%;
}
.snsList_item {
	width: 46px;
	margin-right: 20px;
}
.snsList_item:last-child {
	margin-right: 0;
}
.ftLink_item {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #333;
}
.ftLink_item:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.ftLink_link {
	color: #333;
	font-size: 12px;
	line-height: 100%;
	display: block;
}
.ftLink_link:hover {
	text-decoration: underline;
}
.ftBtm {
	padding: 40px 0;
	background-color: #2a2a2a;
}
.ftBtm_logo {
	width: 55%;
	max-width: 230px;
	margin: 0 auto 30px;
}
.copyright {
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: .1em;
	line-height: 100%;
}
.pageTop {
	position: fixed;
	right: 43px;
	bottom: 100px;
	width: 75px;
	z-index: 5;
	cursor: pointer;
}
.pageTop_img {
	width: 100%;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
@media screen and (max-width: 767px){
	.footer {
		padding-top: 80px;
	}
	.logoList {
		width: 100%;
		margin: 0 auto 25px;
		display: block;
	}
	.logoList_item {
		margin: 0 auto 20px;
	}
	.logoList_item:last-child {
		margin: 0 auto;
	}
	.logoList_item-logo01 {
		width: 55%;
	}
	.logoList_item-logo02 {
		width: 37%;
	}
	.logoList_item-logo03 {
		width: 42%;
	}
	.snsList {
		width: 100%;
		margin: 0 auto 35px;
	}
	.snsList_item {
		width: 6%;
		margin-right: 10px;
	}
	.ftLink {
		width: 100%;
		margin: 0 auto 20px;
	}
	.ftLink_item {
		margin-right: 10px;
		padding-right: 10px;
	}
	.ftLink_link {
		font-size: 10px;
	}
	.ftBtm {
		padding: 20px 0;
	}
	.ftBtm_logo {
		margin: 0 auto 20px;
	}
	.copyright {
		letter-spacing: 0;
	}
	.pageTop {
		right: 15px;
		bottom: 127px;
		width: 60px;
	}
}

:root {
	--fs10: .714rem;
	--fs11: .714rem;
	--fs12: .857rem;
	--fs13: .928rem;
	--fs14: 1rem;
	--fs15: 1.07rem;
	--fs16: 1.14rem;
	--fs17: 1.21rem;
	--fs18: 1.28rem;
	--fs19: 1.35rem;
	--fs20: 1.42rem;
	--fs21: 1.5rem;
	--fs22: 1.57rem;
	--fs23: 1.64rem;
	--fs24: 1.71rem;
	--fs25: 1.78rem;
	--fs26: 1.85rem;
	--fs27: 1.92rem;
	--fs28: 2rem;
	--fs29: 2.07rem;
	--fs30: 2.14rem;
}