@charset "utf-8";
/* CSS Document */
.line2 {
	padding-bottom: 25px;
	border-bottom: #ADAAAA 1px solid;
}
.line3{
	position: relative;
    display: inline-block;
    padding-right: 20px;
}
.line3::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #707070;
}
.cate1{
	color: #433213;
}
.cate1 .box_wrap{
	gap: 60px;
}
.cate1 .box_wrap .txtbox{
	width: calc(50% - 30px);
	gap: 60px;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: auto;
}
.cate1 .box_wrap .txtbox h3{
	width: 100%;
}
.cate1 .box_wrap .imgbox{
	width: calc(50% - 30px);
}
.company_c .companywrap .boxwrap .box .title {
    border-bottom: 1px solid #9F9F9F;
}
.company_c .companywrap .boxwrap .box .txtbox {
    border-bottom: 1px solid #D8D8D8;
}
.company_c .companywrap .boxwrap .box > div {
    padding: 35px 0;
}
.company_c .companywrap .boxwrap .box .flex-column{
	align-items: flex-start;
	gap: 5px;
}
.company_c .companywrap .boxwrap .box .flex-column a{
	border-bottom: #222 solid 1px;
}
.company_c .companywrap .boxwrap .box .title { align-items: flex-start; }
.history_a .history-item::before {
    top: 14px;
}
.history_a .history-item {
    align-items: center;
}
.cate4 .box_wrap{
	gap: 40px;
}
.cate4 .box_wrap .box-item{
	gap: 30px;
}
.cate4 .box_wrap .box-item .imgbox{
	width: calc(30% - 15px);
}
.cate4 .box_wrap .box-item .txtbox{
	width: calc(70% - 15px);
	flex-direction: column;
	align-items: flex-start;
}
.cate4 .box_wrap .box-item .txtbox .titlebox{
	gap: 20px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.cate1 .box_wrap .imgbox{
		width: 60%;
	}
	.cate1 .box_wrap .txtbox{
		width: 90%;
		gap: 30px;
	}
	.cate4 .box_wrap .box-item {
		flex-direction: column;
	}
	.cate4 .box_wrap .box-item .imgbox{
		width: 60%;
	}
	.cate4 .box_wrap .box-item .txtbox{
		width: 90%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .txtbox{
		width: 100%;
	}
	.company_c .companywrap .boxwrap .box > div {
		padding: 25px 0;
	}
	.cate4 .box_wrap .box-item .txtbox{
		width: 100%;
	}
	.cate4 .box_wrap .box-item {
		gap: 20px;
	}
	.cate4 .box_wrap {
		gap: 30px;
	}
    .line3::after {
      top: 3px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.cate1 .box_wrap .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap {
		gap: 20px;
	}
	.cate1 .box_wrap .txtbox{
		gap: 20px;
	}
	.history_a .history-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.company_c .companywrap .boxwrap .box > div {
        padding: 10px 0;
    }
    .company_c .companywrap .boxwrap .box {
        padding-bottom: 15px;
    }
	.cate4 .box_wrap .box-item .imgbox{
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

