@charset "utf-8";

/*このクラスの手前で、改ページ*/
.break-before{
	break-before:page;
}

/* -------------------------------
  
------------------------------- */
.top_navi{
	position: static;
}

body {
	min-width: 100%;
	zoom: .7; 
	padding-top: 0;
}

footer {
	display: none;
}

.js_inview{
	opacity: 1;
}


/* -------------------------------
 mainvisua
------------------------------- */
.top_mainvisual_img {
    width: 100%;
	height: 100%;
}

/* -------------------------------
 message
------------------------------- */

.top_message_wrap {
    width: 1000px;
}

.top_message_txt {
	width: 50%;
}

.top_message_txt-base {
	font-size: 14px;
}

.top_message_tit {
	right: 0;
}


/* -------------------------------
 seciton
------------------------------- */
.top_common_tit{
	zoom:80%;
}
.top_overview,
.top_progress,
.top_topics,
.top_sustainability{
    padding: 40px 0 40px;
}

/* -------------------------------
 sectOverview 
------------------------------- */
.top_overview {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0;
}
.top_overview_wrap {
	width: 100%;
    max-width: 900px;
}
.top_overview_segment-inner {
    width: calc(100% - 80px);
}



