@charset "utf-8";
a[href^="tel:"] {
		text-decoration: underline;
		color: inherit;
		color: #303030;
}
@media(max-width: 767px) {
		a[href^="tel:"] {
				text-decoration: underline;
				color: inherit;
				color: #F55282;
		}
}
@media (hover: hover) {
		a[href^="tel:"] {
				pointer-events: none;
				text-decoration: none;
				color: inherit;
				color: #303030;
		}
}
.contact_wrap {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0px 30px;
}
@media(max-width: 767px) {
		.contact_wrap {
				padding: 0px 10px;
		}
}
body.bgConfirm {
		background: #d7d9dc;
}
.contact_cont {
		background: #fff;
		padding: 90px 120px;
}
@media(max-width: 960px) {
		.contact_cont {
				padding: 60px 30px 80px;
		}
}
@media(max-width: 767px) {
		.contact_cont {
				padding: 40px 20px 60px;
		}
}
.contact_lead {
		margin: 0 0 40px;
}
.contact_lead p {
		line-height: 1.8;
		margin-bottom: 1.5em;
}
.contact_lead a {
		color: #F55282;
		text-decoration: underline;
		text-underline-offset: 4px;
}
.first_input {
		margin-bottom: 70px;
}
@media (hover: hover) {
		.contact_lead a:hover {
				color: #F55282;
				text-decoration: none;
		}
}
@media(max-width: 960px) {
		.contact_lead {
				margin: 0 0 30px;
		}
}
@media(max-width:840px) {
		.contact_lead {
				text-align: left;
				margin: 0 0 30px;
		}
		.contact_lead br {
				display: none
		}
		.first_input {
				margin-bottom: 60px;
		}
}
.contact_form {
		margin-bottom: 40px;
}
.contact_form.confirmLine {
		padding-bottom: 15px;
		margin-bottom: 40px;
		border-bottom: 1px solid #C6CDD6;
}
span.must {
		color: #F55282;
		font-size: 14px;
}
.contact_form dt {
		display: flex;
		align-items: center;
		font-size: 15px;
		font-feature-settings: "palt";
		font-weight: 600;
		letter-spacing: 0.05em;
		margin: 0 0 10px
}
.contact_form.confirmLine dt {
		color: #A7B1BF;
}
.contact_form dt span.must {
		margin-left: 5px;
}
.contact_form dd {
		word-break: break-all;
		line-height: 2.0;
}
.focus_line {
		position: relative;
		height: 1px;
}
.focus_line.extra {
		margin-top: 15px;
}
.focus_line::before, .focus_line::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		transform-origin: left center;
}
.focus_line::before {
		background: #C6CDD6;
}
.focus_line::after {
		transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
		background: #F55282;
		transform: scaleX(0);
}
.errorON .focus_line::before {
		background: red;
}
.onFocus .focus_line::before {
		opacity: 0
}
.onFocus .focus_line::after {
		transform: scaleX(1)
}
@media(max-width: 767px) {
		.contact_form, .contact_form.extra {
				margin-bottom: 30px;
		}
}
.select_wrap {
		width: 100%;
		display: flex;
}
select {
		color: #1e1e1e;
}
@media(max-width: 767px) {
		.select_wrap {
				width: 100%;
		}
}
.agree_lead {
		line-height: 2.0;
		text-align: center;
		margin: 40px 0 30px;
}
@media(max-width: 767px) {
		.agree_lead {
				font-size: 14px;
				line-height: 2.0;
				text-align: left;
				margin: 40px 0 30px;
		}
}
.sendBtn_flex {
		display: flex;
		justify-content: center;
		align-items: center;
}
.sendBtn_flex.confirmFlex {
		margin-top: 60px;
}
.sendBtn button {
		cursor: pointer;
		width: 230px;
		height: 50px;
}
.sendBtn_flex .linkBtn {
		width: 230px;
		margin: 0 15px;
}
.sendBtn_flex .linkBtn a {
		height: 50px;
}
.sendBtn button:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		pointer-events: none;
}
@media(max-width: 767px) {
		.sendBtn {
				margin: 0;
		}
		.sendBtn button {
				width: 230px;
				height: 50px;
				font-size: 15px;
		}
		.sendBtn_flex .linkBtn {
				margin: 0
		}
		.sendBtn_flex .linkBtn a {
				height: 50px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.sendBtn_flex.confirmFlex {
				display: flex;
				flex-direction: column-reverse;
				width: 230px;
				margin: 0 auto;
		}
		.sendBtn_flex.confirmFlex .sendBtn.sendConfirm {
				margin-bottom: 20px;
		}
}
.error {
		color: #FF0000;
		font-size: 14px;
		font-weight: 500;
		padding-top: 10px;
}
@media(max-width: 390px) {
		.sendBtn button, .sendBtn_flex .linkBtn {
				font-size: 15px !important;
		}
}
/* ============= */
input[type="button"], input[type="submit"], input[type="reset"], select {
		-webkit-appearance: none;
}
input::placeholder, textarea::placeholder {
		color: #B4B4B4;
		font-size: 14px;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 16px;
		border-radius: 0;
		outline: none;
		border: none;
		box-sizing: border-box;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea, .contact_form select {
		background-color: #fff;
		width: 100%;
		padding: 10px;
		/* border: 1px solid #BFBFBF; */
		box-sizing: border-box;
		font-size: 18px;
		/* border-radius: 4px; */
}
@media(max-width: 767px) {
		.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
				padding: 15px 0;
				font-size: 18px;
		}
		.contact_form select {
				padding: 15px;
				font-size: 18px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.contact_form select {
				padding: 15px;
				font-size: 16px;
		}
}
@media screen and (orientation: portrait) and (max-width: 390px) {
		.contact_form select {
				font-size: 15px;
				padding: 18px 12px;
		}
}
.contact_form input[type="radio"], .contact_form input[type="checkbox"] {
		width: 32px;
		height: 32px;
		opacity: 0;
		margin-right: 10px;
}
.contact_form dd li label {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
}
.contact_form dd li label span {
		position: relative;
		cursor: pointer
}
.contact_form dd li label span::before, .contact_form dd li label span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 16px);
		left: -42px;
		width: 32px;
		height: 32px;
		box-sizing: border-box;
}
input[type="radio"] + span::before, input[type="radio"] + span::after {
		border-radius: 50%;
}
.contact_form dd li label span::before {
		background-color: #fff;
		border: 1px solid #BFBFBF;
}
.contact_form dd li label span::after {
		background: #222;
		transform: scale(0);
		border: none;
		opacity: 0;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
input[type="radio"]:checked + span::after {
		opacity: 1 !important;
		transform: scale(0.4);
}
.contact_form textarea {
		height: 100px;
		line-height: 2.0;
		resize: none;
}
/* ============== */
.agree_check_wrap {
		padding-top: 20px;
}
.agree_check {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 60px;
		font-weight: 500;
}
.agree_check a {
		color: #F55282;
		text-decoration: underline;
		text-underline-offset: 4px;
}
@media (hover: hover) {
		.agree_check a:hover {
				color: #F55282;
				text-decoration: none;
		}
}
@media(max-width: 767px) {
		.agree_check {
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 0 40px;
				font-size: 15px;
				line-height: 1.8;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.agree_check {
				display: flex;
				justify-content: center;
		}
}
.agree_check label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
}
.agree_check input[type="checkbox"] {
		width: 32px;
		height: 32px;
		margin-right: 10px;
		opacity: 0;
}
.agree_check label span {
		position: relative;
		cursor: pointer
}
.agree_check label span::before, .agree_check label span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		left: -50px;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		box-sizing: border-box;
}
.agree_check label span::before {
		background: #fff;
		border: 1px solid #222;
}
.agree_check label span::after {
		border-radius: 0%;
		background: none;
		width: 18px;
		height: 10px;
		border-left: 3px solid #222;
		border-bottom: 3px solid #222;
		top: calc(50% - 6px);
		left: -43px;
		transform: rotate(-45deg) scale(2);
		opacity: 0;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s;
}
input[type="checkbox"]:checked + span::after {
		opacity: 1 !important;
		transform: rotate(-45deg) scale(1);
}
@media(max-width: 767px) {
		.agree_check input[type="checkbox"] {
				width: 26px;
				height: 26px;
				margin-right: 10px;
		}
		.agree_check label span::before {
				top: 1px;
				left: -36px;
				width: 26px;
				height: 26px;
		}
		.agree_check label span::after {
				width: 15px;
				height: 8px;
				top: 8px;
				left: -30px;
		}
}
/* ================== */
.birth_flex {
		display: flex;
		align-items: center;
}
.birth_item {
		display: flex;
		align-items: center;
		margin-right: 15px;
		position: relative;
}
.birth_item::after {
		content: '';
		display: block;
		position: absolute;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
		top: calc(50% - 5px);
		right: 35px;
		transform: rotate(45deg);
		pointer-events: none;
}
.birth_item select {
		margin-right: 5px;
}
.birth_item.year {
		width: 180px;
}
.birth_item.month {
		width: 130px;
}
.birth_item.day {
		width: 130px;
}
@media(max-width: 960px) {
		.birth_item.year {
				width: 140px;
		}
		.birth_item.month {
				width: 130px;
		}
		.birth_item.day {
				width: 130px;
		}
}
@media(max-width: 767px) {
		.birth_item {
				display: flex;
				align-items: center;
				margin-right: 10px;
		}
		.birth_item::after {
				right: 30px;
		}
		.birth_item select {
				font-size: 16px !important;
		}
		.birth_item.year, .birth_item.month, .birth_item.day {
				width: calc(calc(100% - 40px) / 3);
		}
}
/* =============== */
.thanks_wrap {
		text-align: center;
		padding-bottom: 20px;
}
.thanks_wrap h2 {
		font-size: 72px;
		font-family: "Inter", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
		color: #F55282;
		letter-spacing: 0;
		margin: 0 0 50px;
		text-align: center;
}
.thanks_wrap p {
		text-align: center;
		line-height: 2.0;
		margin: 0 0 45px
}
@media(max-width: 767px) {
		.complete_wrap {
				margin-bottom: 40px;
		}
		.thanks_wrap h2 {
				font-size: 42px;
				margin-bottom: 30px;
		}
		.thanks_wrap p {
				text-align: left;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.thanks_wrap p {
				text-align: center;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.thanks_wrap p {
				font-size: 14px;
		}
}
.contactLinkBtn {
		width: 280px;
		margin: 0 auto;
		font-weight: 500;
		border-radius: 60px;
		overflow: hidden;
}
.contactLinkBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #fff;
		border-radius: 60px;
		height: 64px;
		border: 1px solid #FF7801;
		position: relative;
}
.contactLinkBtn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, #0075cf 0%, #00599e 100%);
		transition: opacity 0.2s;
}
.contactLinkBtn a span {
		display: inline-block;
		position: relative;
		z-index: 1
}
@media (hover: hover) {
		.contactLinkBtn a:hover {
				background: #fff;
				color: #FF7801;
		}
		.contactLinkBtn a:hover::before {
				opacity: 0;
		}
}
@media(max-width: 767px) {
		.contactLinkBtn {
				width: 240px;
				margin: 0 auto;
		}
		.contactLinkBtn a {
				height: 50px;
		}
}
/* =========== */
.second_hdr.complete {
		height: 60px
}
.second_hdr.complete::before {
		display: none
}
.second_hdr.complete .bread {
		padding-top: 0;
}
.second_hdr_inner.right {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
}
.second_hdr_inner.right hgroup {
		display: none
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.second_hdr.complete {
				display: none;
		}
}
/* ========== */
.contact_form dd ul:not(.file_notes) {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 20px;
}
.contact_form dd ul {
		list-style: none;
}
.contact_form dd ul:not(.file_notes) li {
		display: flex;
		align-items: center;
		margin-right: 30px;
}
@media(max-width: 960px) {
		.contact_form dd ul:not(.file_notes) li {
				margin-right: 30px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.contact_form dd ul:not(.file_notes) li {
				margin-bottom: 15px;
		}
}
.contact_form dd ul:not(.file_notes) li:last-child {
		margin-right: 0;
}