/* ------------------
    共通
------------------ */
/* ルビ */
.ruby-wrapper {
    position: relative;
    display: inline-block;
}
.ruby-base {
    position: relative;
    z-index: 1;
}
.ruby-text {
    position: absolute;
    top: -0.35em; /* ベース文字の上に浮かせる */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.56em;
    white-space: nowrap;
    line-height: 1;
    pointer-events: none;
}

/* reCAPTCHA */
.grecaptcha-badge { visibility: hidden; }

/* 画像 */
img {
    pointer-events: none;
}
/* セクションタイトル */
.section h2 {
    font-weight: 400;
}

/* リンク下線 */
a {
    text-decoration: none;
}

/* クリック禁止 */
.pi-none {
    pointer-events: none;
}
.pi-auto {
    pointer-events: auto;
}

/* ページトップボタン */
#page-top {
    border: 1px solid #802e94;
    border-radius: 100%;
    margin: 0 8px 8px 0;
}
.c-page-top {
    background-color: transparent;
}
svg.svg-inline--fa.fa-chevron-up {
    color: #802e94;
}
.svg-inline--fa {
    height: 0.8em;
}
.c-page-top a {
    font-size: 16px;
}

/* 見出しあしらい */
h2.left-line{
    position: relative;
    padding-left: 0.8em; /* 縦線と文字の間の余白 */
}
h2.left-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    width: 3px;
    height: 1.5rem;
    background-color:var(--accent-color);
    border-radius: 2px;
}


/* スマホ表示 */
@media screen and (max-width: 1023px) {
    .smb-section__background {
        right: 0;
        left: 0;
        top: 0;
    }
	.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper {
	margin-left: auto;
	margin-right: auto;
    }
}

/* レスポンシブ順番入れ替え */
@media (max-width: 782px) {
    .replacement {
        flex-direction: column-reverse;
    }
	figure.wp-block-image.size-medium {
		justify-content: center;
		display: flex;
	}
}
/* ------------------
    ボタン
------------------ */
/* ボタン丸矢印 */
.smb-btn.smb-btn:hover {
    filter: none;
}
.btn-arrow .smb-btn {
    position: relative;
    display: block;
}
.btn-arrow .smb-btn__label {
    margin-left: -1rem;
}
.btn-arrow .smb-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.3s ease;
    background-image: url("../my-snow-monkey/img/arrow.png");
}
@media screen and (min-width: 640px) {
    .btn-arrow .smb-btn:hover::after {
        right: 10px;
    }
}
@media screen and (max-width: 639px) {
    .btn-arrow .smb-btn::after {
        right: 10px;
    }
    .smb-btn-wrapper.smb-btn-wrapper--wider.btn-arrow {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ボタン三角 */
.btn-triangle .smb-btn {
    position: relative;
    background-color: #ffffff !important;
}
.btn-triangle .smb-btn::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-bottom: 15px solid var(--accent-color);
    transition: all 0.3s ease;
}
.smb-btn__label {
    z-index: 99;
}

@media screen and (min-width: 640px) {
	.btn-triangle .smb-btn:hover::after {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		background-color: var(--accent-color);
	}
	.btn-triangle .smb-btn:hover {
		color: #fff;
	}
}

/* ------------------
    ヘッダー
------------------ */
.p-global-nav .c-navbar__item>a {
    padding: 16px 10px;
}

/* 最後のボタンに背景グラデーションを適用 */
.c-navbar .c-navbar__item:last-child span {
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 100px;
}
/* 言語翻訳 */
.c-header-content {
    display: flex;
    gap: 0px 8px;
    align-items: center;
}
.c-row__col.c-row__col--fit.u-invisible-md-down {
    padding-left: 0;
    padding-right: 4px;
}
@media screen and (max-width: 1023px) {
    .u-invisible-md-down {
        display: block!important;
    }
    .u-invisible-md-down .p-global-nav {
        display: none;
    }
}
/* 下層ページヘッダー */
.c-page-header[data-has-image=true] {
    height: 30vw;
}
h1.c-page-header__title{
    margin-bottom: 40px;
    font-size: 2.4rem;
    border-top: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    color: #b469b5;
    text-shadow:
        -1px -1px 1.5px #FFF,
        0px -1px 1.5px #FFF,
        1px -1px 1.5px #FFF,
        1px  0px 1.5px #FFF,
        1px  1px 1.5px #FFF,
        0px  1px 1.5px #FFF,
        -1px  1px 1.5px #FFF,
        -1px  0px 1.5px #FFF,
        -2px -2px 1.5px #FFF,
        0px -2px 1.5px #FFF,
        2px -2px 1.5px #FFF,
        2px  0px 1.5px #FFF,
        2px  2px 1.5px #FFF,
        0px  2px 1.5px #FFF,
        -2px  2px 1.5px #FFF,
        -2px  0px 1.5px #FFF;
}

@media screen and (max-width: 780px) {
    .c-page-header[data-has-image=true] {
        height: 200px;
    }
	h1.c-page-header__title{
    	font-size: 1.8rem;
	}
	.mv-maintitle {
		font-size: 1.8rem !important;
	}
	.mv-subtitle {
		font-size: 1rem !important;
	}
}

/* ------------------------------
   ドロワー
------------------------------ */

.c-drawer {
	background: #d38ad9;
}

[id=drawer-nav].c-drawer--overall .c-drawer__inner {
    margin: auto 2em;
}

/* ------------------------------
    フッター
------------------------------ */
/* フッターの上の線消す */
.l-footer {
    border-top: 0px;
    overflow: hidden;
}

/* コピーライト色 */
.c-copyright--inverse {
    background-color: var(--accent-color);
}

/* フッターナビ上余白 */
.l-footer--default .l-footer-widget-area {
    padding-bottom: 10px;
    padding-top: 0;
}

/* フッターナビ */
.p-footer-sub-nav .c-navbar {
    color: #092944;
    justify-content: center;
}

/* フッター下余白 */
.p-footer-sub-nav {
    padding-bottom: 20px;
    background-color: var(--sub-accent-color);
}

/* 記事ページ下部余白 */
.blog .l-contents__inner, .archive .l-contents__inner, .single .l-contents__inner {
    padding-bottom: 100px;
}

/* フッターウィジェット左右余白なし */
.l-footer-widget-area .c-fluid-container {
    padding: 0;
}

.l-footer-widget-area {
    background-color: var(--sub-accent-color);
}

/* ------------------
    mv
------------------ */
/* フォント指定 */
.mv-maintitle {
    font-family: "EB Garamond", serif;
    font-weight: 800;
}
.mv-subtitle {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
}
.shadow-bk {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.56);
}
.text-border-purple {
    text-shadow:
        /* 8方向 1px */
        -1px -1px 1px #9F62AE,
         0px -1px 1px #9F62AE,
         1px -1px 1px #9F62AE,
         1px  0px 1px #9F62AE,
         1px  1px 1px #9F62AE,
         0px  1px 1px #9F62AE,
        -1px  1px 1px #9F62AE,
        -1px  0px 1px #9F62AE,
        /* 8方向 2px */
        -2px -2px 1px #9F62AE,
         0px -2px 1px #9F62AE,
         2px -2px 1px #9F62AE,
         2px  0px 1px #9F62AE,
         2px  2px 1px #9F62AE,
         0px  2px 1px #9F62AE,
        -2px  2px 1px #9F62AE,
        -2px  0px 1px #9F62AE;
}

/* mvズームインスライダー */
.zoom-slider .spider .wp-block-cover__image-background {
    transform: scale(1);
    transition: transform 5s ease-in-out;
}
.zoom-slider .spider__slide[data-active="true"] .wp-block-cover__image-background {
    transform: scale(1.1);
}

/* ------------------
    trio
------------------ */
.section-trio .trio {
    position: relative;
}

.trio::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    width: 50px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}
/* 1番目の .trio */
.trio:nth-of-type(1)::before {
    background-image: url('../my-snow-monkey/img/trio-mark1.webp');
}

/* 2番目の .trio */
.trio:nth-of-type(2)::before {
    background-image: url('../my-snow-monkey/img/trio-mark2.webp');
}

/* 3番目の .trio */
.trio:nth-of-type(3)::before {
    background-image: url('../my-snow-monkey/img/trio-mark3.webp');
}
/* 420px〜639pxの間だけ右寄せにする */
@media (min-width: 420px) and (max-width: 639px) {
    .trio::before {
        top: 5%;
        left: 10%;
    }
}

/* ------------------
    求職者情報
------------------ */
.job-slider .spider>.spider__arrow {
	top: -12%;
	justify-content: flex-end;
    --spider--arrow-color: #ffffff;
}
.job-slider .spider__arrow {
    background-color: var(--accent-color);
	border-radius: 100%;
	margin-right: 10px;
	height: 36px;
	width: 36px;
}
.job-slider .spider__arrow[data-direction=prev] {
    left: auto;
    right: 50px;
}
.job-slider .spider__arrow:before {
	height: 8px;
	width: 8px;
}
.job-slider .spider__arrow[data-direction=prev]:before {
    left: calc(59% - var(--spider--arrow-size) / 2);
    top: calc(51% - var(--spider--arrow-size) / 2);
}
.job-slider .spider__arrow[data-direction=next]:before {
    top: calc(51% - var(--spider--arrow-size) / 2);
    right: calc(54% - var(--spider--arrow-size) / 2);
}
.job-slider .spider__canvas {
    padding: 0 10px 20px 0;
}
.job-slider .spider__slide {
    box-shadow: 2px 2px 6px 0px rgba(135, 135, 135, 0.36);
}
.job-slider .c-entry-summary__body {
    padding: 20px;
}

.job-slider .c-entry-summary__figure {
    display: none;
}

.job-slider .spider__slide {
    background: #ffffff;
}

@media (min-width: 640px) and (max-width: 880px) {
    .c-entries-carousel .spider__slide {
        max-width: calc(50% - var(--entries--carousel--gap) / 1.5);
    }
}


/* ------------------
    求人情報
------------------ */
.section-job-openings .c-entry-summary__meta {
    display: none;
}
.section-job-openings .c-entry-summary__header {
    margin-left: 20px;
}

.section-job-openings .c-entry-summary {
    position: relative;
}

.section-job-openings .c-entry-summary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("../my-snow-monkey/img/arrow-purple.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.c-published-date {
    text-align: right;
}

/* ------------------
    お客様の声
------------------ */
.section-voice .smb-balloon__figure {
    height: 150px;
    width: 150px;
}

@media (max-width: 600px) {
	.home .section-voice figure.wp-block-media-text__media {
		display: flex;
		justify-content: center;
	}
	.home .section-voice img {
		width: 200px;
	}
	.home .section-voice .wp-block-media-text__content {
    	text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.section-voice .smb-media-text__figure {
		width: 200px;
		margin-left: auto;
        margin-right: auto;
	}
}

/* ------------------
    お知らせ
------------------ */
.new-index .c-entry-summary__header {
    display: flex;
    align-items: center; /* 高さをそろえる */
}

.new-index .new {
    background-color: var(--accent-color);
    margin-right: 20px;
    padding: 0 8px;
    color: #fff;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 1.6em; /* 高さを固定 */
    display: inline-flex; /* 高さを反映するため */
    align-items: center;  /* テキストを中央寄せ */
}
.new {
	display: none;
}
.new-index .new {
	display: inline;
}



/* ------------------
    会社紹介ページ
------------------ */
/* サイン */
.sign {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.sign::before {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -40%;
    width: 220px;
    height: 80px; /* 高さを必ず指定 */
    transform: rotate(-0deg);
    background-image: url('../my-snow-monkey/img/sign-en.webp'); /* 仮にこれを使う */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.6;
}

  /* 会社概要 */
.is-style-infomation .smb-information__item {
    margin-top: 0
}

.is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
    padding-top: 1.5rem
}

.is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1.5rem
}

.is-style-infomation .smb-information__item__label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8
}

.is-style-infomation .smb-information__item__body>p {
    line-height: 1.8
}

.is-style-infomation[data-sm-split-column=true] .smb-information__item>.c-row>.c-row__col:first-child {
    border-bottom: 1px solid #595757;
    padding-bottom: 1.5rem
}

.is-style-infomation[data-sm-split-column=true] .smb-information__item>.c-row>.c-row__col:last-child {
    padding-top: 1.5rem
}

@media screen and (min-width: 640px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
        border-bottom:1px solid var(--accent-color);
        padding-bottom: 1.5rem
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
        padding-top: 1.5rem
    }
}

@media screen and (min-width: 640px) and (max-width:1023px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col--md-1-4 {
        flex-basis:22.5%;
        margin-right: 2.5%;
        max-width: 22.5%
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col--md-1-3 {
        flex-basis: 30.8%;
        margin-right: 2.5%;
        max-width: 30.8%
    }
}

@media screen and (min-width: 1024px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col:first-child {
        flex-basis:240px;
        margin-right: 2.5rem;
        max-width: 240px
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col:last-child {
        flex-basis: calc(100% - 280px);
        max-width: calc(100% - 280px)
    }
}

@media screen and (max-width: 1023px) {
    .is-style-infomation .smb-information__item>.c-row>.c-row__col--1-4 {
        flex-basis:22.5%;
        margin-right: 2.5%;
        max-width: 22.5%
    }

    .is-style-infomation .smb-information__item>.c-row>.c-row__col--1-3 {
        flex-basis: 30.8%;
        margin-right: 2.5%;
        max-width: 30.8%
    }
}

.is-style-infomation .smb-information__item__label{
    position: relative;
}
.is-style-infomation .smb-information__item__label strong{
    padding-left: 0.7em; /* 縦線と文字の間の余白 */
}

.is-style-infomation .smb-information__item__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 3px;
    height: 1.5rem;
    background-color:var(--accent-color);
    border-radius: 2px;
}

/* 沿革 */
.timeline {
    position: relative;
}
.timeline .smb-information__item {
    margin-top: 0;
}
.timeline-content {
    width: 100%;
    border-left: 3px solid #f5e0fa;
    padding-left: 30px;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--accent-color) ;
    position: absolute;
    left: -7px;
    top: 8px;
    border-radius: 100%;
}
@media ( max-width : 639px ){
    .timeline .c-row>.c-row__col{
        padding-left: 22px;
    }
    .timeline .smb-information__item__label {
        margin-left: 20px;
    }
    .timeline .c-row>.c-row__col {
        margin-bottom: 0;
    }
    .timeline-content:before {
        left: -8px;
        top: -20px;
        border-radius: 100%;
    }
}
@media ( min-width : 760px ){
    .timeline .c-row__col--md-1-4, .c-row__col--md-2-8, .c-row__col--md-3-12 {
        --_item-width: 16%;
    }
    .timeline .c-row__col--md-3-4, .c-row__col--md-6-8, .c-row__col--md-9-12 {
        --_item-width: 84%;
    }
    .timeline-content {
        padding-bottom: 20px !important;
    }
}
.section-history {
    position: relative;
    overflow: hidden;
}
.section-history::after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 40vw; /* 必要に応じて調整 */
    height: 40vw; /* 必要に応じて調整 */
    background-image: url('../my-snow-monkey/img/message-img.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
    z-index: -1;
}
@media ( max-width : 760px ){
	.section-history::after {
		bottom: 10px;
	}
}

/* ------------------
    サービス
------------------ */
  .balloon3-right-btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: var(--accent-color);
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid var(--accent-color);
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    

/* ------------------------------
   求職者問い合わせページ
------------------------------ */

div#selected-jobseekers {
    margin-bottom: 30px;
}

div#selected-jobseekers h3 {
    border-bottom: 1px solid #c1c1c1;
}

div#selected-jobseekers ul {
    margin-top: 10px;
    padding-left: 0;
}

div#selected-jobseekers li {
    display: flex;
    column-gap: 100px;
    align-items: center;
    width: 100%;
    padding: 4px 32px 4px 77px;
    background: #F4F4F4;
    font-size: 18px;
}
@media screen and (max-width: 460px){
	div#selected-jobseekers li {
		padding: 4px 10px 4px 10px;
		column-gap: 50px;
	}
}
.title-border {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px !important;
}
.remove-jobseeker {
    font-size: 14px;
    margin-right: 40px;
}
/************************************
** Contact form 7 CSSカスタマイズ
************************************/
/* 入力欄全体の設定 */
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: var(--sub-accent-color);
    font-size: 1em;
    transition: background-color 0.24s ease-in-out;
}
/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}
/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
/* table */
table.CF7_table {
	width: 100%;
	margin: 0 auto;
}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 30%;
  /* background-color: var(--sub-accent-color); */
	font-size: 15px;
	vertical-align: middle;
    text-align: left;
}
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
	padding: 0.75rem 0.75rem !important;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

/*「必須」文字*/
.CF7_req{
	font-size: .9em;
	padding: 4px 7px;
	background: #d62d2d;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: .9em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--accent-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--accent-color);
}

/* レスポンシブ */
@media screen and (max-width: 768px){
    table.CF7_table th {
        background-color: #ffffff;
    }
	table.CF7_table {
	    width: 100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th {
        display: block;
        width: 100% !important;

	}
	.CF7_table th {
	    background-color: #F6F8F8;
	}
    
    table.CF7_table tr,
    table.CF7_table th,
    table.CF7_table td {
        padding: 0.75rem 0 !important;
    }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
	color:#fff;
	font-weight:bold;
	margin:0 auto;
	padding: 10px 30px;
	transition: all 0.5s 0s ease;
    border-radius: 100px;
}

.CF7_btn{
	text-align: center;
	margin: 20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}


/* ------------------------------
   ご利用案内ページ
------------------------------ */

/* フローパネル */
.flow_panels:not(:root)>.c-row {
    --_gap: 3.75rem;
    counter-reset: flow-no;
    margin: calc(var(--_gap)*.5*-1);
}
.flow_panels:not(:root)>.c-row>.c-row__col {
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: calc(var(--_gap)*.5);
    padding-top: calc(var(--_gap)*.5);
    position: relative;
}
.flow_panels:not(:root)>.c-row>.c-row__col:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.flow_panels:not(:root)>.c-row>.c-row__col:last-child:after {
    display: none;
}
.flow_panels:not(:root) .smb-panels__item {
    counter-increment: flow-no;
    padding: 2rem 2.19rem 2.5rem;
    position: relative;
}
.flow_panels:not(:root) .smb-panels__item:before {
    color: var(--accent-color);
    content: counter(flow-no);
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    left: .3em;
    line-height: 1;
    position: absolute;
    top: -.5em;
}
.flow_panels:not(:root) .smb-panels__item:after {
    background: var(--accent-color);
    content: "";
    display: block;
    height: 1px;
    left: 1rem;
    position: absolute;
    top: 1rem;
    transform: rotate(-60deg);
    width: 4rem;
}
.flow_panels:not(:root) .smb-panels__item__figure>img {
    max-height: 92px;
    width: auto;
}
.flow_panels:not(:root) .smb-panels__item__body {
    padding: 0;
}
.flow_panels:not(:root) .smb-panels__item__title {
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.8;
}
.flow_panels:not(:root) .smb-panels__item__content {
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 1rem;
    text-align: left;
}
.flow_panels:not(:root)>.c-row>.c-row__col:not(:nth-child(6n)):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -0.6rem;
    border-width: 0.75rem 0 0.75rem 1rem;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    transform: translateY(-50%);
}
@media screen and (max-width: 639px) {
    .flow_panels:not(:root)>.c-row>.c-row__col:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1rem;
        left: 50%;
        border-width: 1rem 0.75rem 0;
        border-style: solid;
        border-color: #ccc transparent transparent transparent;
        transform: translateX(-50%);
    }
    .flow_panels:not(:root)>.c-row>.c-row__col:not(:nth-child(6n)):after {
        right: auto;
        top: auto;
        bottom: -0.5rem;
        left: 50%;
        border-width: 1rem 0.75rem 0;
        border-color: #ccc transparent transparent transparent;
        transform: translateX(-50%);
    }
}

/* 代理店 */
.agent-slider {
    overflow: visible;
}
.agent-slider .spider__arrow[data-direction=prev]:before {
    border-bottom: 1px solid var(--accent-color);
    border-left: 1px solid var(--accent-color);
}

.agent-slider .spider__arrow[data-direction=next]:before {
    border-right: 1px solid var(--accent-color);
    border-top: 1px solid var(--accent-color);

}
@media screen and (min-width: 1024px) {
    .agent-slider img {
        height: 600px;
    }
}
@media screen and (max-width: 1024px) {
    .agent-slider .spider>.spider__arrows {
        left: -30px;
        right: -30px;
    }
}
@media screen and (max-width: 440px) {
    .agent-slider.spider>.spider__arrows {
        left: -20px;
        right: -20px;
    }
}

/* ------------------------------
   求職者一覧
------------------------------ */
/* 求職者検索フォーム */
.jobseekers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* 検索フォームのスタイル */
.jobseeker-search-form {
    background: var(--sub-accent-color);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.jobseeker-search-form h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--accent-color);
    font-size: 20px;
    text-align: center;
}

/* 検索フィールドのグリッドレイアウト */
.jobseeker-search-form form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    row-gap: 10px;
    column-gap: 20px;
    align-items: start;
}

.search-field {
    display: flex;
    flex-direction: column;
}

.search-field label {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
}

.search-field input[type="text"],
.search-field select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    transition: border-color 0.3s ease;
}

.search-field input[type="text"]:focus,
.search-field select:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

/* 年齢検索フィールドのスタイル */
.search-field select#age_range {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#age_range:hover {
    border-color: #0073aa;
}

/* 統一された選択ボタンスタイル */
.select-button {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-button:hover {
    border-color: #0073aa;
    background-color: #f5f5f5;
}

/* .select-button.has-selection {
    background-color: #e8f4f8;
    border-color: #0073aa;
} */

.select-button .select-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-button .select-count {
    margin-left: 10px;
    color: #0073aa;
    font-weight: bold;
    display: none;
}

/* 性別ラジオボタンのスタイル */
.gender-radios {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 4px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.gender-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding: 6px 12px;
    border-radius: 3px;
    transition: all 0.3s ease;

}

.gender-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
    accent-color: #0073aa;
}

.gender-radio:hover {
    background-color: #f5f5f5;
}

.gender-radios:hover {
    border-color: #0073aa;
}

/* .gender-radio:has(input[type="radio"]:checked) {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-color: #0073aa;
    color: #0d47a1;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 115, 170, 0.2);
} */

/* 統一されたポップアップスタイル */
.selection-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    overflow-y: auto;
}

.popup-content {
    position: relative;
    background: white;
    margin: 50px auto;
    width: 90%;
    max-width: 650px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ポップアップヘッダー */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.popup-title {
    display: block;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;

}
.popup-text {
    font-size: 0.8em;
}

.popup-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.popup-close:hover {
    background-color: #f5f5f5;
    color: #333;
}

/* ポップアップボディ */
.popup-body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
}

/* 選択プレビュー */
.selection-preview {
    background-color: #e8f4f8;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
}

.selection-preview strong {
    color: #0073aa;
}

/* 階層選択（勤務地用） */
.parent-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.parent-item.has-selection {
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.parent-label {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f8f8f8;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-weight: 500;
}

.parent-label:hover {
    background-color: #eeeeee;
}

.parent-checkbox:checked ~ span {
    color: #0073aa;
    font-weight: 600;
}

.parent-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.parent-label span {
    flex: 1;
}

.toggle-icon {
    text-align: right;
    padding: 5px 10px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
}

/* 子カテゴリー */
.children-container {
    background-color: #fafafa;
    padding: 10px 15px;
    display: none;
}

.child-label {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    font-size: 14px;
}

.child-label:hover {
    background-color: #e8f4f8;
}

.child-checkbox:checked ~ span {
    color: #0073aa;
    font-weight: 500;
}

.child-checkbox {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* シンプル選択グリッド（出身国・言語用） */
.simple-selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
}

.simple-item-label {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.simple-item-label:hover {
    background-color: #e3f2fd;
    border-color: #90caf9;
}

.simple-item-label:has(.simple-checkbox:checked) {
    background: linear-gradient(135deg, #e8f4f8 0%, #d1ebf1 100%);
    border-color: #0073aa;
    color: #0d47a1;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 115, 170, 0.2);
}

.simple-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0073aa;
}

#workhistory-popup .simple-selection-grid {
    display: block;
}
#workhistory-popup .simple-item-label {
    margin-bottom: 8px !important;
}
/* ポップアップフッター */
.popup-footer {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.confirm-btn,
.clear-btn {
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.confirm-btn {
    background-color: #0073aa;
    color: white;
}

.confirm-btn:hover {
    background-color: #005a87;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 115, 170, 0.3);
}

.clear-btn {
    background-color: #f1f1f1;
    color: #666;
    border: 1px solid #ccc;
}

.clear-btn:hover {
    background-color: #e0e0e0;
    color: #333;
}

/* bodyにポップアップが開いている時のクラス */
body.popup-open {
    overflow: hidden;
}

/* 学歴・日本語検定チェックボックスのスタイル */
.education-checkboxes,
.japanese-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-top: 0;
    padding: 6px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.education-checkbox,
.japanese-checkbox {
    display: flex;
    align-items: center;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.education-checkbox:hover,
.japanese-checkbox:hover {
    background-color: #f5f5f5;
}

.education-checkbox input[type="checkbox"],
.japanese-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

/* 学歴チェックボックスの特別なスタイル */
/* .education-checkboxes {
    border-color: #4caf50;
} */

/* .education-checkbox input[type="checkbox"]:checked + span,
.education-checkbox:has(input[type="checkbox"]:checked) {
    background-color: #e8f5e8;
    color: #2e7d32;
    font-weight: 600;
} */

/* 日本語検定チェックボックスの特別なスタイル */
/* .japanese-checkboxes {
    border-color: #ff9800;
} */

/* .japanese-checkbox input[type="checkbox"]:checked + span,
.japanese-checkbox:has(input[type="checkbox"]:checked) {
    background-color: #fff3e0;
    color: #e65100;
    font-weight: 600;
} */

.education-checkboxes:hover,
.japanese-checkboxes:hover {
    border-color: #0073aa;
}


/* 検索アクションボタンのスタイル */
.search-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.search-actions .button {
    padding: 8px 24px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 150px;
}

.search-actions .button:not(.button-secondary) {
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 115, 170, 0.2);
}

.search-actions .button:not(.button-secondary):hover {
    background-color: #005a87;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 115, 170, 0.3);
}

.search-actions .button.button-secondary {
    background-color: #f1f1f1;
    color: #666;
    border: 1px solid #ccc;
}

.search-actions .button.button-secondary:hover {
    background-color: #e0e0e0;
    color: #333;
}

/* 求職者一覧のスタイル */
.jobseekers-list {
    margin-bottom: 30px;
}

.jobseeker-item {
    display: flex;
    align-items: flex-start;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.jobseeker-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-color: #0073aa;
}

.jobseeker-checkbox {
    margin-right: 20px;
    margin-top: 8px;
}

.jobseeker-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.jobseeker-content {
    flex: 1;
}

.jobseeker-content h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

/* 求職者メタ情報のスタイル */
.jobseeker-meta {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.jobseeker-meta span {
    background: linear-gradient(135deg, #e8f4f8 0%, #d1ebf1 100%);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    color: #2c5282;
    border: 1px solid #b8dce8;
    font-weight: 500;
    display: inline-block;
}

/* 年齢表示の特別なスタイル */
.jobseeker-meta .jobseeker_age {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe0b3 100%);
    color: #cc7a00;
    border-color: #ffcc80;
}

/* 性別表示の特別なスタイル */
.jobseeker-meta .jobseeker_gender {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    color: #7b1fa2;
    border-color: #ce93d8;
}

/* 学歴表示の特別なスタイル */
.jobseeker-meta .jobseeker_education {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
    color: #2e7d32;
    border-color: #81c784;
}

/* 日本語レベル表示の特別なスタイル */
.jobseeker-meta .jobseeker_japanese {
    background: linear-gradient(135deg, #fff3e0 0%, #ffcc80 100%);
    color: #e65100;
    border-color: #ffab40;
}

.jobseeker-description {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-top: 10px;
}

/* アクションボタンのスタイル */
.jobseekers-actions {
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
}

.jobseekers-actions .button {
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.jobseekers-actions .button:hover {
    transform: translateY(-2px);
}

/* ローディング表示 */
.loading {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    color: #666;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
}

.loading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    vertical-align: middle;
}

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

/* メッセージ表示 */
.no-locations-message,
.no-countries-message,
.no-languages-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px dashed #dee2e6;
}

.no-locations-message p,
.no-countries-message p,
.no-languages-message p {
    margin: 8px 0;
    line-height: 1.5;
}

.no-locations-message p:first-child,
.no-countries-message p:first-child,
.no-languages-message p:first-child {
    font-weight: 600;
    color: #495057;
}

/* 他社問い合わせリボン */
.jobseeker-item {
    position: relative; /* リボンの基準位置として追加 */
}

.jobseeker-header {
    position: relative; /* 詳細ページ用 */
}

/* リボンのベーススタイル */
.other-inquiry-ribbon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    background: #ff6b6b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 0 0 0 8px;
}

.other-inquiry-ribbon:before {
    position: absolute;
    content: '';
    top: 0;
    right: -7px;
    border: none;
    height: 38px;
    width: 7px;
    background: #ff6b6b;
    border-radius: 0 5px 5px 0;
}

.other-inquiry-ribbon:after {
    position: absolute;
    content: '';
    bottom: -7px;
    right: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #e55555;
    border-radius: 0 5px 5px 0;
}

/* 詳細ページ用のリボン */
.other-inquiry-ribbon-detail {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 6px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    background: #ff6b6b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 0 0 0 10px;
}

.other-inquiry-ribbon-detail:before {
    position: absolute;
    content: '';
    top: 0;
    right: -8px;
    border: none;
    height: 43px;
    width: 8px;
    background: #ff6b6b;
    border-radius: 0 5px 5px 0;
}

.other-inquiry-ribbon-detail:after {
    position: absolute;
    content: '';
    bottom: -8px;
    right: -6px;
    border: none;
    height: 8px;
    width: 6px;
    background: #e55555;
    border-radius: 0 5px 5px 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .jobseekers-container {
        padding: 15px;
    }
    
    .jobseeker-search-form form {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .jobseeker-item {
        flex-direction: column;
        padding: 20px;
    }
    
    .jobseeker-checkbox {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: flex-start;
    }
    
    .jobseeker-meta {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .education-checkboxes,
    .japanese-checkboxes {
        gap: 0px;
    }
    
    .search-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-actions .button {
        width: 100%;
    }
    
    .popup-content {
        width: 95%;
        margin: 20px auto;
    }
    
    .popup-body {
        max-height: 60vh;
    }
    
    .gender-radios {
        flex-direction: column;
        gap: 8px;
    }
    
    .simple-selection-grid {
        grid-template-columns: 1fr;
    }
    
    .other-inquiry-flag-detail {
        margin: 15px 0;
        padding: 12px 15px;
    }
    
    .inquiry-flag-text-detail {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .jobseeker-search-form {
        padding: 15px;
    }
    
    .jobseeker-content h3 {
        font-size: 18px;
    }
    
    .jobseekers-actions .button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .popup-footer {
        flex-direction: column;
        gap: 10px;
    }
    
    .confirm-btn,
    .clear-btn {
        width: 100%;
    }
    
    .education-checkboxes,
    .japanese-checkboxes {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

/* 求職者一覧：3カラム対応と件数表示 */
.jobseekers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.jobseeker-item {
    display: block;
    margin-bottom: 0;
    height: 100%;
}

.search-result-info {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #333;
}

@media (min-width: 1024px) {
    .education-checkboxes,
    .japanese-checkboxes {
        display: flex;
        justify-content: space-between;
    }
}

.jobseeker-title {
    display: flex;
	align-items: center;
	margin-top: 12px;
}
.jobseeker-left p {
    margin-top: 0 !important;
}

.jobseeker-item .wp-block-columns {
    gap: 0;
    margin-bottom: 0.75em;
}
.search-results-title-area {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px !important;
}
.search-results-title {
    background: var(--accent-color);
    text-align: center;
    margin-right: 8px;
    width: 4rem;
    color: #ffffff !important;
    font-weight: bold;
    height: 1.9rem;
    flex-shrink: 0;
}
@media (max-width: 782px) {
    .jobseeker-item figure.wp-block-image.size-medium {
        width: 200px;
    }
}
.title-bold {
    font-weight: bold;
    color:  var(--accent-color);
}
.comment-area {
    margin-top: 1rem;
}
.comment-title {
    font-weight: bold;
    color: var(--accent-color);
    border-bottom: 1px solid var(--accent-color);
}

.jobseeker-actions {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
}

.jobseeker-detail-btn {
    display: inline-block;
    padding: 8px 22px;
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    transition: background-color 0.3s;
    font-weight: bold;
}

/* 求職者詳細ページ用CSS */

.jobseeker-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 30px;
    padding-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.jobseeker-header-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.jobseeker-basic-info {
    flex: 1;
}

.jobseeker-basic-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.basic-tag {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.jobseeker-main-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.info-section {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
}

.section-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #9F62AE 0%, #E89AEA 100%);
    border-image-slice: 1;
}

.info-grid {
    display: grid;
    gap: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #495057;
    min-width: 140px;
    margin-right: 20px;
}



.jobseeker-comment {
    margin-bottom: 25px;
}

.contact-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.primary-btn {
    background: linear-gradient(137.54deg, #9F62AE 15.91%, #E89AEA 92.07%);
    color: white;
    border: none;
    padding: 15px 30px;
    width: 19rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,124,186,0.3);
}

.primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,124,186,0.4);
    color: white;
    text-decoration: none;
}

.primary-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.secondary-btn {
    background: #6c757d;
    width: 19rem;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .jobseeker-header {
        padding: 20px;
    }
    
    .jobseeker-header-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .jobseeker-main-image {
        width: 150px;
        height: 150px;
    }
    
    .info-section {
        padding: 20px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .info-label {
        min-width: auto;
        margin-right: 0;
    }
    
    .contact-actions {
        flex-direction: column;
    }
    
    .primary-btn,
    .secondary-btn {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 781px) {
    .jobseeker-item .wp-block-columns {
        flex-direction: column-reverse;
    }
}

@media (max-width: 480px) {
    .jobseeker-basic-tags {
        justify-content: center;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
}
.single-jobseeker h1 {
    display: none;
}
.jobseeker-name {
    font-size: 2rem;
    font-weight: bold;
}
.single-jobseeker .c-breadcrumbs {
    display: none;
}

.jobseeker-title input {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
}