@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 30px;
}
.c-company-rise__inner {
	position: relative;
	max-width: 1800px;
	margin: 0 auto;
}
.c-company-service__rise._i01_ {
	top: 409px;
	left: 0;
	width: 217px;
}
.c-company-service__rise._i02_ {
	top: 746px;
	right: 119px;
	width: 167px;
}
.c-company-service__rise._i03_ {
	top: 708px;
	right: 83px;
	width: 68px;
}
.c-company-service__rise._i04_ {
	top: 273px;
	left: 72px;
	width: 190px;
}
.c-company-service__rise._i05_ {
	top: 490px;
	right: 235px;
	width: 102px;
}

.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: 60px;
	bottom: 15%;
	left: 130px;
	left: 8.55%;
	font-size: 20px;
	display: grid;
	grid-template-areas:
	"role role"
	"name en_name"
	;
	gap: 15px 35px;
}
@media screen and (max-width: 1000px) {
	.c-service-contents__mv .__wrap {
		left: 5%;
		font-size: 17px;
	}
}

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

.c-service-contents__mv .__wrap .__name {
	grid-area: name;
}
@media screen and (max-width: 1000px) {
	.c-service-contents__mv .__wrap .__name {
		width: 150px;
	}
	
}

.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: 160px;
	padding-bottom: 112px;
}
.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: flex;
	justify-content: space-between;
}

.c-company-outline__container {
	background-color: var(--white);
	border-radius: 30px;
	padding: 80px 7.5%;
	width: 75%;
}
@media screen and (max-width: 1100px) {
	.c-company-outline__container {
		padding: 60px 5%;
	}
}

.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: 29.16%;
	display: grid;
	align-items: center;
}
@media screen and (max-width: 1100px) {
	.c-company-outline__dt {
		width: 140px;
	}
}

.c-company-outline__dd {
	width: calc(100% - 29.16%);
	min-width: 165px;
}
@media screen and (max-width: 1100px) {
	.c-company-outline__dd {
		width: calc(100% - 140px);
	}
}

.c-company-outline__dd._flex_ {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 900px) {
	.c-company-outline__dd._flex_ {
		display: block;
	}
}

/* c-company-number
------------------------------------------------------------ */
.c-company-number {

}

.c-company-number__container {
	display: grid;
	grid-template-areas:
	"b1 b4 b5"
	"b2 b4 b5"
	"b3 b4 b5"
	;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.c-company-number__container {
		grid-template-areas:
		"b1 b1 b2 b2 b3 b3"
		"b4 b4 b4 b5 b5 b5"
		;
		grid-template-columns: repeat(6, 1fr);
	}
}

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

.c-company-number__block._b1_ {
	grid-area: b1;
}

.c-company-number__block._b2_ {
	grid-area: b2;
}

.c-company-number__block._b3_ {
	grid-area: b3;
}

.c-company-number__block._b4_ {
	grid-area: b4;
}

.c-company-number__block._b5_ {
	grid-area: b5;
}

.c-company-number__block._parallel_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 10.26% 20px;
	height: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {

	.c-company-number__block._parallel_._b1_,
	.c-company-number__block._parallel_._b2_,
	.c-company-number__block._parallel_._b3_ {
		display: grid;
		text-align: center;
		justify-content: center;
		height: auto;
		padding: 38px 10px 30px;
	}
}

.c-company-number__block._vertical_ {
	display: grid;
	text-align: center;
	padding: 38px 10px 95px;
}

.c-company-number__block .__ttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

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

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

.c-company-number__block .__unit {
	font-size: 3rem;
	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 {
	width: 212px;
	display: block;
	margin: 0 auto;
}

.c-company-number__img .__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-company-number__block._vertical_ .c-company-number__desc {
	margin-top: auto;
}

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

.c-company-history__inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.c-company-history__inner {
		flex-direction: column;
		row-gap: 40px;

	}
}

.c-company-history__wrap {
	width: 75%;
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.c-company-history__wrap {
		margin: 0 auto;
		width: 100%;
	}
}

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

.c-company-history__block {
	width: 50%;
	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 3.33%;
	gap: 6px 7.78%;
	position: relative;
}

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

.c-company-history__block:nth-of-type(even) {
	margin-left: auto;
}

.c-company-history__block:nth-of-type(even)::after {
	right: auto;
	left: 0;
	translate: -50% -50%;
}

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

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

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

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

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

.c-company-access__map .__map {
	border-radius: 40px;
	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
------------------------------------------------------------ */
