@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: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1444px) {
  .wrap {
    max-width: 85%;
  }
}

ul {
  list-style: none;
}

h2, h3, h4, h5, h6 {
  font-family: "BIZ UDPGothic", sans-serif;
}

p {
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  p {
    line-height: 1.4rem;
    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: 768px) {
  .sp {
    display: block;
  }
}

/*header*/
header {
  position: relative;
  width: 100%;
  height: 80px;
}
header .header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 290px;
}

/*mainvisual*/
.mainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  background: url("../img/mainvisual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainvisual .mainv_content {
  width: 40%;
  position: absolute;
  top: 15%;
  left: 5%;
}
.mainvisual .mainv_content h2 {
  margin-bottom: 3rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  text-align: center;
  color: #166095;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 6rem;
}
.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.8);
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 14px #3e3e3e;
          box-shadow: 2px 2px 14px #3e3e3e;
}

/*メインコンテンツ*/
.c_products .c_products_area {
  width: 100%;
  padding: 3rem 0;
  background: url("../img/products.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c_products .c_products_area .c_products_txt {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: 10%;
  padding: 3rem 5rem;
  background-color: #166095;
  text-align: left;
  line-height: 2.6rem;
  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 {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 2rem;
}
.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: 5rem;
}
.c_initiatives .c_ini_title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
.c_initiatives .c_ini_title h3 {
  padding: 2rem 0;
  background: url("../img/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #166095;
  line-height: 3.6rem;
  font-size: 2.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000;
  font-size: 1.6rem;
}
.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: 1.4rem 1.6rem;
  border: 1px solid #000;
  border-radius: 10px;
}
.c_initiatives .c_ini_main h5 {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 100;
}
.c_initiatives .c_ini_main p {
  line-height: 2rem;
}
.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: 60vh;
  background: url("../img/declaration.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c_declaration .c_decla_main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 42rem;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
}
.c_declaration .c_decla_main h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 4.6rem;
}
.c_declaration .c_decla_main h2 span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.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: 2.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.6rem;
  font-size: 1.2rem;
}
.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 {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto 0.6rem;
}
.c_company .c_com_main p {
  margin-bottom: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid #000;
}
.c_company .c_com_img {
  width: 100%;
}
.c_company .c_com_img img {
  border-radius: 20px;
}

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

@media screen and (max-width: 1570px) {
  .mainvisual .mainv_content h2 {
    margin-bottom: 2.2rem;
    font-size: 5.2rem;
  }
  .mainvisual .mainv_content h2 span {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .mainvisual .mainv_content .mainv_sdgs {
    max-width: 26rem;
  }
}
@media screen and (max-width: 1444px) {
  .mainvisual .mainv_content {
    top: 10%;
    width: 55%;
    right: 0%;
  }
  .mainvisual .mainv_content h2 {
    font-size: 4rem;
  }
  .mainvisual .mainv_content h2 span {
    font-size: 2rem;
    line-height: 1.4;
  }
  .mainvisual .mainv_content .mainv_sdgs {
    max-width: 26rem;
  }
}
@media screen and (max-width: 1024px) {
  /*mainvisual*/
  .mainvisual {
    position: relative;
    height: calc(90vh - 80px);
  }
  .mainvisual .mainv_content {
    width: 80%;
    top: 40%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mainvisual .mainv_content .mainv_sdgs {
    width: 100%;
    max-width: 26rem;
    padding: 1rem;
  }
  /*メインコンテンツ*/
  .c_products .c_products_area {
    padding: 3rem 2rem;
  }
  .c_products .c_products_area .c_products_txt {
    margin-right: 3%;
  }
  .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_img {
    width: 70%;
    margin: 0 auto;
  }
  /*取り組み*/
  .c_initiatives {
    padding-top: 4rem;
  }
  .c_initiatives .c_ini_title h3 {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
  .c_initiatives .c_ini_mark {
    margin: 3rem 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 img {
    margin-right: 8px;
  }
  .c_initiatives .c_ini_main {
    margin: 0 auto 3rem;
    padding: 1rem;
  }
  #c_ini_fin {
    margin-bottom: 3rem;
  }
  /*SDGs宣言*/
  .c_declaration {
    height: 70vh;
  }
  /*Company*/
  .c_company {
    padding: 4rem 0 3rem;
  }
  .c_company .c_com_main .c_com_main_title {
    max-width: 22rem;
  }
  .c_company .c_com_main p {
    margin-bottom: 2rem;
  }
  /*footer*/
  footer h6 {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  /*header*/
  header {
    height: 60px;
  }
  header .header_logo {
    position: absolute;
    left: 5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 13rem;
  }
  /*mainvisual*/
  .mainvisual {
    height: calc(80vh - 60px);
  }
  .mainvisual .mainv_content {
    top: 45%;
  }
  .mainvisual .mainv_content h2 {
    margin-bottom: 1rem;
    font-size: 13vw;
  }
  .mainvisual .mainv_content h2 span {
    line-height: 1;
    font-size: 5vw;
  }
  .mainvisual .mainv_content .mainv_sdgs {
    max-width: 18rem;
  }
  /*メインコンテンツ*/
  .c_products .c_products_area {
    background-position: left;
  }
  .c_products .c_products_area .c_products_txt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem;
    line-height: 2rem;
    font-size: 3.2vw;
  }
  .c_products .c_pro_sdgs {
    margin-top: 3rem;
  }
  /*取り組み*/
  .c_initiatives .c_ini_title h3 {
    line-height: 2rem;
    font-size: 5vw;
  }
  .c_initiatives .c_ini_mark {
    margin: 2rem auto 3rem;
  }
  .c_initiatives .c_ini_text {
    margin-bottom: 2rem;
  }
  .c_initiatives .c_ini_text h4 {
    margin-bottom: 0.8rem;
    font-size: 4vw;
  }
  .c_initiatives .c_ini_text h4 img {
    width: 20px;
  }
  .c_initiatives .c_ini_main h5 {
    margin-bottom: 0.8rem;
    font-size: 4.2vw;
  }
  /*SDGs宣言*/
  .c_declaration {
    height: 50vh;
  }
  .c_declaration .c_decla_main {
    width: 90%;
    padding: 2rem 1.4rem;
  }
  .c_declaration .c_decla_main h2 {
    margin-bottom: 1.6rem;
    font-size: 11vw;
  }
  .c_declaration .c_decla_main h2 span {
    font-size: 5vw;
  }
  .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 h6 {
    font-size: 7vw;
  }
  .c_declaration .c_decla_main .c_decla_list li p {
    padding-left: 1rem;
    font-size: 3.8vw;
  }
  /*Company*/
  .c_company .c_com_main .c_com_main_title {
    max-width: 80%;
  }
  /*footer*/
  footer h6 {
    font-size: 6vw;
  }
  footer p span {
    font-size: 4.4vw;
  }
}