@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 0;
}
#main .bgBox {
	padding: 15.2rem 0 21.4rem;
	background: #f5f7f9;
}
#main .ttlBox {
	margin-bottom: 5.4rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 3rem;
}
#main .ttlBox .headLine05 {
	margin-bottom: 0;
}
#main .ttlBox p {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
#main .telSec {
	margin-bottom: 14rem;
	position: relative;
	padding-bottom: 14.5rem;
}
#main .telSec .btmLine {
	width: calc(50vw + 55rem);
	height: 0.4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: #000;
}
#main .telSec .btmLine::before {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff0000;
	content: '';
}
#main .telBox {
	margin: 0 0.3rem 0 5rem;
	display: flex;
	position: relative;
}
#main .telBox .line {
	width: 0.4rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}
#main .telBox .line::before {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff0000;
	content: '';
}
#main .telBox .line01 {
	left: auto;
	right: 0;
}
#main .telBox .item {
	padding: 2.1rem 2rem 1.7rem;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
#main .telBox .item01 {
	border-right: 0.1rem solid #000;
	gap: 3rem;
}
#main .telBox .ttl {
	margin-bottom: 0.5rem;
	flex-shrink: 0;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#main .telBox .ttl .en {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}
#main .telBox p {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
#main .formBox .headLine05 {
	margin-bottom: 2.9rem;
}
#main .confirm .headLine05 {
	margin-bottom: 2.2rem;
}
@media all and (max-width: 828px) {
	#main .bgBox {
		padding: 7rem 0 11.4rem;
	}
	#main .ttlBox {
		margin-bottom: 3.2rem;
		display: block;
	}
	#main .ttlBox .headLine05 {
		margin-bottom: 2.4rem;
	}
	#main .telSec {
		margin-bottom: 7.2rem;
		padding-bottom: 6.5rem;
	}
	#main .telSec .btmLine {
		width: calc(100vw - 3.8rem);
		left: -0.2rem;
	}
	#main .telBox {
		margin: 0;
		padding: 0 2.3rem;
		display: block;
	}
	#main .telBox .item {
		padding: 1.6rem 0 3.2rem;
		width: auto;
		display: block;
	}
	#main .telBox .item01 {
		border-right: none;
		border-bottom: 0.1rem solid #000;
	}
	#main .telBox .ttl {
		margin-bottom: 0.8rem;
		text-align: center;
	}
	#main .telBox p {
		margin: 0 -0.8rem;
		text-align: center;
		line-height: 1.15;
	}
	#main .formBox .headLine05 {
		margin-bottom: 2.4rem;
	}
	#main .confirm .headLine05 {
		margin-bottom: 2rem;
	}
}