@charset "utf-8";
#company_lower {
	width: 100%;
	height: auto;
	padding: 27px 0 0;
}
#company_lower.page_philosophy {
	padding: 70px 0 0;
}
		.sh_company img {
			width: 155.2021px;
		}
	.company__page_heading__txt {
		width: 181.15px;
	}
	.company_lower__inner {
		width: 90%;
		max-width: 900px;
		height: auto;
		padding: 50px 0 90px;
		margin: 0 auto;
	}

/* 共通テーブル */
		.company__table_wrap {
			width: 100%;
			height: auto;
		}
		.company__table_wrap:not(:last-of-type) {
			margin: 0 auto 35px;
		}
			.company__table__heading {
				width: 100%;
				height: auto;
				padding: 14px 0 14px 17px;
				margin: 0 auto 20px;
				background: rgb(245,188,191);
				background: linear-gradient(90deg, rgba(245,188,191,1) 0%, rgba(249,212,215,1) 50%, rgba(255,255,255,1) 100%);
				font-size: 20px;
				font-weight: 700;
				line-height: 1;
				letter-spacing: 0.01em;
			}
			.company__table {
				width: 100%;
				height: auto;
				border: solid 1px #D6D6D6;
			}
				.company__table tr {
					border-bottom: solid 1px #D6D6D6;
				}
					.company__table th {
						width: 188px;
						height: auto;
						padding: 12px 14px;
						background-color: #F3F3F3;
						border-right: solid 1px var(--color--red);
						font-size: 16px;
						font-weight: 700;
						line-height: 1.5;
						letter-spacing: 0.02em;
						text-align: left;
						vertical-align: top;
					}
					.company__table td {
						width: calc(100% - 188px);
						height: auto;
						padding: 12px 20px;
						background-color: #ffffff;
						font-size: 16px;
						font-weight: 500;
						line-height: 1.5;
						letter-spacing: 0.02em;
					}
						.company__table td img.arrow_icon {
							display: inline-block;
							width: 18px;
							height: auto;
							margin-right: 5px;
							margin-bottom: 2px;
						}
						.company__table td a {
							color: var(--color--red);
							text-decoration: underline;
						}

/* 経営理念 */
	.philosophy__page_heading {
		padding-top: 0;
	}
	.philosophy__page_heading__txt_01 {
		width: 198.8166px;
	}
	.philosophy__page_heading__txt_02 {
		width: 197.4692px;
	}
	.company_lower__inner.philosophy {
		max-width: 1126px;
	}
		.philosophy__management_wrap {
			width: 100%;
			height: auto;
			padding: 0px 0 20px;
		}
			.philosophy__management__txt {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: auto;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.8;
				letter-spacing: 0.01em;
			}
		.philosophy__graph_wrap {
			width: 100%;
			height: auto;
			padding: 0 0;
			margin: -92px auto 110px;
			position: relative;
		}
			.philosophy__goki_graph__message {
				width: auto;
				height: auto;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1;
			}
				.philosophy__goki_graph__message__txt {
					margin-bottom: 15px;
					font-size: 24px;
					font-weight: 700;
					line-height: 1.5;
					letter-spacing: 0.01em;
				}
				.philosophy__goki_graph__message__ceo {
					display: flex;
					justify-content: flex-start;
					align-items: center;
					font-size: 24px;
					font-weight: 500;
					line-height: 1;
					letter-spacing: 0.02em;
				}
					.philosophy__goki_graph__message__ceo small {
						margin-right: 20px;
						font-size: 15px;
						position: relative;
						top: 2px;
					}
			.philosophy__goki_graph__copy {
				font-size: 18px;
				font-weight: 500;
				line-height: 1.6;
				letter-spacing: 0.02em;
				position: absolute;
				bottom: 0;
				left: 3.828%;
				z-index: 1;
			}
			.philosophy__goki_graph__image {
				width: 63.75%;
				height: auto;
				margin: 0 auto;
			}
		.philosophy__power_wrap {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			width: 90%;
			max-width: 1100px;
			height: auto;
			margin: 0 auto 38px;
		}
			.philosophy__power__item {
				flex: 1;
			}
				.philosophy__power__image {
					width: 185px;
					height: auto;
					margin: 0 auto 20px;
				}
				.philosophy__power__name {
					width: 100%;
					height: auto;
					font-size: 24px;
					font-weight: 700;
					line-height: 1.4;
					letter-spacing: 0.01em;
					text-align: center;
				}
					.philosophy__power__name br {
						display: none;
					}
		.philosophy__power__txt {
			width: 100%;
			height: auto;
			font-size: 18px;
			font-weight: 500;
			line-height: 1.6;
			letter-spacing: 0.02em;
			text-align: center;
		}

/* 関連会社 */
			.company__table_group__flex {
				display: flex;
				justify-content: space-between;
				align-items: stretch;
				width: 100%;
				height: auto;
			}
				.group_company__logo {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 240px;
					height: auto;
				}
					img.global_com {
						width: 50.8%;
						height: auto;
					}
					img.global_sel {
						width: 68.8583%;
						height: auto;
					}
					img.japan_sol {
						width: 64.454%;
						height: auto;
					}
				.company__table_group__flex .company__table {
					width: calc(100% - 260px);
				}

/* コンプライアンス */
				.compliance_table th {
					width: 160px;
				}
				.compliance_table td {
					width: calc(100% - 160px);
				}

/* プライバシーポリシー */
	.privacy__page_heading__txt {
		width: 268.24px;
	}
		.privacy__contents {
			width: 100%;
			height: auto;
		}
			.privacy__contents__txt {
				width: 100%;
				height: auto;
				font-size: 14px;
				font-weight: 500;
				letter-spacing: 0.04em;
			}
			.privacy__contents__txt.bottom {
				margin-top: 40px;
			}
				.privacy__contents__txt a {
					color: var(--color--red);
				}
			.privacy__contents__list {
				width: 100%;
				height: auto;
				margin: 40px auto;
			}
				.privacy__contents__item {
					width: 100%;
					height: auto;
				}
				.privacy__contents__item:not(:last-of-type) {
					margin-bottom: 40px;
				}
					.privacy__contents__item__heading {
						width: 100%;
						height: auto;
					}
					.privacy__contents__item__details {
						width: 100%;
						height: auto;
						font-size: 14px;
						font-weight: 500;
						letter-spacing: 0.04em;
					}

/* 社会への取り組み */
		.society__image {
			width: 100%;
			height: auto;
			margin: 0 auto 35px;
		}
		.society__txt {
			font-size: 16px;
		}

/* 組織図 */
	.organization__page_heading {
		padding-top: 0;
	}
	.organization__page_heading__txt_01 {
		width: 168.8166px;
	}

	.company_lower__inner.organization {
		max-width: 1126px;
	}

    sp{
		display:none;
	}




/* PC ================================================== */
@media all and (min-width:720px){
/* 社会への取り組み */
				.society__contents__contact_btn {
					transition: .4s;
				}
				.society__contents__contact_btn:hover {
					transform: scale(1.03);
				}
/* 共通テーブル */
					.history.company__table th {
						text-align: right;
					}
						.company__table td a:hover {
							text-decoration: none;
						}

.cmn__pageback_area {
	margin-top: 90px;
}
}

/* SP ================================================== */
@media all and (max-width:719px){
#company {
	padding: 20px 0 0;
}
#company_lower.page_philosophy {
	padding: 50px 0 0;
}
		.sh_company img {
			width: 118.6836px;
		}
	.company__page_heading__txt {
		width: 135.8625px;
	}
	.company_lower__inner {
		max-width: initial;
		padding: 35px 0 60px;
	}
/* 共通テーブル */
			.company__table__heading {
				padding: 7px 0 6px 14px;
				margin: 0 auto 13px;
				font-size: 18px;
				line-height: 1.4;
			}
				.company__table tr {
					display: block;
				}
				.company__table tr:last-of-type {
					border-bottom: none;
				}
					.company__table th {
						display: block;
						width: 100%;
						padding: 12px 12px 11px;
						border-right: none;
						border-bottom: solid 1px #D6D6D6;
						font-size: 14px;
					}
					.company__table td {
						display: block;
						width: 100%;
						padding: 12px 12px 11px;
						font-size: 14px;
					}

/* 経営理念 */
	.philosophy__page_heading__txt_01 {
		width: 136.2529px;
	}
	.philosophy__page_heading__txt_02 {
		width: 135.3293px;
	}
		.philosophy__management_wrap {
			padding: 0;
		}
			.philosophy__management__txt {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: auto;
				font-size: 24px;
				font-weight: 700;
				line-height: 1.8;
				letter-spacing: 0.01em;
			}

/* 関連会社 */
			.company__table_group__flex {
				display: block;
			}
				.group_company__logo {
					width: 100%;
					height: auto;
					padding: 23px 0 35px;
				}
					img.global_com {
						width: 40.6%;
					}
					img.global_sel {
						width: 55.08664%;
					}
					img.japan_sol {
						width: 51.5632%;
					}
				.company__table_group__flex .company__table {
					width: 100%;
				}

/* プライバシーポリシー */
	.privacy__page_heading__txt {
		width: 201.18px;
	}
			.privacy__contents__txt.bottom {
				margin-top: 30px;
			}
			.privacy__contents__list {
				margin: 30px auto;
			}
				.privacy__contents__item:not(:last-of-type) {
					margin-bottom: 30px;
				}

/* 社会への取り組み */
		.society__txt {
			font-size: 14px;
		}

.cmn__pageback_area {
	margin-top: 60px;
}

/* 組織図 */
	.organization__page_heading__txt_01 {
		width: 116.2529px;
	}
    pc{
		display:none;
	}
}

@media all and (max-width:1200px){
/* 経営理念 */
			.philosophy__management__txt {
				font-size: 20px;
			}
				.philosophy__goki_graph__message__txt {
					font-size: 20px;
				}
				.philosophy__goki_graph__message__ceo {
					font-size: 20px;
				}
					.philosophy__goki_graph__message__ceo small {
						font-size: 14px;
						top: 1px;
					}
			.philosophy__goki_graph__copy {
				font-size: 16px;
				left: 0;
			}
			.philosophy__goki_graph__image {
				width: 55%;
			}
				.philosophy__power__name {
					font-size: 20px;
				}
				.philosophy__power__image {
					width: 25.14368vw;
					height: auto;
					margin: 0 auto 2vw;
				}
				.philosophy__power__name {
					font-size: 2vw;
				}
}

@media all and (max-width:900px){
/* 経営理念 */
		.philosophy__graph_wrap {
			padding: 27vw 0 0;
			margin: 0 auto 90px;
		}
			.philosophy__goki_graph__message {
				left: 3%;
			}
				.philosophy__goki_graph__message__txt {
					font-size: 3.15vw;
				}
				.philosophy__goki_graph__message__ceo {
					font-size: 2.625vw;
				}
					.philosophy__goki_graph__message__ceo small {
						font-size: 2vw;
					}
			.philosophy__goki_graph__copy {
				font-size: 2.222222vw;
				top: 0;
				right: -2.8vw;
				left: auto;
			}
			.philosophy__goki_graph__image {
				width: 80%;
				margin: 0 auto;
			}
		.philosophy__power_wrap {
			width: 100%;
		}
				.philosophy__power__name {
					font-size: 16px;
				}
					.philosophy__power__name br {
						display: inline-block;
					}
		.philosophy__power__txt {
			width: 100%;
			height: auto;
			font-size: 18px;
			font-weight: 500;
			line-height: 1.6;
			letter-spacing: 0.02em;
			text-align: center;
		}
}

@media all and (max-width:570px){
		.philosophy__power_wrap {
			margin: 0 auto 35px;
		}
			.philosophy__power__item {
				width: 100%;
			}
		.philosophy__power__txt {
			font-size: 14px;
		}
}

@media all and (max-width:470px){
/* 経営理念 */
	.company_lower__inner.philosophy {
		max-width: initial;
	}
			.philosophy__management__txt {
				display: block;
				font-size: 16px;
			}
		.philosophy__graph_wrap {
			max-width: initial;
			padding: 0 0;
			margin: 0 auto 70px;
		}
			.philosophy__goki_graph__message {
				width: 100%;
				position: initial;
				margin: 0 auto 35px;
			}
				.philosophy__goki_graph__message__txt {
					font-size: 17px;
					font-feature-settings: "palt";
				}
				.philosophy__goki_graph__message__ceo {
					font-size: 18px;
				}
					.philosophy__goki_graph__message__ceo small {
						margin-right: 10px;
						font-size: 12px;
					}
			.pc_br {
				display: none;
			}
			.philosophy__goki_graph__image {
				max-width: 400px;
				margin: 0 auto;
			}
			.philosophy__goki_graph__copy {
				width: 100%;
				height: auto;
				margin: 35px auto 0;
				font-size: 14px;
				line-height: 1.5;
				position: initial;
				font-feature-settings: "palt";
			}
}