*,
::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;
	list-style-type: none;
}

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

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

body {
	background: #FFF;
	color: #565956;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 1.5;
}

.english {
	font-family: "Jost", sans-serif;
}

.l-inner {
	margin: 0 auto;
	max-width: 407px;
	padding-inline: 16px;
	width: 100%;
}

.l-visible-sp {
	display: none;
}

.l-visible-tab {
	display: none;
}

.l-visible-pc {
	display: none;
}

.c-login-btn {
	display: none;
}

.c-register-btn {
	align-items: center;
	align-self: stretch;
	background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
	border-radius: 16px;
	color: #ffffff;
	display: inline-flex;
	font-size: 20px;
	font-weight: 700;
	gap: 16px;
	justify-content: center;
	letter-spacing: 0.8px;
	padding: 20px 10px;
	position: relative;
	width: 100%;
}

.c-register-btn:hover {
	opacity: 0.56;
}

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

.c-heading-ja {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	text-align: center;
}

.c-heading-en {
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.96px;
	padding-top: 32px;
	position: relative;
}

.c-heading-en::before {
	border: 1px solid #565956;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 15px;
	transform: translateX(-50%);
	width: 160px;
}

.c-reason-card {
	text-align: center;
	width: 168px;
}

.c-reason-card__title {
	background: #948260;
	color: #ffffff;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 4px 24px;
}

.c-reason-card__image {
	height: 168px;
	width: 168px;
}

header {
	background: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.p-header {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-block: 12px;
	position: relative;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: 21px;
	width: 52px;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.p-header__nav-item {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 4px;
	letter-spacing: 0.56px;
	position: relative;
}

.p-header__nav-item:hover {
	cursor: pointer;
}

.p-header__nav-item.is-active {
	color: #b1b6af;
}

.p-header__nav-icon {
	align-items: center;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

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

main {
	padding-top: 48px;
}

.p-fv {
	position: relative;
	width: 100%;
}

.p-fv__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-fv__text {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	left: 0;
	padding-inline: 16px;
	position: absolute;
	text-align: left;
	top: 256px;
	z-index: 1;
}

.p-fv__catch {
	align-self: flex-start;
	background: #ffffff;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1.12px;
	padding: 4px 24px;
}

.p-fv__catch-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-fv__sub {
	background: #ffffff;
	display: inline-block;
	font-weight: 700;
	margin-top: 16px;
	padding: 8px 24px;
}

.p-ctv {
	background-color: #F2F4F1;
	padding-block: 56px;
}

.p-ctv__inner {
	align-items: center;
	background: #FFF;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	padding: 32px 16px;
}

.p-ctv__top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-ctv__top-text1 {
	font-weight: 700;
	margin-top: 24px;
	padding-top: 8px;
	position: relative;
}

.p-ctv__top-text1::before {
	background: #565956;
	color: #ffffff;
	content: "今だけ";
	font-weight: 700;
	left: 50%;
	padding: 0px 16px;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
}

.p-ctv__top-text2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1.12px;
	text-align: center;
}

.p-ctv__middle {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 311px;
	width: 100%;
}

.p-ctv__middle-text {
	background: #565956;
	border-radius: 16px;
	color: #ffffff;
	padding: 16px 8px;
	text-align: center;
	width: 100%;
}

.p-ctv__bottom {
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	width: 100%;
}

.p-ctv__bottom-text {
	align-items: center;
	background: #F2F4F1;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.8px;
	margin-inline: auto;
	max-width: 260px;
	padding-block: 15px;
	position: relative;
	width: 100%;
}

.p-ctv__bottom-text::after {
	background: #F2F4F1;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	content: "";
	height: 19px;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 11px;
}

.p-reason {
	padding-block: 88px;
}

.p-reason__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 64px;
	justify-content: center;
}

.p-reason__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	max-width: 1180px;
	width: 100%;
}

.p-view {
	overflow: hidden;
	position: relative;
}

.p-view__bg {
	height: 132px;
	position: absolute;
	width: 100%;
}

.p-view__bg img {
	height: 100%;
	width: 100%;
}

.p-view__inner {
	height: 132px;
	padding-block: 18px;
	position: relative;
	width: 339px;
}

.p-view__inner::before {
	background: url(../img/leaf_left.png) no-repeat center center/contain;
	content: "";
	height: 73.309px;
	left: 0;
	position: absolute;
	top: 29.35px;
	width: 56px;
}

.p-view__inner::after {
	background: url(../img/leaf_right.png) no-repeat center center/contain;
	content: "";
	height: 71.556px;
	position: absolute;
	right: 0;
	top: 29.35px;
	width: 56px;
}

.p-view__text {
	font-weight: 700;
	text-align: center;
}

.p-view__main {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.28px;
	text-align: center;
}

.p-voice__inner {
	padding-block: 56px;
}

.p-voice__reviews {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 64px;
}

.p-voice-review__image {
	aspect-ratio: 343/192;
	height: auto;
	max-width: 393px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-voice-review__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-voice-review__image-tag {
	align-items: center;
	background: #609484;
	color: #ffffff;
	display: flex;
	font-family: "Jost", sans-serif;
	font-weight: 600;
	justify-content: center;
	left: 0;
	padding: 8px 16px;
	position: absolute;
	top: 0;
	z-index: 5;
}

.p-voice-review__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

.p-voice-review:nth-child(1) .p-voice-review__content,
.p-voice-review:nth-child(3) .p-voice-review__content {
	background-color: #F2F4F1;
}

.p-voice-review__title {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-voice-review__title p {
	background: #948260;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 4px 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-solution {
	background: #F2F4F1 url(../img/solution-bg.jpg) no-repeat center center/cover;
}

.p-solution__inner {
	padding-bottom: 112px;
	padding-top: 56px;
}

.p-solution__items {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	padding-top: 32px;
}

.p-solution__item {
	align-self: stretch;
	background: #ffffff;
	border-radius: 32px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 28px 50px;
}

.p-solution__item-text {
	font-size: 20px;
	letter-spacing: 0.8px;
}

.p-life {
	position: relative;
	width: 100%;
}

.p-life__heading {
	left: 50%;
	min-width: 308px;
	padding-inline: 33.5px;
	position: absolute;
	top: -55px;
	transform: translateX(-50%);
	width: 100%;
}

.p-life__heading p {
	background: #609484;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 30px 24px;
	text-align: center;
}

.p-life__heading::before {
	background: url(../img/line-sp.png) no-repeat center center/100% 100%;
	content: "";
	height: 237px;
	left: 50%;
	position: absolute;
	top: 13.5px;
	transform: translateX(-50%);
	width: 91.5%;
	z-index: 10;
}

.p-life__inner {
	padding-bottom: 56px;
	padding-top: 240px;
}

.p-life__wrap {
	display: flex;
	flex-direction: column;
	gap: 34.33px;
}

.p-life-scene {
	padding-top: 41.3px;
}

.p-life-scene__top-image {
	aspect-ratio: 343/138;
	position: relative;
	width: 100%;
}

.p-life-scene__top-image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-life-scene__top-tab {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	height: 24px;
	left: 12px;
	letter-spacing: 0.64px;
	position: absolute;
	top: -12px;
	width: 85px;
}

.p-life-scene__images-pc {
	max-width: 562px;
	position: relative;
	width: 100%;
}

.p-life-scene__image-pc-left {
	position: absolute;
}

.p-life-scene__image-pc-left img {
	height: auto;
	width: 100%;
}

.p-life-scene__image-pc-left--second {
	position: absolute;
}

.p-life-scene__image-pc-left--second img {
	height: auto;
	width: 100%;
}

.p-life-scene__image-pc-right {
	position: absolute;
}

.p-life-scene__image-pc-right img {
	height: auto;
	width: 100%;
}

.p-life-scene__image-pc-right--second {
	position: absolute;
}

.p-life-scene__image-pc-right--second img {
	height: auto;
	width: 100%;
}

.p-life-scene__wrap {
	background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 32px;
	padding-inline: 16px;
	padding-top: 16px;
}

.p-life-scene__wrap--second {
	background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	padding-bottom: 32px;
	padding-inline: 16px;
	padding-top: 16px;
}

.p-life-scene__title {
	align-items: flex-start;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
}

.p-life-scene__title span {
	background: #948260;
	margin-top: 8px;
	padding: 4px 8px;
}

.p-life-scene__items {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-top: 36px;
}

.p-life-scene__items--second {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-top: 36px;
}

.p-life-scene__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-life-scene__sub {
	align-items: center;
	display: flex;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	width: 311px;
}

.p-life-scene__sub::after {
	background: #565956;
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: 24px;
}

.p-life-scene__image {
	aspect-ratio: 311/176;
	overflow: hidden;
	width: 100%;
}

.p-life-scene__image img {
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-life-lineup {
	padding-top: 78px;
}

.p-life-lineup__title {
	text-align: center;
}

.p-life-lineup__title-ja {
	align-items: center;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
}

.p-life-lineup__title-ja::before {
	background: #565956;
	content: "";
	height: 1px;
	margin-right: 24px;
	width: 33.5px;
}

.p-life-lineup__title-ja::after {
	background: #565956;
	content: "";
	height: 1px;
	margin-left: 24px;
	width: 33.5px;
}

.p-life-lineup__title-en {
	color: var(--Gray02, #b1b6af);
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding-top: 8px;
}

.p-life-lineup__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 49px;
	justify-content: center;
	padding-top: 24px;
}

.p-life-lineup__card {
	width: 300px;
}

.p-life-lineup__card:hover {
	cursor: pointer;
}

.p-life-lineup__card__image {
	max-width: 300px;
	width: 100%;
}

.p-life-lineup__card__image img {
	height: auto;
	width: 100%;
}

.p-life-lineup-card__text {
	background: #F2F4F1;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	height: 150px;
	padding: 24px;
	width: 300px;
}

.p-life-lineup-card__name {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.p-life-lineup-card__color {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	padding-top: 8px;
}

.p-life-lineup-card__des {
	font-weight: 600;
	padding-top: 8px;
}

.p-features {
	background: #F2F4F1 url(../img/features_bg.jpg) no-repeat center center/cover;
}

.p-features__inner {
	padding-bottom: 56px;
	padding-top: 56px;
}

.p-features__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: center;
	padding-top: 52px;
}

.p-features__card {
	align-items: center;
	background: var(--White, #fff);
	border-radius: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	padding: 32px 16px;
}

.p-features-card__image {
	max-width: 446px;
}

.p-features-card__image:nth-child(2) {
	max-width: 452px;
	width: 100%;
}

.p-features-card__image img {
	height: auto;
	width: 100%;
}

.p-features-card__tag {
	background: #948260;
	color: #ffffff;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 4px 16px;
}

.p-features-card__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding-top: 12px;
}

.p-features-card__title span {
	color: #948260;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
}

.p-features-card__text {
	padding-top: 12px;
}

.p-howto__inner {
	padding-block: 56px;
}

.p-howto__cards {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	justify-content: center;
	padding-top: 32px;
}

.p-howto-card {
	height: auto;
	max-width: 343px;
}

.p-howto-card__image {
	height: 343px;
	width: 343px;
}

.p-howto-card__image img {
	height: auto;
	width: 100%;
}

.p-howto-card__heading {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 23px;
}

.p-howto-card__number {
	color: #609484;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

.p-howto-card__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding-left: 24px;
}

.p-howto-card__text {
	padding-top: 11px;
}

.p-faq__inner {
	padding-block: 56px;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-bottom: 32px;
	padding-top: 32px;
}

.p-faq__item {
	border-bottom: 1px solid #565956;
	font-size: 16px;
	line-height: normal;
	padding-bottom: 24px;
}

.p-faq__item:nth-child(3),
.p-faq__item:nth-child(5) {
	margin-top: 8px;
}

.p-faq__question {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.p-faq__question:hover {
	cursor: pointer;
}

.p-faq__question-q {
	color: #948260;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}

.p-faq__question-text {
	padding-inline: 24px 24px;
	width: 100%;
}

.p-faq__question-plus {
	height: 24px;
	width: 24px;
}

.p-faq__question-plus img {
	height: 100%;
	width: 100%;
}

.p-faq__question-plus:hover {
	cursor: pointer;
}

.p-faq__answer {
	padding-bottom: 20px;
}

.p-faq__answer-text {
	list-style: none;
	padding-inline: 47px 20px;
	padding-top: 24px;
	position: relative;
}

.p-faq__answer-text::before {
	color: #948260;
	content: "A";
	font-size: 18px;
	font-style: normal;
	left: 0;
	line-height: normal;
	position: absolute;
	top: 24px;
}

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

.p-faq__btn {
	align-items: center;
	align-self: stretch;
	background: #609484;
	border-radius: 99999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 48px;
	justify-content: center;
	padding: 20px 40px 20px 56px;
	position: relative;
}

.p-faq__btn:hover {
	opacity: 0.56;
}

.p-faq__btn img {
	height: 15px;
	width: 11px;
}

.p-footer {
	background: #565956;
}

.p-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 72px;
	justify-content: center;
	padding-bottom: 32px;
	padding-top: 32px;
}

.p-footer__content {
	display: flex;
	flex-direction: column;
	gap: 48px;
	justify-content: center;
}

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

.p-footer__head {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding-bottom: 8px;
	position: relative;
}

.p-footer__head::after {
	background-color: #ffffff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 72.028px;
}

.p-footer__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-footer__list li {
	color: #ffffff;
}

.p-footer__list li:hover {
	cursor: pointer;
	opacity: 0.8;
}

.p-footer__sns {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.p-footer__text {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.48px;
}

.p-footer__copy {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.55px;
	padding-top: 16px;
}

.p-drawer {
	align-items: flex-start;
	background: #ffffff;
	border-radius: 8px;
	display: none;
	flex-direction: column;
	left: 50%;
	max-width: 1180px;
	padding: 16px;
	position: absolute;
	top: 56px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}

.p-drawer__title {
	font-weight: 700;
}

.p-drawer__body {
	align-items: flex-start;
	max-width: 1100px;
	padding-top: 24px;
	width: 100%;
}

.p-drawer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 23px;
}

.p-drawer__list li {
	align-items: center;
	border-bottom: 2px solid var(--Gray03, #f2f4f1);
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
	padding: 0px 16px 6px 0px;
	width: 144px;
}

.p-drawer__list li:hover {
	border-bottom: 2px solid #609484;
}

.p-drawer__list li a {
	display: block;
	height: 100%;
	width: 100%;
}

.p-overlay {
	background: rgba(86, 89, 86, 0.56);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 48px;
	width: 100%;
	z-index: 50;
}

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

.l-inner {
	max-width: 900px;
	padding-inline: 30px;
}

.l-hidden-tab {
	display: none !important;
}

.l-visible-tab {
	display: inline !important;
}

.c-login-btn {
	align-items: center;
	background: #FFF;
	border: 1px solid #565956;
	border-radius: 99999px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.56px;
	padding: 7px 23px;
}

.c-login-btn:hover {
	background: #565956;
	color: #FFF;
}

.c-register-btn {
	width: 233px;
}

.p-header__logo a {
	height: 31.5px;
	width: 78px;
}

.p-header__logo a img {
	height: 31.5px;
	width: 78px;
}

.p-fv__text {
	left: 0;
	padding-inline: 60px;
	right: auto;
	top: 80px;
}

.p-fv__catch-group {
	display: none;
}

.p-ctv {
	background: #F2F4F1 url(../img/CTA-bg.png) no-repeat center center/cover;
	height: 500px;
	padding-block: 48px;
	width: 100%;
}

.p-ctv__inner {
	margin-inline: auto;
	padding: 56px 64px;
	width: 719px;
}

.p-ctv__top-text1 {
	font-size: 24px;
	letter-spacing: 0.96px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

.p-ctv__top-text1::before {
	font-size: 16px;
	left: -73px;
	top: -12px;
	transform: rotate(-29.317deg);
}

.p-ctv__middle {
	flex-direction: row;
	max-width: 591px;
}

.p-ctv__bottom {
	flex-direction: row;
	gap: 37.05px;
	padding-top: 32px;
}

.p-ctv__bottom-text {
	height: 60px;
	margin-block: auto;
	margin-inline: 0;
}

.p-ctv__bottom-text::after {
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	height: 11px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.p-reason__list {
	display: grid;
	gap: 85px;
	grid-template-columns: repeat(auto-fit, 168px);
	justify-content: center;
}

.p-view__bg {
	height: 239px;
}

.p-view__inner {
	height: 239px;
	width: 758px;
}

.p-view__inner::before {
	height: 203px;
	top: 16px;
	width: 158px;
}

.p-view__inner::after {
	height: 203px;
	top: 16px;
	width: 158px;
}

.p-view__text {
	font-size: 24px;
	letter-spacing: 0.96px;
	padding-top: 35.5px;
}

.p-view__main {
	font-size: 64px;
	letter-spacing: 2.56px;
}

.p-voice__inner {
	padding-block: 88px;
}

.p-voice__reviews {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, 393px);
	justify-content: center;
}

.p-voice-review__content {
	padding: 24px 48px;
}

.p-voice-review__text {
	padding-bottom: 1.5em;
}

.p-solution__inner {
	padding-top: 88px;
}

.p-solution__item {
	flex-direction: row;
	gap: 32px;
}

.p-life__heading {
	max-width: 1195px;
	padding-inline: 40px;
	top: -15px;
}

.p-life__heading p {
	font-size: 24px;
	letter-spacing: 0.96px;
	padding: 30px 46px;
}

.p-life__heading::before {
	background: url(../img/line-pc.png) no-repeat center center/100% 100%;
	height: 148px;
	top: 9px;
	width: 94%;
}

.p-life__inner {
	padding-bottom: 108px;
	padding-top: 140px;
}

.p-life__wrap {
	gap: 68px;
}

.p-life-scene {
	padding-top: 93px;
}

.p-life-scene__top-tab {
	font-size: 40px;
	height: 60px;
	left: 39px;
	letter-spacing: 1.6px;
	top: -30px;
	width: 210px;
}

.p-life-scene__style-pc {
	display: flex;
	flex-direction: row;
}

.p-life-scene__image-pc-left {
	bottom: 100px;
	height: auto;
	left: 10px;
	max-width: 311px;
	width: 100%;
}

.p-life-scene__image-pc-left--second {
	bottom: 100px;
	height: auto;
	left: 10pxpx;
	max-width: 311px;
	width: 100%;
}

.p-life-scene__image-pc-right {
	height: auto;
	max-width: 311px;
	right: 0px;
	top: 150px;
	width: 100%;
}

.p-life-scene__image-pc-right--second {
	height: auto;
	max-width: 311px;
	right: 10px;
	top: 150px;
	width: 100%;
}

.p-life-scene__style-pc--second {
	display: flex;
	flex-direction: row-reverse;
}

.p-life-scene__wrap {
	margin-top: 48px;
	padding-bottom: 68px;
	padding-inline: 64px;
	padding-top: 64px;
	width: 100%;
}

.p-life-scene__wrap--second {
	margin-top: 48px;
	padding-bottom: 68px;
	padding-inline: 64px;
	padding-top: 64px;
	width: 100%;
}

.p-life-scene__items--second {
	width: 100%;
}

.p-life-scene__sub {
	width: 100%;
}

.p-life-lineup__title {
	padding-right: 10px;
}

.p-life-lineup__title-ja {
	letter-spacing: 0.8px;
	margin-inline: auto;
	max-width: 988px;
	width: 100%;
}

.p-life-lineup__title-ja::before {
	flex-grow: 1;
	margin-right: 140px;
	width: auto;
}

.p-life-lineup__title-ja::after {
	flex-grow: 1;
	margin-left: 140px;
	width: auto;
}

.p-life-lineup__cards {
	flex-direction: row;
	flex-wrap: wrap;
	margin-inline: auto;
	max-width: 998px;
}

.p-features__inner {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-features__card {
	gap: 40px;
	padding: 32px 60px;
}

.p-features__card:nth-child(odd) {
	flex-direction: row;
}

.p-features__card:nth-child(even) {
	flex-direction: row-reverse;
}

.p-features-card__image {
	width: 50.4%;
}

.p-features-card__content {
	max-width: 445px;
	width: 49.6%;
}

.p-howto__inner {
	padding-bottom: 88px;
	padding-top: 90px;
}

.p-howto__cards {
	gap: 36px;
	padding-top: 64px;
}

.p-howto-card {
	max-width: 268px;
}

.p-howto-card__image {
	height: 268px;
	width: 268px;
}

.p-howto-card__heading {
	padding-left: 3px;
	padding-top: 27px;
}

.p-howto-card__number {
	font-weight: 600;
}

.p-howto-card__text {
	padding-top: 13px;
}

.p-footer__content {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

}

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

.l-inner {
	max-width: 1200px;
	padding-inline: 60px;
}

.l-hidden-pc {
	display: none !important;
}

.l-visible-pc {
	display: inline !important;
}

.p-header {
	gap: 32px;
	justify-content: flex-start;
}

.p-header__logo {
	margin-right: auto;
}

.p-header__logo a {
	height: 45.5px;
	width: 113px;
}

.p-header__logo a img {
	height: 45.5px;
	width: 113px;
}

.p-header__nav-list {
	gap: 32px;
}

.p-header__nav-item {
	font-size: 16px;
	gap: 8px;
}

.p-header__button {
	gap: 40px;
	height: 45.5px;
}

.p-header__button-cart img {
	height: 32px;
	width: 32px;
}

main {
	padding-top: 69.5px;
}

.p-fv__text {
	left: 0;
	padding-inline: 130px;
	right: auto;
	top: 130px;
}

.p-fv__catch {
	font-size: 40px;
	letter-spacing: 1.6px;
}

.p-fv__sub {
	font-size: 24px;
	letter-spacing: 0.96px;
}

.p-solution__items {
	grid-template-columns: 1fr 1fr;
	padding-top: 64px;
}

.p-solution__items > :not(:nth-child(4)):not(:nth-child(5)) {
	grid-column: span 2;
}

.p-life__heading::before {
	height: 121px;
	width: 99%;
}

.p-life-scene__image-pc-left {
	bottom: 54px;
	left: -49px;
	max-width: 283px;
}

.p-life-scene__image-pc-left--second {
	bottom: 54px;
	left: -30px;
	max-width: 284px;
}

.p-life-scene__image-pc-right {
	max-width: 300px;
	right: 0px;
	top: 87px;
}

.p-life-scene__image-pc-right--second {
	max-width: 300px;
	right: -20px;
	top: 87px;
}

.p-life-scene__wrap {
	width: 52.37%;
}

.p-life-scene__wrap--second {
	width: 49.83%;
}

.p-life-scene__items {
	width: 93.88%;
}

.p-features__card {
	gap: 80px;
	padding: 32px 106px;
}

.p-faq__inner {
	padding-block: 88px;
}

.p-faq__items {
	display: grid;
	gap: 28px 24px;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 64px;
	padding-top: 64px;
}

.p-faq__item:nth-child(3),
.p-faq__item:nth-child(5) {
	margin-top: 0;
}

.p-faq__item {
	padding-left: 22px;
	padding-right: 24px;
}

.p-footer__inner {
	padding-top: 56px;
}

.p-drawer {
	padding: 24px 40px;
	top: 86px;
}

.p-drawer__title {
	font-size: 20px;
	letter-spacing: 0.8px;
}

.p-drawer__list {
	gap: 48px 32px;
}

.p-drawer__list li {
	font-size: 16px;
	letter-spacing: 0.64px;
	width: 192px;
}

.p-overlay {
	top: 69.5px;
}

}

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

.l-inner {
	max-width: 1700px;
	padding-inline: 130px;
}

.p-life-scene__title {
	flex-direction: row;
	flex-wrap: wrap;
}

.p-life-scene__title span {
	margin-right: -0.3em;
	margin-top: 0;
	padding: 4px 5px;
}

}

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

.l-hidden-sp {
	display: none !important;
}

.l-visible-sp {
	display: inline !important;
}

}

