/**
* ----------------------------------------------------------------------------
* Main Visual
* ----------------------------------------------------------------------------
*/
.mv {
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	.mv {
		background: url(../img/company/mv-sp.jpg) center/cover no-repeat;
		height: 250px;
	}
}

@media (min-width: 769px) {
	.mv {
		background: url(../img/company/mv.jpg) center/cover no-repeat;
		height: 500px;
	}
}

/**
* ----------------------------------------------------------------------------
* Profile
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.profile {
		margin: 40px 0 0;
		padding: 0 20px;
	}
}

@media (min-width: 769px) {
	.profile {
		margin: 50px 0 0;
	}
}

@media (max-width: 768px) {
	.profile .table {
		margin: 25px 0 0;
	}
}

@media (min-width: 769px) {
	.profile .table {
		margin-top: 50px;
	}

	.profile .table th {
		font-size: 120%;
		font-size: 110%;
	}

	.profile .table td {
		font-size: 110%;
		line-height: 160%;
	}
}

/**
* ----------------------------------------------------------------------------
* Map
* ----------------------------------------------------------------------------
*/
@media (max-width: 768px) {
	.map {
		margin: 50px auto 0;
		width: calc(100% - 40px);
	}

	.map-img.pc {
		display: none !important;
	}

}

@media (min-width: 769px) {
	.map {
		display: flex;
		flex-wrap: wrap;
		margin: 70px auto 0;
		width: 860px;
	}

	.map .img-box {
		display: block;
	}
}

.map-img {
	margin: 20px 0 26px;
}


.map-h {
	font-weight: bold;
}

@media (min-width: 769px) {
	.map-h {
		width: 270px;
		font-size: 110%;
		line-height: 1.3;
	}
}

@media (max-width: 768px) {
	.map-h-officename {
		margin: 0 0 0 12px;

	}
}

@media (min-width: 769px) {
	.map-h-officename {
		margin: 8px 0 0;
	}
}

@media (max-width: 768px) {
	.map-contact {
		font-size: 16px;
		margin: 16px 0 0;
	}
}

@media (min-width: 769px) {
	.map-contact {
		width: 590px;
		font-size: 110%;
	}
}

@media (max-width: 768px) {
	.map-contact-numbers {
		margin: 8px 0 0;
		line-height: 1.5;
	}
}

@media (min-width: 769px) {
	.map-contact-numbers {
		margin: 12px 0 0;
	}
}



@media (max-width: 768px) {
	.map iframe {
		margin: 24px auto 0;
		/* max-width: 335px; */
		width: 100%;
	}
}

@media (min-width: 769px) {
	.map iframe {
		height: 260px;
		margin: 24px 0 0;
		width: 860px;
	}
}

/**
* ----------------------------------------------------------------------------
* Oversea
* ----------------------------------------------------------------------------
*/
.oversea {
	background: #ecf1f4;

}

@media (max-width: 768px) {
	.oversea {
		margin: 50px 0 0;
		padding: 50px 20px;
	}
}

@media (min-width: 769px) {
	.oversea {
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 0;
		padding: 60px calc(50% - 430px) 100px;
	}
}

@media (min-width: 769px) {
	.oversea-h {
		width: 320px;
	}
}

.oversea-h-title {
	font-size: 28px;
	font-weight: 700;
}

.oversea-h-label {
	margin: 12px 0 0;
}

.oversea-info {
	line-height: 25px;
	font-size: 100%;
}

@media (min-width: 769px) {
	.oversea-info {
		width: 540px;
	}
}

@media (max-width: 768px) {
	.oversea-info {
		margin-bottom: 25px;
	}

	.oversea-info-item {
		margin: 24px 0 0;
	}
}

@media (min-width: 769px) {
	.oversea-info-item {
		display: flex;
	}

	.oversea-info-item + .oversea-info-item {
		margin: 24px 0 0;
	}
}

.oversea-info-item-label {
	font-weight: 700;
}

@media (max-width: 768px) {
	.oversea-info-item-label {
		background: #333;
		color: #fff;
		display: inline-block;
		padding: 0 6px;
	}
}

@media (min-width: 769px) {
	.oversea-info-item-label {
		width: 110px;
	}
}

.oversea-info-item-content {
	font-weight: 500;
}

@media (max-width: 768px) {
	.oversea-info-item-content {
		padding: 0 0 0 8px;
	}
}

@media (min-width: 769px) {
	.oversea-info-item-content {
		width: 390px;
	}
}

@media (max-width: 768px) {
	.oversea-img {
		height: calc((100vw - 40px) / 335 * 225);
		object-fit: cover;
		object-fit: center center;
		font-family: "object-fit: cover; object-fit: center center;";
		width: calc(100vw - 40px);
	}
}

@media (min-width: 769px) {
	.oversea-img {
		margin: 24px 0 0;
	}
}

@media (max-width: 768px) {
	.footer {
		margin: 30px 0 0;
	}
}

@media (min-width: 769px) {
	.footer {
		margin: 30px 0 0;
	}
}

.oversea-info-item-content a {
	color: #2baae2;
	text-decoration: underline;
}

div#map-main-office .contact {
	width: 100%;
	padding: 0 0 90px;
}

div#map-main-office .contact dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #CCC;
}


div#map-main-office .contact dd.tel {
	width: 160px;
	font-size: 110%;
	text-align: center;
	/* margin-left: 15px; */
}

div#map-main-office .contact dd.mail {
	width: 220px;
	/* text-align: right; */
	/* margin: auto; */
	padding-left: 30px;
}

div#map-main-office .contact {
	margin-top: 40px;
	display: flex;
	width: 1000px;
	justify-content: space-between;
}

div#map-main-office .contact dt {
	/* color: #babcbe; */
	/* font-weight: 600; */
	width: 260px;
	font-size: 100%;
	padding-left: 15px;
	line-height: 1.3;
}

div#map-main-office .contact dl:first-of-type {
	/* border-bottom: solid 2px #CCC; */
	padding: 0 0 10px;
}


div#map-main-office .contact dl:first-of-type dd {
	text-align: center;
	/* color: #babcbe; */
}

div#map-main-office .contact p.ttl {
	font-weight: 600;
	font-size: 110%;
	line-height: 1.5;
}

@media (max-width: 768px) {
	div#map-main-office .contact {
		display: block;
		width: auto;
	}

	div#map-main-office .contact dt {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
	}

	div#map-main-office .contact dl {
		display: block;
	}

	div#map-main-office .contact dl:first-of-type {
		display: none;
	}

	div#map-main-office .contact dd.tel:before {
		content: "TEL";
		font-size: 14px;
		font-weight: 700;
		padding-right: 10px;
	}

	div#map-main-office .contact dd.tel {
		width: auto;
		text-align: left;
	}

	div#map-main-office .contact dd.mail {
		width: auto;
		padding-left: 0;
		margin: 10px 0 0;
	}

	div#map-main-office .contact dd.mail:before {
		content: "MAIL";
		/* color: #ccc; */
		font-size: 14px;
		font-weight: 700;
		padding-right: 10px;
	}

}

/*# sourceMappingURL=company.css.map */
