@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], textarea {
    border: 1px solid #999!important;
	border: solid!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";
    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;
}