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

.company .c-contents-ttl__slide .__txt {
	background-image: url(../../img/company/bg_ttl.svg);
}

/* c-company
------------------------------------------------------------ */
.c-company-rise__container {
	padding: 0 15px;
}
.c-company-rise__inner {
	position: relative;
	margin: 0 auto;
}
.c-company-service__rise._i01_ {
	top: 260px;
	left: -5px;
	width: 108px;
}
.c-company-service__rise._i02_ {
	top: 746px;
	right: 10px;
	width: 83px;
}
.c-company-service__rise._i03_ {
	top: 738px;
	right: 0;
	width: 34px;
}
.c-company-service__rise._i04_ {
	top: 192px;
	left: 72px;
	width: 85px;
}
.c-company-service__rise._i05_ {
	top: 590px;
	right: 100px;
	width: 51px;
}

.c-service-contents__mv {
	padding: 0;
}

.c-contents-mv__inner {
	position: relative;
	max-width: 1460px;
	margin: 0 auto;
}

.c-service-contents__mv .__wrap {
	position: absolute;
	bottom: 8px;
	left: 15px;
	font-size: 1.3rem;
	display: grid;
	grid-template-areas:
	"role"
	"name"
	"en_name"
	;
	gap: 10px 18px;
}

.c-service-contents__mv .__wrap .__role {
	grid-area: role;
	font-weight: 500;
}

.c-service-contents__mv .__wrap .__name {
	grid-area: name;
	width: 100px;
}

.c-service-contents__mv .__wrap .__en-name {
	grid-area: en_name;
	font-weight: 600;
	align-self: flex-end;
}
/* c-company-message
------------------------------------------------------------ */
.c-company-message {
	padding-bottom: 80px;
}
.c-company-message__inner {
	padding: 0;
}

.c-company-message .__txt {
	line-height: 2.125;
}
/* c-company-outline
------------------------------------------------------------ */
.c-company-outline {
	
}

.c-company-outline__inner {
	display: block;
}

.c-company-outline__container {
	background-color: var(--white);
	border-radius: 30px;
	padding: 40px 15px;
	width: 100%;
}

.c-company-outline__list {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px var(--gray2);
}

.c-company-outline__dt,
.c-company-outline__dd {
	border-bottom: solid 1px var(--gray2);
	padding: 28px 0;
}

.c-company-outline__dt {
	font-weight: 700;
	width: 120px;
	display: grid;
	align-items: center;
}
.c-company-outline__dd {
	width: calc(100% - 120px);
	word-wrap: auto-phrase;
}


.c-company-outline__dd._flex_ {
	display: block;
}
/* c-company-number
------------------------------------------------------------ */
.c-company-number {

}

.c-company-number__container {
	display: block;
}

.c-company-number__block {
	border-radius: 20px;
	background-color: var(--light-orange);
}

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

.c-company-number__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px;
}

.c-company-number__block .__ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.c-company-number__block .__value {
	display: block;
	font-weight: 500;
	font-size: 1.8rem;
}

.c-company-number__block .__num {
	font-size: 6rem;
	font-weight: 700;
	color: var(--orange);
	line-height: 1;
}

.c-company-number__block .__unit {
	font-size: 2.5rem;
	font-weight: 500;
}

.c-company-number__block .u-al-fc {
	align-items: flex-end;
}

.c-company-number__block .__separate {
	font-size: 6rem;
	color: var(--light-orange3);
	font-weight: 700;
	line-height: 1;
	margin-inline: 18px;
	translate: 0 -2px;
}

.c-company-number__img {
	display: none;
}

/* c-company-history
------------------------------------------------------------ */
.c-company-history {
	padding-bottom: 160px;
}

.c-company-history__inner {
	
}

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


.c-company-history__wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 63px;
	translate:0 0;
	background-color: var(--orange);
	width: 1px;
	height: 100%;
	z-index: 20;
}

.c-company-history__block {
	display: grid;
	grid-template-areas:
	"year date"
	"year txt"
	;
	grid-template-columns: auto 1fr;
	align-items: center;
	border-radius: 10px;
	background-color: var(--white);
	padding: 25px 15px;
	gap: 6px 20px;
	position: relative;
}
.c-company-history__block:not(:last-child) {
	margin-bottom: 30px;
}

.c-company-history__block::after {
	content: "";
	position: absolute;
	top: 50%;
	background-color: var(--orange);
	border-radius: 50%;
	width: 16px;
	height: 16px;
	left: 0;
	translate: -50% -50%;
}

.c-company-history__year {
	grid-area: year;
	color: var(--orange);
	font-size: 2.2rem;
	font-weight: 700;
}

.c-company-history__date {
	grid-area: date;
	font-size: 1.2rem;
	color: #505050;
}

.c-company-history__txt {
	grid-area: txt;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

/* c-company-access
------------------------------------------------------------ */
.c-company-access {
	padding-bottom: 0;
}

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

.c-company-access__map .__map {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.c-company-access__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}

.c-company-access__wrap .__company {
	font-size: 2.2rem;
	font-weight: 600;
}

.c-company-access__wrap .e-btn .e-icon::before {
	content: "\e905";
	color: var(--white);
	scale: -1 1;
	background-color: transparent;
}

.c-company-access__wrap .e-btn:hover .e-icon::before {
	color: var(--orange);
}

/* c-company
------------------------------------------------------------ */
