@charset "utf-8";

/*このクラスの手前で、改ページ*/
.break-before{
	break-before:page;
}

/* -------------------------------
  
------------------------------- */
.top_navi{
	display: none;
}

body {
	min-width: 100%;
	zoom: 80%; 
	padding-top: 0;
}

.js_inview{
	opacity: 1;
}


/* -------------------------------
 mainvisua
------------------------------- */
.top_mainvisual_img {
    width: 100%;
	height: 400px;
    min-height: 400px;
}
.top_mainvisual_main{
	zoom: 80%;
}

/* -------------------------------
 message
------------------------------- */
.top_message_wrap {
    padding: 85px 0 0 30px;
    width: 100%;
}
.top_message {
    height: 600px;
}


/* -------------------------------
 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);
}

/* -------------------------------
 sectTopics
------------------------------- */
.top_topics_wrap{
	padding: 0 120px 0 30px;
}

/* -------------------------------
 sectSustainability
------------------------------- */
.top_sustainability{
	padding-bottom: 100px;
}

/* -------------------------------
 footer
------------------------------- */
.footer_wrap{
	padding: 30px 30px 24px;
}

