.secJob .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.secJob .btnWrap .btnList {
  background: #ffffff;
  border-radius: 4px;
}
.secJob .btnWrap .btnList .staffData {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px 24px 22px;
}
.secJob .btnWrap .btnList .staffData .textCol {
  width: 64.56%;
}
.secJob .btnWrap .btnList .staffData .textCol .headText {
  color: #8FB873;
  font-size: 13px;
  padding: 0 0 12px 0;
}
.secJob .btnWrap .btnList .staffData .textCol .title {
  border-bottom: solid 1px #000000;
  font-size: 12px;
  line-height: 200%;
  padding: 0 12px 0 0;
  min-height: 49px;
}
.secJob .btnWrap .btnList .staffData .imgCol {
  width: 35.44%;
  aspect-ratio: 1/1;
  position: relative;
  top: 4px;
}
.secJob .btnWrap .btnList .staffData .imgCol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .secJob {
    padding: 0 0 56px 0;
  }
  .secJob .btnWrap {
    row-gap: 24px;
    padding: 32px 0 0 0;
    align-items: center;
    flex-direction: column;
  }
  .secJob .btnWrap .btnList {
    width: min(100%, 280px);
  }
  .secJob .btnWrap .btnList .commonBtn {
    height: auto;
    min-height: 40px;
  }
  .secJob .btnWrap .btnList .commonBtn .btnText {
    padding-left: 23px;
    line-height: 120%;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secJob {
    padding: 0 0 80px 0;
  }
  .secJob .btnWrap {
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
    row-gap: 52px;
    padding: 32px 0 0 0;
    justify-content: space-evenly;
  }
  .secJob .btnWrap .btnList {
    width: max(31.2%, 250px);
  }
  .secJob .btnWrap .btnList .commonBtn {
    height: auto;
    min-height: 48px;
  }
  .secJob .btnWrap .btnList .commonBtn .btnText {
    padding-left: 23px;
  }
}
.secFlow .stepArea .stepList {
  display: flex;
  border: solid 1px #000000;
}
.secFlow .stepArea .stepList .numCol {
  text-align: center;
}
.secFlow .stepArea .stepList .detailCol {
  line-height: 180%;
  letter-spacing: 0.03em;
}
.secFlow .stepArea .arrow {
  background: url(../images/step_arrow.svg) center center no-repeat;
  background-size: 14px;
  height: 20px;
}
.secFlow .noetArea {
  background: #ffffff;
  text-align: center;
}
.secFlow .noetArea .nodeText {
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    padding: 0 0 56px 0;
  }
  .secFlow .stepArea {
    padding: 36px 0 36px;
  }
  .secFlow .stepArea .stepList {
    display: grid;
    grid-template-columns: min(19%, 66px) calc(100% - min(19%, 66px) - min(4.6%, 14px));
    padding: 30px 0px 30px 0;
    -moz-column-gap: min(4.6%, 14px);
         column-gap: min(4.6%, 14px);
  }
  .secFlow .stepArea .stepList .numCol {
    grid-row: 1/3;
    grid-column: 1/2;
    border-right: solid 1px #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .secFlow .stepArea .stepList .numCol .head {
    font-size: 10px;
  }
  .secFlow .stepArea .stepList .numCol .num {
    font-size: 20px;
  }
  .secFlow .stepArea .stepList .titleCol {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 12px 0 0 0;
  }
  .secFlow .stepArea .stepList .detailCol {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 8px 0 0 0;
    font-size: 13px;
    padding: 16px 16px 10px 0px;
  }
  .secFlow .noetArea {
    padding: 28px 0 36px 0;
  }
  .secFlow .noetArea .noteTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 16px 0;
  }
  .secFlow .noetArea .nodeText {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow {
    padding: 0 0 80px 0;
  }
  .secFlow .stepArea {
    padding: 36px 0 36px;
  }
  .secFlow .stepArea .stepList {
    justify-content: space-between;
    align-items: stretch;
    padding: 8px 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
    min-height: 152px;
  }
  .secFlow .stepArea .stepList .numCol {
    border-right: solid 1px #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%;
    margin-right: 3%;
  }
  .secFlow .stepArea .stepList .numCol .head {
    font-size: 10px;
  }
  .secFlow .stepArea .stepList .numCol .num {
    font-size: clamp(14px, 1.83vw, 22px);
  }
  .secFlow .stepArea .stepList .titleCol {
    width: calc(87% - min(53%, 480px) - 4%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secFlow .stepArea .stepList .detailCol {
    width: min(53%, 480px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    padding: 16px 10px 16px 0;
  }
  .secFlow .noetArea {
    padding: 28px 0 36px 0;
  }
  .secFlow .noetArea .noteTitle {
    font-size: clamp(14px, 1.5vw, 18px);
    padding: 0 0 16px 0;
  }
  .secFlow .noetArea .nodeText {
    font-size: clamp(14px, 1.17vw, 14px);
  }
}
.secResult .resultWrap .resultList .title {
  text-align: center;
}
.secResult .resultWrap .resultList .title.pink {
  background: #D6B2B2;
}
.secResult .resultWrap .resultList .title.blue {
  background: #83BAC9;
}
.secResult .resultWrap .resultList .title.yellow {
  background: #C4C982;
}
.secResult .resultWrap .resultList .title.green {
  background: #8FB873;
}
.secResult .resultWrap .resultList .resultTable {
  margin: 0 16px;
  width: calc(100% - 32px);
}
.secResult .resultWrap .resultList .resultTable tr {
  border-bottom: solid 1px #000000;
}
.secResult .resultWrap .resultList .resultTable tr:last-of-type {
  border-bottom: none;
}
.secResult .resultWrap .resultList .resultTable tr.top {
  border-bottom: none;
}
.secResult .resultWrap .resultList .resultTable td {
  text-align: center;
}
.secResult .resultWrap .resultList .resultTable td.leftCol {
  text-align: left;
  padding-left: 0;
}
.secResult .resultWrap .resultList .resultTable .top td {
  padding: 12px 0 2px 0;
}
.secResult .resultWrap .resultList .resultTable .top td .tag {
  width: 80px;
  background: #ffffff;
  text-align: center;
  padding: 4px 0;
}

@media only screen and (max-width: 767px) {
  .secResult {
    padding: 0 0 72px 0;
  }
  .secResult .resultWrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 30px 0 0 0;
  }
  .secResult .resultWrap .resultList {
    width: 100%;
  }
  .secResult .resultWrap .resultList .title {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 5px 0;
  }
  .secResult .resultWrap .resultList .resultTable td {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .secResult .resultWrap .resultList .resultTable .top td .tag {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secResult {
    padding: 0 0 90px 0;
  }
  .secResult .resultWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 48px;
    padding: 30px 0 0 0;
  }
  .secResult .resultWrap .resultList {
    width: clamp(240px, 44%, 284px);
  }
  .secResult .resultWrap .resultList .title {
    font-size: 16px;
    padding: 5px 0;
  }
  .secResult .resultWrap .resultList .resultTable td {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 22px;
  }
  .secResult .resultWrap .resultList .resultTable .top td .tag {
    font-size: 14px;
    margin: 0 0 0 auto;
  }
}
.secModel .modelImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secModel {
    padding: 0 0 56px 0;
  }
  .secModel .modelImg {
    padding: 32px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secModel {
    padding: 0 0 80px 0;
  }
  .secModel .modelImg {
    padding: 64px 0 0 0;
  }
}
.secContact .contactBox {
  background: #ffffff;
  text-align: center;
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secContact .contactBox {
    margin: 36px 0 0 0;
    padding: 32px 6px;
    font-size: 14px;
  }
  .secContact .contactBox .imgMail {
    width: 170px;
  }
}
@media print, screen and (min-width: 768px) {
  .secContact .contactBox {
    margin: 40px 0 0 0;
    padding: 32px 10px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */