@charset "utf-8";
/* CSS Document */
.pagelinks_e .width-1280-max{
	justify-content: flex-start;
	gap: 50px;
}
.pagelinks_e a {
    position: relative;
    background-color: inherit;
    border-radius: 0px;
    padding: 15px 0px;
    width: 240px;
	border-top: #8B8B8B 1px solid;
}
.pagelinks_e a > .flex .more-icon {
    right: 0px;
}
.pagelinks_e a .flex .txtbox .en{
	color: #8B8B8B;
	font-size:14px;
	font-family: "Sorts Mill Goudy",  sans-serif;
	letter-spacing: 0.1em;
}
.pagelinks_e a > .flex .more-icon i{
	color: #1E201F;
	margin-left: auto;
}
.pagelinks_e a .flex{
	justify-content: space-between;
}
/* ---------- cate1 ---------- */
.cate1 .box_wrap{
	gap: 60px;
}
.cate1 .box_wrap .imgbox{
	width: calc(30% - 30px);
	padding-top: 100px;
}
.cate1 .box_wrap .txtbox{
	width: calc(70% - 30px);
	gap: 50px;
	align-items: flex-start;
}
.cate1 .box_wrap .txtbox .namelabel{
	align-items: center;
	gap: 5px;
	flex-direction: column;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	gap: 80px;
	align-items: flex-start;
}
.cate2 .box_wrap .imgbox{
	width: calc(50% - 40px);
}
.cate2 .box_wrap .company_a{
	width: calc(50% - 40px);
	gap: 50px;
	align-items: flex-start;
}
.cate2 .box_wrap .company_a .company-wrap{
	width: 100%;
}
/* ---------- cate3 ---------- */
.history_a .company-info-wrap {
	justify-content: flex-start;
}
.history_a .history-item::before {
    background-color: #375212;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
    .cate1 .box_wrap {
        flex-direction: column;
    }
	.cate1 .box_wrap .imgbox {
		width: 50%;
		padding-top: 0px;
	}
	.cate1 .box_wrap .txtbox {
		width: 100%;
	}
	.cate2 .box_wrap {
		gap: 50px;
	}
	.cate2 .box_wrap .imgbox{
		width: calc(40% - 25px);
	}
	.cate2 .box_wrap .company_a{
		width: calc(60% - 25px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.pagelinks_e .width-1280-max {
		gap: 30px;
	}
	.pagelinks_e a {
		width: 200px;
	}
	.cate1 .box_wrap .txtbox {
		gap: 30px;
	}
	.cate1 .box_wrap .txtbox > p{
		line-height: 1.7;
	}
	.cate2 .box_wrap {
        flex-direction: column;
		align-items: center;
    }
	.cate2 .box_wrap .imgbox{
		width: 50%;
	}
	.cate2 .box_wrap .company_a{
		width: 80%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pagelinks_e a {
		width: 100%;
	}
	.pagelinks_e .width-1280-max {
		justify-content: center;
		gap: 10px;
	}
	.cate1 .box_wrap .txtbox > .title{
		width: 100%;
		margin: 0 auto;
	}
	.cate1 .box_wrap .txtbox > p span{
		width: 100%;
	}
	.cate2 .box_wrap .company_a{
		width: 100%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){


	.cate1 .box_wrap .imgbox {
		width: 80%;
	}
	.cate1 .box_wrap {
		gap: 40px;
	}
	.cate1 .box_wrap .txtbox > p{
        writing-mode: horizontal-tb;
    }
	.cate1 .box_wrap .txtbox .namelabel{
		flex-direction: row;
		margin-left: auto;
	}
	.cate1 .box_wrap .txtbox .namelabel p{
		writing-mode: horizontal-tb;
	}
	.cate1 .box_wrap .txtbox > .title h3 {
        writing-mode: horizontal-tb;
		text-align: center;
    }
	.cate2 .box_wrap .imgbox{
		width: 80%;
	}
    .cate2 .box_wrap {
        gap: 30px;
    }
    .company_a .company-wrap .item h3 {
        width: 30%;
    }
    .company_a .company-wrap .item > div {
        width: 70%;
        padding-left: 20px;
    }
	.company_a .company-wrap .item > div {
		padding: 10px 0;
	}
	.cate1 .box_wrap .txtbox {
		flex-direction: column;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

