@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#about-greeting .message-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/about/index/image-about_desc.jpg);
  padding: 67px 55px;
  line-height: 1.4;
  min-height: 506px;
  box-sizing: border-box;
}
#about-greeting .message-box em {
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 231.25%;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 1px #000;
}
#about-greeting .message-box .sign {
  color: #fff;
}
#about-greeting .message-box .sign .ja {
  font-size: 125%;
  display: block;
  line-height: 1.4;
  transform: skew(-10deg);
  text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 1px #000;
  margin-left: 8px;
}
#about-greeting .message-box .sign .ja span {
  font-size: 160%;
  margin-left: 20px;
}
#about-greeting .message-box .sign .en {
  font-family: "Libre Franklin", sans-serif;
  font-size: 225%;
  display: inline-block;
  line-height: 1;
  margin-top: 5px;
  text-shadow: 0 0 10px #000;
}
#about-greeting .text-box {
  max-width: 860px;
  margin: 75px auto 80px;
  line-height: 2;
}
#about-greeting .text-box p:not(:last-of-type) {
  margin-bottom: 30px;
}
#about-greeting .text-box dl {
  counter-reset: number 0;
  width: min(658px, 100%);
  margin: 0 auto 45px;
}
#about-greeting .text-box dl dt {
  float: left;
  clear: left;
  font-size: 225%;
  font-weight: 300;
  position: relative;
  color: #8c0000;
  line-height: 1;
  padding: 10px 0px 10px 25px;
}
#about-greeting .text-box dl dt::first-letter {
  color: #fcede2;
}
#about-greeting .text-box dl dt::after {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ". ";
}
#about-greeting .text-box dl dd {
  font-weight: bold;
  line-height: 1;
  padding: 36px 10px 10px 18em;
  border-bottom: solid 1px #8c0000;
}
#about-greeting .about-imagebox {
  display: flex;
}

.staff-list > .item {
  display: flex;
  gap: min(70px, 8vw);
}
.staff-list > .item:not(:last-child) {
  margin-bottom: 100px;
}
.staff-list > .item .image-box {
  width: 260px;
  max-width: 260px;
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}
.staff-list > .item .image-box img {
  width: 260px;
  height: 340px;
  object-fit: cover;
}
.staff-list > .item .propertybox {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-list > .item .propertybox .name-box {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
}
.staff-list > .item .propertybox .name-box .status {
  line-height: 1.4;
  margin-bottom: 5px;
}
.staff-list > .item .propertybox .name-box .name-ja {
  font-weight: 500;
  font-size: 156.25%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.staff-list > .item .propertybox .name-box .name-en {
  display: inline-block;
  line-height: 1.4;
  margin-left: 16px;
}
.staff-list > .item .propertybox .propertylist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  letter-spacing: 0.05em;
  margin-left: 5px;
}
.staff-list > .item .propertybox .propertylist > li {
  display: flex;
  gap: 24px;
  width: 100%;
  line-height: 1.75;
}
.staff-list > .item .propertybox .labelbox span {
  font-weight: bold;
  display: inline-block;
  min-width: 96px;
  color: #007e6b;
  box-sizing: border-box;
}
.staff-list > .item .propertybox .licenselist li {
  line-height: 1.9;
}
.staff-list.lay01 > li .text-box {
  width: 670px;
  padding-top: 20px;
}
.staff-list.lay01 > li .text-box .name-box .name-en {
  color: #8c0000;
}
.staff-list.lay01 > li .propertylist > li {
  width: 100%;
  display: flex;
  gap: 15px;
}
.staff-list.lay01 > li:nth-child(2n) .name-box .name-en {
  color: #fcede2;
}
.staff-list.lay01 > li:nth-child(2n) .labelbox span {
  background: #fcede2;
}
.staff-list.lay02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-list.lay02 > li {
  width: min(450px, 100%);
  display: block;
}
.staff-list.lay02 > li .propertylist {
  flex-direction: column;
}
.staff-list.lay02 > li:nth-of-type(4n - 1) .text-box .name-box .name-en, .staff-list.lay02 > li:nth-of-type(4n) .text-box .name-box .name-en {
  color: #fcede2;
}
.staff-list.lay02 > li:nth-of-type(4n - 1) .labelbox span, .staff-list.lay02 > li:nth-of-type(4n) .labelbox span {
  background-color: #fcede2;
}

@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/index/title-bg.jpg);
  }
  body.staff #title {
    background-image: url(../images/about/staff/title-bg.jpg);
  }
  /* INDEX */
  #about-staff_list {
    margin-top: 125px;
  }
}
@media only screen and (max-width: 750px) {
  body.about #title {
    background-image: url(../images/about/index/title-bg.jpg);
  }
  body.staff #title {
    background-image: url(../images/about/staff/title-bg.jpg);
  }
  /* INDEX */
  #about-greeting .message-box {
    padding: 20px;
    line-height: 1.4;
    min-height: 350px;
    box-sizing: border-box;
    background-position: center right -120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 -20px;
  }
  #about-greeting .message-box em {
    font-size: 150%;
    margin-top: 50px;
  }
  #about-greeting .message-box .sign .ja {
    font-size: 112.5%;
  }
  #about-greeting .message-box .sign .ja span {
    margin-left: 10px;
  }
  #about-greeting .message-box .sign .en {
    font-size: 175%;
  }
  #about-greeting .text-box {
    margin: 20px auto 50px;
  }
  .staff-list > .item {
    flex-direction: column;
    gap: min(80px, 8vw);
  }
  .staff-list > .item:not(:last-child) {
    margin-bottom: 100px;
  }
  .staff-list > .item .image-box {
    width: 260px;
    max-width: 260px;
    margin: auto;
  }
  .staff-list > .item .image-box img {
    width: 260px;
    height: 340px;
    object-fit: cover;
  }
  .staff-list > .item .propertybox {
    flex: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .staff-list > .item .propertybox .name-box {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .staff-list > .item .propertybox .name-box .status {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .staff-list > .item .propertybox .name-box .name-ja {
    font-weight: 500;
    font-size: 156.25%;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .staff-list > .item .propertybox .name-box .name-en {
    display: inline-block;
    line-height: 1.4;
    margin-left: 25px;
  }
  .staff-list > .item .propertybox .propertylist {
    gap: 20px;
  }
  .staff-list > .item .propertybox .propertylist > li {
    flex-direction: column;
    gap: 0;
  }
  .staff-list > .item .propertybox .labelbox span {
    font-weight: bold;
    display: inline-block;
    min-width: 96px;
    color: #007e6b;
    box-sizing: border-box;
  }
  .staff-list.lay01 > li .text-box {
    width: 670px;
    padding-top: 20px;
  }
  .staff-list.lay01 > li .text-box .name-box .name-en {
    color: #8c0000;
  }
  .staff-list.lay01 > li .propertylist > li {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .staff-list.lay01 > li:nth-child(2n) .name-box .name-en {
    color: #fcede2;
  }
  .staff-list.lay01 > li:nth-child(2n) .labelbox span {
    background: #fcede2;
  }
  .staff-list.lay02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .staff-list.lay02 > li {
    width: min(450px, 100%);
    display: block;
  }
  .staff-list.lay02 > li .propertylist {
    flex-direction: column;
  }
  .staff-list.lay02 > li:nth-of-type(4n - 1) .text-box .name-box .name-en, .staff-list.lay02 > li:nth-of-type(4n) .text-box .name-box .name-en {
    color: #fcede2;
  }
  .staff-list.lay02 > li:nth-of-type(4n - 1) .labelbox span, .staff-list.lay02 > li:nth-of-type(4n) .labelbox span {
    background-color: #fcede2;
  }
}
