@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.member-list > li .member-inner {
  gap: min(60px, 8vw);
  display: flex;
  align-items: center;
  gap: 40px 56px;
}
.member-list > li .image-box {
  max-width: 360px;
  width: 100%;
  line-height: 1;
}
.member-list > li .image-box img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  border-radius: 10px;
}
.member-list > li .text-box {
  width: 652px;
}
.member-list > li .name-box .status {
  font-weight: bold;
  font-size: 150%;
  line-height: 1;
  margin-bottom: 5px;
}
.member-list > li .name-box .name-ja {
  font-weight: bold;
  font-size: 212.5%;
  line-height: 1.4;
}
.member-list > li .name-box .name-en {
  font-size: 225%;
  margin-left: 25px;
  display: inline-block;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #2d64ff;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.member-list > li .propertybox {
  margin-top: 30px;
}
.member-list > li .propertybox.history {
  margin-top: 40px;
}
.member-list > li .propertylist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.member-list > li .propertylist > li {
  display: flex;
  gap: 15px;
  width: 100%;
}
.member-list > li .propertylist > li .textbox {
  line-height: 1.875;
  letter-spacing: 0.04em;
}
.member-list > li .labelbox span {
  display: inline-block;
  min-width: 90px;
  color: #000;
  font-weight: bold;
  color: #FFF;
  background: #2d64ff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 20px;
}
.member-list > li table td:first-child {
  padding-right: 30px;
}
.member-list.lay01 > li:not(:last-child) {
  margin-bottom: 95px;
}
.member-list.lay01 > li .text-box {
  width: 905px;
}
.member-list.lay01 > li .propertylist > li {
  width: 100%;
  display: flex;
  gap: 18px;
}
.member-list.lay02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 50px;
}
.member-list.lay02 .member-inner {
  gap: 25px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.member-list.lay02 .text-box {
  width: auto;
}
.member-list.lay02 > li {
  width: min(450px, 100%);
  display: block;
}
.member-list.lay02 > li .name-box .name-en {
  display: block;
}
.member-list.lay02 > li .propertylist {
  flex-direction: column;
}
.member-list.lay02 > li:nth-of-type(4n - 1) .text-box .name-box .name-en, .member-list.lay02 > li:nth-of-type(4n) .text-box .name-box .name-en {
  color: #2d64ff;
}
.member-list.lay02 > li:nth-of-type(4n - 1) .labelbox span, .member-list.lay02 > li:nth-of-type(4n) .labelbox span {
  background-color: #2d64ff;
}

@media all and (min-width: 751px) {
  body.member #title::before {
    background-image: url(../images/member/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.member #title {
    background-image: url(../images/member/title-bg.jpg);
  }
  /* INDEX */
  .member-list > li .member-inner {
    gap: min(20px, 8vw);
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .member-list > li .image-box {
    max-width: 300px;
  }
  .member-list > li .image-box img {
    width: 300px;
    height: 300px;
  }
  .member-list > li .text-box {
    width: 100% !important;
  }
  .member-list > li .name-box .status {
    font-size: 100%;
  }
  .member-list > li .name-box .name-ja {
    font-size: 175%;
  }
  .member-list > li .name-box .name-en {
    font-size: 150%;
    margin-left: 0px;
  }
  .member-list > li .propertylist {
    flex-direction: column;
    gap: 20px;
  }
  .member-list > li .propertylist > li {
    flex-direction: column;
    gap: 5px !important;
  }
  .member-list > li .labelbox span {
    display: inline-block;
    min-width: 90px;
    color: #000;
    font-weight: bold;
    color: #FFF;
    background: #2d64ff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .member-list > li table {
    width: 100%;
  }
  .member-list > li table td:first-child {
    padding-right: 0;
    font-weight: bold;
  }
  .member-list > li table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .member-list > li table,
  .member-list > li tbody,
  .member-list > li tr,
  .member-list > li th,
  .member-list > li td {
    display: block;
    width: 100%;
  }
  .member-list.lay02 {
    gap: 50px;
  }
}
