@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: sustainability.css
   Update: 2026-03-06
   (c)kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ////////////////////////////////////////////////////////////////////////

   PC

//////////////////////////////////////////////////////////////////////// */

/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  padding-top: 160px;
}

/* -------------------------------
		Page Title
------------------------------- */
#contents h1 {
  margin-bottom: 70px;
}



/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(2) a {
  color: #de3e21;
}
#gNavi ul li.has-child ul li:nth-child(1) a,
#gNavi ul li.has-child ul li:nth-child(2) a {
  color: #262423;
}


/* ====================================================
		Background Image
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#container::after {
  content: '';
  width: 1300px;
  height: 900px;
  background: url("../images/sustainability/bg_body.webp") no-repeat 0 0 / 1300px 900px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}


/* ====================================================
		Message
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#message {
  padding-bottom: 200px;
}

/* -------------------------------
		Title
------------------------------- */
#message h2 {
  padding-bottom: 55px;
}
#message h2 span {
  color: #fff;
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.2;
  background: #de3e21;
  display: inline-block;
  padding: 10px 12px;
}
#message h2 span:not(:last-child) {
  margin-bottom: 13px;
}

/* -------------------------------
		Text
------------------------------- */
#message p {
  font-size: 2rem;
  line-height: 2.2;
}


/* ====================================================
		Our Sustainability
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#our-sustainability {
  padding-top: 200px;
}
#contents .bgBlue {
  color: #fff;
  background: #182a56;
  padding-bottom: 270px;
  position: relative;
  overflow-x: hidden;
}
#contents .bgBlue article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 150px;
}

/* Background */
#contents .bgBlue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-image: url("../images/sustainability/bg_our-sustainability.webp");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 1800px 170px;
  opacity: 1;
  animation: flowText 60s linear infinite;
}

@keyframes flowText {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1800px center;
  }
}

/* -------------------------------
		Title - H2
------------------------------- */
#our-sustainability h2 {
  
}
#our-sustainability h2 strong,
#our-sustainability h2 span {
  line-height: 1.4;
  display: block;
}

/* English */
#our-sustainability h2 strong {
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

/* Japanese */
#our-sustainability h2 span {
  font-size: 1.6rem;
  font-weight: 300;
}

/* -------------------------------
		Title - H3
------------------------------- */
#our-sustainability h3 {
  width: 30%;
}
#our-sustainability h3 strong,
#our-sustainability h3 span {
  display: block;
}

/* English */
#our-sustainability h3 strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}

/* Japanese */
#our-sustainability h3 span {
  font-size: 1.6rem;
  font-weight: 300;
}

/* -------------------------------
		Detail
------------------------------- */
#our-sustainability .inBox {
  width: 70%;
}

/* Sub Title */
#our-sustainability .inBox .subTitle {
  font-size: 4rem;
  padding-bottom: 30px;
}

/* Lead Text */
#our-sustainability .inBox .txt {
  padding-bottom: 50px;
}

/* -------------------------------
		White Box
------------------------------- */
#our-sustainability .whiteBox {
  color: #262423;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}
#our-sustainability .whiteBox .flex {
  align-items: center;
  padding: 50px 5%;
}

/* Images */
#our-sustainability .whiteBox .flex .images {
  width: 260px;
}

/* Text */
#our-sustainability .whiteBox .flex .txtBlock {
  width: calc(100% - 300px);
}


/* ====================================================
		SDGs
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#our-sustainability #asahi-sdgs .flex {
  padding-bottom: 0;
}

/* -------------------------------
		Sub Title
------------------------------- */
#our-sustainability #asahi-sdgs .subTitle {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 20px;
}
#our-sustainability #asahi-sdgs .subTitle::before,
#our-sustainability #asahi-sdgs .subTitle::after {
  position: absolute;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  top: calc(50% - 0.05em);
  transform: translateY(-50%);
  display: block;
}
#our-sustainability #asahi-sdgs .subTitle::before {
  content: '(';
  left: 0;
}
#our-sustainability #asahi-sdgs .subTitle::after {
  content: ')';
  right: 0;
}

/* -------------------------------
		Text
------------------------------- */
#our-sustainability #asahi-sdgs .txt {
  font-size: 2.6rem;
  font-weight: 400;
  padding-bottom: 30px;
}

/* X */
#our-sustainability #asahi-sdgs .txt span:first-child {
  position: relative;
  padding-right: 30px;
  margin-right: 5px;
}
#our-sustainability #asahi-sdgs .txt span:first-child::before,
#our-sustainability #asahi-sdgs .txt span:first-child::after {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  top: calc(50% + 0.05em);
  right: 0;
  background: #262423;
}
#our-sustainability #asahi-sdgs .txt span:first-child::before {
  transform: translateY(-50%) rotate(45deg);
}
#our-sustainability #asahi-sdgs .txt span:first-child::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* -------------------------------
		Button
------------------------------- */
#our-sustainability #asahi-sdgs .btn_arrow {
  text-align: right;
  padding: 0 5% 20px 0;
}


/* ====================================================
		CSR
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#csr .whiteBox {
  padding-top: 0!important;
}
#csr #kenko .flex {
  padding-bottom: 0!important;
}

/* -------------------------------
		Title
------------------------------- */
#csr h4 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 40px;
}

/* -------------------------------
		Catch Copy
------------------------------- */
#csr .catchCopy {
  padding-bottom: 10px;
}
#csr .catchCopy span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  background: #182a56;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 4px 3px;
}

/* -------------------------------
		Text
------------------------------- */
#csr .txtBlock {
  width: calc(100% - 270px)!important;
}
#csr .txtBlock .txt {
  font-size: 1.5rem;
  padding-bottom: 0!important;
}

/* -------------------------------
		Images
------------------------------- */
#csr .images {
  width: 240px!important;
}

/* -------------------------------
		Button
------------------------------- */
#csr .btn_blank {
  margin: 0 0 0 auto;
  padding: 0 5% 20px 0;
}


/* ====================================================
		CSV
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#csv .whiteBox {
  padding: 50px 5%!important;
}

/* -------------------------------
		Title
------------------------------- */
#csv h4 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 20px;
}
#csv h5 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 20px;
}

/* -------------------------------
		List
------------------------------- */
#csv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start!important;
  padding: 0!important;
}
#csv ul li {
  width: 30%;
  font-size: 1.5rem;
  font-weight: 500;
}

/* Photo */
#csv ul li .photo {
  padding-bottom: 5px;
}


/* ====================================================
		Footer
==================================================== */
#gFooter {
  padding-top: 1px;
}





/* ////////////////////////////////////////////////////////////////////////

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1299px) {
}



/* ////////////////////////////////////////////////////////////////////////

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  /* -------------------------------
      Page Title
  ------------------------------- */
  #contents h1 {
    margin-bottom: 0;
  }
  
  
  /* ====================================================
      Background Image
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #container::after {
    width: 350px;
    height: 242px;
    background-size: 350px 242px;
    top: 50px;
  }
  
  
  /* ====================================================
      Message
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #message {
    padding-bottom: 100px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #message h2 {
    padding-bottom: 20px;
  }
  #message h2 span {
    font-size: 1.4rem;
    padding: 5px 7px;
  }
  #message h2 span:not(:last-child) {
    margin-bottom: 5px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #message p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  
  
  /* ====================================================
      Our Sustainability
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #our-sustainability {
    padding-top: 100px;
  }
  #contents .bgBlue {
    padding-bottom: 80px;
  }
  #contents .bgBlue article {
    padding-top: 80px;
  }
  
  /* Background */
  #contents .bgBlue::before {
    width: 900px;
    height: 85px;
    background-size: 900px 85px;
  }
  
  /* -------------------------------
      Title - H2
  ------------------------------- */
  /* English */
  #our-sustainability h2 strong {
    font-size: 2.2rem;
  }

  /* Japanese */
  #our-sustainability h2 span {
    font-size: 1.2rem;
  }
  
  /* -------------------------------
      Title - H3
  ------------------------------- */
  #our-sustainability h3 {
    width: 100%;
  }

  /* English */
  #our-sustainability h3 strong {
    font-size: 2.2rem;
  }

  /* Japanese */
  #our-sustainability h3 span {
    font-size: 1.2rem;
  }

  /* -------------------------------
      Detail
  ------------------------------- */
  #our-sustainability .inBox {
    width: 100%;
  }
  
  /* Sub Title */
  #our-sustainability .inBox .subTitle {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

  /* Lead Text */
  #our-sustainability .inBox .txt {
    padding-bottom: 30px;
  }
  
  /* -------------------------------
      White Box
  ------------------------------- */
  #our-sustainability .whiteBox {
    margin-bottom: 10px;
  }
  #our-sustainability .whiteBox .flex {
    padding: 30px 5%;
    display: block;
  }

  /* Images */
  #our-sustainability .whiteBox .flex .images {
    max-width: 260px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  /* Text */
  #our-sustainability .whiteBox .flex .txtBlock {
    width: 100%;
  }
  
  
  /* ====================================================
      SDGs
  ==================================================== */
  /* -------------------------------
      Sub Title
  ------------------------------- */
  #our-sustainability #asahi-sdgs .subTitle {
    font-size: 1.2rem;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #our-sustainability #asahi-sdgs .subTitle::before,
  #our-sustainability #asahi-sdgs .subTitle::after {
    font-size: 1.6rem;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #our-sustainability #asahi-sdgs .txtBlock {
    text-align: center;
  }
  #our-sustainability #asahi-sdgs .txt {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  
  /* X */
  #our-sustainability #asahi-sdgs .txt span:first-child {
    padding-right: 22px;
  }
  #our-sustainability #asahi-sdgs .txt span:first-child::before,
  #our-sustainability #asahi-sdgs .txt span:first-child::after {
    width: 16px;
  }
  
  
  /* ====================================================
      CSR
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #csr .whiteBox .flex {
    display: flex;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #csr h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Catch Copy
  ------------------------------- */
  #csr .catchCopy {
    padding-bottom: 8px;
  }
  #csr .catchCopy span {
    font-size: 1.3rem;
    margin-bottom: 3px;
    padding: 2px 4px 3px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #csr .txtBlock {
    width: 100%!important;
    order: 2;
  }
  #csr .txtBlock .txt {
    font-size: 1.3rem;
  }
  
  /* -------------------------------
      Images
  ------------------------------- */
  #csr .images {
    max-width: 200px!important;
    width: 100%!important;
    order: 1;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #csr .btn_blank {
    margin: 20px 0 0 auto;
  }
  
  
  /* ====================================================
      CSV
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #csv .whiteBox {
    padding: 30px 5%!important;
    display: block!important;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #csv h4 {
    font-size: 1.5rem;
  }
  #csv h5 {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #csv ul {
    display: block;
  }
  #csv ul li {
    width: 100%;
    font-size: 1.3rem;
  }
  #csv ul li:not(:last-child) {
    padding-bottom: 20px;
  }
  
  
  
  
  
  

}