@charset "utf-8";
/* CSS Document */

  /* ========================================================================
  // area_page_main
  ======================================================================== */
  .area_page_main {
    margin: 0 0 0;
    background-color: #32C08B;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0 0 50px;
}

  /* box_txt_overview
  -------------------------------------------------------- */
  .box_txt_overview {
    color: #ffffff;
    width: 45%;
    margin: 90px 0 0 90px;
    padding: 100px 0 100px;
  }
  .box_txt_overview .ttl_en_01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 0 60px;
  }
  .box_txt_overview .ttl_01 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
  }
  .box_txt_overview .txt_01 {
    width: 100%;
    font-size: 18px;
    margin: 0 0 55px;
  }
  .box_txt_overview .box_page_list {
    font-size: 20px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    width: 450px;
  }
  .box_txt_overview .box_page_list li {
    margin: 5px 15px 13px 0;
    padding: 0 0 13px 0;
  }
  .box_txt_overview .box_page_list a {
    color: #FFF684;
    margin: 0 0 0 0; 
    position: relative;
    display: block;
  }
  .box_txt_overview .box_page_list a span {
    font-size: 14px;
    margin: 0 0 0 20px;
  }

  .box_txt_overview .box_page_list a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13a";
    color: #F56600;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 0 0 8px;

  }
  .box_img_overview {
    background-image: url("/company/img/img_company_main_01.png");
    background-position: left -60px;
    background-repeat:no-repeat;
    margin: 0px 0 0;
  } 
  .box_img_overview {
    width: 50%;
    position: relative;
  }
  .box_img_overview img {
    position: absolute;
    top: 210px;
    left: 200px;
    padding: 0;
    animation: anim_page_main 1s;
  }
  @keyframes anim_page_main {
    0% {
    transform: translateX(100px);
    opacity: 0;
    }
    100% {
    transform: translateX(0px);
    opacity: 1;
    }
  }


  
    
  /* ========================================================================
  // area_company
  ======================================================================== */

  .area_company {
    background-image: url("/company/img/bg_company_01.png");
    background-position: center top;
    background-repeat: repeat-y;
    padding: 100px 0 160px;
  }

  /* box_company
  -------------------------------------------------------- */
  .box_company {
    width: 1200px;
    margin: 0 auto;
  }
  .box_company .txt_01 {
    width: 900px;
    margin: 0 auto 50px;
  }
  .box_company .txt_02 {
    width: 900px;
    margin: 0 auto 50px;
  }
  .page_scroll {
    padding: 100px 0 0;
  }
  .box_company dl.table_01 {
    width: 900px;
    margin: 0 auto 50px;
    border-top:2px solid #32C08B; 
    border-bottom:2px solid #32C08B; 
    display:flex;
    flex-wrap: wrap;
  }
  .box_company dl.table_01 dt {
    width: 40%;
    padding: 25px 20px;
    box-sizing: border-box;
    border-top: 1px solid #C4C4C4;
    color: #32C08B;
  }
  .box_company dl.table_01 dt:first-of-type {
      border-top: none;
  }
  .box_company dl.table_01 dd{
    padding: 25px 20px;
    margin: 0;
    border-top: 1px solid #C4C4C4; 
    width: 60%;
    background: #fff;
    box-sizing: border-box;
  }
  .box_company dl.table_01 dd:first-of-type {
      border-top: none;
  }
  .box_company dl.table_01 dd a {
    color: #0058B3;
  }
  .box_company > ul  {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
 .box_company dl.table_privacy {
   width: 900px;
   margin: 0 auto;
   line-height: 1.6;
  }
 .box_company dl.table_privacy dt {
   font-size: 20px;
   font-weight: 700;
   margin: 0 0 15px;
  }
 .box_company dl.table_privacy dd {
   font-size: 14px;
   margin: 0 0 30px;
  }


  /*sdgs*/
  .box_sdgs .txt_01 {
    width: 900px;
    font-size: 22px;
    margin: 0 auto 20px;
    color: #32C08B;
    font-weight: 700;
  }
  .box_sdgs .img_sdgs_01 {
    width: 60%;
    margin: 0 auto 70px;
  }
  .box_sdgs .img_sdgs_01 img {
    width: 100%;
    height: auto;
  }
  .box_sdgs dl.table_01.table_sdgs {

  }
  .box_sdgs dl.table_01.table_sdgs dt {
    width: 38%;
    padding: 15px 10px;
  }
  .box_sdgs dl.table_01.table_sdgs dt ul {
    display: flex;
    flex-wrap: wrap;
  }

  .box_sdgs dl.table_01.table_sdgs dt img {
    width: 96px;
    margin: 5px;
  }
  .box_sdgs dl.table_01.table_sdgs dd {
    line-height: 1.4;
  }











    