@charset "utf-8";

body {
	color: #242424;
	line-height: 1.6;
}

.p-bizLp-2025-06 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 游ゴシック, yugothic, メイリオ, Meiryo, Verdana, "Droid Sans", sans-serif;
}

.projikomi-text-serif {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.projikomi-kv {
	position: relative;
}

.projikomi-kv__heading {
	width: 40.97vw;
	position: absolute;
	top: 45.8%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 559px) {
	.projikomi-kv__heading {
		width: 57.69vw;
		position: absolute;
		top: 45.8%;
	}
}

.projikomi-point-area {
	background: #002C20;
	color: #FFF;
	text-align: center;
	position: relative;
}

.projikomi-point-area::after {
	content: '';
	width: 100%;
	height: 10px;
	background: linear-gradient(90deg, #F0CC7E 0%, #E8C47E 25%, #C78A03 51.44%, #ECC87E 82.69%, #F0CC7E 100%);
	position: absolute;
	left: 0;
	bottom: 2.4rem;
}

@media screen and (max-width: 559px) {
	.projikomi-point-area::after {
		background: linear-gradient(90deg, #F0CC7E 0%, #E8C47E 10%, #C78A03 50%, #ECC87E 90%, #F0CC7E 100%);
	}
}

.projikomi-point {
	width: 72.7rem;
	margin: 56px auto 0;
	display: block;
}

@media screen and (max-width: 559px) {
	.projikomi-point {
		width: 100%;
		margin-top: 24px;
	}
}

.projikomi-point-text {
	font-size: 2.4rem;
}

@media screen and (max-width: 559px) {
	.projikomi-point-text {
		font-size: 1.8rem;
	}
}

.projikomi-point-area .projikomi-content__inner {
	padding-top: 8rem;
	padding-bottom: 11.4rem;
	position: relative;
}

@media screen and (max-width: 559px) {
	.projikomi-point-area .projikomi-content__inner {
		padding-top: 2.4rem;
		padding-bottom: 5.8rem;
	}
}

.projikomi-content {
	position: relative;
}

.projikomi-content__inner {
	max-width: 1140px;
	padding: 8rem 2.4rem 8rem;
}

@media screen and (max-width: 559px) {
	.projikomi-content__inner {
		padding: 6rem 2.4rem;
	}
}

.projikomi-anchor-area {
	background: #FDF8F1;
}

.p-bizLp-2025-06-fixBtn {
	transition: 0.3s;
}

.p-bizLp-2025-06-fixBtn:hover {
	opacity: 0.4;
	transition: 0.3s;
}

.projikomi-anchor-area .p-bizLp-2025-06-fixNav__title {
	font-size: 2.4rem;
	font-weight: bold;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor-area .p-bizLp-2025-06-fixNav__title {
		font-size: 2rem;
	}
}

.projikomi-anchor {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor {
		gap: 8px;
	}
}


.projikomi-anchor__item {
	width: calc(50% - 12px);
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__item {
		width: calc(50% - 4px);
	}
}

.projikomi-anchor__item a {
	width: 100%;
	height: 100%;
	padding: 16px 16px 30px;
	display: grid;
	grid-template-columns: 95px 1fr;
	grid-template-rows: auto auto;
	column-gap: 16px;
	color: #242424;
	background: #FFF;
	border-radius: 10px;
	position: relative;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__item a {
		padding: 5px 5px 30px;
		column-gap: 5px;
		grid-template-columns: 45px 1fr;
		grid-template-rows: minmax(50px, auto) 1fr;
	}
}

.projikomi-anchor__item a::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 16px;
	bottom: 8px;
	background: url('/business/projikomi/assets/img/icon_arrow.svg') center center/contain no-repeat;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__item a::after {
		width: 15px;
		height: 15px;
		right: 5px;
		bottom: 5px;
	}
}

.projikomi-anchor__image {
	width: 95px;
	height: 95px;
	overflow: hidden;
	border-radius: 10px;
	grid-row: 1 / 4;
	grid-column: 1;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__image {
		width: 45px;
		height: 45px;
		align-self: start;
		grid-row: 1;
    grid-column: 1;
	}
}

.projikomi-anchor__text {
	margin-bottom: 8px;
	font-size: 1.8rem;
	align-self: start;
	grid-row: 1;
	grid-column: 2;
	transition: 0.3s;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__text {
		margin-bottom: 5px;
		font-size: 1.4rem;
		grid-row: 1;
    grid-column: 2;
	}
}

@media screen and (min-width: 560px) {
	.projikomi-anchor__item:hover .projikomi-anchor__text {
		color: #FB3633;
		text-decoration: underline;
		transition: 0.3s;
	}
}

.projikomi-anchor__tag-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 1.2rem;
	color: #747474;
	align-self: start;
	grid-row: 2;
	grid-column: 2;
}

@media screen and (max-width: 559px) {
	.projikomi-anchor__tag-wrap {
		font-size: 11px;
		grid-row: 2;
		grid-column: 1 / 3;
	}
}

.projikomi-anchor__tag-wrap li {
	padding: 2px 4px;
	border: solid 1px #747474;
	border-radius: 4px;
}

.projikomi-button-wrap {
	padding: 30px;
	margin-top: 80px;
	border-radius: 10px;
	background: #FB3733;
	display: flex;
	column-gap: 24px;
	justify-content: center;
}

@media screen and (max-width: 559px) {
	.projikomi-button-wrap {
		padding: 20px 34px;
		margin-top: 60px;
		align-items: center;
		flex-direction: column;
		row-gap: 15px;
	}
}

.projikomi-button-wrap .c-button-01--blank {
	width: 37rem;
}

@media screen and (max-width: 559px) {
	.projikomi-button-wrap .c-button-01--blank {
		max-width: 27.4rem;
		width: 100%;
	}
}

.projikomi-button-wrap .c-button-01--blank span {
	border-color: #FFF;
}

.projikomi-button-wrap .c-button-01--blank:hover span {
	background: #D42823;
}

.projikomi-item-detail {
	margin-top: 16px;
	display: flex;
	font-size: 1.4rem;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	overflow: hidden;
}

@media screen and (max-width: 559px) {
	.projikomi-item-detail {
		flex-direction: column;
		text-align: center;
	}
}

.projikomi-item-detail dt,
.projikomi-item-detail dd {
	padding: 13px 24px;
}

.projikomi-item-detail dt {
	color: #FFF;
}

@media screen and (max-width: 559px) {
	.projikomi-item-detail dt {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 559px) {
	.projikomi-item-detail dd {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.projikomi-product__heading {
	margin-bottom: 24px;
	font-size: 3.2rem;
	font-weight: bold;
	border-bottom: solid 1px #002C20;
}

@media screen and (max-width: 559px)  {
	.projikomi-product__heading {
		margin-bottom: 24px;
		font-size: 2.2rem;
	}
}

.projikomi-detail--2col {
	display: flex;
	column-gap: 24px;
	font-size: 1.4rem;
}

@media screen and (max-width: 559px)  {
	.projikomi-detail--2col {
		flex-direction: column;
		row-gap: 24px;
	}
}

.projikomi-detail__image-wrap {
	width: 53.3rem;
	flex-shrink: 0;
}

@media screen and (max-width: 559px)  {
	.projikomi-detail__image-wrap {
		width: 100%;
	}
}

.projikomi-detail__image {
	border-radius: 8px;
	overflow: hidden;
}

.projikomi-list li {
	position: relative;
	padding-left: 18px;
	text-indent: -18px;
}

.projikomi-list li:not(:last-child) {
	margin-bottom: 8px;
}

.projikomi-product:not(:first-child) {
	margin-top: 10.4rem;
}

@media screen and (max-width: 559px)  {
	.projikomi-product:not(:first-child) {
		margin-top: 12rem;
	}
}

.projikomi-product__method-wrap {
	padding: 16px;
}

@media screen and (max-width: 559px)  {
	.projikomi-product__method-wrap {
		margin-top: 32px;
		padding: 0;
	}
}

.projikomi-product__method {
	display: flex;
	align-items: flex-start;
	column-gap: 8px;
}

.projikomi-product__method:not(:last-child) {
	margin-bottom: 16px;
}

.projikomi-product__method dt {
	width: 102px;
	flex-shrink: 0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 8px;
	padding: 4px 16px;
}

.projikomi-product__method--01 dt {
	background: #A85831;
}

.projikomi-product__method--02 dt {
	background: #678AC4;
}

.projikomi-product__method--03 dt {
	background: #E94830;
}

.projikomi-product__method--04 dt {
	background: #E84388;
}

.projikomi-recipe {
	margin: 4.8rem 0;
	border-style: solid;
	border-width: 2px;
	border-radius: 8px;
}

@media screen and (max-width: 559px)  {
	.projikomi-recipe {
		margin: 4rem 0;
	}
}

.projikomi-product:last-of-type .projikomi-recipe:last-of-type {
	margin-bottom: 1.6rem;
}


.projikomi-recipe .projikomi-detail--2col {
	padding: 24px;
}

@media screen and (max-width: 559px)  {
	.projikomi-recipe .projikomi-detail--2col {
		padding: 16px;
	}
}

.projikomi-recipe .projikomi-content--2col {
	padding: 24px;
}

.projikomi-recipe__heading-wrap {
	padding: 18px 24px;
	color: #FFF;
}

@media screen and (min-width: 560px) {
	.projikomi-recipe__heading-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 559px)  {
	.projikomi-recipe__heading-wrap {
		padding: 16px 24px;
	}
}

.projikomi-recipe__heading {
	font-size: 2.4rem;
	font-weight: bold;
}

@media screen and (max-width: 559px)  {
	.projikomi-recipe__heading {
		font-size: 1.8rem;
	}
}

.projikomi-recipe__level {
	display: inline-block;
	padding: 4px 16px;
	font-size: 1.6rem;
	border: solid 1px #FFF;
	border-radius: 30px;
}

@media screen and (max-width: 559px)  {
	.projikomi-recipe__level {
		margin-top: 8px;
		padding: 2px 16px;
		font-size: 1.4rem;
	}
}

.projikomi-recipe__label {
	margin-top: 16px;
	padding: 4px 16px;
	display: inline-block;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: bold;
	border-radius: 8px;
}

.projikomi-recipe__label + .projikomi-list {
	margin-top: 8px;
}

.projikomi-table {
	width: 100%;
	table-layout: fixed;
}

@media screen and (max-width: 559px)  {
	.projikomi-table {
		font-size: 1.2rem;
	}
}
.projikomi-table tr {
	border-bottom:  solid 1px #242424;
}

.projikomi-table tr:first-child th,
.projikomi-table tr:first-child td {
	font-size: 1.2rem;
}

.projikomi-table th,
.projikomi-table td {
	padding: 4px 0;
}

.projikomi-table th {
	width: 39.4rem;
	text-align: left;
}

@media screen and (max-width: 559px)  {
	.projikomi-table th {
		width: 24.5rem;
	}
}
.projikomi-table td {
	text-align: right;
}

.projikomi-recipe--01 {
	border-color: #002C20;
}

.projikomi-recipe--02 {
	border-color: #8A4D2C;
}

.projikomi-recipe--03 {
	border-color: #D98700;
}

.projikomi-recipe--04 {
	border-color: #CB5D4E;
}

.projikomi-recipe--01 .projikomi-recipe__heading-wrap,
.projikomi-recipe--01 .projikomi-recipe__label {
	background: #002C20;
}

.projikomi-recipe--02 .projikomi-recipe__heading-wrap,
.projikomi-recipe--02 .projikomi-recipe__label {
	background: #8A4D2C;
}

.projikomi-recipe--03 .projikomi-recipe__heading-wrap,
.projikomi-recipe--03 .projikomi-recipe__label {
	background: #D98700;
}

.projikomi-recipe--04 .projikomi-recipe__heading-wrap,
.projikomi-recipe--04 .projikomi-recipe__label {
	background: #CB5D4E;
}

.projikomi-product {
	position: relative;
}

.projikomi-product .projikomi-item-detail--01,
.projikomi-recipe .projikomi-item-detail--01 {
	border-color: #002C20;
}

.projikomi-product .projikomi-item-detail dt,
.projikomi-recipe--01 .projikomi-item-detail dt {
	background: #002C20;
}

.projikomi-recipe--02 .projikomi-item-detail dt {
	background: #8A4D2C;
}

.projikomi-recipe--03 .projikomi-item-detail dt {
	background: #D98700;
}

.projikomi-recipe--04 .projikomi-item-detail dt {
	background: #CB5D4E;
}

.projikomi-recipe--02 .projikomi-item-detail {
	border-color: #8A4D2C;
}

.projikomi-recipe--03 .projikomi-item-detail {
	border-color: #D98700;
}

.projikomi-recipe--04 .projikomi-item-detail {
	border-color: #CB5D4E;
}

.projikomi-text-note {
	font-size: 1.4rem;
	text-align: right;
}

.r-mark-shift {
	text-indent: 0;
	-webkit-transform: translate(0%, 0.4em);
	transform: translate(0%, 0.4em);
}
