@charset "UTF-8";
/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  
  /* ========================================================================
  // area_page_main
  ======================================================================== */

  /* box_txt_overview
  -------------------------------------------------------- */
  .box_txt_overview {
    width: 45%;
    margin: 0 auto;
    padding: 150px 0 50px;
  }
  .box_txt_overview .ttl_01 {
    font-size: 26px;
  }
  .box_txt_overview .txt_01 {
    width: 100%;
    font-size: 16px;
    margin: 0 0 35px;
  }
  .box_txt_overview .box_page_list {
    font-size: 18px;
    display: block;
    width: 100%;
  }
  .box_txt_overview .box_page_list li {
    margin: 0 0 10px;
  }
    @media screen and (max-width:900px) {
  .box_txt_overview .box_page_list a span {
    display: block;
    margin: 5px 0 0 0;

  }
  }
  .box_img_overview {
    background-image: url("/export/img/img_export_main_01.png");
    background-position: left top;
    background-repeat:no-repeat;
    background-size: 130%;
    width: 50%;
    position: relative;
    height: 350px;
    margin: 200px 0 0 auto;
    padding-bottom: 200px;
  } 
  .box_img_overview img {
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 0;
    animation: anim_page_main 1s;
    width: 70%;
  }
  @media screen and (max-width:900px) {
  .box_img_overview img {
    position: absolute;
    top: 12%;
    left: 30%;
  }
  }
  @keyframes anim_page_main {
    0% {
    transform: translateX(100px);
    opacity: 0;
    }
    100% {
    transform: translateX(0px);
    opacity: 1;
    }
  }


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

  .area_company {
    padding: 0px 0 160px;
  }

  /* box_company
  -------------------------------------------------------- */
  .box_company {
    width: 90%;
    margin: 0 auto;
  }
  .box_company .txt_01 {
    width: 900px;
    margin: 0 auto 50px;
  } 
  @media screen and (max-width:1000px) {
  .box_company .txt_01 {
    width: 100%;
    margin: 0 auto 0px;
  } 
  }
  .box_company .txt_02 {
    width: 900px;
    margin: 0 auto 30px;
  }
  @media screen and (max-width:1000px) {
  .box_company .txt_02 {
    width: 100%;
    margin: 0 auto 30px;
  }
  }
  .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;
  }
  @media screen and (max-width:1000px) {
  .box_company dl.table_01 {
    width: 100%;
    margin: 0 auto 30px;
    display:block;
  }
  }
  .box_company dl.table_01 dt {
    width: 40%;
    padding: 25px 20px;
    box-sizing: border-box;
    border-top: 1px solid #C4C4C4;
    color: #32C08B;
  }
   @media screen and (max-width:1000px) {
  .box_company dl.table_01 dt {
    width: 100%;
    padding: 15px 15px 5px;
    border-top: 1px solid #C4C4C4;
  }
  }
  .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;
  }
  @media screen and (max-width:1000px) {
  .box_company dl.table_01 dd{
    padding: 5px 15px 20px;
    border-top: none; 
    width: 100%;
  }
  }

  .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;
  }
  @media screen and (max-width:1000px) {
  .box_company > ul  {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .box_company > ul li {
    /*width: 49%;*//*外観写真2枚の場合*/
  }
  .box_company > ul li img {
    width: 100%;
    height: auto;
  }
  }
 .box_company dl.table_privacy {
   width: 900px;
   margin: 0 auto;
   line-height: 1.6;
  }
  @media screen and (max-width:1000px) {
 .box_company dl.table_privacy {
   width: 100%;
   margin: 0 auto;
   line-height: 1.6;
  }
  }
 .box_company dl.table_privacy dt {
   font-size: 20px;
   font-weight: 700;
   margin: 0 0 15px;
  }
  @media screen and (max-width:1000px) {
 .box_company dl.table_privacy dt {
   font-size: 18px;
   margin: 0 0 10px;
  }
  }

 .box_company dl.table_privacy dd {
   font-size: 14px;
   margin: 0 0 30px;
  }
  
  /*sdgs*/
  .box_sdgs .img_sdgs_01 {
    width: 80%;
    margin: 0 auto 40px;
  }

  /*sdgs*/
  @media screen and (max-width:1000px) {
  .box_sdgs dl.table_01.table_sdgs dt {
    width: 100%;
  }
  .box_sdgs dl.table_01.table_sdgs dt img {
    width: 90px;
  }

  }









  
}
  
  
/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {

  /* ========================================================================
  // area_page_main
  ======================================================================== */
  .area_page_main {
    display: block;
    padding: 0 0 50px;
  }

  /* box_txt_overview
  -------------------------------------------------------- */
  .box_txt_overview {
    width: 96%;
    margin: 0 auto;
    padding: 100px 0 0;
  }
  .box_txt_overview .ttl_01 {
    font-size: 22px;
  }
  .box_txt_overview .txt_01 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 35px;
  }
  .box_txt_overview .box_page_list {
    font-size: 16px;
  }
  .box_txt_overview .box_page_list li {
    margin: 0 0 10px;
  }
    @media screen and (max-width:385px) {
  .box_txt_overview .box_page_list {
    display: block;
    }
  .box_txt_overview .box_page_list li {
    margin: 10px 0 10px !important;
    }
  }
  .box_txt_overview .box_page_list li {
    margin: 0 0 0;
  }
  .box_txt_overview .box_page_list a {
    margin: 0 0 0 !important;  }
  
  .box_txt_overview .box_page_list a:after {
    margin: 0 0 0 3px;
  }
  .box_img_overview {
    background-image: url("/export/img/img_export_main_01.png");
    background-position: left top;
    background-repeat:no-repeat;
    background-size: 130%;
    width: 100%;
    position: relative;
    height: 250px;
    margin: 0 0 0 auto;
    padding-bottom: 100px;
  } 
  .box_img_overview img {
    position: absolute;
    top: 80px;
    left: 90px;
    padding: 0;
    animation: anim_page_main 1s;
    width: 70%;
  }
  @keyframes anim_page_main {
    0% {
    transform: translateX(100px);
    opacity: 0;
    }
    100% {
    transform: translateX(0px);
    opacity: 1;
    }
  }
  
  


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

  .area_company {
    padding: 0px 0 160px;
  }

  /* box_company
  -------------------------------------------------------- */
  .box_company > ul  {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .box_company > ul li {
    width: 100%;
    margin: 0 0 10px;
  }

  /*sdgs*/
  .box_sdgs .txt_01 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .box_sdgs .img_sdgs_01 {
    width: 96%;
    margin: 0 auto 30px;
  }
  .box_sdgs dl.table_01.table_sdgs dt img {
    width: 70px;
  }

}