@charset "utf-8";
/* ============================================================ */
/*  index */
/* ============================================================ */

body.index .l-contents {
	padding-bottom: 0;
} 

/* c-company-message
------------------------------------------------------------ */
.c-company-message {
	margin-bottom: 160px;
}

.c-company-message__wrap {
	display: flex;
	column-gap: 6.25%;
}

.c-company-message__wrap .__wrap {
	flex: 1;
	max-width: 50%;
}

.c-company-message__lead {
	font-size: 2.35rem;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
	.c-company-message__lead {
		font-size:1.9rem;
	}
}
@media screen and (max-width: 1024px) {
	.c-company-message__lead {
		font-size:1.65rem;
	}
}

.c-company-message__lead::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: var(--blue);
}

.c-company-message__name .__role {
	font-size: 1.5rem;
}

.c-company-message__name .__name {
	font-size: 2rem;
}

.c-company-message__img {
	flex: 1;
	max-width: 300px;
}

/* c-company-about
------------------------------------------------------------ */
.c-company-about {
	background: linear-gradient(102deg, rgba(220, 230, 248, 0.00) 33.76%, rgba(220, 230, 248, 0.50) 100%), rgba(238, 240, 244, 0.5);
	margin:0 64px 160px;
	overflow: hidden;
	padding: 65px 0 80px;
}

.c-company-about__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border-top: solid 2px var(--blue);
	padding-top: 32px;
	max-width: 1040px;
	margin-left: auto;
}

.c-company-about__dt,
.c-company-about__dd {
	border-bottom: solid 1px var(--gray2);
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.c-company-about__dt {
	width: 200px;
	align-content: center;
	font-weight: bold;
}

.c-company-about__dd {
	width: calc(100% - 200px);
}

.c-company-about__dd .e-list__item {
	display: flex;
	column-gap: 16px;
}

.c-company-about__dd .e-list__item .__link {
	line-height: inherit;
	text-decoration: underline;
	color: inherit;
}

.c-company-about__dd .e-list__item .__area {
	width: 96px;
	display: inline-block;
	flex-shrink: 0;
}

/* c-company-number
------------------------------------------------------------ */
.c-company-number {
	position: relative;
	margin-bottom: 150px;
}

.c-company-number::before {
	left: 0;
	top: 178px;
}

.c-company-number__inner {
	width: 100%;
}

.c-company-number__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.c-company-number__block {
	padding: 30px 30px 40px;
	width: calc(25% - ((8px * 3) /4));
	background: linear-gradient(147deg, rgba(var(--white-rgb), 0.00) 0%, rgba(var(--white-rgb), 0.50) 100%), var(--blue3);
}
@media screen and (max-width: 1240px) {
	.c-company-number__block {
		padding: 30px 15px 40px;
	}
}
@media screen and (max-width: 1000px) {
	.c-company-number__block {
		width: calc(50% - 8px);
	}
}

.c-company-number__ttl {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
	.c-company-number__ttl {
		font-size: 2.2rem;
	}
}

.c-company-number__img {
	margin-bottom: 10px;
}

.c-company-number__number {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 1;
}

.c-company-number__number .__value {
	font-weight: 700;
	font-size: 2.4rem;
}
@media screen and (max-width: 1240px) {
	.c-company-number__number .__value {
		font-size: 2rem;
	}
}

.c-company-number__number .__num {
	color: var(--blue);
	font-weight: 600;
	font-size: 6.4rem;
	line-height: 0.9;
}
@media screen and (max-width: 1240px) {
	.c-company-number__number .__num {
		font-size: 5rem;
	}
}

.c-company-number__number .__unit {
	font-weight: 700;
	font-size: 3.2rem;
}
@media screen and (max-width: 1240px) {
	.c-company-number__number .__unit {
		font-size: 2.6rem;
	}
}

.c-company-number__number .__separate {
	font-weight: 600;
	font-size: 6.4rem;
	margin: 0 8px;
}
@media screen and (max-width: 1240px) {
	.c-company-number__number .__separate {
		font-size: 5rem;
	}
	
}

/* c-company-history
------------------------------------------------------------ */
.c-company-history {
	margin-bottom: 200px;
}

.c-company-history__wrap {
	position: relative;
}

.c-company-history__wrap::after {
	content: "";
	position: absolute;
	left: 48.28125%;
	top: 18px;
	width: 1px;
	height: 100%;
	background-color: var(--gray);
}

.c-company-history__block {
	display: flex;
	align-items: baseline;
	column-gap: 64px;
	padding-bottom: 36px;
}

.c-company-history__year {
	display: flex;
	align-items: baseline;
	width: 46.1%;
	line-height: 1;
}

.c-company-history__ad {
	font-size: 3.2rem;
	font-weight: 700;
	width: 230px;
}

.c-company-history__ad .__year {
	font-size: 8rem;
	font-weight: 500;
	font-family: "Murecho", sans-serif;
}

.c-company-history__jp-year {
	margin-left: auto;
	width: 110px;
}

.c-company-history__jp-year .__era {
	font-size: 1.8rem;
	font-weight: 700;
	writing-mode: vertical-lr;
line-height: 1;
}

.c-company-history__jp-year .__year {
	font-size: 4.8rem;
	font-weight: 600;
	font-family: "Murecho", sans-serif;
	letter-spacing: 0;
}

.c-company-history__jp-year .__unit {
	font-size: 2.4rem;
	font-weight: 700;
}

.c-company-history__desc {
	font-size: 1.8rem;
	font-weight: 700;
	translate: 0 -6px;
}

.c-company-history__desc a {
	color: inherit;
}

/* c-company-access
------------------------------------------------------------ */
.c-company-access {
	background-color: var(--blue2);
	padding-top: 65px;
}

.c-company-access__block {
	display: flex;
	margin-bottom: 80px;
	position: relative;
}

.c-company-access__area {
	font-size: 4rem;
	font-weight: 700;
	width: 240px;
	width: 18.75%;
	margin-top: -20px;
}

.c-company-access__container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4.35%;
	width: 71.875%;
	margin-left: auto;
	position: relative;
}

.c-company-access__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	width: 1px;
	height: calc(100% + 80px);
	background-color: var(--gray);
}

.c-company-access__wrap {
	flex: 1;
	min-width: calc(50% - 4.35%);
}
@media screen and (max-width: 960px) {
	.c-company-access__wrap {
		min-width: 100%;
	}
}

.c-company-access__map {
	margin-bottom: 14px;
	height: 372px;
}

.c-company-access__map .__map {
	width: 100%;
	height: 100%;
}

.c-company-access__addr .__area {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 6px;
}

.c-company-access__addr .__addr {
	line-height: 2;
}
