/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
wanted
========================================================= */
@media screen and (min-width: 992px) {
  .p-wanted {
    overflow-x: clip;
    overflow-y: visible;
  }
}
@media screen and (min-width: 992px) {
  .p-wanted .c-title-page-mv_content {
    padding: 50px 8% 35px;
  }
}

.p-wanted-contents {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents {
    margin-top: 100px;
  }
}
.p-wanted-contents::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents::before {
    top: auto;
    left: -72%;
    background-position: right bottom;
    height: 500px;
    bottom: 0;
  }
}
.p-wanted-contents::after {
  content: "";
  background: url(../images/common/wing03-w.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  top: -10%;
  right: -80%;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents::after {
    bottom: -40%;
    right: -43%;
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .p-wanted-contents .l-container {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
.p-wanted-contents--photo {
  text-align: center;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents--photo {
    padding: 0;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: 50%;
  }
}
.p-wanted-contents--photo::after {
  content: "";
  background: url(../images/common/wing07-w.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 20%;
  right: 40%;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents--photo::after {
    background-position: top;
    right: 350px;
    top: 0;
  }
}
.p-wanted-contents--photo img {
  display: inline-block;
  max-width: 585px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-wanted-contents--info {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents--info {
    padding: 0;
    margin-top: 0;
    width: 50%;
  }
}
.p-wanted-contents--box {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-wanted-contents--box {
    margin-top: 60px;
  }
}
.p-wanted-contents--box:first-of-type {
  margin-top: 0;
}
.p-wanted-contents--text {
  margin-top: 20px;
}

/*# sourceMappingURL=style-wanted.css.map */