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

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

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

.c-company-message__wrap {

}

.c-company-message__wrap .__wrap {
	margin-bottom: 15px;
}

.c-company-message__lead {
	font-size: 2rem;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 20px;
}

.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.2rem;
}

.c-company-message__name .__name {
	font-size: 1.6rem;
	margin-top: -5px;
}

/* 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);
	overflow: hidden;
	padding: 65px 0 80px;
	margin-bottom: 80px;
}

.c-company-about__list {
	align-items: stretch;
	border-top: solid 2px var(--blue);
	padding-top: 16px;
	margin-left: auto;
}


.c-company-about__dd {
	border-bottom: solid 1px var(--gray2);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

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

.c-company-about__dd {
	border-bottom: solid 1px var(--gray2);
	padding-bottom: 16px;
	margin-bottom: 16px;
}

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

.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: 80px;
}

.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: 15px 15px 20px;
	width: calc(50% - 4px);
	background: linear-gradient(147deg, rgba(var(--white-rgb), 0.00) 0%, rgba(var(--white-rgb), 0.50) 100%), var(--blue3);
}


.c-company-number__ttl {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}


.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: 1.8rem;
}


.c-company-number__number .__num {
	color: var(--blue);
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 0.9;
}

.c-company-number__number .__unit {
	font-weight: 700;
	font-size: 1.6rem;
}

.c-company-number__number .__separate {
	font-weight: 600;
	font-size: 3.2rem;
	margin: 0 8px;
}

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

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

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

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

.c-company-history__year {
	width: 160px;
	line-height: 1;
	flex-shrink: 0;
}

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

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

.c-company-history__jp-year {
	
}

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

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

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

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

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

.c-company-access__block {
}

.c-company-access__block:not(:last-child) {
	border-bottom: solid 2px  var(--gray);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.c-company-access__area {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}


.c-company-access__wrap:not(:last-child) {
	margin-bottom: 18px;
}

.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: 1.8rem;
	margin-bottom: 2px;
}

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