@charset "utf-8";

/*このクラスの手前で、改ページ*/
.break-before{
	break-before:page;
}

/* -------------------------------
  
------------------------------- */
.header_corporate,
.header_ir,
.globalNav,
.footer_nav{
	display: none;
}

body {
	min-width: 100%;
	padding: 30px;
	zoom: 80%; 
}
.top .footer {
    position: inherit;
}
.footer_cont{
	width: 100%;
	max-width: 100%;
}

/* -------------------------------
 TOP 
------------------------------- */
.top main {
    padding-bottom: 0;
}
.sec_topBtn_item {
    margin-bottom: 35px;
}


/* -------------------------------
 トップメッセージ 
------------------------------- */
.sec_mv_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.sec_mv_box *{
	zoom:80%;
}
.sec_mv_img {
    position: absolute;
    padding: 30px 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	
}

/* -------------------------------
 事業概況 
------------------------------- */
.sec_clmBox_img {
    width: 30%;
}
.sec_clmBox_body {
    width: calc(70% - 60px);
}
.sec_clmBox:nth-child(n + 2) {
    margin-top: 120px;
}




