#mainvisual{
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #E5E3D9;
}
#mainvisual_inner{
    width: 50%;
    z-index: 1;
    text-align: center;
}
#mainvisual::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/img/company/ceo.jpg);
    background-size: cover;
    background-position: center center;
}
#mainvisual_logos{
	background-color: #fff;
	display: inline-block;
	aspect-ratio: 1/1;
	padding: 20px;
    align-content: center;
}
#mainvisual_logos h1{
	margin: 15px 0 0;
	font-size: 1.7em;
	font-weight: normal;
}
#mainvisual_logos img{
	width: 250px;
}
#company_area{
	padding: 40px 0 80px;
}
#company_area hr{
	border: 1px solid #d40000;
	margin: 60px auto;
}
#company_area h2{
	display: inline-block;
	margin: 0 auto 40px;
	border: 4px solid #6C6B6C;
	padding: 10px 30px;
	min-width: 250px;
	box-sizing: border-box;
	font-size: 1.3em;
}
#company_area h3{
	color: #a1987f;
	font-size: 1.3em;
}
#company_area #sign{
	text-align: center;
	margin-top: 40px;
}
#company_area #sign img{
	display: block;
	margin: auto;
}
#company_area table{
	border-collapse: collapse;
	width: 100%;
}
#company_area table tr th,
#company_area table tr td{
	text-align: left;
	font-weight: normal;
	padding: 5px 10px;
	vertical-align: top;
}
#company_area table.companytable tr th,
#company_area table.companytable tr td{
	border-bottom: 1px solid #000;
}
#company_area table.companytable tr th{
	width: 200px;
}
#company_area table.companytable tr th.noborder,
#company_area table.companytable tr td.noborder{
	border-bottom: 0;
}
#company_area table.historytable tr th{
	border-right: 1px solid #000;
	width: 60px;
}
#company_area .access_box{
	padding: 0px;
	box-sizing: border-box;
}
#company_area .access_box h5{
	margin: 0;
	background-color: #6C6B6C;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}
#company_area .access_box iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1.2;
}

#company_area::before,
#company_area_head::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease-out;
}


@media screen and (max-width:767px){
	#mainvisual{
		height: 300px;
		display: block;
		background-image: url(/img/company/ceo_sp.jpg);
		background-size: cover;
	}
	#mainvisual::after,
	#mainvisual_inner{
		background: none;
		display: none;
	}
	#company_area_head{
		text-align: center;
		background-color: #E5E3D9;
		padding: 20px 0;
	}
	#company_area_head h1{
		font-size: 1.1em;
		margin: 0px 0 0;
	}
	#company_area_head img{
		width: 150px;
	}
	#company_area{
		padding: 40px 0;
	}
	#company_area hr{
		margin: 40px auto;
	}
	#company_area table tr th,
	#company_area table tr td,
	#company_area table.companytable tr th,
	#company_area table.historytable tr th{
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: 0;
	}
	#company_area table tr th,
	#company_area table.companytable tr th{
		border-bottom: 0;
		padding: 10px 0 5px;
		font-weight: bold;
	}
	#company_area table tr td{
		padding: 0 0 10px;
		font-size: 0.9em;
	}
	#company_area table.historytable tr td {
	    border-bottom: 1px solid #000;
	}
	#company_area #access_flex{
		display: block;
		width: 85%;
		margin: auto;
	}
	#company_area .third{
		width: 100%;
		margin-bottom: 30px;
	}
}

}