@charset "utf-8";

/*共通*******************************************************************/

/*ページ共通********/

/**page-header*********************************/

.header-wrapper {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction: row-reverse;
}
.page-header {
	background-size: cover;
    background-position: center;
    aspect-ratio: 4 / 3;
    width: 46%;
    border-radius: 20px 0 0 20px;
}

.page-ttl {
	padding: 0 5vw;
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.page-ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/page-header.webp) no-repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
}
.page-ttl h1 {
    display: inline-block;
    text-shadow: 0 0 10px #fff;
}
.page-ttl h1:before {
    content: "⚫︎";
}

.page-copy:before {
    white-space: pre-line;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 20px;
    text-shadow: 0 0 16px #fff, 0 0 16px #fff;
}
.page-copy:after {
    white-space: pre-line;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

/**simple-page-header*********************************/
.simple-page-header {
    column-gap: 30px;
    margin-top: 100px;
}
.simple-page-header img {
    width: 20%;
    max-width: 235px;
}

/**breadcrumbs**/
.breadcrumbs {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}


@media(max-width:991px){
	.breadcrumbs {
		order: 3;
		margin-top: 10px;
		margin-left: auto;
		margin-right: 0;
	}
    .page-header {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 16 / 9;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .page-ttl:after {
        background: none;
    }
	.page-ttl {
		width: 100%;
		padding: 0 3vw;
	}
	.page-ttl h1 {
		font-size: 20px;
	}
    .header-wrapper {
        flex-direction: column;
    }
    .page-copy:before {
        font-size: 28px;
    }
    .page-copy:after {
        font-size: 16px;
        line-height: 1.8;
    }
    .simple-page-header {
        margin-top: 80px;
    }
}
@media(max-width:991px){
   .simple-page-header {
        margin-top: 60px;
    } 
}


/**シンプルヘッダー*********************************/


/************************************************************
問い合わせフォーム
************************************************************/


#mail_form dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#mail_form dl:last-child {
	margin-bottom: 0;
}
#mail_form dl dt {
	width: 250px;
	font-weight: 500;
	padding-left: 15px;
    padding-right: 10px;
}
#mail_form dl dd {
	width: calc(100% - 250px);
}

.require {
	position: relative;
}
.require:after {
	content: "*";
	display: inline-block;
	color: red;
	position: absolute;
	top: 2px;
	left: 0;
}
span.require {
	padding-left: 15px;
}

#mail_form input[type="text"], #mail_form input[type="email"], #mail_form input[type="tel"],#mail_form textarea{
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}
#mail_form input[type="number"]{
    width: 100px;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}
.p-postal-code {
	width:150px !important;
}
#zipcode {
	max-width: 200px !important;
}

/* Google reCAPTCHA(v3)のバッジ非表示用。バッジ自体はreCAPTCHAのスクリプトが
   ページに動的に挿入するため、テーマのPHP/JSには該当クラスが見つからない。
   Contact Form 7側でreCAPTCHA連携が有効な場合に備えて念のため残してある。 */
.grecaptcha-badge {
    visibility: hidden;
}
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #999;
}
/* Firefox */
input::-moz-placeholder{
    color: #999;
}
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #999;
}
/* IE */
input:-ms-input-placeholder{
    color: #999;
}
#mail_form .wpcf7-list-item {
	display: block;
}

/*チェックボックスStyle*/
.check .wpcf7-list-item input[type="checkbox"]{
  display: none;
}
.check .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}
		
.check .wpcf7-list-item-label:before{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #ED1D24;
}

span.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;
}


/*RadioボタンStyle*/
.radio .wpcf7-list-item input[type="radio"]{
  display: none;
}
.radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}
		
.radio .wpcf7-list-item-label:before{
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.radio .wpcf7-list-item-label:after{
	content: '';
	display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
   border: 4px solid #00a1d6;
    position: absolute;
    left: 2px;
    top: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-list-item{
  margin-left: 0 !important;
  margin-right: 20px !important;
}
span.wpcf7-list-item.last {
	margin-right: 0 !important;
}

#mail_form input[type="submit"] {
	display: block;
	width: 260px;
    height: 54px;
    border-radius: 27px;
	background: #2FB6C7;
	border: none;
	color:#fff;
	border: 2px solid #2FB6C7;
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
	margin: 40px auto 0;
	transition: all .2s;
}
.wpcf7-spinner {
	display: none;
}


/* セレクトフィールドのデザイン（ブルー矢印） */
#mail_form select.wpcf7-form-control, #birth-year {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
    background: #fff;
    appearance: none; /* デフォルトの矢印を非表示 */
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23019FE6' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px; /* 矢印分のスペース確保 */
    cursor: pointer; /* カーソルをポインターに設定 */
}

/*生年月日フィールドのスタイル*/
#birth-year {
    padding: 15px 10px;
    border: 1px solid #cccccc;
    color: #222;
    font-size: 16px;
}


/*個人情報保護方針のスタイル*/
#mail_form dl.privacy-policy-wrapper dd {
	width: 100%;
}
#mail_form .rule {
	padding: 20px;
	border: 1px solid #cccccc;
	height: 200px;
	overflow: scroll;
}
.check-disabled {
	opacity:0.3;
}

@media(min-width:768px){
#mail_form input[type="submit"]:hover {
	background-color: #fff;
  color: #2FB6C7 !important;
}
}




@media (max-width:767px) {
	#mail_form dl dt, #mail_form dl dd {
		width: 100%;}
	#mail_form dl dt {
		margin-bottom: 10px;}
	#mail_form dl dt.required {
		padding-left: 45px;}
	p#form_submit input[type="submit"] {
        width: 200px;
    	height: 50px;
    	border-radius: 25px;}
}


/************************************************************
プライバシーポリシー・免責事項
************************************************************/


/* 法的文書の共通スタイル */
.legal-document {
  max-width: 800px;
  margin: 2rem auto;
  line-height: 1.8;
  color: #333;
}

/* アンカーリンクの高さ調整（固定ヘッダー対策） */
.legal-document section {
  margin-bottom: 2rem;
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}

.legal-document h2 {
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.legal-document ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}




/************************************************************
Q&A
************************************************************/

/* ===== FAQ レイアウトのベース ===== */

.faq-list li {
	padding: 23px 0;
	border-bottom: 1px dashed #ccc;
}
.faq-list li:first-child {
	border-top: 1px dashed #ccc;
}

.faq-toggle {
  width: 100%;
  text-align: left;
  display: block;
  padding: 16px 50px 16px 90px; /* 左にアイコン分の余白 */
  cursor: pointer;
  font-size: 24px;
	font-weight: 700;
  line-height: 1.7;
  position: relative;
}


/* Qアイコン（左の丸） */
.faq-toggle::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0091d4;
  color: #fff;
  font-size: 32px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 右端の開閉矢印 */
.faq-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #64B4C3;
  border-right: 3px solid #64B4C3;
  transform: translateY(-50%) rotate(135deg); /* ▼風 */
  transition: transform .2s ease;
}

/* open時（▲風に反転） */
.faq-item.open .faq-toggle::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ===== A部分（薄い水色のボックス） ===== */
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-a__inner {
  position: relative;
  margin-top: 8px;
  padding: 30px 24px 30px 90px; /* 左にAアイコン分の余白 */
  background: #F0F7F8;
  border-radius: 12px;
  color: #333;
  line-height: 1.7;
  font-size: 18px;
	font-weight: 500;
}
.bg-bgry .faq-a__inner, .bg-gry .faq-a__inner {
	background: #fff;
}

/* Aアイコン */
.faq-a__inner::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #B71A36;
  color: #fff;
  font-size: 32px;
	font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:767px){
	.faq-list li {
		padding: 10px 0;
	}
	.faq-toggle {
  	padding: 10px 33px 10px 60px; /* 左にアイコン分の余白 */
  	font-size: 18px;
		line-height: 1.5;
	}
	.faq-toggle::before {
  	left: 10px;
  	width: 40px;
  	height: 40px;
  	font-size: 24px;
	}
	.faq-toggle::after {
  	right: 10px;
	}
	.faq-a__inner {
  	padding: 20px 15px 20px 60px; /* 左にAアイコン分の余白 */
  	border-radius: 12px;
  	font-size: 15px;
	}
	.faq-a__inner::before {
  	left: 10px;
  	top: 10px;
  	width: 40px;
  	height: 40px;
  	font-size: 24px;
	}
}


/************************************************************
会社概要
************************************************************/

.company .page-header {
	background-image: url(../images/company-header.webp);
}

.ttl_side_border2 {
	line-height: 1.3;
	padding-left: 0.4em;
	border-left: 4px solid #019FE6;
	letter-spacing: 0.15em;
}
.table_01 li {
	border-bottom: 1px dotted #019FE6;
	display: flex;
	flex-wrap: wrap;
}
.table_01 li:last-child {
	border-bottom: none;
}
.table_01 {
	border-top: 2px solid #019FE6;
	border-bottom: 2px solid #019FE6;
}
.table_01 .label {
	color: #019FE6;
	font-weight: 600;
	width: 30%;
	background: rgba(40,197,250,0.1);
	padding: 10px 30px;
}
.table_01 .value {
	width: 70%;
	padding: 10px 30px;
}
.branch {
	padding: 10px 30px;
	border-top: 2px solid #019FE6;
	border-bottom: 2px solid #019FE6;
}

@media(max-width:767px){
	.table_01 .label {
		width: 100%;
		padding: 10px 10px;
	}
	.table_01 .value {
		width: 100%;
		padding: 10px 10px;
	}
}


/************************************************************
採用情報
************************************************************/
.recruit .page-header {
	background-image: url(../images/newgrad_header.webp);
}




/************************************************************
個人情報保護方針
************************************************************/

        .privacy-container h2 {
            font-size: 22px;
            color: #111;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-left: 10px;
            border-left: 5px solid #005bac;
        }
        .privacy-container h3 {
            font-size: 16px;
            color: #005bac;
            margin-top: 30px;
            margin-bottom: 12px;
        }
        .privacy-container h4 {
            font-size: 15px;
            color: #333;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .privacy-container .lead-text {
            font-size: 15px;
            margin-bottom: 25px;
            text-align: justify;
        }
        .privacy-container .alert-text {
            color: #c00;
            font-weight: bold;
            font-size: 14px;
        }
        .privacy-container .policy-list {
            padding-left: 20px;
            margin-bottom: 30px;
        }
        .privacy-container .policy-list li {
            margin-bottom: 15px;
            text-align: justify;
        }
        .privacy-container ul {
            padding-left: 20px;
            margin: 5px 0;
        }
        .privacy-container ul li {
            margin-bottom: 5px;
        }
        .privacy-container .measures-list dt {
            font-weight: bold;
            color: #333;
            margin-top: 15px;
        }
        .privacy-container .measures-list dd {
            margin-left: 0;
            margin-bottom: 15px;
            text-align: justify;
        }
        .privacy-container .date-info {
            text-align: right;
            font-size: 14px;
            color: #666;
            margin: 30px 0;
        }
        .privacy-container .date-info .company-name {
            font-size: 16px;
            color: #111;
            font-weight: bold;
            margin-top: 10px;
        }
        .privacy-container .contact-box {
            background-color: #f2f7fa;
            border: 1px solid #cfe2fe;
            padding: 20px;
            border-radius: 6px;
            margin: 25px 0;
        }
        .privacy-container .contact-box ul {
            list-style: none;
            padding-left: 0;
        }
        .privacy-container .gray-box {
            background-color: #f8f9fa;
            border: 1px solid #e9ecef;
            padding: 20px;
            border-radius: 6px;
            margin-bottom: 20px;
        }
        .privacy-container .gray-box p {
            margin: 5px 0;
        }
        .privacy-container .font-large {
            font-size: 16px;
        }
        .privacy-container .sub-card {
            border: 1px solid #e0e0e0;
            padding: 15px 20px;
            border-radius: 4px;
            margin-bottom: 15px;
            background-color: #fff;
        }
        .privacy-container .sub-card h4 {
            margin-top: 0;
            color: #444;
        }
        .privacy-container .section-divider {
            border: 0;
            height: 1px;
            background: #ccc;
            margin: 40px 0;
        }
        .privacy-container .purpose-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            font-size: 14px;
        }
        .privacy-container .purpose-table th, 
        .privacy-container .purpose-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
            vertical-align: top;
        }
        .privacy-container .purpose-table th {
            background-color: #f4f4f4;
            font-weight: bold;
        }
        .privacy-container .purpose-table tbody th {
            width: 30%;
            background-color: #fff;
            color: #333;
            font-weight: bold;
        }
        .privacy-container .purpose-table tbody td {
            width: 70%;
        }
        @media (max-width: 768px) {
            .privacy-container {
                padding: 20px;
                margin: 20px 10px;
            }
            .privacy-container .purpose-table, 
            .privacy-container .purpose-table thead, 
            .privacy-container .purpose-table tbody, 
            .privacy-container .purpose-table th, 
            /* ↓ 詳細度を上げて通常時スタイルに勝てるように、セレクタを細かく指定します */
            .privacy-container .purpose-table tbody th,
            .privacy-container .purpose-table tbody td, 
            .privacy-container .purpose-table tr {
                display: block !important;
                width: 100% !important;
                box-sizing: border-box;
            }
            .privacy-container .purpose-table thead {
                display: none !important;
            }
            .privacy-container .purpose-table tbody th {
                width: 100% !important;
                background-color: #f2f7fa;
            }
            .privacy-container .purpose-table tbody td {
                width: 100% !important;
            }
            .privacy-container .purpose-table tr {
                margin-bottom: 15px;
                border: 1px solid #ccc;
            }
        }


/************************************************************
お仕事をお探しの方へ
************************************************************/

/* ===== アクセントカラー ===== */
/* テーマブルー #019FE6 / ダークブルー #0090D1 をアクセントカラーとして使用 */

/* ===== テキストカラー ===== */

/* ===== page-header ===== */
/* 元テーマ（.inbound等）と同形式で background-image のみ指定 */
.for-worker .page-header {
    background-image: url(../images/for-worker-header.webp);
}
.for-worker .page-copy:before {
    content:"あなたのライフスタイルに合った\Aお仕事探しのサポート";
    
}
.for-worker .page-copy:after {
    content:"ビートならご自宅近くの案件から全国各地の募集まで、勤務地を自由に選べます。\A「短期で稼ぎたい」「フルタイムで安定したい」など、働きかたもイロイロ。\Aあなたの希望に寄り添い、理想のワークスタイルを叶えます。";
}
@media(max-width: 991px) {
    .for-worker .page-copy:before {
        content:"あなたのライフスタイルに合ったお仕事探しのサポート";
    }
}

/* ===== セクションタイトル：ttl-underline ===== */
/* ttl-border の代わりにセンタリング＋下線アクセントのデザインを採用 */
.ttl-underline {
    display: block;
    padding-bottom: 0;
}
.ttl-underline::after {
    content: "";
    display: block;
    width: 56px;
    height: 6px;
    background: #019FE6;
    border-radius: 3px;
    margin: 16px auto 0;
}
/* #for-worker_02（ブルー背景）のとき */
.ttl-underline-org::after {
    background: #f36541;
}

@media(max-width: 991px) {
    .ttl-underline {
        font-size: 27px;
    }
}

/* ===== ボタン：白抜きゴースト版（ブルー背景用） ===== */

/* ===== ボタン：ブルーボーダー（白背景セクション用） ===== */
.for-worker .btn_style01 {
    border-color: #019FE6;
    color: #019FE6 !important;
    width: 340px;
    max-width: 100%;
}
.for-worker .btn_style01::before {
    background: #019FE6;
}
@media(min-width: 768px) {
    .for-worker .btn_style01:hover {
        background: rgba(233, 249, 255, 1);
        letter-spacing: 0.2em;
    }
}
/* ghost ボタンはオレンジ上書きを除外 */

/* ===== テキストリンク（ブルー）===== */


/* ===== #for-worker_01 6つの理由 ===== */

.for-worker_01-ttl-sec {
  background: linear-gradient(to bottom, #ffffff 0%, #D3EDFA 100%);
}

.reason-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.reason-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 26px;
    width: calc(33.333% - 16px);
    position: relative;
}
.reason-grid li:after {
    position: absolute;
    top: -0.2em;
    right: 0;
    font-size: 200px;
    font-family: "Roboto Condensed", sans-serif;
    color: #D3EDFA;
    line-height: 1;
    font-weight:700;
}
.reason-grid li:nth-child(1):after{
    content: "1";
}
.reason-grid li:nth-child(2):after{
    content: "2";
}
.reason-grid li:nth-child(3):after{
    content: "3";
}
.reason-grid li:nth-child(4):after{
    content: "4";
}
.reason-grid li:nth-child(5):after{
    content: "5";
}
.reason-grid li:nth-child(6):after{
    content: "6";
}
.reason-card h3 {
    color: #222;
}

 .br-sp {
    display: none;
}

@media(max-width:500px){
    #for-worker_01 h2, #for-worker_02 h2 {
        font-size: 25px;
    }
    #for-worker_02 h2 br {
        display: none;
    }
    #for-worker_01 p.text-center, #for-worker_02 p.text-center {
        text-align: left;
    }
    .br-sp {
        display: inline;
    }
}

/* ===== #for-worker_02 お仕事カテゴリ ===== */
#for-worker_02 .container-L {
    border-top: 6px dotted #019FE6;
}
.job-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-card {
    width: calc(33.333% - 16px);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.job-card-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.job-card-body {
    padding: 22px 20px 26px;
}
.job-card-body h3 {
    line-height: 1.5;
    color: #222;
}


/* ===== #for-worker_03 特徴別のお仕事（求人カルーセル） ===== */
/* スライダー本体(.picks-slider/.picks-slider-wrap)のスタイルはmain.cssで共通定義。
   トップページ「TOP PICKS」と同じ実装(beet_render_job_picks_slider())を使用。 */
#for-worker_03:after {
    content: "";
    display: block;
    width: 35vw;
    aspect-ratio: 1 / 1;
    background: url(../images/bg-1.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-45%);
    opacity: 0.6;
}

@media (max-width: 991px) {
    #for-worker_03:after {
        content: none;
    }
}
/* ===== #for-worker_04 入社までの流れ ===== */
.flow-list-wrapper {
    /* グラデーションの上に #jobseeker-employer と同じ格子柄を重ねる */
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(to right, #03A2D8 0%, #28C5FA 70%, #00E3EC 100%);
    background-size: 40px 40px, 40px 40px, auto;
    border-radius: 20px;
    position: relative;
    padding: 60px 30px 90px 30px;
}
#for-worker_04 {
    position: relative;
}
#for-worker_04:after {
    content: "";
    display: block;
    width: 35vw;
    aspect-ratio: 1 / 1;
    background: url(../images/bg-1.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    opacity: 0.6;
}
.flow-list {
    list-style: none;
    margin: 0 auto;
    max-width: 1400px
}
.flow-item-inner {
    background: #fff;
    border-radius: 20px;
    padding: 44px 48px;
    gap: 40px;
}
.flow-step-num {
    font-family: "Roboto Condensed", sans-serif;
    color: #019FE6;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.flow-step-num .txt-60 {
    vertical-align: middle;
    line-height: 1;
}
.flow-arrow {
    padding: 18px 0;
}
.flow-arrow img {
    width: 40px;
    transform: rotate(90deg);
    opacity: 0.5;
}

/* FLOW見出し：1文字ずつ下から浮かび上がるアニメーション */
.char-fadeup-wrap .char-fadeup {
    display: inline-block;
    opacity: 0;
}
.char-fadeup-wrap.onView .char-fadeup {
    animation: charFadeUp 0.5s ease-out forwards;
}
.char-fadeup-wrap .char-fadeup:nth-child(1) { animation-delay: 0.6s; }
.char-fadeup-wrap .char-fadeup:nth-child(2) { animation-delay: 0.75s; }
.char-fadeup-wrap .char-fadeup:nth-child(3) { animation-delay: 0.9s; }
.char-fadeup-wrap .char-fadeup:nth-child(4) { animation-delay: 1.05s; }

/* 「入社までの流れ」（section-en-label）は FLOW とは別要素のため、独立したディレイを設定 */
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(1) { animation-delay: 0.6s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(2) { animation-delay: 0.7s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(3) { animation-delay: 0.8s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(4) { animation-delay: 0.9s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(5) { animation-delay: 1.0s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(6) { animation-delay: 1.1s; }
.section-en-label.char-fadeup-wrap .char-fadeup:nth-child(7) { animation-delay: 1.2s; }

@keyframes charFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* FLOW見出しの文字色：格子背景に馴染んで見えにくいため白系の透過色に上書き */
.for-worker .flow-list-wrapper .recruit-bg-heading {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

@media (max-width: 991px) {
    #for-worker_04:after {
        content: none;
    }
}
@media (max-width: 767px) {
    #for-worker_04 .container-full {
        padding: 0;
    }
    .flow-list-wrapper {
        border-radius: 0;
        padding: 50px 15px 60px 15px;
    }
    .flow-item-inner {
        border-radius: 10px;
    }
    
}


/* ===== #for-worker_05 FAQ ===== */
.faq-list {
    width: 70%;
}
#for-worker_05 {
    background-image: url(../images/worker.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40% auto;
}


/* ===== #for-worker_05 FAQ（ブルーカラーに統一） ===== */
.for-worker #for-worker_05 .faq-toggle::before {
    background: #019FE6;
}
.for-worker #for-worker_05 .faq-toggle::after {
    border-color: #019FE6;
}
.for-worker #for-worker_05 .faq-a__inner {
    background: #F0F7F8;
}
.for-worker #for-worker_05 .faq-a__inner::before {
    background: #B71A36;
}

/* ===== レスポンシブ ===== */
@media(max-width: 991px) {
    /* page-header */
    .for-worker .page-header::after {
        font-size: 60px;
    }
    /* 6つの理由：2列 */
    .reason-card {
        width: calc(50% - 12px);
    }
    /* お仕事カテゴリ：2列 */
    .job-card {
        width: calc(50% - 12px);
    }

    /* 入社までの流れ */
    .flow-item-inner {
        flex-direction: column !important;
        padding: 28px 24px;
        row-gap: 20px;
    }
    .flow-item-inner .per-40,
    .flow-item-inner .per-60 {
        width: 100%;
    }

    /* スタッフボイス：縦積み */

    /* FAQ：画像装飾を縮小しつつ本文幅を確保 */
    .faq-list {
        width: 100%;
    }
    #for-worker_05 {
        background-size: 28% auto;
    }
}

@media(max-width: 767px) {
    /* 6つの理由・お仕事カテゴリ：1カラム */
    .reason-card,
    .job-card {
        width: 100%;
    }
    .reason-grid li:after {
        font-size: 160px;
    }

    /* ボタン幅：SPで全幅に */
    .for-worker .btn_style01 {
        width: 100%;
        max-width: 360px;
    }

    /* FAQ：装飾画像はさらに縮小して本文の邪魔にならないように */
    #for-worker_05 {
        background-size: 30% auto;
        background-position: right bottom;
    }
}


/************************************************************
ビートの人材サービス（page-staffing-services.php）
************************************************************/

/* ===== ページヘッダー ===== */
.staffing-services .page-header {
    background-image: url(../images/staffing-services-header.webp);
}
.staffing-services .page-copy:before {
    content:"多様な人材ニーズに、\Aトータルでお応えします";
}
.staffing-services .page-copy:after {
    content:"人材派遣・アウトソーシング・有料職業紹介など、\A貴社の経営課題に合わせた最適な人材サービスをご提案します。";
}
@media(max-width: 991px) {
    .staffing-services .page-copy:before {
        content:"多様な人材ニーズに、トータルでお応えします";
    }
    .staffing-services .page-copy:after {
        content:"人材派遣・アウトソーシング・有料職業紹介など、貴社の経営課題に合わせた最適な人材サービスをご提案します。";
    }
}

/* ===== #staffing_01 ビートの4つの強み（page-for-worker.php #for-worker_01「6つの理由」と同一デザイン） ===== */
.staffing_01-ttl-sec {
    background: linear-gradient(to bottom, #ffffff 0%, #D3EDFA 100%);
}
#staffing_01 .reason-card {
    width: calc(50% - 12px);
}

/* ===== #staffing_02 サービス紹介（トップページ #jobseeker-employer と同じ .img-block / .cont-block レイアウトを流用） ===== */
.staffing-services #staffing_02 {
    background-color: #fff;
    background-image:
        linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}
.staffing-services #staffing_02 .flex-between {
    row-gap: 30px;
}
/* 画像のシャドウを削除 */
.staffing-services #staffing_02 .flex-between img {
    width: 100%;
    max-width: 670px;
}
/* サービス詳細をカードデザインに */
.service-sub {
    background: #F0F7F8;
    padding: 24px 30px;
    border-radius: 12px;
    border: 3px solid #019FE6;
    margin-top: 20px;
}
.service-sub h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.service-list li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 6px;
    line-height: 1.6;
}
.service-list li:before {
    content: "・";
    position: absolute;
    left: 0;
}

#staffing_03 {
    position: relative;
}
#staffing_03:after {
    content: "";
    display: block;
    width: 35vw;
    aspect-ratio: 1 / 1;
    background: url(../images/bg-1.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    opacity: 0.6;
}

#staffing_04 {
    background-image: url(../images/worker.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40% auto;
}

/* ===== 「お問い合わせはこちら」ボタン：メールアイコン付き（CTAの.footer-cta-iconと同系デザイン） ===== */
.staffing-services .btn_style01.btn-mail {
    gap: 10px;
}
.staffing-services .btn-mail-icon {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

/* ===== レスポンシブ ===== */
@media (max-width: 991px) {
    /* #jobseeker-employer と同じ縦積みルールを #staffing_02 にも適用 */
    #staffing_02 .img-block { width: 100%; }
    #staffing_02 .img-block img {
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    #staffing_02 .cont-block { width: 100%; }
    #staffing_02 .cont-left { padding-left: 30px; }
    #staffing_02 .cont-right { padding-right: 30px; }
    #staffing_02 .rev { flex-direction: row; }
    #staffing_03:after {
        content: none;
    }
}
@media (max-width: 767px) {
    #staffing_01 .reason-card {
        width: 100%;
    }
    #staffing_02 .cont-left { padding-left: 0; }
    #staffing_02 .cont-right { padding-right: 0; }
}
@media (max-width: 500px) {
    #staffing_01 .reason-card {
        width: 100%;
    }
    #staffing_01 h2 { 
        font-size:25px;
     }
     #staffing_01 p {
        text-align:left;
     }
}


/************************************************************
国際事業部（page-international.php）
************************************************************/

/* ===== ページヘッダー -----
   staffing-services 等と同じ書き方(body_classのページスラッグ = .international
   セレクタでページヘッダー写真を指定)。このルール自体が存在しておらず、装飾用の
   ドットパターン(pageheader.phpの.page-ttl:after)だけが表示され、肝心の背景写真
   が表示されない状態になっていたため追加。 ===== */
.international .page-header {
    background-image: url(../images/international-header.webp);
}
.international .page-copy:before {
    content:"多国籍人材の力で、\A企業のグローバル化を加速する";
}
.international .page-copy:after {
    content:"ベトナム・フィリピン・ミャンマーなど多国籍人材の派遣・紹介と、\A日本語学校の運営による人材育成で、企業のグローバル化を支援します。";
}
@media(max-width: 991px) {
    .international .page-copy:before {
        content:"多国籍人材の力で、企業のグローバル化を加速する";
    }
    .international .page-copy:after {
        content:"ベトナム・フィリピン・ミャンマーなど多国籍人材の派遣・紹介と、日本語学校の運営による人材育成で、企業のグローバル化を支援します。";
    }
}

/* ===== #international_01 / #international_02 共通：見出し＋説明文＋メイン画像横並び（beet/archive-department.php の .head_liner / .sub_img、beet/css/page.css の .ttl_side_border を参照） ===== */
.ttl_side_border {
    line-height: 1.5;
    padding-left: 0.7em;
    border-left: 5px solid #019FE6;
    letter-spacing: 0.15em;
}
.head_liner {
    row-gap: 30px;
}
.head_liner .img-box img {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.sub_img img {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .sub_img {
        row-gap: 4vw;
    }
    .head_liner img {
        border-radius: 20px;
    }
    .sub_img img {
        border-radius: 10px;
    }
}

/* ===== #international_01 見出しの右寄せ（#recruit-job-types と同じ配置） ===== */
#international_01 .recruit-bg-heading-wrapper {
    margin-left: auto;
    margin-right: 0;
}

/* ===== 社名・ロゴ ===== */
.dept-company-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.dept-company-header .dept-company-logo {
    height: 120px;
    width: auto;
    max-width: 160px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}
.dept-company-name {
    font-size: 2.2rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    #international_01 h3 br {
        display: none;
    }
}


/************************************************************
労働者派遣法に基づく情報公開（page-notice.php）
************************************************************/

.notice .page-header {
    background-image: url(../images/company-header.webp);
}

.notice-pdf-list {
    gap: 16px 40px;
}
.notice-pdf-list li {
    width: calc(33.333% - 27px);
}

@media (max-width: 767px) {
    .notice-pdf-list li {
        width: 100%;
    }
}


/* ===== フォーム：.h-adr（郵便番号・住所グループ）のマージン調整 ===== */
.h-adr {
    display: block;
    margin-bottom: 30px;
}
.h-adr dl {
    margin-bottom: 0;
}

/* 性別ラジオボタン横並び */
.wpcf7-radio {
    display: flex;
    gap: 24px;
    align-items: center;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

/* 生年月日横並び */
.birth-fields {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.birth-fields .wpcf7-select {
    width: auto;
}

/* ============================================================
   page-recruitment-service.php(人材紹介ページ)専用スタイル
============================================================ */

/* ===== ページヘッダー ===== */
.recruitment-service .page-header {
    background-image: url(../images/recruiting-header.webp);
}
.recruitment-service .page-copy:before {
    content:"貴社のビジネスチャンスを、\A人の力で加速させる";
}
.recruitment-service .page-copy:after {
    content:"必要な労働力を、必要な分だけ、最適なタイミングで。\A製造業に特化した人材紹介で、貴社の採用課題を解決します。";
}
@media(max-width: 991px) {
    .recruitment-service .page-copy:before {
        content:"貴社のビジネスチャンスを、人の力で加速させる";
    }
    .recruitment-service .page-copy:after {
        content:"必要な労働力を、必要な分だけ、最適なタイミングで。製造業に特化した人材紹介で、貴社の採用課題を解決します。";
    }
}

/* ---- #recruitment_01 セクション背景(staffing_01 と同様のグラデーション) -----
   staffing_01 は「見出しエリア(ttl-sec)=グラデーション」「カードエリア(card-sec)
   =bg-bgry(#D3EDFA)の単色」という2分割構成。recruitment_01 は1セクションに
   まとまっているため、グラデーションの終了位置を見出し付近の固定値(500px)に
   することで、上部だけがグラデーションになり、以降は #D3EDFA の単色(=bg-bgry
   と同じ色)で自然に繋がるようにしている。100%指定だとセクション全体(かなり
   縦長)に引き伸ばされ、青みが出るのが下の方になってしまうため。 ---- */
#recruitment_01 {
    background: linear-gradient(to bottom, #ffffff 0px, #D3EDFA 500px);
}

/* ---- #recruitment_01「ビートの人材紹介が選ばれる理由」01〜04の番号ラベル ---- */
.recruitment-reason-num {
    display: inline-block;
    color: #019FE6;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

#recruitment_01 .flex-between {
    row-gap: 30px;
}

/* ---- #recruitment_02「パートナー様のメリット」アイコン付き横並びリスト -----
   .reason-grid の数字ウォーターマーク(:after)を消し、4項目を1列に横並びで
   表示。アイコンは中央上、見出しはその下に中央寄せ。 ---- */

#recruitment_02 {
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}
.recruitment_02_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.partner-merit-grid {
    flex-wrap: nowrap;
}
.reason-grid.partner-merit-grid li:after {
    content: none;
}
.partner-merit-card {
    text-align: center;
    padding: 24px 14px;
    border: 2px solid #019FE6;
    border-radius: 10px;
}
.partner-merit-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
}
@media(max-width: 767px) {
    .partner-merit-grid {
        flex-wrap: wrap;
    }
    .partner-merit-card {
        width: calc(50% - 12px) !important;
    }
}

/* ---- チェックマーク付きリスト(元の画像案のチェック項目に対応) ---- */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
}
.check-list > li:last-child {
    margin-bottom: 0;
}
.check-list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
    height: 22px;
    background: url(../images/check.webp) center / contain no-repeat;
}
.check-list > li h4 {
    color: #222;
}
.check-list > li p {
    line-height: 1.7;
}

/* ---- #recruitment_01内「04」料金体系の比較表 -----
   #recruitment_01 セクション自体が水色(#D3EDFA)の背景のため、外側に白いカード
   を足すのではなく、表自体の枠(border)をはっきりさせた上で、背景と同色になり
   がちなハイライト列の色を section の水色(#D3EDFA)とは別の色にして、枠内で
   色分けが分かるようにしている。 ---- */
.pricing-table-wrapper {
    overflow-x: auto;
}
.pricing-table {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 16px;
    text-align: center;
    font-size: 16px;
}
.pricing-table thead th {
    background: #F5F5EE;
    font-weight: 700;
}
.pricing-table tbody th {
    background: #F5F5EE;
    font-weight: 700;
    text-align: left;
}
.pricing-table .pricing-table__hl {
    background: #FFFFFF;
    color: #019FE6;
    font-weight: 700;
}
.pricing-table thead .pricing-table__hl {
    background: #019FE6;
    color: #fff;
}

/* ---- #recruitment_03 ご紹介の流れ(コンパクト横並びステップ) -----
   gap を10px→44pxに広げ、その隙間の中央に矢印(:after)を表示させている。
   以前はgapが矢印の飛び出し量より狭く、隣のカードの白背景の下に矢印が
   隠れて見えなくなっていたための修正。 ---- */
.mini-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px;
    list-style: none;
    padding: 0;
}
.mini-flow-item {
    background: #fff;
    border-radius: 12px;
    padding: 24px 16px;
    flex: 1 1 180px;
    max-width: 220px;
    text-align: center;
    position: relative;
}
.mini-flow-item:not(:last-child):after {
    content: "›";
    display: none;
}
.mini-flow-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
}
.mini-flow-num {
    display: inline-block;
    color: #019FE6;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
}

@media(min-width: 768px) {
    .mini-flow-item:not(:last-child):after {
        content: "›";
        display: block;
        position: absolute;
        top: 50%;
        right: -32px;
        transform: translateY(-50%);
        color: #019FE6;
        font-size: 32px;
        font-weight: 700;
        z-index: 1;
    }
}
@media(max-width: 767px) {
    .mini-flow {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .mini-flow-item {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
    }
    .mini-flow-item:not(:last-child):after {
        content: "›";
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: 6px;
        line-height: 1;
        transform: translateX(-50%) rotate(90deg);
        color: #019FE6;
        font-size: 28px;
        font-weight: 700;
        z-index: 1;
    }
}