@charset "UTF-8";

:root {
    --color-base: #364768;
    --color-main: #0f6cca;
    --color-dark: #0a1426;
    --color-gray: #7B8593;
    --color-partner: #299564;
    --color-gray-back: #f4f4f6;
    --color-marker: #FFCD59;
}

/* 共通 */

.version-up,
.internal-link,
.download,
.contact,
.p-fq3s6q06.wrap form,
.campaign.wrap form {
    width: min(100%, 112rem);
    margin: 0 auto;
}

/* バージョンアッププログラム */

.version-up__box {
    width: 100%;
}

.version-up__box__inbox {
  background: #fff;
  width: 100%;
  padding: 6rem;
}

.version-up__box__inbox__text {
  border: 1px solid var(--color-gray);
}

.version-up__box__inbox__textbox {
  background: var(--color-gray);
}

.version-up__box__inbox__textbox h2 {
  color: #fff;
  padding: 1% 6rem;
  text-align: center;
  font-size: 1.2em;
}

.version-up__box__inbox__textbox2 {
  padding: 1% 6rem;
  text-align: justify;
}

.version-up__table__wrap {
  padding: 3% 0;
}

.version-up__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-pexgmqsq table {
  width: 100%;
  text-align: center;
}

.p-pexgmqsq table th, .p-pexgmqsq table td {
    width: calc(100% / 6);
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    min-width: 10em;
    border: 1px solid var(--color-gray);
    line-height: 0;
    height: 2em;
    vertical-align: middle;
}

.p-pexgmqsq table th {
  background: var(--color-main);
  color: #fff;
}

.p-pexgmqsq table a {
    display: inline-flex;
    justify-content: center;
    align-content: center;
}

.p-pexgmqsq table a img {
  height: 1.5em;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tips {
    font-size: 88%;
}

p.version-up__box__inbox__textbox3 {
    padding:2rem 6rem;
    background: var(--color-marker);
    margin-top: 1em;
}

.version-up__box__inbox__text a {
    font-weight: bold;
    text-decoration: underline;
}

span.version-up__bold {
    font-weight: bold;
}

/*社内用リンク*/

.p-fq3s6q06.wrap input {
    border: 1px solid var(--color-gray);
    padding: .1em .25em;
    background: #fff;
    vertical-align: middle;
}

.internal-link {
    background: #fff;
    padding: 6rem;
    font-weight: bold;
}

.internal-link h2 {
    text-align: center;
    font-size: 1.8rem;
    margin: 2.5em 0 1em 0;
    color: #fff;
    background: var(--color-main);
    padding: 1rem 2rem;
}

.internal-link h2:first-child {
    margin-top: 0;
}

.internal-link__box {
    max-width: 540px;
    margin: 0 auto;
}

.internal-link__tips {
    display: block;
    font-size: 1.5rem;
}

.internal-link li.disc {
    margin-top: 1.2em;
}

.internal-link li.disc a{
    text-decoration: underline;
    color: var(--color-main);
}

.internal-link li.disc:first-child {
    margin-top: 0;
}

.p-fq3s6q06.wrap input.radius {
    background-color: var(--color-main);
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 0 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 100%;
    min-height: 3.25rem;
}

.p-fq3s6q06.wrap .copy-link {
    display: flex;       /* 横並びにする */
    align-items: center; /* 上下中央を揃える */
    width: 100%;         /* 親要素いっぱいまで広げる */
    gap: 8px;            /* 要素間の適度なスキマ（お好みで） */
    margin-top: .5rem;
}

.p-fq3s6q06.wrap .link-text {
    flex: 1;
    min-width: 0;
}

.p-fq3s6q06 .wrap.link-title, 
.p-fq3s6q06 .wrap.radius {
    flex-shrink: 0;
}

/*download*/
.download h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3rem;
}
.download h2 span {
  border-bottom: 4px solid #364768;
}
.download h2:not(:first-child) {
  margin-top: 8rem;
}
.download__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2rem;
}
.download__flex__imgbox {
  background-color: color-mix(in srgb, var(--color-main), transparent 80%);
  width: 28%;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 2rem;
  border-radius: 2rem 0 0 2rem;
}
.download__flex__imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.download__flex__textbox {
  padding: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残りの余白をすべて使うように指定 */
}
.download__flex__btnbox {
  width: 23%;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
}
.download__flex__btnbox .btn-primary {
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 768px) { /* SP */
  .download {
    width: calc(100% - 4rem);
  }
  .download h2 {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .download h2:not(:first-child) {
    margin-top: 5rem;
  }
  .download__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .download__flex__imgbox {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 3rem 2rem;
    border-radius: 2rem 2rem 0 0;
  }
  .download__flex__textbox {
    padding: 3rem 2rem;
  }
  .download__flex__btnbox {
    width: 100%;
    padding: 0 2rem 3rem;
    gap: 1rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download__flex__btnbox .btn-primary {
    width: 90%;
  }
}

/*contact*/
.contact__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-block: 10rem;
}

.contact__flex__child {
    width: 23%;
}

.contact__flex__child__imgbox,
.contact__flex__child__titlebox {
    width: 100%;
}

.contact__flex__child__titlebox {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 2px var(--color-base);
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.contact__flex__child__imgbox img {
    width: 100%;
}

.contact form {
    width: 100%;
    background-color: #fff;
    border-radius: 2rem;
    padding: 4rem;
}

.contact__form__item {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid var(--color-gray-back);
}

.contact__form__item:last-child {
    border-bottom: none;
}

.contact__form__item p.name {
    font-weight: bold;
    margin-bottom: 1rem;
}

.contact__form__item p.name span.caption{
    font-weight: normal;
    font-size: 88%;
}

.contact form input,
.contact form select,
.contact form textarea {
    border: 1px solid var(--color-gray);
    width: 100%;
    padding: 0.2em 0.5em;
    border-radius: 3px;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    color: var(--color-gray);
}

.contact form input[type="checkbox"] {
    height: 100%;
    min-height: 1.2em;
    width: 1em !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

span.wpcf7-list-item.first {
    margin: 0;
}

select.wpcf7-select {
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.contact__form__item__agreement {
    border: 1px solid var(--color-gray);
    font-size: 88%;
    text-align: justify;
}

.contact__form__item__agreement h3 {
    text-align: center;
    background: var(--color-gray-back);
    padding: .5em 0;
    margin-bottom: .5em;
    border-bottom: 1px solid var(--color-gray);
    font-weight: bold;
}

.contact__form__item__agreement p {
    padding: 0.5em 0;
}

.contact__form__item__agreement__box {
    padding: 0 2rem 1rem 2rem;
    max-height: 200px;
    overflow-y: scroll;
}

.contact__form__item__agreement h4 {
    margin-top: 3em;
    font-weight: bold;
}

.contact__form__item__agreement h4+h5 {
    margin-top: .5em;
}

.contact__form__item__agreement h5 {
    font-weight: bold;
}

.contact__form__item__agreement h5+p {
    padding-top: 0;
}


.contact__form__item__agreement h4:first-child {
    margin: 0 0 .8em 0;
    padding-top: 1em;
}

.contact__form__item__agreement__box table,
dd.acdArea.faqbox__main table {
    width: 100%;
    border-top: 1px solid var(--color-gray);
    border-left: 1px solid var(--color-gray);
    table-layout: fixed;
}

.contact__form__item__agreement__box table th,
.contact__form__item__agreement__box table td,
dd.acdArea.faqbox__main table th,
dd.acdArea.faqbox__main table td {
    border-right: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    padding: .5em 1em;
    vertical-align: middle;
}

.contact__form__item__agreement__box table th,
dd.acdArea.faqbox__main table th {
    width: 14em;
    text-align: center;
    background: var(--color-gray-back);
}

.contact__form__item__agreement__box li {
    position: relative;
    padding-left: 1.2em;
}

.contact__form__item__agreement__box li::before {
    position: absolute;
    left: 0;
}

.contact__form__item__agreement__box li:nth-child(1)::before { content: "①"; }
.contact__form__item__agreement__box li:nth-child(2)::before { content: "②"; }
.contact__form__item__agreement__box li:nth-child(3)::before { content: "③"; }
.contact__form__item__agreement__box li:nth-child(4)::before { content: "④"; }
.contact__form__item__agreement__box li:nth-child(5)::before { content: "⑤"; }

.contact__form__item__agreement__box ul.dots li::before {
    content: "･";
}

.contact__form__item__agreement__box .policy-contact {
    text-align: center;
    background: var(--color-gray-back);
    padding: 2rem 4rem;
    margin-bottom: 2rem;
}

.contact__form__item__agreement__box .policy-contact h5 {
    font-size: 2rem;
}

span.wpcf7-quiz-label {
    display: block;
    margin-bottom: 1rem;
}

.p-contact .page-head {
  margin-bottom: 6rem;
}
.p-document .wpcf7-form-control-wrap,
.p-contact .wpcf7-list-item.first.last {
  margin-top: 1rem;
  display: block;
}
.custom-confirm-btn {
  background-color: #0f6cca;
  border: 1px solid #0f6cca;
  color: #fff;
  border-radius: calc(infinity * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 0.8rem 6.5rem;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 40rem;
  min-height: 7rem;
  margin-inline: auto;
}
.custom-confirm-btn::before {
  content: "";
  display: block;
  aspect-ratio: 12/5;
  width: 3rem;
  background: url(/wp_product_site/wp-content/themes/staffexpress/cmn/icon-arw03-w.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  -webkit-transition: right ease 0.3s;
  transition: right ease 0.3s;
}
@media (any-hover: hover) {
  .custom-confirm-btn:hover {
    color: #0f6cca;
    background-color: #fff;
  }
  .custom-confirm-btn:hover::before {
    right: 1.5rem;
    background-image: url(/wp_product_site/wp-content/themes/staffexpress/cmn/icon-arw03-bl.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .p-document .contact,
  .p-contact .contact {
    width: calc(100% - 4rem);
  }
  .contact form {
    padding: 1rem 2rem 3rem;
  }
  .contact__flex {
    margin-block: 6rem;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .contact__flex__child {
    width: calc(50% - 1rem);
  }
  span.wpcf7-list-item.first{
    margin-left: 1em;
  }
  .p-document span[data-name="consent"] span.wpcf7-list-item.first,
  .p-contact span[data-name="consent"] span.wpcf7-list-item.first{
    margin-left: 0;
  }
  .contact__form__item__agreement__box table th,
  .contact__form__item__agreement__box table td,
  dd.acdArea.faqbox__main table th,
  dd.acdArea.faqbox__main table td {
    display: block;
    width: 100%;
  }
  .contact__form__item__agreement__box .policy-contact {
    padding: 2rem;
  }
  .contact__form__item__agreement__box .policy-contact h5 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .contact__form__item__agreement h5 + p {
    text-align: justify;
  }
  .custom-confirm-btn {
    padding-inline: 5rem;
    min-width: 25rem;
    max-width: 100%;
  }
  .custom-confirm-btn::before {
    width: 2rem;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    margin-top: 1em;
}

/*contact--確認ページ*/
.contact__form__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.contact__form__btn .wpcf7-submit,
.contact__form__btn .back-btn {
  background-color: #0f6cca;
  border: 1px solid #0f6cca;
  color: #fff;
  border-radius: calc(infinity * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 0.8rem 6.5rem;
  text-align: center;
  position: relative;
  width: 33rem;
  max-width: 100%;
  min-height: 7rem;
  cursor: pointer;
  background-image: url(../cmn/icon-arw03-w.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 3rem auto;
  -webkit-transition: color ease 0.3s, background-image ease 0.3s, background-color ease 0.3s, background-position ease 0.3s;
  transition: color ease 0.3s, background-image ease 0.3s, background-color ease 0.3s, background-position ease 0.3s;
}
.contact__form__btn .back-btn {
  background-color: rgb(255, 255, 255);
  color: #0f6cca;
}
@media (any-hover: hover) {
  .contact__form__btn .wpcf7-submit:hover,
  .contact__form__btn .back-btn:hover {
    color: #0f6cca;
    background-image: url(../cmn/icon-arw03-bl.svg);
    background-color: #fff;
    background-position: right 1.5rem center;
  }
  .contact__form__btn .back-btn:hover {
    background-color: #0f6cca;
    color: #fff;
  }
}
@media screen and (max-width: 768px) { /* SP */
  .contact__form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*サンクスページ*/
.p-thanks .message {
  width: min(100%, 112rem);
  margin-inline: auto;
  padding-inline: 6rem;
  text-align: center;
}
.p-thanks .message p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) { /* SP */
  .p-thanks .message {
    width: calc(100% - 4rem);
    padding-inline: 0;
    text-align: justify;
  }
  .p-thanks .message p + p {
    margin-top: 1rem;
  }
}

/*office*/
img.office {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/*p-applicant*/
img.applicant {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 1rem 0;
}

img.applicant_top {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
}

/*ここから削除*/

header.test {
    width: 100%;
    padding: 0;
    height: auto;
}

.header_flex {
    display: flex;
}

.header_flex_ce {
    justify-content: center;
    align-items: center;
}

.header_flex_ce {
    justify-content: center;
    align-items: center;
}

header.test .blue {
    background: var(--color-main);
    color: #fff;
    padding: 0.5rem 2rem;
}

ul.header_flex {
    align-items: center;
    justify-content: flex-end;
}

ul.header_flex li a.__blank {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-left: 1em;
}

ul.header_flex li a.__blank::after {
        content: "";
        display: inline-block;
        aspect-ratio: 1;
        width: 1.2rem;
        background: url(/cmn/icon_blank-w.svg) no-repeat;
        background-size: 100% auto;
        /*vertical-align: middle;
        margin-left: 1rem;*/
        height: 1.2rem;
        -webkit-transform: none;
        transform: none;
}   

header.test .under {
    padding: 2rem;
}

header.test .under .logo {
    width: 100%;
    max-width: 250px;
}

header.test .under .logo img {
    width: 100%;
    object-fit: contain;
}

.under.header_flex {
    align-items: center;
    justify-content: space-between;
}

.under .right ul li {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 0.5em;
}

.under .right ul li a {
    margin: 0;
    padding: 0;
    display: block;
}

.contact_btn,.siryo_btn {
    height: 100%;
    min-height: 3.8rem;
    border: 1px solid var(--color-main);
    border-radius: calc(infinity * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: max(12px, 1.4rem);
    min-width: 12em;
    max-width: 47.5rem;
    text-align: center;
    position: relative;
    margin-left: 0.5em;
}

.contact_btn {
    background: var(--color-main);
    color: #fff;
}

.siryo_btn {
    background: #fff;
    color: var(--color-main);
}

/*FAQ*/
dd.acdArea.faqbox__main table {
    table-layout: auto;
}

/*給与前払*/
.p-advance .beforeafter p.txt{
    margin: 4rem 0;
}
@media screen and (max-width: 768px) { /* SP */
    .p-advance .ba-image .advance_after-2{
        width: 85%;
    }
}

/*勤怠管理*/
/* .p-advance .reduce {
    display: flex;
    background-color: #fff;
    padding: 5rem auto;
}
.p-attendance .beforeafter img.beforeafter__reduce{
    margin: 0 auto 6rem;
} */