@charset "UTF-8";
/*=============================================

下層ページ共通

=============================================*/
figure {
	margin: 0;
}
.lower-fv-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	background: #e9f4d2;
}
.lower-fv {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9f4d2;
	position: relative;
	z-index: 10;
	gap: 4.3%;
	max-width: 1280px;
}
.lfv-txt-area {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	gap: 33px;
	align-items: flex-start;
	max-width: 585px;
	padding: 30px 0;
}
.lower-fv > figure {
	width: 49%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	max-width: 795px;
	aspect-ratio: 795 / 574;
	overflow: hidden;
	flex-shrink: 0;
}
.lower-fv > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lfv-txt-box {
	width: 100%;
	max-width: 585px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.lfv-txt {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.lfv-txt > span {
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 1.45;
	font-weight: bold;
	color: #2c2c2c;
	letter-spacing: 0.13em;
	white-space: nowrap;
}
.lfv-txt > span > small {
	font-size: 51px;
}

.lfv-txt > p {
	width: 100%;
	text-align: center;
	font-size: 79px;
	line-height: 1.2;
	font-weight: bold;
	color: #0a810c;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
.lfv-txt > p > small {
	font-size: 67px;
}

.lfv-txt-box > p {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 26px;
	background: #33af37;
	color: #fff;
	text-align: center;
	font-size: 27px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.lfv-price-box {
	width: 100%;
	height: 99px;
	max-width: 585px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 180px;
	position: relative;
}

.lfv-badge {
	width: 35.3%;
	max-width: 207px;
	position: absolute;
	left: -4.78%;
	top: -40%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 207 / 246;
}
.lfv-badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lfv-price {
	width: 100%;
	display: flex;
	align-items: center;
	color: #ff9a00;
	font-weight: bold;
}
.lfv-price > strong {
	font-family: "Jost", sans-serif;
	font-size: 68px;
	line-height: 1;
	letter-spacing: 0;
	flex-shrink: 0;
}
.lfv-price > span {
	width: auto;
	display: flex;
	flex-flow: column;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 1;
	align-items: flex-start;
	flex-shrink: 0;
	gap: 4px;
}
.lfv-price > span > small {
	font-size: 12px;
}

@media screen and (max-width: 1500px) {
	.lfv-txt > span {
		font-size: 55px;
	}
	.lfv-txt > span > small {
		font-size: 46px;
	}
	.lfv-txt > p {
		font-size: 74px;
	}
	.lfv-txt > p > small {
		font-size: 62px;
	}
	.lfv-txt-box > p {
		font-size: 22px;
	}
	.lfv-price > strong {
		font-size: 63px;
	}
}
@media screen and (max-width: 1400px) {
	.lower-fv {
		gap: 2%;
	}
	.lfv-txt-area {
		max-width: 525px;
	}
	.lfv-price-box {
		height: 60px;
		padding-left: 150px;
	}
	.lfv-badge {
		max-width: 160px;
		top: -70%;
	}
}
@media screen and (max-width: 767px) {
	.lower-fv {
		flex-flow: column;
		justify-content: flex-start;
		padding: 18px 20px;
		gap: 15px;
	}
	.lfv-txt-area {
		height: auto;
		padding: 0;
		gap: 10px;
		align-items: center;
	}
	.lfv-txt > span {
		font-size: 37px;
	}
	.lfv-txt > span > small {
		font-size: 31px;
	}
	.lfv-txt > p {
		font-size: 48px;
	}
	.lfv-txt > p > small {
		font-size: 41px;
	}
	.lfv-txt-box > p {
		font-size: 17px;
		max-width: 400px;
	}
	.lfv-price-box {
		height: 57px;
		padding-left: 115px;
		max-width: 400px;
	}
	.lfv-badge {
		max-width: 127px;
		top: -33%;
	}
	.lfv-price > strong {
		font-size: 39px;
	}
	.lfv-price > span {
		font-size: 21px;
	}
	.lfv-price > span > small {
		font-size: 7px;
	}

	.lower-fv > figure {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width: 400px) {
	.lfv-txt-box {
		gap: 15px;
	}
	.lfv-txt > span {
		font-size: 33px;
	}
	.lfv-txt > p {
		font-size: 43px;
	}
	.lfv-price > strong {
		font-size: 34px;
	}
	.lfv-price > span {
		font-size: 18px;
	}
	.lfv-txt-box > p {
		font-size: 15px;
	}
	.lfv-badge {
		max-width: 105px;
		top: -28%;
	}
}

.lfv-cv-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.cv-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 80px;
}

.l-cv-lg {
	width: 100%;
	padding: 72px 10px;
	background: #0a810c;
	overflow: hidden;
	position: relative;
}
.l-cv-inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.l-cv-md {
	width: 100%;
	border: 1px solid #0a810c;
	border-radius: 10px;
	margin-top: 50px;
}
.l-cv-md > h3 {
	width: 100%;
	height: 60px;
	background: #0a810c;
	border-radius: 7px 7px 0 0;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 23px;
	position: relative;
}
.l-cv-md-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 0px;
	padding: 34px 20px 24px;
}
.l-cv-md-txt-area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	position: relative;
	z-index: 0;
}
.l-cv-md-badges {
	width: 237px;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}
.l-cv-md-badges > div {
	width: 100%;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fcf3e2;
	padding: 10px 20px;
	line-height: 1;
	font-size: 21px;
	font-weight: bold;
	border-radius: 4px;
	letter-spacing: 0;
	white-space: nowrap;
}
.l-cv-md-badges > div > span {
	color: #ff9a00;
}
.l-cv-md-txt {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 8px;
	padding-right: 245px;
	line-height: 1;
	position: relative;
}
.l-cv-md-txt::after {
	content: "";
	width: 220px;
	height: auto;
	aspect-ratio: 220 / 279;
	background-image: url("../images/common/img-cv-person.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -30px;
	right: 0;
}
.l-cv-md-txt > strong {
	width: 100%;
	font-size: 61px;
	font-weight: bold;
	color: #0a810c;
}
.l-cv-md-txt > strong small {
	font-size: 57px;
}
.l-cv-md-txt > span {
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	color: #0a810c;
}

.l-cv-btns {
	width: 100%;
	background: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.5%;
	padding: 55px 60px 46px;
	border-radius: 10px;
}
.l-cv-md .l-cv-btns {
	padding: 0;
	padding-top: 30px;
	position: relative;
	z-index: 10;
	background: none;
	border-radius: 0;
	gap: 10px;
}

.lcv-btn {
	width: 100%;
	max-width: 350px;
	height: 75px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	position: relative;
	padding: 8px 18px;
	transition: all ease 0.33s;
	padding-right: 60px;
}
.l-cv-md .lcv-btn {
	max-width: 287px;
	padding-right: 48px;
}
.lcv-btn::after {
	content: "";
	width: 24px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	background-image: url("../images/common/icon-circle-chevron-right-fill-wh.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 18px;
}
.l-cv-md .lcv-btn::after {
	width: 22px;
}
.lcv-btn.lcv-btn-free::after {
	right: 8px;
}
.lcv-btn.lcv-btn-free {
	background: #dadada;
	box-shadow: 0px 4px 0px #555555;
	padding-right: 45px;
}
.l-cv-md .lcv-btn.lcv-btn-free {
	max-width: 320px;
}
.lcv-btn.lcv-btn-email {
	background: #ff9a00;
	box-shadow: 0px 4px 0px #9b5e00;
}
.lcv-btn.lcv-btn-line {
	background: #00b800;
	box-shadow: 0px 4px 0px #008600;
}

.lcv-btn:hover {
	color: inherit !important;
	box-shadow: none;
	transform: translateY(4px);
}

.lcv-btn-free-cont {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2px;
}
.lcv-btn-free-icon {
	width: 63px;
	height: auto;
	aspect-ratio: 63 / 48;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.l-cv-md .lcv-btn-free-icon {
	width: 57px;
}

.lcv-btn-free-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lcv-btn-free-txts {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 3px;
}
.lcv-btn-free-num {
	width: 100%;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	flex-shrink: 0;
	white-space: nowrap;
	line-height: 1;
	text-align: left;
}
.l-cv-md .lcv-btn-free-num {
	font-size: 32px;
}
.lcv-btn-free-txts-flex {
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 1;
	gap: 6px;
}
.lcv-btn-free-txts-flex > p {
	font-weight: bold;
	font-size: 13px;
	flex-shrink: 0;
	line-height: 1;
	letter-spacing: 0;
}
.l-cv-md .lcv-btn-free-txts-flex > p > span {
	display: none;
}
.lcv-btn-free-txts-flex > span {
	background: #0a810c;
	color: #fff;
	padding: 4px;
	flex-shrink: 0;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 12px;
}

.lcv-btn-cont {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.lcv-btn-cont > span {
	padding: 4px 12px;
	height: 26px;
	flex-shrink: 0;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-cv-md .lcv-btn-cont > span {
	padding: 4px;
	font-size: 16px;
}

.lcv-btn.lcv-btn-email .lcv-btn-cont > span {
	background: #fcf3e2;
	color: #ff9b02;
}
.lcv-btn.lcv-btn-line .lcv-btn-cont > span {
	background: #e1f9df;
	color: #00b800;
}

.lcv-btn-cont > p {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	white-space: nowrap;
	text-align: left;
}
.l-cv-md .lcv-btn-cont > p {
	font-size: 20px;
}

.lcv-btn-line-balloon {
	position: absolute;
	bottom: calc(100% - 10px);
	background: #f7d847;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	width: 246px;
	height: 31px;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.l-cv-md .lcv-btn-line-balloon {
	font-size: 13px;
	width: 197px;
}

@media screen and (max-width: 767px) {
	.cv-wrapper {
		margin-bottom: 30px;
	}
	.l-cv-lg {
		padding: 16px 10px;
	}

	.l-cv-md {
		max-width: 400px;
		margin: 0 auto;
		margin-top: 50px;
	}
	.l-cv-md > h3 {
		height: 70px;
		border-radius: 7px 7px 0 0;
		font-size: 21px;
		padding-right: 107px;
		position: relative;
		flex-flow: column;
		align-items: flex-start;
		white-space: nowrap;
		z-index: 0;
	}
	.l-cv-md > h3 > span {
		font-size: 18px;
	}

	.l-cv-md > h3::after {
		content: "";
		width: 107px;
		height: auto;
		aspect-ratio: 107 / 135;
		background-image: url("../images/common/img-cv-person.png");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -18px;
		right: 0;
	}

	.l-cv-md-cont {
		padding: 9px 15px 23px;
		gap: 0px;
		position: relative;
		z-index: 10;
	}
	.l-cv-md-txt-area {
		z-index: 10;
		flex-flow: column;
		align-items: center;
	}
	.l-cv-md-badges {
		width: 100%;
		flex-flow: row;
		justify-content: center;
	}
	.l-cv-md-badges > div {
		height: 40px;
		padding: 8px 10px;
		font-size: 17px;
		white-space: nowrap;
	}

	.l-cv-md-txt {
		padding-right: 0;
	}
	.l-cv-md-txt::after {
		content: none;
	}
	.l-cv-md-txt > strong {
		font-size: 49px;
		white-space: nowrap;
	}
	.l-cv-md-txt > strong small {
		font-size: 46px;
	}
	.l-cv-md-txt > span {
		font-size: 28px;
		white-space: nowrap;
	}

	.l-cv-btns {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
		padding: 24px 15px;
		max-width: 380px;
		margin: 0 auto;
	}
	.l-cv-md .l-cv-btns {
		padding: 0;
		padding-top: 20px;
		gap: 16px;
		max-width: 350px;
	}
	.l-cv-md .lcv-btn.lcv-btn-free {
		max-width: 350px;
	}
	.lcv-btn {
		max-width: 325px;
	}
	.l-cv-md .lcv-btn {
		max-width: 350px;
	}
	.lcv-btn.lcv-btn-line {
		margin-top: 20px;
	}
	.lcv-btn-free-num {
		font-size: 32px;
	}
	.lcv-btn-free-txts-flex > p {
		font-size: 12px;
	}
	.lcv-btn-free-icon {
		width: 55px;
	}
	.lcv-btn-cont > p {
		font-size: 20px;
	}
	.l-cv-md .lcv-btn-cont > p {
		font-size: 22px;
	}
	.l-cv-md .lcv-btn-cont > span {
		padding: 4px 12px;
		font-size: 18px;
	}
	.l-cv-md .lcv-btn-line-balloon {
		font-size: 15px;
		width: 246px;
	}
}
@media screen and (max-width: 500px) {
	.l-cv-md .lcv-btn {
		max-width: 325px !important;
	}
}

/*=============================================

disposal/alot

=============================================*/

.page-alot div.reasons:before {
	content: none !important;
}

.page-alot ul.selected-txt li h3 span.point {
	width: 90px;
	flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.page-alot ul.selected-txt li h3 span.point {
		width: 80px;
	}
}
.page-alot .merit-btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
}
.page-alot .voice-btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
