.p-company {
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-company {
		padding-top: 2.4rem;
	}
}
.p-company .l-content-inner {
	width: 88rem;
}
.p-company__tbl .row {
	padding: 1.2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
	.p-company__tbl .row {
		padding: 0.8rem 0;
	}
}
.p-company__tbl dt {
	width: 16rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-company__tbl dt {
		width: 9.2rem;
		font-size: 1.4rem;
	}
}
.p-company__tbl dd {
	width: calc(100% - 16rem);
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 3.2rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-company__tbl dd {
		width: calc(100% - 9.2rem);
		font-size: 1.4rem;
		line-height: 140%; /* 1.96rem */
	}
}
.p-company__tbl .list li {
	position: relative;
	padding-left: 1em;
	margin-top: 0.5em;
}
.p-company__tbl .list li:first-of-type {
	margin-top: 0;
}
.p-company__tbl .list li::before {
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	background-color: #059E9E;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(1em - 0.3rem);
}
@media screen and (max-width: 767px) {
	.p-company__tbl .list li::before {
		top: 0.5em;
	}
}

.p-office {
	padding-top: 8.8rem;
	padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
	.p-office {
		padding-top: 2.4rem;
		padding-bottom: 5rem;
	}
}
.p-office__title {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%; /* 3.84rem */
	letter-spacing: 0.04em;
	position: relative;
	padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
	.p-office__title {
		font-size: 1.6rem;
		padding-left: 1.35rem;
	}
}
.p-office__title::before {
	content: "";
	display: block;
	width: 0.4rem;
	height: 2.4rem;
	background-color: #059E9E;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-office__title::before {
		width: 0.4rem;
		height: 1.8rem;
	}
}
.p-office__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 3.4rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 4.8rem 0;
}
@media screen and (max-width: 767px) {
	.p-office__list {
		margin-top: 1.6rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1.2rem;
	}
}
.p-office__list .item {
	width: 41rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-office__list .item {
		width: 100%;
	}
}
.p-office__list .item .img {
	width: 11.6rem;
}
@media screen and (max-width: 767px) {
	.p-office__list .item .img {
		width: 9.4rem;
	}
}
.p-office__list .item .cnt {
	width: calc(100% - 11.6rem);
	padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-office__list .item .cnt {
		width: calc(100% - 9.4rem);
		padding-left: 1.2rem;
	}
}
.p-office__list .item .text {
	color: #242424;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 160%; /* 2.56rem */
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-office__list .item .text {
		font-size: 1.3rem;
		line-height: 150%; /* 1.95rem */
	}
}
/*# sourceMappingURL=company.css.map */