@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");

/* 共通 ============================================================*/

#pendo {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#pendo::-webkit-scrollbar {
	display: none;
}

#pendo .site-main {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
}

#pendo a {
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
}

.fv-inner,
.section-inner {
	max-width: 1080px;
	margin: 0 auto;
}

/* fv ============================================================*/

.fv-inner {
	padding-top: 100px;
}

.fv {
	height: 575px;
	background: no-repeat bottom / 1920px url(/pendo/lp/common/img/fv_bg.png);
}

.fv-description-wrap {
	margin-bottom: 70px;
}

.fv-ttl {
	line-height: 1.5;
	padding-bottom: 30px;
	-moz-text-shadow: 0px 0px 15px #0b2be6;
	-webkit-text-shadow: 0px 0px 15px #0b2be6;
	-ms-text-shadow: 0px 0px 15px #0b2be6;
	text-shadow: 0px 0px 15px #0b2be6;
	color: #fff;
	font-weight: 900;
	font-size: 55px;
}

.fv-detection {
	display: inline-block;
	padding: 15px 60px;
	background-color: #fff;
	border-radius: 10px;
	-moz-box-shadow: 0px 15px #0b2be6;
	-webkit-box-shadow: 0px 0px 15px #0b2be6;
	-ms-box-shadow: 0px 0px 15px #0b2be6;
	box-shadow: 0px 0px 15px #0b2be6;
	color: #5f72e2;
	font-weight: bold;
	font-size: 26px;
}

.fv-btn-wrap,
.cta-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.case-btn-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.fv-btn-link,
.cta-btn-link {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 380px;
	height: 80px;
	padding: 0 35px;
	background-color: #be375a;
	box-shadow: 0 10px 0px 0 #02093e;
	border: none;
	border-radius: 40px;
	color: #fff;
}

.fv-btn-txt,
.cta-btn-txt {
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
}

.fv-btn-txt-bold,
.cta-btn-txt-bold {
	-moz-text-shadow: 0px 0px 10px rgba(107, 124, 250, 0.4);
	-webkit-text-shadow: 0px 0px 10px rgba(107, 124, 250, 0.4);
	-ms-text-shadow: 0px 0px 10px rgba(107, 124, 250, 0.4);
	text-shadow: 0px 0px 10px rgba(107, 124, 250, 0.4);
	font-weight: bold;
	font-size: 20px;
}

.fv-btn-img-dl {
	width: 29px;
}

.fv-btn-img-arrow {
	width: 12px;
}

.fv-btn-img-mail {
	width: 51px;
}

@media screen and (max-width: 1080px) {
	.fv {
		height: 620px;
		background: no-repeat bottom / 1920px url(/pendo/lp/common/img/tb_fv_bg.png);
	}

	.fv-inner {
		padding-top: 175px;
	}

	.fv-description-wrap {
		padding-left: 50px;
	}

	.fv-description-wrap {
		margin-bottom: 40px;
	}

	.fv-btn-txt, .cta-btn-txt { font-size: 12px; }
	.fv-btn-txt-bold, .cta-btn-txt-bold { font-size: 14px; }

}

/* main ============================================================*/

main.main {
	padding-top: 120px;
}

/* section ============================================================*/

.section {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.section-tasks-solutions {
	position: relative;
	padding-bottom: 40px;
}

.section-tasks-solutions::after {
	content: "";
	background: url(/pendo/lp/common/img/section_tasks_solutions_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -180px;
	display: block;
	max-width: 1920px;
	width: 100%;
	height: 180px;
	z-index: 10;
}

.tasks-solutions-ttl {
	margin-bottom: 90px;
	text-align: center;
	line-height: 1.5;
	font-size: 42px;
	font-weight: bold;
}

.tasks-solutions-contents-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: solid 1px #02093e;
}

.tasks-solutions-contents-description {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.tasks-solutions-contents-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}

.tasks-solutions-contents-header.sp {
	display: none;
}

.tasks-solutions-contents-header-ttl {
	min-width: 121px;
	max-height: 70px;
	padding: 17px 35px 20px 20px;
	border-radius: 0 20px 20px 0;
	background-color: #02093e;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.tasks-solutions-contents-header-txt {
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

.tasks-solutions-contents-header-txt-emphasis {
	font-size: 22px;
}

.tasks-solutions-contents-body {
	position: relative;
}

.tasks-solutions-contents-body-txt {
	max-width: 720px;
	min-width: 720px;
	width: 100%;
	margin: 0;
	padding: 45px;
	background-color: #dfe3f9;
	border-radius: 25px;
	text-align: initial;
	font-weight: bold;
	font-size: 20px;
}

.tasks-solutions-contents-body-txt-emphasis {
	font-size: 22px;
}

.tasks-solutions-contents-body-ttl {
	position: absolute;
	top: -35px;
	padding: 20px;
	background-color: #5f72e2;
	border-radius: 20px 20px 20px 0;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.tasks-solutions-contents-img-pcdemo {
	width: 286px;
}

.tasks-solutions-contents-img-reduction {
	width: 235px;
	margin-left: 50px;
}

.tasks-solutions-contents-img-grasp {
	width: 318px;
}

.tasks-solutions-red {
	color: #be375a;
}

.tasks-solutions-link-wrap,
.analysis-link-wrap {
	text-align: right;
}

.tasks-solutions-link,
.analysis-link,
.support-bottom-link {
	position: relative;
	border: solid 2px #0f1952;
	border-radius: 23px;
	margin: 0;
	padding: 5px 45px;
	background-color: #f3d6dd;
	box-shadow: 0 8px 0px 0 #0f1952;
	z-index: 20;
	font-size: 18px;
}

.tasks-solutions-link::after,
.analysis-link::after,
.support-bottom-link::after {
	position: absolute;
	right: 20px;
	content: url(/pendo/lp/common/img/link_allow.png);
}

.section-analysis {
	height: 890px;
	background: no-repeat top / 1920px url(/pendo/lp/common/img/section_analysis.png);
}

.section-analysis .section-inner {
	padding-top: 260px;
}

.analysis-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 60px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.analysis-ttl,
.support-ttl {
	display: flex;
	gap: 60px;
	margin: 0 auto;
}

.analysis-ttl {
	margin-bottom: -20px;
}

.analysis-content {
	position: relative;
	display: flex;
	gap: 20px;
}

.analysis-ttl-emphasis,
.support-ttl-emphasis {
	position: relative;
	background-color: #5f72e2;
	border-radius: 5px;
	padding: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.analysis-ttl-emphasis::after,
.support-ttl-emphasis::after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 29.5px 0 29.5px 20px;
	border-color: transparent transparent transparent #5f72e2;
}

.analysis-ttl-txt.pc,
.support-ttl-txt.pc {
	display: block;
}

.analysis-ttl-txt.sp,
.support-ttl-txt.sp {
	display: none;
}

.analysis-ttl-txt,
.support-ttl-txt {
	position: relative;
	top: 5px;
	padding: 0 15px;
	line-height: normal;
	font-size: 26px;
	font-weight: bold;
	z-index: 10;
}

.analysis-ttl-txt::before,
.support-ttl-txt::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 20px;
	border-radius: 5px;
	white-space: pre;
	transform-origin: bottom left;
	background: #f3d6dd;
	z-index: -1;
}

.analysis-content-wrap {
	position: relative;
	top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 50%;
	padding: 20px;
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 20px;
}

.analysis-content-img-tool {
	width: 102px;
}

.analysis-content-img-user {
	width: 164px;
}

.analysis-content-txt {
	text-align: initial;
}

.analysis-content-txt-emphasis {
	font-weight: bold;
}

.analysis-bottom {
	text-align: center;
	-moz-text-shadow: 0px 0px 25px rgba(0, 34, 235, 1);
	-webkit-text-shadow: 0px 0px 25px rgba(0, 34, 235, 1);
	-ms-text-shadow: 0px 0px 25px rgba(0, 34, 235, 1);
	text-shadow: 0px 0px 20px rgb(0 34 235);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.analysis-link-wrap {
	margin-bottom: 60px;
}

.section-support {
	height: 925px;
	background-color: #cad0f5;
	margin-bottom: 100px;
}

.section-support .section-inner {
	padding-top: 50px;
}

.support-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 35px 35px 10px 35px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.support-ttl {
	margin-bottom: 30px;
}

.support-body-head {
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: initial;
	border-bottom: solid 2px #000;
	font-size: 24px;
	font-weight: bold;
}

.support-body-head::before {
	content: url(/pendo/lp/common/img/support-ttl.png);
	vertical-align: middle;
	padding-right: 10px;
}

.support-body-wrap {
	display: flex;
	align-items: center;
	gap: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.support-body-wrap-piece {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px;
	background-color: #dfe3f9;
	border-radius: 10px;
}

.support-body-wrap-piece.support-body-wrap-piece-outcome {
	background-color: #f3d6dd;
}

.support-body-wrap-piece-image {
	width: 80px;
}

.support-body-wrap-piece-txt {
	text-align: initial;
	padding: 10px 10px 0 20px;
}

.support-body-wrap-piece-allow {
	width: 20px;
}

.support-bottom-wrap {
	display: flex;
	align-items: center;
	position: relative;
	margin: 70px 0;
}

.support-bottom-img {
	width: 236px;
	position: absolute;
	top: -20px;
	z-index: 10;
}

.support-bottom-content {
	position: relative;
	left: 170px;
	max-width: 830px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 20px 40px 110px;
	background-color: #f9eaee;
	border-radius: 0px 10px 10px 0;
}

.support-bottom-content-txt {
	text-align: initial;
}

.support-bottom-link {
	padding: 5px 100px;
}

.support-bottom-link.pc {
	display: block;
}

.support-bottom-link.sp {
	display: none;
}

.section-casestudies {
	text-align: center;
}

.casestudies-ttl,
.faq-ttl {
	padding-bottom: 40px;
	margin-bottom: 60px;
	font-weight: bold;
	font-size: 38px;
	text-align: center;
	line-height: 1;
	position: relative;
}

.casestudies-ttl:after,
.faq-ttl:after {
	content: "";
	height: 6px;
	width: 70px;
	background: #5f72e2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 3px;
}

.casestudies-txt {
	position: relative;
	text-align: center;
	font-size: 22px;
	margin-bottom: 80px;
}

.casestudies-txt::after {
	content: url(/pendo/lp/common/img/casestudies-txt.png);
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	vertical-align: middle;
}

.casestudies-modal-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 90px;
}

.casestudies-button {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: calc(33.2% - 39px);
	padding-top: 30px;
	border: 0;
	border-radius: 10px;
	-moz-box-shadow: 0px 15px #a6b2f7;
	-webkit-box-shadow: 0px 0px 15px #a6b2f7;
	-ms-box-shadow: 0px 0px 15px #a6b2f7;
	box-shadow: 0px 0px 15px #a6b2f7;
	font-size: 45px;
	font-weight: 900;
}

.casestudies-button:hover {
	opacity: 0.7;
	cursor: pointer;
}

.casestudies-button-img {
	margin-bottom: 30px;
}

.casestudies-button-img-fixation {
	width: 152px;
}

.casestudies-button-img-mitigation {
	width: 233px;
}

.casestudies-button-img-grasp {
	width: 179px;
}

.casestudies-button-img-feedback {
	width: 138px;
}

.casestudies-button-img-return {
	width: 194px;
}

.casestudies-button-img-alignment {
	width: 133px;
}

.casestudies-button-txt {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	background-color: #0f1952;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.casestudies-modal {
	display: none;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.casestudies-modal-content {
	background-color: #f4f4f4;
	margin: calc(50vh - 200px) auto 0 auto;
	max-width: 550px;
	width: 100%;
	padding: 30px;
	text-align: center;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
	border-radius: 20px;
	animation-name: casestudiesOpen;
	animation-duration: 1s;
}

@keyframes casestudiesOpen {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.casestudies-modal-header-txt {
	line-height: 1.5;
	font-size: 22px;
	font-weight: bold;
}

.casestudies-modal-header {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.casestudies-modal-body .casestudies-button-img {
	margin-bottom: 40px;
}

.casestudies-modal-body-txt {
	text-align: initial;
	font-size: 16px;
}

.casestudies-modal-close {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #000;
	line-height: 57px;
	font-size: 30px;
	color: #fff;
}

.casestudies-modal-close:hover {
	cursor: pointer;
}

.casestudies-modal-body {
	padding: 10px 20px;
	color: black;
}

.casestudies-img {
	max-width: 189px;
	margin-bottom: 90px;
}

.faq-accordion-container {
	width: 100%;
	margin-top: 40px;
}

.faq-accordion-title {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	border: 2px solid #0f1952;
	border-radius: 10px;
	font-size: 2rem;
	padding: 0.5%;
	margin: 0;
}

.faq-accordion-title.open {
	border-radius: 10px 10px 0 0;
}

.faq-accordion-title:not(:first-child) {
	margin-top: 20px;
}

.faq-accordion-title-p {
	display: inline-block;
	margin-left: 3%;
	width: 80%;
	font-size: 1.6rem;
	font-weight: bold;
}

.faq-accordion-title::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0%;
	display: block;
	content: "";
	margin-right: 30px;
	margin-left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 11.5px 0 11.5px;
	border-color: #5f72e2 transparent transparent transparent;
}

.faq-accordion-title.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 38%;
}

.faq-accordion-content {
	display: none;
}

.faq-initial-question {
	display: inline-block;
	font-size: 4rem;
	margin-left: 30px;
	margin-top: -5px;
	font-weight: bold;
	color: #949fea;
}

.faq-accordion-title-p {
	display: inline-block;
	margin-left: 3%;
	width: 80%;
	font-size: 18px;
}

.faq-initial-answer {
	display: block;
	width: 3%;
	font-size: 4rem;
	line-height: 1.1;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 30px;
	color: #f3d6dd;
}

.faq-answer-flex {
	width: 100%;
	display: flex;
	border-left: 2px solid #0f1952;
	border-right: 2px solid #0f1952;
	border-bottom: 2px solid #0f1952;
	border-radius: 0 0 10px 10px;
	background-color: #0f1952;
	color: #fff;
}

.faq-answer-flex-p {
	width: 90%;
	padding: 3%;
	font-size: 18px;
	line-height: 1.5;
}

.br-sp {
	display: none;
}

/* cta ============================================================*/

.aside-cta {
	position: relative;
	left: 0;
	bottom: -60px;
	z-index: 100;
	width: 100%;
	padding: 10px 0 20px 0;
	display: none;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-top: solid 1px #c4c4c4;
}

.aside-cta.aside-cta-fixed {
	position: fixed;
	bottom: 0;
}

.cta-wrap {
	display: flex;
	align-items: center;
}

.cta-txt,
.cta-arrow {
	position: relative;
	top: 5px;
}

.cta-txt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 0 0;
}

.cta-arrow {
	width: 144px;
	margin-right: 40px;
}

.cta-btn-wrap {
	gap: 10px;
}

.cta-btn-link {
	position: relative;
	width: 300px;
	height: 70px;
	padding: 0 25px;
}

.cta-btn-txt {
	font-size: 14px;
}

.cta-btn-txt-bold {
	font-size: 16px;
}

.cta-btn-img-mail {
	width: 30px;
}

.cta-btn-img-dl {
	width: 25px;
}

.cta-btn-img-arrow {
	width: 7px;
}

/* footer ============================================================*/

html[data-script-enabled="true"] #pendo .site-footer .seg-primary .scroll-top.is-fixed > a,
#pendo .site-footer .seg-primary .scroll-top > a {
	bottom: 140px;
}

/* TB ============================================================*/

@media screen and (max-width: 1080px) {
	.fv-inner,
	.section-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fv-btn-wrap,
	.cta-btn-wrap {
		gap: 5px;
	}

	.cta-btn-link { width: 260px; }

	.tasks-solutions-contents-wrap {
		flex-direction: column;
	}

	.tasks-solutions-contents-wrap:last-child {
		margin-bottom: 100px;
	}

	.tasks-solutions-link-wrap,
	.analysis-link-wrap {
		text-align: center;
	}

	.tasks-solutions-link-wrap {
		padding-bottom: 50px;
	}
	.tasks-solutions-contents-img {
		margin-bottom: 30px;
	}
	.section-analysis {
		height: 100%;
		padding-bottom: 50px;
		background: no-repeat top / cover url(/pendo/lp/common/img/section_analysis.png);
	}

	.section-analysis .section-inner {
		padding-top: 180px;
	}

	.section-support {
		height: 100%;
	}
	.section-tasks-solutions::after {
		padding-bottom: 0;
	}

	.section-support .section-inner {
		padding-bottom: 50px;
	}

	.support-bottom-wrap {
		flex-direction: column;
	}

	.support-body-wrap-piece {
		height: 230px;
		flex-direction: column;
		justify-content: center;
	}

	.support-body-wrap-piece-txt {
		text-align: center;
		padding: 10px;
	}

	.support-bottom-img {
		position: relative;
	}

	.support-bottom-wrap {
		margin-bottom: 50px;
	}

	.support-bottom-content {
		flex-direction: column;
		padding: 40px 20px;
		left: 0;
		border-radius: 10px;
	}

	.support-bottom-content-txt {
		text-align: center;
	}

	.casestudies-button {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 1400px) {
	.cta-wrap {
		width: 100%;
		flex-direction: column;
	}
	.cta-arrow {
		display: none;
	}
	.cta-txt {
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 760px) {
	.fv {
		background: no-repeat top center/cover url(/pendo/lp/common/img/sp-fv-background.png);
		height: 840px;
	}

	.fv-btn-wrap {
		flex-wrap: wrap;
		gap: 20px;
}

	.fv-ttl {
		font-size: 40px;
	}

	.fv-detection {
		font-size: 20px;
	}

	p.fv-btn-txt {
		font-size: 11px;
		white-space: nowrap;
	}

	.fv-btn-txt-bold {
		font-size: 15px;
	}

	.fv-btn-img-mail {
		width: 40px;
	}

	.fv-btn-img-dl {
		width: 30px;
	}

	.tasks-solutions-ttl {
		font-size: 33px;
	}

	.tasks-solutions-contents-body {
		display: flex;
		flex-direction: column;
	}

	.tasks-solutions-contents-body-txt {
		min-width: initial;
	}

	.analysis-ttl-txt.pc,
	.support-ttl-txt.pc {
		display: none;
	}

	.analysis-ttl-txt.sp,
	.support-ttl-txt.sp {
		display: block;
		width: fit-content;
		margin-bottom: 0;
	}

	.analysis-ttl-txt::before,
	.support-ttl-txt::after {
		bottom: -1px;
		height: 10px;
		border-radius: 2px;
	}

	.analysis-ttl-txt,
	.support-ttl-txt {
		padding: 0 5px;
	}

	.analysis-ttl-emphasis,
	.support-ttl-emphasis {
		position: absolute;
		left: -10px;
		top: 0;
	}

	.analysis-ttl {
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin-bottom: 20px;
	}

	.support-ttl {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.cta-btn-wrap {
		width: 100%;
		gap: 5px;
	}

	.cta-btn-txt,
	.cta-btn-txt-bold { font-size: 10px; }
}

/* SP ============================================================*/

@media screen and (max-width: 549px) {
	.fv {
		height: auto;
		background-size: auto 500px;
	}

	.fv-description-wrap {
		padding: 0;
	}

	.fv-ttl {
		padding-top: 260px;
		font-size: 30px;
	}

	.fv-detection {
		font-size: 15px;
		padding: 7px 15px;
	}

	.fv-inner,
	.section-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fv-inner {
		text-align: center;
		padding-top: 0;
	}

	.fv-btn-wrap {
		gap: 10px;
	}

	.fv-btn-link {
		height: auto;
		padding: 10px 5px;
		justify-content: center;
		box-shadow: 0 5px 0px 0 #02093e;
	}

	.fv-btn-img-arrow {
		display: none;
	}

	.fv-btn-img-mail,
	.fv-btn-img-dl,
	.cta-btn-img-dl,
	.cta-btn-img-mail {
		display: none;
	}

	.fv-btn-txt-bold,
	.cta-btn-txt-bold {
		position: relative;
	}

	.fv-btn-txt-bold {
		padding-left: 25px;
	}

	.cta-btn-txt-bold {
		padding-left: 25px;
	}

	.fv-btn-txt-bold.fv-btn-txt-bold-dl::before,
	.fv-btn-txt-bold.fv-btn-txt-bold-mail::before,
	.cta-btn-txt-bold.cta-btn-txt-bold-dl::before,
	.cta-btn-txt-bold.cta-btn-txt-bold-mail::before {
		content: "";
		position: absolute;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.fv-btn-txt-bold.fv-btn-txt-bold-dl::before {
		background-image: url(/pendo/lp/common/img/fv_btn_img_dl.png);
		top: 1px;
		left: 0;
		width: 20px;
		height: 20px;
	}

	.fv-btn-txt-bold.fv-btn-txt-bold-mail::before {
		background-image: url(/pendo/lp/common/img/fv_btn_img_mail.png);
		top: 4px;
		left: 0;
		width: 20px;
		height: 20px;
	}

	main.main { padding-top: 20px; }

.cta-btn-txt-bold.cta-btn-txt-bold-dl::before {
    background-image: url(/pendo/lp/common/img/fv_btn_img_dl.png);
    top: -4px;
    left: -4px;
    width: 22px;
    height: 25px;
}

	.cta-btn-txt-bold.cta-btn-txt-bold-mail::before {
		background-image: url(/pendo/lp/common/img/fv_btn_img_mail.png);
		top: -2px;
		left: -15px;
		width: 30px;
		height: 30px;
	}

	.tasks-solutions-ttl {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.tasks-solutions-contents-img {
		margin-bottom: 20px;
	}

	.tasks-solutions-contents-wrap {
		padding: 0;
		margin: 35px 0;
		border: none;
	}

	.tasks-solutions-contents-wrap:last-child {
		margin-bottom: 35px;
	}

	.section-tasks-solutions::after {
		height: 50px;
		bottom: -50px;
	}

	.tasks-solutions-contents-description {
		width: calc(100vw - 20px);
	}

	.tasks-solutions-contents-header-ttl {
		display: block;
		min-width: initial;
		width: 82px;
		padding: 5px 20px;
		margin: 0 auto 20px auto;
		border-radius: 15px;
		font-size: 14px;
	}

	.tasks-solutions-contents-header {
		flex-direction: column;
		gap: 15px;
	}

	.tasks-solutions-contents-header.sp {
		display: block;
	}

	.tasks-solutions-contents-header.pc {
		display: none;
	}

	.tasks-solutions-contents-header-txt {
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.tasks-solutions-contents-header-txt-emphasis {
		font-size: 15px;
	}

	.tasks-solutions-contents-body-ttl {
		position: relative;
		top: 0;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		text-align: center;
		font-size: 14px;
	}

	.tasks-solutions-contents-body-txt {
		border-radius: 0 0 10px 10px;
		padding: 15px;
		font-size: 14px;
		text-align: center;
	}

	.tasks-solutions-contents-body-txt-emphasis {
		font-size: 15px;
	}

	.tasks-solutions-link,
	.analysis-link,
	.support-bottom-link {
		padding: 5px 30px;
		box-shadow: 0 5px 0px 0 #0f1952;
	}
	.tasks-solutions-link {
		font-size: 15px;
	}
	.tasks-solutions-link::after,
	.analysis-link::after {
		top: 6px;
		right: 12px;
	}
	.support-bottom-link::after {
		top: 10pxS;
	}
	.tasks-solutions-link-wrap {
		padding-bottom: 0;
	}

	.section-analysis .section-inner {
		padding-top: 100px;
	}

	.section-analysis {
		background: no-repeat top / cover url(/pendo/lp/common/img/section_analysis.png);
		padding-bottom: 30px;
	}

	.analysis-wrap {
		margin: 0 10px 35px 10px;
		border-radius: 10px;
	}

	.analysis-ttl {
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin-bottom: 20px;
	}

	.analysis-ttl-emphasis::after,
	.support-ttl-emphasis::after {
		right: -8px;
		border-width: 20px 0 20px 10px;
	}

	.analysis-content {
		flex-direction: column;
	}

	.analysis-wrap {
		position: relative;
		margin: 0 10px 35px 10px;
		border-radius: 10px;
	}

	.analysis-ttl {
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin-bottom: 20px;
	}

	.analysis-content-wrap {
		width: 100%;
		top: 0;
	}

	.analysis-ttl-txt,
	.support-ttl-txt {
		font-size: 18px;
	}

	.analysis-content-txt {
		font-size: 14px;
	}
	.analysis-link {
		font-size: 15px;
	}
	.analysis-link-wrap {
		margin-bottom: 40px;
	}

	.analysis-bottom {
		font-size: 21px;
		margin-bottom: 0;
		padding: 0 10px;
	}

	.support-wrap {
		position: relative;
		padding: 20px;
		margin: 0 10px;
	}

	.support-body-head {
		font-size: 15px;
	}

	.support-body-head::before {
		position: relative;
		top: 2px;
		content: "";
		background-image: url(/pendo/lp/common/img/support-ttl.png);
		background-repeat: no-repeat;
		background-size: 10px;
		vertical-align: middle;
		padding-right: 10px;
		margin-right: 10px;
	}

	.support-body-wrap-piece-image {
		margin-bottom: 10px;
	}

	.support-body-wrap-piece-txt {
		padding: 0;
		margin: 0;
		font-size: 14px;
	}

	.support-body-wrap {
		gap: 5px;
	}

	.section-support {
		margin-bottom: 45px;
	}

	.casestudies-ttl,
	.faq-ttl {
		font-size: 21px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

	.casestudies-txt {
		font-size: 14px;
	}

	.casestudies-modal-wrap {
		gap: 10px;
		margin-bottom: 35px;
	}

	.casestudies-button {
		padding-top: 15px;
		width: calc(50% - 5px);
	}

	.casestudies-img {
		margin-bottom: 45px;
	}
	.casestudies-button-img {
		margin-bottom: 15px;
	}
	.casestudies-button-img-fixation {
		width: 76px;
	}

	.casestudies-button-img-mitigation {
		width: 116px;
	}

	.casestudies-button-img-grasp {
		width: 89px;
	}

	.casestudies-button-img-feedback {
		width: 69px;
	}

	.casestudies-button-img-return {
		width: 97px;
	}

	.casestudies-button-img-alignment {
		width: 66px;
	}

	.casestudies-button-txt {
		font-size: 14px;
	}

	.casestudies-ttl:after,
	.faq-ttl:after {
		height: 3px;
		width: 30px;
	}

	.aside-cta {
		padding: 5px 5px 15px 5px;
	}

	.analysis-ttl-emphasis,
	.support-ttl-emphasis {
		padding: 10px;
		font-size: 14px;
	}

	.analysis-ttl-emphasis::after,
	.support-ttl-emphasis::after {
		right: -8px;
		border-width: 20px 0 20px 10px;
	}
	.support-body-wrap-piece {
		height: auto;
	}
	.support-bottom-wrap {
		margin-bottom: 20px;
	}

	.support-bottom-content {
		padding: 15px 5px;
		margin-bottom: 30px;
	}

	.support-bottom-content-txt {
		margin: 0;
		text-align: left;
		font-size: 14px;
	}

	.support-bottom-link.pc {
		display: none;
	}

	.support-bottom-link.sp {
		display: block;
		padding: 10px 65px;
		box-shadow: 0 4px 0px 0 #0f1952;
		font-size: 15px;
	}
	.casestudies-modal-body {
		padding: 0;
	}

	.casestudies-modal-header-txt {
		font-size: 13px;
	}

	.casestudies-modal-content {
		width: calc(100% - 20px);
		padding: 20px;
		margin: calc(50vh - 200px) 10px 0 10px;
	}

	.casestudies-modal-close {
		width: 35px;
		height: 35px;
		font-size: 15px;
		line-height: 2.4;
	}
	.casestudies-modal-body-txt {
		font-size: 14px;
		margin: 0;
	}

	.faq-initial-question {
		font-size: 20px;
		margin-left: 10px;
	}
	.faq-accordion-title::after {
		margin-right: 15px;
	}

	.faq-accordion-title-p {
		font-size: 14px;
		padding-right: 10px;
	}

	.faq-initial-answer {
		margin-left: 15px;
		font-size: 20px;
		margin-top: 3%;
	}

	.faq-answer-flex-p {
		font-size: 14px;
		margin: 0;
	}

	.cta-btn-img-dl,
	.cta-btn-img-mail {
		position: absolute;
		bottom: 10px;
	}

	.cta-btn-img-mail {
		left: 15px;
	}

	.cta-btn-img-dl {
		left: 10px;
	}

	.cta-txt {
		font-size: 13px;
	}

	.cta-btn-link {
		width: 50%;
		height: 60px;
		padding: 0 10px;
		box-shadow: 0 5px 0px 0 #02093e;
		justify-content: center;
	}

	.cta-btn-txt {
		font-size: 10px;
	}

	.cta-btn-txt-bold {
		font-size: 10px;
		padding-left: 20px;
	}

	.cta-btn-img-arrow {
		display: none;
	}
	html[data-script-enabled="true"] #pendo .site-footer .seg-primary .scroll-top.is-fixed > a,
	#pendo .site-footer .seg-primary .scroll-top > a {
		bottom: 130px;
	}
	.br-sp {
		display: block;
	}
}
@media screen and (max-width: 440px) {
	.support-body-wrap-piece {
		height: 230px;
	}
}
