@charset "UTF-8";
.index,
.menu-name {
	border-bottom: 2px solid #C2A700;
}

.menu-index {
	white-space: nowrap;
}

.menu-index-small {
	font-size: 20px;
}

.lunch-border {
	border: 1px solid #C2A700;
}

.text-tax {
	font-size: 12px;
	padding-bottom: 5px;
}

.drink-name {
	line-height: 2em;
}

.wrap {
	background-color: #000;
}

.menu-index,
.app-index {
	background-color: #C2A700;
}

.btn-style {
	background-color: #FF7F00;
	width: 140px;
}

.col-form-label {
	background-color: #F6F2DA;
}


/*.recruit-index{
color: #C2A700;}*/

.recruit-name {
	border-bottom: 2px solid #FF0000;
}

.recruit-bk {
	background-image: url('../img/recruit-bk.jpg');
	background-repeat: no-repeat;
}

.recruit-text,
.app-text {
	font-size: 18px;
}

.text-small {
	font-size: 20px;
}

.identity-text {
	font-size: 22px;
	border-bottom: 2px solid #C2A700;
}

.identity-text-small {
font-size: 18px;
}

.president-bk {
	background-image: url('../img/president-back.jpg');
}

.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.text-indent2 {
	padding-left: 3em;
	text-indent: -1em;
	line-height: 1.5;
}

.hover-mail:hover {
	color: blue;
	/*text-decoration: underline;*/
}

.bg-black {
	background-color: black;
}

.border-black {
	border: 1px solid #000;
}

.border-b {
	border-bottom: 1px solid #fff;
}

.border-radius-none {
	border-radius: 0;
}

.app-index {
	font-size: 20px;
	white-space: nowrap;
}

.border-bottom-red {
	border-bottom: 1px solid #FF0000;
}

#app-list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

#app-list > li {
	font-size: 18px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

#app-list > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #C2A700;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #ffffff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

#app-list2 {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

#app-list2 > li {
	font-size: 18px;
	line-height: 1.2;
	padding-left: 30px;
	position: relative;
}

#app-list2 > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #C2A700;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.app-border {
	border: 2px solid #B30000;
}

.app-end {
	background-color: #B30000;
}

.app-icon {
	width: 75%;
}

.app-icon-a {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.app-icon-g {
	width: 100%;
}

.box-a {
	padding: 10px;
}
.no-gutters {
margin:0;
padding:0;
}
.hyphen {
padding: 10px 6px 0 6px;
}


/* ----- 背景用の動画ファイル ----- */

#bg-video {
	position: fixed;
	right: 0;
	bottom: 0;
	/*top: -6%;*/
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url('../img/recruit-bk.jpg') no-repeat;
	background-size: cover;
	max-width: 100%;
}

.recruit-bk-dark {
	/*background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4), rgba(17, 66, 99, 0.6));*/
	padding-bottom: 24px;
}

#highlight {
	color: #B80000!important;
}

#highlight-opacity {
	opacity: 0.7;
}




/*2023.1.30紺谷 採用案内ページのメニュー変更*/
@media (max-width: 575px) {
	.recruit_menu .row {
		justify-content: center;
	}
	.recruit_menu .col {
		max-width: 33.33333%
	}
}