@charset "UTF-8";
/* ==========================================================================//
//
// 仕事を知る
//
// ========================================================================== */
.page_body {
  padding: 30px 0 60px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding: 84px 0;
  }
}

/* lead
---------------------------------------------------------- */
.lead_area {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .lead_area {
    margin-bottom: 80px;
  }
}
.lead_area .ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
}
@media all and (min-width: 751px) {
  .lead_area .ttl {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .lead_area .ttl {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
.lead_area .text {
  line-height: 1.78;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .lead_area .text {
    text-align: center;
    font-size: 17px;
    line-height: 2.11;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .lead_area .text {
    font-size: 15px;
  }
}

/* contents area
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .contents_area {
    background-image: url(../images/job/bg_wave01_pc.svg), url(../images/job/bg_wave02_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 15%, center center;
  }
}
.contents_area .container {
  background-color: rgba(255, 247, 240, 0.7);
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #c1bbb5;
  padding: 30px 20px 0;
}
@media all and (min-width: 751px) {
  .contents_area .container {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .container {
    padding: 64px 6.8% 75px;
  }
}
.contents_area .container_ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  .contents_area .container_ttl {
    font-size: 32px;
    line-height: 1.78;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .container_ttl {
    font-size: 24px;
  }
}
.contents_area .container_ttl span {
  color: #fff;
  background-color: #2e2725;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 6px 1px;
}
.contents_area .container_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: 18px;
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .contents_area .container_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .container_head .image {
    width: 52%;
  }
}
.contents_area .container_head .image img {
  border-radius: 6px;
}
@media all and (min-width: 751px) {
  .contents_area .container_head .image img {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .container_head .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.contents_area .container_head .texts p {
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .contents_area .container_head .texts p {
    font-size: 17px;
    line-height: 2.11;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .container_head .texts p {
    font-size: 15px;
  }
}
@media all and (max-width: 750px) {
  .contents_area .section {
    margin-inline: -20px;
  }
}
.contents_area .section:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .contents_area .section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.contents_area .section .sec_ttl {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  background-color: #2e2725;
  padding: 5px 10px 8px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_ttl {
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    padding: 8px 10px 9px;
  }
}
.contents_area .section .sec_cont {
  background-color: #fff;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont {
    border: 1px solid #c1bbb5;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 34px 40px 50px;
  }
}
.contents_area .section .sec_cont .lead {
  line-height: 1.85;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .lead {
    text-align: center;
    line-height: 2.4;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list {
    width: min(740px, 100%);
    margin: 0 auto;
  }
}
.contents_area .section .sec_cont .list > li {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 18px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list > li {
    border-radius: 10px;
    padding: 22px 28px 28px;
  }
}
.contents_area .section .sec_cont .list > li:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contents_area .section .sec_cont .list > li .heading {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.03em;
  border-bottom: 1px dashed #c1bbb5;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list > li .heading {
    font-size: 22px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
.contents_area .section .sec_cont .list > li .heading::before {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  width: 6px;
  border-radius: 50%;
  top: 0.6em;
  left: 0;
  background-color: #d63032;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list > li .heading::before {
    width: 8px;
  }
}
.contents_area .section .sec_cont .list > li .text {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .list > li .text {
    font-size: 15px;
    line-height: 1.86;
  }
}
.contents_area .section .sec_cont .row_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list {
    width: min(845px, 100%);
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
  }
}
.contents_area .section .sec_cont .row_list > li {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 18px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 240px;
    max-width: 400px;
    border-radius: 10px;
    padding: 22px 20px 18px;
  }
}
.contents_area .section .sec_cont .row_list > li .heading {
  font-size: 18px;
  letter-spacing: 0.03em;
  border-bottom: 1px dashed #c1bbb5;
  padding-bottom: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list > li .heading {
    text-align: center;
    padding-bottom: 16px;
  }
}
.contents_area .section .sec_cont .row_list > li .heading span {
  position: relative;
  padding-left: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list > li .heading span {
    padding-left: 16px;
  }
}
.contents_area .section .sec_cont .row_list > li .heading span::before {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  width: 6px;
  border-radius: 50%;
  top: 0.6em;
  left: 0;
  background-color: #d63032;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list > li .heading span::before {
    width: 8px;
  }
}
.contents_area .section .sec_cont .row_list > li .text {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .row_list > li .text {
    font-size: 13px;
  }
}
.contents_area .section .sec_cont .flow_list {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 18px 16px 20px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list {
    width: min(740px, 100%);
    border-radius: 10px;
    padding: 30px 36px;
    margin-inline: auto;
  }
}
.contents_area .section .sec_cont .flow_list > li {
  position: relative;
  padding-left: 18px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 110px;
    grid-template-columns: 1fr 110px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding-left: 30px;
  }
  .contents_area .section .sec_cont .flow_list > li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .contents_area .section .sec_cont .flow_list > li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .contents_area .section .sec_cont .flow_list > li > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .contents_area .section .sec_cont .flow_list > li > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.contents_area .section .sec_cont .flow_list > li:not(:last-child) {
  padding-bottom: 22px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li:not(:last-child) {
    padding-bottom: 36px;
  }
}
.contents_area .section .sec_cont .flow_list > li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 3.5px;
  width: 1px;
  height: 100%;
  background-color: #d63032;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li:not(:last-child)::after {
    top: 0.8em;
  }
}
.contents_area .section .sec_cont .flow_list > li::before {
  position: absolute;
  content: "";
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  top: 0.75em;
  left: 0;
  background-color: #d63032;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li::before {
    top: 0.8em;
  }
}
.contents_area .section .sec_cont .flow_list > li .heading {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li .heading {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .sec_cont .flow_list > li .heading {
    font-size: 20px;
  }
}
.contents_area .section .sec_cont .flow_list > li .text {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.69;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li .text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 15px;
    line-height: 1.86;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .contents_area .section .sec_cont .flow_list > li .text {
    font-size: 14px;
  }
}
.contents_area .section .sec_cont .flow_list > li .image {
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .contents_area .section .sec_cont .flow_list > li .image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    margin-top: 0;
  }
}

/* related interview
---------------------------------------------------------- */
.related_interview {
  margin-top: 45px;
}
@media all and (min-width: 751px) {
  .related_interview {
    margin-top: 80px;
  }
}
.related_interview .related_ttl {
  text-align: center;
  margin-bottom: 14px;
}
@media all and (min-width: 751px) {
  .related_interview .related_ttl {
    margin-bottom: 28px;
  }
}
.related_interview .related_ttl .jp {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding-left: 0.8em;
}
@media all and (min-width: 751px) {
  .related_interview .related_ttl .jp {
    font-size: 13px;
  }
}
.related_interview .related_ttl .jp::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d63032;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 4px;
}
@media all and (min-width: 751px) {
  .related_interview .related_ttl .jp::before {
    width: 6px;
  }
}
.related_interview .related_ttl .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #d63032;
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .related_interview .related_ttl .en {
    font-size: 74px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .related_interview .related_ttl .en {
    font-size: 60px;
  }
}
.related_interview .related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .related_interview .related_list {
    gap: 14px;
  }
}
.related_interview .related_list > li {
  width: 100%;
}
@media all and (min-width: 751px) {
  .related_interview .related_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .related_interview .related_list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .related_interview .related_list > li:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media (hover: hover) {
  .related_interview .related_list > li a .image {
    overflow: hidden;
  }
  .related_interview .related_list > li 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;
  }
  .related_interview .related_list > li a:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
.related_interview .related_list > li .image {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 8px;
}
@media all and (min-width: 751px) {
  .related_interview .related_list > li .image {
    border-radius: 10px;
  }
}
@media all and (min-width: 751px) {
  .related_interview .related_list > li .image {
    margin-bottom: 12px;
  }
}
.related_interview .related_list > li .heading {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .related_interview .related_list > li .heading {
    font-size: 16px;
  }
}
.related_interview .related_list > li .heading .name {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0.2em;
}
@media all and (min-width: 751px) {
  .related_interview .related_list > li .heading .name {
    font-size: 20px;
    margin-top: 0.4em;
  }
}