/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ========================================== */

body {
	color: #2F2E2E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.8;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* ========================================== */

/* ========================================== */

/* ============================
header
 ========================= */

.l-header {
	background: rgba(255, 255, 255, 0.8);
	left: 0;
	padding: 1.9rem 13.3rem 1.8rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.l-header__logo {
	width: 17rem;
}

/* ========================================== */

/* ============================
main
 ========================= */

/* inner1100px */

.l-main__inner {
	margin: 0 auto;
	max-width: 113.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

/* ========================================== */

/* ============================
footer
 ========================= */

.l-footer {
	background: #2F2E2E;
	padding: 2.4rem 1rem;
}

.l-footer small {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.7px;
	text-align: center;
}

/* ========================================== */

/* ========================================== */

/* ============================
cta
 ========================= */

.c-cta {
	background: url(../img/cta-bg_pc.webp) no-repeat center bottom/cover;
	color: #FFF;
	padding: 10.7rem 0;
}

.c-cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0 2rem;
	row-gap: 1.6rem;
}

.c-cta__text {
	font-size: 1.8rem;
	text-align: center;
}

.c-cta__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 0.4rem;
}

.c-cta__button-wrap-copy .--text {
	font-size: 1.8rem;
}

.c-cta__button-wrap-copy .--text span {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 150%;
}

.c-cta__button {
	-moz-column-gap: 1.6rem;
	align-items: center;
	background: #FF9800;
	border: 0.3rem solid #FFF;
	border-radius: 10rem;
	color: #fff;
	column-gap: 1.6rem;
	display: flex;
	font-size: 2.2rem;
	justify-content: center;
	letter-spacing: 1.1px;
	line-height: 150%;
	padding: 3.2rem 7rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cta__button img {
	width: 2.4rem;
}

/* ========================================== */

/* ============================
c-heading_セクションタイトル
 ========================= */

.c-heading {
	font-size: 4rem;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
}

.c-heading .--28 {
	font-size: 2.8rem;
}

.c-heading img {
	display: inline-block;
	margin-right: 1.7rem;
	width: 15rem;
}

/* ========================================== */

/* ============================
c-video
 ========================= */

.c-video.--sp {
	aspect-ratio: 30/61;
}

.c-video__content {
	border-radius: 2rem;
	display: flex;
	overflow: hidden;
}

.c-video__content video {
	width: 100%;
}

.c-video.--roulette,
.c-video.--foreign {
	display: grid;
	justify-items: center;
}

.c-video.--roulette .c-video__content.--sp,
.c-video.--foreign .c-video__content.--sp {
	border-radius: 4rem;
}

.c-video.--foreign .c-video__content {
	max-width: 30rem;
}

/* ========================================== */

/* ========================================== */

/* ============================
p-fv
 ========================= */

.p-fv {
	position: relative;
}

.p-fv__wrap {
	left: 10rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-fv__lead {
	-moz-column-gap: 0.9rem;
	align-items: center;
	background: #0675ED;
	border-radius: 1rem;
	color: #FFF;
	column-gap: 0.9rem;
	display: flex;
	font-size: 2.8rem;
	padding: 0.8rem 2rem;
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-fv__lead::after {
	border-color: #0675ED transparent transparent transparent;
	border-style: solid;
	border-width: 2rem 1.2rem 0 1.2rem;
	bottom: 0;
	content: "";
	height: 0;
	left: 12.2rem;
	position: absolute;
	transform: translateY(100%);
	width: 0;
}

.p-fv__lead img {
	width: 3rem;
}

.p-fv__heading {
	font-size: 6.4rem;
	letter-spacing: 3.2px;
	line-height: 1.5;
	margin-top: 1.8rem;
}

.p-fv__heading .--40 {
	font-size: 4rem;
}

.p-fv__heading .--db {
	display: block;
}

.p-fv__heading img {
	margin-top: 1.6rem;
	width: 36.8rem;
}

.p-fv__cta {
	margin-right: auto;
	margin-top: 6rem;
	width: -moz-fit-content;
	width: fit-content;
}

/* ============================
p-introduction
 ========================= */

.p-introduction {
	background: url(../img/introduction-bg_pc.webp) no-repeat center center/cover;
	padding: 12rem 0 19.8rem;
	position: relative;
}

.p-introduction::after {
	background: url(../img/introduction-illustration_pc.webp) no-repeat center center/cover;
	bottom: 19.8rem;
	content: "";
	display: block;
	height: 29.1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 127.8rem;
	z-index: 1;
}

.p-introduction__inner {
	margin: 0 auto;
	max-width: 112.2rem;
	padding: 0 2rem;
	width: 100%;
}

.p-introduction__wrap {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	justify-content: center;
	margin-top: 8rem;
}

.p-introduction__content {
	background: #fff;
	border-radius: 2rem;
	flex: 1;
	min-height: 45.3rem;
	padding: 3rem;
}

.p-introduction__content:first-of-type .p-introduction__sub-heading {
	background: #0675ED;
}

.p-introduction__content:first-of-type .p-introduction__sub-heading::after {
	border-color: #0675ED transparent transparent transparent;
}

.p-introduction__content:last-of-type .p-introduction__sub-heading {
	background: #07C8ED;
}

.p-introduction__content:last-of-type .p-introduction__sub-heading::after {
	border-color: #07C8ED transparent transparent transparent;
}

.p-introduction__sub-heading {
	border-radius: 1rem;
	color: #FFF;
	font-size: 2.8rem;
	letter-spacing: 1.4px;
	line-height: 150%;
	margin: 0 auto;
	padding: 0.6rem 2.1rem 0.7rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-introduction__sub-heading::after {
	border-style: solid;
	border-width: 2.3rem 1.35rem 0 1.35rem;
	bottom: 1rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
	z-index: -1;
}

.p-introduction__list {
	margin-top: 1.8rem;
}

.p-introduction__list-item {
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	padding-left: 1.5rem;
	position: relative;
}

.p-introduction__list-item::after {
	background: linear-gradient(90deg, #0675ED 0%, #06CAED 100%);
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 1.2rem;
	width: 0.6rem;
}

.p-introduction__list-item:not(:first-of-type) {
	margin-top: 1rem;
}

.p-introduction__video {
	box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.08);
	max-width: 30rem;
	width: 100%;
}

/* ============================
p-worry
 ========================= */

.p-worry {
	background: url(../img/worry-bg_pc.webp) no-repeat center bottom/cover;
	padding: 12rem 0 21rem;
}

.p-worry__inner {
	margin: 0 auto;
	max-width: 108rem;
	padding: 0 2rem;
	width: 100%;
}

.p-worry__list {
	display: flex;
	justify-content: space-between;
	margin-top: 6rem;
}

.p-worry__item {
	width: calc(33.3% - 4rem);
}

.p-worry__item-heading {
	background: #B5B6B6;
	border-radius: 1rem;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
	line-height: 150%;
	margin: 0 auto;
	padding: 0.8rem 2.2rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-worry__item-heading::after {
	border-color: #B5B6B6 transparent transparent transparent;
	border-style: solid;
	border-width: 2.3rem 1.35rem 0 1.35rem;
	bottom: 1rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
	z-index: -1;
}

.p-worry__item-img {
	margin: 2.6rem auto 0;
	max-width: 21.7rem;
	width: 100%;
}

.p-worry__item-text {
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	margin-top: 1.6rem;
}

/* ============================
p-features
 ========================= */

.p-features {
	background: url(../img/features-bg_pc.webp) no-repeat center top/cover;
	padding: 8rem 0 12rem;
}

.p-features__inner {
	margin: 0 auto;
	max-width: 126rem;
	padding: 0 2rem;
	width: 100%;
}

.p-features__list {
	display: flex;
	flex-direction: column;
	margin-top: 14rem;
	row-gap: 20rem;
}

.p-features__item:nth-of-type(even) .p-features__item-inner {
	flex-direction: row-reverse;
}

.p-features__item:last-of-type .p-features__item-inner {
	flex-direction: row;
}

.p-features__item:last-of-type .p-features__item-lead {
	margin-top: 2rem;
}

.p-features__item-inner {
	-moz-column-gap: 6rem;
	align-items: center;
	column-gap: 6rem;
	display: flex;
	min-height: 30rem;
}

.p-features__item-inner + .p-features__item-inner {
	flex-direction: row-reverse;
	margin-top: 8rem;
}

.p-features__item-inner + .p-features__item-inner .p-features__item-lead {
	margin-top: 2.7rem;
}

.p-features__item-content {
	max-width: 56rem;
	width: 100%;
}

.p-features__item-heading {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
}

.p-features__item-heading .--number {
	color: #0675ED;
	font-family: "Montserrat", sans-serif;
	font-size: 6.4rem;
	letter-spacing: 5.76px;
	line-height: 150%;
}

.p-features__item-heading .--text {
	background: #0675ED;
	border-radius: 1rem;
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 1.4px;
	line-height: 150%;
	padding: 1rem 2.4rem;
}

.p-features__item-lead {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 150%;
	margin-top: 1rem;
}

.p-features__item-check {
	margin-top: 2rem;
}

.p-features__item-check-content {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0.8px;
}

.p-features__item-check-content:not(:first-of-type) {
	margin-top: 1rem;
}

.p-features__item-check-content img {
	width: 2.6rem;
}

.p-features__item-img {
	max-width: 58rem;
	width: 100%;
}

.p-features__item-img.--lg {
	max-width: 61.2rem;
}

.p-features__item-img.--df {
	-moz-column-gap: 3rem;
	align-items: flex-end;
	column-gap: 3rem;
	display: flex;
}

.p-features__item-img.--df .--video {
	border-radius: 2rem;
	max-width: 25rem;
	overflow: hidden;
	width: 100%;
}

.p-features__item-img.--df .--pic {
	max-width: 29.8rem;
	width: 100%;
}

.p-features__item-img .c-video__content {
	box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.08);
}

.p-features__item-sub {
	-moz-column-gap: 6rem;
	column-gap: 6rem;
	display: flex;
	margin-top: 8rem;
}

.p-features__item-sub-content {
	width: calc(50% - 3rem);
}

.p-features__item-sub-content p {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	line-height: 150%;
	text-align: center;
}

.p-features__item-sub-img {
	border-radius: 2rem;
	box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.08);
	margin-top: 1rem;
	overflow: hidden;
}

/* ============================
p-comics
 ========================= */

.p-comics {
	background: url(../img/comics-bg_pc.webp) no-repeat center center/cover;
	padding: 12rem 0;
}

.p-comics__inner {
	margin: 0 auto;
	max-width: 79rem;
	padding: 0 2rem;
	width: 100%;
}

.p-comics__copy {
	font-size: 1.8rem;
	letter-spacing: 0.9px;
}

.p-comics__copy .--22 {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
}

.--bottom {
	-moz-column-gap: 1.7rem;
	align-items: center;
	column-gap: 1.7rem;
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	letter-spacing: 1.4px;
	letter-spacing: 1.4px;
	line-height: 150%;
}

.--bottom img {
	width: 20rem;
}

.p-comics__wrap {
	margin-top: 8rem;
}

/* ============================
アニメーション
 ========================= */

.js-inview {
	opacity: 0;
	transition: all 0.6s ease 0.2s;
}

.js-inview.is-show {
	opacity: 1;
}

.js-inview.--fadein-up {
	transform: translateY(4rem);
}

.js-inview.--fadein-up.is-show {
	transform: translateY(0);
}

.js-inview.--fadein-right {
	transform: translateX(-4rem);
}

.js-inview.--fadein-right.is-show {
	transform: translateX(0);
}

.js-inview.--fadein-left {
	transform: translateX(4rem);
}

.js-inview.--fadein-left.is-show {
	transform: translateX(0);
}

/* ========================================== */

/* ========================================== */

/* ============================
u-font
 ========================= */

.u-font { /* /color */ /* あしらい */ /* /あしらい */ /* font-weight */ /* /font-weight */
}

.u-font--orange {
	color: #FF9800;
}

.u-font--yellow {
	color: #FFD100;
}

.u-font--blue {
	color: #0675ED;
}

.u-font--marker {
	background: linear-gradient(transparent 60%, #F3F73E 60%);
	display: inline;
	font-weight: 700;
}

.u-font--marker-gold {
	background: linear-gradient(90deg, #D7C945 0%, #FEF98C 50%, #D6C950 100%);
	display: inline;
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #F3F73E 15%, transparent 15%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4rem; /* 縦方向の位置調整 */
}

.u-font--hukidashi {
	-moz-column-gap: 0.4rem;
	align-items: center;
	column-gap: 0.4rem;
	display: flex;
	justify-content: center;
	letter-spacing: 0.9px;
	line-height: 150%;
}

.u-font--hukidashi.--white .--line {
	background: #fff;
}

.u-font--hukidashi .--line {
	background: #2f2f2f;
	display: block;
	height: 0.4rem;
	padding-top: 0.2rem;
	width: 2rem;
}

.u-font--hukidashi .--line:first-of-type {
	transform: rotate(60deg);
}

.u-font--hukidashi .--line:last-of-type {
	transform: rotate(-60deg);
}

.u-font--dots {
	background-image: radial-gradient(circle at center, #0675ED 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	padding-top: 0.1em;
}

.u-font--400 {
	font-weight: 400;
}

.u-font--500 {
	font-weight: 500;
}

.u-font--600 {
	font-weight: 600;
}

.u-font--700 {
	font-weight: 700;
}

.u-font--900 {
	font-weight: 900;
}

.u-font--serif {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Noto Serif JP", serif;
}

/* ========================================== */

/* ============================
u-font
 ========================= */

.u-bg--green {
	background: #32A681;
}

.u-bg--green02 {
	background: #36B087;
}

.u-bg--gray {
	background: #F5F5F5;
}

.u-bg--Lgreen {
	background: #F1F6DF;
}

.u-bg--Lgreen02 {
	background: #F7FBEC;
}

.u-bg--Ggreen {
	background: linear-gradient(90deg, #3CB58A 0%, #29937C 100%);
}

.u-bg--G-Lgreen {
	background: linear-gradient(90deg, rgba(241, 246, 223, 0.9) 0%, rgba(227, 244, 238, 0.9) 100%);
}

.u-bg--white {
	background: #fff;
}

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

html {
	font-size: 2.6666666667vw;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header {
	padding: 1.1rem 1.8rem 1rem;
}

.l-header__logo {
	width: 11rem;
}

.l-footer {
	padding: 2.4rem 2rem;
}

.l-footer small {
	font-size: 1.1rem;
	letter-spacing: 0.55px;
}

.c-cta {
	background: url(../img/cta-bg_sp.webp) no-repeat center center/cover;
	padding: 6rem 0;
}

.c-cta__inner {
	row-gap: 0.8rem;
}

.c-cta__text {
	font-size: 1.6rem;
	text-align: left;
}

.c-cta__button-wrap-copy .--text {
	font-size: 1.6rem;
}

.c-cta__button-wrap-copy .--text span {
	font-size: 2rem;
}

.c-cta__button {
	font-size: 2rem;
	padding: 2rem 4rem;
}

.c-cta__button img {
	width: 2rem;
}

.c-heading {
	font-size: 2.4rem;
	letter-spacing: 1.2px;
}

.c-heading .--28 {
	font-size: 2.2rem;
}

.p-fv__wrap {
	left: 50%;
	top: 6rem;
	transform: translateX(-50%);
}

.p-fv__lead {
	font-size: 1.6rem;
	margin: 0 auto;
}

.p-fv__lead::after {
	border-width: 0.8rem 0.55rem 0 0.55rem;
	left: 50%;
	transform: translate(-50%, 100%);
}

.p-fv__lead img {
	width: 2rem;
}

.p-fv__heading {
	font-size: 3.6rem;
	letter-spacing: 1.8px;
	line-height: 1.3;
	text-align: center;
}

.p-fv__heading .--40 {
	font-size: 2rem;
}

.p-fv__heading .--db {
	display: inline-block;
}

.p-fv__heading img {
	margin: 0.8rem auto 0;
	width: 25rem;
}

.p-fv__cta {
	margin: 31.8rem auto 0;
}

.p-introduction {
	background: url(../img/introduction-bg_sp.webp) no-repeat center center/cover;
	padding: 4rem 0;
}

.p-introduction::after {
	background: url(../img/introduction-illustration_sp.webp) no-repeat center center/cover;
	bottom: 32.3rem;
	height: 14rem;
	width: 34.6rem;
}

.p-introduction__wrap {
	flex-direction: column;
	margin-top: 4rem;
	row-gap: 4rem;
}

.p-introduction__content {
	min-height: auto;
	padding: 3rem 2rem;
}

.p-introduction__content:first-of-type {
	order: 2;
}

.p-introduction__content:last-of-type {
	order: 3;
}

.p-introduction__sub-heading {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
	padding: 0.8rem 3.3rem 0.9rem;
}

.p-introduction__sub-heading::after {
	border-width: 0.8rem 0.55rem 0 0.55rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.p-introduction__list {
	margin-top: 2.1rem;
}

.p-introduction__list-item {
	letter-spacing: 0;
}

.p-introduction__list-item:not(:first-of-type) {
	margin-top: 0.8rem;
}

.p-introduction__video {
	order: 1;
}

.p-worry {
	background: url(../img/worry-bg_sp.webp) no-repeat center bottom/cover;
	padding: 6rem 0 10.4rem;
}

.p-worry__list {
	flex-direction: column;
	padding: 0 1.45rem;
	row-gap: 4rem;
}

.p-worry__item {
	width: 100%;
}

.p-worry__item-heading::after {
	border-width: 0.8rem 0.55rem 0 0.55rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.p-features {
	background: url(../img/features-bg_sp.webp) no-repeat center top/cover;
	padding: 6rem 0 4rem;
}

.p-features__list {
	margin-top: 6rem;
	row-gap: 6rem;
}

.p-features__item:nth-of-type(even) .p-features__item-inner {
	flex-direction: column;
}

.p-features__item:last-of-type .p-features__item-lead {
	margin-top: 1rem;
}

.p-features__item-inner {
	flex-direction: column;
	min-height: auto;
	row-gap: 4rem;
}

.p-features__item-inner + .p-features__item-inner {
	flex-direction: column;
	margin-top: 0;
}

.p-features__item-inner + .p-features__item-inner .p-features__item-lead {
	margin-top: 1rem;
}

.p-features__item-content {
	max-width: 100%;
}

.p-features__item-heading {
	flex-direction: column;
}

.p-features__item-heading .--number {
	font-size: 4rem;
	letter-spacing: 3.6px;
}

.p-features__item-heading .--text {
	font-size: 2.2rem;
	padding: 0.8rem 1.6rem;
}

.p-features__item-lead {
	font-size: 2rem;
	letter-spacing: 1px;
}

.p-features__item-check-content {
	font-size: 1.5rem;
	letter-spacing: 0.75px;
}

.p-features__item-check-content img {
	width: 2.2rem;
}

.p-features__item-img {
	max-width: 100%;
}

.p-features__item-img.--df .--video {
	margin: 0 auto;
	max-width: 14.4rem;
}

.p-features__item-img.--df .--pic {
	display: none;
}

.p-features__item-img .c-video__content {
	min-height: 17.3rem;
}

.p-features__item-sub {
	flex-direction: column;
	margin-top: 4rem;
	row-gap: 4rem;
}

.p-features__item-sub-content {
	width: 100%;
}

.p-features__item-sub-content p {
	font-size: 2rem;
	letter-spacing: 1px;
}

.p-comics {
	background: url(../img/comics-bg_sp.webp) no-repeat center center/cover;
	padding: 6rem 0;
}

.p-comics__copy {
	font-size: 1.6rem;
	letter-spacing: 0.8px;
}

.p-comics__copy .--22 {
	font-size: 2rem;
	letter-spacing: 1px;
}

.--bottom {
	font-size: 2.2rem;
	letter-spacing: 1.1px;
}

.--bottom img {
	width: 16.8rem;
}

.p-comics__wrap {
	margin-top: 4rem;
}

.u-font--hukidashi .--line {
	height: 0.3rem;
	width: 1.8rem;
}

}

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

.p-features__item-inner {
	flex-direction: column;
}

}

