@charset "UTF-8";
/* ---------------------------------------
  会社案内
-----------------------------------------*/
.cnt_wrap .tb {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.cnt_wrap .tb th, .cnt_wrap .tb td {
	color: #000;
	line-height: 2;
	letter-spacing: 0;
	padding: 3rem 0;
	border-bottom: 1px solid #BFBFBF;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.cnt_wrap .tb th, .cnt_wrap .tb td {
		font-size: 1.3rem;
		padding: 2rem 0;
	}
}
.cnt_wrap .tb tr:first-child th, .cnt_wrap .tb tr:first-child td {
	padding-top: 0;
}
.cnt_wrap .tb th {
	font-weight: 500;
	letter-spacing: 0;
}
.cnt_wrap .tb td {
	padding-left: 1.6rem;
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
	.cnt_wrap .tb td {
		padding-left: 1.2rem;
		padding-right: 0;
	}
}
.cnt_wrap .tb td .position {
	display: inline-block;
	width: 6em;
}
.cnt_wrap .tb td .txt_link {
	display: inline-block;
	font-weight: 500;
	color: #409F83;
	letter-spacing: 0.1em;
	text-decoration: underline;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.cnt_wrap .tb td .txt_link {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.cnt_wrap .tb td .txt_link:hover {
		opacity: 0.7;
	}
}
.cnt_wrap .tb td .txt_link[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: -0.2rem;
	width: 1.7rem;
	height: 1.7rem;
	background-image: url(../img/common/ico_pdf02.svg);
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	.cnt_wrap .tb td .txt_link[href$=".pdf"]::after {
		vertical-align: -0.3rem;
		margin-left: 0.6rem;
	}
}

/* sec_overview
--------------------------------*/
#sec_overview {
	padding: 9rem 0;
}
@media screen and (max-width: 767px) {
	#sec_overview {
		padding: 6rem 0;
	}
}
#sec_overview .wrap {
	max-width: 112rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	#sec_overview .wrap {
		display: block;
	}
}
#sec_overview .sec_ttl {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_overview .sec_ttl {
		width: 100%;
		text-align: center;
	}
}
#sec_overview .cnt_wrap {
	width: 82.4rem;
	padding: 5rem;
	background-color: #fff;
	border: 0.2rem solid #ECECEC;
	border-radius: 0.8rem;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
	#sec_overview .cnt_wrap {
		width: 100%;
		padding: 2rem;
		border: 1px solid #ECECEC;
		margin-top: 2.5rem;
	}
}
#sec_overview .cnt_wrap .tb th {
	width: 13.5rem;
}
@media screen and (max-width: 767px) {
	#sec_overview .cnt_wrap .tb th {
		width: 5em;
	}
}
#sec_overview .bg_ob {
	width: 275.6rem;
	height: 89.1rem;
	left: calc(50% - 149rem);
	top: -16rem;
}
@media screen and (min-width: 1441px) {
	#sec_overview .bg_ob {
		width: 191.3888888889vw;
		left: -56.3194444444vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_overview .bg_ob {
		width: 116.8rem;
		height: auto;
		left: -20.5rem;
		top: -14rem;
	}
}

/* sec_access
--------------------------------*/
#sec_access {
	padding: 7rem 0 9rem;
}
@media screen and (max-width: 767px) {
	#sec_access {
		padding: 6rem 0;
	}
}
#sec_access .map_wrap {
	width: 100rem;
	height: 60rem;
	margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_access .map_wrap {
		width: 100%;
		height: 35rem;
		margin-top: 2.5rem;
	}
}
#sec_access .map_wrap iframe {
	width: 100%;
	height: 100%;
}

/* sec_organizatione
--------------------------------*/
#sec_organizatione {
	padding: 12rem 0 9rem;
}
@media screen and (max-width: 767px) {
	#sec_organizatione {
		padding: 6rem 0;
	}
}
#sec_organizatione .img_wrap {
	width: 108.4rem;
	padding: 4.8rem 0;
	background-color: #fff;
	border: 0.2rem solid #ECECEC;
	border-radius: 0.8rem;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, 0.12);
	margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_organizatione .img_wrap {
		width: 100%;
		padding: 2rem 0;
		border: 1px solid #ECECEC;
		margin-top: 2.5rem;
	}
}
#sec_organizatione .bg_ob {
	width: 275.6rem;
	height: 89.1rem;
	left: calc(50% - 140rem);
	top: -23.5rem;
}
@media screen and (min-width: 1441px) {
	#sec_organizatione .bg_ob {
		width: 191.3888888889vw;
		left: -47.8472222222vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_organizatione .bg_ob {
		width: 116.8rem;
		height: auto;
		left: -42.5rem;
		top: -9rem;
	}
}

/* sec_history
--------------------------------*/
#sec_history {
	padding: 9rem 0 12rem;
}
@media screen and (max-width: 767px) {
	#sec_history {
		padding: 6rem 0;
	}
}
#sec_history .wrap {
	max-width: 112rem;
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	#sec_history .wrap {
		display: block;
	}
}
#sec_history .sec_ttl {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_history .sec_ttl {
		width: 100%;
		text-align: center;
	}
}
#sec_history .cnt_wrap {
	width: 82.4rem;
	padding: 5rem;
	background-color: #fff;
	border: 0.2rem solid #ECECEC;
	border-radius: 0.8rem;
	box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
	#sec_history .cnt_wrap {
		width: 100%;
		padding: 2rem;
		border: 1px solid #ECECEC;
		margin-top: 2.5rem;
	}
}
#sec_history .cnt_wrap .tb th {
	width: 15rem;
}
@media screen and (max-width: 767px) {
	#sec_history .cnt_wrap .tb th {
		width: 8em;
	}
}
#sec_history .bg_ob {
	width: 275.6rem;
	height: 89.1rem;
	left: calc(50% - 147.1rem);
	top: 0;
}
@media screen and (min-width: 1441px) {
	#sec_history .bg_ob {
		width: 191.3888888889vw;
		left: -51.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_history .bg_ob {
		width: 116.8rem;
		height: auto;
		left: -20.5rem;
		top: -13rem;
	}
}