/*
Theme Name: インダストリー求人サイト
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

footer .copySection p:nth-child(2) {
    display:none !important;
}

/* スクロール時にヘッダーを固定する */
.siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
	box-shadow:none;
}

body.page {
  padding-left: 0;
  padding-right: 0;
}

.siteFooter{
	border-top:0;	
	background-color:#f3f1f0;
}

/* フォーム全体のスタイル */
.wpcf7 {
padding: 20px;
border-radius: 10px;
max-width: 100%;
margin: auto;
}
/* ラベルのスタイル */
.wpcf7-form label {
display: block;
margin-bottom: 30px;
font-size: 16px;
font-weight: bold;
color: #333333; /* ダークグレー */
}
/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}
/* インプットフィールドのスタイル */
.wpcf7-form textarea {
width: 100%;
padding: 10px;
border: 1px solid #cccccc; /* ライトグレー */
border-radius: 5px;
margin-bottom: 20px;
font-size: 16px;
background-color: #ffffff; /* 白 */
}
input.form-control {
    margin: 3px;
}
/* テキストエリアのスタイル */
.wpcf7-form textarea {
height: 150px;
resize: vertical;
}
/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
background-color: #2f2e41;
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
width: 100%;
height: 60px;
font-size: 22px;
font-weight: 600;
border-radius: 50px;
}
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
color: red;
font-size: 14px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
color: green;
font-size: 16px;
margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p {
	margin-bottom: 1.5em;
	font-size: 16px;
}
.wpcf7-form .notes { /*注意書きのスタイル*/
	font-size: 13px;
	font-weight: normal;
}

.page-header {
    background-color: #c1fa01;
	color: #000000;
	min-height: 200px;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 3.6em 0;
}

span.wpcf7-list-item {
	display: block;
}

nav a {
    text-decoration: none !important; /* 確実にデフォルトの下線を無効化 */
    position: relative;
}

nav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: transparent; /* 初期状態は透明 */
    transition: background-color 0.3s;
}

nav a:hover::before {
    background-color: #000000; /* マウスオーバー時の下線色 */
}

.smb-btn {
	font-weight: bold;
}

.postNextPrev {
	display:none;
}

.footerMenu ul {
     margin: 12px auto 10px;
     width: 40%;
}

@media (max-width: 640px) {
.footer-top-logo {
	width: 150px;
	margin-left: auto;
	margin-right: auto;	
}
#vk-mobile-nav-menu-btn{
	z-index:9999;
}
}

.wp-block-post-excerpt__more-text { /*投稿一覧の「募集要項を見る」ボタン風カスタマイズ*/	
    background: #2f2e41;
	width: 158px;
	max-width: 100%;
	height: 46px;
	padding: 8px 0px 0px 23px;
	border-radius: 60px;
}
a.wp-block-post-excerpt__more-link {
	color: #fff;
	text-decoration: none;
}
a:hover.wp-block-post-excerpt__more-link {
	color: #c1fa01;
}

button.smb-read-more-box__button.smb-btn.smb-btn--full { /*エントリーボタンのカスタマイズ*/
	font-size: 24px;
}
button.smb-read-more-box__button.smb-btn.smb-btn--more-wider {
	font-size: 24px;
}

.fukidashi-01 { /*スライダーのふきだしカスタマイズ*/
	position: relative;
    padding: 1.5rem 2rem;
    border-radius: 10px;
    background: #fff;
}
.fukidashi-01:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.smb-section__lede { /*セクションのフォントサイズ*/
	font-size: 16px;
}

.breadSection{ /*パンくずリスト非表示*/
	display:none !important;
}

.entry-meta { /*記事投稿日非表示*/
	display:none;
}

.hidden-block {
	display: none !important;
}