@charset "utf-8";
/**************
company
******** ********/
#page_company_group section {
	margin-bottom: 9.5rem;
}
#page_company_group .contents_text h2 {text-align:left;margin-bottom:3rem;}
#page_company_group table th,#page_company_group table td
{
	font-size: 1.6rem;
	padding: 2.1rem 3rem 2.3rem;
}


/*page_bottom_company*/
#page_bottom_company {
	padding-top:7.5rem;
	margin-bottom:9rem;
	border-top: var(--border-1);
}
#page_bottom_company .flex_base h5 {
	font-weight: 500;
	font-size: 1.8rem;
	margin-top: 1.2rem;
}
#page_bottom_company ul.flex_base{
	flex-direction: row;
}
#page_bottom_company ul.flex_base li {
	width:31%;
	max-width:330px;
}



#page_company_group table td {
	text-align:left;
}

/*** top ***/
#page_company_group .page_company table ul.list_initial_arrow_box {
	text-indent: 8px;
}

/*** history ***/
#page_company_group .page_company_history {
	margin-bottom: 10rem;
}
#page_company_group .page_company_history section:first-of-type {
	position:relative;
}
#page_company_group .page_company_history section:first-of-type::before {
	content:"";
	position:absolute;
	top:0;
	left: 0;
	width: 50%;
	height:100%;
	border-right: 1px solid #C8C8C8;
	z-index: 5;
}
#page_company_group .page_company_history .contents_box{
	position: relative;
	z-index: 10;
	background-color: var(--color-body-bg);
}
#page_company_group .page_company_history .contents_text {
	background-color: var(--color-main-2);
	z-index: 1;
}
#page_company_group .page_company_history .contents_img {
	z-index: 10;
}

#page_company_group .page_company_history section h2 {
	position:relative;
	z-index: 10;
	background-color: var(--color-body-bg);
}
#page_company_group .page_company_history section h2:first-of-type {
	padding-bottom: 1.5rem;
}
#page_company_group .page_company_history section h2:last-of-type {
	padding-top: 1.5rem;
}
#page_company_group .page_company_history .contents_text h3 {

	text-align:left;
}
#page_company_group .page_company_history .contents_text .link_class {
	color: var(--color-link-1);
	text-decoration: underline;
}

/*** book ***/
#page_company_group .page_company_book section {
	margin-top: 0;
	margin-bottom: 6rem;
	padding-bottom:5.7rem;
	border-bottom: var(--border-1);
}
#page_company_group .page_company_book section:last-of-type {
	padding-bottom: 0!important;
	border-bottom: 0!important;
}
#page_company_group .page_company_book .contents_text p:last-of-type{
	margin: 0!important;
}
#page_company_group .page_company_book .contents_box {
	margin-bottom: 0;
}
#page_company_group .page_company_book .contents_img {
	width: 150px;
}

/***********/
@media print, screen and (max-width : 768px) {
	#page_company_group section {
		margin-top: 7rem;
		margin-bottom: 9rem;
	}
	#page_company_group .contents_img {
		margin-bottom: 5.5rem;
	}
	#page_company_group table th,#page_company_group table td {
		padding: 1.4rem 1.4rem 1.8rem;
	}
	#page_company_group table th {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		width: 86px;
		box-sizing: border-box;
	}

	/*** top ***/
	#page_company_group .page_company .contents_box>.flex_base {
		margin-bottom:4rem;
	}
	
	/*** history ***/
	#page_company_group .page_company_history .contents_box {
		margin-top: 2.5rem;
		margin-bottom: 0rem;
	}
	#page_company_group .page_company_history .contents_img {
		margin-bottom: 0;
		width: 48%;
	}
	#page_company_group .page_company_history .contents_text {
		padding: 4rem 1.7rem 2.2rem;
		margin-top:-1.6rem;
		margin-bottom:0;
	}
	#page_company_group .page_company_history section h2:first-of-type {
		margin-bottom: 4.5rem;
	}
	#page_company_group .page_company_history section h2:last-of-type {
		margin-top: 4.5rem;
	}
	#page_company_group .page_company_history .contents_text h3 {
		font-size: 1.9rem;
	}

	/*** book ***/
	#page_company_group .page_company_book section {
		margin-bottom: 3.5rem;
		padding-bottom: 2rem;
	}
	#page_company_group .page_company_book .contents_text p:first-of-type {
		margin-bottom: 0.4rem;
	}
	#page_company_group .page_company_book .contents_text h2 {
		margin-bottom: 1rem;
	}
	#page_company_group .page_company_book .contents_text p {
		margin-bottom: 1.4rem;
	}

}


@media print, screen and (min-width : 768px) {
	#page_company_group table th {
		width: 250px;
		box-sizing:border-box;
	}

	/*** top ***/
	#page_company_group .page_company h2 {text-align: left;}
	#page_company_group .page_company .contents_box>.flex_base {
		margin-bottom:7.5rem;
	}
	#page_company_group .page_company .contents_img{
		width: 330px;
	}
	#page_company_group .page_company .contents_text{
		width: 664px;
	}

	/*** message ***/
	#page_company_group .page_company_message .contents_img{
		width: 380px;
	}
	#page_company_group .page_company_message .contents_text{
		width: 640px;
	}

	/*** history ***/
	#page_company_group .page_company_history .contents_box {
		position:relative;
		margin-top: 6.4rem;
	}
	#page_company_group .page_company_history .contents_img {
		width: 330px;
		position:relative;
	}
	#page_company_group .page_company_history .contents_text {
		position:absolute;
		top: 20px;
		left: 140px;
		box-sizing:border-box;
		width: 940px;
		height: 100%;
		padding-left: 240px;
		padding-top: 3.2rem;
		background-color: var(--color-main-2);
	}

	#page_company_group .page_company_history section h2:first-of-type {
		margin-bottom: 6.5rem;
	}
	#page_company_group .page_company_history section h2:last-of-type {
		margin-top: 7.5rem;
	}
	#page_company_group .page_company_history .contents_text h3 {
		font-size: 2.1rem;
	}

	/*** book ***/

	#page_company_group .page_company_book .contents_text {
		width: 892px;
	}
	#page_company_group .page_company_book .contents_text p:first-of-type {
		margin-bottom: 0.8rem;
	}
	#page_company_group .page_company_book .contents_text h2 {
		margin-bottom: 1.5rem;
	}
	#page_company_group .page_company_book .contents_text p {
		margin-bottom: 2rem;
	}

}