@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  汎用
**************************************************
--------------------------------------------------*/
.heading_box {
	text-align: center;
}

.heading_box .sub {
	font-family: "Roboto", sans-serif;
	font-size: 16.0rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	color: var(--green-1);
}

.heading_box .main {
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 1.78;
}

/* SP */
@media screen and (max-width: 767px) {
	.heading_box .sub {
		font-size: 5.0rem;
	}

	.heading_box .main {
		font-size: 2.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  .promotion_box
**************************************************
--------------------------------------------------*/
.promotion_box {
	width: 100%;
	padding-block: 120px;
	background: var(--gray-2);
}

.promotion_box .promotion_heading {
	text-align: center;
	font-size: 7.0rem;
	font-weight: 800;
	line-height: 1.4;
}

.promotion_box .promotion_lead {
	margin-top: 24px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.9;
	color: var(--green-1);
}

.promotion_box .promotion_text {
	width: min(100%, 700px);
	margin: 24px auto 0;
	font-weight: 600;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.promotion_box {
		padding-block: 64px;
	}

	.promotion_box .promotion_heading {
		font-size: 2.8rem;
		line-height: 1.6;
	}

	.promotion_box .promotion_lead {
		margin-top: 16px;
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.promotion_box .promotion_text {
		margin-top: 16px;
		line-height: 1.8;
	}
}


/*--------------------------------------------------
**************************************************
  .features_box（サンプリングの特徴）
**************************************************
--------------------------------------------------*/
.features_box {
	width: min(1134px, var(--content-sp-width-1));
	margin-inline: auto;
	padding-top: 120px;
}

.features_box > ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 38px 54px;
	width: 100%;
	margin-top: 64px;
}

.features_box > ol li {
	position: relative;
	width: min(100%, 540px);
}

.features_box > ol .count {
	display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	color: rgba(29, 29, 29, 0.4);
}

.features_box > ol .count .num {
	font-size: 9.6rem;
}

.features_box > ol .catch {
	position: absolute;
	top: 20px;
	right: 32px;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 8px;
}

.features_box > ol .catch .tategaki {
	background: var(--white-1);
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.3;
}

.features_box > ol .catch .tategaki .accent {
	display: inline-block;
	padding-inline: 5px;
	background: var(--black-1);
	color: var(--green-2);
}

.features_box > ol .catch .tategaki .accent {
	margin-bottom: 5px;
}

.features_box > ol > li:nth-child(2) .catch .tategaki .accent {
	margin-top: 5px;
}

.features_box > ol > li:nth-child(3) .catch .tategaki .accent {
	margin-inline: 5px 0;
	padding-bottom: 0;
}

.features_box > ol .image {
	aspect-ratio: 540 / 600;
}

.features_box > ol .lead {
	margin-top: 32px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
}

/* SP */
@media screen and (max-width: 767px) {
	.features_box {
		padding-block: 64px 0;
	}

	.features_box > ol {
		gap: 40px;
		margin-top: 32px;
	}

	.features_box > ol .count {
		font-size: 1.4rem;
	}

	.features_box > ol .count .num {
		font-size: 6.0rem;
	}

	.features_box > ol .catch {
		position: absolute;
		top: 20px;
		right: 16px;
	}

	.features_box > ol .catch .tategaki {
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.features_box > ol .lead {
		margin-top: 16px;
		font-size: 1.6rem;
		line-height: 2;
	}
}


/*--------------------------------------------------
**************************************************
  .flow_box（サンプリング・街頭配布の流れ）
**************************************************
--------------------------------------------------*/
.flow_box {
	padding-top: 120px;
}

/* SP */
@media screen and (max-width: 767px) {
	.flow_box {
		padding-top: 80px;
	}
}


/*--------------------------------------------------
**************************************************
  .price_box（サンプリング料金）
**************************************************
--------------------------------------------------*/
.price_box {
	padding-top: 120px;
}

.price_box .price_item {
	margin-top: 64px;
}

.price_box .price_item h3 {
	font-size: 3.2rem;
	font-weight: 800;
}

.price_box .price_list_wrap {
	margin-top: 32px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.price_box .price_list {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.price_box .price_list th {
	position: relative;
	padding-bottom: 50px;
}

.price_box .price_list th:nth-child(1) {
	width: 13%;
}

.price_box .price_list th:not(:first-child) {
	width: 21.75%;
}

.price_box .price_list th span {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--black-1);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white-1);
}

.price_box .price_list th + th span {
	left: 10px;
	width: calc(100% - 10px);
}

.price_box .price_list td {
	padding-block: 8px;
	border-bottom: var(--black-1) 1px solid;
	vertical-align: middle;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: nowrap;
}

.price_box .price_list td:nth-child(1) span {
	display: block;
	padding: 16px 8px;
	background: var(--green-3);
	font-size: 1.8rem;
	color: var(--green-1);
}

.price_box .price_list td:not(:first-child) .tax_note {
	font-size: 1.4rem;
}

.price_box .plan_area_box {
	margin-top: 40px;
	padding: 64px 80px;
	background: var(--gray-2);
}

.price_box .plan_area_title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.price_box .plan_area_list {
	margin-top: 32px;
}

.price_box .plan_area_row {
	display: flex;
	gap: 16px;
	font-size: 1.6rem;
}

.price_box .plan_area_row + .plan_area_row {
	margin-top: 16px;
}

.price_box .plan_area_row dt {
	flex: 0 0 91px;
	font-weight: 800;
	line-height: 2;
}

.price_box .plan_area_row dd {
	flex: 1;
	line-height: 2;
}

.price_box .option_list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
}

.price_box .option_list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 32px 20px;
	background: var(--green-3);
	text-align: center;
}

.price_box .option_list h4 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
}

.price_box .option_list p {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.price_box .option_list .option_price {
	margin-top: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
}

.price_box .option_list .option_price .tax_note {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
}

.price_box .plan_note_list {
	width: 100%;
	padding-left: 1.2em;
	list-style: disc;
}

.price_box .plan_note_list li {
	font-size: 1.5rem;
	line-height: 1.3;
}

.price_box .plan_note_list li + li {
	margin-top: 16px;
}

/* SP */
@media screen and (max-width: 767px) {
	.price_box {
		padding-top: 80px;
	}

	.price_box .price_item {
		margin-top: 40px;
	}

	.price_box .price_item h3 {
		font-size: 2.0rem;
	}

	.price_box .price_list_wrap {
		margin-top: 16px;
		padding-bottom: 8px;
	}

	.price_box .price_list {
		min-width: 570px;
	}

	.price_box .price_list th {
		padding-bottom: 44px;
	}

	.price_box .price_list th span {
		/* height: 42px; */
		font-size: 1.2rem;
	}

	.price_box .price_list th + th span {
		left: 2px;
		width: calc(100% - 2px);
	}

	.price_box .price_list td {
		padding-block: 4px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.price_box .price_list td:not(:first-child) {
		padding-inline: 10px;
		text-align: left;
	}

	.price_box .price_list td:nth-child(1) span {
		padding: 14px 6px;
		font-size: 1.3rem;
	}

	.price_box .price_list td:not(:first-child) .tax_note {
		font-size: 1.2rem;
	}

	.price_box .price_list td .tax_small {
		font-size: 1.2rem;
	}

	.price_box .plan_area_box {
		margin-top: 24px;
		padding: 32px 16px;
	}

	.price_box .plan_area_title {
		font-size: 1.8rem;
	}

	.price_box .plan_area_list {
		margin-top: 16px;
	}

	.price_box .plan_area_row {
		gap: 8px;
		font-size: 1.3rem;
	}

	.price_box .plan_area_row + .plan_area_row {
		margin-top: 16px;
	}

	.price_box .plan_area_row dt {
		flex: 0 0 85px;
		line-height: 1.7;
	}

	.price_box .plan_area_row dd {
		line-height: 1.7;
	}

	.price_box .option_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 16px;
	}

	.price_box .option_list li {
		padding: 24px 16px;
	}

	.price_box .option_list h4 {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.price_box .option_list p {
		margin-top: 8px;
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.price_box .option_list .option_price {
		margin-top: 8px;
		text-align: center;
		font-size: 1.8rem;
	}

	.price_box .option_list .option_price .tax_note {
		font-size: 1.2rem;
	}

	.price_box .plan_note_list li {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.price_box .plan_note_list li + li {
		margin-top: 8px;
	}
}


/*--------------------------------------------------
**************************************************
  .strong_box（強み）
**************************************************
--------------------------------------------------*/
.strong_box {
	width: min(var(--content-pc-width-2), var(--content-sp-width-1));
	margin-inline: auto;
	padding-top: 120px;
}

.strong_box > ol > li:nth-child(2) .catch .tategaki,
.strong_box > ol > li:nth-child(3) .catch .tategaki:nth-child(2) {
	padding-bottom: 5px;
}

.strong_box > ol > li:nth-child(1) .catch .tategaki .accent {
	margin-inline: 5px 0;
	padding-bottom: 10px;
}

.strong_box > ol > li:nth-child(2) .catch .tategaki .accent {
	margin-inline: 0 5px;
}

.strong_box > ol > li:nth-child(3) .catch .tategaki:nth-child(1) .accent {
	padding-bottom: 5px;
}

.strong_box > ol > li .lead {
	line-height: 1.7;
}

/* SP */
@media screen and (max-width: 767px) {
	.strong_box {
		padding-top: 80px;
	}
}


/*--------------------------------------------------
**************************************************
  .case_box
**************************************************
--------------------------------------------------*/
.case_box {
	position: relative;
	width: 100%;
	margin-top: 225px;
	padding: 200px 5% 225px;
	background: var(--gray-2);
}

.case_box .heading_box {
	position: absolute;
	top: -105px;
	left: 50%;
	transform: translateX(-50%);
}

.case_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 27px;
}

.case_list_group {
	width: min(408px, 100%);
	padding: 64px 24px;
	background: var(--white-1);
}

.case_list_group_heading {
	font-size: 2.8rem;
	font-weight: 700;
	color: var(--green-1);
}

.case_list_group_item {
	margin-top: 40px;
}

.case_list_group_item h4 {
	display: inline-block;
	padding: 8px 16px;
	background: var(--green-3);
	border-radius: 8px;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: var(--green-1);
}

.case_list_group_item p {
	margin-top: 8px;
	font-weight: 500;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.case_box {
		margin-top: 149px;
		padding-block: 56px 64px;
	}

	.case_box .heading_box {
		top: -75px;
	}

	.case_list {
		gap: 16px;
	}

	.case_list_group {
		padding: 24px 16px;
	}

	.case_list_group_heading {
		font-size: 1.8rem;
	}

	.case_list_group_item {
		margin-top: 16px;
	}

	.case_list_group_item h4 {
		font-size: 1.4rem;
	}

	.case_list_group_item p {
		font-size: 1.4rem;
		line-height: 1.71;
	}
}


/*--------------------------------------------------
**************************************************
  .voice_box
**************************************************
--------------------------------------------------*/
.voice_box {
	position: relative;
	width: 100%;
	padding: 200px 5% 120px;
	background: var(--green-3);
}

.voice_box .heading_box {
	position: absolute;
	top: -105px;
	left: 50%;
	transform: translateX(-50%);
}

.voice_box article .status span:nth-child(1) {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
}

.voice_box article .voice_title {
	margin-top: 24px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--green-1)
}

.voice_box article .voice_content {
	margin-top: 32px;
	font-size: 1.7rem;
	line-height: 2.1;
}

/* SP */
@media screen and (max-width: 767px) {
	.voice_box {
		padding-block: 84px 24px;
	}

	.voice_box .heading_box {
		top: -25px;
	}

	.voice_box .archive_box {
		width: 100%;
	}

	.voice_box article .status span:nth-child(1) {
		font-size: 1.2rem;
	}

	.voice_box article .voice_title {
		margin-top: 16px;
		font-size: 1.8rem;
	}

	.voice_box article .voice_content {
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 2;
	}
}


/*--------------------------------------------------
**************************************************
  .area_box
**************************************************
--------------------------------------------------*/
.area_box {
	padding-top: 120px;
}

.area_box .area_list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 64px;
}

.area_box .area_item {
	padding: 32px;
	background: var(--gray-2);
}

.area_box .area_name {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	color: var(--green-1);
}

.area_box .prefecture_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.area_box .prefecture_list li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: var(--white-1);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
}

/* SP */
@media screen and (max-width: 767px) {
	.area_box {
		padding-top: 64px;
	}

	.area_box .area_list {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 24px;
	}

	.area_box .area_item {
		min-height: auto;
		padding: 24px 16px;
	}

	.area_box .area_name {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.area_box .prefecture_list li {
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  .faq_box
**************************************************
--------------------------------------------------*/
.faq_box {
	padding-block: 120px;
}

.faq_box .faq {
	margin-top: 64px;
}

/* SP */
@media screen and (max-width: 767px) {
	.faq_box {
		padding-block: 64px 120px;
	}

	.faq_box .faq {
		margin-top: 32px;
	}
}



