@charset "UTF-8";

.main_hd {
	background-image: url("/img/company/img-head-bg@2x.jpg");
}

.greeting {
	padding: 100px 0;
}

.greeting_ttl {
}

.greeting_row {
	display: flex;
	justify-content: space-between;
}

.greeting_text {
	text-align: justify;
}

.greeting_img {
	margin-left: 80px;
}

.company {
	background: #FFF;
	padding: 120px 0;
}

.company > .inner {
	position: relative;
}

.company_ttl {
}

.company_tbl {
	display: table;
	width: 100%;
}

.company_tbl dl {
	display: table-row;
}

.company_tbl dl > dt,
.company_tbl dl > dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 30px;
	border-bottom: 1px solid #000;
}

.company_tbl dl > dt {
}

.company_tbl dl > dd {
}

.company_img {
	position: absolute;
	top: -180px;
	right: -30px;
}

.access {
	padding: 100px 0;
}

.access_ttl {
}

.access_wrap {
	margin-top: 60px;
	position: relative;
}

.access_map {
	width: 100%;
	position: relative;
}

.access_map:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.access_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_img {
	position: absolute;
	right: -20px;
	top: 95%;
	pointer-events: none;
}

.access_memo {
	margin-top: 40px;
}

.access_memo > li {
}

.access_memo > li {
	text-indent: -1em;
	padding-left: 1em;
}

.link {
	background: #FFF;
	padding: 100px 0;
}

.link_ttl {
}

.link_sec {
	margin-top: 60px;
}

.link_sec_ttl {
	font-size: 20px;
}

.link_sec_list {
	line-height: 2;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.link_sec_list > li {
}

.link_sec_list > li a {
	text-decoration: underline;
	color: #FF8900;
}

.link_sec_list > li a:hover {
	text-decoration: none;
}

@media screen and (min-width:641px) {
	.link_sec_list > li {
		width: 32%;
		margin-left: 2%;
	}

	.link_sec_list > li:nth-child(3n+1) {
		margin-left: 0;
	}

}

@media screen and (max-width:640px) {
	.greeting {
		padding: 40px 0 100px;
	}

	.greeting_ttl {
	}

	.greeting_row {
		flex-direction: column-reverse;
	}

	.greeting_text {
		margin-top: 30px;
	}

	.greeting_img {
		margin-left: 0;
		text-align: center;
		padding: 0 15%;
	}

	.company {
		padding: 50px 0 40px;
	}

	.company > .inner {
	}

	.company_ttl {
	}

	.company_tbl {
	}

	.company_tbl dl {
	}

	.company_tbl dl > dt,
	.company_tbl dl > dd {
		padding: 15px 15px;
	}
	.company_tbl dl:last-child > dt,
	.company_tbl dl:last-child > dd {
		border-bottom: none;
	}
	.company_tbl dl > dt {
		white-space: nowrap;
	}

	.company_tbl dl > dd {
		padding-left: 0;
	}

	.company_img {
		right: 10px;
		max-width: 30%;
		top: -120px;
	}

	.access {
		padding: 40px 0;
	}

	.access_ttl {
	}

	.access_wrap {
		margin-top: 0;
	}

	.access_map {
	}

	.access_map:before {
		padding-top: 90%;
	}

	.access_map iframe {
	}

	.access_img {
		display: none;
	}

	.access_memo {
		margin-top: 20px;
	}

	.access_memo < li {
	}

	.access_memo < li {
	}

	.link {
		padding: 40px 0;
	}

	.link_ttl {
	}

	.link_sec {
		margin-top: 40px;
	}

	.link_sec_ttl {
		font-size: 16px;
	}

	.link_sec_list {
		margin-top: 10px;
		display: block;
	}

	.link_sec_list > li {
	}

	.link_sec_list > li a {
	}

	.link_sec_list > li a:hover {
	}

}
