@charset "UTF-8";


.mainConts {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------
   btn link
   ------------------------------ */

/* elm_btn_link_01 */
.elm_btn_link_01 {
	max-width: 100%;
	min-width: 172px;
	width: fit-content;
}
.elm_btn_link_01 button,
.elm_btn_link_01 a {
	display: block;
	position: relative;
	width: 100%;
	padding: 5px;
	border: none;
	border-radius: 50vw;
	background: rgb(189, 86, 152);
	background: linear-gradient(90deg, rgba(189, 86, 152, 1) 0%, rgba(189, 86, 152, 1) 16.6666666667%, rgba(64, 144, 64, 1) 16.6666666667%, rgba(64, 144, 64, 1) 33.3333333334%, rgba(117, 180, 54, 1) 33.3333333334%, rgba(117, 180, 54, 1) 50.0000000001%, rgba(246, 194, 67, 1) 50.0000000001%, rgba(246, 194, 67, 1) 66.6666666668%, rgba(231, 155, 55, 1) 66.6666666668%, rgba(231, 155, 55, 1) 83.3333333335%, rgba(238, 29, 35, 1) 83.3333333335%, rgba(238, 29, 35, 1) 100%);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	color: #EE1D23;
	font-size: 0.75rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}
.elm_btn_link_01 button::before,
.elm_btn_link_01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 2;
	width: 5px;
	height: 9px;
	background-image: url(/library/img/company/sustainability/icon_btn_link_01.svg);
	background-size: 100% auto;
}
.elm_btn_link_01 button span,
.elm_btn_link_01 a span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.2em 4em;
	border-radius: 50vw;
	background-color: #ffffff;
	font-weight: 700;
}

/* elm_btn_link_02 */
.elm_btn_link_02 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
}
.elm_btn_link_02 li button,
.elm_btn_link_02 li a {
	position: relative;
	display: block;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	text-decoration: none;
}
.elm_btn_link_02 li button::before,
.elm_btn_link_02 li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 2;
	width: 9px;
	height: 5px;
	background-image: url(/library/img/company/sustainability/icon_btn_link_02.svg);
	background-size: 100% auto;
}
.elm_btn_link_02 li button span,
.elm_btn_link_02 li a span {
	font-weight: bold;
}
.elm_btn_link_02 li button:hover::before,
.elm_btn_link_02 li a:hover::before {
	background-image: url(/library/img/company/sustainability/icon_btn_link_02-red.svg);
}

/* elm_btn_link_03 */
.elm_btn_link_03 {
	max-width: 100%;
	min-width: 172px;
	width: fit-content;
}
.elm_btn_link_03 button,
.elm_btn_link_03 a {
	display: block;
	position: relative;
	width: 100%;
	padding: 5px;
	border: none;
	border-radius: 50vw;
	background-color: #ffffff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	color: #EE1D23;
	font-size: 0.75rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}
.elm_btn_link_03 button::before,
.elm_btn_link_03 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 2;
	width: 5px;
	height: 9px;
	background-image: url(/library/img/company/sustainability/icon_btn_link_01.svg);
	background-size: 100% auto;
}
.elm_btn_link_03 button span,
.elm_btn_link_03 a span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.2em 4em;
	border-radius: 50vw;
	font-weight: 700;
}



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

	/* ------------------------------
	   btn link
	   ------------------------------ */

	/* elm_btn_link_01 */
	.elm_btn_link_01 a:hover,
	.elm_btn_link_01 button:hover {
		background: #EE1D23;
		color: #ffffff;
	}
	.elm_btn_link_01 a:hover::before,
	.elm_btn_link_01 button:hover::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 2;
		width: 5px;
		height: 9px;
		background-image: url(/library/img/company/sustainability/icon_btn_link_01--hover.svg);
		background-size: 100% auto;
	}
	.elm_btn_link_01 a:hover span,
	.elm_btn_link_01 button:hover span {
		background: none;
	}
	.elm_btn_link_01.position_right {
		margin-left: auto;
	}
	.elm_btn_link_01.btn_middle a,
	.elm_btn_link_01.btn_middle button {
		min-width: 460px;
	}

	/* elm_btn_link_02 */
	.elm_btn_link_02 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 0;
	}
	.elm_btn_link_02 li a {
		width: fit-content;
		padding: 5px 45px 5px 20px;
		margin: 0 -1px 0 0;
	}
	.elm_btn_link_02 li a:hover::before {
		background-image: url(/library/img/company/sustainability/icon_btn_link_02-red.svg);
	}

	/* elm_btn_link_03 */
	.elm_btn_link_03 a:hover {
		background: #EE1D23;
		color: #ffffff;
	}
	.elm_btn_link_03 a:hover::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 2;
		width: 5px;
		height: 9px;
		background-image: url(/library/img/company/sustainability/icon_btn_link_01--hover.svg);
		background-size: 100% auto;
	}
	.elm_btn_link_03.position_right {
		margin-left: auto;
	}
	.elm_btn_link_03.btn_middle a {
		min-width: 460px;
	}

}

/* ============================================================
   お問い合わせフォーム（モック）
   命名規則: BEM (Block__Element--Modifier)
   Figma 完全準拠 (node-id: 2-160 / 5-42)
   ============================================================ */

:root {
	--clr-red: #e60112;
	--clr-red-bg: #fff8f8;
	--clr-input-bg: #f0f0f0;
	--clr-placeholder: #b3b3b3;
	--clr-text: #000;
	--clr-text-sub: #616161;
	--clr-optional-bg: #e7e7e7;
	--clr-border: #e5e5e5;
	--radius-pill: 100px;
	--radius-md: 15px;
	--radius-sm: 10px;
	--focus-ring: 0 0 0 3px rgba(230, 1, 18, 0.25);
}

/* ----------------------------------------------------------
   Block: c-contact (ページ全体スコープ)
   ※ ページ枠（タイトル・パンくず・コンテンツ幅）はサイト共通の
   .mainConts / .contsTitle1st / .pagePath / .inner1200 に委譲。
   ここではフォーム関連スタイルのスコープ用ベースのみ定義する。
   ---------------------------------------------------------- */
.c-contact {
	color: var(--clr-text);
	font-size: 1rem;
	line-height: 1.8;
}

.c-contact .c-form,
.c-contact .c-intro,
.c-contact .c-confirm,
.c-contact .c-complete { box-sizing: border-box; }
.c-contact .c-form *,
.c-contact .c-intro *,
.c-contact .c-confirm *,
.c-contact .c-complete * { box-sizing: border-box; }

/* ----------------------------------------------------------
   Block: c-intro
   ---------------------------------------------------------- */
.c-intro {
	background: var(--clr-red-bg);
	border-radius: var(--radius-sm);
	padding: clamp(1.25rem, 4vw, 2.5rem);
	margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
	font-size: clamp(0.9375rem, 2.3vw, 1rem);
}
.c-intro__lead { margin: 0 0 1rem; }
.c-intro__list { padding-left: 1.5rem; margin: 0; }
.c-intro__item { list-style: disc; margin-bottom: 0.5rem; }
.c-intro__item:last-child { margin-bottom: 0; }
.c-intro__link { color: inherit; text-decoration: underline; }
.c-intro__link:hover { text-decoration: none; }

/* 確認画面用（Figma準拠：背景・角丸なしのプレーンテキスト） */
.c-intro--confirm {
	background: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
	font-size: clamp(1rem, 2.6vw, 1.125rem);
}
.c-intro--confirm .c-intro__lead { margin: 0; }

/* ----------------------------------------------------------
   Block: c-form
   ---------------------------------------------------------- */
.c-form {
}

.c-form__body {
	padding: 0 clamp(0rem, 2vw, 1.5rem);
}

.c-form__row {
	margin-bottom: clamp(2rem, 5vw, 3.125rem);
	border: none;
	padding: 0;
	min-width: 0; /* fieldset でも縮ませる */
}

.c-form__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.875rem;
	margin-bottom: 1rem;
}

/* legend を head 風に見せる（fieldset 用） */
.c-form__head--legend {
	float: none;
	width: 100%;
	padding: 0;
}

.c-form__label {
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	font-weight: 400;
	color: var(--clr-text);
}

.c-form__sublabel {
	font-size: 0.875rem;
	color: var(--clr-text);
	margin: 1em 0 1em 1em;
	line-height: 1.8;
}

.c-form__sublabel--note {
	margin-bottom: 0;
}

/* 入力フィールド共通 */
.c-form__input,
.c-form__select,
.c-form__textarea {
	width: 100%;
	background: var(--clr-input-bg);
	border: 2px solid transparent;
	border-radius: var(--radius-pill);
	padding: clamp(0.75rem, 2.5vw, 1rem) clamp(1rem, 3vw, 1.75rem);
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	font-family: inherit;
	color: var(--clr-text);
	outline: none;
	transition: border-color 0.15s;
	-webkit-appearance: none;
	appearance: none;
}

.c-form__textarea {
	border-radius: var(--radius-md);
	min-height: 16rem;
	resize: vertical;
	line-height: 1.8;
}

.c-form__input--subject {
	border-radius: var(--radius-sm);
	min-height: 3.75rem;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
	color: var(--clr-placeholder);
}

.c-form__input:focus,
.c-form__select:focus,
.c-form__textarea:focus,
.c-form__input:focus-visible,
.c-form__select:focus-visible,
.c-form__textarea:focus-visible {
	border-color: var(--clr-red);
}

.c-form__input--error,
.c-form__select.c-form__input--error,
.c-form__textarea.c-form__input--error {
	border-color: var(--clr-red);
}

/* セレクト */
.c-form__select-wrap {
	position: relative;
	display: block;
	width: min(25rem, 100%);
}

.c-form__select { padding-right: 3.125rem; cursor: pointer; }

.c-form__select-wrap::after {
	content: "▼";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.875rem;
	color: var(--clr-text);
	pointer-events: none;
}

/* グループ（横並び） */
.c-form__group {
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-wrap: wrap;
}
.c-form__group--name .c-form__input { flex: 1; min-width: 6rem; }
.c-form__group--zip .c-form__input {
	flex: 1 1 0;
	min-width: 6rem;
	max-width: 11.25rem;
}
/* 住所検索ボタンはSPでは段落ちさせて入力欄の幅を確保（段落ち時は余白を埋めて100%幅） */
.c-form__group--zip .elm_btn_link_01 {
	flex-grow: 1;
}

/* 電話番号：数字入力を見やすく中央揃え＋横paddingを縮小 */
.c-form__group--tel .c-form__input {
	flex: 1 1 0;
	min-width: 0;
	max-width: 15rem;
	padding-left: clamp(0.5rem, 1.5vw, 1.75rem);
	padding-right: clamp(0.5rem, 1.5vw, 1.75rem);
	text-align: center;
}

.c-form__sep {
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	color: var(--clr-text);
}

.c-form__sub-input {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

/* スクリーンリーダ専用ラベル */
.u-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ラジオ・チェック */
.c-form__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
/* SP：均等割り、コンテンツが収まらなければ段落ち */
.c-form__choices .c-choice {
	flex: 1 1 0;
	min-width: max-content;
}

.c-choice {
	display: block;
	position: relative;
	min-width: clamp(6rem, 20vw, 8.75rem);
	width: fit-content;
	padding: 0.25rem;
	border-radius: var(--radius-md);
	border: 1px solid #e0e0e0;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	background: #ffffff;
	cursor: pointer;
	user-select: none;
	transition: border-color 0.15s;
}

/* 選択時：枠線を消してグラデーションボーダーに */
.c-choice:has(.c-choice__input:checked) {
	border-color: transparent;
	box-shadow: none;
}

/* 選択時：グラデーションボーダー */
.c-choice:has(.c-choice__input:checked) {
	background: linear-gradient(90deg, rgba(189, 86, 152, 1) 0%, rgba(189, 86, 152, 1) 16.67%, rgba(64, 144, 64, 1) 16.67%, rgba(64, 144, 64, 1) 33.33%, rgba(117, 180, 54, 1) 33.33%, rgba(117, 180, 54, 1) 50%, rgba(246, 194, 67, 1) 50%, rgba(246, 194, 67, 1) 66.67%, rgba(231, 155, 55, 1) 66.67%, rgba(231, 155, 55, 1) 83.33%, rgba(238, 29, 35, 1) 83.33%, rgba(238, 29, 35, 1) 100%);
}

.c-choice__input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.c-choice__label {
	display: flex;
	align-items: center;
	gap: clamp(0.5rem, 1.5vw, 0.625rem);
	width: 100%;
	padding: clamp(0.625rem, 2.2vw, 1rem) clamp(0.875rem, 2.8vw, 1.5rem);
	border-radius: calc(var(--radius-md) - 2px);
	background-color: #ffffff;
	font-size: clamp(0.8125rem, 2.6vw, 1rem);
	font-weight: 700;
	color: #999;
	line-height: 1;
	transition: color 0.15s;
}

/* アイコン（未選択：グレー丸） */
.c-choice__label::before {
	content: "";
	display: block;
	width: clamp(1.125rem, 3.2vw, 1.5rem);
	height: clamp(1.125rem, 3.2vw, 1.5rem);
	border-radius: 0.375rem;
	background: #d9d9d9;
	flex-shrink: 0;
}

/* 選択時のラベル */
.c-choice__input:checked + .c-choice__label {
	color: var(--clr-red);
}

/* アイコン（選択時：赤チェックマーク） */
.c-choice__input:checked + .c-choice__label::before {
	background: var(--clr-red);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12 10 18 20 6'/%3E%3C/svg%3E");
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0.375rem;
}

/* focus */
.c-choice__input:focus-visible + .c-choice__label {
	outline: 2px solid var(--clr-red);
	outline-offset: 2px;
}

/* エラーメッセージ */
.c-form__error {
	display: none;
	background: var(--clr-red-bg);
	border-radius: var(--radius-md);
	padding: 0.75rem 1.25rem;
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--clr-red);
	line-height: 1.8;
}
.c-form__row--error .c-form__error { display: block; }

/* 返信不要：チェックボックスを中央揃え */
.c-form__row--reply {
	display: flex;
	justify-content: center;
}

/* 送信エリア */
.c-form__submit {
	display: flex;
	justify-content: center;
	margin: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 3.75rem);
}

/* ----------------------------------------------------------
   Block: c-badge
   ---------------------------------------------------------- */
.c-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 1.75rem;
	border-radius: 0.375rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff;
	background: var(--clr-red);
	flex-shrink: 0;
	letter-spacing: 0.05em;
}
.c-badge--optional {
	background: var(--clr-optional-bg);
	color: var(--clr-text);
	font-weight: 400;
}

/* ----------------------------------------------------------
   Block: c-btn
   ---------------------------------------------------------- */
.c-btn {
	display: inline-block;
	min-width: min(25.375rem, 100%);
	padding: clamp(1rem, 3vw, 1.375rem) clamp(1.5rem, 4vw, 2.5rem);
	background: var(--clr-red);
	color: #fff;
	border: 2px solid var(--clr-red);
	border-radius: var(--radius-pill);
	font-size: clamp(1.0625rem, 2.8vw, 1.25rem);
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}
.c-btn:hover { opacity: 0.85; }
.c-btn:focus-visible {
	outline: none;
	box-shadow: var(--focus-ring);
}
.c-btn--ghost {
	background: #fff;
	color: var(--clr-red);
}

.c-btn-row {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: clamp(2.5rem, 6vw, 3.75rem) 0;
}
.c-btn-row .c-btn { min-width: min(17.5rem, 100%); }

/* ----------------------------------------------------------
   Block: c-complete（完了画面のメッセージ）
   ---------------------------------------------------------- */
.c-complete {
	text-align: center;
	font-size: clamp(1rem, 2.6vw, 1.125rem);
	line-height: 1.8;
	color: var(--clr-text);
	padding: clamp(2rem, 6vw, 3.75rem) 0 clamp(3rem, 8vw, 5rem);
}
.c-complete__title {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	margin: 0;
}
.c-complete__text {
	margin: 0;
}

/* ----------------------------------------------------------
   Block: c-confirm（確認画面のラベル＋値スタック表示）
   入力画面の c-form__row / c-form__head を流用しつつ、
   値表示用の __value / アクション用の __actions を追加。
   ---------------------------------------------------------- */
.c-confirm__row {
	margin-bottom: clamp(1.25rem, 3.5vw, 1.75rem);
}

.c-confirm__row .c-form__head {
	margin-bottom: 0.375rem;
}

.c-confirm__row .c-form__label {
	font-size: clamp(0.8125rem, 2.2vw, 0.875rem);
	color: var(--clr-text-sub);
	font-weight: 400;
	line-height: 1.6;
}

.c-confirm__value {
	margin: 0;
	padding: 0 0 0 clamp(0.5rem, 1.8vw, 1rem);
	font-size: clamp(1rem, 2.5vw, 1.125rem);
	font-weight: 700;
	color: var(--clr-text);
	line-height: 1.8;
	word-break: break-word;
}

.c-confirm__value--multiline {
	white-space: normal;
}

.c-confirm__value--empty {
	color: var(--clr-placeholder);
	font-weight: 400;
}

.c-confirm__actions {
	display: flex;
	gap: clamp(1rem, 3vw, 2rem);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: clamp(2.5rem, 6vw, 3.75rem) 0 clamp(2.5rem, 6vw, 3.75rem);
}
.c-confirm__actions .elm_btn_link_01,
.c-confirm__actions .elm_btn_link_03 {
	min-width: min(17.5rem, 100%);
}

#contents-note {
  padding-bottom: 10px;
}
/* ----------------------------------------------------------
   レスポンシブ
   ---------------------------------------------------------- */
/* @media (max-width: 768px) {
	.c-contact__title { font-size: 24px; padding-top: 40px; }
	.c-intro { padding: 24px 20px; font-size: 15px; margin-bottom: 40px; }
	.c-form__row { margin-bottom: 36px; }
	.c-form__label { font-size: 16px; }

	.c-form__input,
	.c-form__select,
	.c-form__textarea { font-size: 16px; padding: 14px 22px; }
	.c-form__textarea { min-height: 200px; }

	.c-form__group--name { flex-direction: column; align-items: stretch; }
	.c-form__group--name .c-form__input { width: 100%; }

	.c-form__group--zip .c-form__input,
	.c-form__group--tel .c-form__input { width: calc(50% - 16px); }

	.c-form__select-wrap { width: 100%; }

	.c-btn { min-width: 0; width: 100%; font-size: 17px; padding: 18px 24px; }
	.c-btn-row { flex-direction: column; }
	.c-btn-row .c-btn { width: 100%; }

	.c-confirm-table,
	.c-confirm-table tbody,
	.c-confirm-table__row,
	.c-confirm-table__th,
	.c-confirm-table__td { display: block; width: 100%; }
	.c-confirm-table__th { padding: 12px 16px; }
	.c-confirm-table__td { padding: 12px 16px 20px; }

	.c-complete { padding: 60px 20px; }
	.c-complete__title { font-size: 22px; }
} */


/* PC：SPの上書き */
@media (min-width: 641px) {
	.c-form__choices .c-choice {
		flex: 0 1 auto;
		min-width: clamp(6rem, 20vw, 8.75rem);
	}
	.c-form__group--zip .elm_btn_link_01 {
		flex-grow: 0;
	}
}

/* prefers-reduced-motion 対応 */
@media (prefers-reduced-motion: reduce) {
	.c-form__input,
	.c-form__select,
	.c-form__textarea,
	.c-btn { transition: none; }
}
