/* ==============================
	Contact
	（お問合せ）
============================== */
.contact {
	background: #F5F5F5;
}
.complete {
	margin-bottom: 80px;
}
.complete p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}

/* ------------------------------
	Contact Group
------------------------------ */
.contact-group {
	margin-bottom: 80px;
}

/* ------------------------------
	Contact Item
------------------------------ */
.contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	padding: 25px 20px;
	background: #fff;
}
.contact-item--form {
	display: block;
}
.contact-item__body {
	display: contents;
}
.contact-item__media {
	order: 1;
}
.contact-item__media-link {
}

/* ------------------------------
	Contact Item Heading
------------------------------ */
.contact-item__heading {
	order: 0;
	border-left: 3px solid #EF8125;
	padding: 3px 0 1px 18px;
}
.contact-item__title {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.contact-item__lead {
	opacity: .6;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

/* ------------------------------
	Contact Item Contact List
------------------------------ */
.contact-item__contact-list {
	order: 2;
	width: 100%;
}
.contact-item__contact-item {
	padding: 25px 5px;
	border-bottom: 1px solid #C6C6C6;
}
.contact-item__contact-item:first-child {
	border-top: 1px solid #C6C6C6;
}
.contact-item__contact-link {
	position: relative;
	display: block;
	padding-right: 34px;
	font-size: 1.4rem;
	font-weight: 500;
}
.contact-item__contact-link::after {
	content:'';
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background-image: url("../img/common/arrow-circle.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contact-item__contact-link.is-mail {
	padding-left: 26px;
}
.contact-item__contact-link.is-mail::before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background-image: url("../img/contact/icon_mail.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contact-item__contact-link.is-phone {
	padding-right: 0;
}
.contact-item__contact-link.is-phone::after {
	content: none;
}
.contact-item__contact-link .num {
	font-size: 1.3em;
	padding: 0 2px;
}
.contact-item__contact-link .large {
	font-size: 1.1em;
}

/* ------------------------------
	Contact Item Tel
------------------------------ */
.contact-item__tel {
}

.contact-item__tel-label {
	position: relative;
	margin-bottom: 3px;
	padding-left: 26px;
}
.contact-item__tel-label::before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background-image: url("../img/contact/icon_call.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contact-item__tel-number {
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #ED6C00;
}
.contact-item__tel-note {
	opacity: .75;
	font-size: 1.2rem;
	font-weight: 400;
}

/* ------------------------------
	Contact Item Note
------------------------------ */
.contact-item__note {
	margin-top: 5px;
	font-size: 1.1rem;
	font-weight: 400;
}

/* ------------------------------
	Contact Item Form
------------------------------ */
.contact-item__form {
}
.contact-item__iframe {
	height: 1300px;
}

.ib {
	display: inline-block;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {
	
	.complete {
		margin-bottom: 160px;
	}
	.complete p {
		font-size: 1.6rem;
		text-align: center;
	}


	.contact-group {
		margin-bottom: 180px;
	}
	.contact-group a:hover {
		transform: scale(1.02);
	}
	.contact-item {
		flex-direction: row;
		align-items: flex-start;
		gap: 50px;
		margin-bottom: 60px;
		padding: 60px 50px;
	}
	.contact-item--form {
	}
	.contact-item__body {
		display: block;
		width: calc(60% - 50px);
	}
	.contact-item__media {
		width: 40%;
	}
	.contact-item__media-link {
	}
	/* ------------------------------
		Contact Item Heading
	------------------------------ */
	.contact-item__heading {
		margin-bottom: 50px;
		padding-left: 22px;
	}
	.contact-item__title {
		font-size: 2.6rem;
	}
	.contact-item__lead {
		font-size: 1.4rem;
	}

	/* ------------------------------
		Contact Item Contact List
	------------------------------ */
	.contact-item__contact-list {
	}
	.contact-item__contact-item {
		padding: 30px 10px;
	}
	.contact-item__contact-link {
		font-size: 1.6rem;
	}
	.contact-item__contact-link.is-mail {
	}
	.contact-item__contact-link.is-phone {
	}

	/* ------------------------------
		Contact Item Tel
	------------------------------ */
	.contact-item__tel {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		gap: 0 10px;
	}
	.contact-item__tel-label {
	}
	.contact-item__tel-number {
	}
	.contact-item__tel-note {
		width: 100%;
		text-align: right;
	}

	/* ------------------------------
		Contact Item Note
	------------------------------ */
	.contact-item__note {
		padding: 0 5px;
	}

	/* ------------------------------
		Contact Item Form
	------------------------------ */
	.contact-item__form {
	}
	.contact-item__iframe {
		height: 1000px;
	}

}
