/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*-------Contents------------*/
.profile {
  position: relative;
  width: 100%;
  background: url("../images/profile_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile {
    height: 100%;
  }
}
.profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 0;
}

.profileBox {
  width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .profileBox {
    width: 100%;
    flex-direction: column;
  }
}
.profileBox .photo {
  width: 20%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .profileBox .photo {
    width: 50%;
    margin: 0 auto;
  }
}
.profileBox .photo img {
  width: 100%;
}
.profileBox .textBox {
  width: 75%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .profileBox .textBox {
    width: 100%;
    margin-top: 3rem;
  }
}
.profileBox .textBox .nameBox {
  margin-bottom: 2rem;
}
.profileBox .textBox .nameBox .job {
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
  padding-bottom: 1rem;
}
.profileBox .textBox .nameBox .name {
  display: flex;
  align-items: center;
}
.profileBox .textBox .nameBox .name h2 {
  font-size: 2.6rem;
  margin-right: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.profileBox .textBox .nameBox .name p.en {
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .profileBox .textBox .nameBox .name p.en {
    font-size: 1.2rem;
  }
}
.profileBox .textBox p.readText {
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
  line-height: 2;
  letter-spacing: 0.04em;
}
.profileBox .textBox .award {
  margin-top: 3rem;
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
}
.profileBox .textBox .award dl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .profileBox .textBox .award dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .profileBox .textBox .award dl dt {
    margin-bottom: 0.5rem;
  }
}
.profileBox .textBox .award dl dt.hd {
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .profileBox .textBox .award dl dt.hd {
    margin-bottom: 0.5rem;
  }
}
.profileBox .textBox .award dl dd {
  font-size: 1.4rem;
  margin-left: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .profileBox .textBox .award dl dd {
    margin-left: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */