.h1 {
	height: 30px;
	display: flex;
}

.h1 h1 {
	width: 970px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 30px;

}

.h1 p {
	width: 370px;
	padding: 5px 30px 0 0;
	text-align: right;
	font-size: 12px;
}

.header {
	margin: 0 auto;
	width: 1400px;
	height: 140px;

}

.header-left {
	width: 700px;
	float: left;
}

.header-right {
	width: 700px;
	float: right;
}

.header-logo {
	display: flex;

}

.header-logo p {
	padding-top: 32px;
}

.header-logo a {
	display: block;
	width: 185px;
	padding: 5px 0;
	height: 22px;
	color: #fff;
	text-align: center;
	background: #ffde29;
	border-radius: 100vh;
}

.header-logo a:hover {
	background: #f99faf;
	transition: all 0.3s ease 0s;
}

.header-telbox {
	display: flex;
	width: 490px;
	text-align: right;
	padding: 30px 0 0 210px;
	font-weight: 600;

}

.header-phonenumber {
	font-size: 12px;
	padding: 5px 5px 0 0;
	line-height: 1.50em;
}

.header-phonenumber p:nth-child(1) {

	font-size: 14px;
}

.header-phonenumber p:nth-child(2) {
	font-size: 30px;
}

.header-phonenumber i {
	margin-right: 5px;
	color: #ffde29;
}

.header-phonenumber a {
	color: #ffffff;
}

.header-phonenumber a:hover {
	color: #ffde29;
	transition: all 0.3s ease 0s;

}

.mainconcept {
	width: 100%;
	height: 928px;
	background: url("../img/mainconcept.jpg") center top;
}

.item {
	width: 100%;
	height: 2030px;
	background: url("../img/itemimg.jpg") center top;
}


.contents-telbox {
	display: flex;
	text-align: right;
	padding: 30px 30px;
	font-weight: 600;

}

.contents-phonenumber {
	width: 810px;
	font-size: 32px;
	padding: 5px 5px;
	line-height: 1.50em;
}

.contents-phonenumber p:nth-child(1) {

	font-size: 30px;
}

.contents-phonenumber p:nth-child(2) {
	font-size: 80px;
}

.contents-phonenumber i {
	margin-right: 5px;
	color: #ffde29;
}

.contents-phonenumber a {
	color: #ffffff;
}

.contents-phonenumber a:hover {
	color: #ffde29;
	transition: all 0.3s ease 0s;

}

.contents-mark {
	margin-left: 10px;
}

.contents {
	margin: 0 auto;
	width: 1400px;
}

.company {
	width: 1200px;
	margin-left: 100px;
	margin-top: 150px;

}

.contents h3 {
	font-size: 36px;
	line-height: normal;
	text-align: center;
}

.company ul {
	margin: 0;
	padding: 0;
	border-bottom: #dbdbdb solid 1px;
}

.company ul li {
	list-style: none;
	border-top: #dbdbdb solid 1px;
	padding: 2% 0;
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.07em;
	color: #565353;
}

.company ul li dl {
	margin: 0;
	padding: 0;
	display: flex;
}

.company ul li dl dt {
	color: #ffffff;
	width: 20%;
	font-weight: 300;
	padding: 5px 0 0 15px;
}

.company ul li dl dd {
	color: #ffffff;
	padding: 5px 0 0 15px;
}

.col-md-12 {
	padding: 2% 0;
}

.text-black {
	color: #ffffff;
}

.formsetbox {
	background: #000000;
}

.formset {
	width: 100%;
	background: #000000;
	padding: 50px 0;
}

.recruitform {
	width: 1200px;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
}


textarea {
	overflow: auto;
	resize: vertical;
}

textarea.form-control {
	height: auto;
}

.form-radio {}

.form-control {
	height: 43px;
	border-radius: 4px;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
	border-color: #37cfa2;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.recruitbtnSet {
	text-align: center;
}

.btn.btn-primary {
	background: #fff;
	border-color: #000;
	color: #000;
}

.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.recruittxt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 20px;
}


.lasttxt {
	padding: 100px 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}


.recruitBtn {
	margin: auto;
	width: 340px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recruitBtn a {
	display: block;
	padding: 15px 0px;
	background: #000;
	color: #FFF;
}

.recruitBtn a:link {
	color: #FFF;
}

.recruitBtn a:visited {
	color: #FFF;
}



.shop {
	text-align: center;
	padding: 150px 0 0 0;
}

.shop td {
	padding: 10px;
}

.shop td p {
	font-size: 24px;
}

.menzei {
	padding: 50px 0;
}

.menzei-txtSet {
	padding: 50px 10px 0 10px;
}

.menzei-txtSet h4 {
	font-size: 24px;
	padding: 0em 0.4em;
	line-height: 1.0em;
	font-weight: 600;
	border-left: 4px solid #ffde29;

}

.menzei-maintxt {
	line-height: 1.75em;
	letter-spacing: 0.10em;
	padding: 0.6em 0 0 0.6em;
}

.menzei-maintxt h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75em;
	margin-top: 10px;
}

.menzei-maintxt p {
	font-size: 14px;

}

.menzei-subtxt {
	font-size: 20px;
	padding: 0.6em 0 0 0.6em;

}

.color-red {
	color: #dd0000;
}