/* キャッチコピーのフォントサイズ（PC/SP共通で16px） */
.catchcopy-text,
.catchcopy-text strong {
    font-size: 16px !important;
}

.pf-advice {
    max-width: 450px;
    position: relative;
    margin-inline: auto;
}

.pf-advice .pf-advice__img {
    position: relative;
    padding: 0 15px 30px 15px;
}

.pf-advice .pf-advice__btn {
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(50%, -50%);
    max-width: 240px;
}

.pf-advice .pf-partner__img {
    position: relative;
    padding: 0 15px 60px 15px;
    margin-bottom: 20px;
}

.pf-advice .pf-partner__btn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}

@media print, screen and (max-width: 335px) {
    .pf-advice .pf-advice__btn {
        max-width: 200px;
    }
}
.pf-button--unkeep {
    background-color: #238fe8 !important;
    color: #fff !important;
}
.pf-button--footer {
    height: 52px !important;
}
.keep_parent {
    position: relative;
}

/* モバイル版のスタイル */
@media only screen and (max-width: 767px) {
    /* footer_sp_btnをフレックスコンテナとして設定し、子要素を横に並べる */
    .footer_sp_btn {
        display: flex;
        justify-content: space-between; /* 子要素を両端に配置 */
        align-items: center; /* 子要素を中央に垂直揃え */
    }

    /* 応募画面へ進むボタンのスタイル調整 */
    .footer_sp_btn .pf-page-bottom_apply {
        flex-grow: 1; /* 可用空間をすべて取るように伸縮する */
        margin-right: 10px; /* キープするボタンとの間隔 */
    }

    /* キープするボタンのスタイル調整 */
    .footer_sp_btn .pf-page-bottom_fav {
        flex-shrink: 0; /* ボタンが縮小しないように設定 */
        max-width: 32%;
    }

    /* キープするボタン内のテキストとアイコンのスタイル調整 */
    .footer_sp_btn .pf-button--heart span {
        margin-right: 5px; /* アイコンとテキストの間にスペースを追加 */
    }
    .footer_sp_btn .pf-button--heart span {
        font-size: 12px; /* 文字サイズを小さくします */
        margin-right: 5px;
    }
}
/* iphoneSE */
@media only screen and (max-width: 378px) {

    .pf-button--001 {
        padding-bottom: 2px;
        padding-top: 4px;
    }
    /* キープするボタンのアイコンとテキストを縦に配置 */
    .footer_sp_btn .pf-button--heart {
        flex-direction: column;
    }

    .footer_sp_btn .pf-button--heart span.pf-button_txt {
        margin-top: 2px;  /* 上のマージンを調整 */
    }
    .footer_sp_btn .pf-button--heart span {
        font-size: 12px; /* 文字サイズを小さくします */
        margin-right: 5px;
    }
}
/* iphone12pro */
@media only screen and (max-width: 767px) {

    .pf-button--001 {
        padding-bottom: 2px;
        padding-top: 4px;
    }
    /* キープするボタンのアイコンとテキストを縦に配置 */
    .footer_sp_btn .pf-button--heart {
        flex-direction: column;
    }

    .footer_sp_btn .pf-button--heart span.pf-button_txt {
        margin-top: 2px;  /* 上のマージンを調整 */
    }
    .footer_sp_btn .pf-button--heart span {
        font-size: 12px; /* 文字サイズを小さくします */
        margin-right: 5px;
    }
    
    .pf-button--001.pf-button--s-lg {
        line-height: 28px;
    }
    .pf-button--001.pf-button--s-lg strong{
        font-size: 17px;
    }
}
.pf-button--heart::before {
    background-image: url(/common/images/ic-heart_check.svg);
    /* 他のプロパティは変更せずにそのまま */
}

.pf-button--heart.pf-button--unkeep::before {
    /* background-color: #fff; */
    background-image: url(/common/images/ic-heart_check_un.svg) !important; /* キープされていない状態の画像 */
}
.red-btn{
    background-color: #ef3e37 !important;
    border-color: #ef3e37!important;
    color: #fff!important;
}
/* ポップアップ */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

/* ポップアップの基本スタイル */
.popup-content {
    width: 344px; /* 必要に応じて変更 */
    max-width: 600px; /* 必要に応じて変更 */
    height: 195px;
    max-height: 600px; /* 必要に応じて変更 */
    text-align: center;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center; /* 中央揃え（垂直方向） */
    align-items: center; /* 中央揃え（水平方向） */
}

.popup-content2{
    width: 353px !important; /* 必要に応じて変更 */
    max-width: 600px; /* 必要に応じて変更 */
    height: 287px !important;
    max-height: 600px; /* 必要に応じて変更 */
}
.popup.show {
    opacity: 1;
    visibility: visible;
}
/* ポップアップボタンの基本スタイル */
.popup-btn, .popup-login-btn, .popup-register-btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #238FE8; /* デフォルトの背景色 */
    color: #fff; /* 文字色 */
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}


/* ポップアップボタンの基本スタイル */
.popup-btn, .popup-login-btn, .popup-register-btn {
    margin-top: 20px; /* 上部の余白を追加 */
}


.close-btn_backup {
    position: absolute;
    top: -20px; /* 位置を調整 */
    right: 20px;
    color: #fff; /* 透過的な白に設定 */
    background-color: #fff;
    display: inline-block;
    width: 40px; /* ボタンの幅を固定 */
    height: 40px; /* ボタンの高さを固定 */
    line-height: 40px; /* ✖をボタンの中央に配置 */
    text-align: center; /* ✖をボタンの中央に配置 */
    cursor: pointer;
    z-index: 1000;
    border-radius: 50%;
    font-weight: bold;
    font-size: 34px; /* ✖のサイズを大きくする */
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}



.popup-icon {
    width: 50px;
    margin-bottom: 20px;
}

.popup-message {
    font-size: 24px;
    font-weight: bold;
}

.popup-login-btn, .popup-register-btn {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.popup-login-btn {
    background-color: #238FE8;
    color: #fff;
}

.popup-register-btn {
    background-color: #ef3e37;  
    color: #ffffff;  
    border: 1px solid #f45b55;

}

.popup-login-btn:hover {
    background-color: #007BCC;
}
.popup-btn:hover {
    background-color: #4da4eb;
}

.popup-register-btn:hover {
    background-color: #f7c4d0;
    color: #e9dddd;
} 

.popup-content .smaill-message {
    font-size: 12px; /* assuming a smaller font size */
    margin: 8px;
}

img.close-btn:hover path {
    fill: red !important;
}

.uni-req-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; /* 項目間のスペースを調整 */
}
.uni-req-item .label {
    font-weight: bold;
}
.chart {
    text-align: center; /* chartの部分を中央揃えにする */
}

/* CSS */
.pf-table {
    overflow: visible; /* 親要素に適用されている場合 */
}

.pf-table tr, .pf-table td {
    overflow: visible; /* trやtdに適用されている場合 */
    /* 必要に応じて高さを調整 */
    height: auto;
}

.pg-panel-box__chart {
    /* グラフの高さや幅を調整する場合 */
    height: auto;
    width: 100%;
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 8px solid white;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-popup {
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.atmstylehead {
    margin: -20px -15px 0px -15px;
    background-color: #238fe8;
    padding: 8px 20px;
}
.atmstyleheadfont{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -20px;
}
.atmstyletitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.atmstylemain {
    margin-bottom: -20px;
    
}
.atmstylecontents{
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .pf-map_inner {
        /* height: 536px !important;  または任意の高さに設定 */
        height: 304px !important;  /* または任意の高さに設定 */
    }
}

@media screen and (max-width: 767px){
    .pf-button--001 {
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 767px) { 
    .pf-button--001.pf-button--c-primary {
        padding: 7px 10px;
    }
}
@media screen and (max-width: 767px){
    .pf-button--middle-02 {
        padding: 13.5px 10px;
    }
}
@media screen and (max-width: 767px){
    .keep-button_footer{
        padding-bottom: 2px;
        padding-top: 4px;
    }
}

/* KKDEV2-1451 介護求人ナビ×キャリオス1DAY連携企画_第二弾の開発 */

@media screen and (min-width: 768px) {
    .pf-cv.pf-cv--type-01 .otameshi-wrap {
        margin-left: -26%;
    }
    .otameshi_img_pc_3 {
        margin-left: 3% !important; /* 左右中央のみ */
        margin-right: auto !important; /* 左右中央のみ */
        margin-bottom: -20px;
    }
}
@media screen and (min-width: 1920px) {
    .pf-cv.pf-cv--type-01 .otameshi-img {
        /* min-width: 650px; */
        /* min-width: 720px; */
    }
}

.pf-partner__img--npb {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .otameshi_sp_2 {
        margin-top: -5px;
        max-width:350px;
        margin-left: auto !important; /* 左右中央のみ */
        margin-right: auto !important; /* 左右中央のみ */
    }
    .otameshi_sp_3 {
        max-width: 380px !important;
    }
}
@media screen and (min-width: 370px) and (max-width: 380px) {
    .sp_size_se {
        max-width: 336px !important;
    }
    .otameshi_sp_2 {
        margin-top: -5px;
        max-width:350px;
        margin-left: 0px !important; /* 左右中央のみ */
        margin-right: 0px !important; /* 左右中央のみ */
    }
}
@media screen and (min-width: 380px) and (max-width: 390px) {
    .sp_size_se {
        max-width: 346px !important;
    }
}
@media screen and (min-width: 300px) and (max-width: 360px) {
    .sp_size_se {
        max-width: 320px !important;
    }
}
/* KKDEV2-1451 介護求人ナビ×キャリオス1DAY連携企画_第二弾の開発 */
/* お試し勤務用 */
/* 背景のオーバーレイ */
.overlay-t {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/* ポップアップ本体 */
.popup-t {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 353px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.trail-close {
  position: absolute; 
  top: -25px; 
  right: 15px; 
  width: 50px; 
  height: 50px; 
  cursor: pointer; 
  z-index: 1000;
}
.popup-t .action {
  background: #238FE8;
  color: #fff;
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight:bold; 
  cursor: pointer;
  margin-top: 15px;
  width: 90%;
}
.popup-t .checkbox {
  margin-top: 15px;
  font-size: 12px;
  font-weight:bold; 
  color: #333;
  display: flex;
  gap: 6px;
  margin-left: 5%;
}

.subject-title {
  color:#09629F;
  font-weight:bold;
  font-size: 14px;
  margin-bottom: 4px;
}

/* 募集要項のth要素に青い角丸四角を追加 */
#requirement .pf-table.pf-table--002 th {
  position: relative;
}

#requirement .pf-table.pf-table--002 th::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 選考についてのth要素に青い角丸四角を追加 */
.uni-selection .pf-table--002 th {
  position: relative;
}

.uni-selection .pf-table--002 th::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 施設情報のth要素に青い角丸四角を追加 */
.uni-facility .pf-table--002 th {
  position: relative;
}

.uni-facility .pf-table--002 th::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 施設情報のタイトル帯をスマホサイズで画面いっぱいに */
@media screen and (max-width: 767px) {
  .uni-facility .pf-ttl_wrap--004 {
    margin: 0 -20px 10px;
  }
}

/* 法人概要のth要素に青い角丸四角を追加 */
.uni-corporation .pf-table--002 th {
  position: relative;
}

.uni-corporation .pf-table--002 th::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 職場の環境・雰囲気のスタッフの施設評価に青い角丸四角を追加（SP表示） */
.atmstyletitle {
  position: relative;
}

.atmstyletitle::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* 職場の環境・雰囲気のth要素に青い角丸四角を追加（PC表示） */
.atmstylegrandparent .pf-table.pf-table--002 th {
  position: relative;
}

.atmstylegrandparent .pf-table.pf-table--002 th::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 20px !important;
  background-color: #238FE8 !important;
  border-radius: 2px !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
}

/* スタッフインタビューの空のth要素には角丸四角を非表示 */
.uni-selection .pf-table--002 th:empty::before {
  display: none !important;
}

/* 掲載終了メッセージの背景をグレーに */
.offer-closed-container {
    background-color: #F5F5F5 !important;
    box-shadow: none !important;
}

/* SP表示時の掲載終了メッセージの幅調整 */
@media screen and (max-width: 767px) {
    .offer-closed-container {
        background-color: #FFFFFF !important;
        padding-bottom: 8px !important;
    }
    .offer-closed-container .offer-closed-message {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* PC表示時の掲載終了メッセージを白枠に合わせる */
@media print, screen and (min-width: 768px) {
    .offer-closed-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .offer-closed-container .offer-closed-message {
        max-width: 1040px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* 掲載終了時のグレーアウト */
.offer-closed-grayout {
  color: #D8D8D8 !important;
}

.offer-closed-grayout * {
  color: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
}

.offer-closed-grayout .pf-tag,
.offer-closed-grayout .pf-tag--c-secondary,
.offer-closed-grayout .pf-tag--c-primary {
  background-color: #D8D8D8 !important;
  color: #fff !important;
}

.offer-closed-grayout hr {
  border-top-color: #D8D8D8 !important;
}

.offer-closed-grayout img {
  filter: grayscale(100%) opacity(0.5);
}

/* タグと最終更新日を横並びに */
.uni-page_header_cont_main_desc .pf-tag_list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.uni-page_header_cont_main_desc .pf-tag_list .pf-tag {
    display: inline-block !important;
    margin-right: 8px !important;
}

/* 追従ボタン以外の応募ボタンとキープボタンのスタイル */
.uni-page_header_cont_main_btns .pf-button--001 {
    height: 55px !important;
    font-size: 18px !important;
    line-height: 55px !important;
    min-height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.uni-page_header_cont_main_btns .pf-button--001 strong {
    font-size: 18px !important;
    line-height: 1 !important;
}

.uni-page_header_cont_main_btns .pf-button--001 .pf-button_txt {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* pf-tagスタイル変更（募集要項内のタグのみ） */
.uni-outline_labels .pf-tag {
    font-size: 12px !important;
    font-weight: bold !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1px 8px 0 8px !important;
    background-color: #EFFBFF !important;
    color: #238FE8 !important;
    border: 1px solid #238FE8 !important;
    box-sizing: border-box !important;
}

/* SP表示時にuni-outline_pc-right_innerを非表示 */
@media screen and (max-width: 767px) {
    .uni-outline_pc-right_inner {
        display: none !important;
    }

    /* SP表示時かつ掲載終了時に画像を非表示 */
    .sp-hidden-when-closed {
        display: none !important;
    }

    /* SP表示時かつ掲載終了時にuni-outline_pc-leftを非表示 */
    .sp-closed-reduced-margin {
        display: none !important;
    }
}

/* この求人の特長はココ！セクション - SP表示用白枠と黄色背景 */
@media screen and (max-width: 767px) {
    .uni-feature-highlight-sp {
        background-color: #fff;
        border-radius: 8px;
        padding: 15px;
        margin: 0 20px 20px;
    }

    .uni-feature-highlight-sp .pf-ttl_wrap--003 {
        background-color: #FFF4D6;
        margin: -15px -15px 15px -15px;
        padding: 10px 15px;
        border-radius: 8px 8px 0 0;
    }

    .uni-feature-highlight-sp .pf-ttl {
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }
}

/* この求人の特長はココ！ - detail_new_b用スタイル */
.pf-box .pf-trail .pf-ttl_wrap--003 {
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px 0;
}

.pf-box .pf-trail .pf-ttl_wrap--003 .pf-ttl {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    margin: 0;
    line-height: 1.4;
    background: transparent;
}

.pf-box .pf-trail .pf-ttl_wrap--003 .pf-ttl::after {
    display: none;
}

.pf-box .pf-trail .pf-ttl_wrap--003 .pf-ttl span {
    color: #000;
    background: linear-gradient(transparent 50%, #FFFA7E 50%);
    padding: 0 3px;
}

.pf-box .pf-trail .pf-table--001 th {
    width: 40px;
    vertical-align: top;
    padding: 8px 10px 8px 0;
}

.pf-box .pf-trail .pf-table--001 th .pf-img {
    width: 30px;
    height: 30px;
}

.pf-box .pf-trail .pf-table--001 td {
    vertical-align: middle;
    padding: 8px 0;
}

/* この求人の特長はココ！ - PC用スタイル */
.pf-container .pf-trail .pf-ttl_wrap--003 {
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px 0;
}

.pf-container .pf-trail .pf-ttl_wrap--003 .pf-ttl {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    margin: 0;
    line-height: 1.4;
    background: transparent;
}

.pf-container .pf-trail .pf-ttl_wrap--003 .pf-ttl::after {
    display: none;
}

.pf-container .pf-trail .pf-ttl_wrap--003 .pf-ttl span {
    color: #000;
    background: linear-gradient(transparent 50%, #FFFA7E 50%);
    padding: 0 3px;
}

.pf-container .pf-trail .pf-table--001 th {
    width: 40px;
    vertical-align: top;
    padding: 8px 10px 8px 0;
}

.pf-container .pf-trail .pf-table--001 th .pf-img {
    width: 30px;
    height: 30px;
}

.pf-container .pf-trail .pf-table--001 td {
    vertical-align: middle;
    padding: 8px 0;
}

/* この求人の特長はココ！ - PC用白枠のpadding削除 */
@media screen and (min-width: 768px) {
    .uni-feature .pf-container--box-001 .pf-box.pf-box_bg--white.pf-box--no-border {
        padding: 0;
    }
}

/* PC表示時のサイドバーボタン幅を狭く */
@media screen and (min-width: 768px) {
    .uni-sidebar-btns {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .uni-sidebar-btns .pf-button--001 {
        height: 55px !important;
        min-height: 55px !important;
        font-size: 18px !important;
        line-height: 1 !important;
        padding: 0 15px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .uni-sidebar-btns .pf-button--001 strong {
        font-size: 18px;
    }

    .uni-sidebar-btns .pf-button--001 .pf-button_txt {
        font-size: 18px;
    }

    .uni-selection,.uni-req,.uni-facility {
        margin-bottom:20px;
    }

    /* PC表示時のコンテンツ間余白を20pxで統一 */
    .uni-outline {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .uni-outline .uni-feature {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .uni-outline .pf-container_wrap {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

