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


/* ---------- cate01 ---------- */
.cate1 .txt_wrap{
	gap: 50px;
	width: 100%;
	margin: 0 auto;
	align-items: flex-start;
}
.cate1 .txt_wrap .name-wrap{
	width: 100%;
	justify-content: flex-end;
}

.cate1 .txt_wrap .txtbox{
	width: 90%;
}


/* ---------- cate02 ---------- */

.cate2 .company-wrap{
	margin: 0 auto;
	width: 70%;
}
.cate2 .company-wrap .item{
	padding: 10px;
}
.cate2 .company-wrap .item:not(:last-of-type){
	border-bottom: 1px solid #000;
}
.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;
}
/* ---------- cate03 ---------- */
.cate3 .company-info-wrap {
    justify-content: center;
}
.cate3 .history-list {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 30px;
}
.cate3 .history-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.cate3 .history-item::before {
    content: "";
    position: absolute;
    left: -2.28em;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	background-color: #1a1a1a;
}
.cate3 .year-wrap .year {
    white-space: nowrap;
}



/* ---------- cate04 ---------- */


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .txt_wrap{
		flex-direction: column;
	}
	.cate1 .txt_wrap .imgbox{
		margin: 0 auto;
		width: 80%;
	}
	.cate1 .txt_wrap .txtbox{
		width: 100%;
	}
	.cate2 .company-wrap{
		width: 100%;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate2 .company-wrap .item > div {
    padding-left: 30px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

