.breadcrumbs_back { margin: 0; }

.black-heading-ttl, .white-heading-ttl, .green-heading-ttl {
	margin: 0 0 20px;
	font-size: clamp(22px, 2vw, 32px);
	font-weight: bold;
	line-height: 1.4;
}
.black-lead-ttl, .white-lead-ttl, .green-lead-ttl {
	margin: 0 0 15px;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: bold;
	line-height: 1.4;
}
.black-lead-txt, .white-lead-txt, .green-lead-txt {
	margin: 0 0 15px;
	font-size: clamp(14px, 1.6vw, 18px);
	line-height: 1.4;
}
.black-heading-ttl, .black-lead-ttl, .black-lead-txt, .txt-black { color: #000000; }
.white-heading-ttl, .white-lead-ttl, .white-lead-txt, .txt-white { color: #ffffff; }
.green-heading-ttl, .green-lead-ttl, .green-lead-txt, .txt-green { color: #00cd0a; }
@media screen and (max-width: 1199px) {
	.black-heading-ttl, .white-heading-ttl, .green-heading-ttl {
		margin: 0 0 15px;
	}
	.black-lead-ttl, .white-lead-ttl, .green-lead-ttl,
	.black-lead-txt, .white-lead-txt, .green-lead-txt {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.black-heading-ttl, .white-heading-ttl, .green-heading-ttl,
	.black-lead-ttl, .white-lead-ttl, .green-lead-ttl,
	.black-lead-txt, .white-lead-txt, .green-lead-txt {
		margin: 0 0 8px;
	}
	.black-lead-txt, .white-lead-txt, .green-lead-txt {
		text-align: left;
	}
}

.main-container {
	margin-bottom: 120px;
}
.main-container .main-ttl {
	margin: 0;
	font-size: clamp(28px, 3vw, 58px);
	font-weight: bold;
	line-height: 1.2;
}
.main-container .main-lead {
	margin: 0 0 15px;
	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.4;
}
.main-container .swiper-slide {
	position: relative;
}
.main-container .swiper-slide .swiper-box {
	position: absolute;
	top: 35%;
	left: 20%;
}
.main-container a {
	display: inline-block;
	width: 180px;
	padding: 4px 0;
	font-size: clamp(14px, 1vw, 16px);
	text-align: center;
	background: #00ae42;
	border: 2px solid #00ae42;
	border-radius: 5px;
}
.main-container a:hover {
	background: #222;
	opacity: 1;
}
.main-container a + a {
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.main-container {
		margin-bottom: 40px;
	}
	.main-container .main-lead {
		margin: 0 0 10px;
	}
	.main-container .swiper-slide .swiper-box {
		position: absolute;
		top: 6%;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		text-align: center;
	}
	.main-container a {
		width: 100px;
		padding: 2px 0;
	}
}

.lineup-container {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto 160px;
}
.lineup-list {
	display: flex;
	justify-content: space-between;
}
.lineup-list li {
	width: 32.5%;
	background: #f5f5f5;
	text-align: center;
}
.lineup-list li a {
	display: block;
	padding-top: 70px;
}
.lineup-heading {
	font-size: clamp(20px, 2vw, 28px);
	font-weight: bold;
	line-height: 1.4;
}
.lineup-lead {
	padding-bottom: 20px;
	font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 767px) {
	.lineup-container {
		margin: 0 auto 80px;
	}
	.lineup-list {
		flex-direction: column;
	}
	.lineup-list li {
		width: 100%;
		margin-bottom: 15px;
	}
	.lineup-list li a {
		padding-top: 40px;
	}
	.lineup-lead {
		padding-bottom: 0;
	}
}

.all-product-container {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto 160px;
	text-align: center;
}
.all-product-list {
	display: flex;
	justify-content: space-between;
}
.all-product-list li {
	width: 32.5%;
	background: linear-gradient(to bottom, #f9f9f9ff 40%, #d6d6d6ff 90%);;
	text-align: center;
}
.all-product-list li a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 70px;
}
.all-product-heading {
	margin-bottom: 40px;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: bold;
	line-height: 1.4;
}
.all-product-btn {
	margin-top: 30px;
	padding: 6px 10px;
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 500;
	color: #fff;
	background: #00ae42;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.all-product-container {
		margin: 0 auto 80px;
	}
	.all-product-list {
		flex-direction: column;
	}
	.all-product-list li {
		width: 100%;
		margin-bottom: 15px;
	}
	.all-product-list li a {
		padding-top: 30px;
	}
	.all-product-list li img {
		width: 50%;
	}
	.all-product-heading {
		margin-bottom: 20px;
	}
}

.possible-container {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto 120px;
	text-align: center;
}
.possible-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.possible-list li {
	width: 49%;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
}
.possible-box {
	position: absolute;
	left: 15px;
	bottom: 12px;
	color: #fff;
}
.possible-heading {
	font-size: clamp(18px, 1.6vw, 26px);
	font-weight: bold;
	line-height: 1.4;
}
.possible-lead {
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.possible-container {
		margin: 0 auto 60px;
	}
	.possible-list {
		flex-direction: column;
	}
	.possible-list li {
		width: 100%;
		margin-bottom: 15px;
	}
}

.start-container {
	max-width: 95%;
	width: 1200px;
	margin: 0 auto 120px;
	text-align: center;
}
.start-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.start-list li {
	width: 33%;
	text-align: left;
	position: relative;
}
.start-box {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #000;
}
.start-heading {
	font-size: clamp(18px, 1.6vw, 24px);
	font-weight: bold;
	line-height: 1.4;
}
.start-lead {
	font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 767px) {
	.start-container {
		margin: 0 auto 60px;
	}
	.start-list {
		flex-wrap: wrap;
	}
	.start-list li {
		width: 49%;
		text-align: center;
	}
	.start-box {
		top: 5%;
	}
}
