@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/company/under_mv_pc.jpg) center center / cover no-repeat;
}

/* #underFv::after {
	content: "";
	width: 273px;
	height: 90px;
	background: url(../../img/company/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 会社概要 */
/* ----------------------------------- */
#outline {
	padding-bottom: 100px;
	background: #edf3fc;
}

#outlineTable {
	padding-bottom: 30px;
}

#download {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 店舗紹介 */
/* ----------------------------------- */
#office {
	padding-bottom: 100px;
	background: #edf3fc;
}

#office .layout1 {
	padding: 50px 0 0;
	margin-bottom: 0;
}

#officeInLink {
	padding: 0 50px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 3%;
}

#officeInLink a {
	width: 100%;
	padding: 10px 20px;
	border-radius: 100vw;
	border: 1px solid #0d499e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	color: #0d499e;
	font-size: 1.8rem;
	font-weight: 500;
}

#officeInLink a::after {
	content: "";
	width: 11px;
	height: 13px;
	background: url(../../img/common/icon_bottom_b.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#officeInLink a:hover {
	background: #0d499e;
	color: #FFF;
}

#officeInLink a:hover::after {
	background: url(../../img/common/icon_bottom_w.svg) 0 0 no-repeat;
}

.office {
	padding: 50px;
	border-bottom: 40px solid #edf3fc;
}

.office:last-child {
	padding: 50px;
	border-bottom: none;
}

.officeInfoWrap {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.officeinfo {
	flex: 1;
}

.officeinfo h3 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 2.4rem;
}

.address {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.fd {
	width: max-content;
	padding: 20px 40px;
	background: #0d499e;
	display: inline-block;
	font-size: 2.4rem;
	color: #fbfaaf;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	border-radius: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.fd::before {
	content: "";
	width: 25px;
	height: 16px;
	background: url(../../img/common/icon_fd.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.officeArea {
	padding: 20px 40px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border: 1px solid #0d499e;
	font-size: 1.6rem;
}

.areaTit {
	font-weight: bold;
	color: #0d499e;
}

.areaName {
	flex: 1;
}

.officeMap{
	width: 100%;
	aspect-ratio: 600 / 300;
}

.officeMap iframe {
	width: 100%;
	height: 100%;
}

#hakata {

}

#yanagawa {

}

#amagi {

}

#kitakyushu {

}





/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/company/under_mv_sp.jpg) center center / cover no-repeat;
	}

	#outline {
		padding-bottom: 80px;
	}

	.table1 {
		width: 100%;
	}

	.table1 th {
		padding: 15px;
		font-size: 1.4rem;
	}

	.table1 td {
		padding: 10px 10px;
		font-size: 1.4rem;
	}

	#officeInLink {
		padding: 0 4%;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 3%;
	}

	#officeInLink a {
		padding: 5px 20px;
		font-size: 1.6rem;
		position: relative;
	}

	#officeInLink a::after {
		position: absolute;
		top: 50%;
		right: 4%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#office {
		padding-bottom: 80px;
	}

	.office {
		padding: 20px;
		border-bottom: 40px solid #edf3fc;
	}

	.officeImg img {
		width: 100%;
		height: auto;
	}

	.officeInfoWrap {
		gap: 20px;
	}

	.officeinfo h3 {
		font-size: 2rem;
	}

	.office:last-child {
		padding: 20px;
	}
}