@charset "UTF-8";


.table-wrapper {
  overflow-x: auto;
}
.table-style01 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-top: 5px solid #f9d1c1;
  border-bottom: 5px solid #f9d1c1;
  table-layout: fixed;
  width: 100%;
}
.table-style01 th,
.table-style01 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-style01 thead td,
.table-style01 th {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.33333333;
  color: #333;
  text-align: center;
  background-color: #f9d1c1;
}
.table-style01 thead td,
.table-style01 tbody td {
  padding: 2.2rem 1.6rem 2.85rem 4rem;
}
.section06 .table-style01 thead td,
.section06 .table-style01 tbody td {
  text-align: center;
  padding-left: 1.6rem;
}
.table-style01 thead td,
.table-style01 tbody th {
  width: 30rem;
}
.section06 .table-style01 thead td + td,
.section06 .table-style01 tbody td {
  width: 22.6rem;
}
.table-style01 thead td + td {
  border-left: 1px solid #fff;
}
.table-style01 tbody th {
  border-top: 1px solid #fff;
  padding: 2.5rem 1.6rem;
}
.table-style01 tbody td {
  font-size: 2.0rem;
  line-height: 1.55555556;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  vertical-align: middle;
}
.person-item {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.person-item-wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.2rem 0 3.8rem;
  position: relative;
}
.person-item-wrapper::before,
.person-item-wrapper::after {
  content: '';
  background: url(../images/requirements/double-quotation-mark.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 6.2rem;
  aspect-ratio: 62/50;
  position: absolute;
}
.person-item-wrapper::before {
  margin: -3.5rem 0 0 3rem;
  top: 0;
  left: 0;
}
.person-item-wrapper::after {
  margin: 0 3rem -3.5rem 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.person-item-label {
  font-weight: 700;
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.58333333;
  color: #333;
  text-align: center;
/*
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #ff0;
          text-decoration-color: #ff0;
  text-decoration-thickness: 1.5rem;
  text-underline-offset: -.6rem;
*/
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -.6rem 0 2rem;
}
.person-item-label span{
  -webkit-text-decoration-line: underline;
          text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #ff0;
          text-decoration-color: #ff0;
  text-decoration-thickness: 10px;
  text-underline-offset: -.6rem;
  text-decoration-skip-ink: none;
}

.person-item-description {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: center;
}
.occupation-item {
  background-color: #fff;
  border-radius: 1rem 1rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.6rem 4rem 3.8rem;
  width: 40rem;
  position: relative;
}
.occupation-item::before {
  content: '';
  border-top: 5px solid #e94609;
  display: block;
  width: 260px;
  width: 76.47058824%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.occupation-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.occupation-name {
  font-weight: 700;
  font-size: 3.2rem;
  color: #e94609;
  text-align: center;
}
.occupation-description {
  font-size: 2.0rem;
  line-height: 1.75;
  color: #4d4d4d;
  margin: 1.8rem 0 1.7rem;
}
.occupation-time-wrapper {
  border-top: 1px solid #4d4d4d;
  margin-top: auto;
  padding-top: 1.8rem;
}
.occupation-time-label {
  font-weight: 700;
  font-size: 2.1rem;
  color: #e94609;
  line-height: 1;
  border-left: 5px solid #e94609;
  margin: 0 0 1.2rem;
  padding: 0 0 0 1rem;
}
.occupation-time {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.5;
  color: #4d4d4d;
}
.occupation-note {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.71428571;
  color: #4d4d4d;
}
.link-container {
  text-align: center;
  margin-top: 4rem;
}
.link-style-requirements {
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  background-color: #e94609;
  border-radius: 3rem 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem;
  max-width: 100%;
  width: 28rem;
  height: 6rem;
}
.recruiting-flow .flow-label,
.recruiting-flow .flow-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruiting-flow .flow-label {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  background-color: #e94609;
  padding: 1.9rem 1.6rem;
  width: 20rem;
}
.recruiting-flow .flow-content {
  font-weight: 700;
  font-size: 2.4rem;
  color: #e94609;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.9rem 4rem;
}
.recruiting-flow .recruiting-flow-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruiting-flow .recruiting-flow-item + .recruiting-flow-item {
  margin-top: 2rem;
}
.recruiting-flow .recruiting-flow-item + .recruiting-flow-item .flow-label {
  position: relative;
}
.recruiting-flow .recruiting-flow-item + .recruiting-flow-item .flow-label::before {
  content: '';
  border-color: #f9d1c1;
  border-style: solid;
  border-width: 1rem .5rem 1rem .5rem;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.salary {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.salary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.salary-th {
  width: 12em;
}
.page-content .section + .section {
  margin-top: 12rem;
}
.page-content .section.section03,
.page-content .section.section04,
.page-content .section.section05,
.page-content .section.section06 {
  margin: 0 auto;
  max-width: 100%;
  width: 110rem;
}
.page-content .section.section05,
.page-content .section.section06 {
  margin-top: 12rem;
}
.page-content .section.section01 {
  margin: .4rem auto 0;
}
.page-content .section.section02 {
  margin-top: 11.4rem;
}
.page-content .section.section03 {
  margin-top: 11rem;
}
.page-content .section.section04 {
  margin-top: 10.6rem;
}
.page-content .section.section05 {
  margin-top: 11rem;
}
.page-content .section.section06 {
  margin-top: 11rem;
}
.page-content .section_title {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .person-item + .person-item {
    border-left: 1px solid #4d4d4d;
  }
  .occupation-item {
    margin-left: 4rem;
  }
  .occupation-item-wrapper {
    margin-left: -4rem;
  }
  .page-content .section.section01 .section_title {
    margin-bottom: 3.4rem;
  }
  .page-content .section.section02 .section_title {
    margin-bottom: 3.7rem;
  }
  .page-content .section.section03 .section_title {
    margin-bottom: 3.4rem;
  }
  .page-content .section.section04 .section_title {
    margin-bottom: 3.5rem;
  }
  .page-content .section.section05 .section_title {
    margin-bottom: 3.4rem;
  }
  .page-content .section.section05 .table-style01 tbody tr:first-of-type td {
    padding-bottom: 2.2rem;
  }
  .page-content .section.section06 .section_title {
    margin-bottom: 3.4rem;
  }
}


@media screen and (max-width: 768px) {
  .section:not(.section06) .table-style01 {
    border-top: none;
    border-bottom: none;
  }
  .occupation-item + .occupation-item {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section:not(.section06) .table-style01 th,
  .section:not(.section06) .table-style01 td {
    display: block;
  }
  .table-style01 thead td,
  .table-style01 th {
    font-size: 1.6rem;
  }
  .table-style01 thead td,
  .table-style01 tbody td {
    padding: .8rem 1.6rem;
  }
  .section:not(.section06) .table-style01 thead td,
  .section:not(.section06) .table-style01 tbody th {
    width: 100%;
  }
  .section.section06 .table-style01 thead td,
  .section.section06 .table-style01 tbody th {
    width: 14rem;
  }
  .table-style01 tbody th {
    padding: .8rem 1.6rem;
  }
  .section:not(.section06) .table-style01 tbody th {
    border-top: none;
  }
  .table-style01 tbody td {
    font-size: 1.4rem;
  }
  .person-item {
    width: 100%;
  }
  .person-item + .person-item {
    border-top: 1px solid #4d4d4d;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
  .person-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem 3.2rem 3.2rem;
  }
  .person-item-wrapper::before,
  .person-item-wrapper::after {
    width: 4rem;
  }
  .person-item-wrapper::before {
    margin: -2.4rem 0 0 1.6rem;
  }
  .person-item-wrapper::after {
    margin: 0 1.6rem -2.4rem 0;
  }
  .person-item-label {
    font-size: 2rem;
    margin: 0 0 1.6rem;
  }
  .person-item-description {
    font-size: 1.4rem;
  }
  .occupation-item {
    max-width: 100%;
    padding: 3.2rem 1.6rem 1.6rem;
  }
  .occupation-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .occupation-name {
    font-size: 2rem;
  }
  .occupation-description {
    font-size: 1.4rem;
    margin: 1.6rem 0;
  }
  .occupation-time-wrapper {
    padding-top: 1.6rem;
  }
  .occupation-time-label {
    font-size: 1.6rem;
    margin: 0 0 .8rem;
    padding: 0 0 0 .8rem;
  }
  .occupation-time {
    font-size: 1.4rem;
  }
  .occupation-note {
    font-size: 1.2rem;
  }
  .link-container {
    margin-top: 3.2rem;
  }
  .link-style-requirements {
    font-size: 1.6rem;
    width: 24rem;
    height: 5rem;
  }
  .recruiting-flow .flow-label {
    font-size: 1.6rem;
    padding: .8rem 1.6rem;
    width: 10rem;
  }
  .recruiting-flow .flow-content {
    font-size: 1.6rem;
    padding: .8rem 1.6rem;
  }
  .recruiting-flow .recruiting-flow-item + .recruiting-flow-item {
    margin-top: 1.6rem;
  }
  .recruiting-flow .recruiting-flow-item + .recruiting-flow-item .flow-label::before {
    border-width: .8rem .5rem .8rem .5rem;
  }
  .page-content .section + .section {
    margin-top: 8rem;
  }
  .page-content .section_title {
    margin-bottom: 2.4rem;
  }
}
