/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

[type=text],
[type=email],
[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	outline: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: none;
	padding: 0;
	resize: none;
}

button,
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
}

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

select,
[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

* {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

body.active {
	height: 100%;
	overflow: hidden;
}

a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

label {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.l-inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

.l-fv__inner {
	margin: 0 auto;
	max-width: 78.75rem;
	width: 100%;
}

.l-header {
	background: rgba(255, 255, 255, 0.5);
	height: 80px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
}

.l-header-wrapper {
	align-items: center;
	display: flex;
	height: 80px;
}

.l-global__nav {
	display: flex;
	margin-left: 1.125rem;
}

.l-header__button {
	margin-left: auto;
}

.l-fv {
	background: url(/img/first_view.jpg) center center/cover;
	height: 56.3125rem;
	padding-top: 13.25rem;
	width: 100%;
}

.l-fv__text {
	text-align: center;
	width: 46%;
}

.l-fv__flex {
	display: flex;
	margin-top: 4.75rem;
}

.l-fv__icon {
	align-items: center;
	display: flex;
	margin-left: auto;
}

.l-fv__button {
	display: flex;
	margin-top: -1.25rem;
	text-align: center;
	width: 46%;
}

.l-reason {
	padding-bottom: 5.5rem;
	padding-top: 8.75rem;
}

.l-reason__wrapper {
	display: flex;
	justify-content: center;
	margin-top: 7.5rem;
}

.l-reason__content {
	min-width: 18.75rem;
	width: 20.8333333333%;
}

.l-reason__content + .l-reason__content {
	margin-left: 4.9375rem;
}

.l-problem {
	overflow: hidden;
	padding-bottom: 10.625rem;
}

.l-problem__inner {
	background: #E6E6E6;
	overflow: hidden;
	padding-bottom: 7.1875rem;
	padding-top: 6.375rem;
}

.l-problem__bg {
	position: relative;
}

.l-problem__bg::after {
	border-color: #E6E6E6 transparent transparent transparent;
	border-style: solid;
	border-width: 10.625rem 50vw 0 50vw;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transform: translateY(100%);
	width: 0;
}

.l-problem__wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 5.6875rem;
}

.l-problem__list {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-left: 5.3125rem;
	margin-right: 0.0625rem;
	padding: 2.3125rem 4.9375rem 2.5rem 2.6875rem;
}

.l-solution {
	background: #E5F4E9;
	margin-top: -10.625rem;
	padding-bottom: 5.75rem;
	padding-top: 3.875rem;
}

.l-solution__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	margin-top: 7.3125rem;
	max-width: 51.625rem;
	width: 100%;
}

.l-solution__content {
	width: calc(50% - 53px);
}

.l-solution__content:nth-child(2n) {
	margin-left: 6.625rem;
}

.l-solution__content:nth-child(n+3) {
	margin-top: 5.125rem;
}

.l-function {
	padding-bottom: 6.6875rem;
	padding-top: 7.75rem;
}

.l-function__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	margin-top: 7.6875rem;
	max-width: 55rem;
	width: 100%;
}

.l-voice {
	margin-bottom: 6.5rem;
	margin-top: 10.5rem;
}

.l-voice__wrapper {
	margin-top: 6.875rem;
	position: relative;
}

.l-voice__wrapper::before {
	background: #E5F4E9;
	content: "";
	height: 275px;
	left: 0;
	position: absolute;
	top: 12%;
	width: 100%;
	z-index: -1;
}

.l-voice__wrapper::after {
	background: #E5F4E9;
	bottom: 12%;
	content: "";
	height: 275px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.l-voice__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.l-voice__item {
	background: #F9F9F9;
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 5.3125rem 3.875rem 5.75rem 3.9375rem;
	width: calc(50% - 41px);
}

.l-voice__item:nth-child(2n) {
	margin-left: 5.125rem;
}

.l-voice__item:nth-child(n+3) {
	margin-top: 3.125rem;
}

.swiper-button-next {
	background: transparent url(/img/slide-button-r.png) no-repeat center center/contain;
	height: 40px;
	right: 2%;
	width: 40px;
}

.swiper-button-next:after {
	display: none;
}

.swiper-button-prev {
	background: transparent url(/img/slide-button-l.png) no-repeat center center/contain;
	height: 40px;
	left: 2%;
	width: 40px;
}

.swiper-button-prev:after {
	display: none;
}

.l-point {
	background: #E5F4E9;
	padding-bottom: 15.4375rem;
	padding-top: 6.5625rem;
}

.l-point__wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 9.1875rem;
	max-width: 1158px;
	position: relative;
	width: 100%;
}

.l-point__item {
	background: #fff;
	border-radius: 0.625rem;
	padding: 4.625rem 2.625rem 2.375rem;
	position: relative;
	width: calc(33.33% - 22px);
}

.l-point__item + .l-point__item {
	margin-left: 2.0625rem;
}

.l-profile {
	background: url(/img/profile-bg.jpg) center center/cover;
	padding-bottom: 5.125rem;
	padding-top: 6.875rem;
}

.l-profile__wrapper {
	margin: 0 auto;
	margin-top: 1.875rem;
	max-width: 1022px;
	padding: 0 1.25rem;
	width: 100%;
}

.l-profile__content {
	background: rgba(249, 249, 249, 0.5);
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	padding: 7.25rem 5.3125rem;
}

.l-scene {
	margin-bottom: 3.75rem;
	margin-top: 8.125rem;
}

.l-scene__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 5.0625rem;
	max-width: 980px;
	width: 100%;
}

.l-flow {
	margin-bottom: 12.75rem;
	padding-top: 14.5rem;
}

.l-flow__wrapper {
	margin: 0 auto;
	margin-top: 7.5rem;
	max-width: 75rem;
	width: 100%;
}

.l-flow__item {
	display: flex;
}

.l-flow__item + .l-flow__item {
	margin-top: 3.75rem;
}

.l-price {
	background: #E5F4E9;
	padding-bottom: 8.5rem;
	padding-top: 11.5rem;
}

.l-price__wrapper {
	margin: 0 auto;
	margin-top: 5.375rem;
	max-width: 1090px;
	overflow: visible;
	width: 100%;
}

.l-price__content {
	align-items: flex-end;
	display: flex;
}

.l-price__list {
	margin-top: 1.1875rem;
}

.l-price__option {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 5.4375rem auto 0;
	max-width: 615px;
	padding: 2.1875rem 0;
	text-align: center;
}

.swiper-button-prev-price {
	left: 4%;
}

.swiper-button-next-price {
	right: 4%;
}

#price {
	display: block;
}

#priceSP {
	display: none;
}

.l-faq {
	margin-bottom: 8.75rem;
	margin-top: 7.75rem;
}

.l-faq__wrapper {
	margin: 0 auto;
	margin-top: 6.375rem;
	max-width: 900px;
	width: 100%;
}

.l-contact {
	padding-bottom: 7.875rem;
	padding-top: 10.625rem;
}

.l-form__wrapper {
	margin: 0 auto;
	margin-top: 5.625rem;
	max-width: 813px;
	width: 100%;
}

.l-consult {
	background: #31AE36;
	padding-top: 4.625rem;
	position: relative;
}

.l-consult__img {
	position: relative;
}

.l-consult__phone {
	background: url(/img/phone.png) center left 45%/contain;
	background-repeat: no-repeat;
	bottom: -1px;
	display: inline-block;
	height: 30.1875rem;
	left: 46.5%;
	position: relative;
	transform: translateX(-50%);
	width: 26.125rem;
}

.l-consult__phone::before {
	aspect-ratio: 186/283;
	background: url(/img/person.png) center center/contain;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: auto;
	position: absolute;
	right: -135px;
	width: 11.625rem;
}

.l-consult2 {
	background: #E5F4E9;
	padding-bottom: 3.5rem;
	padding-top: 5.375rem;
}

.l-consult2__button {
	margin-top: 3.875rem;
	text-align: center;
}

.l-consult__sp {
	margin-top: 1.8125rem;
	text-align: center;
}

.l-footer {
	background: #31AE36;
	padding: 1.25rem 0 2.25rem;
}

.l-footer__contents {
	display: flex;
}

.l-footer__link {
	display: flex;
	margin-left: auto;
}

.l-footer__list + .l-footer__list,
.l-footer__list + .l-footer__list2,
.l-footer__list2 + .l-footer__list,
.l-footer__list2 + .l-footer__list2 {
	margin-left: 35px;
	margin-right: 46px;
}

.l-drawer__icon {
	cursor: pointer;
	height: 1rem;
	opacity: 0.8;
	position: fixed;
	right: 1.5625rem;
	top: 1.25rem;
	transition: all 0.3s ease 0s;
	width: 1.375rem;
	z-index: 402;
}

.l-drawer-icon__bars {
	height: 1rem;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.375rem;
}

.c-drawer__icon-bar1,
.c-drawer__icon-bar2,
.c-drawer__icon-bar3 {
	background: #000;
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 1.375rem;
}

.c-drawer__icon-bar1 {
	left: 0;
	top: 0;
}

.l-drawer__icon.is-active .c-drawer__icon-bar1 {
	background: #fff;
	left: 3px;
	top: 10px;
	transform: rotate(45deg);
}

.l-drawer__icon.is-active .c-drawer__icon-bar2 {
	opacity: 0;
}

.l-drawer__icon.is-active .c-drawer__icon-bar3 {
	background: #fff;
	left: 3px;
	top: 10px;
	transform: rotate(-45deg);
}

.c-drawer__icon-bar2 {
	left: 0;
	top: 0.4375rem;
}

.c-drawer__icon-bar3 {
	left: 0;
	top: 0.875rem;
}

.l-drawer__content {
	background: #fff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: all 0.3s ease 0s;
	width: 70vw;
	z-index: 401;
}

.l-drawer__content.is-active {
	transform: translateX(0);
}

.l-drawer__head {
	background: #31AE36;
	padding: 0.75rem 1.875rem;
}

.l-drawer__items {
	margin-top: 5rem;
	text-align: center;
}

.p-drawer__item + .p-drawer__item {
	margin-top: 32px;
}

.c-drawer__link {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
	position: relative;
	transition: all 0.3s ease 0s;
}

.c-drawer__link::after {
	background: #31AE36;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0, 1);
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-drawer__link:hover {
	color: #31AE36;
}

.c-drawer__link:hover::after {
	transform: translateX(-50%) scale(1, 1);
}

.l-drawer__background {
	background: rgba(0, 0, 0, 0.25);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100vw;
	z-index: 399;
}

.l-drawer__background.is-active {
	opacity: 1;
	visibility: visible;
}

.c-nav__link {
	position: relative;
	transition: all 0.3s ease 0s;
}

.c-nav__link::after {
	background: #31AE36;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0, 1);
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-nav__link:hover {
	color: #31AE36;
}

.c-nav__link:hover::after {
	transform: translateX(-50%) scale(1, 1);
}

.c-section__title {
	font-size: clamp(1.1875rem, 0.8354rem + 1.5023vw, 2.1875rem);
	font-weight: 700;
	line-height: 1.3714285714;
	position: relative;
	text-align: center;
}

.c-section__title::after {
	color: #31AE36;
	content: attr(data-en);
	display: block;
	font-size: 1.25rem;
	left: 50%;
	position: absolute;
	text-transform: capitalize;
	top: -0.875rem;
	transform: translateX(-50%);
}

.c-section__title-s::after {
	top: -1.875rem;
}

.c-oteline {
	font-size: clamp(1.625rem, 0.8768rem + 3.1925vw, 3.75rem);
	line-height: 1.45;
}

.c-green {
	color: #31AE36;
	font-size: clamp(1.875rem, 0.9947rem + 3.7559vw, 4.375rem);
	line-height: 1.4428571429;
}

.c-title__accent {
	position: relative;
}

.c-title__accent::before {
	aspect-ratio: 30/32;
	background: url(/img/title_accent-l.png) center center/contain;
	background-repeat: no-repeat;
	content: "";
	height: auto;
	left: -2.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-title__accent::after {
	aspect-ratio: 30/32;
	background: url(/img/title_accent-r.png) center center/contain;
	background-repeat: no-repeat;
	content: "";
	height: auto;
	position: absolute;
	right: -2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-checklist,
.c-checklist-g {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding-left: 2.25rem;
	position: relative;
}

.c-checklist::before,
.c-checklist-g::before {
	aspect-ratio: 32/30;
	background: url(/img/check-mark_g.png) center center/contain;
	background-repeat: no-repeat;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-checklist-b {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding-left: 2.25rem;
	position: relative;
}

.c-checklist-b::before {
	aspect-ratio: 32/30;
	background: url(/img/check-mark_b.png) center center/contain;
	background-repeat: no-repeat;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-checklist-dg {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding-left: 2.25rem;
	position: relative;
}

.c-checklist-dg::before {
	aspect-ratio: 32/30;
	background: url(/img/check-mark_dg.png) center center/contain;
	background-repeat: no-repeat;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-button {
	background: #31AE36;
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-block;
	font-weight: 700;
	min-width: 15.625rem;
	padding: 1.75rem 0;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.c-button:hover {
	background: #379A3B;
}

.c-bg-white {
	background: #fff;
	border: 0.0625rem solid #31AE36;
	color: #31AE36;
	transition: all 0.3s ease 0s;
}

.c-bg-white:hover {
	background: #E5F4E9;
}

.c-header__button {
	min-width: 10rem;
	padding: 1.75rem 0;
	text-align: center;
}

.c-consult__button {
	min-width: 14.75rem;
	padding: 0.75rem 0;
	text-align: center;
}

.c-fv__button {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	display: block;
}

.c-fv__button-ml {
	margin-left: 2.5rem;
}

.c-consult2__button-ml {
	margin-left: 5.625rem;
}

.c-header__logo {
	display: block;
	height: auto;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-header__logo:hover {
	opacity: 0.7;
}

.c-footer__logo {
	max-width: 20.125rem;
}

.c-footer__logo a {
	display: block;
	transition: all 0.3s ease 0s;
}

.c-footer__logo a:hover {
	opacity: 0.7;
}

.c-footer__item {
	color: #fff;
	display: inline-block;
	line-height: 1.5;
	position: relative;
}

.c-footer__item::after {
	background: #fff;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-footer__item:hover::after {
	opacity: 1;
}

.c-copyright {
	color: #fff;
}

.c-solution__title {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
}

.c-solution__title-big {
	color: #fff;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.4571428571;
}

.c-consult__title {
	color: #fff;
	font-size: clamp(1.1875rem, 0.5053rem + 2.9108vw, 3.125rem);
	font-weight: 700;
	line-height: 1.74;
}

.c-consult__title2 {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4666666667;
	text-align: center;
}

.c-consult__big1 {
	color: #fff;
	font-size: clamp(1.875rem, 0.7746rem + 4.6948vw, 5rem);
	font-weight: 900;
	line-height: 1.45;
}

.c-consult__big2 {
	color: #fff;
	font-size: clamp(1.875rem, 0.7746rem + 4.6948vw, 5rem);
	line-height: 1.45;
}

.c-consult__text {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.c-phone__title {
	font-size: 1.5625rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.44;
	position: absolute;
	text-align: center;
	top: 70px;
	transform: translateX(-50%);
}

.c-consult__qr {
	height: 9.375rem;
	left: 50%;
	position: absolute;
	top: 10.9375rem;
	transform: translateX(-50%);
	width: 9.375rem;
}

.c-fv__title {
	color: #31AE36;
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.24;
	padding-bottom: 1.25rem;
	position: relative;
	text-align: center;
}

.c-fv__title::after {
	background: #31AE36;
	bottom: 0;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 110%;
}

.c-fv__subtitle {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.375;
	text-align: center;
}

.c-fv__sentence {
	font-size: 1.25rem;
	line-height: 1.75;
}

.c-fv__icon {
	height: auto;
	max-width: 200px;
}

.c-fv__icon + .c-fv__icon {
	margin-left: 1.625rem;
}

.c-content__title,
.c-content__title2 {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.75rem;
	position: relative;
	z-index: 1;
}

.c-content__title::after,
.c-content__title2::after {
	background: #FFE647;
	bottom: -0.4375rem;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 105%;
	z-index: -1;
}

.c-content__title2 {
	margin-top: 0.75rem;
}

.c-reason__img {
	height: auto;
	text-align: center;
	width: 100%;
}

.c-reason__text {
	font-size: 1rem;
	line-height: 1.625;
}

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

.c-problem__title {
	font-size: clamp(1.1875rem, 0.8354rem + 1.5023vw, 2.1875rem);
	font-weight: 700;
	line-height: 1.4571428571;
	text-align: center;
}

.c-solution__img {
	text-align: center;
	width: 100%;
}

.c-solution__img img {
	border-radius: 0.625rem;
}

.c-solution__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-function__img {
	height: auto;
	width: 100%;
}

.c-function__img img {
	width: 100%;
}

.c-function__text {
	font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
	font-weight: 700;
	line-height: 1.4444444444;
}

.c-voice__title {
	font-size: clamp(0.9375rem, 0.7174rem + 0.939vw, 1.5625rem);
	font-weight: 700;
	line-height: 1.44;
}

.c-voice__img {
	height: auto;
	width: 8.4375rem;
}

.c-voice__img img {
	width: 100%;
}

.c-voice__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-voice__name {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.c-point {
	left: 0;
	position: absolute;
	top: 0;
}

.c-point__img {
	text-align: center;
}

.c-point__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-topSpace {
	display: block;
	margin-top: 1.125rem;
}

.c-profile__name {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.c-profession {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
}

.c-profile__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
}

.c-scene__title {
	font-size: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem);
	font-weight: 700;
	line-height: 1.45;
}

.c-scene__img {
	text-align: center;
	width: 100%;
}

.c-scene__img img {
	border-radius: 0.625rem;
}

.c-section__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75;
}

.c-price__note {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
}

.c-flow__img {
	width: 40.1666666667%;
}

.c-flow__img img {
	border-radius: 0.625rem;
	width: 100%;
}

.c-flow__arrow {
	position: relative;
}

.c-flow__arrow::before {
	background: #31AE36;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-flow__arrow::after {
	border-color: #31AE36 transparent transparent transparent;
	border-style: solid;
	border-width: 1.875rem 2.625rem 0 2.625rem;
	bottom: -1.6875rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.c-flow__title {
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.44;
}

.c-flow__number {
	color: #31AE36;
	margin-right: 1rem;
}

.c-flow__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-note__title {
	background: #31AE36;
	border-radius: 0.625rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	left: 0.9375rem;
	line-height: 1.4444444444;
	padding: 0.25rem 0.625rem;
	position: absolute;
	top: -1.4375rem;
}

.c-note__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-border__blue {
	border-bottom: 0.3125rem solid #479AC3;
	border-left: 0.3125rem solid #479AC3;
	border-right: 0.3125rem solid #479AC3;
	position: relative;
}

.c-border__blue::before {
	background: #479AC3;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -0.0625rem;
	transform: translateX(-50%);
	width: 103%;
}

.c-border__green {
	border-bottom: 0.3125rem solid #72C971;
	border-left: 0.3125rem solid #72C971;
	border-right: 0.3125rem solid #72C971;
	position: relative;
}

.c-border__green::before {
	background: #72C971;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -0.0625rem;
	transform: translateX(-50%);
	width: 103%;
}

.c-border__greenD {
	border-bottom: 0.3125rem solid #249674;
	border-left: 0.3125rem solid #249674;
	border-right: 0.3125rem solid #249674;
	position: relative;
}

.c-border__greenD::before {
	background: #249674;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -0.0625rem;
	transform: translateX(-50%);
	width: 103%;
}

.c-price__text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	text-align: center;
}

.c-price__title {
	border-radius: 1.25rem 1.25rem 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 1.3125rem 0;
	text-align: center;
}

.c-price__main {
	padding: 2.1875rem 0;
}

.c-bg__blue {
	background: #479AC3;
}

.c-bg__green {
	background: #72C971;
}

.c-bg__greenD {
	background: #249674;
}

.c-price {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.4571428571;
}

.c-small {
	font-size: 1rem;
	line-height: 1.4375;
}

.c-text__blue {
	color: #479AC3;
}

.c-text__green {
	color: #72C971;
}

.c-text__greenD {
	color: #249674;
}

.c-option__introduction {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.c-option__item {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	width: 100%;
}

.c-option__item + .c-option__item {
	margin-top: 0.625rem;
}

.c-question {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 3.125rem;
	position: relative;
}

.c-question::before {
	aspect-ratio: 45/45;
	background: #fff;
	border: 0.0625rem solid #31AE36;
	border-radius: 50%;
	color: #31AE36;
	content: "Q";
	font-size: 1.25rem;
	font-weight: 700;
	height: auto;
	left: 0;
	line-height: 2.8125rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 2.8125rem;
}

.c-answer {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	margin-top: 1.75rem;
	padding-left: 3.125rem;
	position: relative;
}

.c-answer::before {
	aspect-ratio: 45/45;
	background: #31AE36;
	border: 0.0625rem solid #31AE36;
	border-radius: 50%;
	color: #fff;
	content: "A";
	font-size: 1.25rem;
	font-weight: 700;
	height: auto;
	left: 0;
	line-height: 2.8125rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 2.8125rem;
}

.c-form__item-title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4444444444;
}

.c-required {
	background: #31AE36;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4166666667;
	margin-left: 1.6875rem;
	padding: 0.125rem 0.4375rem;
}

.c-form__item-input {
	background: #F7F7F7;
	margin-left: auto;
	width: 61.1316113161%;
}

.c-form__item-textarea textarea {
	font-size: 0.875rem;
	height: 10.0625rem;
	line-height: 1.4285714286;
	max-height: 37.5rem;
	resize: vertical;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	background: #F7F7F7;
	color: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding: 0.6875rem 0.5625rem 1.0625rem;
	width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9F9F9F;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: #9F9F9F;
}

.c-modal-topic {
	font-size: 1.25rem;
	font-weight: 700;
}

.modal-text {
	line-height: 1.625;
}

.modaal-container {
	width: 78%;
}

.c-to-top a {
	aspect-ratio: 48/48;
	bottom: 2.1875rem;
	display: block;
	height: auto;
	opacity: 0;
	position: fixed;
	right: 3.125rem;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 3rem;
	z-index: 10;
}

.c-to-top a.is-show {
	opacity: 1;
	visibility: visible;
}

.c-to-top a circle {
	transition: all 0.3s ease 0s;
}

.c-to-top a .border {
	stroke: #3ED144;
	transition: all 0.3s ease 0s;
}

.c-to-top a:hover circle {
	fill: #3ED144;
}

.c-to-top a:hover .border {
	stroke: #fff;
}

.p-header__logo {
	min-width: 13.0625rem;
}

.p-nav__item + .p-nav__item {
	margin-left: 2.8125rem;
}

.p-header__button {
	margin-left: 1.875rem;
}

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

.p-fv__sentence {
	padding-left: 2.4375rem;
	width: 40%;
}

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

.p-content__title {
	margin-top: 1.25rem;
	text-align: center;
}

.p-form__item {
	align-items: center;
	border-bottom: 0.0625rem solid #E2E2E2;
	display: flex;
	padding-bottom: 1.3125rem;
	padding-top: 2.5rem;
}

.p-form__item:nth-child(1) {
	padding-top: 0;
}

.p-form__button {
	margin-top: 5.1875rem;
	text-align: center;
}

.p-form__textarea {
	align-items: start;
}

.p-checklist + .p-checklist {
	margin-top: 1.1875rem;
}

.p-solution__title {
	background: #31AE36;
	border-radius: 0.625rem;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	max-width: 51.625rem;
	padding: 3rem 6.75rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-solution__title::before {
	border-color: #31AE36 transparent transparent transparent;
	border-style: solid;
	border-width: 2.0625rem 1.625rem 0 1.625rem;
	bottom: -2rem;
	content: "";
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: -2;
}

.p-solution__title::after {
	border-color: #31AE36 transparent transparent transparent;
	border-style: solid;
	border-width: 2.5rem 1.75rem 0 1.75rem;
	bottom: -2.125rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: -1;
}

.p-solution__content {
	margin-top: 1.25rem;
	position: relative;
	text-align: center;
}

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

.p-function__item {
	margin-bottom: 5.9375rem;
	margin-right: 5rem;
	text-align: center;
	width: calc(25% - 60px);
}

.p-function__item:nth-child(4n) {
	margin-right: 0;
}

.p-function__item:nth-child(n+9) {
	margin-bottom: 0;
}

.p-function__text {
	margin-top: 0.6875rem;
}

.p-voice__head {
	align-items: center;
	display: flex;
}

.p-voice__title {
	width: 60%;
}

.p-voice__img {
	margin-left: auto;
}

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

.p-voice__name {
	margin-top: 0.125rem;
	text-align: right;
}

.p-point__content {
	margin-top: 0.625rem;
	text-align: center;
}

.p-point__text {
	margin-top: 1.625rem;
}

.p-profile {
	margin-left: 2.125rem;
	width: 61%;
}

.p-profession {
	margin-left: 1rem;
}

.p-profile__text {
	margin-top: 1.625rem;
}

.c-profile__img-sp {
	display: none;
}

.p-scene__item {
	margin-bottom: 5.6875rem;
	margin-right: 3.4375rem;
	width: calc(25% - 41.25px);
}

.p-scene__item:nth-child(4n) {
	margin-right: 0;
}

.p-scene__title {
	margin-top: 0.625rem;
	text-align: center;
}

.p-section__text {
	margin-top: 3.3125rem;
	text-align: center;
}

.p-flow__detail {
	margin-left: 5.0625rem;
	width: 52.9166666667%;
}

.p-flow__text {
	margin-top: 1.125rem;
}

.p-flow__note {
	background: #fff;
	border: 0.0625rem solid #E2E2E2;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-top: 2.75rem;
	padding: 1rem 1.6875rem 1rem 1rem;
	position: relative;
}

.p-price__item {
	background: #fff;
	border-radius: 1.25rem;
	width: calc(33.33% - 26.6666666667px);
}

.p-price__item + .p-price__item {
	margin-left: 2.5rem;
}

.p-price__body {
	border-radius: 0 0 1.25rem 1.25rem;
	padding: 3rem 1.875rem 1.8125rem;
}

.l-price__list > .p-checklist + .p-checklist {
	margin-top: 0.25rem;
}

.p-price {
	margin-top: 2.1875rem;
	text-align: center;
}

.p-option__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-faq__content {
	border-bottom: 0.0625rem solid #E2E2E2;
	padding-bottom: 1.25rem;
}

.p-faq__content + .p-faq__content {
	margin-top: 2.1875rem;
}

.p-consult__title {
	text-align: center;
}

.p-consult__comment1 {
	height: 280px;
	left: -260px;
	position: absolute;
	top: 50px;
	width: 297px;
}

.p-consult__comment2 {
	height: 280px;
	position: absolute;
	right: -410px;
	top: 50px;
	width: 287px;
}

.p-consult__button {
	bottom: 15%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-consult__text {
	margin-top: 2.3125rem;
	text-align: center;
}

.p-footer__copyright {
	margin-top: -17px;
	text-align: center;
}

.p-footer__item {
	margin-top: 1.1875rem;
}

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

.is-pc {
	display: none;
}

.l-fv__inner {
	padding: 0 2.5rem;
}

.l-header {
	height: 60px;
}

.l-header-wrapper {
	height: 60px;
}

.l-fv {
	height: 43.125rem;
	padding-top: 9.625rem;
}

.l-fv__text {
	text-align: left;
	width: 90%;
}

.l-fv__flex {
	flex-direction: column-reverse;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.l-fv__icon {
	margin: 0;
	width: 100%;
}

.l-fv__button {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.25rem;
	width: 100%;
}

.l-reason {
	padding-top: 6.75rem;
}

.l-reason__wrapper {
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 291px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-reason__content {
	margin-left: 0;
	min-width: none;
	width: 100%;
}

.l-reason__content + .l-reason__content {
	margin-left: 0;
	margin-top: 4rem;
}

.l-problem {
	padding-bottom: 5rem;
}

.l-problem__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-problem__bg::after {
	border-width: 5rem 50vw 0 50vw;
}

.l-problem__wrapper {
	flex-wrap: wrap;
	margin-top: 2.75rem;
}

.l-problem__list {
	margin-bottom: 1rem;
	margin-left: 0;
	padding: 0.875rem 3.125rem;
}

.l-solution {
	margin-top: -5rem;
	padding-bottom: 5rem;
	padding-top: 3.25rem;
}

.l-solution__wrapper {
	margin-top: 5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-solution__content {
	max-width: 23.5rem;
	width: 100%;
}

.l-solution__content + .l-solution__content {
	margin-top: 4rem;
}

.l-solution__content:nth-child(2n) {
	margin-left: 0;
}

.l-solution__content:nth-child(n+3) {
	margin-top: 4rem;
}

.l-function {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-function__wrapper {
	margin-top: 1.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-voice {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.l-voice__wrapper {
	margin-top: 2.9375rem;
	padding: 0 3.125rem;
	padding-bottom: 1rem;
}

.l-voice__wrapper::before {
	height: 180px;
	top: 50%;
	transform: translateY(-50%);
}

.l-voice__wrapper::after {
	display: none;
}

.l-voice__item {
	height: 403px;
	padding: 2.3125rem 1.5rem 0;
	padding-bottom: auto;
	width: 100%;
}

.l-voice__item:nth-child(2n) {
	margin-left: 0;
}

.l-voice__item:nth-child(n+3) {
	margin-top: 0;
}

.l-point {
	padding-bottom: 7.9375rem;
}

.l-point__wrapper {
	flex-wrap: wrap;
	margin-top: 4.5rem;
	padding: 0 2.5rem;
}

.l-point__item {
	max-width: 33.75rem;
	padding: 2.1875rem 0.5625rem;
	width: 100%;
}

.l-point__item + .l-point__item {
	margin-left: 0;
	margin-top: 4rem;
}

.l-profile__content {
	padding: 5.25rem 3.3125rem;
}

.l-scene {
	margin-top: 4.4375rem;
}

.l-scene__wrapper {
	margin-top: 4.125rem;
	padding: 0 2.5rem;
}

.l-flow {
	margin-bottom: 5.6875rem;
	padding-top: 4.375rem;
}

.l-flow__wrapper {
	margin-top: 1.75rem;
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.l-flow__item {
	flex-wrap: wrap;
}

.l-price {
	overflow: hidden;
	padding-bottom: 5.125rem;
	padding-top: 5rem;
}

.l-price__wrapper {
	max-width: 600px;
	padding: 0 3.125rem;
}

.l-price__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	max-width: 225px;
	width: 100%;
}

.l-price__option {
	margin-top: 1.5rem;
	min-width: 291px;
	padding: 1.0625rem 0;
}

#price {
	display: none;
}

#priceSP {
	display: block;
}

.l-faq {
	margin-bottom: 5.6875rem;
	margin-top: 4.4375rem;
}

.l-faq__wrapper {
	margin-top: 4.1875rem;
	padding: 0 2.5rem;
}

.l-contact {
	padding-bottom: 5rem;
	padding-top: 4.1875rem;
}

.l-form__wrapper {
	margin-top: 3.75rem;
	padding: 0 2.5rem;
}

.l-consult {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.l-consult__content {
	margin-top: 2.25rem;
}

.l-consult__phone {
	background: url(/img/phone_sp.png) center center/contain;
	background-repeat: no-repeat;
	height: 14.0625rem;
	width: 16.5625rem;
}

.l-consult__phone::before {
	aspect-ratio: 106/145;
	bottom: 0;
	height: auto;
	right: -70px;
	width: 6.625rem;
}

.l-consult2 {
	padding-bottom: 4.1875rem;
	padding-top: 4.1875rem;
}

.l-consult2__button {
	margin-top: 3rem;
}

.l-footer__contents {
	display: block;
}

.l-footer__link {
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
	margin-top: 1rem;
}

.l-footer__list,
.l-footer__list2 {
	width: 40%;
}

.l-footer__list + .l-footer__list,
.l-footer__list + .l-footer__list2,
.l-footer__list2 + .l-footer__list,
.l-footer__list2 + .l-footer__list2 {
	margin-left: auto;
	margin-right: 0;
}

.l-footer__list2 {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}

.l-footer__item {
	width: calc(50% - 9px);
}

.l-footer__item + .l-footer__item {
	margin-left: 0.5625rem;
}

.c-section__title {
	line-height: 1.4736842105;
}

.c-checklist {
	font-size: 0.75rem;
}

.c-checklist::before {
	aspect-ratio: 21/19;
	height: 1.1875rem;
	width: 1.3125rem;
}

.c-checklist-g {
	font-size: 0.875rem;
}

.c-checklist-b {
	font-size: 0.875rem;
}

.c-checklist-dg {
	font-size: 0.875rem;
}

.c-button {
	padding: 1rem 0;
}

.c-consult__button {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 1rem 0;
}

.c-fv__button {
	max-width: 250px;
}

.c-fv__button-ml {
	margin-top: 0;
}

.c-consult2__button-ml {
	margin-left: 1.25rem;
	margin-top: 1.25rem;
}

.c-header__logo {
	max-width: 7.1875rem;
}

.c-footer__logo {
	max-width: 6.625rem;
}

.c-solution__title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-solution__title-big {
	font-size: 1.1875rem;
	line-height: 1.4736842105;
}

.c-consult__title {
	line-height: 1.4736842105;
}

.c-consult__title2 {
	font-size: 0.9375rem;
	font-weight: 500;
}

.c-consult__big1 {
	line-height: 1.4333333333;
}

.c-consult__big2 {
	line-height: 1.4333333333;
}

.c-phone__title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-consult__qr {
	height: 5.625rem;
	top: 7.8125rem;
	width: 5.625rem;
}

.c-fv__title {
	font-size: 2.25rem;
}

.c-fv__subtitle {
	font-size: 1.625rem;
	line-height: 1.3333333333;
	text-align: left;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.c-fv__sentence {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6666666667;
}

.c-fv__icon {
	max-width: 120px;
}

.c-fv__icon + .c-fv__icon {
	margin-left: 0.625rem;
}

.c-content__title,
.c-content__title2 {
	font-size: 1.125rem;
}

.c-reason__img {
	text-align: center;
}

.c-reason__big {
	font-size: 0.9375rem;
}

.c-voice__text {
	font-size: 0.875rem;
}

.c-voice__name {
	font-size: 0.875rem;
}

.c-point__text {
	font-size: 0.875rem;
}

.c-scene__img img {
	border-radius: 0;
}

.c-flow__img {
	width: 100%;
}

.c-flow__img img {
	border-radius: 0;
}

.c-flow__title {
	padding: 0 1.25rem;
}

.c-flow__text {
	font-size: 0.875rem;
}

.c-note__title {
	font-size: 0.875rem;
	top: -1.125rem;
}

.c-note__text {
	font-size: 0.875rem;
}

.c-border__blue::before {
	display: none;
}

.c-border__green::before {
	display: none;
}

.c-border__greenD::before {
	display: none;
}

.c-price__text {
	font-size: 1rem;
}

.c-price__main {
	padding: 1.3125rem 0;
}

.c-price {
	font-size: 1.875rem;
}

.c-option__introduction {
	font-size: 0.9375rem;
}

.c-option__item {
	font-size: 0.875rem;
}

.c-question {
	font-size: 0.875rem;
	padding-left: 2.8125rem;
}

.c-question::before {
	aspect-ratio: 36/36;
	font-size: 0.875rem;
	height: auto;
	line-height: 2.25rem;
	width: 2.25rem;
}

.c-answer {
	font-size: 0.875rem;
	margin-top: 0.625rem;
	padding-bottom: 0.6875rem;
	padding-left: 2.8125rem;
	padding-top: 0.6875rem;
}

.c-answer::before {
	aspect-ratio: 36/36;
	font-size: 0.875rem;
	height: auto;
	line-height: 2.25rem;
	width: 2.25rem;
}

.c-form__item-title {
	font-size: 0.75rem;
}

.c-required {
	font-size: 0.625rem;
	margin-left: 0.75rem;
}

.c-form__item-input {
	margin-left: 0;
	margin-top: 0.6875rem;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 0.75rem;
	padding: 0.625rem 0.375rem;
}

.p-fv__subtitle {
	margin-top: 0.625rem;
}

.p-fv__sentence {
	margin-top: 1.75rem;
	padding-left: 0;
	width: 100%;
}

.p-reason__text {
	margin-top: 1.4375rem;
}

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

.p-form__item {
	flex-wrap: wrap;
	padding-top: 1.3125rem;
}

.p-form__button {
	margin-top: 1.125rem;
}

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

.p-problem__img {
	max-width: 31.25rem;
	width: 100%;
}

.p-solution__title {
	max-width: 37.5rem;
}

.p-function__item {
	margin-bottom: 2.6875rem;
	margin-right: 1.5rem;
	width: calc(33.33% - 24px);
}

.p-function__item:nth-child(3n) {
	margin-right: 0;
}

.p-function__item:nth-child(n+10) {
	margin-bottom: 0;
}

.p-function__item:nth-child(4n) {
	margin-right: 1.5rem;
}

.p-function__item:nth-child(9) {
	margin-bottom: 2.6875rem;
}

.p-function__item:last-child {
	margin-right: 0;
}

.p-voice__title {
	width: 100%;
}

.p-voice__img {
	aspect-ratio: 90/90;
	height: auto;
	width: 5.625rem;
}

.p-point__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
}

.c-profile__img-sp {
	display: none;
}

.p-scene__item {
	margin-bottom: 3.125rem;
	margin-right: 1.875rem;
	width: calc(25% - 22.5px);
}

.p-section__text {
	margin-top: 2.0625rem;
}

.p-flow__detail {
	margin-left: 0;
	margin-top: 0.8125rem;
	min-height: 275px;
	width: 100%;
}

.p-flow__detail + .p-flow__detail {
	margin-top: 1.75rem;
}

.p-flow__text {
	margin-top: 1.5rem;
	padding: 0 1.25rem;
}

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

.p-price__item {
	margin: 0 auto;
	width: 100%;
}

.p-price__item + .p-price__item {
	margin: 0 auto;
}

.p-price__body {
	height: 350px;
	padding: 3.5rem 1.75rem 1.8125rem;
}

.p-price {
	margin-top: 1.5rem;
}

.p-option__list {
	margin-top: 0.5625rem;
}

.p-faq__content + .p-faq__content {
	margin-top: 1.5625rem;
}

.p-footer__copyright {
	margin-top: 2rem;
}

}

@media (min-width: 1280px) {

.is-sp {
	display: none;
}

.is-tab {
	display: none;
}

.l-drawer__icon {
	display: none;
}

.l-drawer__content {
	display: none;
}

.l-drawer__background {
	display: none;
}

}

@media (max-width: 767px) {

.is-pc {
	display: none;
}

.l-fv__inner {
	padding: 0 2.5rem;
}

.l-header {
	height: 60px;
}

.l-header-wrapper {
	height: 60px;
}

.l-fv {
	background: none;
	height: 41.6875rem;
	padding-top: 9.625rem;
}

.l-fv::before {
	aspect-ratio: 375/325;
	background: url(/img/first-view_sp.png) center center/cover;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-fv__text {
	text-align: left;
	width: 90%;
}

.l-fv__flex {
	flex-direction: column-reverse;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.l-fv__icon {
	margin: 0;
	width: 100%;
}

.l-fv__button {
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 289px;
	width: 100%;
}

.l-reason {
	padding-top: 6.75rem;
}

.l-reason__wrapper {
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 291px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-reason__content {
	margin-left: 0;
	min-width: none;
	width: 100%;
}

.l-reason__content + .l-reason__content {
	margin-left: 0;
	margin-top: 4rem;
}

.l-problem {
	padding-bottom: 2.9375rem;
}

.l-problem__inner {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-problem__bg::after {
	border-width: 2.9375rem 50vw 0 50vw;
}

.l-problem__wrapper {
	flex-wrap: wrap;
	margin-top: 2.75rem;
}

.l-problem__list {
	margin-left: 0;
	padding: 0.875rem 0.5625rem;
}

.l-solution {
	margin-top: -1.125rem;
	margin-top: -2.9375rem;
	padding-bottom: 5rem;
	padding-top: 0;
}

.l-solution__wrapper {
	margin-top: 5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-solution__content {
	max-width: 22.5rem;
	width: 100%;
}

.l-solution__content + .l-solution__content {
	margin-top: 4rem;
}

.l-solution__content:nth-child(2n) {
	margin-left: 0;
}

.l-function {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-function__wrapper {
	margin-top: 1.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.l-voice {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.l-voice__wrapper {
	margin-top: 2.9375rem;
	padding: 0 3.125rem;
	padding-bottom: 1rem;
}

.l-voice__wrapper::before {
	height: 180px;
	top: 50%;
	transform: translateY(-50%);
}

.l-voice__wrapper::after {
	display: none;
	top: 50%;
	transform: translateY(-50%);
}

.l-voice__item {
	height: 403px;
	padding: 2.3125rem 1.5rem 0.5rem;
	width: 100%;
}

.l-voice__item:nth-child(2n) {
	margin-left: 0;
}

.l-voice__item:nth-child(n+3) {
	margin-top: 0;
}

.swiper-button-next {
	right: 4%;
}

.swiper-button-prev {
	left: 4%;
}

.l-point {
	padding-bottom: 7.9375rem;
}

.l-point__wrapper {
	flex-wrap: wrap;
	margin-top: 4.5rem;
	padding: 0 2.5rem;
}

.l-point__item {
	max-width: 400px;
	padding: 2.1875rem 0.5625rem;
	width: 100%;
}

.l-point__item + .l-point__item {
	margin-left: 0;
	margin-top: 4rem;
}

.l-profile__wrapper {
	padding: 1.5625rem;
}

.l-profile__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1875rem;
	max-width: 31.25rem;
	padding: 1.125rem;
}

.l-scene {
	margin-top: 4.4375rem;
}

.l-scene__wrapper {
	margin-top: 4.125rem;
	padding: 0 2.5rem;
}

.l-flow {
	margin-bottom: 5.6875rem;
	padding-top: 4.375rem;
}

.l-flow__wrapper {
	margin-top: 1.75rem;
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.l-flow__item {
	flex-wrap: wrap;
}

.l-price {
	overflow: hidden;
	padding-bottom: 5.125rem;
	padding-top: 5rem;
}

.l-price__wrapper {
	padding: 0 3.125rem;
}

.l-price__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	max-width: 220px;
	width: 100%;
}

.l-price__option {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	min-width: 291px;
	padding: 1.0625rem 0;
}

#price {
	display: none;
}

#priceSP {
	display: block;
}

.l-faq {
	margin-bottom: 5.6875rem;
	margin-top: 4.4375rem;
}

.l-faq__wrapper {
	margin-top: 4.1875rem;
	padding: 0 2.5rem;
}

.l-contact {
	padding-bottom: 5rem;
	padding-top: 4.1875rem;
}

.l-form__wrapper {
	margin-top: 3.75rem;
	padding: 0 2.5rem;
}

.l-consult {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.l-consult__content {
	margin-top: 2.25rem;
}

.l-consult__phone {
	background: url(/img/phone_sp.png) center center/contain;
	background-repeat: no-repeat;
	height: 14.0625rem;
	left: 37%;
	width: 16.5625rem;
}

.l-consult__phone::before {
	aspect-ratio: 106/145;
	bottom: 0;
	height: auto;
	right: -3.4375rem;
	width: 6.625rem;
}

.l-consult2 {
	padding-bottom: 4.1875rem;
	padding-top: 4.1875rem;
}

.l-consult2__button {
	margin-top: 3rem;
}

.l-footer {
	padding: 1rem 0;
}

.l-footer__contents {
	display: block;
}

.l-footer__link {
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
}

.l-footer__list,
.l-footer__list2 {
	width: 40%;
}

.l-footer__list + .l-footer__list,
.l-footer__list + .l-footer__list2,
.l-footer__list2 + .l-footer__list,
.l-footer__list2 + .l-footer__list2 {
	margin-left: auto;
	margin-right: 0;
}

.l-footer__list2 {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

.l-footer__item {
	width: calc(50% - 9px);
}

.l-footer__item + .l-footer__item {
	margin-left: 0.5625rem;
}

.c-section__title {
	font-size: clamp(1rem, -0.0909rem + 5.4545vw, 1.1875rem);
}

.c-section__title::after {
	font-size: 0.875rem;
}

.c-title__accent::before {
	aspect-ratio: 20/22;
	height: auto;
	left: -1.375rem;
	width: 1.25rem;
}

.c-title__accent::after {
	aspect-ratio: 20/22;
	height: auto;
	right: -1.25rem;
	width: 1.25rem;
}

.c-checklist {
	font-size: 0.75rem;
}

.c-checklist::before {
	aspect-ratio: 21/19;
	height: 1.1875rem;
	width: 1.3125rem;
}

.c-checklist-g {
	font-size: 0.875rem;
}

.c-checklist-b {
	font-size: 0.875rem;
}

.c-checklist-dg {
	font-size: 0.875rem;
}

.c-button {
	padding: 1rem 0;
}

.c-consult__button {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 1rem 0;
}

.c-fv__button {
	width: 100%;
}

.c-fv__button-ml {
	margin-left: 0;
	margin-top: 1.25rem;
}

.c-consult2__button-ml {
	margin-left: 0;
	margin-top: 1.25rem;
}

.c-form__button {
	min-width: 12.625rem;
}

.c-header__logo {
	max-width: 7.1875rem;
}

.c-footer__logo {
	max-width: 6.625rem;
}

.c-footer__item {
	font-size: 0.625rem;
}

.c-copyright {
	font-size: 0.5rem;
}

.c-solution__title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-solution__title-big {
	font-size: 1.1875rem;
	line-height: 1.4736842105;
}

.c-consult__title {
	line-height: 1.4736842105;
}

.c-consult__title2 {
	font-size: 0.9375rem;
	font-weight: 500;
}

.c-consult__big1 {
	line-height: 1.4333333333;
}

.c-consult__big2 {
	line-height: 1.4333333333;
}

.c-phone__title {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-consult__qr {
	height: 5.625rem;
	top: 7.8125rem;
	width: 5.625rem;
}

.c-fv__title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.c-fv__subtitle {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
	text-align: left;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.c-fv__sentence {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6666666667;
}

.c-fv__icon {
	max-width: 90px;
}

.c-fv__icon + .c-fv__icon {
	margin-left: 0.625rem;
}

.c-content__title,
.c-content__title2 {
	font-size: clamp(0.75rem, -1.4318rem + 10.9091vw, 1.125rem);
}

.c-reason__text {
	font-size: 0.875rem;
}

.c-reason__text {
	font-size: 0.875rem;
}

.c-reason__big {
	font-size: 0.9375rem;
}

.c-solution__text {
	font-size: 0.875rem;
}

.c-function__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
}

.c-voice__title {
	font-size: clamp(0.75rem, -0.3409rem + 5.4545vw, 0.9375rem);
}

.c-voice__text {
	font-size: clamp(0.75rem, 0.0227rem + 3.6364vw, 0.875rem);
}

.c-voice__name {
	font-size: clamp(0.75rem, 0.0227rem + 3.6364vw, 0.875rem);
}

.c-point__text {
	font-size: clamp(0.75rem, 0.0227rem + 3.6364vw, 0.875rem);
}

.c-profile__img {
	display: none;
}

.c-profile__name {
	display: block;
	font-size: 0.9375rem;
	text-align: center;
}

.c-profession {
	display: block;
	font-size: 0.875rem;
	text-align: center;
}

.c-profile__text {
	font-size: 0.875rem;
}

.c-scene__img img {
	border-radius: 0;
}

.c-section__text {
	font-size: 0.875rem;
}

.c-price__note {
	font-size: 0.75rem;
}

.c-flow__img {
	width: 100%;
}

.c-flow__img img {
	border-radius: 0;
}

.c-flow__arrow::before {
	bottom: -0.625rem;
}

.c-flow__arrow::after {
	bottom: -2.3125rem;
}

.c-flow__title {
	font-size: 1.125rem;
	padding: 0 1.25rem;
}

.c-flow__number {
	display: block;
	font-size: 0.875rem;
}

.c-flow__text {
	font-size: 0.875rem;
}

.c-note__title {
	font-size: 0.875rem;
	top: -1.125rem;
}

.c-note__text {
	font-size: 0.875rem;
}

.c-border__blue::before {
	display: none;
}

.c-border__green::before {
	display: none;
}

.c-border__greenD::before {
	display: none;
}

.c-price__text {
	font-size: clamp(0.875rem, 0.1477rem + 3.6364vw, 1rem);
}

.c-price__main {
	padding: 1.3125rem 0;
}

.c-price {
	font-size: 1.875rem;
}

.c-option__introduction {
	font-size: 0.9375rem;
}

.c-option__item {
	font-size: 0.875rem;
}

.c-option__item + .c-option__item {
	margin-top: 0;
}

.c-question {
	font-size: 0.875rem;
	padding-left: 2.8125rem;
}

.c-question::before {
	aspect-ratio: 36/36;
	font-size: 0.875rem;
	height: auto;
	line-height: 2.25rem;
	width: 2.25rem;
}

.c-answer {
	font-size: 0.875rem;
	margin-top: 0.625rem;
	padding-bottom: 0.6875rem;
	padding-left: 2.8125rem;
	padding-top: 0.6875rem;
}

.c-answer::before {
	aspect-ratio: 36/36;
	font-size: 0.875rem;
	height: auto;
	line-height: 2.25rem;
	width: 2.25rem;
}

.c-form__item-title {
	font-size: 0.75rem;
}

.c-required {
	font-size: 0.625rem;
	margin-left: 0.75rem;
}

.c-form__item-input {
	margin-left: 0;
	margin-top: 0.6875rem;
	width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 0.75rem;
	padding: 0.625rem 0.375rem;
}

.c-to-top a {
	aspect-ratio: 36/36;
	bottom: 1.5625rem;
	height: auto;
	right: 1.25rem;
	width: 2.25rem;
}

.p-fv__subtitle {
	margin-top: 0.625rem;
}

.p-fv__sentence {
	margin-top: 1.75rem;
	padding-left: 0;
	width: 100%;
}

.p-reason__text {
	margin-top: 1.4375rem;
}

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

.p-form__item {
	flex-wrap: wrap;
	padding-top: 1.3125rem;
}

.p-form__button {
	margin-top: 1.125rem;
}

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

.p-solution__title {
	max-width: 31.25rem;
	padding: 1.5625rem;
	width: 90%;
}

.p-solution__title::before {
	border-width: 1.75rem 1.5rem 0 1.5rem;
	bottom: -1.625rem;
}

.p-solution__title::after {
	border-width: 2.1875rem 1.6875rem 0 1.6875rem;
	bottom: -1.5625rem;
}

.p-function__item {
	margin-bottom: 2.6875rem;
	margin-right: 1.5rem;
	width: calc(50% - 24px);
}

.p-function__item:nth-child(2n) {
	margin-right: 0;
}

.p-function__item:nth-child(n+11) {
	margin-bottom: 0;
}

.p-function__item:nth-child(n+10) {
	margin-bottom: 0;
}

.p-function__item:nth-child(4n) {
	margin-right: 0;
}

.p-function__item:nth-child(10) {
	margin-bottom: 2.6875rem;
}

.p-voice__title {
	width: 100%;
}

.p-voice__img {
	aspect-ratio: 90/90;
	height: auto;
	width: 5.625rem;
}

.p-voice__text {
	margin-top: 1.5625rem;
}

.p-point__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
}

.p-profile {
	margin-left: 0;
	width: 100%;
}

.c-profile__img-sp {
	display: block;
	text-align: center;
}

.p-scene__item {
	margin-bottom: 0.9375rem;
	margin-right: 2.5rem;
	width: calc(50% - 20px);
}

.p-scene__item:nth-child(4n) {
	margin-right: 2.5rem;
}

.p-scene__item:nth-child(2n) {
	margin-right: 0;
}

.p-scene__item:nth-child(n+7) {
	margin-bottom: 0;
}

.p-section__text {
	margin-top: 2.0625rem;
}

.p-flow__detail {
	margin-left: 0;
	margin-top: 0.8125rem;
	min-height: 275px;
	width: 100%;
}

.p-flow__detail + .p-flow__detail {
	margin-top: 1.75rem;
}

.p-flow__text {
	margin-top: 1.5rem;
	padding: 0 1.25rem;
}

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

.p-price__item {
	margin: 0 auto;
	width: 100%;
}

.p-price__item + .p-price__item {
	margin: 0 auto;
}

.p-price__body {
	height: 350px;
	padding: 3.125rem 1rem 1.8125rem;
}

.p-price {
	margin-top: 1.5rem;
}

.p-option__list {
	margin-top: 0.5625rem;
}

.p-faq__content + .p-faq__content {
	margin-top: 1.5625rem;
}

.p-footer__copyright {
	margin-top: 2rem;
}

.p-footer__item {
	margin-top: 0.4375rem;
}

}

