@charset "utf-8";
/* CSS Document */
.cate1 .box_wrap > .width-1280-max{
	gap: 40px;
	align-items: flex-start;
}
.cate1 .txtbox {
	gap: 30px;
	align-items: flex-start;
	width: calc(60% - 20px);
}
.cate1 .txtbox .en {
    opacity: 0.15;
    color: #937F70;
    font-weight: 400;
	font-family: "EB Garamond",  sans-serif;
	font-size: 60px;
	letter-spacing: 0.15em;
}
.cate1 .imgbox {
	width: calc(40% - 20px);
}
.cate1 .imgbox img{
	border-radius: 10px;
}
.cate1 {
    position: relative;
}
.cate1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;         
    background: #F0F7DF;   
    z-index: 0;
}

.cate1 .box_wrap {
    position: relative;
    z-index: 1;
}

.cate2 .mapbox {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;  
    overflow: hidden;
    margin-top: 60px;
}

.cate2 .mapbox > div {
    width: 100%;
    height: 500px;
    display: block;
    border: 0;
}
.cate2 .mapbox iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.cate2 .bottombox .imgbox {
	gap: 10px;
}
.cate2 .bottombox .imgbox > div{
	width: calc(50% - 5px);
}
/* ---------- 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 > .width-1280-max {
		flex-direction: column-reverse;
		align-items: center;
	}
	.cate1 .txtbox {
		width: 80%;
	}
	.cate1 .imgbox {
		width: 60%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .txtbox {
		gap: 20px;
		width: 100%;
	}
	.cate1 .box_wrap > .width-1280-max {
		gap: 20px;
	}
	.cate1 .txtbox .en {
		font-size: 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  .company_a .company-wrap .item{padding: 10px 0;}
  .company_a .company-wrap .item h3,.company_a .company-wrap .item > div{
  	width:100%;
    padding: 10px 0;
  }
  .company_a .company-wrap .item h3{padding-bottom: 0;}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

