.mainvisual {
	max-width: 1440px;
	margin: 0 auto;
}

.mainvisual .mainvisual__title {
	position: relative;
	z-index: 0;
	padding-top: 52.5%;
	overflow: hidden;
}

.mainvisual .mainvisual__title > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.support {
	max-width: 800px;
	display: flex;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.support {
		flex-wrap: wrap;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.support .support__label {
	flex-shrink: 0;
	width: 190px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.support .support__label {
		width: 100%;
		padding: 0.5rem 0;
	}
}

.support .support__label .support__label--main {
	font-size: 1rem;
	line-height: 1;
	color: #FFFFFF;
}

.support .support__label .support__label--sub {
	font-size: 0.625rem;
	line-height: 1;
	color: #FFFFFF;
}

.support .support__discription {
	background-color: #F8F8F8;
	padding: 0.5rem 1rem;
	width: 100%;
}

@media (max-width: 768px) {
	.support .support__discription {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.support .support__discription {
		text-align: left;
	}
}

.about {
	background-image: url("../images/about_bg_01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (max-width: 768px) {
	.about {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}

.about .about__text p {
	font-size: 1.25rem;
	line-height: 2.2;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.5rem;
}

.about .about__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.about .about__text p {
		font-size: 1rem;
		text-align: left;
		margin-bottom: 1.25rem;
	}
	.about .about__text p br {
		display: none;
	}
}

.produce {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.produce {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.produce .produce-list {
	display: flex;
	flex-wrap: wrap;
}

.produce .produce-list > li {
	width: calc((100% - 1rem*2)/3);
	margin-right: 1rem;
	margin-top: 1rem;
}

.produce .produce-list > li:nth-child(3n) {
	margin-right: 0;
}

.produce .produce-list > li:nth-child(-n + 3) {
	margin-top: 0;
}

@media (max-width: 768px) {
	.produce .produce-list > li, .produce .produce-list > li:nth-child(-n + 3), .produce .produce-list > li:nth-child(3n) {
		width: calc((100% - 0.75rem*1)/2);
		margin-right: 0.75rem;
		margin-top: 1rem;
	}
	.produce .produce-list > li:nth-child(2n) {
		margin-right: 0;
	}
	.produce .produce-list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
}

.produce .produce-list .produce-list__image {
	position: relative;
	z-index: 0;
	padding-top: 52.5%;
	overflow: hidden;
}

.produce .produce-list .produce-list__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}

.produce .produce-list .produce-list__name {
	font-weight: 700;
	text-align: center;
}

.contact {
	max-width: 800px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 5rem;
	margin-bottom: 5rem;
	position: relative;
	z-index: 0;
}

@media (max-width: 960px) {
	.contact {
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.contact {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

.contact .contact-image01 {
	max-width: 260px;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 20px;
	transform: translate(50%, -50%);
}

@media (max-width: 1200px) {
	.contact .contact-image01 {
		width: 200px;
	}
}

@media (max-width: 960px) {
	.contact .contact-image01 {
		max-width: 100%;
		width: auto;
		opacity: 0.2;
		right: 180px;
	}
}

.contact .section-title {
	color: #FFFFFF;
	margin-bottom: 1rem;
}

.contact .contact-text01 {
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.contact .contact-text01 {
		font-size: 1.25rem;
	}
}

.contact .contact-tel {
	color: #FFFFFF;
	font-size: 3.75rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 1;
}

.contact .contact-tel::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url("../../common/images/ico_tel-white.svg") no-repeat;
	background-size: contain;
	margin-right: 1.5rem;
}

@media (max-width: 768px) {
	.contact .contact-tel {
		font-size: 3rem;
	}
	.contact .contact-tel::before {
		width: 36px;
		height: 36px;
		margin-right: 0.5rem;
	}
}

@media (max-width: 480px) {
	.contact .contact-tel {
		font-size: 11vw;
	}
}

.contact .contact-business-time {
	font-size: 1rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2rem;
}

.contact .btn--base {
	color: #E587A9;
	margin: 0 auto;
	background-color: #FFFFFF;
}
