@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 corporate-index
-----------------------------------------------------------
----------------------------------------------------------- */
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
.l-header03__main .main-right .main-button {
	display: none;
}

/*
-----------------------------------------------------------
 common
----------------------------------------------------------- */
.p-section ~ .p-section {
	margin-top: 7rem;
}

.p-section__title {
	font-family: var(--font-family02);
	color: var(--color06);
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.45;
	margin-bottom: 3.2rem;
}

/*
-----------------------------------------------------------
 p-global-page-head__title-sub
----------------------------------------------------------- */
.p-global-page-head__title-sub {
	letter-spacing: 0.05em;
}

/*
-----------------------------------------------------------
 main__inner
----------------------------------------------------------- */
.main__inner {
	padding-bottom: 0;
}

span.p-global-page-head__title-main {
	font-size: 2.9rem;
}

/*
-----------------------------------------------------------
 p-conversion
----------------------------------------------------------- */
.p-conversion {
	margin: 5em 0;
}

.p-conversion__top {
	color: var(--color06);
	font-weight: bold;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.55;
	margin-bottom: 1.6rem;
}

.p-conversion__button-top {
	font-family: var(--font-family02);
	text-align: center;
	margin: 0 0 0.9rem;
	line-height: 1.45;
}

.p-conversion__button-top span {
	color: var(--color02);
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 1.7rem;
}
.p-conversion__button-top span::after, .p-conversion__button-top span::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 0;
	border-top: 0.1rem solid;
	top: 4px;
	bottom: 0;
	margin: auto 0;
}
.p-conversion__button-top span::before {
	transform: rotate(55deg);
	left: -22px;
}
.p-conversion__button-top span::after {
	transform: rotate(-55deg);
	right: -22px;
}

.p-conversion__button a {
	background: #fc5400;
	background: -moz-linear-gradient(left, #fc5400 0%, #ff861c 100%);
	background: -webkit-linear-gradient(left, #fc5400 0%, #ff861c 100%);
	background: linear-gradient(to right, #fc5400 0%, #ff861c 100%);
	position: relative;
	display: block;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
	color: #FFF;
	letter-spacing: 0.1em;
	border-radius: 1rem;
	padding: 2rem 3.8rem 2rem 3rem;
	font-size: 1.9rem;
	line-height: 1.2;
	max-width: 500px;
}
.p-conversion__button a::before {
	content: "";
	position: absolute;
	width: calc(100% - 0.5rem);
	height: calc(100% - 0.5rem);
	border: 0.1rem solid;
	border-radius: 0.7rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.p-conversion__button a::after {
	content: "";
	position: absolute;
	width: 2.2rem;
	height: 100%;
	top: 0;
	right: 1.5rem;
	background: url(/img/icon-arrow.svg) no-repeat center center;
	background-size: contain;
}

/*
-----------------------------------------------------------
 p-anchor
----------------------------------------------------------- */
.p-anchor ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 0.9rem 0;
}

.p-anchor ul li {
	width: calc((100% - 0.9rem) / 2);
	min-height: 4rem;
}

.p-anchor ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	font-weight: normal;
	background: #FFF;
	height: 100%;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 1rem 0.3rem 1rem 2.2rem;
	border-radius: 0.4rem;
	letter-spacing: 0;
	color: #857466;
}
.p-anchor ul li a::before {
	border-color: var(--color04) transparent transparent transparent;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6rem 0.5rem 0 0.5rem;
	display: block;
	top: 0;
	left: 0.8rem;
	bottom: 0.1rem;
	margin: auto 0;
}

/*
-----------------------------------------------------------
 p-top
----------------------------------------------------------- */
.p-top__text {
	padding: 1.8rem;
}

.p-top__body-top-img {
	margin-bottom: 1.2rem;
}

.p-top__body-top-img img {
	border-radius: 0.6rem;
}

.p-top__body-top-text {
	font-size: 1.6rem;
}

/* p-top__problem
----------------------------------------------------------- */
.p-top__problem {
	margin-top: 7rem;
}

.p-top__problem-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.5rem;
	line-height: 1.45;
}

.p-top__problem-title-text01 {
	color: var(--color01);
	display: inline-block;
	border-bottom: 0.1rem solid;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	padding: 0 0.7rem 0.3rem;
}

.p-top__problem-title-text02 {
	font-family: var(--font-family02);
	color: var(--color06);
	display: block;
	text-align: center;
	font-size: 2.5rem;
}

.p-top__problem-list li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0 0.6rem;
}
.p-top__problem-list li:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-top__problem-list li + li {
	margin-top: 2.3rem;
}

.p-top__problem-illust {
	overflow: hidden;
	background: #ceded1;
	width: 6.5rem;
	border-radius: 50%;
	height: 6.5rem;
	box-shadow: inset 0 0 0.7rem 0 #c0d3c3;
}

.p-top__problem-list li p {
	position: relative;
	max-width: calc(100% - 7.5rem);
	padding: 1.2rem 1.2rem;
	font-size: 1.5rem;
	line-height: 1.6;
	border-radius: 0.6rem;
	z-index: 10;
}
.p-top__problem-list li p::before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	margin: auto 0;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
}

.p-top__problem-list li:nth-of-type(odd) p {
	background: var(--color01);
	color: #FFF;
}
.p-top__problem-list li:nth-of-type(odd) p::before {
	border-color: transparent var(--color01) transparent transparent;
	border-width: 1rem 1.2rem 1rem 0;
	right: 100%;
}

.p-top__problem-list li:nth-of-type(even) p {
	color: var(--color01);
	background: #FFF;
}
.p-top__problem-list li:nth-of-type(even) p::before {
	border-color: transparent transparent transparent #FFF;
	border-width: 1rem 0 1rem 1.2rem;
	left: 100%;
}

.p-top__problem-bottom {
	position: relative;
	text-align: right;
	padding: 3.1rem 4.5rem 0 0;
	margin-top: 2rem;
	min-height: 9.6rem;
	z-index: 10;
}
.p-top__problem-bottom::before {
	border-color: var(--color02) transparent transparent transparent;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 1.4rem 2.1rem 0 2.1rem;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0.4rem;
}

.p-top__problem-bottom p {
	font-family: var(--font-family02);
	color: var(--color02);
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 2.5rem;
	z-index: 10;
}

.p-top__problem-bottom img {
	position: absolute;
	width: 11.7rem;
	top: 0;
	right: 0;
}

@media screen and (min-width: 641px) {
	.p-top__problem-bottom img {
		right: 1.4rem;
	}
}
.p-top__use {
	border: 0.2rem solid var(--color02);
	overflow: hidden;
	background: #FFF;
	padding: 2.1rem 1.5rem 1.5rem;
	border-radius: 0.6rem;
}

.p-top__use + .p-top__use {
	margin-top: 2.5rem;
}

.p-top__use-title {
	font-family: var(--font-family02);
	color: var(--color06);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.35;
	gap: 1.2rem;
	margin-bottom: 1.2rem;
}

.p-top__use02 .p-top__use-title img {
	height: 5.3rem;
	margin-top: -0.5rem;
}

.p-top__use-list {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.7rem;
	line-height: 1.6;
}

.p-top__use-list li + li {
	margin-top: 0.9rem;
}

.p-top__use-sdgs-button {
	margin-top: 3rem;
}

.p-top__use-sdgs-button button {
	color: var(--color06);
	position: relative;
	display: block;
	text-align: center;
	border: 0.1rem solid;
	border-radius: 100px;
	width: 90%;
	margin: 0 auto 1.2rem;
	padding: 0.7rem 1.4rem 0.7rem 0.5rem;
	font-size: 1.4rem;
}
.p-top__use-sdgs-button button::before {
	background: var(--color06);
	content: "";
	position: absolute;
	-webkit-mask-image: url(/img/icon-arrow01.svg);
	mask-image: url(/img/icon-arrow01.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: 1.86rem;
	height: 1.86rem;
	right: 1.4rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.p-top__use-sdgs {
	display: none;
	animation: fadeIn 0.6s ease-in 0s forwards;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
	margin-bottom: -1.5rem;
	padding: 3rem 1.5rem;
	background: #fcf3ee;
}

.p-top__use-sdgs-title {
	font-family: var(--font-family02);
	color: var(--color06);
	display: block;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 1.2rem;
}

.p-top__use-sdgs-img02 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 0.4rem;
}

.p-top__use-sdgs-img02 img {
	width: calc((100% - 1.2rem) / 4);
}

.p-top__use-sdgs-text {
	margin-top: 2rem;
}

.p-top__use-sdgs-detail {
	margin-top: 2rem;
}

.p-top__use-sdgs-detail-title {
	font-weight: bold;
	margin-bottom: 0.3rem;
	font-size: 105%;
}

.p-top__use-sdgs-detail-list {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.7rem;
	line-height: 1.6;
}

.p-top__use-sdgs-detail-list li + li {
	margin-top: 0.9rem;
}

/*
-----------------------------------------------------------
 p-merit
----------------------------------------------------------- */
.p-merit__list-item + .p-merit__list-item {
	margin-top: 2rem;
}

.p-merit__list-title {
	background: var(--color02);
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 0.6rem 0.6rem 0 0;
	padding: 0.7rem;
	letter-spacing: 0.05em;
	font-size: 1.9rem;
}

.p-merit__list-list {
	border: 0.1rem solid var(--color02);
	border-top: none;
	border-radius: 0 0 0.6rem 0.6rem;
	background: #FFF;
	padding: 1.5rem 1.2rem;
}

.p-merit__list-list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5rem;
}

.p-merit__list-list-item + .p-merit__list-list-item {
	margin-top: 0.7rem;
}

.p-merit__list-list-icon {
	width: 3.2rem;
}

.p-merit__list-list-icon img {
	width: 2.5rem;
	margin: 0 auto;
}

.p-merit__list-list-item.--icon-employee .p-merit__list-list-icon img {
	width: 100%;
}

.p-merit__list-list-text {
	color: var(--color06);
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.45;
	flex: 1;
}

.p-merit__list-list-item.--icon-eco .p-merit__list-list-text {
	padding-top: 0.7rem;
}

.p-merit__list-list-item.--text-small .p-merit__list-list-text {
	font-size: 1.7rem;
	padding-top: 0.2rem;
	letter-spacing: 0;
}

/*
-----------------------------------------------------------
 p-merit02
----------------------------------------------------------- */
.p-merit02__list-item + .p-merit02__list-item {
	margin-top: 2rem;
}

.p-merit02__list-title {
	font-family: var(--font-family02);
	background: var(--color01);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 0.6rem 0.6rem 0 0;
	padding: 1.4rem 0.7rem;
	letter-spacing: 0.05em;
	font-size: 2rem;
	gap: 1rem;
	line-height: 1.45;
}

.p-merit02__list-title img {
	height: 2.7rem;
}

.p-merit02__list-title span {
	padding-top: 0.2rem;
}

.p-merit02__list-list {
	border: 0.2rem solid var(--color01);
	border-top: none;
	border-radius: 0 0 0.6rem 0.6rem;
	background: #FFF;
	padding: 2rem 1.5rem;
}

.p-merit02__list-list-item + .p-merit02__list-list-item {
	border-top: 0.1rem solid var(--color-border);
	margin-top: 2rem;
	padding-top: 2rem;
}

.p-merit02__list-list-item-title {
	position: relative;
	padding-left: 2.5rem;
	line-height: 1.45;
	margin-bottom: 0.8rem;
}

.p-merit02__list-list-item-title-icon {
	background: var(--color01);
	position: absolute;
	top: 0.15rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 0.2rem;
}
.p-merit02__list-list-item-title-icon::before {
	content: "";
	position: absolute;
	border: 0.2rem solid;
	border-top: none;
	border-right: none;
	color: #FFF;
	transform: rotate(-45deg);
	width: 1.3rem;
	height: 0.65rem;
	top: 0.5rem;
	left: 0.3rem;
}

.p-merit02__list-list-item-title-text {
	color: var(--color06);
	font-weight: bold;
	font-size: 1.7rem;
}

/*
-----------------------------------------------------------
 p-example
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 p-example02
----------------------------------------------------------- */
.p-example02__list-item {
	overflow: hidden;
	background: #FFF;
	border-radius: 0.6rem;
	font-size: 1.5rem;
}

.p-example02__list-item + .p-example02__list-item {
	margin-top: 2.5rem;
}

.p-example02__list-name {
	background-color: var(--color01);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 1rem;
}

.p-example02__list-body {
	text-align: justify;
	padding: 1.3rem 1.5rem;
	line-height: 1.8;
}

/*
-----------------------------------------------------------
 p-example03
----------------------------------------------------------- */
.p-example03__item {
	overflow: hidden;
	background: #FFF;
	border-radius: 0.6rem;
}

.p-example03__item + .p-example03__item {
	margin-top: 2.5rem;
}

.p-example03__item-title {
	background-color: var(--color01);
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	padding: 1rem;
}

.p-example03__item-title-main {
	font-family: var(--font-family02);
	font-weight: bold;
	font-size: 1.8rem;
}

.p-example03__item-title-sub {
	font-size: 1.2rem;
	margin-top: 0.2rem;
}

.p-example03__item-body {
	text-align: justify;
	padding: 1.3rem 1.5rem;
	line-height: 1.8;
}

.p-example03__item-body-title {
	background: var(--color06);
	display: inline-block;
	color: #FFF;
	line-height: 1.3;
	font-size: 1.2rem;
	padding: 0.3rem 0.8rem;
	margin-bottom: 0.5rem;
}

.p-example03__item-name {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.05rem;
	margin-top: 0.8rem;
}

/*
-----------------------------------------------------------
 p-plans
----------------------------------------------------------- */
.p-plans__text {
	text-align: center;
	margin-bottom: 2rem;
}

.p-plans__list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 1.5rem;
}

.p-plans__item {
	flex: 1;
}

.p-plans__item-link {
	position: relative;
	display: block;
	text-align: center;
	height: 100%;
	padding-bottom: 3.2rem;
}

.p-plans__item-main {
	background: #FFF;
	border: 0.1rem solid;
	border-bottom: none;
	border-radius: 0.6rem 0.6rem 0 0;
	padding: 2rem 0.4rem 1rem;
}

.p-plans__item-title {
	font-family: var(--font-family02);
	font-weight: bold;
	line-height: 1.2;
	font-size: 2.2rem;
}

.p-plans__item-list {
	margin-top: 0.7rem;
	line-height: 1.6;
	font-size: 1.3rem;
}

.p-plans__bold {
	font-weight: bold;
}

.p-plans__item-more {
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	font-size: 1.1rem;
	padding: 0.5rem;
	gap: 0.4rem;
	min-height: 3.2rem;
	border-radius: 0 0 0.6rem 0.6rem;
}

.p-plans__item-more p {
	margin-top: 0.1rem;
}

.p-plans__item-more img {
	transform: rotate(90deg);
	width: 1.8rem;
}

.p-plans__item.--subscription .p-plans__item-main {
	border-color: var(--color02);
}

.p-plans__item.--subscription .p-plans__item-title {
	color: var(--color02);
}

.p-plans__item.--subscription .p-plans__item-more {
	background: #ee5e17;
	background: -moz-linear-gradient(left, #ee5e17 0%, #ed8626 100%);
	background: -webkit-linear-gradient(left, #ee5e17 0%, #ed8626 100%);
	background: linear-gradient(to right, #ee5e17 0%, #ed8626 100%);
}

.p-plans__item.--batch .p-plans__item-main {
	border-color: var(--color01);
}

.p-plans__item.--batch .p-plans__item-title {
	color: var(--color01);
}

.p-plans__item.--batch .p-plans__item-more {
	background: #005c2b;
	background: -moz-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: -webkit-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: linear-gradient(to right, #005c2b 0%, #00802d 100%);
}

/*
-----------------------------------------------------------
 p-plan
----------------------------------------------------------- */
.p-plan {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translate(-50%, 0px);
	padding: 5rem 2rem;
	max-width: 45.8rem;
}

.p-plan__title {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1.2rem;
}

.p-plan__title-sub {
	display: inline-block;
	margin-bottom: 0.5rem;
	background: #FFF;
	padding: 0.1rem 2.2rem;
	border-radius: 100px;
	font-size: 1.6rem;
	min-width: 20.8rem;
}

.p-plan__title-main {
	font-family: var(--font-family02);
	color: #FFF;
	font-size: 3rem;
	line-height: 1.4;
}

.p-plan__title-sub02 {
	font-family: var(--font-family02);
	color: #FFF;
	line-height: 1.4;
	margin-top: 0.3rem;
}

.p-plan__body {
	margin: 0 auto;
}

.p-plan__text {
	color: #FFF;
}

.p-plan__feature {
	font-weight: bold;
	color: #FFF;
	font-size: 1.6rem;
	margin-top: 1.5rem;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.2em;
	margin-bottom: 2rem;
	line-height: 1.45;
}

.p-plan__feature li + li {
	margin-top: 0.5rem;
}

/*
-----------------------------------------------------------
 p-subscription
----------------------------------------------------------- */
.p-subscription {
	background: #ee5e17;
	background: -moz-linear-gradient(left, #ee5e17 0%, #ed8626 100%);
	background: -webkit-linear-gradient(left, #ee5e17 0%, #ed8626 100%);
	background: linear-gradient(to right, #ee5e17 0%, #ed8626 100%);
	margin-top: 3rem;
}
.p-subscription::before {
	content: "";
	position: absolute;
	background: url(/img/body-image-background02.jpg) repeat left top;
	-webkit-mask-image: url(/img/bg-triangle.svg);
	mask-image: url(/img/bg-triangle.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center top;
	-webkit-mask-position: center top;
	height: 5.8rem;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.p-subscription .p-plan__title-sub {
	color: var(--color02);
}

.p-subscription .p-plan__title {
	padding-top: 4rem;
}

/*
-----------------------------------------------------------
 p-subscription02
----------------------------------------------------------- */
.p-subscription02 {
	background: #077542;
	background: -moz-linear-gradient(left, #077542 0%, #018c1d 100%);
	background: -webkit-linear-gradient(left, #077542 0%, #018c1d 100%);
	background: linear-gradient(to right, #077542 0%, #018c1d 100%);
	padding-bottom: 2.5rem;
}

.p-subscription02 .p-plan__title-sub {
	color: var(--color01);
}

/*
-----------------------------------------------------------
 p-item01
----------------------------------------------------------- */
.p-items01 {
	width: 96%;
	margin: 0 auto;
}

.p-item01 {
	background: #FFF;
	overflow: hidden;
	border-radius: 0.6rem;
}

.p-item01 + .p-item01 {
	margin-top: 2.5rem;
}

.p-item01__img {
	background: url(/img/body-image-background02.jpg) repeat left top;
	padding: 1.7rem;
}

.p-item01__img img {
	margin: 0 auto;
}

.p-item01.--size-s .p-item01__img img {
	width: 61%;
}

.p-item01.--size-m .p-item01__img img {
	width: 80%;
}

.p-item01.--size-l .p-item01__img img {
	width: 94%;
}

.p-item01__text {
	padding: 1.2rem 2rem;
}

.p-item01__title {
	font-family: var(--font-family02);
	color: var(--color06);
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.45;
	margin-bottom: 0.5rem;
	padding-bottom: 1rem;
}
.p-item01__title::before {
	content: "";
	position: absolute;
	width: 3.2rem;
	height: 0.1rem;
	background: #ddd;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.p-item01__title-text02 {
	font-size: 175%;
	padding: 0 0.2rem;
	vertical-align: -0.1rem;
	line-height: 1;
}

.p-item01__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	line-height: 1.4;
	gap: 0.5rem;
}

.p-item01__price-main {
	color: var(--color02);
	font-weight: bold;
	font-size: 1.3rem;
}

.p-item01__price-value {
	font-family: var(--font-family03);
	font-size: 223%;
	letter-spacing: 0;
	padding: 0 0.2rem;
	vertical-align: -0.2rem;
}

.p-item01__price-tax {
	color: var(--color-text-sub);
	font-size: 1.2rem;
}

.p-item01__shipping {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.45;
	font-weight: bold;
	gap: 0.4rem;
	margin-top: 0.2rem;
	letter-spacing: 0;
}

.p-item01__shipping-text01 {
	font-size: 1.3rem;
}

.p-item01__shipping-text02 {
	color: var(--color02);
	font-size: 1.6rem;
}

.p-item01__detail {
	font-size: 1.3rem;
	margin-top: 1.3rem;
	line-height: 1.7;
}

.p-plan__note {
	position: relative;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.2rem;
	margin-top: 1.5rem;
	padding-left: 1.05em;
}
.p-plan__note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.p-plan__note02 {
	line-height: 1.4;
	padding-left: 2.8rem;
	position: relative;
	margin-left: -0.5rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.1rem;
	margin-top: 1.5rem;
}
.p-plan__note02::before {
	content: "・";
	position: absolute;
	left: 0;
	width: 2.5rem;
	text-align: center;
	letter-spacing: 0;
}

.p-plan__note02[data-list-number]::before {
	content: "※" attr(data-list-number);
	font-size: 90%;
	top: 0.1rem;
}

.p-plan__note02 + .p-plan__note02 {
	margin-top: 0.5rem;
}

.p-plan__note02 a {
	text-decoration: underline;
}
.p-plan__note02 a:hover {
	text-decoration: none;
}

/*
-----------------------------------------------------------
 p-batch
----------------------------------------------------------- */
.p-batch {
	background: #005c2b;
	background: -moz-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: -webkit-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: linear-gradient(to right, #005c2b 0%, #00802d 100%);
	margin-bottom: 9.5rem;
	padding-bottom: 2rem;
}
.p-batch::after {
	background: #005c2b;
	background: -moz-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: -webkit-linear-gradient(left, #005c2b 0%, #00802d 100%);
	background: linear-gradient(to right, #005c2b 0%, #00802d 100%);
	content: "";
	position: absolute;
	-webkit-mask-image: url(/img/bg-triangle.svg);
	mask-image: url(/img/bg-triangle.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center top;
	-webkit-mask-position: center top;
	height: 5.8rem;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
}

.p-batch .p-plan__title-sub {
	color: var(--color01);
}

/*
-----------------------------------------------------------
 p-items02
----------------------------------------------------------- */
.p-items02 {
	background: #FFF;
	border-radius: 0.6rem;
	overflow: hidden;
	padding: 0 0 2rem;
}

.p-items02__top-img {
	margin-bottom: 1.5rem;
}

.p-items02__top-text {
	padding: 0 2rem;
}

.p-items02__top-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.45;
}

.p-items02__top-detail {
	font-size: 1.3rem;
	margin-top: 0.8rem;
	line-height: 1.7;
}

.p-items02__list {
	margin-top: 2rem;
	padding: 0 2rem;
}

.p-item02 {
	border: 0.1rem solid var(--color-border);
	overflow: hidden;
	border-radius: 0.6rem;
}

.p-item02 + .p-item02 {
	margin-top: 2.5rem;
}

.p-item02__title {
	font-family: var(--font-family02);
	border-bottom: 0.1rem solid var(--color-border);
	padding: 1rem 1.3rem;
	font-weight: bold;
	background-color: #f7f7f7;
	font-size: 1.9rem;
	line-height: 1.3;
}

.p-item02__body {
	padding: 1.2rem 0.5rem 1rem;
}

.p-item02__price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.p-item02__price-before {
	font-weight: bold;
	line-height: 1.3;
}

.p-item02__price-before-name {
	font-size: 1rem;
}

.p-item02__price-before-price {
	position: relative;
	display: flex;
	align-items: baseline;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.2rem;
	font-size: 1.1rem;
}
.p-item02__price-before-price::before {
	background-color: var(--color03);
	content: "";
	position: absolute;
	width: 100%;
	height: 0.1rem;
	bottom: 0.8rem;
	left: 0;
}

.p-item02__price-before-value {
	font-family: var(--font-family03);
	letter-spacing: 0;
	font-size: 173%;
	line-height: 1;
}

.p-item02__price-after {
	color: var(--color03);
	font-size: 1.6rem;
	line-height: 1;
	display: grid;
}

.p-item02__price-after-value {
	font-family: var(--font-family03);
	font-weight: bold;
	letter-spacing: 0;
	font-size: 3.6rem;
	line-height: 0.9;
	grid-column: 1/2;
	grid-row: 1/3;
	padding-right: 0.2rem;
}

.p-item02__price-after-yen {
	font-weight: bold;
	grid-column: 2/3;
	grid-row: 2/3;
	font-size: 1.3rem;
}

.p-item02__price-after-tax {
	font-size: 1rem;
	grid-column: 2/3;
	grid-row: 1/2;
	padding-top: 0.2rem;
}

.p-item02__discount {
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 1.3rem;
}

.p-item02__discount-inner {
	font-family: var(--font-family02);
	background-color: var(--color03);
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	font-weight: bold;
	color: #FFF;
	padding: 0.6rem 0.5rem 0.35rem 0.8rem;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	gap: 0.2rem;
}
.p-item02__discount-inner::before {
	border-color: transparent transparent var(--color03) transparent;
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 1.3rem 1.2rem 1.3rem;
	z-index: 10;
	transform: translate(-50%, 0px);
}

.p-item02__discount-text02 {
	font-family: var(--font-family01);
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0;
}

.p-item02__detail {
	color: var(--color-text-sub);
	text-align: center;
	line-height: 1.45;
	font-size: 1.2rem;
	margin-top: 0.6rem;
}

.p-item__sup {
	font-weight: normal;
	vertical-align: super;
	font-size: 1rem;
	line-height: 1;
	padding-left: 0.2rem;
	letter-spacing: 0;
}