@charset "UTF-8";

/* Home page styles
   Extracted from the former monolithic styles.css.
   Keep page-only rules here; shared layout stays in /styles.css. */

.top__title {
	font-size: 1.75rem;
	font-weight: 600;
	margin: 10px;
	padding: 80px 0px 50px 0px;
}

.top__smallTitle {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.topImg {
	background-color: #f7b100;
	display: flex;
	justify-content: center;
}

.topImg img {
	margin: 200px auto 50px auto;
}

@media (min-width: 960px) {
	.topImg img {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.topImg img {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.topImg img {
		width: 100%;
	}
}

#companyProfile {
	scroll-margin-top: 20px;
}

.company-brochure {
	margin: 0 5%;
}

.company-brochure__contentsArea {
	padding: 0 2%;
	display: flex;
}

@media (min-width: 960px) {
	.company-brochure__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.company-brochure__contentsArea {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 540px) {
	.company-brochure__contentsArea {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.company-brochure__imgArea {
	padding: 5%;
}

@media (min-width: 960px) {
	.company-brochure__imgArea {
		width: 33%;
	}
}

@media (max-width: 960px) {
	.company-brochure__imgArea {
		width: 40%;
	}
}

@media (max-width: 540px) {
	.company-brochure__imgArea {
		width: 60%;
	}
}

.company-brochure__imgArea img {
	width: 100%;
}

@media (min-width: 960px) {
	.company-brochure__textArea {
		width: 67%;
		padding-left: 4%;
	}
}

@media (max-width: 960px) {
	.company-brochure__textArea {
		width: auto;
		padding-top: 4%;
	}
}

@media (max-width: 540px) {
	.company-brochure__textArea {
		width: auto;
		padding-top: 4%;
	}
}

.business-information {
	margin: 0 5%;
}

.business-information__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.business-information__contentsArea {
	display: flex;
	justify-content: center;
	margin: auto;
}

@media (min-width: 960px) {
	.business-information__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.business-information__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.business-information__contentsArea {
		flex-direction: column;
	}
}

.business-information__details {
	border: 1px solid #3AB483;
	margin: 1%;
}

@media (min-width: 960px) {
	.business-information__details {
		display: flex;
		width: 290px;
		height: 330px;
		flex-direction: column;
	}

	.business-information__details img {
		width: 290px;
	}
}

@media (max-width: 960px) {
	.business-information__details {
		width: 30%;
		margin: 0 auto 20px auto;
	}

	.business-information__details img {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.business-information__details {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.business-information__details img {
		width: 100%;
	}
}

.business-information__details p {
	font-weight: 600;
	height: 3rem;
	align-items: center;
	justify-content: center;
	display: flex;
}

@media (min-width: 960px) {
	.business-information__details p {
		font-size: 24px;
	}
}

@media (max-width: 960px) {
	.business-information__details p {
		font-size: 24px;
	}
}

@media (max-width: 540px) {
	.business-information__details p {
		font-size: 20px;
	}
}

.business-information__details--arrow {
	color: #3AB483;
	width: 10rem;
	margin: auto;
	padding: 0 0 0 50px;
}

.business-ownProducts {
	margin: 0 5%;
}

.business-ownProducts__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.business-ownProducts__contentsArea {
	display: flex;
	justify-content: center;
	margin: auto;
}

@media (min-width: 960px) {
	.business-ownProducts__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.business-ownProducts__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.business-ownProducts__contentsArea {
		flex-direction: column;
	}
}

.business-ownProducts__details {
	border: 1px solid #3AB483;
	margin: 1%;
}

@media (min-width: 960px) {
	.business-ownProducts__details {
		display: flex;
		width: 290px;
		height: 330px;
		flex-direction: column;
	}

	.business-ownProducts__details img {
		width: 290px;
	}
}

@media (max-width: 960px) {
	.business-ownProducts__details {
		width: 30%;
		margin: 0 15px 20px 15px;
	}

	.business-ownProducts__details img {
		width: 100%;
	}
}

@media (max-width: 540px) {
	.business-ownProducts__details {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.business-ownProducts__details img {
		width: 100%;
	}
}

.business-ownProducts__details p {
	font-weight: 600;
	height: 3rem;
	align-items: center;
	justify-content: center;
	display: flex;
}

@media (min-width: 960px) {
	.business-ownProducts__details p {
		font-size: 24px;
	}
}

@media (max-width: 960px) {
	.business-ownProducts__details p {
		font-size: 24px;
	}
}

@media (max-width: 540px) {
	.business-ownProducts__details p {
		font-size: 20px;
	}
}

.business-ownProducts__details--arrow {
	color: #3AB483;
	width: 10rem;
	margin: auto;
	padding: 0 0 0 50px;
}

.recruitment {
	margin: 0 5%;
}

.recruitment__contentsArea {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 960px) {
	.recruitment__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.recruitment__contentsArea {
		flex-direction: column;
	}
}

@media (max-width: 540px) {
	.recruitment__contentsArea {
		flex-direction: column;
	}
}

.recruitment__contentsArea img {
	width: 80%;
	height: 80%;
}

@media (max-width: 960px) {
	.recruitment__contentsArea img {
		margin-bottom: 5%;
	}
}

@media (max-width: 540px) {
	.recruitment__contentsArea img {
		margin-bottom: 5%;
	}
}

.recruitment__contentsArea__recruitmentImg {
	display: flex;
	justify-content: center;
	align-items: center;
}

.recruitment__contentsArea__recruitmentImg img {
	width: 100%;
}

.recruitment__textArea {
	margin-left: 4%;
}

.recruitment__textArea--arrow {
	color: #3AB483;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 80%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.company-overview {
	margin: 0 5%;
}

.company-overview__infoArea {
	width: 90%;
	margin-left: 5%;
}

.company-overview__routeDetails {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
}

.company-overview__routeDetails p {
	width: 48%;
}

.company-overview__routeDetails img {
	width: 48%;
}

.company-overview__infoDetails {
	display: flex;
	border-bottom: solid 2px #f4deae;
	align-items: center;
}

.company-overview__infoDetails--title {
	width: 30%;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin: .75em;
}

.company-overview__infoDetails--text {
	width: 70%;
	margin: 0.75em;
}

.company-overview__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 40%;
}

.company-overview__routeDetails {
	display: flex;
	align-items: center;
}

.inquiry {
	margin: 0 5%;
}

.inquiry__title {
	margin-top: 10%;
	margin-left: 5%;
}

.inquiry__contentsArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 960px) {
	.inquiry__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.inquiry__contentsArea {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.inquiry__contentsArea {
		flex-direction: column;
		align-items: center;
	}
}

.inquiry__contentsArea img {
	width: 30%;
}

@media (min-width: 960px),
(max-width: 960px) {
	.inquiry__textArea {
		width: 60%;
	}
}

@media (max-width: 540px) {
	.inquiry__textArea {
		width: 90%;
	}
}

.statistics {
	margin: 0 5%;
	padding: 0 0 100px 0;
}
