@charset "UTF-8";

/** loading spinner **/
body>#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(217, 217, 217, 0.6);
    z-index: 2147483646;
}

body>#loading>#loading_spinner {
    width: 50px;
    height: 50px;
    margin: calc(50vh - 50px) auto;
    border: 6px #ddd solid;
    border-top: 6px #f59f00 solid;
    border-radius: 50%;
    -webkit-animation: loading-sp-anime 0.9s infinite linear;
    animation: loading-sp-anime 0.9s infinite linear;
    z-index: 2147483647;
}

@-webkit-keyframes loading-sp-anime {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-sp-anime {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.search_work_no {
    font-size: 1rem !important;
    color: #424242 !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    padding: 1px 5px 1px 5px !important;
    border: solid 2px lightgray;
}

.jobdetail_action_area:not(:first-of-type) {
    margin: 20px 0;
}

.jobdetail_action_area:first-of-type {
    margin: 30px 0 !important;
}

@media (min-width: 1001px) {
    .search_work_no {
        font-size: 62% !important;
        margin-left: 0.5rem;
    }
}

@media (max-width: 1000px) {
    .search_work_no {
        font-size: 65% !important;
        margin-left: 0.7rem;
    }
}

/*Customize 2024_001*/
.register_contents.is_contents {
    padding-top: 0;
}

a.is_underline {
    text-decoration: underline !important;
}

.flowbox .flowlist li.fin.is_active .num>span {
    border-color: var(--orange_deep);
    background-color: var(--orange_deep);
    color: var(--white);
}

.md_ti01 {
    color: var(--orange_deep);
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 1001px) {
    .md_ti01 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .md_ti01 {
        font-size: 18px;
    }
}

.md_2collist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.md_2collist li {
    width: calc(50% - 2em);
    margin: 0.5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
    .md_2collist li {
        width: calc(50% - 1em);
        margin: 0.2em;
    }
}

.md_bt_base {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    position: relative;
    margin: 0 auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.is_checked {
    position: relative;
}

.md_center_bt {
    margin: 3em 0 1em 0;
}

.md_bt_submit01 {
    width: 100%;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--orange);
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
}

.md_bt_submit01 span {
    font-size: 16px;
    display: block;
}

@media screen and (max-width: 1000px) {
    .md_bt_submit01 span.is_sp_br {
        display: block;
    }
}

@media screen and (min-width: 1001px) {
    .md_bt_submit01 span.is_sp_br {
        display: inline-block;
        font-size: 20px;
    }
}

.md_bt_submit01[disabled] {
    background-color: #d5d5d5;
}

@media screen and (max-width: 1000px) {
    .md_bt_submit01 {
        font-size: 16px;
    }
}

.md_bt_submit01.is_checked::after {
    width: 15px;
    height: 15px;
    border-right: rgba(255, 255, 255, 0.4) solid 3px;
    border-bottom: rgba(255, 255, 255, 0.4) solid 3px;
    position: absolute;
    top: 46%;
    left: 33px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .md_bt_submit01.is_checked::after {
        width: 8px;
        height: 8px;
        left: 14px;
        top: 48%;
    }
}

.md_bt_submit01.is_checked::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .md_bt_submit01.is_checked::before {
        width: 15px;
        height: 15px;
        left: 10px;
    }
}

.md_bt_submit01::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: var(--white) solid 2px;
    border-bottom: var(--white) solid 2px;
    position: absolute;
    top: 50%;
    right: 21px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}

@media screen and (max-width: 1000px) {
    .md_bt_submit01::after {
        right: 15px;
    }
}

.checkmark003 {
    padding-left: 24px;
    position: relative;
}

.checkmark003:before,
.checkmark003:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark003:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px;
}

.checkmark003:after {
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    width: 15px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px;
}

.md_headding01 {
    font-size: 18px;
    text-align: left;
    padding-bottom: 0.7em;
    font-weight: normal;
}

.md_inputarea {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.md_inputarea input[type="email"] {
    border: #aaa solid 1px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 5px;
    width: 100%;
}

.md_inputarea input[type="tel"] {
    border: #aaa solid 1px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 5px;
    width: 20em;
}

.md_inputarea label.select_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 2em;
}

.md_inputarea label.select_wrap select {
    background-image: none !important;
}

.md_inputarea label.select_wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6.5px 0 6.5px;
    border-color: var(--black70) transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.md_inputarea label.select_wrap.job {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .md_inputarea label.select_wrap.job {
        width: 100%;
    }
}

.md_inputarea .md_input_job input {
    width: 100%;
}

.md_inputarea .md_input_age input {
    width: 6em;
}

.md_inputarea .md_input_name input {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .md_inputarea .md_input_name input {
        width: 100%;
    }
}

.md_inputarea .password input {
    width: 100%;
}

.md_inputarea .password .password_eye,
.md_inputarea .password .password_eye_conf {
    right: 15px;
}

.md_inputarea .password .pw_txt {
    padding-top: 0.7em;
}

.md_inputarea select {
    width: calc(100% + 2em);
}

dl.md_form_list {
    margin: 0;
    padding: 0;
}

dl.md_form_list dd {
    margin-bottom: 2em;
    text-align: left;
}

dl.md_form_list dd.is_right {
    text-align: right;
}

.md_iconbt01 {
    text-align: right;
}

.md_iconbt01 a {
    position: relative;
    padding: 0.5em 2.5em 0.5em 1.7em;
    background-color: rgb(255, 205, 111);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgb(100, 100, 100);
    color: #000;
    font-weight: bold;
    display: inline-block;
    border-radius: 1.5em;
    margin-top: 0.7em;
}

.md_iconbt01 a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.md_iconbt01 a::before {
    display: block;
    font-size: 25px;
    content: "+";
    font: var(--fa-font-solid);
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0;
    height: 0;
    margin: -0.5em 0 0 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.md_iconbt02 a {
    position: relative;
    padding: 0.5em 1.7em 0.5em 2.5em;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgb(100, 100, 100);
    color: #000;
    font-weight: bold;
    display: inline-block;
    border-radius: 1.5em;
}

.md_iconbt02 a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.md_iconbt02 a::before {
    display: block;
    font-size: 25px;
    content: "\f057";
    font: var(--fa-font-solid);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 2em;
    width: 0;
    height: 0;
    margin: -0.5em 0 0 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.md_reduce01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.md_reduce01 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md_reduce01 span.md_iconbox {
    width: 30%;
}

@media screen and (max-width: 1000px) {
    .md_reduce01 span.md_iconbox {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.md_reduce01 span.md_iconbox .md_iconbt02 {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .md_reduce01 span.md_iconbox .md_iconbt02 {
        width: 100%;
    }
}

.md_reduce01 span.md_iconbox .md_iconbt02 a {
    width: 90%;
}

.md_reduce01 span.md_input_job {
    width: 70%;
}

@media screen and (max-width: 1000px) {
    .md_reduce01 span.md_input_job {
        width: 100%;
    }
}

.md_reduce01 span .md_iconbt02 {
    width: 100%;
}

.md_reduce01 span input {
    width: 100%;
}

.md_inputarea label.address {
    width: 200px;
}

@media screen and (max-width: 1000px) {
    .md_inputarea label.address {
        margin-bottom: 0.5em;
        width: 100%;
    }
}

.md_inputarea label.address2 {
    width: auto;
}

.md_inputarea input[type="text"].input_station {
    width: 200px;
    margin-right: 5px;
}

@media screen and (max-width: 1000px) {
    .md_inputarea input[type="text"].input_station {
        margin-bottom: 0.5em;
    }
}

.md_inputarea select.input_way {
    width: 48%;
    background-image: none !important;
}

.md_inputarea dd span.line {
    display: inline-block;
    margin-top: 0;
}

.md_inputarea input[type="text"].input_time {
    width: 60px;
}

.md_inputarea dt.must h3::after {
    content: "必須";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background-color: #ff0000;
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

input[type="text"] {
    border: #c4c4c4 solid 1px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 4px;
}

.register_contents input[type=button] {
    border: none;
}

.md_complete {
    text-align: center;
    margin: 3em auto;
}

.md_complete .is_bt1em {
    margin-bottom: 1em;
}

.md_complete .is_readtext {
    font-size: 20px;
    margin-bottom: 1em;
}

@media screen and (max-width: 1000px) {
    .md_complete .is_readtext {
        font-size: 18px;
    }
}

.md_complete h2 {
    font-size: 30px;
    margin-bottom: 1em;
}

@media screen and (max-width: 1000px) {
    .md_complete h2 {
        font-size: 25px;
    }
}

.md_complete strong {
    font-weight: bold;
    color: #f5a100;
    font-size: 120%;
}

.is_linkbt01 {
    margin: 3em auto;
}

.is_img_comp {
    margin: 3em;
    width: 300px;
}

.income-data {
    width: 100px !important;
}

.select2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11pt;
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.select2>.selection>.select2-selection {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 15px;
}

.select2-results__options {
    width: 200px;
    height: 30vh;
    overflow: hidden;
    overflow-y: scroll;
}

.password .password_eye {
    position: absolute;
    top: 25%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    cursor: pointer;
}

.password .password_eye_conf {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    cursor: pointer;
}

.password {
    position: relative;
}

@media screen and (max-width: 1000px) {
    .password .password_eye {
        top: 18%;
        right: 25px;
    }

    .password .password_eye_conf {
        top: 48%;
        right: 25px;
    }
}

.register_contents .is_back .reg_btn01 {
    background-color: #b7b4af !important;
    border: none !important;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .register_contents .is_back .reg_btn01 {
        font-size: 16px !important;
    }
}

.register_contents .register_btnbox.is_back {
    text-align: left !important;
}

.register_contents .register_btnbox.is_back .reg_btn01_wrap.back::before {
    left: 15px !important;
}

.register_contents .register_btnbox.is_back .reg_btn01_wrap.back::after {
    left: 24px;
    -webkit-transform: translateY(-50%) rotate(-227deg);
    transform: translateY(-50%) rotate(-227deg);
}

@media screen and (max-width: 1000px) {
    .register_contents .register_btnbox.is_back .reg_btn01_wrap.back::after {
        left: 22px;
    }
}

.is_pagebackbt {
    padding-top: 2em;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .is_pagebackbt {
        font-size: 16px;
    }
}

/*# sourceMappingURL=custom.css.map */
.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp {
    font-size: 12px;
    border-color: #FF0033;
    color: #FF0033;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp::before {
    background: url(../img/logo_yahoo.png) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp {
    font-size: 12px;
    border-color: #FF0033;
    color: #FF0033;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp::before {
    background: url(../img/logo_yahoo.png) no-repeat center center/contain;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp {
    font-size: 16px;
    border-color: #FF0033;
    color: #FF0033;
}

.regist_login_box .has_account_btn_box .has_account_btn_item a.yahoojp::before {
    background: url(../img/logo_yahoo.png) no-repeat center center/contain;
}

/* //////////////////////// */
/* 追従ボタン */
#main_keep2.content_list_title_check.btn04 {
    border: 1px solid #007BF5 !important;
    color: #007BF5 !important;
}

#main_keep2.content_list_title_check.btn04::before {
    content: "☆ キープに登録" !important;
    color: #007BF5 !important;
}

#main_keep2.content_list_title_check.btn04.entry_checked::before {
    content: "★ キープ済" !important;
    color: #007BF5 !important;
}

.speech_bubble_wrap {
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.speech_bubble {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 75px;
    background-image: url(../img/icon-speechSp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 0;
    filter: none;
}

.speech_bubble_text {
    display: block;
    white-space: normal;
    color: #F5A100;
    text-align: center;
    font-family: var(--font-family-Font-1, YuGothic);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: 1.2;
    position: relative;
    top: -8px;
    padding: 0 10px;
    word-wrap: break-word;
}

.fix_btmbtn_wrap li:first-child {
    position: relative;
}

/* レスポンシブ対応 */
@media screen and (min-width: 801px) {
    .speech_bubble {
        width: 250px;
        height: 78.7px;
        background-image: url(../img/icon-speechPC.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .speech_bubble_text {
        color: #F5A100;
        text-align: center;
        font-family: var(--font-family-Font-1, YuGothic);
        font-size: 18px;
        font-style: normal;
        font-weight: var(--font-weight-700, 700);
        line-height: 1.2;
        top: -10px;
        white-space: normal;
        padding: 0 15px;
        word-wrap: break-word;
    }

    .speech_bubble_wrap {
        top: -75px;
    }
}

.fix_btmbtn_wrap .btn_square {
    cursor: pointer;
}

/* ログイン前のキープボタンのスタイル */
.content_list_title_check.btn04 {
    border: 1px solid #007BF5 !important;
    color: #007BF5 !important;
    background-color: #FFF !important;
}

.content_list_title_check.btn04::before {
    content: "☆ キープに登録" !important;
    color: #007BF5 !important;
}


/* ////////////////////////////////////////////////////////////// */
/* _action_area */
.jobdetail_action_area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  margin: auto 0;
}

.jobdetail_action_area .action_button_group_container {
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  .jobdetail_action_area {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
  }

  .jobdetail_action_area .action_button_group_container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

/* キープボタンのスタイル */
.ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn {
  border-radius: 25px;
  border: 2px solid #007BF5;
  background: #FFF;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.16);
  color: #007BF5;
  text-align: center;
  font-family: var(--font-family-Font-1, YuGothic);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PC用のボタンスタイル */
@media screen and (min-width: 1001px) {
  .action_button_group .ipt_btn01_wrap .ipt_btn01,
  .ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn {
    width: 350px;
    height: 50px;
    line-height: 50px;
  }

  .action_button_group .ipt_btn01_wrap .ipt_btn01 {
    color: #FFF;
    text-align: center;
    font-family: YuGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn {
    border-radius: 25px;
    font-size: 18px;
    width: 350px !important;
    min-width: 350px;
    max-width: 350px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* キープ済みボタンのスタイル */
.ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn.is-kept {
  background: #007BF5;
  color: #FFF;
  border: 2px solid #007BF5;
}

/* キープボタンのアイコンを非表示 */
.ipt_btn01_wrap.keep_style::before,
.ipt_btn01_wrap.keep_style::after {
  display: none;
}

/* キープボタンのホバー効果 */
.ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* キープ済みボタンのホバー効果 */
.ipt_btn01_wrap.keep_style .ipt_btn01.keep_btn.is-kept:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.jobdetail_action_area .ipt_btn01_wrap.keep_style {
  width: 350px;
  flex-shrink: 0;
}

/* アクションボタングループ */
.action_button_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.action_button_group .ipt_btn01_wrap {
  width: 350px;
}

/* action_button_group用の吹き出しスタイル（完全に独立） */
.action_speech_bubble {
  position: relative;
  width: 237px;
  height: 38px;
  border-radius: 5px;
  background: var(--color-grey-95, #FEF5E5);
  border: 1px solid #F5A100;
  color: #F5A100;
  text-align: center;
  font-family: var(--font-family-Font-1, YuGothic);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.16));
}

.action_speech_bubble_text {
  z-index: 2;
  position: relative;
}

/* action_button_group用の吹き出し矢印 */
.action_speech_bubble_arrow {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #F5A100 transparent transparent transparent;
}

/* action_button_group用の吹き出し矢印（背景色部分） */
.action_speech_bubble_arrow::after {
  content: '';
  position: absolute;
  top: -11px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #FEF5E5 transparent transparent transparent; /* 背景色と同じ色で上向き矢印を作成 */
}



/* SP用のタグスタイル */
.display_sp.jobdetail_cont_outline_tag {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 40px 0;
    width: 100%;
}

.display_sp.jobdetail_cont_outline_tag li {
    display: inline-block;
    border: var(--orange) solid 1px;
    border-radius: 15px;
    font-size: 12px;
    color: var(--orange);
    padding: 3px 8px;
    margin: 2px 3px 2px 0;
    background-color: var(--white);

}

@media screen and (max-width: 1000px) {
    .display_sp.jobdetail_cont_outline_tag {
        margin-top: 0;
    }

    .display_sp.jobdetail_cont_outline_tag li {
        font-size: 14px;
    }

    .jobdetail_cont {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1001px) {
    .jobdetail_cont {
        padding-bottom: 80px;
    }
}
