@charset "UTF-8";

:root {
	--blue: #003d9d;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img.pc-only {
	display: inline;
}
@media screen and (max-width: 767px) {
	img.pc-only {
		display: none;
	}
}
img.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	img.sp-only {
		display: inline;
	}
}

.pc-only {
	display: block;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display: block;
	}
}

.pc-only2 {
	display: inline;
}
@media screen and (max-width: 767px) {
	.pc-only2 {
		display: none;
	}
}

.sp-only2 {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only2 {
		display: inline;
	}
}

/* -------------------

Google Fonts

------------------- */

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}

/* -------------------

/ Google Fonts

------------------- */

/* -------------------

body

------------------- */

.body-bdf {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	color: var(--blue);
	font-size: 19px;
	line-height: 2;

	a {
		text-decoration: none;
	}
}

/* -------------------

page title

------------------- */

.bdf-pagettl {
	position: relative;
	margin-top: 75px;
	margin-bottom: calc(110px + 100vw * (60 / 1366));
}
.bdf-pagettl-txt {
	position: absolute;
	width: calc(100vw * (500 / 1366));
	height: calc(100vw * (640 / 1366));
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.bdf-pagettl-txt {
		width: calc(100vw * (740 / 860));
		height: calc(100vw * (1100 / 860));
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
	}
}
.bdf-pagettl-txt-inner {
	width: 100%;
	height: 100%;
	position: relative;

	.catch {
		padding-top: 2vw;
		margin-bottom: 3vw;
		img {
			width: calc(100vw * (417 / 1366));
		}
	}
	.catch-2 {
		padding-left: 3vw;
		img {
			width: calc(100vw * (392 / 1366));
		}
	}
	.illust {
		position: absolute;
		left: -6vw;
		bottom: 4vw;
		img {
			width: calc(100vw * (213 / 1366));
		}
	}
	.kan {
		position: absolute;
		right: -6vw;
		top: 14vw;
		img {
			width: calc(100vw * (215 / 1366));
		}
	}
	.point-list {
		padding-left: 0px;
		width: calc(100vw * (760 / 1366));
		position: absolute;
		left: 50%;
		bottom: -3vw;
		transform: translate(-50%, 0);
		display: flex;
		justify-content: center;
		gap: calc(100vw * (20 / 1366));

		li {
			width: calc(100vw * (240 / 1366));
			img {
				width: 100%;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.bdf-pagettl-txt-inner {
		.catch {
			padding-top: 8vw;
			margin-bottom: 8vw;
			img {
				width: 100%;
			}
		}
		.catch-2 {
			padding-left: 0;
			text-align: right;
			img {
				width: calc(100vw * (686 / 860));
			}
		}
		.illust {
			left: -6vw;
			bottom: -3vw;
			img {
				width: calc(100vw * (350 / 860));
			}
		}
		.kan {
			top: 55vw;
			right: -5vw;
			img {
				width: calc(100vw * (257 / 860));
			}
		}
		.point-list {
			width: calc(100vw * (830 / 860));
			gap: calc(100vw * (10 / 860));
			bottom: -9vw;

			li {
				width: calc(100vw * (270 / 860));
				img {
					width: 100%;
				}
			}
		}
	}
}

.bdf-pagettl-img img {
	width: 100%;
	height: auto;
}

/* -------------------

content

------------------- */

.bdf-content {
	text-align: left;
}

/* -------------------

CONTACT

------------------- */

.bdf-contact {
	width: 1080px;
	height: 240px;
	background: url(../bdf/img/contact-bg.svg) no-repeat center top / 100% 100%;
	margin: 0 auto 110px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.bdf-contact {
		width: calc(100% - 60px);
		height: auto;
		background: url(../bdf/img/sp/contact-bg.svg) no-repeat center top / 100% auto;
		margin: 0 30px 80px;
		text-align: right;
		aspect-ratio: 740 / 632;
	}
}
.bdf-contact__ttl {
	background: var(--blue);
	color: #fff;
	font-size: 33px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
	display: inline-block;
	padding: 9px 20px;
	margin: 0px 0 17px 70px;
	position: relative;
	top: -24px;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.bdf-contact__ttl {
		margin: 0px 30px 5px 0;
		font-size: 23px;
		line-height: 1.4;
	}
}

.bdf-contact-flex {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-left: 30px;

	.tel {
		line-height: 1.3;
		padding-bottom: 10px;
		.line-1 {
			text-align: right;
			font-size: 17px;
			font-weight: 700;
		}
		.line-2 {
			display: flex;
			font-size: 45px;
			font-family: "Poppins", sans-serif;
			font-weight: 700;
			font-style: normal;
			gap: 10px;
			.icon {
				display: flex;
				align-items: center;
				padding-bottom: 2px;
			}
			a {
				color: var(--blue);
			}
		}
		.line-3 {
			text-align: right;
			font-size: 16px;
			font-weight: 700;
		}
	}
	.mail {
		a {
			display: block;
			background: #ffa700;
			background: linear-gradient(0deg, rgba(255, 167, 0, 1) 0%, rgba(255, 78, 0, 1) 100%);
			color: #fff;
			width: 384px;
			height: 124px;
			border-radius: 10px;
			padding: 0 40px;

			.line-1 {
				text-align: center;
				font-size: 33px;
				font-weight: 900;
			}
			.line-2 {
				text-align: center;
				font-size: 19px;
				font-weight: 700;
				background: #fff;
				color: #ff5000;
				border-radius: 100vh;
			}
		}
	}
}
@media screen and (max-width: 767px) {
	.bdf-contact-flex {
		flex-direction: column;
		padding: 0;
		gap: 10px;

		.tel {
		}
		.mail {
			width: calc(100% - 60px);
			a {
				width: 100%;
				height: auto;
				padding: 10px 40px 30px;
			}
		}
	}
}
.bdf-contact__illust {
	position: absolute;
	right: -30px;
	bottom: -32px;
}

@media screen and (max-width: 767px) {
	.bdf-contact__illust {
		right: -25px;
		display: none;

		img {
			width: calc(100vw * (262 / 860));
		}
	}
}

/* -------------------

STRENGTH

------------------- */

.bdf-strength {
	background: #fefacb url(../bdf/img/strength-bg.jpg) no-repeat center / 100% auto;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
	.bdf-strength {
		background: #fefacb url(../bdf/img/sp/strength-bg.jpg) no-repeat center / 100% auto;
		padding: 80px 30px;
	}
}

.bdf-strength-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.bdf-strength-unit {
	margin-bottom: 90px;
	position: relative;

	.img {
		position: absolute;
		left: 0;
		top: 0;
		width: 488px;
		img {
			border: 6px solid #fff;
			width: 100%;
			height: autof;
		}
	}
	.txt {
		padding: 70px 0 0 430px;
		.ttl {
			padding: 0 0 0 90px;
			color: var(--blue);
			font-size: 35px;
			font-family: "Noto Sans JP", sans-serif;
			font-optical-sizing: auto;
			font-style: normal;
			font-weight: 800;
			text-align: left;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 12px;

			> span {
				background: #fed800;
				padding: 0px 10px 4px;
			}
		}
		.body {
			background: #fff;
			color: var(--blue);
			position: relative;
			padding: 45px 37px;
			box-shadow: 10px 10px 0 var(--blue);
			display: inline-block;
			h3 {
				background: var(--blue);
				color: #fff;
				font-size: 23px;
				text-align: left;
				display: inline-block;
				padding: 2px 10px;
				margin-bottom: 8px;
				small {
					font-size: 18px;
				}
			}
			p {
				color: var(--blue);
				margin: 0;
			}
			ul {
				margin: 0;
				padding: 0;
				li {
					position: relative;
					padding-left: 18px;
				}
				li:before {
					content: "";
					display: block;
					width: 8px;
					height: 8px;
					border-radius: 50%;
					background: var(--blue);
					position: absolute;
					left: 0;
					top: 15px;
				}
			}
			.uni {
				margin-bottom: 25px;
			}
			.uni:last-child {
				margin-bottom: 0;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.bdf-strength-unit {
		.img {
			position: static;
			width: 100%;
			margin-bottom: 20px;
		}
		.txt {
			padding: 0;

			.ttl {
				padding: 0;
				font-size: calc(100vw * (45 / 860));
				margin-bottom: 20px;
			}
			.body {
				padding: 20px;
			}
		}
	}
}
.bdf-strength-unit:nth-child(2n) {
	.img {
		left: auto;
		right: 0;
	}
	.txt {
		padding: 70px 0 0 0;
		.ttl {
			padding: 0 90px 0 0;
		}
	}
}
@media screen and (max-width: 767px) {
	.bdf-strength-unit:nth-child(2n) {
		.txt {
			padding: 0;
			.ttl {
				padding: 0;
			}
		}
	}
}
.bdf-strength-unit:last-child {
	margin-bottom: 0px;
}

/* -------------------

METHOD

------------------- */

.bdf-method {
	background: url(../bdf/img/method-bg.jpg) no-repeat center / cover;
	padding: 100px 0;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.bdf-method {
		padding: 60px 30px;
	}
}

.bdf-method-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.bdf-method__ttl {
	margin-bottom: 20px;
	.jp {
		font-size: 52px;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 900;
		color: #fff;
		margin: 0;
	}
	.en {
		font-size: 26px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
	}
}
@media screen and (max-width: 767px) {
	.bdf-method__ttl {
		.jp {
			font-size: 40px;
		}
		.en {
			font-size: 20px;
		}
	}
}

.bdf-method__ttl-2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 50px;

	> span {
		background: #fed800;
		color: var(--blue);
		display: inline-block;
		padding: 8px 26px;
	}
}

@media screen and (max-width: 767px) {
	.bdf-method__ttl-2 {
		font-size: 25px;
	}
}

.bdf-method__list {
	display: flex;
	gap: 42px;
	padding: 0;
	> li {
		width: calc((100% - 84px) / 3);

		.img {
			margin-bottom: 15px;
			img {
				width: 100%;
				height: auto;
			}
		}
		.txt {
			.ttl {
				background: #fed800;
				color: var(--blue);
				display: inline-block;
				font-size: 20px;
				border-radius: 100vh;
				padding: 2px 15px;
				margin-bottom: 10px;
			}
			.body {
				font-size: 17px;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.bdf-method__list {
		flex-wrap: wrap;
		padding: 0 20px;
		> li {
			width: 100%;
			.img {
				margin-bottom: 20px;
			}
			.txt {
				.ttl {
					font-size: 24px;
				}
				.body {
					font-size: 18px;
				}
			}
		}
	}
}

/* -------------------

AREA

------------------- */

.bdf-area {
	background: #e2fbfe url(../bdf/img/area-bg.svg) no-repeat left calc(50% + 70px) top calc(50% - 530px);
	padding: 80px 0;
	height: 1080px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.bdf-area {
		padding: 80px 30px;
		background: #e2fbfe url(../bdf/img/area-bg.svg) no-repeat left calc(50% - 30px) bottom calc(50% + 450px);
		height: 1200px;
	}
}
.bdf-area-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.bdf-area__ttl {
	margin-bottom: 20px;
	.jp {
		font-size: 52px;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 900;
		color: var(--blue);
		text-align: left;
		margin: 0;
	}
	.en {
		font-size: 26px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
	}
}
.bdf-area__body {
	margin-bottom: 40px;
	p {
		color: var(--blue);
	}
}
.bdf-area__area {
	text-align: center;
	width: 310px;

	ul {
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		li {
			background: #ffba00;
			color: var(--blue);
			font-size: 20px;
			font-weight: bold;
			border-radius: 100vh;
			padding: 0px 15px;
			margin-bottom: 10px;
			line-height: 1.7;
		}
	}
	.note {
		color: var(--blue);
		font-size: 20px;
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	.bdf-area__area {
		width: 130px;
	}
}

.bdf-area__honsha {
	position: absolute;
	left: calc(50% + 56px);
	top: calc(50% + 161px);
	img {
		width: 457px;
	}
}

@media screen and (max-width: 767px) {
	.bdf-area__honsha {
		position: absolute;
		left: calc(50% - 42px);
		bottom: calc(50% - 423px);
		top: auto;
		img {
			width: 260px;
		}
	}
}

/* -------------------

RECYCLE

------------------- */

.bdf-recycle {
	background: #e2fbfe url(../bdf/img/recycle-bg.jpg) no-repeat center / cover;
	padding: 100px 0;
	color: #fff;
	margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
	.bdf-recycle {
		padding: 60px 30px;
	}
}

.bdf-recycle-inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.bdf-recycle__ttl {
	font-size: 42px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #fff;
	font-weight: 800;
	text-align: left;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 45px;
	.line-1 {
	}
	.line-2 {
		.marker {
			background: #ffff00;
			color: #259b0d;
			display: inline-block;
			font-size: 34px;
			padding: 3px 11px;
			margin-right: 15px;
		}
	}
	.line-3 {
		padding-left: 174px;
	}
}

@media screen and (max-width: 767px) {
	.bdf-recycle__ttl {
		font-size: calc(100vw * (57 / 860));
		margin-bottom: 25px;

		.line-1 {
		}
		.line-2 {
			.marker {
				font-size: calc(100vw * (50 / 860));
			}
		}
		.line-3 {
			padding-left: 0;
			text-align: right;
		}
	}
}

.bdf-recycle-img {
	display: flex;
	justify-content: space-between;
	gap: 30px;

	.img-1,
	.img-2 {
		width: calc((100% - 30px) / 2);
	}

	.img-2 {
		margin-top: -230px;
	}

	img {
		border: 5px solid #fff;
		width: 100%;
		height: autof;
	}
}

@media screen and (max-width: 767px) {
	.bdf-recycle-img {
		display: flex;
		flex-direction: column;
		gap: 20px;

		.img-1,
		.img-2 {
			width: 100%;
		}

		.img-2 {
			margin-top: 0;
		}
	}
}

.bdf-recycle__bgen {
	font-size: 130px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	opacity: 0.6;
	line-height: 1;
	position: absolute;
	right: -80px;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.bdf-recycle__bgen {
		display: none;
	}
}
