@charset "UTF-8";
/* CSS Document */
html{
	background-color: #F8F8F8;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif; 
	font-weight: 400;
	color: #2b2b2b;
}

img{
	width: 100%;
}
p {
    margin: 0;
    padding: 0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	opacity: 1;
	transition: 0.3s;
	text-decoration: none;
	color: inherit;
}
a:hover {
    opacity: 0.5;
    color: #00a29a;
}

header{
	height: 85px;
	width: 100%;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* header */
.logo_k{
	max-width: 157px;
}
.header_txt{
	font-size: 20px;
	font-weight: 600;
	color: #008323;
}

/* #first-view */
.video-wrapper.pc{
	display: block;
}
.video-wrapper.sp{
	display: none;
}
/* 固定枠 (トリミングする枠) */
.video-wrapper {
  width: 70vw;   /* 固定枠の幅 */
  height: 90vh;  /* 固定枠の高さ */
  overflow: hidden; /* 枠外の部分を隠す */
  position: relative; /* 子要素の位置を調整するためにrelativeを使用 */
  background-color: #fff; /* 背景色を黒に設定（任意） */
	margin: 0 0 0 auto;
	border-radius: 30px 0 0 30px;
/*	min-height: 1000px;*/
	max-height: calc(70vw - 100px);
}

/* 動画表示 */
.video {
  position: absolute; /* 相対位置を基準に位置を調整可能にする */
  top: 50%; /* 固定枠内で動画を中央に配置 */
  left: 50%; /* 固定枠内で動画を中央に配置 */
  transform: translate(-50%, -50%); /* 中心を基準に位置を調整 */
  width: 100vw; /* 動画の幅を自動調整 */
	max-width: 100%;
  height: 100%; /* 枠に高さを合わせる */
  object-fit: cover; /* 動画が枠いっぱいになるように調整 */
	display: block;
}
.first-view_txt{
	position: absolute;
	z-index: 10;
	max-width: 1250px;
	width: 64vw;
	/*top:20%;*/
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 100px;
}
h1 {
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 65px;
	color: #008323;
	margin: 0 0 20px;
}
h1 span{
	display: inline-block;
}
.main_copy{
	padding: 45px 90px 45px 250px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0 30px 30px 0;
	width: 1250px;
	
}
.nav{
	color: #008323;
	list-style: none;
	padding: 0 0 0 250px;
	margin-top: 105px;
	font-size: 20px;
}
.nav li{
	margin-bottom: 1rem;
}
#first-view {
    position: relative;
    height: calc(100vh - 85px);
    min-height: 1000px;
	margin-bottom: 200px;
	display: flex;
    align-items: flex-start;
}
#first-view:after{
	position: absolute;
	content: "";
	background: transparent linear-gradient(91deg, #006A3B 0%, #00A29A 66%, #13AE67 100%) 0% 0% no-repeat padding-box;
opacity: 1;
	height: 610px;
	width: 100%;
	bottom: -400px;
	z-index: -1;
}
.main_copy p{
	font-size: 20px;
}

.w-wraper {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 30px;
	padding: 72px 200px;
}

/*#Top-Message*/
#Top-Message,#Materiality,#Value,#Report,#Data{
	margin-bottom: 120px;
	position: relative;
}
#Top-Message:after,#Materiality:after,#Value:after/*,#Report:after*/{
	position: absolute;
	content: "";
	background: transparent linear-gradient(91deg, #006A3B 0%, #00A29A 66%, #13AE67 100%) 0% 0% no-repeat padding-box;
opacity: 1;
	height: 520px;
	width: 100%;
	bottom: -320px;
	z-index: -1;
}
/*#Top-Message{
	background-image: url("../img/img_back_topmessage.jpg");
	background-repeat: no-repeat;
	width: 100%;
    height: 400px; 
    background-size: 100% 800px;
    background-position: center;
}*/
h2{
	color: #008323;
	font-size: 49px;
		margin-bottom: 50px;
}
h2 span{
	font-size: 20px;
	font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
	display: block;
	color: #2b2b2b;
}
.main_txt {
	font-size: 25px;
	line-height: 1.7;
	margin-bottom: 50px;
}
.top-name {
    text-align: right;
    margin-top: 1rem;
}

/*#Materiality*/
h3 {
    position: relative;
    margin-left: 33px;
    margin-bottom: 30px;
    margin-top: 30px;
}
h3:before{
	content: "";
	position: absolute;
	width: 9px;
height: 53px;
	background: transparent linear-gradient(180deg, #006A3B 0%, #00A29A 66%, #13AE67 100%) 0% 0% no-repeat padding-box;
	margin-left: -33px;
	top:50%;
	transform: translateY(-50%);
}
/*#Materiality h3,#Data h3{
	display: inline-flex;
	align-items: center;
	background: linear-gradient(transparent 50%, #FFFFA3 50%); 
        }*/

#Materiality h3 .main_ttl,#Data h3 .main_ttl{
	font-size: 30px;
	color:  #008323;
	font-weight: 600;
	margin-right: 30px;
	background: linear-gradient(transparent 50%, #FFFFA3 50%); 
	display: inline;
}

#Materiality h3 .main_ttl span {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-left: 1rem;
    display: inline;
}
.area_box{
	margin-bottom: 70px;
}
.type_ttl {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	background: transparent linear-gradient(90deg, rgba(0,106,59,0.4) 0%, rgba(0,162,154,0.4) 66%, rgba(19,174,103,0.4) 100%) 0% 0% no-repeat padding-box;
	padding: 40px 65px;
	justify-content: space-between;
	flex-direction: column;
}
.type_ttl-left {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1rem;
}
.type_ttl-right {
    width: 100%;
}
.type_ttl-left .main{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 7px;
	
}
.type_ttl-left .main span{
	font-family: "Montserrat", sans-serif;
}

.sdgs-list {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.sdgs-list li {
    margin-right: 10px;
    max-width: 100px;
    height: auto;
}
.sdgs-list li:last-child{
	margin-right: 0;
}
.type_content{
	margin-bottom: 18px;
}
/*.type_content > li{
	border-bottom: solid #0C7757 0.5px;
}*/
.faq-accordion {
 width: 100%;
	padding: 0 60px;
	border-bottom: solid #0C7757 0.5px;
}

.panel-header {
	color: #008323;
	text-decoration: none;
	position: relative;
	width: fit-content;
  width: 100%;
	height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
	font-weight: 600;
  text-align: left;
	padding: 0;
	transition: 0.3s;
}

.panel-header:hover {
  opacity: 0.7;
}

.icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.kankyo .panel-content {
  transition: height 0.7s ease-out;
}
.panel-body {
    line-height: 1.7;
	padding-bottom: 24px;
}
.panel-body a{
	color: #008323;
	text-decoration: none;
	display: block;
	position: relative;
	margin-top: 1rem;
	width: fit-content;
}
.panel-body a span{
	width: 22px;
	display: inline-block;
	margin-left: 0.5rem;
	
}
.panel-body a:after{
 content: ""; /* 擬似要素の内容を空にする */
  position: absolute;
  left: 0;
  bottom: -2px; /* テキストの下に表示される位置調整 */
  width: 100%; /* テキスト全体の幅に合わせる */
  height: 1px; /* ラインの厚み */
  background-color: #008323; /* ラインの色 */
	
}
.icon-wrap {
    position: relative;
    width: 10%;
    max-width: 22px;
    height: 22px;
    margin-left: 1rem;
}
button.panel-header.report_more .icon-wrap{
	position: relative;
    width: 22px;
    height: 22px;
    margin-left: 1rem;
}
button.panel-header p {
    width: 85%;
	line-height: 1.2;
}
.line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008323;
  transition: transform 0.3s ease;
}

.line:first-child {
  transform: translateY(-50%);
}

.line:last-child {
  transform: translateY(-50%) rotate(90deg);
}
.panel-header.active .line:last-child {
  transform: translateY(-50%) rotate(0);
}
.ama_achievements,.labor_data{
	margin-top: 50px;
}
.ama_achievements > .ttl {
	color: #008323;
	font-size: 16px;
	margin-bottom: 16px;
}

.ama_achievements_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ama_achievements_item {
	display: flex;
	width: 31%;
	background: transparent linear-gradient(126deg, #006A3B 0%, #00A29A 75%, #13AE6767 100%) 0% 0% no-repeat padding-box;
border-radius: 30px;
	color: #fff;
	font-weight: bold;
	padding: 20px 10px;
	flex-direction: column;
    align-items: center;
	text-align: center;
	margin-bottom: 40px;
}

.value {
	font-family: "superclarendon", serif;
font-weight: 700;
font-style: normal;
	font-size: 60px;
	color: #FFFFA3;
	display: flex;
    align-items: center;
}
.value.small{
	font-size: 55px;
}

.description {
	    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
	height: 100px;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    width: 60px;
    height: 60px;
    display: inline-block;
   
}
.icon01{
	 background: url('../img/icon_achievements01.svg') center/contain no-repeat;
}
.icon02{
	 background: url('../img/icon_achievements02.svg') center/contain no-repeat;
}
.icon03{
	 background: url('../img/icon_achievements03.svg') center/contain no-repeat;
}
.icon04{
	 background: url('../img/icon_achievements04.svg') center/contain no-repeat;
}
.icon05{
	 background: url('../img/icon_achievements05.svg') center/contain no-repeat;
	    width: 100px;
}
.icon06{
	 background: url('../img/icon_achievements06.png') center 75%/contain no-repeat;
	width: 100px;
}
.icon07{
	 background: url('../img/icon_achievements07.svg') center/contain no-repeat;
	width: 40px;
}
.icon08{
	 background: url('../img/icon_achievements08.svg') center/contain no-repeat;
}
.ama_achievements_item > p.ttl {
    height: 55px;
    display: flex;
    align-items: center;
}
span.unit {
    font-feature-settings: "palt";
}
.preposition {
	font-size: 18px;
	font-weight: 400;
	font-family:  "Noto Sans JP", sans-serif; 
}

.img_back {
	background-color: #F4F4EB;
	padding: 56px 72px;
	text-align: center;
}
.img_back .ttl-box{
	margin-bottom: 40px;
}
.img_back .ttl-box .ttl{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.img_back .ttl-box .ttl span{
	display: inline-block;
}
.img_back .ttl-box .txt{
	text-align: left;
	font-size: 18px;
}


.report_article-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.report_article-img {
	width: 50%;
}

.report_article-txt-box {
	width: 50%;
	padding: 0 0 0 40px;
}
.report_article-txt-box .ttl{
	color: #008323;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;

	background: linear-gradient(transparent 50%, #FFFFA3 50%);
	display: inline;
}
.report_article-txt-box .ttl span.data{
	font-size: 16px;
	display: block;
}
.report_article-txt-box .txt{
		margin-top: 26px;
}

.report_panel-header {
	color: #008323;
	text-decoration: none;
	position: relative;
	width: fit-content;

  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #008323;
	border-radius: 60px;
  cursor: pointer;
  font-size: 20px;
	font-weight: 600;
  text-align: center;
	padding: 32px 140px;
	transition: 0.3s;
	margin: 0 auto;
	margin-top: 70px;
}
button.panel-header.report_more {
    width: auto;
    margin: 0 auto;
    border: #008323 solid 3px;
    border-radius: 999px;
    padding: 32px 140px;
    height: auto;
}
button.panel-header.report_more .icon-wrap{
	margin-left: 18px;
}
.panel-body.report_more {
    padding-top: 100px;
}

.graph {
	display: flex;
	flex-direction: column;
}
.graph .ttl {
    color: #008323;
    font-size: 16px;
    margin-bottom: 22px;
    margin-left: 24px;
	position: relative;
}

.data_box_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.data_box_wrap:last-child {
    margin-bottom: 0;
}
.data_box_wrap .ttl:before {
    content: "";
    background: transparent linear-gradient(220deg, #006A3B 0%, #00A29A 66%, #13AE67 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
}

.data_box {
	width:  calc((100% - 20px)/2);
	background-color: #00832329;
	padding: 25px 22px;
	margin-bottom: 20px;
}

footer {
	height: auto;
	padding: 80px 0 20px;
	background: transparent linear-gradient(90deg, #006A3B 0%, #00A29A 66%, #13AE67 100%) 0% 0% no-repeat padding-box;
}

.btn_area {
	display: flex;
	    flex-wrap: wrap;
	margin-bottom: 70px;
}
.btn_area button{
	color: #fff;
	min-width: 384px;
	padding: 30px 20px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 999px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 1rem;
	align-items: center;
}
.btn_area .icon-wrap{
	margin-left: 16px;
}
.btn_area a:first-child{
	margin-right: 50px;
}

.g-wraper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.g-wraper p{
	text-align: center;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

.report_article-img span.caption {
    font-size: 14px;
    line-height: 1;
    display: block;
}
#Report:after{
	position: absolute;
	content: "";
	background-image: url("../img/img_back_data.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
opacity: 0.7;
	height: 520px;
	width: 100%;
	bottom: -320px;
	z-index: -1;
}
.back_leaf {
    height: 800px;
    width: 100%;
    background-image: url("../img/img_back_topmessage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -2;
    top: 180px;
}
.site_link{
	display: flex;
}
.main_ttl .sp{
	display: none;
}
.hidden {
	opacity: 0;
}
@media screen and (max-width: 1700px){
	.main_copy {
    padding: 45px 90px 45px 100px;
	}
	.nav{
		padding: 0 0 0 100px;
		font-size: 18px;
	}
}


@media screen and (max-width: 1400px){
	
	.w-wraper {
    width: 95%;
    padding: 50px 80px;
}
	h2{
		font-size: 40px;
	}
	.main_txt{
		font-size: 20px;
	}
	.type_ttl{
		padding: 40px 40px;
	}

	#Materiality h3 .main_ttl,#Data h3 .main_ttl{
		font-size: 25px;
	}

	.faq-accordion {
    padding: 0 40px;
}
	.g-wraper{
		width: 95%;
	}
}
@media screen and (max-width: 1250px){
	.main_copy{
		width: 100%;
	
}
	h1{
		font-size: 5vw;
	}
		.first-view_txt {
    width: 100%;
}
		#first-view:after{
		bottom: -490px;
	}
	#first-view {
    margin-bottom: 50px;
}
		.ama_achievements_item{
		width: 48%;
	}
}
@media screen and (max-width: 1000px){
		.video-wrapper {
  width: 100%; 
		height: auto;
		 border-radius: 0;
    min-height: 500px;
	}
	.type_ttl {
    padding: 20px 20px;
}
}

@media screen and (max-width: 850px){
	.btn_area {
    justify-content: space-between;
    margin-bottom: 50px;
}
	footer {
    padding: 50px 7% 20px;
}
	.g-wraper {
    width: 100%;
}
}
@media screen and (max-width: 768px){
	header{
		padding: 0 7%;
	}
	.video-wrapper.pc{
	display: none;
}
.video-wrapper.sp{
	display: block;
}

	.first-view_txt{
		top:0;
		position: static;
	}
	.header_txt {
    font-size: 16px;
}
	h1{
		font-size: 5vw;
	}
	.main_copy{
		background-color: #fff;
    padding: 45px 7% 45px;
		border-radius: 30px 0 0 0;
	}
	.main_copy p {
    font-size: 16px;
    line-height: 1.7;
}
	.nav li {
    margin-bottom: 0.5rem;
}
	.nav {
    margin-top: 0;
    font-size: 16px;
    background-color: #fff;
    padding: 20px 0 50px 7%;
    border-radius: 0 0 0 30px;
}
	.video{
		top:0;
		transform: translate(-50%, 0);
	}
	#first-view {
    min-height: auto;
		height: 100%;
}
.w-wraper {
    padding: 50px 7%;
}
	h2{
		margin: 0 0 30px;
		font-size: 30px;
	}
.img_back {
    padding: 56px 7%;
}
	.img_back .ttl-box .txt {
    font-size: 16px;
}
	.img_back .ttl-box .ttl {
    margin-bottom: 10px;
}
	#Top-Message, #Materiality, #Value, #Report, #Data {
    margin-bottom: 60px;
}
#Top-Message:after, #Materiality:after, #Value:after,#Report:after {
    height: 200px;
    bottom: -130px;
}
	
	.main_txt {
    margin-bottom: 30px;
}
	
	.report_article-box {
    flex-direction: column;
}
	.report_article-box:last-child {
    margin-bottom: 0;
}
	.report_article-img {
    width: 100%;
}
	.report_article-img{
		margin-bottom: 1rem;
	}
	.report_article-txt-box {
    width: 100%;
    padding: 0;
}
	.report_article-txt-box .txt {
    margin-top: 1rem;
}
	.panel-body.report_more {
    padding-top: 50px;
}
	.type_ttl{
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 15px;
	}
		.type_ttl-left .main {
    font-size: 20px;
}
	.sdgs-list {
    width: 100%;
		flex-wrap: wrap;
}
		.sdgs-list li {
    width: 60px;
}
	.sdgs-list li:nth-child(4),.sdgs-list li:last-child{
    margin-right: 5px;
}
	.value{
		font-size: 50px;
	}
	.value.small {
    font-size: 50px;
}
	.faq-accordion {
    padding: 0 20px;
}
	.ama_achievements_item {
    width: 100%;
    margin: 0 auto 20px;
}
	.ama_achievements, .labor_data {
    margin-top: 20px;
}
		button.panel-header.report_more {
    width: 100%;
    padding: 20px 0;
		justify-content: center;
}
	.main_ttl .sp{
	display: block;
}
	#Materiality h3 .main_ttl span{
		margin-left: 0;
	}
	.hidden {
	display: none;
		
}
}
@media screen and (max-width: 500px){
	header {
justify-content: center;
    flex-direction: column;
		height: 90px;
}
	h1{
		font-size: 25px;
		text-align: center;
	}
	.video-wrapper{
		border-radius: 0;
	}
	h2{
		font-size: 25px;
	}
	.main_txt{
		font-size: 16px;
	}
	h3{
		margin-left: 20px;
	}
	h3:before{
		margin-left: -20px;
	}
	#first-view {
    margin-bottom: 25px;
}
	#Top-Message, #Materiality, #Value, #Report, #Data {
    margin-bottom: 30px;
}
	#Top-Message:after, #Materiality:after, #Value:after,#Report:after {
    bottom: -115px;
}
	.img_back .ttl-box .ttl {
    font-size: 18px;
}
	#Materiality h3 .main_ttl, #Data h3 .main_ttl {
    font-size: 18px;
}
	#Materiality h3 .main_ttl span {
    font-size: 16px;
}
	.type_ttl-left .main {
    font-size: 18px;
		margin-bottom: 0;
}
	.type_ttl{
		padding: 15px 15px;
		height: auto;
	}
	.sdgs-list li {
    margin-right: 5px;
}
	.type_ttl-left .sub{
		margin-bottom: 0.5rem;
	}
	.faq-accordion {
    padding: 0 0;
}
	.panel-header{
		font-size: 16px;
	}
	.sdgs-list{
		justify-content: flex-start;
		height: auto;
	}

	.btn_area button{
		padding: 20px 20px;
		width: 100%;
		min-width: auto;
	}
	.data_box_wrap{
		flex-direction: column;
	}
	.data_box {
    width: 100%;
}
	.data_box:last-child {
    margin-bottom: 0;
}
	.btn_area a:first-child {
    margin-right: 0;
}
	.btn_area a {
    width: 100%;
}
	.site_link{
		flex-direction: column;
		align-items: flex-start;
	}
	footer {
    padding: 30px 7% 20px;
}
	.btn_area {
    margin-bottom: 20px;
}
	.first-view_txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	.nav{
		padding-bottom: 54px;
		background-color: #fff;
		border-radius: 0;
		
	}
	.main_copy {
    border-radius: 0;
}
}
@media screen and (max-width: 415px){
	
	.nav{
		padding-bottom: 40px;
	}
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  width: 60px;
  display: block;
  trasition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

