@charset "utf-8";

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

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

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

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

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

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

#lp-itInfra .lp-section-bg-02 {
	background: var(--color-primary-opacity-05);
}

#lp-itInfra .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(--gradation-primary);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

#lp-itInfra .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-itInfra .lp-button-01.is-large {
	min-width: 280px;
	min-height: 48px;
}

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

/* -- */

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

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

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

/* -- */

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

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

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

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

/* -- */

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

#lp-itInfra .lph-heading-list li {
	color: #ffffff;
	font-size: clamp(12px, calc(16 / var(--breakPoint-SmartPhone) * 100vw), 16px);
	text-align: center;
	width: auto;
	padding: 0.2em 0.4em;
	background: var(--color-primary);
}

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

#lp-itInfra .lph-text {
	color: #ffffff;
	width: fit-content;
	font-size: clamp(20px, calc(28 / var(--breakPoint-SmallPC) * 100vw), 28px);
	text-shadow: 0 0 0.2em rgba(0, 0, 0, 1.0);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.2em;
	line-height: 1.2;
}

#lp-itInfra .lph-heading {
	color: #ffffff;
	width: fit-content;
	font-size: clamp(32px, calc(64 / var(--breakPoint-SmallPC) * 100vw), 64px);
	text-shadow: 0 0 0.2em rgba(0, 0, 0, 1.0);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

/* -- */

#lp-itInfra .lp-interest-section {
	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-itInfra .lp-interest-section .text-01 {
	display: inline-block;
	font-size: var(--fontSize-18);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	width: fit-content;
	margin-bottom: 1.0em;
	padding: 0.5em 1.5em;
	border: 1px solid #ffffff;
	border-radius: 4px;
	background: #ffffff;
}

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

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

/* -- */

#lp-itInfra .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-itInfra .lp-implementingCompany-heading:after {
	display: block;
	width: 100px;
	height: 1px;
	margin: 10px auto 0 auto;
	background: var(--color-black);
	content: '';
}

/* -- */

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

/* -- */

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

#lp-itInfra .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-itInfra .lp-cta-heading .text-01 {
	font-size: 133.3%;
}
