@charset "UTF-8";

/* 2025.08.21 */
.contact-btns-area * {
	box-sizing: border-box;
}
.contact-btns-area {
	width: 94%;
	display: flex;
	position: relative;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 84px;
	overflow: hidden;
	padding: 0 50px;
	padding-top: 140px;
	padding-bottom: 120px;
	box-sizing: border-box;
	max-width: 1316px;
}
.cba-inner {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
	max-width: 1060px;
	margin: 0 auto;
}
.cba-head {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 87px;
}
.cba-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	line-height: 1;
}
.cba-ttl > h2 {
	width: 37.45%;
	max-width: 397px;
	min-width: 281px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 397 / 84;
}
.cba-ttl > span {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.cba-head > p {
	width: 100%;
	max-width: 1008px;
	margin: 0 auto;
}
.cba-btn-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	max-width: 1008px;
	margin: 0 auto;
}
.cba-btn-group .c-primary-button__inner {
	border: 4px solid #000;
	background: #fff;
	color: #000;
}
.cba-btn-group .c-primary-button:hover .c-primary-button__inner {
	transform: translate(8px, 8px);
}
.btc-inner {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.btc-ttl {
	width: 100%;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 16px;
}
.btc-tel-num {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	text-decoration: none;
	color: initial;
	margin-bottom: 8px;
	transition: all ease 0.33s;
}
.btc-tel-num:hover {
	opacity: 0.6;
}
.btc-tel-num > span {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	font-family: "Jost", sans-serif;
}
.btc-tel-num::before {
	content: "";
	width: 28px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("../images/icon-tel-grn.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.btc-time-txt {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #999;
}

@media screen and (max-width: 768px) {
	.contact-btns-area {
		width: 100%;
		margin-top: 90px;
		padding: 40px 16px;
	}
	.cba-inner {
		gap: 24px;
	}
	.cba-head {
		gap: 35px;
		max-width: 430px;
	}
	.cba-ttl {
		gap: 8px;
	}
	.cba-head > p {
		line-height: 1.6;
	}
	.cba-btn-group {
		max-width: 366px;
	}
	.btc-tel-num > span {
		font-size: 29px;
	}
	.btc-tel-num::before {
		width: 21px;
	}
	.btc-time-txt {
		font-size: 11px;
	}
	.btc-ttl {
		font-weight: 300;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.cba-btn-group .c-primary-button__inner {
		padding: 31px 10px;
		border-radius: 999px;
	}
}
