@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner .content h2.h2_2 {
  width: 84vw;
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.recruit h3.h3_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10.6666666667vw;
  padding: 0 5.3333333333vw 0 2.6666666667vw;
  background: hsl(0, 0%, 95%);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#article section.section_1 .inner.section_inner .content.recruit h3.h3_1:after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 4vw;
  right: 4.6666666667vw;
  transform: rotate(45deg);
  transition: 0.3s;
}
#article section.section_1 .inner.section_inner .content.recruit h3.h3_1 span {
  font-size: 1.6rem;
}
#article section.section_1 .inner.section_inner .content.recruit table {
  margin: 0;
  border: none;
}
#article section.section_1 .inner.section_inner .content.recruit .item {
  width: 84vw;
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.recruit .item details[open] h3.h3_1:after {
  top: 5.3333333333vw;
  transform: rotate(-135deg);
}
#article section.section_1 .inner.section_inner .content.staff {
  padding: 8vw 0 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto 4vw;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.2rem;
  margin: 0 2.6666666667vw 0 0;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt_2 {
  font-size: 1.6rem;
  width: 100%;
}
#article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt_3 {
  white-space: nowrap;
  font-size: 1.2rem;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 {
  margin: 0 auto 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 span {
  display: flex;
  align-items: baseline;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 span i {
  display: block;
  font-size: 1.8rem;
  margin: 0 1.3333333333vw 0 0;
}
#article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt {
  font-size: 1.6rem;
}
#article section.section_1 .inner.section_inner .content.staff ul {
  list-style: none;
  padding: 0;
}
#article section.section_1 .inner.section_inner .content.staff ul li {
  margin: 4vw auto 0;
}
#article section.section_1 .inner.section_inner .content.staff .item {
  width: 84vw;
  margin: 0 auto 8vw;
}
#article section.section_1 .inner.section_inner .content.flow {
  padding: 8vw 0 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 2.6666666667vw;
  background: hsl(0, 0%, 95%);
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 span {
  text-align: center;
  line-height: 1;
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num {
  font-family: "Wix Madefor Display", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  width: 10.6666666667vw;
  padding: 1.3333333333vw 0;
  margin: 0 4vw 0 0;
  background: #898989;
  position: relative;
  z-index: 1;
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num strong {
  display: block;
  letter-spacing: 0;
  font-size: 2.1rem;
  margin: 1.3333333333vw 0 0;
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num:after {
  content: "";
  display: block;
  border: 5.3333333333vw solid transparent;
  border-bottom: none;
  border-top: 5.3333333333vw solid #898989;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  bottom: -5.332vw;
  left: 50%;
  transform: translateX(-50%);
}
#article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.txt {
  font-size: 1.6rem;
  padding: 4vw 0 2.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.flow p {
  margin: 0 0 2.6666666667vw 14.6666666667vw;
}
#article section.section_1 .inner.section_inner .content.flow p.border,
#article section.section_1 .inner.section_inner .content.flow p b {
  display: inline-block;
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid hsl(0, 0%, 0%);
}
#article section.section_1 .inner.section_inner .content.flow ul {
  list-style: none;
  padding: 0;
}
#article section.section_1 .inner.section_inner .content.flow ul li {
  line-height: 1;
  width: 100%;
  margin: 2.6666666667vw auto 0;
}
#article section.section_1 .inner.section_inner .content.flow .item {
  width: 84vw;
  margin: 8vw auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 .inner.section_inner .content h2.h2_2 {
    width: 100%;
    margin: 0 auto 48px;
  }
  #article section.section_1 .inner.section_inner .content h2.h2_2 span {
    text-align: left;
  }
  #article section.section_1 .inner.section_inner .content.recruit {
    margin: 0 auto;
  }
  #article section.section_1 .inner.section_inner .content.recruit h3.h3_1 {
    width: 100%;
    margin: 0 auto;
    height: 64px;
    padding: 0 48px 0;
    cursor: pointer;
  }
  #article section.section_1 .inner.section_inner .content.recruit h3.h3_1:after {
    width: 16px;
    height: 16px;
    border-right: 2px solid #898989;
    border-bottom: 2px solid #898989;
    top: 20px;
    right: 32px;
  }
  #article section.section_1 .inner.section_inner .content.recruit h3.h3_1 span {
    font-size: 2.4rem;
  }
  #article section.section_1 .inner.section_inner .content.recruit .item {
    width: 1056px;
    margin: 0 auto 64px;
  }
  #article section.section_1 .inner.section_inner .content.recruit .item details[open] h3.h3_1:after {
    top: 30px;
  }
  #article section.section_1 .inner.section_inner .content.staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 {
    margin: 0 auto 32px;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt {
    font-size: 1.4rem;
    margin: 0 16px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt_2 {
    font-size: 1.8rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h3.h3_1 span.txt_3 {
    font-size: 1.4rem;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_2 {
    margin: 0 auto 16px;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_2 span i {
    font-size: 2.1rem;
    margin: 0 16px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.staff h4.h4_2 span.txt {
    font-size: 1.8rem;
  }
  #article section.section_1 .inner.section_inner .content.staff ul li {
    margin: 32px auto 0;
  }
  #article section.section_1 .inner.section_inner .content.staff .item {
    width: 488px;
    margin: 0;
  }
  #article section.section_1 .inner.section_inner .content.flow {
    padding: 32px 0;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 {
    margin: 0 auto 24px;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 span {
    text-align: center;
    line-height: 1;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num {
    font-size: 1.4rem;
    width: 80px;
    padding: 16px 0 0;
    margin: 0 32px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num strong {
    font-size: 4rem;
    margin: 8px 0 0;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.num:after {
    border: 40px solid transparent;
    border-bottom: none;
    border-top: 40px solid #898989;
    bottom: -39.99px;
  }
  #article section.section_1 .inner.section_inner .content.flow h3.h3_3 span.txt {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    min-height: 80px;
    padding: 0;
  }
  #article section.section_1 .inner.section_inner .content.flow p {
    margin: 0 0 16px 112px;
  }
  #article section.section_1 .inner.section_inner .content.flow p.border,
  #article section.section_1 .inner.section_inner .content.flow p b {
    padding: 16px 48px;
  }
  #article section.section_1 .inner.section_inner .content.flow ul li {
    margin: 32px auto 0;
  }
  #article section.section_1 .inner.section_inner .content.flow .item {
    width: 100%;
    margin: 48px auto 0;
  }
}/*# sourceMappingURL=recruit.css.map */