@charset "utf-8";

/* AboutUS 企業情報カバー写真 */
.kv-aboutus .kv_img {
	background-image: url(../images/aboutus_top_cover.webp);
	background-position: center center;
	background-size: cover;
}

.company_anker {
	top: 16rem;
	position: sticky;
}
.company_anker_title {
	padding-bottom: 1.6rem;
	margin-right: 10%;
	margin-bottom: 4.0rem;
	font-size: 21px;
	font-weight: bold;
	border-bottom: #E1EBF3 1px solid;
}
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8 {
	padding-top: 160px;
	margin-top: -160px;
}
.company_anker ul {
	position: relative;
	padding-left: 1.6rem;
}
.company_anker ul::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: calc(100% - 1.95rem);
	background-color: #E1EBF3;
	content: "";
	margin: auto;
	bottom: 0;
}
.company_anker ul li {
	margin-bottom: 0.8rem;
}
.company_anker ul li a {
	position: relative;
	display: inline-block;
	padding-bottom: 0.4rem;
	position: relative;
	color: #333;
	font-size: 1.4rem;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.company_anker ul li a.active::before {
	position: absolute;
	top: -0.4rem;
	bottom: 0;
	left: -1.6rem;
	margin: auto;
	width: 1px;
	height: 1.4rem;
	background-color: #0068CF;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	content: "";
}
.company_anker ul li a:hover, .company_anker ul li a.active {
	color: #0068CF;
}
.company_anker ul li a::after {
	position: absolute;
	width: 0;
	right: 0;
	left: auto;
	bottom: 0;
	height: 1px;
	background-color: #0068CF;
	transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	content: "";
	z-index: 1;
}
.company_anker ul li a:hover::after, .company_anker ul li a.active::after {
	right: auto;
	left: 0;
	width: 100%;
}
.company-01_sec1_history .tb02 th {
	font-family: "droid-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.6rem;
	color: #CCCFDA;
	line-height: 1;
	letter-spacing: 0.02em;
	vertical-align: middle;
}
.company_outline_box {
	position: relative;
}
.company_message img{
	width: 100%;
}
.company_message .aboutus_ceo{
	margin-bottom: 20px;
}
.aboutus_group_container{
	display: flex;
}
.aboutus_group_item{
	display: block;
}

/* access item*/
.access_table_inner{
	display: flex;
	justify-content: space-between;
}
.access_table_item{
	width: 50%;
	padding: 0 2px;
}
.access_table_item:nth-child(1){
	border-right: 2px solid #eee;
}
.title-04 i{
	padding-right: 1.0rem;
}

@media screen and (max-width:768px) {

	.contents_left {
		display: block;
		width:auto;
	}
	.contents_right {
		display: none;
	}
	.access_table_inner{
		display: block;
	}
	.access_table_item{
		width: 100%;
		padding: 0 2px;
	}
	.access_table_item:nth-child(1){
		border-right: none;
	}
}

@media screen and (max-width:530px) {

	.aboutus_group_container {
    	display: block;
	}
}