@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
会社案内
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 代表からのメッセージ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-message .container {
	max-width: 706px;
}

.about-message .ceo {
	margin-top: 1.2em;
	text-align: right;
}

.about-message .ceo-position {
	margin-bottom: 0.5em;
	font-weight: 700;
}

@media (max-width: 767.9px) {
.about-message .ceo {
	font-size: 1.4rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 企業ビジョン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-vision .img {
	border-radius: var(--border-radius);
}

.about-vision .description {
	margin-bottom: 8px;
	font-size: 1.7rem;
}

.about-vision table {
	font-weight: 700;
}

.about-vision th {
	position: relative;
	width: 110px;
	padding: 8px 7px 0 0;
	color: var(--color_main);
}

.about-vision th::after {
	position: absolute;
	top: 50%;
	right: 7px;
	left: 23px;
	border-top: 3px dotted var(--color_gray);
	content: "";
	transform: translateY(-50%);
}

.about-vision td {
	padding-top: 8px;
	white-space: nowrap;
}

@media (min-width: 768px) {
.about-vision .container {
	display: flex;
	align-items: center;
}

.about-vision .img {
	max-width: 48%;
	margin-right: 5.4%;
}

.about-vision .description {
	font-size: 1.8rem;
}
}

@media (max-width: 767.9px) {
.about-vision .img {
	margin-bottom: 18px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-outline table {
	border-top: 1.5px solid var(--color_gray);
}

.about-outline th {
	padding: 23px 0 4px;
	white-space: nowrap;
}

.about-outline td {
	padding-bottom: 23px;
	border-bottom: 1.5px solid var(--color_gray);
}

.about-outline .access {
	color: var(--color_main);
	text-decoration: underline;
	text-underline-offset: var(--text-underline-offset);
}

.about-outline .access:hover {
	color: var(--color_base);
}

.about-outline .tel:hover {
	color: var(--color_main);
}

.about-outline .columns {
	margin: 0 -40px -0.25em 0;
}

.about-outline .column {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}

.about-outline .column li {
	margin-bottom: 0.25em;
}

.about-outline .box {
	margin: 0.5em 0;
	padding: 12px 20px;
}

@media (min-width: 768px) {
.about-outline th {
	padding: 32px 24px;
	border-bottom: 1.5px solid var(--color_gray);
}

.about-outline td {
	padding: 32px 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- アクセスマップ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-access address {
	margin-bottom: 12px;
}

.about-access iframe {
	width: 100%;
	height: 240px;
}

@media (min-width: 768px) {
.about-access address {
	margin-bottom: 24px;
}

.about-access .container {
	display: flex;
	align-items: flex-start;
}

.about-access iframe {
	height: 480px;
	margin-right: 5.4%;
}
}

@media (max-width: 767.9px) {
.about-access iframe {
	margin-bottom: 30px
}
}
