@charset "utf-8";
header::before {
		background: rgba(255, 255, 255, 1);
}

main {
		padding-top: 220px;
		padding-bottom: 180px;
}
.wrap {
		max-width: 780px;
		margin: 0 auto;
		padding: 0 30px;
}
@media(max-width: 767px) {
		main {
				padding-top: 120px;
				padding-bottom: 120px;
		}
		.wrap {
				padding: 0 20px;
		}
}
/* ========== */
.second_cont {
		display: none
}
.formrun-system-confirm .first_cont {
		display: none
}
.formrun-system-confirm .second_cont {
		display: block
}
.second_cont .aligncenter {
		text-align: center;
		line-height: 1.8;
		margin-bottom: 60px;
}
.formrun-system-confirm .agree_center {
		display: none !important
}
@media(max-width: 767px) {
		.second_cont .aligncenter {
				margin-bottom: 30px;
		}
}
/* ========== */
.section_title {
		font-family: 'Figtree', 'Noto Sans JP', sans-serif;
		line-height: 1;
		font-size: 72px;
		font-weight: 400;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 90px;
}
.section_title span {
		display: inline-block;
		position: relative;
}
.section_title span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -25px;
		left: calc(50% - 8px);
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 16px;
		background-image: url("../images/title_dot.png")
}
@media(max-width: 767px) {
		.section_title {
				font-size: 42px;
				margin-bottom: 60px;
		}
}
dl {
		margin: 0 0 30px;
}
.formrun-system-confirm dl {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #C8C8C8;
}
.formrun-system-confirm .formrun dl:last-of-type {
		border-bottom: none;
}
.formrun-system-confirm .textareaCont {
		line-height: 1.8;
		border-radius: 10px;
		padding: 10px;
		border: 1px solid #c8c8c8;
		min-height: 100px;
}
dt {
		font-weight: 500;
		margin: 0 0 15px
}
.form-description {
		margin: 0 0 28px;
		color: #667085;
		font-size: 14px;
}
.formrun > div:not(._formrun_gotcha) {
		margin-bottom: 24px;
}
.formrun > div:last-child {
		margin-bottom: 0;
}
.formrun label {
		display: block;
		margin-bottom: 0;
		font-weight: 600;
}
.required {
		color: #d93025;
		font-size: 13px;
		font-weight: 600;
}
.formrun input[type="text"], .formrun input[type="email"], .formrun input[type="tel"], .formrun select, .formrun textarea {
		display: block;
		border: none;
		width: 100%;
		padding: 18px 15px;
		background-color: #f5f8fc;
		border-radius: 8px;
		color: #333;
		font: inherit;
		transition: border-color 0.2s, box-shadow 0.2s;
		box-sizing: border-box;
		font-size: 16px;
}
.formrun input::placeholder, .formrun textarea::placeholder {
		color: #98a2b3;
}
.formrun textarea {
		min-height: 160px;
		resize: vertical;
		line-height: 1.8;
}
.formrun select {
		padding-right: 42px;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%);
		background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
		background-size: 6px 6px, 6px 6px;
		background-repeat: no-repeat;
}
.formrun input[type="text"]:focus, .formrun input[type="email"]:focus, .formrun input[type="tel"]:focus, .formrun select:focus, .formrun textarea:focus {
		border-color: #1677ff;
		outline: none;
		box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.15);
}
.formrun select:disabled {
		background-color: #f2f4f7;
		color: #98a2b3;
		cursor: not-allowed;
}
.formrun input[type="checkbox"] {
		width: 18px;
		height: 18px;
		margin: 2px 8px 0 0;
		vertical-align: top;
		accent-color: #1677ff;
		cursor: pointer;
}
[data-formrun-show-if-error] {
		margin-top: 15px;
		color: #d93025;
		font-size: 14px;
}
.sendBtn {
		width: 300px;
		height: 60px;
		position: relative;
		margin: 0 10px;
}
.formrun button[type="submit"] {
		width: 300px;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #000;
		border-radius: 60px;
		background: #fff;
		color: #000;
		cursor: pointer;
		transition: background-color 0.2s, transform 0.1s;
		font-size: 16px;
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		padding: 0 30px;
}
@media (hover: hover) {
		.formrun button[type="submit"]:hover {
				background-color: #000;
				color: #fff;
		}
}
.formrun button[type="submit"]:active {
		transform: translateY(1px);
}
.formrun button[type="submit"]:focus-visible {
		outline: 3px solid rgba(22, 119, 255, 0.3);
		outline-offset: 3px;
}
.formrun button[type="submit"]:disabled {
		background-color: #9ca3af;
		cursor: not-allowed;
}
._formrun_gotcha {
		position: absolute !important;
		width: 1px;
		height: 1px;
		overflow: hidden;
}
.privacy_box {
		margin-top: 40px;
}
.formrun-system-confirm .privacy_box {
		display: none
}
.privacy_box p {
		line-height: 1.8;
		text-align: justify;
}
.privacy_box a {
		color: #094DA4;
		text-decoration: underline;
}
@media (hover: hover) {
		.privacy_box a:hover {
				color: #094DA4;
				text-decoration: none;
		}
}
::placeholder {
		color: #c8c8c8;
		font-weight: 400;
}
.alignright {
		text-align: right;
		margin: 0 0 20px;
}
.hrCenter {
		display: flex;
		justify-content: center;
}
.backBtn {
		width: 300px;
		margin: 0 10px;
}
.backBtn a {
		box-sizing: border-box;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #000;
		border-radius: 60px;
		background: #fff;
		color: #000;
		cursor: pointer;
		transition: background-color 0.2s, transform 0.1s;
		font-size: 16px;
		font-weight: 500;
		padding: 0 30px;
		text-decoration: none;
		position: relative;
}
.backBtn a::after {
		content: '';
		display: block;
		width: 17px;
		height: 17px;
		position: absolute;
		right: 20px;
		top: calc(50% - 8px);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 17px;
		background-image: url("../images/back_arw_blk.png");
		pointer-events: none
}
@media (hover: hover) {
		.backBtn a:hover {
				text-decoration: none;
				background: #000;
				color: #fff;
		}
		.backBtn a:hover::after {
				background-image: url("../images/back_arw_wht.png");
		}
}
.sendBtn::after {
		content: '';
		display: block;
		width: 17px;
		height: 17px;
		position: absolute;
		right: 20px;
		top: calc(50% - 8px);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 17px;
		background-image: url("../images/contact_arw_blk.png");
		pointer-events: none
}
@media (hover: hover) {
		.sendBtn:hover::after {
				background-image: url("../images/contact_arw_wht.png")
		}
}
@media(max-width: 767px) {
		.hrCenter {
				display: flex;
				flex-direction: column-reverse;
				width: 250px;
				margin: 0 auto;
		}
		.backBtn {
				width: 250px;
				margin: 0;
		}
		.sendBtn {
				width: 250px;
				height: 60px;
				margin: 0 auto 20px;
		}
		.formrun button[type="submit"] {
				width: 250px;
				height: 60px;
		}
}
/* ========== */
.agree_center {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0 40px
}
@media(max-width: 767px) {
		.agree_center {
				padding: 20px 0 30px;
		}
}
.agree_center label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.agree_center input[type="checkbox"] {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		opacity: 0;
}
.agree_center label span {
		position: relative;
		cursor: pointer
}
.agree_center label span::before, .agree_center label span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		left: -40px;
		width: 30px;
		height: 30px;
		border-radius: 4px;
		box-sizing: border-box;
}
.agree_center label span::before {
		background: #fff;
		border: 1px solid #000;
}
.agree_center label span::after {
		border-radius: 0%;
		background: none;
		width: 18px;
		height: 10px;
		border-left: 3px solid #000;
		border-bottom: 3px solid #000;
		top: calc(50% - 8px);
		left: -33px;
		transform: rotate(-45deg);
		opacity: 0;
		transition: opacity 0.2s;
}
input[type="checkbox"]:checked + span::after {
		opacity: 1 !important;
}
@media(max-width: 767px) {
		.agree_center input[type="checkbox"] {
				width: 26px;
				height: 26px;
				margin-right: 10px;
		}
		.agree_center label span::before {
				top: -6px;
				left: -36px;
				width: 26px;
				height: 26px;
		}
		.agree_center label span::after {
				width: 15px;
				height: 8px;
				top: 1px;
				left: -30px;
		}
}
/* ========== */
.thanks_hd {
		font-size: 24px;
		font-weight: 500;
		margin: 0 0 45px;
		text-align: center;
}
.thanks_caption {
		text-align: center;
		line-height: 2;
		margin: 0 0 60px;
}
@media(max-width: 767px) {
		.thanks_hd {
				font-size: 18px;
				margin-bottom: 30px;
		}
}