@charset "utf-8";
/* CSS Document */

.pagetitle2::after{
	opacity: 0.8;
}
.main-wrap {
	align-items: flex-start;
}
/* ---------- nav ---------- */
.main-wrap .left-nav{
	width: 20%;
}
.main-wrap .cate_wrap{
	width: 80%;
}


/* ---------- cate1 ---------- */
.cate_wrap .cate1{
	padding-top: 0px;
	border-bottom: #DEDEDE solid 1px;
}

.cate_wrap .box_wrap{
	align-items: flex-start;
	gap:20px;
}
.cate1 .titlebox{
	width: calc(10% - 10px);
}
.cate1 .titlebox h2 {
    position: relative;
    padding-right: 10px;
}
.cate1 .titlebox h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px; 
    height: 100%;
    background-color: #0158A7;
}
.cate1 .imgbox{
	width: calc(90% - 10px);
}
.cate1 .name_wrap{
	justify-content: flex-end;
}
.cate1 h3 span{
	display: inline-block;
}
/* ---------- cate2 ---------- */
.cate_wrap .cate2{
	border-bottom: #DEDEDE solid 1px;
	justify-content: flex-start;
}
.cate2 .company-wrap{
	width: 80%;
}
.cate2 .company-wrap .item{
	padding: 10px;
}
.cate2 .company-wrap .item:not(:last-of-type){
	border-bottom: 1px solid #DEDEDE;
}
.cate2 .company-wrap .item:first-of-type,.recruit1 .item-wrap .item:first-of-type{
	padding-top: 0;
}
.cate2 .company-wrap .item h3{
	width: 20%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: left;
	flex-direction: row;
	box-sizing: border-box;
	padding-right: 30px;
	padding: 20px 0;
}
.cate2 .company-wrap .item > div{
	width: 80%;
	padding: 15px 0;
	padding-left: 80px;
}
/* ---------- cate3 ---------- */
.cate3{
	justify-content: flex-start;
	border-bottom: #DEDEDE solid 1px;
}
.cate3 .map{
	position: relative;
	justify-content: flex-start;
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin-left: 0;
}
.cate3 .map iframe{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);

}
.cate3 p{
	justify-content: flex-start;
}
/* ---------- cate4 ---------- */
.cate4 .company-info-wrap {
    justify-content: flex-start;
}
.cate4 .history-list {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 30px;
}
.cate4 .history-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.cate4 .history-item::before {
    content: "";
    position: absolute;
    left: -2.45em;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
	background-color: #0158A7;
}
.cate4 .year-wrap .year {
    white-space: nowrap;
	color: #0C4134;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .company-wrap{
		width: 100%;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate3 .map{
		height: 450px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.main-wrap {
    align-items: center;
}
	.main-wrap .cate_wrap{
		width: 100%;
	}
	.cate2 .company-wrap .item > div{
		width: 70%;
		padding-left: 30px;
	}
	.cate2 .company-wrap .item h3{
		width: 30%;
	}
	.cate4 .history-item {
		margin-bottom: 20px;
		gap: 30px;

	}
	.cate4 .company-info-wrap {
		width: 90%;
	}
	.cate4 .history-item::before {
		width: 10px;
		height: 10px;
		left: -2.25em;
	}

	
	
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

