body {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-weight: 400;
}

body {
	color: #000;
}

.u-desktop {
	display: none;
}

.worries-bg {
	background-image: url(../../images/worries_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.worries-bg__cloud {
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1;
}

.p-worries {
	padding: 3.125rem clamp(20px, 1.75rem, 40px);
}

.p-worries__wrapper {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	justify-content: center;
	margin-bottom: 0.625rem;
}

.p-worries__wrapper-item {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	opacity: 0;
	position: relative;
}

.p-worries__wrapper-item.appear-bounce {
	animation: appear-poyoyon 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}

.p-worries__wrapper-item:first-of-type {
	align-self: flex-start;
}

.p-worries__wrapper-item:first-of-type p {
	transform: translateX(10%);
}

.p-worries__wrapper-item:nth-of-type(2) {
	align-self: flex-end;
	animation-delay: 0.3s;
	margin-right: -0.9375rem;
	margin-top: -16%;
}

.p-worries__wrapper-item:last-of-type {
	align-self: flex-start;
	animation-delay: 0.6s;
	margin-top: -24%;
}

.p-worries__wrapper-item-img img {
	max-width: 400px;
	width: 15rem;
}

.p-worries__wrapper-item:nth-of-type(2) .p-worries__wrapper-item-img img {
	width: 16rem;
}

@media screen and (min-width: 1001px) {
	.p-worries__wrapper-item:nth-of-type(2) .p-worries__wrapper-item-img img {
		width: 100%;
	}
}

.p-worries__wrapper-item p {
	font-size: clamp(14px, 0.9375rem, 24px);
	font-weight: 700;
	position: absolute;
	text-align: center;
}

.p-worries__wrapper-item p.move {
	transform: translate(5%, -10%);
}

.p-worries__wrapper-item p span {
	color: #A50101;
	font-size: inherit;
	font-weight: inherit;
}

.p-worries__caution {
	background: linear-gradient(92.54deg, #A50101 0.16%, #1F1F1F 99.84%);
	border-radius: 6px;
	padding: clamp(14px, 0.875rem, 28px);
}

.p-worries__caution p {
	color: #fff;
	font-size: clamp(14px, 0.9375rem, 24px);
	font-weight: 700;
	text-align: center;
}

.p-worries__caution p span {
	color: #F7F17B;
	display: inline-block;
	font-size: 1.3em;
	font-weight: inherit;
	margin: 0 clamp(4px, 0.5rem, 8px);
}

.p-about {
	padding: 0 clamp(20px, 1.75rem, 40px) clamp(40px, 3.75rem, 80px);
	position: relative;
}

.p-about::after {
	background-image: url(../../images/about_bg_after.svg);
	bottom: 0;
	content: "";
	height: 25rem;
	left: 0;
	position: absolute;
	transform: translateY(50%);
	width: 100%;
	z-index: -1;
}

.p-about__wrapper {
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(12px, 0.75rem, 32px);
	position: relative;
}

.p-about__wrapper .absolute1,
.p-about__wrapper .absolute2,
.p-about__wrapper .absolute3,
.p-about__wrapper .absolute4 {
	height: clamp(16px, 1rem, 30px);
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	width: clamp(16px, 1rem, 30px);
}

.p-about__wrapper .absolute1 {
	left: clamp(12px, 0.75rem, 32px);
	top: clamp(12px, 0.75rem, 32px);
}

.p-about__wrapper .absolute2 {
	right: clamp(12px, 0.75rem, 32px);
	top: clamp(12px, 0.75rem, 32px);
}

.p-about__wrapper .absolute3 {
	bottom: clamp(12px, 0.75rem, 32px);
	left: clamp(12px, 0.75rem, 32px);
}

.p-about__wrapper .absolute4 {
	bottom: clamp(12px, 0.75rem, 32px);
	right: clamp(12px, 0.75rem, 32px);
}

.p-about__wrapper-inner {
	margin: 0 auto;
	max-width: 70rem;
	padding: clamp(20px, 1.875rem, 40px) 20px;
}

.p-about__wrapper-inner__top {
	margin-bottom: clamp(10px, 1.0625rem, 40px);
}

.p-about__wrapper-inner__top h2 {
	font-size: clamp(12px, 0.75rem, 30px);
	margin-bottom: clamp(10px, 0.625rem, 20px);
	margin-top: clamp(-80px, -4.375rem, -60px);
	padding-top: clamp(60px, 4.375rem, 80px);
}

.p-about__wrapper-inner__top h2 .big {
	font-size: clamp(18px, 1.25rem, 40px);
	font-weight: 700;
}

.p-about__wrapper-inner__top h2 .blue {
	color: #2671C1;
	font-size: inherit;
	font-weight: inherit;
}

.p-about__wrapper-inner__top p {
	font-size: clamp(14px, 0.9375rem, 18px);
}

.p-about__wrapper-inner__bottom h3 {
	font-size: clamp(12px, 0.75rem, 24px);
	margin-top: clamp(-80px, -4.375rem, -60px);
	padding-top: clamp(60px, 4.375rem, 80px);
}

.p-about__wrapper-inner__bottom h3 .blue {
	color: #2671C1;
	font-size: clamp(17px, 1.25rem, 30px);
	font-weight: inherit;
}

.p-about__wrapper-inner__bottom p {
	font-size: clamp(14px, 0.9375rem, 18px);
}

#lottie {
	display: block;
	display: none;
	opacity: 1;
	overflow: hidden;
	text-align: center;
	transform: translate3d(0, 0, 0);
}

#lottie_sp {
	display: block;
	height: 100%;
	margin-top: -5rem;
	opacity: 1;
	overflow: hidden;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transform: translateX(clamp(-40px, -1.75rem, -20px));
	width: 100vw;
	z-index: -1;
}

.p-mv {
	background-image: url(../../images/top_bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: clamp(80px, 5.625rem, 100px) clamp(20px, 1.75rem, 40px);
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-mv::after {
	background-image: url(../../images/mv_bottom_sp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 14.375rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-mv__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-mv__wrapper__left__top {
	background-color: #167DF3;
	color: #fff;
	font-size: 1.375rem;
	font-size: clamp(12px, 0.9375rem, 20px);
	font-weight: 700;
	line-height: 1.3;
	padding: clamp(5px, 0.625rem, 16px) clamp(16px, 1.375rem, 32px);
	text-align: center;
}

.p-mv__wrapper__left__top span {
	color: #F7F17B;
	font-size: inherit;
	font-weight: inherit;
}

.p-mv__wrapper__left h2 {
	color: #fff;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: clamp(30px, 2.4375rem, 56px);
	font-weight: 700;
	line-height: 1;
	margin: clamp(16px, 1.25rem, 28px) 0 clamp(10px, 0.75rem, 18px);
	text-align: center;
}

.p-mv__wrapper__left h2 span {
	color: inherit;
	font-size: 1.3em;
}

.p-mv__wrapper__left h2 span.yellow {
	color: #F7F17B;
}

.p-mv__wrapper__left h3 {
	color: #fff;
	font-size: clamp(16px, 1rem, 28px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.p-mv__wrapper__left ul {
	display: none;
}

.p-mv__wrapper__left ul li {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	gap: 0.9375rem;
}

.p-mv__wrapper__left ul li img {
	width: 1.875rem;
}

.p-mv__wrapper__left ul li span {
	color: #F7F17B;
	font-size: inherit;
	font-weight: inherit;
}

.p-mv__wrapper__left .flex__btns {
	margin-top: -1.875rem;
}

.p-mv__wrapper__right {
	position: absolute;
	right: -18%;
	top: -28%;
}

.p-mv__wrapper__right #lottie {
	height: 60vw;
	width: 70vw;
}

.p-kadai {
	padding: 2.5rem 0;
	position: relative;
	z-index: 1;
}

.p-kadai::before {
	background-image: url(../../images/section03_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-size 2s ease;
	width: 100%;
	z-index: -1;
}

.p-kadai.scale-start::before {
	background-size: 150% 150%;
}

.p-kadai .c-inner {
	margin: inherit;
	width: -moz-fit-content;
	width: fit-content;
}

.p-kadai .c-sectiontitle {
	margin-bottom: clamp(12px, 0.75rem, 30px);
	text-align: center;
}

.p-kadai__item {
	align-items: center;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3019607843);
	display: flex;
	gap: 0.625rem;
	height: 3.5rem;
	margin: 0 auto 0.6875rem;
	margin-left: clamp(20px, 1.75rem, 40px);
	padding: clamp(4px, 0.25rem, 8px) clamp(12px, 0.875rem, 20px);
}

.p-kadai__item:last-of-type {
	margin-bottom: 0;
}

.p-kadai__item__inner {
	align-items: baseline;
	display: flex;
	gap: clamp(6px, 0.375rem, 10px);
}

.p-kadai__item__inner img {
	align-self: baseline;
	transform: translateY(0.15em);
	width: clamp(17px, 1.0625rem, 30px);
}

.p-kadai__item__inner p {
	font-size: clamp(15px, 0.9375rem, 28px);
	font-weight: 700;
}

.p-cycle {
	padding: clamp(20px, 3.125rem, 80px) 0;
}

.p-cycle .c-sectiontitle {
	margin-bottom: clamp(12px, 0.75rem, 20px);
}

.p-cycle__desc {
	color: #000;
	font-size: clamp(14px, 0.9375rem, 16px);
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	margin-bottom: clamp(30px, 3.125rem, 50px);
	max-width: 56rem;
	padding: 0 clamp(20px, 1.75rem, 40px);
	width: 100%;
}

.p-cycle__container {
	align-items: center;
	display: flex;
	height: clamp(300px, 34.375rem, 750px);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-cycle__container .absolute {
	position: absolute;
}

.p-cycle__container .item-detail {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 0.625rem, 16px);
	justify-content: center;
	transition: transform 0.3s ease;
	z-index: -3;
}

.p-cycle__container .item-detail.scale-start {
	transform: scale(1.2);
}

.p-cycle__container .item-detail.top {
	flex-direction: column-reverse;
}

.p-cycle__container .item-detail.top img {
	bottom: 0;
	top: clamp(12px, 0.75rem, 20px);
}

.p-cycle__container .item-detail img {
	aspect-ratio: 236/183;
	bottom: -1.25rem;
	left: 50%;
	max-width: none;
	max-width: initial;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	transform: translateX(-50%);
	width: 14.75rem;
	z-index: -5;
}

.p-cycle__container .item-detail h3 {
	color: #052A53;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.p-cycle__container .item-detail span {
	border: 1px solid #052A53;
	color: #052A53;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	max-width: 150px;
	padding: 4px 0;
	text-align: center;
	text-align: center;
	width: 9.375rem;
}

.p-cycle__container .item-1-detail {
	right: clamp(20px, 1.75rem, 36px);
	top: 2%;
}

.p-cycle__container .item-1-detail img {
	left: 40%;
}

.p-cycle__container .item-2-detail {
	bottom: 2%;
	right: clamp(20px, 1.75rem, 36px);
}

.p-cycle__container .item-2-detail img {
	bottom: clamp(10px, 0.625rem, 20px);
	left: 45%;
}

.p-cycle__container .item-3-detail {
	bottom: 2%;
	left: clamp(20px, 1.75rem, 36px);
}

.p-cycle__container .item-3-detail img {
	bottom: clamp(10px, 0.625rem, 20px);
	left: 55%;
}

.p-cycle__container .item-4-detail {
	left: clamp(20px, 1.75rem, 36px);
	top: 2%;
}

.p-cycle__container .item-4-detail img {
	left: 55%;
}

.ot-security-cycle {
	height: 360px;
	margin: 0 auto;
	position: relative;
	width: 360px;
}

.ot-security-cycle::before {
	background-image: url(../../images/circle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: clamp(180px, 14.375rem, 300px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: clamp(300px, 20.375rem, 400px);
	z-index: -1;
}

.cycle-center {
	color: #2671C1;
	font-size: clamp(12px, 0.75rem, 14px);
	font-weight: bold;
	font-weight: 700;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 外周4つの画像配置（円状に） */

.cycle-item {
	height: 115px;
	position: absolute;
	transition: transform 0.3s ease, filter 0.3s ease;
	width: 123px;
	z-index: 1;
}

/* 位置を調整（正方形の中で円状に配置） */

.item-1 {
	left: 64%;
	top: 36%;
	transform: translate(-50%, -50%);
}

.item-2 {
	left: 64%;
	top: 67%;
	transform: translate(-50%, -50%);
}

.item-3 {
	left: 35%;
	top: 65%;
	transform: translate(-50%, -50%);
}

.item-4 {
	left: 35%;
	top: 37%;
	transform: translate(-50%, -50%);
}

/* ホバー効果 */

.cycle-item:hover {
	filter: brightness(1.2);
	transform: scale(1.2) translate(-50%, -50%);
}

.c-cta {
	background-color: #2671C1;
	padding: clamp(28px, 2.125rem, 50px) clamp(20px, 1.75rem, 40px);
}

.c-cta .c-sectiontitle {
	font-size: clamp(18px, 1.25rem, 40px);
	line-height: 1;
	margin-bottom: 0.9375rem;
}

.c-cta .c-sectiontitle.lh13 {
	line-height: 1.3;
}

.c-cta__desc {
	color: #fff;
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.c-cta__desc.mb30 {
	margin-bottom: clamp(12px, 0.75rem, 24px);
}

.c-cta .flex__btns {
	justify-content: center;
	margin-top: clamp(20px, 1.5rem, 36px);
}

.swiper-container {
	position: relative;
}

.swiper {
	padding-bottom: clamp(20px, 2.25rem, 60px);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.swiper-pagination-bullet {
	display: none;
}

.p-voice {
	background-color: #f2f2f2;
	padding: 3.125rem 0;
}

.p-voice__wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-voice__wrapper__item {
	display: flex;
	flex-direction: column;
	position: relative;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.p-voice__wrapper__item:nth-of-type(2) .mask-bg::after {
	animation-delay: 0.3s;
}

.p-voice__wrapper__item:nth-of-type(3) .mask-bg::after {
	animation-delay: 0.6s;
}

.p-voice__wrapper__item:last-of-type::after {
	display: none;
}

.p-voice__wrapper__item__img {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-voice__wrapper__item__img img {
	aspect-ratio: 412/523;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-voice__wrapper__item__img__txt {
	bottom: 2.8125rem;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	left: 0;
	position: absolute;
}

.p-voice__wrapper__item__img__txt span {
	background: rgba(13, 78, 152, 0.8980392157);
	color: #fff;
	font-size: clamp(12px, 1.03625rem, 20px);
	font-weight: 500;
	line-height: 1;
	padding: clamp(4px, 0.375rem, 8px) clamp(14px, 0.875rem, 24px);
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__wrapper__item__img__txt span:last-of-type {
	width: 100%;
}

.p-voice__wrapper__item__img__txt span.w332 {
	padding-right: 0.625rem;
	width: 100%;
}

.p-voice__wrapper__item__img__txt span.mask-bg {
	color: transparent;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: color 0ms 450ms;
}

.p-voice__wrapper__item__img__txt span.mask-bg::after {
	animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
	background: #0C488A;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-100%, 0);
	transform-origin: right;
}

.p-voice__wrapper__item h3 {
	color: #052A53;
	font-size: clamp(14px, 0.96875rem, 20px);
	font-weight: 700;
	line-height: 1;
	margin: clamp(14px, 0.875rem, 20px) 0 clamp(6px, 0.375rem, 10px);
}

.p-voice__wrapper__item p {
	font-size: clamp(13px, 0.875rem, 16px);
	font-weight: 400;
	line-height: 1.2;
}

.p-voice__wrapper__item.swiper-slide-active {
	transform: scale(1.2);
}

.p-voice__wrapper__item.swiper-slide-active::after {
	animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.p-voice__subttl {
	font-size: clamp(18px, 1.25rem, 28px);
	font-weight: 700;
	margin: 3.75rem 0 1rem;
	padding: 0 clamp(20px, 1.75rem, 40px);
	text-align: center;
}

.p-voice__desc {
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 clamp(20px, 1.75rem, 40px);
	width: 100%;
}

.p-flow {
	padding: 3.125rem clamp(20px, 1.75rem, 40px);
}

.p-flow__desc {
	color: #000;
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	width: 100%;
}

.p-flow__wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 2.5rem, 60px);
	margin-top: 2.5rem;
}

.p-flow__wrapper__item {
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
	display: flex;
	gap: clamp(6px, 0.375rem, 12px);
	padding: clamp(18px, 1.25rem, 32px) clamp(10px, 0.625rem, 20px) clamp(18px, 1.25rem, 32px) clamp(22px, 1.625rem, 32px);
	position: relative;
}

.p-flow__wrapper__item .num {
	align-items: center;
	background-color: #2671C1;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "ABeeZee", sans-serif;
	font-size: clamp(16px, 1.1875rem, 24px);
	font-weight: 400;
	height: clamp(38px, 2.375rem, 50px);
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-20%, -50%);
	width: clamp(38px, 2.375rem, 50px);
}

.p-flow__wrapper__item img {
	width: clamp(50px, 3.875rem, 90px);
}

.p-flow__wrapper__item h3 {
	color: #2671C1;
	font-size: clamp(14px, 0.9375rem, 24px);
	font-weight: 700;
	height: auto;
	line-height: 1;
	margin-bottom: clamp(8px, 0.5rem, 14px);
}

.p-flow__wrapper__item p {
	font-size: clamp(13px, 0.875rem, 20px);
	font-weight: 600;
	line-height: 1.2;
}

.p-flow__wrapper__item::after {
	/* border-bottom: 0; */
	border-color: transparent;
	border-style: solid;
	border-top-color: #2671C1;
	border-width: 0.5em 0.7em;
	bottom: clamp(-50px, -1.875rem, -24px);
	color: #2671C1;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
	vertical-align: middle;
	width: 0;
}

.p-flow__wrapper__item:last-of-type::after {
	display: none;
}

.p-faq {
	background-color: #F2F2F2;
	padding: 3.125rem clamp(20px, 1.75rem, 40px);
}

.p-faq__wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 1.875rem, 50px);
}

.p-faq__wrapper__item {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
	padding: clamp(20px, 1.4375rem, 32px) clamp(11px, 0.6875rem, 20px) clamp(20px, 1.4375rem, 32px) clamp(20px, 1.625rem, 40px);
}

.p-faq__wrapper__item h3 {
	align-items: baseline;
	color: #2671C1;
	display: flex;
	font-size: clamp(14px, 0.9375rem, 20px);
	font-weight: 700;
	gap: clamp(6px, 0.5rem, 12px);
	line-height: 1.2;
	margin-bottom: clamp(20px, 1.875rem, 32px);
}

.p-faq__wrapper__item p {
	align-items: baseline;
	color: #000;
	display: flex;
	font-size: clamp(14px, 0.9375rem, 20px);
	font-weight: 400;
	gap: clamp(6px, 0.5rem, 12px);
	line-height: 1.2;
}

.p-faq__wrapper__item h3 span,
.p-faq__wrapper__item p span {
	color: inherit;
	font-family: "ABeeZee", sans-serif;
	font-size: clamp(32px, 2.5rem, 46px);
	font-weight: 400;
	line-height: 1;
	transform: translateY(0.3em);
}

.p-faq__wrapper__item h3 span {
	transform: translateY(0.3em);
}

.toleft {
	position: relative;
}

.toleft::before {
	border-color: transparent;
	border-left: 0;
	border-left-color: transparent;
	border-right-color: currentColor;
	border-style: solid;
	border-width: 0.8em 1em;
	color: #2671C1;
	content: "";
	display: inline-block;
	height: 0;
	left: 0;
	left: -1.8em;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	width: 0;
}

.tobottom {
	position: relative;
}

.tobottom::before {
	border-bottom-color: currentColor;
	border-left-color: transparent;
	border-right-color: transparent;
	border-style: solid;
	border-top-color: transparent;
	border-width: clamp(12px, 0.7em, 15px);
	color: #2671C1;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: clamp(-26px, -1.1em, -10px);
	transform: translateX(-50%);
	vertical-align: middle;
	width: 0;
}

.totop {
	position: relative;
}

.totop::before {
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-style: solid;
	border-top-color: currentColor;
	border-width: clamp(8px, 0.7em, 15px);
	bottom: clamp(-30px, -1.3em, -15px);
	color: #2671C1;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
	vertical-align: middle;
	width: 0;
}

.toright {
	position: relative;
}

.toright::before {
	border-color: transparent;
	border-left-color: currentColor;
	border-right: 0;
	border-right-color: transparent;
	border-style: solid;
	border-width: 0.8em 1em;
	color: #2671C1;
	content: "";
	display: inline-block;
	height: 0;
	line-height: 1;
	position: absolute;
	right: -1.8em;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	width: 0;
}

.p-strength {
	background-image: url(../../images/strength_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(50px, 3.125rem, 80px) 0;
}

.p-strength .grid__container {
	grid-gap: clamp(10px, 0.625rem, 20px);
	display: grid;
	gap: clamp(10px, 0.625rem, 20px);
	grid-template-columns: 1fr;
	margin-bottom: clamp(50px, 3.125rem, 70px);
	padding: 0 clamp(40px, 3.1875rem, 60px);
}

.p-strength .grid__container__item {
	background-color: #fff;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.p-strength .grid__container__item h3 {
	align-items: center;
	background-color: #2671C1;
	color: #fff;
	display: flex;
	font-size: clamp(18px, 1.25rem, 24px);
	font-weight: 700;
	justify-content: center;
	line-height: 1.1;
	padding: clamp(10px, 0.625rem, 12px);
	text-align: center;
}

.p-strength .grid__container__item__inner {
	padding: 2rem 2.1875rem 2.25rem;
}

.p-strength .grid__container__item.grid-item-1 {
	background-color: #F0F0F0;
}

.p-strength .grid__container__item.grid-item-1 .grid__container__item__inner {
	grid-gap: clamp(10px, 0.75rem, 20px);
	align-items: center;
	display: grid;
	gap: clamp(10px, 0.75rem, 20px);
	grid-template-columns: 1fr;
	justify-items: center;
	padding-bottom: clamp(50px, 3.125rem, 70px);
}

.p-strength .grid__container__item.grid-item-1 .user {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: clamp(10px, 1rem, 20px);
	justify-content: center;
}

.p-strength .grid__container__item.grid-item-1 .user img {
	height: clamp(60px, 4.5rem, 90px);
	width: auto;
}

.p-strength .grid__container__item.grid-item-1 .user span {
	align-items: center;
	background-color: #369FD8;
	border-radius: 40px;
	color: #fff;
	display: flex;
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 700;
	height: clamp(28px, 1.75rem, 40px);
	justify-content: center;
	line-height: 1;
	width: clamp(141px, 8.8125rem, 160px);
}

.p-strength .grid__container__item.grid-item-1 .images {
	position: relative;
	z-index: 1;
}

.p-strength .grid__container__item.grid-item-1 .images img {
	margin: 0 auto;
	width: clamp(160px, 10.625rem, 280px);
}

.p-strength .grid__container__item.grid-item-1 .images .arrow {
	background-color: #2671C1;
	height: clamp(2px, 0.375rem, 6px);
	position: absolute;
	right: -17.8125rem;
	top: 50%;
	transform: translateY(150%);
	width: 20.625rem;
	z-index: -1;
}

.p-strength .grid__container__item.grid-item-1 p {
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 600;
	line-height: 1.2;
}

.p-strength .grid__container__item.grid-item-3 .grid__container__item__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: clamp(50px, 3.125rem, 70px);
}

.p-strength .grid__container__item.grid-item-3 .user {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: clamp(10px, 0.75rem, 20px);
	justify-content: center;
	position: relative;
}

.p-strength .grid__container__item.grid-item-3 .user img {
	height: clamp(60px, 4.5rem, 90px);
	width: auto;
}

.p-strength .grid__container__item.grid-item-3 .user span:first-of-type {
	align-items: center;
	background-color: #369FD8;
	border-radius: 40px;
	color: #fff;
	display: flex;
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 700;
	height: clamp(28px, 1.75rem, 40px);
	justify-content: center;
	line-height: 1;
	width: clamp(141px, 8.8125rem, 160px);
}

.p-strength .grid__container__item.grid-item-3 .user .arrow {
	background-color: #2671C1;
	height: clamp(2px, 0.375rem, 6px);
	left: -20rem;
	position: absolute;
	top: 85%;
	width: 20.625rem;
	z-index: 1;
}

.p-strength .grid__container__item.grid-item-3 .images {
	align-items: flex-end;
	display: flex;
	margin-top: clamp(30px, 2.4375rem, 50px);
}

.p-strength .grid__container__item.grid-item-3 .images img {
	margin: 0 auto;
	width: clamp(155px, 9.6875rem, 220px);
}

.p-strength .grid__container__item.grid-item-3 p {
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 600;
	line-height: 1.3;
	margin-top: clamp(10px, 0.75rem, 20px);
}

.p-strength .grid__container .grid-item-2 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}

.p-strength .grid__container .grid-item-2 .arrows__wrapper {
	display: flex;
	gap: 1.875rem;
	position: relative;
	transform: translateX(1.875rem);
	width: 3.75rem;
	z-index: 1;
}

.p-strength .grid__container .grid-item-2 .arrows__wrapper .arrow {
	background-color: #2671C1;
	height: clamp(136px, 8.5rem, 160px);
	position: absolute;
	width: clamp(2px, 0.25rem, 4px);
	z-index: 1;
}

.p-strength .grid__container .grid-item-2 .arrows__wrapper .arrow:first-of-type {
	bottom: 0.6em;
	left: 0;
}

.p-strength .grid__container .grid-item-2 .arrows__wrapper .arrow:last-of-type {
	bottom: 0.3em;
	right: 0;
}

.p-strength .grid__container .grid-item-2 .text__wrapeer {
	transform: translateX(1.875rem);
}

.p-strength .grid__container .grid-item-2 .text__wrapeer ul li {
	color: #052A53;
	font-size: clamp(10px, 0.8125rem, 16px);
	font-weight: 600;
	line-height: 1.5;
	white-space: nowrap;
}

.p-strength .grid__container .grid-item-2 .images {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	position: relative;
	transform: none;
	transform: initial;
	z-index: 1;
}

.p-strength .grid__container .grid-item-2 .images img {
	background-color: #fff;
	width: clamp(60px, 4.25rem, 80px);
}

.p-strength .grid__container .grid-item-4 {
	margin-top: clamp(70px, 4.375rem, 80px);
	position: relative;
}

.p-strength .grid__container .grid-item-4 .arrow {
	background-color: #2671C1;
	height: clamp(86px, 5.375rem, 100px);
	left: 50%;
	position: absolute;
	top: clamp(-110px, -6.25rem, -10px);
	transform: translateX(-50%);
	width: clamp(2px, 0.25rem, 4px);
	z-index: 1;
}

.p-strength .grid__container .grid-item-4 .grid__container__item__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-strength .grid__container .grid-item-4 .logo {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}

.p-strength .grid__container .grid-item-4 .logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: clamp(200px, 13.0625rem, 280px);
}

.p-strength .grid__container .grid-item-4 .logo .arrow {
	background-color: #2671C1;
	height: clamp(2px, 0.375rem, 6px);
	left: -9.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9.875rem;
}

.p-strength .grid__container .grid-item-4 p {
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 600;
	line-height: 1.2;
}

.p-strength .subttl {
	font-size: clamp(18px, 1.25rem, 28px);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1.375rem;
	padding: 0 clamp(20px, 1.75rem, 40px);
	text-align: center;
}

.p-strength .p-strength__desc {
	font-size: clamp(14px, 0.9375rem, 18px);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 clamp(20px, 1.75rem, 40px);
	width: 100%;
}

.p-strength .p-strength__desc span {
	color: #2671C1;
	font-size: inherit;
	font-weight: 700;
}

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

.p-kadai .c-inner {
	margin: 0 auto;
	width: auto;
}

.p-kadai__item {
	align-items: center;
	border-radius: 0.3125rem;
	height: auto;
	margin: 0 auto clamp(12px, 1.625rem, 30px);
	margin-left: 0;
	max-width: 1040px;
	padding: clamp(19px, 1.1875rem, 24px) clamp(20px, 1.5rem, 32px);
	width: clamp(320px, 90vw, 700px);
}

.p-kadai__item__inner {
	gap: 0.625rem;
}

.p-kadai__item__inner img {
	width: clamp(17px, 1.875rem, 40px);
}

.p-kadai__item__inner p {
	font-size: clamp(15px, 1.25rem, 24px);
	/* text-align-last: justify;
	text-align: justify;
	width: 100%; */
}

.p-cycle {
	padding: clamp(20px, 3.125rem, 100px) 0;
}

.p-cycle .c-sectiontitle {
	margin-bottom: clamp(30px, 2.5rem, 50px);
}

.p-cycle__desc {
	font-size: clamp(12px, 1.125rem, 18px);
	margin-bottom: 0;
	text-align: center;
}

.p-cycle__container {
	height: clamp(300px, 31.25rem, 650px);
	padding: 0 clamp(20px, 1.75rem, 40px);
	width: 100%;
}

.p-cycle__container .item-detail.top {
	flex-direction: column;
}

.p-cycle__container .item-detail.top img {
	top: auto;
	top: initial;
}

.p-cycle__container .item-detail {
	gap: clamp(4px, 0.625rem, 10px);
}

.p-cycle__container .item-detail img {
	aspect-ratio: 416/322;
	bottom: 0;
	top: auto;
	top: initial;
	width: clamp(150px, 17.5rem, 280px);
}

.p-cycle__container .item-detail h3 {
	font-size: clamp(12px, 1.125rem, 18px);
}

.p-cycle__container .item-detail span {
	font-size: clamp(12px, 0.875rem, 14px);
	max-width: 210px;
	padding: clamp(4px, 0.5rem, 8px) clamp(12px, 1.25rem, 20px);
	width: 15.4375rem;
}

.p-cycle__container .item-1-detail {
	right: 3%;
	top: 25%;
}

.p-cycle__container .item-1-detail img {
	left: 50%;
}

.p-cycle__container .item-2-detail img {
	bottom: 0;
	left: 50%;
}

.p-cycle__container .item-2-detail {
	bottom: 5%;
	right: 3%;
}

.p-cycle__container .item-3-detail img {
	bottom: 0;
	left: 50%;
}

.p-cycle__container .item-3-detail {
	bottom: 5%;
	left: 3%;
}

.p-cycle__container .item-4-detail img {
	left: 50%;
}

.p-cycle__container .item-4-detail {
	left: 3%;
	top: 25%;
}

.ot-security-cycle {
	height: clamp(300px, 31.25rem, 500px);
	width: clamp(300px, 31.25rem, 500px);
}

.ot-security-cycle::before {
	height: clamp(180px, 40.625rem, 650px);
	max-height: 300px;
	max-width: 400px;
	width: clamp(300px, 67.5rem, 1080px);
}

.cycle-center {
	font-size: clamp(12px, 0.5rem, 16px);
}

.cycle-item {
	height: clamp(120px, 9.375rem, 150px);
	width: clamp(120px, 9.375rem, 150px);
}

.item-1 {
	left: 63%;
	top: 35%;
}

.item-2 {
	left: 63%;
	top: 64%;
}

.item-3 {
	left: 36%;
	top: 62%;
}

.item-4 {
	left: 37%;
	top: 36%;
}

}

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

.u-desktop {
	display: block;
}

.m-header__btn.u-desktop {
	display: flex;
}

.u-mobile {
	display: none;
}

.worries-bg__cloud {
	transform: translateY(-16%);
}

.p-worries {
	padding: 9.375rem 0;
}

.p-worries__wrapper {
	flex-direction: row;
	margin-bottom: 4.375rem;
}

.p-worries__wrapper-item:first-of-type {
	margin-right: 0;
}

.p-worries__wrapper-item:first-of-type p {
	transform: translateX(0);
}

.p-worries__wrapper-item:nth-of-type(2) {
	margin: 0;
}

.p-worries__wrapper-item:last-of-type {
	align-self: center;
	margin-top: 0;
}

.p-worries__wrapper-item-img img {
	max-width: none;
	width: 100%;
}

.p-worries__wrapper-item p {
	font-size: 1.5625rem;
}

.p-worries__caution {
	border-radius: 20px;
	padding: 1.75rem;
}

.p-worries__caution p {
	font-size: 2.375rem;
}

.p-worries__caution p span {
	margin: 0 0.5rem;
}

.p-about {
	padding: 1.25rem 0 15.625rem;
}

.p-about::after {
	height: 50rem;
}

.p-about__wrapper {
	border-radius: 20px;
	padding: 3.125rem;
}

.p-about__wrapper .absolute1,
.p-about__wrapper .absolute2,
.p-about__wrapper .absolute3,
.p-about__wrapper .absolute4 {
	height: 3.125rem;
	width: 3.125rem;
}

.p-about__wrapper .absolute1 {
	left: 3.125rem;
	top: 3.125rem;
}

.p-about__wrapper .absolute2 {
	right: 3.125rem;
	top: 3.125rem;
}

.p-about__wrapper .absolute3 {
	bottom: 3.125rem;
	left: 3.125rem;
}

.p-about__wrapper .absolute4 {
	bottom: 3.125rem;
	right: 3.125rem;
}

.p-about__wrapper-inner {
	padding: 5.625rem 0;
}

.p-about__wrapper-inner__top {
	margin-bottom: 6.875rem;
}

.p-about__wrapper-inner__top h2 {
	font-size: 2.3125rem;
	margin-bottom: 1.6875rem;
	margin-top: 0;
	padding-top: 0;
}

.p-about__wrapper-inner__top h2 .big {
	font-size: 4.25rem;
}

.p-about__wrapper-inner__top p {
	font-size: 1.125rem;
}

.p-about__wrapper-inner__bottom h3 {
	font-size: 2rem;
	margin-bottom: 1.6875rem;
	margin-top: 0;
	padding-top: 0;
}

.p-about__wrapper-inner__bottom h3 .blue {
	font-size: inherit;
}

.p-about__wrapper-inner__bottom p {
	font-size: 1.125rem;
}

#lottie {
	display: block;
}

#lottie_sp {
	display: none;
}

.p-mv {
	padding: 8.125rem 0 8.125rem 9.375rem;
}

.p-mv::after {
	display: none;
}

.p-mv__wrapper {
	flex-direction: row;
}

.p-mv__wrapper__left__top {
	font-size: clamp(12px, 1.375rem, 22px);
	line-height: 1;
	padding: clamp(5px, 0.9375rem, 15px) clamp(16px, 1.75rem, 28px);
}

.p-mv__wrapper__left h2 {
	font-size: clamp(30px, 3.75rem, 60px);
	margin: 2.0625rem 0 1.375rem;
	text-align: left;
}

.p-mv__wrapper__left h2 span {
	font-size: 1.2em;
}

.p-mv__wrapper__left h3 {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(20px, 2.1875rem, 35px);
	line-height: 1;
	margin-bottom: 3.125rem;
	text-align: left;
}

.p-mv__wrapper__left ul {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-mv__wrapper__left .flex__btns {
	margin-top: 4.8125rem;
}

.p-kadai {
	border-radius: 1.25rem;
	margin: 0 auto;
	padding: 9.375rem 0;
	transform: translateY(-10%);
	width: calc(100% - (100vw - 87.5rem) / 2);
}

.p-kadai::before {
	border-radius: 1.25rem;
}

.p-kadai .c-inner {
	width: -moz-fit-content;
	width: fit-content;
}

.p-kadai .c-sectiontitle {
	margin-bottom: 1.875rem;
	text-align: left;
}

.p-kadai__item {
	margin: 0 auto 1.625rem;
	padding: 1.1875rem 1.5rem;
	width: 48rem;
}

.p-kadai__item__inner img {
	width: 1.875rem;
}

.p-kadai__item__inner p {
	font-size: 1.75rem;
}

.p-cycle {
	padding: 9.375rem 0;
}

.p-cycle .c-sectiontitle {
	margin-bottom: clamp(30px, 2.5rem, 50px);
}

.p-cycle__desc {
	font-size: 1.125rem;
	padding: 0;
}

.p-cycle__container {
	height: 63.25rem;
	padding: 0;
	width: 111.875rem;
}

.p-cycle__container .item-detail {
	gap: 0.625rem;
}

.p-cycle__container .item-detail {
	gap: 0.625rem;
}

.p-cycle__container .item-detail img {
	width: 26rem;
}

.p-cycle__container .item-detail h3 {
	font-size: 1.4375rem;
}

.p-cycle__container .item-detail span {
	font-size: 1.1875rem;
	padding: clamp(4px, 0.5rem, 8px) 0;
	width: 15.4375rem;
}

.p-cycle__container .item-1-detail {
	right: 12%;
	top: 25%;
}

.p-cycle__container .item-2-detail {
	bottom: 6%;
	right: 10%;
}

.p-cycle__container .item-3-detail {
	bottom: 6%;
	left: 8%;
}

.p-cycle__container .item-4-detail {
	left: 8%;
	top: 25%;
}

.ot-security-cycle {
	height: 31.25rem;
	width: 31.25rem;
}

.ot-security-cycle::before {
	height: 40.625rem;
	max-height: none;
	max-height: initial;
	max-width: none;
	max-width: initial;
	width: 67.5rem;
}

.cycle-center {
	font-size: 1.5rem;
}

.cycle-item {
	height: 14.375rem;
	width: 14.375rem;
}

.item-1 {
	left: 73%;
	top: 28%;
}

.item-2 {
	left: 72%;
	top: 75%;
}

.item-3 {
	left: 27%;
	top: 72%;
}

.item-4 {
	left: 29%;
	top: 29%;
}

.c-cta {
	padding: 5.875rem 20px;
}

.c-cta .c-sectiontitle {
	font-size: 3.125rem;
}

.c-cta .c-sectiontitle.lh13 {
	line-height: 1;
}

.c-cta__desc {
	font-size: 1.125rem;
	line-height: 1;
}

.c-cta__desc.mb30 {
	margin-bottom: 1.875rem;
}

.c-cta__desc.fs35 {
	font-size: 2.1875rem;
}

.c-cta .flex__btns {
	margin-top: 2.25rem;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.p-voice {
	padding: 9.375rem 0;
}

.p-voice__wrapper {
	gap: 5.1875rem;
}

.p-voice__wrapper__item {
	flex-shrink: initial;
}

.p-voice__wrapper__item::after {
	background-color: #fff;
	content: "";
	flex: 1;
	height: 100%;
	position: absolute;
	right: -2.5625rem;
	top: 0;
	width: 2px;
}

.p-voice__wrapper__item__img__txt span {
	font-size: clamp(15px, 1.75rem, 28px);
	padding: 0.5rem 1.875rem;
}

.p-voice__wrapper__item__img__txt span:last-of-type {
	width: 18.875rem;
}

.p-voice__wrapper__item__img__txt span.w332 {
	width: 20.75rem;
}

.p-voice__wrapper__item h3 {
	font-size: clamp(18px, 1.75rem, 28px);
	margin: 1.25rem 0 0.75rem;
}

.p-voice__wrapper__item p {
	font-size: clamp(14px, 1.125rem, 18px);
}

.p-voice__subttl {
	font-size: clamp(24px, 2.375rem, 38px);
	margin: 4.25rem 0 2.5rem;
}

.p-voice__desc {
	font-size: clamp(14px, 1.125rem, 18px);
	padding: 0;
	width: 56rem;
}

.p-flow {
	padding: 9.375rem clamp(20px, 1.75rem, 40px);
}

.p-flow__desc {
	font-size: clamp(15px, 1.125rem, 18px);
	width: 56rem;
}

.p-flow__wrapper {
	flex-direction: row;
	gap: 3rem;
	margin-top: 8.125rem;
}

.p-flow__wrapper__item {
	flex: 1;
	flex-direction: column;
	padding: 4.8125rem 1.25rem 3.5rem;
}

.p-flow__wrapper__item .num {
	font-size: 2rem;
	height: 4.625rem;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4.625rem;
}

.p-flow__wrapper__item img {
	margin: 0 auto;
	margin-bottom: 1.125rem;
	width: 7.375rem;
}

.p-flow__wrapper__item__txt {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-flow__wrapper__item h3 {
	font-size: 1.25rem;
	height: 2.5rem;
	margin-bottom: 0.875rem;
}

.p-flow__wrapper__item p {
	font-size: 1.125rem;
	padding: 0 0.375rem;
}

.p-flow__wrapper__item::after {
	border-color: transparent;
	border-left-color: #2671C1;
	border-right-color: transparent;
	border-width: 0.8em 0.7em;
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -2.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-faq {
	padding: 9.375rem clamp(20px, 1.75rem, 40px);
}

.p-faq__wrapper__item {
	border-radius: 10px;
	padding: 2.8125rem 3.4375rem;
}

.p-faq__wrapper__item h3 {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

.p-faq__wrapper__item p {
	font-size: 1.25rem;
}

.p-faq__wrapper__item h3 span,
.p-faq__wrapper__item p span {
	font-size: 2.875rem;
	transform: translateY(0.3em);
}

.p-faq__wrapper__item h3 span {
	transform: translateY(0.2em);
}

.p-strength {
	padding: 9.375rem 0;
}

.p-strength .grid__container {
	gap: 1.25rem;
	grid-template-columns: 24.0625rem 10.8125rem 24.0625rem 24.0625rem;
	grid-template-rows: 1fr;
	margin-bottom: 5rem;
}

.p-strength .grid__container__item h3 {
	font-size: 1.6875rem;
	height: 5.3125rem;
	padding: 1.375rem;
}

.p-strength .grid__container__item.grid-item-1 .grid__container__item__inner {
	gap: 1.75rem;
	padding-bottom: 2.25rem;
}

.p-strength .grid__container__item.grid-item-1 .user {
	flex-direction: column;
	gap: 1.75rem;
}

.p-strength .grid__container__item.grid-item-1 .user img {
	height: 5.875rem;
}

.p-strength .grid__container__item.grid-item-1 .user span {
	font-size: 1.125rem;
	height: 2.59375rem;
	width: 10rem;
}

.p-strength .grid__container__item.grid-item-1 .images img {
	width: 19.9375rem;
}

.p-strength .grid__container__item.grid-item-1 p {
	font-size: 1.25rem;
}

.p-strength .grid__container__item.grid-item-3 .grid__container__item__inner {
	padding-bottom: 0;
}

.p-strength .grid__container__item.grid-item-3 .user {
	flex-direction: column;
	gap: 1.75rem;
	height: 10.25rem;
}

.p-strength .grid__container__item.grid-item-3 .user img {
	height: 5.875rem;
}

.p-strength .grid__container__item.grid-item-3 .user span:first-of-type {
	font-size: 1.125rem;
	height: 2.59375rem;
	width: 10rem;
}

.p-strength .grid__container__item.grid-item-3 .images {
	margin-top: 5.875rem;
}

.p-strength .grid__container__item.grid-item-3 .images img {
	margin: 0 auto 1.375rem;
	width: 15.4375rem;
}

.p-strength .grid__container__item.grid-item-3 p {
	font-size: 1.25rem;
	margin-top: 0;
}

.p-strength .grid__container .grid-item-2 {
	display: block;
}

.p-strength .grid__container .grid-item-2 .arrows__wrapper {
	display: none;
}

.p-strength .grid__container .grid-item-2 .text__wrapeer {
	left: -0.5rem;
	position: absolute;
	top: 6.1875rem;
	transform: none;
	transform: initial;
}

.p-strength .grid__container .grid-item-2 .text__wrapeer ul li {
	font-size: clamp(8px, 1.125rem, 18px);
}

.p-strength .grid__container .grid-item-2 .images {
	bottom: 8.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-strength .grid__container .grid-item-2 .images img {
	width: 5.625rem;
}

.p-strength .grid__container .grid-item-4 {
	margin-top: 0;
}

.p-strength .grid__container .grid-item-4 .grid__container__item__inner {
	height: calc(100% - 5.3125rem);
}

.p-strength .grid__container .grid-item-4 .logo img {
	width: 20.4375rem;
}

.p-strength .grid__container .grid-item-4 p {
	font-size: 1.25rem;
}

.p-strength .subttl {
	font-size: 2.375rem;
	padding: 0;
}

.p-strength .p-strength__desc {
	font-size: 1.125rem;
	max-width: 56rem;
	padding: 0;
}

}

@keyframes appear-poyoyon {

0% {
	opacity: 0;
	transform: translateY(30px) scale(0.2);
}

60% {
	opacity: 1;
	transform: translateY(-5px) scale(1.05);
}

80% {
	transform: translateY(2px) scale(0.98);
}

100% {
	opacity: 1;
	transform: translateY(0) scale(1);
}

}

@keyframes mask-bg {

0% {
	transform: translate(-101%, 0);
}

40%,60% {
	transform: translate(0, 0%);
}

100% {
	transform: translate(101%, 0);
}

}


/*# sourceMappingURL=top.css.map */
