@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body.about #content {
  overflow-x: hidden;
}

#about-greeting .image-wrap {
  margin: auto;
  margin-bottom: 52px;
  background-image: url(../images/about/index/image-desc01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
#about-greeting .profile-box {
  width: calc(50% - 80px);
  position: absolute;
  right: 0px;
  height: 100%;
  background: rgba(20, 51, 103, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 65px;
  box-sizing: border-box;
}
#about-greeting .profile-box em {
  display: block;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
#about-greeting .profile-box .ja {
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
}
#about-greeting .profile-box .ja span {
  margin-left: 10px;
  font-size: 145.86%;
}
#about-greeting .profile-box .en {
  display: block;
  line-height: 1;
  font-size: 362.5%;
  font-family: "Oswald", sans-serif;
  color: #39b44a;
}
#about-greeting .text-box:not(:last-of-type) {
  margin-bottom: 55px;
}
#about-greeting .text-box p:not(:last-child) {
  margin-bottom: 30px;
}

.staff-list > li {
  display: flex;
  gap: min(60px, 8vw);
}
.staff-list > li:not(:last-child) {
  margin-bottom: 90px;
}
.staff-list > li .text-box {
  width: 280px;
}
.staff-list > li .text-box .image-box {
  max-width: 280px;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
}
.staff-list > li .text-box .image-box img {
  width: 280px;
  height: 370px;
  object-fit: cover;
}
.staff-list > li .text-box .name-box {
  margin-bottom: 25px;
  color: #143367;
  font-family: "Oswald", sans-serif;
}
.staff-list > li .text-box .name-box .status {
  font-size: 93.75%;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
.staff-list > li .text-box .name-box .name-ja {
  font-weight: 500;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.4;
}
.staff-list > li .text-box .name-box .name-en {
  font-size: 200%;
  display: inline-block;
  color: #39b44a;
  line-height: 1.4;
}
.staff-list > li .propertybox {
  width: 620px;
}
.staff-list > li .propertybox .propertylist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.staff-list > li .propertybox .propertylist > li {
  display: flex;
  gap: 20px;
  width: 100%;
}
.staff-list > li .propertybox .labelbox span {
  display: inline-block;
  min-width: 100px;
  color: #000;
  color: #FFF;
  background: #143367;
  text-align: center;
  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: #143367;
}
.staff-list.lay01 > li .propertylist > li {
  width: 100%;
  display: flex;
  gap: 15px;
}
.staff-list.lay01 > li:nth-child(2n) .name-box .name-en {
  color: #d4f2ff;
}
.staff-list.lay01 > li:nth-child(2n) .labelbox span {
  background: #d4f2ff;
}
.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: #d4f2ff;
}
.staff-list.lay02 > li:nth-of-type(4n - 1) .labelbox span, .staff-list.lay02 > li:nth-of-type(4n) .labelbox span {
  background-color: #d4f2ff;
}

@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  #about-greeting .image-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    background: none;
    height: auto;
  }
  #about-greeting .image-wrap .image-box {
    line-height: 0;
  }
  #about-greeting .image-wrap .profile-box {
    bottom: 0;
    width: 100%;
    height: 272px;
    padding: 20px 20px 30px;
    gap: 10px;
    text-align: center;
    align-items: center;
  }
  #about-greeting .image-wrap .profile-box em {
    font-size: 187.5%;
    line-height: 1.6;
  }
  #about-greeting .image-wrap .profile-box .ja {
    font-size: 112.5%;
  }
  #about-greeting .image-wrap .profile-box .ja span {
    font-size: 150%;
  }
  #about-greeting .image-wrap .profile-box .en {
    font-size: 281.25%;
  }
  #about-greeting .about-list li .num::before {
    font-size: 175%;
  }
  #about-greeting .text-box {
    line-height: 2;
  }
  #about-greeting .text-box:not(:last-of-type) {
    margin-bottom: 25px;
  }
  #about-greeting .variable-box .image-box {
    margin-bottom: 12px;
  }
  .staff-list > li {
    flex-direction: column;
    gap: min(55px, 5vw);
  }
  .staff-list > li:not(:last-child) {
    margin-bottom: 85px;
  }
  .staff-list > li .text-box {
    width: auto;
  }
  .staff-list > li .text-box .name-box {
    margin-bottom: 25px;
    text-align: center;
  }
  .staff-list > li .text-box .name-box .name-ja {
    font-size: 150%;
  }
  .staff-list > li .text-box .name-box .name-en {
    font-size: 150%;
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
  .staff-list > li .image-box {
    width: 180px;
    margin: auto;
  }
  .staff-list > li .propertybox {
    width: auto;
  }
  .staff-list > li .propertybox .propertylist {
    gap: 15px;
  }
  .staff-list > li .propertybox .propertylist > li {
    gap: 10px;
  }
  .staff-list > li .propertybox .labelbox span {
    min-width: 80px;
    font-size: 87.75%;
  }
}
