/* ページタイトル */
.cmn_title {
	background: url("../../../common/page/img/title/company.webp") no-repeat center bottom;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	.cmn_container.type01 {
		--padding-60: 30px;
	}
	.access_txt {
		max-width: calc(100% - 455px);
	}
}

.access_item {
	padding: var(--padding-60);
	background: #fff;
	&:not(:last-child) {
		margin-bottom: 30px;
	}
}
.access_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	
	figcaption {
		font-size: 1.4rem;
	}
}
.access_box a:hover {
	opacity: 0.8;
}
.access_txt {
	width: 100%;
}
.access_txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.map_btn {
	max-width: 230px;
}

@media screen and (max-width: 767px) {
	.access_box figcaption {
		font-size: 1.3rem;
	}
}