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

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */


/* subpage-area-mainimg 
---------------------------------------------------------- */
.subpage-area-mainimg {
  background: url(/company/img/bg_01.jpg) center center / cover no-repeat;;
}
.subpage-area-mainimg h2 {
}
.subpage-area-mainimg h2 span {
}


/* area-vision
---------------------------------------------------------- */
.area-vision {
  background-color: #93CE35;
}
.area-vision .box-ttl {
  margin: 0 0 45px;
}
.area-vision .box-vision {
  text-align: center;
  font-weight: bold;
}
.area-vision .box-vision .txt_01 {
  font-size: 30px;
  margin: 0 0 45px;
}
.area-vision .box-vision .txt_02 {
  font-size: 18px;
  margin: 0 0 45px;
}
.area-vision .box-vision .vision_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto 15px;
}


/* area-outline
---------------------------------------------------------- */
.area-outline {
  padding: 200px 0 180px;

}
.area-outline .box-ttl {
  margin: 0 0 100px;
}
.area-outline .box-outline {
  text-align: center;
  font-weight: bold;
}


/* area-history
---------------------------------------------------------- */
.area-history {
  background-color: #F5ECE3;
}
.area-history .box-ttl {
  margin: 0 0 45px;
}
.area-history .box-history {
  text-align: center;
  font-weight: bold;
}
.area-history .tbl_01 tr th,
.area-history .tbl_01 tr td {
  padding: 30px 0;
}


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

}
.area-sdgs .box-ttl {
  margin: 0 0 45px;
}
.area-sdgs .box-sdgs {
  text-align: center;
  font-weight: bold;
}
.area-sdgs .txt_01 {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 90px;
}
.area-sdgs .tbl_02 {
  width: 100%;
  min-width: 995px;
  max-width: 1520px;
  margin: 0 auto;
}
.area-sdgs .tbl_02 tr th {
  background-color: #4D4D4D;
  color: #fff;
  border-right: 5px solid #fff;
  padding: 15px 0 13px;
  font-size: 18px;
  font-weight: bold;
}
.area-sdgs .tbl_02 tr th:first-child {
  /*width: 320px;*/
  width: 23%;
}
.area-sdgs .tbl_02 tr th:last-child {
  border-right: 0;
  /*width: 460px;*/
  width: 35%;
}
.area-sdgs .tbl_02 tr td {
  padding: 20px 10px;
  vertical-align:middle;
  border-bottom: 1px solid #000;
}
.area-sdgs .tbl_02 tr td:first-child {
  font-size: 18px;
  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: 80px 150px 50px 10px;
}


.scroll-hint-icon {
  top: calc(20% - 25px) !important;
}
