@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.privacy-policy__form{
	margin-top:20px;
}



.rich-column-flex{
	display: flex;
    flex-direction: column;
}

/* ボタンを一番下に固定する */
.rich-column-flex .equal-block-button {
    margin-top: auto;
}


/* PCサイズ以上でヘッダーを常に画面上部に固定 */
@media screen and (min-width: 960px) {
  #header {
    position: fixed; /* ヘッダーを画面に固定 */
    top: 0;          /* 画面の上端に固定 */
    width: 100%;     /* 幅を画面いっぱいに */
    z-index: 999;    /* 他の要素より手前に表示 */
    background-color: #fff; /* 背景色を設定して下のコンテンツが透けないように */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 見栄えを良くするための影 */
  }

  /* 固定ヘッダーの高さ分、コンテンツに余白を追加 */
  body {
    padding-top: 80px; /* ヘッダーの高さに合わせて調整してください */
  }
}

/* ログイン時にヘッダーの位置をアドミンバーの下に調整 */
.customize-support #header {
  top: 32px; /* PCでのアドミンバーの高さ */
}

.admin-bar #header {
  top: 32px; /* PCでのアドミンバーの高さ */
}




.kado-maru .swell-block-button__link{
	border-radius: 10px;
}


.wp-tag-cloud ul,
.wp-tag-cloud li {
    list-style: none;
	
}

.wp-tag-cloud li a{
	color: #1176d4!important;
}

.wp-tag-cloud {
	padding-left: 0px!important;
}

.wp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* タグ同士の間隔 */
}

/* 子要素であるタグのスタイル */
.wp-tag-cloud .tag-cloud-link {
  /* 親要素が幅を調整するので、個別の幅指定は不要 */
  flex-grow: 0;
  flex-shrink: 0;
  /* 文字列の折り返しを防ぎ、タグの幅を文字量に合わせる */
  white-space: nowrap; 
}

.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
	border-bottom: 2px solid var(--color_main)!important;
	float: none!important;	
}

.c-pageTitle__inner{
	text-align: center;
	color: var(--color_main)!important;
	font-size: 28px;
}





@media (max-width:900px) {
.c-spnav.c-listMenu{
	font-size: 18px;
	font-weight: bold;
	color: #4887a8;
}
}
.swell-block-columns.equal-coordinator {
    margin-left: 25px;
    margin-right: 25px;
}

.p-spMenu__nav{
	margin-top: 10px;
}



.c-gnav>.menu-item>a .ttl {
 font-size: 18px;	
 font-weight: bold;
 color: #4887a8;
}



.c-widget__title.-spmenu{
display: none;
}

.myColumn{
  height : 100%;
}


.boshu-youkou{
	font-size: 28px;
	margin-bottom:10px;
	color: #4887a8;
}

.c-postTitle__ttl {
        font-size: 32px;
    }

.p-articleThumb__img {
    border-radius: var(--swl-radius--8, 0);
    display: block;
    width: 50%;
}

.p-postList__meta{
	display: none;
}

.c-taxList:before {
    display:none!important;
}

.p-articleMetas.-top .p-articleMetas__termList {
    font-size: 18px;
}

.c-taxList__link {
    background: #4887a8;
    color: #fff;
}

.p-articleFoot{
	display: none;
}

.c-pageTitle__subTitle{
	display: none;
}

.jobs-table{
margin-bottom: 30px;	
}

.wp-block-search .wp-block-search__input{
	border: 1px solid #4887a8;
}

.wp-block-search__button{
	background: #4887a8;
	color: #fff;
}

@media (max-width:480px) {
.c-postTitle__ttl {
   font-size: 18px;
}
		
}

.jobs_hashtag{
	margin-top: 10px;
}

.c-widget__title{
	font-size: 19px;
	color: #4887a8;
}

.icon-menu-thin:before {
    color: #fff;
}

.icon-close-thin:before {
    color: #fff;
}

.c-iconBtn.-menuBtn.c-plainBtn{
background-color: #4887a8;
}

.icon-search:before {
    color: #4887a8;
}

.p-spMenu__body{
	margin-top: 30px;
}

.jobs_hashtag a {
	padding-right: 8px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝これより求人情報カードのカスタムCSS＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 親要素（投稿リスト全体）のスタイル */
.p-archiveContent .p-jobCardList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* 子要素（各投稿カード）のスタイル */
.p-jobCard {
    height: 100%;
    background-color: #fff;
    border: 3px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* カード内のリンクをFlexboxコンテナにし、縦に並べる */
.p-jobCard__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* コンテンツブロックにflex-growを適用し、残りのスペースを埋める */
.p-jobCard__content {
    flex-grow: 1;
    padding: 20px 20px 10px;
}

/* 新しく追加した画像とボタンをまとめるFlexboxコンテナ */
.p-jobCard__media {
    display: flex;
    flex-direction: column;
    margin-top: auto; /* コンテンツ部分の下に配置 */
}

/* アイキャッチ画像のスタイル */
.p-jobCard__thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.p-jobCard__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}



/* もっと見るの文字のスタイル */
.p-jobCard__footer {
    padding: 10px 20px 20px;
    text-align: right; /* 右寄せにする */
}

.p-jobCard__btn {
    display: inline-block; /* 文字として扱う */
    font-size: 0.9rem; /* 文字を小さくする */
    color: #333; /* 文字の色をリンク色にする */
    text-decoration: none;
}


.p-jobCard {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* アニメーションを滑らかにする */
}

.p-jobCard:hover {
    transform: translateY(-5px); /* カードを上に5px浮かせる */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* 影を濃くして立体感を出す */
}


@media (max-width: 600px) {
    .p-archiveContent .p-jobCardList {
        grid-template-columns: 1fr;
    }
}



/*
 * --------------------------------
 * 簡易応募フォームのスタイル
 * --------------------------------
 */
.job-form-container {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 2.5em;
    margin-top: 3em;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.job-form-container h3 {
    text-align: center;
    color: #343a40;
    margin-bottom: 1em;
    font-size: 1.8em;
    padding-bottom: 0.5em;
}

.job-form-container h3:before {
	content: none!important;
}


.form-instruction {
    color: #dc3545;
    text-align: center;
    margin-bottom: 2em;
    font-size: 0.9em;
}

.form-group {
    margin-bottom: 1.5em;
}

.form-label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #495057;
}

.required-asterisk {
    color: #dc3545;
    margin-left: 5px;
}

.form-input {
    width: 100%;
    /* スマホでの自動ズームを防ぐため、16px以上に設定 */
    font-size: 16px;
    /* 元のパディングに戻し、入力欄をコンパクトに */
    padding: 0.75em 1em;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.form-input:focus {
    border-color: #4887a8; /* メインカラー */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 135, 168, 0.25); /* メインカラー */
}

.form-action {
    margin-top: 2em;
    text-align: center;
}

.form-submit-btn {
    background-color: #4887a8; /* メインカラー */
    color: #fff;
    padding: 1em 2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.form-submit-btn:hover {
    background-color: #386a86; /* メインカラーの少し濃い色 */
}

/* 確認ページ用のボタン */
.form-submit-btn.confirm-btn {
    background-color: #4887a8;  /* メインカラー */
}
.form-submit-btn.confirm-btn:hover {
    background-color: #386a86;  /* メインカラーの少し濃い色 */
}
.back-btn {
    background-color: #6c757d;
    color: #fff;
    padding: 1em 2em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 1em;
    transition: background-color 0.3s ease;
}

.back-btn:hover {
    background-color: #5a6268;
}

.confirm-data-list {
    background-color: #fff;
    padding: 1.5em;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-bottom: 2em;
}

.confirm-data-list dt {
    font-weight: 600;
    color: #343a40;
    border-left: 3px solid #4887a8; /* メインカラー */
    padding-left: 10px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.confirm-data-list dd {
    margin-left: 1em;
    color: #6c757d;
    line-height: 1.6;
}

/* レスポンシブ対応 - スマートフォン用 */
@media (max-width: 768px) {
    .job-form-container {
        padding: 1.5em;
    }
    
    /* フォーム入力欄のパディングを調整して、見切れを防ぐ */
    .form-input {
        padding: 0.75em;
    }
    
    /* 生年月日欄のはみ出しを防ぐ */
    input[type="date"] {
        max-width: 80%;
        min-width: 0;
    }
}


