/*=======================
下層MV
=======================*/
#mv {
	background-image: url(../img/company_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*=======================
会社概要
=======================*/
.company_table_wrap {
	width: 5.00rem;
	padding-bottom: 1.30rem;
}

@media screen and (max-width: 499px) {
	.company_table_wrap {
		width: 100%;
		padding-bottom: 0.50rem;
	}
}

.company_table_wrap table {
	width: 100%;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	line-height: 1.625;
}

@media screen and (max-width: 499px) {
	.company_table_wrap table {
		font-size: 0.14rem;
	}
}

.company_table_wrap table th {
	vertical-align: top;
	font-weight: 400;
	width: 1.33rem;
	padding: 0.10rem 0;
	text-align: left;
}

@media screen and (max-width: 499px) {
	.company_table_wrap table th {
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #111;
		display: block;
		font-weight: 700;
	}
}

.company_table_wrap table td {
	padding: 0.10rem 0;
}

@media screen and (max-width: 499px) {
	.company_table_wrap table td {
		padding: 0.10rem 0 0.20rem;
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}

.company_table_wrap table td a {
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 499px) {
.company_table_wrap table td a {
	font-weight: 500;
	text-decoration:underline;
}
}

.company_table_wrap table td .staff_list {
	display: flex;
	flex-wrap: wrap;
}

.company_table_wrap table td .staff_list dt {
	width: 1.40rem;
}

.company_table_wrap table td .staff_list dd {
	width: calc(100% - 1.40rem);
}

/* 右側の写真 */
.company_ph_wrap {
	position: absolute;
	width: 6.30rem;
	height: 5.64rem;
	right: -1.10rem;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.company_ph_wrap {
		position: relative;
		width: 100%;
		height: 90vw;
		right: 0;
		margin-bottom: 0.50rem;
	}
}

.company_ph_wrap::before {
	content: "";
	width: 6.70rem;
	height: 3.24rem;
	background-image: url(../img/bg_gray.jpg);
	position: absolute;
	right: -0.70rem;
	bottom: 0.70rem;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.company_ph_wrap::before {
		content: "";
		width: calc(100% - 0.30rem);
		height: 80vw;
		background-image: url(../img/bg_gray.jpg);
		position: absolute;
		right: -0.20rem;
		bottom: auto;
		top: -0.20rem;
		z-index: 0;
	}
}


.company_ph_wrap .main_ph {
	width: 5.70rem;
	height: 3.90rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	.company_ph_wrap .main_ph {
		width: 100%;
		height: 56.00vw;
		right: -0.20rem;
	}
}

.company_ph_wrap .sub_ph {
	width: 1.95rem;
	height: 2.92rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media screen and (max-width: 499px) {
	.company_ph_wrap .sub_ph {
		width: 30vw;
		height: 50vw;
	}
}

.company_ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* MAP */
.company_map {
	height: 5.00rem;
}

@media screen and (max-width: 499px) {
	.company_map {
		height: 2.50rem;
	}
}

.company_map iframe {
	width: 100%;
	height: 100%;
}

/* 組織図・健康事業所宣言証明書 */
.company_bottom_cont {
	background-image: url(../img/bg_gray.jpg);
	padding: 0.60rem 0;
}

.company_bottom_cont .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_bottom_cont .chart_wrap {
	width: 6.50rem;
}

@media screen and (max-width: 499px) {
	.company_bottom_cont .chart_wrap {
		width: 100%;
		margin-bottom: 0.40rem;
	}
}

.company_bottom_cont .healthup_wrap {
	width: 3.00rem;
}

@media screen and (max-width: 499px) {
	.company_bottom_cont .healthup_wrap {
		width: 100%;
	}
}

.company_bottom_cont .title {
	font-size: 0.22rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #111;
	padding-bottom: 0.10rem;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 499px) {
	.company_bottom_cont .title {
		font-size: 0.20rem;
	}
}

.company_bottom_cont .chart_wrap .ph_wrap {
	padding-top: 0.25rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	.company_bottom_cont .chart_wrap .ph_wrap {
		padding-top: 0;
	}
}

.company_bottom_cont .healthup_wrap .ph_wrap {
	width: 1.90rem;
	margin: auto;
	position: relative;
}

.company_bottom_cont .healthup_wrap .ph_wrap a {
	display: block;
	position: relative;
}

.company_bottom_cont .ph_wrap .zoom::after {
	content: "";
	width: 0.21rem;
	height: 0.21rem;
	background-image: url(../img/icon_zoom.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	position: absolute;
	right: 0.04rem;
	bottom: 0.04rem;
	opacity: 0.4;
	transition: all 0.3s;
}

.company_bottom_cont .ph_wrap .zoom:hover::after {
	opacity: 1;
}

.company_bottom_cont .ph_wrap img {
	display: block;
}

/*=======================
会社沿革
=======================*/
.history {
	padding-top: 3.80rem;
	position: relative;
}

@media screen and (max-width: 499px) {
.history {
	padding-top: 2.00rem;
}
}

.history::before {
	content: "";
	width: 100%;
	height: 6.00rem;
	background-image: url(../img/company_history_mv.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 499px) {
.history::before {
	height: 2.00rem;
}
}


.history .in {
	z-index: 1;
	background-color: #FFF;
	padding-top: 0.40rem;
}

.history .history_table {
	max-width: 9.20rem;
	margin: auto;
}

.history .history_table table {
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.625;
	letter-spacing: 0.10em;
	border-collapse: collapse;
}

@media screen and (max-width: 499px) {
.history .history_table table {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
}
}

.history .history_table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.history .history_table th {
	font-weight: 400;
	text-align: left;
	width: 1.70rem;
	position: relative;
	box-sizing: border-box;
	padding: 0.12rem 0.20rem;
}

@media screen and (max-width: 499px) {
.history .history_table th {
	width: 0.80rem;
	padding: 0.10rem;
}
}

.history .history_table th::after {
	content: "";
	width: 1px;
	height: calc(100% - 0.14rem);
	background-color: #b3b3b3;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.history .history_table td {
	padding: 0.12rem 0.20rem;
}

@media screen and (max-width: 499px) {
.history .history_table td {
	padding: 0.10rem;
}
}