@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.searchResult__body {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1030px; }

.jobAdvisor__btn, .jobFoot__cvBtn, .jobSide__cvBtn, .spFooter__cvBtn, .resultMain__headBtn, .resultMain__btn, .resultMain__btn--pink, .resultMain__btn--lightgreen, .searchArea__applyBtn, .searchArea__clearBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  padding: 15px;
  background: #D81159;
  box-shadow: 0 3px 0 0 #98083C;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition-property: transform, box-shadow, opacity;
  transition-duration: 0.2s; }
  .jobAdvisor__btn:hover, .jobFoot__cvBtn:hover, .jobSide__cvBtn:hover, .spFooter__cvBtn:hover, .resultMain__headBtn:hover, .resultMain__btn:hover, .resultMain__btn--pink:hover, .resultMain__btn--lightgreen:hover, .searchArea__applyBtn:hover, .searchArea__clearBtn:hover {
    transform: translateY(3px);
    box-shadow: none;
    opacity: 0.8; }
  .jobAdvisor__btn:active, .jobFoot__cvBtn:active, .jobSide__cvBtn:active, .spFooter__cvBtn:active, .resultMain__headBtn:active, .resultMain__btn:active, .resultMain__btn--pink:active, .resultMain__btn--lightgreen:active, .searchArea__applyBtn:active, .searchArea__clearBtn:active, .jobAdvisor__btn:link, .jobFoot__cvBtn:link, .jobSide__cvBtn:link, .spFooter__cvBtn:link, .resultMain__headBtn:link, .resultMain__btn:link, .resultMain__btn--pink:link, .resultMain__btn--lightgreen:link, .searchArea__applyBtn:link, .searchArea__clearBtn:link, .jobAdvisor__btn:visited, .jobFoot__cvBtn:visited, .jobSide__cvBtn:visited, .spFooter__cvBtn:visited, .resultMain__headBtn:visited, .resultMain__btn:visited, .resultMain__btn--pink:visited, .resultMain__btn--lightgreen:visited, .searchArea__applyBtn:visited, .searchArea__clearBtn:visited {
    color: #ffffff; }

* {
  box-sizing: border-box; }

body {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt"; }

body,
p {
  word-wrap: break-word; }

img,
table {
  max-width: 100%; }

ol,
ul {
  list-style: none; }

img {
  height: auto; }

a:focus, button:focus, select:focus {
  outline: none; }

a {
  color: #000000;
  text-decoration: none; }

button {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer; }

select {
  font-size: 16px; }

amp-img img {
  object-fit: contain; }

.bnrArea {
  padding: 20px 10px 0; }

.bnrArea__anchor {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s; }
  .bnrArea__anchor:hover {
    color: #ffffff;
    opacity: 0.8; }

.bnrArea__banner, .bnrArea__banner--pc, .bnrArea__banner--sp {
  width: 100%;
  height: auto; }
  .bnrArea__banner--pc {
    display: block; }
    @media screen and (max-width: 750px) {
      .bnrArea__banner--pc {
        display: none; } }
  .bnrArea__banner--sp {
    display: none; }
    @media screen and (max-width: 750px) {
      .bnrArea__banner--sp {
        display: block; } }

.bnrArea__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #2aa765; }
  @media screen and (max-width: 750px) {
    .bnrArea__summary {
      flex-flow: row-reverse wrap;
      padding: 10px; } }

.bnrArea__text, .bnrArea__text--bold {
  flex: 1 1 auto;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .bnrArea__text, .bnrArea__text--bold {
      order: 3;
      margin-top: 10px;
      padding: 0;
      font-size: 11px;
      line-height: 1.4; } }
  .bnrArea__text--bold {
    flex: 0 0 auto;
    padding: 0;
    font-size: 19px; }
    @media screen and (max-width: 750px) {
      .bnrArea__text--bold {
        flex: 1 1 auto;
        order: 2;
        margin-right: 10px;
        font-size: 14px; } }

.bnrArea__btn {
  flex: 0 0 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 30px;
  width: 195px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 700; }
  @media screen and (max-width: 750px) {
    .bnrArea__btn {
      flex: 0 0 auto;
      order: 1;
      border-width: 1px;
      padding: 5px 10px;
      font-size: 11px;
      width: auto;
      height: auto; } }

.copyBtn {
  display: block;
  border: 2px solid #2AA765;
  border-radius: 8px;
  padding: 15px 5px;
  width: 100%;
  min-height: 50px;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #2AA765;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .copyBtn:hover {
    background: #E8F6EE; }
  .copyBtn.is-copied::after {
    content: 'しました'; }

.jobAdvisor {
  padding: 20px; }

.jobAdvisor__heading, .jobAdvisor__heading--emphasis {
  color: #2AA765;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__heading, .jobAdvisor__heading--emphasis {
      font-size: 17px;
      line-height: 1.9; } }
  .jobAdvisor__heading--emphasis {
    position: relative;
    font-style: normal;
    text-emphasis: circle #D81159; }
    .jobAdvisor__heading--emphasis::before {
      content: none; }
      @media all and (-ms-high-contrast: none) {
        *::-ms-backdrop, .jobAdvisor__heading--emphasis::before {
          content: '';
          width: 100%;
          height: 4px;
          background: radial-gradient(circle closest-side at center, #D81159 0px, #D81159 2px, rgba(0, 0, 0, 0) 2.2px) top left repeat-x;
          background-size: 0.95em 4px;
          position: absolute;
          top: -0.35em;
          left: 0;
          right: 0; } }
  .jobAdvisor__heading > br, .jobAdvisor__heading--emphasis > br {
    display: none; }
    @media screen and (max-width: 750px) {
      .jobAdvisor__heading > br, .jobAdvisor__heading--emphasis > br {
        display: inline; } }

.jobAdvisor__carousel {
  margin-top: 10px;
  padding: 0 20px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__carousel {
      padding: 0 15px; } }

.jobAdvisor__slickBtn, .jobAdvisor__slickBtn--prev, .jobAdvisor__slickBtn--next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: #2aa765;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%); }
  .jobAdvisor__slickBtn::before, .jobAdvisor__slickBtn--prev::before, .jobAdvisor__slickBtn--next::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
  .jobAdvisor__slickBtn--prev {
    left: -15px;
    padding-left: 8px; }
    .jobAdvisor__slickBtn--prev::before {
      transform: rotate(-135deg); }
  .jobAdvisor__slickBtn--next {
    right: -15px;
    padding-right: 8px; }
    .jobAdvisor__slickBtn--next::before {
      transform: rotate(45deg); }

.jobAdvisor__inner {
  position: relative; }

.jobAdvisor__table {
  width: 100%; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__table {
      display: block; } }

@media screen and (max-width: 750px) {
  .jobAdvisor__tbody {
    display: flex;
    flex-flow: row wrap; } }

@media screen and (max-width: 750px) {
  .jobAdvisor__trow, .jobAdvisor__trow--spHalf {
    display: block;
    flex: 1 1 auto;
    width: 100%; } }

.jobAdvisor__trow + .jobAdvisor__trow, .jobAdvisor__trow--spHalf + .jobAdvisor__trow, .jobAdvisor__trow + .jobAdvisor__trow--spHalf, .jobAdvisor__trow--spHalf + .jobAdvisor__trow--spHalf {
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__trow + .jobAdvisor__trow, .jobAdvisor__trow--spHalf + .jobAdvisor__trow, .jobAdvisor__trow + .jobAdvisor__trow--spHalf, .jobAdvisor__trow--spHalf + .jobAdvisor__trow--spHalf {
      border-top: none; } }

@media screen and (max-width: 750px) {
  .jobAdvisor__trow--spHalf {
    width: 50%; } }

.jobAdvisor__theader {
  padding: 1em 1.5em 1em 1em;
  background: #E8F6EE;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  white-space: nowrap; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__theader {
      display: block;
      padding: 8px 10px; } }

.jobAdvisor__tdata {
  padding: 10px 5px; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__tdata {
      display: block; } }

.jobAdvisor__img, .jobAdvisor__img--pc, .jobAdvisor__img--sp {
  display: block;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__img, .jobAdvisor__img--pc, .jobAdvisor__img--sp {
      max-height: 40px; } }
  .jobAdvisor__img--pc {
    display: block; }
    @media screen and (max-width: 750px) {
      .jobAdvisor__img--pc {
        display: none; } }
  .jobAdvisor__img--sp {
    display: none; }
    @media screen and (max-width: 750px) {
      .jobAdvisor__img--sp {
        display: block; } }

.jobAdvisor__btnOuter {
  padding: 0 10px 0 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .jobAdvisor__btnOuter {
      padding: 0 10px; } }

.jobAdvisor__btn {
  margin: 0 auto;
  padding: 14px;
  width: 100%;
  max-width: 396px;
  font-size: 18px;
  line-height: 1.45; }
  @media screen and (max-width: 750px) {
    .jobAdvisor__btn {
      border-radius: 4px;
      padding: 10px 5px;
      font-size: 14px;
      line-height: 1.4; } }
  .jobAdvisor__btn:hover {
    opacity: 1; }

.jobDetail {
  padding: 100px 0 30px;
  background: #f2f2f2; }
  @media screen and (max-width: 750px) {
    .jobDetail {
      padding: 60px 0 15px; } }

.jobDetail__body {
  margin: 10px auto 0;
  width: 100%;
  max-width: 1030px; }

.jobDetail__head {
  padding: 0 10px; }

.jobDetail__headInner {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden; }

.jobDetail__middle {
  padding: 10px 0;
  display: flex;
  justify-content: space-between; }

.jobFoot {
  padding: 0 10px; }

.jobFoot__cvArea {
  padding: 25px;
  background: linear-gradient(to right, #2ba769 0, #52cfba 100%); }
  @media screen and (max-width: 750px) {
    .jobFoot__cvArea {
      padding: 15px; } }

.jobFoot__cvBtn {
  margin: 0 auto;
  padding: 22px;
  max-width: 396px;
  font-size: 18px; }
  @media screen and (max-width: 750px) {
    .jobFoot__cvBtn {
      padding: 15px;
      height: auto;
      font-size: 16px; } }

.jobHead__body {
  width: 100%;
  background: #fff;
  position: relative; }
  .jobHead__body.new::before {
    content: 'NEW';
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5px;
    width: 70px;
    height: 70px;
    background: #ffff00;
    color: #000;
    font-family: 'Poppins';
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: -40px;
    right: -40px;
    transform: rotate(45deg); }
    @media screen and (max-width: 750px) {
      .jobHead__body.new::before {
        top: -45px;
        right: -45px; } }

.jobHead__top {
  border-top: 10px solid #2AA765;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 20px;
  background: #E8F6EE;
  color: #000; }
  @media screen and (max-width: 750px) {
    .jobHead__top {
      border-top-width: 8px;
      padding: 10px 25px; } }

.jobHead__heading {
  font-size: 26px;
  line-height: 1.3; }
  @media screen and (max-width: 750px) {
    .jobHead__heading {
      font-size: 18px;
      line-height: 1.5; } }

@media screen and (max-width: 750px) {
  .jobHead__headingAnchor {
    font-size: 16px; } }

.jobHead__headingAnchor:hover {
  text-decoration: underline; }

.jobHead__leadWrap {
  margin-top: 0.25em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap; }

.jobHead__lead {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4; }
  @media screen and (max-width: 750px) {
    .jobHead__lead {
      font-size: 12px; } }

.jobHead__update {
  flex: 0 0 auto; }
  @media screen and (max-width: 750px) {
    .jobHead__update {
      display: none; } }

.jobHead__updateText {
  font-size: 12px;
  font-weight: bold; }
  .jobHead__updateText + .jobHead__updateText {
    margin-left: 1em; }

.jobHead__catchCopy {
  border-top: 1px solid #d6d6d6;
  padding: 10px 20px;
  background: #FFF1DC;
  color: #FF5600;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6; }
  @media screen and (max-width: 750px) {
    .jobHead__catchCopy {
      padding: 5px 15px;
      font-size: 12px;
      line-height: 1.35; } }

.jobHead__bottom {
  border-top: 1px solid #d6d6d6;
  padding: 10px 15px; }
  @media screen and (max-width: 750px) {
    .jobHead__bottom {
      padding: 5px 10px; } }

.jobHead__cv {
  border-top: 1px solid #d6d6d6;
  padding: 20px; }
  @media screen and (max-width: 750px) {
    .jobHead__cv {
      padding: 15px; } }

.jobInfo__list {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .jobInfo__list {
      flex-flow: row wrap; } }

.jobInfo__item, .jobInfo__item--spWide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  padding: 15px 10px;
  width: calc(100% / 3);
  height: 70px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .jobInfo__item, .jobInfo__item--spWide {
      padding: 10px;
      width: 50%;
      height: 55px; } }
  .jobInfo__item::before, .jobInfo__item--spWide::before {
    content: '';
    border-left: 1px solid #d6d6d6;
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 10px; }
  @media screen and (max-width: 750px) {
    .jobInfo__item--spWide {
      flex: 1 0 100%;
      width: 100%;
      min-width: 100%;
      border-bottom: 1px solid #d6d6d6; } }

.jobInfo__iconOuter {
  margin-right: 10px;
  flex: 0 0 auto;
  min-width: 42px; }

.jobInfo__icon {
  display: block;
  margin: 0 auto; }

.jobInfo__iconText {
  margin-top: 5px;
  color: #2aa765;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .jobInfo__iconText {
      font-size: 12px; } }

.jobInfo__text, .jobInfo__text--orange {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .jobInfo__text, .jobInfo__text--orange {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap; } }
  .jobInfo__text--orange {
    color: #ff5f39;
    font-size: 18px; }

.jobMain {
  flex: 1 1 auto;
  padding: 10px;
  max-width: 70%;
  min-width: 0; }
  @media screen and (max-width: 750px) {
    .jobMain {
      max-width: 100%; } }

.jobMain__inner, .jobMain__inner--sp, .jobMain__inner--green {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden; }
  .jobMain__inner + .jobMain__inner, .jobMain__inner--sp + .jobMain__inner, .jobMain__inner--green + .jobMain__inner, .jobMain__inner + .jobMain__inner--sp, .jobMain__inner--sp + .jobMain__inner--sp, .jobMain__inner--green + .jobMain__inner--sp, .jobMain__inner + .jobMain__inner--green, .jobMain__inner--sp + .jobMain__inner--green, .jobMain__inner--green + .jobMain__inner--green {
    margin-top: 20px; }
  .jobMain__inner--sp {
    display: none; }
    @media screen and (max-width: 750px) {
      .jobMain__inner--sp {
        display: block; } }
  .jobMain__inner--green {
    border: 4px solid #2AA765; }

.jobMain__headingWrap {
  padding: 11px 11px 11px 55px;
  background: #E8F6EE;
  position: relative; }
  @media screen and (max-width: 750px) {
    .jobMain__headingWrap {
      padding: 8px 10px 8px 45px; } }

.jobMain__headingIcon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 11px;
  left: 13px; }
  @media screen and (max-width: 750px) {
    .jobMain__headingIcon {
      width: 24px;
      height: 24px;
      top: 5px; } }

.jobMain__heading {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .jobMain__heading {
      font-size: 14px;
      line-height: 1.4; } }

.jobMain__content {
  padding: 20px; }
  @media screen and (max-width: 750px) {
    .jobMain__content {
      padding: 15px; } }
  .jobMain__content.__border {
    border-top: 1px solid #d6d6d6; }

.jobMain__text {
  font-size: 14px;
  line-height: 1.5; }

.jobMain__table {
  width: 100%;
  overflow: hidden; }

@media screen and (max-width: 750px) {
  .jobMain__trow {
    display: block; } }

.jobMain__trow + .jobMain__trow {
  border-top: 2px solid #E8F6EE; }
  @media screen and (max-width: 750px) {
    .jobMain__trow + .jobMain__trow {
      margin-top: 4px;
      border-top-width: 1px;
      padding-top: 7px; } }

.jobMain__theader {
  padding: 5px 10px 5px 5px;
  color: #2AA765;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  position: relative; }
  @media screen and (max-width: 750px) {
    .jobMain__theader {
      display: block;
      padding: 0 0 0 8px;
      width: 100%;
      line-height: 1.5; } }
  .jobMain__theader::before {
    content: '';
    display: block;
    background: #D0F0DD;
    height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 750px) {
      .jobMain__theader::before {
        width: 4px;
        height: auto;
        background: #2aa765;
        top: 0;
        right: auto;
        bottom: 0; } }

.jobMain__tdata {
  padding: 5px;
  text-align: left;
  line-height: 1.5; }
  @media screen and (max-width: 750px) {
    .jobMain__tdata {
      display: block;
      margin-top: 4px;
      padding: 0;
      width: 100%; } }

.jobMain__companyLinkOuter {
  margin-top: 15px;
  text-align: right; }

.jobMain__companyLink {
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .jobMain__companyLink:link, .jobMain__companyLink:visited {
    text-decoration: underline; }
  .jobMain__companyLink:hover {
    text-decoration: none; }
  .jobMain__companyLink::before {
    content: '';
    border: 5px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.jobMain__btnList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px; }
  @media screen and (max-width: 750px) {
    .jobMain__btnList {
      gap: 10px; } }

.jobMain__btnClm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px; }
  @media screen and (max-width: 750px) {
    .jobMain__btnClm {
      gap: 10px;
      flex-direction: column; } }

.jobSide {
  flex: 1 1 auto; }

.jobSide__body {
  padding: 10px;
  min-width: 240px;
  position: sticky;
  top: 110px; }
  @media screen and (max-width: 750px) {
    .jobSide__body {
      display: block;
      padding-bottom: 0;
      width: 100%;
      background: linear-gradient(to right, #2ba768 0, #53cfbb 100%);
      position: fixed;
      top: auto;
      left: 0;
      right: 0;
      bottom: -100%;
      z-index: 99999;
      transition: bottom 0.3s; } }
  @media screen and (max-width: 750px) {
    .jobSide__body.is-active {
      bottom: 80px;
      transition: bottom 0.3s; } }

.jobSide__inner + .jobSide__inner, .jobSide__inner--pc + .jobSide__inner, .jobSide__inner + .jobSide__inner--pc, .jobSide__inner--pc + .jobSide__inner--pc {
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .jobSide__inner + .jobSide__inner, .jobSide__inner--pc + .jobSide__inner, .jobSide__inner + .jobSide__inner--pc, .jobSide__inner--pc + .jobSide__inner--pc {
      margin-top: 0; } }

@media screen and (max-width: 750px) {
  .jobSide__inner--pc {
    display: none; } }

.jobSide__headingWrap {
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .jobSide__headingWrap {
      border-radius: 8px 8px 0 0;
      padding: 10px 15px;
      background: #e8f6ee; } }

.jobSide__heading {
  padding: 15px 20px;
  background: #2AA765;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold; }
  @media screen and (max-width: 750px) {
    .jobSide__heading {
      border-bottom: 1px solid #2ca869;
      padding: 0 0 5px;
      background-color: #e8f6ee; } }

.jobSide__headingAnchor {
  color: #ffffff; }
  .jobSide__headingAnchor:link, .jobSide__headingAnchor:visited {
    color: #ffffff; }
  @media screen and (max-width: 750px) {
    .jobSide__headingAnchor {
      color: #000000; }
      .jobSide__headingAnchor:link, .jobSide__headingAnchor:visited {
        color: #000000; } }

.jobSide__content {
  padding: 15px 20px 20px;
  background: #fff; }
  @media screen and (max-width: 750px) {
    .jobSide__content {
      margin-top: 10px;
      padding: 0;
      background-color: #e8f6ee; } }

.jobSide__lead {
  color: #2ca869;
  font-weight: bold;
  font-size: 14px; }

.jobSide__companyName {
  text-decoration: underline; }
  .jobSide__companyName:link, .jobSide__companyName:visited {
    color: #2ca869; }
  .jobSide__companyName:hover {
    text-decoration: none; }

.jobSide__cvBtn {
  margin-top: 14px;
  height: 48px; }
  @media screen and (max-width: 750px) {
    .jobSide__cvBtn {
      display: none; } }

.jobSide__listOuter {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .jobSide__listOuter {
      border: none;
      border-radius: 0 0 8px 8px; } }

.jobSide__listTitle {
  padding: 10px 15px;
  background: #e8f6ee;
  font-size: 14px;
  font-weight: bold; }
  @media screen and (max-width: 750px) {
    .jobSide__listTitle {
      display: none; } }

.jobSide__list {
  background: #ffffff;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .jobSide__list {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      border: none;
      border-radius: 0 0 8px 8px; } }

.jobSide__item {
  position: relative; }
  .jobSide__item::before {
    content: '';
    border-right: 1px solid #e8f6ee;
    border-bottom: 1px solid #e8f6ee;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px; }
  @media screen and (max-width: 750px) {
    .jobSide__item {
      flex: 1 1 50%;
      width: 50%;
      max-width: 50%; } }

.jobSide__anchor {
  display: block;
  padding: 15px 15px 15px 60px;
  height: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  position: relative; }
  .jobSide__anchor::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2ca869;
    border-right: 2px solid #2ca869;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 1;
    transform: rotate(45deg);
    transition: left 0.1s linear; }
  .jobSide__anchor:hover::before {
    left: 15px; }

.jobSide__anchorIcon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 25px; }

.jobSide__spAnchorList {
  display: none; }
  @media screen and (max-width: 750px) {
    .jobSide__spAnchorList {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; } }

.jobSide__spAnchorOuter {
  flex: 1 1 auto;
  max-width: calc(50% - 5px); }

.jobSide__spAnchor, .jobSide__spAnchor--white, .jobSide__spAnchor--yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  height: 53px;
  font-size: 14px;
  font-weight: bold; }
  .jobSide__spAnchor--white {
    background: #ffffff;
    color: #2ca767; }
    .jobSide__spAnchor--white:link, .jobSide__spAnchor--white:visited {
      color: #2ca767; }
  .jobSide__spAnchor--yellow {
    background: #feff3a; }

.jobSide__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  background: #2aa765;
  transition: all .3s ease;
  color: #ffffff !important; }

.jobSide__btnOuter {
  margin-top: 10px;
  transition: 0.4s;
  opacity: 1; }

.jobTag__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap; }

.jobTag__item, .jobTag__item--green, .jobTag__item--white, .jobTag__item--anchorWhite, .jobTag__itemAnchor, .jobTag__itemAnchor--white {
  margin: 3px 2px;
  border: 1px solid #2AA765;
  border-radius: 8px;
  padding: 0 1em;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .jobTag__item, .jobTag__item--green, .jobTag__item--white, .jobTag__item--anchorWhite, .jobTag__itemAnchor, .jobTag__itemAnchor--white {
      font-size: 11px;
      border-radius: 4px; } }
  .jobTag__item--green {
    background: #2AA765;
    color: #fff; }
  .jobTag__item--white {
    background: #fff;
    color: #2AA765; }
  .jobTag__item--anchorWhite {
    background: #fff;
    color: #2AA765; }
    .jobTag__item--anchorWhite:hover {
      background: #2AA765;
      color: #fff; }

.jobTag__itemAnchor, .jobTag__itemAnchor--white {
  display: block;
  cursor: pointer;
  transition: 0.3s; }
  .jobTag__itemAnchor--white {
    background: #fff;
    color: #2AA765; }
    .jobTag__itemAnchor--white:active, .jobTag__itemAnchor--white:link, .jobTag__itemAnchor--white:visited {
      color: #2AA765; }
    .jobTag__itemAnchor--white:hover {
      background: #2AA765;
      color: #fff; }

.pager > span, .pager > b {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d6d6d6;
  width: 2.5em;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.6; }
  @media screen and (max-width: 750px) {
    .pager > span, .pager > b {
      flex: 1 1 auto;
      width: auto;
      font-size: 15px; } }

.pager {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .pager {
      display: flex; } }
  .pager > span {
    color: #d6d6d6; }
    .pager > span.first {
      border-left: none; }
    .pager > span > a {
      width: 100%;
      text-align: center;
      transition: 0.3s; }
      .pager > span > a:hover {
        color: #ffffff;
        background-color: #2aa765; }
  .pager > b {
    color: #ffffff;
    background: #2aa765; }

.recommend {
  width: 100%; }

.recommend__list {
  width: 100%; }

.recommend__slickBtn, .recommend__slickBtn--prev, .recommend__slickBtn--next {
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #2aa765;
  font-family: Font Awesome\ 5 Free;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  user-select: none; }
  .recommend__slickBtn--prev {
    left: -15px; }
    .recommend__slickBtn--prev::before {
      content: '\f104'; }
  .recommend__slickBtn--next {
    right: -15px; }
    .recommend__slickBtn--next::before {
      content: '\f105'; }

.recommend__item {
  padding: 10px 6px; }

.recommend__anchor {
  display: block;
  border-top: 3px solid #2aa765;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s; }
  .recommend__anchor:hover {
    box-shadow: 1px 1px 10px 0 rgba(95, 95, 95, 0.3); }

.recommend__head {
  padding: 10px 15px;
  background: #e8f6ee; }

.recommend__heading {
  height: 32px;
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .recommend__heading {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.recommend__lead {
  margin-top: 5px;
  color: #2aa765;
  font-size: 12px; }

.recommend__infoList {
  padding: 10px 15px; }

.recommend__infoItem {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .recommend__infoItem + .recommend__infoItem {
    margin-top: 5px; }

.recommend__iconOuter {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px; }

.recommend__icon {
  margin-right: 5px;
  width: 16px;
  height: 16px; }

.recommend__iconText {
  width: 3em;
  color: #2ba769;
  font-size: 13px;
  font-weight: bold;
  text-align: justify; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .recommend__iconText {
      text-justify: inter-ideograph; } }

.recommend__infoText, .recommend__infoText--orange {
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .recommend__infoText--orange {
    color: #ff5f39; }

.spFooter {
  display: none;
  opacity: 0;
  transform: translateY(35px);
  transition: all .3s ease;
  pointer-events: none; }
  @media screen and (max-width: 750px) {
    .spFooter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      box-sizing: border-box;
      height: 70px;
      background: linear-gradient(to right, #2ba768 0, #53cfbb 100%);
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100000; } }

body.__scrolled .spFooter {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all; }

.spFooter__cvBtn {
  flex: 1 1 auto;
  height: 37px;
  padding: 0;
  gap: 10px; }
  .spFooter__cvBtnTxt1 {
    background-color: #fff;
    width: 66px;
    height: 28px;
    border-radius: 14px;
    color: #d81159;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px; }
  .spFooter__cvBtnTxt2 {
    font-size: 16px; }

.spFooter__toggleBtn {
  flex: 0 0 auto;
  display: block;
  border: none;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  background: #ffffff url("/images/search/cvAreaSP_toggleBtnIcon.svg") center no-repeat;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .spFooter__toggleBtn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url("/images/search/cvAreaSP_toggleBtnIcon_close.svg") center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s; }
  .spFooter__toggleBtn.is-active::after {
    opacity: 1; }

.searchResult {
  padding-top: 100px; }
  @media screen and (max-width: 750px) {
    .searchResult {
      padding-top: 50px; } }

.searchResult__body {
  padding: 0; }

.searchResult__col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  @media screen and (max-width: 750px) {
    .searchResult__col2 {
      display: block;
      margin-top: 0; } }

.searchResult__col2Inner, .searchResult__col2Inner--sidebar, .searchResult__col2Inner--main {
  flex: 1 1 auto;
  padding: 10px; }
  .searchResult__col2Inner--sidebar {
    padding-bottom: 70px;
    max-width: 300px;
    min-width: 250px; }
    @media screen and (max-width: 750px) {
      .searchResult__col2Inner--sidebar {
        padding-bottom: 10px;
        max-width: 100%;
        min-width: auto; } }
  .searchResult__col2Inner--main {
    max-width: 720px; }
    @media screen and (max-width: 750px) {
      .searchResult__col2Inner--main {
        max-width: 100%; } }

.searchResult__spFooter {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  background: #2aa765;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s; }
  @media screen and (max-width: 750px) {
    .searchResult__spFooter {
      display: block; } }
  .searchResult__spFooter.is-show {
    opacity: 1;
    visibility: visible; }

.searchResult__openModalBtn {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #8dbe1c;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative; }
  .searchResult__openModalBtn::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url("/images/search/icon-change.svg") center no-repeat;
    background-size: contain; }

.resultHead {
  padding: 0 10px; }

.resultHead__heading, .resultHead__heading--lv2 {
  border-radius: 5px;
  padding: 10px 20px;
  background: #2aa765;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 750px) {
    .resultHead__heading, .resultHead__heading--lv2 {
      padding-left: 15px;
      padding-right: 35px;
      font-size: 14px;
      cursor: pointer; } }
  .resultHead__heading--lv2 {
    padding-left: 0;
    padding-right: 0;
    background: none;
    color: #2aa765;
    font-size: 16px; }
    .resultHead__heading--lv2::before {
      content: '◎'; }

.resultHead__headingIcon {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .resultHead__headingIcon {
      display: block; } }

.resultHead__content {
  margin-top: -5px;
  border: 1px solid #d6d6d6;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px 20px 80px;
  max-height: 150px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .resultHead__content {
      display: none;
      padding: 15px;
      max-height: none; } }

.resultHead__inner, .resultHead__inner--green {
  margin: 0 auto;
  max-width: 800px; }
  .resultHead__inner + .resultHead__inner, .resultHead__inner--green + .resultHead__inner, .resultHead__inner + .resultHead__inner--green, .resultHead__inner--green + .resultHead__inner--green {
    margin-top: 10px; }
  .resultHead__inner--green {
    border-radius: 10px;
    padding: 10px 20px;
    background: #e8f6ee; }

.resultHead__text, .resultHead__text--pink {
  line-height: 1.8; }
  .resultHead__text--pink {
    color: #cd0058;
    font-weight: bold; }

.resultHead__btnArea {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 800px; }

.resultHead__btnOuter {
  flex: 0 0 auto;
  margin: 0 auto;
  padding: 5px; }
  @media screen and (max-width: 750px) {
    .resultHead__btnOuter {
      flex: 1 1 auto;
      max-width: 300px; } }

.resultHead__btn, .resultHead__btn--pink, .resultHead__btn--blue {
  display: block;
  border-radius: 8px;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }
  .resultHead__btn:hover, .resultHead__btn--pink:hover, .resultHead__btn--blue:hover {
    text-decoration: underline; }
  .resultHead__btn--pink {
    background-color: #d81159; }
  .resultHead__btn--blue {
    background-color: #01a1c5; }

.resultHead__accordionCnt {
  margin-top: 10px;
  display: none; }

.resultHead__accordionBtnOuter {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.95) 90%);
  position: absolute;
  height: 140px;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 750px) {
    .resultHead__accordionBtnOuter {
      display: none; } }
  .resultHead__accordionBtnOuter.is-opened {
    height: auto; }

.resultHead__accordionBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 40px;
  padding: 10px;
  width: 100%;
  height: 40px;
  max-width: 250px;
  background: #2aa765;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold; }
  .resultHead__accordionBtn::before {
    content: '続きを読む'; }
  .resultHead__accordionBtn::after {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); }
  .resultHead__accordionBtn.is-opened::before {
    content: '閉じる'; }

.resultSide {
  height: 100%; }

.resultSide__container {
  position: sticky;
  top: 120px; }

.resultSide__inner, .resultSide__inner--pc {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 15px; }
  .resultSide__inner + .resultSide__inner, .resultSide__inner--pc + .resultSide__inner, .resultSide__inner + .resultSide__inner--pc, .resultSide__inner--pc + .resultSide__inner--pc {
    margin-top: 10px; }
  @media screen and (max-width: 750px) {
    .resultSide__inner--pc {
      display: none; } }
  .resultSide__inner--pc.-norBorder {
    border: 0;
    padding: 0; }

.resultSide__innerCnt + .resultSide__innerCnt {
  margin-top: 20px; }

.resultSide__heading, .resultSide__heading--pc {
  border-bottom: 2px solid #2aa765;
  padding-bottom: 5px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .resultSide__heading--pc {
      display: none; } }

.resultSide__content {
  margin-top: 10px; }

@media screen and (max-width: 750px) {
  .resultSide__spModal {
    display: none; } }

.resultSide__btnOuter {
  margin-top: 10px;
  transition: 0.4s;
  opacity: 1; }

.resultSide__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  background: #2aa765;
  transition: all .3s ease;
  color: #ffffff !important; }

@media (hover:hover){
  .resultSide__bnr {
    transition: all .3s ease;
  }
  .resultSide__bnr:hover {
    opacity: 0.6;
  }
}

.resultMain__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 50px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .resultMain__head {
      display: block;
      padding-top: 0; } }

.resultMain__headInner, .resultMain__headInner--left, .resultMain__headInner--right {
  flex: 0 1 auto; }

.resultMain__heading {
  font-size: 20px; }

.resultMain__lead {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold; }

.resultMain__text, .resultMain__text--number, .resultMain__text--thin {
  display: inline-block;
  color: #2aa765; }
  .resultMain__text--number {
    font-size: 20px;
    font-weight: bold;
    padding: 0 .2em; }
  .resultMain__text--thin {
    margin-left: 0.5em;
    margin-right: 1em;
    font-weight: normal; }

.resultMain__anchor {
  display: inline-block;
  padding-left: 1.3em;
  color: #d81159;
  font-weight: normal;
  position: relative; }
  @media screen and (max-width: 750px) {
    .resultMain__anchor {
      margin-top: 0.5em; } }
  .resultMain__anchor:hover {
    text-decoration: underline; }
  .resultMain__anchor::before {
    content: '\f059';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0; }

.resultMain__headBtnOuter {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 750px) {
    .resultMain__headBtnOuter {
      display: none; } }

.resultMain__pagerOuter {
  margin-top: 20px; }

.resultMain__body {
  margin-top: 20px; }

.resultMain__inner {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden; }
  .resultMain__inner + .resultMain__inner {
    margin-top: 20px; }

.resultMain__descItem {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d6d6d6; }

.resultMain__descTerm {
  flex: 0 0 auto;
  padding: 12px 10px 12px 50px;
  width: 140px;
  background: #e8f6ee;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative; }
  @media screen and (max-width: 750px) {
    .resultMain__descTerm {
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 40px;
      width: 120px; } }

.resultMain__dtIcon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 6px;
  left: 10px;
}
.resultMain__dtIcon.icon-station {
  padding: 6px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .resultMain__dtIcon {
    width: 24px;
    height: 24px;
    top: 4px;
  }
  .resultMain__dtIcon.icon-station {
    padding: 5px;
  }
}

.resultMain__desc {
  flex: 1 1 auto;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .resultMain__desc {
      padding: 6px 10px; } }

.resultMain__descAccordionCnt.accordion-active::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1em; }

.resultMain__descAccordionBtnOuter {
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, white 90%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .resultMain__descAccordionBtnOuter.is-active {
    display: flex; }
  .resultMain__descAccordionBtnOuter.is-opened {
    background: none; }

.resultMain__descAccordionBtn {
  display: block;
  margin: 0 15px 12px 0;
  border: none;
  padding: 0 20px;
  color: #1280e0;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20px); }
  @media screen and (max-width: 750px) {
    .resultMain__descAccordionBtn {
      margin: 0 10px 6px 0; } }
  .resultMain__descAccordionBtn::before {
    content: 'もっと見る'; }
  .resultMain__descAccordionBtn::after {
    content: '';
    box-sizing: border-box;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #1280e0;
    border-bottom: 1px solid #1280e0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s; }
  .resultMain__descAccordionBtn.is-opened::before {
    content: '閉じる'; }
  .resultMain__descAccordionBtn.is-opened::after {
    margin-top: 0;
    transform: translateY(-50%) rotate(-135deg); }

.resultMain__btnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  padding: 10px;
  background: #f5f5f5; }
  @media screen and (max-width: 750px) {
    .resultMain__btnArea {
      flex-wrap: wrap;
      padding: 5px; } }

.resultMain__btnOuter, .resultMain__btnOuter--noGrowth {
  flex: 1 1 50%;
  align-self: stretch;
  padding: 10px; }
  @media screen and (max-width: 750px) {
    .resultMain__btnOuter, .resultMain__btnOuter--noGrowth {
      padding: 5px; } }
  .resultMain__btnOuter--noGrowth {
    flex: 0 0 auto;
    align-self: auto; }
    @media screen and (max-width: 750px) {
      .resultMain__btnOuter--noGrowth {
        width: 100%; } }

.resultMain__btn, .resultMain__btn--pink, .resultMain__btn--lightgreen {
  margin: 0 auto;
  height: 100%;
  max-width: 250px;
  min-height: 50px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .resultMain__btn, .resultMain__btn--pink, .resultMain__btn--lightgreen {
      padding: 10px;
      max-width: 100%;
      min-height: 45px; } }
  .resultMain__btn::after, .resultMain__btn--pink::after, .resultMain__btn--lightgreen::after {
    content: '';
    font-family: Font Awesome\ 5 Free;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .resultMain__btn--pink {
    padding-left: 35px; }
    .resultMain__btn--pink::after {
      content: '\f14b';
      left: 15px; }
  .resultMain__btn--lightgreen {
    padding-right: 25px;
    background-color: #8dbe1c;
    box-shadow: 0 3px 0 0 #64890F; }
    .resultMain__btn--lightgreen::after {
      content: '\f105';
      right: 15px; }

.resultMain__update {
  font-size: 11px;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .resultMain__update > br {
      display: none; } }

.resultMain__companyLinkOuter {
  flex: 1 1 auto;
  padding: 0 20px 20px;
  width: 100%;
  background: #f5f5f5;
  text-align: right; }

.resultMain__companyLink {
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .resultMain__companyLink:link, .resultMain__companyLink:visited {
    text-decoration: underline; }
  .resultMain__companyLink:hover {
    text-decoration: none; }
  .resultMain__companyLink::before {
    content: '';
    border: 5px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.resultMain__bnrOuter {
  padding: 20px 0; }

.resultMain__banner, .resultMain__banner--pc, .resultMain__banner--sp {
  width: 100%;
  height: auto; }
  .resultMain__banner--pc {
    display: block; }
    @media screen and (max-width: 750px) {
      .resultMain__banner--pc {
        display: none; } }
  .resultMain__banner--sp {
    display: none; }
    @media screen and (max-width: 750px) {
      .resultMain__banner--sp {
        display: block; } }

.resultMain__foot, .resultMain__foot--center {
  padding: 20px; }
  .resultMain__foot--center {
    text-align: center; }

.resultMain__ctaBtn {
  display: block;
  margin: 0 auto;
  height: 100%;
  min-height: 50px;
  position: relative;
  border: none;
  border-radius: 8px;
  padding: 15px;
  background: #D81159;
  box-shadow: 0 3px 0 0 #98083C;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition-property: transform, box-shadow, opacity;
  transition-duration: 0.2s; }
  @media screen and (min-width: 750px) {
    .resultMain__ctaBtn {
      padding: 10px;
      max-width: 100%;
      min-height: 45px; } }
  .resultMain__ctaBtn:active, .resultMain__ctaBtn:link, .resultMain__ctaBtn:visited {
    color: #ffffff; }
  .resultMain__ctaBtnArea {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 750px) {
      .resultMain__ctaBtnArea {
        flex-wrap: wrap;
        padding: 30px 0; } }
  .resultMain__ctaBtnOuter {
    flex: 1 1 50%;
    align-self: stretch;
    padding: 10px; }
    @media screen and (min-width: 750px) {
      .resultMain__ctaBtnOuter {
        padding: 5px; } }
  .resultMain__ctaBtnMainCatch {
    display: block;
    font-size: 18px;
    width: 100%; }

@media screen and (max-width: 750px) {
  .currentCondition {
    margin-top: -10px;
    position: relative; } }

.currentCondition__spHeading {
  display: none;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (max-width: 750px) {
    .currentCondition__spHeading {
      display: inline-block;
      position: absolute;
      top: 2px;
      left: 0; } }

.currentCondition__list {
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 500px);
  min-height: 50px;
  overflow-y: auto;
  font-size: 0; }
  @media screen and (max-width: 750px) {
    .currentCondition__list {
      display: inline-block;
      max-height: 3em;
      min-height: 0;
      font-size: inherit;
      text-align: justify;
      overflow-y: hidden;
      position: relative;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; } }
  .currentCondition__list::before {
    content: none;
    display: inline-block;
    width: 4em; }
    @media screen and (max-width: 750px) {
      .currentCondition__list::before {
        content: ''; } }

.currentCondition__item {
  display: inline-block;
  margin: 3px;
  border: 1px solid #2aa765;
  border-radius: 5px;
  padding: 3px 10px;
  color: #2aa765;
  font-size: 12px; }
  @media screen and (max-width: 750px) {
    .currentCondition__item {
      display: inline;
      margin: 0;
      border: none;
      border-radius: 0;
      padding: 0;
      color: #000000; } }
  .currentCondition__item::after {
    content: none; }
    @media screen and (max-width: 750px) {
      .currentCondition__item::after {
        content: ','; } }
  @media screen and (max-width: 750px) {
    .currentCondition__item:last-child::after {
      content: none; } }

.currentCondition__btnOuter {
  margin-top: 15px; }
  @media screen and (max-width: 750px) {
    .currentCondition__btnOuter {
      margin-top: 10px; } }

.currentCondition__modalBtn {
  display: block;
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #8dbe1c;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative; }
  .currentCondition__modalBtn::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url("/images/search/icon-change.svg") center no-repeat;
    background-size: contain; }
  @media screen and (max-width: 750px) {
    .currentCondition__modalBtn {
      display: block;
      padding: 6px 10px; } }

.changeCondition__modal {
  display: none;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .changeCondition__modal {
      padding: 0;
      top: 0;
      z-index: 100002; } }

.changeCondition__closeBtnOuter {
  padding: 10px 75px 0 0;
  width: 100%;
  max-width: 1120px;
  text-align: right;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 750px) {
    .changeCondition__closeBtnOuter {
      padding: 0;
      width: auto;
      max-width: none;
      top: 10px;
      left: auto;
      right: 20px;
      transform: none;
      z-index: 4; } }

.changeCondition__closeBtn {
  display: inline-block;
  border: none;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
  height: 32px;
  background: #2aa765 url("/images/search/modalCloseIcon_white.svg") center no-repeat;
  background-size: 18px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149); }
  .changeCondition__closeBtn:hover {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); }
  @media screen and (max-width: 750px) {
    .changeCondition__closeBtn {
      width: 40px;
      height: 40px; } }

.changeCondition__body {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1020px;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .changeCondition__body {
      padding-bottom: 150px;
      background: #ffffff; } }

.changeCondition__bodyInner {
  -webkit-overflow-scrolling: touch;
  border-radius: 10px 0 0 0;
  padding: 65px 30px 30px;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
  position: relative; }
  @media screen and (max-width: 750px) {
    .changeCondition__bodyInner {
      border-radius: 0;
      padding: 50px 0 0; } }

.changeCondition__formArea {
  border: 1px solid #d6d6d6;
  border-radius: 5px; }
  @media screen and (max-width: 750px) {
    .changeCondition__formArea {
      border-left: none;
      border-right: none;
      border-radius: 0;
      overflow: hidden; } }

.searchArea__resultNumArea {
  padding: 0 80px;
  width: 100%;
  max-width: 1120px;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3; }
  @media screen and (max-width: 750px) {
    .searchArea__resultNumArea {
      padding-left: 20px;
      top: 15px; } }

.searchArea__resultNumText {
  padding: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 80%, rgba(0, 0, 0, 0) 100%);
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .searchArea__resultNumText {
      display: inline-flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      border-radius: 60px;
      padding-top: 5px;
      padding-bottom: 5px;
      background: #ffffff;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149); } }

.searchArea__resultNumber {
  margin: 0 5px;
  color: #2aa765;
  font-size: 26px; }
  @media screen and (max-width: 750px) {
    .searchArea__resultNumber {
      margin: 3px 5px 5px; } }

.searchArea__body {
  background: #ffffff; }

.searchArea__col2 {
  display: flex; }
  @media screen and (max-width: 750px) {
    .searchArea__col2 {
      display: block; } }
  .searchArea__col2 + .searchArea__col2 {
    border-top: 1px solid #d6d6d6; }

.searchArea__left {
  flex: 0 0 auto;
  padding: 20px;
  width: 170px;
  background: #f5f5f5; }
  @media screen and (max-width: 750px) {
    .searchArea__left {
      border-bottom: 1px solid #d6d6d6;
      width: 100%; } }

.searchArea__right {
  flex: 1 1 auto;
  padding: 15px;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .searchArea__right {
      padding: 0; } }

.searchArea__title {
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
  position: relative; }

.searchArea__titleIcon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.searchArea__list, .searchArea__list--col2 {
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .searchArea__list, .searchArea__list--col2 {
      display: flex;
      flex-flow: row wrap; } }
  .searchArea__list--col2 {
    display: flex;
    flex-flow: row wrap; }

.searchArea__checkItem, .searchArea__checkItem--pcHalf, .searchArea__checkItem--spHalf {
  display: inline-block;
  min-width: 90px;
  padding: 5px;
  position: relative; }
  @media screen and (max-width: 750px) {
    .searchArea__checkItem, .searchArea__checkItem--pcHalf, .searchArea__checkItem--spHalf {
      flex: 1 1 auto;
      padding: 0px;
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .searchArea__checkItem::before, .searchArea__checkItem--pcHalf::before, .searchArea__checkItem--spHalf::before {
      content: '';
      border-right: 1px solid #d6d6d6;
      border-bottom: 1px solid #d6d6d6;
      position: absolute;
      top: 0;
      left: 0;
      right: -1px;
      bottom: -1px; } }
  .searchArea__checkItem--pcHalf {
    flex: 1 1 auto;
    width: 50%; }
    @media screen and (max-width: 750px) {
      .searchArea__checkItem--pcHalf {
        width: 100%; } }
  @media screen and (max-width: 750px) {
    .searchArea__checkItem--spHalf {
      flex: 1 1 auto;
      max-width: 50%; } }

.searchArea__checkLabel, .searchArea__checkLabel--bold {
  display: inline-block;
  padding: 2px 0 2px 20px;
  font-size: 15px;
  position: relative;
  user-select: none; }
  @media screen and (max-width: 750px) {
    .searchArea__checkLabel, .searchArea__checkLabel--bold {
      display: block;
      padding: 10px 10px 10px 30px; } }
  .searchArea__checkLabel::before, .searchArea__checkLabel--bold::before {
    content: '';
    display: none;
    box-sizing: border-box;
    margin-top: -1px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #2aa765;
    border-bottom: 2px solid #2aa765;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2; }
    @media screen and (max-width: 750px) {
      .searchArea__checkLabel::before, .searchArea__checkLabel--bold::before {
        left: 14px; } }
  .searchArea__checkLabel::after, .searchArea__checkLabel--bold::after {
    content: '';
    display: block;
    box-sizing: border-box;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1; }
    @media screen and (max-width: 750px) {
      .searchArea__checkLabel::after, .searchArea__checkLabel--bold::after {
        left: 10px; } }
  .searchArea__checkLabel--bold {
    font-weight: bold; }
  .searchArea__checkbox[type=checkbox]:checked + .searchArea__checkLabel::before, .searchArea__checkbox[type=checkbox]:checked + .searchArea__checkLabel--bold::before {
    display: block; }

.searchArea__checkbox {
  display: none; }

@media screen and (max-width: 750px) {
  .searchArea__btnOuter {
    padding: 10px; } }

.searchArea__btn {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 8px 15px;
  background: #f5f5f5;
  font-size: 14px; }

.searchArea__selectedItem {
  margin-top: 10px; }

.searchArea__prefOuter {
  display: flex; }
  @media screen and (max-width: 750px) {
    .searchArea__prefOuter {
      display: block; } }
  .searchArea__prefOuter + .searchArea__prefOuter {
    margin-top: 15px; }
    @media screen and (max-width: 750px) {
      .searchArea__prefOuter + .searchArea__prefOuter {
        margin-top: 0; } }

.searchArea__prefArea {
  flex: 0 0 auto;
  padding: 5px 0;
  width: 150px; }
  @media screen and (max-width: 750px) {
    .searchArea__prefArea {
      padding: 0;
      width: 100%; } }

.searchArea__prefecture {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 750px) {
    .searchArea__prefecture::before {
      content: '';
      border-top: 1px solid #d6d6d6;
      border-bottom: 1px solid #d6d6d6;
      position: absolute;
      top: -1px;
      left: 0;
      right: 0;
      bottom: -1px; } }

@media screen and (max-width: 750px) {
  .searchArea__selectOuter {
    padding: 10px; } }

.searchArea__selectLabel {
  display: inline-block;
  position: relative; }
  .searchArea__selectLabel::before {
    content: '';
    display: block;
    border-left: 2px solid #2aa765;
    border-bottom: 2px solid #2aa765;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1; }

.searchArea__select {
  margin: -5px -19px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 12px 15px;
  width: 190px;
  transform: scale(0.8);
  background: #f5f5f5;
  -webkit-appearance: none; }

.searchArea__foot, .searchArea__foot--floated {
  margin: 0; }
  .searchArea__foot--floated {
    position: fixed;
    left: 50px;
    right: 50px;
    bottom: 50px; }
    @media screen and (max-width: 750px) {
      .searchArea__foot--floated {
        left: 0;
        right: 0;
        bottom: 0; } }

.searchArea__footInner, .searchArea__footInner--rounded {
  border-top: 1px solid #d6d6d6;
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
  max-width: 1020px;
  height: 100px;
  background: #e8f6ee;
  position: relative; }
  @media screen and (max-width: 750px) {
    .searchArea__footInner, .searchArea__footInner--rounded {
      border-radius: 0;
      padding-left: 10px;
      padding-right: 10px;
      height: 150px; } }
  .searchArea__footInner--rounded {
    border-radius: 0 0 10px 10px; }
    @media screen and (max-width: 750px) {
      .searchArea__footInner--rounded {
        border-radius: 0; } }

.searchArea__applyGroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
  @media screen and (max-width: 750px) {
    .searchArea__applyGroup {
      flex-flow: column nowrap; } }
  .searchArea__applyGroup.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px); }

.searchArea__applyBtn {
  flex: 1 1 auto;
  margin: 5px 10px;
  width: 100%;
  max-width: 380px;
  background-color: #8dbe1c;
  box-shadow: 0 3px 0 0 #64890F;
  font-size: 18px; }

.searchArea__clearBtn {
  flex: 1 1 auto;
  margin: 5px 10px;
  width: 100%;
  max-width: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b9b9b9;
  box-shadow: 0 3px 0 0 #909090;
  font-size: 15px; }

.searchArea__confirmGroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px); }
  @media screen and (max-width: 750px) {
    .searchArea__confirmGroup {
      padding-left: 10px;
      padding-right: 10px; } }
  .searchArea__confirmGroup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.searchArea__confirmText {
  flex: 1 1 auto;
  width: 100%;
  font-size: 16px;
  text-align: center; }

.searchArea__confirmBtn, .searchArea__confirmBtn--green, .searchArea__confirmBtn--white {
  flex: 1 1 auto;
  margin: 0 20px;
  border-radius: 5px;
  padding: 10px;
  max-width: 150px;
  min-width: 100px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold; }
  .searchArea__confirmBtn--green {
    border: none;
    background: #2aa765;
    color: #ffffff; }
  .searchArea__confirmBtn--white {
    border: 1px solid #a8a8a8;
    background: #ffffff;
    color: #a8a8a8; }

.selectJobModal {
  display: none;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    .selectJobModal {
      padding: 15px;
      top: 0;
      z-index: 100003; } }

.selectJobModal__body {
  margin: 0 auto;
  border-radius: 10px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1020px;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .selectJobModal__body {
      padding-bottom: 150px; } }

.selectJobModal__main {
  padding: 30px 20px 10px;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .selectJobModal__main {
      padding: 0; } }

.selectJobModal__closeBtnOuter {
  width: 100%;
  max-width: 1120px;
  padding: 10px 75px 0 0;
  text-align: right;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }
  @media screen and (max-width: 750px) {
    .selectJobModal__closeBtnOuter {
      padding: 6px 10px 0 0;
      width: auto;
      top: 15px;
      left: auto;
      right: 15px;
      transform: none; } }

.selectJobModal__closeBtn {
  display: inline-block;
  border: none;
  border-radius: 50%;
  padding: 5px;
  width: 32px;
  height: 32px;
  background: #2aa765 url("/images/search/modalCloseIcon_white.svg") center no-repeat;
  background-size: 18px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149); }
  .selectJobModal__closeBtn:hover {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); }
  @media screen and (max-width: 750px) {
    .selectJobModal__closeBtn {
      background-color: #ffffff;
      background-image: url("/images/search/modalCloseIcon_green.svg"); } }

.selectJobModal__heading {
  margin: 0 10px;
  border-left: 5px solid #2aa765;
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 750px) {
    .selectJobModal__heading {
      display: none; } }

.selectJobModal__col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  height: calc(100vh - 390px); }
  @media screen and (max-width: 750px) {
    .selectJobModal__col2 {
      display: block;
      margin-top: 0;
      height: 100%;
      position: relative;
      overflow: hidden; } }

.selectJobModal__inner, .selectJobModal__inner--spHide {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  width: 50%;
  max-width: 480px;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .selectJobModal__inner, .selectJobModal__inner--spHide {
      padding: 0;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 750px) {
    .selectJobModal__inner--spHide {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transform: translateX(100%);
      transition-property: transform;
      transition-duration: 0.3s; } }
  .selectJobModal__inner--spHide.is-show {
    transform: none; }

.selectJobModal__stepTitle {
  flex: 0 0 auto;
  padding: 10px 70px;
  background: #2aa765;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  position: relative; }

.selectJobModal__spBackBtn {
  display: none;
  border: none;
  border-radius: 40px;
  padding: 4px 10px 4px 20px;
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }
  .selectJobModal__spBackBtn::before {
    content: '';
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid #000000;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .selectJobModal__spBackBtn {
      display: inline-block; } }

.selectJobModal__stepTitleLarge {
  display: block;
  font-size: 15px;
  text-align: center; }

.selectJobModal__stepCnt, .selectJobModal__stepCnt--right {
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  border: 2px solid #e1e1e1;
  border-top: none;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll; }
  @media screen and (max-width: 750px) {
    .selectJobModal__stepCnt, .selectJobModal__stepCnt--right {
      border-left: none;
      border-right: none; } }
  .selectJobModal__stepCnt--right.is-unselected {
    position: relative; }
    .selectJobModal__stepCnt--right.is-unselected::before {
      content: '分類を選択してください';
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f4f4f4;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.selectJobModal__stepList {
  padding: 20px; }
  @media screen and (max-width: 750px) {
    .selectJobModal__stepList {
      padding: 10px; } }

.selectJobModal__classifyingItem {
  padding: 20px 30px;
  background: #f4f4f4;
  color: #535353;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  user-select: none; }
  .selectJobModal__classifyingItem::before, .selectJobModal__classifyingItem::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .selectJobModal__classifyingItem:hover {
    background: #e8f6ee; }
  .selectJobModal__classifyingItem + .selectJobModal__classifyingItem {
    margin-top: 10px; }
  .selectJobModal__classifyingItem.is-checked::before {
    margin-top: -2px;
    border-left: 3px solid #2aa765;
    border-bottom: 3px solid #2aa765;
    width: 12px;
    height: 8px;
    left: 10px;
    transform: translateY(-50%) rotate(-45deg); }
  .selectJobModal__classifyingItem.is-selected {
    background: #e8f6ee;
    color: #2aa765; }
    .selectJobModal__classifyingItem.is-selected::after {
      border-top: 5px solid rgba(0, 0, 0, 0);
      border-left: 8px solid #2aa765;
      border-bottom: 5px solid rgba(0, 0, 0, 0);
      right: 10px; }

.selectJobModal__desiredList {
  display: none;
  background: #ffffff;
  position: relative; }

.selectJobModal__checkItem {
  border-top: 2px solid #e1e1e1; }

.selectJobModal__check {
  display: none; }

.selectJobModal__desiredItem, .selectJobModal__desiredItem--lv1, .selectJobModal__desiredItem--lv2, .selectJobModal__desiredItem--lv3 {
  display: block;
  padding: 10px;
  color: #535353;
  cursor: pointer;
  position: relative;
  user-select: none; }
  .selectJobModal__desiredItem::before, .selectJobModal__desiredItem--lv1::before, .selectJobModal__desiredItem--lv2::before, .selectJobModal__desiredItem--lv3::before {
    content: '';
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #2aa765;
    border-bottom: 2px solid #2aa765;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2; }
  .selectJobModal__desiredItem::after, .selectJobModal__desiredItem--lv1::after, .selectJobModal__desiredItem--lv2::after, .selectJobModal__desiredItem--lv3::after {
    content: '';
    display: block;
    box-sizing: border-box;
    border: 2px solid #e1e1e1;
    width: 16px;
    height: 16px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .selectJobModal__desiredItem--lv1 {
    padding-left: 30px;
    background-color: #f4f4f4; }
    .selectJobModal__desiredItem--lv1::before {
      left: 14px; }
    .selectJobModal__desiredItem--lv1::after {
      left: 10px; }
  .selectJobModal__desiredItem--lv2 {
    padding-left: 50px;
    font-weight: bold; }
    .selectJobModal__desiredItem--lv2::before {
      left: 34px; }
    .selectJobModal__desiredItem--lv2::after {
      left: 30px; }
  .selectJobModal__desiredItem--lv3 {
    padding-left: 70px; }
    .selectJobModal__desiredItem--lv3::before {
      left: 54px; }
    .selectJobModal__desiredItem--lv3::after {
      left: 50px; }
  .selectJobModal__check:checked + .selectJobModal__desiredItem::before, .selectJobModal__check:checked + .selectJobModal__desiredItem--lv1::before, .selectJobModal__check:checked + .selectJobModal__desiredItem--lv2::before, .selectJobModal__check:checked + .selectJobModal__desiredItem--lv3::before {
    opacity: 1;
    visibility: visible; }

.selectJobModal__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  height: 100px;
  position: fixed;
  left: 50px;
  right: 50px;
  bottom: 50px; }
  @media screen and (max-width: 750px) {
    .selectJobModal__foot {
      height: 150px;
      left: 15px;
      right: 15px;
      bottom: 15px; } }

.selectJobModal__applyGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  width: 100%;
  max-width: 980px;
  height: 100%;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
  @media screen and (max-width: 750px) {
    .selectJobModal__applyGroup {
      flex-flow: column nowrap;
      padding-right: 0; } }
  .selectJobModal__applyGroup.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px); }

.selectJobModal__applyBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2aa765;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  max-width: 260px;
  background: #ffffff;
  color: #2aa765;
  text-align: center;
  font-weight: bold;
  transition: 0.3s; }
  .selectJobModal__applyBtn:hover {
    background: #2aa765;
    color: #ffffff; }

.selectJobModal__clearBtn {
  border: none;
  background: none;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .selectJobModal__clearBtn {
      margin-top: 20px;
      position: static;
      top: auto;
      right: auto;
      transform: none; } }

.selectJobModal__confirmGroup {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px); }
  .selectJobModal__confirmGroup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.selectJobModal__confirmText {
  flex: 1 1 auto;
  width: 100%;
  font-size: 16px;
  text-align: center; }

.selectJobModal__confirmBtn, .selectJobModal__confirmBtn--green, .selectJobModal__confirmBtn--white {
  flex: 1 1 auto;
  margin: 0 20px;
  border-radius: 5px;
  padding: 10px;
  max-width: 150px;
  min-width: 100px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold; }
  .selectJobModal__confirmBtn--green {
    border: none;
    background: #2aa765;
    color: #ffffff; }
  .selectJobModal__confirmBtn--white {
    border: 1px solid #a8a8a8;
    background: #ffffff;
    color: #a8a8a8; }

.freeWordSide__body {
  padding: 50px; }
  @media screen and (max-width: 750px) {
    .freeWordSide__body {
      padding-left: 0;
      padding-right: 0; } }

.freeWordSide__heading {
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.freeWordSide__col2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px; }

.freeWordSide__column, .freeWordSide__column--shrink {
  flex: 0 0 auto;
  padding: 0 5px; }
  .freeWordSide__column--shrink {
    flex-shrink: 1; }

.freeWordSide__inputArea {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 8px 10px;
  width: 100%;
  background: #f5f5f5;
  font-size: 14px; }
  .freeWordSide__inputArea:focus {
    outline: none; }

.freeWordSide__text {
  font-size: 12px; }

.freeWordSide__searchBtn {
  border: none;
  border-radius: 5px;
  padding: 6px 15px;
  background: #2aa765;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold; }

.nameSearch__heading {
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.nameSearch__list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5px; }

.nameSearch__item {
  width: 20%;
  text-align: center; }
  .nameSearch__item:hover {
    text-decoration: underline; }

.cvPrivate {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin: 20px 0;
  position: relative;
  overflow: hidden; }
  .cvPrivate_bg {
    position: relative;
    width: 100%;
    /* z-index: 1; */
    display: block; }
    .cvPrivate_bg img {
      display: block;
      width: 100%;
      height: auto; }
  .cvPrivate_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 2; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    padding: 30px 20px 0; }
    @media screen and (max-width: 750px) {
      .cvPrivate_inner {
        padding: 0 20px; } }
  .cvPrivate_txt {
    background-color: #5cbc89;
    color: #fff;
    font-weight: bold;
    width: calc(100% + 40px);
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 -20px; }
  .cvPrivate_btn {
    max-width: 360px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    background-color: #d81159;
    border-bottom: 3px solid #98083C;
    transition: all .5s ease; }
    .cvPrivate_btn:hover {
      border-bottom-width: 0;
      transform: translateY(3px);
      opacity: 0.8; }
    .cvPrivate_btn_txt1 {
      width: 38px;
      height: 24px;
      background-color: #fff;
      border-radius: 4px;
      color: #d81159;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.1;
      display: flex;
      justify-content: center;
      align-items: center; }
    .cvPrivate_btn_txt2 {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }

/* AWS移行 Pagerバージョンアップ対応 */
a.page[title="first_page"], a.page[title="last_page"] {
	display: none!important;
}
.pager i.fas.fa-angle-double-right {
	border-left: 1px solid #d6d6d6;
}
.pager a i.fas.fa-angle-double-right {
	border-left: none;
}
.pager span.current {
	color: #ffffff;
	background: #2aa765;
}
.pager a.page, .pager span {
	text-align: center;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #d6d6d6;
	width: 2.5em;
	background: #f5f5f5;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.6;
}
.pager i, .pager span {
	text-align: center;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	background: #f5f5f5;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.6;
	color: #d6d6d6;
}
.pager a.page i {
	color: #000000!important;
	text-decoration: none;
}
.pager a:nth-child(1) {
	border-left: none
}
.pager a:hover, .pager a.page i:hover {
	color: #ffffff!important;
	background-color: #2aa765
}
@media screen and (max-width:750px) {
	.pager i, .pager span, .pager a.page {
		flex: 1 1 auto;
		width: 100%;
		font-size: 15px;
	}
}

.search-popular-top {
  width: 90%;
  margin: 30px auto 40px;
}
.search-popular-bottom {
  margin: 30px 0 10px;
}
.search-popular-center {
  margin: 30px 0;
}

.search-popular-header {
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5em;
  font-size: 21px;
}
.search-popular-top .search-popular-header {
  font-size: 26px;
}

.search-popular-header .small {
  font-size: 0.8em;
}

.search-popular-contents {
  background: #EEEEEE;
  border-radius: 6px;
  padding: 12px;
}
.search-popular-top .search-popular-contents {
  padding: 16px;
}

.search-popular-btn-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -12px 0;
}
.search-popular-top .search-popular-btn-group {
  margin: 0 -14px -16px 0;
}

.search-popular-btn {
  background-color: #FFF;
  padding: 4px 8px;
  margin: 0 10px 12px 0;
  border-radius: 4px;
  font-size: 13px;
}
.search-popular-top .search-popular-btn {
  padding: 6px 12px;
  margin: 0 14px 16px 0;
  border-radius: 6px;
  font-size: 100%;
}

@media screen and (max-width:750px) {
  .search-popular-top {
    width: auto;
    margin: 20px 0 10px;
  }
  .search-popular-bottom {
    width: auto;
    margin: 20px -10px 0;
  }
  .search-popular-center {
    width: auto;
    margin: 20px -10px 20px;
  }
  .search-popular-header,
  .search-popular-top .search-popular-header {
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 20px;
  }
  .search-popular-contents,
  .search-popular-top .search-popular-contents {
    padding: 0;
    background-color: transparent;
  }
  .search-popular-btn-group,
  .search-popular-top .search-popular-btn-group {
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .search-popular-btn-group::-webkit-scrollbar,
  .search-popular-top .search-popular-btn-group::-webkit-scrollbar {
    display: none;
  }
  .search-popular-btn,
  .search-popular-top .search-popular-btn {
    padding: 4px 8px;
    margin: 0;
    border-radius: 4px;
    font-size: 13px;
    background-color: #E8F6EE;
    color: #2AA765;
  }
  .search-popular-btn + .search-popular-btn {
    margin-left: 10px;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}