*,
*::before,
*::after {
	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 {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol,
ul {
	list-style: none;
}

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

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html {
	font-size: 16px;
}

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

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

a {
	color: inherit;
}

.sp-break {
	display: none;
}

section {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s ease, transform 1.5s ease;
}

section.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 100%;
}

.c-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-section-title-decoration {
	background: url(../img/icon-title.png) no-repeat center center/contain;
	height: 8px;
	width: 64px;
}

.c-section-title-ja {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 200%; /* 80px */
}

.c-section-title-en {
	font-family: "Overpass", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
}

.c-button {
	background: #fff;
	border: 1px solid #105f00;
	border-radius: 8px;
	color: #105f00;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 100%;
	padding: 1.38vw 2.3vw;
	transition: background 0.3s;
}

.c-button:hover {
	background: #fdd401;
}

.c-button--gradient1 {
	align-items: center;
	background: linear-gradient(265deg, #99b901 2.64%, #105f00 81.03%);
	border: none;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.3vw 1.94vw 0.69vw;
}

.c-button--gradient2 {
	background: linear-gradient(265deg, #99b901 2.64%, #105f00 81.03%);
	border: none;
	color: #fff;
}

.c-button__label {
	background: #fff;
	border-radius: 9px;
	color: #105f00;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 100%; /* 14px */
	padding: 0px 5px 2px 11px;
}

.c-button__label span {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.8px;
	line-height: 100%;
}

.c-button__text {
	font-size: 16px;
	margin-top: 7px;
}

.c-button__text span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.c-button--arrow {
	padding: 15px 69px 15px 37px;
	position: relative;
}

.c-button--arrow::after {
	background: url(../img/icon-button.png) no-repeat center center/contain;
	content: "";
	height: 19px;
	position: absolute;
	right: 36px;
	top: 53%;
	transform: translateY(-50%);
	width: 9px;
}

.c-button--cta {
	align-items: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: inline-flex;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 100%; /* 24px */
	padding: 25px 31px 26px 82px;
	position: relative;
	white-space: nowrap;
}

.c-button--cta span {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
}

.c-button--cta::before {
	background: url(../img/icon-cta.png) no-repeat center center/contain;
	content: "";
	height: 39px;
	left: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.c-qa__item {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.c-qa__item:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.c-qa__question {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	font-size: 20px;
	font-weight: 700;
	gap: 24px;
	letter-spacing: 1px;
	line-height: 200%;
	list-style: none;
	padding: 24px 0;
	padding-left: 17%;
	padding-right: 15%;
	position: relative;
}

.c-qa__question img {
	height: 40px;
	width: 40px;
}

.c-qa__question::marker {
	display: none;
}

.c-qa__question::after {
	background: url(../img/icon-qa-close.png) no-repeat center center/contain;
	content: "";
	height: 12px;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.3s;
	width: 24px;
}

.c-qa__question:hover::after {
	background: url(../img/icon-qa-hover2.png) no-repeat center center/contain;
}

.c-qa__answer {
	background: #f7f6f4;
	display: flex;
	flex-direction: row;
	font-size: 16px;
	gap: 24px;
	letter-spacing: 0.8px;
	line-height: 200%;
	opacity: 0;
	padding: 24px 0;
	padding-left: 17%;
	padding-right: 17%;
	position: relative;
	transform: translateY(-20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.c-qa__answer img {
	height: 40px;
	width: 40px;
}

.c-qa__item[open] .c-qa__answer {
	opacity: 1;
	transform: translateY(0);
}

.c-qa__item[open] .c-qa__question::after {
	background: url(../img/icon-qa-open.png) no-repeat center center/contain;
}

.c-qa__item[open]:hover .c-qa__question::after {
	background: url(../img/icon-qa-hover.png) no-repeat center center/contain;
}

.p-features {
	margin-top: 158px;
	overflow: hidden;
	padding-bottom: 100px;
	position: relative;
}

.p-features::before {
	background: url(../img/bg-features-pc.png) no-repeat top center/cover;
	content: "";
	height: 1358px;
	left: 50%;
	position: absolute;
	top: -140px;
	transform: translateX(-50%);
	width: 2250px;
	z-index: -1;
}

.p-features__items {
	display: flex;
	flex-direction: column;
	gap: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	max-width: 840px;
}

.p-features__item {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	list-style: none;
}

.p-features__item:nth-child(2) img {
	height: 236px;
	width: 311px;
}

.p-features__item:nth-child(3) img {
	height: 181px;
	width: 266px;
}

.p-features__item-contents {
	display: flex;
	flex-direction: row;
	gap: 18px;
}

.p-features__item-content {
	display: flex;
	flex-direction: column;
	width: 450px;
}

.p-features__item-nam {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
}

.p-features__item-title {
	font-family: "Overpass", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 180%; /* 57.6px */
}

.p-features__item-title span {
	color: #e28301;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 180%; /* 57.6px */
}

.p-features__item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
}

.p-features__item-text span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 200%;
}

.p-features__item-image {
	width: 100%;
}

.p-features__item-image img {
	height: 278px;
	width: 290px;
}

.p-features__item--reverse {
	flex-direction: row-reverse;
}

.p-functions {
	background: #f7f6f4;
	padding-bottom: 110px;
	padding-top: 100px;
	text-align: center;
}

.p-functions__text {
	font-family: "Overpass", sans-serif;
	margin-top: 40px;
}

.p-functions__text-top {
	align-items: end;
	display: flex;
	font-size: 24px;
	font-weight: 900;
	gap: 5px;
	justify-content: center;
	letter-spacing: 1.2px;
	line-height: 180%; /* 43.2px */
}

.p-functions__text-top img {
	height: 50px;
	width: 237px;
}

.p-functions__text-under {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 180%; /* 50.4px */
	margin-top: 16px;
}

.p-functions__text-under span {
	color: #e28301;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 180%;
}

.p-functions__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 1000px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	row-gap: 42px;
}

.p-functions__item {
	background: #fff;
	list-style: none;
	padding: 24px 30px;
	text-align: center;
}

.p-functions__item-image {
	height: 112px;
	margin: 0 auto;
	width: 112px;
}

.p-functions__item-title {
	background: #99b901;
	border-radius: 20px;
	color: #fff;
	font-family: "Overpass", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 100%; /* 20px */
	margin-top: 24px;
	padding: 12px 0px;
	white-space: nowrap;
}

.p-functions__item-title-orange {
	background: #ffa426;
}

.p-functions__item-title-pink {
	background: #e10048;
}

.p-functions__item-title-yellow {
	background: #fdd401;
}

.p-functions__item-title-green {
	background: #105f00;
}

.p-functions__item-title-orange2 {
	background: #e28301;
}

.p-functions__item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	margin-top: 10px;
	text-align: left;
}

.p-functions__item-text span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 200%;
}

.p-functions-button {
	margin-top: 55px;
}

.p-supported {
	margin-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.p-supported__text {
	font-family: "Overpass", sans-serif;
	margin-top: 75px;
}

.p-supported__text-top {
	align-items: end;
	display: flex;
	font-size: 24px;
	font-weight: 900;
	gap: 5px;
	justify-content: center;
	letter-spacing: 1.2px;
	line-height: 180%; /* 43.2px */
}

.p-supported__text-top img {
	height: 50px;
	width: 237px;
}

.p-supported__text-center {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 180%; /* 50.4px */
	margin-top: 16px;
}

.p-supported__text-center span {
	color: #e28301;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 180%;
}

.p-supported__text-under {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	margin-bottom: 40px;
	margin-top: 16px;
}

.p-supported__item {
	background: #f7f6f4;
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding: 66px 7.5vw 40px;
}

.p-supported__item-active {
	display: flex;
	justify-content: center;
}

.p-supported__item-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-supported__item-content-head {
	display: flex;
	flex-direction: row;
	gap: 125px;
	justify-content: center;
}

.p-supported__item-content-left {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 5vw;
}

.p-supported__item-content-left img {
	height: 171px;
	width: 105px;
}

.p-supported__item-content-left p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 150%; /* 30px */
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-supported__item-content-left p::before {
	background: url(../img/icon-speech1.png) no-repeat center center/contain;
	content: "";
	height: 191px;
	position: absolute;
	right: -30px;
	top: -35px;
	width: 217px;
}

.p-supported__item-content-left2 {
	gap: 3.47vw;
}

.p-supported__item-content-left2 img {
	height: 171px;
	width: 134px;
}

.p-supported__item-content-left2 p::before {
	top: -40px;
}

.p-supported__item-content-right {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 5.13vw;
}

.p-supported__item-content-right img {
	height: 116px;
	width: 116px;
}

.p-supported__item-content-right p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 150%; /* 30px */
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-supported__item-content-right p span {
	color: #e28301;
	font-weight: 700;
}

.p-supported__item-content-right p::before {
	background: url(../img/icon-speech2.png) no-repeat center center/contain;
	content: "";
	height: 223px;
	position: absolute;
	right: -55px;
	top: -35px;
	width: 254px;
}

.p-supported__item-content-right2 {
	gap: 4.16vw;
}

.p-supported__item-content-right2 p::before {
	right: -44px;
	top: -55px;
}

.p-supported__item-content-button {
	display: none;
}

.p-supported__item-content-list {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.p-supported__item-content-list img {
	height: 40px;
	margin: 0 auto;
	width: 6px;
}

.p-supported__item-content-list .line2 {
	height: 49px;
	width: 28px;
}

.p-supported__item-content-item {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 20px;
}

.p-supported__item-content-item-left {
	align-items: center;
	background: #ffa426;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	height: -moz-fit-content;
	height: fit-content;
	padding: 4px 0px 4px 5px;
}

.p-supported__item-content-item-left--green {
	background: #99b901;
}

.p-supported__item-content-item-left--pink {
	background: #e10048;
}

.p-supported__item-content-item-left--green2 {
	background: #105f00;
}

.p-supported__item-content-item-left--yellow {
	background: #fdd401;
}

.p-supported__item-content-item-image {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.p-supported__item-content-item-image img {
	height: 40px;
	width: 39px;
}

.p-supported__item-content-item-title {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 180%; /* 36px */
	text-align: center;
	width: 18.26vw;
}

.p-supported__item-content-item-right {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 200%; /* 28px */
	text-align: left;
}

.p-supported__item-content-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 180%; /* 36px */
	text-align: left;
}

.p-supported__item-content-text span {
	color: #e28301;
	font-weight: 700;
}

.p-supported .p-supported__button {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.p-supported .tag-button {
	background: #d9d9d9;
	border-radius: 8px 8px 0px 0px;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 180%; /* 50.4px */
	padding-bottom: 0px;
	padding-top: 5px;
	transition: all 0.3s;
	width: 500px;
}

.p-supported .tag-button:hover.tag1 {
	background: #105f00;
	color: #fff;
}

.p-supported .tag-button:hover.tag2 {
	background: #e10048;
	color: #fff;
}

.p-supported .tag-button span {
	font-family: "Overpass", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 180%; /* 50.4px */
	margin-left: 28px;
}

.p-supported .tag-button.active {
	color: #fff;
	display: block;
}

.p-supported .tag-button.active.tag1 {
	background: #105f00;
	transition: color 0.3s;
}

.p-supported .tag-button.active.tag2 {
	background: #e10048;
}

.tag-button-sp {
	display: none !important;
}

.p-header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1.5vw 6.5vw 12px 10.5vw;
}

.p-header__logo {
	height: 50px;
	transition: opacity 0.3s;
	width: 16.4vw;
}

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

.p-header__pc {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2.67vw;
}

.p-header__nav {
	display: flex;
	flex-direction: row;
	gap: 2.8vw;
	list-style: none;
}

.p-header__nav li a {
	font-family: "Overpass", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	transition: color 0.3s;
}

.p-header__nav li a:hover {
	color: #105f00;
}

.p-header__sp {
	display: none;
}

.drawer-icon {
	background: #000;
	border-radius: 50%;
	height: 56px;
	padding: 8px;
	position: relative;
	transition: opacity 0.3s;
	width: 56px;
}

.drawer-icon:hover {
	opacity: 0.7;
}

.drawer-icon span {
	background-color: white; /* バーを白に */
	border-radius: 10px;
	display: block;
	height: 2px; /* バーの高さ */
	left: 50%;
	margin: 7px 0; /* バーの間隔 */
	position: absolute; /* 各バーを絶対配置 */
	transform: translateX(-50%); /* 中央揃え */
	width: 60%;
}

.drawer-icon.open .bar1 {
	top: 20px;
	transform: translateX(-50%) rotate(45deg);
}

.drawer-icon.open .bar2 {
	opacity: 0;
}

.drawer-icon.open .bar3 {
	top: 20px;
	transform: translateX(-50%) rotate(-45deg);
}

.bar1 {
	top: 10px; /* 最初のバーの位置 */
}

.bar2 {
	top: 20px; /* 2番目のバーの位置 */
}

.bar3 {
	top: 30px; /* 3番目のバーの位置 */
}

.p-mv {
	margin-top: 92px;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
}

.p-mv__sp {
	display: none;
}

.p-mv__image {
	left: -10px;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.p-mv__image img {
	height: 56.7vw;
	max-width: 123vw;
}

.p-mv__content {
	display: flex;
	flex-direction: row;
	gap: 2.5vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.6vw;
	max-width: 69.4vw;
}

.p-mv__content__left {
	margin-top: 46px;
}

.p-mv__content__right {
	max-width: 700px;
	position: relative;
}

.p-mv__content__right::after {
	background: #fdd401;
	border-radius: 50%;
	content: "";
	height: 40.7vw;
	position: absolute;
	right: -50px;
	top: -45px;
	width: 40.7vw;
	z-index: -1;
}

.p-mv__content__right img {
	height: 29.3vw;
	margin-right: 85px;
	margin-top: 106px;
	width: 42.5vw;
}

.p-mv__content__right-point {
	align-items: center;
	background: #fff;
	border: 3px solid #99b901;
	border-radius: 50%;
	display: flex;
	height: 130px;
	justify-content: center;
	text-align: center;
	width: 130px;
}

.p-mv__content__right-point p {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 130%; /* 26px */
}

.p-mv__content__right-point span {
	color: #99b901;
	font-size: 28px;
	letter-spacing: 1.4px;
	line-height: 130%;
}

.p-mv__content__right-point-1 {
	position: absolute;
	right: 190px;
	top: 0;
}

.p-mv__content__right-point-2 {
	position: absolute;
	right: 57px;
	top: 53px;
}

.p-mv__content__right-point-3 {
	position: absolute;
	right: 0;
	top: 185px;
}

.p-mv__title {
	font-size: 3.33vw;
	font-weight: 900;
	letter-spacing: 2.4px;
	line-height: 130%; /* 62.4px */
}

.p-mv__text {
	font-size: 1.12vw;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 200%;
	margin-top: 14px;
	width: 202px;
}

.p-mv__campaign {
	margin-top: 30px;
}

.p-mv__campaign-head {
	display: flex;
	flex-direction: row;
	gap: 9.5px;
	justify-content: center;
	margin-left: 10px;
}

.p-mv__campaign-head img {
	height: 18.5px;
	width: 8.5px;
}

.p-mv__campaign-head p {
	color: #105f00;
	font-family: "Overpass", sans-serif;
	font-size: 1.6vw;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 100%; /* 24px */
}

.p-mv__campaign-head p span {
	font-size: 1vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 100%;
}

.p-mv__campaign-head p .span {
	font-size: 1.3vw;
	letter-spacing: 1px;
}

.p-mv__campaign-box {
	background: #99b901;
	border-radius: 8px;
	padding: 0.9vw 0.83vw 0.97vw 0.63vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__campaign-box-top {
	align-items: center;
	background: #fff;
	border-radius: 42.889px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 3.7vw;
	justify-content: center;
	margin: auto;
	width: 18vw;
}

.p-mv__campaign-box-top-text {
	color: #105f00;
	font-size: 1.12vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 130%; /* 20.8px */
	white-space: nowrap;
}

.p-mv__campaign-box-top-text2 {
	color: #105f00;
	font-size: 2.2vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 200%; /* 64px */
	white-space: nowrap;
}

.p-mv__campaign-box-top-text2 img {
	height: 26.646px;
	width: 17px;
}

.p-mv__campaign-box-under {
	color: #fff;
	font-size: 1.12vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 100%; /* 16px */
	margin-top: 13px;
	text-align: center;
}

.p-mv__campaign-box-under img {
	height: 27px;
	margin-right: 5px;
	width: 9px;
}

.p-mv__campaign-box-under span {
	font-size: 1.4vw;
	letter-spacing: 2px;
}

.p-worries {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.p-worries__inner::before {
	background: url(../img/nayami-background.png) no-repeat bottom center/cover;
	content: "";
	height: 752px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-worries__wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 922px;
}

.p-worries__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 180%; /* 57.6px */
	padding-bottom: 36px;
	padding-top: 100px;
}

.p-worries__title span {
	color: #e28301;
}

.p-worries__list {
	display: flex;
	flex-direction: row;
	gap: 6.94vw;
	justify-content: center;
}

.p-worries__item {
	position: relative;
}

.p-worries__item-1 {
	margin-top: 55px;
	order: 1;
}

.p-worries__item-1__troubles {
	height: 232px;
	width: 235px;
}

.p-worries__item-1 p {
	left: 51%;
	position: absolute;
	top: 35%;
}

.p-worries__item-2 {
	margin-top: 55px;
	order: 3;
}

.p-worries__item-2__troubles {
	height: 245px;
	width: 238px;
}

.p-worries__item-2 p {
	left: 52%;
	position: absolute;
	top: 42%;
}

.p-worries__item-3 {
	margin-right: 20px;
	order: 2;
}

.p-worries__item-3__troubles {
	height: 266px;
	width: 228px;
}

.p-worries__item-3 p {
	left: 50%;
	position: absolute;
	top: 34%;
}

.p-worries__item-image {
	height: 258px;
	margin: 0 auto;
	position: relative;
	width: 438px;
}

.p-worries__item-image img {
	left: 50%;
	position: absolute;
	top: -88px;
	transform: translateX(-50%);
}

.p-worries p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-worries p span {
	color: #e28301;
}

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

.p-service__content {
	position: relative;
}

.p-service__content::before {
	background: url(../img/icon-left.png) no-repeat center center/contain;
	content: "";
	height: 39.58vw;
	position: absolute;
	right: calc(50% + 14.4vw);
	top: 118px;
	width: 25.1vw;
}

.p-service__content::after {
	background: url(../img/icon-right.png) no-repeat center center/contain;
	content: "";
	height: 39.58vw;
	left: calc(50% + 15vw);
	position: absolute;
	top: 120px;
	width: 25.1vw;
}

.p-service__content-image {
	height: 630px;
	margin: 0 auto;
	width: 502px;
}

.p-service__content-text {
	left: 50%;
	position: absolute;
	top: 237px;
	transform: translateX(-50%);
}

.p-service__content-text-top {
	align-items: end;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.p-service__content-text-top p {
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 180%; /* 43.2px */
}

.p-service__content-text-top img {
	height: 58px;
	width: 266px;
}

.p-service__content-text-center {
	font-size: 2.22vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 180%; /* 57.6px */
	margin-top: 15px;
}

.p-service__content-text-under {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 303px;
}

.p-cta {
	background: linear-gradient(267deg, #99b901 10.29%, #105f00 100%);
	height: 220px;
	padding-top: 62px;
	text-align: center;
}

.p-cta__button {
	align-items: center;
	display: block;
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}

.p-cta__button-text {
	color: #fff;
	display: flex;
	font-size: 26.667px;
	font-style: normal;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 1.333px;
	line-height: 100%; /* 26.667px */
	position: relative;
}

.p-cta__button-text::before {
	border-left: 2px solid white;
	content: "";
	height: 29px;
	left: -30px;
	position: absolute;
	top: 3px;
	transform: rotate(150deg); /* 線の角度を調整 */
	width: 17px;
}

.p-cta__button-text::after {
	border-left: 2px solid white;
	content: "";
	height: 29px;
	position: absolute;
	right: -30px;
	top: 3px;
	transform: rotate(30deg); /* 線の角度を調整 */
	width: 17px;
}

.p-cta__button-text img {
	height: 32px;
	width: 11px;
}

.p-voice {
	background: linear-gradient(180deg, #f7f6f4 0%, rgba(247, 246, 244, 0) 100%);
	border-radius: 8px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-voice__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 1140px;
}

.p-voice__list {
	display: flex;
	flex-direction: row;
	gap: 4.16vw;
}

.p-voice__card {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 2.08vw;
}

.p-voice__card-logo {
	height: 140px;
	width: 280px;
}

.p-voice__card-text-top {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 200%; /* 40px */
}

.p-voice__card-text-under {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	margin-top: 6px;
}

.p-voice__card-text-under span {
	color: #e28301;
	font-weight: 700;
}

.p-voice__card-tags {
	text-align: center;
}

.p-voice__card-tags p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
}

.p-voice__card-tag-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	margin-top: 8px;
}

.p-voice__card-tag {
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	height: 34px;
	letter-spacing: 0.8px;
	line-height: 180%; /* 28.8px */
	width: 213px;
}

.p-voice__card-tag--pink {
	background: #e10048;
}

.p-voice__card-tag--green {
	background: #105f00;
}

.p-voice__card-tag--yellow {
	background: #fdd401;
}

.p-voice__card-tag--orange {
	background: #ffa426;
}

.p-voice__card-tag--green2 {
	background: #99b901;
}

.p-step {
	background: #f7f6f4;
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-step__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	max-width: 1140px;
	position: relative;
	z-index: 1;
}

.p-step__list {
	display: flex;
	flex-direction: row;
	gap: 3.47vw;
	justify-content: center;
}

.p-step__list::before {
	background: url(../img/icon-line3.png) no-repeat center center/cover;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 108px;
	transform: translateX(-50%);
	width: 802px;
	z-index: -1;
}

.p-step__item {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-step__item-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-step__item-icon p {
	font-family: "Overpass", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 200%; /* 40px */
	opacity: 0.5;
}

.p-step__item-icon-image {
	height: 10.1vw;
	width: 10.1vw;
}

.p-step__item-text-top {
	color: #ffa426;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 180%; /* 36px */
	text-align: center;
	white-space: nowrap;
}

.p-step__item-text-under {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	width: 188px;
}

.p-plan {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-plan__content {
	display: flex;
	flex-direction: row;
	gap: 2.7vw;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 102px;
	max-width: 1000px;
}

.p-plan__content-item {
	position: relative;
	width: 480px;
}

.p-plan__content-top {
	align-items: center;
	background: #ffa426;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 84px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -62px;
	transform: translateX(-50%);
	width: 84px;
}

.p-plan__content-top p {
	font-family: "Overpass", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
}

.p-plan__content-top span {
	font-family: "Overpass", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.p-plan__content-card {
	border: 3px solid #000;
	border-radius: 8px;
}

.p-plan__content-card-title {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 200%; /* 48px */
	padding-bottom: 5px;
	padding-top: 24px;
	text-align: center;
}

.p-plan__content-card-contents {
	display: flex;
	flex-direction: column;
	gap: 21px;
	padding: 22px 2.4vw 25px;
	width: 100%;
}

.p-plan__content-card-price {
	align-items: center;
	background: #f7f6f4;
	border-radius: 8px;
	display: flex;
	height: 54px;
	justify-content: center;
}

.p-plan__content-card-price p {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 100%; /* 24px */
}

.p-plan__content-card-price span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 100%;
}

.p-plan__content-card-limit {
	align-items: center;
	background: #f7f6f4;
	border-radius: 8px;
	display: flex;
	height: 54px;
	justify-content: center;
}

.p-plan__content-card-limit p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 100%; /* 16px */
}

.p-plan__content-card-limit span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 100%; /* 16px */
}

.p-plan__campaign {
	margin-top: 35px;
}

.p-plan__campaign .p-mv__campaign-head {
	padding-bottom: 5px;
}

.p-plan__campaign-box {
	background: #99b901;
	border-radius: 8px;
	padding: 20px 0.76vw 26px 0.9vw;
}

.p-plan__campaign-box-top {
	align-items: center;
	background: #fff;
	border-radius: 42.889px;
	display: flex;
	flex-direction: row;
	gap: 9px;
	height: 86px;
	justify-content: center;
	width: 100%;
}

.p-plan__campaign-box-top-plan {
	align-items: center;
	background: #ffa426;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.p-plan__campaign-box-top-plan p {
	font-family: "Overpass", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 100%; /* 14px */
}

.p-plan__campaign-box-top-plan span {
	font-family: "Overpass", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.p-plan__campaign-box-top-text {
	align-items: center;
	color: #105f00;
	display: flex;
	flex-direction: row;
	gap: 7px;
}

.p-plan__campaign-box-top-text p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 100%; /* 20px */
	white-space: nowrap;
}

.p-plan__campaign-box-top-text span {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 100%; /* 32px */
	white-space: nowrap;
}

.p-plan__campaign-box-top-text img {
	height: 31px;
	width: 15px;
}

.p-plan__campaign-box-under {
	color: #fff;
	margin-top: 28px;
	text-align: center;
}

.p-plan__campaign-box-under img {
	height: 36px;
	margin-right: 7px;
	width: 12px;
}

.p-plan__campaign-box-under p {
	font-size: 2.22vw;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 100%;
}

.p-plan__campaign-box-under span {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 100%; /* 16px */
}

.p-plan__campaign-box-under .fz28 {
	font-size: 1.94vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 100%; /* 28px */
	margin-top: 10px;
}

.p-faq {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-faq__contents {
	margin-top: 40px;
}

.p-message {
	background: #fdd401;
	padding-bottom: 100px;
	padding-top: 96px;
}

.p-message__contents {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 5vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.p-message__contents-texts {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.p-message__center {
	display: flex;
	flex-direction: column;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 3.2px;
	line-height: 100%; /* 32px */
}

.p-message__center img {
	height: 58px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 266px;
}

.p-message__center span {
	font-size: 24px;
	letter-spacing: 2.4px;
}

.p-message__text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 200%; /* 40px */
	width: 566px;
}

.p-message__text span {
	font-weight: 700;
}

.p-contact {
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
}

.p-contact__inner {
	background: #f7f6f4;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding: 50px 6.94vw;
}

.p-contact__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	margin-top: 40px;
	text-align: center;
}

.p-contact__box {
	margin-top: 24px;
}

.p-contact__fields {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-contact__privacy {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: -11px auto;
}

.p-contact__privacy a {
	text-decoration-line: underline;
}

.p-contact__button {
	margin: 26px auto 0px;
}

.form__field {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form__field__head {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-top: 9px;
}

.form__field__label {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
}

.form__field__tag {
	border: 1px solid #e10048;
	border-radius: 8px;
	color: #e10048;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	height: 24px;
	letter-spacing: 1.2px;
	line-height: 150%; /* 18px */
	padding: 3px 12px;
}

.form-text,
.form__textarea {
	background: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 8px 0 8px 15px;
	width: 500px;
}

.form__textarea {
	height: 188px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.4;
}

input::placeholder,
textarea::placeholder {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.4;
}

.form-checkbox__input__text {
	margin-right: 85px;
}

.p-footer {
	background: #f7f6f4;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-footer__contents {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	padding-top: 66px;
}

.p-footer__contents-link {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.p-footer__contents-link img {
	height: 50px;
	transition: opacity 0.3s;
	width: 237px;
}

.p-footer__contents-link img:hover {
	opacity: 0.7;
}

.p-footer__contents-link a {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	transition: color 0.3s;
}

.p-footer__contents-link a:hover {
	color: #105f00;
}

.p-footer p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 180%; /* 25.2px */
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	max-width: 1140px;
}

.copylight {
	font-family: "Overpass", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 180%; /* 25.2px */
}

.p-drawer-content {
	background: #105f00;
	color: #fff;
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: -300px;
	transition: right 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.p-drawer-content.is-active {
	opacity: 1;
	right: 0;
	visibility: visible;
}

.p-drawer-content__menu {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 84px;
}

.p-drawer-content__link {
	font-family: "Overpass", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 200%; /* 40px */
	padding-left: 20px;
	position: relative;
	transition: opacity 0.3s;
}

.p-drawer-content__link::before {
	background: url(../img/icon-menuopen.png) no-repeat center center/contain;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.p-drawer-content__link:hover {
	opacity: 0.7;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

[id] {
	scroll-margin-top: 72px; /* ヘッダーの高さ分 */
}

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

.l-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.p-functions__items {
	grid-template-columns: 1fr 1fr;
	max-width: 700px;
}

.p-supported__item {
	padding: 66px 30px 40px;
}

.p-supported__item-content-left2 img {
	width: 110px;
}

.p-header__wrapper {
	padding: 2.2vw 2.5vw 12px 2.2vw;
}

.p-header__pc {
	gap: 1.5vw;
}

.p-header__nav {
	gap: 1.5vw;
}

.p-header__nav li a {
	font-size: 14px;
}

.p-mv__content {
	gap: 0;
}

.p-mv__content__right img {
	height: 27vw;
	width: 37vw;
}

.p-mv__content__right-point {
	height: 89px;
	width: 89px;
}

.p-mv__content__right-point p {
	font-size: 14px;
	letter-spacing: 0.7px;
}

.p-mv__content__right-point span {
	font-size: 19px;
	letter-spacing: 0.95px;
}

.p-mv__content__right-point-1 {
	right: 147px;
	top: 7px;
}

.p-mv__content__right-point-2 {
	position: absolute;
	right: 57px;
	top: 40px;
}

.p-mv__content__right-point-3 {
	position: absolute;
	right: 16px;
	top: 131px;
}

.p-mv__campaign-box {
	padding: 13px 12px 12px 9px;
}

.p-voice__content {
	overflow: auto;
}

.p-step__list::before {
	top: 80px;
	width: 600px;
}

.p-step__item-text-top {
	font-size: 16px;
}

.p-step__item-text-under {
	font-size: 14px;
	width: 120px;
}

.p-plan__content-card-title {
	font-size: 22px;
}

.p-plan__campaign-box-top {
	gap: 0;
	padding-right: 15px;
}

.p-plan__campaign-box-top-text {
	gap: 0;
}

.p-message__logo img {
	max-width: 80%;
}

.p-message__text {
	width: 480px;
}

.p-footer__contents {
	flex-direction: column;
	gap: 40px;
}

}

@media (max-width: 830px) {

.p-contact__inner {
	padding: 50px 20px;
}

}

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

.sp-break {
	display: block;
}

.pc-break {
	display: none;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.c-section-title-decoration {
	height: 7px;
	width: 56px;
}

.c-section-title-ja {
	font-size: 28px;
	letter-spacing: 1.4px;
}

.c-section-title-en {
	font-size: 14px;
	letter-spacing: 0.7px;
}

.c-button {
	padding: 18px 32px;
}

.c-button--gradient1 {
	padding: 5px 28px 9px;
}

.c-button--cta {
	font-size: 20px;
	letter-spacing: 1px;
	padding: 21px 26px 21px 70px;
}

.c-button--cta span {
	font-size: 33px;
	letter-spacing: 1.65px;
}

.c-button--cta::before {
	height: 32.635px;
	left: 27.7px;
	width: 23.431px;
}

.c-qa__item {
	max-width: none;
	width: 100%;
}

.c-qa__question {
	font-size: 16px;
	gap: 16px;
	letter-spacing: 0.8px;
	line-height: 150%; /* 24px */
	padding: 19px 40px 18px 5px;
}

.c-qa__question::after {
	right: 0;
}

.c-qa__answer {
	font-size: 16px;
	gap: 16px;
	letter-spacing: 0.8px;
	line-height: 200%;
	padding: 16px 45px 17px 5px;
}

.p-features__item {
	flex-direction: column;
	gap: 10px;
}

.p-features__item:nth-child(2) img {
	height: 136px;
	width: 181px;
}

.p-features__item:nth-child(3) img {
	height: 103px;
	width: 154px;
}

.p-features__item-contents {
	gap: 9px;
}

.p-features__item-content {
	flex-direction: column;
	gap: 7px;
	width: auto;
}

.p-features__item-image {
	text-align: center;
}

.p-features__item-image img {
	height: 141px;
	width: 151px;
}

.p-features__item-nam {
	font-size: 13px;
	letter-spacing: 0.65px;
	line-height: 200%; /* 26px */
	margin-top: 5px;
}

.p-features__item-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 180%; /* 43.2px */
}

.p-features__item-title span {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 180%; /* 43.2px */
}

.p-features {
	margin-left: auto;
	margin-right: auto;
	margin-top: 105px;
	max-width: 600px;
	padding-bottom: 55px;
}

.p-features::before {
	background: url(../img/bg-features-sp.png) no-repeat top center/cover;
	content: "";
	height: 1263px;
	position: absolute;
	top: 66px;
	width: 632px;
}

.p-features__items {
	gap: 81px;
	margin-top: 32px;
}

.p-functions__items {
	grid-template-columns: 1fr;
	max-width: 400px;
}

.p-functions {
	padding-bottom: 50px;
	padding-top: 47px;
}

.p-functions__text {
	margin-top: 32px;
}

.p-functions__text-top {
	font-size: 16px;
	letter-spacing: 0.8px;
}

.p-functions__text-top img {
	height: 40px;
	width: 188px;
}

.p-functions__text-under {
	font-size: 22px;
	letter-spacing: 1.1px;
	margin-top: 1px;
}

.p-functions__text-under span {
	color: #e28301;
	font-size: 22px;
	letter-spacing: 1.1px;
}

.p-functions__items {
	margin-top: 37px;
	row-gap: 51px;
}

.p-functions__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	padding: 24px 27px;
}

.p-functions__item-title {
	padding: 10px 0;
}

.p-functions__item-text {
	margin-top: 15px;
}

.p-functions-button {
	display: none;
}

.p-supported {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.p-supported__text {
	margin-top: 34px;
}

.p-supported__text-top {
	font-size: 16px;
	letter-spacing: 0.8px;
}

.p-supported__text-top img {
	height: 40px;
	width: 188px;
}

.p-supported__text-center {
	font-size: 22px;
	letter-spacing: 1.1px;
	margin-top: 0px;
}

.p-supported__text-center span {
	font-size: 22px;
	letter-spacing: 1.1px;
}

.p-supported__text-under {
	font-size: 15px;
	letter-spacing: 0.75px;
	margin-bottom: 32px;
	margin-top: 9px;
}

.p-supported__items {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.p-supported__item {
	border-radius: 0px 0px 8px 8px;
	max-width: none;
	padding: 23px 20px 15px;
	position: relative;
	width: 100%;
}

.p-supported__item-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-supported__item-content-head {
	flex-direction: column;
	gap: 60px;
}

.p-supported__item-content-head2 {
	gap: 50px;
}

.p-supported__item-content-left {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
	position: relative;
}

.p-supported__item-content-left img {
	height: 153px;
	margin-left: -30px;
	margin-top: 20px;
	width: 94px;
}

.p-supported__item-content-left p {
	font-size: 18px;
	letter-spacing: 0.9px;
	position: relative;
}

.p-supported__item-content-left p::before {
	background: url(../img/icon-speech1.png) no-repeat center center/contain;
	content: "";
	height: 170px;
	position: absolute;
	right: -30px;
	top: -35px;
	width: 193px;
}

.p-supported__item-content-left2 {
	gap: 40px;
	margin-bottom: 24px;
}

.p-supported__item-content-left2 p {
	margin-top: 10px;
}

.p-supported__item-content-left2 img {
	height: 153px;
	margin-top: 7px;
	width: 120px;
}

.p-supported__item-content-right {
	display: none;
	gap: 39px;
}

.p-supported__item-content-right img {
	height: 86px;
	width: 86px;
}

.p-supported__item-content-right p {
	font-size: 18px;
	letter-spacing: 0.9px;
}

.p-supported__item-content-right p::before {
	background: url(../img/icon-speech2.png) no-repeat center center/contain;
	content: "";
	height: 186px;
	position: absolute;
	right: -42px;
	top: -33px;
	width: 211px;
}

.p-supported__item-content-right.open {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

.p-supported__item-content-right2 {
	gap: 45px;
}

.p-supported__item-content-right2 p::before {
	right: -34px;
}

.p-supported__item-content-button {
	background: url(../img/icon-qa-close.png) no-repeat center center/contain;
	border: none; /* ボタンのデフォルトの枠線を消す */
	bottom: 0;
	cursor: pointer; /* クリック可能にする */
	display: block;
	height: 18px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.p-supported__item-content-button.open {
	background: url(../img/icon-qa-open.png) no-repeat center center/contain;
}

.p-supported__item-content-list {
	display: flex;
	flex-direction: column;
	margin-top: 26px;
}

.p-supported__item-content-list img {
	height: 28px;
	margin: 0 auto;
	width: 5px;
}

.p-supported__item-content-list .line2 {
	height: 43px;
	width: 28px;
}

.p-supported__item-content-item {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px 10px;
}

.p-supported__item-content-item-left {
	align-items: center;
	background: #ffa426;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	height: -moz-fit-content;
	height: fit-content;
	padding: 4px 0px 4px 5px;
	width: 100%;
}

.p-supported__item-content-item-left--green {
	background: #99b901;
}

.p-supported__item-content-item-left--pink {
	background: #e10048;
}

.p-supported__item-content-item-left--green2 {
	background: #105f00;
}

.p-supported__item-content-item-left--yellow {
	background: #fdd401;
}

.p-supported__item-content-item-image {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.p-supported__item-content-item-image img {
	height: 40px;
	width: 39px;
}

.p-supported__item-content-item-title {
	font-size: 18px;
	letter-spacing: 0.9px;
	text-align: center;
	width: 218px;
}

.p-supported__item-content-text {
	font-size: 18px;
	letter-spacing: 0.9px;
	padding-bottom: 10px;
}

.p-supported .p-supported__button {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.p-supported .tag-button {
	background: #d9d9d9;
	border-radius: 8px 8px 0px 0px;
	color: #333;
	cursor: pointer;
	display: none;
	font-size: 18px;
	letter-spacing: 0.9px;
	padding-bottom: 0px;
	padding-top: 5px;
	pointer-events: none;
	width: 100%;
}

.p-supported .tag-button span {
	font-size: 24px;
	letter-spacing: 1.2px;
	margin-left: 28px;
}

.p-supported .tag-button-active {
	color: #fff;
	display: block;
}

.p-supported .tag-button.tag1-active {
	background: #105f00;
}

.p-supported .tag-button.tag2-active {
	background: #e10048;
}

.p-supported .tag-button-sp {
	background: #e10048 !important;
	color: #fff !important;
	display: block !important;
	margin-top: 32px;
}

.p-supported-sp {
	display: none;
}

.p-supported-sp.open {
	display: block;
}

.p-header__wrapper {
	padding: 2.2vw 5.5vw 7px 5.2vw;
}

.p-header__sp {
	display: block;
}

.p-header__pc {
	display: none;
}

.p-header__logo {
	height: 40px;
	width: 189px;
}

.p-mv {
	margin-top: 65px;
	padding-bottom: 52px;
}

.p-mv__image {
	left: -4px;
	top: 7px;
}

.p-mv__image img {
	height: 84vw;
	max-width: 183vw;
}

.p-mv__title {
	font-size: 32px;
}

.p-mv__text {
	font-size: 15px;
	letter-spacing: 0.75px;
	line-height: 150%;
	margin-top: 6px;
	max-width: 260px;
	width: auto;
}

.p-mv__content {
	flex-direction: column;
	gap: 9px;
	margin: 0;
	max-width: none;
}

.p-mv__content__left {
	margin-left: 17.3vw;
	margin-right: 13vw;
	margin-top: 14.4vw;
}

.p-mv__content__right {
	position: relative;
}

.p-mv__content__right::after {
	background: #fdd401;
	border-radius: 50%;
	content: "";
	height: 74.6vw;
	position: absolute;
	right: 21px;
	top: 11px;
	width: 74.6vw;
	z-index: -1;
}

.p-mv__content__right img {
	height: 53.3vw;
	margin-right: 0;
	margin-top: 89px;
	width: 78.9vw;
}

.p-mv__content__right-point {
	height: 89px;
	width: 89px;
}

.p-mv__content__right-point p {
	font-size: 14px;
	letter-spacing: 0.7px;
}

.p-mv__content__right-point span {
	font-size: 19px;
	letter-spacing: 0.95px;
}

.p-mv__content__right-point-1 {
	right: 147px;
	top: 7px;
}

.p-mv__content__right-point-2 {
	position: absolute;
	right: 57px;
	top: 40px;
}

.p-mv__content__right-point-3 {
	position: absolute;
	right: 16px;
	top: 131px;
}

.p-mv__sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.p-mv__sp .c-button,
.p-mv__sp .c-button--gradient1 {
	max-width: -moz-max-content;
	max-width: max-content;
	width: auto; /* 幅を自然に */
}

.p-mv__campaign {
	display: none;
	margin-top: 16px;
}

.p-mv__campaign-sp {
	display: block;
}

.p-mv__campaign-head {
	margin-left: 10px;
}

.p-mv__campaign-head img {
	height: 18.5px;
	width: 8.5px;
}

.p-mv__campaign-head p {
	font-size: 24px;
}

.p-mv__campaign-head p span {
	font-size: 16px;
}

.p-mv__campaign-head p .span {
	font-size: 20px;
}

.p-mv__campaign-box-top {
	height: 53px;
	width: 263px;
}

.p-mv__campaign-box-top-text {
	font-size: 16px;
}

.p-mv__campaign-box-top-text2 {
	font-size: 32px;
}

.p-mv__campaign-box-under {
	font-size: 16px;
}

.p-mv__campaign-box-under span {
	font-size: 20px;
}

.p-worries {
	background: #F8F7F5;
	overflow: visible;
	position: relative;
	text-align: center;
}

.p-worries__inner::before {
	background: url(../img/nayami-background-sp.png) no-repeat bottom center/cover;
	bottom: -458px;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
	z-index: -1;
}

.p-worries__title {
	font-size: 22px;
	letter-spacing: 1.1px;
	padding-bottom: 38px;
	padding-top: 50px;
}

.p-worries__list {
	flex-direction: column;
	gap: 0;
}

.p-worries__item {
	margin: 0 auto;
	position: relative;
}

.p-worries__item-1 {
	margin-top: 3px;
	order: 1;
}

.p-worries__item-1 .p-worries__troubles {
	height: 240px;
	width: 242px;
}

.p-worries__item-1 p {
	left: 51%;
	position: absolute;
	top: 35%;
}

.p-worries__item-2 {
	left: 52%;
	margin-top: 0;
	order: 2;
	position: absolute;
	top: 379px;
	transform: translateX(-50%);
}

.p-worries__item-2 .p-worries__troubles {
	height: 247px;
	width: 237px;
}

.p-worries__item-2 p {
	left: 52%;
	position: absolute;
	top: 42%;
}

.p-worries__item-3 {
	left: 50%;
	order: 3;
	position: absolute;
	top: 586px;
	transform: translateX(-50%);
}

.p-worries__item-3 .p-worries__troubles {
	height: 267px;
	width: 230px;
}

.p-worries__item-3 p {
	left: 51%;
	position: absolute;
	top: 38%;
}

.p-worries__item-image {
	height: 164px;
	margin: 0 auto;
	position: relative;
	width: 244px;
}

.p-worries__item-image img {
	bottom: -416px;
	left: 47%;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
}

.p-worries p {
	font-size: 18px;
	letter-spacing: 0.9px;
}

.p-service {
	margin-top: 458px;
}

.p-service__content::before {
	height: 161px;
	right: calc(50% + 16vw);
	top: -39px;
	width: 102px;
}

.p-service__content::after {
	height: 161px;
	left: calc(50% + 16vw);
	top: -37px;
	width: 102px;
}

.p-service__content-image {
	height: auto;
	max-width: 338px;
	width: 100%;
}

.p-service__content-text {
	top: 138px;
}

.p-service__content-text-top {
	align-items: end;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.p-service__content-text-top p {
	font-size: 1rem;
	letter-spacing: 0.8px;
}

.p-service__content-text-top img {
	height: 40px;
	width: 188px;
}

.p-service__content-text-center {
	font-size: 1.37rem;
	letter-spacing: 1.1px;
	margin-top: 9.87px;
}

.p-service__content-text-under {
	font-size: 1rem;
	letter-spacing: 0.8px;
	margin-top: 1px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-cta {
	height: 160px;
	padding-top: 35px;
}

.p-cta__button-text {
	align-items: center;
	font-size: 22px;
	gap: 9px;
	letter-spacing: 1.1px;
}

.p-cta__button-text::before {
	border-left: 1px solid white;
	height: 27px;
	left: -30px;
	top: 8px;
}

.p-cta__button-text::after {
	border-left: 1px solid white;
	height: 27px;
	right: -34px;
	top: 7px;
}

.p-cta__button-text img {
	height: 26.778px;
	width: 9.205px;
}

.p-voice {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-voice__content {
	margin-top: 35px;
}

.p-voice__card {
	padding: 20px 20px 50px;
}

.p-voice__card-logo {
	height: 120px;
	width: 245px;
}

.p-voice__card-text-top {
	font-size: 18px;
	letter-spacing: 0.9px;
	white-space: nowrap;
}

.p-voice__card-text-under {
	font-size: 16px;
	letter-spacing: 0.8px;
	margin-top: 27px;
}

.p-voice__card-text-under span {
	font-size: 16px;
}

.p-step {
	padding-bottom: 48px;
	padding-top: 50px;
}

.p-step__content {
	margin-top: 25px;
	max-width: none;
}

.p-step__list {
	display: flex;
	flex-direction: column;
	gap: 27px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

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

.p-step__item {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.p-step__item:nth-child(5) .p-step__item-icon-image::after {
	display: none;
}

.p-step__item-icon {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-step__item-icon p {
	font-family: "Overpass", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.75px;
	line-height: 160%; /* 30px */
}

.p-step__item-icon-image {
	height: 92px;
	position: relative;
	width: 92px;
}

.p-step__item-icon-image::after {
	background: url(../img/icon-line1.png) no-repeat center center/contain;
	bottom: -24px;
	content: "";
	height: 33px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5px;
	z-index: -1;
}

.p-step__item-text-top {
	color: #ffa426;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 180%; /* 36px */
	text-align: left;
	white-space: nowrap;
}

.p-step__item-text-under {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	width: auto;
}

.p-plan {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-plan__content {
	flex-direction: column;
	gap: 74px;
	margin-top: 70px;
}

.p-plan__content-item {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

.p-plan__content-top {
	height: 59px;
	position: absolute;
	top: -41px;
	width: 59px;
}

.p-plan__content-top p {
	font-size: 11.167px;
	letter-spacing: 0.558px;
}

.p-plan__content-top span {
	font-size: 24px;
	line-height: 1;
}

.p-plan__content-card {
	border: 2.094px solid #000;
	border-radius: 5.583px;
}

.p-plan__content-card-title {
	border: 1px solid #000;
	font-size: 18px;
	letter-spacing: 0.9px;
	padding-bottom: 3px;
	padding-top: 16px;
	text-align: center;
}

.p-plan__content-card-contents {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 13px 6.66vw;
	width: 100%;
}

.p-plan__content-card-price {
	height: auto;
	padding: 10px;
}

.p-plan__content-card-price p {
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
}

.p-plan__content-card-limit {
	height: auto;
	padding: 10px 5px;
}

.p-plan__content-card-limit p {
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 150%; /* 16px */
	text-align: center;
}

.p-plan__content-card-limit span {
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 150%; /* 16px */
}

.p-plan__campaign {
	margin-top: 0px;
}

.p-plan__campaign .p-mv__campaign-head {
	padding-bottom: 4px;
}

.p-plan__campaign-box {
	background: #99b901;
	border-radius: 8px;
	padding: 13px 3.2vw 12px 2.4vw;
}

.p-plan__campaign-box-top {
	gap: 2.66vw;
	height: 53px;
}

.p-plan__campaign-box-top-plan {
	height: 43px;
	width: 43px;
}

.p-plan__campaign-box-top-plan span {
	font-size: 23px;
}

.p-plan__campaign-box-top-text {
	gap: 1.86vw;
}

.p-plan__campaign-box-top-text p {
	font-size: 14px;
	letter-spacing: 0.7px;
	white-space: nowrap;
}

.p-plan__campaign-box-top-text span {
	font-size: 24px;
	letter-spacing: 2.4px;
	white-space: nowrap;
}

.p-plan__campaign-box-top-text img {
	height: 21px;
	width: 10px;
}

.p-plan__campaign-box-under {
	margin-top: 14px;
}

.p-plan__campaign-box-under img {
	height: 27px;
	margin-right: 5px;
	padding-bottom: 3px;
	width: 9px;
}

.p-plan__campaign-box-under span {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.p-plan__campaign-box-under p {
	font-size: 20px;
	letter-spacing: 2px;
}

.p-plan__campaign-box-under .fz28 {
	font-size: 16px;
	letter-spacing: 0.8px;
	margin-top: 0px;
}

.p-faq {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-faq__contents {
	margin-top: 30px;
}

.p-message {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-message__contents {
	flex-direction: column;
	gap: 0;
	text-align: center;
}

.p-message__contents-texts {
	gap: 18px;
}

.p-message__logo {
	height: 140px;
	width: 140px;
}

.p-message__center {
	gap: 0;
	margin-top: 10px;
}

.p-message__center p,
.p-message__center span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 200%; /* 36px */
}

.p-message__center img {
	height: 40px;
	margin-right: 0;
	width: 188px;
}

.p-message__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 200%; /* 32px */
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	width: 100%;
}

.p-message__text span {
	font-weight: 700;
}

.p-contact {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.p-contact__text {
	font-size: 13px;
	letter-spacing: 0.65px;
	margin-top: 16px;
}

.p-contact__box {
	margin-top: 32px;
}

.p-contact__fields {
	gap: 32px;
}

.p-contact__privacy {
	margin: 5px auto 0;
}

.p-contact__privacy a {
	text-decoration-line: underline;
}

.p-contact__button {
	margin: 7px auto 0px;
}

.form__field {
	flex-direction: column;
	gap: 3px;
	justify-content: start;
}

.form__field__head {
	align-items: center;
	margin-top: 0px;
}

.form-text,
.form__textarea {
	padding: 15px 0 14px 18px;
	width: 100%;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 20px;
	opacity: 0.4;
}

input::placeholder,
textarea::placeholder {
	font-size: 20px;
	opacity: 0.4;
}

.form-checkbox__input__text {
	margin-right: 0px;
}

.p-footer {
	padding-bottom: 10px;
}

.p-footer__contents {
	padding-top: 50px;
}

.p-footer__contents-link {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-footer__contents-link img {
	height: 57px;
	margin-bottom: 18px;
	width: 259.481px;
}

.p-footer__contents-link a {
	margin-left: 30px;
}

.p-footer p {
	font-size: 12px;
	letter-spacing: 0.48px;
	margin-top: 7px;
}

.copyright {
	letter-spacing: 0;
}

}

