@charset "UTF-8";
@font-face {
  font-family: Hiragino-Regular;
  src: url("../fonts/Hiragino Kaku Gothic Pro W3.woff2");
}
/*共通事項*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.wrap {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
}
@media screen and (max-width: 1444px) {
  .wrap {
    max-width: 85%;
  }
}

ul {
  list-style: none;
}

h2, h3, h4, h5, h6 {
  font-family: Hiragino-Regular;
}

p {
  font-size: 1.2rem;
  font-family: Hiragino-Regular;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 3.2vw;
  }
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

/*header*/
/*header {
    width: 100%;
    height: 48px;
    .header_logo {
        width: 192px;
        float: left;
    }
}*/
/*mainvisual*/
.mainvisual {
  width: 100%;
  height: 100vh;
  background: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mainvisual .mainv_content {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainvisual .mainv_content h2 {
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
  font-size: 6rem;
  font-weight: bold;
}
.mainvisual .mainv_content h2 span {
  display: block;
  font-size: 3rem;
}
.mainvisual .mainv_content .mainv_sdgs {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}

/*メインコンテンツ*/
.c_products .c_products_area {
  width: 100%;
  padding: 4rem 0;
  background-color: #273635;
}
.c_products .c_products_area .c_products_txt {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
}
.c_products .c_pro_sdgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  padding: 2.6rem;
  border: 1px solid #000;
  border-radius: 20px;
}
.c_products .c_pro_sdgs .c_pro_detail {
  width: 60%;
}
.c_products .c_pro_sdgs .c_pro_detail h4 {
  text-align: center;
  font-size: 2rem;
}
.c_products .c_pro_sdgs .c_pro_detail h4::after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  margin: 0.5rem auto 1.5rem;
  border-bottom: 1px solid #72A398;
}
.c_products .c_pro_sdgs .c_pro_detail p {
  text-align: left;
  font-size: 1rem;
}
.c_products .c_pro_sdgs .c_pro_img {
  width: 30%;
}

/*取り組み*/
.c_initiatives {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
}
.c_initiatives .c_ini_title {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
.c_initiatives .c_ini_title .number {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c_initiatives .c_ini_title .number img {
  max-width: 100px;
}
.c_initiatives .c_ini_title h3 {
  padding: 2rem 0;
  background-color: #273635;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.c_initiatives .c_ini_mark {
  width: 100%;
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem auto;
}
.c_initiatives .c_ini_mark li {
  width: 9rem;
  margin-right: 20px;
}
.c_initiatives .c_ini_mark li:last-child {
  margin-right: 0;
}
.c_initiatives .c_ini_text {
  margin-bottom: 4rem;
}
.c_initiatives .c_ini_text h4 {
  margin-bottom: 1.4rem;
  border-bottom: 3px solid #72A398;
  font-size: 2rem;
}
.c_initiatives .c_ini_text h4 img {
  width: 34px;
  margin-right: 8px;
}
.c_initiatives .c_ini_main {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 4rem;
  padding: 1rem 1.6rem;
  border: 1px solid #000;
  border-radius: 10px;
}
.c_initiatives .c_ini_main h5 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 100;
}
.c_initiatives .c_ini_main h5::after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  margin: 0.5rem auto 1.5rem;
  border-bottom: 1px solid #00682E;
}
.c_initiatives .c_ini_photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_initiatives .c_ini_photo li {
  width: 30%;
}

#c_ini_fin {
  margin-bottom: 5rem;
}

/*SDGs宣言*/
.c_declaration {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url(../img/declaration.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c_declaration .c_decla_main {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 42rem;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
}
.c_declaration .c_decla_main h2 {
  text-align: center;
  font-size: 5rem;
}
.c_declaration .c_decla_main h2 span {
  display: block;
  font-size: 3rem;
}
.c_declaration .c_decla_main .c_decla_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #000;
}
.c_declaration .c_decla_main .c_decla_list li:last-child {
  margin-bottom: 0;
}
.c_declaration .c_decla_main .c_decla_list li h6 {
  font-size: 1.6rem;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-style: normal;
}
.c_declaration .c_decla_main .c_decla_list li p {
  padding-left: 1.4rem;
  font-size: 1.4rem;
}
.c_declaration .c_decla_main .c_decla_list li p span {
  font-weight: bold;
}

/*Company*/
.c_company {
  padding: 6rem 0 4rem;
}
.c_company .c_com_main .c_com_main_title {
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  font-family: Hiragino-Regular;
}
.c_company .c_com_main p {
  margin-bottom: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid #000;
}
.c_company .c_com_img {
  max-width: 40rem;
  margin: 0 auto;
}

/*footer*/
footer {
  padding: 3rem 0;
  background-color: #273635;
  text-align: center;
}
footer h6 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 2rem;
}
footer p {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  line-height: 1.6;
  color: #fff;
}
footer p span {
  color: #fff;
  font-size: 1.8rem;
}
footer a {
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1600px) {
  /*mainvisual*/
  .mainvisual .mainv_content h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1444px) {
  .mainvisual .mainv_content {
    width: 55%;
    right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  /*mainvisual*/
  .mainvisual {
    position: relative;
    height: 70vh;
  }
  .mainvisual .mainv_content {
    width: 100%;
  }
  .mainvisual .mainv_content h2 {
    font-size: 13.6vw;
  }
  .mainvisual .mainv_content h2 span {
    font-size: 8vw;
  }
  .mainvisual .mainv_content .mainv_sdgs {
    width: 100%;
    max-width: 30rem;
    padding: 1rem;
  }
  /*メインコンテンツ*/
  .c_products .c_products_area {
    padding: 3rem 2rem;
  }
  .c_products .c_products_area .c_products_txt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 0;
    font-size: 3.4vw;
  }
  .c_products .c_pro_sdgs {
    display: block;
    margin-top: 2rem;
    padding: 1.6rem;
  }
  .c_products .c_pro_sdgs .c_pro_detail {
    width: 100%;
    margin-bottom: 1rem;
  }
  .c_products .c_pro_sdgs .c_pro_detail h4 {
    font-size: 6vw;
  }
  .c_products .c_pro_sdgs .c_pro_detail h4::after {
    margin: 0.3rem auto 1.5rem;
  }
  .c_products .c_pro_sdgs .c_pro_detail p {
    font-size: 3vw;
  }
  .c_products .c_pro_sdgs .c_pro_img {
    width: 70%;
    margin: 0 auto;
  }
  /*取り組み*/
  .c_initiatives {
    padding-top: 3rem;
  }
  .c_initiatives .c_ini_title .number {
    left: 3%;
  }
  .c_initiatives .c_ini_title .number img {
    max-width: 40px;
  }
  .c_initiatives .c_ini_title h3 {
    padding: 1.4rem 0;
    font-size: 5vw;
  }
  .c_initiatives .c_ini_mark {
    margin: 2rem auto;
  }
  .c_initiatives .c_ini_mark li {
    width: 4.4rem;
    margin-right: 10px;
  }
  .c_initiatives .c_ini_text {
    margin-bottom: 3rem;
  }
  .c_initiatives .c_ini_text h4 {
    font-size: 5vw;
  }
  .c_initiatives .c_ini_text h4 img {
    margin-right: 8px;
  }
  .c_initiatives .c_ini_main {
    margin: 0 auto 3rem;
    padding: 1rem;
  }
  .c_initiatives .c_ini_main h5 {
    font-size: 5vw;
  }
  #c_ini_fin {
    margin-bottom: 3rem;
  }
  /*SDGs宣言*/
  .c_declaration {
    height: 55vh;
  }
  /*Company*/
  .c_company {
    padding: 2rem 0 3rem;
  }
  .c_company .c_com_main .c_com_main_title {
    font-size: 7vw;
  }
  .c_company .c_com_main p {
    margin-bottom: 2rem;
  }
  /*footer*/
  footer {
    padding: 1.6rem 0;
  }
  footer h6 {
    margin-bottom: 0.6rem;
    font-size: 6vw;
  }
  footer p span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  /*mainvisual*/
  .mainvisual .mainv_content .mainv_sdgs {
    max-width: 18rem;
  }
  /*取り組み*/
  .c_initiatives .c_ini_text h4 img {
    width: 20px;
  }
  /*SDGs宣言*/
  .c_declaration .c_decla_main {
    width: 90%;
    padding: 2rem 1.4rem;
  }
  .c_declaration .c_decla_main h2 {
    margin-bottom: 1rem;
    font-size: 11vw;
  }
  .c_declaration .c_decla_main h2 span {
    font-size: 6vw;
  }
  .c_declaration .c_decla_main .c_decla_list li {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
  }
  .c_declaration .c_decla_main .c_decla_list li p {
    padding-left: 1rem;
    font-size: 4vw;
  }
  /*Company*/
  .c_company .c_com_img {
    width: 100%;
  }
}