@charset "utf-8";

/*このクラスの手前で、改ページ*/
.break-before{
	break-before:page;
}

.break-mgt {
	padding-top: 30px;;
}


/* -------------------------------
  
------------------------------- */
.top_navi{
	display: none;
}

body {
	min-width: 100%;
	zoom: 80%; 
	padding-top: 0;
}

.js_inview{
	opacity: 1;
}


/* -------------------------------
 mainvisua
------------------------------- */
.top_mainvisual_img {
	width: 100%;
	height: 450px;
}
.top_mainvisual_main{
	/* zoom: 80%; */
	height: auto;
	/* padding: 120px 0 50px; */
	/* -webkit-print-color-adjust: exact; */
}
/* .top_mainvisual_tit {
	color: #fff;
} */

/* -------------------------------
 message
------------------------------- */
.top_message_wrap {
    padding: 60px 0 0 30px;
    width: 100%;
}

.top_message_img {
  width: 30%;
}


/* -------------------------------
 seciton
------------------------------- */
.top_common_tit{
	zoom:80%;
}
.top_overview,
.top_progress,
.top_topics,
.top_sustainability{
    padding: 40px 0 40px;
}

/* -------------------------------
 sectOverview 
------------------------------- */
.top_overview {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	-webkit-print-color-adjust: exact;
}
.top_overview_item {
	max-width: 500px;
}
.top_overview_wrap {
	width: 100%;
	max-width: 1000px;
}
.top_overview_segment-inner {
    width: calc(100% - 80px);
}
.top_overview_segment {
	page-break-before: always; 
	max-width: 890px;
	margin: 0 auto;
	margin-top: 40px;
}
.top_overview_segment-main {
	height: 520px;
	padding: 30px 0;
}
.top_overview_segment-main figure {
	max-height: 100%;
}

/* -------------------------------
 sectTopics
------------------------------- */
.top_topics_block {
	padding: 10px;
}
.top_topics_block + .top_topics_block {
	margin-top: 10px;
}
.top_topics_wrap{
	padding: 0 120px 0 30px;
}

.top_progress_img_prStyle_01 {
  width: 45%;
  margin: 0 auto;
}

/* -------------------------------
 sectSustainability
------------------------------- */
.top_sustainability{
	padding-bottom: 100px;
}

/* -------------------------------
 footer
------------------------------- */
.footer_wrap{
	padding: 30px 30px 24px;
}

