@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../../assets/font/LINESeedJP_OTF_Rg.otf");
}
.linereg {
  font-family: "LINE Seed JP_OTF Reguler";
}

@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../../assets/font/LINESeedJP_OTF_Bd.otf");
}
.linebold {
  font-family: "LINE Seed JP_OTF Bold";
  font-weight: bold;
}

/* person */
/* ============================================ */
.section-width {
  width: 90% !important;
}

.second-work-card {
  position: relative;
}

.person__bg01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg01 {
    right: 0%;
    width: 28vw;
  }
}
.person__bg02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 15vw;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg02 {
    left: 0%;
    top: 10%;
    width: 30vw;
  }
}
@media all and (max-width: 600px) {
  .person__bg02 {
    left: -3%;
    top: 37%;
    width: 36vw;
  }
}
.person__bg03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg03 {
    left: 0%;
    top: 10%;
    width: 20vw;
  }
}
.person__bg04 {
  position: absolute;
  top: 0%;
  right: 0;
  width: 20vw;
}
@media all and (max-width: 896px) {
  .person__bg04 {
    width: 60vw;
    z-index: -1;
    right: -7%;
    top: 0%;
  }
}
@media all and (max-width: 600px) {
  .person__bg04 {
    right: -23%;
    top: -51%;
  }
}
.person__bg04--top {
  position: relative;
  z-index: -1;
}
.person__bg04-bg02 {
  position: absolute;
  bottom: -46%;
  right: 0%;
  width: 74%;
}
.person__bg05 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg05 {
    width: 40vw;
    z-index: -1;
    left: -7%;
    top: 10%;
  }
}
@media all and (max-width: 600px) {
  .person__bg05 {
    left: -15%;
    top: 8%;
  }
}
.person__bg06 {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg06 {
    width: 60vw;
    z-index: -1;
    right: -7%;
    top: 0%;
  }
}
@media all and (max-width: 600px) {
  .person__bg06 {
    right: -10%;
    top: -54%;
  }
}
.person__bg06--top {
  position: relative;
}
.person__bg06-bg02 {
  position: absolute;
  top: 8%;
  right: 4%;
  width: 55%;
}
.person__bg07 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg07 {
    width: 40vw;
    top: 10%;
  }
}
@media all and (max-width: 600px) {
  .person__bg07 {
    width: 43vw;
    top: 5%;
    left: -5%;
  }
}
.person__bg08 {
  position: absolute;
  right: 5%;
  top: -20%;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg08 {
    width: 40vw;
    top: -5%;
  }
}
@media all and (max-width: 600px) {
  .person__bg08 {
    top: -57%;
    right: 0;
  }
}
.person__bg09 {
  position: absolute;
  right: 0;
  top: 0%;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .person__bg09 {
    width: 40vw;
    top: 35%;
  }
}
@media all and (max-width: 600px) {
  .person__bg09 {
    top: 37%;
    right: -19%;
  }
}
.person__wrap {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}
.person__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .person__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.person__li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 30px;
  min-height: 500px;
}
@media all and (max-width: 1025px) {
  .person__li {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media all and (max-width: 600px) {
  .person__li {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media all and (max-width: 896px) {
  .person__li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .person__li:nth-child(2n) {
    margin: 0 auto 50px;
  }
}
.person__li:last-child {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  .person__li:last-child {
    margin: 0 auto;
  }
}
.person__li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.person__txt {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .person__txt {
    font-size: 1.8rem;
  }
}
.person__tag-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.person__tag-li {
  background: #040000;
  border-radius: 30px;
  color: #fff;
  padding: 0px 16px 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.person__tag-li:last-child {
  margin-right: 0;
}
.person__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.person__label {
  /* ピンク色 */
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  min-width: 40%;
  text-align: center;
  height: 100%;
  position: relative;
}
.person__label.blue {
  background-color: #00B5EE;
}
.person__label.pink {
  background-color: #f99fc9;
}
.person__label.green {
  background-color: #6AB82D;
}
.person__label.orange {
  background-color: #F29300;
}
.person__label span {
  color: #fff;
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.person__name {
  background-color: white;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 60%;
  text-align: center;
  height: 100%;
  position: relative;
}
.person__name span {
  line-height: 1.3;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}