@charset "utf-8";
a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
		color: inherit;
		color: #005BE4;
}
.second_hdr_inner {
		position: relative;
}
.second_hdr_inner .contact_lead {
		position: absolute;
		right: 40px;
		bottom: 90px;
		font-weight: 500;
		line-height: 1.6;
}
@media(max-width: 1100px) {
		.second_hdr_inner {
				display: flex;
				flex-flow: column;
				justify-content: flex-end;
				align-items: flex-start
		}
		.second_hdr_inner .contact_lead {
				position: relative;
				right: inherit;
				left: inherit;
				bottom: -25px;
				margin-bottom: -15px;
		}
}
.contact_form {
		margin-bottom: 35px;
		display: flex;
		align-items: center;
}
.contact_form dt {
		font-weight: 700;
		display: flex;
		align-items: center;
		width: 250px;
		font-size: 16px;
}
.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 {
		background-color: #005be4;
		border-radius: 20px;
		width: 46px;
		height: 22px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 8px;
		font-size: 13px;
		font-weight: 400;
}
.contact_form dt div.must.nini {
		background: #AFBBD2;
}
.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;
}
.extra_flex_hd {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
@media(max-width: 767px) {
		.contact_form, .contact_form.extra {
				display: block;
				margin-bottom: 25px;
		}
		.contact_form dt {
				width: auto;
				margin: 0 0 10px;
		}
}
.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: 260px;
		margin: 0 15px;
		position: relative;
}
.sendBtn button {
		font-weight: 500;
		cursor: pointer;
		width: 260px;
		height: 60px;
		border-radius: 60px;
		background: none;
		border: none;
		color: #fff;
		font-size: 16px;
		text-align: center;
		box-sizing: border-box;
		transition: background 0.2s;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #005BE4;
		position: relative;
}
.sendBtn button .linkBtn_arw {
		position: absolute;
		left: 20px;
		top: calc(50% - 14.5px);
		height: 23px;
}
.confirmFlex .sendBtn button {
		width: 200px;
}
.sendBtn button span {
		z-index: 2;
		transform: translateY(-1px);
		left: 15px;
		position: relative;
		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media(max-width: 767px) {
		.sendBtn button span {
				left: 10px
		}
}
.sendBtn button::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
		transform-origin: left center;
		border-radius: 60px;
		background: #fff;
		box-sizing: border-box;
}
.sendBtn button::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 60px;
		border: 1px solid #005BE4;
		height: 60px;
		box-sizing: border-box;
}
.confirmFlex .sendBtn button::after {
		width: 200px;
}
@media (hover: hover) {
		.sendBtn button:hover {
				background: #fff;
				color: #005BE4;
		}
		.sendBtn button:hover span {
				left: -40px
		}
		.sendBtn button.bgWht:hover {
				color: #fff;
		}
		.sendBtn button.bgNvy:hover {
				color: #1f2a66;
				background: #1f2a66;
		}
		.sendBtn button:hover::before {
				transform: scaleX(1)
		}
		.sendBtn button:hover .linkBtn_arw {
				left: calc(100% - 50px);
		}
		.sendBtn button:hover .linkBtn_arw::before {
				background: #005BE4;
		}
		.sendBtn button:hover .linkBtn_arw::after {
				background-image: url("../images/btn_arw_wht.png")
		}
		.confirmFlex .sendBtn button:hover .linkBtn_arw, .confirmFlex .sendBtn button:hover .linkBtn_arw {
				left: calc(100% - 48px);
		}
		.sendBtn button.bgWht:hover .linkBtn_arw::before {
				background: #fff;
		}
		.sendBtn button.bgWht:hover .linkBtn_arw::after {
				background-image: url("../images/btn_arw_nvy.png")
		}
		.sendBtn button.bgNvy:hover .linkBtn_arw::before {
				background: #1f2a66;
		}
		.sendBtn button.bgNvy:hover .linkBtn_arw::after {
				background-image: url("../images/btn_arw_wht.png")
		}
}
@media(max-width: 767px) and (hover: hover) {
		.sendBtn button:hover span {
				left: -25px
		}
		.sendBtn button:hover .linkBtn_arw {
				left: calc(100% - 37px);
		}
}
.sendBtn_flex .linkBtn {
		width: 190px;
		margin: 0 15px;
		font-size: 16px;
}
.sendBtn_flex .sendBtn button {
		height: 60px;
}
.sendBtn button:disabled {
		opacity: 0.7;
		cursor: not-allowed;
		pointer-events: none;
}
@media (hover: hover) {
		.sendBtn:not(.disActive):hover button {
				background: #fff;
				color: #005BE4;
		}
}
.sendBtn_flex .linkBtn {
		width: 200px;
}
@media(max-width: 767px) {
		.sendBtn {
				margin: 0;
		}
		.sendBtn.beforeSend {
				width: 200px !important;
		}
		.sendBtn button {
				width: 200px;
				height: 50px;
				font-size: 15px;
		}
		.sendBtn_flex.confirmFlex .sendBtn button {
				width: 100%;
		}
		.sendBtn_flex .sendBtn button {
				height: 50px;
		}
		.sendBtn button::before, .sendBtn button::after {
				width: 200px;
				height: 50px;
		}
		.confirmFlex .sendBtn button::after {
				width: 200px;
		}
		.sendBtn_flex.confirmFlex {
				display: flex;
				flex-direction: column-reverse;
		}
		.sendBtn_flex.confirmFlex .linkBtn, .sendBtn_flex.confirmFlex .sendBtn {
				width: 200px !important;
				font-size: 15px !important;
				margin: 0 auto 15px
		}
		.sendBtn button .linkBtn_arw {
				left: 14px;
				top: calc(50% - 11.5px);
		}
}
.error {
		color: #FB5B5B;
		font-size: 14px;
		font-weight: 500;
		padding-top: 8px;
}
.contact_form.confirmLine, .contact_form.confirmLineEnd {
		padding-top: 35px;
		padding-bottom: 35px;
		border-bottom: 1px solid #E2E8EE;
		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: #cdd7e1;
		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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		outline: none;
		box-sizing: border-box;
		background-color: #f0f2f6;
		border-radius: 4px;
		border: none;
		padding: 30px 20px;
		font-size: 18px;
		width: 100%;
}
@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: 130px;
		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: #005BE4;
		text-decoration: underline;
		text-underline-offset: 5px;
}
@media (hover: hover) {
		.agree_check a:hover {
				color: #005BE4;
				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-color: #f4f6fa;
		border: 1px solid #e7f1f7;
}
.agree_check label span::after {
		border-radius: 50%;
		background: #005BE4;
		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.4);
		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;
}
.birth_item.year select, .birth_item select {
		padding-top: 20px;
		padding-bottom: 20px;
}
@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;
}
.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;
		}
}
.confirmFlex .linkBtn a.bgWht {
		border: 1px solid #005BE4;
}
.thanks_hd {}