@charset "utf-8";

/***************************************************
page-about　会社概要 .company-outline
***************************************************/
#page-about section{
    padding: clamp(50px, 5vw, 140px) 10px !important;
}


p.CEO_message {
    padding-top: 30px;
}

.CEO_img {
  text-align: right !important;
}

.CEO_img img {
  width: 350px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
	.messageBox {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.messageBox .inner-right {
		aspect-ratio: 1 / 1;
	}

	.CEO_img img { width: 250px; }
}


section.company {
	margin: 0 auto;
	width: 100%;
	max-width: 92%;
	padding: 0 4%;
	box-sizing: border-box;
	max-width: 960px;
}

.company-outline {
	border: none;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	padding-top: 30px;
}

.company-outline dl {
	border-top: 1px solid #eee;
	display: grid;
	align-items: center;
	margin: 0;
	padding: 10px;
	gap: 15px;
	grid-template-columns: 0.3fr 1fr;
}

.company-outline dl:last-child {
	border-bottom: 1px solid #eee;
}

.company-outline dt {
	padding: 15px 10px;
	width: 10em;
	text-align: center;
	color: #116979;
}

.company-outline dd {
	padding: 15px 10px 15px 30px;
	margin: 0;
}

.addressBox {
	display: flex;
	flex-wrap: wrap;
	/* gap: 40px; */
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	justify-content: space-between;
}

.addressBox .inner-map {
	width: calc(100% - 320px);
}

.company_contents {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

p.company_img {
    width: 32%;
    margin: 0;
}

.Google-map {
	position: relative;
	width: 100%;
	padding-bottom: 40%;
	/* 56.25%が16:9 の比率 */
	height: 0;
	overflow: hidden;
	border-radius: 8px;
	/* 角丸必要なら */
}

.Google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width:768px) {
	.company-outline dl {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 10px 0;
	}

	.company-outline dl dt {
		text-align: left;
		padding: 0;
	}

	.company-outline dd {
		padding: 0px;
		margin: 0;
	}
}


/*------------------------------------------
 access 
 ------------------------------------------*/
#access .access {
	margin: 0 auto;
	background: transparent;
	border: none;
}

.access__block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap);
	align-items: start;
    padding: 30px 0;

}

.access__info h4 {
	margin: .3em 0 .2em;
	font-size: 16px
}

.note {
	color: var(--sub);
	font-size: 13px
}

.btns {
	display: flex;
	gap: 10px;
	margin-top: 12px
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid var(--line);
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	background: #0f8ea4;
}

.btn:hover {
	border: 1px solid #0f8ea4;
	color: #0f8ea4;
}

.labelline {
	position: relative;
	padding-top: 16px;
	margin-top: 10px
}

.labelline::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: var(--line);
}

.access__map iframe {
	width: 100%;
	height: 300px;
	display: block
}

@media (max-width: 767.98px) {
	:root {
		--gap: 18px
	}

	.message {
		grid-template-columns: 1fr
	}

	.dl-table tr {
		display: table-row;
	}


	.dl-table th {
		/* width: 80px; */
		width: 100%;
		display: block;
		font-size: 12px;
		text-align: left;
		border-bottom: none;
		padding: 12px 10px 0px 10px
	}

	.dl-table td {
		font-size: 12px;
		width: 100%;
		display: block;
	}

	.dl-table td ul li,
	.dl-table td a {
		font-size: 12px;
	}

	.access__block {
		grid-template-columns: 1fr
	}

	.access__map iframe {
		height: 200px
	}
}