@media print, all and (min-width: 710px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#about-greeting {
  margin-bottom: 150px;
}
#about-greeting .greeting-container {
  width: min(1050px, 100%);
  margin: auto;
}
#about-greeting .about-image {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto 20px;
}
#about-greeting .about-image .text {
  position: absolute;
  left: 53px;
  bottom: 55px;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#about-greeting .about-image .text em {
  display: block;
  font-size: 162.5%;
  font-weight: 600;
  line-height: 1.6;
  margin-left: -15px;
  text-shadow: 0px 1px 2px #000, 0 0 2em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7);
}
#about-greeting .about-image .text span {
  font-weight: 500;
  font-size: 125%;
  display: block;
  line-height: 1.1;
  text-shadow: 0px 1px 2px #000, 0 0 2em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.7);
  /*20px*/
}
#about-greeting .about-image .text span .ja {
  font-weight: 600;
  margin: 10px 0;
  font-size: 150%;
  /*30px*/
}
#about-greeting .about-image .text span .en {
  font-family: "Bitter", serif;
  font-size: 140%;
  /*28px*/
}
#about-greeting .about-text p {
  width: min(720px, 100%);
  margin: auto;
}
#about-greeting .about-text .text:not(:last-child) {
  margin-bottom: 30px;
}
#about-greeting .about-text .float img {
  float: right;
  clear: right;
  padding-left: 35px;
}
#about-greeting .about-text .float.reverse img {
  float: left;
  clear: left;
  padding-left: 0;
  padding-right: 35px;
  margin-left: -40px;
  margin-top: 10px;
}

.staff-list > li:not(:last-child) {
  margin-bottom: 85px;
}
.staff-list > li .name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 34px;
  gap: min(55px, 5vw);
  color: #fff;
  background-color: #4bbdce;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
.staff-list > li .name-box span {
  line-height: 1;
  vertical-align: middle;
}
.staff-list > li .name-box .name-ja {
  margin: 0 15px;
  font-size: 162.5%;
  /* 26px */
}
.staff-list > li .staff-box {
  display: flex;
  gap: 70px;
}
.staff-list > li .image-box {
  max-width: 240px;
  width: 100%;
  line-height: 1;
}
.staff-list > li .image-box .img {
  width: 240px;
  height: 300px;
  object-fit: cover;
}
.staff-list > li .image-box .btn-type02 {
  margin-top: 20px;
}
.staff-list > li .image-box .btn-type02 a {
  width: 100%;
  background-image: url(../images/common/anchor-blank.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 8px 20px 8px 20px;
}
.staff-list > li .image-box .btn-type02 a::after {
  content: none !important;
}
.staff-list > li .propertybox {
  margin-top: 8px;
}
.staff-list > li .propertylist > li {
  width: 100%;
  display: flex;
  gap: 15px;
}
.staff-list > li .propertylist > li .textbox {
  line-height: 1.875;
}
.staff-list > li .propertylist > li:not(:last-child) {
  margin-bottom: 20px;
}
.staff-list > li .fs-italic {
  font-style: italic;
}
.staff-list > li .labelbox span {
  display: inline-block;
  min-width: 120px;
  font-weight: bold;
  color: #4bbdce;
  border-radius: 50px;
  box-sizing: border-box;
}
.staff-list > li .licenselist li {
  line-height: 1.7;
}

@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 {
    margin-bottom: 50px;
  }
  #about-greeting .greeting-container {
    width: auto;
  }
  #about-greeting .about-image {
    position: relative;
    width: auto;
    margin: 0 auto 20px;
    height: 300px;
  }
  #about-greeting .about-image img {
    object-fit: cover;
    object-position: right;
    height: 300px;
  }
  #about-greeting .about-image .text {
    left: 5%;
    bottom: 50%;
    transform: translate(0, 50%);
    gap: 20px;
  }
  #about-greeting .about-image .text em {
    font-size: 125%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
  }
  #about-greeting .about-image .text span {
    font-size: 100%;
  }
  #about-greeting .about-image .text span .ja {
    font-size: 150%;
  }
  #about-greeting .about-image .text span .en {
    font-size: 112.5%;
  }
  #about-greeting .about-text {
    padding: 0 20px;
  }
  #about-greeting .about-text p {
    width: min(720px, 100%);
    margin: auto;
  }
  #about-greeting .about-text .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about-greeting .about-text .text:not(:last-child) {
    margin-bottom: 40px;
  }
  #about-greeting .about-text .float img {
    padding-left: 0px;
    float: none;
    margin-bottom: 15px;
  }
  #about-greeting .about-text .float.reverse img {
    padding-right: 0;
    margin: 0;
  }
  .staff-list > li:not(:last-child) {
    margin-bottom: 90px;
  }
  .staff-list > li .name-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .staff-list > li .name-box .name-ja {
    font-size: 150%;
    /* 24px */
    margin-left: 0;
    margin-top: 5px;
    display: inline-block;
  }
  .staff-list > li .name-box .status {
    display: block;
  }
  .staff-list > li .staff-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .staff-list > li .propertylist > li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .staff-list > li .propertylist > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
