@charset "utf-8";

/* -----------------------------------------------------------
	MAP
-------------------------------------------------------------- */
.office-area {
	margin: 100px 0;
}

@media screen and (max-width: 768px) {
	.office-area {
		margin: 50px 0;
	}
}

/* -----------------------------------------------------------
	MAP
-------------------------------------------------------------- */
.area-map-area {
	padding: 0 0 100px;
}

.area-map-area .img-wrap {
	padding: 50px 0;
}

.area-map-area .img-wrap img {
	margin: 0 auto;
	display: block;
	width: 600px;
}

.select-area {
	position: relative;
	margin: 40px 0 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
} 
.select-area .ttl-position {
	position: absolute;
	top: 100px;
	left: 100px;
}

.area-map-area .area-btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 16px 0 0;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	border-radius: 50px;
}
.area-map-area .area-btn a::after {
	content: "\f107";
	display: inline-block;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
}

.area-map-area .area-btn.is-area01 a {
	padding: 10px 0 0;
	width: 50px;
	height: 50px;
	font-size: 1.4rem;
	border-radius: 50px;
}
.area-map-area .area-btn.is-area01 a::after {
	top: 55%;
}

@media screen and (max-width: 768px) {

	.select-area {
		margin: 30px 0 0;
		padding: 20px;
	} 

	.select-area .ttl-position {
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 1.6rem;
	}

	.area-map-area {
		padding: 0 0 40px;
	}
	
	.area-map-area .img-wrap {
		padding: 0 0 30px;
		background: initial;
		box-shadow: initial;
	}

	.area-map-area .img-wrap img {
		margin: 20px 0 0;
		width: 100%;
	}

	.area-map-area .area-btn a,
	.area-map-area .area-btn.is-area01 a {
		align-items: center;
		min-width: inherit;
		padding: 10px;
		width: 100%;
		height: unset;
		font-size: 1.6rem;
		max-inline-size: initial;
		border-radius: 22px;
	}
	.area-map-area .area-btn a::after,
	.area-map-area .area-btn.is-area01 a::after {
		top: 36%;
		right: 10px;
		left: unset;
		transform: unset;
		font-size: 1.4rem;
	}

	.area-btn-list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.area-btn-list li {
		width: calc((100% / 2) - 10px);
	}

}

:root {
	--area01: #154D41;
	--area02: #8AC783;
	--area03: #7484C1;
	--area04: #F6AE6A;
	--area05: #51AAC9;
	--area06: #AC80A0;
	--area07: #B68E6D;
}

.area-map-area .area-btn a {
	color: var(--area01);
	border: solid 1px var(--area01);
}

/* .area-map-area .area-btn.is-area01 a {
	background: var(--area01);
} */

.area-map-area .area-btn.is-area01 a:hover {
	color: #fff;
	background: var(--area01);
}

/* .area-map-area .area-btn.is-area02 a {
	background: var(--area02);
} */

.area-map-area .area-btn.is-area02 a:hover {
	color: #fff;
	background: var(--area02);
	border: solid 1px var(--area02);
}

/* .area-map-area .area-btn.is-area03 a {
	background: var(--area03);
} */

.area-map-area .area-btn.is-area03 a:hover {
	color: #fff;
	background: var(--area03);
	border: solid 1px var(--area03);
}

/* .area-map-area .area-btn.is-area04 a {
	background: var(--area04);
} */

.area-map-area .area-btn.is-area04 a:hover {
	color: #fff;
	background: var(--area04);
	border: solid 1px var(--area04);
}

/* .area-map-area .area-btn.is-area05 a {
	background: var(--area05);
} */

.area-map-area .area-btn.is-area05-1 a:hover,
.area-map-area .area-btn.is-area05-2 a:hover {
	color: #fff;
	background: var(--area05);
	border: solid 1px var(--area05);
}

/* .area-map-area .area-btn.is-area06 a {
	background: var(--area06);
} */

.area-map-area .area-btn.is-area06 a:hover {
	color: #fff;
	background: var(--area06);
	border: solid 1px var(--area06);
}

/* .area-map-area .area-btn.is-area07 a {
	background: var(--area07);
} */

.area-map-area .area-btn.is-area07 a:hover {
	color: #fff;
	background: var(--area07);
	border: solid 1px var(--area07);
}


/* 本社 */
.area-map-area .area-btn.is-area01 {
	position: absolute;
	top: 300px;
	right: 470px;
}

/* 東北支社 */
.area-map-area .area-btn.is-area02 {
	position: absolute;
	top: 230px;
	right: 320px;
}

/* 関東支社 */
.area-map-area .area-btn.is-area03 {
	position: absolute;
	top: 340px;
	right: 350px;
}

/* 中京支社 */
.area-map-area .area-btn.is-area04 {
	position: absolute;
	top: 400px;
	right: 470px;
}

/* 関西第1支社 */
.area-map-area .area-btn.is-area05-1 {
	position: absolute;
	top: 240px;
	right: 720px;
}

/* 関西第2支社 */
.area-map-area .area-btn.is-area05-2 {
	position: absolute;
	top: 240px;
	right: 600px;
}

/* 中四国支社 */
.area-map-area .area-btn.is-area06 {
	position: absolute;
	top: 440px;
	right: 580px;
}

/* 九州支社 */
.area-map-area .area-btn.is-area07 {
	position: absolute;
	top: 310px;
	left: 280px;
}

@media screen and (max-width: 768px) {

	.area-map-area .area-btn.is-area01,
	.area-map-area .area-btn.is-area02,
	.area-map-area .area-btn.is-area03,
	.area-map-area .area-btn.is-area04,
	.area-map-area .area-btn.is-area05-1,
	.area-map-area .area-btn.is-area05-2,
	.area-map-area .area-btn.is-area06,
	.area-map-area .area-btn.is-area07 {
		position: relative;
		top: initial;
		right: initial;
		left: initial;
	}

}

.map-point-wrap .catch{
	font-size: 2.6rem;
	font-weight: 600;
	position: absolute;
	left: 200px;
	top: 90px;
	line-height: 1.8;
}
.map-point-wrap .catch .num{
	color: var(--gterior);
	font-size: 10rem;
}
.map-point-wrap .catch .s{
	font-size: 3rem;
	display: block;
	margin: 10px 0 0;
}
.map-point-wrap .catch .note-txt {
	margin: 18px 0 0;
}

@media screen and (max-width: 768px) {

	.map-point-wrap .catch{
		font-size: 1.4rem;
		left: 20px;
		top: 50px;
		line-height: 2;
	}
	.map-point-wrap .catch .num{
		font-size: 4.4rem;
	}
	.map-point-wrap .catch .s{
		font-size: 1.8rem;
		margin: 5px 0 0;
	}
	.map-point-wrap .catch .note-txt {
		margin: 6px 0 0;
	}

}

/* -----------------------------------------------------------
	各セクション
-------------------------------------------------------------- */
.office-table .font-small {
	font-size: 1.2rem;
	color: #888;
}

/* .office-area .area {
	padding: 100px 0;
} */
/* #area01 {
	background: #154d4114;
}
#area02 {
	background: #f3f8ff;
} */

.ttl-deco-office {
	position: relative;
	margin: 0 0 50px;
	text-align: center;
}
.ttl-deco-office::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	margin: 12px 0 0;
	width: 60px;
	height: 4px;
}

#area01 .ttl-deco-office::after {
	background: var(--area01);
}
#area02 .ttl-deco-office::after {
	background: var(--area02);
}
#area03 .ttl-deco-office::after {
	background: var(--area03);
}
#area04 .ttl-deco-office::after {
	background: var(--area04);
}
#area05-1 .ttl-deco-office::after,
#area05-2 .ttl-deco-office::after {
	background: var(--area05);
}
#area06 .ttl-deco-office::after {
	background: var(--area06);
}
#area07 .ttl-deco-office::after {
	background: var(--area07);
}

/* #area01 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area01);
	color: #333;
}
#area02 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area02);
	color: #333;
}
#area03 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area03);
	color: #333;
}
#area04 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area04);
	color: #333;
}
#area05 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area05);
	color: #333;
}
#area06 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area06);
	color: #333;
}
#area07 .ttl-deco-ptn01 {
	border-bottom: solid 4px var(--area07);
	color: #333;
} */

.office-area .area+.area {
	margin: 80px 0;
}

.office-area .office-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.office-area .office-table thead th {
	/* background: var(--bg-green); */
	padding: 6px 20px;
	line-height: 1.6;
	font-size: 1.6rem;
	text-align: center;
	background: #eee;
}
/* #area01 .office-table thead th {
	background: #acc7c2;
	color: #fff;
}
#area02 .office-table thead th {
	background: #bdcacf;
	color: #fff;
}
#area03 .office-table thead th {
	background: #bfcfce;
	color: #fff;
}
#area04 .office-table thead th {
	background: #d5d9c9;
	color: #fff;
}
#area05 .office-table thead th {
	background: #dbcebb;
	color: #fff;
}
#area06 .office-table thead th {
	background: #d7d2b2;
	color: #fff;
}
#area07 .office-table thead th {
	background: #cbc3c3;
	color: #fff;
} */

.office-area .office-table thead th+th,
.office-area .office-table tbody td+td {
	border-left: 1px solid #f5f5f5;
}

.office-area .office-table tbody td {
	background: #fff;
	padding: 15px 0;
	line-height: 1.6;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0;
}

.width-ptn01 {
	width: 250px;
}

.width-ptn02 {
	width: auto;
}

.width-ptn03 {
	width: 220px;
}

.width-ptn04 {
	width: 220px;
}

.width-ptn05 {
	width: 80px;
}

/*アクセスリンク*/
.office-area .office-table td.address-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px 17px;
	text-align: left;
}
.office-area .office-table .address {
	width: calc(100% - 130px);
	line-height: 1.4;
}
.office-area .office-table .address.wide {
	width: auto;
}
.access-link{
	width: 110px;
	font-size: 1.4rem;
	font-weight: 500;
}
.access-link a{
	display: inline-block;
	padding: 9px 20px;
	border: 1px #ccc solid;
}
.access-link i{
	margin: 0 5px 0 0;
}


@media screen and (max-width: 768px) {

	.office-area .area+.area {
		margin: 40px 0;
	}

	.office-area .office-table {
		margin: 0 0 20px;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #e3e9e9;
	}

	.office-area .office-table thead {
		width: 22%;
		display: flex;
		flex-wrap: wrap;
	}

	.office-area .office-table thead tr,
	.office-area .office-table tbody tr {
		display: contents;
	}

	.office-area .office-table tbody {
		width: 78%;
		display: flex;
		flex-wrap: wrap;
	}

	.office-area .office-table thead th,
	.office-area .office-table tbody td {
		width: 100%;
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: left;
	}
	.office-area .office-table thead th {
		border-right: 1px solid #e3e9e9;
		padding: 10px;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.office-area .office-table tbody td {
		padding: 10px;
		font-size: 1.5rem;
	}

	.office-area .office-table thead th+th,
	.office-area .office-table tbody td+td {
		border-left: none;
		border-top: 1px solid #e3e9e9;
	}
	
	.office-area .office-table thead th.width-ptn02,
	.office-area .office-table tbody td.address-area {
		min-height: 145px;
		height: auto;
	}
	.office-area .office-table.h90 thead th.width-ptn02,
	.office-area .office-table.h90 tbody td.address-area {
		min-height: 90px;
	}
	.office-area .office-table.h100 thead th.width-ptn02,
	.office-area .office-table.h100 tbody td.address-area {
		min-height: 100px;
	}
	.office-area .office-table.h120 thead th.width-ptn02,
	.office-area .office-table.h120 tbody td.address-area {
		min-height: 120px;
	}
	.office-area .office-table.h130 thead th.width-ptn02,
	.office-area .office-table.h130 tbody td.address-area {
		min-height: 130px;
	}
	.office-area .office-table.h140 thead th.width-ptn02,
	.office-area .office-table.h140 tbody td.address-area {
		min-height: 140px;
	}
	.office-area .office-table.h150 thead th.width-ptn02,
	.office-area .office-table.h150 tbody td.address-area {
		min-height: 150px;
	}
	.office-area .office-table.h160 thead th.width-ptn02,
	.office-area .office-table.h160 tbody td.address-area {
		min-height: 160px;
	}
	.office-area .office-table.h170 thead th.width-ptn02,
	.office-area .office-table.h170 tbody td.address-area {
		min-height: 170px;
	}
	.office-area .office-table.h180 thead th.width-ptn02,
	.office-area .office-table.h180 tbody td.address-area {
		min-height: 180px;
	}
	
	/*アクセスリンク*/
	.office-area .office-table td.address-area {
		flex-wrap: wrap;
		padding: 10px;
	}
	.office-area .office-table .address,
	.office-area .office-table .address.wide{
		width: auto;
		width: 100%;
	}
	.access-link{
		width: auto;
	}
	.access-link a{
		padding: 5px 20px;
	}

}