.privasy-ol-box{
    padding-left: 30px;
	list-style-type: decimal;
}
.privasy-ol-box li{
    margin-bottom: 5px;
}

.sustaina-box01{
    padding: 0;
}
.sustaina-box01 .flex{
    display: flex;
}
.sustaina-img01{
    padding: 0 50px 20px 50px;
}
.sustaina__table01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.sustaina__table01 th{
  background:#F6F6F6;
  padding: 10px;
  width: 180px;
  border: 1px solid #ccc;
  text-align: center;
}
.sustaina__table01 td {
  padding: 10px;
  border: 1px solid #ccc;
  width: calc(100% - 18px);
}

.sitemap-listbox{
    padding: 0;
}
.sitemap-listbox ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.sitemap-listbox ul li{
    width: calc(33.333% - 20px);
}
.sitemap-listbox ul li {
    position: relative;
    padding: 0 0 0 30px;
}
.sitemap-listbox ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 14px;
    background: #0068B7;
    position: absolute;
    top: 7px;
    left: 5px;
}
.sitemap-listbox ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 15px;
    left: 7px;
    transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (max-width: 600px) {
.sustaina-img01{
    padding: 0 20px;
}
.sitemap-listbox ul li{
    width: 100%;
}
}


.recruit__careerstep-box{
    padding: 0;
}
.recruit__careerstep-img{
    padding: 0;
}
.recruit__careerstep-text{
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

