@charset "utf-8";

/* --------------------------------------
	LP：JumpCloud A
--------------------------------------- */

#lp-jumpcloud {
	--lp-color-01: #002b49;
	--lp-color-02: #14a19c;

	--lp-gradation-01: linear-gradient(to right, #002b49 10%, #14a19c 90%);
}

#lp-jumpcloud .lp-color-01 {
	color: var(--lp-color-01);
}

#lp-jumpcloud .lp-color-02 {
	color: var(--lp-color-02);
}

#lp-jumpcloud .lp-section-bg-01 {
	background: var(--lp-gradation-01);
}

#lp-jumpcloud .lp-section-bg-02 {
	background: rgba(20, 161, 156, 0.05);
}

#lp-jumpcloud .lp-heading-style-01 {
	display: inline-block;
	color: transparent;
	font-size: clamp(24px, calc(32 / var(--breakPoint-SmallTablet) * 100vw), 32px);
	line-height: 1.3;
	width: fit-content;
	margin-bottom: 1.0em;
	background: var(--lp-gradation-01);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lp-heading-style-01.textAlign-psLeft-spCenter {
		margin-left: 0;
		margin-right: 0;
	}
}

#lp-jumpcloud .lp-button-01 {
	display: inline-flex;
	color: var(--color-text);
	font-size: var(--fontSize-16);
	font-weight: bold;
	line-height: 1.3em;
	min-width: 240px;
	min-height: 40px;
	padding: 0.5em 1.5em;
	border: none;
	border-radius: 100px;
	background: var(--gradation-secondary);
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#lp-jumpcloud .lp-button-01.is-large {
	min-width: 280px;
	min-height: 48px;
}

#lp-jumpcloud .lp-button-01:hover {
	background: var(--gradation-secondary);
	opacity: 0.7;
}

/* -- */

#lp-jumpcloud .lp-hero-section {
	display: flex;
	min-height: 400px;
	padding-top: var(--space-secondary);
	padding-bottom: var(--space-secondary);
	background: url(../images/lp_jumpcloud-a_hero.webp) center center no-repeat;
	background-size: cover;
	align-items: center;
}

#lp-jumpcloud .lp-hero-section .lph-column {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0 clamp(30px, calc(60 / var(--breakPoint-SmallPC) * 100vw), 60px);
}

#lp-jumpcloud .lph-logoWrap {
	display: flex;
	width: 100%;
	margin-bottom: var(--space-tertiary);
	flex-direction: column;
	align-self: center;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-logoWrap {
		width: 30%;
		margin-bottom: 0;
	}
}

#lp-jumpcloud .lph-separator {
	display: none;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-separator {
		display: flex;
		width: 1px;
		background: var(--lp-color-01);
		opacity: 0.5;
		align-self: stretch;
	}
}

#lp-jumpcloud .lph-headingWrap {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-self: center;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-headingWrap {
		flex: 1;
	}
}

/* -- */

#lp-jumpcloud .lph-logo {
	text-align: center;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-logo {
		text-align: right;
	}
}

#lp-jumpcloud .lph-logo img {
	width: 50%;
	max-width: 320px;
	min-width: 240px;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-logo img {
		width: 100%;
	}
}

/* -- */

#lp-jumpcloud .lph-heading-list {
	display: flex;
	margin: 0 0 1.0em 0;
	padding: 0;
	gap: 0 8px;
	justify-content: center;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-heading-list {
		justify-content: flex-start;
	}
}

#lp-jumpcloud .lph-heading-list li {
	color: #ffffff;
	text-align: center;
	min-width: 3.6em;
	padding: 0.2em 0.4em;
	background: var(--lp-color-01);
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-heading-list li {
		width: 90px;
	}
}

#lp-jumpcloud .lph-heading {
	color: transparent;
	width: fit-content;
	font-size: clamp(24px, calc(40 / 1280 * 100vw), 40px);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	line-height: 1.2;
	background: var(--lp-gradation-01);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (min-width: 960px) {
	#lp-jumpcloud .lph-heading {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
}

/* -- */

#lp-jumpcloud .lp-interest-section {
	color: #ffffff;
	text-align: center;
	padding-top: clamp(30px, calc(40 / var(--breakPoint-SmallPC) * 100vw), 40px);
	padding-bottom: clamp(0px, calc(20 / var(--breakPoint-SmallPC) * 100vw), 10px);
}

#lp-jumpcloud .lp-interest-section .text-01 {
	font-size: clamp(18px, calc(28 / 960* 100vw), 28px);
	font-weight: bold;
	margin-bottom: 0.5em;
}

#lp-jumpcloud .lp-interest-section .deco-01 {
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}

/* -- */

#lp-jumpcloud .lp-implementingCompany-heading {
	font-size: clamp(14px, calc(20 / var(--breakPoint-SmallPC) * 100vw), 20px);
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 2.0em auto;
	position: relative;
}

#lp-jumpcloud .lp-implementingCompany-heading:after {
	display: block;
	width: 100px;
	height: 1px;
	margin: 10px auto 0 auto;
	background: var(--color-black);
	content: '';
}

/* -- */

#lp-jumpcloud .fact-icon {
	color: #ffffff;
	font-weight: bold;
	width: fit-content;
	margin-bottom: 0.8em;
	padding: 0.2em 1.0em;
	border-radius: 4px;
	background: var(--lp-gradation-01);
}

/* -- */

#lp-jumpcloud .lp-cta-section {
	color: #ffffff;
}

#lp-jumpcloud .lp-cta-heading {
	font-size: clamp(18px, calc(24 / var(--breakPoint-SmallPC) * 100vw), 24px);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#lp-jumpcloud .lp-cta-heading .text-01 {
	font-size: 133.3%;
}
