@charset "UTF-8";

:root {
	--theme-color: #4c9f38;
	--accent-color: #ff9200;
}

/* reset */
*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}
p {
	margin: 0;
	padding: 0;
}
body,
h1,
h2,
h3,
h4,
figure,
blockquote,
dl,
dd {
	margin: 0;
	font-weight: bold;
}

ul[role='list'],
ol[role='list'] {
	list-style: none
}

body {
	min-height: 100vh;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
button,
input,
label {
	line-height: 1.1
}

h1,
h2,
h3,
h4 {
	text-wrap: balance
}

a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor
}

img,
picture {
	max-width: 100%;
	display: block
}

input,
button,
textarea,
select {
	font: inherit
}

textarea:not([rows]) {
	min-height: 10em
}

:target {
	scroll-margin-block: 5ex
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	padding-bottom: 12rem;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}

.inner {
	width: min(100%, 84rem);
	padding-inline: 2rem;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}

.text_center {
	text-align: center;
}

.page_title {
	font-style: 3rem;
	text-align: center;
}

.title {
	padding-block: 1.5rem;
	margin-block: 5.6rem 6.8rem;
	color: #fff;
	background-color: var(--theme-color);
	font-size: 4rem;
	text-align: center;
}

h3.title {
	font-size: 3.6rem;
	padding-block: 1.2rem;
	margin-block: 4rem 3rem;
}

label {
	user-select: none;
	cursor: pointer;
}

.form_list {}

.form_item {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	padding-top: 5.6rem;
	margin-top: 5.6rem;
	border-top: 2px solid #b3b1b1;
}

.form_label {
	border-left: 6px solid var(--theme-color);
	padding-left: 0.8rem;
	font-size: 2.5rem;
	line-height: 1.18;
	display: flex;
	align-items: center;
	gap: 2.2rem;
}

.form_badge {
	background-color: var(--accent-color);
	padding: 0.2rem 0.8rem;
	font-size: 1.6rem;
	color: #fff;
	flex: 0 0 auto;
}

.form_badge.form_badge_optional {
	background-color: #3D73E5;
}

.form_text {
	font-weight: 400;
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.form_text {
		font-size: 1.6rem;
	}
}

.form_text a {
	transition: opacity 0.3s ease;
	color: var(--theme-color);
}

.form_text a:hover {
	opacity: 0.4;
}

.form_indent {
	text-indent: -2.5em;
	padding-left: 4rem;
	display: inline-block;
}

.form_asterisk {
	text-indent: -1em;
	padding-left: 2rem;
	display: inline-block;
}

.form_value_title {
	display: flex;
	gap: 2.2rem;
	align-items: center;
}

.form_value_title_margin {
	margin-top: 2rem;
}

.form_value_list {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.form_value {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.form_value_item {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

input[type="radio"],
input[type="checkbox"] {
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	margin: 0;
	accent-color: var(--theme-color);
}

textarea, select {
	max-width: 100%;
}



button {
	appearance: none;
	font-family: inherit;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}

.btn, .btn_download {
	text-decoration: none;
	font-size: 1.9rem;
	border-radius: 999px;
	width: min(100%, 44rem);
	color: #fff;
	background-color: var(--theme-color);
	transition: 0.3s ease;
	padding: 1.5rem 2rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.btn::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	right: 2rem;
	left: auto;
	width: 1.2rem;
	height: 1.7rem;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDExLjEgMTcuOTYiPiA8ZGVmcz4gPHN0eWxlPiAuY2xzLTEgeyBmaWxsOiAjNGM5ZjM4OyB9IDwvc3R5bGU+IDwvZGVmcz4gPGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4gPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjIuMTIgMTcuOTYgMCAxNS44NCA2Ljg2IDguOTggMCAyLjEyIDIuMTIgMCAxMS4xIDguOTggMi4xMiAxNy45NiIvPiA8L2c+PC9zdmc+");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) invert(1);
}

.btn_download::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	right: 2.5rem;
	left: auto;
	width: 2rem;
	height: 2rem;
	background-image: url("../img/download.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) invert(1);
}

.btn.btn-back {
	color: var(--theme-color);
	border: 2px solid;
	background: transparent;
}

.btn.btn-back::after {
	filter: none;
	right: auto;
	left: 2rem;
	transform: scale(-1, 1);
}

.btn:hover, .btn_download:hover {
	opacity: 0.8;
}

.btn_container {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.4rem;
}

.btn_download_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.4rem;
	margin-bottom: 4rem;
}



/* 完了画面 */
.complete_container {}

.complete_text {}

.complete_container {
	text-align: center;
}
.form_indent_title {
	font-weight: bold;
	margin-block: 0.7em 0.25em;
}