@charset "utf-8";
/* CSS Document */
/* ----- ページごとメニュースタイル ----- */
.header .head_nav > .ul > .li:nth-of-type(8) .en{
	background-color: #EF8200;
	color: #fff;
}
.header .head_nav > .ul > .li:nth-of-type(8) > a:hover > .jp{
	opacity: 0;
	top: 50%;
}

/* ---------- style ---------- */
.br-sp br{
	display: none;
}

/* ---------- cate1 ---------- */
.cate1 .box_wrap .topbox{
	align-items: flex-start;
}
.cate1 .namebg {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;    
}
.cate1 .namebg .namebox{
	padding-top: 50px;
	padding-bottom: 50px;
}
.cate1 .box_wrap .bottombox{
	gap: 80px;
}
.cate1 .box_wrap .bottombox .txtbox{
	width: calc(65% - 40px);
}
.cate1 .box_wrap .bottombox .imgbox{
	width: calc(35% - 40px);
	margin-top: -30%;
	z-index: 2;
}
/* ---------- cate2 ---------- */
.cate2 .history_wrap {
    justify-content: center;
}
.cate2 .history_wrap .info_wrap {
    width: 100%;
    justify-content: center;
}
.cate2 .history-box {
    width: 100%;
}
.cate2 .history-list {
    position: relative;
}
.cate2 .history-item {
	position: relative;
    gap: 40px;
    margin-bottom: 40px;
	align-items: flex-start;
}
.cate2 .history-box .history-item::before {
    content: "";
    position: absolute;
    left: 100px; 
    top: 0;
    bottom: -40px; 
    width: 1px;
    background-color: #1A1A1A;
}
.cate2 .history-box .history-item:last-child {
    margin-bottom: 0;   
}
.cate2 .history-box .history-item:last-child::before {
    content: none;          
}
.cate2 .history-item .year-wrap {
    width: 200px; 
    text-align: center;  
    background-color: #fff;    
    position: relative;
    z-index: 2;   
}
.cate2 .history-item .text-wrap {
    flex: 1;
}
.cate2 .history-item .text-wrap .default_txt1 {
    margin-bottom: 20px;
}
/* ---------- cate3 ---------- */

.cate3{
	background-color: #F7F7F7;
}
.company_a .company-wrap {
    width: 100%;
    background-color: #F7F7F7;
    border: 2px solid #EF8200;
    border-radius: 20px;
    overflow: hidden;  
}
.company_a .company-wrap .item {
    padding: 0;
    display: flex;
    align-items: stretch;
}
.company_a .company-wrap .item:not(:last-of-type) {
    border-bottom: 2px solid #EF8200;
}
.company_a .company-wrap .item h3 {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #EF8200;
    color: #FFFFFF;
}
.company_a .company-wrap .item:not(:first-child) h3 {
    border-top: 2px solid #F7F7F7;
}
.company_a .company-wrap .item > div {
    width: 75%;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #F7F7F7;
}
.company_a .company-wrap .item > div a {
    color: inherit;
    text-decoration: none;
}
/* ---------- 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 .bottombox {
		gap: 50px;
	}
	.cate1 .box_wrap .bottombox .txtbox{
		width: calc(65% - 25px);
	}
	.cate1 .box_wrap .bottombox .imgbox{
		width: calc(35% - 25px);
	}
	.cate2 .history-item .year-wrap {
		width: 120px;
	}
	.cate2 .history-box .history-item::before {
		left: 60px; 
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
    .cate1 .box_wrap .bottombox {
        flex-direction: column-reverse;
    }
	.cate1 .box_wrap .bottombox .txtbox{
		width: 100%;
	}
	.cate1 .box_wrap .bottombox .imgbox{
		width: 50%;
	}
	.cate1 .box_wrap .bottombox {
        gap: 30px;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .bottombox .imgbox{
		width: 80%;
	}
	.cate2 .history-item .year-wrap {
		width: 100px;
	}
    .en_title3 {
        font-size: 20px;
    }
	.cate2 .history-item {
		gap: 10px;
	}
	.cate2 .history-box .history-item::before {
		left: 50px; 
	}
/* ---------- style ---------- */
	.br-sp br{
	display: inline-block;
	}

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

