@charset "utf-8";

/* --- reset --- */
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
html {
	font-size: 16px;
	line-height: 1;
	tab-size: 4;
	font-family: "Roboto", Noto Sans JP, sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	line-height: inherit;
	background: #fff;
	position: relative;
}

.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
	user-select: none;
}
label {
	user-select: none;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

th,
td {
	width: 41%;
	text-align: left;
	font-weight: normal;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}
[x-cloak] {
	display: none !important;
}
.not-scroll {
	touch-action: none;
	overflow: hidden;
}
br.br-sp {
	display: none;
}
@media screen and (max-width: 999px) {
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: inline;
	}
}

main {
	overflow: hidden;
}
/* --- common --- */

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

/* header */
header {
	width: 100%;
	position: absolute;
	top: 26px;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 4.167%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-contents {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	transition: all ease-out 0.4s;
}
.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: auto;
	max-width: 116px;
	aspect-ratio: 116 / 43;
	flex-shrink: 0;
	transition: all ease 0.33s;
}
.header-logo:hover {
	opacity: 0.6;
}
.header-logo > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header-nav-flex {
	display: flex;
	align-items: center;
	max-width: 580px;
	position: relative;
}
.header-nav-flex > nav {
	display: flex;
	gap: 40px;
	width: 100%;
	max-width: 580px;
	position: relative;
	z-index: 10;
}
.header-nav-flex > nav > a {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	line-height: 1;
	transition: all ease 0.33s;
	font-size: 15px;
	color: #fffc;
	letter-spacing: 0;
}
.header-nav-flex > nav > a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px) {
	header {
		position: fixed;
		top: 20px;
		left: 0;
		padding: 0 5.3%;
	}
	.header-nav-flex {
		display: none;
	}
	.header-logo {
		max-width: 110px;
		aspect-ratio: 110 / 40;
	}
}

/* sp-menu */
.btn-menu {
	display: none;
}
@media screen and (max-width: 999px) {
	.btn-menu {
		display: flex;
		flex-shrink: 0;
		aspect-ratio: 1 / 1;
		justify-content: center;
		align-items: center;
	}
}
.swap-icon {
	display: flex;
	width: 38px;
	height: auto;
	aspect-ratio: 38 / 26;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all ease 0.33s;
}
.swap-icon > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sp-menu {
	display: none;
}
@media screen and (max-width: 999px) {
	.sp-menu {
		pointer-events: none;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 9998;
		display: flex;
		height: 100vh;
		width: 100%;
		justify-content: flex-end;
		overflow: hidden;
		transition: all ease 0.4s;
		opacity: 0;
	}
	.sp-menu::after {
		content: "";
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 30;
		height: 100vh;
		width: 100vw;
		background: rgb(0 0 0 / 50%);
	}

	.sp-menu.is-active {
		pointer-events: auto;
		opacity: 1;
	}
	.sp-menu-container {
		position: relative;
		z-index: 50;
		height: 100vh;
		width: 100%;
		max-width: 430px;
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 50px;
		opacity: 0;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		transform: translateX(100%);
		transition: all ease 0.4s;
		background: linear-gradient(-90deg, #0453ca, #01b9f4);
	}
	.sp-menu-logo {
		position: absolute;
		top: 20px;
		left: 5.3%;
		width: 110px;
		height: auto;
		aspect-ratio: 110 / 50;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		max-width: 110px;
		aspect-ratio: 110 / 40;
	}
	.sp-menu-logo > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.sp-menu.is-active .sp-menu-container {
		margin: 0px;
		opacity: 1;
		transform: translateX(0%);
	}
	.sp-menu-flex {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		padding: 35px 0 40px;
		gap: 25px;
	}
	.sp-menu-nav-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 50px;
		padding: 0 5.3%;
	}
	.sp-menu-nav-box > nav {
		display: flex;
		flex-flow: column;
		width: 100%;
		border-top: 1px solid rgb(255 255 255 / 50%);
	}
	.sp-menu-nav-box > nav a {
		font-size: 16px;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		border-bottom: 1px solid rgb(255 255 255 / 50%);
		padding: 17px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.sp-menu-nav-box > nav a::after {
		content: "";
		background-image: url("../images/icons/icon-chevron-right.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 10px;
		height: auto;
		aspect-ratio: 10 / 15;
		display: block;
		position: absolute;
		right: 2px;
	}
	.sp-menu-cta-box {
		width: 100%;
		padding: 0 5.3%;
	}
	.sp-menu-cta-box .cta-balloon {
		display: none;
	}
	.sp-menu-cta-box .cta-box {
		padding: 20px 20px;
		max-width: none;
	}
}

/* footer */
footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 5.3%;
	background: #0c50b5;
	overflow: hidden;
}
.footer-inner {
	width: 100%;
	height: auto;
	display: flex;
	max-width: 1200px;
	flex-flow: column;
	padding: 64px 0% 117px;
	gap: 30px;
	margin: 0 auto;
}
.footer-ttl {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.footer-contents-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	color: #fff;
	align-items: flex-start;
}
.footer-contents {
	width: auto;
	max-width: 310px;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.footer-contents > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 2px;
	align-items: flex-start;
}
.footer-contents > div > * {
	font-size: 16px;
	line-height: 1.4;
}
.footer-contents > div > p:first-of-type {
	font-weight: bold;
}
.footer-contents > div > ul {
	margin-bottom: 15px;
}
.footer-contents > div > ul > li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 15px;
}
.footer-contents > div > ul > li::marker {
	content: "– ";
}

@media screen and (max-width: 999px) {
	.footer-inner {
		/* max-width: 768px; */
		padding: 48px 0px;
	}
	.footer-ttl {
		padding-bottom: 20px;
	}
	.footer-contents-box {
		flex-wrap: wrap;
		gap: 30px;
	}
}

/* cta */

.sec-cta {
	width: 100%;
	padding: 0 5.3%;
	padding-top: 85px;
	padding-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.sec-cta.sec-cta-bg-wh {
	background: #fff;
}
.sec-cta.sec-cta-bg-bl {
	background: #0583de;
	padding-bottom: 60px;
}

@media screen and (max-width: 999px) {
	.sec-cta {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.sec-cta.sec-cta-bg-bl {
		padding-top: 90px;
		padding-bottom: 32px;
	}
}

.cta-box {
	width: 100%;
	display: flex;
	position: relative;
	max-width: 1000px;
	background: #fff;
	border-radius: 20px;
	gap: 20px;
	padding: 44px 5.7%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	filter: drop-shadow(0px 4px 4px rgb(34 34 34 / 20%));
}
.cta-balloon {
	position: absolute;
	bottom: calc(100% - 25px);
	width: 100%;
	max-width: 500px;
	height: 50px;
	background: #ff9900;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-left: 28px;
}
.cta-balloon::before {
	content: "";
	position: absolute;
	width: 48px;
	height: auto;
	aspect-ratio: 48 / 67;
	background-image: url("../images/icons/icon-bulb.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 14px;
	bottom: 0;
}
.cta-balloon br {
	display: none;
}
.cta-btns {
	width: 100%;
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(2, 1fr);
}
.cta-btns > a {
	width: 100%;
	max-width: 430px;
	height: 120px;
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 3px solid #00a0e9;
	padding: 0 20px;
	position: relative;
}
.cta-btns > a > figure {
	width: 80px;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 4px solid #04cbf9;
	border-radius: 999px;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta-btns > a > figure img {
	width: 100%;
	height: 100%;
	max-width: 30px;
	object-fit: contain;
}

/* Button TEL */
.cta-btns > a.btn-tel > div {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.cta-btns > a.btn-tel > div > p {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 500;
}
.cta-btns > a.btn-tel > div > span {
	font-size: 14px;
	font-weight: 400;
}
.cta-btns > a.btn-tel > div > span br {
	display: none;
}

/* Button CONTACT */
.cta-btns > a.btn-contact {
	background: #00a0e9;
	padding-right: 57px;
}
.cta-btns > a.btn-contact::after {
	content: "";
	background-image: url("../images/icons/icon-chevron-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	width: 12px;
	height: auto;
	aspect-ratio: 12 / 18;
}
.cta-btns > a.btn-contact > figure {
	border: 4px solid #fff;
	background: #04cbf9;
}
.cta-btns > a.btn-contact > p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	flex-shrink: 0;
}

.side-illust-cta .cta-box {
	border: 4px solid #0454ca;
	filter: none;
}
.tel-only .cta-btns {
	grid-template-columns: repeat(1, 1fr);
}
.tel-only .btn-tel {
	max-width: 586px;
	margin: 0 auto;
}
.tel-only .btn-contact {
	display: none;
}
.side-illust-cta .cta-box::before,
.side-illust-cta .cta-box::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.side-illust-cta .cta-box::before {
	background-image: url("../images/img-contact-man.webp");
	width: 115px;
	height: auto;
	aspect-ratio: 115 / 273;
	left: -60px;
}
.side-illust-cta .cta-box::after {
	background-image: url("../images/img-contact-woman.webp");
	width: 97px;
	height: auto;
	aspect-ratio: 97 / 257;
	right: -55px;
}
.side-illust-cta.tel-only .cta-box::before {
	left: 45px;
}
.side-illust-cta.tel-only .cta-box::after {
	right: 45px;
}

@media screen and (max-width: 999px) {
	.cta-box {
		padding: 60px 20px 30px;
		max-width: 335px;
	}
	.cta-balloon {
		bottom: calc(100% - 40px);
		max-width: 295px;
		height: 80px;
		font-size: 20px;
		padding-left: 0px;
		line-height: 1.3;
	}
	.cta-balloon::before {
		width: 30px;
		aspect-ratio: 30 / 41;
		background-image: url("../images/icons/icon-bulb.webp");
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: calc(100% - 15px);
	}
	.cta-balloon br {
		display: inline;
	}
	.cta-btns {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	.cta-btns > a {
		max-width: 295px;
		height: 100px;
		gap: 8px;
		padding: 0 14px;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.cta-btns > a > figure {
		width: 48px;
		border: 2.4px solid #04cbf9;
	}
	.cta-btns > a > figure img {
		max-width: 18px;
	}

	/* Button TEL */
	.cta-btns > a.btn-tel > div > p {
		font-size: 28px;
	}
	.cta-btns > a.btn-tel > div > span {
		font-size: 15px;
		line-height: 1.4;
	}
	.cta-btns > a.btn-tel > div > span br {
		display: inline;
	}

	/* Button CONTACT */
	.cta-btns > a.btn-contact > p {
		font-size: 20px;
		text-align: left;
	}
	.side-illust-cta .cta-box::before {
		content: none;
	}
	.side-illust-cta .cta-box::after {
		content: none;
	}
}

/* Common H2 */

.h2-box {
	width: auto;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 10px;
	position: relative;
}
.h2-box::before {
	content: "";
	position: absolute;
	bottom: 10px;
	color: #fff0d9;
	font-size: 126px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.h2-box > span {
	font-size: 28px;
	font-weight: 500;
	color: #ff9900;
	position: relative;
	z-index: 10;
}
.h2-box > h2 {
	font-size: 40px;
	font-weight: bold;
	z-index: 10;
}
@media screen and (max-width: 999px) {
	.h2-box::before {
		top: -38px;
		bottom: auto;
		font-size: 88px;
		letter-spacing: 0;
	}
	.h2-box > span {
		font-size: 20px;
	}
	.h2-box > h2 {
		font-size: 28px;
		line-height: 1.46;
		letter-spacing: 0.05em;
	}
}

/* swipe hand */
@keyframes swipe {
	0% {
		transform: translateX(0) rotate(20deg);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		transform: translateX(-30px) rotate(0deg);
		opacity: 0;
	}
	100% {
		transform: translateX(-30px) rotate(-10deg);
		opacity: 0;
	}
}

.swipe-hand {
	display: none;
}
@media screen and (max-width: 768px) {
	.swipe-hand {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		animation: swipe 3s linear 1s infinite normal;
		opacity: 0;
		z-index: 50;
	}
}

/* FV */
.sec-fv {
	width: 100%;
	height: auto;
	max-height: 980px;
	background-image: url("../images/fv-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.fv-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
	max-width: 1000px;
	padding: 120px 0 30px;
}
.fv-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.fv-txt-box > p {
	font-size: 32px;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	text-align: center;
	margin-bottom: 20px;
}
.fv-txt-box > p::before,
.fv-txt-box > p::after {
	content: "";
	position: absolute;
	width: 24px;
	height: auto;
	aspect-ratio: 24 / 41;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.fv-txt-box > p::before {
	background-image: url("../images/fv-txt-line-left.svg");
	left: -35px;
}
.fv-txt-box > p::after {
	background-image: url("../images/fv-txt-line-right.svg");
	right: -15px;
}
.fv-txt-box > p > span {
	font-size: 42px;
	font-weight: bold;
}
.fv-txt-box > p > span > span {
	position: relative;
}
.fv-txt-box > p > span > span::before {
	content: "";
	width: 6px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 999px;
}

.fv-txt-box > span {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #ff9900;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: #fff;
	width: 415px;
	height: 58px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	margin: 0 auto 30px;
}

.fv-txt-box > h2 {
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.29;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 17px;
	margin-bottom: 22px;
	filter: drop-shadow(4px 4px 10px rgb(0 0 0 / 50%));
}
.fv-txt-box > h2 > strong {
	font-size: 79px;
	font-style: italic;
	letter-spacing: 0.05em;
}
.fv-txt-box > h2 > small {
	font-size: 54px;
}

.fv-feature-box {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 55px;
}
.fv-feature-box > div {
	width: 100%;
	max-width: 160px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background-image: url("../images/fv-feature-1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.fv-feature-box > div:nth-of-type(2) {
	background-image: url("../images/fv-feature-2.webp");
}
.fv-feature-box > div:nth-of-type(3) {
	background-image: url("../images/fv-feature-3.webp");
}
.fv-feature-box > div:nth-of-type(4) {
	background-image: url("../images/fv-feature-4.webp");
}
.fv-feature-box > div > p {
	display: none;
}

.fv-cta {
	width: 100%;
}

@media screen and (max-width: 999px) {
	.sec-fv {
		max-height: none;
		background-image: url("../images/fv-bg-sp.webp");
	}
	.fv-inner {
		padding: 87px 0 30px;
	}

	.fv-txt-box > p {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.fv-txt-box > p::before,
	.fv-txt-box > p::after {
		width: 13px;
		aspect-ratio: 13 / 22;
	}
	.fv-txt-box > p::before {
		left: -35px;
	}
	.fv-txt-box > p::after {
		right: -15px;
	}
	.fv-txt-box > p > span {
		font-size: 24px;
	}
	.fv-txt-box > p > span > span::before {
		width: 3.5px;
		top: -8px;
	}

	.fv-txt-box > span {
		font-size: 26px;
		width: 295px;
		height: 41px;
		margin: 0 auto 15px;
	}

	.fv-txt-box > h2 {
		font-size: 41px;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 10px;
		margin-bottom: 15px;
	}
	.fv-txt-box > h2 > strong {
		font-size: 41px;
	}
	.fv-txt-box > h2 > small {
		font-size: 31px;
	}

	.fv-feature-box {
		gap: 0px;
		margin-bottom: 82px;
	}
	.fv-feature-box > div {
		max-width: 83px;
	}
	.fv-feature-box > div:nth-of-type(1) {
		background-image: url("../images/fv-feature-1-sp.webp");
	}
	.fv-feature-box > div:nth-of-type(2) {
		background-image: url("../images/fv-feature-2-sp.webp");
	}
	.fv-feature-box > div:nth-of-type(3) {
		background-image: url("../images/fv-feature-3-sp.webp");
	}
	.fv-feature-box > div:nth-of-type(4) {
		background-image: url("../images/fv-feature-4-sp.webp");
	}
}

/* Problem */
.sec-problem {
	width: 100%;
	height: 444px;
	position: relative;
	overflow: hidden;
	padding: 0 5.3%;
	background-image: url("../images/img-problem-bg.webp");
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: auto;
}
.sec-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.sec-problem .sec-inner {
	height: 100%;
}
.problem-cont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
	justify-content: flex-start;
	padding-top: 35px;
	padding-left: 15.8%;
	padding-right: 4.2%;
	position: relative;
}
.problem-cont::before {
	position: absolute;
	content: "";
	width: 23%;
	height: auto;
	aspect-ratio: 276 / 340;
	background-image: url("../images/img-problem-man.webp");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 47px;
	left: 0;
}
.problem-cont > h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.45;
	position: relative;
}
.problem-cont > h2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 11px;
	background-image: url("../images/img-line-wave.webp");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.problem-cont > h2 > strong {
	position: relative;
	font-size: 70px;
	color: #0453ca;
	padding: 0 4px;
}
.problem-cont > h2 > strong::after {
	position: absolute;
	content: "";
	width: 28px;
	height: auto;
	aspect-ratio: 28 / 29;
	background-image: url("../images/icons/icon-splash.svg");
	background-repeat: no-repeat;
	background-size: contain;
	top: 0px;
	right: -17px;
}

.problem-list {
	width: 100%;
	max-width: 960px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

.problem-list > div {
	width: 100%;
	background: #fff;
	aspect-ratio: 180 / 140;
	max-width: 180px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px;
}
.problem-list > div.is-blank {
	display: none;
}
.problem-list > div > p {
	font-size: 18px;
	line-height: 1.4;
}
.problem-list > div > p span {
	font-weight: bold;
	color: #0453ca;
}

@media screen and (max-width: 999px) {
	.sec-problem {
		height: auto;
		min-height: 577px;
		background-image: url("../images/img-problem-bg-sp.webp");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.problem-cont {
		gap: 37px;
		justify-content: center;
		padding-top: 41px;
		padding-left: 0%;
		padding-right: 0%;
	}
	.problem-cont::before {
		content: none;
	}
	.problem-cont > h2 {
		font-size: 22px;
	}
	.problem-cont > h2::after {
		height: 5px;
	}
	.problem-cont > h2 > strong {
		font-size: 38px;
	}
	.problem-cont > h2 > strong::after {
		width: 15px;
		aspect-ratio: 1 / 1;
		right: -17px;
	}

	.problem-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 334px;
		row-gap: 10px;
		column-gap: 18px;
	}

	.problem-list > div {
		aspect-ratio: 158 / 100;
		max-width: 158px;
		padding: 15px;
		z-index: 10;
	}
	.problem-list > div.is-blank {
		display: block;
		background: transparent;
		position: relative;
		z-index: 0;
	}
	.problem-list > div.is-blank::before {
		position: absolute;
		content: "";
		width: 90%;
		height: auto;
		aspect-ratio: 276 / 340;
		background-image: url("../images/img-problem-man.webp");
		background-repeat: no-repeat;
		background-size: contain;
		bottom: -58px;
		left: 27px;
	}
	.problem-list > div > p {
		font-size: 16px;
	}
}

.sec-start-txt {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 5.3%;
	background: #fff;
	margin-bottom: 145px;
}
.start-txt-cont {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.start-txt-cont > h2 {
	width: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.start-txt-cont > h2 > span {
	position: relative;
}
.start-txt-cont > h2 > span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 11px;
	background-image: url("../images/img-line-orange.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.start-txt-cont > h2 > span > strong {
	font-size: 80px;
	color: #ff9900;
	font-weight: 600;
}
.start-txt-cont > h2 > span > strong > em {
	font-style: italic;
	padding-right: 10px;
}
.start-txt-cont > h2 > span > strong > span {
	position: relative;
}
.start-txt-cont > h2 > span > strong > span::before {
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #ff9900;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 999px;
}
.start-txt-cont > p {
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 999px) {
	.sec-start-txt {
		margin-bottom: 162px;
	}
	.start-txt-cont {
		margin-bottom: 0px;
	}
	.start-txt-cont > h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.start-txt-cont > h2 > span::after {
		content: none;
	}
	.start-txt-cont > h2 > span > strong {
		font-size: 48px;
		position: relative;
		text-decoration: underline;
		text-decoration-color: #ff9900;
		text-decoration-thickness: 2px;
		text-underline-offset: 8px;
	}
	.start-txt-cont > h2 > span > strong:first-of-type {
		font-size: 36px;
		display: flex;
		justify-content: center;
		text-decoration: none;
		margin: 0 auto;
		margin-bottom: 25px;
		letter-spacing: 0;
		max-width: 350px;
		font-weight: 500;
		gap: 4px;
	}
	.start-txt-cont > h2 > span > strong > em {
		padding-right: 0;
	}
	.start-txt-cont > h2 > span > strong:first-of-type::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 10px;
		background-image: url("../images/img-line-orange-sp.svg");
		background-repeat: no-repeat;
		background-size: contain;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.start-txt-cont > h2 > span > strong > span::before {
		width: 8px;
		top: -12px;
	}
	.start-txt-cont > p {
		font-size: 24px;
	}
}

/* Whats? */
.sec-whats {
	width: 100%;
	position: relative;
	padding: 0 5.3%;
	background: #e6f3fc;
	margin-bottom: 80px;
	padding-top: 160px;
	margin-top: -160px;
	z-index: 0;
}
.sec-whats::before {
	width: 100%;
	height: 160px;
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
}
.whats-cont {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.whats-cont > h2 {
	width: 100%;
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: absolute;
	top: -33px;
}
.whats-cont > h2::before {
	content: "";
	position: absolute;
	background-image: url("../images/img-what-balloon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: auto;
	aspect-ratio: 120 / 50;
	top: -39px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.whats-cont > h2::after {
	content: "";
	position: absolute;
	background-image: url("../images/img-what-bg-txt.webp");
	background-repeat: no-repeat;
	background-size: contain;
	width: 36.58%;
	height: auto;
	aspect-ratio: 439 / 122;
	top: -85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}
.whats-cont > h2 > span {
	position: relative;
}
.whats-cont > h2 > span > strong {
	font-size: 54px;
	font-weight: 600;
}
.whats-cont > h2 > span > strong > em {
	font-style: italic;
	padding-right: 10px;
}

.whats-txt {
	width: 100%;
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
	font-size: 16px;
}
.whats-txt > span {
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.whats-img-box {
	width: 100%;
	position: relative;
}
.whats-img-box-sp {
	display: none;
}

@media screen and (max-width: 999px) {
	.sec-whats {
		margin-bottom: 70px;
		padding: 0;
		padding-top: 160px;
		margin-top: -160px;
	}
	.sec-whats::before {
		width: 100%;
		height: 160px;
		content: "";
		position: absolute;
		background: #fff;
		top: 0;
		left: 0;
	}
	.whats-cont {
		padding-top: 90px;
	}

	.whats-cont > h2 {
		font-size: 30px;
		line-height: 1.2;
		top: -23px;
		padding: 0 5.3%;
	}
	.whats-cont > h2::before {
		content: "";
		position: absolute;
		background-image: url("../images/img-what-balloon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 120px;
		height: auto;
		aspect-ratio: 120 / 50;
		top: -39px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.whats-cont > h2::after {
		width: 100%;
		max-width: 336px;
		top: -69px;
	}
	.whats-cont > h2 > span > strong {
		font-size: 40px;
	}
	.whats-cont > h2 > span > strong > em {
		padding-right: 0px;
	}

	.whats-txt {
		text-align: left;
		line-height: 1.75;
		margin-bottom: 25px;
		padding: 0 5.3%;
	}
	.whats-txt > span {
		text-underline-offset: 3px;
	}

	.whats-img-box {
		display: none;
	}
	.whats-img-box-sp {
		display: flex;
		flex-flow: column;
		padding-left: 5.3%;
		gap: 28px;
		width: 100%;
		position: relative;
	}
	.whats-img-box-sp .swipe-hand {
		top: -25px;
	}
	.wib-item {
		width: 100%;
		display: flex;
		align-items: stretch;
		height: 194px;
		background: #fff;
		border-radius: 20px 0 0 20px;
		overflow: hidden;
		filter: drop-shadow(0px 2px 12px rgb(34 34 34 / 10%));
	}
	.wib-sticky {
		width: 84px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		position: relative;
		z-index: 10;
	}
	.wib-sticky > span {
		font-size: 24px;
		color: #fff;
	}
	.wib-usual .wib-sticky {
		background: #0583de;
	}
	.wib-sigma .wib-sticky {
		background: #ff9900;
	}
	.wib-scroll-wrapper {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 24px 12px 35px;
		position: relative;
		z-index: 0;
	}
	.wib-scroll-wrapper > figure {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.wib-usual .wib-scroll-wrapper > figure {
		width: 526px;
		height: auto;
		aspect-ratio: 526 / 135;
	}
	.wib-sigma .wib-scroll-wrapper > figure {
		width: 547px;
		height: auto;
		aspect-ratio: 547 / 135;
	}
	.wib-scroll-wrapper > figure > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/* Comparison */
.sec-comparison {
	width: 100%;
	position: relative;
	padding: 0 5.3%;
	background: #fff;
	margin-bottom: 100px;
}
.comparison-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.comparison-cont > h2 {
	font-size: 32px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	text-align: center;
	margin-bottom: 80px;
	font-weight: 500;
}
.comparison-cont > h2 > strong {
	font-size: 48px;
	font-weight: bold;
}
.comparison-cont > h2::before,
.comparison-cont > h2::after {
	content: "";
	position: absolute;
	width: 55px;
	height: auto;
	aspect-ratio: 55 / 80;
	bottom: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.comparison-cont > h2::before {
	background-image: url("../images/img-comparison-ttl-left.svg");
	left: -85px;
}
.comparison-cont > h2::after {
	background-image: url("../images/img-comparison-ttl-right.svg");
	right: -85px;
}
.comparison-cont > h2 > span {
	width: 190px;
	height: auto;
	aspect-ratio: 200 / 130;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: -25px;
}
.comparison-cont > h2 > span > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.comparison-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 25px;
	position: relative;
	gap: 9.7%;
}
.comparison-list::before {
	content: "";
	position: absolute;
	width: 191px;
	height: auto;
	aspect-ratio: 191 / 253;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/img-comparison-vs.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 20;
}
.comparison-list > div {
	width: 100%;
	border-radius: 20px;
	padding: 64px 30px 40px;
	position: relative;
}

.comparison-list > div.cl-usual {
	background: #ebe9e6;
}
.comparison-list > div.cl-sigma {
	background: #fff5e6;
	border: 5px solid #ff9900;
}
.comparison-list > div.cl-sigma::before {
	content: "";
	position: absolute;
	width: 154px;
	height: auto;
	aspect-ratio: 154 / 194;
	right: -12px;
	bottom: 0;
	background-image: url("../images/img-comparison-man.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}

.comparison-list > div > h3 {
	position: absolute;
	top: -36px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77.4%;
	max-width: 420px;
	height: auto;
	padding: 18px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	border-radius: 999px;
	color: #fff;
	z-index: 10;
}

.comparison-list > div.cl-usual > h3 {
	background: #666;
}
.comparison-list > div.cl-sigma > h3 {
	background: #ff9900;
}

.comparison-list > div > ul {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 24px;
	align-items: center;
	justify-content: flex-start;
}
.comparison-list > div > ul > li {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	max-width: 480px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 58px;
	padding-right: 34px;
	position: relative;
}
.comparison-list > div.cl-sigma > ul > li {
	padding-left: 68px;
}
.comparison-list > div > ul > li::before {
	content: "";
	position: absolute;
	width: 35px;
	height: auto;
	aspect-ratio: 1 / 1;
	left: 58px;
	background-image: url("../images/icons/icon-check-circle-gray.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.comparison-list > div.cl-sigma > ul > li::before {
	background-image: url("../images/icons/icon-check-circle-orange.svg");
	left: 65px;
}
.comparison-list > div.cl-sigma > ul > li::after {
	content: "";
	position: absolute;
	width: 41px;
	height: auto;
	aspect-ratio: 41 / 45;
	left: 14px;
	background-image: url("../images/icons/icon-win.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.comparison-list > div > ul > li > p {
	padding-left: 51px;
	font-size: 24px;
	line-height: 1.45;
}
.comparison-list > div > ul > li > p > span {
	font-weight: bold;
}
.comparison-list > div.cl-sigma > ul > li > p > span {
	color: #ff9900;
}

.comparison-note {
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
}
.comparison-note > span {
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	.sec-comparison {
		margin-bottom: 40px;
	}

	.comparison-cont > h2 {
		font-size: 16px;
		margin-bottom: 60px;
	}
	.comparison-cont > h2 > strong {
		font-size: 24px;
	}
	.comparison-cont > h2::before,
	.comparison-cont > h2::after {
		width: 24px;
		aspect-ratio: 24 / 37;
	}
	.comparison-cont > h2::before {
		background-image: url("../images/img-comparison-ttl-left.svg");
		left: -35px;
	}
	.comparison-cont > h2::after {
		background-image: url("../images/img-comparison-ttl-right.svg");
		right: -35px;
	}
	.comparison-cont > h2 > span {
		width: 98px;
		aspect-ratio: 98 / 64;
		margin-right: -12px;
		transform: translateY(10px);
	}

	.comparison-list {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 12px;
		gap: 140px;
		max-width: 430px;
	}
	.comparison-list::before {
		width: 79px;
		aspect-ratio: 79 / 100;
		top: calc(50% - 10px);
	}
	.comparison-list > div {
		border-radius: 13px;
		padding: 41px 20px 28px;
	}

	.comparison-list > div.cl-sigma {
		border: 3px solid #ff9900;
	}
	.comparison-list > div.cl-sigma::before {
		width: 98px;
		aspect-ratio: 98 / 124;
		right: -12px;
	}

	.comparison-list > div > h3 {
		top: -22px;
		width: 78%;
		max-width: 255px;
		padding: 11px 0;
		font-size: 24px;
	}

	.comparison-list > div > ul {
		gap: 16px;
	}
	.comparison-list > div > ul > li {
		border-radius: 13px;
		height: 64px;
		padding-left: 60px;
		padding-right: 24px;
	}
	.comparison-list > div.cl-sigma > ul > li {
		padding-left: 76px;
	}
	.comparison-list > div > ul > li::before {
		width: 24px;
		left: 24px;
	}
	.comparison-list > div.cl-sigma > ul > li::before {
		left: 40px;
	}
	.comparison-list > div.cl-sigma > ul > li::after {
		width: 26px;
		left: 8px;
	}
	.comparison-list > div > ul > li > p {
		padding-left: 0px;
		font-size: 15px;
	}

	.comparison-note {
		font-size: 15px;
		max-width: 430px;
		margin: 0 auto;
	}
}

.sec-about-reason {
	width: 100%;
	position: relative;
	background: #e6f3fc;
}
.about-reason-ttl {
	width: 100%;
	position: relative;
	background-image: url("../images/img-about-ttl-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	height: 193px;
	display: flex;
	justify-content: center;
	padding: 0 5.3%;
	flex-flow: column;
	align-items: center;
	text-align: center;
}
.about-reason-ttl > div {
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 20px;
	position: relative;
}
.about-reason-ttl > div::before {
	position: absolute;
	content: "";
	left: 0px;
	width: 178px;
	height: auto;
	aspect-ratio: 178 / 147;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.about-reason-1 .about-reason-ttl > div::before {
	background-image: url("../images/img-about-num-1.svg");
}
.about-reason-2 .about-reason-ttl > div::before {
	background-image: url("../images/img-about-num-2.svg");
}
.about-reason-3 .about-reason-ttl > div::before {
	background-image: url("../images/img-about-num-3.svg");
}

.about-reason-ttl > div > span {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
.about-reason-ttl > div > span::before,
.about-reason-ttl > div > span::after {
	content: "";
	position: absolute;
	width: 14px;
	height: auto;
	aspect-ratio: 14 / 26;
	bottom: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.about-reason-ttl > div > span::before {
	background-image: url("../images/img-about-ttl-sub-left.svg");
	left: -25px;
}
.about-reason-ttl > div > span::after {
	background-image: url("../images/img-about-ttl-sub-right.svg");
	right: -25px;
}

.about-reason-ttl > div > h2 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.about-reason-cont {
	width: 100%;
	padding: 0 5.3%;
	padding-top: 100px;
	position: relative;
}
.about-reason-3 .about-reason-cont {
	padding-top: 50px;
}

.about-reason-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2%;
	margin-bottom: 60px;
}
.about-reason-grid > div {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 25%));
	padding: 72px 40px 48px;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	gap: 20px;
}
.about-reason-grid > div > div {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-reason-grid > div > div > figure {
	position: absolute;
	top: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 120px;
	height: auto;
}
.about-reason-grid > div > div > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-reason-grid > div > div > h3 {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	color: #0583de;
}
.about-reason-grid > div > div > h3 > span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.about-reason-grid > div > p {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 999px) {
	.about-reason-ttl {
		height: 141px;
	}
	.about-reason-ttl > div {
		gap: 15px;
		max-width: 430px;
	}
	.about-reason-ttl > div::before {
		width: 97px;
		aspect-ratio: 97 / 80;
	}

	.about-reason-ttl > div > span {
		font-size: 16px;
	}
	.about-reason-ttl > div > span::before,
	.about-reason-ttl > div > span::after {
		width: 8px;
		aspect-ratio: 8 / 15;
	}
	.about-reason-ttl > div > span::before {
		left: -14px;
	}
	.about-reason-ttl > div > span::after {
		right: -12px;
	}

	.about-reason-ttl > div > h2 {
		font-size: 26px;
		line-height: 1.23;
	}

	.about-reason-cont {
		padding-top: 40px;
	}
	.about-reason-2 .about-reason-cont {
		padding-top: 47px;
	}
	.about-reason-3 .about-reason-cont {
		padding-top: 20px;
	}

	.about-reason-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
		max-width: 430px;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	.about-reason-grid > div {
		padding: 30px 20px;
		gap: 17px;
	}
	.about-reason-grid > div > div {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}
	.about-reason-grid > div > div > figure {
		position: relative;
		top: auto;
		width: 80px;
		flex-shrink: 0;
	}
	.about-reason-grid > div > div > figure img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.about-reason-grid > div > div > h3 {
		text-align: left;
		font-size: 22px;
	}
	.about-reason-grid > div > div > h3 > span {
		text-underline-offset: 3px;
	}

	.about-reason-grid > div > p {
		font-size: 15px;
	}
}

.about-reason-plan {
	width: 100%;
	height: 412px;
	background-image: url("../images/img-about-1-plan-bg.webp");
	background-position: center;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about-reason-plan > .sec-inner {
	height: 100%;
}
.about-reason-plan-cont {
	width: 100%;
	height: 100%;
	position: relative;
}
.about-reason-plan-cont > figure.img-arp-pc {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 493 / 206;
}
.about-reason-plan-cont > figure.img-arp-sp {
	display: none;
}
.about-reason-plan-cont > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 999px) {
	.about-reason-plan {
		height: 526px;
		background-image: url("../images/img-about-1-plan-bg-sp.webp");
		margin-bottom: -30px;
	}
	.about-reason-plan-cont {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-reason-plan-cont > figure.img-arp-sp {
		width: 100%;
		height: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 356 / 426;
		max-width: 520px;
		margin: 0 auto;
	}
	.about-reason-plan-cont > figure.img-arp-pc {
		display: none;
	}
}

.about-reason-step {
	width: 100%;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.about-reason-step-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	gap: 20px;
}
.ars-month {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
	gap: 24px;
}
.ars-month-item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ars-month-item::after {
	content: "";
	background: #0583de;
	width: calc(100% + 25px);
	height: 26px;
	position: absolute;
	z-index: 0;
}
.ars-month-item:nth-of-type(1)::before {
	content: "";
	background-image: url("../images/img-about-1-runing.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 66px;
	height: auto;
	aspect-ratio: 1 / 1;
	top: -40px;
	right: -40px;
}
.ars-month-item:nth-of-type(1)::after {
	border-radius: 999px 0 0 999px;
	left: 0;
}
.ars-month-item:nth-of-type(6)::after {
	border-radius: 0 999px 999px 0;
	right: 0;
}
.ars-month-item > div {
	width: 80px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 999px;
	border: 4px solid #0583de;
	color: #0583de;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 10;
}
.ars-month-item > div > span {
	font-size: 24px;
	margin-bottom: 2px;
}

.ars-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
	gap: 24px;
}
.ars-list-item {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	background: #fff;
	max-width: 180px;
	padding: 18px 15px 20px;
	gap: 10px;
	border: 3px solid #0583de;
}
.ars-list-item:before {
	content: "";
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 12px solid transparent;
	border-bottom: 17px solid #fff;
	z-index: 2;
	width: 0;
}
.ars-list-item:after {
	content: "";
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 14px solid transparent;
	border-bottom: 19px solid #0583de;
	z-index: 1;
	width: 0;
}
.ars-list-item > h4 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	height: 44px;
	text-align: center;
	line-height: 1.4;
	color: #0583de;
	font-weight: bold;
	text-wrap: nowrap;
}
.ars-list-item > h4 > span {
	display: none;
}
.ars-list-item > p {
	font-size: 14px;
	line-height: 1.4;
}

@media screen and (max-width: 999px) {
	.about-reason-step {
		margin-bottom: 40px;
	}
	.about-reason-step-cont {
		gap: 15px;
		max-width: 430px;
		margin: 0 auto;
	}
	.ars-month {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.ars-month-item::after {
		width: calc(100% + 30px);
		height: 20px;
	}
	.ars-month-item:nth-of-type(1)::before {
		width: 36px;
		top: -12px;
		right: -25px;
	}
	.ars-month-item:nth-of-type(1)::after {
		left: -15px;
	}
	.ars-month-item:nth-of-type(6)::after {
		right: -15px;
	}
	.ars-month-item > div {
		width: 68px;
		border: 3.4px solid #0583de;
		font-size: 14px;
	}
	.ars-month-item > div > span {
		font-size: 20px;
	}

	.ars-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		max-width: 430px;
	}
	.ars-list-item {
		height: auto;
		max-width: none;
		padding: 24px 17px;
	}
	.ars-list-item:before {
		content: none;
	}
	.ars-list-item:after {
		content: none;
	}
	.ars-list-item > h4 {
		height: auto;
	}
	.ars-list-item > h4 br {
		display: none;
	}
	.ars-list-item > h4 > span {
		display: inline;
	}
	.ars-list-item > p {
		line-height: 1.7;
	}
}

.about-reason-why {
	width: 100%;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 65px;
}
.about-reason-why-cont {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 63px 50px;
}
.arw-ttl {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
	gap: 24px;
	align-items: flex-end;
}
.arw-ttl > h3 {
	font-size: 54px;
	line-height: 1.44;
	text-align: center;
}
.arw-ttl > h3 > strong {
	color: #ff9900;
}

.arw-ttl > figure {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.arw-ttl > figure.img-arw-pc {
	width: 202px;
	aspect-ratio: 202 / 190;
}
.arw-ttl > figure.img-arw-sp {
	display: none;
}
.arw-ttl > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.arw-graph-box {
	width: 100%;
	background: #fff5e6;
	padding: 50px 70px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	max-width: 1100px;
	margin: 0 auto;
}
.arw-graph-box > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.arw-graph-box > div > h4 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: -2px;
	text-decoration-thickness: 10px;
	text-decoration-color: #ffe200;
}
.arw-graph-box > div > h4 > strong {
	color: #ff9900;
}
.arw-graph-box > div > p {
	font-size: 16px;
	line-height: 2;
}

.arw-graph-box > figure.img-arw-graph-pc {
	width: 40.5%;
	flex-shrink: 0;
	max-width: 389px;
	aspect-ratio: 389 / 245;
}
.arw-graph-box figure.img-arw-graph-sp {
	display: none;
}
.arw-graph-box figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.arw-graph-box figure > figcaption {
	font-size: 11px;
	width: 100%;
	line-height: 1.4;
}
@media screen and (max-width: 999px) {
	.about-reason-why {
		padding-bottom: 40px;
	}
	.about-reason-why-cont {
		padding: 20px 20px 40px;
		max-width: 430px;
		margin: 0 auto;
	}
	.arw-ttl {
		margin-bottom: 20px;
		gap: 4px;
	}
	.arw-ttl > h3 {
		font-size: 28px;
		text-align: left;
	}
	.arw-ttl > h3 > strong {
		color: #ff9900;
	}

	.arw-ttl > figure.img-arw-pc {
		display: none;
	}
	.arw-ttl > figure.img-arw-sp {
		display: flex;
		width: 122px;
		aspect-ratio: 122 / 136;
	}

	.arw-graph-box {
		padding: 24px 20px;
		gap: 18px;
		flex-flow: column;
	}
	.arw-graph-box > div {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 15px;
		align-items: center;
	}
	.arw-graph-box > div > h4 {
		font-size: 21px;
		line-height: 1.45;
	}
	.arw-graph-box > div > h4 > strong {
		color: #ff9900;
	}
	.arw-graph-box > div > p {
		font-size: 15px;
	}

	.arw-graph-box > figure.img-arw-graph-pc {
		display: none;
	}
	.arw-graph-box figure.img-arw-graph-sp {
		display: block;
		width: 100%;
		flex-shrink: 0;
		max-width: 430px;
		aspect-ratio: 255 / 167;
		margin-bottom: 20px;
	}
}

.about-reason-grid-2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	padding-bottom: 65px;
}
.about-reason-grid-2 > div {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 55px 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
}
.about-reason-grid-2 > div > h3 {
	position: absolute;
	top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 293 / 76;
	max-width: 293px;
}
.about-reason-grid-2 > div > h3 > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-reason-grid-2 > div > figure {
	width: 100%;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.about-reason-grid-2 > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-reason-grid-2 > div > p {
	width: 100%;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 999px) {
	.about-reason-grid-2 {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 40px;
		max-width: 430px;
		margin: 0 auto;
	}
	.about-reason-grid-2 > div {
		padding: 55px 20px 40px;
	}
	.about-reason-grid-2 > div > h3 {
		top: -21px;
		aspect-ratio: 254 / 57;
		max-width: 254px;
	}
}

.about-reason-mkt-txt {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 1100px;
	font-size: 16px;
	line-height: 2;
}
.about-reason-mkt-txt > span {
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 10px;
	text-underline-offset: -2px;
	text-decoration-skip-ink: none;
	text-decoration-color: #ebe1ca;
}

.about-reason-mkt-img {
	width: 100%;
	padding-bottom: 65px;
}
.about-reason-mkt-img > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.about-reason-mkt-img > figure.img-arm-pc {
	aspect-ratio: 60 / 47;
}
.about-reason-mkt-img > figure.img-arm-sp {
	display: none;
}
.about-reason-mkt-img > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 999px) {
	.about-reason-mkt-txt {
		max-width: 430px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.about-reason-mkt-img {
		max-width: 430px;
		margin: 0 auto;
		padding-bottom: 0px;
	}
	.about-reason-mkt-img > figure.img-arm-pc {
		display: none;
	}
	.about-reason-mkt-img > figure.img-arm-sp {
		display: flex;
		aspect-ratio: 335 / 989;
	}
}

.sec-result {
	width: 100%;
	padding: 0 5.3%;
	padding-top: 97px;
	padding-bottom: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff5e5;
}
.result-cont {
	width: 100%;
	background: #fff;
	padding: 65px 50px 30px;
	border-radius: 20px;
	position: relative;
	filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 20%));
}

.result-cont > h3 {
	position: absolute;
	top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 293 / 76;
	max-width: 293px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.result-cont > h3 > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.result-cont .c-table-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 17px;
	border: 1px solid #0583de;
}

.result-cont .c-table {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.result-cont .c-table-head {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 2fr 5fr;
}
.result-cont .c-table-head div {
	background: #e6f3fc;
	color: #0583de;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	border-right: 1px solid #0583de;
	border-top: 2px solid #0583de;
	border-bottom: 2px solid #0583de;
}
.result-cont .c-table-head div:first-of-type {
	border-left: none;
}
.result-cont .c-table-head div:last-of-type {
	border-right: none;
}

.result-cont .c-table-body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.result-cont .c-table-row {
	width: 100%;
	display: grid;
	grid-template-columns: 3fr 2fr 5fr;
	background: #fff;
	border-bottom: 1px solid #0583de;
}
.result-cont .c-table-row:last-of-type {
	border-bottom: none;
}
.result-cont .c-table-row > div {
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	padding: 24px;
	border-right: 1px solid #0583de;
	font-size: 18px;
}
.result-cont .c-table-row > div:last-of-type {
	border-right: none;
}

.ctd-company > p {
	font-size: 14px;
}
.ctd-company > p > span {
	font-size: 24px;
	font-weight: bold;
	padding: 0 2px;
}
.ctd-result > p {
	font-size: 22px;
}
.ctd-result > p > strong {
	font-size: 32px;
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 8px;
	text-underline-offset: -2px;
	text-decoration-skip-ink: none;
	text-decoration-color: #fff388;
	padding: 0 2px;
	letter-spacing: 0.03em;
}
.ctd-result > p > strong > span {
	font-weight: 500;
	font-size: 22px;
}

.result-note {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.result-cont .swipe-hand {
	top: 20px;
}
@media screen and (max-width: 999px) {
	.sec-result {
		padding: 0;
		padding-top: 65px;
		padding-bottom: 50px;
	}
	.result-cont {
		width: 100%;
		background: #fff;
		padding: 40px 20px;
		border-radius: 0px;
	}

	.result-cont > h3 {
		top: -21px;
		aspect-ratio: 254 / 57;
		max-width: 254px;
	}

	.result-cont .c-table-wrapper {
		margin-bottom: 10px;
		padding-bottom: 10px;
		overflow-x: auto;
		border: none;
	}

	.result-cont .c-table {
		width: 100%;
	}
	.result-cont .c-table-head {
		grid-template-columns: 0.2fr 0.26fr 0.54fr;
	}
	.result-cont .c-table-head div {
		height: 60px;
		font-size: 20px;
	}

	.result-cont .c-table-row {
		grid-template-columns: 0.2fr 0.26fr 0.54fr;
	}
	.result-cont .c-table-row > div {
		padding: 16px;
		font-size: 16px;
	}
	.result-cont .c-table-row:last-of-type {
		border-bottom: 1px solid #0583de;
	}

	.ctd-result > p {
		font-size: 18px;
	}
	.ctd-result > p > strong {
		font-size: 28px;
	}
	.ctd-result > p > strong > span {
		font-size: 18px;
	}

	.result-note {
		text-align: left;
		font-size: 15px;
		line-height: 2;
	}
}
@media screen and (max-width: 768px) {
	.result-cont .c-table {
		width: 740px;
	}
}
.sec-cta-mb {
	margin-bottom: 130px;
}
#reason {
	width: 100%;
	height: 100px;
	margin-top: -100px;
}
.sec-reason {
	width: 100%;
	background-image: url("../images/img-reason-bg-base.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 130px;
}
.sec-reason::before {
	content: "";
	width: 100%;
	height: 551px;
	background-image: url("../images/img-reason-bg-deco.webp");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.reason-cont {
	width: 100%;
	position: relative;
	padding-bottom: 80px;
}
.h2-box.h2-reason {
	margin-bottom: 120px;
}
.h2-box.h2-reason::before {
	content: "Reason";
}

.reason-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 75px;
}
.reason-grid > div {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 2px 12px rgb(34 34 34 / 20%));
	padding: 72px 20px 28px;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.reason-grid > div > figure {
	position: absolute;
	top: -60px;
	width: 120px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.reason-grid > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.reason-grid > div > div {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 12px;
}
.reason-grid > div > div > h3 {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #ff9900;
	font-weight: bold;
}
.reason-grid > div > div > h3 > span {
	text-decoration: underline;
	text-underline-offset: 6px;
}
.reason-grid > div > div > p {
	font-size: 16px;
	line-height: 2;
}

.reason-recommend-list {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 2px 12px rgb(34 34 34 / 20%));
	padding: 62px 50px 52px;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.reason-recommend-list > h3 {
	position: absolute;
	top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 375 / 38;
	max-width: 750px;
	width: 100%;
}
.reason-recommend-list > h3 > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.reason-recommend-list > h3 > img.img-rsb-sp {
	display: none;
}

.reason-recommend-list > ul {
	width: 100%;
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	row-gap: 20px;
}
.reason-recommend-list > ul > li {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	padding-left: 40px;
	position: relative;
}
.reason-recommend-list > ul > li > p {
	font-size: 24px;
	line-height: 1.4;
	flex-shrink: 0;
}
.reason-recommend-list > ul > li > p > span {
	color: #ff9900;
}
.reason-recommend-list > ul > li::before {
	content: "";
	position: absolute;
	width: 27px;
	height: auto;
	aspect-ratio: 1 / 1;
	left: 0px;
	background-image: url("../images/icons/icon-check-circle-orange.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 999px) {
	.sec-cta-mb {
		margin-bottom: 55px;
	}
	#reason {
		height: 130px;
		margin-top: -130px;
	}
	.sec-reason {
		margin-bottom: 130px;
	}
	.sec-reason::before {
		height: 936px;
		background-image: url("../images/img-reason-bg-deco-sp.webp");
		background-position: top;
		background-size: contain;
		background-repeat: repeat-x;
		top: 135px;
	}
	.reason-cont {
		padding-bottom: 50px;
	}
	.h2-box.h2-reason {
		margin-bottom: 77px;
	}
	.reason-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 67px;
		max-width: 430px;
		margin: 0 auto;
		margin-bottom: 71px;
	}
	.reason-grid > div {
		padding: 30px 20px;
	}
	.reason-grid > div > figure {
		position: absolute;
		top: -55px;
		width: 80px;
	}
	.reason-grid > div > div {
		gap: 9px;
	}
	.reason-grid > div > div > h3 {
		font-size: 22px;
	}
	.reason-grid > div > div > p {
		font-size: 15px;
	}

	.reason-recommend-list {
		padding: 60px 20px 30px;
		max-width: 430px;
		margin: 0 auto;
	}
	.reason-recommend-list > h3 {
		top: -40px;
		aspect-ratio: 295 / 88;
		max-width: 295px;
	}
	.reason-recommend-list > h3 > img.img-rsb-pc {
		display: none;
	}
	.reason-recommend-list > h3 > img.img-rsb-sp {
		display: block;
	}

	.reason-recommend-list > ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
		max-width: 300px;
		margin: 0 auto;
	}
	.reason-recommend-list > ul > li {
		padding-left: 30px;
		align-items: baseline;
	}
	.reason-recommend-list > ul > li > p {
		font-size: 18px;
	}
	.reason-recommend-list > ul > li::before {
		width: 20px;
	}
}

.sec-example {
	width: 100%;
	background: #fff;
	padding: 0 5.3%;
	margin-top: -130px;
	padding-top: 130px;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.example-cont {
	width: 100%;
	position: relative;
	padding-bottom: 90px;
}
.h2-box.h2-example {
	margin-bottom: 40px;
}
.h2-box.h2-example::before {
	content: "Example";
}
.example-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 40px;
	align-items: center;
}
.example-list > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	padding: 50px 50px 40px;
	border: 4px solid #ff9900;
	border-radius: 20px;
	background: #fff;
}
.example-detail-box-sp {
	display: none;
}
.example-detail-result-sp {
	display: none;
}
.example-detail-group {
	width: 100%;
	display: flex;
	gap: 40px;
	align-items: flex-start;
	justify-content: space-between;
}
.example-detail-group > figure {
	width: 36.4%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}
.example-detail-group > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.example-detail-info {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: flex-start;
}
.example-detail-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10.6%;
	align-items: flex-start;
}
.example-detail {
	width: 100%;
	flex-flow: column;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.example-company-logo {
	width: auto;
	display: flex;
	justify-content: center;
	overflow: hidden;
	align-items: center;
}
.example-company-logo > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.company-name {
	font-size: 28px;
	line-height: 1.28;
}
.site-info-box {
	margin-top: 5px;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 12px;
	align-items: flex-start;
}
.site-info-box > div {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.site-info-box > div > span {
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 6px;
	font-weight: 500;
	flex-shrink: 0;
}
.site-info-box > div > p {
	font-size: 18px;
	width: 100%;
}

.example-effect-circle {
	width: 36.4%;
	max-width: 240px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	background-image: url("../images/img-example-circle.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-flow: column;
	gap: 35px;
}
.example-effect-circle > span {
	font-size: 32px;
	text-align: center;
	font-weight: 500;
}
.example-effect-circle > div {
	font-size: 40px;
	font-weight: bold;
	line-height: 0.36;
}
.example-effect-circle > div > strong {
	font-size: 100px;
	letter-spacing: -0.1em;
	padding-right: 10px;
	color: #ff3d00;
	line-height: 0.36;
}

.example-detail-result {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6%;
}
.example-detail-result > div {
	width: 100%;
	position: relative;
	border: 4px solid #ff9900;
	border-radius: 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 60px 10px 34px;
}
.example-detail-result > div > span {
	position: absolute;
	width: 77.4%;
	top: -22px;
	margin: 0 auto;
	background: #ff9900;
	max-width: 240px;
	border-radius: 999px;
	padding: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 22px;
	align-items: center;
	font-weight: 500;
}
.example-detail-result > div > p {
	font-size: 38px;
	display: flex;
	align-items: flex-end;
	font-weight: 500;
}
.example-detail-result > div > p > strong {
	font-size: 68px;
	font-weight: bold;
	color: #ff9900;
	line-height: 0.7;
	padding: 0 2px;
}
.example-detail-result > div > p > small {
	font-size: 16px;
	display: block;
	flex-shrink: 0;
	width: 35px;
}
.example-detail-result > div > p > span.month {
	font-size: 28px;
	display: block;
	width: 30px;
	flex-shrink: 0;
}
.example-voice-box {
	width: 100%;
	background: #fff5e6;
	padding: 30px 40px;
	border-radius: 10px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.example-voice-box > span {
	width: 12.4%;
	max-width: 136px;
	aspect-ratio: 136 / 112;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #ff9900;
	font-size: 20px;
}
.example-voice-box > p {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 999px) {
	.sec-example {
		margin-bottom: 10px;
	}
	.example-cont {
		padding-bottom: 87px;
	}
	.h2-box.h2-example {
		margin-bottom: 25px;
	}
	.example-list {
		gap: 43px;
		max-width: 430px;
		margin: 0 auto;
	}
	.example-list > div {
		gap: 30px;
		padding: 32px 20px;
		position: relative;
	}
	.example-detail-group {
		gap: 15px;
		margin-top: 10px;
	}
	.example-detail-group > figure {
		width: 41.5%;
		max-width: 160px;
	}
	.example-detail-info {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 50px;
		align-items: flex-start;
	}
	.example-detail-box-sp {
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 10.6%;
		align-items: flex-start;
	}
	.example-detail {
		width: 100%;
		flex-flow: column;
		display: flex;
		align-items: flex-start;
		gap: 8px;
	}
	.example-company-logo {
		display: none;
	}
	.example-detail-box-sp .example-company-logo {
		width: 155px;
		display: flex;
		justify-content: center;
		overflow: hidden;
		align-items: center;
	}
	.company-name {
		font-size: 17px;
	}
	.site-info-box {
		margin-top: 5px;
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 10px;
		align-items: flex-start;
	}
	.site-info-box > div {
		flex-flow: column;
		align-items: flex-start;
		gap: 6px;
	}
	.site-info-box > div > span {
		width: 76px;
		font-size: 12px;
		padding: 6px;
	}
	.site-info-box > div > p {
		font-size: 12px;
		font-weight: 500;
	}
	.example-effect-circle {
		width: 120px;
		max-width: 120px;
		gap: 15px;
		position: absolute;
		top: -23.5px;
		right: 19px;
	}
	.example-effect-circle > span {
		font-size: 16px;
	}
	.example-effect-circle > div {
		font-size: 20px;
	}
	.example-effect-circle > div > strong {
		font-size: 48px;
		padding-right: 6px;
	}

	.example-detail-result {
		display: none;
	}
	.example-detail-result-sp {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.example-detail-result-sp > div {
		width: 100%;
		position: relative;
		border: 2px solid #ff9900;
		border-radius: 20px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		padding: 26px 10px 19px;
	}
	.example-detail-result-sp > div > span {
		position: absolute;
		width: 100%;
		top: -15px;
		margin: 0 auto;
		background: #ff9900;
		max-width: 136px;
		border-radius: 999px;
		padding: 6px;
		color: #fff;
		display: flex;
		justify-content: center;
		font-size: 14px;
		align-items: center;
		font-weight: 500;
	}

	.example-detail-result-sp > div > p {
		font-size: 22px;
		display: flex;
		align-items: flex-end;
		font-weight: 500;
	}
	.example-detail-result-sp > div > p > strong {
		font-size: 40px;
		font-weight: bold;
		color: #ff9900;
		line-height: 0.7;
		padding: 0 2px;
	}
	.example-detail-result-sp > div > p > small {
		font-size: 12px;
		display: block;
		flex-shrink: 0;
		width: 24px;
	}
	.example-detail-result-sp > div > p > span.month {
		font-size: 16px;
		display: block;
		width: 20px;
		flex-shrink: 0;
	}

	.example-voice-box {
		padding: 20px;
		gap: 10px;
		flex-flow: column;
	}
	.example-voice-box > span {
		width: 100%;
		max-width: 430px;
		aspect-ratio: 255 / 64;
	}
}

.sec-plan {
	width: 100%;
	background: #fff5e6;
	padding: 0 5.3%;
	padding-top: 130px;
	margin-top: -130px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sec-plan::before {
	content: "";
	width: 100%;
	background: #fff;
	position: absolute;
	height: 175px;
	top: 0;
}
.plan-cont {
	width: 100%;
	position: relative;
	padding-bottom: 90px;
}
.h2-box.h2-plan {
	margin-bottom: 80px;
}
.h2-box.h2-plan::before {
	content: "Plan";
}

.plan-cont .c-table-binder {
	width: 100%;
	background: #fff;
	border: 14px solid #ff9900;
	border-radius: 20px;
	padding: 28px 50px 60px;
	margin-bottom: 60px;
	position: relative;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.plan-cont .c-table-binder::before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0;
	top: -20px;
	margin: 0 auto;
	width: 185px;
	height: auto;
	aspect-ratio: 185 / 41;
	background-image: url("../images/img-plan-binder.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}
.plan-cont .c-table-binder::after {
	position: absolute;
	content: "";
	left: 85px;
	top: -85px;
	width: 182px;
	height: auto;
	aspect-ratio: 182 / 275;
	background-image: url("../images/img-plan-man.webp");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.plan-cont .c-table-wrapper {
	width: 100%;
	position: relative;
	padding-top: 88px;
}
.plan-cont .c-table-wrapper::after {
	position: absolute;
	content: "";
	right: -160px;
	bottom: -115px;
	width: 182px;
	height: auto;
	aspect-ratio: 182 / 275;
	background-image: url("../images/img-plan-woman.webp");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.plan-cont .c-table {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.plan-cont .c-table-head {
	width: 100%;
	height: 96px;
	display: grid;
	grid-template-columns: 2.96fr 2.34fr 2.34fr 2.34fr;
}
.plan-cont .c-table-head div {
	background: #ffb84d;
	color: #fff;
	width: 100%;
	height: 87.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	align-self: flex-end;
	position: relative;
	border-bottom: 1px solid #ffb84d;
}
.plan-cont .c-table-head div.cth-empty {
	background: #fff;
	border-bottom: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}
.plan-cont .c-table-head div.cth-medium {
	height: 100%;
	background: #ff9900;
	border-bottom: 1px solid #ff9900;
}
.plan-cont .c-table-head div.cth-medium::before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0;
	bottom: calc(100% - 10px);
	margin: 0 auto;
	width: 100%;
	max-width: 259px;
	height: auto;
	aspect-ratio: 259 / 104;
	background-image: url("../images/img-plan-recommend.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.plan-cont .c-table-body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.plan-cont .c-table-row {
	width: 100%;
	display: grid;
	grid-template-columns: 2.96fr 2.34fr 2.34fr 2.34fr;
	background: #fff;
}
.plan-cont .c-table-row > div {
	background: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	font-weight: 400;
	padding: 19px 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.plan-cont .c-table-row:nth-of-type(odd) > div {
	background: #f9f7f4;
}
.plan-cont .c-table-row > .ctd-plan-content {
	border-right: 1px solid #ff9900;
	padding-left: 24px;
	padding-right: 24px;
	justify-content: flex-start;
	font-weight: bold;
}
.plan-cont .c-table-row > .ctd-plan-medium {
	border-left: 5px solid #ff9900;
	border-right: 5px solid #ff9900;
}
.plan-cont .c-table-row:last-of-type > .ctd-plan-medium {
	border-bottom: 5px solid #ff9900;
}
.plan-cont .c-table-row > div > p {
	font-size: 22px;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	gap: 5px;
}
.plan-cont .c-table-row > div > p strong {
	font-size: 32px;
	font-weight: bold;
}
.plan-cont .c-table-row > div.ctd-plan-medium > p > .medium-price {
	color: #ff9900;
}
.plan-cont .c-table-row > div small {
	font-size: 12px;
	display: block;
}
.plan-cont .c-table-row > div i {
	height: auto;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
i.icon-x {
	width: 18px;
	background-image: url("../images/icons/icon-x.svg");
}
i.icon-o {
	width: 26px;
	background-image: url("../images/icons/icon-o-orange.svg");
}
@media screen and (max-width: 999px) {
	.sec-plan {
		padding-top: 90px;
		margin-top: -90px;
	}
	.sec-plan::before {
		height: 125px;
	}
	.plan-cont {
		padding-bottom: 40px;
	}
	.h2-box.h2-plan {
		margin-bottom: 20px;
	}

	.plan-cont .c-table-binder {
		padding: 0px;
		margin-bottom: 30px;
	}
	.plan-cont .c-table-binder .swipe-hand {
		top: -15px;
	}
	.plan-cont .c-table-binder::before {
		top: -17px;
		width: 134px;
		aspect-ratio: 134 / 22;
		z-index: 70;
	}
	.plan-cont .c-table-binder::after {
		left: 16px;
		top: -8px;
		width: 79px;
		height: auto;
		aspect-ratio: 79 / 119;
		z-index: 60;
	}

	.plan-cont .c-table-wrapper {
		overflow-x: auto;
		overflow-y: hidden;
		padding-top: 50px;
		border-radius: 10px;
		padding-bottom: 50px;
	}
	.plan-cont .c-table-wrapper::after {
		content: none;
	}

	.plan-cont .c-table {
		width: 100%;
	}
	.plan-cont .c-table-head {
		height: 72px;
		grid-template-columns: 0.24fr 0.24fr 0.26fr 0.26fr;
	}
	.plan-cont .c-table-head div {
		font-size: 20px;
	}
	.plan-cont .c-table-head div.cth-empty {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 50;
	}
	.plan-cont .c-table-head div.cth-empty::before {
		content: "";
		width: 100%;
		height: 100px;
		background: #fff;
		bottom: 100%;
		position: absolute;
	}
	.plan-cont .c-table-head div.cth-medium {
		font-size: 22px;
	}
	.plan-cont .c-table-head div.cth-medium::before {
		max-width: 166px;
	}

	.plan-cont .c-table-row {
		grid-template-columns: 0.24fr 0.24fr 0.26fr 0.26fr;
	}
	.plan-cont .c-table-row > div {
		padding: 10px;
	}
	.plan-cont .c-table-row > .ctd-plan-content {
		padding-left: 28px;
		padding-right: 17px;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 50;
		font-size: 16px;
	}
	.plan-cont .c-table-row > .ctd-plan-content p {
		display: block;
		text-align: left;
	}
	.plan-cont .c-table-row > div > p {
		font-size: 16px;
		gap: 5px;
	}
	.plan-cont .c-table-row > div > p strong {
		font-size: 22px;
	}
	.plan-cont .c-table-row > div small {
		font-size: 10px;
	}
	.plan-cont .c-table-row > div small br {
		display: none;
	}
	i.icon-x {
		width: 20px;
	}
	i.icon-o {
		width: 20px;
	}
}

@media screen and (max-width: 768px) {
	.plan-cont .c-table {
		width: 684px;
	}
}

.plan-other-box {
	width: 100%;
	background: #fff;
	border: 4px solid #ff9900;
	border-radius: 20px;
	overflow: hidden;
}
.plan-other-box > h3 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff9900;
	padding: 24px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.plan-other-box > div {
	padding: 32px 20px 40px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
}
.plan-other-box > div > figure {
	width: 18.67%;
	max-width: 192px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 192 / 145;
	flex-shrink: 0;
}
.plan-other-box > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.plan-other-box > div > div {
	width: 100%;
	max-width: 795px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.plan-other-box > div > div > span {
	font-size: 24px;
}
@media screen and (max-width: 999px) {
	.plan-other-box > h3 {
		padding: 16px;
		font-size: 24px;
		line-height: 1.4;
	}
	.plan-other-box > div {
		padding: 24px 28px 28px;
		gap: 20px;
		flex-flow: column;
	}
	.plan-other-box > div > figure {
		width: 100%;
		max-width: 180px;
	}
	.plan-other-box > div > figure > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.plan-other-box > div > div {
		gap: 20px;
	}
	.plan-other-box > div > div > span {
		font-size: 18px;
	}
}

.sec-flow {
	width: 100%;
	background: #e6f3fc;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.flow-cont {
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;
}
.h2-box.h2-flow {
	margin-bottom: 40px;
}
.h2-box.h2-flow > span {
	color: #0583de;
}
.h2-box.h2-flow::before {
	content: "Flow";
	color: #c4e2f8;
}

.flow-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 67px;
	align-items: center;
}
.flow-list-item-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0px 4px 8px rgb(0 0 0 / 15%));
	position: relative;
}
.flow-list-item-wrapper:before {
	content: "";
	position: absolute;
	bottom: -67px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 28px solid transparent;
	border-top: 41px solid #fff;
	z-index: 2;
	width: 0;
}
.flow-list-item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.flow-step-num {
	width: 100px;
	background: #0583de;
	color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: auto;
	flex-shrink: 0;
	font-weight: 500;
}
.flow-step-num > span {
	font-size: 20px;
}
.flow-step-num > p {
	font-size: 48px;
}
.flow-step-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 24px;
	align-items: flex-start;
	padding: 32px 50px 40px 30px;
}
.flow-step-contents > h3 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 27px;
	color: #0583de;
	font-weight: bold;
}
.flow-step-contents > div {
	width: 100%;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: flex-start;
}
.flow-step-contents > div > div {
	width: 100%;
}
.flow-step-contents > div > figure {
	width: 29.5%;
	max-width: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 325 / 206;
	flex-shrink: 0;
}
.flow-step-contents > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.flow-step-txt {
	font-size: 15px;
	line-height: 2;
}
.flow-step-list-ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
.flow-step-list-box {
	width: 100%;
	background: #e6f3fc;
	padding: 17px 28px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow-step-list-box ul {
	list-style-type: disc;
	list-style-position: outside;
	display: flex;
	flex-flow: column;
	gap: 2px;
}
.flow-step-list-box ul > li {
	font-size: 15px;
	line-height: 2;
}
.flow-step-list-box ul > li::marker {
	color: #ff9900;
}
@media screen and (max-width: 999px) {
	.flow-cont {
		width: 100%;
		position: relative;
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.h2-box.h2-flow {
		margin-bottom: 26px;
	}

	.flow-list {
		gap: 45px;
		max-width: 430px;
		margin: 0 auto;
	}
	.flow-list-item-wrapper:before {
		content: none;
	}
	.flow-list-item {
		height: auto;
		flex-flow: column;
		align-items: center;
	}
	.flow-step-num {
		width: 100%;
		flex-flow: row;
		gap: 8px;
		padding: 13px;
	}
	.flow-step-num > span {
		font-size: 14px;
	}
	.flow-step-num > p {
		font-size: 30px;
	}
	.flow-step-contents {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 24px;
		align-items: flex-start;
		padding: 24px 20px;
	}
	.flow-step-contents > h3 {
		padding-bottom: 12px;
		font-size: 20px;
		line-height: 1.4;
	}
	.flow-step-contents > div {
		gap: 14px;
		align-items: center;
		flex-flow: column-reverse;
	}
	.flow-step-contents > div > figure {
		width: 100%;
		max-width: 255px;
	}
	.flow-step-list-ttl {
		font-size: 15px;
		margin-bottom: 10px;
		line-height: 2;
	}
	.flow-step-list-box {
		padding: 24px 31px;
	}
	.flow-step-list-box ul > li {
		word-break: break-all;
	}
}

.sec-faq {
	width: 100%;
	background: #fff;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.faq-cont {
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 80px;
}
.h2-box.h2-faq {
	margin-bottom: 40px;
}
.h2-box.h2-faq > span {
	color: #0583de;
}
.h2-box.h2-faq::before {
	content: "Faq";
	color: #c4e2f8;
}

.faq-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
}

.faq-list .acc-box {
	width: 100%;
	position: relative;
	border: 4px solid #00a0e9;
	border-radius: 20px;
}
.faq-list .acc-btn {
	width: 100%;
	display: flex;
	gap: 50px;
	align-items: center;
	padding: 30px 40px;
	padding-right: 110px;
	cursor: pointer;
	position: relative;
}
.faq-list .acc-btn > div {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	gap: 5px;
	align-items: center;
}
.faq-list .acc-btn > div > span {
	font-size: 40px;
	font-weight: 500;
	color: #00a0e9;
}
.faq-list .acc-btn > div > p {
	font-size: 24px;
	position: relative;
	line-height: 1.45;
}

.faq-list .acc-btn::after {
	content: "";
	width: 26px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/icons/icon-plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.faq-list .is-open .acc-btn::after {
	background-image: url(../images/icons/icon-minus.svg);
}

.faq-list .acc-panel {
	width: 100%;
	position: relative;
}
.acc-panel-inner {
	width: calc(100% - 80px);
	border-top: 1px solid #ccc;
	padding: 20px 0px 40px;
	margin: 0 auto;
}
.acc-panel-inner > p {
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 999px) {
	.faq-cont {
		padding-top: 100px;
		padding-bottom: 54px;
	}
	.h2-box.h2-faq {
		margin-bottom: 25px;
	}
	.faq-list {
		gap: 20px;
	}
	.faq-list .acc-btn {
		align-items: center;
		padding: 20px;
		padding-right: 60px;
		cursor: pointer;
		position: relative;
	}
	.faq-list .acc-btn > div > span {
		font-size: 26px;
	}
	.faq-list .acc-btn > div > p {
		font-size: 18px;
		line-height: 1.4;
	}

	.faq-list .acc-btn::after {
		width: 18px;
		right: 18px;
	}

	.acc-panel-inner {
		width: calc(100% - 40px);
		padding: 20px 0px;
	}
	.acc-panel-inner > p {
		font-size: 16px;
		line-height: 1.68;
	}
}

.sec-contact-form {
	width: 100%;
	background: #e6f3fc;
	padding: 0 5.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contact-form-cont {
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 120px;
}
.h2-box.h2-form {
	margin-bottom: 45px;
}
.h2-box.h2-form > span {
	color: #0583de;
}
.h2-box.h2-form::before {
	content: "Form";
	color: #c4e2f8;
}
.contact-form-wrapper {
	width: 100%;
	min-height: 400px;
	background: #fff;
	filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 25%));
	border-radius: 20px;
	padding: 65px 50px 60px;
}

@media screen and (max-width: 999px) {
	.contact-form-cont {
		padding-top: 100px;
		padding-bottom: 56px;
	}
	.h2-box.h2-form {
		margin-bottom: 25px;
	}
	.contact-form-wrapper {
		padding: 30px 20px 40px;
	}
}
