@media screen and (min-width: 1000px) {
    .l-header .c-gnav .c-gnav__li, .l-header .c-gnav .c-gnav__li > .c-gnav__a {
        height: 50px;
        margin-left: 10px;
    }
}
.l-header__logo-img img {
	max-width: none;
}
.wpcf7-response-output {
    color: #000!important;
}
form > p label input[type],
form > p label textarea {
    border: 1px solid #999!important;
	margin-bottom: 10px;
}

/* 募集要項スタイル */
.entry-base-style dt {
	margin:20px 0 10px 0;
	border-left:8px solid #f8f8f8;
    padding: 6px 0px 6px 15px;
}
.entry-base-style dd {
    background: #f8f8f8;
	padding: 40px 30px;
    margin: 20px 0 50px 0;
}

/* ------------------- */
/* フォームページ用CSS */
/* ------------------- */
.wpcf7-form {
    max-width: 650px;
    margin: 0 auto;
	border: 1px solid #444;
    padding: 20px 50px;
}
.form-wrapper {
    margin: 150px auto;
    width: 95%;
}
.form-wrapper :focus:not(select) {
    outline: none;
	border-bottom-color: #dc7d8d;
	/* focus時ゆっくり色が変わる */
	-webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.form-wrapper select:focus {
    outline: none;
}
.form-wrapper > h1 {
    font-size: 30px;
	margin-bottom: 50px;
}
.form-wrapper span.strong {
    font-weight: 500;
	letter-spacing: 1px;
}
/* contactForm7の仕様(pタグ生成) */
form > p {
	margin: 35px 0;
    line-height: 1.5;
}
form > p label input[type="text"],input[type="tel"],input[type="email"],textarea {
    font: 15px/24px "Yu Gothic", sans-serif;
    padding: 0.3em;
    letter-spacing: 1px;
    color: #000;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #555;
    background: transparent;
	margin-top: 10px;
	width:100%;
}
form > p label textarea {
    min-height: 150px;
	height: 150px;
	border: 1px solid #666;
}
.form-wrapper input[type="submit"] {
	background: #333;
    margin-top: 100px;
    width: 410px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-right: auto;
	margin-left: auto;
	padding: 10px 16px;
    font-size: 14px;
    border: 2px solid transparent;
}
.form-wrapper select {
	font: 15px/24px "Yu Gothic";
    padding: 0.3em;
    letter-spacing: 1px;
    color: #000;
    border-radius: 0;
    margin-top: 15px;
}
select {
    width:100%;
}
[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #5b5b5b;
    border: 0;
    padding: 10px 0;
    color: #fff;
    border-radius: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #fff;
    background: #f00;
    border: 0;
    padding: 20px 10px;
}
/* submit後のノーティス */
.wpcf7-response-output {
    border: none;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.5px;
}
/* 求人要綱BOXCSS */
.conta {
    display: block;
    margin-bottom: 50px;
}
/* 親"会社を知る"以下ページ共通CSS */
h1.about-title {
    padding-left: 20px;
}
/* 採用ページTOP */
.p-topArea.c-filterLayer::before {
    opacity: 0!important;
}
/*ページTOPに戻るボタンの位置調整*/
.p-fixBtnWrap {
    bottom: 80px;
    right: 2%;
}
/*ページ下部popup位置調整*/
.pum-theme-26054 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    color: #707070;
}
@media (max-width: 430px) {
	#popmake-26056 {
		  left: 0px!important;
	    width: 60%!important;
		  top: auto!important;
	    bottom: 8px!important;
		left: 10px!important;
	    height: auto!important;
	    margin: 0px !important;
	}
}

/*カテゴリ一覧*/
.news-category {
	display: flex;
	list-style: none;
	gap: 0.6em;
	margin: 0 auto 3em;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	flex-wrap: wrap;
}
.news-category li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	padding: 4px 1.2em;
	border-radius: 99px;
	font-size: 0.85em;
	transition : all 0.3s;
}
.news-category li {
	max-width: 170px;
}
.news-category li a:hover {
	border: 1px solid #333;
	color: #333;
	background-color: #fff;
}
@media (max-width: 575px) {
	.news-category {
		margin: 0 auto 2em;
	}
	.news-category li {
		min-width: 100px;
	}
	.news-category li a {
		font-size: 0.75em;
	}
}

/*グロナビ採用メニュー*/
.sp-navi-recruit {
	display: block;
	background-color: #fff;
	color: #000;
	font-weight: 600;
}
.sp-navi-recruit .sub-menu {
	background-color: #fff;
	color: #000;
}
.pc-navi-recruit {
	display: none;
}
@media (min-width: 1000px) {
	.sp-navi-recruit {
		display: none;
	}
	.pc-navi-recruit {
		background: #000;
		border-radius: 100px;
		display: flex;
		align-items: center;
		margin-left: 1rem!important;
		font-size: 1.1rem;
	}
	.pc-navi-recruit a.c-gnav__a {
		color: #fff;
		font-weight: 600;
		margin: 0 auto!important;
		padding: 10px 3em!important;
		height: 100%!important;
	}
	.pc-navi-recruit:hover {
		background: #444;
	}
	.pc-navi-recruit .sub-menu {
		padding-left: 0!important;
	}
	.pc-navi-recruit .sub-menu a.c-gnav__a {
		color: #fff;
		padding: 12px 1em!important;
		font-size: 0.8rem!important;
	}
	.pc-navi-recruit .sub-menu li:nth-child(6) a.c-gnav__a,
	.pc-navi-recruit .sub-menu li:nth-child(7) a.c-gnav__a,
	.pc-navi-recruit .sub-menu li:nth-child(8) a.c-gnav__a{
		font-size: 0.7rem!important;
	}
	.pc-navi-recruit a.c-gnav__a:hover {
		opacity: 1!important;
	}
	.l-header .pc-navi-recruit.menu-item-has-children::before {
		content: unset;
	}
}

/*採用ページタイトルに電話番号*/
.ttl-telbtn {
    font-weight: 600;
    letter-spacing: 1px;
}
.ttl-telbtn a {
    text-decoration: none;
    color: #fff;
    font-size: 1.7rem;
}
/*PC画面で電話番号のリンクを解除する*/
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
		color: inherit;
	}
}
/*Gナビのサブメニューのpadding修正*/
.wp-singular .c-gnav .sub-menu,
.wp-singular .c-drawerNav {
    padding-left: 0;
}
/*TOPページ下に出るyoastのパンクズを非表示*/
.yoast-breadcrumbs {
	display: none;
}
/*columns内画像がスマホ実機で表示されない不具合対策
(Lazy Load + content-visibility の描画バグ回避)*/
.wp-block-columns img {
  content-visibility: visible;
}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/* ======================= 
   スマホ・タブレット版（999px以下）のフッター調整
   ======================= */

/* --- 1280px以下全域での画像・親容器サイズ制限 --- */
@media screen and (max-width: 1280px) {
    .l-footer,
    .l-footer .l-container,
    .l-footer__info,
    .l-footer__inner {
        width: 100% !important;
        max-width: 1100px !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
    }

    .l-header__logo-img,
    .l-header__logo,
    .l-footer__logo {
        max-width: 260px !important;
        overflow: hidden !important;
    }

    .l-header__logo-img img,
    .l-header__logo img,
    .l-footer__logo img,
    a.c-logo img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}

/* --- 781px以下（スマホ・小型タブレット）：縦並び中央揃え --- */
@media screen and (max-width: 781px) {
    .l-footer {
        padding: 40px 0 !important;
    }

    .l-footer, 
    .l-footer__inner, 
    .l-footer__info {
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        clear: both !important;
    }

    .l-footer__nav {
        order: 1 !important;
        margin: 30px auto !important;
        padding-left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .l-footer__nav > .menu-item-has-children,
    #menu-item-18874 {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .l-footer__nav > .menu-item-has-children > a,
    #menu-item-18874 > a {
        font-weight: bold;
        margin-top: 25px !important; 
        padding-top: 0px !important;      
        display: block !important;    
        padding-bottom: 8px !important; 
        text-align: center !important; 
        width: auto !important;
    }

    .l-footer__nav .sub-menu li {
        display: flex !important;
        justify-content: center !important; 
        width: 100% !important;
        padding-left: 0 !important;      
    }

    .l-footer__nav .sub-menu li a {
        padding-top: 1.5px !important;    
        padding-bottom: 6px !important; 
        margin: 0 !important;
        display: inline-block !important; 
        white-space: nowrap !important;   
        text-align: center !important;    
        width: auto !important;           
    }

    #menu-item-1586 > a {
        display: inline-block !important; 
        font-size: 11px !important;        
        line-height: 1.6 !important;      
        text-align: center !important;    
        padding-top: 4px !important;      
        padding-bottom: 8px !important;
        max-width: 500px;
    }

    .l-footer__logo {
        order: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;    
        text-align: center !important; 
        margin: 0 auto !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 440px) {
    #menu-item-1586 > a {
        white-space: normal !important;
        max-width: 180px !important;
    }
}


/* --- 782px〜1280px：ロゴとメニュー間の余白調整 --- */
@media screen and (min-width: 782px) and (max-width: 1280px) {
    .l-footer {
        position: relative !important;
        clear: both !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 40px 0 !important;
    }

    /* 親要素（1280pxまでの表示でも上パディング50pxを指定） */
    .l-footer .l-footer__info {
        padding-top: 50px !important;
    }

    .l-footer__inner,
    .l-footer__info {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 1100px !important;
        margin: 0 auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    /* 左ブロック：ロゴ領域 */
    .l-footer__logo {
        flex: 0 0 240px !important;
        width: 240px !important;
        max-width: 240px !important;
        height: auto !important;
        align-self: center !important;
        margin: auto 0 !important;
        padding: 0 !important;
        text-align: left !important;
        box-sizing: border-box !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    /* 右ブロック：ナビゲーション */
    .l-footer .l-footer__nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        flex: 0 1 calc(100% - 240px) !important;
        width: calc(100% - 240px) !important;
        max-width: calc(100% - 240px) !important;
        height: auto !important;
        align-content: normal !important;
        column-gap: normal !important;
        margin: 0 !important;
        padding: 0 0 0 40px !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        box-sizing: border-box !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        float: none !important;
    }

    /* メニュー内の3列（2段）並び */
    .l-footer .l-footer__nav > li,
    .l-footer .l-footer__nav > .menu-item-has-children {
        width: 32% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 30px !important;
        box-sizing: border-box !important;
        vertical-align: top !important;
    }

    /* 親メニュータイトル */
    .l-footer__nav > .menu-item-has-children > a,
    .l-footer__nav > li > a {
        font-weight: bold !important;
        display: block !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    /* サブメニュー */
    .l-footer .l-footer__nav .sub-menu {
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .l-footer .l-footer__nav .sub-menu li {
        margin-bottom: 8px !important;
        width: 100% !important;
    }

    .l-footer .l-footer__nav .sub-menu li a {
        font-size: 12px !important;
        line-height: 1.5 !important;
        display: block !important;
        padding: 0 !important;
    }

    /* SNSアイコン（下部中央） */
    .l-footer__sns,
    .c-sns-list,
    .l-footer .sns-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 20px 0 0 0 !important;
        clear: both !important;
    }
}


/* --- 1281px以上（PC大画面でのみ発動） --- */
@media screen and (min-width: 1281px) {
    /* 100pxある上余白を50pxに縮小 */
    .l-footer .l-footer__info {
        padding-top: 50px !important;
    }

    .l-footer .l-footer__nav {
        margin-left: 10rem !important;
    }
    
    .l-footer .l-footer__nav .sub-menu {
        padding: 0px !important; 
    }
}

.l-footer .l-footer__nav a {
    font-family: inherit !important;
}


/* ======================= 
   すべての .con-box01 の左右余白調整
   ====================== */
div.con-box01 {
    padding: 0 5% 50px 5% !important;
    text-align: center !important;
}


/* ======================= 
   プライバシーポリシーページ余白
   ====================== */
body.privacy-policy {
    padding: 0px !important;
}

body.privacy-policy div.con-box01 {
    padding: 30px !important;
}


/* ======================= 
   リファラルページ：スマホ版（999px未満）非表示処理
   ====================== */
@media screen and (max-width: 999px) {
    .page-id-32201 .l-footer .l-footer__foot {
        display: none !important;
    }
}