@charset "UTF-8";

/* ==================================================
   CLI+MIRU 掲載をお考えの企業様へ
   request-for-posting.css
   重複整理・統合版
================================================== */

/* 共通 */

.cm-company {
	--cm-company-primary-light: #eaf4fb;
	--cm-company-primary-soft: #f5f9fd;
	--cm-company-white: #ffffff;
	--cm-company-shadow: 0 12px 34px rgba(0, 69, 128, 0.09);
	--cm-company-radius: 16px;
	--cm-company-radius-small: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--cm-company-white);
	color: var(--cm-company-text);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	--cm-company-primary: #004580;
	--cm-company-primary-dark: #00365f;
	--cm-company-text: #102a43;
	--cm-company-text-sub: #425466;
	--cm-company-border: #dce8f5;
	--cm-company-shadow-soft: 0 8px 24px rgba(0, 69, 128, 0.07);
}

.cm-company, .cm-company *, .cm-company *::before, .cm-company *::after {
	box-sizing: border-box;
}

.cm-company img, .cm-company svg {
	display: block;
	max-width: 100%;
}

.cm-company a {
	color: inherit;
	text-decoration: none;
}

.cm-company-container {
	margin: 10px 0;
	margin-right: auto;
	margin-left: auto;
	width: min(1280px, calc(100% - 64px));
}

.cm-company-section-heading {
	margin: 20px 0 40px;
	text-align: center;
}

.cm-company-section-title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 20px;
	font-weight: 800;
	color: #444 !important;
	font-size: clamp(28px, 2.3vw, 34px);
	line-height: 1.35;
	letter-spacing: 0.035em;
}

.cm-company-section-title::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 99px;
	content: "";
	transform: translateX(-50%);
	width: 44px;
	height: 2px;
	background: #1673c9;
}

.cm-company-eyebrow {
	display: inline-flex;
	margin: 0 0 20px;
	border: 1px solid rgba(0, 69, 128, 0.13);
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	backdrop-filter: blur(8px);
	margin-bottom: 18px;
	padding: 8px 16px;
	border-color: rgba(0, 69, 128, .14);
	background: rgba(255,255,255,.88);
	color: #004580;
	font-size: 14px;
	box-shadow: 0 5px 16px rgba(0,69,128,.07);
}

.cm-company-button {
	position: relative;
	display: inline-flex;
	min-height: 54px;
	padding: 0 58px 0 28px;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.cm-company-button:hover {
	transform: translateY(-2px);
}

.cm-company-button--primary {
	color: #fff !important;
	background: linear-gradient(135deg, #075fae 0%, #004580 100%);
	box-shadow: 0 12px 25px rgba(0,69,128,.22);
}

.cm-company-button--primary:hover {
	background: linear-gradient(135deg, #064d88 0%, #002f5c 100%);
	box-shadow: 0 16px 32px rgba(0, 69, 128, 0.29);
}

.cm-company-button__icon {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
}

.cm-company-button__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-button__arrow {
	position: absolute;
	right: 22px;
	top: 50%;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-52%);
}

.cm-company-section {
	padding: 58px 0;
}

/* Hero */

.cm-company-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	min-height: 690px;
	padding: 54px 0 56px;
	background: radial-gradient(circle at 83% 13%, rgba(255,255,255,.92) 0 11%, transparent 11.5%),
		linear-gradient(120deg, #f7fbfe 0%, #edf6fc 58%, #ffffff 100%);
}

.cm-company-hero__background {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.cm-company-hero__background::before, .cm-company-hero__background::after {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .72);
	content: "";
	filter: blur(1px);
}

.cm-company-hero__background::before {
	width: 920px;
	height: 920px;
	right: -320px;
	top: -490px;
}

.cm-company-hero__background::after {
	width: 1040px;
	height: 460px;
	left: -260px;
	bottom: -310px;
}

.cm-company-hero__inner {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	gap: 28px;
}

.cm-company-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 0;
}

.cm-company-hero__title {
	margin: 0;
	color: var(--cm-company-text);
	font-size: clamp(36px, 3.3vw, 50px);
	font-weight: 800;
	line-height: 1.43;
	letter-spacing: .015em;
}

.cm-company-hero__title span, .cm-company-hero__title strong {
	display: block;
	font-weight: inherit;
}

.cm-company-hero__title strong {
	color: var(--cm-company-primary);
}

.cm-company-hero__lead {
	letter-spacing: .01em;
	margin: 20px 0 24px;
	color: #24364a !important;
	font-size: 15px;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 22px;
	line-height: 1.88;
}

.cm-company-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 690px;
	gap: 8px;
}

.cm-company-stat {
	display: flex;
	min-width: 0;
	border: 1px solid rgba(0, 69, 128, .08);
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	padding: 16px 10px 12px;
	border-color: rgba(0,69,128,.09);
	border-radius: 12px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 8px 22px rgba(0,69,128,.075);
	min-height: 142px;
	padding-top: 14px;
	padding-bottom: 10px;
}

.cm-company-stat__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-stat__label {
	font-weight: 800;
	line-height: 1.4;
	color: #20364d;
	font-size: 12px;
	margin-bottom: 5px;
}

.cm-company-stat__value {
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
	color: #004f93;
	font-size: 24px;
}

.cm-company-stat__value small {
	margin-left: 2px;
	font-size: 10px;
	font-weight: 700;
}

.cm-company-stat__note {
    margin-top: 5px;
    font-weight: 500;
    color: #555;
    font-size: 10px;
    line-height: 1.45;
    padding-top: 5px;
}

.cm-company-hero__visual {
	position: relative;
	min-height: 520px;
}

.cm-company-hero__orb {
	position: absolute;
	z-index: 4;
	display: flex;
	border: 1px solid rgba(0, 69, 128, .08);
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-weight: 700;
	line-height: 1.6;
	box-shadow: 0 10px 25px rgba(0, 69, 128, .11);
	text-align: center;
	backdrop-filter: blur(8px);
	width: 150px;
	height: 150px;
	color: #324a61;
	font-size: 11px;
	top: -12px;
	right: -2px;
}

.cm-company-hero__orb strong {
	display: block;
	margin-top: 2px;
	font-weight: 800;
	color: #004580;
	font-size: 18px;
}

.cm-company-device {
	position: absolute;
}

.cm-company-device--laptop {
	z-index: 1;
	left: -22px;
	right: 24px;
	top: 34px;
}

.cm-company-device--laptop .cm-company-device__screen {
	position: relative;
    border: 8px solid #1a1a1a;
    background: #1a1a1a;
    transform-origin: center bottom;
    padding: 10px 10px 13px;
    border-width: 8px;
    border-bottom-width: 14px;
    border-radius: 14px 14px 8px 8px;
    box-shadow: 0 28px 40px rgba(18, 31, 44, .22);
}

.cm-company-device--laptop .cm-company-device__screen img {
	width: 100%;
	aspect-ratio: 16 / 9.3;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
}

.cm-company-device__camera {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 50%;
	width: 42px;
	height: 5px;
	border-radius: 99px;
	background: #0a0c0e;
	transform: translateX(-50%);
}

.cm-company-device__base {
	position: absolute;
	right: -5%;
	left: -5%;
	border-radius: 3px 3px 16px 16px;
	background: linear-gradient(#d8dde1, #8d969d 54%, #5d666d 55%, #d9dde0);
	box-shadow: 0 13px 19px rgba(20, 35, 50, .2);
	transform: perspective(520px) rotateX(64deg);
	transform-origin: center top;
	bottom: -27px;
	height: 31px;
}

.cm-company-device--phone {
    z-index: 3;
    padding: 8px;
    border: 0px solid #1a1a1a;
    border-radius: 30px;
    background: #1a1a1a;
    box-shadow: 0 23px 35px rgba(20, 34, 48, .28);
    transform: rotate(10deg);
    right: -4px;
    bottom: 12px;
    width: 170px;
}

.cm-company-device--phone .cm-company-device__screen {
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}

.cm-company-device--phone .cm-company-device__screen img {
	width: 100%;
	aspect-ratio: .52 / 1;
	object-fit: cover;
	object-position: center;
}

.cm-company-device__speaker {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 50%;
	width: 54px;
	height: 12px;
	border-radius: 0 0 10px 10px;
	background: #171b1f;
	transform: translateX(-50%);
}

.cm-company .cm-company-hero__title {
	margin: 0;
	color: #102a43 !important;
	font-weight: 800;
	font-size:clamp(34px, 2.45vw, 40px);
	line-height: 1.28;
	letter-spacing: 0.005em;
}

.cm-company .cm-company-hero__title span {
	display: block;
	color: #102a43 !important;
	font-weight: 800 !important;
}

.cm-company .cm-company-hero__title strong {
	display: block;
	color: #004580 !important;
	font-weight: 800 !important;
}

.cm-company-stat__icon {
	width: 30px;
	height: 30px;
	color: #0b67ba;
	margin-bottom: 6px;
}

.cm-company-stat__value--area {
	font-size: 19px;
}

.cm-company-hero__button {
	min-width: 330px;
	min-height: 56px;
	margin-top: 22px;
}

/* CLI+MIRUでできること */

.cm-company-services {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 28px;
}

.cm-company-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.cm-company-service-card {
	overflow: hidden;
	border: 1px solid var(--cm-company-border);
	background: #fff;
	border-color: #dce8f5;
	border-radius: 15px;
	box-shadow: 0 8px 24px rgba(0,69,128,.065);
	padding: 22px 20px 16px;
}

.cm-company-service-card__heading {
	display: grid;
	align-items: start;
	grid-template-columns: 46px minmax(0,1fr);
	gap: 14px;
}

.cm-company-icon-box {
	display: flex;
	border: 1px solid #cfe2f3;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-color: #cfe2f3;
	background: #f4f9fd;
	color: #075fae;
}

.cm-company-icon-box svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-service-card h3 {
	font-weight: 800;
	margin: 2px 0 7px;
	font-size: 17px;
	line-height: 1.5;
	color: #075697 !important;
}

.cm-company-service-card p {
	margin: 0;
	font-weight: 600;
	color: #425466 !important;
	font-size: 12px;
	line-height: 1.75;
}

.cm-company-service-card__preview {
	border-radius: 7px;
	box-shadow: inset 0 0 0 1px #edf3f8;
	background: #fbfdff;
	margin-top: 16px;
	padding: 7px;
}

.cm-company-service-card__preview img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	box-shadow: 0 5px 14px rgba(0, 50, 95, .08);
	aspect-ratio: 16 / 6.6;
}

.cm-company-services__note {
	margin: 22px 0 0;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	margin-top: 18px;
	color: #35495e;
	font-size: 14px;
}

/* CLI+MIRUが選ばれる理由 */

.cm-company-reasons {
	background: #fff;
	padding-top: 18px;
	padding-bottom: 42px;
}

.cm-company-reasons__panel {
	border: 1px solid #e3edf6;
	background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
	padding: 28px 22px 24px;
	border-color: #e1ebf4;
	border-radius: 16px;
	box-shadow: 0 8px 26px rgba(0,69,128,.055);
	padding-top: 24px;
	padding-bottom: 20px;
}

.cm-company-reason-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cm-company-reason-card {
	position: relative;
	min-width: 0;
	text-align: center;
	padding: 8px 18px 4px;
	padding-top: 6px;
	padding-bottom: 2px;
}

.cm-company-reason-card + .cm-company-reason-card::before {
	position: absolute;
	left: 0;
	width: 1px;
	content: "";
	top: 10px;
	bottom: 10px;
	background: #d7e5f1;
}

.cm-company-reason-card__icon {
	display: block;
	margin: 0 auto 11px;
	color: #075fae;
	width: 58px;
	height: 58px;
	margin-bottom: 8px;
}

.cm-company-reason-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-reason-card h3 {
	margin: 0 0 9px;
	font-weight: 800;
	margin-bottom: 8px;
	color: #004f93 !important;
	font-size: 14px;
	line-height: 1.5;
}

.cm-company-reason-card p {
	margin: 0;
	font-weight: 600;
	color: #35495e !important;
	font-size: 12px;
	line-height: 1.72;
	text-align: justify;
}

/* 掲載までの流れ */

.cm-company-flow {
	background: #fff;
	padding-top: 24px;
	padding-bottom: 34px;
}

.cm-company-flow-grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0,1fr) 28px
		minmax(0,1fr) 28px
		minmax(0,1fr) 28px
		minmax(0,1fr) 28px
		minmax(0,1fr);
}

.cm-company-flow-card {
	position: relative;
	border: 1px solid var(--cm-company-border);
	background: #fff;
	text-align: center;
	padding: 33px 14px 18px;
	border-radius: 13px;
	box-shadow: 0 7px 20px rgba(0,69,128,.065);
	min-height: 196px;
	padding-top: 31px;
	padding-bottom: 16px;
}

.cm-company-flow-card__number {
	position: absolute;
	left: 50%;
	display: flex;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	box-shadow: 0 6px 15px rgba(0, 69, 128, .22);
	transform: translateX(-50%);
	width: 34px;
	height: 34px;
	background: #075ca9;
	font-size: 12px;
	top: -16px;
}

.cm-company-flow-card__icon {
	display: block;
	margin: 0 auto 13px;
	width: 56px;
	height: 56px;
	margin-bottom: 12px;
	color: #075fae;
}

.cm-company-flow-card__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-flow-card h3 {
	margin: 0 0 9px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 8px;
	color: #20364d !important;
	font-size: 15px;
}

.cm-company-flow-card p {
	margin: 0;
	font-weight: 600;
	color: #425466 !important;
	font-size: 12px;
	line-height: 1.75;
	text-align: justify;
}

.cm-company-flow__arrow {
	text-align: center;
	color: #0a5ca7;
	font-size: 20px;
	font-weight: 400;
}

.cm-company-flow__note {
	margin: 26px 0 0;
	font-weight: 600;
	text-align: center;
	margin-top: 22px;
	color: #566779;
	font-size: 12px;
}

/* FAQ */

.cm-company-faq {
	background: #fff;
	padding-top: 14px;
	padding-bottom: 38px;
}

.cm-company-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
}

.cm-company-faq-item {
	overflow: hidden;
	border: 1px solid var(--cm-company-border);
	background: #fff;
	border-color: #dce8f5;
	border-radius: 9px;
	box-shadow: 0 4px 12px rgba(0,69,128,.045);
}

.cm-company-faq-item summary {
	display: grid;
	align-items: center;
	cursor: pointer;
	gap: 8px;
	list-style: none;
	padding: 0 18px 0 15px;
	grid-template-columns: 30px minmax(0,1fr) 22px;
	min-height: 46px;
}

.cm-company-faq-item summary::-webkit-details-marker {
	display: none;
}

.cm-company-faq-item__q {
	font-weight: 800;
	line-height: 1;
	color: #0a63b4;
	font-size: 20px;
}

.cm-company-faq-item__title {
	font-weight: 700;
	line-height: 1.5;
	color: #26394d !important;
	font-size: 13px;
}

.cm-company-faq-item__toggle {
	position: relative;
	width: 16px;
	height: 16px;
}

.cm-company-faq-item__toggle::before, .cm-company-faq-item__toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 9px;
	background: #0b67ba;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
	width: 8px;
	height: 1.5px;
}

.cm-company-faq-item__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.cm-company-faq-item[open] .cm-company-faq-item__toggle::after {
	transform: translate(-50%, -50%) rotate(0);
}

.cm-company-faq-item__answer {
	padding: 0 18px 16px 54px;
	padding-bottom: 13px;
}

.cm-company-faq-item__answer p {
	margin: 0;
	color: #59697a;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}

.cm-company-faq__more {
	text-align: center;
	margin-top: 18px;
}

.cm-company-faq__more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: #0862b1 !important;
	font-size: 13px;
}

/* CTA */

.cm-company-cta {
	background: #fff;
	padding: 8px 0 62px;
}

.cm-company-cta__panel {
	position: relative;
	display: grid;
	overflow: hidden;
	border: 1px solid #dbeaf6;
	align-items: center;
	box-shadow: 0 7px 22px rgba(0, 69, 128, .06);
	min-height: 185px;
	padding: 24px 182px 24px 220px;
	border-color: #dbeaf6;
	border-radius: 15px;
	background: radial-gradient(circle at 91% 50%, rgba(255,255,255,.88) 0 12%, transparent 12.5%),
		linear-gradient(100deg, #eef7fd 0%, #f9fcfe 58%, #eaf5fc 100%);
}

.cm-company-cta__body {
	position: relative;
	z-index: 2;
	text-align: center;
}

.cm-company-cta__body h2 {
	margin: 0 0 9px;
	font-weight: 800;
	letter-spacing: .01em;
	color: #17314d !important;
	font-size: clamp(20px, 1.9vw, 26px);
	line-height: 1.5;
}

.cm-company-cta__body p {
	margin: 0;
	font-weight: 600;
	line-height: 1.7;
	color: #4a5f73 !important;
	font-size: 13px;
}

.cm-company-cta__illustration {
	position: absolute;
	color: #0a5da9;
	left: 16px;
	bottom: -4px;
	width: 220px;
}

.cm-company-cta__illustration svg {
	width: 100%;
	height: auto;
	fill: rgba(255, 255, 255, .55);
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cm-company-cta__badge {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	border: 1px solid #cfe3f3;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 12px 28px rgba(0, 69, 128, .12);
	text-align: center;
	transform: translateY(-50%);
	width: 136px;
	height: 136px;
	color: #39556f;
	right: 16px;
}

.cm-company-cta__badge span {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

.cm-company-cta__badge strong {
	font-weight: 800;
	line-height: 1.15;
	color: #075ba8;
	font-size: 27px;
}

.cm-company-cta__button {
	min-width: 430px;
	margin-top: 18px;
	min-height: 56px;
}

@media only screen and (max-width: 1100px) {

	.cm-company-hero__inner {
		grid-template-columns: minmax(0,1fr) minmax(430px,.9fr);
	}

	.cm-company-hero__title {
		font-size: 40px;
	}

	.cm-company-stats {
		grid-template-columns: repeat(2,minmax(0,1fr));
		max-width: 480px;
	}

	.cm-company-stat {
		min-height: 132px;
	}

	.cm-company-reason-card {
		padding-right: 14px;
		padding-left: 14px;
	}

	.cm-company-flow-grid {
		grid-template-columns: repeat(5,minmax(0,1fr));
		gap: 14px;
	}

	.cm-company-flow__arrow {
		display: none;
	}

	.cm-company-cta__panel {
		padding-right: 170px;
		padding-left: 190px;
	}

	.cm-company-cta__illustration {
		left: 8px;
		width: 180px;
	}

	.cm-company-container {
		width: min(1180px, calc(100% - 48px));
	}

	.cm-company .cm-company-hero__title {
		font-size: 34px;
	}

	.cm-company-device--laptop {
		left: -10px;
		right: 20px;
	}
}

@media only screen and (max-width: 900px) {

	.cm-company-container {
		width: min(100% - 36px, 760px);
	}

	.cm-company-section {
		padding: 58px 0;
	}

	.cm-company-hero {
		padding-top: 42px;
	}

	.cm-company-hero__inner {
		grid-template-columns: 1fr;
	}

	.cm-company-hero__content {
		text-align: center;
	}

	.cm-company-eyebrow {
		margin-right: auto;
		margin-left: auto;
	}

	.cm-company-hero__title {
		font-size: clamp(34px, 6vw, 46px);
	}

	.cm-company-hero__lead {
		margin-right: auto;
		margin-left: auto;
	}

	.cm-company-stats {
		margin-right: auto;
		margin-left: auto;
		max-width: 620px;
		margin-inline: auto;
		grid-template-columns: repeat(4,minmax(0,1fr));
	}

	.cm-company-hero__visual {
		margin-top: 12px;
		min-height: 500px;
	}

	.cm-company-device--laptop {
		left: 4%;
		right: 12%;
	}

	.cm-company-device--phone {
		right: 3%;
	}

	.cm-company-service-grid {
		grid-template-columns: 1fr;
	}

	.cm-company-service-card {
		display: grid;
		grid-template-columns: minmax(0,1fr) minmax(280px,.9fr);
		gap: 22px;
		align-items: center;
	}

	.cm-company-service-card__preview {
		margin-top: 0;
	}

	.cm-company-reason-grid {
		gap: 28px 0;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.cm-company-reason-card + .cm-company-reason-card::before {
		display: none;
	}

	.cm-company-reason-card:nth-child(even)::before {
		position: absolute;
		top: 12px;
		bottom: 12px;
		left: 0;
		display: block;
		width: 1px;
		background: #dce8f2;
		content: "";
	}

	.cm-company-flow-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 28px 16px;
	}

	.cm-company-faq-grid {
		grid-template-columns: 1fr;
	}

	.cm-company-cta__panel {
		padding: 34px 150px;
	}

	.cm-company-cta__button {
		min-width: 0;
		width: 100%;
	}

	.cm-company-cta__illustration {
		left: -18px;
		width: 178px;
	}

	.cm-company-cta__badge {
		right: 14px;
		width: 126px;
		height: 126px;
	}

	.cm-company-service-grid, .cm-company-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 640px) {

	.cm-company-container {
		width: calc(100% - 28px);
	}

	.cm-company-section {
		padding: 46px 0;
	}

	.cm-company-section-heading {
		margin-bottom: 26px;
	}

	.cm-company-section-title {
		font-size: 24px;
	}

	.cm-company-pc-only {
		display: none;
	}

	.cm-company-hero {
		min-height: 0;
		padding: 34px 0 46px;
	}

	.cm-company-eyebrow {
		margin-bottom: 16px;
		padding: 8px 14px;
		font-size: 12px;
	}

	.cm-company-hero__title {
		font-size: clamp(30px, 8.5vw, 39px);
		line-height: 1.45;
	}

	.cm-company-hero__lead {
		line-height: 1.9;
		font-size: 13px;
	}

	.cm-company-stats {
		gap: 10px;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.cm-company-stat {
		min-height: 132px;
	}

	.cm-company-hero__button {
		width: 70%;
		min-width: 0;
	}

	.cm-company-hero__visual {
		margin-top: 20px;
		min-height: 370px;
	}

	.cm-company-hero__orb {
		top: 0;
        right: 0;
        width: 150px;
        height: 150px;
        font-size: 12px;
        line-height: 1.55;
	}

	.cm-company-hero__orb strong {
		font-size: 13px;
	}

	.cm-company-device--laptop {
		top: 63px;
		left: 0;
		right: 8%;
	}

	.cm-company-device--laptop .cm-company-device__screen {
		padding: 7px;
		border-width: 5px;
		border-bottom-width: 10px;
		border-radius: 10px 10px 5px 5px;
	}

	.cm-company-device__base {
		bottom: -20px;
		height: 22px;
	}

	.cm-company-device--phone {
		right: 0;
		width: 112px;
		padding: 5px;
		border-width: 4px;
		border-radius: 22px;
		bottom: 6px;
	}

	.cm-company-device--phone .cm-company-device__screen {
		border-radius: 15px;
	}

	.cm-company-device__speaker {
		top: 5px;
		width: 38px;
		height: 9px;
	}

	.cm-company-service-card {
		padding: 22px 18px 18px;
		display: block;
	}

	.cm-company-service-card__heading {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
	}

	.cm-company-icon-box {
		width: 42px;
		height: 42px;
	}

	.cm-company-icon-box svg {
		width: 26px;
		height: 26px;
	}

	.cm-company-service-card h3 {
		font-size: 15px;
	}

	.cm-company-service-card__preview {
		margin-top: 18px;
	}

	.cm-company-reasons {
		padding-top: 10px;
	}

	.cm-company-reasons__panel {
		padding: 28px 12px 22px;
	}

	.cm-company-reason-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cm-company-reason-card {
		padding: 24px 12px;
	}

	.cm-company-reason-card + .cm-company-reason-card {
		border-top: 1px solid #dce8f2;
	}

	.cm-company-reason-card:nth-child(even)::before {
		display: none;
	}

	.cm-company-reason-card__icon {
		width: 52px;
		height: 52px;
	}

	.cm-company-reason-card h3 {
		font-size: 15px;
	}

	.cm-company-reason-card p {
		font-size: 12px;
	}

	.cm-company-flow-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cm-company-flow-card {
		min-height: 184px;
	}

	.cm-company-faq-item summary {
		padding-right: 12px;
		padding-left: 12px;
		grid-template-columns: 26px minmax(0, 1fr) 20px;
	}

	.cm-company-faq-item__q {
		font-size: 21px;
	}

	.cm-company-faq-item__title {
		font-size: 12px;
	}

	.cm-company-faq-item__answer {
		padding-right: 14px;
		padding-left: 46px;
	}

	.cm-company-cta {
		padding-bottom: 46px;
	}

	.cm-company-cta__panel {
		text-align: center;
		display: block;
		padding: 34px 34px 158px;
	}

	.cm-company-cta__body h2 {
		font-size: 20px;
	}

	.cm-company-cta__illustration {
		bottom: -5px;
		left: -4px;
		width: 158px;
	}

	.cm-company-cta__badge {
		right: 16px;
		top: auto;
		bottom: 18px;
		width: 112px;
		height: 112px;
		transform: none;
	}

	.cm-company-cta__badge strong {
		font-size: 23px;
	}

	.cm-company .cm-company-hero__title {
		font-size: clamp(18px, 6vw, 37px);
		line-height: 1.34;
	}

	.cm-company-reason-grid, .cm-company-flow-grid {
		grid-template-columns: 1fr;
	}
}

.cm-company img, .cm-company svg {
    display: block;
    max-width: 120%;
}

@media only screen and (max-width: 991px) {
    .p-header__logo--mobile .p-logo img {
        margin-top: 15px;
        max-height: 30px;
        width: auto;
    }
}

.cm-company-section,
.cm-company-cta {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity .9s ease,
		transform .9s cubic-bezier(.22,1,.36,1);
	will-change: opacity, transform;
}

.cm-company-section.is-visible,
.cm-company-cta.is-visible {
	opacity: 1;
	transform: translateY(0);
}