﻿@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
会社概要
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-mission {
	font-weight: 700;
	text-align: center;
}

.about-mission-li:nth-child(n+2) {
	padding-top: 30px;
	border-top: 1px solid #aaa;
}

.about-mission-li:nth-last-child(n+2) {
	padding-bottom: 30px;
}

.about-mission-philosophy .copy-heading {
	display: flex;
	font-size: 4.8rem;
	line-height: 1;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}

.about-mission-philosophy .cross {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin: 0 5px;
}

.about-mission-philosophy .cross::before,
.about-mission-philosophy .cross::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	margin: auto;
	border-top: 1px solid;
	content: "";
}

.about-mission-li .cross::before {
	transform: rotate(45deg);
}

.about-mission-li .cross::after {
	transform: rotate(-45deg);
}

.about-overview table {
	line-height: 2;
}

.about-overview tr {
	border-bottom: 1px solid #aaa;
}

.about-overview tr:first-child {
	border-top: 1px solid #aaa;
}

.about-overview th {
	padding-top: 20px;
	min-width:5em;
}

.about-overview td {
	padding-bottom: 20px;
}

.about-history table {
	position: relative;
	line-height: 2;
}

/* .about-history table::before {
	position: absolute;
	top: 8px;
	left: 100px;
	bottom: 8px;
	border-right: 1px solid #aaa;
	content: "";
} */

.about-history th {
	width: 115px;
}

.about-history td {
	padding-left: 30px;
	border-left: 1px solid #aaa;
}

.about-history tr:nth-last-child(n+2) td {
	padding-bottom: 15px;
}

.about-access address {
	margin-bottom: 20px;
	line-height: 2;
}

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

@media screen and (min-width: 768px) {
.about-mission-li:nth-child(n+2) {
	padding-top: 70px;
}

.about-mission-li:nth-last-child(n+2) {
	padding-bottom: 70px;
}

.about-mission-philosophy .cross {
	margin: 0 30px;
}

.about-overview th {
	padding: 30px 0;
}

.about-overview td {
	padding: 30px 0;
}

.about-history tr:nth-last-child(n+2) td {
	padding-bottom: 20px;
}

.about-access address {
	margin-bottom: 50px;
}

.about-access iframe {
	height: 460px;
}
}

@media screen and (max-width: 413.9px) {
.about-mission-philosophy .copy-heading {
	flex-flow: column;
}
}

.about-sec:target {
/*
	margin-top: -80px;
	padding-top: 80px;
*/
}

.paragraph {
	max-width:48em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

@media screen and (min-width: 768px) {
.copy-heading {
	font-size: 30px;
}
}