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


/* ==========================================================================//
//
//　高さ　470px以下
//
// ========================================================================== */

@media screen and (max-height: 470px) {

  /* slider
  ---------------------------------------------------------- */

}

/* ==========================================================================//
//
//　1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {


/* INFORMATION　全体
---------------------------------------------------------- */



}







/* ==========================================================================//
//
//　1000px以下
//
// ========================================================================== */

@media screen and (max-width: 1000px) {
  
/* slider text
---------------------------------------------------------- */


}

/* ==========================================================================//
//
//　767px以下
//
// ========================================================================== */

@media screen and (max-width: 767px) {
/* subpage-area-mainimg 
---------------------------------------------------------- */
.subpage-area-mainimg {
  background: url(/company/img/bg_01_sp.jpg) center center / cover no-repeat;;
}


/* area-vision
---------------------------------------------------------- */
.area-vision .box-vision .txt_01 {
  font-size: clamp(0px, 6.5vw, 24px);
  margin: 0 0 35px;
}
.area-vision .box-vision .txt_02 {
  font-size: clamp(12px, 3.5vw, 15px);
  margin: 0 0 35px;
}
.area-vision .box-vision .vision_list {
  font-size: clamp(12px, 3vw, 13px);
}
.area-vision .box-vision .txt_03 {
  font-size: clamp(12px, 3vw, 13px);
}



/* area-outline
---------------------------------------------------------- */
.area-outline {
  padding: 100px 0 100px;
}
.area-outline .box-ttl {
  margin: 0 0 50px;
}
.area-outline .tbl_01 tr th {
  padding-right: 5px;
  width: 25vw;
}
.area-outline .tbl_01 tr th,
.area-outline .tbl_01 tr td {
  font-size: clamp(12px, 3vw, 13px);
}


/* area-history
---------------------------------------------------------- */
.area-history .tbl_01 tr th,
.area-history .tbl_01 tr td {
  font-size: 13px;
  padding: 18px 0;
}




/* area-sdgs
---------------------------------------------------------- */
.area-sdgs {

}
.area-sdgs .box-ttl {
  margin: 0 0 35px;
}
.area-sdgs .box-sdgs {
  text-align: center;
  font-weight: bold;
}
.area-sdgs .txt_01 {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 40px;
  font-size: 13px;
  max-width: 800px;
}

.area-sdgs .tbl_02 tr th {
  background-color: #4D4D4D;
  color: #fff;
  border-right: 5px solid #fff;
  padding: 10px 0 8px;
  font-size: 15px;
  font-weight: bold;
}
.area-sdgs .tbl_02 tr th:first-child {
  width: 130px;
}
.area-sdgs .tbl_02 tr th:last-child {
  border-right: 0;
  width: 360px;
}
.area-sdgs .tbl_02 tr td {
  padding: 10px 10px;
  vertical-align:middle;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 1.4;
}
.area-sdgs .tbl_02 tr td:first-child {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.area-sdgs .torikumi_list {
  padding-left: 20px;

}
.area-sdgs .torikumi_list li {
  line-height: 1.8;
}
.area-sdgs .torikumi_list li::before {
  content: "●";
  margin-left: -14px;
}
.area-sdgs .goal_list {
  display: flex;
  justify-content: center;
  gap: 7px;

}
.area-sdgs .tbl_02 tr:last-child td {
  border-bottom: none;
}
.area-sdgs .tbl_02 tr:last-child td:last-child {
  padding: 20px 150px 30px 10px;
}





}