body{
  background-image: none;
  
  }
  
  .section {
    scroll-margin-top: 104px;
  }
  
  .section img {
    width: 100%;
    display: block;
  }
  
  .navigator {
    margin-bottom: 48px;
  }
  
  .navigator .container {
    display: flex;
  }
  
  .navigator ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  
  .navigator ul li {
    display: flex;
    align-items: center;
  }
  
  .navigator ul li::after {
    content: '';
    width: 1px;
    height: 24px;
    margin: 0px 0px 8px 8px;
    background-color: #e0e0e0;
  }
  
  .navigator ul li:last-child::after {
    display: none;
  }
  
  .navigator ul a {
    display: block;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid transparent;
    color: #424242;
    border-radius: 99px;
    border-color: #d61b26;
    text-decoration: none;
  }
  
  .navigator ul a:hover {
    color: #004899;
    border-color: #d61b26;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 6px 6px 15px -10px rgba(0,0,0,0.75);
    text-decoration: none;
  }
  .section {
    margin-bottom: 80px;
    color: #424242;
  }
  
  .section-intro p {
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
  font-size: 24px;
  line-height: 1.5em;
  }
  
  .section-society .society-content .image {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
  }
  
  .section-society .society-list {
    padding: 24px;
    color: #757575;
    background-color: #f5f5f5;
  font-size: 16px;
    line-height: 24px;
    border-radius: 0 0 16px 16px;
  }
  
  .section-society .society-item + .society-item {
    margin-top: 16px;
  }
  
  .section-society .society-item ul {
    list-style: disc;
    padding-left: 24px;
  }
  
  .section-society .society-item h4 {
    color: #004899;
    margin-top: 0;
    margin-bottom: 4px;
  font-size: 16px;
    font-weight: 500;
  }
  
  .section-society .society-item p {
    margin-bottom: 0;
  }


  
  .section-environment {
    font-weight: 400;
    color: #424242;
  }
  
  .section-environment h4 {
    color: #212121;
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.25;
  }
  
  .section-environment p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  
  .section-environment .environment-content {
    padding: 32px 24px;
    margin-top: -60px;
    position: relative;
    background-color: #f5f9fd;
    border-radius: 16px;
  }
  
  .section-environment .environment-policy {
    margin-bottom: 56px;
    text-align: center;
  }
  
  .section-environment .green-production {
    margin-bottom: 56px;
  }
  
  .section-environment .green-production li + li {
    margin-top: 32px;
  }
  
  .section-environment .green-production li .image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .section-environment .green-production li .text {
    margin-top: -40px;
    padding: 50px 24px 24px;
    background-color: #fff;
    border: 1px solid #dce7f4;
    border-radius: 16px;
    text-align: center;
  }
  
  .section-environment .image-with-caption {
    margin: 0 -8px 56px;
  }
  
  .section-environment .image-with-caption .image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  
  .section-environment .image-with-caption p {
    font-size: 12px;
    color: #757575;
    line-height: 1.25;
  }
  
  .section-environment .environment-accordion-list {
    margin-bottom: 56px;
  }
  
  .section-environment .environment-accordion-item {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #dce7f4;
  }
  
  .section-environment .environment-accordion-item + .environment-accordion-item {
    margin-top: 32px;
  }
  
  .section-environment .environment-accordion-item summary {
    display: flex;
    align-items: start;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .section-environment .environment-accordion-item summary::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/csr/chevron-up.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    transform: rotate(180deg);
  }
  
  .section-environment .environment-accordion-item[open] summary::after {
    transform: rotate(0);
  }  
  
  .section-environment .environment-accordion-item h4 {
    text-align: left;
    margin-bottom: 0;
  }
  
  .section-environment .environment-accordion-item ul {
    margin-bottom: 0;
    list-style: disc;
    padding-left: 24px;
  }
  
  .section-environment .environment-accordion-item .text {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    line-height: 1.5;
  }
  
  .section-environment .environment-accordion-item .text span {
    display: block;
    margin-top: 24px;
    color: #004899;
  }
  
  .section-environment .environment-accordion-item .text ol {
    list-style: decimal;
    padding-left: 24px;
  }
  
  .section-environment .ehs-policy-wrap .image-with-caption {
    margin-bottom: 32px;
  }
  
  .section-environment .ehs-policy-wrap .text {
    display: flex;
    justify-content: center;
  }
  
  .section-environment .ehs-policy-wrap li {
    display: flex;
    align-items: center;
  }
  
  .section-environment .ehs-policy-wrap li + li {
    margin-top: 12px;
  }
  
  .section-environment .ehs-policy-wrap li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../images/csr/check-circle.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 8px;
  }
  
  .section-workplace {
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    font-weight: 400;
  }
  
  .section-workplace .workplace-intro {
    background-color: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 32px;
  }
  
  .section-workplace .common.title {
    line-height: 1.25;
  }
  
  .section-workplace .description {
    max-width: 680px;
    margin: 0 auto;
  }
  
  .section-workplace h4 {
    font-size: 20px;
    line-height: 1.25;
    color: #212121;
    margin-bottom: 32px;
    text-align: center;
  }
  
  .section-workplace .image-with-caption .image {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  
  .section-workplace .image-with-caption p {
    font-size: 12px;
    color: #757575;
    line-height: 1.25;
    margin-bottom: 0;
  }
  
  .section-workplace .workplace-culture {
    background-color: #f5f5f5;
  }
  
  .section-workplace .culture-benefits {
    margin-bottom: 80px;
  }
  
  .section-workplace .benefits-list {
    margin-bottom: 32px;
  }
  
  .section-workplace .benefits-item + .benefits-item {
    margin-top: 16px;
  }
  
  .section-workplace .benefits-item span {
    display: flex;
    align-items: center;
    color: #004899;
    font-weight: 500;
  }
  
  .section-workplace .benefits-item span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/csr/star.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 4px;
  }
  
  .section-workplace .benefits-item ul {
    margin-top: 8px;
    padding-left: 24px;
  }
  
  .section-workplace .benefits-item li {
    display: flex;
    align-items: start;
  }
  
  .section-workplace .benefits-item li + li {
    margin-top: 8px;
  }
  
  .section-workplace .benefits-item li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/csr/check-circle.svg');
    background-position: center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 4px;
  }
  
  .section-workplace .benefits-wrap .image-group .image-with-caption + .image-with-caption{
    margin-top: 32px;
  }
  
  .section-workplace .culture-environment {
    margin-bottom: 80px;
  }
  
  .section-workplace .environment-wrap > .image {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
  
  .section-workplace .environment-content .text {
    padding: 24px;
    margin-bottom: 32px;
  }
  
  .section-workplace .environment-content .text span {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #004899;
    display: block;
    margin-bottom: 4px;
  }
  
  .section-workplace .environment-content .text p {
    margin-bottom: 12px;    
  }
  
  .section-workplace .environment-content .environment-item {
    display: flex;
    align-items: start;
  }
  
  .section-workplace .environment-content .environment-item::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/csr/check-circle-blue.svg');
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 4px;
  }
  
  .section-workplace .environment-content .image-group .image-with-caption + .image-with-caption{
    margin-top: 32px;
  }
  
  .section-workplace .culture-health {
    margin-bottom: 80px;
  }
  
  .section-workplace .health-wrap > .image {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
  
  .section-workplace .health-content .health-list {
    padding: 24px;
    margin-bottom: 32px;
  }
  
  .section-workplace .health-content .health-list span {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #004899;
    display: block;
    margin-bottom: 4px;
  }
  
  .section-workplace .health-content .health-item + .health-item {
    margin-top: 16px;
  }
  
  .section-workplace .health-content .health-item li {
    display: flex;
  }
  
  .section-workplace .health-content .health-item li {
    display: flex;
    align-items: start;
  }
  
  .section-workplace .health-content .health-item li + li {
    margin-top: 4px;
  }
  
  .section-workplace .health-content .health-item li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../images/csr/check-circle-blue.svg');
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 4px;
  }
  
  .section-workplace .health-content .image-group .image-with-caption + .image-with-caption{
    margin-top: 32px;
  }
  
  .section-workplace .culture-education {
    padding-bottom: 80px;
  }
  
  .section-workplace .education-item + .education-item {
    margin-top: 32px;
  }
  
  .section-workplace .education-item .image {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  
  .section-workplace .education-item .text {
    padding: 24px;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 8px 8px;
    border-left: none;
  }
  
  .section-workplace .communication-channel {
    padding-top: 80px;
  }
  
  .section-workplace .communication-channel ul {
    list-style-type: disc;
    list-style-position: inside;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .section-workplace .communication-channel .image-group {
    background-image: linear-gradient(180deg, #fff 25%, #f5f9fd 25%);
  }
  
  .section-workplace .communication-channel .image-group .image-with-caption + .image-with-caption {
    margin-top: 24px;
  }
  
  .section-workplace .communication-rights {
    padding: 80px 0;
    background-color: #f5f9fd;
  }
  
  .section-workplace .communication-rights h4 + p {
    margin-bottom: 32px;
    text-align: center;
  }
  
  .section-workplace .rights-list {
    margin-bottom: 32px;
  }
  
  .section-workplace .rights-item {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
  }
  
  .section-workplace .rights-item + .rights-item {
    margin-top: 24px;
  }
  
  .section-workplace .rights-item span {
    color: #004899;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
  }
  
  .section-workplace .rights-item p {
    margin-bottom: 0;
  }
  
  .section-stakeholder {
    margin-bottom: 48px;
  }
  
  .section-stakeholder .btn-list {
    display: flex;
    overflow-x: auto;
    margin-bottom: 24px;
  }
  
  .section-stakeholder .btn-item {
    width: 80px;
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
    flex-shrink: 0;
  }
  
  .section-stakeholder .btn-item:first-child {
    margin-left: auto;
  }
  
  .section-stakeholder .btn-item:last-child {
    margin-right: auto;
  }
  
  .section-stakeholder .btn-item + .btn-item {
    margin-left: 24px;
  }
  
  .section-stakeholder .btn-item.active {
    border-color: #004899;
  }
  
  .section-stakeholder .btn-item button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
  
    background-color: #f5f5f5;
    color: #9e9e9e;
  }
  
  .section-stakeholder .btn-item.active button {
    background-color: #004899;
    color: #fff;
  }
  
  .section-stakeholder .stakeholder-item {
    background-color: #f5f9fd;
    border-radius: 16px;
  }
  
  .section-stakeholder .stakeholder-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #004899;
    text-align: center;
    padding: 16px;
    background-color: #dce7f4;
    border-radius: 16px 16px 0 0;
    margin: 0;
  }
  
  .section-stakeholder .stakeholder-item .item-wrap {
    display: flex;
    justify-content: center;
    padding: 24px;
  }
  
  .section-stakeholder .stakeholder-item ul {
    display: none;
    list-style: disc;
    line-height: 32px;
    padding-left: 24px;
  }
  
  .section-stakeholder .stakeholder-item ul.active {
    display: block;
  }


  .section-esg {
    margin-bottom: 48px;
  }
  
  .section-esg .btn-list {
    display: flex;
    overflow-x: auto;
    margin-bottom: 24px;
  }
  
  .section-esg .btn-itemesg {
    width: 80px;
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
    flex-shrink: 0;
  }
  
  .section-esg .btn-itemesg:first-child {
    margin-left: auto;
  }
  
  .section-esg .btn-itemesg:last-child {
    margin-right: auto;
  }
  
  .section-esg .btn-itemesg + .btn-itemesg {
    margin-left: 24px;
  }
  
  .section-esg .btn-itemesg.active {
    border-color: #004899;
  }
  
  .section-esg .btn-itemesg button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
  
    background-color: #f5f5f5;
    color: #9e9e9e;
  }
  
  .section-esg .btn-itemesg.active button {
    background-color: #004899;
    color: #fff;
  }
  
  .section-esg .esg-item {
    background-color: #f5f9fd;
    border-radius: 16px;
  }
  
  .section-esg .esg-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #004899;
    text-align: center;
    padding: 16px;
    background-color: #dce7f4;
    border-radius: 16px 16px 0 0;
    margin: 0;
  }
  
  .section-esg .esg-item .item-wrap {
    display: flex;
    justify-content: center;
    padding: 24px;
  }
  
  .section-esg .esg-item ul {
    display: none;
    list-style: disc;
    line-height: 32px;
    padding-left: 24px;
  }
  
  .section-esg .esg-item ul.active {
    display: block;
  }




  
  @media (min-width: 992px) {
    .navigator {
      margin-bottom: 80px;
    }
  
    .navigator ul a {
      padding: 10px 20px;
      font-size: 16px;
    }
  
    .section {
      margin-bottom: 120px;
    }
  
    .section-intro p {
      text-align: center;
      font-size: 24px;
      line-height: 40px;
    }
  
    .section-society .society-content {
      display: flex;
      align-items: center;
    }
  
    .section-society .society-content .image {
      border-radius: 4px;
      width: 50%;
    }
  
    .section-society .society-list {
      width: 50%;
      padding: 32px;
      border-radius: 0 16px 16px 0;
    }
  
    .section-society .society-item h4 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 500;
    }
  
    .section-environment h4 {
      font-size: 24px;
    }
  
    .section-environment .environment-content {
      padding: 48px 32px;
      margin-top: -92px;
    }
  
    .section-environment .environment-policy {
      margin-bottom: 56px;
    }
  
    .section-environment .green-production ul {
      display: flex;
    }
  
    .section-environment .green-production li {
      width: 100%;
    }
  
    .section-environment .green-production li + li {
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-environment .green-production li .text {
      padding: 50px 16px 24px;
    }
  
    .section-environment .image-with-caption {
      margin: 0 auto 56px;
      max-width: 688px;
    }
  
    .section-environment .ehs-policy-wrap {
      display: flex;
      align-items: start;
      justify-content: center;
    }
    
    .section-environment .ehs-policy-wrap .image-with-caption {
      margin: 0 32px 0 0;
    }
  
    .section-environment .ehs-policy-wrap .text {
      justify-content: start;
    }
  
    .section-workplace h4 {
      font-size: 24px;
    }
  
    .section-workplace .workplace-intro {
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 40px;
    }
  
    .section-workplace .benefits-wrap {
      display: flex;
    }
  
    .section-workplace .benefits-wrap .image-group {
      display: flex;
      width: calc(2/3 * 100% - 24px);
      flex-shrink: 0;
      margin-left: 24px;
    }
  
    .section-workplace .benefits-wrap .image-group .image-with-caption + .image-with-caption{
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-workplace .environment-wrap {
      display: flex;
    }
  
    .section-workplace .environment-wrap .image {
      width: 100%;
      border-radius: 4px;
    }
  
    .section-workplace .environment-wrap .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .section-workplace .environment-wrap .environment-content {
      width: 100%;
    }
  
    .section-workplace .environment-content .image-group {
      display: flex;
      margin-left: 24px;
    }
  
    .section-workplace .environment-content .image-group .image-with-caption + .image-with-caption {
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-workplace .environment-content .text {
      padding: 32px;
    }
  
    .section-workplace .environment-content .text span {
      font-size: 24px;
    }
  
    .section-workplace .health-wrap {
      display: flex;
      flex-direction: row-reverse;
    }
  
    .section-workplace .health-wrap .image {
      width: 100%;
      border-radius: 4px;
    }
  
    .section-workplace .health-wrap .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .section-workplace .health-wrap .health-content {
      width: 100%;
    }
  
    .section-workplace .health-content .image-group {
      display: flex;
      margin-right: 24px;
    }
  
    .section-workplace .health-content .image-group .image-with-caption + .image-with-caption {
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-workplace .health-content .health-list {
      padding: 32px;
    }
  
    .section-workplace .health-content .health-item span {
      font-size: 24px;
    }
  
    .section-workplace .education-list {
      display: flex;
      width: calc(10/12 * 100%);
      margin: 0 auto;
    }
  
    .section-workplace .education-item {
      display: flex;
    }
  
    .section-workplace .education-item + .education-item {
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-workplace .education-item .image {
      width: 40%;
      border-radius: 8px 0 0 8px;
    }
  
    .section-workplace .education-item .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .section-workplace .education-item .text {
      width: 60%;
      border-radius: 0 8px 8px 0;
      padding: 36px 24px;
    }
  
    .section-workplace .communication-channel {
      padding-top: 120px;
    }
  
    .section-workplace .communication-channel .image-group {
      background-image: linear-gradient(180deg, #fff 45%, #f5f9fD 45%);
    }
  
    .section-workplace .communication-channel .image-group .container {
      display: flex;
    }
    
    .section-workplace .communication-channel .image-with-caption {
      width: 100%;
    }
  
    .section-workplace .communication-channel .image-group .image-with-caption + .image-with-caption {
      margin-top: 0;
      margin-left: 24px;
    }
  
    .section-workplace .communication-rights {
      padding: 80px 0 134px;
    }
  
    .section-workplace .rights-content {
      display: flex;
      flex-direction: row-reverse;
      width: calc(5/6 * 100%);
      margin: 0 auto;
    }
  
    .section-workplace .rights-content .image-with-caption {
      width: 40%;
      margin-right: 24px;;
    }
  
    .section-workplace .rights-list {
      margin-bottom: 0;
      width: 60%;
    }
  
    .section-stakeholder {
      margin-bottom: 100px;
    }
  
    .section-stakeholder .btn-list {
      margin-bottom: 0;
    }
  
    .section-stakeholder .btn-item + .btn-item {
      margin-left: 48px;
    }
  
    .section-stakeholder .stakeholder-list {
      display: flex;
    }
  
    .section-stakeholder .stakeholder-item {
      width: 50%;
    }
  
    .section-stakeholder .stakeholder-item:first-child {
      border-radius: 16px 0 0 16px;
    }
  
    .section-stakeholder .stakeholder-item:first-child h4 {
      border-radius: 16px 0 0 0;
    }
  
    .section-stakeholder .stakeholder-item:last-child {
      border-radius: 0 16px 16px 0;
    }
  
    .section-stakeholder .stakeholder-item:last-child h4 {
      border-radius: 0 16px 0 0;
    }
  
    .section-stakeholder .stakeholder-item + .stakeholder-item {
      margin-left: 1px;
    }


    .section-esg {
      margin-bottom: 100px;
    }
  
    .section-esg .btn-list {
      margin-bottom: 0;
    }
  
    .section-esg .btn-itemesg + .btn-itemesg {
      margin-left: 48px;
    }
  
    .section-esg .esg-list {
      display: flex;
    }
  
    .section-esg .esg-item {
      width: 50%;
    }
  
    .section-esg .esg-item:first-child {
      border-radius: 16px 0 0 16px;
    }
  
    .section-esg .esg-item:first-child h4 {
      border-radius: 16px 0 0 0;
    }
  
    .section-esg .esg-item:last-child {
      border-radius: 0 16px 16px 0;
    }
  
    .section-esg .esg-item:last-child h4 {
      border-radius: 0 16px 0 0;
    }
  
    .section-esg .esg-item + .esg-item {
      margin-left: 1px;
    }



  }
  

