@charset "UTF-8";/*------------------------------- ヘッダー画像テキスト(copy)---------------------------------*/.top_image .container {  width: 100%;  height: 500px;  display: flex;  justify-content: center;  align-items: center;  padding: 30px;  position: relative;  background-image: url("../img/enviroment/26461442_m.jpg");  background-position: center center;  background-repeat: no-repeat;  background-size: cover;}.top_title::before {  position: absolute;  top: 50px;  left: 50%;  transform: translateX(-50%);  padding: 2px;  font-size: 1rem;  text-transform: uppercase;  white-space: nowrap;  content: 'Enviromenrt'; /*　ここを変える　*/}/*--------------------------------　ポリシー本文---------------------------------*/.declaration .container {  width: 100%;  background: white;  padding: 50px;  display: flex;  justify-content: center;  align-items: center;}.declaration.content {  width: 1500px;}.declaration_title {  text-align: center;  padding: 50px;  font-size: 1rem;}.declaration_text {  margin: 20px auto;  padding: 10px;}.declaration_text p, .declaration_text li {  padding: 20px 0;  font-size: 1rem;}/*-------------------------------取り組み----------------------------------*/.attempt .container {  width: 100%;  background: white;  padding: 50px;  display: flex;  justify-content: center;  align-items: center;}.attempt .content {  width: 1500px;}.attempt_sec {  width: 100%;  display: flex;  padding: 40px;  justify-content: space-around;  align-items: center;}.attempt_title {  position: relative;  padding: 10px 20px 20px 100px;  border-bottom: 3px solid #090979;  border-image: linear-gradient(81deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);  border-image-slice: 1;  font-weight: bold;  font-size: 1rem;  width: 400px;}.attempt_title span {  font-size: 3rem;  line-height: 1;  position: absolute;  bottom: 1.3rem;  left: 0;  color: #2B32B2;}.attempt_text {  padding: 30px 0;  font-size: 1rem;}.attenmpt_img {  width: 300px;  height: auto;  margin: auto 30px;  text-align: center;}.attempt img {  width: 100%;  object-fit: cover;}/*-------------sdgs--------------*/.sdgs .container {  width: 100%;  padding: 50px;  display: flex;  justify-content: center;  align-items: center;}.sdgslogo {  display: flex;  justify-content: space-between;  align-items: center;}.sdgs img {  width: 100%;  object-fit: cover;}.img {  width: 300px;}.sdgsx ::before {  content: "×";  margin: auto;  color: #707070;  font-size: 2rem;}.sdgs p {  margin-top: 20px;  font-size: 1.5rem;}/*---------------------------------ここからスマホ用---------------------------------*/@media screen and (max-width:700px) {  /*-----------  ヘッダー(copy)  -------------*/  .top_image .container {    height: 800px;  }  .attempt_sec {    display: block;  }  .attenmpt_img {    width: 300px;    margin: 0px;  }  .attempt .container {    margin: 0;  }  .attempt .content {    width: 1200px;    padding: 30px;  }  .attempt_title {    width: 300px;  }  .sdgs .container {    padding: 50px;  }  .sdgslogo {    display: block;  }}