@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Regular-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Medium-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Bold-subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('/shared/fonts/NotoSansJP-Black-subset.woff2') format('woff2');
}
:root {
	--selectArrow-mask: url(/shared/img/form/select-arrow.svg) no-repeat center / 100%;
	--arrow-mask: url(/shared/img/common/ico-btn-arrow-r.svg) no-repeat center / 100%;
	--target-mask: url(/shared/img/common/ico-btn-target.svg) no-repeat center / 100%;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
body,
p,
span,
a,
li,
dt,
dd,
th,
td,
label,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}
p,
dd,
dt,
li,
pre,
code,
a {
	overflow-wrap: break-word;
}
body {
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Meiryo", sans-serif;
	color: #000000;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
button,
textarea,
select {
	font: inherit;
}
:focus:not(:focus-visible) {
	outline: none;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.pc,
.pc.tablet {
	display: block;
}
.sp,
.tablet {
	display: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: #00000000;
}
area {
	border: none;
	outline: none;
}
html.is_fixed,
html.is_fixed body {
	overflow: hidden;
}
h3,
h4 {
	font-weight: normal;
}
.inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}
main {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
}
a.link_tel {
	pointer-events: none;
	color: #000000;
}
.site_main {
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	background-color: #FFFFFF;
}
.form_header {
	position: relative;
	width: 100%;
	padding: 0 77px 0 20px;
}
.form_header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-right: 24px;
	height: 130px;
	transition: height 0.3s ease;
}
header.active .form_header_inner {
	height: 70px;
}
.form_header_logo a img {
	width: 250px;
}
footer {
	background-color: #EFEFEF;
	border-top: 1px solid #959595;
}
.form_footer_content {
	padding: 52px 0;
}
.form_footer_copy p {
	font-weight: 500;
	font-size: 12px;
	text-align: right;
}
.contact_head {
	padding-bottom: 88px;
}
.contact_head_content {
	text-align: center;
}
.contact_head_title {
	margin-bottom: 32px;
}
.contact_head_title p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #0093FF;
	margin-bottom: 8px;
}
.contact_head_title h1 {
	font-weight: 700;
	font-size: 35px;
	color: #202733;
	margin: 0;
}
.contact_head_text p {
	font-size: 16px;
	line-height: 200%;
}
.contact_form {
	position: relative;
	padding: 135px 0 160px;
	background-color: #EFEFEF;
}
.contact_form_steps {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.contact_form_steps ul {
	display: flex;
	justify-content: center;
	gap: 80px;
}
.contact_form_steps ul li {
	width: 100px;
	height: 100px;
	background: #F7F7F7;
	border: 5px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	text-align: center;
}
.contact_form_steps ul li.steps_item.steps_item_active {
	background: #0093FF;
	border: 5px solid #0093FF;
}
.contact_form_steps ul li.steps_item.steps_item_off {
	background: #B5B5B5;
	border: 5px solid #B5B5B5;
}
.contact_form_steps ul li p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 125%;
	color: #BCBCBC;
}
.contact_form_steps ul li p span {
	font-weight: 700;
	font-size: 16px;
	display: block;
}
.contact_form_steps ul li.steps_item.steps_item_active p,
.contact_form_steps ul li.steps_item.steps_item_off p {
	color: #FFFFFF;
}
.contact_form_body {
	max-width: 840px;
	width: 100%;
	margin: auto;
}
.contact_form_fields {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 32px;
}
.p_contact_confirm .contact_form_fields {
	gap: 24px;
	margin-bottom: 72px;
}
.p_contact_confirm .contact_form_fields dl {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.contact_form_fields dt {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}
.p_contact_confirm .contact_form_fields dt {
	width: 160px;
}
.contact_form_fields dt p {
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
}
.contact_form_fields dt span {
	width: 58px;
	height: 20px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #0093FF;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	color: #0093FF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p_contact_confirm .contact_form_fields dd {
	width: calc(100% - 180px);
}
.p_contact_confirm .contact_form_fields dd p,
.contact_form_btn_back a,
.contact_thank_block p,
.contact_thank_bottomtext {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.contact_form_fields dd :where(input[type="text"], input[type="email"], input[type="tel"], textarea),
.contact_form_select select {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #959595;
	font-size: 16px;
	line-height: 175%;
}
.contact_form_fields dd :where(input[type="text"], input[type="email"], input[type="tel"], textarea),
.contact_form_select select {
	background: #FFFFFF;
	padding: 20px;
}
.contact_form_fields dd input {
	height: 60px;
}
.contact_form_fields dd input.upload_btn {
	height: fit-content;
}
.contact_form_fields dd textarea {
	height: 280px;
}
.contact_form_select select {
	appearance: none;
	background: none;
	height: 100%;
	padding: 0 50px 0 20px;
	color: #000000;
	font-weight: 400;
}
.contact_form_fields dd :where(input, textarea)::placeholder {
	color: #BCBCBC;
}
.contact_form_fields dd :where(input, textarea).input_error,
.contact_form_select select.input_error {
	background: #FFF5F5;
}
.contact_form_note,
.contact_form_meta_text {
	font-weight: 500;
	font-size: 13px;
	line-height: 175%;
}
.contact_form_note {
	margin-top: 16px;
}
.contact_form_select {
	width: 301px;
	height: 60px;
	border-radius: 6px;
	background: #FFFFFF;
	position: relative;
}
.contact_form_select::before {
	content: "";
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	pointer-events: none;
	-webkit-mask: var(--selectArrow-mask);
	mask: var(--selectArrow-mask);
	background-color: #5B5B5B;
}
.contact_form_privacy {
	font-size: 14px;
	margin-bottom: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	justify-content: center;
	gap: 20px;
}
.contact_form_privacy a {
	text-decoration: underline;
	color: #000000;
	transition: opacity 0.5s ease;
}
.contact_form_privacy a:hover,
.contact_form_btn_back a:hover,
.contact_thank_block a:hover {
	opacity: 0.6;
}
.contact_form_actions {
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.contact_form_btn {
	width: 298px;
	height: 50px;
	position: relative;
	color: #FFFFFF;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.contact_form_btn:hover {
	color: #0093FF;
}
.contact_form_btn.contact_form_btndisabled:hover {
	color: #FFFFFF;
}
.contact_form_btn::before,
.contact_thank_btn a::before {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 3;
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: currentColor;
}
.contact_form_btn input[type="submit"],
.contact_thank_btn a {
	border-radius: 999px;
	font-size: 16px;
	line-height: 125%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0093FF;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.contact_form_btn input[type="submit"] {
	width: 100%;
	height: 100%;
	background: #0093FF;
	font-weight: 500;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}
.contact_form_btn:hover input[type="submit"] {
	color: #0093FF;
	background-color: #FFFFFF;
}
input.contact_form_btn_back {
	text-decoration: underline;
	color: #000000;
	transition: opacity 0.5s ease;
	border: none;
	display: block;
	margin: auto;
	background: none;
}
.contact_form_meta_text {
	margin-bottom: 16px;
	text-align: center;
}
.contact_form_meta_image {
	text-align: center;
}
.contact_form_meta_image #ss_gmo_globalsign_secured_site_seal {
	margin: auto;
}
.contact_form_meta_image img {
	width: 130px;
}
.contact_thank_head {
	font-weight: 700;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	margin-bottom: 40px;
}
.contact_thank_block,
.contact_error {
	width: 100%;
	border-radius: 6px;
	background-color: #FFFFFF;
}
.contact_thank_block {
	max-width: 600px;
	margin: 0 auto 20px;
	padding: 16px 20px 20px;
	text-align: center;
}
.contact_thank_block p {
	margin-bottom: 8px;
}
.contact_thank_block a {
	font-weight: 500;
	text-decoration: underline;
	font-size: 20px;
	color: #0093FF;
	transition: opacity 0.5s ease;
}
.contact_thank_block p img {
	width: auto;
}
.contact_thank_note {
	font-weight: 500;
	font-size: 12px;
	line-height: 175%;
	max-width: 560px;
	width: 100%;
	margin: 0 auto 40px;
}
.contact_thank_bottomtext {
	text-align: center;
	margin-bottom: 40px;
}
.contact_thank_btn a {
	width: 326px;
	height: 50px;
	background: transparent;
	position: relative;
	font-weight: 700;
	color: #0093FF;
	margin: auto;
}
.contact_thank_btn a:hover {
	color: #FFFFFF;
	background-color: #0093FF;
}
.contact_error {
	max-width: 840px;
	margin: 0 auto 40px;
	padding: 24px 40px 32px;
}
.contact_error_title {
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #D60000;
	margin-bottom: 16px;
}
.contact_error_list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.message_area .contact_error_list {
	margin-top: 8px;
	gap: 0;
}
.contact_error_list li {
	font-weight: 500;
	font-size: 14px;
	line-height: 200%;
	color: #D60000;
}
.u_last_child_mb_0>*:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.pc.tablet {
		display: none;
	}
	.tablet {
		display: block;
	}
	.tablet_none {
		display: none;
	}
	a.link_tel {
		pointer-events: auto;
	}
}
@media (max-width: 767px) {
	body {
		min-width: 100%;
	}
	.pc,
	.pc.tablet {
		display: none;
	}
	.sp {
		display: block;
	}
	a.link_tel {
		pointer-events: auto;
	}
	.site_content {
		min-height: 0;
	}
	main {
		padding-top: 70px;
	}
	.form_header {
		padding: 0 20px;
	}
	.form_header_inner {
		gap: 20px;
		padding: 0;
		height: 70px;
	}
	.form_header_logo a img {
		width: 200px;
	}
	.form_footer_content {
		padding: 32px 0;
	}
	.form_footer_copy p {
		font-size: 10px;
		text-align: center;
	}
	.contact_head {
		padding-bottom: 84px;
	}
	.contact_head_title {
		margin-bottom: 24px;
	}
	.contact_head_title p {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.contact_head_title h1 {
		font-size: 18px;
	}
	.contact_head_text p,
	.contact_thank_block p,
	.contact_thank_bottomtext {
		font-size: 13px;
	}
	.contact_head_text p {
		text-align: left;
	}
	.contact_form {
		padding: 84px 0 80px;
	}
	.contact_form_steps {
		top: -44px;
	}
	.contact_form_steps ul {
		gap: 24px;
	}
	.contact_form_steps ul li {
		width: 88px;
		height: 88px;
	}
	.contact_form_steps ul li p {
		font-size: 17px;
	}
	.contact_form_steps ul li p span {
		font-size: 14px;
	}
	.contact_form_body {
		max-width: 100%;
	}
	.p_contact_confirm .contact_form_fields {
		gap: 20px;
		margin-bottom: 40px;
	}
	.p_contact_confirm .contact_form_fields dl {
		flex-direction: column;
		gap: 0;
	}
	.contact_form_fields dt {
		gap: 16px;
	}
	.p_contact_confirm .contact_form_fields dt,
	.p_contact_confirm .contact_form_fields dd {
		width: 100%;
	}
	.contact_form_note,
	.contact_form_meta_text {
		font-size: 12px;
	}
	.contact_thank_head {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact_thank_block {
		padding: 20px;
	}
	.contact_thank_note {
		font-size: 10px;
	}
	.contact_thank_btn a {
		max-width: 335px;
		width: 100%;
	}
	.contact_error {
		margin-bottom: 32px;
		padding: 24px 20px 32px;
	}
	.contact_error_title {
		font-size: 14px;
		margin-bottom: 20px;
	}
}