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

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

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::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: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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(10px);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

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;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-app {
	align-items: center;
	display: flex;
	gap: 1.425rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 32.25rem;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-title {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.c-title::before {
	background-color: #127FD1;
	border-radius: 0.1875rem;
	bottom: -1.1875rem;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8.125rem;
}

.c-title.--white {
	color: #fff;
}

.c-title.--white::before {
	background-color: #fff;
}

.l-cv {
	margin-top: -2.75rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.fadeIn {
	opacity: 0;
	transform: translateY(20%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.popUp {
	transform: translateY(20%) scale(0);
}

.fadeIn.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fadeIn.popUp.is-active {
	transform: translateY(0) scale(1);
}

.p-cv {
	background-color: #EDF1F6;
	padding-bottom: 3.125rem;
}

.p-cv__text {
	background: url(../images/bg_fukidashi.webp) center top/contain no-repeat;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	height: 6.4375rem;
	letter-spacing: -0.05em;
	line-height: 4rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.375rem;
	position: relative;
	text-align: center;
	width: 35.8125rem;
}

.p-cv__text span {
	font-size: 2.4rem;
}

.p-cv__text strong {
	font-size: 2.75rem;
}

.p-cv__text.--purple {
	background: url(../images/bg_fukidashi_purple.webp) center top/contain no-repeat;
	width: 44.125rem;
}

.p-cv__app {
	margin-left: 2.6875rem;
}

.p-event {
	background-color: #EDF1F6;
	padding-bottom: 8.4375rem;
	padding-top: 8.4375rem;
	position: relative;
}

.p-event::before {
	background: url(../images/bg_event.webp) center center/100% 100% no-repeat;
	content: "";
	height: 38.5rem;
	position: absolute;
	right: 0;
	top: 3.4375rem;
	width: 38.5625rem;
}

.p-event__wrap {
	display: grid;
	grid-template-columns: 1fr 18.875rem;
	position: relative;
	z-index: 1;
}

.p-event__title {
	font-size: 2.1875rem;
	font-weight: bold;
	line-height: 1.4571428571;
}

.p-event__text {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2.0588235294;
	margin-top: 1.4375rem;
	max-width: 46.125rem;
}

.p-event__main {
	margin-top: 1.875rem;
}

.p-event__list {
	grid-gap: 0.9375rem;
	align-items: center;
	background-color: #fff;
	border-radius: 2.5rem;
	display: grid;
	font-size: 1.5625rem;
	font-weight: bold;
	gap: 0.9375rem;
	grid-template-columns: 2rem 1fr;
	line-height: 2rem;
	padding: 0.875rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event__list span {
	color: #6554FF;
}

.p-event__list strong {
	font-size: 2.5rem;
}

.p-event__list sup {
	font-size: 1.5625rem;
}

.p-event__list + .p-event__list {
	margin-top: 1.25rem;
}

.p-event__note {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
	margin-top: 2.1875rem;
}

.p-event__movie {
	position: relative;
	z-index: 1;
}

.p-event__movie::before {
	background: url(../images/iphone.webp) center center/100% 100% no-repeat;
	content: "";
	height: calc(100% + 2.5rem);
	left: -1.25rem;
	position: absolute;
	top: -1rem;
	width: calc(100% + 2.5rem);
}

.p-event__movie video {
	width: 100%;
}

.p-faq {
	padding-bottom: 7.6875rem;
	padding-top: 6.75rem;
}

.p-faq__blocks {
	margin-top: 8.625rem;
}

.p-faq__block {
	background-color: #E2F1FF;
	border-radius: 1.25rem;
	cursor: pointer;
	padding-left: 5.125rem;
	padding-right: 2.3125rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 2.9375rem;
}

.p-faq__q {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 2.1875rem;
	min-height: 7.0625rem;
	position: relative;
}

.p-faq__q span {
	color: #127FD1;
	font-size: 1.875rem;
	font-weight: bold;
	left: -2.8125rem;
	position: absolute;
}

.p-faq__q::before,
.p-faq__q::after {
	background-color: #127FD1;
	content: "";
	height: 0.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.p-faq__q::after {
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.45s;
}

.p-faq__q.is-active::after {
	transform: translateY(-50%);
}

.p-faq__a {
	display: none;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2.0588235294;
	margin-top: -0.625rem;
	padding-bottom: 2.6875rem;
	padding-right: 3.75rem;
}

.p-feature {
	background: url(../images/bg_feature.webp) center top/100% auto no-repeat;
	background-color: #EDF1F6;
	padding-bottom: 8.25rem;
	padding-top: 7.3125rem;
}

.p-feature__inner {
	max-width: calc(57.5rem + 25px + 25px);
}

.p-feature__blocks {
	margin-top: 7.25rem;
}

.p-feature__block {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.p-feature__block + .p-feature__block {
	margin-top: 1.875rem;
}

.p-feature__content {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 3.75rem;
	padding-left: 5rem;
	padding-right: 4.375rem;
	width: 34.8125rem;
}

.p-feature__block:nth-child(2) {
	flex-direction: row-reverse;
}

.p-feature__block:nth-child(2) .p-feature__content {
	margin-left: auto;
}

.p-feature__number {
	-webkit-background-clip: text;
	color: transparent;
	font-size: 6rem;
	font-weight: 900;
	line-height: 8.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-feature__head.--blue .p-feature__number {
	background-image: linear-gradient(to right, #0043B6, #127FD1);
}

.p-feature__head.--blue .p-feature__subTitle span {
	color: #0043B6;
}

.p-feature__head.--purple .p-feature__number {
	background-image: linear-gradient(45deg, #A57DDD, #6554FF);
}

.p-feature__head.--purple .p-feature__subTitle span {
	color: #A57DDD;
}

.p-feature__head.--green .p-feature__number {
	background-image: linear-gradient(45deg, #64CDB2, #00C1DB);
}

.p-feature__head.--green .p-feature__subTitle span {
	color: #64CDB2;
}

.p-feature__subTitle {
	font-feature-settings: "palt";
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
	margin-top: -0.625rem;
}

.p-feature__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.p-feature__img {
	position: relative;
}

.p-feature__img picture {
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
	width: 17.25rem;
}

.p-feature__illust1 {
	bottom: -2.125rem;
	left: -5rem;
	position: absolute;
	width: 6.3125rem;
}

.p-feature__illust2 {
	bottom: 0;
	position: absolute;
	right: -8.3125rem;
	width: 10.9375rem;
}

.p-feature__illust3 {
	bottom: -0.9375rem;
	left: -9.3125rem;
	position: absolute;
	width: 8.3125rem;
}

.p-feature__beginner {
	left: -8.5rem;
	position: absolute;
	top: 0;
	width: 7.5rem;
}

.p-footer {
	background-color: #2D2D2D;
	padding-bottom: 0.75rem;
	padding-top: 1.75rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 13.8125rem;
}

.p-footer__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.3125rem 0;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 52.1875rem;
}

.p-footer__link:not(:nth-child(1)):not(:nth-child(7)) a {
	border-left: 1px solid #fff;
}

.p-footer__link a {
	-webkit-text-decoration: underline;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	text-decoration: underline;
}

.p-footer__copy {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.9166666667;
	margin-top: 0.75rem;
	text-align: center;
}

.p-intro {
	background: url(../images/bg_intro.webp) center 2.6875rem/cover no-repeat;
	padding-bottom: 8.125rem;
	padding-top: 5.5625rem;
}

.p-intro__title {
	background: linear-gradient(to right, #127FD1, #0043B6);
	color: #fff;
	font-size: 5.625rem;
	font-weight: bold;
	line-height: 0.6666666667;
	margin-left: auto;
	margin-right: auto;
	padding: 1.75rem 1rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-intro__text {
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2.0588235294;
	margin-top: 2.5rem;
	text-align: center;
}

.p-intro__note {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.6666666667;
	margin-top: 1.0625rem;
	text-align: center;
}

.p-intro__figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.875rem;
	max-width: 51.875rem;
}

.p-intro__arrow {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	width: 3.375rem;
}

.p-introo__bottom {
	font-size: 2.875rem;
	font-weight: bold;
	line-height: 1.0869565217;
	margin-top: 2.875rem;
	text-align: center;
}

.p-introo__bottom span {
	color: #0043B6;
	display: inline-block;
	position: relative;
}

.p-introo__bottom span::before {
	background-color: #0043B6;
	bottom: -0.1em;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-mv {
	background: url(../images/bg_mv.jpg) center center/cover no-repeat;
	padding-bottom: 2.8125rem;
	padding-top: 1.5625rem;
	position: relative;
}

.p-trouble {
	background: linear-gradient(to bottom, #0043B6, #127FD1);
	padding-bottom: 8.75rem;
	padding-top: 7.5rem;
}

.p-trouble__main {
	margin-top: 7.3125rem;
	position: relative;
}

.p-trouble__comments {
	grid-gap: 2.25rem;
	display: grid;
	gap: 2.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 64.375rem;
}

.p-trouble__comment {
	height: 11.0625rem;
	padding-top: 2.3125rem;
	position: relative;
}

.p-trouble__comment span {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6666666667;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-trouble__comment::before {
	background: url(../images/bg_fuwafuwa.webp) center top/contain no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-trouble__comment.--1 {
	margin-top: 5rem;
}

.p-trouble__comment.--2::before {
	transform: scale(-1, 1);
}

.p-trouble__comment.--3 {
	margin-top: 5rem;
}

.p-trouble__comment.--3::before {
	transform: scale(-1, 1);
}

.p-trouble__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -4.375rem;
	max-width: 27.8125rem;
}

.p-trouble__img2 {
	margin-left: 1.6875rem;
	margin-top: 7rem;
	width: 8.1875rem;
}

.p-trouble__bottom {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.875rem;
	max-width: 51.5rem;
}

.p-trouble__border {
	border: 1px solid #fff;
	border: 1.6px solid #fff;
	border-radius: 2.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2.25rem;
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
	text-align: center;
}

.p-trouble__border span {
	font-size: 1.75rem;
}

.p-trouble__bottomText {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 2.25rem;
	text-align: center;
}

.p-trouble__bottomText span {
	color: #FFDD00;
	display: inline-block;
	position: relative;
}

.p-trouble__bottomText span::before {
	background-color: #FFDD00;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-use {
	background-color: #EDF1F6;
	padding-top: 3.125rem;
}

.p-use__box {
	background-color: #fff;
	border-radius: 3.125rem;
	padding: 2.3125rem 1.25rem 3.6875rem;
}

.p-use__title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
}

.p-use__img {
	margin-top: 1.9375rem;
}

.p-voice {
	background: linear-gradient(to bottom, #64CDB2, #00C1DB);
	overflow: hidden;
	padding-bottom: 8.4375rem;
	padding-top: 6.5625rem;
	position: relative;
}

.p-voice__slider {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.9375rem;
	max-width: 39.375rem;
}

.p-voice__slider .slick-list {
	overflow: visible;
	overflow: initial;
}

.p-voice__slider .slick-track {
	display: flex;
}

.p-voice__slider .slider-dots {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5.875rem;
}

.p-voice__slider .slider-dots li {
	background-color: #E2F1FF;
	border-radius: 50%;
	height: 0.75rem;
	width: 0.75rem;
}

.p-voice__slider .slider-dots li.slick-active {
	background-color: #000;
}

.p-voice__slider .slider-dots button {
	display: none;
}

.p-voice__sliderItem {
	display: flex !important;
	height: auto !important;
}

.p-voice__sliderItem {
	flex-direction: column;
	margin-left: 3.4375rem;
	margin-right: 3.4375rem;
	position: relative;
}

.p-voice__img {
	left: 3.3125rem;
	position: relative;
	width: 12.5rem;
	z-index: 1;
}

.p-voice__card {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 1.5rem;
	flex-grow: 1;
	margin-top: -6.8125rem;
	padding: 2.5rem 3.25rem 2.1875rem;
}

.p-voice__prof {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-left: auto;
	width: 50%;
}

.p-voice__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 1.875rem;
}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-app {
	gap: 0.9375rem;
	max-width: 21.25rem;
}

.c-title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.c-title::before {
	width: 5.6875rem;
}

.l-cv {
	margin-top: -1.625rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-cv {
	padding-bottom: 1.625rem;
}

.p-cv__text {
	font-size: 1rem;
	height: 4.5rem;
	line-height: 2.5rem;
	padding-top: 0.1875rem;
	width: 21.25rem;
}

.p-cv__text span {
	font-size: 1.4375rem;
}

.p-cv__text strong {
	font-size: 1.6875rem;
}

.p-cv__text.--purple {
	background: url(../images/bg_fukidashi_purple_sp.webp) center top/contain no-repeat;
	height: 7rem;
	line-height: 2.1875rem;
	padding-top: 0.6875rem;
	width: 21.25rem;
}

.p-cv__app {
	margin-left: 0;
	margin-top: 0.25rem;
}

.p-event {
	padding-bottom: 2.75rem;
	padding-top: 3.375rem;
}

.p-event__wrap {
	grid-template-columns: 100%;
	margin-top: 4.375rem;
}

.p-event__content {
	display: contents;
}

.p-event__title {
	font-size: 1.5rem;
	line-height: 1.4166666667;
}

.p-event__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 0.75rem;
}

.p-event__main {
	order: 1;
}

.p-event__lists {
	margin-left: auto;
	margin-right: auto;
	max-width: 21.25rem;
}

.p-event__list {
	border-radius: 1.875rem;
	font-size: 1.4375rem;
	gap: 1.375rem;
	grid-template-columns: 2.625rem 1fr;
	line-height: 1.875rem;
	padding: 0.75rem 1.25rem;
	width: 100%;
}

.p-event__list strong {
	font-size: 2.375rem;
}

.p-event__list sup {
	font-size: 1.4375rem;
}

.p-event__note {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.4375rem;
}

.p-event__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 13.5rem;
}

.p-event__movie {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.75rem;
	max-width: 17.5rem;
}

.p-faq {
	padding-bottom: 5.25rem;
	padding-top: 3.3125rem;
}

.p-faq__blocks {
	margin-top: 3.9375rem;
}

.p-faq__block {
	border-radius: 0.625rem;
	padding-left: 3.75rem;
	padding-right: 1.25rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 2.0625rem;
}

.p-faq__q {
	font-size: 1.25rem;
	line-height: 1.5;
	min-height: auto;
	padding-bottom: 1.375rem;
	padding-right: 2.4375rem;
	padding-top: 1.375rem;
}

.p-faq__q span {
	top: 0.75rem;
}

.p-faq__q::before,
.p-faq__q::after {
	width: 1.5rem;
}

.p-faq__a {
	font-size: 1rem;
	line-height: 1.75;
	padding-right: 0;
}

.p-feature {
	background-image: url(../images/bg_feature_sp.webp);
	overflow: hidden;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-feature__blocks {
	height: calc(100% + 12.5rem);
	margin-left: -6.25rem;
	margin-top: 6.125rem;
	width: calc(100% + 12.5rem);
}

.p-feature__block {
	display: block;
}

.p-feature__content {
	height: 100%;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	padding-top: 15.1875rem;
	width: 100%;
}

.p-feature__head {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-feature__number {
	font-size: 3.75rem;
	line-height: 0.9333333333;
}

.p-feature__subTitle {
	font-size: 1.3125rem;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-top: 0.35rem;
}

.p-feature__img {
	position: absolute;
}

.p-feature__block:nth-child(1) .p-feature__img {
	right: 7.8125rem;
	top: -2.9375rem;
}

.p-feature__block:nth-child(2) .p-feature__img {
	left: 7.1875rem;
	top: -4.875rem;
}

.p-feature__block:nth-child(2) .p-feature__content {
	padding-top: 13rem;
}

.p-feature__block:nth-child(3) .p-feature__img {
	right: 7.1875rem;
	top: -0.25rem;
	width: 11.0625rem;
}

.p-feature__block:nth-child(3) .p-feature__content {
	padding-top: 19.375rem;
}

.p-feature__img picture {
	width: 12rem;
}

.p-feature__illust1 {
	bottom: 0;
	left: -6.875rem;
	width: 4.875rem;
}

.p-feature__illust2 {
	right: -7.4375rem;
	width: 8.5rem;
}

.p-feature__illust3 {
	bottom: 0;
	left: -7.9375rem;
	width: 6.4375rem;
}

.p-feature__beginner {
	left: -7.25rem;
	top: 2.1875rem;
	width: 6rem;
}

.p-footer {
	padding-bottom: 2.3125rem;
	padding-top: 3.3125rem;
}

.p-footer__links {
	gap: 0.875rem 0;
	margin-top: 1.875rem;
}

.p-footer__link:nth-child(4) a,
.p-footer__link:nth-child(5) a {
	border-left: none !important;
}

.p-footer__copy {
	margin-top: 2.375rem;
}

.p-intro {
	background: url(../images/bg_intro_sp.webp) center 1rem/100% no-repeat;
	overflow: hidden;
	padding-bottom: 4.0625rem;
}

.p-intro__title {
	font-size: 2.8125rem;
	line-height: 0.8;
	padding: 0.8125rem;
}

.p-intro__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 2.8125rem;
	text-align: left;
}

.p-intro__note {
	font-size: 0.875rem;
	line-height: 2.8571428571;
	margin-top: 0.8125rem;
	text-align: left;
}

.p-intro__figure {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-intro__figure img {
	mix-blend-mode: multiply;
}

.p-intro__arrow {
	margin-top: -0.625rem;
	width: 2.375rem;
}

.p-introo__bottom {
	font-size: 1.875rem;
	line-height: 1.3333333333;
	margin-top: 1.625rem;
}

.p-mv {
	background: none;
	padding: 0;
}

.p-mv__inner {
	max-width: none;
	max-width: initial;
	padding: 0;
}

.p-trouble {
	padding-bottom: 2.625rem;
	padding-top: 2.5rem;
}

.p-trouble__main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.625rem;
	max-width: 24.375rem;
}

.p-trouble__comments {
	display: contents;
}

.p-trouble__comment {
	padding-top: 0.8125rem;
	position: absolute;
}

.p-trouble__comment span {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.p-trouble__comment.--1 {
	left: 0;
	margin-top: 0;
	top: 0.9375rem;
	width: 10.0625rem;
}

.p-trouble__comment.--1::before {
	background: url(../images/bg_fuwafuwa_sp.webp) center top/contain no-repeat;
}

.p-trouble__comment.--2 {
	left: 0;
	padding-top: 3.25rem;
	top: 12.6875rem;
	width: 16.8125rem;
}

.p-trouble__comment.--2::before {
	background: url(../images/bg_fuwafuwa3_sp.webp) center top/contain no-repeat;
	transform: scale(1, 1);
}

.p-trouble__comment.--3 {
	margin-top: 0;
	right: 0;
	top: 22.6875rem;
	width: 10.875rem;
}

.p-trouble__comment.--3::before {
	background: url(../images/bg_fuwafuwa2_sp.webp) center top/contain no-repeat;
	transform: scale(1, 1);
}

.p-trouble__img1 {
	margin-left: auto;
	width: 10.0625rem;
}

.p-trouble__bottom {
	margin-top: 1rem;
}

.p-trouble__border {
	border-radius: 1.25rem;
	font-size: 1.1875rem;
	line-height: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 21.25rem;
	padding: 0.8125rem 0.9375rem;
	text-align: center;
}

.p-trouble__border span {
	font-size: 1.3125rem;
}

.p-trouble__bottomText {
	font-size: 1.3125rem;
	line-height: 1.5238095238;
}

.p-use__box {
	border-radius: 2.5rem;
	padding: 1.5rem 1.5rem 1.5rem 1.875rem;
}

.p-use__title {
	font-size: 1.5rem;
}

.p-use__img {
	margin-top: 1.25rem;
}

.p-voice {
	padding-bottom: 4.5rem;
	padding-top: 2.5625rem;
}

.p-voice__inner {
	max-width: none;
	max-width: initial;
	padding: 0;
}

.p-voice__slider {
	margin-top: 3.375rem;
	max-width: 25rem;
}

.p-voice__slider .slider-dots {
	gap: 0.75rem;
	margin-top: 2rem;
}

.p-voice__slider .slider-dots li {
	height: 0.625rem;
	width: 0.625rem;
}

.p-voice__sliderItem {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}

.p-voice__img {
	left: 1.5625rem;
	width: 9.375rem;
}

.p-voice__card {
	margin-top: -5.5rem;
	padding: 1.4375rem 1.625rem 2.5rem;
}

.p-voice__prof {
	font-size: 1.125rem;
	margin-left: auto;
	margin-right: 1.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__text {
	font-size: 1.0625rem;
	line-height: 1.6470588235;
	margin-top: 1.625rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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