@charset "UTF-8";

/* nav */

.nav ul li:nth-child(1) a::after {
	transform: scale(1, 1);
}

/* upper */
.second-bg::after {
	background-image: url(../../../company/img/company_main.jpg);
}

/* identity */
.identity {
	height: 446px;
	overflow: hidden;
	background: #fff;
}
.identity-bg {
	background: url(../../../company/img/identity.jpg) no-repeat center top / cover;
	height: 265px;
}
.identity-txt {
	display: flex;
	justify-content: space-between;
	width: 80%;
	min-width: 850px;
	max-width: 1080px;
	padding-top: 28px;
}
.identity h2 {
	position: relative;
	z-index: 0;
	margin-left: 10vw;
	color: #fff;
}
.identity h2 .en {
	color: #fff;
}
.identity h2::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 1300px;
	transform: rotate(-45deg);
	bottom: -320px;
	left: -300px;
	background: #008cd6;
	z-index: -1;
}
.identity-contents {
	margin-top: 12px;
}
.identity-contents p span {
	color: #73c7f3;
	font-size: 3rem;
	font-weight: bold;
	font-family: var(--noto);
	padding-right: 0.3em;
}
.identity-contents p + p span {
	padding-left: 1.7em;
}

@media screen and (max-width: 950px) {
	.greeting,
	.identity,
	.info,
	.history {
		overflow: hidden;
	}
	.identity h2 {
		margin-left: 5vw;
	}
	.identity h2::before {
		left: -292px;
		width: 198px;
	}
	.identity-txt {
		min-width: auto;
		width: 100%;
	}
	.identity-contents {
		margin-right: 2%;
	}
}

/* company info */
.info {
	background: var(--gray);
  padding-bottom: 6em;
}
.info table {
	margin: 20px auto 0;
}
.info tbody {
	max-width: 990px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info table tr {
	border-bottom: var(--border);
	width: 48%;
}
.info table th {
	font-weight: normal;
	color: var(--txtGray);
	width: 125px;
}
.info table th,
.info table td {
	padding: 25px 0.5em;
}
.info .link-list {
	margin-top: 40px;
	padding-bottom: 38px;
}
.info .link-list li {
	width: 48%;
	margin-bottom: 35px;
	font-weight: normal;
	font-size: 1.6rem;
}
.info .link-list li:hover {
	opacity: 1;
}

@media screen and (max-width: 950px) {
	.info table {
		margin: 20px 2% 0;
	}
}

/* history */
.history {
	background: #fff;
	position: relative;
}
.history::after {
	content: "";
	position: absolute;
	background: var(--blue);
	opacity: 0.1;
	width: 30vw;
	height: 200%;
	min-width: 400px;
	right: 0;
	top: -17%;
	transform: rotate(45deg);
}
.table {
	margin: 39px auto 68px;
	width: 990px;
}
.table tr {
	border-bottom: var(--border);
}
.table th,
.table td {
	padding: 25px 0.5em;
}
.table th {
	width: 146px;
	position: relative;
}
.table td {
	padding-left: 1.5em;
	width: calc(100% - 146px);
}
.table th::after {
	content: "";
	position: absolute;
	display: block;
	width: 146px;
	height: 2px;
	background: #414141;
	bottom: -1px;
	left: 0;
}

@media screen and (max-width: 950px) {
	.history {
		padding: 0 2%;
	}
	.table {
		width: 100%;
	}
}

/* access */
.access {
	background: linear-gradient(180deg, var(--gray) 0%, var(--gray) 251px, #fff 251px, #fff 74%, var(--gray) 74%, var(--gray) 100%);
	padding-top: 77px;
}
.access-wrapper {
	display: grid;
	grid-template-rows: 174px 1fr;
	grid-template-columns: 52% 1fr;
	max-width: 1600px;
}
.access-ttl {
	margin-left: 46px;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.access h2 {
	padding-top: 36px;
}
.access .map {
	width: 100%;
	height: 655px;
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.access-contents {
	padding: 38px 0 46px 46px;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.access-contents .dot {
	margin-right: 2px;
}
.access-contents .cap {
	font-weight: bold;
	margin-bottom: 7px;
}
.access-contents .pl {
	padding-left: 0.8em;
}
.office .cap {
	font-size: 2rem;
}
.office {
	margin-bottom: 34px;
}
.access .car {
	margin-bottom: 18px;
}
.access-others {
	padding-bottom: 65px;
}
.access-others .other1,
.access-others .other2 {
	background: #fff;
	outline: #878787 solid 1px;
	outline-offset: -1px;
	padding-left: 43px;
	height: 340px;
}
.access-others picture {
	width: 496px;
	height: 204px;
}
.access-others p {
	padding-top: 22px;
}
.access-others .cap {
	font-size: 2rem;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

@media screen and (max-width: 950px) {
	.access-ttl {
		margin-left: 26px;
	}
	.access-contents {
		padding: 38px 3% 46px 26px;
	}
}
