
/* ------------------------------
	Company
------------------------------ */

.company {
	color: #fff;
}
.company__fv {
	background-image: url("../img/company/bg_company_fv_sp.jpg");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 96px 0 57px;
}
.company__fv-inner {
}
.company__fv-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 90%;
	transform: translateX(-50%);
	opacity: .4;
	pointer-events: none;
}
.company__fv-bg img {
}
.company__fv-title {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 56px;
}
.company__fv-title-ja {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
}
.company__fv-title-en {
	width: 268px;
}
.company_link_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}
.company_link {
	max-width: 240px;
	margin: 0;
	padding: 0 20px;
}
.company_link_icon svg {
	transform: rotate(90deg);
}

.philosophy-title,
.staff-title,
.history-title,
.information-title {
	position: relative;
	margin-bottom: 60px;
}
.philosophy-title__bg,
.staff-title__bg,
.history-title__bg,
.information-title__bg {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 100px;
	opacity: .5;
	pointer-events: none;
}
.philosophy-title__heading,
.staff-title__heading,
.history-title__heading,
.information-title__heading {
	display: flex;
	flex-direction: column;
}
.philosophy-title-ja,
.staff-title-ja,
.history-title-ja,
.information-title-ja {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}
.history-title-ja {
	color: #2D362C;
}
.philosophy-title-en {
	width: 163px;
}
.staff-title-en {
	width: 226px;
}
.history-title-en {
	width: 111px;
}
.information-title-en {
	width: 321px;
}

.philosophy {
	background: #000;
	padding: 80px 0;
}
.philosophy_lead {
	width: 201px;
	margin-bottom: 24px;
}
.philosophy_text {
	margin-bottom: 56px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
}
.philosophy_media_01 {
	width: 262px;
	margin-bottom: 80px;
}
.philosophy_media_02 {
	width: 203px;
	margin-left: auto;
}

.staff {
	background-image:
		url(../img/common/bg_texture.png),
		linear-gradient(171.07deg, #495365 4.46%, #000000 26.15%, #000000 78.66%, #536D51 107.5%);
	background-blend-mode: multiply;
	padding: 80px 0;
}
.staff_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 40px;
}
.staff_item {
	display: flex;
	align-items: center;
	background: #fff;
	color: #2D362C;
}
.staff_item_media {
	width: 70px;
}
.staff_item_body {
	position: relative;
	width: calc(100% - 70px);
	padding: 5px 40px 5px 15px;
}
.staff_item_body::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	z-index: 0;
	display: block;
	width: 14px;
	height: 1px;
	background: #2D362C;
}
.staff_item_body::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22.5px;
	transform: translateY(-50%);
	z-index: 0;
	display: block;
	width: 1px;
	height: 14px;
	background: #2D362C;
}
.is-open .staff_item_body::after {
	content: none;
}
.staff_title {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .09em;
}
.staff_name {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .09em;
}
.sub_name {
	font-size: 12px;
}
.staff_name_en {
	font-family: "Poltawski Nowy", serif;
	font-size: 9px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .09em;
	color: #8A9199;
}
.staff_detail {
	background: #fff;
	color: #2D362C;
	padding: 40px 16px;
}
.staff_detail_top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 0 auto 24px;
}
.staff_detail_media {
	width: 120px;
}
.staff_detail_body {
	
}
.staff_detail_body .staff_title {
	
}
.staff_detail_body .staff_name {
	
}
.staff_detail_body .staff_name_en {
	
}
.staff_detail_list {
	
}
.staff_detail_item {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: .5px solid #CFDAE5;
}
.staff_detail_th {
	display: inline-block;
	margin-bottom: 16px;
	padding: 3px 10px;
	border-radius: 21px;
	background: #3D5772;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .09em;
}
.staff_detail_td {
	display: block;
	font-size: 15px;
	font-weight: 900;
	line-height: 2;
}
.staff_detail_bottom {
	display: flex;
	justify-content: flex-end;
}
.close_btn {
	position: relative;
	width: 42px;
	height: 28px;
	border-radius: 28px;
	border: .62px solid #2D362C;
}
.close_btn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	display: block;
	width: 14px;
	height: 1px;
	background: #2D362C;
}

.history {
	background-image:
		url("../img/common/bg_texture_white.png"),
		linear-gradient(345.79deg, #9DB2A6 -1.42%, #D8E0DC 19.62%, #E7EDE9 25.8%, #FFFFFF 40.07%, #F0F6FC 80.16%, #DDE8F4 93.35%);
	background-blend-mode: screen;
	padding: 80px 0;
}
.history_list {
	position: relative;
	padding-bottom: 96px;
}
.history_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	z-index: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #B1C2B8;
	background: linear-gradient(180deg, rgba(177, 194, 184, 0.8) 0%, rgba(177, 194, 184, 0.8) 87.41%, rgba(177, 194, 184, 0.16) 96.96%);
}
.history_item {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.history_item_year {
	width: 80px;
	margin-left: 10px;
	margin-bottom: 12px;
}
.history_item_text {
	color: #2D362C;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.history_item_text p {
	position: relative;
	margin-bottom: 8px;
	padding-left: 92px;
}
.history_item_text p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
	display: block;
	width: 80px;
	height: .5px;
	background: #568E82;
}
.history_item_text p::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -1.5px;
	transform: translateY(-50%);
	z-index: 0;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #568E82;
}
.history_item_media {
	width: 180px;
}

.information {
	background-image:
		url(../img/common/bg_texture.png),
		linear-gradient(171.07deg, #495365 4.46%, #000000 26.15%, #000000 78.66%, #536D51 107.5%);
	background-blend-mode: multiply;
	padding: 80px 0;
}
.information_list {
	
}
.information_item {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #B3C3BA;
}
.information_th {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .02em;
}
.information_td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .02em;
}
.information_td ul {
	list-style: disc;
	padding-left: 24px;
}
.information_td li {
	
}
.information_td a {
	text-decoration: underline;
	transition: all 1s ease;
}
.information_td a:hover {
	opacity: .7;
}


/* ------------------------------
	Company（PC）
------------------------------ */

@media (min-width: 1024px) {

	.company__fv {
		position: relative;
		background-image: url("../img/company/bg_company_fv.jpg");
		padding: 250px 0 190px;
	}
	.company__fv-inner {
	}
	.company__fv-bg {
		top: auto;
		bottom: 0;
		transform: translateX(-40%);
		width: auto;
		height: calc(100% - 80px);
	}
	.company__fv-bg img {
		width: auto;
		height: 100%;
	}
	.company__fv_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 50px;
	}
	.company__fv-title {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.company__fv-title-ja {
		margin-bottom: 14px;
		font-size: 24px;
	}
	.company__fv-title-en {
		width: 450px;
	}
	.company_link_wrap {
		flex-grow: 1;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 20px;
		max-width: 420px;
	}
	.company_link {
		width: calc((100% - 20px * 1) / 2);
		min-width: 150px;
		max-width: 200px;
		font-size: 14px;
	}
	.company_link::after {
	}
	.company_link_icon {
	}
	.company_link_icon svg {
	}

	.philosophy {
		padding: 220px 0;
	}

	.staff {
		padding: 220px 0;
	}
	
	.recruit_bnr {
		max-width: 990px;
		margin: 0 auto;
	}

	.history {
		padding: 220px 0;
	}

	.information {
		padding: 220px 0;
	}
	
	.philosophy-title,
	.staff-title,
	.history-title,
	.information-title {
		margin-bottom: 120px;
	}
	.philosophy-title__bg,
	.staff-title__bg,
	.history-title__bg,
	.information-title__bg {
		top: -50px;
		left: -80px;
		width: 200px;
	}
	.staff-title__bg {
		top: -70px;
	}
	.philosophy-title__heading,
	.staff-title__heading,
	.history-title__heading,
	.information-title__heading {
	}
	.philosophy-title-ja,
	.staff-title-ja,
	.history-title-ja,
	.information-title-ja {
		margin-bottom: 14px;
		font-size: 16px;
	}
	.philosophy-title-en {
		width: 649px;
	}
	.staff-title-en {
		width: 763px;
	}
	.history-title-en {
		width: 223px;
	}
	.information-title-en {
		width: 642px;
	}
	
	.philosophy-title {
		z-index: 1;
	}
	.philosophy_lead {
		position: relative;
		z-index: 1;
		width: 227px;
		margin-bottom: 80px;
	}
	.philosophy_text {
		position: relative;
		z-index: 1;
		max-width: 630px;
		margin-bottom: 35px;
	}
	.philosophy_inner {
		position: relative;
	}
	.philosophy_media_01 {
		position: absolute;
		top: 0;
		right: 150px;
		width: 525px;
		margin: 0;
		z-index: 0;
	}
	.philosophy_media_02 {
		position: absolute;
		bottom: 0;
		right: 50px;
		width: 407px;
		margin: 0;
		z-index: 0;
	}
	
	.staff_list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px 40px;
		margin-bottom: 80px;
	}
	.staff_item {
		width: calc((100% - 40px) / 2);
		cursor: pointer;
	}
	.staff_item_media {
		width: 137px;
	}
	.staff_item_body {
		width: calc(100% - 137px);
		padding: 5px 120px 5px 40px;
	}
	.staff_item_body::before {
		right: 77px;
		width: 28px;
		height: 2px;
	}
	.staff_item_body::after {
		right: 90px;
		width: 2px;
		height: 28px;
	}
	.staff_title {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.4;
	}
	.staff_name {
		margin-bottom: 16px;
		font-size: 32px;
	}
	.sub_name {
		font-size: 16px;
	}
	.staff_name_en {
		font-size: 14px;
	}
	.staff_detail {
		width: 100%;
		padding: 80px 95px;
	}
	.staff_detail_top {
		justify-content: flex-end;
		gap: 40px;
		margin: 0 auto 48px;
	}
	.staff_detail_media {
		display: flex;
		justify-content: center;
		width: calc((100% - 40px) / 2);
	}
	.staff_detail_media img {
		width: 280px;
	}
	.staff_detail_body {
		width: calc((100% - 40px) / 2);
	}
	.staff_detail_body .staff_title {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.staff_detail_body .staff_name {
		display: inline-block;
		margin-right: 32px;
		margin-bottom: 0;
		font-size: 48px;
	}
	.staff_detail_body .staff_name_en {
		display: inline-block;
		font-size: 16px;
	}
	.staff_detail_list {
		display: flex;
		gap: 40px;
	}
	.staff_detail_group {
		width: calc((100% - 40px) / 2);
	}
	.staff_detail_item {
		margin-bottom: 48px;
		padding-bottom: 48px;
		border-bottom: 1px solid #CFDAE5;
	}
	.staff_detail_th {
		margin-bottom: 12px;
		padding: 6px 20px;
		font-size: 20px;
	}
	.staff_detail_td {
		font-size: 16px;
	}
	.staff_detail_bottom {
		display: none;
	}
	.order_1 {order: 1;}
	.order_2 {order: 2;}
	.order_3 {order: 3;}
	.order_4 {order: 4;}
	.order_5 {order: 5;}
	.order_6 {order: 6;}
	.order_7 {order: 7;}
	.order_8 {order: 8;}
	.order_9 {order: 9;}
	.order_10 {order: 10;}
	.order_11 {order: 11;}
	.order_12 {order: 12;}
	
	.history_list {
		margin-left: 437px;
		padding-bottom: 142px;
	}
	.history_list::before {
		left: -4px;
		width: 8px;
	}
	.history_item {
		position: relative;
		margin-bottom: 80px;
	}
	.history_item_year {
		width: 157px;
		margin-left: 16px;
		margin-bottom: 40px;
	}
	.history_item_text {
		font-size: 20px;
	}
	.history_item_text p {
		position: relative;
		margin-bottom: 24px;
		padding-left: 317px;
	}
	.history_item_text p::before {
		width: 293px;
		height: 1px;
	}
	.history_item_text p::after {
		left: -2.5px;
		width: 5px;
		height: 5px;
	}
	.history_item_media {
		position: absolute;
		top: 28px;
		left: -437px;
		width: 363px;
	}
	
	.information_inner {
		max-width: 1190px;
	}
	.information_list {
	}
	.information_item {
		display: flex;
		gap: 56px;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.information_th {
		display: flex;
		align-items: center;
		margin-bottom: 0;
		padding: 24px 0;
		width: 200px;
		font-size: 16px;
		font-weight: 500;
		border-bottom: 1px solid #B3C3BA;
	}
	.information_td {
		padding: 24px 0;
		width: calc(100% - 256px);
		border-bottom: 1px solid #B3C3BA;
	}
	.information_td ul {
		padding-left: 22px;
	}
	.information_td li {
	}
	.information_td a {
	}
}

@media (min-width: 1400px) {
	.company_link_wrap {
		max-width: none;
	}
	.company_link {
		width: calc((100% - 20px * 3) / 4);
	}
}

