@charset "utf-8";
/* CSS Document */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#000;
	font-size:16px;
	line-height:1.6;
	background:#fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #000;
}

#page {
/* スマホぐらつき防止 */
	overflow:hidden;
}

.onepress-menu>li>a:hover, .onepress-menu>li.onepress-current-item>a {
	background:url(https://nejis.com/wp-content/uploads/2025/03/hoverico.png) no-repeat center top;
	transition:none;
}

.onepress-menu > li:last-child > a {
    padding-right: 17px;
}

section.contentblock {
	padding:50px 0;
}

.mt-10 {
	margin-top : 10px;
}

.mt-20 {
	margin-top : 20px;
}

.mt-30 {
	margin-top : 30px;
}

.mb-10 {
	margin-bottom : 10px;
}

.mb-20 {
	margin-bottom : 20px;
}

.mb-30 {
	margin-bottom : 30px;
}

.onepress-menu {
   margin-right:350px;
}

.onepress-menu a {
	font-size:16px;
}

p.pc-banner1 {
	position:fixed;
	top:15px;
	right:180px;
	z-index: 9999;
}

p.pc-banner2 {
	position:fixed;
	top:10px;
	right:15px;
	z-index: 9999;
}

p.pc-banner2 a {
	transition:all 0.5s;
}

p.pc-banner2 a:hover {
	opacity:0.7;
}

section.mainvisual {
	background:url(https://nejis.com/wp-content/uploads/2025/06/top1.jpg) no-repeat center center;
	position: relative;
	margin-bottom: 0;
	padding:50px 0;
}

div.contents-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.mainvisual-text1 {
	font-size:17px;
	font-weight:bold;
	margin:0 10px;
	color:#fe6500;
}

h1.mainvisual-h1 {
	font-size:23px;
	margin:0 10px;
	color:#000;
}

h1.mainvisual-h1 span {
	font-size:38px;
}

p.mainvisual-btn {
	margin:0 10px;
}

p.mainvisual-btn img {
	width: 120px;
}

p.float-banner1 {
	position:absolute;
	top: 50%;
	left:20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

p.float-banner2 {
	position:absolute;
	top: 50%;
	right:20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

p.float-banner1 a,p.float-banner2 a {
	transition:all 1.0s;
}

p.float-banner1 a:hover,p.float-banner2 a:hover {
	opacity:0.8;
}

p.float-banner1 img,p.float-banner2 img {
	width:125px;
}

div.btnroku2 {
	text-align: center;
}

div.btnroku2 {
	margin: 50px 0;
}

p.copyright {
	margin-top: 60px;
}

/*  c-btn-hexagon
--------------------------------------------- */
.c-btn-hexagon {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    margin-left: 15px;
    padding: 1px 0;
    min-width: 120px;
    height: 50px;
    background-color: #ee0066;
    color: #223a70;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.0;
    -webkit-transition: color .3s;
    transition: color .3s;
	font-size: 14px;
}

.c-btn-hexagon::before, .c-btn-hexagon::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    content: "";
}

.c-btn-hexagon::before {
    left: 0;
    border-right-width: 15px;
    border-right-color: #ee0066;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.c-btn-hexagon::after {
    right: 0;
    border-left-width: 15px;
    border-left-color: #ee0066;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.c-btn-hexagon:hover {
    color: #fff;
    text-decoration: none;
}

.c-btn-hexagon:focus {
	outline:none;
}

.c-btn-hexagon__txt {
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px;
    height: 48px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

a.c-btn-hexagon {
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	color: #ee0066;
}

.c-btn-hexagon__txt::before, .c-btn-hexagon__txt::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    content: "";
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.c-btn-hexagon__txt::before {
    left: 0;
    border-right-width: 14px;
    border-right-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.c-btn-hexagon__txt::after {
    right: 0;
    border-left-width: 14px;
    border-left-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.c-btn-hexagon__txt:hover {
    background-color: #ee0066;
	color:#fff;
}

.c-btn-hexagon__txt:focus {
	outline:none;
}

.c-btn-hexagon__txt:hover::before {
    border-right-color: #ee0066;
}

.c-btn-hexagon__txt:hover::after {
    border-left-color: #ee0066;
}

c-btn-hexagon__txt :visited {
	border-right: #fff;
	border-left: #fff;
}

a.c-btn-hexagon:link {
	border-left: #fff;
	border-right: #fff;
}

section.topzaikomenu {
	padding:15px;
}

div.topzaikomenu-col {
	padding-left:5px;
	padding-right:5px;
}

section#area01,section#area02,section#area03,section#area04,section#area05,section#area06,section#area07,section#area08 {
	padding-top: 100px;
	margin-top: -100px;
}

.buttonmenu {
	background-color: #f8f4e7;
	border: 1px solid transparent;
	margin: 5px 0;
	padding:3px 0;
}

.buttonmenu a {
	color: #ff6006;
    padding-left: 20px;
	font-size:14px;
    font-weight: 600;
	display: block;
	transition:0.5s;
}

a:focus, a:hover {
    text-decoration: none;
}

.buttonmenu a::after {
	content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 3px 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #ff6006;
}


.buttonmenu a:hover {
	background-color: #ff6006;
	border: none;
	color: #f8f4e7;
	text-decoration: none;
}

.buttonmenu a:hover::after {
	 clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #f8f4e7;
}

section.zaiko {
	padding: 15px;
}

h2.h2-titlezaiko {
	font-size: 22px;
	font-weight:700;
	margin-right:20px;
	margin-bottom:0;
	float:left;
}

p.zaikosyousai {
	font-size: 15px;
	font-weight: 400;
}

div.zaiko-col {
	margin-bottom:20px;
}

div.zaiko-title-div {
	margin-bottom:20px;
}

h2.h2titleabout {
	text-align: center;
	position:relative;
	padding-top: 100px;
}

h2.h2titleabout::before {
	content: url(https://nejis.com/wp-content/uploads/2025/03/h2roku.png);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: scale(0.5);
}

p.h2komidashi {
	text-align: center;
	margin-top: -10px;
	margin-bottom:50px;
	font-weight: 600;
}

.mt-30 {
	margin-top : 30px;
}

.btnroku1 {
	margin-top: 30px;
}

section.sanko {
	background: #f8f4e7;
}

p.komidashi {
	font-size:16px;
	font-weight:700;
}

h2.h2titleabout-left {
    text-align: left;
    position: relative;
    padding-top: 0;
	margin-bottom:50px;
}

section.news {
    background: #f8f4e7;
} 

h2.h2titleabout-left-w {
	color:#fff;
	text-align: left;
	padding-top: 20px;
}

p.h2komidashi-left-w {
	color:#fff;
	text-align: left;
	margin-top: -10px;
	margin-bottom:50px;
	font-weight: 600;
}

p.toiawase {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

p.toiawasekabu {
	font-size: 16px;
	color: #fff;
	margin-top: -20px;
	font-weight: 600;
}

p.eigyoujikan {
	font-size: 16px;
	color: #fff;
}

p.toiawase1 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
	text-align: right;
}

p.toiawasekabu1 {
	font-size: 21px;
	color: #fff;
	margin-top: -20px;
	font-weight: 600;
	text-align: right;
}

p.eigyoujikan1 {
	font-size: 16px;
	color: #fff;
	text-align: right;
}

p.eigyoujikan2 {
	font-size: 16px;
	color: #fff;
	margin-top: -20px;
}

div.btnrokufooter {
	text-align: right;	
}

div.btnrokufooter a{
	color: #ee0066 !important;
	font-size: 13px !important;
	text-decoration: none !important;
}


p.topmidashi {
    position: absolute;
    top: 40%;
	left: 30% !important;
	font-size: 23px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fe6500;
    font-weight: 600;
    z-index: 1;
	
}		

.site-footer .site-info {
    color: #676767;
    background-color: #fff;
}

ul# menu-footer-menu1 {
	color: #000;
}

ol, ul {
  list-style-type: none;
}

.site-footer .site-info a {
    color: #010101;
}

ul.menu-footer-menu1 li {
	text-align: left;
}

p.footeraddress {
	text-align: left;
    margin-top: 30px;
    color: #010101;
    font-size: 16px;
}

div.site-info {
	margin-bottom: 50px;
}

.site-footer {
    background: #fff;
}

.site-footer .site-info a:hover {
    text-decoration: none;
    color: #f16711;
}

p.nejicenter:hover {
	opacity:0.7;
}

p.topform:hover {
	opacity:0.7;
}

.site-footer .site-info img {
	max-width: 60%;
	float: left;
}

div.smp-btn {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    z-index:2;
}

ul.news a {
	color:#000;
	font-size:14px;
}

ul.news li {
	margin-bottom:20px;
}

section.contact {
	background:#f16711;
}

img.footer-logo {
	width:200px;
}

.sidebar .widget a:hover {
    text-decoration: none;
}

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

p#pagetop img {
	width:95px;
}

.site-footer .site-info {
    display:none;
}

.page-header.page--cover {
	padding: 6% 0px;
}

.page-header.page--cover:before {
    background: rgba(0, 0, 0, 0);
}

.page-header.page--cover .entry-title {
    color: #000;
}

.page-header.page--cover .entry-title {
    font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.page-header.page--cover .entry-tagline {
    color: #000;
	font-size:50px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
    font-style: normal;
	letter-spacing:0.1em;
	line-height:1.2;
}

a {
    color: #FF6400;
    text-decoration: none;
    outline: none;
}

table th,table td {
	border-right:1px solid #e9e9e9 !important;
}

.tablepress>:not(caption)>*>* {
    text-align: center;
}

div.zaiko-inner {
	background: #FDFCF5;
	background: linear-gradient(0deg,rgba(253, 252, 245, 1) 0%, rgba(248, 244, 230, 1) 100%);
	padding-bottom:5px;
}

p.zaiko-img {
	width:100%;
}

p.zaiko-title {
	font-weight:600;
	padding:0 15px;
}

p.zaiko-excerpt {
	font-size:14px;
	padding:0 15px;
}

h2.h2-singleitem {
	margin-bottom:20px;
}

div.zaiko-container {
	margin-bottom:20px;
}

div.zaiko-col {
	margin-bottom:20px;
}

div.page-header {
	background:url(https://nejis.com/wp-content/uploads/2025/06/top1.jpg) no-repeat center center;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { 
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}
 
.gallery br {
	display: none;
} 
 
.gallery-item {
	float: left;
	margin-bottom: 0 !important;
}
.gallery-icon {
	text-align: center;
}
 
.gallery-icon img {
	width:100%;
	height:200px;/**すべての画像の縦横比が同じならautoでもOK**/
	object-fit:cover;/**画像の縦横比が違うなら記述**/
	margin-bottom: 10px !important;
}
 
.gallery-caption {
	color: #222;
	font-size: 13px;
	font-style:normal;
	margin: 0 0 0;
	text-align: center;
	height:50px;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}

section.page-section {
	margin-bottom:70px;
}

p.page-catchcopy {
	font-size:24px;
	font-weight:700;
	margin-bottom:50px;
}

.entry-content h2 {
	text-align: center;
	position:relative;
	padding-top: 70px;
	margin-bottom:70px;
}

.entry-content h2::before {
	content: url(https://nejis.com/wp-content/uploads/2025/03/h2roku.png);
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    transform: scale(0.5);
}

.entry-content h3 {
	border-left:5px solid #f16711;
	padding-left:20px;
	margin-top: 50px;
	margin-bottom:20px;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size:16px;
}
table tr {
	background-color: #f7f7f7;
}
table tr:nth-child(odd) {
	background-color: #fff;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	padding: 20px;
}
table th {
	background-color:#d9edf7;
	text-align: center;
	font-size:16px;
	font-weight:600;
	text-transform:none;
}

.table-wrap {
  overflow-x: scroll;
}
.tablescroll {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

p.mediainfo-title {
	font-size:16px;
	font-weight:600;
}

p.mediainfo-text {
	font-size:14px;
	font-weight:400;
}

body.page-id-33 p.pc-banner1,body.page-id-33 p.pc-banner2 {
	display:none;
}

body.page-id-33 div.smp-btn {
	display:none;
}

p.blog-image img {
	width:100%;
	height:250px;
	object-fit:cover;
}

p.blog-days {
	font-size:13px;
}

div.question {
	cursor: pointer;
	font-size:18px;
	margin-bottom:15px;
	color: #fff;
	border-radius:10px;
	padding:20px 50px 20px 30px;
	background: #F16711;
}

div.question span {
	float:right;
	margin-right: -30px;
}

div.question:hover {
	text-decoration: none;
}
div.answer {
	display: none;
	background: #fff;
	margin-left: 1em;
	padding: 15px 30px;
	font-size:16px;
	margin-bottom:15px;
}

div.answer p {
}

div.onc-block1 {
	background:#0000AA;
	padding:10px;
}

div.onc-block2 {
	background:#0000AA;
	padding:15px;
}

h3.onc-h3 {
	color:#660000;
	background:#fff;
	padding:10px;
	border:none;	
}

div.onc-block2 a {
	color:#fff;
	padding-bottom:10px;
	text-decoration:underline;
	line-height: 2.0;
}

p.onc-mailbanner {
	margin:20px 0;
}

p.onc-text1 {
	color:#550000;
	text-align:center;
	font-size:18px;
	margin-top:30px;
}

h2.onc-h2 {
	color:#770000;
	font-size:24px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:0;
}

h2.onc-h2::before {
	content: none;
}

p.onc-text2 {
	color:#222222;
	text-align:center;
	font-size:18px;
	font-weight:700;
	margin-bottom:30px;
}

p.onc-text3 {
	color:#222222;
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}

h3.onc-h3-b {
	color:#222222;
	border:none;
	padding-left:0;
	margin-top:0;
}

h3.onc-h3-b img {
	margin-right:5px;
}

div.yakuwari-col {
	margin-bottom:40px;
}

h3.onc-h3-blue {
	color:#222222;
	border:none;
	padding:10px;
	margin-top:30px;
	margin-bottom:15px;
	background:#99ccff;
}

p.contact-tel {
	text-align:center;
	font-size:42px;
	font-weight:900;
}

p.contact-fax {
	text-align:center;
	font-size:20px;
	font-weight:700;
}

table.form-table th {
    background-color: #F7F7F7;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

table.form-table th p,table.form-table td p {
    margin:0;
	padding:0;
}

table.form-table tr {
	background-color: #f7f7f7;
}

textarea:not(.editor-post-title__input), input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    background-color: #fff;
}

span.as {
	font-size:12px;
	color:#fff;
	background:#EE0066;
	padding:3px 5px;
	margin-left:10px;
}

.btn_send {
    text-align: center;
}

.wpcf7-spinner {
    display: block;
}

input[type=reset], input[type=submit], input[type=submit], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
    font-size: 16px;
}

p.emphasis-sentence {
	text-align:center;
}

.wpcf7-form {
text-transform: none;
}

input {
    font-size: 16px;
    color: #333333;
	padding:8px 22px;
	margin-bottom:15px;
}

a.Btn{
  background:#F8F4E7;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  color: #FF6006;
  font-size: 14px;
  transition: 1.0s;
	margin-top:20px;
}

a.Btn:hover{
  background:#FF6006;
  color: #fff;
}

section.section-recruit {
	padding:70px 0;
}

section.section-mainvisual {
	padding:0;
}

section.section-recruit1 {
	padding:70px 0 20px;
}

div.recruit-mainvisual {
	position:relative;
}

div.recruit-mainvisual img {
	width:100%;
	height: 100vh;
	object-fit: cover;
}

div.mainvisual-textblock {
	position:absolute;
	top:250px;
	left:200px;
}

h1.recruit-mainvisual-text0 {
	font-size:24px;
	color:#F76F00;
	margin-bottom:20px;
	padding-right:20px;
}

p.recruit-mainvisual-text1 {
	font-size:36px;
	color:#fff;
	margin-bottom:20px;
	font-weight:700;
	padding-right:20px;
}

p.recruit-mainvisual-text2 {
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
	padding-right:20px;
}

div.recruit-row1 {
	margin-bottom:50px;
}

div.recruit-col1 {
	padding:50px;
}

div.recruit-col2 {
	padding:0;
}

h3.recruit-h3 {
	font-size:28px;
	margin-top:0;
}

p.recruit-p0 {
	font-size:28px;
	font-weight:700;
	margin-bottom:10px;
}

p.recruit-p1 {
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
}

p.recruit-p2 {
	font-size:16px;
	margin-bottom:10px;
	padding:3px 15px;
	background:#000;
	color:#fff;
	display:inline-block;
}

p.recruit-p3 {
	font-size:16px;
	line-height:1.8;
}

p.recruit-p3 span {
	font-size:16px;
	font-weight:700;
	line-height:1.8;
}

p.recruit-1daytitle {
	text-align:center;
	font-size:34px;
	font-weight:700;
	margin-bottom:30px;
}

hr {
    border: 0;
    border-top: 1px solid #e9e9e9;
    height: 1px;
    margin-bottom: 10px;
}

div.day1-col span {
	font-size:18px;
	font-weight:700;
}

div.question {
	cursor: pointer;
	font-size:18px;
	margin-bottom:15px;
	color: #fff;
	border-radius:10px;
	padding:20px 50px 20px 30px;
	background: #F16711;
}

div.question span {
	float:right;
	margin-right: -30px;
}

div.question:hover {
	text-decoration: none;
}
div.answer {
	display: none;
	background: #fff;
	margin-left: 1em;
	padding: 15px 30px;
	color: #000;
	font-size:16px;
	margin-bottom:15px;
	border-radius:10px;
}

div.answer p {
	color: #000;
}

table > tbody > tr > th {
	border:1px solid #fff;
}

section.background-on {
	background:#F8F4E7;
}

.tablepress>:not(caption)>*>* {
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.tab01 {
  width: 100%;
  margin: 0 auto 50px;
}
/*タブのスタイル*/
.tab_menu {
	width: calc(100%/2);
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #000;
	border-radius:20px 20px 0 0;
	border-bottom: 3px solid #F16711;
	background-color: #ebebeb;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_menu:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_menu"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
	font-size:16px;
	display: none;
	padding: 40px;
	clear: both;
	overflow: hidden;
	transition: .5s opacity;
}
/*選択されているタブを表示*/
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02,
#menu03:checked ~ #menu03 {
	display: block;
}
/*選択されているタブのスタイル*/
.tab01 input:checked + .tab_menu {
	background-color: #F16711;
	color: #fff;
}

label {
    margin-bottom: 0;
}

p.recruiting-status {
	text-align:center;
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
}

section.parallax-section {
	height: 40vh;
	background:url(https://nejis.com/wp-content/uploads/2025/09/1day-main.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

p.parallax-text {
	padding-top: 15vh;
	text-align:center;
	font-size:34px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.1em;
}

p.parallax-text2 {
	padding-top: 18vh;
	text-align:center;
	font-size:34px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.1em;
}

section.parallax-section2 {
	height: 40vh;
	background:url(https://nejis.com/wp-content/uploads/2025/09/BBQ-main.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

p.table-scrolltext {
	font-size:14px;
}

div.breadcrumbs {
	display:none;
}


























@media screen and (max-width:1300px) {
	.onepress-menu a {
	font-size:13px;
}
	
	.onepress-menu a {
		padding-left:13px;
		padding-right:13px;
	}
}

@media screen and (max-width:1140px) {
	p.pc-banner1 {
    right: 250px;
}
	
	p.pc-banner2 {
    right: 85px;
}
	
	.onepress-menu {
    margin-right: 0;
}
	
	.onepress-menu>li>a:hover, .onepress-menu>li.onepress-current-item>a {
	background:none;
	transition:none;
}
	
	.onepress-menu.onepress-menu-mobile a {
    color: #000;
    }
	
div.mainvisual-textblock {
	top:200px;
	left:50px;
}
	
h1.recruit-mainvisual-text0 {
	font-size:20px;
}

p.recruit-mainvisual-text1 {
	font-size:32px;
}

p.recruit-mainvisual-text2 {
	font-size:16px;
}
}

@media screen and (min-width:992px) {

.order-lg-first {
    -webkit-box-ordinal-group: 0;
        order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        order: 2;
  }
}


@media screen and (max-width:991px) {
	
section.mainvisual {
	padding:30px 0;
}

p.mainvisual-text1 {
	font-size:14px;
}

h1.mainvisual-h1 {
	font-size:18px;
}

h1.mainvisual-h1 span {
	font-size:30px;
}

p.mainvisual-btn img {
	width: 80px;
}
	
p.float-banner1 img,p.float-banner2 img {
	width:80px;
}
	
	.gallery-icon img {
	width:100%;
	height:120px;
	object-fit:cover;
}
}


@media screen and (min-width:769px) {

	div.smp-btn {
		display:none;
	}
	
.order-md-first {
    -webkit-box-ordinal-group: 0;
        order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        order: 12;
  }
	
	p.recruit-smp-mainvisual {
		display:none;
	}

}



@media screen and (max-width:768px) {
	
	.site-branding .site-logo-div {
    line-height: 50px;
}
	
	.site-branding .site-logo-div img {
    margin-bottom:5px;
}

	.site-header {
	line-height: 50px;
}
	
	p.pc-banner1 {
   display:none;
}
	
	p.pc-banner2 {
    display:none;
}
	
div.contents-frame {
	flex-flow:column;
	align-items: center;
	justify-content: center;
}
	
section.mainvisual {
	padding:20px 0;
}

p.mainvisual-text1 {
	font-size:14px;
}

h1.mainvisual-h1 {
	font-size:18px;
}

h1.mainvisual-h1 span {
	font-size:30px;
}

p.mainvisual-btn img {
	width: 80px;
}
	
p.float-banner1 img,p.float-banner2 img {
	width:80px;
}

.c-btn-hexagon {
	min-width: 85px;
}
	
div.bottomfix {
  position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

div.bottomfix div.bottomfix-col {
    padding:5px;
}
	
c-btn-hexagon__txt :visited {
	border-right: #fff;
	border-left: #fff;
}	
	
p.toiawase1 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: left;
}

p.toiawasekabu1 {
	font-size: 16px;
	color: #fff;
	margin-top: -20px;
	font-weight: 600;
	text-align: left;
}

p.eigyoujikan1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
}
	
div.btnrokufooter {
	text-align: left;	
}

.buttonmenu a {
    color: #ff6006;
    padding-left: 5px;
    font-weight: 600;
    display: block;
    font-size: 12px;
}

p.mainvisual-text1 {
	font-size:13px;
}

h1.mainvisual-h1 {
	font-size:16px;
}

h1.mainvisual-h1 span {
	font-size:24px;
}

p.mainvisual-btn img {
	width: 70px;
}
	
p.float-banner1 img,p.float-banner2 img {
	width:70px;
}
	
	h2.h2-titlezaiko {
	float:none;
}
	
	p.zaikosyousai {
	font-size: 14px;
}
	
	div.zaiko-col {
	margin-bottom:20px;
    padding:0 5px;
}
	
	div.smp-col {
		padding:5px;
	}
	
	.page-header.page--cover .entry-title {
    font-size: 20px;
}
	
	.gallery-icon img {
	width:100%;
	height:100px;
	object-fit:cover;
}
	
	.page-header.page--cover {
	padding: 8% 0px;
}
	
	.page-header.page--cover .entry-title {
    font-size: 16px;
}

.page-header.page--cover .entry-tagline {
	font-size:32px;
}
	
	#pagetop {
    position: fixed;
    bottom: 40px;
    right: 5px;
}
	
	p#pagetop img {
	width:50px;
}
	
	table th,table td {
    font-size: 14px;
}
	
	section.section-recruit1 {
    padding: 20px 0 20px;
}
	
div.mainvisual-textblock {
	top:50px;
	left:20px;
}
	
h1.recruit-mainvisual-text0 {
	font-size:18px;
}

p.recruit-mainvisual-text1 {
	font-size:20px;
}

p.recruit-mainvisual-text2 {
	font-size:14px;
}
	
	p.recruit-pc-mainvisual {
		display:none;
	}
	
	section.parallax-section {
	background-image: url(https://nejis.com/wp-content/uploads/2025/09/1day-main.jpg);
	background-attachment:scroll;
	background-size: cover;
}
	
	section.parallax-section2 {
	background-image: url(https://nejis.com/wp-content/uploads/2025/09/BBQ-main.jpg);
	background-attachment:scroll;
	background-size: cover;
}
	
	p.parallax-text {
	font-size:24px;
}
	
	.tab_contents {
    padding: 30px 0;
}
	
}


@media (max-width: 640px) {

.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 48%;
	max-width: 48%;
	margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
	width: 31.33333%;
	max-width: 31.33333%;
	margin: 0 1%;
}

}

@media screen and (min-width:501px) {
	br.pc-none {
		display:none;
	}
}

@media screen and (max-width:500px) {

p.page-catchcopy {
	font-size:20px;
}
	
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	padding: 15px;
}
	
	p.blog-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
	
	table.form-table th, table.form-table td {
        display: block;
        width: 100%;
    }
	
	table.form-table {
    table-layout: fixed;
}
	
	p.contact-tel {
    font-size: 32px;
}
	
	table th,table td {
    font-size: 12px;
}
	
	div.answer {
    padding: 15px 15px;
}
	
	div.recruit-mainvisual img {
    height: 80vh;
}
	
	div.recruit-col1 {
	padding:30px;
}
	
	p.parallax-text {
	padding-top: 12vh;
	font-size:24px;
}
	
	p.parallax-text2 {
	padding-top: 15vh;
	font-size:24px;
}
	
	p.recruiting-status {
    font-size: 18px;
}
	
}
	