/* リキッドレイアウト対応 */

html {
	font-size: 16px;
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.p-communityCase {
	background: #fff;
	overflow: hidden;
	padding-bottom: 8.5rem;
	padding-top: 6.25rem;
}

.p-communityCase__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityCase__slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
	max-width: none;
	width: 100vw;
}

.p-communityCase__slider .splide__track {
	overflow: visible;
}

.p-communityCase__card {
	background: #e6e6e6;
	border: 0.08rem solid #e4e7ec;
	border-radius: 1.25rem 1.25rem 1.25rem 0;
	box-shadow: 0 0.0625rem 0.3125rem rgba(19, 19, 19, 0.06), 0 0.0625rem 0.1563rem rgba(19, 19, 19, 0.04);
	display: block;
	height: 21.875rem;
	overflow: hidden;
	position: relative;
	width: 31.1875rem;
}

.p-communityCase__card::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
	bottom: 0;
	content: "";
	height: 60%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.p-communityCase__img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-communityCase__img picture {
	height: inherit;
}

.p-communityCase__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-communityCase__body {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	left: 0;
	padding: 1.1rem 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-communityCase__text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.p-communityCase__company {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.p-communityCase__headline {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-communityCase__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.47rem;
}

.p-communityCase__tag {
	background: rgba(0, 0, 0, 0.19);
	border: 1px solid #dadada;
	border-radius: 9999px;
	color: #dadada;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0.1875rem 0.75rem;
}

.p-communityCase__logo {
	align-items: center;
	background: #fff;
	border-radius: 0.3125rem;
	display: flex;
	flex-shrink: 0;
	height: 3.1175rem;
	justify-content: center;
	padding: 0.487rem 0.8125rem;
	width: 6.825rem;
}

.p-communityCase__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityCase__slider .splide__pagination {
	align-items: center;
	bottom: -2.25rem;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	position: relative;
}

.p-communityCase__slider .splide__pagination__page {
	background: #C3C3C3;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.575rem rgba(98, 98, 98, 0.2);
	height: 0.625rem;
	margin: 0;
	opacity: 1;
	transition: all 0.3s;
	width: 0.625rem;
}

.p-communityCase__slider .splide__pagination__page.is-active {
	background: #454545;
	transform: none;
}

.p-communityCase__more {
	margin-top: 5.625rem;
	text-align: center;
}

.p-communityCase__moreLink {
	align-items: center;
	background: #131313;
	border-radius: 9999px;
	box-shadow: 0 0.25rem 0.5rem rgba(161, 161, 161, 0.3);
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	padding: 0.875rem 2.5rem;
}

.p-communityCv {
	background: #15bdeb;
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-communityCv__bg {
	background: url(../images/bg_cta.webp) center/cover no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-communityCv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.375rem;
	position: relative;
	z-index: 1;
}

.p-communityCv__title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityCv__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.p-communityCv__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.p-communityCv__btn {
	align-items: center;
	border-radius: 9999px;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	height: 3.9375rem;
	justify-content: center;
	padding: 1.125rem 3rem;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.p-communityCv__btn:hover {
	opacity: 0.85;
}

.p-communityCv__btn--primary {
	background: #15bdeb;
	border: 1px solid #fff;
	color: #fff;
}

.p-communityCv__btn--secondary {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.9);
	color: #15bdeb;
	font-weight: 500;
}

.p-communityCv__note {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: center;
}

.p-communityEffect {
	background: url(../images/bg_effect.webp) center center/cover no-repeat;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-communityEffect__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-communityEffect__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityEffect__slider {
	visibility: visible !important;
}

.p-communityEffect__slider {
	height: auto;
	min-height: 0;
	width: 100%;
}

.p-communityEffect__slider .splide__track {
	height: auto;
	min-height: 0;
	overflow: visible;
	transition: height 0.2s ease;
}

.p-communityEffect__slider .splide__list {
	align-items: flex-start;
	min-height: 0;
}

.p-communityEffect__list {
	display: grid !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.p-communityEffect__list {
	grid-gap: 0.75rem;
	align-items: flex-start;
	filter: drop-shadow(0 0.8125rem 0.8125rem rgba(146, 146, 146, 0.2));
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 63.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-communityEffect__item {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 1.25rem 1.25rem 1.25rem 0;
	box-shadow: 0 0.0625rem 0.25rem rgba(19, 19, 19, 0.06);
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
	height: 100%;
	overflow: hidden;
	padding: 1.875rem 1.5625rem;
}

.p-communityEffect__item--spOnly {
	display: none;
}

.p-communityEffect__head {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-communityEffect__logo {
	border-radius: 0.375rem;
	flex-shrink: 0;
	height: 2rem;
	max-width: 9.5rem;
}

.p-communityEffect__logo picture {
	height: inherit;
}

.p-communityEffect__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityEffect__company {
	color: #131313;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
}

.p-communityEffect__body {
	align-items: center;
	display: flex;
	gap: 1.1875rem;
}

.p-communityEffect__metrics {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 0.75rem;
	min-width: 0;
}

.p-communityEffect__metrics--stacked {
	gap: 0.625rem;
}

.p-communityEffect__metric {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
	width: 100%;
}

.p-communityEffect__metricLabel {
	background: linear-gradient(90deg, #666, #000);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.5625rem 0.5rem;
	text-align: center;
}

.p-communityEffect__metric--sm .p-communityEffect__metricLabel {
	font-size: 0.875rem;
	padding: 0.4375rem 0.5rem;
}

.p-communityEffect__metricValue {
	-webkit-background-clip: text;
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(0, 200, 255, 0.78), rgba(0, 123, 158, 0.78));
	background-clip: text;
	color: transparent;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	line-height: 1;
	padding-left: 0.3125rem;
}

.p-communityEffect__prefix {
	font-family: "Poppins", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
}

.p-communityEffect__num {
	font-family: "Poppins", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

.p-communityEffect__metric--sm .p-communityEffect__num {
	font-size: 2.75rem;
}

.p-communityEffect__unit {
	font-family: "Poppins", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.p-communityEffect__note {
	color: #131313;
	font-size: 0.625rem;
	text-align: right;
}

.p-communityEffect__img {
	align-items: center;
	display: flex;
	flex: 1 0 0;
	justify-content: center;
	min-width: 0;
}

.p-communityEffect__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityEffect__img--sp {
	display: none;
}

.p-communityEffect__text {
	color: #131313;
	font-size: 0.75rem;
	line-height: 1.8;
}

.p-communityFaq {
	background: #e8f8fd;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-communityFaq__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-communityFaq__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityFaq__list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	max-width: 47.5rem;
	width: 100%;
}

.p-communityFaq__item {
	width: 100%;
}

.p-communityFaq__details {
	background: #fff;
	border: 1px solid #f0f2f5;
	border-radius: 1.25rem;
	overflow: hidden;
	width: 100%;
}

.p-communityFaq__details[open] .p-communityFaq__toggle::after {
	opacity: 0;
}

.p-communityFaq__summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 1.125rem;
	list-style: none;
	min-height: 4.75rem;
	padding: 1rem 1.875rem;
}

.p-communityFaq__summary::-webkit-details-marker {
	display: none;
}

.p-communityFaq__q {
	align-items: center;
	background: #15bdeb;
	border-radius: 0.875rem;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	height: 1.75rem;
	justify-content: center;
	width: 1.75rem;
}

.p-communityFaq__question {
	color: #131313;
	flex: 1 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	min-width: 0;
}

.p-communityFaq__toggle {
	border: 1.5px solid #f0f2f5;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.375rem;
	position: relative;
	width: 1.375rem;
}

.p-communityFaq__toggle::before,
.p-communityFaq__toggle::after {
	background: #131313;
	content: "";
	height: 1.5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease;
	width: 0.5625rem;
}

.p-communityFaq__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-communityFaq__answer {
	display: flex;
	padding: 0 1.875rem 1.25rem 4.75rem;
}

.p-communityFaq__answerText {
	color: #8b8b8b;
	flex: 1 0 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	min-width: 0;
}

.p-communityFunctions {
	background: #fafcfe;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-communityFunctions__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-communityFunctions__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityFunctions__list {
	grid-gap: 2.5rem 1.25rem;
	display: grid;
	gap: 2.5rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 62.5rem;
	width: 100%;
}

.p-communityFunctions__item {
	background: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0.8125rem 1.625rem rgba(3, 106, 150, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 12.8125rem;
	overflow: hidden;
	position: relative;
}

.p-communityFunctions__head {
	align-items: center;
	background: #e8f8fd;
	display: flex;
	flex-shrink: 0;
	gap: 0.8125rem;
	height: 4.5rem;
	padding: 1rem 1.5rem;
	width: 100%;
}

.p-communityFunctions__icon {
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.5rem;
}

.p-communityFunctions__icon picture,
.p-communityFunctions__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityFunctions__icon picture img {
	display: block;
}

.p-communityFunctions__label {
	display: flex;
	flex-direction: column;
}

.p-communityFunctions__labelTitle {
	color: #131313;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.51;
}

.p-communityFunctions__labelSubtitle {
	color: #131313;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.51;
}

.p-communityFunctions__bullets {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 0.3125rem;
	justify-content: center;
	padding-bottom: 0.3125rem;
	padding-left: 1.5625rem;
	padding-right: 13.75rem;
	padding-top: 0.3125rem;
}

.p-communityFunctions__bullet {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
}

.p-communityFunctions__bulletDot {
	background: #19c0eb;
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.5625rem;
	width: 0.5625rem;
}

.p-communityFunctions__bulletText {
	color: #131313;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-communityFunctions__img {
	border-radius: 0.625rem;
	height: 6.9375rem;
	height: 100%;
	max-height: 12.8125rem;
	max-width: 20.625rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.p-communityFunctions__img picture {
	height: 100%;
}

.p-communityFunctions__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityFunctions__item:nth-child(2) .p-communityFunctions__img {
	bottom: 0;
	max-width: 18.25rem;
	top: auto;
	top: initial;
	transform: translateY(0);
}

.p-communityFunctions__item:nth-child(2) .p-communityFunctions__img img {
	-o-object-position: bottom;
	object-position: bottom;
}

.p-communityFunctions__item:nth-child(3) .p-communityFunctions__img {
	max-width: 16.6875rem;
}

.p-communityFunctions__item:nth-child(4) .p-communityFunctions__img {
	max-width: 17.625rem;
}

.p-communityFv {
	position: relative;
}

.p-communityFv .l-inner {
	max-width: 68.3125rem;
}

.p-communityFv__slider {
	position: relative;
}

.p-communityFv__slider .splide__track,
.p-communityFv__slider .splide__list,
.p-communityFv__slider .splide__slide {
	height: 37rem;
}

.p-communityFv__slider .splide__arrows {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-communityFv__slider .splide__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 0.0625rem solid rgba(19, 19, 19, 0.18);
	border-radius: 50%;
	box-shadow: 0 0.5rem 1.25rem rgba(19, 19, 19, 0.12);
	display: flex;
	height: 3.375rem;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
	width: 3.375rem;
}

.p-communityFv__slider .splide__arrow svg {
	display: none;
}

.p-communityFv__slider .splide__arrow::before {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #131313;
	content: "";
	height: 0.875rem;
	mask-image: url(../images/ico_arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.5rem;
}

.p-communityFv__slider .splide__arrow:hover:not(:disabled) {
	background: #131313;
	box-shadow: 0 0.625rem 1.5rem rgba(19, 19, 19, 0.32);
}

.p-communityFv__slider .splide__arrow:hover:not(:disabled)::before {
	background: #fff;
}

.p-communityFv__slider .splide__arrow:disabled {
	cursor: default;
	opacity: 0.35;
}

.p-communityFv__slider .splide__arrow--prev {
	left: 1.5rem;
}

.p-communityFv__slider .splide__arrow--prev::before {
	transform: rotate(180deg);
}

.p-communityFv__slider .splide__arrow--next {
	right: 1.5rem;
}

.p-communityFv__slide {
	background: #e8f8fd;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-communityFv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-communityFv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-communityFv__content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	min-height: 32.5rem;
	padding-top: 2.75rem;
	position: relative;
	width: 33rem;
	z-index: 1;
}

.p-communityFv__logo img {
	-o-object-fit: contain;
	height: 2.5rem;
	object-fit: contain;
	width: auto;
}

.p-communityFv__logo.white img {
	filter: brightness(0) invert(1);
}

.p-communityFv__heading {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin-top: 1.25rem;
}

.p-communityFv__heading span {
	display: block;
	font-size: 1.8125rem;
}

.p-communityFv__heading.white {
	color: #fff;
}

.p-communityFv__lead {
	color: #515151;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 2rem;
}

.p-communityFv__lead.white {
	color: #fff;
}

.p-communityFv__actions {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 20.5625rem;
}

.p-communityFv__btn {
	align-items: center;
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	position: relative;
	position: relative;
	width: 100%;
}

.p-communityFv__btn--primary {
	border-radius: 0;
	isolation: isolate;
	min-height: 3.625rem;
	overflow: visible;
	padding: 0;
}

.p-communityFv__btn--primary::before {
	border-radius: 9999px;
	bottom: 1%;
	box-shadow: 0 0.5rem 0.875rem rgba(21, 189, 235, 0.45);
	content: "";
	display: none;
	height: 80%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-communityFv__btn--primary.engage::before {
	box-shadow: 0 0.5rem 0.875rem rgba(217, 40, 59, 0.45);
}

.p-communityFv__btn--primary.voice::before {
	box-shadow: 0 0.5rem 0.875rem rgba(87, 166, 59, 0.45);
}

.p-communityFv__btn--primary img,
.p-communityFv__btnImg {
	-o-object-fit: cover;
	border-radius: inherit;
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-communityFv__btn--secondary {
	background: #fff;
	border: 0.09375rem solid #19c0eb;
	box-shadow: 0 0.0625rem 0.125rem rgba(19, 19, 19, 0.06);
	color: #12b0dd;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 1rem 1.4375rem;
}

.p-communityFv__btn--secondary::before {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #19c0eb;
	content: "";
	flex-shrink: 0;
	height: 0.625rem;
	mask-image: url(../images/ico_arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.p-communityFv__btn--secondary.engage {
	border-color: #d9283b;
	color: #d9283b;
}

.p-communityFv__btn--secondary.engage::before {
	background-color: #d9283b;
}

.p-communityFv__btn--secondary.voice {
	border-color: #57A63B;
	color: #57A63B;
}

.p-communityFv__btn--secondary.voice::before {
	background-color: #57A63B;
}

main a {
	transition: all 0.45s;
}

main a:hover {
	opacity: 0.8;
}

.p-communityIndustry {
	background: radial-gradient(60% 60% at 94% 91%, rgba(91, 255, 236, 0.2) 0%, rgba(48, 192, 200, 0.1) 50%, rgba(6, 128, 164, 0) 100%), radial-gradient(60% 60% at 13% 44%, rgba(0, 186, 241, 0.2) 0%, rgba(6, 128, 164, 0) 100%), #e8f8fd;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-communityIndustry__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-communityIndustry__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityIndustry__tabs {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 1.75rem;
	box-shadow: 0 0.8125rem 1.625rem rgba(3, 106, 150, 0.2);
	display: flex;
	gap: 6.25rem;
	justify-content: space-between;
	max-width: 63.25rem;
	padding: 1.375rem 5.75rem;
	width: 100%;
}

.p-communityIndustry__tabsLabel {
	color: #8b8b8b;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	white-space: nowrap;
}

.p-communityIndustry__tabsList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.p-communityIndustry__tab {
	background: #fff;
	border: 1.5px solid #e4e7ec;
	border-radius: 9999px;
	color: #8b8b8b;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.7;
	padding: 0.3125rem 1.0625rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-communityIndustry__tab.is-active {
	background: #19c0eb;
	border-color: #19c0eb;
	color: #fff;
}

.p-communityIndustry__panel {
	display: none;
	width: 100%;
}

.p-communityIndustry__panel.is-active {
	display: block;
}

.p-communityIndustry__cards {
	display: flex;
	filter: drop-shadow(0 0.8125rem 0.8125rem rgba(3, 106, 150, 0.2));
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 63.25rem;
}

.p-communityIndustry__slider {
	visibility: visible !important;
}

.p-communityIndustry__slider {
	height: auto;
	min-height: 0;
	width: 100%;
}

.p-communityIndustry__slider .splide__track {
	height: auto;
	min-height: 0;
	overflow: visible;
}

.p-communityIndustry__slider .splide__list {
	align-items: stretch;
}

.p-communityIndustry__slider .splide__pagination {
	bottom: auto;
	gap: 2.1333333333vw;
	margin-top: 5.3333333333vw;
	position: relative;
}

.p-communityIndustry__slider .splide__pagination__page {
	background: #d9d9d9;
	height: 2.1333333333vw;
	margin: 0;
	opacity: 1;
	width: 2.1333333333vw;
}

.p-communityIndustry__slider .splide__pagination__page.is-active {
	background: #19c0eb;
	transform: none;
}

.p-communityIndustry__card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 1.25rem;
	box-shadow: 0 0.0625rem 0.25rem rgba(19, 19, 19, 0.06);
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding: 1.875rem 1.5625rem 1.375rem;
	width: 31.25rem;
}

.p-communityIndustry__cardLabel {
	color: #19c0eb;
	font-size: 1.1875rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.p-communityIndustry__cardBody {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-communityIndustry__cardHeading {
	color: #3e3e3e;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-communityIndustry__cardText {
	color: #3e3e3e;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-communityIndustry__cardCases {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-communityIndustry__cardCasesLabel {
	color: #9d9d9d;
	font-family: "Poppins", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.6;
	text-transform: uppercase;
}

.p-communityIndustry__caseList {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-communityIndustry__case {
	-webkit-text-decoration: none;
	align-items: center;
	border: 1px solid #f0f0f0;
	color: inherit;
	display: flex;
	gap: 0.75rem;
	padding: 0.9375rem;
	text-decoration: none;
}

.p-communityIndustry__caseImg {
	align-items: center;
	aspect-ratio: 122/73;
	border-radius: 0.3125rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	overflow: hidden;
	width: 7.625rem;
}

.p-communityIndustry__caseImg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-communityIndustry__caseBody {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 0.3125rem;
	min-width: 0;
}

.p-communityIndustry__caseCompany {
	color: #8b8b8b;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

.p-communityIndustry__caseResult {
	color: #131313;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-communityIntro {
	background: #fff;
	padding-top: 6.25rem;
}

.p-communityIntro__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-communityIntro__title {
	color: #131313;
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.25;
	text-align: center;
}

.p-communityIntro__row {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	max-width: 63.25rem;
	width: 100%;
}

.p-communityIntro__body {
	color: #131313;
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 0.9375rem;
	min-width: 0;
}

.p-communityIntro__heading {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-communityIntro__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
}

.p-communityIntro__img {
	--community-intro-balance-shift: 1.25rem;
	aspect-ratio: 1006/702;
	flex-shrink: 0;
	position: relative;
	width: 31.4375rem;
}

.p-communityIntro__img img {
	display: block;
	height: auto;
}

.p-communityIntro__part {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	will-change: transform;
}

.p-communityIntro__part--01 {
	animation: communityIntroBalanceBeam 4.6s ease-in-out infinite;
	left: 22%;
	top: 67.8%;
	transform-origin: 50% 50%;
	width: 54.4%;
	z-index: 5;
}

.p-communityIntro__part--02 {
	left: 15.7%;
	top: 86.3%;
	width: 68.6%;
	z-index: 1;
}

.p-communityIntro__part--03 {
	left: 38.4%;
	top: 72.9%;
	width: 22.3%;
	z-index: 4;
}

.p-communityIntro__part--04 {
	animation: communityIntroBalanceLeft 4.6s ease-in-out infinite;
	left: 4.9%;
	top: 2.4%;
	width: 35.7%;
	z-index: 5;
}

.p-communityIntro__part--05 {
	animation: communityIntroBalanceRight 4.6s ease-in-out infinite;
	left: 59.6%;
	top: 14%;
	width: 35.8%;
	z-index: 6;
}

.p-communityIntro__part--06 {
	animation: communityIntroBalanceLeft 4.6s ease-in-out infinite;
	left: 12.6%;
	top: 55.9%;
	width: 20.2%;
	z-index: 3;
}

.p-communityIntro__part--07 {
	animation: communityIntroBalanceRight 4.6s ease-in-out infinite;
	left: 66.8%;
	top: 65.9%;
	width: 20.2%;
	z-index: 3;
}

.p-communityIntro__part--08 {
	display: none;
}

.p-communityIntro__part--09 {
	display: none;
}

.p-communityLogo {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	overflow: hidden;
	padding: 1.25rem 0;
}

.p-communityLogo__row {
	overflow: hidden;
	width: 100%;
}

.p-communityLogo__track {
	animation: p-communityLogo-scroll 120s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.p-communityLogo__track--reverse {
	animation-direction: reverse;
}

.p-communityLogo__list {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	padding: 0 1.5625rem;
}

.p-communityLogo__item {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 4.5rem;
	justify-content: center;
	width: 10rem;
}

.p-communityLogo__item picture {
	height: inherit;
}

.p-communityLogo__item img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-communityReason {
	background: #fff;
	min-height: 38.9375rem;
	overflow: hidden;
	padding-bottom: 4.8125rem;
	padding-top: 4.8125rem;
	position: relative;
}

.p-communityReason__bg {
	background: url(../images/bg_reason.webp) left bottom/100% auto no-repeat;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-communityReason__inner {
	align-items: flex-start;
	display: flex;
	gap: 7.9375rem;
	justify-content: space-between;
	padding-left: 0.625rem;
	position: relative;
	z-index: 1;
}

.p-communityReason__title {
	align-items: flex-end;
	color: #131313;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	gap: 0 0.625rem;
	letter-spacing: -0.02em;
	padding-top: 1.375rem;
}

.p-communityReason__titleMain {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.3;
	white-space: nowrap;
}

.p-communityReason__titleNum {
	align-items: flex-end;
	display: inline-flex;
	font-size: 3.3125rem;
	font-weight: 900;
	line-height: 1.09;
	white-space: nowrap;
}

.p-communityReason__titleNumSuffix {
	font-size: 2.5rem;
	line-height: 1.3;
}

.p-communityReason__list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 2rem;
}

.p-communityReason__item {
	border-radius: 1rem;
}

.p-communityReason__head {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.p-communityReason__num {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #7e7e7e 0%, #000 100%);
	background-clip: text;
	color: transparent;
	font-family: "Poppins", sans-serif;
	font-size: 3.6875rem;
	font-weight: 700;
	line-height: 1.3;
	text-shadow: 0.375rem 0.5rem 0.75rem rgba(126, 126, 126, 0.2);
}

.p-communityReason__heading {
	-webkit-background-clip: text;
	background: linear-gradient(90deg, #000 0%, #848484 100%);
	background-clip: text;
	color: transparent;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-communityReason__text {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-communityStep {
	background: #fafcfe;
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-communityStep__bg {
	background: url(../images/bg_step.webp) center/cover no-repeat;
	bottom: 0;
	left: 0;
	opacity: 0.12;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-communityStep__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-communityStep__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityStep__list {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
	max-width: 63.25rem;
	width: 100%;
}

.p-communityStep__item {
	align-items: center;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 1.75rem;
	box-shadow: 0 0.8125rem 1.625rem rgba(3, 106, 150, 0.2);
	display: flex;
	gap: 2.8125rem;
	padding: 3.125rem;
}

.p-communityStep__item--reverse {
	flex-direction: row-reverse;
}

.p-communityStep__body {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	width: 24.6875rem;
}

.p-communityStep__head {
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
}

.p-communityStep__label {
	align-items: flex-end;
	color: #15bdeb;
	display: flex;
	gap: 0.5rem;
}

.p-communityStep__num {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.3;
}

.p-communityStep__labelText {
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.69;
}

.p-communityStep__heading {
	color: #131313;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

.p-communityStep__bullets {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-communityStep__bullet {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.p-communityStep__bulletIcon {
	background: #e8f8fd;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.p-communityStep__bulletText {
	color: #131313;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3;
}

.p-communityStep__img {
	align-self: stretch;
	background: #f8f8f8;
	border-radius: 0.875rem;
	flex: 1 0 0;
	min-width: 0;
	overflow: hidden;
}

.p-communityStep__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-communityValue {
	background: radial-gradient(130% 130% at 22% 18%, #19c1eb 0%, #15a0c3 50%, #107f9a 100%);
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-communityValue__bg {
	background: url(../images/bg_value.webp) center/cover no-repeat;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-communityValue__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	position: relative;
	z-index: 1;
}

.p-communityValue__title {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.25;
	text-align: center;
}

.p-communityValue__list {
	grid-gap: 3.875rem 2.5rem;
	display: grid;
	gap: 3.875rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 63.25rem;
	width: 100%;
}

.p-communityValue__item {
	align-items: center;
	background: linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93)), #19C0EB;
	border-radius: 1.25rem;
	box-shadow: 0 1.25rem 1.625rem rgba(0, 125, 157, 0.4);
	display: flex;
	gap: 1.1875rem;
	min-height: 17.625rem;
	overflow: hidden;
	padding: 1.875rem 1.5625rem;
	padding-right: 12.5rem;
	position: relative;
}

.p-communityValue__body {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 0.75rem;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.p-communityValue__label {
	color: #19c0eb;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.56;
}

.p-communityValue__heading {
	color: #333;
	font-size: 1.3125rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.56;
}

.p-communityValue__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-communityValue__img {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 7.625rem);
}

.p-communityValue__img picture,
.p-communityValue__img img {
	-webkit-mask-image: linear-gradient(100deg, transparent 0%, #000 45%);
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	mask-image: linear-gradient(100deg, transparent 0%, #000 45%);
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-communityValue__img picture img {
	position: static;
}

.p-communityValue__img--overlay {
	opacity: 0.57;
}

.p-communityVoice {
	background: url(../images/bg_voice.webp) center center/cover no-repeat;
	overflow: hidden;
	padding-bottom: 8.5rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-communityVoice__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-communityVoice__slider {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 5rem;
	max-width: none;
	width: 100vw;
}

.p-communityVoice__slider .splide__track {
	overflow: visible;
}

.p-communityVoice__list {
	align-items: stretch;
}

.p-communityVoice__card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 1.25rem 1.25rem 1.25rem 0;
	box-shadow: 0 0.8125rem 0.8125rem rgba(110, 110, 110, 0.2);
	display: flex;
	flex-direction: column;
	height: 20.9375rem;
	justify-content: space-between;
	padding: 3.75rem 1.5625rem 1.875rem;
	position: relative;
	width: 27.6875rem;
}

.p-communityVoice__quote {
	-webkit-background-repeat: no-repeat;
	background-image: url("../images/quote.webp");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 2.8125rem;
	height: 4.375rem;
	left: 1.5rem;
	position: absolute;
	top: -2.1875rem;
	width: 4.625rem;
}

.p-communityVoice__text {
	color: #4c4c4c;
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-communityVoice__foot {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	width: 100%;
}

.p-communityVoice__foot::before {
	background: #e4e7ec;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.p-communityVoice__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-communityVoice__logo {
	align-items: center;
	display: flex;
	height: 3.125rem;
	width: 100%;
}

.p-communityVoice__logo picture {
	height: inherit;
}

.p-communityVoice__logo img {
	-o-object-fit: contain;
	-o-object-position: left;
	height: 100%;
	object-fit: contain;
	object-position: left;
	width: 100%;
}

.p-communityVoice__link {
	align-items: center;
	background: #fff;
	border: 0.09375rem solid #131313;
	border-radius: 9999px;
	box-shadow: 0 0.0625rem 0.125rem rgba(19, 19, 19, 0.06);
	color: #131313;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.25rem;
	padding: 0.5rem 1.4375rem;
}

.p-communityVoice__link::after {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: currentColor;
	content: "";
	flex-shrink: 0;
	height: 0.625rem;
	mask-image: url(../images/ico_arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.375rem;
}

.p-communityVoice__slider .splide__pagination {
	display: flex !important;
}

.p-communityVoice__slider .splide__pagination {
	align-items: center;
	bottom: -2.25rem;
	gap: 0.9375rem;
	justify-content: center;
	position: relative;
}

.p-communityVoice__slider .splide__pagination__page {
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.575rem rgba(98, 98, 98, 0.2);
	height: 0.625rem;
	margin: 0;
	opacity: 1;
	transition: all 0.3s;
	width: 0.625rem;
}

.p-communityVoice__slider .splide__pagination__page.is-active {
	background: #45CBEF;
	transform: none;
}

.p-frontProduct {
	background: #f5f5f5;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-frontProduct .l-inner {
	max-width: 1470px;
}

.p-frontProduct__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-frontProduct__title {
	align-items: flex-end;
	color: #131313;
	display: flex;
	justify-content: center;
	letter-spacing: -0.025em;
}

.p-frontProduct__titleText {
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.3;
	white-space: nowrap;
}

.p-frontProduct__titleNum {
	font-size: 1.9375rem;
	font-weight: 900;
	line-height: 1.12;
}

.p-frontProduct__slider {
	visibility: visible !important;
}

.p-frontProduct__slider {
	width: 100%;
}

.p-frontProduct__slider .splide__track {
	overflow: visible;
}

.p-frontProduct__list {
	display: flex !important;
}

.p-frontProduct__list {
	flex-wrap: wrap;
	gap: 0.875rem;
	justify-content: center;
}

.p-frontProduct__card {
	background: #fff;
	border-radius: 1rem 1rem 1rem 0;
	box-shadow: 0 1.25rem 1.875rem rgba(3, 106, 150, 0.25);
	box-shadow: 0 1.25rem 1.875rem var(--product-shadow, rgba(3, 106, 150, 0.25));
	display: flex;
	flex-direction: column;
	height: 14.6875rem;
	justify-content: space-between;
	overflow: hidden;
	padding: 0.8125rem 1rem;
	width: 12.5rem;
}

.p-frontProduct__label {
	color: #333;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-frontProduct__labelAccent {
	font-weight: 900;
}

.p-frontProduct__img {
	align-items: center;
	display: flex;
	height: 7.5rem;
	justify-content: center;
}

.p-frontProduct__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-frontProduct__btn {
	align-items: center;
	border-radius: 9999px;
	color: #fff;
	display: flex;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 2.1625rem;
	justify-content: center;
	padding: 0.4375rem 0.75rem;
	position: relative;
	position: relative;
}

.p-frontProduct__btn::after {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #fff;
	content: "";
	flex-shrink: 0;
	height: 0.5625rem;
	mask-image: url(../images/ico_arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.p-frontResolve {
	background: #f5f5f5;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-frontResolve .l-inner {
	max-width: 1470px;
}

.p-frontResolve__title {
	color: #131313;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
}

.p-frontResolve__panel {
	background: rgba(255, 255, 255, 0.95);
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #fff 0%, #c9c9c9 50%, #fff 100%) border-box;
	border: 1px solid #fff;
	border: 1px solid;
	border: 1px solid transparent;
	border-radius: 1.5rem 1.5rem 1.5rem 0;
	border-radius: 1.5rem 1.5rem 1.5rem 0;
	box-shadow: 0.3125rem 0.625rem 0.5625rem rgba(0, 0, 0, 0.07);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 63.25rem;
	padding: 1.6875rem 0.0625rem 0.0625rem;
	position: relative;
	width: 100%;
}

.p-frontResolve__arrows {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-frontResolve__arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.92);
	border: 0.0625rem solid rgba(19, 19, 19, 0.18);
	border-radius: 50%;
	box-shadow: 0 0.5rem 1.25rem rgba(19, 19, 19, 0.12);
	cursor: pointer;
	display: flex;
	height: 3.375rem;
	justify-content: center;
	opacity: 1;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
	width: 3.375rem;
}

.p-frontResolve__arrow::before {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #131313;
	content: "";
	height: 0.875rem;
	mask-image: url(../images/ico_arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.5rem;
}

.p-frontResolve__arrow:hover {
	background: #131313;
	box-shadow: 0 0.625rem 1.5rem rgba(19, 19, 19, 0.32);
}

.p-frontResolve__arrow:hover::before {
	background: #fff;
}

.p-frontResolve__arrow--prev {
	left: 1.5rem;
}

.p-frontResolve__arrow--prev::before {
	transform: rotate(180deg);
}

.p-frontResolve__arrow--next {
	right: 1.5rem;
}

.p-frontResolve__tabs {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	margin-bottom: -1.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.p-frontResolve__tab {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding-top: 0.4375rem;
}

.p-frontResolve__tab.is-active {
	padding-top: 0;
}

.p-frontResolve__tabLabel {
	align-items: center;
	border: 1px solid #b3b3b3;
	border-radius: 9999px;
	color: #b3b3b3;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	padding: 0.375rem 1.1875rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, padding 0.2s ease;
	white-space: nowrap;
}

.p-frontResolve__tab.is-active .p-frontResolve__tabLabel {
	background: #19c0eb;
	background: var(--tab-color, #19c0eb);
	border-color: #19c0eb;
	border-color: var(--tab-color, #19c0eb);
	color: #fff;
	font-weight: 900;
	padding: 0.875rem 2rem;
}

.p-frontResolve__tabDot {
	background: #19c0eb;
	background: var(--tab-color, #19c0eb);
	border-radius: 50%;
	display: none;
	height: 0.5625rem;
	width: 0.5625rem;
}

.p-frontResolve__tab.is-active .p-frontResolve__tabDot {
	display: block;
}

.p-frontResolve__contents {
	padding: 2rem 2.75rem;
}

.p-frontResolve__content {
	display: none;
	gap: 1.1875rem;
}

.p-frontResolve__content.is-active {
	display: flex;
}

.p-frontResolve__media {
	flex-shrink: 0;
	height: 26.25rem;
	width: 26.0625rem;
}

.p-frontResolve__media img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
	width: 100%;
}

.p-frontResolve__body {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 1.5rem;
	min-width: 0;
	padding: 1.5rem 3rem;
}

.p-frontResolve__head {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-frontResolve__logo {
	border-radius: 0.375rem;
	height: 1.5rem;
	width: 9.375rem;
}

.p-frontResolve__logo img {
	-o-object-fit: contain;
	-o-object-position: left;
	height: 100%;
	object-fit: contain;
	object-position: left;
	width: 100%;
}

.p-frontResolve__heading {
	color: #131313;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1.5;
}

.p-frontResolve__headingAccent {
	color: #fff;
	display: inline-flex;
	padding: 0 0.25rem;
}

.p-frontResolve__list {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.p-frontResolve__item {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	padding: 0.1875rem 0;
}

.p-frontResolve__num {
	color: #131313;
	flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	width: 1.5rem;
}

.p-frontResolve__text {
	color: #131313;
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.5;
}

.p-frontResolve__btn {
	align-items: center;
	align-self: flex-start;
	border-radius: 9999px;
	color: #fff;
	display: flex;
	filter: drop-shadow(0 1px 2px rgba(19, 19, 19, 0.06));
	font-size: 0.8125rem;
	font-weight: 700;
	gap: 1.125rem;
	justify-content: center;
	margin-top: 1.25rem;
	min-width: 16.3125rem;
	padding: 0.5625rem 1.625rem;
}

.p-frontResolve__btnIcon {
	flex-shrink: 0;
	height: 0.75rem;
	position: relative;
	width: 0.625rem;
}

.p-frontResolve__btnIcon::before {
	-webkit-mask-image: url(../images/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	mask-image: url(../images/ico_arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.p-frontResolve__pager {
	align-items: center;
	display: none;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-frontResolve__pagerDot {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #C3C3C3;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.625rem rgba(101, 101, 101, 0.2);
	cursor: pointer;
	height: 0.625rem;
	padding: 0;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 0.625rem;
}

.p-frontResolve__pagerDot.is-active {
	background-color: #454545;
}

.p-frontService {
	background: #fff;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-frontService__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-frontService__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	text-align: center;
}

.p-frontService__title {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.3;
}

.p-frontService__lead {
	font-size: 0.9375rem;
	line-height: 1.875rem;
}

.p-frontService__list {
	grid-column-gap: 0.875rem;
	-moz-column-gap: 0.875rem;
	grid-row-gap: 0.9375rem;
	column-gap: 0.875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left: auto;
	margin-right: auto;
	row-gap: 0.9375rem;
	width: 100%;
	width: min(100%, 63.25rem);
}

.p-frontService__item--wide {
	grid-column: span 2;
}

.p-frontService__item--narrow {
	grid-column: span 1;
}

.p-frontService__card {
	background: rgba(240, 248, 250, 0.2);
	border-radius: 1rem 1rem 1rem 0;
	box-shadow: 0 0.125rem 0.625rem 0 rgba(19, 19, 19, 0.05);
	display: block;
	height: 19.3125rem;
	overflow: hidden;
	position: relative;
}

.p-frontService__item--narrow .p-frontService__card {
	background: #131313;
	height: 21.375rem;
}

.p-frontService__card--community {
	background: #fff;
}

.p-frontService__cardImg {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-frontService__item--narrow .p-frontService__cardImg {
	height: auto;
	width: 100%;
}

.p-frontService__cardBody {
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	left: 0;
	padding: 2.5625rem 2.5rem 2.5rem;
	position: absolute;
	width: 100%;
}

.p-frontService__item--narrow .p-frontService__cardBody {
	padding: 0.9375rem 1.875rem 1.875rem;
}

.p-frontService__badge {
	background: #e2f8ff;
	border-radius: 0.1875rem;
	color: #19c0eb;
	display: inline-flex;
	font-size: 0.59375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.3125rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-frontService__badge--work {
	background: #e8f4f7;
	color: #0e7792;
}

.p-frontService__badge--engage {
	background: #ffecee;
	color: #d63545;
}

.p-frontService__badge--voice {
	background: #e6f4e0;
	color: #70bc52;
}

.p-frontService__badge--navigator {
	background: #fff3d0;
	color: #d4a800;
}

.p-frontService__badge--crm {
	background: #e8eeff;
	color: #5b8def;
}

.p-frontService__cardName {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.p-frontService__item--narrow .p-frontService__cardName {
	font-size: 1.125rem;
}

.p-frontService__cardText {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-frontService__item--narrow .p-frontService__cardText {
	font-size: 0.875rem;
	font-weight: 500;
	min-height: 5rem;
}

.p-frontService__btn {
	align-items: center;
	border: 0.09375rem solid #fff;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.3125rem;
	padding: 0.53125rem 0.84375rem;
	position: relative;
	width: min(100%, 10.3125rem);
}

.p-frontService__btn::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1l6 6-6 6' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: currentColor;
	content: "";
	flex-shrink: 0;
	height: 0.5625rem;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M1 1l6 6-6 6' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.6975rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

a[tabindex="-1"].p-frontProduct__card {
	cursor: pointer !important;
	pointer-events: auto !important;
}

.p-knowledge-hub {
	background: #ddd;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 2;
}

.p-knowledge-hub__blocks {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-knowledge-hub__block:nth-child(2) .c-link__thumbnail {
	background: linear-gradient(to right, #D6D6D6, #E4E4E4);
}

.p-knowledge-hub__block:nth-child(2) .c-link__thumbnail img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-knowledge-hub__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.p-knowledge-hub__title {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.14;
}

.p-knowledge-hub__items {
	margin-top: 2.5625rem;
}

.p-knowledge-hub__item + .p-knowledge-hub__item {
	margin-top: 0.9375rem;
}

.partner_slider ul li {
	align-items: center;
	display: flex;
}

.p-knowledge-hub__item .c-link {
	border-bottom-left-radius: 0;
	box-shadow: none;
}

@media screen and (min-width: 1300px) {

.p-communityFv__slider .splide__arrow--prev {
	left: calc((100vw - 68.3125rem) / 2 - 4.875rem);
}

.p-communityFv__slider .splide__arrow--next {
	right: calc((100vw - 68.3125rem) / 2 - 4.875rem);
}

}

@media (max-width: 1440px) {

html {
	font-size: 1.1111111111vw;
}

}

@media (max-width: 960px) {

html {
	font-size: 4.2666666667vw;
}

}

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

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.p-communityCase {
	padding-bottom: 26.6666666667vw;
	padding-top: 25.6vw;
}

.p-communityCase__inner {
	gap: 8vw;
}

.p-communityCase__title {
	font-size: 8.5333333333vw;
}

.p-communityCase__slider {
	margin-top: 11.7333333333vw;
	max-width: none;
}

.p-communityCase__card {
	height: 106.6666666667vw;
	width: 88vw;
}

.p-communityCase__body {
	align-items: flex-start;
	flex-direction: column;
	gap: 3.2vw;
	padding: 4vw 5.3333333333vw 5.3333333333vw;
}

.p-communityCase__text {
	gap: 2.6666666667vw;
}

.p-communityCase__headline {
	font-size: 3.7333333333vw;
}

.p-communityCase__tags {
	gap: 1.6vw;
}

.p-communityCase__tag {
	padding: 0.8vw 3.2vw;
}

.p-communityCase__logo {
	height: 12.8vw;
	width: 29.3333333333vw;
}

.p-communityCase__slider .splide__pagination {
	bottom: -8vw;
}

.p-communityCase__more {
	margin-top: 19.2vw;
}

.p-communityCase__moreLink {
	font-size: 4vw;
	padding: 4vw 10.6666666667vw;
}

.p-communityCv {
	padding-bottom: 16vw;
	padding-top: 16vw;
}

.p-communityCv__inner {
	gap: 6.4vw;
}

.p-communityCv__title {
	font-size: 8.5333333333vw;
}

.p-communityCv__text {
	font-size: 3.7333333333vw;
}

.p-communityCv__actions {
	flex-direction: column;
	width: 100%;
}

.p-communityCv__btn {
	height: 14.9333333333vw;
	padding: 4.2666666667vw 8.5333333333vw;
	width: 100%;
}

.p-communityEffect {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityEffect__inner {
	gap: 11.2vw;
}

.p-communityEffect__title {
	font-size: 8.5333333333vw;
}

.p-communityEffect__slider {
	margin-left: auto;
	margin-right: auto;
	max-width: 88vw;
}

.p-communityEffect__slider .splide__pagination {
	align-items: center;
	bottom: auto;
	display: flex;
	gap: 4vw;
	justify-content: center;
	margin-top: 10.6666666667vw;
	position: relative;
}

.p-communityEffect__slider .splide__pagination__page {
	background: #C3C3C3;
	border-radius: 50%;
	box-shadow: none;
	box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(101, 101, 101, 0.2);
	height: 2.6666666667vw;
	margin: 0;
	opacity: 1;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 2.6666666667vw;
}

.p-communityEffect__slider .splide__pagination__page.is-active {
	background: #454545;
	transform: scale(1);
}

.p-communityEffect__list {
	display: flex !important;
	margin: 0 !important;
}

.p-communityEffect__list {
	gap: 0vw;
	grid-template-columns: none;
	width: auto;
}

.p-communityEffect__item {
	border-radius: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0;
	flex-shrink: 0;
	height: auto;
	padding: 8vw 6.6666666667vw;
	width: 88vw;
}

.p-communityEffect__item--spOnly {
	display: flex;
}

.p-communityEffect__item--pcOnly {
	display: none;
}

.p-communityEffect__head {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.0666666667vw;
}

.p-communityEffect__logo {
	height: 13.3333333333vw;
}

.p-communityEffect__body {
	flex-direction: column;
}

.p-communityEffect__metrics {
	width: 100%;
}

.p-communityEffect__num {
	font-size: 11.7333333333vw;
}

.p-communityEffect__metric--sm .p-communityEffect__num {
	font-size: 9.0666666667vw;
}

.p-communityEffect__img {
	height: auto;
	width: 100%;
}

.p-communityEffect__img--pc {
	display: none;
}

.p-communityEffect__img--sp {
	display: flex;
}

.p-communityEffect__text {
	font-size: 3.2vw;
}

.p-communityFaq {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityFaq__summary {
	padding: 1rem 4vw;
}

.p-communityFaq__answer {
	padding: 0 4vw 1rem 16.2666666667vw;
}

.p-communityFaq__answerText {
	font-size: 3.4666666667vw;
}

.p-communityFunctions {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityFunctions__inner {
	gap: 10.6666666667vw;
}

.p-communityFunctions__title {
	font-size: 8.5333333333vw;
}

.p-communityFunctions__list {
	gap: 10.6666666667vw;
	grid-template-columns: none;
}

.p-communityFunctions__item {
	height: auto;
	padding-bottom: 0;
}

.p-communityFunctions__head {
	height: auto;
	padding: 3.7333333333vw 10.6666666667vw;
}

.p-communityFunctions__bullets {
	padding-left: 11.7333333333vw;
	padding-right: 4.8vw;
	padding-top: 8.5333333333vw;
}

.p-communityFunctions__bullet {
	gap: 1.3333333333vw;
}

.p-communityFunctions__bulletDot {
	height: 2.4vw;
	width: 2.4vw;
}

.p-communityFunctions__bulletText {
	font-size: 2.9333333333vw;
}

.p-communityFunctions__img {
	height: auto;
	margin: 0;
	margin-top: -1.6vw;
	max-width: 100%;
	position: static;
	transform: none;
	width: 100%;
}

.p-communityFunctions__item:nth-child(2) .p-communityFunctions__img {
	max-width: 100%;
}

.p-communityFunctions__item:nth-child(3) .p-communityFunctions__img {
	max-width: 100%;
}

.p-communityFunctions__item:nth-child(4) .p-communityFunctions__img {
	max-width: 100%;
}

.p-communityFv__slider .splide__track,
.p-communityFv__slider .splide__list,
.p-communityFv__slider .splide__slide {
	height: auto;
}

.p-communityFv__slider .splide__arrows {
	bottom: auto;
	height: min(65.3333333333vw, 38svh);
}

.p-communityFv__slider .splide__arrow {
	height: 11.2vw;
	width: 11.2vw;
}

.p-communityFv__slider .splide__arrow::before {
	height: 3.2vw;
	width: 1.8666666667vw;
}

.p-communityFv__slider .splide__arrow--prev {
	left: 3.7333333333vw;
}

.p-communityFv__slider .splide__arrow--next {
	right: 3.7333333333vw;
}

.p-communityFv__slide {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.p-communityFv__bg {
	flex-shrink: 0;
	height: min(65.3333333333vw, 38svh);
	left: auto;
	overflow: hidden;
	position: relative;
	top: auto;
	width: 100%;
}

.p-communityFv__bg::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	bottom: -1px;
	content: "";
	height: 17.3333333333vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-communityFv__content {
	gap: 2.1333333333vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.7333333333vw;
	max-width: 93.3333333333vw;
	min-height: 0;
	min-height: initial;
	padding: 0vw 0 7.4666666667vw;
	width: 100%;
}

.p-communityFv__logo.white img {
	filter: initial;
}

.p-communityFv__logo img {
	height: 8vw;
	margin-left: 0;
}

.p-communityFv__heading span {
	font-size: 6.528189911vw;
}

.p-communityFv__heading.white {
	color: #131313;
}

.p-communityFv__heading {
	font-size: 8.2666666667vw;
	line-height: 1.34;
	margin-top: 1.8666666667vw;
}

.p-communityFv__lead.white {
	color: #131313;
}

.p-communityFv__lead {
	font-size: 3.4666666667vw;
	line-height: 1.6;
	margin-top: 1.6vw;
}

.p-communityFv__actions {
	gap: 2.1333333333vw;
	width: 100%;
}

.p-communityFv__btn--primary {
	min-height: 0;
	min-height: initial;
}

.p-communityFv__btn--primary::before {
	box-shadow: 0 0.5rem 0.5rem rgba(21, 189, 235, 0.45);
}

.p-communityFv__btn--primary.engage::before {
	box-shadow: 0 0.5rem 0.5rem rgba(217, 40, 59, 0.45);
}

.p-communityFv__btn--primary.voice::before {
	box-shadow: 0 0.5rem 0.5rem rgba(87, 166, 59, 0.45);
}

.p-communityFv__btn--secondary {
	font-size: 3.6vw;
	padding: 3.3333333333vw 5.52vw;
}

.p-communityIndustry {
	overflow: clip;
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityIndustry__inner {
	gap: 10.6666666667vw;
}

.p-communityIndustry__title {
	font-size: 8.5333333333vw;
}

.p-communityIndustry__tabs {
	border-radius: 7.4666666667vw;
	flex-direction: column;
	gap: 4.2666666667vw;
	padding: 6.6666666667vw 5.3333333333vw;
}

.p-communityIndustry__tabsLabel {
	font-size: 5.3333333333vw;
}

.p-communityIndustry__tabsList {
	gap: 3.2vw;
	justify-content: center;
}

.p-communityIndustry__cards {
	flex-wrap: nowrap;
	gap: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.p-communityIndustry__slider {
	margin-left: auto;
	margin-right: auto;
	max-width: 88vw;
}

.p-communityIndustry__card {
	flex-shrink: 0;
	gap: 5.3333333333vw;
	padding: 6.4vw 5.3333333333vw;
	width: 88vw;
}

.p-communityIndustry__cardLabel {
	font-size: 5.0666666667vw;
}

.p-communityIndustry__cardHeading {
	font-size: 4.2666666667vw;
}

.p-communityIndustry__cardText {
	font-size: 3.7333333333vw;
}

.p-communityIndustry__cardCases {
	gap: 2.1333333333vw;
}

.p-communityIndustry__cardCasesLabel {
	font-size: 2.9333333333vw;
}

.p-communityIndustry__caseList {
	gap: 2.1333333333vw;
}

.p-communityIndustry__case {
	gap: 3.2vw;
	padding: 4vw;
}

.p-communityIndustry__caseImg {
	width: 32.5333333333vw;
}

.p-communityIntro {
	padding-top: 16vw;
}

.p-communityIntro__inner {
	gap: 10.6666666667vw;
}

.p-communityIntro__title {
	font-size: 6.9333333333vw;
	line-height: 1.7307692308;
}

.p-communityIntro__row {
	flex-direction: column;
	gap: 6.4vw;
}

.p-communityIntro__body {
	gap: 4.8vw;
}

.p-communityIntro__heading {
	font-size: 5.3333333333vw;
}

.p-communityIntro__text {
	font-size: 3.7333333333vw;
}

.p-communityIntro__img {
	--community-intro-balance-shift: 3.7333333333vw;
	width: 100%;
}

.p-communityLogo {
	padding-bottom: 4.2666666667vw;
	padding-top: 4.2666666667vw;
}

.p-communityLogo__item {
	height: 18.1333333333vw;
	width: 5.625rem;
}

.p-communityLogo__list {
	gap: 1.875rem;
	padding: 0 0.9375rem;
}

.p-communityReason {
	min-height: 0;
	min-height: initial;
	padding-bottom: 63.7333333333vw;
	padding-top: 16vw;
}

.p-communityReason .l-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.p-communityReason__bg {
	background-image: url(../images/bg_reason_sp.webp);
	background-size: 100% auto;
}

.p-communityReason__inner {
	flex-direction: column;
	gap: 8vw;
	padding-left: 0;
}

.p-communityReason__title {
	align-items: center;
	flex-direction: column;
	gap: 1.3333333333vw;
	padding-top: 0;
	width: 100%;
}

.p-communityReason__titleMain {
	font-size: 8.5333333333vw;
}

.p-communityReason__titleNum {
	font-size: 11.2vw;
}

.p-communityReason__titleNumSuffix {
	font-size: 8.5333333333vw;
}

.p-communityReason__list {
	gap: 8vw;
	width: 100%;
}

.p-communityReason__head {
	gap: 3.2vw;
	margin-left: -1.0666666667vw;
}

.p-communityReason__num {
	font-size: 12vw;
}

.p-communityReason__heading {
	font-size: 4.5333333333vw;
	letter-spacing: normal;
}

.p-communityReason__text {
	font-size: 3.7333333333vw;
	margin-left: -1.0666666667vw;
}

.p-communityStep {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityStep__inner {
	gap: 8vw;
}

.p-communityStep__title {
	font-size: 8.5333333333vw;
}

.p-communityStep__list {
	gap: 10.6666666667vw;
}

.p-communityStep__item {
	border-radius: 7.4666666667vw;
	flex-direction: column;
	gap: 4vw;
	padding: 5.3333333333vw;
}

.p-communityStep__item--reverse {
	flex-direction: column;
}

.p-communityStep__body {
	gap: 8vw;
	width: 100%;
}

.p-communityStep__num {
	font-size: 8vw;
}

.p-communityStep__labelText {
	font-size: 6.9333333333vw;
}

.p-communityStep__heading {
	font-size: 5.8666666667vw;
}

.p-communityStep__img {
	aspect-ratio: 290/173;
	border-radius: 3.7333333333vw;
	flex: initial;
	height: 46.1333333333vw;
	order: -1;
	width: 100%;
}

.p-communityValue {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityValue__inner {
	gap: 10.6666666667vw;
}

.p-communityValue__title {
	font-size: 8.5333333333vw;
	line-height: 1.40625;
}

.p-communityValue__list {
	display: flex;
	flex-direction: column;
	gap: 5.8666666667vw;
}

.p-communityValue__item {
	border-radius: 5.3333333333vw;
	gap: 4.2666666667vw;
	padding: 8vw 10.5333333333vw 41.0666666667vw;
}

.p-communityValue__body {
	gap: 0vw;
}

.p-communityValue__label {
	font-size: 4.2666666667vw;
}

.p-communityValue__heading {
	font-size: 5.6vw;
}

.p-communityValue__text {
	font-size: 3.7333333333vw;
	margin-top: 4.2666666667vw;
}

.p-communityValue__img {
	aspect-ratio: 660/450;
	bottom: 0;
	height: auto;
	left: 0;
	top: auto;
	top: initial;
	width: 100%;
}

.p-communityVoice {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.p-communityVoice::before {
	background-image: url(../images/bg_voice_sp.webp);
	background-position: center right;
}

.p-communityVoice__inner {
	gap: 8vw;
}

.p-communityVoice__title {
	font-size: 8.5333333333vw;
}

.p-communityVoice__slider {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 100%;
}

.p-communityVoice__card {
	height: auto;
	min-height: 80vw;
	padding: 16.5333333333vw 6.4vw 6.6666666667vw;
	width: 100%;
}

.p-communityVoice__quote {
	height: 20vw;
	left: 5.3333333333vw;
	top: -10.1333333333vw;
	width: 22.1333333333vw;
}

.p-communityVoice__text {
	font-size: 3.7333333333vw;
	font-weight: 400;
}

.p-communityVoice__foot {
	margin-top: 4vw;
}

.p-communityVoice__row {
	align-items: flex-start;
	gap: 3.4666666667vw;
	justify-content: flex-start;
}

.p-communityVoice__logo {
	height: 10.6666666667vw;
}

.p-communityVoice__link {
	font-size: 3.7333333333vw;
	padding: 2.1333333333vw 6.6666666667vw;
}

.p-communityVoice__link::after {
	height: 3.2vw;
	width: 2.1333333333vw;
}

.p-communityVoice__slider .splide__pagination {
	bottom: -4vw;
}

.p-frontProduct {
	padding-bottom: 10.6666666667vw;
	padding-top: 10.6666666667vw;
}

.p-frontProduct__inner {
	gap: 10.6666666667vw;
}

.p-frontProduct__titleText {
	font-size: 5.8666666667vw;
}

.p-frontProduct__titleNum {
	font-size: 8.2666666667vw;
}

.p-frontProduct__slider .splide__track {
	padding-left: 5.3333333333vw;
}

.p-frontProduct__slider .splide__pagination {
	align-items: center;
	bottom: auto;
	display: flex;
	gap: 3.2vw;
	justify-content: center;
	margin-top: 9.0666666667vw;
	position: relative;
}

.p-frontProduct__slider .splide__pagination__page {
	background: #fff;
	border-radius: 50%;
	box-shadow: none;
	height: 2.4vw;
	margin: 0;
	opacity: 1;
	transition: background-color 0.2s ease, transform 0.2s ease;
	width: 2.4vw;
}

.p-frontProduct__slider .splide__pagination__page.is-active {
	background: #19C0EB;
	transform: scale(1);
}

.p-frontProduct__list {
	flex-wrap: nowrap;
	gap: 3.7333333333vw;
	gap: 0;
	justify-content: flex-start;
	padding-right: 5.3333333333vw;
}

.p-frontProduct__card {
	border-radius: 4.2666666667vw 4.2666666667vw 4.2666666667vw 0;
	flex-shrink: 0;
	height: 62.6666666667vw;
	padding: 3.4666666667vw 4.2666666667vw;
	width: 53.3333333333vw;
}

.p-frontProduct__label {
	font-size: 3.2vw;
}

.p-frontProduct__img {
	height: 32vw;
}

.p-frontProduct__btn {
	font-size: 2.9333333333vw;
	height: 9.2250666667vw;
}

.p-frontResolve {
	padding-bottom: 16vw;
	padding-top: 10.6666666667vw;
}

.p-frontResolve__inner {
	gap: 6.4vw;
}

.p-frontResolve__title {
	font-size: 8.5333333333vw;
}

.p-frontResolve__panel {
	padding-bottom: 9.6vw;
	padding-top: 7.4666666667vw;
}

.p-frontResolve__arrow {
	height: 9vw;
	width: 9vw;
}

.p-frontResolve__arrow::before {
	height: 3.2vw;
	width: 1.8666666667vw;
}

.p-frontResolve__arrow--prev {
	left: -4.5vw;
}

.p-frontResolve__arrow--next {
	right: -4.5vw;
}

.p-frontResolve__tabs {
	-webkit-overflow-scrolling: touch;
	gap: 2.1333333333vw;
	justify-content: flex-start;
	margin-bottom: 0;
	overflow-x: auto;
	padding: 0 4.2666666667vw 4.2666666667vw;
	scroll-padding-inline: 4.2666666667vw;
	scroll-snap-type: x mandatory;
}

.p-frontResolve__tabs::-webkit-scrollbar {
	display: none;
}

.p-frontResolve__tab {
	padding-top: 1.8666666667vw;
}

.p-frontResolve__tab {
	flex-shrink: 1;
	scroll-snap-align: center;
}

.p-frontResolve__tabLabel {
	white-space: nowrap;
}

.p-frontResolve__tab.is-active .p-frontResolve__tabLabel {
	padding: 3.7333333333vw 5.3333333333vw;
}

.p-frontResolve__contents {
	padding: 4.2666666667vw;
}

.p-frontResolve__content {
	flex-direction: column;
}

.p-frontResolve__media {
	height: 58.6666666667vw;
	width: 100%;
}

.p-frontResolve__body {
	padding: 0 1.3333333333vw;
	width: 100%;
}

.p-frontResolve__logo {
	height: 8vw;
}

.p-frontResolve__heading {
	font-size: 5.6vw;
}

.p-frontResolve__headingAccent {
	margin-top: 2.6666666667vw;
}

.p-frontResolve__list {
	margin-top: 0;
}

.p-frontResolve__num {
	line-height: 1;
}

.p-frontResolve__text {
	font-size: 4vw;
	line-height: 1.5;
}

.p-frontResolve__btn {
	align-self: center;
	margin-top: 0;
	min-width: 69.6vw;
}

.p-frontResolve__pager {
	display: flex;
	margin-top: 10.6666666667vw;
}

.p-frontService {
	padding-bottom: 16vw;
	padding-top: 16vw;
}

.p-frontService__inner {
	gap: 10.6666666667vw;
}

.p-frontService__title {
	font-size: 8.5333333333vw;
}

.p-frontService__lead {
	font-size: 4vw;
	line-height: 1.8666666667;
}

.p-frontService__list {
	grid-template-columns: 1fr 1fr;
	row-gap: 4.2666666667vw;
}

.p-frontService__card {
	height: 82.4vw;
}

.p-frontService__item--narrow .p-frontService__card {
	height: 91.2vw;
}

.p-frontService__cardBody {
	gap: 1.3333333333vw;
	padding: 6.6666666667vw 5.3333333333vw 4.2666666667vw;
}

.p-frontService__item--narrow .p-frontService__cardBody {
	padding: 4vw 8.5333333333vw 8.8vw;
}

.p-frontService__cardName {
	font-size: 5.8666666667vw;
}

.p-frontService__item--narrow .p-frontService__cardName {
	font-size: 4.8vw;
	margin-top: 1.6vw;
}

.p-frontService__cardText {
	font-size: 3.4666666667vw;
	line-height: 1.8;
	padding-right: 4vw;
}

.p-frontService__item--narrow .p-frontService__cardText {
	font-size: 3.2vw;
	min-height: 0;
	min-height: initial;
}

.p-frontService__btn {
	margin-left: auto;
}

.p-frontService__item--narrow .p-frontService__btn {
	margin-top: 13.3333333333vw;
}

.p-knowledge-hub {
	padding-bottom: 16vw;
	padding-top: 16vw;
}

.p-knowledge-hub__blocks {
	gap: 9.0666666667vw;
	grid-template-columns: 100%;
}

.p-knowledge-hub__head {
	flex-direction: column;
	gap: 4vw;
}

.p-knowledge-hub__head .c-textLink {
	font-size: 3.7333333333vw;
}

.p-knowledge-hub__title {
	font-size: 6.9333333333vw;
}

.p-knowledge-hub__items {
	margin-top: 9.6vw;
}

.p-knowledge-hub__item + .p-knowledge-hub__item {
	margin-top: 2.6666666667vw;
}

.p-knowledge-hub__item .c-link {
	border-radius: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
	padding: 0;
}

.p-knowledge-hub__item .c-link a {
	grid-template-columns: 1fr;
	padding: 6.9333333333vw 3.7333333333vw;
}

}

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

.p-knowledge-hub__item .c-link .c-link__content {
	display: flex;
	flex-direction: column;
}

.p-knowledge-hub__item .c-link .c-link__thumbnail {
	margin-left: auto;
	margin-right: auto;
	width: 76%;
}

.p-knowledge-hub__item .c-link .c-link__title {
	font-size: 3.7333333333vw;
}

.p-knowledge-hub__item .c-link .c-link__btn {
	align-self: flex-end;
}

}

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

.p-frontService__list {
	grid-template-columns: 1fr;
}

.p-frontService__item--wide {
	grid-column: span 1;
}

}

@keyframes communityIntroBalanceBeam {

0%,100% {
	transform: rotate(7.2deg);
}

50% {
	transform: rotate(-7.2deg);
}

}

@keyframes communityIntroBalanceLeft {

0%,100% {
	transform: translateY(calc(var(--community-intro-balance-shift) * -1));
}

50% {
	transform: translateY(var(--community-intro-balance-shift));
}

}

@keyframes communityIntroBalanceRight {

0%,100% {
	transform: translateY(var(--community-intro-balance-shift));
}

50% {
	transform: translateY(calc(var(--community-intro-balance-shift) * -1));
}

}

@keyframes p-communityLogo-scroll {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

