.sub-mv {
	height: 336px;
	margin-top: 96px;
	position: relative;
	overflow: hidden;
	border-bottom: 16px solid #A40000
}

.sub-mv-bg {
	position: absolute;
	inset: 0;
	background: url("../images/sub/mv.jpg") center/cover no-repeat
}

.sub-mv-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .54)
}

.sub-mv-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	color: #fff
}

.sub-mv-title h2 {
	font-size: 36px;
	line-height: 1;
	color: #A40000;
	letter-spacing: 5%;
}

.sub-mv-title p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 5%;
	margin-top: 7px;
}

/* service */
.service-container {
	width: min(1280px, 90%);
	margin: auto
}

.service-intro {
	padding: 80px 0 100px
}

.service-intro-inner {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 20px
}

.service-intro-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.2
}

.service-intro-text p+p {
	margin-top: 6px
}

.service-intro-image img {
	height: 315px;
	object-fit: cover
}

.service-list {
	padding: 0 0 110px
}

.service-item {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: 20px;
	margin-bottom: 60px
}

.service-item:last-child {
	margin-bottom: 0
}

.service-item-text h3 {
	font-size: 36px;
	line-height: 2;
	letter-spacing: 5%;
}

.service-title-line {
	display: block;
	width: 82px;
	height: 7px;
	background: #A40000;
	margin: 15px 0 28px
}

.service-item-text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.1
}

.service-item-text p+p {
	margin-top: 4px
}

.service-item-image img {
	height: 300px;
	object-fit: cover
}

@media(max-width:900px) {
	.sub-mv {
		height: 260px;
		margin-top: 65px;
		border-bottom-width: 8px
	}

	.sub-mv-title h1 {
		font-size: 31px
	}

	.service-intro {
		padding: 55px 0 70px
	}

	.service-intro-inner {
		grid-template-columns: 1fr;
		gap: 35px
	}

	.service-intro-text {
		font-size: 14px
	}

	.service-intro-image img {
		height: auto;
		aspect-ratio: 16/10
	}

	.service-list {
		padding-bottom: 70px
	}

	.service-item {
		grid-template-columns: 1fr;
		gap: 30px;
		min-height: 0;
		margin-bottom: 80px
	}

	.service-item-text h3 {
		font-size: 25px
	}

	.service-title-line {
		width: 55px;
		height: 4px;
		margin: 15px 0 22px
	}

	.service-item-text p {
		font-size: 14px
	}

	.service-item-image {
		order: -1
	}

	.service-item-image img {
		height: auto;
		aspect-ratio: 16/10
	}
}

@media(max-width:600px) {
	.sub-mv {
		margin-top: 77px;
	}

	.service-intro-text {
		line-height: 2
	}

	.service-item-text h3 {
		font-size: 23px
	}
}

/* works */
.works-page {
	padding: 80px 0 120px;
	background: #fff
}

.works-container {
	width: min(1280px, 90%);
	margin: auto
}

.works-lead {
	text-align: center;
	margin-bottom: 50px
}

.works-lead p {
	line-height: 2;
	font-weight: 500;
}

.works-category {
	margin-top: 55px
}

.works-category:first-of-type {
	margin-top: 0
}

.works-category h3 {
	font-size: 36px;
	line-height: 2;
	letter-spacing: 5%;
	text-align: center;
}

.works-heading-line {
	display: block;
	width: 82px;
	height: 7px;
	background: #A40000;
	margin: 15px auto 32px
}

.works-grid {
	display: grid;
	gap: 9px
}

.works-grid-kitchen {
	grid-template-columns: repeat(4, 1fr)
}

.works-grid-stainless {
	grid-template-columns: repeat(4, 1fr)
}

.works-card {
	margin: 0;
	overflow: hidden;
	background: #eee
}

.works-card img {
	width: 100%;
	object-fit: cover;
	transition: transform .6s ease
}

.works-card:hover img {
	transform: scale(1.04)
}

.works-grid-stainless .works-card {
	grid-column: 1/2
}

@media(max-width:1100px) {
	.works-card img {
		height: 200px
	}
}

@media(max-width:900px) {
	.works-page {
		padding: 60px 0 85px
	}

	.works-lead {
		margin-bottom: 45px
	}

	.works-lead p {
		font-size: 14px
	}

	.works-category {
		margin-top: 70px
	}

	.works-category h3 {
		font-size: 28px
	}

	.works-heading-line {
		width: 55px;
		height: 4px;
		margin: 15px auto 30px
	}

	.works-grid-kitchen,
	.works-grid-stainless {
		grid-template-columns: repeat(2, 1fr)
	}

	.works-card img {
		height: auto;
		aspect-ratio: 4/3
	}

	.works-grid-stainless .works-card {
		grid-column: auto
	}
}

@media(max-width:600px) {
	.works-container {
		width: 88%
	}

	.works-lead {
		text-align: left
	}

	.works-lead p {
		line-height: 2
	}

	.works-lead p+p {
		margin-top: 8px
	}

	.works-category h3 {
		font-size: 25px
	}

	.works-grid {
		gap: 12px
	}

	.works-grid-kitchen,
	.works-grid-stainless {
		grid-template-columns: 1fr
	}
}

/* recruit */
.recruit-page {
	padding: 75px 0 110px;
	background: #fff
}

.recruit-container {
	width: min(1280px, 90%);
	margin: auto
}

.recruit-lead {
	display: grid;
	grid-template-columns: 1.45fr .85fr;
	align-items: start;
	gap: 30px;
	margin-bottom: 90px
}

.recruit-lead-text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.05
}

.recruit-lead-text p+p {
	margin-top: 20px
}

.recruit-lead-image img {
	width: 100%;
	object-fit: cover
}

.recruit-section {
	margin-top: 100px
}

.recruit-heading {
	text-align: center;
	margin-bottom: 40px;
}

.recruit-table {
	width: 960px;
	margin: 0 auto;
	border-collapse: collapse;
	table-layout: fixed;
	font-weight: 500;
}

.recruit-table th,
.recruit-table td {
	padding: 16px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	text-align: left
}

.recruit-table th {
	width: 210px;
	font-weight: 500;
	background: #fafafa
}

.recruit-table td {
	line-height: 2;
	font-weight: 400;
}

.recruit-table td p+p {
	margin-top: 12px
}

.recruit-table ul {
	margin: 4px 0 0;
	padding: 0;
	list-style: none
}

.recruit-table li {
	position: relative;
	padding-left: 1em
}

.recruit-table li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0
}

.recruit-check-list li::before {
	content: "○"
}

.company-table th,
.entry-table th {
	width: 230px
}

.recruit-entry {
	text-align: center
}

.recruit-entry .btn-more {
	margin-top: 60px;
	;
}

.entry-table {
	text-align: left
}

.recruit-table .map-txt {
	display: flex;
	align-items: center;
	margin-top: 0;
}

.recruit-table .map-txt a:hover {
	text-decoration: underline;
}

.recruit-table .place {
	display: flex;
	align-items: center;
	gap: 50px;
}

.recruit-table .i-map {
	content: url("../images/sub/i-map.png");
	height: 24px;
	margin-right: 5px;
}

@media(max-width:900px) {
	.recruit-page {
		padding: 55px 0 85px
	}

	.recruit-lead {
		grid-template-columns: 1fr;
		gap: 35px;
		margin-bottom: 70px
	}

	.recruit-lead-image {
		order: -1
	}

	.recruit-lead-image img {
		height: auto;
		aspect-ratio: 16/10
	}

	.recruit-section {
		margin-top: 75px
	}

	.recruit-table {
		min-width: 700px
	}
}

@media(max-width:600px) {

	.recruit-heading {
		margin-bottom: 25px
	}

	.recruit-heading p {
		font-size: 13px
	}

	.recruit-table {
		min-width: 0;
		table-layout: auto
	}

	.recruit-table tbody,
	.recruit-table tr,
	.recruit-table th,
	.recruit-table td {
		display: block;
		width: 100%
	}

	.recruit-table tr {
		border-bottom: 1px solid #ccc
	}

	.recruit-table th {
		padding: 13px 15px;
		border-bottom: 0;
		background: #f5f5f5;
		font-weight: 700
	}

	.recruit-table td {
		padding: 15px;
		border-top: 0
	}

	.entry-btn {
		width: 100%;
		max-width: 250px
	}
}

/* company */
.company-page {
	background: #fff
}

.company-page-container {
	width: min(1280px, 88%);
	margin: auto;
	padding: 90px 0 0
}

.company-information {
	margin-bottom: 85px;
	text-align: center
}

.company-page-heading {
	text-align: center
}

.company-page-heading h2 {
	color: #A40000;
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em
}

.company-page-heading p {
	margin-top: 13px;
	font-size: 17px;
	font-weight: 700
}

.company-information-text {
	margin-top: 45px
}

.company-information-text p {
	font-weight: 500;
	line-height: 2
}

.company-information-text p+p {
	margin-top: 3px
}

.company-overview {
	width: min(960px, 100%);
	margin: auto
}

.company-overview-list {
	margin-top: 42px
}

.company-overview-list dl {
	width: 100%
}

.company-overview-list dl>div {
	display: grid;
	grid-template-columns: 210px 1fr;
	border-top: 1px solid #ccc
}

.company-overview-list dl>div:last-child {
	border-bottom: 1px solid #ccc
}

.company-overview-list dt,
.company-overview-list dd {
	padding: 18px 20px;
	line-height: 2
}

.company-overview-list dt {
	font-weight: 500
}

.company-overview-list dd {
	margin: 0
}

.company-overview-list a {
	transition: color .3s
}

.company-overview-list a:hover {
	color: #A40000
}

@media(max-width:900px) {
	.company-page-container {
		padding: 65px 0 55px
	}

	.company-information {
		margin-bottom: 65px
	}

	.company-page-heading h2 {
		font-size: 40px
	}

	.company-page-heading p {
		font-size: 15px
	}

	.company-information-text {
		margin-top: 35px
	}

	.company-information-text p {
		font-size: 13px
	}

	.company-overview-list dl>div {
		grid-template-columns: 170px 1fr
	}

	.company-map iframe {
		height: 320px
	}
}

@media(max-width:600px) {
	.company-page-container {
		width: 88%;
		padding: 55px 0 45px
	}

	.company-page-heading h2 {
		font-size: 32px
	}

	.company-page-heading p {
		font-size: 13px
	}

	.company-information {
		text-align: left
	}

	.company-information .company-page-heading {
		text-align: center
	}

	.company-information-text p {
		line-height: 2
	}

	.company-information-text p+p {
		margin-top: 10px
	}

	.company-overview-list dl>div {
		display: block
	}

	.company-overview-list dt {
		padding: 13px 15px;
		background: #f5f5f5;
		font-weight: 700
	}

	.company-overview-list dd {
		padding: 14px 15px
	}
}

/* contact */
.contact-page {
	padding: 85px 0 120px;
	background: #fff
}

.contact-page-container {
	width: min(1280px, 88%);
	margin: auto
}

.contact-guide {
	text-align: center;
	margin-bottom: 110px
}

.contact-guide p {
	font-weight: 500;
	line-height: 2
}

.contact-guide p+p {
	margin-top: 30px
}

.contact-guide a {
	font-weight: 700;
	transition: color .3s
}

.contact-guide a:hover {
	color: #A40000
}

.contact-guide-tel {
	margin-top: 38px !important
}

.contact-form-section {
	width: min(900px, 100%);
	margin: auto
}

.contact-page-heading {
	text-align: center;
	margin-bottom: 45px
}

.contact-form-wrap {
	width: 100%
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.screen-reader-response ul {
	display: none;
}

.screen-reader-response p {
	color: #A40000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px;
}

.wpcf7-response-output {
	color: #A40000;
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
}

.cf7-form {
	max-width: 960px;
}

.cf7-row {
	display: grid;
	grid-template-columns: 280px 1fr;
	align-items: center;
	min-height: 65px;
	border-top: 1px solid #ccc
}

.cf7-row:last-of-type {
	border-bottom: 1px solid #ccc
}

.cf7-label {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 25px;
	padding: 12px 10px
}

.cf7-label label {
	font-size: 14px;
	font-weight: 500
}

.cf7-required,
.cf7-optional {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	line-height: 1
}

.cf7-required {
	background: #A40000
}

.cf7-optional {
	background: #aaa
}

.cf7-field {
	padding: 10px 0
}

.cf7-field .wpcf7-form-control-wrap {
	display: block;
	width: 100%
}

.cf7-field input,
.cf7-field textarea {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: #f4f4f4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 14px;
	outline: 0;
	transition: background .3s, box-shadow .3s
}

.cf7-field input {
	height: 42px;
	padding: 0 15px
}

.cf7-field textarea {
	height: 180px;
	padding: 15px;
	resize: vertical
}

.cf7-field input:focus,
.cf7-field textarea:focus {
	background: #fff;
	box-shadow: 0 0 0 1px #A40000 inset
}

.cf7-textarea-row {
	align-items: center
}

.cf7-submit-wrap {
	position: relative;
	width: 270px;
	height: 65px;
	margin: 55px auto 0;
	background: #A40000;
	transition: background .3s
}

.cf7-submit-wrap:hover {
	background: #A40000;
}

.cf7-submit-wrap .wpcf7-submit {
	width: 100%;
	height: 100%;
	padding: 0 75px 0 30px;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer
}

.cf7-submit-arrow {
	position: absolute;
	top: 50%;
	right: 32px;
	width: 48px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform .3s
}

.cf7-submit-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: right center
}

.cf7-submit-wrap:hover .cf7-submit-arrow {
	transform: translate(6px, -50%)
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: 0;
	transform: translateY(-50%)
}

.wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #A40000;
	font-size: 14px;
	font-weight: 500;
}

@media(max-width:900px) {
	.contact-page {
		padding: 60px 0 90px
	}

	.contact-guide {
		margin-bottom: 80px
	}

	.contact-page-heading h2 {
		font-size: 40px
	}

	.contact-page-heading p {
		font-size: 15px
	}

	.cf7-row {
		grid-template-columns: 230px 1fr
	}

	.cf7-label {
		gap: 15px
	}
}

@media(max-width:600px) {
	.contact-page-container {
		width: 88%
	}

	.contact-guide {
		text-align: left;
		margin-bottom: 65px
	}

	.contact-guide p {
		line-height: 2
	}

	.contact-guide p+p {
		margin-top: 24px
	}

	.contact-guide-tel {
		text-align: center
	}

	.contact-page-heading {
		margin-bottom: 30px
	}

	.contact-page-heading h2 {
		font-size: 32px
	}

	.contact-page-heading p {
		font-size: 13px
	}

	.cf7-row {
		display: block;
		padding: 18px 0
	}

	.cf7-label {
		grid-template-columns: 43px 1fr;
		gap: 12px;
		padding: 0 0 10px
	}

	.cf7-required,
	.cf7-optional {
		width: 43px;
		height: 23px
	}

	.cf7-field {
		padding: 0
	}

	.cf7-field input {
		height: 48px
	}

	.cf7-field textarea {
		height: 180px
	}

	.cf7-submit-wrap {
		width: 100%;
		max-width: 270px;
		margin-top: 40px
	}
}

@media(max-width:1024px) {
	.recruit-table {
		width: 100%;
	}
}

@media(max-width:480px) {
	.recruit-heading .section-title {
		font-size: 34px;
	}

	.recruit-heading .section-title span {
		font-size: 52px;
	}

	.recruit-table .place {
		gap: 10px;
	}

	.company-page .contact {
		padding-bottom: 150px;
		;
	}

	.company-page-heading .section-title {
		font-size: 34px;
	}

	.company-page-heading .section-title span {
		font-size: 52px;
	}

	.contact-page-heading .section-title {
		font-size: 34px;
	}

	.contact-page-heading .section-title span {
		font-size: 52px;
	}
}