body {
	background: #fff;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
}

.u-desktop {
	display: none;
}

.u-lg {
	display: none;
}

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

html {
	font-size: 16px;
}

body {
	font-size: inherit;
}

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

/* ホバー */

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

main {
	overflow-x: clip;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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.5;
	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;
	height: auto;
	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;
}

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

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=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-lineText {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	gap: 0.25rem;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-lineText::before,
.c-lineText::after {
	-webkit-mask-image: url(../images/line.png);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #333;
	content: "";
	height: 31px;
	height: 1.9375rem;
	mask-image: url(../images/line.png);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 21px;
	width: 1.3125rem;
}

.c-lineText::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

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

.c-lineText.--white::before,
.c-lineText.--white::after {
	background: #fff;
}

.c-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.c-title span {
	color: #f26241;
}

.c-toTop {
	-webkit-transition: none;
	bottom: 60px;
	bottom: 3.75rem;
	position: fixed;
	right: 10px;
	right: 0.625rem;
	transition: none;
	width: 50px;
	width: 3.125rem;
	z-index: 90;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.p-access {
	background-image: url(../images/bg_grid_gray_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-access__box {
	-webkit-box-shadow: 0.375rem 0.375rem 0 0 rgb(252, 236, 157);
	background: #fff;
	box-shadow: 0.375rem 0.375rem 0 0 rgb(252, 236, 157);
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
	position: relative;
}

.p-access__box::after {
	background-image: url(../images/access.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 47px;
	height: 2.9375rem;
	left: 6px;
	left: 0.375rem;
	position: absolute;
	top: -21px;
	top: -1.3125rem;
	width: 120px;
	width: 7.5rem;
}

.p-access__img img {
	-o-object-fit: cover;
	aspect-ratio: 305/260;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-access__map {
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-top: 85.246%;
	position: relative;
	width: 100%;
}

.p-access__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-access__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-cta {
	background: #e3926a;
	color: #fff;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-align: center;
}

.p-cta__inner {
	position: relative;
}

.p-cta__main {
	font-size: 24px;
	font-size: 1.5rem;
	gap: 0;
	line-height: 1.2;
	margin: 0 auto;
}

.p-cta__main::before,
.p-cta__main::after {
	height: 48px;
	height: 3rem;
	margin-top: -15px;
	margin-top: -0.9375rem;
	width: 27px;
	width: 1.6875rem;
}

.p-cta__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-cta__img {
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 183px;
	max-width: 11.4375rem;
}

.p-cta__btn {
	-webkit-box-shadow: 0 1.585px 1.585px 0 rgba(0, 0, 0, .25);
	-webkit-transition: background-color 0.3s;
	background: #3e9604;
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	border-radius: 0.625rem;
	border-radius: 5rem;
	box-shadow: 0 1.585px 1.585px 0 rgba(0, 0, 0, .25);
	color: #fff;
	display: inline-block;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: -19px;
	margin-top: -1.1875rem;
	padding: 13px 0 13px 4px;
	padding: 0.8125rem 0 0.8125rem 0.25rem;
	position: relative;
	transition: background-color 0.3s;
}

.p-cta__btn::before {
	-webkit-transform: translateY(-50%);
	background-image: url(../images/btn_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.p-features {
	background-image: url(../images/bg_grid_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding-bottom: 51px;
	padding-bottom: 3.1875rem;
	padding-top: 39px;
	padding-top: 2.4375rem;
	position: relative;
}

.p-features__titleWrapper {
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
	text-align: center;
}

.p-features__titleWrapper::before {
	background-image: url(../images/title_person02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 143px;
	height: 8.9375rem;
	left: -29px;
	left: -1.8125rem;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	width: 106px;
	width: 6.625rem;
}

.p-features__subTitle {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 auto;
}

.p-features__title {
	color: #f26241;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 800;
	line-height: 1;
	margin-top: -2px;
	margin-top: -0.125rem;
	text-align: center;
}

.p-features__title span {
	font-size: 36px;
	font-size: 2.25rem;
}

.p-features__points {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-features__point {
	background: #f9ebda;
	padding: 20px 10px 40px;
	padding: 1.25rem 0.625rem 2.5rem;
	position: relative;
}

.p-features__point + .p-features__point {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-features__heading {
	background: #e3926a;
	border-radius: 0.625rem;
	color: #fff;
	padding: 15px 0;
	padding: 0.9375rem 0;
	position: relative;
}

.p-features__heading img {
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	width: 94px;
	width: 5.875rem;
}

.p-features__heading h3 {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-features__heading::before {
	-webkit-transform: translate(-50%, -50%);
	border: 2px dashed #fff;
	border: 0.125rem dashed #fff;
	border-radius: 0.625rem;
	content: "";
	height: calc(100% - 0.625rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0.625rem);
}

.p-features__wrapper {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-features__img img {
	-o-object-fit: cover;
	aspect-ratio: 325/200;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-features__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-features__copy {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-features__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-features__text.bold {
	font-weight: 700;
}

.p-features__text + .p-features__text {
	margin-top: 1.2em;
}

.p-features__list {
	list-style: disc;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding-left: 1.5em;
}

.p-features__list li {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-features__comment {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

.p-features__bubble {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../images/bubble.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-right: 31px;
	margin-right: 1.9375rem;
	min-height: 100px;
	min-height: 6.25rem;
	padding: 14px 34px 14px 20px;
	padding: 0.875rem 2.125rem 0.875rem 1.25rem;
	position: relative;
}

.p-features__bubble span {
	color: #f26241;
}

.p-features__illust {
	bottom: -19px;
	bottom: -1.1875rem;
	position: absolute;
	right: -29px;
	right: -1.8125rem;
	width: 100px;
	width: 6.25rem;
}

.p-features__movie {
	border-top: 2px dashed #d7ccbe;
	border-top: 0.125rem dashed #d7ccbe;
	margin-top: 31px;
	margin-top: 1.9375rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
}

.p-features__movieCopy {
	font-size: 16px;
	font-size: 1rem;
	gap: 0;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
}

.p-features__movieCopy::before,
.p-features__movieCopy::after {
	height: 32px;
	height: 2rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 23px;
	width: 1.4375rem;
}

.p-features__movieText {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-features__movieWrapper {
	margin: 19px 10px 0;
	margin: 1.1875rem 0.625rem 0;
}

.p-features__movieIllust01,
.p-features__movieIllust02 {
	display: none;
}

.p-features__movieEmbed {
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.p-features__movieEmbed iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-features__movieEmbed::before {
	-webkit-transform: translate(-50%, -50%);
	background: #d7ccbe;
	border-radius: 0.625rem;
	content: "";
	content: "";
	height: calc(100% + 1.25rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 1.25rem);
}

.p-fixedBtn {
	bottom: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	height: 50px;
	height: 3.125rem;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 90;
}

.p-fixedBtn__nav,
.p-fixedBtn__requirements,
.p-fixedBtn__cta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: opacity 0.3s, background-color 0.3s;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	line-height: 1;
	transition: opacity 0.3s, background-color 0.3s;
}

.p-fixedBtn__nav {
	display: none;
}

.p-fixedBtn__requirements {
	background: #f26241;
	color: #fff;
}

.p-fixedBtn__cta {
	background: #3e9604;
	color: #fff;
}

.p-flow {
	background-image: url(../images/bg_texture.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-flow__title {
	position: relative;
}

.p-flow__title::before {
	background-image: url(../images/title_person03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 108px;
	height: 6.75rem;
	left: 23px;
	left: 1.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	width: 88px;
	width: 5.5rem;
}

.p-flow__items {
	position: relative;
}

.p-flow__items::after {
	background: #f26241;
	content: "";
	height: calc(100% + 1.5rem);
	left: 14px;
	left: 0.875rem;
	position: absolute;
	top: -6px;
	top: -0.375rem;
	width: 2px;
	width: 0.125rem;
}

.p-flow__item {
	background: #fff;
	border-radius: 0.9375rem;
	display: grid;
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: 1fr 5.9375rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 15px 15px 15px 30px;
	padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
	position: relative;
}

.p-flow__time {
	color: #f26241;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	position: relative;
}

.p-flow__time::before {
	-webkit-transform: translateY(-50%);
	background: #f26241;
	border-radius: 50%;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: -20px;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.p-flow__main {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: -5px;
	margin-top: -0.3125rem;
}

.p-flow__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -5px;
	margin-top: -0.3125rem;
}

.p-flow__img {
	grid-column: 2/3;
	grid-row: 1/4;
	width: 95px;
	width: 5.9375rem;
}

.p-flow__img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-form {
	background-image: url(../images/bg_grid_gray_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0 80px;
	padding: 3.125rem 0 5rem;
}

.p-form form {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
}

.p-form__box {
	-webkit-box-shadow: 0.375rem 0.375rem 0 0 rgb(252, 236, 157);
	background: #fff;
	box-shadow: 0.375rem 0.375rem 0 0 rgb(252, 236, 157);
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 8px 15px;
	padding: 0.5rem 0.9375rem;
}

.p-form__box input[type=text],
.p-form__box input[type=email],
.p-form__box input[type=tel] {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid #c2c2c2;
	border: 0.125rem solid #c2c2c2;
	border-radius: 0.3125rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	padding: 17px;
	padding: 1.0625rem;
	width: 100%;
}

.p-form__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-form__item:not(:last-child) {
	border-bottom: 1px solid #c2c2c2;
}

.p-form__label {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 20px 15px 10px;
	padding: 1.25rem 0.9375rem 0.625rem;
}

.p-form__label span {
	background: #c00000;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 8px;
	margin-left: 0.5rem;
	padding: 3px 6px;
	padding: 0.1875rem 0.375rem;
	vertical-align: middle;
}

.p-form__input {
	padding: 0 15px 30px;
	padding: 0 0.9375rem 1.875rem;
}

.p-form__input.--radio {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-form__input.--radio .wpcf7-list-item {
	display: block;
}

.p-form__input.--radio label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 8px;
	gap: 0.5rem;
	line-height: 1.7;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
}

.p-form__input.--radio input[type=radio] {
	border: 2px solid #c2c2c2;
	border: 0.125rem solid #c2c2c2;
	border-radius: 50%;
	height: 24px;
	height: 1.5rem;
	margin: 0;
	position: relative;
	width: 24px;
	width: 1.5rem;
}

.p-form__input.--radio input[type=radio]:checked::before {
	-webkit-transform: translate(-50%, -50%);
	background: #f26241;
	border-radius: 50%;
	content: "";
	display: block;
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	width: 0.6875rem;
}

.p-form__note {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.p-form__note br {
	display: none;
}

.p-form__btn {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 303px;
	max-width: 18.9375rem;
	position: relative;
}

.p-form__btn input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1.585px 1.585px 0 rgba(0, 0, 0, .25);
	-webkit-transition: background-color 0.3s;
	appearance: none;
	background: #f26241;
	border: none;
	border-radius: 5rem;
	box-shadow: 0 1.585px 1.585px 0 rgba(0, 0, 0, .25);
	color: #fff;
	display: block;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 19px 0;
	padding: 1.1875rem 0;
	transition: background-color 0.3s;
	width: 100%;
}

.p-form__btn .wpcf7-spinner {
	position: absolute;
}

.p-form__btn::before {
	-webkit-transform: translateY(-50%);
	background-image: url(../images/btn_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	height: 0.9375rem;
	pointer-events: none;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.p-form__copyright {
	margin-top: 63px;
	margin-top: 3.9375rem;
	text-align: center;
}

.p-form__copyright small {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-fv {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-gallery__items {
	-webkit-animation: scroll-left 30s infinite linear 0.5s both;
	animation: scroll-left 30s infinite linear 0.5s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-gallery__item img {
	-o-object-fit: cover;
	aspect-ratio: 162/123;
	height: 100%;
	max-width: none;
	max-width: initial;
	object-fit: cover;
	width: 162px;
	width: 10.125rem;
}

.p-header {
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .1);
	background: #fff;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .1);
	height: 70px;
	height: 4.375rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding: 0 12px;
	padding: 0 0.75rem;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 183px;
	width: 11.4375rem;
}

.p-header__tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
	width: 45px;
	width: 2.8125rem;
}

.p-income {
	background-image: url(../images/bg_texture2.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-income__inner {
	padding: 0 7px;
	padding: 0 0.4375rem;
}

.p-income__lead {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-income__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-income__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-income__img {
	margin: 0 auto;
	width: 360px;
	width: 22.5rem;
}

.p-income__caption {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.p-income__note {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 19px;
	margin-top: 1.1875rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	text-align: center;
}

.p-message01 {
	background-image: url(../images/bg_message1_sp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 84px;
	padding-top: 5.25rem;
	position: relative;
}

.p-message01::before {
	background-image: url(../images/shape_message1_sp.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 145px;
	height: 9.0625rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-message01__inner {
	padding-bottom: 162px;
	padding-bottom: 10.125rem;
	position: relative;
}

.p-message01__title {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-message01__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 19px;
	margin-top: 1.1875rem;
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.p-message01__text span {
	color: #f26241;
	font-weight: 700;
}

.p-message01__img {
	bottom: -8px;
	bottom: -0.5rem;
	position: absolute;
	right: -5px;
	right: -0.3125rem;
	width: 229px;
	width: 14.3125rem;
}

.p-message02 {
	background-image: url(../images/bg_texture.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 56px 6px 50px;
	padding: 3.5rem 0.375rem 3.125rem;
}

.p-message02__note {
	position: relative;
}

.p-message02__note::before {
	-webkit-transform: translate(-50%, -50%);
	background: #ddbfa7;
	content: "";
	height: calc(100% + 0.75rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.75rem);
}

.p-message02__note::after {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/note.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-message02__wrapper {
	background-image: url(../images/bg_grid_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: min(45px, 8vw) 15px 21px;
	padding: min(2.8125rem, 8vw) 0.9375rem 1.3125rem;
	position: relative;
}

.p-message02__wrapper::before {
	-webkit-transform: rotate(-9deg);
	background-image: url(../images/message_text.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 31px;
	height: 1.9375rem;
	left: 6px;
	left: 0.375rem;
	position: absolute;
	top: min(10px, 1vw);
	top: min(0.625rem, 1vw);
	transform: rotate(-9deg);
	width: 63px;
	width: 3.9375rem;
}

.p-message02__container {
	display: grid;
	gap: 4px;
	gap: 0.25rem;
	grid-template-columns: 1fr 6.25rem;
}

.p-message02__title {
	color: #7e4525;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.4;
}

.p-message02__title span {
	color: #f26241;
}

.p-message02__img {
	grid-column: 2/3;
	grid-row: 1/3;
	position: relative;
}

.p-message02__img img {
	-o-object-fit: cover;
	-webkit-transform: rotate(1.86deg) translate(0.4375rem, -0.3125rem);
	aspect-ratio: 102/116;
	height: 100%;
	object-fit: cover;
	transform: rotate(1.86deg) translate(0.4375rem, -0.3125rem);
	width: 100%;
}

.p-message02__img::before {
	-webkit-transform: rotate(3deg) translate(0.25rem, -0.375rem);
	background: #bfbfbf;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(3deg) translate(0.25rem, -0.375rem);
	width: 100%;
}

.p-message02__img::after {
	background-image: url(../images/clip.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: -23px;
	right: -1.4375rem;
	top: 14px;
	top: 0.875rem;
	width: 31px;
	width: 1.9375rem;
}

.p-message02__name {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-message02__text {
	grid-column: 1/3;
	grid-row: 3/4;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-message02__text p {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-message02__text p span {
	color: #f26241;
	font-weight: 700;
}

.p-message02__box {
	background: #eeead5;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
}

.p-message02__boxTitle {
	color: #7e4525;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.p-message02__boxWrapper {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-message02__boxImg {
	margin: 0 auto;
	width: 100px;
	width: 6.25rem;
}

.p-message02__boxBubble {
	background: #fff;
	border: 1px solid #e3926a;
	border-radius: 0.5rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 13px 11px;
	padding: 0.8125rem 0.6875rem;
	position: relative;
}

.p-message02__boxBubble::before {
	-webkit-transform: translate(50%, -100%);
	background-image: url(../images/bubble_parts_white_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 45%;
	position: absolute;
	top: 1px;
	transform: translate(50%, -100%);
	width: 15px;
	width: 0.9375rem;
}

.p-message02__BoxList li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	color: #f26241;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	justify-content: flex-start;
	line-height: 1.4;
}

.p-message02__BoxList li span {
	-ms-flex-negative: 0;
	background: #f26241;
	border-radius: 4.25rem;
	color: #fff;
	flex-shrink: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 4px 5px 4px 15px;
	padding: 0.25rem 0.3125rem 0.25rem 0.9375rem;
	position: relative;
}

.p-message02__BoxList li span::before,
.p-message02__BoxList li span::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	background: #fff;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	width: 0.75rem;
}

.p-message02__BoxList li span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.p-message02__BoxList li + li {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-message02__boxText {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-message02__boxText + .p-message02__boxText {
	margin-top: 0.4em;
}

.p-message02__movie {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-message02__movieCopy {
	font-size: 18px;
	font-size: 1.125rem;
	gap: 14px;
	gap: 0.875rem;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
}

.p-message02__movieCopy::before,
.p-message02__movieCopy::after {
	height: 32px;
	height: 2rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 23px;
	width: 1.4375rem;
}

.p-message02__movieWrapper {
	margin: 19px 16px 0;
	margin: 1.1875rem 1rem 0;
}

.p-message02__movieEmbed {
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.p-message02__movieEmbed iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-message03 {
	background-image: url(../images/bg_message2_sp.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 100px;
	padding: 3.125rem 0 6.25rem;
}

.p-message03__title span {
	display: inline-block;
}

.p-message03__note {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-message03__wrapper {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.p-nav {
	background-image: url(../images/bg_texture.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-nav::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/nav_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 481px;
	height: 30.0625rem;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 401px;
	width: 25.0625rem;
}

.p-nav__inner {
	padding-bottom: 110px;
	padding-bottom: 6.875rem;
	position: relative;
}

.p-nav__subTitle {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	text-align: center;
	text-align: center;
}

.p-nav__subTitle::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/nav_bubble.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 40px;
	height: 2.5rem;
	left: 50%;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	transform: translateX(-50%);
	width: 193px;
	width: 12.0625rem;
}

.p-nav__title {
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 800;
	line-height: 1.5714285714;
	text-align: center;
}

.p-nav__title span {
	color: #f26241;
}

.p-nav__note {
	margin: 21px auto;
	margin: 1.3125rem auto;
	max-width: 304px;
	max-width: 19rem;
	position: relative;
}

.p-nav__note::before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	background: #ecc688;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	content: "";
	height: calc(100% + 0.5rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 0.75rem);
}

.p-nav__note::after {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/ring.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 50%;
	position: absolute;
	top: -5px;
	top: -0.3125rem;
	transform: translateX(-50%);
	width: 288px;
	width: 18rem;
}

.p-nav__wrapper {
	-webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	background-image: url(../images/bg_grid_beige_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	padding: 36px 0 14px 27px;
	padding: 2.25rem 0 0.875rem 1.6875rem;
	position: relative;
}

.p-nav__nav ol {
	counter-reset: listnum;
}

.p-nav__nav li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: listnum;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
	gap: 0.5625rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-nav__nav li::before {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #ffd05a;
	border-radius: 50%;
	color: #fff;
	content: counter(listnum);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.125rem;
	height: 24px;
	height: 1.5rem;
	justify-content: center;
	line-height: 1;
	width: 24px;
	width: 1.5rem;
}

.p-nav__nav a {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: underline;
}

.p-nav__person01 {
	bottom: -39px;
	bottom: -2.4375rem;
	position: absolute;
	right: calc(50% + 3.8125rem);
	width: 127px;
	width: 7.9375rem;
}

.p-nav__person02 {
	bottom: -38px;
	bottom: -2.375rem;
	left: calc(50% + 2.875rem);
	position: absolute;
	width: 142px;
	width: 8.875rem;
}

.p-numbers {
	background-image: url(../images/bg_texture2.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-numbers__item {
	background: #fff;
	border-radius: 1.125rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
}

.p-numbers__img {
	-webkit-transform: translateY(-0.875rem);
	padding-right: 12px;
	padding-right: 0.75rem;
	transform: translateY(-0.875rem);
}

.p-numbers__content {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-numbers__main {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-numbers__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-numbers__text span {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-problem {
	background-image: url(../images/bg_gray.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0 51px;
	padding: 1.25rem 0 3.1875rem;
	position: relative;
}

.p-problem__inner {
	padding: 0;
}

.p-problem__img {
	padding-top: 588px;
	padding-top: 36.75rem;
	position: relative;
}

.p-problem__img img {
	-webkit-transform: translateX(-50%);
	left: 52%;
	max-width: none;
	max-width: initial;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 442px;
	width: 27.625rem;
}

.p-problem__copy {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-problem__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-requirements {
	background-image: url(../images/bg_texture.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0 0;
	padding: 3.125rem 0 0;
}

.p-requirements__item {
	-webkit-box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, .12);
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, .12);
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
}

.p-requirements__question {
	cursor: pointer;
	padding: 20px 50px 20px 20px;
	padding: 1.25rem 3.125rem 1.25rem 1.25rem;
	position: relative;
}

.p-requirements__question::before,
.p-requirements__question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #f26241;
	border-radius: 0.1875rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 24px;
	width: 1.5rem;
}

.p-requirements__question::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-requirements__question.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-requirements__questionText {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-requirements__questionText span {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-requirements__answer {
	display: none;
	padding: 30px;
	padding: 1.875rem;
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;
}

.p-requirements__listItem:nth-child(2n+1) {
	background: #f6f6f6;
}

.p-requirements__listItemTitle {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 20px 15px;
	padding: 1.25rem 0.9375rem;
}

.p-requirements__listItemText {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 0 15px 24px;
	padding: 0 0.9375rem 1.5rem;
}

.p-requirements__illust {
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 305px;
	max-width: 19.0625rem;
}

.p-solve {
	background: #e3926a;
	color: #fff;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-solve__inner {
	position: relative;
}

.p-solve__inner::after {
	background-image: url(../images/title_person01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -33px;
	bottom: -2.0625rem;
	content: "";
	height: 148px;
	height: 9.25rem;
	position: absolute;
	right: -11px;
	right: -0.6875rem;
	width: 115px;
	width: 7.1875rem;
}

.p-solve__bubble {
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 1.25rem;
	margin-right: 72px;
	margin-right: 4.5rem;
	padding: 18px 15px;
	padding: 1.125rem 0.9375rem;
	position: relative;
}

.p-solve__bubble::before {
	-webkit-transform: translateX(-1px);
	background-image: url(../images/bubble_parts.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 22px;
	height: 1.375rem;
	left: 100%;
	position: absolute;
	top: 33%;
	transform: translateX(-1px);
	width: 28px;
	width: 1.75rem;
}

.p-solve__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-solve__text .dashed {
	border-bottom: 2px dashed #fff;
	border-bottom: 0.125rem dashed #fff;
}

.p-step {
	background-image: url(../images/bg_texture2.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-step__box {
	background: #fff;
	border-radius: 0.625rem;
	padding: 40px 10px;
	padding: 2.5rem 0.625rem;
}

.p-step__title {
	position: relative;
}

.p-step__title::before {
	background-image: url(../images/title_person04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 140px;
	height: 8.75rem;
	left: -35px;
	left: -2.1875rem;
	position: absolute;
	top: -48px;
	top: -3rem;
	width: 131px;
	width: 8.1875rem;
}

.p-step__items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-step__item {
	background: #f9f0c0;
	border-radius: 0.625rem;
	position: relative;
}

.p-step__item + .p-step__item {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-step__item + .p-step__item::after {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/flow_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 34px;
	height: 2.125rem;
	left: 50%;
	position: absolute;
	top: -48px;
	top: -3rem;
	transform: translateX(-50%);
	width: 28px;
	width: 1.75rem;
}

.p-step__step {
	background: #ffd05a;
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	padding: 8px 0;
	padding: 0.5rem 0;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .25);
}

.p-step__content {
	padding: 20px;
	padding: 1.25rem;
}

.p-step__main {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	text-align: center;
}

.p-step__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-voice {
	background-image: url(../images/bg_grid_sp.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-voice__items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-voice__items .slide-arrow {
	-webkit-transition: opacity 0.3s;
	background-image: url(../images/slide_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 42px;
	height: 2.625rem;
	position: absolute;
	top: 21%;
	transition: opacity 0.3s;
	width: 42px;
	width: 2.625rem;
	z-index: 10;
}

.p-voice__items .prev-arrow {
	left: 0;
}

.p-voice__items .next-arrow {
	-webkit-transform: rotate(180deg);
	right: 0;
	transform: rotate(180deg);
}

.p-voice__item.slick-slide {
	background: #fff9e6;
	margin: 0 8px;
	margin: 0 0.5rem;
	padding: 23px 20px 45px;
	padding: 1.4375rem 1.25rem 2.8125rem;
	position: relative;
}

.p-voice__item::before {
	background-image: url(../images/paper.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 0;
	width: 40px;
	width: 2.5rem;
}

.p-voice__img {
	margin: 0 auto;
	max-width: 189px;
	max-width: 11.8125rem;
	position: relative;
}

.p-voice__img img {
	-o-object-fit: cover;
	-webkit-transform: rotate(-3.7deg);
	aspect-ratio: 189/230;
	border: 3px solid #fff;
	border: 0.1875rem solid #fff;
	height: 100%;
	object-fit: cover;
	transform: rotate(-3.7deg);
	width: 100%;
}

.p-voice__img::before {
	-webkit-transform: rotate(-5.1deg) translate(0.625rem, 0.3125rem);
	background: #ccc7b8;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-5.1deg) translate(0.625rem, 0.3125rem);
	width: 96%;
}

.p-voice__content {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-voice__copy {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	color: #f26241;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	gap: 4px;
	gap: 0.25rem;
	justify-content: flex-start;
	line-height: 1.4;
}

.p-voice__copy::before,
.p-voice__copy::after {
	-ms-flex-negative: 0;
	background-image: url(../images/brackets.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 50px;
	height: 3.125rem;
	margin-bottom: auto;
	margin-top: -8px;
	margin-top: -0.5rem;
	width: 17px;
	width: 1.0625rem;
}

.p-voice__copy::after {
	-webkit-transform: rotate(180deg);
	margin-bottom: -8px;
	margin-bottom: -0.5rem;
	margin-top: auto;
	transform: rotate(180deg);
}

.p-voice__name {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-voice__text {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 10px;
	margin-top: 0.625rem;
}

@media (any-hover: hover) {

.p-cta__btn:hover {
	background: #65ab36;
}

.p-fixedBtn__nav:hover {
	opacity: 0.8;
}

.p-fixedBtn__requirements:hover {
	background: #f58167;
}

.p-fixedBtn__cta:hover {
	background: #65ab36;
}

.p-form__btn input[type=submit]:hover {
	background: #f58167;
}

.p-nav__nav a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.p-voice__items .slide-arrow:hover {
	opacity: 0.8;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

.c-lineText::before,
.c-lineText::after {
	height: 3.0625rem;
	width: 2.0625rem;
}

.c-title {
	font-size: 4rem;
}

.c-toTop {
	bottom: 1.25rem;
	width: 3.75rem;
}

.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-access {
	background-image: url(../images/bg_grid_gray.svg);
	padding: 6.25rem 0 8.75rem;
}

.p-access__box {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
	padding: 4.375rem 4.375rem 3.125rem;
}

.p-access__box::after {
	height: 4.875rem;
	left: 2.1875rem;
	top: -1.625rem;
	width: 12.375rem;
}

.p-access__map {
	margin-top: 0;
}

.p-access__text {
	font-size: 1.25rem;
	grid-column: 1/3;
	text-align: center;
}

.p-cta {
	margin-top: -0.4375rem;
	position: relative;
}

.p-cta__wrapper {
	padding-right: 19.4375rem;
}

.p-cta__main {
	font-size: 3.4375rem;
}

.p-cta__main::before,
.p-cta__main::after {
	height: 8.5625rem;
	width: 4.875rem;
}

.p-cta__text {
	font-size: 1.4375rem;
	margin-top: 0.875rem;
}

.p-cta__img {
	margin-top: 0;
	max-width: 21.3125rem;
	position: absolute;
	right: 5.4375rem;
	top: -3.0625rem;
}

.p-cta__btn {
	border-radius: 6.25rem;
	border-width: 0.5rem;
	font-size: 3.5rem;
	margin: 1.625rem auto 0;
	max-width: 67.625rem;
	padding: 1.8125rem 0;
}

.p-cta__btn::before {
	height: 2.75rem;
	right: 1.8125rem;
	width: 2.875rem;
}

.p-features {
	background-image: url(../images/bg_grid.svg);
	padding-bottom: 8.75rem;
	padding-top: 6.0625rem;
}

.p-features__titleWrapper::before {
	height: 15.9375rem;
	left: auto;
	right: calc(50% + 20.625rem);
	top: -1.1875rem;
	width: 11.8125rem;
}

.p-features__subTitle {
	font-size: 2.875rem;
}

.p-features__title {
	font-size: 5.625rem;
}

.p-features__title span {
	font-size: 7.5rem;
}

.p-features__points {
	margin-top: 3.125rem;
}

.p-features__point {
	padding: 3.0625rem 3.75rem 7.4375rem;
}

.p-features__point + .p-features__point {
	margin-top: 3.1875rem;
}

.p-features__heading {
	border-radius: 1.25rem;
	padding: 1.75rem 0;
}

.p-features__heading img {
	left: 0.3125rem;
	width: 8.875rem;
}

.p-features__heading h3 {
	font-size: 2.5rem;
}

.p-features__heading::before {
	border-radius: 1.25rem;
	height: calc(100% - 1.25rem);
	width: calc(100% - 1.25rem);
}

.p-features__wrapper {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 490fr 550fr;
	margin-top: 3.75rem;
}

.p-features__img img {
	border-radius: 1.25rem;
}

.p-features__content {
	margin-top: 0;
	padding-bottom: 1.0625rem;
}

.p-features__copy {
	font-size: 2.25rem;
	text-align: left;
}

.p-features__text {
	font-size: 1.125rem;
	margin-top: 1.8125rem;
}

.p-features__text + .p-features__text {
	margin-top: 0.9em;
}

.p-features__list li {
	font-size: 1.125rem;
}

.p-features__comment {
	margin-top: 2.125rem;
}

.p-features__bubble {
	font-size: 1.125rem;
	margin-left: -0.4375rem;
	margin-right: 9.4375rem;
	min-height: 7.875rem;
	padding: 0.875rem 2.25rem;
}

.p-features__illust {
	bottom: -1rem;
	height: 9.125rem;
	right: -0.5rem;
	width: 10.125rem;
}

.p-features__movie {
	margin-top: 3.625rem;
	padding-top: 3.6875rem;
}

.p-features__movieCopy::before,
.p-features__movieCopy::after {
	height: 3.0625rem;
	margin-top: 0.1875rem;
	width: 2.0625rem;
}

.p-features__movieCopy {
	font-size: 1.4375rem;
	gap: 0.6875rem;
}

.p-features__movieText {
	font-size: 1.125rem;
}

.p-features__movieWrapper {
	margin: 2.5rem auto 0;
	max-width: 31.25rem;
	position: relative;
}

.p-features__movieIllust01,
.p-features__movieIllust02 {
	-webkit-transform: translateX(-103%);
	bottom: -1.25rem;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateX(-103%);
	width: 17.625rem;
}

.p-features__movieIllust02 {
	-webkit-transform: translateX(103%);
	left: auto;
	right: 0;
	transform: translateX(103%);
}

.p-features__movieEmbed::before {
	border-radius: 1.25rem;
	height: calc(100% + 2.5rem);
	width: calc(100% + 2.5rem);
}

.p-fixedBtn {
	bottom: auto;
	gap: 0.8125rem;
	grid-template-columns: 1fr;
	left: auto;
	right: 0;
	top: 13.3vh;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fixedBtn__nav,
.p-fixedBtn__requirements,
.p-fixedBtn__cta {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
	border-radius: 0.3125rem 0 0 0.3125rem;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	height: 100%;
	letter-spacing: 0.12em;
	padding: 1.25rem 0.9375rem;
	white-space: nowrap;
	width: 100%;
	writing-mode: vertical-rl;
}

.p-fixedBtn__nav {
	background: #fff;
}

.p-flow {
	padding: 6.25rem 0;
}

.p-flow__title::before {
	height: 14.5rem;
	left: auto;
	right: calc(50% + 12.1875rem);
	top: -4.3125rem;
	width: 11.8125rem;
}

.p-flow__items {
	margin-top: 3.8125rem;
}

.p-flow__items::after {
	height: calc(100% + 3.875rem);
	left: 2.8125rem;
	top: -2rem;
}

.p-flow__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.25rem;
	display: grid;
	gap: 0;
	grid-template-columns: 11.25rem 1fr;
	margin-top: 1.875rem;
	padding: 1.25rem 19rem 0.9375rem 5.125rem;
}

.p-flow__time {
	font-size: 1.625rem;
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-flow__time::before {
	height: 0.75rem;
	left: -2.625rem;
	width: 0.75rem;
}

.p-flow__main {
	font-size: 2rem;
}

.p-flow__text {
	font-size: 1.125rem;
	margin-top: 0.6875rem;
	max-width: 39.875rem;
}

.p-flow__img {
	-webkit-transform: translateY(-50%);
	position: absolute;
	right: -18.375rem;
	top: 34%;
	transform: translateY(-50%);
	width: 8.75rem;
}

.p-flow__item:nth-child(even) .p-flow__img {
	right: -12.125rem;
}

.p-form {
	background-image: url(../images/bg_grid_gray.svg);
	padding: 6.25rem 0 1.875rem;
}

.p-form__box {
	margin-top: 3.75rem;
	padding: 3.875rem 4.375rem 3.3125rem;
}

.p-form__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 17.0625rem 1fr;
	margin-top: 0.4375rem;
	padding-bottom: 0.625rem;
}

.p-form__label {
	font-size: 1.125rem;
	padding: 1.25rem 0 1.25rem 2.4375rem;
}

.p-form__input {
	padding: 1.25rem 3rem;
}

.p-form__input.--radio {
	padding-bottom: 1.625rem;
}

.p-form__input.--radio .wpcf7-form-control {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 1.375rem;
}

.p-form__input.--radio label {
	font-size: 1rem;
	margin-bottom: 0;
}

.p-form__note {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.p-form__btn {
	margin-top: 3.75rem;
	max-width: 33.75rem;
}

.p-form__btn input[type=submit] {
	border-radius: 6.25rem;
	font-size: 1.875rem;
	padding: 1.625rem 0;
}

.p-form__btn::before {
	height: 1.9375rem;
	right: 1.6875rem;
	width: 2.125rem;
}

.p-form__copyright {
	margin-top: 5.5rem;
}

.p-fv {
	padding-top: 0;
}

.p-gallery__items {
	-webkit-animation: scroll-left 50s infinite linear 0.5s both;
	animation: scroll-left 50s infinite linear 0.5s both;
}

.p-gallery__item img {
	width: 37.625rem;
}

.p-header {
	height: 4.875rem;
	position: relative;
}

.p-header__inner {
	padding: 0 1.875rem;
}

.p-header__logo img {
	width: 26.6875rem;
}

.p-header__tel {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header__tel .number {
	font-size: 1.8125rem;
	font-weight: 700;
}

.p-header__tel .time {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-income {
	padding: 6.25rem 0;
}

.p-income__inner {
	max-width: 86.25rem;
}

.p-income__lead {
	font-size: 2rem;
}

.p-income__text {
	font-size: 1.125rem;
}

.p-income__items {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
	padding-left: 7%;
}

.p-income__item {
	margin-top: 0;
}

.p-income__img {
	width: 100%;
}

.p-income__caption {
	font-size: 0.9375rem;
	padding-left: 2.6875rem;
	text-align: left;
}

.p-income__note {
	font-size: 1.25rem;
	margin-top: 3.5625rem;
}

.p-message01 {
	padding-bottom: 7.5rem;
	padding-top: 15.625rem;
}

.p-message01::before {
	background-image: url(../images/shape_message1_tab.png);
	background-size: 100% 100%;
	height: 17.75rem;
}

.p-message01__inner {
	padding-bottom: 8.1875rem;
}

.p-message01__text {
	font-size: 1.25rem;
	margin-top: 3.75rem;
	text-align: center;
}

.p-message01__img {
	bottom: -0.5rem;
	right: -0.3125rem;
	width: 18.75rem;
}

.p-message02 {
	padding: 7.5rem 0.375rem 6.25rem;
}

.p-message02__note::before {
	height: calc(100% + 2.5rem);
	width: calc(100% + 2.5rem);
}

.p-message02__wrapper {
	background-image: url(../images/bg_grid.svg);
	padding: 4.4375rem 3.75rem 3.6875rem;
}

.p-message02__wrapper::before {
	-webkit-transform: rotate(-10.5deg);
	height: 7.0625rem;
	left: 1.625rem;
	top: 1.5625rem;
	transform: rotate(-10.5deg);
	width: 14.1875rem;
}

.p-message02__container {
	gap: 0 2.1875rem;
	grid-template-columns: 614fr 424fr;
}

.p-message02__title {
	font-size: 4rem;
	grid-column: 1/3;
	grid-row: 1/2;
	padding-left: 3.125rem;
	text-align: center;
}

.p-message02__img {
	grid-column: 2/3;
	grid-row: 2/3;
	margin-top: 3.25rem;
}

.p-message02__img img {
	-webkit-transform: rotate(1.86deg) translate(1.8125rem, -0.4375rem);
	transform: rotate(1.86deg) translate(1.8125rem, -0.4375rem);
}

.p-message02__img::before {
	-webkit-transform: rotate(3.2deg) translate(1.125rem, -0.875rem);
	transform: rotate(3.2deg) translate(1.125rem, -0.875rem);
}

.p-message02__img::after {
	height: 1.875rem;
	right: -4.875rem;
	top: 2.8125rem;
	width: 4.5rem;
}

.p-message02__name {
	font-size: 1.125rem;
	margin-left: 3.125rem;
	margin-top: 1.75rem;
	text-align: center;
}

.p-message02__text {
	grid-column: 1/2;
	grid-row: 2/4;
	margin-top: 1.5rem;
}

.p-message02__text p {
	font-size: 1.125rem;
	margin-top: 1.0625rem;
}

.p-message02__box {
	margin-top: 2.625rem;
	padding: 2.5rem 5.3125rem;
}

.p-message02__boxTitle {
	font-size: 2.125rem;
}

.p-message02__boxWrapper {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr 12.5625rem;
}

.p-message02__boxImg {
	width: 12.5625rem;
}

.p-message02__boxBubble {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	border-radius: 1.875rem;
	border-width: 0.125rem;
	order: -1;
	padding: 2rem 2.3125rem;
}

.p-message02__boxBubble::before {
	-webkit-transform: translateX(100%);
	background-image: url(../images/bubble_parts_white.png);
	height: 1.875rem;
	left: auto;
	right: 0.125rem;
	top: 5.4375rem;
	transform: translateX(100%);
	width: 2.625rem;
}

.p-message02__BoxList li {
	font-size: 1.5625rem;
}

.p-message02__BoxList li span {
	border-radius: 6.25rem;
	font-size: 0.9375rem;
	margin-right: 0.9375rem;
	padding: 0.375rem 0.625rem 0.375rem 1.5625rem;
}

.p-message02__BoxList li span::before,
.p-message02__BoxList li span::after {
	height: 0.1875rem;
	width: 1.0625rem;
}

.p-message02__BoxList li + li {
	margin-top: 0.625rem;
}

.p-message02__boxText {
	font-size: 1.125rem;
	grid-column: 1/3;
}

.p-message02__movie {
	margin-top: 4.625rem;
}

.p-message02__movieCopy::before,
.p-message02__movieCopy::after {
	height: 3.0625rem;
	margin-top: 0.875rem;
	width: 2.0625rem;
}

.p-message02__movieCopy {
	font-size: 1.4375rem;
}

.p-message02__movieWrapper {
	margin: 0.75rem auto 0;
	max-width: 40rem;
}

.p-message03 {
	background-image: url(../images/bg_message2.jpg);
	padding: 6.25rem 0 0;
}

.p-message03__inner {
	max-width: 87.5rem;
}

.p-message03__note {
	margin: 3.9375rem auto 0;
	max-width: 44.1875rem;
	position: relative;
}

.p-message03__note::before {
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	background: #ecc688;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	content: "";
	height: calc(100% + 1.125rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 1.75rem);
}

.p-message03__note::after {
	-webkit-transform: translateX(-50%);
	background-image: url(../images/ring.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2rem;
	left: 50%;
	position: absolute;
	top: -0.8125rem;
	transform: translateX(-50%);
	width: 41.8125rem;
}

.p-message03__wrapper {
	-webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	background-image: url(../images/bg_grid_beige.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, .42);
	font-size: 1.375rem;
	padding: 4.75rem 0 6.875rem;
	position: relative;
}

.p-nav {
	padding-top: 6.5625rem;
}

.p-nav::before {
	background-image: url(../images/nav_bg.png);
	bottom: 0;
	height: 30.3125rem;
	top: auto;
	width: 101.625rem;
}

.p-nav__inner {
	padding-bottom: 0;
}

.p-nav__subTitle {
	display: block;
	font-size: 2.5rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-nav__subTitle::before {
	-webkit-transform: rotate(-5.83deg);
	height: 3.5625rem;
	left: -8.75rem;
	top: -2.9375rem;
	transform: rotate(-5.83deg);
	width: 16.9375rem;
}

.p-nav__title {
	font-size: 4rem;
	line-height: 1.5625;
	margin-top: 0.3125rem;
}

.p-nav__note {
	margin-top: 2.0625rem;
	max-width: 44.25rem;
}

.p-nav__note::before {
	height: calc(100% + 1.125rem);
	width: calc(100% + 1.75rem);
}

.p-nav__note::after {
	height: 2rem;
	top: -0.8125rem;
	width: 41.8125rem;
}

.p-nav__wrapper {
	background-image: url(../images/bg_grid_beige.svg);
	padding: 4.125rem 0 5.4375rem 6.375rem;
}

.p-nav__nav li {
	gap: 1.125rem;
	margin-bottom: 1rem;
}

.p-nav__nav li::before {
	font-size: 1.4375rem;
	height: 2.875rem;
	width: 2.875rem;
}

.p-nav__nav a {
	font-size: 1.875rem;
}

.p-nav__person01 {
	bottom: 1rem;
	right: calc(50% + 20.6875rem);
	width: 15.5625rem;
}

.p-nav__person02 {
	bottom: 1rem;
	left: calc(50% + 18.75rem);
	width: 17.5rem;
}

.p-numbers {
	padding: 6.25rem 0;
}

.p-numbers__items {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.6875rem;
}

.p-numbers__item {
	border-radius: 1.25rem;
	margin-top: 0;
	padding-bottom: 1.6875rem;
}

.p-numbers__img {
	-webkit-transform: translateY(-1rem);
	padding-right: 1.0625rem;
	transform: translateY(-1rem);
}

.p-numbers__content {
	margin-top: 0.9375rem;
}

.p-numbers__main {
	font-size: 1.25rem;
}

.p-numbers__text {
	font-size: 1.125rem;
}

.p-numbers__text span {
	font-size: 0.875rem;
}

.p-problem {
	margin-top: -2.3125rem;
	padding: 3.8125rem 0 5rem;
}

.p-problem__img {
	margin: 0 auto;
	max-width: 63.8125rem;
	padding-top: 0;
}

.p-problem__img img {
	-webkit-transform: none;
	left: auto;
	position: relative;
	top: auto;
	transform: none;
	width: 100%;
}

.p-problem__copy {
	font-size: 1.625rem;
}

.p-problem__text {
	font-size: 1.25rem;
}

.p-requirements {
	padding: 6.25rem 0 0;
}

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

.p-requirements__item {
	border-radius: 1.25rem;
	margin-top: 1.875rem;
}

.p-requirements__question {
	padding: 1.25rem 6.625rem 1.25rem 3.75rem;
}

.p-requirements__question::before,
.p-requirements__question::after {
	border-radius: 0.3125rem;
	height: 0.3125rem;
	right: 3.75rem;
	width: 2.3125rem;
}

.p-requirements__questionText {
	font-size: 2.625rem;
}

.p-requirements__questionText span {
	font-size: 2rem;
}

.p-requirements__answer {
	padding: 0.625rem 3.75rem 3.75rem;
}

.p-requirements__listItem {
	display: grid;
	gap: 0;
	grid-template-columns: 273fr 807fr;
}

.p-requirements__listItemTitle {
	font-size: 1.125rem;
	padding: 1.25rem 2.4375rem;
}

.p-requirements__listItemText {
	font-size: 1.125rem;
	line-height: 1.4;
	padding: 1.5rem 3rem;
}

.p-requirements__illust {
	margin-top: 3.75rem;
	max-width: 38.125rem;
}

.p-solve {
	padding: 1.8125rem 0;
}

.p-solve__inner::after {
	height: 19.1875rem;
	right: 6.0625rem;
	width: 14.875rem;
}

.p-solve__bubble {
	border-radius: 1.875rem;
	margin-left: 0;
	margin-right: 22.5rem;
	padding: 1.625rem 3.0625rem;
}

.p-solve__bubble::before {
	-webkit-transform: translateX(-2px);
	height: 1.875rem;
	top: 39%;
	transform: translateX(-2px);
	width: 2.625rem;
}

.p-solve__text {
	font-size: 2rem;
}

.p-solve__text .big {
	font-size: 2.625rem;
	line-height: 1.6;
}

.p-step {
	padding: 7.5rem 0;
}

.p-step__inner {
	max-width: 81.875rem;
}

.p-step__box {
	border-radius: 1.25rem;
	padding: 3.75rem 1.875rem 1.875rem;
}

.p-step__title::before {
	height: 15.375rem;
	left: auto;
	right: calc(50% + 12.8125rem);
	top: -4.4375rem;
	width: 14.4375rem;
}

.p-step__items {
	margin-top: 3rem;
}

.p-step__item {
	border-radius: 1.25rem;
	display: grid;
	gap: 0;
	grid-template-columns: 11.9375rem 1fr;
}

.p-step__item + .p-step__item::after {
	height: 2.125rem;
	width: 1.75rem;
}

.p-step__step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 1.25rem 0 0 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.25rem;
	justify-content: center;
}

.p-step__content {
	padding: 1.75rem 1.875rem;
}

.p-step__main {
	font-size: 2.25rem;
	text-align: left;
}

.p-step__text {
	font-size: 1.25rem;
	line-height: 1.4;
}

.p-voice {
	background-image: url(../images/bg_grid.svg);
	padding: 7.5rem 0;
}

.p-voice__inner {
	max-width: 85.625rem;
}

.p-voice__items {
	margin-top: 3.625rem;
}

.p-voice__items .slide-arrow {
	height: 3.75rem;
	top: 44%;
	width: 3.75rem;
}

.p-voice__items .prev-arrow {
	left: -0.625rem;
}

.p-voice__items .next-arrow {
	right: -0.625rem;
}

.p-voice__items .slick-list {
	overflow: visible;
}

.p-voice__item.slick-slide {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: 20.75rem 1fr;
	margin: 0 1.875rem;
	padding: 1.5rem 3.0625rem 1.4375rem;
}

.p-voice__item::before {
	height: 3.75rem;
	width: 3.75rem;
}

.p-voice__img {
	max-width: 20.75rem;
}

.p-voice__img::before {
	-webkit-transform: rotate(-4.4deg) translate(0.9375rem, 0.5rem);
	transform: rotate(-4.4deg) translate(0.9375rem, 0.5rem);
}

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

.p-voice__copy {
	font-size: 2.25rem;
	gap: 0.625rem;
	min-height: 4.375rem;
}

.p-voice__copy::before,
.p-voice__copy::after {
	height: 3.8125rem;
	margin-top: 0;
	width: 1.9375rem;
}

.p-voice__copy::after {
	margin-bottom: 0;
	margin-top: auto;
}

.p-voice__name {
	font-size: 1.5rem;
	margin-top: 1.625rem;
}

.p-voice__text {
	font-size: 1.25rem;
	margin-top: 1.9375rem;
}

}

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

.u-lg {
	display: block;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.p-message01 {
	background-image: url(../images/bg_message1.jpg);
	padding-bottom: 0;
	padding-top: 6.375rem;
}

.p-message01::before {
	display: none;
}

.p-message01__img {
	bottom: 5.875rem;
	right: -13.125rem;
	width: 29.3125rem;
}

.p-solve__bubble {
	margin-left: 6%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}


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