@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


/* ===============================================
# リセットcss
=============================================== */
body {
	margin: 0;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
	padding: 0;
	max-width: 100%;
	display: block;
}

li {
	font-size: unset;
	margin: 0;
}

/* ===============================================
# 全体設定
=============================================== */
body {
	color: #323232;
}

.l-inner {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 16px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
  }

/* ===============================================
# mv
=============================================== */
.summary-mv {
	width: 100%;
	height: 490px;
	background-color: #000;
	background-image: url('/fx/images/content/lp-summary/mv-bg--sp.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.summary-mv__content {
	margin: 0 auto;
	width: fit-content;
	height: 100%;
	position: relative;
}

.image-container1 {
	position: absolute;
	width: 102px;
	height: 102px;
	right: 94px;
	top: 31%;
}

.image-container2 {
	position: absolute;
	width: 102px;
	height: 102px;
	right: 20px;
	top: 49%;
}

.image-container1 img {
	display: block;
	width: 100%;
	height: auto;
	animation: floatAnimation 2s ease-in-out infinite;
}

.image-container2 img {
	display: block;
	width: 100%;
	height: auto;
	animation: floatAnimation2 2s ease-in-out infinite;
}

.sparkle {
	position: absolute;
	background-image: url('/fx/images/content/lp-summary/icon-sparkle.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24.2px;
	height: 24.2px;
	opacity: 0;
}

.sparkle-2 {
	top: 2%;
	right: -15%;
	animation:
		twinkle .7s infinite alternate,
		floatAnimation 2s ease-in-out infinite;
}

.sparkle-3 {
	bottom: -7%;
	right: 20%;
	animation:
		twinkle .7s infinite alternate,
		floatAnimation 2s ease-in-out infinite;
	animation-delay: 0.3s;
}

.sparkle-4 {
	top: 20%;
	right: -2%;
	animation:
		twinkle .7s infinite alternate,
		floatAnimation2 2s ease-in-out infinite;
	animation-delay: 0.6s;
}

.sparkle-5 {
	bottom: 15%;
	left: -10%;
	animation:
		twinkle .7s infinite alternate,
		floatAnimation2 2s ease-in-out infinite;
	animation-delay: 0.45s;
}

/* アニメーションのキーフレーム（変更なし） */
@keyframes floatAnimation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes floatAnimation2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes twinkle {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


@media (min-width: 750px) {
	.summary-mv {
		background-image: url('/fx/images/content/lp-summary/mv-bg--pc.png');
		height: 600px;
	}
}

/* ===============================================
# cv
=============================================== */
.summary-cv {
	background-color: #1D58C7;
	padding: 16px 0 16px;
}

.summary-cv__subTitle {
	color: #FFDD17;
	font-size: 17.5px;
	width: fit-content;
	margin: 0 auto 4px;
	position: relative;
	font-weight: 600;
}

.summary-cv__subTitle::before {
	position: absolute;
	content: "";
	background-image: url('/fx/images/content/lp-summary/icon-title--left.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 15.6px;
}

.summary-cv__subTitle::after {
	position: absolute;
	content: "";
	background-image: url('/fx/images/content/lp-summary/icon-title--right.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 15.6px;
}

.summary-cv__links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	margin: 0 auto;
	max-width: 600px;
}

.summary-cv__title {
	width: 276px;
	height: auto;
	margin: 0 auto 5px;
}



@media (min-width: 750px) {
	.summary-cv {
		padding: 28px 0;
	}

	.summary-cv__subTitle {
		font-size: 24px;
	}

	.summary-cv__title {
		width: 400px;
	}

	.summary-cv__subTitle::before {
		width: 20px;
		height: 20px;
		left: -40px;
	}

	.summary-cv__subTitle::after {
		width: 20px;
		height: 20px;
		right: -40px;
	}
}

/* ===============================================
# about
=============================================== */
.summary-about {
	background-color: #fff;
	padding: 16px 0 0;
}

.summary-about__title {
	color: #1D58C7;
	font-weight: 800;
	text-align: center;
	font-size: 28px;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 16px;
}

.summary-about__title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background-color: #FFDD17;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.summary-about__items {
	max-width: 600px;
	margin: 0 auto;
}

.summary-about__item {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.summary-about__item:last-child {
	margin-bottom: 24px;
}

.summary-about__banner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

@media (min-width: 750px) {
	.summary-about {
		padding: 32px 0 0;
	}

	.summary-about__title {
		font-size: 34px;
		margin-bottom: 32px;
	}

	.summary-about__title::after {
		width: 74px;
	}

	.summary-about__items {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		gap: 20px;
	}
}

/* ===============================================
# features
=============================================== */
.summary-features {
	background-color: #DBF4FF;
	padding: 32px 0;
}

.summary-features__title {
	font-size: 28px;
	color: #1D58C7;
	text-align: center;
	position: relative;
	padding-bottom: 12px;
	font-weight: 800;
	margin-bottom: 24px;
}

.summary-features__title span {
	font-size: 22px;
}

.summary-features__title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background-color: #FFDD17;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.summary-features__subTitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

.summary-features__text {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 24px;
}

.summary-features__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 24px;
	max-width: 600px;
	margin: 0 auto;
}

.summary-features__item--icon {
	margin-bottom: 8px;
}

.summary-features__item--text {
	color: #1D58C7;
	font-weight: 800;
	text-align: center;
	line-height: 1.1;
}

@media (min-width: 750px) {
	.summary-features__items {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		max-width: 100%;
		gap: 48px;
	}

	.summary-features {
		padding: 48px 0;
	}

	.summary-features__title {
		font-size: 34px;
		margin-bottom: 32px;
	}

	.summary-features__title::after {
		width: 74px;
	}

	.summary-features__subTitle {
		font-size: 22px;
		text-align: center;
	}

	.summary-features__text {
		font-size: 16px;
		text-align: center;
		margin-bottom: 32px;
	}

	.summary-features__item--text {
		font-size: 18px;
		line-height: 1.3;
	}
}

/* ===============================================
# trial
=============================================== */
.summary-trial {
	background-color: #DBF4FF;
	padding: 32px 0;
}

.summary-trial__title {
	font-size: 28px;
	color: #1D58C7;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	font-weight: 800;
	margin-bottom: 24px;
	line-height: 1.2;
}

.summary-trial__title span {
	font-size: 22px;
}

.summary-trial__title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background-color: #FFDD17;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.summary-trial__content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

@media (min-width: 750px) {
	.summary-trial {
		padding: 48px 0;
	}

	.summary-trial__title {
		font-size: 34px;
		margin-bottom: 32px;
	}

	.summary-trial__title::after {
		width: 74px;
	}
}

/* ===============================================
# qa
=============================================== */
.summary-qa {
	background-color: #fff;
	padding: 32px 0;
}

.summary-qa__title {
	font-size: 28px;
	color: #1D58C7;
	text-align: center;
	position: relative;
	padding-bottom: 12px;
	font-weight: 800;
	margin-bottom: 24px;
}

.summary-qa__title::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background-color: #FFDD17;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

/* アコーディオン全体のコンテナ */
.accordion {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.accordion-item {
	margin-bottom: 12px;
}

/* 質問部分のボタン */
.accordion-header {
	background-color: #3b5bdb;
	color: white;
	cursor: pointer;
	padding: 18px 16px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: border-radius 0.3s ease;
}

.accordion-title {
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 12px;
	letter-spacing: -0.01em;
}

.accordion-title span {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* プラス・マイナスのアイコン */
.accordion-icon {
	width: 26px;
	height: 26px;
	background-color: #00D0FF;
	color: #fff;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
	/* アイコンが縮まないようにする */
}

/* アイコンの横棒（-） */
.accordion-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 3px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	border-radius: 50px;
}

/* アイコンの縦棒（+） */
.accordion-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 14px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease, opacity 0.3s ease-out;
	border-radius: 50px;/
}

/* 開いている時は縦棒を非表示にする */
.accordion-header.active .accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}


/* 回答部分のコンテンツ */
.accordion-content {
	padding-top: 0;
	color: #333;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.accordion-content p {
	width: 100%;
	background-color: #DBF4FF;
	border-radius: 16px;
	padding: 24px 16px;
	display: inline-block;
}

.accordion-header.active+.accordion-content {
	padding-top: 8px;
}

@media (min-width: 540px) {
	.summary-qa {
		padding: 48px 0;
	}

	.summary-qa__title {
		font-size: 34px;
		margin-bottom: 32px;
	}

	.summary-qa__title::after {
		width: 74px;
	}

	.accordion {
		max-width: 100%;
	}

	.accordion-header {
		padding: 22px 32px;
	}

	.accordion-title {
		font-size: 18px;
	}

	.accordion-title span {
		font-size: 24px;
	}

	.accordion-item {
		margin-bottom: 20px;
	}

	.accordion-content p {
		padding: 32px 24px;
		font-size: 16px;
		border-radius: 20px;
	}
}

/* ===============================================
# footer
=============================================== */
.summary-footer {
	padding: 30px 0;
	background-color: #EEF2F7;
}

.summary-footer__logo {
	width: 116px;
	height: auto;
	margin-bottom: 32px;
}

.summary-footer__item {
	margin-bottom: 16px;
	line-height: 1.2;
}

..summary-footer__item:last-child {
	margin-bottom: 0;
}

.summary-footer__item a {
	text-decoration: none;
	color: #323232;
	font-size: 14px;
}

@media (min-width: 750px) {
	.summary-footer {
		padding: 40px 0;
	}

	.summary-footer__logo {
		width: 146px;
	}

	.summary-footer__item a {
		font-size: 16px;
	}
}