@charset "UTF-8";

.philosophy {
	position: relative;
}
#greeting {
	margin-top: -250px;
}
.philosophy img {
	width: 100%;
	opacity: 0.6;
	height: 500px;
	object-fit: cover;
	object-position: 0 35%;
}
.philosophy_text {
	position: absolute;
	top: 10%;
	left: 10%;
	line-height: 24px;
	max-width: 635px;
}

.company iframe {
	margin: 20px auto;
	max-width: 1000px;
	width: 100%;
	height: 500px;
}
.map {
	text-align: center;
}

.overview {
	position: relative;
}
.overview img {
	width: 100%;
	opacity: 0.6;
}
.overview_content {
	position: absolute;
    max-width: 800px;
    height: 800px;
    margin: auto;
    background-color: #FFFFFF;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.overview_content table {
	margin: 30px auto;
    border-collapse:collapse
}
.overview_content table tr    {
	border-top: 1px solid #000000;
}

.overview_content table tr:last-child {
	border-bottom: 1px solid #000000;
}

.overview_content th,.overview_content td {
	text-align: left;
	padding: 20px 15px;
}
/* .overview_content td {
    padding-right: 50px;
} */

.qualification_title {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.qualification_grid {
	max-width: 600px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 50px;
	text-align: center;
	margin: auto;
}

.qualification_grid img {
	width: 90%;
	height: 180px;
	object-fit: cover;
	border: 8px solid #ddd;
}

.philosophy_ceo {
	font-size: 1.2rem;
	font-weight: 600;
}

