/* ------------ */
/* 見出しパーツ */
/* ------------ */
div .hdg-02-container h2.hdg-02-11 {
    font-size: 14px;
    font-weight: bold;
}
/* ↓ 2025/12/08 */
div.hdg-02-container .titleLeft .title h2 {
    font-size: 15px;
    font-weight: bold;
}
/* ↑ 2025/12/08 */
.question-link {
    position: absolute;
    bottom: 0;
    right: 7px;
    top: 11px;
}
.question-link>a {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25em;
}
/* ---------------------- */
/* ジョブヘブン簡単会員登録 */
/* ---------------------- */
.easy-entry-info {
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    margin: 10px 10px 20px;/*一旦仮設定、全コンテンツ配置後外側でpaddingを付けて調整。*/
}
.easy-entry-info-title {
    background-color: #ffa32a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.easy-entry-info-contents {
    padding: 10px;
    line-height: 1.25em;
}
.easy-entry-info-contents>a {
    text-decoration: underline;
    font-weight: bold;
    padding: 10px 0 0;
    display: block;
}

/* ログインボタン */
.login-action {
    margin: 0 10px;
}
.login-button {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: fit-content;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.login-button>p {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    padding: 0 0 5px;
}
.login-button>a {
    display: block;
    background-color: #1fa2ff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 5px;
    width: 100%;
}
/* ------------------------------------------------ */
/* 応募情報入力＞入力内容確認＞応募完了　作業進捗マップ */
/* ----------------------------------------------- -*/
.entry-map {
    margin: 20px 10px;
}
.entry-map ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    height: 30px;
}
.entry-map-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: calc(100%/3 - 20px);
    border: 1.5px solid #496495;
    height: 100%;
    flex: auto;
    font-size: 14px;
    font-weight: bold;
    background-color: #e8e8e8;
    color: #999999;
}
.entry-map-list p {
    z-index: 1;
    padding: 0 0 0 10px;
}
.entry-map-list:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: initial;
    background-color: #e8e8e8;
    width: calc(100% / 3 - 25px);
}
.entry-map-list:nth-of-type(2) {
    border-right: initial;
    border-left:initial;
}
.entry-map-list:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:initial;
}
.entry-map-list:before {
    content:'';
    position: absolute;
    right: -10px;
    width: 21px;
    height: 21px;
    border-top: 1.5px solid #496495;
    border-right: 1.5px solid #496495;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    background-color: #e8e8e8;
}
/* .entry-map-list:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
} */
.entry-map-list:last-child:before {
    border: initial;
    background-color:initial;
}
.entry-map-list.now-content:last-child:before {
    border: initial;
    background-color:initial;
}
.entry-map-list.now-content,
.entry-map-list.now-content:before {
    background-color: #1fa2ff;
    color: #fff;
}
/* -------------------- */
/*  応募先店舗・応募職種  */
/* -------------------- */
.entry-sheet {
    margin: 10px;
    border: 1.5px solid #bfbfbf;
    border-radius: 5px;
}
.entry-sheet>.title {
    background-color: #1fa2ff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    align-items: center;
}
.shop-data {
    display: flex;
    padding: 10px;
    line-height: 1.25em;
    font-weight: bold;
    font-size: 14px;
}
.shop-data-border-top {
    border-top: 1.5px solid #bfbfbf;
}
.shop-data-titles {
    display: inline-flex;
    flex-direction: column;
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 0 5px 0 0;
}
.shop-data-titles p {
    padding: 5px 0 0;
}
.shop-data-titles p:first-child {
    padding: initial;
}
.shops-area,
.shops-business {
    padding: 5px 0 0;
}
.shop-data-values span {
    padding: 0 0 0 5px;
}
.shop-data-values span {
    padding: 0 0 0 5px;
}
.entry-box {
    padding: 10px;
}
.entry-box>.title {
    font-size: 14px;
    color: #1fa2ff;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.input-box-inner>.title {
    margin: 10px 0 0;
    padding: 0 0 0 5px;
    border-left: 3px solid #1fa2ff;
    font-weight: bold;
}
span.important-mark {
    color: #fff;
    background-color: #ff5656;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    border-radius: 5px;
}
ul.select-list {
    margin: 10px 0;
}
.select-list-inner {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #666666;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 5px 0 0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.select-list-inner input {
    margin: 0 5px 0 0;
}
.select-list-inner .money {
    color: #ff5656;
    padding: 0 0 0 5px;
}
.select-list-inner.is-active {
    color: initial;
    border: 1px solid #bfbfbf;
    background-color: #1fa2ff;
}
.select-list-inner.is-active label{
    color: #fff;
}
.select-list-inner.is-active span {
    /* color: #ffde31; */
    color: #496495;
    font-weight: bold;
}
/* --------- */
/*  基本情報 */
/* --------- */
.entry-box.personal-info .title {
    color: initial;
}
.entry-box.personal-info .select-list-inner {
    border: initial;
    border-radius: initial;
    box-shadow: initial;
    padding: initial;
}
.entry-box.personal-info input {
    padding: 0.3em !important;
    margin: initial !important;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}
.select-list-inner.text-input {
    width: 100%;
}
.input-box {
    margin: 5px 0 0 0;
}
.entry-box.personal-info .input-box-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
#birthday-year {
    width: 80px;
}
#birthday-date-tuki,
#birthday-date-niti {
    width: 70px;
}
.select-menu.birthday-year:after {
    content: "";
    position: absolute;
    right: 35px;
    top: 50%;
    border-top: 6px solid #818181;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}
.select-menu.birthday-date-tuki:after,
.select-menu.birthday-date-niti:after,
.select-menu.live-area:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    border-top: 6px solid #818181;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}
.select-menu {
    position: relative;
    width: 105px;
    display: flex;
    align-items: flex-end;
}
.select-menu.birthday-date-tuki,
.select-menu.birthday-date-niti {
    width: 80px;
    margin: 0 5px 0 0;
}
.select-menu.birthday-date-tuki:after,
.select-menu.birthday-date-niti:after {
    right: 30px;
}
.select-menu select {
    border: 1px solid #bfbfbf;
    padding: 0.3em;
    padding-left: 12px;
}
/* ↓ 2025/11/26 */
.select-menu select:not(:disabled) {
    background-color: #fff;
}
/* ↑ 2025/11/26 */
.select-menu span {
    padding: 0 0 0 5px;
    font-weight: bold;
}
ul.select-list.men-woman {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    margin: initial;
}
ul.select-list.men-woman .select-list-inner {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #666666;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}
ul.select-list.men-woman li {
    width: calc(50% - 20px);
    padding: 0 10px 0 0;
}
ul.select-list.men-woman input {
    margin: 0 5px 0 0!important;
}
.select-menu.live-area {
    width: 100%;
}
.select-menu.live-area select {
    width: 100%;
    color: #666666;
    padding: 0.3em;
}
.select-menu.live-area::after {
    right: 10px;
}
/* ----------- */
/*  職務経歴書 */
/* ----------- */
.title-box {
    display: flex;
    align-items: center;
}
.entry-sheet>.title.work-history {
    display: flex;
    justify-content: space-between;
}
span.js-open-mark {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #1fa2ff;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}
.js-open-mark-text {
    transform: translateY(-1px);
}
.js-hide-contents {
    display: none;
    transition: opacity .125s ease-in-out;
    opacity: 0;
}
.js-hide-inner-contents {
    transition: opacity .15s ease-in-out;
    opacity: 0;
}
.js-hide-contents.is-active {
    display: block;
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
.js-hide-inner-contents.is-active {
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
/* ---------------------- */
/*  連絡方法などの補足事項 */
/* ---------------------- */
.other-info {
    margin: 10px;
}
.other-info .title {
    font-weight: bold;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
span.nini-mark {
    background-color: #ffa32a;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 0 0 5px;
}
textarea#other-info,
textarea#before-jobs,
textarea#license,
textarea#my-PR,
textarea#others-text {
    font-weight: normal;
    resize: none;
    padding: 5px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
}
textarea#other-info {
    resize: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: calc(100% - 20px);
    margin: 10px 0 0;
}
/* -------------------------- */
/*  個人情報保護方針に同意する */
/* -------------------------- */
.rulebook-check {
    margin: 20px auto 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: fit-content;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.rulebook-check a {
    text-decoration: underline;
}
/* ----------- */
/*  確認画面へ  */
/* ----------- */
.next-page {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px auto;
}
.next-page .submit-button {
    padding: 10px 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: #efefef;
    color: #fff;
    width: calc(100% - 20px) !important;
    border-radius: 5px;
    margin: 0 10px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: initial !important;
}
.next-page .submit-button.is-active {
    background-color: #1fa2ff;
}

/* -------------- */
/* エラーテキスト */
/* -------------- */
.error-msg {
    color: red;
    margin: 5px 0;
}
div#error-kibou-syokusyu {
    margin: initial;
}

/* ----------------------- */
/*  職種選択部分のスタイル  */
/* ----------------------- */
.job-type-container {
    margin: 10px 0;
}
.job-type-item {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.blue-line {
    width: 3px;
    height: 20px;
    background-color: #1fa2ff;
    margin-right: 6px;
    border-radius: 1px;
}
.job-type-label {
    font-weight: bold;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
}
/* ↓ 2025/11/26 */
/* ----------- */
/*  職務経歴書 */
/* ----------- */
* {
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
:root{
    --main-color: #0096ff;
    --text-color: #333333;
    --border-color: #DDDDDD;
    --content-shadow: 2px 2px 6px rgb(0 0 0 /20%);
}
span.js-open-mark-keireki {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #1fa2ff;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}
.js-hide-contents-keireki {
    display: none;
    transition: opacity .125s ease-in-out;
    opacity: 0;
}
.js-hide-inner-contents-keireki {
    transition: opacity .15s ease-in-out;
    opacity: 0;
}
.js-hide-contents-keireki.is-active {
    display: block;
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
.js-hide-inner-contents-keireki.is-active {
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
.entry-sheet>.title.work-history {
    display: flex;
    justify-content: space-between;
}
span.js-open-mark-keireki.is-active {
    padding: 0px 5px;
}
.js-hide-contents-keireki {
    display: none;
    transition: opacity .125s ease-in-out;
    opacity: 0;
}
.js-hide-inner-contents-keireki {
    transition: opacity .15s ease-in-out;
    opacity: 0;
}
.js-hide-contents-keireki.is-active {
    display: block;
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
.js-hide-inner-contents-keireki.is-active {
    transition: opacity .125s ease-in-out;
    opacity: 1;
}
.myjob-status-cnt {
    font-weight: bold;
    border-bottom: 2px solid var(--border-color);
    padding: 0px 4px 4px;
    max-inline-size: max-content;
}
.myjob-status-cnt.no-data {
    border-bottom: initial;
    padding: initial;
}
.myjob-status-cnt-inner {
    padding: 0px 4px;
}
.myjob-status-contents {
    position: relative;
}
.data-profile-inner {
    padding: initial;
    background: #FFF;
}
.list-label {
    position: absolute;
    top: 8px;
    left: -1px;
    font-size: 12px;
    border: 1px solid #0096ff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #0096ff;
    color: #fff;
    padding: 4px;
}
.myjob-status-list {
    margin: 16px 0px 0px;
}
.myjob-status-list,
.myjob-status-textarea {
    border: 2px solid var(--border-color);
    background-color: #ffffff;
    color: var(--text-color);
    border-radius: 5px;
}
.myjob-status-list.no-data,
.myjob-status-textarea.no-data {
    background-color: #f5f5f5;
    color: #8b8b8b;
}

.myjob-status-list-no-data {
    padding: 50px;
    font-size: 12px;
    text-align: center;
}
.company-name {
    font-weight: bold;
    font-size: 15px;
    padding: 40px 4px 4px;
}

.myjob-status {
    padding: 8px;
}
.status-title {
    flex: none;
    text-align-last: justify;
    display: inline-block;
    width: 50px;
    padding: 0px 14px 0px 0px;
}
.status-text {
    flex: auto;
    display: inline-block;
    padding: 0px 0px 0px 14px;
}
.myjob-status-text {
    display: flex;
    padding: 8px 0px;
    border-top: 1px solid var(--border-color);
    font-size: 12px;
    font-weight: bold;
}
.myjob-status-textarea {
    font-size: 12px;
    padding: 4px;
    line-height: 1.5em;
}
.myjob-status-textarea.no-data {
    padding: 25px;
}
.myjob-status-list, .myjob-status-textarea {
    border: 2px solid var(--border-color);
    background-color: #ffffff;
    color: var(--text-color);
    border-radius: 5px;
}
.myjob-status-edit-buttons {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 8px 0 0;
    gap: 8px;
}
a.edit-button,
a.delete-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing:border-box;
    padding: 12px 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
a.edit-button {
    width: 60%;
    background: radial-gradient(#5ec2fb, #0096ff);
}
a.delete-button {
    width: 40%;
    background-color: #ff8e84;
}
.image-box {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
}
img.pencil_icon,
img.trashbox_icon {
    width: 100%;
    object-fit: cover;
}
.buttons {
    display: flex;
    gap: 8px;
}
.on-button {
    margin: 24px 24px 0px;
}
.on-button-inner{
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em 0;
    text-align: center;
    background: var(--main-color);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
}
.on-button-inner._gradient,.button._gradient{
    background: radial-gradient(#0096ff, #7ccfff);
}
.on-button-inner._gradientGray,.button._gradientGray{
    background: radial-gradient(#898989, #9A9A9A);
}
.on-button-inner._attention,.button._attention{
    background: #ffc6c6;
    color: #555555;
}
.photo-icon {
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #c2c3c4;
}
.photo-icon .camera-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}
.delete-icon {
    position: absolute;
    bottom: 0;
    right: -8px;
    border-radius: 50%;
    background-color: #c2c3c4;
    width: 32px;
    height: 32px;
    line-height: 24px;
    display: none;
    z-index: 2;
}
.delete-icon::before,
.delete-icon::after {
    content: "";
    position: absolute;
    bottom: 14px;
    right: -4px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    border-radius: 8px;
}
.delete-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.delete-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.photo_registration input[type="file"] { 
    display: none !important;
}
/*写真初期アイコン*/
.photo_registration{
    position: relative;
}
.photo_registration .user-icon {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-user:before {
    content: "\f007";
}
.data-box._image {
    display: flex;
    gap: 12px;
    padding: 10px 0 0;
}
.image-contents {
    width: 80px;
    height: 80px;
    border: 2px solid var(--border-color);
    border-radius: 15px;
    background-color: #ebedf0;
    position: relative;
}
.image-contents>img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    position: relative;
    border-radius: 13px;
    z-index: 1;
}
.delete-flg {
    display: none;
}

.is-preview .user-icon,
.is-preview .photo-icon {
    display: none;
}

.is-preview .resume-photo {
    display: block;
}

.is-preview .delete-icon {
    display: inline;
}

/* テキストモーダル */
.text-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.text-modal.is-active {
    display: block;
}

.text-modal-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.text-modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.text-modal-content {
    background-color: #fff;
    border-radius: 3px;
}

.text-modal-head {
    border-bottom: 1px solid var(--border-color);
    padding: 16px;
    line-height: 1;
}

.text-modal-headtext {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: var(--main-color);
}

.text-modal-main {
    max-height: 50vh;
    padding: 16px;
    font-size: 14px;
    overflow-y: auto;
}

.text-modal-footer {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

/* 共通ボタン（モーダル内で使用） */
.on-button {
    margin: 24px 24px 0px;
}

.on-button-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 1.25em 0;
    text-align: center;
    background: var(--main-color);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    box-shadow: var(--content-shadow);
    font-size: 16px;
    display: block;
    text-decoration: none;
}
.on-button-inner._gradient {
    background: radial-gradient(#0096ff, #7ccfff);
}
body.modal-open {
    overflow: hidden;
}
/* ↑ 2025/11/26 */
/* ↓ 2025/12/08 */
.js-open-mark-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #1fa2ff;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}
.title.work-history {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ↑ 2025/12/08 */