body {
	background-color: #FAFBFA;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 1rem;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100dvh;
	text-rendering: optimizeLegibility;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(0.625rem);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
button:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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



.cut__environment{

	margin-top: 0.375rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.cut__environment img {
	-o-object-fit: cover;
	aspect-ratio: 358/636;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__bottom-inner{
	max-width: 31.25rem;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1.875rem;
}



.cut__bottom-text{
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.cut__figure{
	margin-top: 0.75rem;
}

.cut__figure img {
	-o-object-fit: cover;
	aspect-ratio: 361/380;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.job__remarks{
	text-align: left;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.cta {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.cta__buttons {
	align-items: stretch;
	display: flex;
}

.cta__button {
	align-items: center;
	border-radius: 0.5rem 0.5rem 0 0;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	padding: 1.53125rem 0rem;
	width: 50%;
}

.cta__button--amazon {
	background-color: #FF6301;
}

.cta__button--official {
	background-color: #BF0000;
}

.cta__button-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1875;
}

.cta__button-icon {
	height: 1.125rem;
	position: relative;
	top: 0.0625rem;
	width: 1.125rem;
}









.features__flex{
	margin-top: 1.125rem;
}

.top-faq {
	padding-top: 2.5rem;
}

.top-voice {
	margin-top: -3.75rem;
	padding-top: 5.25rem;
}

.contact-link {
	background-image: url("../images/common/contact-link-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0;
}

.contact-link__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 0.5rem;
}

.contact-link__content {
	max-width: 39.125rem;
	text-align: center;
}

.contact-link__text-top,
.contact-link__text-bottom {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.contact-link__text-center {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.375rem;
	padding-bottom: 0.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-link__text-center::after {
	border-top: 0.25rem dashed #81B8FF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.cta-button {
	margin-top: 1.125rem;
}

.cta-button__link {
	align-items: center;
	background-color: #FF8000;
	border-radius: 12.5rem;
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 1.1875rem;
	justify-content: center;
	padding: 1.5rem 0;
	position: relative;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cta-button__link:hover {
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0 0 rgba(0, 0, 0, 0);
	transform: translateY(0.25rem);
}

.cta-button__link:hover .contact-link__arrow {
	animation: arrow-bounce-down 0.7s ease infinite;
}

.cta-button__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.contact {
	background-color: #D3EDFF;
	padding: 2.5rem 0 3.75rem;
	scroll-margin-top: 3.5rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.contact__form {
	margin-top: 1.9375rem;
}

.cut {
	background-image: linear-gradient(rgba(88, 170, 255, 0.8), rgba(88, 230, 255, 0.8)), url("../images/common/cut-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1.5rem 0 2.5rem;
}

.cut__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.cut__images {
	margin-left: auto;
	margin-right: auto;
	width: 83.37%;
}

.cut__img img {
	-o-object-fit: cover;
	aspect-ratio: 301/285;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__span {
	background-color: #222;
	border-radius: 3.125rem;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1666666667;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	padding: 0.25rem 1.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.cut__content {
	margin-top: 1rem;
}

.cut__logo img {
	-o-object-fit: cover;
	aspect-ratio: 361/147;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__table {
	margin-top: 1.25rem;
}

.cut__table img {
	-o-object-fit: cover;
	aspect-ratio: 361/163;
	border-radius: 0.5rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__sentence {
	background-color: #D80000;
	border: solid 1px #fff;
	border-radius: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem 2.25rem;
}

.cut__text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.cut__text + .cut__text {
	margin-top: 0.5rem;
}

.cut__tabs {
	margin-top: 0.75rem;
}

.cut__tabs-list {
	display: flex;
	gap: 0.9375rem;
}

.cut__tabs-item {
	margin: 0;
	max-width: calc(33.3333% - 0.625rem);
	width: 100%;
}

.cut__tabs-box {
	align-items: center;
	background-color: #FFD400;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 4.75rem;
	padding: 1rem 1.875rem;
	text-align: center;
}

.cut__tabs-text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2222222222;
}

.cut__tabs-remarks {
	color: #222;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1666666667;
	margin-top: 0.9375rem;
}

.cut__wrap {
	background-color: #D3EDFF;
	border-radius: 0.5rem;
	margin-top: 0.75rem;
	padding: 1rem;
}

.cut__box + .cut__box {
	margin-top: 0.5rem;
}

.cut__box-span {
	background-color: #003376;
	border-radius: 3.125rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding: 0.25rem 0;
	text-align: center;
}

.cut__box-img {
	margin-top: 1rem;
}

.cut__box-img--arce {
	margin-top: 1rem;
}

.cut__box-img img {
	-o-object-fit: contain;
	aspect-ratio: 329/138;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.cut__box-img--arce img {
	-o-object-fit: contain;
	aspect-ratio: 329/151;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.cut__tabs-sp {
	margin-top: 0.75rem;
	text-align: center;
}

.cut__tabs-sp-top {
	background-color: #FFD400;
	border-radius: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding: 1rem 0;
}

.cut__tabs-sp-remarks {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1666666667;
	margin-top: 0.25rem;
	text-align: left;
}

.cut__tabs-sp-wrap {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.cut__tabs-sp-box {
	align-items: center;
	background-color: #FFD400;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 4.75rem;
	padding: 0.75rem 0;
	width: 100%;
}

.cut__tabs-sp-text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.error {
	padding: 6.6875rem 0 3.75rem;
	text-align: center;
}

.error__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.5rem;
}

.error__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
}

.error__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.error__button {
	margin-top: 1.5rem;
}

.error__link {
	background-color: #222;
	border-radius: 12.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.875rem 4rem;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.error__link:hover {
	opacity: 0.75;
	transform: translateY(-0.1875rem);
}

.faq-card {
	padding: 1rem;
}

.faq-card__question {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.faq-card__question::-webkit-details-marker {
	display: none;
}

.faq-card__question-text {
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.faq-card__toggle {
	border: 0.15625rem solid #fff;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.5625rem;
	margin-left: 0.3125rem;
	position: relative;
	transition: transform 0.25s ease, background-color 0.25s ease;
	width: 1.5625rem;
}

.faq__accordion:hover .faq-card__toggle {
	background-color: rgba(255, 255, 255, 0.2);
	transform: scale(1.15);
}

.faq-card__toggle-icon {
	border-right: 0.1875rem solid #fff;
	border-top: 0.1875rem solid #fff;
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -70%) rotate(135deg);
	transition: transform 0.3s ease;
	width: 0.5rem;
}

/* UAスタイルシートの display:none!important を上書きして常にgridで制御する */

details.faq__accordion > .faq-card__answer {
	display: grid !important;
}

.faq-card__answer {
	grid-template-rows: 0fr;
	margin-top: 0;
	overflow: hidden;
	transition: grid-template-rows 0.4s ease, margin-top 0.4s ease;
}

.faq-card__answer-inner {
	background-color: #FFF8E9;
	border-radius: 0.25rem;
	min-height: 0;
	overflow: hidden;
	padding: 0.625rem;
	padding-bottom: 0;
	padding-top: 0;
	transition: padding-top 0.4s ease, padding-bottom 0.4s ease;
}

.faq-card__answer-text {
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.faq-card__label {
	flex-shrink: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
	top: 0.1875rem;
}

.faq-card__label--answer {
	color: #222;
}

/* open state（JSで.is-openクラスを付与してアニメーション制御） */

details.faq__accordion.is-open .faq-card__toggle-icon {
	transform: translate(-50%, -30%) rotate(-45deg);
}

details.faq__accordion.is-open .faq-card__answer {
	grid-template-rows: 1fr;
	margin-top: 1rem;
}

details.faq__accordion.is-open .faq-card__answer-inner {
	padding: 1rem;
}

.faq {
	background-color: #D3EDFF;
	scroll-margin-top: 3.5rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.faq__list {
	list-style: none;
	margin-top: 1.875rem;
	padding: 0;
}

.faq__item + .faq__item {
	margin-top: 0.5rem;
}

.faq__accordion {
	background-color: #003376;
	border-radius: 0.75rem;
	transition: background-color 0.25s ease;
}

.faq__accordion:hover {
	background-color: #0047a8;
}

.features {
	background-color: #FFD400;
	padding: 3rem 0 2.5rem;
	scroll-margin-top: 3.5rem;
}

.features__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 0.5rem;
}

.features__logo img {
	-o-object-fit: cover;
	aspect-ratio: 260/150;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.features__title {
	background-color: #D80000;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	margin-top: 0.625rem;
	padding: 0.4375rem 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.features__title::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #D80000;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.features__title-top {
	font-size: 5.625rem;
	font-weight: 700;
	left: 0.3125rem;
	line-height: 1;
	position: relative;
}

.features__title-bottom {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.features__title-bottom span {
	-webkit-text-stroke: 1px #000;
	font-family: "Rubik", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.features__logo {
	margin-left: auto;
	margin-right: auto;
	width: 68.96%;
}

.features__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 1.875rem;
}

.features__item {
	width: 100%;
}

.features__number {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 4.875rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
	position: relative;
	text-align: center;
	top: 0.8125rem;
}

.features__content {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
}

.features__icon {
	height: 5.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.8125rem;
}

.features__icon--second {
	height: 5.75rem;
	width: 5.6875rem;
}

.features__icon--third {
	height: 5.75rem;
	width: 3.5625rem;
}

.features__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2083333333;
	margin-top: 1rem;
	text-align: center;
}

.features__text {
	border-top: solid 0.125rem #FFD400;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.6;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
}

.features__remarks {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.features-button {
	margin-top: 1rem;
}

.features-button__link {
	align-items: center;
	background-color: #FF8000;
	border-radius: 12.5rem;
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 1.1875rem;
	justify-content: center;
	padding: 1.5rem 0;
	position: relative;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.features-button__link:hover {
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0 0 rgba(0, 0, 0, 0);
	transform: translateY(0.25rem);
}

.features-button__link:hover .contact-link__arrow {
	animation: arrow-bounce-down 0.7s ease infinite;
}

.features-button__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.contact-link__arrow {
	height: 2rem;
	width: 1.375rem;
}

.footer {
	background-color: #81B8FF;
	padding: 3rem 0 5rem;
	text-align: center;
}

.footer__logos {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

@media (min-width: 768px) {
	.footer__logos {
		flex-direction: row;
		gap: 2.5rem;
	}
}

.footer__logo {
	height: 3.125rem;
	width: 12.5rem;
}

.footer__logo--02 {
	height: 3.9375rem;
	width: 12.5rem;
}

.footer__text {
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.form__field {
	margin-top: 1rem;
}

.form__field:first-child {
	margin-top: 0;
}

.form__label {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1875;
	margin-bottom: 0.6875rem;
}

.form__label-note {
	font-size: 0.8125rem;
}

.form__required {
	color: #D80000;
}

.form__input,
.form__textarea {
	background-color: #F4F4F4;
	border: 0.0625rem solid rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.875rem 1rem;
	width: 100%;
}

.form__textarea {
	height: 14.9375rem;
	resize: vertical;
}

.form__radio-group {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.form__radio-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.12em;
	line-height: 1.2142857143;
}

.form__radio-custom {
	background-color: #fff;
	border: 0.125rem solid #222;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.form__radio-label input:checked + .form__radio-custom::after {
	background-color: #222;
	border-radius: 50%;
	bottom: 0.25rem;
	content: "";
	left: 0.25rem;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

.form__privacy,
.wpcf7-acceptance .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1rem;
}

.form__checkbox-custom,
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + span {
	background-color: #fff;
	border: 0.125rem solid #222;
	border-radius: 0.25rem;
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.form__privacy input:checked + .form__checkbox-custom::after,
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span::after {
	border-bottom: 0.125rem solid #222;
	border-right: 0.125rem solid #222;
	content: "";
	height: 0.75rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.0625rem;
	transform: rotate(45deg);
	width: 0.4375rem;
}

.form__privacy-link,
.wpcf7-acceptance a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.form__button {
	background-color: #222;
	border-radius: 12.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin: 1rem auto 0;
	padding: 0.875rem 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 19.6875rem;
}

.form__button:hover {
	opacity: 0.75;
	transform: translateY(-0.1875rem);
}

.fv {
	/* background-image: url("../images/common/fv-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 45rem; */
	background-color:#F5F4F5 ;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	padding: 4.4375rem 0 1.8125rem;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 0.5rem;

	position: relative;
}

.fv__photo{
    position: absolute;
    top: 25%;
    right: 2%;
    width: 15.625rem;
    height: 26.25rem;
}

.fv__container {
	font-family: "M PLUS 1p", sans-serif;
	position: relative;
}

.fv__comment {
    height: 9.75rem;
    left: -0.375rem;
    position: absolute;
    top: 5rem;
    width: 8.5625rem;
}

.fv__flex{
	margin-top: 0.75rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-left: 0.75rem;
}

.fv__logo{
	width: 3.125rem;
	height: 3.375rem;
	position: relative;
	top: 0.1875rem;
}

.fv__title{
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
}

.features__head {
	text-align: center;
	color: #222;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.fv__subtitle {
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.36em;
	line-height: 1.4666666667;
	padding-left: 0.75rem;
}

.fv__tabs {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 27.75rem;
}

.fv__tab {
	background-color: #FFD400;
	border-radius: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.41;
	padding: 1.21875rem 1rem;
	text-align: center;
	width: 7.5rem;
}

.fv__text {
	text-align: center;
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.042em;
	margin-top: 2.5rem;
	text-align: center;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	background-color: #81B8FF;
	display: flex;
	height: 3.5rem;
	justify-content: space-between;
	padding-left: 0.5rem;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header__logoLink img {
	height: 2.125rem;
	position: relative;
	width: 1.75rem;
	z-index: 9999;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.intro {
	background-image: url("../images/common/intro-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0 4.125rem;
	position: relative;
	text-align: center;
}

.intro__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.intro__heading {
	align-items: center;
	display: flex;
	justify-content: center;
}

.intro__border {
	height: 8.75rem;
	width: 3.75rem;
}

.intro__flex {
	position: relative;
	align-items: center;
	display: flex;
	gap: 1rem;
}

.intro__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro__title-top,
.intro__title-bottom {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.intro__title-center {
	color: #003376;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.intro__title-bottom {
	margin-top: 0.25rem;
}

.intro__logo {
	position: absolute;
    bottom: 2%;
    right: -16%;
    height: 4.5rem;
    width: 4.0625rem;
}

.intro__remarks {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.intro__label {
	margin-top: 2rem;
}

.intro__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.9375rem;
}

.intro__content {
	margin-top: 1.5rem;
	text-align: left;
}

.intro__wrapper {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 1rem;
}

.intro__wrapper + .intro__wrapper {
	margin-top: 1.5rem;
}

.intro__time {
	font-family: "Rubik", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2142857143;
}

.intro__name {
	color: #81B8FF;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.intro__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.intro__item {
	width: 100%;
}

.intro__item img {
	-o-object-fit: cover;
	aspect-ratio: 329/189;
	border-radius: 0.25rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.intro__bottom {
	margin-top: 1.5rem;
}

.intro__head {
	align-items: flex-end;
	display: flex;
	gap: 0.25rem;
	justify-content: center;
}

.intro__head-slash {
	font-size: 1.5rem;
	position: relative;
	top: 0.25rem;
}

.intro__head-text {
	color: #000000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.intro__img {
	margin: 1.5rem auto 0;
}

.intro__img img {
	-o-object-fit: cover;
	aspect-ratio: 361/208;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.job {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background-color: #81B8FF;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	margin-top: -3.75rem;
	padding: 5.625rem 0 4.125rem;
	text-align: center;
}

.job__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.job__heading {
	display: flex;
	flex-direction: column;
}

.job__lead {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.job__title {
	-webkit-text-decoration: underline dashed #FFD400;
	color: #fff;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.5rem;
	text-decoration: underline;
	text-decoration: underline dashed #FFD400;
	text-decoration-thickness: 0.25rem;
	text-underline-offset: 0.5rem;
}

.job__sub {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.job__content {
	background-color: #FFD400;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	padding: 1rem 2.5rem;
	position: relative;
	width: 100%;
}

.job__content::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.job__content--position {
	position: relative;
}

.job__content--position::before {
	background-image: url("../images/common/job-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.375rem;
	position: absolute;
	right: calc(50% - min(50%, 11rem));
	top: -1.25rem;
	width: 5.0625rem;
	z-index: 1;
}

.job__zen {
	display: flex;
	flex-direction: column;
}

.job__zen-top {
	color: #fff;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1176470588;
}

.job__zen-bottom {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
	margin-top: 1rem;
}

.job__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.9375rem;
}

.job__item {
	display: flex;
	gap: 0.5rem;
	width: 100%;
}

.job__icon {
	flex-shrink: 0;
	height: 6.5rem;
	width: 6.25rem;
}

.job__icon--second {
	height: 6.1875rem;
	width: 6.25rem;
}

.job__icon--third {
	height: 4.5rem;
	width: 6.25rem;
}

.job__wrapper {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
}

.job__head {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

.job__text {
	border-top: 0.125rem dashed #FFD400;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
	text-align: left;
}

.method {
	background-color: #D3EDFF;
	margin-top: -5.625rem;
	padding: 5.625rem 0 3.75rem;
	text-align: center;
}

.method__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.method__heading {
	background-color: #FFD400;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding: 1rem 2.5rem;
	position: relative;
	width: 100%;
}

.method__heading::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.method__zen {
	display: flex;
	flex-direction: column;
}

.method__zen-top {
	color: #fff;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1176470588;
}

.method__zen-bottom {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
	margin-top: 1rem;
}

.method__content {
	margin-top: 1.9375rem;
}

.method__step {
	color: #81B8FF;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
}

.method__img {
	background-color: #fff;
	margin-top: -0.625rem;
	padding: 1rem;
}

.method__img img {
	-o-object-fit: cover;
	aspect-ratio: 329/175;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.method__arrow {
	height: 1.625rem;
	margin: 1.25rem auto 0;
	width: 1.09375rem;
}

.method__wrapper + .method__wrapper {
	margin-top: 0rem;
}

.method__list {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: -0.625rem;
	padding: 1rem;
}

.method__item {
	width: 100%;
}

.method__tab {
	background-color: #58FF90;
	border-radius: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding: 1rem 0rem;
	position: relative;
}

.method__tab::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #58FF90;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.method__tab--orange {
	background-color: #FF9E1F;
}

.method__tab--orange::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FF9E1F;
}

.method__box {
	background-color: #CDFFDE;
	border-radius: 0.5rem;
	margin-top: 0.9375rem;
	padding: 1rem;
}

.method__box--orange {
	background-color: #FFF2CC;
}

.method__box img {
	-o-object-fit: cover;
	aspect-ratio: 297/169;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.online {
	background-image: url("../images/common/online-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 2.5rem 0;
	text-align: center;
}

.online__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.online__text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2222222222;
}

.online__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 1rem;
}

.online__link {
	background-color: #FF6301;
	border-radius: 12.5rem;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2083333333;
	padding: 1.5rem 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.online__link:hover {
	opacity: 0.8;
	transform: translateY(-0.1875rem);
}

.online__link--ec {
	background-color: #BF0000;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.pc-nav__item--margin {
	margin-left: 1.25rem;
}

.pc-nav__link {
	align-items: center;
	border-radius: 6.25rem;
	display: flex;
	gap: 0 0.625rem;
	justify-content: center;
	padding: 0 min(1.4vw, 0.25rem);
	position: relative;
}

.pc-nav__text {
	background-color: #81B8FF;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
	padding: 0.4375rem 1rem 0.5625rem;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.pc-nav__link:hover .pc-nav__text {
	opacity: 0.8;
	transform: translateY(-0.1875rem);
}

.pc-nav__buttons {
	align-items: center;
	display: flex;
	margin-left: 0.5rem;
}

.pc-nav__item:has(.pc-nav__link) + .pc-nav__item .pc-nav__buttons {
	margin-left: 1.25rem;
}

.pc-nav__button-text {
	align-items: center;
	background-color: #FF6301;
	border-radius: 0.5rem;
	box-shadow: -0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.375rem;
	justify-content: center;
	line-height: 1.2222222222;
	padding: 0.625rem 1.5rem;
	position: relative;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	will-change: transform;
}

.pc-nav__button-text:hover {
	box-shadow: none;
	transform: translateY(0.25rem);
}

.pc-nav__button-text--ec {
	background-color: #BF0000;
}

.pc-nav__button-text--contact {
	background-color: #FFD400;
	color: #000;
}

.pc-nav__button-icon {
	height: 0.9375rem;
	position: relative;
	top: 0.0625rem;
	width: 0.9375rem;
}

.point {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background-color: #D3EDFF;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	padding: 2.5rem 0 4.125rem;
	position: relative;
	z-index: 100;
}

.point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.point__flex {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	position: relative;
}

.point__human {
	height: 5rem;
	width: 4.3125rem;
}

.point__slash {
	font-size: 1.875rem;
}

.point__slash--left {
	position: relative;
	top: 0.3125rem;
}

.point__slash--right {
	left: -0.375rem;
	position: relative;
	top: 0.3125rem;
}

.point__wrap {
	align-items: flex-end;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
}

.point__text {
	color: #000;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.point__comment {
	background-color: #FFD400;
	border-radius: 0.5rem;
	padding: 1rem 3.125rem;
	position: relative;
}

.point__comment::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.point__title {
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.point__title::before {
	background-image: url("../images/common/point-check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.5rem;
	position: absolute;
	right: calc(50% - min(50%, 6rem));
	top: 1.6875rem;
	width: 3.5rem;
	z-index: 10;
}

.point__title-top span {
	-webkit-text-stroke: 1px #222;
	color: #81B8FF;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	margin-left: -4.375rem;
}

.point__title-top {
	font-size: 2rem;
	font-weight: 700;
}

.point__title-bottom {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
	margin-top: 0.25rem;
}

.point__container {
	background-color: #81B8FF;
	border-radius: 0.5rem;
	margin-top: 1.9375rem;
	padding: 1rem;
	text-align: center;
}

.point__content {
	background-image: url("../images/common/point-content-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	padding: 1rem;
}

.point__content + .point__content {
	margin-top: 1.5rem;
}

.point__icon {
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 2.5rem;
}

.point__tab {
	background-color: #81B8FF;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0 0.5rem;
}

.point__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2083333333;
	margin-top: 0.5rem;
}

.point__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.5rem;
	text-align: left;
}

.point__features {
	background-color: #FFD400;
	border-radius: 0.5rem;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem;
}

.point__features-icon {
	height: 1.25rem;
	position: relative;
	top: 0.375rem;
	width: 1.25rem;
}

.point__features-text {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: left;
}

.point__remarks {
	text-align: left;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.125rem;
}

.prevent-decrease {
	margin-top: 1.478125rem;
}

.prevent-decrease__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 0.59375rem;
}

.prevent-decrease__heading {
	background-color: #FFD400;
	border-radius: 0.5rem;
	margin: 0 0.46875rem;
	padding: 1.5rem 0;
	position: relative;
}

.prevent-decrease__heading::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.prevent-decrease__title {
	display: flex;
	flex-direction: column;
}

.prevent-decrease__title-top {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
}

.prevent-decrease__title-top span {
	color: #D80000;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-right: 0.5rem;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.prevent-decrease__title-center {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 0.125rem;
}

.prevent-decrease__title-bottom {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to top, #00D9FF 0%, #0026FF 100%);
	background-clip: text;
	display: inline-block;
	font-size: 4rem;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-top: 0.125rem;
}

.prevent-decrease__title-bottom span {
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #222;
	background: none;
	background-clip: border-box;
	background-clip: initial;
	color: #222;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: relative;
	top: -0.5rem;
}

.prevent-decrease__table {
	margin-left: 0.46875rem;
	margin-right: 0.46875rem;
	margin-top: 1.25rem;
}

.prevent-decrease__table img {
	-o-object-fit: cover;
	aspect-ratio: 361/796;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.prevent-decrease__remarks {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.1818181818;
	margin-top: 2.125rem;
}

.prevent-decrease__content {
	margin-top: 1.5rem;
	position: relative;
}

.prevent-decrease__ima img {
	-o-object-fit: cover;
	aspect-ratio: 374/685;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.prevent-decrease__wrapper {
	background-image: url("../images/common/prevent-decrease-dot.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2rem;
	bottom: 1.5rem;
	box-shadow: inset 0 0 0 0.25rem #FFD400;
	left: 0;
	padding: 1.5rem;
	position: absolute;
	right: 0;
}

.prevent-decrease__sentence {
	display: flex;
	flex-direction: column;
}

.prevent-decrease__sentence-top {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
}


.prevent-decrease__sentence-center {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to top, #00D9FF 0%, #0026FF 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.1923076923;
	margin-top: 0.9375rem;
}

.prevent-decrease__sentence-bottom {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
	margin-top: 0.9375rem;
}

.prevent-decrease__sentence-bottom span {
	color: #D80000;
	font-weight: 900;
}

.prevent-decrease__button {
	margin-top: 0.9375rem;
}

.prevent-decrease__link {
	align-items: center;
	background-color: #FFD400;
	border-radius: 12.5rem;
	box-shadow: 0 0.3125rem 0rem rgba(0, 0, 0, 0.25);
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.53125rem;
	justify-content: center;
	line-height: 1.2222222222;
	padding: 1.5rem 0;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	width: 100%;
}

.prevent-decrease__link:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transform: translateY(0.3125rem);
}

.prevent-decrease__link:hover .prevent-decrease__arrow {
	animation: arrow-bounce-down 0.7s ease infinite;
}

.prevent-decrease__arrow {
	height: 1.01875rem;
	width: 0.6875rem;
}

.prevent-important__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.prevent-important__heading {
	background-color: #FFD400;
	border-radius: 0.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.prevent-important__heading::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.prevent-important__heading--position {
	position: relative;
}

.prevent-important__heading--position::before {
	background-image: url("../images/common/prevent-important-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4rem;
	content: "";
	height: 7.0625rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	width: 7.5rem;
	z-index: 1;
}

.prevent-important__title {
	display: flex;
	flex-direction: column;
}

.prevent-important__title-top {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.1818181818;
}

.prevent-important__title-top span {
	color: #D80000;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.1875;
	padding-right: 0.5rem;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.prevent-important__title-center {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-top: 0.5rem;
}

.prevent-important__title-bottom {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1818181818;
	margin-top: 0.5rem;
}

.prevent-important__remarks {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1818181818;
	margin-top: 6.0625rem;
}

.prevent-important__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}

.prevent-important__item {
	width: 83.1%;
}

.prevent-important__item--right {
	margin-left: auto;
}

.prevent-important__human {
	height: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 9.8125rem;
}

.prevent-important__human--second {
	height: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 11.125rem;
}

.prevent-important__human--third {
	height: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.3125rem;
}

.prevent-important__sentence {
	background: linear-gradient(to top, #00D9FF 0%, #0026FF 100%);
	border-radius: 1.5rem;
	box-shadow: inset 0 0 0 0.125rem #fff;
	padding: 1rem 0;
}

.prevent-important__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-shadow: -1px -1px 0 #222222, 1px -1px 0 #222222, -1px 1px 0 #222222, 1px 1px 0 #222222;
}

.prevent-important__worry {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.prevent-important__arrow {
	height: 1.8125rem;
	margin: 2.375rem auto 0;
	width: 1.625rem;
}

.prevent-resolved {
	margin-top: 10.5rem;
}

.prevent-resolved__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.prevent-resolved__heading {
	background-color: #FFD400;
	border-radius: 0.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.prevent-resolved__heading::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.prevent-resolved__heading--position {
	position: relative;
}

.prevent-resolved__heading--position::before {
	background-image: url("../images/common/prevent-resolved-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.375rem;
	left: 50%;
	position: absolute;
	top: -8.125rem;
	transform: translateX(-50%);
	width: 8.6875rem;
	z-index: 1;
}

.prevent-resolved__title {
	display: flex;
	flex-direction: column;
}

.prevent-resolved__title-top {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.1818181818;
}

.prevent-resolved__title-bottom {
	color: #00A7F4;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 0.625rem;
	text-shadow: -0.125rem -0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, -0.125rem 0.125rem 0 #fff, 0.125rem 0.125rem 0 #fff, 0.1875rem 0.375rem 0 #000970;
}

.prevent-resolved__content {
	background-color: #fff;
	margin: 1.25rem auto auto -1rem;
	padding: 1rem;
	width: calc(100% + 2rem);
}

.prevent-resolved__head {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.prevent-resolved__playback {
	height: 1.5rem;
	width: 2.0625rem;
}

.prevent-resolved__text {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
	text-align: left;
}

.prevent-resolved__movie {
	margin-top: 0.75rem;
}

.prevent-resolved__movie-iframe {
	aspect-ratio: 360/212;
	border: none;
	display: block;
	width: 100%;
}

.prevent {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.375rem), 50% 100%, 0 calc(100% - 4.375rem));
	background: linear-gradient(to top, #58E6FF 0%, #81B8FF 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.375rem), 50% 100%, 0 calc(100% - 4.375rem));
	margin-top: -6.25rem;
	padding: 11.25rem 0 6.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.privacy {
	padding: 6.6875rem 0 3.75rem;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.5rem;
}

.privacy__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
	padding-bottom: 3rem;
}

.privacy__list {
	margin-top: 1.5rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.875rem;
}

.privacy__head,
.privacy__text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.privacy__text + .privacy__text{
	margin-top: 1rem;
}

.privacy__bullets {
	margin-top: 0.5rem;
	padding-left: 0.5rem;
}

.privacy__bullet {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.privacy__bullet::before {
	content: "・";
}

.privacy__button {
	margin-top: 1.5rem;
	text-align: center;
}

.privacy__link {
	background-color: #222;
	border-radius: 12.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.875rem 4rem;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.privacy__link:hover {
	opacity: 0.75;
	transform: translateY(-0.1875rem);
}

.protect__bg {
	background-image: url("../images/common/protect-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 2.75rem 0 3.1875rem;
	text-align: center;
}

.protect__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.protect__head {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.protect__flex {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
}

.protect__sentence {
	width: 61.5%;
}

.protect__img {
	width: 37.95%;
}

.protect__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.protect__title {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #0069FB 0%, #00EEFF 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.protect__wrap {
	background-color: #FFD400;
	border-radius: 0.5rem;
	color: #fff;
	margin-top: 1.5rem;
	padding: 1rem 1.71875rem;
	position: relative;
}

.protect__wrap::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.protect__subtitle {
	display: flex;
	flex-direction: column;
}

.protect__subtitle-top {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2142857143;
}

.protect__subtitle-bottom {
	color: #222;
	font-size: 4.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.5rem;
}

.protect__img img {
	-o-object-fit: cover;
	aspect-ratio: 155/231;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.protect__movie {
	margin-top: 0.4375rem;
}

.protect__movie-iframe {
	aspect-ratio: 360/212;
	border: none;
	display: block;
	width: 100%;
}

.risk {
	background-image: url("../images/common/risk-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.625rem 0 0;
	position: relative;
	text-align: center;
	z-index: 10;
}

.risk__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.risk__heading {
	background-color: #FFD400;
	border-radius: 0.5rem;
	padding: 1.5rem 0;
	position: relative;
	top: 0.1875rem;
	z-index: 11;
}

.risk__heading::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.risk__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.risk__title-top,
.risk__title-bottom {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.1818181818;
}

.risk__title-center {
	color: #FF2A2A;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.risk__title-bottom {
	margin-top: 0.625rem;
}

.risk__container-wrapper {
	filter: drop-shadow(0 0.25rem 0.5rem rgba(127, 0, 0, 0.4));
}

.risk__container {
	margin-left: auto;
	margin-right: auto;
	padding: 1.875rem 0 5.75rem;
	position: relative;
	top: 0.1875rem;
	width: 95%;
}

.risk__container::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background: linear-gradient(to top, #FF4901 0%, #DD4600 100%);
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.risk__container::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.43' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.75 0 0 0 0 0 0 0 0 0 0 0 0 0 0.21 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
	border-radius: inherit;
	bottom: 0;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.125rem), 50% 100%, 0 calc(100% - 3.125rem));
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.risk__item {
	position: relative;
}

.risk__item::before {
	background-image: url("../images/common/risk-icon01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14.3125rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: 72%;
	width: 14.3125rem;
	z-index: 20;
}

.risk__item--right {
	position: relative;
}

.risk__item--right::before {
	background-image: url("../images/common/risk-icon02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9.4375rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	top: 75%;
	width: 14.125rem;
	z-index: 20;
}

.risk__comment {
	left: 0.625rem;
	position: relative;
	z-index: 2;
}

.risk__comment img {
	-o-object-fit: cover;
	aspect-ratio: 364/360;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.risk__comment--right img {
	-o-object-fit: cover;
	aspect-ratio: 364/360;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.risk__item + .risk__item {
	margin-top: 9.1875rem;
}

.risk__content {
	background-color: #fff;
	margin-left: -2.5vw;
	margin-right: -2.5vw;
	margin-top: 5.8125rem;
	padding: 1rem;
	position: relative;
	z-index: 10;
}

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

.risk__icon {
	height: 1.5rem;
	width: 2.0625rem;
}

.risk__text {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
}

.risk__movie-iframe {
	aspect-ratio: 360/201;
	border: none;
	display: block;
	margin-top: 0.75rem;
	width: 100%;
}

.sp-nav {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.sp-nav__flex {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.sp-nav__list {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.sp-nav__item a {
	align-items: center;
	display: flex;
}

.sp-nav__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2142857143;
}

.sp-nav__button {
	background-color: #FFD400;
	color: #222;
	padding: 1.21875rem 0.9375rem;
}

.sp-nav__button-text {
	align-items: center;
	color: #222;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2142857143;
}

.thanks {
	padding: 6.6875rem 0 3.75rem;
	text-align: center;
}

.thanks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.5rem;
}

.thanks__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
}

.thanks__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: left;
}

.thanks__button {
	margin-top: 1.5rem;
}

.thanks__link {
	background-color: #222;
	border-radius: 12.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.875rem 4rem;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.thanks__link:hover {
	opacity: 0.75;
	transform: translateY(-0.1875rem);
}

.title-label {
	background-color: #FFD400;
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 2.5rem;
	position: relative;
	width: 100%;
}

.title-label::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.625rem solid #FFD400;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.title-label__text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1875;
	text-align: center;
}

.voice {
	background-color: #D3EDFF;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1rem;
}

.voice__list {
	margin-top: 1.875rem;
}

.voice__item + .voice__item {
	margin-top: 1.5rem;
}

.voice__flex {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
}

.voice__icon {
	width: 25%;
}

.voice__content {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 1rem 1.5rem;
	width: 73.05%;
}

.voice__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.voice__text span {
	text-decoration-color: red;
	text-decoration-line: underline;
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.1875rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-faq {
	padding-top: 4rem;
}

.top-voice {
	margin-top: -10.875rem;
	padding-top: 14rem;
}

.contact-link {
	background-image: url("../images/common/contact-link-bg.webp");
	padding: 3.75rem 0;
}

.contact-link__inner {
	max-width: 79.625rem;
	padding: 0 1.5625rem;
}

.contact-link__text-top,
.contact-link__text-bottom {
	font-weight: 700;
}

.contact-link__text-center {
	padding-bottom: 0.5rem;
}

.cta-button__link {
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	gap: 0.625rem;
	padding: 1.375rem 0;
}

.cta-button__text {
	font-size: 2rem;
}

.contact {
	padding: 4rem 0;
	scroll-margin-top: 4.0625rem;
}

.contact__inner {
	max-width: 43.125rem;
	padding: 0 1.5625rem;
}

.cut {
	background-image: linear-gradient(rgba(88, 170, 255, 0.8), rgba(88, 230, 255, 0.8)), url("../images/common/cut-bg.webp");
	padding: 3.75rem 0 6.25rem;
}

.cut__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.cut__top {
	align-items: center;
	display: flex;
	gap: 3rem;
}

.cut__images {
	margin: 0;
	margin: initial;
	width: 40.625%;
}

.cut__img img {
	aspect-ratio: 390/365;
}

.cut__span {
	font-weight: 700;
	margin-left: auto;
}

.cut__content {
	margin-top: 0;
	width: 54.375%;
}

.cut__logo img {
	aspect-ratio: 522/187;
}

.cut__table img {
	aspect-ratio: 522/236;
}

.cut__tabs {
	margin-top: 1rem;
}

.cut__wrap {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 1rem;
	padding: 1rem 10.625rem;
}

.cut__box + .cut__box {
	margin-top: 0;
}

.cut__box {
	max-width: 17.875rem;
	width: 100%;
}

.cut__box--arce {
	max-width: 19.375rem;
	width: 100%;
}

.cut__box-img {
	margin-top: 0.5rem;
}

.cut__box-img img {
	aspect-ratio: 286/120;
}

.cut__box-img--arce img {
	aspect-ratio: 310/151;
}

.error {
	padding: 6.5625rem 0 5rem;
}

.error__inner {
	max-width: 46.5625rem;
	padding: 0 1.5625rem;
}

.error__title {
	font-size: 2.5rem;
	line-height: 1.25;
}

.error__text {
	margin-top: 2.5rem;
}

.error__button {
	margin-top: 2.5rem;
}

.error__link {
	font-weight: 700;
}

.faq-card {
	padding: 1rem 2rem;
}

.faq-card__question-text {
	font-size: 1.375rem;
}

.faq-card__toggle-icon {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
}

.faq-card__answer-inner {
	padding: 1rem;
	padding-bottom: 0;
	padding-top: 0;
}

.faq-card__answer-text {
	font-weight: 700;
}

.faq-card__label {
	top: 0.625rem;
}

.faq {
	scroll-margin-top: 4.0625rem;
}

.faq__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.faq__item + .faq__item {
	margin-top: 1rem;
}

.features {
	padding: 5rem 0;
	scroll-margin-top: 4.0625rem;
}

.features__inner {
	max-width: 71.3125rem;
	padding: 0 1.5625rem;
}

.features__flex {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 51.75rem;
}

.features__logo img {
	aspect-ratio: 404/241;
}

.features__title {
	margin-top: 0rem;
	width: 48.3%;
}

.features__title::after {
	bottom: -0.625rem;
}

.features__title-bottom {
	font-size: 2rem;
}

.features__logo {
	margin: 0;
	margin: initial;
	width: 48.79%;
}

.features__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.75rem;
	margin-top: -1.125rem;
}

.features__item {
	margin: 0;
	max-width: calc(33.3333% - 1.1666666667rem);
}

.features__content {
	min-height: 16.4375rem;
}

.features-button {
	margin-top: 1.5rem;
}

.features-button__link {
	box-shadow: inset 0 0 0 0.1875rem #fff, 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	gap: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.375rem 0;
	width: 37.125rem;
}

.features-button__text {
	font-size: 2rem;
}

.form__field {
	margin-top: 1.25rem;
}

.form__label-note {
	font-size: inherit;
}

.form__input,
.form__textarea {
	font-size: 1rem;
	padding: 1rem;
}

.form__textarea {
	height: 13.0625rem;
}

.form__radio-label {
	font-weight: 700;
}

.form__privacy,
.wpcf7-acceptance .wpcf7-list-item label {
	font-weight: 700;
}

.form__button {
	font-weight: 700;
}

.fv {
	/* background-image: url("../images/common/fv-bg.webp");
	background-position: center;
	background-size: 100% 100%; */
	max-width: 100%;
	padding: 16.875rem 0 13.375rem;
}

.fv__inner {
	max-width: 80.25rem;
	padding: 0 1.5625rem;

	position: relative;
}

.fv__photo{
	position: absolute;
	top: -52%;
	right: 3%;
	width: 25.875rem;
	height: 38.375rem;
}

.fv__comment {
	height: 10.75rem;
	left: 32rem;
	position: absolute;
	top: -12.5rem;
	width: 18.5625rem;
}




.features__head {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.5;
}

.fv__subtitle {
	font-size: 1.75rem;
	line-height: 1.4761904762;
	padding: 0;
	letter-spacing: 0.36em;
}

.fv__tabs {
	gap: 0.5625rem;
	justify-content: flex-start;
	margin-top: 2rem;
}

.fv__tab {
	font-size: 1.25rem;
	width: 11.6875rem;
	padding: 0.5rem 1rem;
}

.fv__text {
	margin-top: 4rem;
	font-size: 1.125rem;
	padding: 0;
}

.header__inner {
	background-color: transparent;
	background-color: initial;
	height: 4.0625rem;
	padding: 0 1.5rem;
}

.header.is-scrolled .header__inner {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}

.header__logoLink img {
	height: 2rem;
	width: 8rem;
}

.inner {
	max-width: 79.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.intro {
	background-image: url("../images/common/intro-bg.webp");
	padding: 3.75rem 0 7.6875rem;
}

.intro__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.intro__border {
	height: 10.125rem;
}

.intro__title-top,
.intro__title-bottom {
	font-size: 1.125rem;
	font-weight: 700;
}

.intro__title-center {
	font-size: 3rem;
	font-weight: 700;
	margin-top: 0rem;
}

.intro__remarks {
	margin-top: 1rem;
}

.intro__subtitle {
	font-weight: 700;
}

.intro__wrapper {
	padding: 1.5rem;
}

.intro__time {
	font-weight: 700;
}

.intro__name {
	font-size: 1.5rem;
}

.intro__list {
	flex-direction: row;
	flex-wrap: wrap;
}

.intro__item {
	margin: 0;
	max-width: calc(50% - 0.25rem);
}

.intro__item img {
	aspect-ratio: 451/257;
}

.intro__bottom {
	margin-top: 2rem;
}

.intro__head-text {
	font-size: 1.375rem;
}

.intro__img {
	width: 46.35%;
}

.intro__img img {
	aspect-ratio: 445/257;
}

.job {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.5rem), 50% 100%, 0 calc(100% - 7.5rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.5rem), 50% 100%, 0 calc(100% - 7.5rem));
	margin-top: -7.6875rem;
	padding-bottom: 7.6875rem;
	padding-top: 10.1875rem;
}

.job__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.job__lead {
	font-size: 1.25rem;
}

.job__title {
	font-size: 2.5rem;
	margin-top: 1.125rem;
	text-underline-offset: 0.75rem;
}

.job__sub {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.job__content {
	margin-top: 2.5rem;
	max-width: 27.125rem;
	padding: 0.75rem 0rem 1.25rem;
}

.job__content::after {
	bottom: -0.625rem;
}

.job__content--position::before {
	height: 8.8125rem;
	right: calc(50% - min(59%, 50rem));
	top: -2.25rem;
	width: 8.3125rem;
}

.job__zen-top {
	font-size: 2.5rem;
	line-height: 1;
}

.job__zen-bottom {
	font-size: 2.5rem;
	line-height: 1.2;
}

.job__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2.9375rem;
}

.job__item {
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: calc(33.3333% - 1rem);
}

.job__icon {
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.8125rem;
}

.job__icon--second {
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.0625rem;
}

.job__icon--third {
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	width: 6.875rem;
}

.job__wrapper {
	flex: 1;
	margin-top: 1rem;
}

.job__text {
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.method {
	margin-top: -7.6875rem;
	padding: 10.1875rem 0 3.75rem;
}

.method__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.method__heading {
	max-width: 27.125rem;
	padding: 0.75rem 0rem 1.25rem;
}

.method__heading::after {
	bottom: -0.625rem;
}

.method__zen-top {
	font-size: 2.5rem;
	line-height: 1;
}

.method__zen-bottom {
	font-size: 2.5rem;
	line-height: 1.2;
}

.method__content {
	margin-top: 2.15625rem;
}

.method__step {
	font-size: 4.875rem;
	line-height: 1.1666666667;
}

.method__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.25rem;
	max-width: 37.5rem;
}

.method__img img {
	aspect-ratio: 568/303;
}

.method__arrow {
	height: 2.4375rem;
	width: 1.625rem;
}

.method__wrapper + .method__wrapper {
	margin-top: 0.4375rem;
}

.method__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: -1.25rem;
}

.method__item {
	margin: 0;
	max-width: calc(50% - 0.5rem);
}

.method__tab::after {
	bottom: -0.625rem;
}

.method__box img {
	aspect-ratio: 424/241;
}

.online {
	background-image: url("../images/common/online-bg.webp");
}

.online__inner {
	max-width: 29.5rem;
	padding: 0 1.5625rem;
}

.online__link {
	font-size: 1.625rem;
	line-height: 1.1923076923;
	padding: 1.5rem 0;
}

.point {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.5rem), 50% 100%, 0 calc(100% - 7.5rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.5rem), 50% 100%, 0 calc(100% - 7.5rem));
	padding: 3.75rem 0 10.1875rem;
}

.point__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.point__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.5rem;
}

.point__flex {
	gap: 1rem;
}

.point__human {
	height: 6.625rem;
	width: 5.75rem;
}

.point__text {
	font-size: 1.375rem;
}

.point__comment::after {
	bottom: -0.625rem;
}

.point__container {
	padding: 2rem 2.5rem;
	text-align: left;
}

.point__content {
	padding: 1.5rem 6.5rem;
}

.point__box {
	display: flex;
	gap: 1.5rem;
}

.point__icon {
	height: 3rem;
	margin: 0;
	margin: initial;
	width: 3rem;
}

.point__sentence {
	max-width: 37.5rem;
	width: 100%;
}

.point__tab {
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1rem;
}

.point__subtitle {
	font-size: 2rem;
	line-height: 1.1875;
}

.point__text {
	font-size: 1rem;
	font-weight: 700;
}

.point__features {
	padding: 0.5rem 1rem;
}

.point__features-icon {
	top: 0.5rem;
}

.point__features-text {
	font-size: 1.125rem;
}

.point__remarks {
	font-weight: 700;
	margin-top: 0.5rem;
}

.prevent-decrease {
	margin-top: 3.46875rem;
}

.prevent-decrease__inner {
	max-width: 68.9375rem;
	padding: 0 1.5625rem;
}

.prevent-decrease__heading {
	display: inline-block;
	margin: 0;
	padding: 1.125rem 2.5rem;
}

.prevent-decrease__heading::after {
	bottom: -0.625rem;
}

.prevent-decrease__title-top {
	font-weight: 700;
	line-height: 1.7272727273;
}

.prevent-decrease__title-top span {
	margin: 0 0.5rem;
}

.prevent-decrease__title-center {
	letter-spacing: 0.12em;
	margin-top: 0.125rem;
}

.prevent-decrease__title-bottom {
	margin-top: 0.125rem;
}

.prevent-decrease__title-bottom span {
	letter-spacing: 0.12em;
	margin-left: 0.375rem;
}

.prevent-decrease__table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 60rem;
}

.prevent-decrease__table img {
	aspect-ratio: 960/443;
}

.prevent-decrease__content {
	margin-top: 3.125rem;
}

.prevent-decrease__ima img {
	aspect-ratio: 1053/364;
}

.prevent-decrease__wrapper {
	bottom: auto;
	left: auto;
	left: initial;
	max-width: 29.8125rem;
	right: 2.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.prevent-decrease__sentence-top {
	font-weight: 700;
}

.prevent-decrease__sentence-center {
	font-size: 1.75rem;
	line-height: 1.2142857143;
}

.prevent-decrease__sentence-bottom {
	font-size: 1.125rem;
	font-weight: 700;
}

.prevent-decrease__arrow {
	height: 1.625rem;
	width: 1.0625rem;
}

.prevent-important__inner {
	max-width: 61.375rem;
	padding: 0 1.5625rem;
}

.prevent-important__heading {
	display: inline-block;
	padding: 1.5rem 2.5rem;
}

.prevent-important__heading::after {
	bottom: -0.625rem;
}

.prevent-important__heading--position::before {
	bottom: -2rem;
	height: 7.0625rem;
	right: calc(50% - min(65%, 50rem));
	width: 7.5rem;
}

.prevent-important__title-top {
	font-weight: 700;
}

.prevent-important__title-center {
	margin-top: 0.625rem;
}

.prevent-important__title-bottom {
	margin-top: 0.625rem;
}

.prevent-important__remarks {
	font-weight: 700;
	margin-top: 2.9375rem;
}

.prevent-important__list {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.prevent-important__item {
	margin: 0;
	max-width: calc(33.3333% - 0.6666666667rem);
	width: 100%;
}

.prevent-important__item--right {
	margin: 0;
}

.prevent-important__human {
	height: 9.375rem;
	width: 12.25rem;
}

.prevent-important__human--second {
	height: 9.375rem;
	width: 13.9375rem;
}

.prevent-important__human--third {
	height: 9.375rem;
	width: 6.625rem;
}

.prevent-important__arrow {
	margin: 3.375rem auto 0;
}

.prevent-resolved {
	margin-top: 2.3125rem;
}

.prevent-resolved__inner {
	max-width: 48.125rem;
	padding: 0 1.5625rem;
}

.prevent-resolved__heading {
	display: inline-block;
	padding: 1.5rem 2.5rem;
}

.prevent-resolved__heading::after {
	bottom: -0.625rem;
}

.prevent-resolved__heading--position::before {
	height: 13.5rem;
	left: auto;
	right: calc(50% - min(84%, 50rem));
	top: -6rem;
	transform: none;
	width: 13.1875rem;
}

.prevent-resolved__title-top {
	font-weight: 700;
}

.prevent-resolved__title-bottom {
	font-size: 3.75rem;
}

.prevent-resolved__content {
	border-radius: 1rem;
	margin: 1.9375rem auto auto auto;
	padding: 1.5rem 2.5rem;
	width: 100%;
}

.prevent-resolved__playback {
	height: 2.1875rem;
	width: 3.0625rem;
}

.prevent-resolved__text {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.prevent-resolved__movie-iframe {
	aspect-ratio: 640/360;
}

.prevent {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13.75rem), 50% 100%, 0 calc(100% - 13.75rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13.75rem), 50% 100%, 0 calc(100% - 13.75rem));
	margin-top: -18.75rem;
	padding: 23.75rem 0 11.5625rem;
}

.privacy {
	padding: 6.5625rem 0 5rem;
}

.privacy__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.privacy__title {
	font-size: 2.5rem;
	line-height: 1.25;
}

.privacy__list {
	margin-top: 2.5rem;
}

.privacy__head,
.privacy__text {
	font-size: 1rem;
}

.privacy__bullet {
	font-size: 1rem;
}

.privacy__button {
	margin-top: 2.5rem;
}

.privacy__link {
	font-weight: 700;
}

.protect__bg {
	background-image: url("../images/common/protect-bg.webp");
	padding: 2.625rem 0 3.375rem;
}

.protect__inner {
	max-width: 48.125rem;
	padding: 0 1.5625rem;
}

.protect__head {
	font-size: 2.5rem;
}

.protect__flex {
	gap: 1.0625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 31.5625rem;
}

.protect__sentence {
	width: 68.86%;
}

.protect__img {
	width: 27.74%;
}

.protect__text {
	font-size: 1.125rem;
	font-weight: 700;
}

.protect__title {
	font-size: 2.3125rem;
}

.protect__wrap {
	display: inline-block;
	margin-top: 1.625rem;
	padding: 1rem 2.5rem;
}

.protect__wrap::after {
	bottom: -0.625rem;
}

.protect__subtitle-top {
	font-size: 2rem;
	line-height: 1.1875;
}

.protect__subtitle-bottom {
	font-size: 6rem;
	margin-top: 1rem;
}

.protect__img img {
	aspect-ratio: 158 / 238;
}

.protect__movie {
	background-color: #fff;
	border-radius: 1rem;
	margin-top: -0.75rem;
	padding: 1.5rem 2.5rem;
}

.protect__movie-iframe {
	aspect-ratio: 640/360;
}

.risk {
	background-image: url("../images/common/risk-bg.webp");
	padding: 5.75rem 0 0;
}

.risk__inner {
	max-width: 63.125rem;
	padding: 0 1.5625rem;
}

.risk__heading {
	display: inline-block;
	padding: 1.5rem 2.5rem;
	top: 0rem;
}

.risk__heading::after {
	bottom: -0.625rem;
}

.risk__title-top,
.risk__title-bottom {
	font-weight: 700;
}

.risk__title-center {
	font-size: 4rem;
}

.risk__container-wrapper {
	filter: drop-shadow(0 0.25rem 0.5rem rgba(127, 0, 0, 0.25));
}

.risk__container {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 1.875rem;
	padding: 2.1875rem 0 8.5625rem;
	width: auto;
	width: initial;
}

.risk__container::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.6875rem), 50% 100%, 0 calc(100% - 7.6875rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.6875rem), 50% 100%, 0 calc(100% - 7.6875rem));
}

.risk__container::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.6875rem), 50% 100%, 0 calc(100% - 7.6875rem));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.6875rem), 50% 100%, 0 calc(100% - 7.6875rem));
}

.risk__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
}

.risk__item::before {
	height: 20.5625rem;
	right: calc(50% - min(50%, 50rem));
	top: 4.6875rem;
	width: 20.5625rem;
	z-index: 1;
}

.risk__item--right {
	margin-left: auto;
	margin-right: auto;
	max-width: 49.875rem;
}

.risk__item--right::before {
	height: 17.1875rem;
	left: calc(50% - min(50%, 23.4rem));
	top: 3.75rem;
	width: 24.3125rem;
	z-index: 1;
}

.risk__comment {
	left: 0;
	width: 56.75%;
}

.risk__comment img {
	aspect-ratio: 424/420;
}

.risk__comment--right {
	margin-left: auto;
	width: 53.13%;
}

.risk__comment--right img {
	aspect-ratio: 361/349;
}

.risk__item + .risk__item {
	margin-top: 0.5rem;
}

.risk__content {
	border-radius: 1.5rem;
	margin-left: 0;
	margin-left: auto;
	margin-right: 0;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 45rem;
	padding: 1.5rem 2.5rem;
}

.risk__icon {
	height: 2.1875rem;
	width: 3.0625rem;
}

.risk__text {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.risk__movie-iframe {
	aspect-ratio: 640/357;
}

.thanks {
	padding: 6.5625rem 0 5rem;
}

.thanks__inner {
	max-width: 25.8125rem;
	padding: 0 1.5625rem;
}

.thanks__title {
	font-size: 2.5rem;
	line-height: 1.25;
}

.thanks__text {
	margin-top: 2.5rem;
}

.thanks__button {
	margin-top: 2.5rem;
}

.thanks__link {
	font-weight: 700;
}

.title-label {
	width: -moz-fit-content;
	width: fit-content;
}

.title-label::after {
	bottom: -0.625rem;
}

.title-label__text {
	font-size: 2.5rem;
}

.voice__inner {
	max-width: 42.5rem;
	padding: 0 1.5625rem;
}

.voice__flex {
	gap: 1.5rem;
}

.voice__icon {
	width: 14.28%;
}

.voice__content {
	padding: 1.5rem 2.5rem 1.5rem 1.5rem;
	width: 81.9%;
}

.voice__text {
	font-size: 1rem;
	font-weight: 700;
}

.fv__title{

	font-size: 8.375rem;
	letter-spacing: 0.03em;
}

.fv__flex{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding-left: 0;
}

.fv__logo{
	width: 5.75rem;
	height: 6.25rem;
	position: relative;
	top: 0.1875rem;
}

.prevent-decrease__link {
	font-size: 1.5625rem;
	line-height: 1.2;
}

.intro__flex {
	position: static;
}

.intro__logo {
	position: static;
	bottom: auto;
	right: auto;
	height: 8.8125rem;
	width: 8.0625rem;
}

.cut__figure{
	margin-top: 1.125rem;
}

.cut__figure img {
	-o-object-fit: cover;
	aspect-ratio: 960/216;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__bottom-inner{
	max-width: 62.5rem;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1.875rem;
}

.cut__environment img {
	-o-object-fit: cover;
	aspect-ratio: 1000/562;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.cut__bottom-text{
	text-align: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.cut__environment{

	margin-top: 0.625rem;
	margin-left: 0;
	margin-right: 0;
}

.faq-card__label--answer {
	color: #222;
	position: relative;
	top: 0.1875rem;
}

.footer {
	background-color: #81B8FF;
	padding: 3rem 0 1rem;
	text-align: center;
}

}

@media (min-width: 1220px) {

html {
	font-size: 1rem;
}

}

@media (min-width: 1300px) {

.pc-nav__text {
	font-size: 1.125rem;
}

.pc-nav__button-text {
	font-size: 1.125rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes arrow-bounce-down {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(0.5rem);
}

}


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