@charset "UTF-8";
/* ==========================================================================//
//
// 仕事を知る
//
// ========================================================================== */
/* lead
---------------------------------------------------------- */
.lead_area {
  padding: 52px 0;
}
@media all and (min-width: 751px) {
  .lead_area {
    padding: 84px 0 94px;
  }
}
.lead_area .copy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
}
@media all and (min-width: 751px) {
  .lead_area .copy {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .lead_area .copy {
    font-size: 22px;
  }
}
.lead_area .copy span {
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1px 6px 3px;
}
@media all and (min-width: 751px) {
  .lead_area .copy span {
    padding: 2px 12px 4px;
  }
}
.lead_area .text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  .lead_area .text {
    font-size: 16px;
    line-height: 2;
  }
}

/* ページ内リンク
---------------------------------------------------------- */
.link_area {
  background-color: #a3ced6;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px), repeating-linear-gradient(to right, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px);
  border-top: 1px solid #222222;
  padding: 27px 0;
}
@media all and (min-width: 751px) {
  .link_area {
    position: relative;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px), repeating-linear-gradient(to right, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px);
    padding: 40px 0;
    z-index: 1;
  }
  .link_area::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: url(../../images/story/link_bg.png);
    background-repeat: no-repeat;
    background-position: bottom 17px center;
    background-size: min(1030px, 94%) auto;
    z-index: -1;
  }
}
.link_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media all and (min-width: 751px) {
  .link_area .list {
    gap: 30px 28px;
  }
}
.link_area .list.js_scroll > li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.link_area .list.js_scroll > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.link_area .list.js_scroll > li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.link_area .list.js_scroll.scroll_active > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.link_area .list > li {
  width: min(390px, 100%);
}
.link_area .list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 15px;
  padding: 15px 20px;
}
@media all and (min-width: 751px) {
  .link_area .list > li a {
    gap: 14px;
    border-width: 1.5px;
    border-radius: 30px;
    padding: 22px 20px;
  }
}
.link_area .list > li a .image {
  width: 74px;
}
@media all and (min-width: 751px) {
  .link_area .list > li a .image {
    width: 100px;
  }
}
.link_area .list > li a .image img {
  border-radius: 6px;
}
.link_area .list > li a .texts {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 32px;
}
.link_area .list > li a .texts::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-image: url(../../images/common/arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 25px;
}
.link_area .list > li a .texts .job_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #a3ced6;
  border-radius: 50px;
  border: 1px solid #222222;
  padding: 6px 11px;
  margin-bottom: 4px;
}
@media all and (min-width: 751px) {
  .link_area .list > li a .texts .job_name {
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 6px;
  }
}
.link_area .list > li a .texts .ttl {
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .link_area .list > li a .texts .ttl {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .link_area .list > li a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .link_area .list > li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/* コンテンツ
---------------------------------------------------------- */
.content_area {
  border-top: 1px solid #222222;
}
.content_area *.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.content_area *.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.job_detail {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  .job_detail {
    padding: 80px 0 70px;
  }
}
.job_detail:not(:first-child) {
  border-top: 1px solid #222222;
}
.job_detail .sec_body {
  padding-bottom: 50px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_body {
    padding-bottom: 60px;
  }
}
.job_detail .sec_ttl {
  text-align: center;
  margin-bottom: 14px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_ttl {
    margin-bottom: 20px;
  }
}
.job_detail .sec_ttl span {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #a3ced6;
  border-radius: 50px;
  border: 1px solid #222222;
  padding: 6px 11px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_ttl span {
    padding: 6px 13px;
  }
}
.job_detail .sec_copy {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_copy {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .job_detail .sec_copy {
    font-size: 22px;
  }
}
.job_detail .sec_copy span {
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1px 6px 3px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_copy span {
    padding: 2px 12px 4px;
  }
}
.job_detail .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media all and (min-width: 751px) {
  .job_detail .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 27px;
  }
}
@media all and (min-width: 751px) {
  .job_detail .row_wrap .image {
    width: 48.6%;
  }
}
.job_detail .row_wrap .image img {
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  .job_detail .row_wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.job_detail .row_wrap .texts p {
  line-height: 1.92;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  .job_detail .row_wrap .texts p {
    line-height: 1.86;
    letter-spacing: 0.02em;
  }
}
.job_detail .job_desc {
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 15px;
  padding: 27px 20px 32px;
  margin-top: 33px;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc {
    border-width: 1.5px;
    border-radius: 30px;
    padding: 36px 10%;
    margin-top: 54px;
  }
}
.job_detail .job_desc .desc_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px;
  }
}
.job_detail .job_desc .desc_ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_ttl {
    text-align: left;
  }
}
.job_detail .job_desc .desc_ttl span {
  color: #fff;
  background-color: #222222;
  border-radius: 4px;
  padding: 3px 10px 5px;
}
.job_detail .job_desc .desc_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_list {
    gap: 12px 20px;
  }
}
.job_detail .job_desc .desc_list > li {
  position: relative;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px dashed #959595;
  padding-left: 16px;
  padding-bottom: 10px;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_list > li {
    width: calc((100% - 20px) / 2);
    font-size: 15px;
    padding-bottom: 13px;
  }
}
.job_detail .job_desc .desc_list > li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  aspect-ratio: 1;
  width: 10px;
  background-color: #a3ced6;
  border-radius: 50%;
  border: 1px solid #222222;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_list > li::before {
    top: 6px;
  }
}
.job_detail .job_desc .desc_text {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.92;
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  .job_detail .job_desc .desc_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
}
.job_detail .fit {
  margin-top: 34px;
}
@media all and (min-width: 751px) {
  .job_detail .fit {
    margin-top: 45px;
  }
}
.job_detail .fit .fit_ttl {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
@media all and (min-width: 751px) {
  .job_detail .fit .fit_ttl {
    font-size: 17px;
  }
}
.job_detail .fit .fit_ttl span {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 6px 14px;
}
@media all and (min-width: 751px) {
  .job_detail .fit .fit_ttl span {
    padding: 6px 24px;
  }
}
.job_detail .fit .fit_list {
  counter-reset: number;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-inline: auto;
}
.job_detail .fit .fit_list > li {
  position: relative;
  counter-increment: number 1;
  font-size: 14px;
  line-height: 1.71;
  border-bottom: 1px dashed #959595;
  padding-left: 33px;
  padding-right: 10px;
  padding-bottom: 18px;
}
@media all and (min-width: 751px) {
  .job_detail .fit .fit_list > li {
    padding-right: 36px;
    padding-bottom: 13px;
  }
}
.job_detail .fit .fit_list > li::before {
  position: absolute;
  content: counter(number);
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #222222;
  border-radius: 2px;
}
.job_detail .sec_foot {
  position: relative;
  padding: 40px 0 68px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot {
    padding: 53px 0 70px;
  }
}
.job_detail .sec_foot::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: repeating-linear-gradient(-45deg, #C1C1C1, #C1C1C1 1px, transparent 0, transparent 7px);
  border-bottom: 1px solid #222222;
}
.job_detail .sec_foot.js_scroll::before {
  clip-path: inset(0 100% 0 0);
}
.job_detail .sec_foot.js_scroll.scroll_active::before {
  -webkit-animation: slideToRight 0.6s forwards;
          animation: slideToRight 0.6s forwards;
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot.js_scroll.scroll_active::before {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
  }
}
.job_detail .sec_foot .foot_ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot .foot_ttl {
    margin-bottom: 40px;
  }
}
.job_detail .sec_foot .foot_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../../images/top/interview_star_01_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 49/45;
  width: 46px;
  top: 50%;
  right: 106%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot .foot_ttl::before {
    width: 49px;
  }
}
.job_detail .sec_foot .foot_ttl::after {
  position: absolute;
  content: "";
  background-image: url(../../images/top/interview_star_02_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 64/44;
  width: 54px;
  top: 40%;
  left: 106%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot .foot_ttl::after {
    width: 64px;
  }
}
.job_detail .sec_foot .foot_ttl .en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.04em;
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot .foot_ttl .en {
    font-size: 46px;
  }
}
.job_detail .sec_foot .foot_ttl .jp {
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  .job_detail .sec_foot .foot_ttl .jp {
    font-size: 18px;
  }
}
.job_detail .sec_foot .foot_content {
  width: min(264px, 100%);
  margin-inline: auto;
}
.job_detail .sec_foot .foot_content a {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .job_detail .sec_foot .foot_content a .image {
    overflow: hidden;
  }
  .job_detail .sec_foot .foot_content a img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .job_detail .sec_foot .foot_content a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.job_detail .sec_foot .foot_content .image {
  overflow: hidden;
  border: 1.5px solid #222222;
  border-radius: 25px;
}
.job_detail .sec_foot .foot_content .texts {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a3ced6;
  border: 1.5px solid #222222;
  border-radius: 15px;
  padding: 10px 16px 10px 18px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .job_detail .sec_foot .foot_content .texts {
    padding: 8px 14px 8px 14px;
  }
}
.job_detail .sec_foot .foot_content .texts .position {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .job_detail .sec_foot .foot_content .texts .position {
    font-size: 13px;
  }
}
.job_detail .sec_foot .foot_content .texts .name {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  margin-left: 10px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .job_detail .sec_foot .foot_content .texts .name {
    font-size: 22px;
  }
}
.job_detail .sec_foot .foot_content .texts .arrow {
  width: 26px;
  margin-left: 8px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .job_detail .sec_foot .foot_content .texts .arrow {
    width: 20px;
  }
}