@charset "utf-8";


#gr {
    background: url(../img/bg_company_map2.png) no-repeat center 80% #C0ECE4 !important;
}

.supportArea {
    width: min(90%, 900px);
    padding: 0 15px;
    margin: 0 auto;
}
.area__subttl {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.area__subttl small {
    font-size: 50%;
}
.supportArea p:nth-child(4) {
    margin: 50px 0 0;
}
.supportArea ul {
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* 自動段落ち */
  gap: 10px;
  justify-items: start; 
}
.supportArea ul:nth-child(6) {
    margin: 20px 0 50px;
}
.supportArea ul li {
    justify-self: center;
}











