@charset "utf-8";
a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
		color: inherit;
		color: #303030;
}
.second_hdr {
		padding-bottom: 20px;
}
.contact_wrap {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 30px 160px;
}
@media(max-width: 767px) {
		.contact_wrap {
				padding: 0 20px 120px;
		}
}
.contact_lead {
		line-height: 2.0;
		margin: 0 0 40px;
		text-align: center;
}
.first_input {
		margin-bottom: 80px;
}
.contact_lead.confirm {
		text-align: center;
}
@media(max-width: 767px) {
		.contact_lead {
				line-height: 1.8;
				text-align: left;
				margin: 0 0 30px;
		}
}
.contact_form {
		margin-bottom: 30px;
		display: flex;
		align-items: center;
}
.contact_form.extra {
		/* display: flex;
		align-items: flex-start; */
}
.contact_form dt {
		font-weight: 500;
		display: flex;
		align-items: center;
		width: 280px;
}
.contact_form dt.extra {
		display: block;
}
.extra_flex {
		display: flex;
		align-items: center;
}
.dt_notes {
		padding-top: 10px;
		font-size: 13px;
		color: #888;
}
.contact_form dt div.must {
		margin-left: 8px;
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #0168B7;
		width: 64px;
		height: 24px
}
.nini {
		background: #ACBCC8 !important;
}
div.must span {
		transform: translateY(0.5px)
}
.contact_form dd {
		flex: 1;
		word-break: break-all;
}
.confirmBox {
		word-break: break-all;
}
.contact_form dd ul:not(.file_notes) {
		display: flex;
		align-items: center;
}
.contact_form dd ul {
		list-style: none;
}
.contact_form dd ul:not(.file_notes) li {
		display: flex;
		align-items: center;
		margin-right: 40px;
}
.contact_form dd ul.file_notes {
		font-size: 14px;
		margin-left: 1em;
		margin-top: 15px;
}
.contact_form dd ul.file_notes li {
		position: relative;
		margin: 0 0 6px;
		line-height: 1.8;
}
.contact_form dd ul.file_notes li:last-child {
		margin-bottom: 0;
}
.contact_form dd ul.file_notes li:before {
		content: '・';
		display: block;
		position: absolute;
		top: 0;
		left: -1em;
}
.contact_form dd ul li:last-child {
		margin-right: 0;
}
@media(max-width: 960px) {
		.contact_form dt {
				width: 230px;
		}
}
@media(max-width: 767px) {
		.contact_form, .contact_form.extra {
				display: block;
				margin-bottom: 25px;
		}
		.contact_form dt {
				width: auto;
				margin: 0 0 10px;
		}
		.contact_form dd ul:not(.horizon) {
				display: block;
				margin-top: 20px;
		}
		.contact_form dd ul.horizon {
				margin-top: 20px;
		}
		.contact_form dd ul:not(.file_notes) li {
				margin: 0 0 15px;
		}
		.contact_form dd ul:not(.file_notes) li:last-child {
				margin: 0;
		}
		.contact_form dd ul.horizon li {
				margin: 0 30px 0 0 !important
		}
		.contact_form dd ul.horizon li:last-child {
				margin: 0
		}
}
.select_wrap {
		width: 100%;
		display: flex;
}
select {
		color: #1e1e1e;
}
@media(max-width: 767px) {
		.select_wrap {
				width: 100%;
		}
}
.select_body {
		position: relative;
		width: 100%;
}
.select_body::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: 15px;
		transform: rotate(45deg);
		pointer-events: none;
}
.agree_lead {
		line-height: 2.0;
		text-align: center;
		margin: 40px 0 30px;
}
@media(max-width: 767px) {
		.agree_lead {
				font-size: 14px;
				line-height: 1.8;
				text-align: left;
				margin: 40px 0 30px;
		}
}
.sendBtn_flex {
		display: flex;
		justify-content: center;
		align-items: center;
}
.sendBtn_flex.confirmFlex {
		margin-top: 60px;
}
.sendBtn {
		width: 190px;
		margin: 0 15px;
		position: relative;
}
.sendBtn button {
		cursor: pointer;
		width: 190px;
		height: 60px;
		border-radius: 60px;
		background: none;
		border: 1px solid #0168B7;
		color: #0168B7;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
		transition: background 0.2s;
}
.sendBtn_flex .linkBtn {
		width: 190px;
		margin: 0 15px;
		font-size: 16px;
}
.sendBtn_flex .linkBtn a {
		height: 60px;
}
.sendBtn button:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		pointer-events: none;
}
@media (hover: hover) {
		.sendBtn:not(.disActive):hover button {
				background: #0168B7;
				color: #fff;
		}
}
.sendBtn_flex .linkBtn {
		width: 200px;
}
@media(max-width: 767px) {
		.sendBtn {
				margin: 0;
		}
		.sendBtn button {
				width: 100%;
				height: 50px;
				font-size: 16px;
		}
		.sendBtn_flex.confirmFlex .sendBtn button {
				width: 100%;
		}
		.sendBtn_flex .linkBtn a {
				height: 50px;
		}
		.sendBtn_flex.confirmFlex {
				display: flex;
				justify-content: space-between;
				align-items: center;
		}
		.sendBtn_flex.confirmFlex .linkBtn, .sendBtn_flex.confirmFlex .sendBtn {
				width: calc(50% - 10px);
				font-size: 16px !important;
		}
}
.error {
		color: #FB5B5B;
		font-size: 14px;
		font-weight: 500;
		padding-top: 8px;
}
.contact_form.confirmLine, .contact_form.confirmLineEnd {
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #8E8E8E;
		margin-bottom: 0;
}
.contact_form.confirmLineEnd {
		margin-bottom: 60px;
}
@media(max-width: 767px) {
		.contact_form.confirmLine, .contact_form.confirmLineEnd {
				padding-top: 17px;
				padding-bottom: 17px;
		}
		.contact_form.confirmLine dt, .contact_form.confirmLineEnd dt {
				margin: 0 0 15px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.contact_form.confirmLine, .contact_form.confirmLineEnd {
				padding-top: 17px;
				padding-bottom: 17px;
		}
		.contact_form.confirmLine dt, .contact_form.confirmLineEnd dt {
				margin: 0 0 15px;
		}
}
/* ============= */
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: 30px 20px;
		border: 1px solid #CBD4E5;
		box-sizing: border-box;
		font-size: 18px;
}
@media(max-width: 767px) {
		.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
				padding: 15px;
				font-size: 18px;
		}
		.contact_form select {
				padding: 15px;
				font-size: 18px;
				border-radius: 8px;
		}
}
.contact_form input[type="radio"], .contact_form input[type="checkbox"] {
		width: 26px;
		height: 26px;
		opacity: 1;
		margin-right: 10px;
}
.contact_form dd li label {
		display: flex;
		justify-content: center;
		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% - 13px);
		left: -36px;
		width: 26px;
		height: 26px;
		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 #CBD4E5;
}
.contact_form dd li label span::after {
		background: #0168B7;
		transform: scale(0.6);
		border: none;
		opacity: 0;
		transition: opacity 0.3s;
}
input[type="radio"]:checked + span::after {
		opacity: 1 !important;
}
.contact_form textarea {
		height: 300px;
		line-height: 1.8;
		resize: none;
}
@media(max-width: 767px) {
		.contact_form textarea {
				height: 200px;
		}
}
/* ============== */
.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 strong {
		font-weight: 500;
		padding-top: 10px;
		font-size: 13px;
		display: inline-block;
		color: #FB5B5B;
}
.agree_check a {
		color: #0168B7;
		text-decoration: underline;
}
@media (hover: hover) {
		.agree_check a:hover {
				color: #0168B7;
				text-decoration: none;
		}
}
@media(max-width: 767px) {
		.agree_check {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				margin: 0 0 40px;
				font-size: 14px;
		}
		.agree_check strong {
				font-size: 11px;
		}
}
@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: 40px;
		height: 40px;
		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% - 20px);
		left: -50px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
}
.agree_check label span::before {
		background: #fff;
		border: 1px solid #CBD4E5;
}
.agree_check label span::after {
		border-radius: 50%;
		background: #0168B7;
		transform: scale(0);
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		opacity: 0;
}
input[type="checkbox"]:checked + span::after {
		transform: scale(0.6);
		opacity: 1 !important;
}
@media(max-width: 767px) {
		.agree_check input[type="checkbox"] {
				width: 30px;
				height: 30px;
				margin-right: 10px;
		}
		.agree_check label span::before, .agree_check label span::after {
				top: calc(50% - 15px);
				left: -40px;
				width: 30px;
				height: 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: 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 {
		margin-bottom: 50px;
		text-align: center;
}
.thanks_wrap h2 {
		font-size: 40px;
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 600;
		color: #0168B7;
		letter-spacing: 0;
		margin: 0 0 40px;
		text-align: center;
}
.thanks_wrap p {
		text-align: center;
		line-height: 1.8;
		margin: 0 0 1.5em
}
@media(max-width: 767px) {
		.complete_wrap {
				margin-bottom: 40px;
		}
		.thanks_wrap h2 {
				font-size: 36px;
				margin-bottom: 25px;
		}
		.thanks_wrap p {
				text-align: left;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.thanks_wrap p {
				text-align: center;
		}
}
.linkBtn.sizeM {
		width: 220px;
}
.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 #0168B7;
		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: #0168B7;
		}
		.contactLinkBtn a:hover::before {
				opacity: 0;
		}
}
@media(max-width: 767px) {
		.contactLinkBtn {
				width: 240px;
				margin: 0 auto;
		}
		.contactLinkBtn a {
				height: 50px;
		}
}