@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ グループ関連企業
=====================================*/
.list {
  border-top: 1px solid #AFC0C6;
  margin-bottom: 100px;
}
.list.related {
  margin-bottom: 0;
}
.list.related li {
  padding: 25px 0;
  gap: 0 20px;
}
.list li {
  display: grid;
  grid-template-columns: 1fr 330px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #AFC0C6;
  padding: 15px 0;
}
.list .flex {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #AFC0C6;
}
.list .flex .companie_name {
  width: 490px;
}
.list .flex .type {
  width: 225px;
}
.list .companie_name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.list .type {
  color: #009495;
  font-size: 15px;
}
.list a {
  display: block;
  width: 100%;
  padding: 8px 5px 8px 0;
  text-align: center;
  position: relative;
}
.list a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #969696;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 5px;
}
.list .addr {
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list {
    margin-bottom: 80px;
  }
  .list.related li {
    padding: 25px 0;
  }
  .list.related li .companie_name {
    margin-bottom: 10px;
  }
  .list li {
    display: block;
    padding: 25px 0 30px;
  }
  .list .flex {
    padding: 0;
    display: block;
    border-right: none;
  }
  .list .flex .companie_name, .list .flex .type {
    width: 100%;
  }
  .list .companie_name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .list .type {
    font-size: 14px;
  }
  .list a {
    border: 1px solid #707070;
    border-radius: 5px;
    width: min(100%, 290px);
    padding: 10px 25px 10px 15px;
    margin: 20px auto 0;
  }
  .list a.sp_space {
    padding-left: 0;
    padding-right: 40px;
  }
  .list a img {
    width: 100%;
  }
  .list a::after {
    width: 5px;
    height: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 10px;
  }
  .list .addr {
    margin: 0 0 10px;
  }
}