.breadcrumbs_back,
.cl-over {
	margin: 0;
}
.black-bg-color {
	color: #fff;
	background: #000;
}
.black-bg-grad-color {
	color: #fff;
	background: linear-gradient(180deg, #202020 0, #000 50%);
}
.green-bg-grad-color {
	color: #fff;
	background: linear-gradient(180deg, #28424f 0, #000 50%);
}

.black-primary-ttl, .white-primary-ttl, .orange-primary-ttl {
	margin: 0 0 20px;
	font-size: clamp(26px, 2.4vw, 38px);
	line-height: 1.2;
}
.black-heading-ttl, .white-heading-ttl, .orange-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(22px, 2.2vw, 32px);
	line-height: 1.2;
}
.black-lead-ttl, .white-lead-ttl, .orange-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}
.black-lead-txt, .white-lead-txt, .orange-lead-txt {
	margin: 0 0 15px;
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.4;
}
.dark-gray-sup-txt, .light-gray-sup-txt {
	margin: 0;
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.4;
}
.black-primary-ttl, .black-heading-ttl, .black-lead-ttl, .black-lead-txt { color: #000000; }
.white-primary-ttl, .white-heading-ttl, .white-lead-ttl, .white-lead-txt { color: #ffffff; }
.orange-primary-ttl, .orange-heading-ttl, .orange-lead-ttl, .orange-lead-txt { color: #e5651c; }
.dark-gray-sup-txt { color: #333; }
.light-gray-sup-txt { color: #ccc; }
@media screen and (max-width: 1199px) {
	.black-heading-ttl, .white-heading-ttl, .orange-heading-ttl {
		margin: 0 0 15px;
	}
	.black-lead-ttl, .white-lead-ttl, .orange-lead-ttl,
	.black-lead-txt, .white-lead-txt, .orange-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.black-heading-ttl, .white-heading-ttl, .orange-heading-ttl,
	.black-lead-ttl, .white-lead-ttl, .orange-lead-ttl,
	.black-lead-txt, .white-lead-txt, .orange-lead-txt {
		margin: 0 0 8px;
	}
	.black-lead-txt, .white-lead-txt, .orange-lead-txt {
		text-align: left;
	}
}

/* メインビジュアル */
.main-container {
	background: url(/wp/wp-content/themes/appletree/images/page/ff-r1/main_bg.png) no-repeat center / cover;
	aspect-ratio: 20 / 8;
	display: flex;
	align-items: center;
}
.main-wrap {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto;
}
.main-wrap .lead {
	font-size: clamp(16px, 1.2vw, 22px);
	color: #ddd;
	line-height: 1.2;
}
.main-wrap .ttl {
	margin: 0 0 40px;
	font-size: clamp(52px, 4vw, 72px);
	color: #fff;
	line-height: 1.2;
}
.main-btn {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.main-btn a {
	display: inline-block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 8px 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	color: #fff;
	border: 1px solid #e5651c;
	border-radius: 5px;
	background: #e5651c;
	transition: background-color 0.3s, color 0.3s;
}
.main-btn a:hover {
	text-decoration: none;
	color: #e5651c;
	background: #fff;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.main-container {
		background: url(/wp/wp-content/themes/appletree/images/page/ff-r1/main_bg_sp.png) no-repeat center / cover;
		aspect-ratio: 2.5 / 4;
	}
	.main-wrap {
		height: 100%;
		padding: 30px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}
	.main-btn {
		justify-content: center;
		width: 100%;
	}
	.main-btn a {
		width: 46%;
	}
}

.topics-container {
	margin-bottom: 180px;
	padding: 160px 0;
	background: url(/wp/wp-content/themes/appletree/images/page/ff-r1/topics_bg.png) no-repeat center / cover;
	text-align: center;
}
.topics-wrap {
	display: flex;
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
	gap: 20px;
}
.topics-box {
	width: 33%;
}
.topics-img-box {
	margin-bottom: 10px;
	border-radius: 12px;
	background: #F0F0F0;
}
.topics-img {
	width: 400px;
	border-radius: 12px;
}
@media screen and (max-width:767px) {
	.topics-container {
		margin-bottom: 80px;
		padding: 60px 0;
	}
	.topics-wrap {
		flex-direction: column;
	}
	.topics-box {
		width: 100%;
		margin-bottom: 20px;
	}
}

.prototypes-container {
	margin-bottom: 200px;
	text-align: center;
}
.prototypes-wrap {
	display: flex;
	align-items: center;
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
	background: #1a1a1a;
	border-radius: 12px;
}
.prototypes-box {
	width: 50%;
}
.prototypes-img {
	border-radius: 12px;
}
@media screen and (max-width:767px) {
	.prototypes-container {
		margin-bottom: 100px;
	}
	.prototypes-wrap {
		flex-direction: column;
	}
	.prototypes-box {
		width: 100%;
		padding: 20px 10px 5px;
	}
}

.molds-container {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 200px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.molds-container {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 767px) {
	.molds-container {
		margin-bottom: 80px;
	}
}

.complex-container {
	width: 100%;
	padding: 160px 0 180px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.complex-container {
		padding: 80px 0;
	}
}

.p-8em { padding: 8em 0 !important;}
.left-img-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 120px;
	text-align: center;
}
.left-img-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}
.left-img-box {
	width: 48%;
}
.left-img-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.left-img-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.p-8em { padding: 4em 0 !important;}
	.left-img-container {
		margin-bottom: 60px;
	}
	.left-img-wrap {
		flex-direction: column-reverse;
	}
	.left-img-box {
		width: 100%;
	}
}

.right-img-container {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto 140px;
}
.right-img-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.right-img-box {
	width: 48%;
}
.right-img-img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1199px) {
	.right-img-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.right-img-container {
		margin-bottom: 60px;
	}
	.right-img-wrap {
		flex-direction: column;
	}
	.right-img-box {
		width: 100%;
	}
}

.parameters-container {
	max-width: 96vw;
	width: 1000px;
	margin: 0 auto 180px;
	text-align: center;
}
.parameters-ttl {
	margin-bottom: 40px;
	font-size: clamp(20px, 1.4vw, 26px);
	font-weight: bold;
}
.parameters-table {
	width: 100%;
	margin-bottom: 15px;
}
.parameters-table th,
.parameters-table td {
	padding: 6px 12px 4px;
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.4;
	vertical-align: middle;
}
.parameters-table th {
	width: 15%;
	border-bottom: 3px solid #e5651c;
}
.parameters-table td {
	border-bottom: 1px solid #808080;
}
.parameters-txt {
	font-size: clamp(12px, 1vw, 14px);
	line-height: 1.4;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.parameters-container {
		margin: 0 auto 100px;
	}
	.parameters-ttl {
		margin-bottom: 20px;
	}
	.parameters-table {
		width: 100%;
	}
	.parameters-table th,
	.parameters-table td {
		padding: 5px 2px 3px;
	}
}

.foot-container {
	max-width: 95vw;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.foot-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.foot-box {
	width: 50%;
}
.foot-box .ttl {
	font-size: clamp(30px, 3vw, 56px);
	font-weight: bold;
	line-height: 1.2;
}
.foot-box .lead {
	margin: 0 0 40px;
	font-size: clamp(16px, 1.2vw, 22px);
	line-height: 1.2;
}
.foot-btn {
	display: flex;
	flex-wrap: wrap;
}
.foot-btn a {
	display: inline-block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 8px 0;
	font-size: clamp(14px, 1vw, 18px);
	text-align: center;
	color: #fff;
	border: 1px solid #e5651c;
	border-radius: 5px;
	background: #e5651c;
	transition: background-color 0.3s, color 0.3s;
}
.foot-btn a:hover {
	text-decoration: none;
	color: #e5651c;
	background: #fff;
	opacity: 1;
}
.foot-img {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.foot-box {
		width: 100%;
		text-align: center;
	}
	.foot-box .lead {
		margin: 0 0 20px;
	}
	.foot-btn {
		justify-content: center;
	}
	.foot-btn a {
		width: 46%;
	}
	.foot-img {
		width: 40%;
		margin-bottom: 40px;
	}
}
