@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow: auto;
}

body {
  position: relative;
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-width: 100%;
  /*animation: fadeIn 3s ease 0s 1 normal;
  @keyframes fadeIn {
      0% {opacity: 0}
      100% {opacity: 1}
  }*/
}

input[type=submit],
input[type=button],
button {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  -webkit-appearance: none;
}

.l-header {
  width: 100%;
  height: auto;
}

.l-main {
  width: 100%;
  height: auto;
}

.l-wrapper {
  display: table;
  width: 1000px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 1079px) {
  .l-wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.l-content {
  float: left;
  display: block;
  width: 660px;
}

@media screen and (max-width: 1079px) {
  .l-content {
    float: none;
    width: 100%;
  }
}

.l-sidebar {
  float: right;
  display: block;
  width: 290px;
}

@media screen and (max-width: 1079px) {
  .l-sidebar {
    float: none;
    width: 100%;
  }
}

.l-footer {
  width: 100%;
  height: auto;
}

.c-main .c-main__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 100px;
  margin-bottom: 40px;
  border-bottom: #FFFFFF solid 5px;
  box-shadow: 0 0 5px #000000;
  color: #324a5e;
  font-size: 3.5rem;
  line-height: 3.5rem;
  background-color: #e4e4e4;
}

.c-main .c-main__title::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 6px;
  left: calc(50% - 500px);
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.c-main .c-main__title::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 6px;
  right: calc(50% - 500px);
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}

@media screen and (max-width: 1079px) {
  .c-main .c-main__title::before {
    left: 10px;
  }

  .c-main .c-main__title::after {
    right: 10px;
  }
}

.c-main .c-main__title span {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  min-width: 555px;
  text-align: left;
  color: #e4e4e4;
  font-size: 8rem;
  line-height: 10rem;
}

.c-main .c-main__title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -85px;
  width: 180px;
  height: 210px;
  border-top: transparent solid 105px;
  border-right: #324a5e solid 90px;
  border-bottom: #324a5e solid 105px;
  border-left: transparent solid 90px;
  box-sizing: border-box;
}

.c-main .c-main__title span::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 90px;
  width: 10000%;
  height: 210px;
  background-color: #324a5e;
}

@media screen and (max-width: 1840px) {
  .c-main .c-main__title {
    justify-content: flex-start;
    padding-left: calc((100vw - 1000px) / 2);
    box-sizing: border-box;
  }

  .c-main .c-main__title span {
    padding-right: calc((100vw - 1000px) / 2);
    text-align: right;
  }
}

@media screen and (max-width: 1079px) {
  .c-main .c-main__title {
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0 0 60px 20px;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 2rem;
  }

  .c-main .c-main__title span {
    right: auto;
    left: 20%;
    min-width: 80%;
    text-align: left;
    padding-right: 0;
    font-size: 4rem;
    line-height: 6rem;
  }

  .c-main .c-main__title span::before {
    left: -60px;
    width: 60px;
    height: 60px;
    border-width: 30px;
  }

  .c-main .c-main__title span::after {
    left: 0;
    width: 100%;
    height: 60px;
  }
}

.c-main .c-main__breadcrumb {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-bottom: 40px;
}

.c-main .c-main__breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1079px) {
  .c-main .c-main__breadcrumb {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-bottom: 20px;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100px;
  box-shadow: 0 0 5px #000000;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-header .p-logo {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 450px;
  height: 100px;
  background: url("../img/common/img_assiststaffing_logo.svg?v=20260605") no-repeat bottom 20px left 25px;
  background-size: auto 50px;
}

.p-header .p-logo a {
  display: block;
  position: fixed;
  z-index: 102;
  left: 0;
  top: 0;
  width: 450px;
  height: 100px;
}

.p-header .p-logo .p-logo__description {
  margin-left: 25px;
  font-size: 1.5rem;
  line-height: 3rem;
}

.p-header .p-logo .p-logo__company {
  position: absolute;
  left: 75px;
  top: 35px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.p-header .p-checkbox {
  display: none;
}

.p-header .p-menu .p-menu__list {
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 100px;
  margin: auto;
}

.p-header .p-menu .p-menu__list .menu-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100px;
}

.p-header .p-menu .p-menu__list .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 0 2em;
  box-sizing: border-box;
}

.p-header .p-menu .p-menu__list .menu-item a:hover {
  text-decoration: underline;
}

.p-header .p-menu .p-menu__list .menu-item--contact {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: url("../img/common/icon_contact.png") no-repeat center, #000000;
  background-size: 46px 32px;
}

.p-header .p-menu .p-menu__list .menu-item--contact:hover {
  opacity: 0.75;
  transition: all 1s ease;
}

.p-header .p-menu .p-menu__list .menu-item--contact a {
  font-size: 0;
}

.p-header .p-menu .p-menu__list .menu-item--employee {
  position: fixed;
  right: 340px;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 0 2em;
  background-color: #bf272d;
}

.p-header .p-menu .p-menu__list .menu-item--employee:hover {
  opacity: 0.75;
  transition: all 1s ease;
}

.p-header .p-menu .p-menu__list .menu-item--employee a {
  padding: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.p-header .p-menu .p-menu__list .menu-item--employee a:hover {
  text-decoration: none;
}

.p-header .p-telephone {
  position: fixed;
  z-index: 101;
  right: 100px;
  top: 0;
  width: 240px;
  height: 100px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #324a5e;
}

.p-header .p-telephone .p-telephone__text {
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 3rem;
}

.p-header .p-telephone .p-telephone__number {
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 3rem;
  transform: scaleX(1.25);
  transform-origin: left;
}

.p-header .p-telephone .p-telephone__number::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  margin-right: 3px;
  background: url("../img/common/icon_telephone.png") no-repeat center;
  background-size: 27px 27px;
  transform: scaleX(0.8);
}

@media screen and (max-width: 1840px) {
  .p-header .p-menu {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-header .p-menu .p-menu__list {
    height: 40px;
  }

  .p-header .p-menu .p-menu__list .menu-item {
    height: 40px;
  }

  .p-header .p-menu .p-menu__list .menu-item a {
    padding: 0 0.5em;
  }

  .p-header .p-menu .p-menu__list .menu-item--contact {
    height: 60px;
  }

  .p-header .p-menu .p-menu__list .menu-item--employee {
    height: 60px;
  }

  .p-header .p-menu .p-menu__list .menu-item--employee a {
    padding: 0;
  }

  .p-header .p-telephone {
    height: 60px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1079px) {
  .p-header {
    height: 60px;
  }

  .p-header .p-logo {
    width: 270px;
    height: 60px;
    background-position: bottom 8px left 10px;
    background-size: auto 30px;
  }

  .p-header .p-logo a {
    width: 270px;
    height: 60px;
  }

  .p-header .p-logo .p-logo__description {
    position: fixed;
    top: 2px;
    left: 10px;
    margin-left: 0;
    font-size: 1rem;
    line-height: 2rem;
  }

  .p-header .p-logo .p-logo__company {
    position: absolute;
    left: 40px;
    top: 25px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .p-header .p-checkbox {
    display: block;
    visibility: hidden;
  }

  .p-header .p-label {
    position: fixed;
    z-index: 150;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }

  .p-header .p-label .p-label__bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background-color: #324a5e;
    transition: all 1s ease;
  }

  .p-header .p-label .p-label__bar--top {
    transform: translateY(-12px);
  }

  .p-header .p-label .p-label__bar--bottom {
    transform: translateY(12px);
  }

  .p-header .p-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 149;
    left: 0;
    top: -50vh;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }

  .p-header .p-menu .p-menu__list {
    display: block;
    width: 100%;
    min-height: 100vh;
    padding: 60px 30px 0;
    box-sizing: border-box;
    background: rgba(50, 74, 94, 0.8);
    overflow-x: auto;
  }

  .p-header .p-menu .p-menu__list .menu-item {
    position: static;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 60px;
    border-bottom: #FFFFFF solid 1px;
  }

  .p-header .p-menu .p-menu__list .menu-item a {
    justify-content: space-between;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.6rem;
    padding: 0;
  }

  .p-header .p-menu .p-menu__list .menu-item--contact {
    background: none;
  }

  .p-header .p-menu .p-menu__list .menu-item--employee {
    padding: 0;
    background: none;
  }

  .p-header .p-menu .p-menu__list .menu-item--employee br {
    display: none;
  }

  .p-header .p-checkbox:checked~.p-menu {
    animation-name: showMenuChecked;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }

  @keyframes showMenuChecked {
    0% {
      opacity: 0;
      visibility: hidden;
      top: -50vh;
    }

    100% {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
  }

  .p-header .p-checkbox:checked~.p-menu .menu-item {
    visibility: visible;
  }

  .p-header .p-checkbox:checked~.p-label .p-label__bar {
    background-color: #FFFFFF;
    transition: all 0.5s ease;
  }

  .p-header .p-checkbox:checked~.p-label .p-label__bar--top {
    transform: rotate(-45deg);
  }

  .p-header .p-checkbox:checked~.p-label .p-label__bar--middle {
    opacity: 0;
  }

  .p-header .p-checkbox:checked~.p-label .p-label__bar--bottom {
    transform: rotate(45deg);
  }

  .p-header .p-checkbox:not(:checked)~.p-menu {
    animation-name: closeMenu;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }

  @keyframes closeMenu {
    0% {
      opacity: 1;
      visibility: visible;
      top: 60px;
    }

    100% {
      opacity: 0;
      visibility: hidden;
      top: -50vh;
    }
  }

  .p-header .p-telephone {
    display: none;
  }
}

.p-job .p-job__taxonomy .p-taxonomy__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 110px;
  height: 25px;
  margin: 0 20px 20px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.5rem;
  background-color: #324a5e;
}

.p-job .p-job__taxonomy .p-taxonomy__title::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -12px;
  width: 12px;
  height: 12px;
  border-top: transparent solid 6px;
  border-right: transparent solid 6px;
  border-bottom: transparent solid 6px;
  border-left: #324a5e solid 6px;
}

.p-job .p-job__taxonomy .p-taxonomy__slug {
  display: inline-block;
  vertical-align: top;
  color: #324a5e;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.p-job .p-job__article {
  position: relative;
  z-index: 1;
  display: table;
  width: calc(100% - 5px);
  height: auto;
  margin-bottom: 60px;
  padding: 10px 10px 30px;
  border: #98a4af solid 5px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0 0 rgba(50, 74, 94, 0.25);
  transition: all 1s ease;
}

.p-job .p-job__article:hover {
  background-color: rgba(50, 74, 94, 0.25);
  transition: all 1s ease;
}

.p-job .p-job__article a::before {
  content: "詳細を見る";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  padding: 0 1em;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: rgba(50, 74, 94, 0.5);
}

.p-job .p-job__article .p-article__number {
  float: right;
  display: inline-block;
  width: 90px;
  height: 30px;
  margin-bottom: 5px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #324a5e;
}

.p-job .p-job__article .p-article__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 1em;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.4rem;
  background-color: rgba(50, 74, 94, 0.5);
  /*&::before {
  	content: '◎';
  	position: absolute;
  	left: 0;
  	top: 1em;
  }*/
}

.p-job .p-job__article .p-article__summary {
  padding: 0 15px;
}

.p-job .p-job__article .p-article__summary .p-summary__list {
  position: relative;
  float: left;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.5em 0 0.5em 100px;
  overflow: hidden;
}

.p-job .p-job__article .p-article__summary .p-summary__list::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 140px;
  padding-left: 35px;
}

.p-job .p-job__article .p-article__summary .p-summary__list--wage {
  width: 50%;
}

.p-job .p-job__article .p-article__summary .p-summary__list--wage::before {
  content: "【時給】";
  background: url("../img/job/icon_wage.svg") no-repeat left top;
  background-size: 30px auto;
}

.p-job .p-job__article .p-article__summary .p-summary__list--address {
  width: 50%;
}

.p-job .p-job__article .p-article__summary .p-summary__list--address::before {
  content: "【場所】";
  background: url("../img/job/icon_address.svg") no-repeat left 12px top;
  background-size: 16px auto;
}

.p-job .p-job__article .p-article__summary .p-summary__list--hour {
  width: 100%;
}

.p-job .p-job__article .p-article__summary .p-summary__list--hour::before {
  content: "【時間】";
  background: url("../img/job/icon_hour.svg") no-repeat left 4px top 2px;
  background-size: 20px auto;
}

.p-job .p-job__article .p-article__summary .p-summary__list--dayoff {
  width: 100%;
}

.p-job .p-job__article .p-article__summary .p-summary__list--dayoff::before {
  content: "【休日】";
  background: url("../img/job/icon_dayoff.svg") no-repeat left 1px top 3px;
  background-size: 25px auto;
}

@-moz-document url-prefix() {
  .p-job .p-job__article a::before {
    right: 5px;
    bottom: 5px;
  }
}

@media screen and (max-width: 1079px) {
  .p-job .p-job__taxonomy .p-taxonomy__title {
    min-width: 80px;
    height: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__taxonomy .p-taxonomy__title::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    width: 8px;
    height: 8px;
    border-width: 4px;
  }

  .p-job .p-job__taxonomy .p-taxonomy__slug {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__article {
    margin-bottom: 30px;
    padding: 5px 5px 15px;
  }

  .p-job .p-job__article a::before {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__article .p-article__number {
    width: 60px;
    height: 20px;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__article .p-article__title {
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0.75em 1em;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .p-job .p-job__article .p-article__title::before {
    top: 0.75em;
  }

  .p-job .p-job__article .p-article__summary {
    padding: 0 5px;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list::before {
    top: 6px;
    width: 80px;
    padding-left: 30px;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--wage {
    width: 100%;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--wage::before {
    background-position: left top 2px;
    background-size: 24px auto;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--address {
    width: 100%;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--address::before {
    background-position: left 5px top 1px;
    background-size: 14px auto;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--hour::before {
    background-position: left 3px top 1px;
    background-size: 18px auto;
  }

  .p-job .p-job__article .p-article__summary .p-summary__list--dayoff::before {
    background-position: left 1px top 3px;
    background-size: 22px auto;
  }
}

.p-job .p-job__navigation {
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.p-job .p-job__navigation a,
.p-job .p-job__navigation .pages,
.p-job .p-job__navigation .current,
.p-job .p-job__navigation .page,
.p-job .p-job__navigation .extend {
  display: inline-block;
  color: #324a5e;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 1px;
  padding: 1em;
  border: #324a5e solid 1px;
  transition: all 1s ease;
}

.p-job .p-job__navigation .extend {
  line-height: 5rem;
  padding: 1em 0.5em;
  border: none;
}

.p-job .p-job__navigation a:hover,
.p-job .p-job__navigation .pages,
.p-job .p-job__navigation .current {
  color: #FFFFFF;
  background-color: #324a5e;
}

.p-job .p-job__navigation a:hover {
  transition: all 1s ease;
}

@media screen and (max-width: 1079px) {
  .p-job .p-job__navigation {
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .p-job .p-job__navigation a,
  .p-job .p-job__navigation .pages,
  .p-job .p-job__navigation .current,
  .p-job .p-job__navigation .page,
  .p-job .p-job__navigation .extend {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .p-job .p-job__navigation .extend {
    line-height: 4rem;
  }
}

.p-job .p-job__category {
  width: 100%;
  margin-bottom: 60px;
}

.p-job .p-job__category .p-category__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-color: #324a5e;
}

.p-job .p-job__category .p-category__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  border-top: #324a5e solid 10px;
  border-right: transparent solid 10px;
  border-left: transparent solid 10px;
  border-bottom: transparent solid 0;
  transition: all ease 1s;
}

.p-job .p-job__category .p-category__item {
  margin: 0 30px;
  padding: 5px 0;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2rem;
}

.p-job .p-job__category .p-category__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-job .p-job__category .p-category__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1079px) {
  .p-job .p-job__category {
    margin-bottom: 30px;
  }

  .p-job .p-job__category .p-category__title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    height: 45px;
    margin-bottom: 20px;
  }

  .p-job .p-job__category .p-category__title::before {
    bottom: -5px;
  }

  .p-job .p-job__category .p-category__item {
    margin: 0 10px;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.p-job .p-job__content {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.p-job .p-job__content .p-content__number {
  float: right;
  display: inline-block;
  width: 90px;
  height: 30px;
  margin-bottom: 5px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #324a5e;
}

.p-job .p-job__content .p-content__date {
  float: right;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 5px;
  text-align: center;
  color: #324a5e;
  font-size: 1.4rem;
  line-height: 3rem;
}

.p-job .p-job__content .p-content__detail {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.p-job .p-job__content .p-content__detail .p-detail__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 1em;
  box-sizing: border-box;
  /*text-indent: 1em;*/
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.4rem;
  background-color: rgba(50, 74, 94, 0.5);
  /*&::before {
  	content: '◎';
  	position: absolute;
  	left: 0;
  	top: 1em;
  }*/
}

.p-job .p-job__content .p-content__detail .p-detail__subtitle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0.5em 0;
  border-bottom: #324a5e solid 1px;
  box-sizing: border-box;
  color: #324a5e;
  font-size: 2rem;
  line-height: 2.4rem;
}

.p-job .p-job__content .p-content__detail p {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 1em 1em;
}

.p-job .p-job__content .p-content__detail table {
  width: 100%;
  border: rgba(50, 74, 94, 0.25) solid 1px;
}

.p-job .p-job__content .p-content__detail table th {
  min-width: 200px;
  padding: 1em 3em;
  border: #324a5e solid 1px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
  background-color: rgba(50, 74, 94, 0.1);
}

.p-job .p-job__content .p-content__detail table td {
  width: auto;
  padding: 1em 3em;
  border: #324a5e solid 1px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.p-job .p-job__content .p-content__entry {
  display: block;
  width: 300px;
  height: 50px;
  margin: 80px auto 0;
}

.p-job .p-job__content .p-content__entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: #324a5e solid 1px;
  box-sizing: border-box;
  color: #324a5e;
  font-size: 1.4rem;
  line-height: 2.4rem;
  background-color: #FFFFFF;
  transition: all ease 1s;
}

.p-job .p-job__content .p-content__entry a:hover {
  color: #FFFFFF;
  border: none;
  background-color: #324a5e;
  transition: all ease 1s;
}

.p-job .p-job__content .p-content__entry a::after {
  content: ">>>";
  padding-left: 1em;
}

.p-job .p-job__pagenavi {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.p-job .p-job__pagenavi .p-pagenavi__link {
  width: 300px;
  height: 50px;
}

.p-job .p-job__pagenavi .p-pagenavi__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: #324a5e solid 1px;
  box-sizing: border-box;
  color: #324a5e;
  font-size: 1.4rem;
  line-height: 2.4rem;
  background-color: #FFFFFF;
  transition: all ease 1s;
}

.p-job .p-job__pagenavi .p-pagenavi__link a:hover {
  color: #FFFFFF;
  border: none;
  background-color: #324a5e;
  transition: all ease 1s;
}

.p-job .p-job__pagenavi .p-pagenavi__link--prev a::before {
  content: "<<<";
  padding-right: 1em;
}

.p-job .p-job__pagenavi .p-pagenavi__link--next a::after {
  content: ">>>";
  padding-left: 1em;
}

@media screen and (max-width: 1079px) {
  .p-job .p-job__content {
    margin-bottom: 30px;
  }

  .p-job .p-job__content .p-content__number {
    width: 60px;
    height: 20px;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__date {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__detail {
    margin-bottom: 15px;
  }

  .p-job .p-job__content .p-content__detail .p-detail__title {
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0.75em 1em;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__detail .p-detail__title::before {
    top: 0.75em;
  }

  .p-job .p-job__content .p-content__detail .p-detail__subtitle {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__detail p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__detail table th {
    display: block;
    min-width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.2rem;
    line-height: 2rem;
    white-space: normal;
  }

  .p-job .p-job__content .p-content__detail table td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__content .p-content__entry {
    width: auto;
    max-width: 320px;
    margin-top: 30px;
  }

  .p-job .p-job__pagenavi .p-pagenavi__link {
    width: 30%;
    height: 50px;
    margin: auto;
  }

  .p-job .p-job__pagenavi .p-pagenavi__link a {
    font-size: 1.2rem;
  }

  .p-job .p-job__pagenavi .p-pagenavi__link--prev a::before {
    content: "<";
    padding-right: 0.25em;
  }

  .p-job .p-job__pagenavi .p-pagenavi__link--next a::after {
    content: ">";
    padding-left: 0.25em;
  }
}

.p-job .p-job__note {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 19px;
  border: rgba(50, 74, 94, 0.5) solid 1px;
  box-sizing: border-box;
}

.p-job .p-job__note .p-note__title {
  display: table-cell;
  vertical-align: middle;
  width: 4em;
  border-right: rgba(50, 74, 94, 0.5) solid 1px;
  color: #324a5e;
  font-size: 2rem;
  line-height: 3rem;
}

.p-job .p-job__note .p-note__text {
  padding-left: 2em;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.p-job .p-job__section {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.p-job .p-job__section:last-child {
  margin-bottom: 0;
}

.p-job .p-job__section .p-section__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0.5em 0;
  border-bottom: #324a5e solid 1px;
  color: #324a5e;
  font-size: 2rem;
  line-height: 2.4rem;
}

.p-job .p-job__section .p-section__text {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 1em;
}

.p-job .p-job__section .p-section__freecall {
  position: relative;
  display: table;
  width: auto;
  height: auto;
  text-align: center;
  margin: 30px auto 0;
  padding: 25px 35px;
  border: rgba(50, 74, 94, 0.5) solid 2px;
}

.p-job .p-job__section .p-section__freecall .p-freecall__title {
  position: absolute;
  left: 0;
  top: -14px;
  padding: 0 1em;
  text-align: left;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #FFFFFF;
}

.p-job .p-job__section .p-section__freecall .p-freecall__number {
  text-align: left;
  color: #324a5e;
  font-size: 4rem;
  line-height: 4rem;
}

.p-job .p-job__section .p-section__freecall .p-freecall__number::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 40px;
  background: url("../img/common/icon_freecall.svg") no-repeat left center;
  background-size: auto 32px;
}

.p-job .p-job__section .p-section__freecall .p-freecall__number a {
  pointer-events: none;
}

.p-job .p-job__section .p-section__caution,
.p-job .p-job__section .error {
  color: #bf272d;
}

.p-job .p-job__section .p-section__table {
  width: 100%;
  margin-top: 30px;
  border: rgba(50, 74, 94, 0.25) solid 1px;
}

.p-job .p-job__section .p-section__table th {
  min-width: 200px;
  padding: 1em 3em;
  border: #324a5e solid 1px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
  background-color: rgba(50, 74, 94, 0.1);
}

.p-job .p-job__section .p-section__table td {
  width: auto;
  padding: 1em 3em;
  border: #324a5e solid 1px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.p-job .p-job__section .p-section__table input,
.p-job .p-job__section .p-section__table select,
.p-job .p-job__section .p-section__table textarea {
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.4rem;
  height: 28px;
  margin: 1px 0;
  border: rgba(50, 74, 94, 0.25) solid 1px;
}

.p-job .p-job__section .p-section__table input.p-input__short {
  width: 200px;
}

.p-job .p-job__section .p-section__table input.p-input__long {
  width: 500px;
}

.p-job .p-job__section .p-section__table select {
  padding: 0 0.5em;
}

.p-job .p-job__section .p-section__table textarea {
  min-width: 500px;
  max-width: 500px;
  min-height: 100px;
  max-height: 100px;
}

.p-job .p-job__section .p-section__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}

.p-job .p-job__section .p-section__submit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 0 5px;
  border: #324a5e solid 1px;
  box-sizing: border-box;
  text-align: center;
  color: #324a5e;
  font-size: 1.4rem;
  line-height: 2.4rem;
  background-color: #FFFFFF;
  transition: all ease 1s;
}

.p-job .p-job__section .p-section__submit input[type=submit]:hover {
  color: #FFFFFF;
  border: none;
  background-color: #324a5e;
  transition: all ease 1s;
}

@media screen and (max-width: 1079px) {
  .p-job .p-job__note {
    display: block;
    margin-bottom: 30px;
    padding: 14px;
  }

  .p-job .p-job__note .p-note__title {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-right: none;
    border-bottom: rgba(50, 74, 94, 0.5) solid 1px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-indent: 0.5em;
  }

  .p-job .p-job__note .p-note__text {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__section {
    margin-bottom: 30px;
  }

  .p-job .p-job__section .p-section__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .p-job .p-job__section .p-section__text {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__section .p-section__freecall {
    margin-top: 20px;
    padding: 15px 25px;
  }

  .p-job .p-job__section .p-section__freecall .p-freecall__title {
    top: -11px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-job .p-job__section .p-section__freecall .p-freecall__number {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .p-job .p-job__section .p-section__freecall .p-freecall__number::before {
    width: 32px;
    height: 25px;
    background-size: auto 20px;
  }

  .p-job .p-job__section .p-section__freecall .p-freecall__number a {
    pointer-events: visible;
  }

  .p-job .p-job__section .p-section__table th {
    display: block;
    min-width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.2rem;
    line-height: 2rem;
    white-space: normal;
  }

  .p-job .p-job__section .p-section__table td {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .p-job .p-job__section .p-section__table input,
  .p-job .p-job__section .p-section__table select,
  .p-job .p-job__section .p-section__table textarea {
    font-size: 1.2rem;
    line-height: 2rem;
    height: 24px;
  }

  .p-job .p-job__section .p-section__table input.p-input__short {
    width: 25%;
  }

  .p-job .p-job__section .p-section__table input.p-input__long {
    width: 80%;
  }

  .p-job .p-job__section .p-section__table textarea {
    min-width: 80%;
    max-width: 80%;
    min-height: 50px;
    max-height: 50px;
  }

  .p-job .p-job__section .p-section__submit {
    margin-top: 30px;
  }

  .p-job .p-job__section .p-section__submit input[type=submit] {
    width: calc(50% - 10px);
    max-width: 320px;
  }

  .p-job .p-job__section .p-section__submit input[name=submitConfirm] {
    width: 100%;
    max-width: 300px;
  }
}

.p-footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 175px;
  background-color: #FFFFFF;
}

.p-footer .p-menu {
  width: 100%;
  height: 50px;
  background-color: #324a5e;
}

.p-footer .p-menu .p-menu__list {
  display: table;
  table-layout: fixed;
  text-align: center;
  height: 50px;
  margin: auto;
}

.p-footer .p-menu .p-menu__list .menu-item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 50px;
}

.p-footer .p-menu .p-menu__list .menu-item::before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 18px;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.p-footer .p-menu .p-menu__list .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  padding: 0 1.5em;
  box-sizing: border-box;
}

.p-footer .p-menu .p-menu__list .menu-item a:hover {
  text-decoration: underline;
}

.p-footer .p-address {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 280px;
  height: 90px;
  margin: 30px auto;
  background: url("../img/common/img_assiststaffing_logo.svg?v=20260605") no-repeat center top;
  background-size: auto 50px;
}

.p-footer .p-address .p-address__company {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.p-footer .p-address .p-address__place {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
}

.p-footer .p-button {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto 35px;
}

.p-footer .p-button .p-button__telephone {
  position: absolute;
  left: calc(50% - 250px);
  top: 0;
  width: 250px;
  height: 80px;
  background-color: #324a5e;
}

.p-footer .p-button .p-button__telephone a {
  pointer-events: none;
  cursor: default;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
}

.p-footer .p-button .p-button__telephone .p-telephone__text {
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2rem;
}

.p-footer .p-button .p-button__telephone .p-telephone__number {
  display: block;
  text-align: left;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 3rem;
}

.p-footer .p-button .p-button__telephone .p-telephone__number::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 3px;
  background: url("../img/common/icon_telephone.png") no-repeat center;
  background-size: 20px 20px;
}

.p-footer .p-button .p-button__pagetop {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background-color: #324a5e;
}

.p-footer .p-button .p-button__pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.p-footer .p-button .p-button__pagetop a:hover {
  opacity: 0.75;
  transition: all 1s ease;
}

.p-footer .p-button .p-button__pagetop a::before {
  content: "∧";
  color: #EEEEEE;
  font-size: 5rem;
  transform: scaleY(0.5);
}

.p-footer .p-button .p-button__pagetop.ls-active {
  position: absolute;
  bottom: 340px;
}

.p-footer .p-button .p-button__contact {
  position: absolute;
  right: calc(50% - 250px);
  top: 0;
  width: 250px;
  height: 80px;
  background-color: #000000;
}

.p-footer .p-button .p-button__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 60px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: url("../img/common/icon_contact.png") no-repeat center left 20px;
  background-size: 36px auto;
  transition: all 1s ease;
}

.p-footer .p-button .p-button__contact a:hover {
  opacity: 0.75;
  transition: all 1s ease;
}

.p-footer .p-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background-color: #231815;
}

.p-footer .p-copyright .p-copyright__mark {
  font-size: 2.4rem;
  padding-right: 0.25em;
}

@media screen and (max-width: 1079px) {
  .p-footer {
    padding-top: 0;
  }

  .p-footer .p-menu {
    display: none;
  }

  .p-footer .p-address {
    width: 100%;
    height: 70px;
    margin: 30px auto;
    background: url("../img/common/img_assiststaffing_logo.svg?v=20260605") no-repeat center top;
    background-size: auto 40px;
  }

  .p-footer .p-address .p-address__company {
    top: 5px;
    right: calc(50% - 113px);
    margin: auto;
    font-size: 1rem;
    line-height: 1rem;
  }

  .p-footer .p-address .p-address__place {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .p-footer .p-button {
    position: fixed;
    z-index: 5;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin: 0;
    background-color: #FFFFFF;
  }

  .p-footer .p-button .p-button__telephone {
    position: static;
    width: 33%;
    height: 60px;
  }

  .p-footer .p-button .p-button__telephone a {
    pointer-events: auto;
    cursor: auto;
    padding: 0;
  }

  .p-footer .p-button .p-button__telephone .p-telephone__text {
    display: none;
  }

  .p-footer .p-button .p-button__telephone .p-telephone__number {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
  }

  .p-footer .p-button .p-button__telephone .p-telephone__number::before {
    content: "PHONE";
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 9px;
    padding-top: 32px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1rem;
    background-position: center top;
    background-size: 27px 27px;
  }

  .p-footer .p-button .p-button__pagetop {
    position: static;
    display: inline-block;
    width: 33%;
    height: 60px;
  }

  .p-footer .p-button .p-button__pagetop a {
    align-items: flex-start;
    box-sizing: border-box;
    background-color: #000000;
  }

  .p-footer .p-button .p-button__pagetop.ls-active {
    position: static;
  }

  .p-footer .p-button .p-button__contact {
    position: static;
    width: 33%;
    height: 60px;
    background-color: #324a5e;
  }

  .p-footer .p-button .p-button__contact a {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    background-position: top 10px center;
    background-size: auto 24px;
  }

  .p-footer .p-button .p-button__contact a::after {
    content: "CONTACT";
    display: block;
    text-align: center;
    margin: 35px auto 0;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .p-footer .p-button.ls-active {
    position: static;
    margin-bottom: 5px;
  }

  .p-footer .p-copyright {
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .p-footer .p-copyright .p-copyright__mark {
    font-size: 2rem;
  }
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

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

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-tal {
  text-align: left;
}

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

.u-tar {
  text-align: right;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-fontGothic {
  font-family: Futura, "Century Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

.u-mtn {
  margin-top: 0;
}

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

.u-mbn {
  margin-bottom: 0;
}

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

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

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

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

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

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

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

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

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

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

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*padding (rem) */
.u-pn {
  padding: 0;
}

.u-ptn {
  padding-top: 0;
}

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

.u-pbn {
  padding-bottom: 0;
}

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap;
  }
}

.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}
