@charset "UTF-8";

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#hometop {
	width: 100%;
	min-width: 1200px;
	height: 540px;
	text-align: center;
	background: url("../images/hometop-bg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

#hometop h1 {
	display: block;
	width: 1200px;
	padding: 210px 0 0 0;
	margin: 0 auto;
	text-align: right;
}

#certified {
	width: 100%;
	min-width: 1200px;
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0;
	position: relative;
	z-index: 10;
}

#certified ul {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 0;
	margin: -50px auto auto;
	list-style: none;
}

#certified li {
	text-align: center;
	padding: 0 40px;
	font-size: 14px;
}

#certified li img {
	display: block;
	margin: 0 auto 40px auto;
	width: 200px;
	border: 1px solid #CCC;
}

.factory {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.factory h3 {
	padding: 40px 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #333;
}

.factory h4 {
	padding: 40px 0 0 20px;
	margin: 0;
	font-size: 16px;
	color: #22B573;
}

.factory h4::before {
	display: block;
	height: 20px;
	width: 10px;
	content: "";
	background: #22B573;
	float: left;
	margin-left: -20px;
}

.factory p {
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
}

.factory .flexbox {
	display: flex;
	justify-content: space-between;
}

.miyagi-intro {
	width: 460px;
	padding-left: 40px;
}

.miyagi-intro img {
	width: 460px;
}

.iwate-intro {
	width: 460px;
	padding-left: 40px;
}

.iwate-intro img {
	width: 460px;
}

.niigata-intro {
	width: 460px;
	padding-left: 40px;
}

.niigata-intro img {
	width: 460px;
}

.sekikawa-intro {
	width: 460px;
	padding-left: 40px;
}

.sekikawa-intro img {
	width: 460px;
}

.factory table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.factory table thead th {
	width: 30%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #E7E7E7;
	border: 1px solid #CCC;
}

.factory table tbody th {
	width: 30%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #F2F2F2;
	border: 1px solid #CCC;
}

.factory table tbody td {
	font-size: 14px;
	border: 1px solid #CCC;
}

.factory table tbody tr td:nth-of-type(1) {
	text-align: left;
	padding: 10px 20px 10px 50px;
}

.factory table tbody tr td:nth-of-type(2) {
	text-align: center;
	padding: 10px 20px;
}

.factorymovie {
	padding: 20px 0;
	text-align: center;
}

.factorymovie iframe {
	margin: 0 auto;
}

.factoryphoto {
	padding: 20px 0;
}

.factoryphoto ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.factoryphoto ul::before {
	display: block;
	content: "";
	width: 290px;
	height: 1px;
	overflow: hidden;
	order: +1;
}

.factoryphoto ul::after {
	display: block;
	content: "";
	width: 290px;
	height: 1px;
	overflow: hidden;
}

.factoryphoto li {
	width: 290px;
	padding: 15px 0;
	font-size: 14px;
}

.factoryphoto li a {
	display: block;
	width: 290px;
	height: 224px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.factoryphoto li p{
	padding: 0;
}
.factoryphoto li p:not(:last-of-type) {
	margin-bottom: 1em;
}
.factoryphoto .factoryphoto-txtBox {
	flex-basis:50%;
}
.flow {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.flow h3 {
	padding: 40px 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	border-bottom: 1px solid #333;
}

.flow h4 {
	padding: 40px 0 10px 20px;
	margin: 0;
	font-size: 16px;
	color: #22B573;
}

.flow h4::before {
	display: block;
	height: 20px;
	width: 10px;
	content: "";
	background: #22B573;
	float: left;
	margin-left: -20px;
}

.flow p {
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
}

.flow p strong {
	font-size: 16px;
}

.flow .flexbox {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.flow .flexbox p {
	width: 600px;
}

.flow .flexbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 510px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.flow .flexbox li {
	width: 250px;
	padding: 5px 0;
	font-size: 14px;
}

.flow .flexbox li a {
	display: block;
	width: 250px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.company {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.companyDetail {
	display: flex;
	gap: 3%;
}

.company table {
	border-collapse: collapse;
	margin-bottom: 40px;
}

.company th {
	padding: 8px 20px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

.company td {
	padding: 8px 20px;
	font-size: 14px;
	vertical-align: top;
	border-left: 1px solid #999;
}


.company .companyPhoto {
	width: 25%;
display: flex;
	flex-direction: column;
	gap: 1em;
	}

.message {
	width: 820px;
	padding: 40px 300px 40px 40px;
	margin: 0 auto 40px;
	background: #E4EFF3 url("../images/photo.jpg") no-repeat 900px 80px;
}

.message h3 {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 18px;
}

.message h4 {
	padding: 10px 40px 0 40px;
	margin: 0;
	font-size: 14px;
}

.message p {
	padding: 10px 40px;
	margin: 0;
	font-size: 14px;
}

.contact {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.contact p {
	text-align: center;
	padding: 0;
	margin: 0;
}

.contact p a {
	display: block;
	width: 160px;
	height: 160px;
	line-height: 160px;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	background: #E6E6E6;
	border-radius: 160px;
	font-weight: bold;
	margin: 0 auto;
}

.contact p a::before {
	content: "> ";
	font-size: 18px;
	font-weight: normal;
}

.contact p a:hover {
	background: #E4C9D5;
}