@charset "utf-8";
/* CSS Document */
.cate1.pd_wrap_all {
	padding-left: 110px;
	padding-right: 80px;
}
.cate1 .box_wrap .boxitem {
	align-items: flex-start;
}
.cate1 .box_wrap .boxitem .txtbox {
    width: 60%;
	align-items: flex-start;
}
.cate1 .box_wrap .boxitem .txtbox .titlebox {
	margin-bottom: 100px;
}
.cate1 .box_wrap .boxitem .txtbox .titlebox .en_title {
	font-size: 80px;
}
.cate1 .box_wrap .boxitem .txtbox .titlebox h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
.cate1 .box_wrap .boxitem .txtbox .titlebox .sub-title {
	font-size: 34px;
}
.cate1 .box_wrap .boxitem .txtbox .namebox {
	margin-top: 30px;
}
.cate1 .box_wrap .boxitem .txtbox .namebox .position {
	margin-bottom: 40px;
	position: relative;
}
.cate1 .box_wrap .boxitem .txtbox .namebox .position::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 1px solid #010000;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.cate1 .box_wrap .boxitem .txtbox .namebox .name {
	font-size: 24px;
}
.cate1 .box_wrap .boxitem .txtbox .namebox .en_name {
	padding-left: 20px;
}

.cate1 .box_wrap .boxitem .imgbox {
    width: 40%;
	text-align: center;
}
.cate1 .box_wrap .boxitem .imgbox img {
	max-width: 500px; 
}
.cate2 .titlebox .en_title {
	font-size: 60px;
}
.company_a .company-wrap .item:not(:last-of-type),
.company_a .company-wrap .item {
    border-bottom: 1px solid #CECECE;
}
.company_a .company-wrap .item h3 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cate2.cate.pd_wrap_all {
	padding-bottom: 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1.pd_wrap_all {
		padding-left: 30px;
		padding-right: 30px;
		
	}
	.cate1 .box_wrap .boxitem {
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px;
		position: relative;;
	}
	.cate1 .box_wrap .boxitem .txtbox {
		width: 90%;
	}
	.cate1 .box_wrap .boxitem .imgbox {
		position: absolute;
		top: 0;
		right: 0;
		width: 20%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .box_wrap .boxitem .txtbox.pd_wrap_side {
		padding-left: 0;
		padding-right: 0;
	}
	.cate1 .box_wrap .boxitem .txtbox .titlebox .en_title {
		font-size: 60px;
	}
	.cate1 .box_wrap .boxitem .imgbox {
		display: none;;
	}
	.cate2 .titlebox .en_title {
		font-size: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

