@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* headline
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}

/* ul ol
   ========================================================================== */
ul li, ol li {
  list-style: none;
}

/* form
   ========================================================================== */
input {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=button], input[type=submit], input[type=text] {
  -webkit-appearance: none;
}

/* Site original
   ========================================================================== */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #262626;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 961px) {
  body {
    font-size: 16px;
  }
}

ul, li {
  list-style: none;
}

img {
  border: 0 none;
  max-width: 100%;
}

a img {
  max-width: 100%;
  border: 0 none;
  transition: all 0.15s ease-out;
}
a img:hover {
  opacity: 0.8;
}
a img.not-over:hover {
  opacity: 1;
}

.highlight {
  background-color: #F7DE19;
}

.highlight-orange {
  color: #fff;
  background-color: #FF350D;
}

.l-header {
  width: 100%;
}
.l-header-inner {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .l-header-inner {
    max-width: 1440px;
    margin: auto;
  }
}
@media screen and (min-width: 961px) {
  .l-header-inner--middle {
    width: 760px;
  }
}

.l-main {
  width: 100%;
}
.l-main-inner {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .l-main-inner {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 961px) {
  .l-main-inner--middle {
    width: 760px;
  }
}
@media screen and (min-width: 961px) {
  .l-main-inner--wide {
    width: 1024px;
  }
}
@media screen and (min-width: 961px) {
  .l-main-inner--static {
    width: 1024px;
  }
}
.l-main-bgcolor--2 {
  background: #F7F7F7;
}
.l-main-bgcolor--3 {
  background: #f8fffa;
}
.l-main-bgcolor--4 {
  background: #fff;
}

.l-section {
  width: 100%;
}
.l-section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .l-section-inner {
    width: 1024px;
    margin: auto;
    padding: 0;
  }
}
.l-section--middle .l-section-inner {
  width: 100%;
}

.l-middle {
  width: 100%;
}
.l-middle-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .l-middle-inner {
    margin: auto;
    padding: 0;
  }
}

.l-contents-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .l-contents-wrap {
    width: 1024px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 961px) {
  .l-contents-wrap--middle {
    width: 760px;
  }
}
@media screen and (min-width: 961px) {
  .l-contents-wrap--wide {
    width: 100%;
    max-width: 1024px;
  }
}

@media screen and (min-width: 961px) {
  .l-main-inner--middle .l-contents-wrap {
    width: auto;
  }
}

.l-search-contents-wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-search-contents-wrap {
    width: 1024px;
    margin: auto;
  }
}

.l-form-contents-wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-form-contents-wrap {
    width: 1024px;
    margin: auto;
  }
}
@media screen and (min-width: 961px) {
  .l-form-contents-wrap--middle {
    width: 760px;
  }
}

@media screen and (min-width: 961px) {
  .l-main-inner--middle .l-form-contents-wrap {
    width: auto;
  }
}

.l-footer {
  width: 100%;
}
.l-footer-inner {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .l-footer-inner {
    width: 1024px;
    margin: auto;
  }
}
.l-footer-rwd-wrap {
  display: block;
}
@media screen and (min-width: 961px) {
  .l-footer-rwd-wrap {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
  }
}
.l-footer-search {
  flex-basis: 50%;
}
.l-footer-related {
  flex-basis: 40%;
}

.l-btn-wrap {
  width: 100%;
  padding: 0 16px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .l-btn-wrap__inner {
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .l-btn-wrap__inner--middle {
    width: 496px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .l-btn-wrap__inner--long {
    width: 520px;
    margin: 0 auto;
  }
}

.l-breadcrumbs {
  overflow-x: scroll;
  width: 100%;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 961px) {
  .l-breadcrumbs {
    overflow-x: auto;
  }
}

.l-col {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 961px) {
  .l-col {
    gap: 32px;
    flex-direction: row;
  }
}
.l-col-main {
  padding: 16px 16px 0;
}
@media screen and (min-width: 961px) {
  .l-col-main {
    padding: 0;
    width: 760px;
  }
}
.l-col-sub {
  display: block;
}
@media screen and (min-width: 961px) {
  .l-col-sub {
    width: 232px;
    padding-top: 45px;
  }
}

@media screen and (min-width: 961px) {
  .l-sticky {
    position: sticky;
    top: 1em;
  }
}

.l-flex {
  display: flex;
}

.l-tac {
  text-align: center;
}

a.fixed_tracking_click {
  text-decoration: none;
  color: #262626;
}

/* Component link
    ========================================================================= */
.c-acd__hd, .c-acd__hd--arrow-r2, .c-acd__hd--arrow-r1 {
  position: relative;
  border-top: 1px solid #EBEBEB;
}
.c-acd__hd--arrow-r1 {
  font-size: 14px;
  padding: 15px 10px;
  background-color: #F7F7F7;
}
.c-acd__hd--arrow-r1:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(45deg);
  transition: 0.2s;
}
.c-acd__hd--arrow-r1.open:after {
  top: calc(50% - 3px);
  transform: rotate(-135deg);
}
@media screen and (min-width: 961px) {
  .c-acd__hd--arrow-r2 {
    background: #F7F7F7;
    border-top: none;
    border-bottom: none;
  }
}
.c-acd__hd--arrow-r2 p {
  font-size: 13px;
  padding: 10px;
}
@media screen and (min-width: 961px) {
  .c-acd__hd--arrow-r2 p {
    font-size: 14px;
  }
}
.c-acd__hd--arrow-r2 a {
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-acd__hd--arrow-r2 a {
    text-decoration: underline;
  }
}
.c-acd__hd--arrow-r2:after {
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 0;
  height: 0;
  content: "";
  transition: 0.2s;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #12B247 transparent transparent transparent;
}
@media screen and (min-width: 961px) {
  .c-acd__hd--arrow-r2:after {
    display: none;
  }
}
.c-acd__hd--arrow-r2.open:after {
  transform: rotate(-180deg);
}
.c-acd__item {
  font-size: 12px;
  line-height: 1.5;
  padding: 15px;
}
.c-acd__item li {
  padding-bottom: 15px;
}

.ac-menu-static dd, .ac-menu dd {
  display: none;
}

/* Component box
    ========================================================================= */
.c-box, .c-box-form-set {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.c-box-set {
  background: #fff;
  padding: 24px 16px 16px 16px;
  border-radius: 8px;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .c-box-set {
    padding: 24px;
  }
}
.c-box-set__hd {
  font-size: 16px;
  font-weight: bold;
}
.c-box-set__body {
  margin-top: 16px;
  font-size: 16px;
}
.c-box-set__list {
  margin-top: 16px;
  font-size: 16px;
}
/* Component button
    ========================================================================= */
.c-btn, .c-btn--cancel, .c-btn--clear2, .c-btn--clear, .c-btn--share-line, .c-btn--share-mail, .c-btn--fav, .c-btn--not-entry, .c-btn--fav--done, .c-btn--other-4, .c-btn--tel-entry, .c-btn--tel-entry--num, .c-btn--other-3, .c-btn--other-1, .c-btn--back-top, .c-btn--detail, .c-btn--submit-4, .c-btn--submit-3, .c-btn--submit-2, .c-btn--web-entry, .c-btn--submit-1 {
  font-size: 16px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  color: #262626;
  border-radius: 8px;
  background-color: #F7DE19;
}
@media screen and (min-width: 961px) {
  .c-btn, .c-btn--cancel, .c-btn--clear2, .c-btn--clear, .c-btn--share-line, .c-btn--share-mail, .c-btn--fav, .c-btn--not-entry, .c-btn--fav--done, .c-btn--other-4, .c-btn--tel-entry, .c-btn--tel-entry--num, .c-btn--other-3, .c-btn--other-1, .c-btn--back-top, .c-btn--detail, .c-btn--submit-4, .c-btn--submit-3, .c-btn--submit-2, .c-btn--web-entry, .c-btn--submit-1 {
    max-width: 520px;
  }
}
.c-btn-wrap {
  text-align: center;
}
.c-btn--submit-1, .c-btn--submit-3 {
  font-weight: bold;
  color: #262626;
  border: none;
  background: #F7DE19;
}
.c-btn--submit-1:hover, .c-btn--submit-3:hover {
  color: #262626;
  background: #EBC400;
}
.c-btn--submit-1 .chk_work_cnt_unit, .c-btn--submit-3 .chk_work_cnt_unit {
  font-size: 14px;
  margin-left: 2px;
  margin-right: 4px;
  font-weight: normal;
}
.c-btn--submit-2, .c-btn--web-entry {
  font-weight: bold;
  color: #262626;
  border: none;
  background: #F7DE19;
}
.c-btn--submit-2:hover, .c-btn--web-entry:hover {
  color: #262626;
  background: #EBC400;
}
.c-btn--submit-3 {
  font-size: 14px;
}
.c-btn--submit-4 {
  font-weight: bold;
  color: #262626;
  border: none;
  background: #F7DE19;
}
.c-btn--submit-4:hover {
  color: #262626;
  background: #EBC400;
}
@media screen and (min-width: 960px) {
  .c-btn--submit-4 {
    max-width: 496px;
  }
}
.c-btn--detail {
  font-weight: bold;
  color: #262626;
  border: none;
  background: #F7DE19;
}
.c-btn--detail:hover {
  color: #262626;
  background: #EBC400;
}
.c-btn--back-top {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0;
  height: auto;
  line-height: 1;
  color: #262626;
  border: 1px solid #666;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .c-btn--back-top {
    max-width: 496px;
  }
}
@media screen and (min-width: 961px) {
  .c-btn--back-top:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}
.c-btn--other-1 {
  color: #262626;
  border: 1px solid #666;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 961px) {
  .c-btn--other-1:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}
.c-btn--other-2 {
  font-size: 14px;
  display: inline-block;
  padding: 3px 12px 2px;
  text-decoration: none;
  color: #0066D2;
  border: 1px solid #BFBFBF;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-btn--other-2:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}
.c-btn--other-3 {
  color: #fff;
  border: 1px solid #12B247;
  background: #12B247;
}
@media screen and (min-width: 961px) {
  .c-btn--other-3:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}
.c-btn--other-4, .c-btn--tel-entry, .c-btn--tel-entry--num {
  color: #262626;
  border: 1px solid #666;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
@media screen and (min-width: 961px) {
  .c-btn--other-4, .c-btn--tel-entry, .c-btn--tel-entry--num {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .c-btn--other-4:hover, .c-btn--tel-entry:hover, .c-btn--tel-entry--num:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}
.c-btn--more {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #262626;
  font-weight: 700;
}
.c-btn--more::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url(../img/common/arrow-more-btn.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-btn--more:hover {
  opacity: 0.7;
  color: #262626;
}
.c-btn--all {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 0 4px 8px;
  color: #333;
  text-decoration: none;
}
.c-btn--all::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon-morearrow-down2.svg);
}
.c-btn--all.icon-down::after {
  background-image: url(../img/icon/icon-morearrow-down2.svg);
}
.c-btn--all.icon-up::after {
  background-image: url(../img/icon/icon-morearrow-up.svg);
}
.c-btn--all.icon-right::after {
  background-image: url(../img/icon/icon-morearrow.svg);
}
@media screen and (min-width: 961px) {
  .c-btn--all:hover {
    opacity: 0.8;
  }
}
.c-btn--tel-entry, .c-btn--tel-entry--num {
  font-weight: bold;
}
.c-btn--tel-entry__txt {
  position: relative;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
}
.c-btn--tel-entry__txt:before {
  position: absolute;
  top: -2px;
  left: -25px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: transparent url(../../../img/detail/ico_tel.svg) no-repeat left center;
}
.c-btn--tel-entry__txt.tel_free {
  position: relative;
}
.c-btn--tel-entry__txt.tel_free:after {
  content: "電話応募する(無料通話)";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  line-height: normal;
  font-size: 12px;
  width: 100%;
}
.c-btn--tel-entry__txt.free {
  position: relative;
}
.c-btn--tel-entry__txt.free:after {
  content: "電話応募する";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  line-height: normal;
  font-size: 12px;
  width: 100%;
}
.c-btn--tel-entry__stxt {
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (min-width: 961px) {
  .c-btn--tel-entry--num {
    font-size: 22px;
    border: none;
    background-color: transparent;
    color: #333;
    cursor: default;
  }
  .c-btn--tel-entry--num:hover {
    opacity: 1;
  }
}
.c-btn--fav, .c-btn--not-entry, .c-btn--fav--done {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  color: #262626;
  border: 1px solid #666;
  background: #fff;
}
@media screen and (min-width: 961px) {
  .c-btn--fav, .c-btn--not-entry, .c-btn--fav--done {
    font-size: 14px;
  }
}
.c-btn--fav:hover, .c-btn--not-entry:hover, .c-btn--fav--done:hover {
  background-color: #F7F7F7;
}
.c-btn--fav__inner {
  padding: 15px 0 15px 30px;
}
.c-btn--fav--done {
  color: #fff;
  background: #949795;
  border: 1px solid #949795;
}
.c-btn--fav--done .c-btn--fav__inner {
  padding: 15px 0 10px;
  border-color: #949795;
  background-image: none;
}
.c-btn--fav--done:hover {
  background-color: #949795;
}
@media screen and (min-width: 961px) {
  .c-btn--fav__inner {
    padding: 4px 0 2px 30px;
    background-size: 20px auto;
  }
}
.c-btn--share-mail {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  color: #0066D2;
  border: 1px solid #0066D2;
  background: #fff;
}
.c-btn--share-line {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  color: #35BA35;
  border: 1px solid #35BA35;
  background: #fff;
}
.c-btn--clear {
  font-size: 13px;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
  color: #fff;
  background: #BFBFBF;
}
.c-btn--clear:hover {
  opacity: 0.7;
}
.c-btn--clear2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  box-sizing: border-box;
  height: 40px;
  color: #262626;
  background: #EBEBEB;
}
@media screen and (min-width: 961px) {
  .c-btn--clear2:hover {
    color: #626463;
  }
}
.c-btn--cancel {
  font-size: 14px;
  line-height: 38px;
  box-sizing: border-box;
  height: 40px;
  color: #262626;
  font-weight: bold;
  border: 1px solid #666;
  background: #fff;
}
.c-btn--cancel:hover {
  background: #F7F7F7;
}
.c-btn--cancel--middle {
  height: 48px;
}
.c-btn--not-entry {
  color: #626463;
  background: #e9e8e8;
  pointer-events: none;
}

.c-pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
}
.c-pageTop a {
  display: block;
  width: 56px;
  height: 56px;
}
.c-pageTop a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-btnDisable {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #FFF6B5;
  color: #949795;
  font-size: 14px;
  font-weight: 700;
  transition: all 100ms ease;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-btnDisable {
    font-size: 14px;
  }
}

.c-btnClear a, .c-btnClear button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 8px;
  border: none;
  background-color: #BFBFBF;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: all 100ms ease;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-btnClear a, .c-btnClear button {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  .c-btnClear a:hover, .c-btnClear button:hover {
    opacity: 0.8;
  }
}
.c-btnClear.c-btnClear-calender a, .c-btnClear.c-btnClear-calender button {
  background-color: #fff;
  color: #262626;
  padding: 0 10px;
  border: 1px solid #666;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .c-btnClear.c-btnClear-calender a, .c-btnClear.c-btnClear-calender button {
    padding: 0 20px;
  }
}

.c-btnColor a, .c-btnColor button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #F7DE19;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  transition: all 100ms ease;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-btnColor a, .c-btnColor button {
    font-size: 14px;
  }
}
.c-btnColor a:hover, .c-btnColor button:hover {
  background-color: #EBC400;
}
.c-btnColor a:focus, .c-btnColor button:focus {
  background-color: #EBC400;
}
.c-btnColor .work-click-entry {
  border: 2px solid #262626;
}
.c-btnColor .work-click-entry::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow-sideJobFilter.svg);
}
.c-btnColor-entry {
  position: relative;
}
.c-btnColor.btn-entry-box {
  height: max-content !important;
}
@media screen and (min-width: 960px) {
  .c-btnColor.btn-entry-box {
    margin-right: 9px;
  }
}
.c-btnColor.btn-entry-box .work-click-entry {
  position: relative;
  padding: 16px;
  border: 2px solid #262626;
  font-size: 19px;
}
.c-btnColor.btn-entry-box .work-click-entry::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow-sideJobFilter.svg);
}
@media screen and (min-width: 960px) {
  .c-btnColor.btn-entry-box a {
    width: 343px !important;
  }
}
.c-btnColor .motivation-text {
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 14px;
  font-weight: 700;
}
.c-btnColor .motivation-text span {
  font-size: 16px;
}
.c-btnColor .motivation-text span.challenge {
  color: #FF6040;
}
.c-btnColor.fs-16 a {
  font-size: 16px;
}
@media screen and (min-width: 961px) {
  .c-btnColor.fs-16 a {
    font-size: 16px;
  }
}
.c-btnColor.is-negative a, .c-btnColor.is-negative button {
  background-color: #EBEBEB;
  color: #262626;
}
.c-btnColor.is-negative a:hover, .c-btnColor.is-negative button:hover {
  color: #626463;
}
.c-btnColor.is-disable a, .c-btnColor.is-disable button {
  background-color: #FFF6B5;
  color: #949795;
  pointer-events: none;
}
.c-btnColor.has-balloon {
  position: relative;
}
.c-btnColor.has-balloon .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-16px) translateX(-50%);
  border-radius: 4px;
  padding: 3px 8px 6px;
  line-height: 1;
  white-space: nowrap;
  background-color: #FF350D;
  color: #fff;
  font-size: 12px;
  box-shadow: 0px 3px 6px rgba(230, 40, 23, 0.2);
}
.c-btnColor.has-balloon .balloon .text {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-btnColor.has-balloon .balloon .text {
    display: inline-block;
  }
}
.c-btnColor.has-balloon .balloon .date {
  font-size: 14px;
  font-weight: bold;
}
.c-btnColor.has-balloon .balloon .unit {
  font-size: 12px;
  font-weight: bold;
}
.c-btnColor.has-balloon .balloon::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #FF350D transparent transparent transparent;
}

.c-btnKeep a, .c-btnKeep button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #666;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) {
  .c-btnKeep a, .c-btnKeep button {
    font-size: 16px;
  }
}
.c-btnKeep a::before, .c-btnKeep button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../img/common/icn-star2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-btnKeep a::before, .c-btnKeep button::before {
    width: 24px;
    height: 24px;
  }
}
.c-btnKeep a:hover, .c-btnKeep button:hover {
  background-color: #F7F7F7;
}
.c-btnKeep.is-done a, .c-btnKeep.is-done button {
  border: 1px solid #BFBFBF;
  background-color: #EBEBEB;
  color: #949795;
}
.c-btnKeep.is-done a .unit, .c-btnKeep.is-done button .unit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
}
.c-btnKeep.is-done a .subtxt, .c-btnKeep.is-done button .subtxt {
  font-size: 10px;
  font-weight: normal;
}
.c-btnKeep.is-done a::before, .c-btnKeep.is-done button::before {
  background-image: url(../img/common/icn-star-done2.svg);
}
.c-btnKeep.is-done a:hover, .c-btnKeep.is-done button:hover {
  background-color: #F7F7F7;
}
.c-btnKeep.btn-keep-box {
  margin-left: 9px;
}
@media screen and (max-width: 960px) {
  .c-btnKeep.btn-keep-box {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    order: 2;
    margin-left: 0;
  }
}
.c-btnKeep.btn-keep-box a {
  width: 295px !important;
}

.c-btnKeep--side {
  height: 48px;
  margin-top: 16px;
}
.c-btnKeep--side a {
  font-size: 14px;
  background-color: #fff;
}
.c-btnKeep--side a:hover {
  background-color: #F7F7F7;
}
.c-btnKeep--side a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 16px;
  background-image: url(../img/icon/arrow-btnKeep.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.c-btnChange a, .c-btnChange button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 3px 10px 3px 12px;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  background-color: unset;
  height: 32px;
  gap: 4px;
}
.c-btnChange a::before, .c-btnChange button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon_search_list.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-btnChange a.is-open::before, .c-btnChange button.is-open::before {
  content: none;
}

.c-scrollBack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
  background-color: rgba(38, 38, 38, 0.7);
  transform: translateY(-100%);
  transition: transform 100ms linear;
}
.c-scrollBack * {
  flex: 1;
}
.c-scrollBack.is-open {
  transform: translateY(0);
}
.c-scrollBack .c-btnKeep a, .c-scrollBack .c-btnKeep button {
  background-color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
.c-scrollBack .c-btnKeep a::before, .c-scrollBack .c-btnKeep button::before {
  width: 24px;
  height: 24px;
}
.c-scrollBack .c-btnSearch a, .c-scrollBack .c-btnSearch button {
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (min-width: 961px) {
  .jsc-scrollBack {
    display: none;
  }
}

.c-btnSearch a, .c-btnSearch button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #F7DE19;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  border: none;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) {
  .c-btnSearch a, .c-btnSearch button {
    font-size: 14px;
  }
}
.c-btnSearch a::before, .c-btnSearch button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icn-glass.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-btnSearch a::before, .c-btnSearch button::before {
    width: 18px;
    height: 18px;
  }
}
.c-btnSearch a .count, .c-btnSearch button .count {
  font-size: 16px;
  margin-left: 8px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .c-btnSearch a .count, .c-btnSearch button .count {
    font-size: 20px;
    margin-left: 11px;
  }
}
.c-btnSearch a .unit, .c-btnSearch button .unit {
  font-size: 12px;
  margin-left: 2px;
  font-weight: 700;
  transform: translateY(0.2em);
}
@media screen and (min-width: 961px) {
  .c-btnSearch a .unit, .c-btnSearch button .unit {
    font-size: 14px;
  }
}
.c-btnSearch a .text, .c-btnSearch button .text {
  font-size: 16px;
  margin-left: 4px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .c-btnSearch a .text, .c-btnSearch button .text {
    font-size: 20px;
    margin-left: 4px;
  }
}
.c-btnSearch a:hover, .c-btnSearch button:hover {
  color: #262626;
  background: #EBC400;
}

.c-calltext {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  letter-spacing: 0.035px;
  text-align: center;
}
.c-calltext::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-image: url(../img/detail/icn_call2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.c-btnShare a, .c-btnShare button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  transition: all 100ms ease;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .c-btnShare a, .c-btnShare button {
    font-size: 14px;
  }
}
.c-btnShare--mail a, .c-btnShare--mail button {
  color: #4190ED;
  border: 1px solid #4190ED;
}
.c-btnShare--mail a:hover, .c-btnShare--mail button:hover {
  color: #0030B2;
  border: 1px solid #0030B2;
}
.c-btnShare--line a, .c-btnShare--line button {
  color: #35BA35;
  border: 1px solid #35BA35;
}
.c-btnShare--line a:hover, .c-btnShare--line button:hover {
  color: #1f6e1f;
  border: 1px solid #1f6e1f;
}

.btn-seo-show-more--wrap .btn-seo-show-more {
  color: #333;
}
@media screen and (min-width: 961px) {
  .btn-seo-show-more--wrap .btn-seo-show-more:hover {
    opacity: 0.8;
  }
}

/* Component form
    ========================================================================= */
.c-text-form {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  line-height: 1.75;
  border: 1px solid #666;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: none;
  background: #fff;
  -moz-appearance: textfield;
  appearance: none;
}
.c-text-form::-webkit-input-placeholder {
  padding-top: 0.2em;
  color: #757578;
}
.c-text-form.is-error {
  background: #ffeaea;
}

.c-check-l {
  display: flex;
  align-items: center;
}

.c-check {
  width: 22px;
  height: 22px;
  border: 1.5px solid #BFBFBF;
  border-radius: 3px;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 961px) {
  .c-check {
    width: 18px;
    height: 18px;
  }
  .c-check:checked {
    background-size: 14px auto;
  }
}
.c-check:checked {
  border: 3px solid transparent;
  background-color: #12B247;
  background-size: 20px auto;
}
.c-check:checked::before, .c-check:checked::after {
  content: "";
  display: block;
  height: 3px;
  width: 8px;
  background: #fff;
  border-radius: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: -1px;
  top: 4px;
  bottom: 1px;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .c-check:checked::before, .c-check:checked::after {
    height: 2px;
    width: 7px;
  }
}
.c-check:checked::after {
  transform: rotate(-45deg);
  width: 14px;
  left: 2px;
  bottom: 5px;
}
@media screen and (min-width: 961px) {
  .c-check:checked::after {
    width: 11px;
    left: 3px;
  }
}
.c-check:disabled {
  background-color: #fff;
  border-color: #EBEBEB;
}
.c-check:disabled + .c-check-txt {
  color: #262626;
}
.c-check-txt {
  color: #262626;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .c-check-txt {
    font-size: 14px;
  }
}

.c-select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 10px;
  border: 1px solid #666;
  border-radius: 8px;
  background: #fff;
  color: #757578;
  font-size: 16px;
  text-indent: 0.01px;
  vertical-align: middle;
  outline: none;
  text-overflow: "";
  appearance: button;
}
.c-select.is-empty {
  color: #757578;
}
.c-select.option-selected {
  color: #262626;
}
.c-select option {
  background-color: #fff;
}
.c-select::-ms-expand {
  display: none;
}
.c-select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.c-select-l {
  display: block;
  position: relative;
  width: 100%;
}
.c-select-l:before {
  display: block;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-radius: 0 8px 8px 0;
  background: #fff;
  content: "";
  pointer-events: none;
}
.c-select-l:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  pointer-events: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_selectbox.png);
}
.c-select-l.is-error:before {
  background: #ffeaea;
}
.c-select-l.is-error select {
  background: #ffeaea;
}

.c-select-l--2 {
  display: block;
  position: relative;
  width: 100%;
}
.c-select-l--2:before {
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.c-select-l--2 select {
  appearance: none;
  cursor: pointer;
}

.c-radio-l {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.c-radio {
  display: none;
}
.c-radio:disabled {
  background-color: #EBEBEB;
  border-color: #ccc;
}
.c-radio:disabled + .c-radio-txt {
  color: #aeaeae;
}
.c-radio:checked + .c-radio-icon {
  background-image: url(../img/icon/icon_radio-on.svg);
}

.c-radio-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon_radio.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.c-text-textarea {
  width: 100%;
  min-height: 80px;
  padding: 16px;
  border: 1px solid #666;
  border-radius: 8px;
  box-shadow: none;
  background: #fff;
  -moz-appearance: textfield;
  appearance: none;
}
.c-text-textarea::-webkit-input-placeholder {
  padding-top: 0.2em;
}
.c-text-textarea.is-error {
  background: #ffeaea;
}

.c-checkbox input {
  display: none;
}
.c-checkbox input:checked + label::before {
  background-image: url(../img/common/checkbox-checked.svg);
}
.c-checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.c-checkbox label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-image: url(../img/common/checkbox.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* Component icon
    ========================================================================= */
.c-icon, .c-icon--shift--black:before, .c-icon--shift:before, .c-icon--place--black:before, .c-icon--place:before, .c-icon--station--black:before, .c-icon--station:before, .c-icon--occupation--black:before, .c-icon--occupation:before, .c-icon--salary--black:before, .c-icon--salary:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.c-icon--salary:before {
  background-image: url(../img/icon/icon_salary_gray2.svg);
  background-size: 20px;
  background-position: 0 center;
}
.c-icon--salary--black:before {
  background-image: url(../img/icon/icon_salary_black.svg);
  background-size: auto 12px;
  background-position: 6px center;
}
@media screen and (min-width: 961px) {
  .c-icon--salary--black:before {
    background-size: auto 15px;
    background-position: 10px center;
  }
}
.c-icon--occupation:before {
  background-image: url(../img/icon/icon_occupation_gray.svg);
  background-size: 20px;
  background-position: 0 center;
}
.c-icon--occupation--black:before {
  background-image: url(../img/icon/icon_occupation_black2.svg);
  background-size: auto 20px;
  background-position: 0 center;
}
@media screen and (min-width: 961px) {
  .c-icon--occupation--black:before {
    background-size: auto 24px;
    background-position: 0 center;
  }
}
.c-icon--station:before {
  background-image: url(../img/icon/icon_station_gray.svg);
  background-size: 20px;
  background-position: 0 center;
}
.c-icon--station--black:before {
  background-image: url(../img/icon/icon_station_black.svg);
  background-size: 20px;
  background-position: 0 center;
}
@media screen and (min-width: 961px) {
  .c-icon--station--black:before {
    background-size: auto 24px;
    background-position: 0 center;
  }
}
.c-icon--place:before {
  background-image: url(../img/icon/icon_place_gray.svg);
  background-size: 20px;
  background-position: 0 center;
}
.c-icon--place--black:before {
  background-image: url(../img/icon/icon_place_black.svg);
  background-size: auto 14px;
  background-position: 5px center;
}
@media screen and (min-width: 961px) {
  .c-icon--place--black:before {
    background-size: auto 15px;
    background-position: 10px center;
  }
}
.c-icon--shift:before {
  background-image: url(../img/icon/icon_shift_gray.svg);
  background-size: 20px;
  background-position: 0 center;
}
.c-icon--shift--black:before {
  background-image: url(../img/icon/icon_shift_black3.svg);
  background-size: auto 20px;
  background-position: 0 center;
}
@media screen and (min-width: 961px) {
  .c-icon--shift--black:before {
    background-size: auto 24px;
    background-position: 0 center;
  }
}

.c-icon--search {
  background-image: url(../img/icon/icon_search.svg);
  content: "";
  display: block;
  position: relative;
  background-position: 10px 13px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-icon--search {
    background-size: auto 17px;
    background-position: 10px 11px;
  }
}

.c-icon--fav, .c-icon--fav--yellow, .c-icon--fav--black {
  background-repeat: no-repeat;
}
.c-icon--fav--black {
  background-image: url(../img/icon/icon_favorite.svg);
  background-position: center 3px;
}
.c-icon--fav--yellow {
  background-image: url(../img/icon/icon_favorite_yellow.svg);
  background-position: left center;
  background-size: 25px auto;
}

.c-icon--history, .c-icon--history--black {
  background-repeat: no-repeat;
}
.c-icon--history--black {
  background-image: url(../img/icon/icon_history.svg);
  background-position: center 3px;
}

.c-icon--search-history, .c-icon--search-history--black {
  background-repeat: no-repeat;
}
.c-icon--search-history--black {
  background-image: url(../img/icon/icon_search-history.svg);
  background-position: center 3px;
  background-size: 60% auto;
}

.c-icon--menu, .c-icon--menu--black {
  background-repeat: no-repeat;
}
.c-icon--menu--black {
  background-image: url(../img/icon/icon_menu.svg);
  background-position: center 3px;
}
.c-icon--menu--black.menu-is-open {
  background-image: url(../img/icon/icon_menu-open.svg);
  background-size: 60% auto;
}

.c-icon--check {
  position: relative;
  width: 24px;
  height: 24px;
}
.c-icon--check:before, .c-icon--check:after {
  position: absolute;
  content: "";
  display: block;
}
.c-icon--check:before {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #12B247;
  border: 1px solid #12B247;
  left: 0;
  top: 0;
}
.c-icon--check:after {
  display: block;
  top: 6px;
  left: 5px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* Component link
    ========================================================================= */
.c-link-search {
  line-height: 55px;
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
.c-link-search:first-child {
  border-top: 1px solid #EBEBEB;
}
.c-link-search:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(-45deg);
}
.c-link-search__txt, .c-link-search__txt--lv2, .c-link-search__txt--2 {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 0 25px 0 10px;
  cursor: pointer;
  text-decoration: none;
  color: #262626;
  background-color: #fff;
}
.c-link-search__txt:hover, .c-link-search__txt--lv2:hover, .c-link-search__txt--2:hover {
  color: #0066D2;
  text-decoration: none;
  background-color: #f8fffa;
}
.c-link-search__txt--2 {
  background-color: #F7F7F7;
}
.c-link-search__txt--lv2 {
  padding: 0 25px 0 30px;
}
@media screen and (max-width: 374px) {
  .c-link-search__txt, .c-link-search__txt--lv2, .c-link-search__txt--2 {
    font-size: 14px;
  }
}
.c-link-search.itmzero .c-link-search__txt, .c-link-search.itmzero .c-link-search__txt--2, .c-link-search.itmzero .c-link-search__txt--lv2 {
  color: #D9D9D9;
  cursor: default;
}
@media screen and (min-width: 961px) {
  .c-link-search.itmzero .c-link-search__txt, .c-link-search.itmzero .c-link-search__txt--2, .c-link-search.itmzero .c-link-search__txt--lv2 {
    color: #757578;
  }
}
.c-link-search--check {
  position: relative;
  width: 100%;
  min-height: 55px;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
.c-link-search--check:after {
  content: none;
}
.c-link-search--check__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #262626;
  background-color: #fff;
}
.c-link-search--check.itmzero .c-link-search--check__txt {
  cursor: default;
}
.c-link-search--check.itmzero .c-link-search--check__txt:hover {
  opacity: 1;
}
.c-link-search--check.itmzero .c-check-txt {
  color: #BFBFBF;
}
.c-link-search--check.itmzero .p-select__check-num {
  background-color: #BFBFBF;
}

.c-text-link, .c-text-link-gr, .c-text-link-bl {
  text-decoration: none;
  color: #262626;
}
.c-text-link-bl {
  text-decoration: underline;
  color: #0066D2;
}
.c-text-link-bl:hover {
  color: #0030B2;
}
.c-text-link-gr {
  color: #262626;
}
.c-text-link-gr:hover {
  color: #0066D2;
}

.c-text-link--2 {
  text-decoration: underline;
  color: #262626;
}

.c-link-square, span.c-link-square, a.c-link-square {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #262626;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-link-square, span.c-link-square, a.c-link-square {
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

a.c-link-square {
  cursor: pointer;
  transition: 0.2s;
}
a.c-link-square:hover {
  color: #12B247;
  border: 1px solid #12B247;
}

span.c-link-square {
  background-color: #D9D9D9;
}

.c-mapLink a {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.08px;
  color: #0066D2;
}
.c-mapLink a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url(../img/detail/icn_blank2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* Component note
    ========================================================================= */
.c-note-wrap {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .c-note-wrap {
    text-align: center;
  }
}

.c-note {
  font-size: 12px;
}
.c-note a {
  color: #0066D2;
}

.c-meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-meter .unit {
  width: 64px;
}
.c-meter .unit:nth-child(1) {
  text-align: right;
}
.c-meter .point {
  display: flex;
  gap: 20px;
}
.c-meter .point li {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D9D9D9;
  text-indent: -200vw;
}
.c-meter .point li.is-current {
  background-color: #666;
}

/* Component message
    ========================================================================= */
.c-msg-box, .c-msg-box--important, .c-msg-box--info, .c-msg-box--alert2, .c-msg-box--alert {
  font-size: 14px;
  margin: 10px 0;
  padding: 15px 20px;
  border: 4px solid #EBEBEB;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .c-msg-box, .c-msg-box--important, .c-msg-box--info, .c-msg-box--alert2, .c-msg-box--alert {
    font-size: 16px;
    border: 2px solid #EBEBEB;
  }
}
.c-msg-box--alert {
  background-image: url(../img/icon/icon_msg_alert4.svg);
  padding: 15px 20px 15px 45px;
  color: #FF350D;
  font-weight: bold;
  border: 1px solid #FF6040;
  background-color: #FFF4F4;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.c-msg-box--alert span {
  font-weight: normal;
  color: #262626;
}
.c-msg-box--alert a {
  font-weight: bold;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .c-msg-box--alert {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
    text-align: left;
    border: 2px solid #FF6040;
  }
}
.c-msg-box--alert2 {
  display: flex;
  align-items: center;
  padding: 16px;
  color: #FF350D;
  border: 1px solid #FF6040;
  background-color: #FFF4F4;
  font-weight: 700;
  letter-spacing: 0.56px;
  font-size: 14px;
  margin: 0;
}
.c-msg-box--alert2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(../img/icon/icon_msg_alert4.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.c-msg-box--alert2 span {
  font-weight: normal;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .c-msg-box--alert2 {
    width: 100%;
  }
}
.c-msg-box--info {
  padding: 15px 20px;
  border: 1px solid #BFBFBF;
  background: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .c-msg-box--info {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin: 20px auto;
    text-align: left;
    border: 2px solid #BFBFBF;
  }
}
.c-msg-box--important {
  padding: 15px 20px;
  color: #FF350D;
  border: 4px solid #FF350D;
  background-color: #FFF4F4;
}
@media screen and (min-width: 961px) {
  .c-msg-box--important {
    border: 2px solid #FF350D;
  }
}
.c-msg-box__item {
  margin-bottom: 5px;
}

.c-msg--alert {
  color: #FF350D;
}

.message-box {
  position: fixed;
  z-index: 9999;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: calc(100% - 32px);
  padding: 12px 0;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-color: #12B247;
  box-shadow: 0px 12px 16px 0px rgba(0, 26, 9, 0.15);
}
@media screen and (min-width: 961px) {
  .message-box {
    width: 760px;
  }
}
.message-box::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/icon_messagebox.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.message-box:hover {
  color: #fff;
}

.c-msg-warning {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  color: #FF350D;
}
@media screen and (min-width: 960px) {
  .c-msg-warning {
    text-align: center;
  }
}

.c-msg-unsupported {
  background-image: url(../img/icon/icon_msg_alert2.svg);
  background-color: #B3D3F8;
  background-repeat: no-repeat;
  background-position: 10px 45%;
  color: #0030B2;
  padding: 15px 15px 15px 60px;
  font-weight: bold;
}

.c-update {
  text-align: center;
  font-size: 12px;
  color: #626463;
}

.c-pager-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-pager-pc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .c-pager-pc {
    max-width: 760px;
    margin: 0 auto;
  }
}
.c-pager-sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .c-pager-sp {
    display: none;
  }
}
.c-pager-prev.is-hidden {
  visibility: hidden;
}
.c-pager-prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  width: 150px;
  height: 48px;
  color: #262626;
  text-decoration: none;
}
.c-pager-prev a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../img/icon/arrow-prev.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-pager-prev a:hover {
  background: #F7F7F7;
}
.c-pager-prev.is-disable a {
  border: 1px solid #BFBFBF;
  color: #949795;
  pointer-events: none;
}
.c-pager-next.is-hidden {
  visibility: hidden;
}
.c-pager-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  width: 150px;
  height: 48px;
  color: #262626;
  text-decoration: none;
}
.c-pager-next a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url(../img/icon/arrow-next.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-pager-next a:hover {
  background: #F7F7F7;
}
.c-pager-dotted a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -200vw;
  background-image: url(../img/icon/icn-dotted.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-pager ol {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .c-pager ol {
    width: auto;
  }
}
.c-pager ol li {
  font-size: 14px;
  color: #949795;
}
.c-pager ol li a {
  font-size: 14px;
  color: #0066D2;
  text-decoration: underline;
}
.c-pager ol li a:hover {
  color: #3431A3;
}
.c-pager-bottom {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .c-pager-bottom {
    justify-content: flex-end;
  }
}
.c-pager-count {
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
}

/* Component text
   ========================================================================== */
.c-text, .c-text--b {
  font-size: 14px;
  color: #262626;
}
.c-text--sm {
  font-size: 13px;
  color: #262626;
}
.c-text--sm2 {
  color: #626264;
  font-size: 12px;
}
.c-text--b {
  font-weight: bold;
}
.c-text--bl {
  color: #12B247;
}
.c-text--strong {
  font-weight: bold;
}

/* Component title
   ========================================================================== */
.c-ttl-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .c-ttl-wrap {
    margin: auto;
  }
}

.c-ttl-wrap-ib {
  display: inline-block;
  width: 100%;
}

.c-ttl-primary {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 15px 18px;
  text-align: center;
  color: #fff;
  background: #12B247;
}
@media screen and (min-width: 961px) {
  .c-ttl-primary {
    font-size: 22px;
    padding: 10px 30px;
    text-align: left;
  }
}

.c-ttl-primary--spBar, .c-ttl-primary--v2 {
  padding: 24px 0 32px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #262626;
  letter-spacing: 1.28px;
}
@media screen and (min-width: 961px) {
  .c-ttl-primary--spBar, .c-ttl-primary--v2 {
    font-size: 32px;
    padding: 48px 0 64px;
  }
}

.c-ttl-primary--v2 {
  background: transparent;
}

@media screen and (max-width: 961px) {
  .c-ttl-primary--spBar {
    padding: 15px 0;
    background-color: #12B247;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }
}

.c-ttl-back-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .c-ttl-back-arrow {
    display: none;
  }
}
.c-ttl-back-arrow-link {
  position: relative;
  display: block;
  width: 40px;
  height: 48px;
}
.c-ttl-back-arrow-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 5px;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.c-ttl-txt--page-b {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px;
}
.c-ttl-txt--page-ca {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-ttl-txt--page-ca {
    font-size: 20px;
  }
}
.c-ttl-txt--con {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  padding: 0 0 16px;
}
.c-ttl-txt--h1 {
  font-size: 10px;
  font-weight: normal;
  color: #262626;
}

.c-ttl-con, .c-ttl-con--line-l {
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px;
}
.c-ttl-con--line-l {
  margin: 10px 0;
  padding: 2px 10px;
  border-left: 4px solid #12B247;
}
@media screen and (min-width: 961px) {
  .c-ttl-con--line-l {
    font-size: 18px;
    margin: 30px 0;
    padding: 2px 15px;
  }
}

.c-ttl-back-btn {
  display: inline-block;
  margin-left: 10px;
}
.c-ttl-back-btn-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  text-decoration: none;
  color: #262626;
  border: 1px solid #666;
  border-radius: 30px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.c-ttl-back-btn-link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  transform: translateY(0.5px);
  background-image: url(../img/icon/arrow-ttlBackBtn2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-ttl-back-btn-link:hover {
  color: #0066D2;
  border: 1px solid #BFBFBF;
}
.c-ttl-back-btn-link:hover:before {
  border-bottom: 2px solid #BFBFBF;
  border-left: 2px solid #BFBFBF;
}

.c-ttl-wrap-ib .c-ttl-txt--con {
  display: inline-block;
  padding: 0;
  margin-left: 16px;
  font-weight: normal;
}

.c-ttl-sec {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
@media screen and (min-width: 961px) {
  .c-ttl-sec {
    font-size: 20px;
  }
  .c-ttl-sec br {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .c-ttl-sec--pcfs16 {
    font-size: 16px;
  }
}

.c-ttl-sub {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}

.c-ttl-list-group {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  padding: 15px 25px 13px 10px;
  background-color: #F7F7F7;
}
.c-ttl-list-group--b {
  font-size: 16px;
  width: 100%;
  padding: 18px 25px 15px 10px;
  background-color: #F7F7F7;
}

.c-head--lv1 {
  padding: 32px 0 32px;
}
@media screen and (min-width: 961px) {
  .c-head--lv1 {
    padding: 48px 0 64px;
  }
}
.c-head--lv1 .c-head-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-head--lv1 .c-head-item {
    font-size: 32px;
  }
}
.c-head--lv2 {
  padding-bottom: 16px;
}
.c-head--lv2 .c-head-item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .c-head--lv2 .c-head-item {
    font-size: 16px;
  }
}

.c-middleHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
}
.c-middleHeader__head {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.c-miniHead {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .c-miniHead {
    background-color: unset;
    justify-content: flex-start;
    padding: 0 16px;
  }
}

.c-icnBorderHead {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #666;
}
.c-icnBorderHead::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-icnBorderHead.icn-bag::before {
  background-image: url(../img/detail/icn_bag2.svg);
}
.c-icnBorderHead.icn-receipt::before {
  background-image: url(../img/detail/icn_receipt2.svg);
}
.c-icnBorderHead.icn-tag::before {
  background-image: url(../img/detail/icn_tag.svg);
}
.c-icnBorderHead.icn-balloon::before {
  background-image: url(../img/detail/icn_balloon.svg);
}
.c-icnBorderHead.icn-build::before {
  background-image: url(../img/detail/icn_build2.svg);
}

.c-ttl-job-suggest {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.c-url-suggest .js-seo-link {
    width: 100%;
}
@media screen and (max-width: 450px) {
  .c-url-suggest .js-seo-link {
    height: 60px;
  }
}
.c-url-suggest .js-seo-link .url-seo {
    padding: 0 24px 8px 0 !important;
}
@media screen and (min-width: 450px) {
  .c-url-suggest .btn-seo-show-more--wrap {
    display: none;
  }
}

/* Component tag
    ========================================================================= */
.c-tag, .c-tag--congratulation, .c-tag--other, .c-tag--any, .c-tag--any-gr, .c-tag--required, .c-tag--short, .c-tag--link2, .c-tag--link, .c-tag--pr, .c-tag--new {
  font-size: 12px;
  display: inline-block;
  padding: 3px 6px 2px;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  background: #fff;
}
.c-tag--new {
  font-size: 10px;
  padding: 1px 5px 2px;
  color: #fff;
  border: 1px solid #FF6040;
  background: #FF6040;
  border-radius: 40px;
}
.c-tag--new__recommend {
  min-width: max-content;
}
.c-tag--pr {
  font-size: 10px;
  box-sizing: border-box;
  padding: 1px 5px 2px;
  color: #fff;
  background: #12B247;
  border: 1px solid #12B247;
}
.c-tag--link {
  font-size: 12px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 1px solid #0A982D;
}
.c-tag--link a {
  display: block;
  padding: 5px 10px 4px;
  text-decoration: none;
  color: #0A982D;
}
.c-tag--link a:hover {
  opacity: 0.7;
}
.c-tag--link2 {
  font-size: 12px;
  box-sizing: border-box;
  margin: 0 4px 4px 0;
  padding: 0;
  border: 1px solid #262626;
  background: inherit;
}
.c-tag--link2 a {
  display: block;
  padding: 5px 10px 4px;
  text-decoration: none;
  color: #262626;
}
.c-tag--link2 a:hover {
  opacity: 0.7;
}
.c-tag--short {
  font-size: 10px;
  padding: 2px 6px;
  color: #626463;
  border: 1px solid #aeadad;
}
.c-tag--required {
  padding: 1px 6px 2px;
  color: #fff;
  border: none;
  background: #FF350D;
}
.c-tag--any, .c-tag--any-gr {
  padding: 1px 6px 2px;
  color: #fff;
  border: none;
}
.c-tag--any-gr {
  background: #757578;
}
.c-tag--other {
  padding: 2px 5px 1px;
  color: #fff;
  border: none;
  background: #FF6040;
}
.c-tag--congratulation {
  color: #FF6040;
  border: 1px solid #FF6040;
}

.c-jobTags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.c-jobTags .c-jobTag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #666;
}
.c-jobTags__title {
  gap: 4px;
  color: #FF350D;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .c-jobTags__title {
    padding: 0 16px;
    margin-top: 12px;
  }
}
.c-jobTags__title .c-jobTag {
  border: 1px solid #FF6040;
}
@media screen and (max-width: 960px) {
  .c-jobTags__w-detail {
    padding: 0 16px;
    margin-top: 12px;
  }
}
.c-jobTags__green .c-jobTag {
  color: #12B247;
  border: 1px solid #12B247;
}
@media screen and (max-width: 960px) {
  .c-jobTags .hide-tag {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .show-more-tag-shift {
    margin-left: 40px;
  }
}

#payment-set-tmp {
  -webkit-appearance: none;
}

/* Component step
    ========================================================================= */
.c-step-wrap {
  width: 100%;
}
.c-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.c-step__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  height: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  background-color: #BFBFBF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (min-width: 961px) {
  .c-step__item {
    width: 150px;
    font-size: 16px;
    flex-shrink: 0;
  }
}
.c-step__item:last-child {
  border-radius: 4px;
}
.c-step__item:after {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #BFBFBF;
  border-bottom: 20px solid transparent;
  border-left: 0 solid transparent;
}
.c-step__item:last-child {
  margin-right: 0;
}
.c-step__item:last-child:after {
  content: none;
}
.c-step__item.is-active {
  background: #12B247;
  color: #fff;
  font-weight: bold;
}
.c-step__item.is-active:after {
  border-right: 20px solid #12B247;
}

/* Component Work info
    ========================================================================= */
.c-work-info, .c-work-info--store, .c-work-info--copy {
  margin: 0;
  padding: 0;
}
.c-work-info--copy {
  color: #0066D2;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .c-work-info--copy {
    font-size: 20px;
  }
}
.c-work-info--store {
  color: #262626;
  font-size: 12px;
}
.c-work-info-img {
  position: static;
  width: 95px;
  height: 95px;
  margin-right: 10px;
  padding: 1px;
  box-sizing: border-box;
  background: #fff;
}
.c-work-info-img__inner {
  position: relative;
  width: 95px;
  height: 95px;
  overflow: hidden;
}
.c-work-info-img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  max-width: none;
  height: 71px;
  max-height: none;
}
@media screen and (min-width: 961px) {
  .c-work-info-img {
    width: 200px;
    height: 130px;
  }
  .c-work-info-img__inner {
    width: 190px;
    height: 126px;
    margin: 0 auto;
  }
  .c-work-info-img__inner img {
    height: 126px;
  }
}

/* Project アプリヘッダーバナー
    ========================================================================= */
.app-hd-bnr, .app-hd-university, .app-hd-shufu, .app-hd-highschool, .app-hd-sftworks {
  position: relative;
  display: block;
  height: 56px;
  background-color: #EBEBEB;
}
.app-hd-bnr a, .app-hd-university a, .app-hd-shufu a, .app-hd-highschool a, .app-hd-sftworks a {
  line-height: 55px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 10px 0 0;
  text-align: right;
  color: #0066D2;
  background-repeat: no-repeat;
  background-position: center center;
}
.app-hd-bnr .close_btn, .app-hd-university .close_btn, .app-hd-shufu .close_btn, .app-hd-highschool .close_btn, .app-hd-sftworks .close_btn {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
}
.app-hd-bnr .close_btn span, .app-hd-university .close_btn span, .app-hd-shufu .close_btn span, .app-hd-highschool .close_btn span, .app-hd-sftworks .close_btn span {
  position: absolute;
  top: 9px;
  left: 2px;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background-color: #aaa;
}
.app-hd-bnr .close_btn span:first-child, .app-hd-university .close_btn span:first-child, .app-hd-shufu .close_btn span:first-child, .app-hd-highschool .close_btn span:first-child, .app-hd-sftworks .close_btn span:first-child {
  transform: rotate(45deg);
}
.app-hd-bnr .close_btn span:last-child, .app-hd-university .close_btn span:last-child, .app-hd-shufu .close_btn span:last-child, .app-hd-highschool .close_btn span:last-child, .app-hd-sftworks .close_btn span:last-child {
  transform: rotate(-45deg);
}

.app-hd-sftworks {
  z-index: 100;
}
.app-hd-sftworks a {
  background-size: 240px auto;
}
.app-hd-sftworks.ios_1 a {
  background-image: url(../img/banner/app_hdr_sftworks_iphone_1.png);
}
.app-hd-sftworks.android_1 a {
  background-image: url(../img/banner/app_hdr_sftworks_android_1.png);
}
.app-hd-sftworks.ios_2 a {
  background-image: url(../img/banner/app_hdr_sftworks_iphone_2.png);
}
.app-hd-sftworks.android_2 a {
  background-image: url(../img/banner/app_hdr_sftworks_android_2.png);
}
.app-hd-sftworks.ios_3 a {
  background-image: url(../img/banner/app_hdr_sftworks_iphone_3.png);
}
.app-hd-sftworks.android_3 a {
  background-image: url(../img/banner/app_hdr_sftworks_android_3.png);
}
.app-hd-sftworks.ios_4 a {
  background-image: url(../img/banner/app_hdr_sftworks_iphone_4.png);
}
.app-hd-sftworks.android_4 a {
  background-image: url(../img/banner/app_hdr_sftworks_android_4.png);
}

.app-hd-highschool a {
  background-size: 220px auto;
}
.app-hd-highschool.ios {
  background: #e7ebed;
}
.app-hd-highschool.ios a {
  background-image: url(../img/banner/app_hdr_highschool_iphone.png);
}
.app-hd-highschool.android {
  background: #e7ebed;
}
.app-hd-highschool.android a {
  background-image: url(../img/banner/app_hdr_highschool_android.png);
}

.app-hd-shufu a {
  background-size: 220px auto;
}
.app-hd-shufu.android {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fdf5e3));
  background: linear-gradient(to bottom, #ffffff 0, #fdf5e3 100%);
}
.app-hd-shufu.android a {
  background-image: url(../img/banner/app_hdr_bnr_01_android.png);
}
.app-hd-shufu.ios a {
  background-image: url(../img/banner/app_hdr_bnr_03_iphone.png);
}

.app-hd-university a {
  background-size: 220px auto;
}
.app-hd-university.ios a {
  background-image: url(../img/banner/app_hdr_university_iphone.png);
}
.app-hd-university.android a {
  background-image: url(../img/banner/app_hdr_university_android.png);
}

/* Project breadcrumbs
    ========================================================================= */
.p-breadcrumbs {
  display: table;
  margin: 0;
  padding: 10px;
  font-size: 10px;
}
.p-breadcrumbs__item, .p-breadcrumbs__item--current {
  display: table-cell;
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding-right: 20px;
  color: #626463;
}
.p-breadcrumbs__item a, .p-breadcrumbs__item--current a {
  color: #0066D2;
  text-decoration: none;
}
.p-breadcrumbs__item:after, .p-breadcrumbs__item--current:after {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 8px;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  content: "";
  border-bottom: 1px solid #626463;
  border-right: 1px solid #626463;
}
.p-breadcrumbs__item:last-child:after, .p-breadcrumbs__item--current:last-child:after {
  border-bottom: none;
  border-right: none;
}
.p-breadcrumbs__item--current {
  padding-right: 0;
}
.p-breadcrumbs__item--current:after {
  content: none;
}
@media screen and (min-width: 961px) {
  .p-breadcrumbs {
    display: flex;
    align-items: center;
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .p-breadcrumbs__item, .p-breadcrumbs__item--current {
    display: block;
  }
  .p-breadcrumbs__item:after, .p-breadcrumbs__item--current:after {
    top: calc(50% - 3px);
  }
  .p-breadcrumbs__item:last-child, .p-breadcrumbs__item--current:last-child {
    white-space: normal;
  }
}

/* Project ボタン
    ========================================================================= */
.p-back-top-warp {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p-back-top-warp {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}
.p-back-top-warp2 {
  margin-top: 48px;
  padding-bottom: 48px;
}

.p-more-btn-wrap {
  margin-top: 5px;
  text-align: right;
}

/* Footer
   ========================================================================== */
.p-footer {
  width: 100%;
  color: #fff;
  background-color: #12B247;
}
.p-footer-inner {
  font-size: 12px;
  text-align: center;
}
.p-footer-con {
  line-height: 1.6;
  overflow: hidden;
  padding: 20px 15px;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-footer-con {
    padding: 20px 0;
  }
}
.p-footer-con-ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.p-footer-con--2 {
  border-top: 1px solid #0A982D;
}
.p-footer-con a {
  text-decoration: none;
  color: #fff;
}
.p-footer-search {
  margin-bottom: 40px;
}
.p-footer-search-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}
.p-footer-search-item {
  margin-bottom: 5px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.p-footer-search-item:last-child {
  border-right: none;
}
.p-footer-related {
  margin-bottom: 40px;
}
.p-footer-related-item {
  margin-bottom: 5px;
}
.p-footer-description {
  margin-bottom: 40px;
}
.p-footer-logo {
  margin: 0 0 10px 0;
}
.p-footer-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-footer-link {
    width: 80%;
  }
}
@media screen and (min-width: 961px) {
  .p-footer-link {
    float: left;
    width: 600px;
  }
}
.p-footer-link li {
  flex-grow: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.p-footer-link li.item--grow-2 {
  flex-grow: 2;
}
.p-footer .copyright {
  margin-top: 20px;
  text-align: center;
}
.p-footer .copyright small {
  font-size: 10px;
}
@media screen and (min-width: 961px) {
  .p-footer .copyright {
    float: right;
    margin-top: 0;
  }
}
.p-footer--pref .p-footer-con {
  padding: 32px 16px;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .p-footer-con {
    padding: 32px 0 0;
  }
}
.p-footer--pref .p-footer-con-ttl {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1;
}
.p-footer--pref .p-footer-logo {
  margin-bottom: 16px;
}
.p-footer--pref .l-footer-rwd-wrap {
  padding-bottom: 32px;
  border-bottom: 1px solid #0A982D;
}
.p-footer--pref .l-footer-search {
  flex-basis: auto;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .l-footer-search {
    padding-right: 32px;
    margin-bottom: 0;
  }
}
.p-footer--pref .l-footer-search .p-footer-search-list + .p-footer-search-list {
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .l-footer-search .p-footer-search-list + .p-footer-search-list {
    margin-top: 0;
  }
}
.p-footer--pref .p-footer-related {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .p-footer-related {
    flex-shrink: 0;
    flex-basis: 232px;
  }
}
.p-footer--pref .p-footer-related-item a {
  text-decoration: underline;
  font-size: 14px;
}
.p-footer--pref .p-footer-search-list {
  gap: 8px 16px;
  margin: 0;
}
.p-footer--pref .p-footer-search-list + .p-footer-search-list {
  margin-top: 8px;
}
.p-footer--pref .p-footer-search-list .p-footer-search-item {
  padding: 0;
  border-right: none;
  margin-bottom: 0;
}
.p-footer--pref .p-footer-search-list .p-footer-search-item a {
  text-decoration: underline;
  font-size: 14px;
}
.p-footer--pref .p-footer-description {
  padding-top: 32px;
  margin-bottom: 0;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .p-footer-description {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.p-footer--pref .p-footer-description .p-footer-con-ttl {
  font-size: 14px;
  line-height: 1.5;
}
.p-footer--pref .p-footer-con--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .p-footer-con--2 {
    flex-direction: row;
  }
}
.p-footer--pref .p-footer-link {
  gap: 8px;
  justify-content: flex-start;
  float: none;
  width: auto;
  margin: 0;
}
.p-footer--pref .p-footer-link li {
  text-align: left;
  margin: 0;
  flex-grow: unset;
}
.p-footer--pref .p-footer-link li a {
  font-size: 14px;
  text-decoration: underline;
}
.p-footer--pref .copyright {
  width: 100%;
  float: none;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-footer--pref .copyright {
    width: auto;
  }
}

.p-footer--no-link .copyright {
  float: none;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 961px) {
  .sp-only {
    display: none;
  }
}

.search-job-by-prefecture {
  line-height: 1.5;
  font-size: 14px;
}
.search-job-by-prefecture .area {
  padding-right: 10px;
  box-sizing: border-box;
}
.search-job-by-prefecture li {
  padding: 3px;
}
.search-job-by-prefecture li div {
  display: flex;
}
.search-job-by-prefecture li div a {
  padding: 0px 3px;
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .search-job-by-prefecture li div a:first-child::before {
    content: "";
    border-left: 1px dotted white;
    margin-right: 8px;
  }
}
.search-job-by-prefecture .pref {
  margin-left: 5px;
  margin-bottom: 10px;
}

/* Project フォーム
    ========================================================================= */
.p-form-set {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-form-set {
    display: flex;
  }
}
.p-form-set__ttl {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .p-form-set__ttl {
    flex-shrink: 0;
    flex-basis: 280px;
    width: 280px;
    min-width: 280px;
    padding: 8px 0;
    border-top: none;
    border-bottom: none;
  }
}
.p-form-set__ttl--top {
  padding-top: 2em !important;
  align-items: flex-start;
}
.p-form-set__ttl .c-tag--required {
  margin-right: 8px;
}
.p-form-set__ttl .c-tag--any-bl, .p-form-set__ttl .c-tag--any-gr {
  margin-right: 8px;
}
.p-form-set__ttl .c-icon--check {
  margin-left: 15px;
}
@media screen and (min-width: 961px) {
  .p-form-set__ttl .c-icon--check {
    margin-left: auto;
  }
}
.p-form-set__sub-ttl {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}
.p-form-set__sub-ttl .c-tag--any-bl, .p-form-set__sub-ttl .c-tag--any-gr {
  margin-left: 15px;
}
.p-form-set__content {
  padding: 15px 20px;
}
@media screen and (min-width: 961px) {
  .p-form-set__content {
    width: auto;
    flex-basis: auto;
    flex-grow: 2;
  }
}
.p-form-set__content__inner, .p-form-set__content__inner--full, .p-form-set__content__inner--sp-full {
  display: flex;
}
.p-form-set__content__inner--sp-full {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-form-set__content__inner--sp-full {
    display: flex;
  }
}
.p-form-set__content__inner--full {
  display: block;
}
.p-form-set__content__inner.gap-16, .gap-16.p-form-set__content__inner--sp-full, .gap-16.p-form-set__content__inner--full {
  gap: 16px;
}
.p-form-set__half-col {
  width: 50%;
  margin-right: 10px;
}
.p-form-set__half-col:last-child {
  margin-right: 0;
}
.p-form-set--simple__ttl {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
.p-form-set--simple__content {
  padding: 0;
}

.p-form-set__birth-col {
  display: flex;
  align-items: baseline;
  flex-basis: 33%;
}
.p-form-set__address-col {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-form-set__address-col__ttl {
  display: block;
  width: 110px;
}

.p-form-set__error-msg {
  color: #FF350D;
  font-size: 12px;
}
.p-form-set__free-txt {
  margin-bottom: 5px;
}
@media screen and (min-width: 961px) {
  .p-form-set__free-txt {
    font-size: 14px;
  }
}
.p-form-set__attention-txt {
  color: #FF350D;
}
@media screen and (min-width: 961px) {
  .p-form-set__attention-txt {
    font-size: 14px;
  }
}

.p-form-set-wrap .c-msg-box-wrap {
  padding: 0 20px;
}

.p-form-set.error-check .c-icon--check {
  display: block;
}
.p-form-set.error-check .p-form-set__error-msg {
  display: none;
}
.p-form-set.error-check.ess .c-tag--required {
  display: block;
}
.p-form-set.error-check.ess .c-icon--check {
  display: none;
}
.p-form-set.error-check.ess .p-form-set__content input[type=text], .p-form-set.error-check.ess .p-form-set__content input[type=tel], .p-form-set.error-check.ess .p-form-set__content input[type=email], .p-form-set.error-check.ess .p-form-set__content textarea, .p-form-set.error-check.ess .p-form-set__content select {
  border: 2px solid #FF350D;
}
.p-form-set.error-check.ess .p-form-set__content .c-text-form {
  border: 2px solid #FF350D;
}
.p-form-set.error-check.ess .p-form-set__content .c-select-l:before {
  border-top: 2px solid #FF350D;
  border-right: 2px solid #FF350D;
  border-bottom: 2px solid #FF350D;
}
.p-form-set.error-check.ess .p-form-set__error-msg {
  display: block;
}

/* Header
   ========================================================================== */
.p-header {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
}
.p-header--bg2 {
  border-bottom: none;
}
.p-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px 10px 5px 16px;
}
@media screen and (min-width: 960px) {
  .p-header-inner {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 961px) {
  .p-header-inner {
    padding: 5px 16px 5px 40px;
  }
}
.p-header-site-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-header-site-logo > a {
  display: block;
  width: auto;
  flex-basis: auto;
  height: 18px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-header-site-logo > a {
    height: 24px;
    margin-right: 16px;
  }
}
.p-header-site-logo > a img {
  width: auto;
  height: 100%;
  transform: translateY(-2px);
}
.p-header-pref-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 425px) {
  .p-header-pref-name {
    margin: 4px 0;
  }
}
.p-header-pref-name a {
  color: #333;
  text-decoration: none;
}
.p-header-pref-name a:hover {
  opacity: 0.8;
}
.p-header-pref-name__value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-header-pref-name__value {
    position: relative;
    padding: 4px 20px 4px 14px;
    font-size: 11px;
    border-radius: 32px;
    border: 1px solid #EBEBEB;
  }
}
@media screen and (max-width: 425px) {
  .p-header-pref-name__value {
    padding: 2px 16px 4px 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-header-pref-name__value::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/icon/icon_prefname_arrow-gray.svg);
  }
}
.p-header-pref-name__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #0066D2;
}
.p-header-pref-name__trigger::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_prefname_arrow.svg);
}
@media screen and (max-width: 960px) {
  .p-header-pref-name__trigger {
    display: none;
  }
}
.p-header-catch {
  font-weight: 700;
  font-size: 14px;
  margin-left: 16px;
}
@media screen and (max-width: 960px) {
  .p-header-catch {
    display: none;
  }
}
.p-header-links {
  display: flex;
}
.p-header-txtlinks {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-header-txtlinks {
    display: flex;
    gap: 16px;
    margin-right: 24px;
  }
}
.p-header-txtlinks li a {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  margin-right: 0;
  font-weight: normal;
  color: #262626;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-header-txtlinks li a:hover {
    color: #626463;
  }
}
.p-header-link {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 961px) {
  .p-header-link {
    gap: 16px;
  }
}
.p-header-link-item {
  font-size: 11px;
  cursor: pointer;
}
.p-header-link-item a {
  font-weight: bold;
  position: relative;
  display: block;
  width: 40px;
  height: 44px;
  padding-top: 27px;
  text-align: center;
  text-decoration: none;
  color: #262626;
  font-size: 10px;
  background-size: 60% auto;
}
@media screen and (min-width: 960px) {
  .p-header-link-item a {
    width: 40px;
  }
}
.p-header-link-item a:hover {
  opacity: 0.7;
}
.p-header-link-item--menu {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-header-link-item--menu {
    display: none;
  }
}
.p-header-link-item--search-history {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-header-link-item--search-history {
    display: block;
  }
}
.p-header-link-menu {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  padding-top: 27px;
  text-align: center;
  font-weight: 700;
  color: #262626;
  background-size: 60% auto;
}
@media screen and (min-width: 961px) {
  .p-header-link-menu:hover {
    opacity: 0.8;
  }
}
.p-header-link__num, .p-header-link__num--zero {
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 50%;
  background: #FF6040;
}
.p-header-link__num--zero {
  display: none;
}
.p-header-iconlink {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-header-iconlink {
    display: flex;
    gap: 16px;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid #EBEBEB;
  }
}
.p-header-iconlink li a {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  position: relative;
  display: block;
  width: 40px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #262626;
  font-size: 10px;
}
.p-header-iconlink li a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-header-iconlink li a.icn-entryhistory::before {
  background-image: url(../img/icon/icon_entryhistory.svg);
}
.p-header-iconlink li a.icn-mypage {
  width: 50px;
}
.p-header-iconlink li a.icn-mypage::before {
  background-image: url(../img/icon/icon_mypage.svg);
}
@media screen and (min-width: 961px) {
  .p-header-iconlink li a:hover {
    opacity: 0.8;
  }
}
.p-header-loginuser {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-header-loginuser {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
  }
}
.p-header-loginuser__item {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.p-header-loginuser__item span {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}
.p-header-logout {
  margin-top: 0.25em;
}
.p-header-logout a {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
}
.p-header-logout a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_logout.svg);
}
.p-header-actions {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-header-actions {
    display: flex;
    gap: 8px;
    margin-left: 24px;
  }
}

.c-btn--regist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background-color: #F7DE19;
  text-decoration: none;
  color: #262626;
}
.c-btn--regist:hover {
  color: #262626;
  background: #EBC400;
}
.c-btn--login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #666;
  background-color: #fff;
  text-decoration: none;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .c-btn--login:hover {
    background-color: #F7F7F7;
    color: #262626;
  }
}

.p-header--no-link .p-header-inner {
  padding: 15px 10px 15px;
}
.p-header--no-link .p-header-site-logo {
  width: auto;
}

/* Menu
   ========================================================================== */
.p-menu-bg {
  position: fixed;
  top: 0;
  display: none;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

body.menu-is-open {
  position: fixed;
  width: 100%;
}
body.menu-is-open .p-menu-wrap {
  right: 0;
}
body.menu-is-open .p-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #fff;
}

.p-menu {
  position: relative;
  height: 100%;
  margin: 0 0 0 auto;
}
.p-menu-wrap {
  position: fixed;
  top: 0;
  width: 75%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .p-menu-wrap {
    width: 350px;
  }
}
.p-menu__close-btn {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  transition: 0.2s;
}
.p-menu__close-btn:hover {
  opacity: 0.7;
}
.p-menu__close-btn span {
  position: absolute;
  top: 21px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
}
.p-menu__close-btn span:first-child {
  transform: rotate(45deg);
}
.p-menu__close-btn span:last-child {
  transform: rotate(-45deg);
}
.p-menu__inner {
  position: static;
  overflow: scroll;
  height: 100%;
  background-color: #fff;
}
.p-menu__ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 25px 15px 15px;
  color: #12B247;
}
.p-menu__item {
  line-height: 55px;
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #EBEBEB;
}
.p-menu__item:first-child {
  border-top: 1px solid #EBEBEB;
}
.p-menu__item:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(-45deg);
}
.p-menu__link {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 0 25px 0 30px;
  text-decoration: none;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .p-menu__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 374px) {
  .p-menu__link {
    padding: 0 25px 0 15px;
  }
}
.p-menu__link__num, .p-menu__link__num--zero {
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  background: #FF6040;
}
.p-menu__link__num--zero {
  display: none;
}
.p-menu--ver2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-menu--ver2 .p-menu {
  background-color: #fff;
}
.p-menu--ver2 .p-menu__inner {
  padding-top: 60px;
  background-color: unset;
}
.p-menu--ver2 .p-menu__header {
  background-color: #f6f6f6;
  padding: 8px 16px;
}
.p-menu--ver2 .p-menu__system {
  background-color: #f6f6f6;
}
.p-menu--ver2 .p-menu__search {
  background-color: #f6f6f6;
}
.p-menu--ver2 .p-menu__ttl {
  padding: 16px 16px 8px;
  font-weight: 700;
  font-size: 12px;
  color: #626463;
}
.p-menu--ver2 .p-menu__system-link li {
  border-bottom: 1px solid #f6f6f6;
}
.p-menu--ver2 .p-menu__system-link li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #262626;
  font-size: 14px;
  background-color: #fff;
}
.p-menu--ver2 .p-menu__system-link li a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-menu--ver2 .p-menu__system-link li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon/icon_spmenu-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-menu--ver2 .p-menu__system-link li a .c-count-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 40px;
  margin-left: 8px;
  background-color: #FF6040;
  color: #fff;
}
.p-menu--ver2 .p-menu__system-link__history a::before {
  background-image: url(../img/icon/icon_history.svg);
}
.p-menu--ver2 .p-menu__system-link__favorite a::before {
  background-image: url(../img/icon/icon_favorite.svg);
}
.p-menu--ver2 .p-menu__system-link__search-history a::before {
  background-image: url(../img/icon/icon_search-history.svg);
}
.p-menu--ver2 .p-menu__member-link li {
  border-bottom: 1px solid #f6f6f6;
}
.p-menu--ver2 .p-menu__member-link li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
  color: #262626;
  font-size: 14px;
  background-color: #fff;
}
.p-menu--ver2 .p-menu__member-link li a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-menu--ver2 .p-menu__member-link li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon/icon_spmenu-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-menu--ver2 .p-menu__member-link li a .c-count-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 40px;
  margin-left: 8px;
  background-color: #FF6040;
  color: #fff;
}
.p-menu--ver2 .p-menu__member-link__history a::before {
  background-image: url(../img/icon/icon_member_history.svg);
}
.p-menu--ver2 .p-menu__member-link__mypage a::before {
  background-image: url(../img/icon/icon_member_mypage.svg);
}
.p-menu--ver2 .p-menu__search-link li {
  border-bottom: 1px solid #f6f6f6;
}
.p-menu--ver2 .p-menu__search-link li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #262626;
  font-size: 14px;
  background-color: #fff;
}
.p-menu--ver2 .p-menu__search-link li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon/icon_spmenu-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-menu--ver2 .p-menu__relation-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  gap: 16px;
}
.p-menu--ver2 .p-menu__relation-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  position: relative;
  color: #0066D2;
  font-size: 14px;
}
.p-menu--ver2 .p-menu__relation-link__logout a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_logout.svg);
}
.p-menu--ver2 .p-menu__loginuser__word {
  font-size: 10px;
  margin-bottom: 4px;
}
.p-menu--ver2 .p-menu__loginuser__name {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.p-menu--ver2 .p-menu__loginuser__name span {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
}
.p-menu--ver2 .c-actionbtn {
  display: flex;
  gap: 8px;
}
.p-menu--ver2 .c-actionbtn li {
  flex: 1;
}
.p-menu--ver2 .c-actionbtn--regist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  background-color: #F7DE19;
  color: #262626;
}
.p-menu--ver2 .c-actionbtn--login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #666;
  background-color: #fff;
  color: #262626;
}

.p-sub-menu__list {
  padding: 30px 20px 60px;
  background-color: #fff;
}
.p-sub-menu__item {
  padding: 10px 0;
}
.p-sub-menu__link {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 961px) {
  .p-sub-menu__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* popup modal
   ========================================================================== */
.popup-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-modal-wrap .inner {
  display: none;
  position: fixed;
  z-index: 10;
  width: 90%;
  margin: 0;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 961px) {
  .p-modal__inner {
    width: 96%;
    margin: 0 auto;
  }
}
.p-modal__policy {
  margin: 20px 0 10px;
}
@media screen and (min-width: 961px) {
  .p-modal__policy {
    margin: 30px 0 10px;
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  .p-modal__btn-wrap.mail-regist-btn {
    display: flex;
    justify-content: center;
  }
  .p-modal__btn-wrap.mail-regist-btn input {
    flex-basis: 48%;
  }
  .p-modal__btn-wrap.mail-regist-btn input.c-btn--submit-1, .p-modal__btn-wrap.mail-regist-btn input.c-btn--submit-2 {
    order: 2;
  }
  .p-modal__btn-wrap.mail-regist-btn input.c-btn--cancel {
    order: 1;
    margin-right: 2%;
    height: 50px;
    line-height: 48px;
  }
}

.p-modal-close-wrap {
  position: relative;
}
.p-modal-close__btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #777;
  top: -15px;
  right: -5px;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-modal-close__btn {
    right: -25px;
    top: -35px;
  }
}
.p-modal-close__btn:before, .p-modal-close__btn:after {
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.p-modal-close__btn:before {
  transform: rotate(45deg);
}
.p-modal-close__btn:after {
  transform: rotate(-45deg);
}
.p-modal-close__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 576px) {
  #infoTimeDialog .modal-dialog {
    max-width: calc(100% - 106px);
    margin: 0.5rem auto;
  }
}
#infoTimeDialog .modal-content {
  border-radius: 16px;
}
#infoTimeDialog .modal-content .modal-body {
  font-weight: 700;
  color: #262626;
  font-size: 14px;
  padding-top: 16px;
}
@media screen and (min-width: 961px) {
  #infoTimeDialog .modal-content .modal-body {
    padding-top: 40px;
  }
}
#infoTimeDialog .modal-content .modal-body .shift-list {
  padding-left: 30px;
}
#infoTimeDialog .modal-content .modal-body .shift-list ul li {
  list-style: disc;
  margin-bottom: 4px;
}
#infoTimeDialog .modal-content .modal-body .shift-info-note {
  color: #626463;
  font-weight: 400;
}
#infoTimeDialog .modal-content .modal-footer {
  border-color: #EBEBEB;
}
#infoTimeDialog .modal-content .modal-footer .btn-close-modal {
  border-radius: 8px;
  border: 1px solid var(--black-white-border-bk, #666);
  color: #262626;
  font-weight: 700;
  box-shadow: none;
  padding: 8px 28px;
}
@media screen and (min-width: 961px) {
  #infoTimeDialog .modal-content .modal-footer .btn-close-modal {
    padding: 8px 90px;
  }
}

/* multi-entry 一括応募
   ========================================================================== */
.p-multi-entry-wrap__ttl {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .p-multi-entry-wrap__ttl {
    font-size: 24px;
  }
}

.p-multi-entry {
  padding: 0;
}
.p-multi-entry .multi-entry-input .c-jobCassete-inner {
  box-shadow: none;
}
.p-multi-entry .multi-entry-input:first-child {
  margin-top: 0;
}
.p-multi-entry .multi-entry-input .c-jobCassete-summary {
  padding: 0;
}
.p-multi-entry .multi-entry-input .c-box-set__list {
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .p-multi-entry .multi-entry-input .c-box-set__list {
    font-size: 14px;
  }
}
.p-multi-entry .multi-entry-input .c-box-set__hd {
  font-size: 16px;
  color: #262626;
  border-radius: 3px;
}
.p-multi-entry .multi-entry-input .c-box-set__item {
  display: flex;
  padding: 0;
}
.p-multi-entry .multi-entry-input .c-box-set__item dt {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 8px;
}
.p-multi-entry .multi-entry-input .c-box-set__item dt span {
  display: none;
}
.p-multi-entry .multi-entry-input .c-box-set__item dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-multi-entry .multi-entry-input .c-box-set__item dd {
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
  border-top: 1px solid #EBEBEB;
}
.p-multi-entry .multi-entry-input .jobinfo.col-occupation dt::before {
  background-image: url(../img/icon/icon_occupation_gray.svg);
}
.p-multi-entry .multi-entry-input .c-jobTags .c-tag {
  margin-bottom: 0;
}
.p-multi-entry__sub-ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px 15px 0;
}
.p-multi-entry__all-ck-wrap {
  margin-bottom: 10px;
}
.p-multi-entry__all-ck {
  position: relative;
}
.p-multi-entry__all-ck input {
  display: none;
  margin: 0;
}
.p-multi-entry .p-jobCassetteBalloon {
  margin-bottom: 30px;
}
.p-multi-entry .p-jobCassetteBalloon.balloon-bottom {
  margin-top: 30px;
  margin-bottom: 10px;
}
.p-multi-entry .p-jobCassetteBalloon.balloon-bottom::before {
  top: 0;
  rotate: 180deg;
}
.p-multi-entry__ck-item {
  display: flex;
  align-items: center;
  border: 1px solid #12B247;
  border-radius: 4px;
  margin-bottom: 10px;
}
.p-multi-entry__ck-item__input {
  position: relative;
  display: block;
  padding: 0 5px;
}
.p-multi-entry__ck-item__input .c-check:checked::before {
  top: 1px;
  left: 8px;
}
.p-multi-entry__ck-item__input .c-check:checked::after {
  top: 0;
  left: 11px;
}
.p-multi-entry__ck-item__label {
  flex-grow: 2;
  cursor: pointer;
}
.p-multi-entry__ck-list__work {
  margin-top: 15px;
  border: none;
  border-left: 1px solid #EBEBEB;
}
.p-multi-entry__ck-list__work:first-child {
  margin-top: 0;
}
.p-multi-entry__ck-list__work .c-box-set__hd {
  color: #12B247;
  background: #f8fffa;
}
@media screen and (min-width: 960px) {
  .p-multi-entry__ck-list__work .c-box-set__hd {
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .p-multi-entry__ck-list__work .c-box-set__item {
    padding: 8px 15px;
    font-size: 14px;
  }
}
.p-multi-entry .tag-list {
  padding: 0;
}

/* Project 検索要素
    ========================================================================= */
.p-search-set {
  display: table;
  width: 100%;
  background-color: #F7F7F7;
  height: 72px;
}
@media screen and (min-width: 961px) {
  .p-search-set {
    height: auto;
  }
}
.p-search-set#search-btn-for-station-panel {
  height: auto;
}
.p-search-set__btn, .p-search-set__result {
  display: table-cell;
  vertical-align: middle;
}
.p-search-set__btn {
  width: 70%;
  padding: 0 20px 0 0;
}
.p-search-set__btn .c-btn--submit {
  font-size: 16px;
  line-height: 45px;
  position: relative;
  height: 45px;
}
.p-search-set__btn .c-btn--submit:after {
  content: "";
}
.p-search-set__btn .is-visible {
  opacity: 0.7;
  pointer-events: none;
}
.p-search-set__result {
  font-size: 13px;
  width: 30%;
  padding: 15px 0 15px 20px;
}
.p-search-set__result__num {
  font-size: 20px;
  font-weight: bold;
  color: #FF6040;
}

.area-fix {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 1em;
  background-color: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .area-fix {
    position: static;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
  }
}

.area-static {
  position: static;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
}

.p-txt-search-set {
  display: flex;
  width: 100%;
}
.p-txt-search-set__form {
  flex: 1;
}
@media screen and (min-width: 961px) {
  .p-txt-search-set__form {
    flex: unset;
    width: calc(100% - 113px);
  }
}
.p-txt-search-set__btn {
  width: 76px;
  margin-left: 5px;
  flex: unset;
}
@media screen and (min-width: 961px) {
  .p-txt-search-set__btn {
    flex: 1;
    width: auto;
    height: 48px;
  }
}
.p-txt-search-set__btn input {
  height: 100%;
  line-height: 1;
}
.p-txt-search-set__btn .c-btn--submit-2 {
  line-height: 48px;
  height: 48px;
}

.p-recent-search-set {
  display: flex;
  width: 100%;
}
.p-recent-search-set__list {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}
@media screen and (min-width: 961px) {
  .p-recent-search-set__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.p-recent-search-set__item {
  border-top: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .p-recent-search-set__item {
    flex-basis: 30%;
    border-top: none;
  }
}
.p-recent-search-set__item:first-child {
  border-top: none;
}
.p-recent-search-set__link {
  font-size: 13px;
  position: relative;
  display: block;
  padding: 12px 15px 12px 30px;
  text-decoration: none;
  color: #0066D2;
}
.p-recent-search-set__link:hover {
  color: #0030B2;
}
@media screen and (min-width: 961px) {
  .p-recent-search-set__link {
    padding: 10px 15px 10px 35px;
  }
}
@media screen and (max-width: 960px) {
  .p-recent-search-set__link:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #262626;
    border-right: 2px solid #262626;
    transform: rotate(-45deg);
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
}

.c-inputKeyword {
  display: flex;
  height: 40px;
}
.c-inputKeyword input {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  height: 100%;
  border-radius: 4px 0 0 4px;
  padding-left: 1em;
  box-sizing: border-box;
  flex: 1;
  font-weight: normal;
}
.c-inputKeyword button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #F7DE19;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  transition: all 100ms ease;
  text-decoration: none;
  border: none;
}
@media screen and (min-width: 961px) {
  .c-inputKeyword button {
    font-size: 12px;
  }
}
.c-inputKeyword button:hover {
  background-color: #EBC400;
}
.c-inputKeyword button:focus {
  background-color: #EBC400;
}
.c-inputKeywordSp {
  display: flex;
  height: 40px;
}
.c-inputKeywordSp input {
  width: 100%;
  border: none;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px 0 0 4px;
}
.c-inputKeywordSp button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 76px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #F7DE19;
  color: #262626;
  font-weight: 700;
  transition: all 100ms ease;
  text-decoration: none;
  border: none;
  font-size: 14px;
}
.c-inputKeywordSp button:hover {
  background-color: #EBC400;
}
.c-inputKeywordSp button:focus {
  background-color: #EBC400;
}

.area-fix-favorite {
  position: fixed;
}

/* Project リストページで使用している検索パネル
    ========================================================================= */
.list-search-condition {
  border-radius: none;
  background: none;
  box-shadow: none;
}
.list-search-condition dl {
  font-size: 11px;
  display: flex;
  margin: 0 0 8px 0;
  border-radius: 6px;
}
.list-search-condition dt {
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  flex-basis: 30%;
  box-sizing: border-box;
  width: 30%;
  min-height: 22px;
  padding: 13px 0;
  vertical-align: middle;
  color: #262626;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .list-search-condition dt {
    font-size: 15px;
    flex-basis: 20%;
    width: 20%;
  }
}
.list-search-condition dt .dt-ttl {
  background-repeat: no-repeat;
}
.list-search-condition dd {
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
  width: 70%;
  min-height: 22px;
  padding: 11px 30px 10px 5px;
  color: #0066D2;
  border-radius: 0 6px 6px 0;
  background-color: #fff;
}
.list-search-condition dd:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #262626;
  border-right: 2px solid #262626;
  transform: rotate(-45deg);
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 961px) {
  .list-search-condition dd {
    font-size: 15px;
    flex-basis: 80%;
    width: 80%;
    padding: 11px 50px 10px 5px;
    background-position: right 15px center;
    background-size: 28px auto;
  }
  .list-search-condition dd:hover {
    cursor: pointer;
    color: #0030B2;
    background-color: #fff;
  }
}
.list-search-condition dd span {
  line-height: 1.8;
  display: flex;
  overflow: hidden;
}
.list-search-condition .dl-line .dt-ttl {
  background-image: url(../img/icon/icon_place_green.svg);
  padding-left: 27px;
  letter-spacing: 0.1em;
  background-position: 5px 10px;
  background-size: 20px auto;
}
@media screen and (min-width: 961px) {
  .list-search-condition .dl-line .dt-ttl {
    padding-left: 40px;
    background-position: 10px 11px;
    background-size: 24px auto;
  }
}
.list-search-condition .dl-job .dt-ttl {
  background-image: url(../img/icon/icon_occupation_green.svg);
  padding-left: 27px;
  letter-spacing: 0.1em;
  background-position: 5px 10px;
  background-size: 20px auto;
}
@media screen and (min-width: 961px) {
  .list-search-condition .dl-job .dt-ttl {
    padding-left: 40px;
    background-position: 10px 11px;
    background-size: 24px auto;
  }
}
.list-search-condition .dl-shift .dt-ttl {
  background-image: url(../img/icon/icon_shift_green2.svg);
  padding-left: 27px;
  letter-spacing: 0.1em;
  background-position: 5px 10px;
  background-size: 20px auto;
}
@media screen and (min-width: 961px) {
  .list-search-condition .dl-shift .dt-ttl {
    padding-left: 40px;
    background-position: 10px 11px;
    background-size: 24px auto;
  }
}
.list-search-condition .dl-specfit .dt-ttl {
  background-image: url(../img/icon/icon_tag_green2.svg);
  padding-left: 27px;
  letter-spacing: 0.1em;
  background-position: 5px 10px;
  background-size: 20px auto;
}
@media screen and (min-width: 961px) {
  .list-search-condition .dl-specfit .dt-ttl {
    padding-left: 40px;
    background-position: 10px 11px;
    background-size: 24px auto;
  }
}
.list-search-condition .search-keyword {
  display: flex;
  margin: 0;
}
.list-search-condition .search-keyword__input {
  background-image: url(../img/icon/icon_free_green.svg);
  line-height: 1;
  flex-basis: 70%;
  box-sizing: border-box;
  width: 70%;
  padding: 12px 0 12px 27px;
  border-radius: 6px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 5px 10px;
  background-size: 20px auto;
}
@media screen and (min-width: 961px) {
  .list-search-condition .search-keyword__input {
    flex-basis: 80%;
    width: 80%;
    padding: 13px 0 13px 40px;
    background-position: 10px 11px;
    background-size: 24px auto;
  }
}
.list-search-condition .search-keyword__btn-label {
  position: relative;
  display: block;
  flex-basis: 30%;
  box-sizing: border-box;
  width: 30%;
  height: 44px;
  margin: 0;
  padding: 0 0 0 10px;
}
@media screen and (min-width: 961px) {
  .list-search-condition .search-keyword__btn-label {
    flex-basis: 20%;
    width: 20%;
    height: 49px;
    cursor: pointer;
  }
}
.list-search-condition .search-keyword__btn-label:after {
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  display: block;
  content: "検索";
  text-align: center;
  letter-spacing: 0.1em;
  color: #262626;
}
@media screen and (min-width: 961px) {
  .list-search-condition .search-keyword__btn-label:after {
    font-size: 16px;
    line-height: 48px;
  }
}
.list-search-condition .search-keyword__btn-label .btn-search {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #F7DE19;
}
.list-search-condition .search-keyword__btn-label .btn-search:hover {
  background-color: #EBC400;
}

.c-sideJobFilter {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 961px) {
  .c-sideJobFilter {
    display: block;
  }
}
.c-sideJobFilter-item dt {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: normal;
}
.c-sideJobFilter-item dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-sideJobFilter-item dt.icn-area:before {
  background-image: url(../img/icon/icn-area-black.svg);
}
.c-sideJobFilter-item dt.icn-shift:before {
  background-image: url(../img/icon/icn-shift-black.svg);
}
.c-sideJobFilter-item dt.icn-jobtype:before {
  background-image: url(../img/icon/icn-jobtype-black.svg);
}
.c-sideJobFilter-item dt.icn-tag:before {
  background-image: url(../img/icon/icn-tag-black.svg);
}
.c-sideJobFilter-item dt.icn-keyword:before {
  background-image: url(../img/icon/icn-keyword-black.svg);
}
.c-sideJobFilter-item dd {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  padding: 0 16px 0 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-sideJobFilter-item dd.no-value {
  font-weight: normal;
  color: #757578;
}
.c-sideJobFilter-item dd:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow-sideJobFilter.svg);
}
.c-sideJobFilter-item + .c-sideJobFilter-item {
  margin-top: 16px;
}
.c-sideJobFilter-item--keyword dd {
  padding: 0;
  border: none;
}
.c-sideJobFilter-item--keyword dd::before {
  display: none;
}

.c-sideJobFilterSp {
  background-color: #12B247;
  padding: 16px;
}
.c-sideJobFilterSp__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-sideJobFilterSp__header .title {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-sideJobFilterSp__body {
  padding-top: 8px;
}
.c-sideJobFilterSp__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.c-sideJobFilterSp__bottom .getMail {
  display: flex;
  align-items: center;
}
.c-sideJobFilterSp__bottom .getMail a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.c-sideJobFilterSp__bottom .getMail::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url(../img/icon/icn-getmail.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-sideJobFilterSp__bottom .count {
  color: #fff;
  font-size: 12px;
}
.c-sideJobFilterSp__bottom .count span {
  font-size: 18px;
  font-weight: 700;
  color: #F7DE19;
  margin: 0 2px;
}
.c-sideJobFilterSp-item {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 8px;
  border-radius: 4px;
  background-color: #fff;
}
.c-sideJobFilterSp-item + .c-sideJobFilterSp-item {
  margin-top: 4px;
}
.c-sideJobFilterSp-item dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  width: 80px;
}
.c-sideJobFilterSp-item dt:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-sideJobFilterSp-item dt.icn-area:before {
  background-image: url(../img/icon/icn-area-green.svg);
}
.c-sideJobFilterSp-item dt.icn-shift:before {
  background-image: url(../img/icon/icn-shift-green.svg);
}
.c-sideJobFilterSp-item dt.icn-jobtype:before {
  background-image: url(../img/icon/icn-jobtype-green.svg);
}
.c-sideJobFilterSp-item dt.icn-tag:before {
  background-image: url(../img/icon/icn-tag-green.svg);
}
.c-sideJobFilterSp-item dt.icn-keyword:before {
  background-image: url(../img/icon/icn-keyword-green.svg);
}
.c-sideJobFilterSp-item dd {
  position: relative;
  flex: 1;
  font-weight: 700;
  padding-right: 2em;
}
.c-sideJobFilterSp-item dd.no-value {
  font-weight: normal;
  color: #757578;
}
.c-sideJobFilterSp-item dd.no-icn:after {
  display: none;
}
.c-sideJobFilterSp-item dd:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow-link.svg);
}
.c-sideJobFilterSp-item--keyword {
  padding: 0 0 0 0;
}
.c-sideJobFilterSp-item--keyword dd {
  padding-right: 0;
  border: none;
}
.c-sideJobFilterSp-item--keyword dd::before {
  display: none;
}
.c-sideJobFilterSp-item--keyword dd input {
  padding-left: 8px;
}

.jsc-acdSearchPanel__target {
  display: block;
}

.c-inputArea {
  position: relative;
  width: 100%;
  border: 1px solid #666;
  border-radius: 8px;
  background-color: #fff;
}
.c-inputArea input {
  width: calc(100% - 50px);
  padding: 12px 10px 12px 16px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
}
@media screen and (min-width: 961px) {
  .c-inputArea input {
    width: calc(100% - 112px);
    padding: 12px 10px 12px 16px;
    font-size: 16px;
  }
}
.c-inputArea .c-locationArea {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-inputArea .c-locationArea button {
  border: none;
}
.c-inputArea .c-locationArea::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666;
}

.c-locationArea button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 0 10px;
  font-weight: 700;
  background-color: unset;
  color: #0066D2;
}
@media screen and (min-width: 961px) {
  .c-locationArea button {
    flex-direction: row;
    font-size: 14px;
    padding: 0 24px;
  }
  .c-locationArea button:hover {
    color: var(--color-link-hover);
  }
}
.c-locationArea button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  background-size: 100% auto;
  background-image: url(../img/icon/icn-location.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-locationArea button::before {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
  }
}
.c-locationArea button:hover {
  opacity: 0.8;
}

.p-shiftFilter {
  margin-top: 24px;
}
.p-shiftFilter__body {
  padding: 40px 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 961px) {
  .p-shiftFilter__body {
    padding: 40px 0 50px;
  }
}

.c-shiftFilterTrigger ul {
  display: flex;
  gap: 4px;
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .c-shiftFilterTrigger ul {
    padding: 0;
  }
}
.c-shiftFilterTrigger ul li {
  flex: 1;
}
.c-shiftFilterTrigger ul li input {
  display: none;
}
.c-shiftFilterTrigger ul li input:checked + label {
  border-top: 3px solid #12B247;
  background-color: #fff;
}
.c-shiftFilterTrigger ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background-color: #D9D9D9;
  height: 100%;
  cursor: pointer;
}

.c-shiftPanel {
  display: none;
}
.c-shiftPanel-item + .c-shiftPanel-item {
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .c-shiftPanel-item + .c-shiftPanel-item {
    margin-top: 32px;
  }
}
.c-shiftPanel-item .head {
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1C;
  margin-bottom: 8px;
}
.c-shiftPanel-item .body.has-btn {
  display: flex;
  gap: 4px;
}
.c-shiftPanel-item .body.has-btn .c-timeInput {
  flex: 1;
}
.c-shiftPanel-item .body.has-btn .c-btnClear {
  flex-shrink: 0;
}
.c-shiftPanel-item .body.has-btn .c-btnClear button {
  padding: 0 10px;
}
@media screen and (min-width: 961px) {
  .c-shiftPanel-item .body.has-btn .c-btnClear button {
    padding: 0 14px;
  }
}
.c-shiftPanel-head {
  font-size: 14px;
  font-weight: 700;
  color: #626463;
  margin-bottom: 16px;
}
.c-shiftPanel.is-current {
  display: block;
}
.c-shiftPanel-infoTime {
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 8px;
}
.c-shiftPanel-infoTime::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon/icn-vector-question.svg?v=2);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 0 0 -2px 2px;
}

.c-setWorkCalender {
  border: 1px solid #666;
  border-radius: 4px;
  overflow: hidden;
}

.c-workCalender {
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 8px;
  width: 100%;
  table-layout: fixed;
}
.c-workCalender th, .c-workCalender td {
  background-color: #fff;
}
.c-workCalender thead th {
  height: 28px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-workCalender thead th.col-sta {
  color: #4190ED;
}
.c-workCalender thead th.col-sun {
  color: #FF6040;
}
.c-workCalender tbody th {
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #EBEBEB;
  background-color: #f6f6f6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 8px;
}
@media screen and (min-width: 961px) {
  .c-workCalender tbody th {
    font-size: 14px;
    line-height: 10px;
  }
}
.c-workCalender tbody td {
  position: relative;
  width: 53px;
  height: 40px;
  border: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .c-workCalender tbody td {
    width: 60px;
  }
}
.c-workCalender tbody td input {
  display: none;
}
.c-workCalender tbody td input:checked + label {
  background-color: #12B247;
}
.c-workCalender tbody td input:checked + label::before {
  background-image: url(../img/icon/icon_calender_true.svg);
}
.c-workCalender tbody td input:checked + label:hover {
  background-color: #0A982D;
}
.c-workCalender tbody td label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 100ms ease;
}
.c-workCalender tbody td label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon_calender_false.svg?v=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-workCalender tbody td label:hover {
    background-color: #D8F0DB;
  }
}

#shiftPanel1 {
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  #shiftPanel1 {
    padding: 0 40px;
  }
}

#shiftPanel2 {
  max-width: 496px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}
@media screen and (min-width: 961px) {
  #shiftPanel2 {
    padding: 0 40px;
  }
}

.c-timeInput {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border: 1px solid #666;
  padding: 5px 30px 5px 8px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-timeInput {
    padding: 5px 50px 5px 16px;
  }
}
.c-timeInput::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .c-timeInput::before {
    right: 5px;
  }
}
.c-timeInput select {
  flex: 1;
  border: none;
  text-align: center;
  text-align: -webkit-center;
  text-align-last: center;
  font-size: 14px;
  padding: 8px 4px;
  vertical-align: middle;
  outline: none;
  text-overflow: "";
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .c-timeInput select {
    padding: 8px 16px;
  }
}
.c-timeInput .unit {
  font-size: 12px;
  margin: 0 4px;
}
@media screen and (min-width: 961px) {
  .c-timeInput .unit {
    margin: 0 8px;
  }
}

.jsc-toggleSelectClass {
  color: #757578;
  -webkit-appearance: none;
}
.jsc-toggleSelectClass.on {
  color: #262626;
}

.c-dayCountInput {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #666;
  padding: 5px 10px 5px 0;
  border-radius: 8px;
  background-color: #fff;
}
.c-dayCountInput::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/arrow-down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-dayCountInput select {
  flex: 1;
  border: none;
  padding: 8px 0 8px 16px;
  font-size: 14px;
  vertical-align: middle;
  outline: none;
  text-overflow: "";
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  -webkit-appearance: none; /* Remove default interface on Safari and Chrome on iOS */
}

/* Project 選択リスト
    ========================================================================= */
.p-select-area-warp {
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-select-area-warp {
    margin: 0 auto;
  }
}
.p-select-area-warp.list-kanto {
  height: 490px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-kanto {
    height: 450px;
  }
}
.p-select-area-warp.list-tokai {
  height: 330px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-tokai {
    height: 290px;
  }
}
.p-select-area-warp.list-kansai {
  height: 440px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-kansai {
    height: 400px;
  }
}
.p-select-area-warp.list-cyugoku {
  height: 600px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-cyugoku {
    height: 560px;
  }
}
.p-select-area-warp.list-hokuriku {
  height: 440px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-hokuriku {
    height: 400px;
  }
}
.p-select-area-warp.list-tohoku {
  height: 440px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-tohoku {
    height: 400px;
  }
}
.p-select-area-warp.list-kyusyu {
  height: 550px;
}
@media screen and (min-width: 960px) {
  .p-select-area-warp.list-kyusyu {
    height: 510px;
  }
}
.p-select-area-slide {
  position: relative;
  width: 100%;
}
.p-select-area__pref-wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  right: -100%;
  width: 100%;
  transition: transform 0.4s;
  background-color: #fff;
}
.p-select-area__pref-wrap.slide {
  transform: translateX(-100%);
}
.p-select-area__pref-wrap .c-ttl-back-btn {
  margin-top: 15px;
}
.p-select-area__hd {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-select-area__pref-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-select-area__pref-link {
  font-size: 16px;
  display: inline-block;
  padding: 5px 15px 10px;
  text-decoration: none;
  color: #0066D2;
}
.p-select-area__pref-link:hover {
  color: #0030B2;
}
@media screen and (min-width: 961px) {
  .p-select-area__list {
    width: 100%;
  }
  .p-select-area__item {
    margin-bottom: 0;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #BFBFBF;
  }
  .p-select-area__item:first-child {
    border-top: 1px solid #BFBFBF;
  }
  .p-select-area__item:last-child {
    border-bottom: 1px solid #BFBFBF;
  }
  .p-select-area__pref-wrap-pc {
    display: flex;
  }
  .p-select-area__hd {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 200px;
    margin-bottom: 0;
    padding: 15px 20px;
    border-top: none;
    border-bottom: none;
    background: #F7F7F7;
  }
  .p-select-area__link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #262626;
  }
  .p-select-area__con {
    flex-basis: auto;
    flex-grow: 2;
    width: auto;
    padding: 15px 20px;
    background-color: #fff;
  }
  .p-select-area__pref-list {
    margin-bottom: 0;
  }
  .p-select-area__pref-item {
    width: 75px;
    text-align: center;
    border-right: 1px dotted #EBEBEB;
  }
  .p-select-area__pref-item:last-child {
    border-right: none;
  }
  .p-select-area__pref-link {
    padding: 0;
  }
}

.p-select__acd__hd {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 15px 10px 15px 40px;
  transition: all 0.2s;
  color: #262626;
  border-top: 1px solid #EBEBEB;
  background-color: #F7F7F7;
}
.p-select__acd__hd:before, .p-select__acd__hd:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 24px;
  height: 4px;
  margin: auto;
  content: "";
  transition: 0.2s;
  border-radius: 3px;
  background-color: #12B247;
}
.p-select__acd__hd:before {
  transform: rotate(90deg);
}
.p-select__acd__hd:after {
  transform: rotate(0deg);
}
.p-select__acd__hd--sub-txt {
  font-size: 10px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-select__acd__hd.open:before {
  transform: rotate(0deg);
}
.p-select__acd__item {
  display: none;
}

@media screen and (min-width: 961px) {
  .p-select__acd {
    display: flex;
    flex-wrap: wrap;
  }
  .p-select__acd__hd {
    width: 100%;
    cursor: pointer;
  }
  .p-select__acd__item {
    width: 25%;
    margin-top: 20px;
  }
  .c-link-search__txt, .c-link-search__txt--lv2 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
    color: #0066D2;
  }
  .c-link-search__txt:hover, .c-link-search__txt--lv2:hover {
    color: #0030B2;
    background: transparent;
  }
  .c-link-search__txt--lv2 {
    padding: 0 25px 0 10px;
  }
  .c-link-search {
    border-bottom: none;
  }
  .c-link-search:after {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .p-select__list input:hover {
    cursor: pointer;
  }
  .p-select__list input:disabled {
    cursor: default;
  }
}
.p-select__check-all {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 10px 10px 10px;
}
.p-select__check-all .c-check {
  position: relative;
}
.p-select__check-all .c-check-txt {
  position: absolute;
  left: 40px;
  cursor: pointer;
}
.p-select__check-all-pref.list-label-checked {
  background-color: #f8fffa;
}
@media screen and (min-width: 961px) {
  .p-select__check-all-pref.list-label-checked {
    background-color: transparent;
  }
}
.p-select__check-all--2 label {
  padding: 15px 10px 14px 43px;
}
.p-select__check-all--2 label.list-label-checked {
  background-color: #F7F7F7;
}
@media screen and (min-width: 961px) {
  .p-select__check-all--2 label.list-label-checked {
    background-color: transparent;
  }
}
.p-select__check__item-lv2 label {
  padding: 15px 10px 14px 43px;
}
.p-select__check__item-lv2 label.list-label-checked {
  background-color: #f8fffa;
}
@media screen and (min-width: 961px) {
  .p-select__check__item-lv2 label.list-label-checked {
    background-color: transparent;
  }
}
@media screen and (max-width: 374px) {
  .p-select__check__item-lv2 label {
    padding: 15px 10px 14px 23px;
  }
}
.p-select__check__item-lv2 .c-check {
  position: relative;
}
.p-select__check__item-lv2 .c-check-txt {
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-select__check__item-lv2 .c-check-txt {
    font-size: 12px;
  }
}
.p-select__check-num {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  min-width: 25px;
  text-align: center;
  margin-top: 2px;
  margin-left: 5px;
  padding: 0 4px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  background-color: #FF9580;
}
@media screen and (max-width: 374px) {
  .p-select__check-num {
    margin-left: 2px;
  }
}
.p-select__check__item-all {
  background-color: #F7F7F7;
}
.p-select__check__item-all--2 {
  background-color: #fff;
}
.p-select__check__item-all--2 .list-link {
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
}
.p-select__check__item-all--2 .c-check-txt {
  text-decoration: none;
}

.list-link {
  height: 55px;
  padding-top: 16px;
  padding-left: 75px;
}
@media screen and (min-width: 961px) {
  .list-link {
    padding-top: 14px;
  }
}
@media screen and (max-width: 374px) {
  .list-link {
    padding-left: 55px;
  }
}
@media screen and (min-width: 961px) {
  .list-link a:hover {
    opacity: 0.8;
  }
}

.list-label {
  display: block;
  margin-top: -55px;
}
@media screen and (min-width: 961px) {
  .list-label {
    width: 0;
  }
}

/* Project seo text link
    ========================================================================= */
.p-seo-list-set {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .p-seo-list-set {
    flex-direction: row;
  }
}
.p-seo-list-set .c-ttl-sec {
  margin: 0;
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 961px) {
  .p-seo-list-set .c-ttl-sec {
    width: 232px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-seo-list-set .p-seo-list--link-2 {
    flex: 1;
    padding-left: 32px;
  }
}
.p-seo-list-set .p-seo-list--link-2 li a {
  color: #626463;
}
.p-seo-list-set .p-seo-list--link-2 li a:hover {
  color: #0066D2;
}
.p-seo-list--link li {
  display: inline-block;
  padding: 0 15px 15px 0;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .p-seo-list--link li {
    padding: 0 10px 0 5px;
    border-right: 1px dotted #626463;
    margin-top: 5px;
  }
  .p-seo-list--link li:last-child {
    border-right: none;
  }
}
.p-seo-list--link li.work-seo-link-item:not(:last-child)::after {
  content: "|";
  padding-left: 4px;
}
.p-seo-list--link-2 li {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px 0 5px;
  border-right: 1px solid #626463;
}
.p-seo-list--link-3 li {
  border-right: none;
}
.p-seo-list--link-3 li a {
  text-decoration: underline;
  font-size: 14px;
}
.p-seo-list--link-3 li.hide-seo {
  display: none;
}

.seo-txt-box p {
  font-size: 12px;
  color: #262626;
}

.p-seo-txt-box p {
  font-size: 12px;
  color: #262626;
}
.p-seo-txt-box.p-txt-short-box .p-txt-short {
  position: relative;
  overflow: hidden;
  height: 85px;
}
.p-seo-txt-box .p-more-show {
  font-size: 12px;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
  color: #626463;
}

.btn-seo-show-more--wrap {
  display: flex;
  justify-content: end;
}

.l-section-seo .p-seo-list--link li {
  padding-right: 0;
}
.l-section-seo .p-seo-list--link .separation {
  padding: 0 6px;
}

/* Project Japanese syllabary 五十音リンク
    ========================================================================= */
.p-syllabary {
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .p-syllabary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
  }
}
.p-syllabary__box {
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 960px) {
  .p-syllabary__box {
    width: 400px;
  }
}
.p-syllabary__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .p-syllabary__line {
    width: 340px;
  }
}

/* Project Link List
    ========================================================================= */
.p-link-list--box__item {
  margin-top: 6px;
}
.p-link-list--box__item:first-child {
  margin-top: 0;
}
.p-link-list--box__item a {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  color: #262626;
}
.p-link-list--box__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(-45deg);
}

/* Project work list
    ========================================================================= */
.p-work__body__info__txt, .p-work__head .c-work-info--copy {
  display: -webkit-box;
  overflow: hidden;
  white-space: inherit;
  -webkit-box-orient: vertical;
}

.p-work {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}
.p-work__head {
  padding: 10px;
  border-radius: 3px 3px 0 0;
  background: #fff;
  border-top: 4px solid #12B247;
}
.p-work__head__txt-wrap {
  width: 100%;
}
.p-work__head .c-work-info--copy {
  max-height: 44.8px;
  margin: 3px 0;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 961px) {
  .p-work__head .c-work-info--copy {
    font-size: 20px;
    max-height: 56px;
  }
}
.c-work-info-img + .p-work__head__txt-wrap {
  width: 50%;
  width: calc(100% - 110px);
}
.c-work-info-img + .p-work__head__txt-wrap .c-work-info--copy {
  max-height: 67.2px;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .c-work-info-img + .p-work__head__txt-wrap .c-work-info--copy {
    max-height: 84px;
  }
}
.p-work__body {
  margin: 0;
  padding: 0 10px;
}
.p-work__body__info {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #eeece4;
}
.p-work__body__info:first-child {
  border-top: 1px solid #eeece4;
}
.p-work__body__info__ttl {
  position: relative;
  min-width: 70px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
}
@media screen and (min-width: 960px) {
  .p-work__body__info__ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .p-work__body__info__ttl {
    min-width: 110px;
    height: 30px;
    overflow: auto;
    border-radius: 30px;
    background-position: 12px center;
    background-color: #F7F7F7;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    padding-left: 18px;
  }
}
.p-work__body__info__ttl:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 961px) {
  .p-work__body__info__ttl:before {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-size: 24px;
    background-position: 5px center;
  }
}
.p-work__body__info__txt {
  max-height: 31.2px;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 10px;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 960px) {
  .p-work__body__info__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .p-work__body__info__txt {
    font-size: 15px;
  }
}
.p-work__body__info__txt--shift {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-work__body__info__txt--shift {
    font-size: 14px;
  }
}
@media screen and (min-width: 961px) {
  .p-work__body__info__txt--shift {
    font-size: 15px;
  }
}
.p-work__body__info .c-icon--salary + .p-work__body__info__txt {
  font-weight: bold;
}
.p-work__body__info .shift-week .not-shift {
  display: none;
}
.p-work__body__tags {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 11px;
  color: #626463;
}
.p-work__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 961px) {
  .p-work__footer {
    justify-content: flex-end;
    padding: 20px 20px 20px 380px;
  }
}
.p-work__footer__fav {
  width: calc(60% - 4px);
}
@media screen and (min-width: 960px) {
  .p-work__footer__fav {
    width: calc(50% - 4px);
  }
}
.p-work__footer__detail {
  width: calc(40% - 4px);
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .p-work__footer__detail {
    width: calc(50% - 4px);
  }
}
.p-work__footer__detail .c-btn--submit {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}
.p-work__link {
  display: flex;
  text-decoration: none;
}
.p-work--ver2 {
  box-shadow: unset;
  border-radius: unset;
  background: unset;
}
.p-work--ver2 .c-jobCassete-inner {
  border-radius: 0 0 16px 16px;
}
.p-work--ver2 .recordlist__add-date {
  margin-top: 8px;
  color: #949795;
  font-size: 12px;
}
.p-work--ver2 .recordlist__header__multi-entry {
  position: relative;
  padding: 8px 10px;
  border-radius: 8px 8px 0 0;
}
.p-work--ver2 .del-favorite {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  text-indent: -200vw;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icn-close.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.p-work--pr .p-work__head {
  background: #f8fffa;
}
.p-work--pr .p-work__head .c-work-info-img__inner {
  background: #f8fffa;
}
.p-work--pr .p-work__body .p-work__body__info:first-child {
  border-top: none;
}

.p-work--pickup .p-work__head {
  background: #f8fffa;
}
.p-work--pickup .p-work__head .c-work-info-img__inner {
  background: #f8fffa;
}
.p-work--pickup .p-work__body .p-work__body__info:first-child {
  border-top: none;
}

.p-work--shot .p-work__head {
  border-top: 4px solid #F8A340;
}
.p-work--shot .p-work__head .p-work__icon-wrap {
  overflow: hidden;
}
.p-work--shot .p-work__head .p-work__icon-wrap .logo-shotworks {
  float: right;
  color: #626463;
  font-size: 11px;
  font-weight: normal;
}
.p-work--shot .p-work__head .p-work__icon-wrap .logo-shotworks img {
  width: 94px;
}
.p-work--shot .p-work__head .entry-days {
  margin: 5px 0 0;
  color: #FF852A;
  font-weight: bold;
}
.p-work--shot .p-work__head .c-work-info--copy {
  margin: 4px 0 8px;
  color: #262626;
}
.p-work--shot .p-work__body .p-work__body__info .c-icon--salary:before {
  background-image: url(../img/icon/icon_salary_orange.svg);
}
.p-work--shot .p-work__body .p-work__body__info .c-icon--occupation:before {
  background-image: url(../img/icon/icon_occupation_orange.svg);
}
.p-work--shot .p-work__body .p-work__body__info .c-icon--station:before {
  background-image: url(../img/icon/icon_station_orange.svg);
}
.p-work--shot .p-work__body .p-work__body__info .c-icon--place:before {
  background-image: url(../img/icon/icon_place_orange.svg);
}
.p-work--shot .p-work__body .p-work__body__info .c-icon--shift:before {
  background-image: url(../img/icon/icon_shift_orange.svg);
}
.p-work--shot .p-work__footer__detail {
  width: 100%;
  margin-left: 0;
}
.p-work--shot .p-work__footer .c-btn--detail {
  background: #FFB100;
}
@media screen and (min-width: 960px) {
  .p-work--shot .p-work__footer .c-btn--detail {
    width: 100%;
  }
}

/* Project work cassette
    ========================================================================= */
.p-work-cassette:hover {
  background-color: #f8fffa;
}
.p-work-cassette-list {
  display: block;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-work-cassette-list--ver2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__link:hover {
  background-color: unset;
}
.p-work-cassette-list--ver2 .p-work-cassette__item, .p-work-cassette-list--ver2 .p-work-cassette__item--03, .p-work-cassette-list--ver2 .p-work-cassette__item--02 {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__item, .p-work-cassette-list--ver2 .p-work-cassette__item--03, .p-work-cassette-list--ver2 .p-work-cassette__item--02 {
    width: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__item .c-box, .p-work-cassette-list--ver2 .p-work-cassette__item--03 .c-box, .p-work-cassette-list--ver2 .p-work-cassette__item--02 .c-box {
  box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
  border-radius: 16px;
}
.p-work-cassette-list--ver2 .p-work-cassette__item .c-box:hover, .p-work-cassette-list--ver2 .p-work-cassette__item--03 .c-box:hover, .p-work-cassette-list--ver2 .p-work-cassette__item--02 .c-box:hover {
  background-color: #f8fffa;
}
.p-work-cassette-list--ver2 .p-work-cassette__item .c-box a, .p-work-cassette-list--ver2 .p-work-cassette__item--03 .c-box a, .p-work-cassette-list--ver2 .p-work-cassette__item--02 .c-box a {
  padding: 16px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__item .c-box a, .p-work-cassette-list--ver2 .p-work-cassette__item--03 .c-box a, .p-work-cassette-list--ver2 .p-work-cassette__item--02 .c-box a {
    padding: 12px 16px 16px 16px;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__item:before, .p-work-cassette-list--ver2 .p-work-cassette__item--03:before, .p-work-cassette-list--ver2 .p-work-cassette__item--02:before {
  display: none;
}
.p-work-cassette-list--ver2 .p-work-cassette__item:nth-child(1) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--03:nth-child(1) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--02:nth-child(1) .p-work-cassette__company:before {
  background-image: url(../img/icon/icon_ranking1-3.svg);
  content: "";
}
.p-work-cassette-list--ver2 .p-work-cassette__item:nth-child(2) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--03:nth-child(2) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--02:nth-child(2) .p-work-cassette__company:before {
  background-image: url(../img/icon/icon_ranking2-2.svg);
  content: "";
}
.p-work-cassette-list--ver2 .p-work-cassette__item:nth-child(3) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--03:nth-child(3) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--02:nth-child(3) .p-work-cassette__company:before {
  background-image: url(../img/icon/icon_ranking3-2.svg);
  content: "";
}
.p-work-cassette-list--ver2 .p-work-cassette__item:nth-child(n+4) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--03:nth-child(n+4) .p-work-cassette__company:before, .p-work-cassette-list--ver2 .p-work-cassette__item--02:nth-child(n+4) .p-work-cassette__company:before {
  display: none;
}
.p-work-cassette-list--ver2 .p-work-cassette__hd {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.p-work-cassette-list--ver2 .p-work-cassette__company {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  padding-top: 0;
  padding-left: 0 !important;
}
.p-work-cassette-list--ver2 .p-work-cassette__company::before {
  display: none;
}
.p-work-cassette-list--ver2 .p-work-cassette__company__matching {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  padding-top: 0;
  padding-left: 0 !important;
}
.p-work-cassette-list--ver2 .p-work-cassette__company__matching::before {
  display: none;
}
.p-work-cassette-list--ver2 .p-work-cassette__ttl {
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (max-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__img-con {
  width: 88px;
  height: 88px;
}
.p-work-cassette-list--ver2 .p-work-cassette__img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.p-work-cassette-list--ver2 .p-work-cassette__detail {
  width: unset;
  flex: 1;
}
.p-work-cassette-list--ver2 .p-work-cassette__detail li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: unset;
  height: unset;
  line-height: unset;
  padding: 0;
  font-size: 12px;
  padding-left: 2em;
  overflow: unset;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__detail li {
    font-size: 14px;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__detail li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 100% auto;
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--salary {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--salary {
    font-weight: normal;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--salary::before {
  background-image: url(../img/icon/icon_salary_gray3.svg);
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--station {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--station {
    font-weight: normal;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--station::before {
  background-image: url(../img/icon/icon_station_gray2.svg);
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--shift {
  font-size: 12px;
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--shift::before {
  background-image: url(../img/icon/icon_shift_gray2.svg);
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--shift .time {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list--ver2 .p-work-cassette__detail .c-icon--shift .time {
    font-weight: normal;
  }
}
.p-work-cassette-list--ver2 .p-work-cassette__detail .label-ok {
  display: flex;
  line-height: 1;
  border-radius: 34px;
  padding: 3px 8px 4px 8px;
  justify-content: center;
  align-items: center;
  background-color: #FFF4F4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #FF350D;
  margin-left: 8px;
}
.p-work-cassette-list--ver2.p-ranking-list .p-work-cassette__company span {
  display: inline-block;
  width: calc(100% - 24px);
}
.p-work-cassette-list--ver2.p-ranking-list .p-work-cassette__company:before {
  background-image: url(../img/icon/icon_ranking1-3.svg);
  display: flex;
  padding-top: 0.25em;
  justify-content: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "1";
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2), .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2), .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2), .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3), .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3), .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3) {
  position: relative;
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3):before {
  background-image: url(../img/icon/icon_ranking1-3.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child:before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3):before {
    top: -6px;
    left: -10px;
    height: 24px;
    font-size: 14px;
  }
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child:nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2):nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2):nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2):nth-child(2):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3):nth-child(2):before {
  background-image: url(../img/icon/icon_ranking2-2.svg);
  content: "";
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child:nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2):nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3):nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3):nth-child(3):before, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3):nth-child(3):before {
  background-image: url(../img/icon/icon_ranking3-2.svg);
  content: "";
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3) .p-work-cassette__company {
  padding-left: 30px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3) .p-work-cassette__company, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3) .p-work-cassette__company {
    padding-left: 0;
  }
}
.p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3) .p-work-cassette__company__matching {
  padding-left: 30px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list.p-ranking-list .p-work-cassette__item:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:first-child .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(2) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item:nth-child(3) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--03:nth-child(3) .p-work-cassette__company__matching, .p-work-cassette-list.p-ranking-list .p-work-cassette__item--02:nth-child(3) .p-work-cassette__company__matching {
    padding-left: 0;
  }
}
.p-work-cassette__item, .p-work-cassette__item--03, .p-work-cassette__item--02 {
  width: 100%;
  margin-top: 15px;
}
.p-work-cassette__item:first-child, .p-work-cassette__item--03:first-child, .p-work-cassette__item--02:first-child {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .p-work-cassette__item, .p-work-cassette__item--03, .p-work-cassette__item--02 {
    flex-basis: 49%;
    width: 49%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette__item--02 {
    flex-basis: 32%;
    width: 32%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette__item--03 {
    flex-basis: 32%;
    width: 32%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-work-cassette__link {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (min-width: 961px) {
  .p-work-cassette__link {
    padding: 13px;
    min-height: 175px;
  }
}
.p-work-cassette__link_radius-hover:hover {
  border-radius: 8px;
}
.p-work-cassette__company {
  font-size: 11px;
  color: #262626;
  padding-top: 2px;
}
@media screen and (min-width: 960px) {
  .p-work-cassette__company {
    font-size: 12px;
  }
}
.p-work-cassette__company__matching {
  font-size: 11px;
  color: #262626;
  padding-top: 2px;
}
@media screen and (min-width: 960px) {
  .p-work-cassette__company__matching {
    font-size: 12px;
  }
}
.p-work-cassette__ttl {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
  text-decoration: underline;
  color: #0066D2;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-work-cassette__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette__ttl {
    line-height: 1.2;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-work-cassette__ttl-b {
  font-size: 14px;
  color: #262626;
}
.p-work-cassette__sub-ttl {
  font-size: 12px;
  color: #262626;
}
.p-work-cassette__hd {
  margin-bottom: 10px;
}
.p-work-cassette__detail {
  width: 65%;
  flex-basis: 65%;
  font-size: 12px;
  color: #262626;
}
@media screen and (min-width: 960px) {
  .p-work-cassette__detail {
    font-size: 13px;
  }
}
.p-work-cassette__detail li {
  line-height: 22px;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  min-width: 70px;
  height: 22px;
  margin-top: 5px;
  padding: 0 0 0 24px;
  white-space: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-work-cassette__detail li:first-child {
  margin-top: 0;
}
.p-work-cassette__img-wrap {
  display: flex;
}
.p-work-cassette__img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.p-work-cassette__img-con {
  width: 120px;
  height: 80px;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .p-work-cassette__img-con {
    margin-right: 15px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette__img-con {
    margin-right: 10px;
  }
}
.p-work-cassette__img-wrap--link {
  position: relative;
  display: flex;
  padding-right: 20px;
}
.p-work-cassette__img-wrap--link img {
  width: 80px;
  height: 53px;
  margin-right: 10px;
}
.p-work-cassette__img-wrap--link:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(-45deg);
  right: 0;
}
.p-work-cassette__info {
  font-size: 12px;
  color: #262626;
  margin-top: 8px;
}
.p-work-cassette--ver2 .p-work-cassette__link {
  min-height: 105px;
}
.p-work-cassette__img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-box {
  border-radius: 16px;
}

@media screen and (min-width: 960px) {
  .l-section-lg {
    margin-top: 0 !important;
  }
}

.p-work-cassette__link.new-job-opportunities:hover {
  border-radius: 16px;
}

.js_work-cassette-list_more_item.js_tgl_item {
  display: none;
}

.p-work-cassette-list__more-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-right: 10px;
  text-align: right;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list__more-btn {
    margin-right: 0;
    cursor: pointer;
  }
}

.p-work-similar-link {
  margin: 0;
  padding: 10px 10px 0 10px;
}
.p-work-similar-link__ttl {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.p-work-similar-link__box {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.p-work-similar-link__list {
  font-size: 11px;
  display: inline;
  float: left;
  margin: 0;
  padding: 5px 10px 0 0;
  list-style: none;
}
.p-work-similar-link__list a {
  color: #757578;
}
@media screen and (min-width: 961px) {
  .p-work-similar-link__ttl {
    font-size: 13px;
  }
  .p-work-similar-link__list {
    font-size: 12px;
  }
}

@media screen and (min-width: 961px) {
  .p-work-cassette-list.attention-work-list--simple .c-box {
    min-height: 102px;
  }
}

.p-resultHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}
@media screen and (min-width: 961px) {
  .p-resultHeader {
    padding: 0 16px;
    margin: 0 0 16px;
  }
}

.c-resultCount {
  font-size: 16px;
  font-weight: bold;
}
.c-resultCount .count {
  font-size: 24px;
  color: #12B247;
}
.c-resultCount .max {
  font-size: 12px;
}
.c-resultCount.type2 {
  font-weight: normal;
  font-size: 12px;
}
.c-resultCount.type2 .count {
  font-weight: bold;
  margin: 0 4px;
}

.c-sortItems {
  display: flex;
  gap: 8px;
}

.c-sort {
  display: block;
  width: 24px;
}
.c-sort img {
  width: 100%;
}

.c-filter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-filter-item a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #262626;
}
.c-filter-item a:hover {
  color: #626463;
}
.c-filter-item.is-current a {
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 40px;
  background-color: #D9D9D9;
  color: #626463;
}

.c-jobCassetes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-jobCassete.has-labelHeader .c-jobCassete-inner {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-jobCassete-labelHeader {
  display: flex;
  justify-content: space-between;
  background-color: #12B247;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  padding: 8px 10px;
}
.c-jobCassete-labelHeader .txt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.c-jobCassete-inner {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(77, 77, 77, 0.1);
  border-radius: 16px;
}
.c-jobCassete-inner .labels {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-jobCassete-inner .labels .label {
  border-radius: 40px;
  font-size: 12px;
  padding: 0 8px;
  font-weight: bold;
  border: 1px solid #12B247;
  color: #12B247;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-inner .labels .label {
    display: inline-block;
  }
}
.c-jobCassete-inner .labels .label-new {
  background-color: #FF6040;
  color: #fff;
  border: none;
}
.c-jobCassete-inner .company {
  font-size: 12px;
  color: #262626;
  word-break: break-word;
}
.c-jobCassete-header {
  padding: 16px;
}
.c-jobCassete-header-inner {
  display: flex;
  margin-top: 8px;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-header-inner {
    margin-top: 0;
  }
}
.c-jobCassete-thumb {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-thumb {
    width: 106px;
    height: 106px;
  }
}
.c-jobCassete-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.c-jobCassete-summary {
  padding-left: 16px;
  overflow: hidden;
}
.c-jobCassete-summary .labels {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-jobCassete-summary .label {
  display: none;
  border-radius: 40px;
  font-size: 12px;
  padding: 0 8px;
  font-weight: bold;
  background-color: #EBEBEB;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-summary .label {
    display: inline-block;
  }
}
.c-jobCassete-summary .label-new {
  background-color: #FF6040;
  color: #fff;
}
.c-jobCassete-summary .company {
  font-size: 12px;
  color: #262626;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 960px) {
  .c-jobCassete-summary .company {
    display: none;
  }
}
.c-jobCassete-summary .head {
  margin-top: 4px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.c-jobCassete-summary .head a {
  font-weight: bold;
  font-size: 16px;
  color: #0066D2;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
.c-jobCassete-summary .head a:hover {
  color: #3431A3;
}
.c-jobCassete-summary .unit {
  font-size: 10px;
  margin-top: 8px;
  word-break: break-word;
}
.c-jobCassete-body {
  padding: 0 16px 16px;
}
.c-jobCassete-body .jobinfo {
  display: flex;
}
.c-jobCassete-body .jobinfo dt {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 8px;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-body .jobinfo dt {
    width: 120px;
  }
}
.c-jobCassete-body .jobinfo dt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-jobCassete-body .jobinfo dt span {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-jobCassete-body .jobinfo dt span {
    display: block;
  }
}
.c-jobCassete-body .jobinfo dd {
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
  border-top: 1px solid #EBEBEB;
  word-break: break-word;
}
.c-jobCassete-body .jobinfo dd .label {
  font-size: 12px;
  font-weight: normal;
  color: #626463;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobinfo dd .show-tag-station {
    display: inline-block;
    line-height: 25px;
  }
}
.c-jobCassete-body .jobinfo dd .label-salary, .c-jobCassete-body .jobinfo dd .label-train {
  padding: 3px 8px 4px 8px;
  gap: 2px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  border-radius: 34px;
  color: #626463;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 760px) {
  .c-jobCassete-body .jobinfo dd .label-train:first-child {
    margin-left: 8px;
  }
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobinfo dd .label-train {
    width: fit-content;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 2px;
  }
}
.c-jobCassete-body .jobinfo.col-salary dt::before {
  background-image: url(../img/icon/icon_salary_gray2.svg);
}
.c-jobCassete-body .jobinfo.col-calender dt::before {
  background-image: url(../img/icon/icon_shift_gray.svg);
}
.c-jobCassete-body .jobinfo.col-calender dd .label-adjust {
  margin-left: 0.5em;
  color: var(--red-01, #FF350D);
  border-radius: 34px;
  background: var(--red-bg, #FFF4F4);
  gap: 10px;
  padding: 3px 8px 4px 8px;
}
.c-jobCassete-body .jobinfo.col-train {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-jobCassete-body .jobinfo.col-train dt::before {
  background-image: url(../img/icon/icon_station_gray.svg);
}
.c-jobCassete-body .jobinfo.col-occupation dt::before {
  background-image: url(../img/icon/icon_occupation_gray.svg);
}
.c-jobCassete-body .jobFeature {
  border-top: 1px solid #EBEBEB;
  margin-top: 15px;
}
.c-jobCassete-body .jobFeature .title {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 2px 8px;
}
.c-jobCassete-body .jobFeature .title-sp {
  font-size: 12px;
  color: #626463;
  margin-top: 8px;
  font-weight: 700;
}
.c-jobCassete-body .jobFeature dt {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 8px 10px;
  width: max-content;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  align-items: center;
  justify-content: center;
}
.c-jobCassete-body .jobFeature dl {
  display: flex;
  align-items: center;
}
.c-jobCassete-body .jobFeature dl .box-ttl-ratio {
  width: 25%;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl .box-ttl-ratio {
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .c-jobCassete-body .jobFeature dl .box-ttl-ratio dt {
    width: 100%;
    padding: 2px 10px;
    height: 14px;
    font-size: 10px;
    line-height: 100%;
    color: #626463;
  }
}
.c-jobCassete-body .jobFeature dl .box-unit-first {
  width: 15%;
  padding-right: 5px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl .box-unit-first {
    width: 25%;
    padding-right: 4px;
  }
}
.c-jobCassete-body .jobFeature dl .box-unit-first .unit {
  text-align: right;
}
.c-jobCassete-body .jobFeature dl .box-unit-last {
  width: 20%;
  padding-left: 5px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl .box-unit-last {
    width: 30%;
    padding-left: 4px;
  }
}
.c-jobCassete-body .jobFeature dl:nth-child(2) .box-ttl-ratio {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl:nth-child(2) .box-ttl-ratio {
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 4px;
  }
}
.c-jobCassete-body .jobFeature dl:nth-child(2) .box-unit-first {
  width: 12%;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl:nth-child(2) .box-unit-first {
    width: 20%;
    padding-right: 4px;
  }
}
.c-jobCassete-body .jobFeature dl:nth-child(2) .box-unit-last {
  width: 15%;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl:nth-child(2) .box-unit-last {
    width: 25%;
    padding-right: 4px;
  }
}
.c-jobCassete-body .jobFeature dl .box-rule-ratio {
  background-image: url(../img/common/rule-ratio.png);
  width: 162px;
  height: 32px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature dl .box-rule-ratio {
    background-image: url(../img/common/rule-ratio-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 64px;
    height: 8px;
    aspect-ratio: 106/30;
  }
}
.c-jobCassete-body .jobFeature dl.box-env {
    display: inline;
    width: 50%;
}
.c-jobCassete-body .jobFeature dl.box-env .scale {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-jobCassete-body .jobFeature dd {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-jobCassete-body .jobFeature__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.c-jobCassete-body .jobFeature__body-sp {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-jobCassete-body .jobFeature .unit {
    font-size: 14px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature .unit {
    font-size: 10px;
  }
}
.c-jobCassete-body .jobFeature .c-meter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-jobCassete-body .jobFeature .c-meter .point {
    display: flex;
    gap: 15px;
    padding: 8px 0 8px 8px;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature .c-meter .point {
    gap: 6px;
    padding: 0;
  }
}
.c-jobCassete-body .jobFeature .c-meter .point div {
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature .c-meter .point div {
    width: 8px;
    height: 8px;
  }
}
.c-jobCassete-body .jobFeature .c-meter .point div.is-current {
    display: block;
    margin-top: -10px;
    width: 38px;
    height: 32px;
}
@media screen and (max-width: 760px) {
  .c-jobCassete-body .jobFeature .c-meter .point div.is-current {
    margin-top: -14px;
    width: 8px;
    height: 8px;
  }
}
.c-jobCassete-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px 16px 16px;
}
.c-jobCassete-bottom .c-btnColor {
  width: 232px;
  height: 48px;
}
.c-jobCassete-bottom .c-btnDisable {
  width: 232px;
  height: 48px;
}
.c-jobCassete-bottom .c-btnKeep {
  width: 232px;
  height: 48px;
  margin-top: 0;
}
@media screen and (max-width: 961px) {
  .c-jobCassete-bottom--1col * {
    flex: 1;
    width: 100%;
  }
}
.c-jobCassete .hot-job {
  height: fit-content;
  margin: auto auto auto 0;
  color: #FF350D;
  font-size: 16px;
  font-weight: 700;
  order: -1;
}
@media screen and (max-width: 760px) {
  .c-jobCassete .hot-job {
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
    padding-top: 10px;
  }
}
.c-jobCassete .hot-job dt {
  display: flex;
  align-items: center;
}
.c-jobCassete .hot-job dt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_hot_job.svg);
}
.c-jobCassete-update {
  text-align: right;
  font-size: 12px;
  color: #949795;
  margin-top: 9px;
}
.c-jobCassete.is-pr .c-jobCassete-header {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #F3FAEE;
}
.c-jobCassete.is-pr .c-jobCassete-header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #12B247;
}
.c-jobCassete.is-pr .jobinfo:first-of-type dd {
  border-top: none;
}

.c-notCountMessage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .c-notCountMessage {
    padding-bottom: 48px;
  }
}
.c-notCountMessage__thumb {
  width: 139px;
}
@media screen and (min-width: 961px) {
  .c-notCountMessage__thumb {
    width: 168px;
  }
}
.c-notCountMessage__thumb img {
  width: 100%;
}
.c-notCountMessage__txt {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 24px;
}

.c-shiftList {
  margin-top: 4px;
}
.c-shiftList > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-weight: normal;
}
@media screen and (min-width: 961px) {
  .c-shiftList > li {
    align-items: center;
  }
}
.c-shiftList .date .num {
  font-size: 14px;
  color: #626463;
  font-feature-settings: "halt" on;
}
.c-shiftList .date .bold {
  font-weight: 700;
}
.c-shiftList-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media screen and (min-width: 961px) {
  .c-shiftList-body {
    flex-direction: row;
  }
}
.c-shiftList .salary {
  font-weight: bold;
  color: #FF350D;
  font-size: 15px;
  margin-left: 3em;
}
@media screen and (min-width: 425px) {
  .c-shiftList .salary {
    flex: 1;
    text-align: right;
    margin-left: 0;
  }
}
.c-shiftList .salary span {
  margin: 0.25em;
  font-size: 18px;
}
.c-shiftList .salary--mini {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 3.5em;
}
@media screen and (min-width: 425px) {
  .c-shiftList .salary--mini {
    display: block;
  }
}
.c-shiftList .salary--mini span {
  font-size: 16px;
}
.c-shiftList .salary .nightSalary {
  font-size: 12px;
  color: #626463;
  font-weight: normal;
  margin-left: 8px;
  margin-top: 3px;
}
@media screen and (min-width: 961px) {
  .c-shiftList .salary .nightSalary {
    margin-left: 0;
    margin-top: 4px;
  }
}
.c-shiftList-calender {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-left: 32px;
}
.c-shiftList-calender li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: #949795;
  font-size: 10px;
}
.c-shiftList-calender li.is-active {
  background-color: #12B247;
  color: #fff;
}
.c-shiftList-table {
  max-width: max-content;
  text-align: center;
}
.c-shiftList-table td {
  font-weight: 700;
  border: 1.5px solid #EBEBEB;
  padding: 3px 5px;
  font-size: 10px;
}
@media screen and (max-width: 374px) {
  .c-shiftList-table td {
    padding: 3px;
  }
}
.c-shiftList-table td.is-active {
  background-color: #12B247;
  color: #fff;
}
.c-shiftList-table td.is-active, .c-shiftList-table td.not-active {
  width: 2.2em;
}
@media screen and (max-width: 374px) {
  .c-shiftList-table td.is-active, .c-shiftList-table td.not-active {
    width: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 960px) {
  .c-shiftList-table td.is-active, .c-shiftList-table td.not-active {
    width: 22px;
  }
}
.c-shiftList-table td:first-child, .c-shiftList-table td:nth-child(2) {
  background: #F6F6F6;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 21px;
  padding: 0 4px;
}
.c-shiftList-table td:first-child {
  position: relative;
  padding: 0 10px;
}
.c-shiftList-table td:first-child::before {
  content: "（";
  font-size: 14px;
  position: absolute;
  left: -0.3em;
}
.c-shiftList-table td:first-child::after {
  content: "）";
  font-size: 14px;
  position: absolute;
  right: -0.3em;
}

.js-shiftList .shift-more-item {
  display: none;
  transition: all 0.5s linear;
}
.js-shiftList .btn-shift-show-more {
  color: #333 !important;
}
.js-shiftList .btn-shift-show-more:hover {
  color: #0066D2 !important;
}
@media screen and (max-width: 960px) {
  .js-shiftList .btn-shift-show-more:hover {
    color: #333 !important;
  }
}
.js-shiftList .btn-shift-close {
  font-size: 12px;
  display: inline-block;
  padding: 3px 12px 2px;
  text-decoration: none;
  color: #333;
  border: 1px solid #BFBFBF;
  border-radius: 25px;
  background-color: #fff;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 8px;
}
.js-shiftList .btn-shift-close:before {
  content: none;
}
.js-shiftList .btn-shift-close:after {
  content: none;
}

.c-doneTxt {
  font-size: 14px;
  font-weight: 700;
  color: #949795;
  text-align: center;
  padding-bottom: 8px;
}
@media screen and (min-width: 961px) {
  .c-doneTxt {
    text-align: right;
    padding-bottom: 0;
  }
}

.label-ok {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 3px 8px 4px 8px;
  margin-left: 8px;
  background-color: #FFF4F4;
  border-radius: 34px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #FF350D;
}

.c-mailRegist a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  color: #262626;
}
.c-mailRegist a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 4px;
  background-image: url(../img/icon/icn-mail.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-mailRegist a:hover {
  color: #626463;
  border: 1px solid #666;
}
.c-mailRegist a:hover::before {
  opacity: 0.7;
}

.p-jobCassetteBalloon {
  position: relative;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: fit-content;
}
.p-jobCassetteBalloon .txt {
  text-align: center;
  font-size: 12px;
  color: #626463;
  margin-bottom: 4px;
}
.p-jobCassetteBalloon::before {
  position: absolute;
  bottom: 0;
  left: 16px;
  transform: translateY(100%);
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url(../img/common/arrow-balloon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.p-jobPartner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .p-jobPartner {
    flex-direction: row;
  }
}
.p-jobPartner .logo {
  display: block;
  width: 100px;
}
.p-jobPartner .logo img {
  width: 100%;
}
.p-jobPartner .txt {
  font-size: 12px;
  color: #626463;
}

.p-work-cassette-ranking-sjob--wrap {
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob--wrap {
    padding: 0;
  }
}
.p-work-cassette-ranking-sjob-list {
  display: block;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-work-cassette-ranking-sjob-list--ver2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list--ver2 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item {
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item {
    width: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
  }
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item .c-box {
  box-shadow: 0 4px 16px 0 rgba(77, 77, 77, 0.1);
  border-radius: 16px;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:before {
  display: none;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(1) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking1-5.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(2) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking2-5.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(3) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking3-5.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(4) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking4.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(5) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking5.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(6) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking6.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(7) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking7.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(8) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking8.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(9) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking9.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__item:nth-child(10) .p-work-cassette-ranking-sjob__company:before {
  background-image: url(../img/icon/icon_ranking10.svg);
  content: "";
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__company {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  padding-top: 0;
  padding-left: 0 !important;
  font-weight: 700;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__company::before {
  display: none;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__salary {
  font-size: 16px;
  color: #262626;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__not-salary {
  padding-right: 20px;
}
.p-work-cassette-ranking-sjob-list--ver2 .p-work-cassette-ranking-sjob__currency {
  font-size: 12px;
}
.p-work-cassette-ranking-sjob-list--ver2.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__company {
  width: 85%;
}
@media screen and (max-width: 425px) {
  .p-work-cassette-ranking-sjob-list--ver2.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__company {
    width: 75%;
  }
}
.p-work-cassette-ranking-sjob-list--ver2.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__company div {
  max-width: 87%;
}
.p-work-cassette-ranking-sjob-list--ver2.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__company span {
  display: inline-block;
}
.p-work-cassette-ranking-sjob-list--ver2.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__company:before {
  display: flex;
  padding-top: 0.25em;
  justify-content: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "1";
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}
.p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2), .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3) {
  position: relative;
}
.p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child:before, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2):before, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3):before {
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child:before, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2):before, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3):before {
    top: -6px;
    left: -10px;
    height: 24px;
    font-size: 14px;
  }
}
.p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child .p-work-cassette-ranking-sjob__company, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2) .p-work-cassette-ranking-sjob__company, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3) .p-work-cassette-ranking-sjob__company {
  padding-left: 30px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child .p-work-cassette-ranking-sjob__company, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2) .p-work-cassette-ranking-sjob__company, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3) .p-work-cassette-ranking-sjob__company {
    padding-left: 0;
  }
}
.p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child .p-work-cassette-ranking-sjob__company__matching, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2) .p-work-cassette-ranking-sjob__company__matching, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3) .p-work-cassette-ranking-sjob__company__matching {
  padding-left: 30px;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:first-child .p-work-cassette-ranking-sjob__company__matching, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(2) .p-work-cassette-ranking-sjob__company__matching, .p-work-cassette-ranking-sjob-list.p-ranking-sjob-ranking-list .p-work-cassette-ranking-sjob__item:nth-child(3) .p-work-cassette-ranking-sjob__company__matching {
    padding-left: 0;
  }
}
.p-work-cassette-ranking-sjob__item {
  width: 100%;
  margin-top: 15px;
}
.p-work-cassette-ranking-sjob__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob__item {
    flex-basis: 49%;
    width: 49%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.p-work-cassette-ranking-sjob__link {
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (min-width: 961px) {
  .p-work-cassette-ranking-sjob__link {
    padding: 13px;
  }
}
.p-work-cassette-ranking-sjob__company {
  font-size: 11px;
  color: #262626;
  padding-top: 2px;
}
@media screen and (min-width: 960px) {
  .p-work-cassette-ranking-sjob__company {
    font-size: 12px;
  }
}
.p-work-cassette-ranking-sjob__hd {
  display: flex;
  justify-content: space-between;
}
.p-work-cassette-ranking-sjob--ver2 .p-work-cassette-ranking-sjob__link {
  min-height: 105px;
}

.box-question-answer {
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(77, 77, 77, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 16px;
  font-size: 14px;
}
@media screen and (max-width: 425px) {
  .box-question-answer {
    padding: 16px;
    gap: 12px;
  }
}
.box-question-answer dl dd {
  padding-left: 4px;
}
.box-question-answer__job {
  padding: 16px;
}
.box-question-answer__job .fixed_tracking_click .question-icon {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}
.box-question-answer__job .fixed_tracking_click .question-icon:after {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 8px;
  content: "";
  pointer-events: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow-down-collapse.svg);
}
.box-question-answer__job .fixed_tracking_click .question-icon.is-open:after {
  background-image: url(../img/icon/arrow-up-collapse.svg);
}
.box-question-answer__job .box-answer {
  display: flex;
  overflow: hidden;
  transform: translateY(-10px);
}
.box-question-answer__job .box-answer:not(.show) {
  display: none;
}

.box-mun-top-ranking {
  display: flex;
  padding: 24px 80px;
  background-color: #FFFFFF;
  border-radius: 8px;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .box-mun-top-ranking {
    display: grid;
    padding: 12px 12px 8px 12px;
  }
}
.box-mun-top-ranking__title {
  width: 50%;
}
@media screen and (max-width: 425px) {
  .box-mun-top-ranking__title {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
}
.box-mun-top-ranking__title b {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .box-mun-top-ranking__title b {
    font-size: 12px;
  }
}
.box-mun-top-ranking__img {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .box-mun-top-ranking__img {
    width: 100%;
  }
}
.box-mun-top-ranking__img div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 104px;
}
.box-mun-top-ranking__img div img {
  width: 40px;
  height: 40px;
}
.box-mun-top-ranking__img div p {
  font-size: 10px;
  font-weight: 400;
}
.box-mun-top-ranking__img div .top-one {
  color: #FF350D;
}
.box-mun-top-ranking .txt-note {
  font-size: 10px;
  color: #626463;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 425px) {
  .box-mun-top-ranking .txt-note {
    margin-bottom: 4px;
    text-align: end;
  }
}
.box-mun-top-ranking .box-top-one, .box-mun-top-ranking .box-top-two {
  position: relative;
}
.box-mun-top-ranking .box-top-one::after, .box-mun-top-ranking .box-top-two::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #EBEBEB;
}

.l-section-inner__new-job-recommend {
  display: none;
}

/* Project work detail
    ========================================================================= */
.p-work-detail__shop-name {
  padding: 0 10px;
  font-size: 14px;
  color: #262626;
}
@media screen and (min-width: 960px) {
  .p-work-detail__shop-name {
    padding: 0 15px;
  }
}
.p-work-detail__copy {
  padding: 0 10px;
  font-size: 18px;
  color: #0066D2;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .p-work-detail__copy {
    margin-top: 10px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-detail__copy {
    font-weight: bold;
    font-size: 18px;
  }
}
.p-work-detail__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
.p-work-detail__list-ttl, .p-work-detail__list-ttl--top {
  display: block;
  width: 90px;
  height: auto;
  padding: 10px 0 15px 10px;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  .p-work-detail__list-ttl, .p-work-detail__list-ttl--top {
    font-size: 14px;
    width: 140px;
  }
}
.p-work-detail__list-ttl--top {
  position: relative;
  min-width: 100px;
  width: 100px;
  padding: 10px 0 7px 36px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-work-detail__list-ttl--top {
    min-width: 130px;
    width: 130px;
    padding: 10px 0;
  }
  .p-work-detail__list-ttl--top .p-work-detail__list-ttl-txt {
    background-color: #F7F7F7;
    border-radius: 30px;
    padding: 9px 0 9px 20px;
    font-size: 15px;
    text-align: center;
  }
}
.p-work-detail__list-ttl--top:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
@media screen and (min-width: 961px) {
  .p-work-detail__list-ttl--top:before {
    width: 25px;
    height: 25px;
    top: 18px;
  }
}
.p-work-detail__list-item, .p-work-detail__list-item--top {
  display: block;
  font-size: 14px;
  width: calc(100% - 100px);
  margin: 0;
  padding: 10px 10px 7px 10px;
  background: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #EBEBEB;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .p-work-detail__list-item, .p-work-detail__list-item--top {
    width: 740px;
  }
}
.p-work-detail__list-item a, .p-work-detail__list-item--top a {
  color: #0066D2;
  text-decoration: none;
}
.p-work-detail__list-item .sub-txt, .p-work-detail__list-item--top .sub-txt {
  display: block;
  margin: 10px 0;
}
.p-work-detail__con {
  margin-top: 40px;
  padding: 0 10px 10px;
}
@media screen and (min-width: 960px) {
  .p-work-detail__con {
    padding: 0 20px 10px;
  }
}
@media screen and (min-width: 961px) {
  .p-work-detail__con {
    padding: 0 0 15px 0;
    margin-top: 60px;
  }
}
.p-work-detail__con-ttl {
  margin: 10px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  border-bottom: 3px solid #12B247;
}
@media screen and (min-width: 961px) {
  .p-work-detail__con-ttl {
    font-size: 18px;
  }
}
.p-work-detail__con-txt {
  font-size: 14px;
  line-height: 1.6;
}
.p-work-detail__tags {
  color: #626463;
}
.p-work-detail__tags .c-tag {
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-work-detail--top .p-work-detail__list {
  border-top: 1px solid #EBEBEB;
}
.p-work-detail--top .p-work-detail__list-item .sub-txt, .p-work-detail--top .p-work-detail__list-item--top .sub-txt {
  display: inline-block;
  font-size: 12px;
  margin-top: 0;
}

/* Utility br
    ======================================================================== */
.u-br-tab {
  display: block;
}
@media screen and (min-width: 961px) {
  .u-br-tab {
    display: none;
  }
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-br-pc {
    display: block;
  }
}

/* Utility clearfix
    ======================================================================== */
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.u-clearfix {
  display: block;
}

/* Utility display
    ======================================================================== */
.u-dis--pc-only-block {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-dis--pc-only-block {
    display: block;
  }
}

.u-dis--sp-only-block {
  display: block;
}
@media screen and (min-width: 961px) {
  .u-dis--sp-only-block {
    display: none;
  }
}

.u-dis--pc-only-inline {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-dis--pc-only-inline {
    display: inline-block;
  }
}

.u-dis--sp-only-inline {
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .u-dis--sp-only-inline {
    display: none;
  }
}

.u-d-flex {
  display: flex;
}

.u-d-flex-align-c {
  align-items: center;
}

.u-deselect-default-styled-select {
  -webkit-appearance: none;
}

/* Utility float
    ======================================================================== */
.u-float-r {
  float: right !important;
}

.u-float-l {
  float: left !important;
}

.u-float-n {
  float: none !important;
}

/* Utility margin
    ======================================================================== */
.u-m-none {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pt-48 {
  padding-top: 48px !important;
}

.u-pb-48 {
  padding-bottom: 48px !important;
}

.u-pt-64 {
  padding-top: 64px !important;
}

.u-pb-64 {
  padding-bottom: 64px !important;
}

/* Utility white-space
    ======================================================================== */
.u-p-wrap {
  white-space: pre-wrap !important;
}

/*# sourceMappingURL=common.css.map */
